@charset "UTF-8";
/*
tools/image_list
----------------------------
// まとめて出力
cat tools/image_list | perl tools/complete_image_size.pl
// 1件だけ出力
echo "bg-select-solid-wide-sp.png" | perl tools/complete_image_size.pl
*/
/* This file is generated */
@-webkit-keyframes mouse-in {
  from {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100); }
  to {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); } }
@-webkit-keyframes mouse-out {
  from {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }
  to {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100); } }
@keyframes mouse-in {
  from {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100); }
  to {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); } }
@keyframes mouse-out {
  from {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }
  to {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100); } }
body {
  font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }

a:not(.nohighlight) {
  opacity: 1.0;
  -webkit-opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
  display: inline-block;
  color: black;
  animation: mouse-out 1.0s;
  -moz-animation: mouse-out 1.0s;
  -webkit-animation: mouse-out 1.0s;
  text-decoration: none; }

a:hover:not(.nohighlight) {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  display: inline-block;
  color: black;
  animation: mouse-in 0.1s;
  -moz-animation: mouse-in 0.1s;
  -webkit-animation: mouse-in 0.1s; }

a:hover {
  text-decoration: underline; }

.img-liquid {
  display: block; }

.ui-datepicker {
  width: 95%;
  font-size: 85%;
  margin: auto; }
  .ui-datepicker table {
    font-size: 80%; }
  .ui-datepicker .ui-datepicker-title {
    font-size: 90%; }
  .ui-datepicker .ui-datepicker-calendar {
    left: -10px;
    position: relative; }
  .ui-datepicker .ui-datepicker-header {
    left: -5px; }
  .ui-datepicker.ui-widget-content {
    border: none; }
  .ui-datepicker .ui-icon-circle-triangle-w {
    background-position: -96px 0; }
  .ui-datepicker .ui-icon-circle-triangle-e {
    background-position: -32px 0; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: white;
  background: none; }

.mfp-zoom-out-cur {
  cursor: pointer !important; }

.mfp-close-wrapper button.mfp-close {
  top: 15px;
  cursor: pointer !important;
  display: inline-block;
  width: 121px;
  height: 24px;
  background: url("/assets/images/themes/btn-close-magnify-sp.png") no-repeat; }

.disappeared {
  visibility: hidden; }

.inline {
  display: inline-block;
  vertical-align: top; }

.center-wrapper {
  margin: 15px auto;
  text-align: center; }

.right-wrapper {
  margin: 15px;
  text-align: right; }

.clear-both {
  clear: both; }

@font-face {
  font-family: "FrutigerTIGER";
  src: url("/assets/fonts/FrutigerTIGER-bold.otf"); }
@common--sp_menu_div__pc {
  display: none; }
@font-face {
  font-family: "FrutigerTIGER";
  src: url("/assets/fonts/FrutigerTIGER-bold.otf"); }
/* shopping and service css start*/
/*shoping service sp css*/
/* Ripple effect */
/*.ripple {
  background-position: center;
  transition: background 0.8s;
}*/
/*.ripple:hover {
  background: #47a7f5 radial-gradient(ellipse, transparent 1%, #47a7f5 1%) center/15000%;
}*/
/*.ripple:active {
  background-color: rgba(51,51,51,0.4);
  background-size: 100%;
  transition: background 0s;
}*/
@media screen and (max-width: 640px) {
  .pc_only {
    display: none; }

  .privacy-title .sub-text-ul {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item;
    margin-bottom: 40px; }
    .privacy-title .sub-text-ul li {
      margin-left: 26px;
      padding-left: 0;
      counter-increment: item;
      list-style: none inside; }
    .privacy-title .sub-text-ul li:before {
      content: "(" counter(item) ")";
      margin-left: -51px;
      margin-right: 20px; }
  .privacy-title h4 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 26px; }
  .privacy-title .sub-text {
    font-size: 22px;
    padding: 0px 30px; }

  .item-icon {
    position: relative; }
    .item-icon:not(.active_item) {
      background: url(/assets/images/brand-themes/sp-header-menu-plus-icon.png) no-repeat right !important;
      display: block;
      background-position: right !important; }
    .item-icon.active_item {
      background: url(/assets/images/brand-themes/sp-header-menu-minus-icon.png) no-repeat right !important;
      display: block;
      background-position: right !important; }

  .sns-store {
    display: none; }

  .hnavi {
    display: none; }

  .sp_menu_div {
    display: none;
    /*min-height: 60vh;*/
    background: #f6f6f6;
    position: absolute;
    top: 95px;
    z-index: 9;
    color: white;
    width: 100%;
    padding-bottom: 0px; }
    .sp_menu_div .sp_menu_container {
      margin: 0 auto; }
      .sp_menu_div .sp_menu_container .top_menu {
        list-style: none;
        margin: 0 0 32px;
        padding: 30px 48px 0; }
        .sp_menu_div .sp_menu_container .top_menu li {
          border-bottom: 2px solid #c2c2c2;
          padding: 0 7px; }
          .sp_menu_div .sp_menu_container .top_menu li .top_menu_li_a {
            padding: 30px 0;
            display: block;
            font-family: HiraKakuProN-W6;
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            text-decoration: none; }
            .sp_menu_div .sp_menu_container .top_menu li .top_menu_li_a.direct-link {
              background: url(/assets/images/brand-themes/sp-arrow-header-menu.png) no-repeat right;
              display: block;
              background-position: right !important; }
            .sp_menu_div .sp_menu_container .top_menu li .top_menu_li_a.active_item {
              color: #000000;
              opacity: 1;
              text-decoration: none; }
            .sp_menu_div .sp_menu_container .top_menu li .top_menu_li_a.rippled:active {
              background: #f6f6f6 !important;
              text-decoration: none; }
          .sp_menu_div .sp_menu_container .top_menu li .sub-menu {
            display: none;
            list-style: none;
            padding: 0;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 20px;
            padding-left: 15px; }
            .sp_menu_div .sp_menu_container .top_menu li .sub-menu li {
              border-bottom: 0;
              width: 50%;
              float: left;
              padding: 0; }
              .sp_menu_div .sp_menu_container .top_menu li .sub-menu li a {
                padding-bottom: 30px;
                display: block;
                font-size: 20px;
                font-family: HiraKakuProN-W3;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: left;
                color: #000000;
                /*&:after{
                  content:url("/assets/images/brand-themes/sp-menu-arrow-white-right.png");
                  position: absolute;
                  right: 0;
                };*/ }
            .sp_menu_div .sp_menu_container .top_menu li .sub-menu.adjustmargin {
              padding-bottom: 30px;
              margin-bottom: 0px; }
            .sp_menu_div .sp_menu_container .top_menu li .sub-menu.two {
              column-count: 2;
              column-gap: 40px; }
            .sp_menu_div .sp_menu_container .top_menu li .sub-menu .more-sp {
              display: block;
              width: 90%;
              margin: 0 auto;
              padding: 35px 0px;
              margin-bottom: 25px;
              border-bottom: none !important;
              clear: both; }
              .sp_menu_div .sp_menu_container .top_menu li .sub-menu .more-sp img {
                float: right;
                margin-right: -25px; }
              .sp_menu_div .sp_menu_container .top_menu li .sub-menu .more-sp:after {
                content: ""; }
      .sp_menu_div .sp_menu_container .follow-us-title {
        /*width: 100%; */
        display: block;
        margin-top: 100px;
        position: relative;
        /* bottom: 201px; */ }
        .sp_menu_div .sp_menu_container .follow-us-title img {
          display: block;
          margin: 0 auto; }
      .sp_menu_div .sp_menu_container .follow-us-menu {
        list-style: none;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 55px;
        padding-bottom: 46px;
        position: relative;
        bottom: 0px;
        background: #f6f6f6;
        border-top: 1px solid #fff; }
        .sp_menu_div .sp_menu_container .follow-us-menu li {
          display: inline-block;
          padding-left: 48px; }
          .sp_menu_div .sp_menu_container .follow-us-menu li:first-child {
            padding-left: 0; }
          .sp_menu_div .sp_menu_container .follow-us-menu li a .facebook {
            width: 56px;
            height: 56px; }
          .sp_menu_div .sp_menu_container .follow-us-menu li a .twitter {
            width: 56px;
            height: 56px; }
          .sp_menu_div .sp_menu_container .follow-us-menu li a .instagram {
            width: 57px;
            height: 57px; }
          .sp_menu_div .sp_menu_container .follow-us-menu li a .pinterest {
            width: 57px;
            height: 57px; }
          .sp_menu_div .sp_menu_container .follow-us-menu li a .line {
            width: 57px;
            height: 57px; }

  .item-recommend .label-new {
    position: absolute;
    margin-top: -54px; }
  .item-recommend .entry-footer .price .price_with_tax {
    font-size: 80%; }
  .item-recommend .entry-footer .sale_price {
    color: red !important; }
    .item-recommend .entry-footer .sale_price .price_with_tax {
      font-size: 80%; }

  .label-new {
    display: block;
    width: 71px;
    height: 35px;
    background-image: url(/assets/images/brand-themes/label-new-sp.png);
    background-size: 71px 35px;
    display: inline-block; }

  .loadmore-wrapper {
    text-align: center; }

  .btn-loadmore-inner {
    margin-bottom: 78px; }
    .btn-loadmore-inner span {
      display: block;
      width: 275px;
      height: 65px;
      background-image: url(/assets/images/brand-themes/btn-loadmore-sp.png);
      background-size: 275px 65px; }

  .wrapper .social-button-pc-wrapper {
    display: none; }

  .social-button-wrapper {
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
    text-align: right; }
    .social-button-wrapper .social-button-item {
      margin-left: 8px;
      display: inline-block;
      vertical-align: top; }

  .pinterest_share {
    display: block;
    width: 136px;
    height: 40px;
    background-image: url(/assets/images/brand-themes/btn-share-pinterest-sp.png);
    background-size: 136px 40px;
    text-indent: 180%;
    white-space: nowrap;
    overflow: hidden; }

  .facebook-share {
    display: block;
    width: 136px;
    height: 40px;
    background-image: url(/assets/images/brand-themes/btn-share-facebook-sp.png);
    background-size: 136px 40px; }

  .twitter-tweet {
    display: block;
    width: 136px;
    height: 40px;
    background-image: url(/assets/images/brand-themes/btn-share-twitter-sp.png);
    background-size: 136px 40px; }

  .line-share {
    display: block;
    width: 136px;
    height: 40px;
    background-image: url(/assets/images/brand-themes/btn-share-line-sp.png);
    background-size: 136px 40px;
    text-indent: 180%;
    white-space: nowrap;
    overflow: hidden; }

  .header-wrapper {
    width: 100%;
    background: white; }
    .header-wrapper .sp_header {
      padding: 23px 15px; }
      .header-wrapper .sp_header .menu-icon-sp {
        width: 202px;
        float: left; }
        .header-wrapper .sp_header .menu-icon-sp a {
          padding: 11px; }
      .header-wrapper .sp_header .logo {
        width: 200px;
        float: left; }
      .header-wrapper .sp_header .store-sns {
        width: 208px;
        float: right;
        margin-bottom: 0;
        position: relative; }
    .header-wrapper .header {
      width: 100%;
      margin: auto; }
      .header-wrapper .header .header-navi {
        width: 100%;
        position: absolute;
        zoom: 1; }
        .header-wrapper .header .header-navi:before, .header-wrapper .header .header-navi:after {
          display: block;
          height: 0;
          visibility: hidden;
          content: "\0020"; }
        .header-wrapper .header .header-navi:after {
          clear: both; }
        .header-wrapper .header .header-navi > li {
          vertical-align: top; }
          .header-wrapper .header .header-navi > li:first-child {
            float: left;
            width: 640px; }
            .header-wrapper .header .header-navi > li:first-child .header-logo a {
              display: block;
              /*background: url($default-logo-sp__path) no-repeat;*/
              width: 640px;
              height: 85px;
              padding: 25px; }
              .header-wrapper .header .header-navi > li:first-child .header-logo a img.logo-pc {
                display: none; }
              .header-wrapper .header .header-navi > li:first-child .header-logo a img.logo-sp {
                display: block; }
          .header-wrapper .header .header-navi > li:nth-of-type(2) {
            float: left;
            position: absolute;
            top: 85px;
            background: black;
            margin-top: 20px; }
            .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi {
              margin: 0;
              padding: 0;
              list-style: none;
              zoom: 1;
              font-weight: bold;
              background: black; }
              .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li {
                float: left;
                -webkit-transition: all .1s ease-out;
                -moz-transition: all .1s ease-out;
                -ms-transition: all .1s ease-out;
                -o-transition: all .1s ease-out;
                transition: all .1s ease-out; }
                .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a {
                  display: block;
                  /*background: url($bgmap-globalnavi-sp__path) no-repeat;*/
                  width: 128px;
                  height: 88px;
                  background: black;
                  color: white;
                  text-align: center;
                  padding-top: 28px;
                  font-size: 22px;
                  text-decoration: none; }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-news {
                    background-position: 0 0; }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-blog {
                    background-position: -128px 0; }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-item {
                    background-position: -256px 0; }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-party {
                    background-position: -384px 0; }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-shoplist {
                    background-position: -512px 0; }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-client {
                    display: none; }
          .header-wrapper .header .header-navi > li:nth-of-type(3) {
            position: absolute;
            right: 10px; }
            .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi {
              display: inline-block !important;
              display: none !important;
              margin: 0;
              padding: 0;
              list-style: none;
              zoom: 1; }
              .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi:before, .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi:after {
                display: block;
                height: 0;
                visibility: hidden;
                content: "\0020"; }
              .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi:after {
                clear: both; }
              .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li {
                float: left;
                margin: 20px 4px; }
                .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a {
                  display: block;
                  background: url("/assets/images/brand-themes/bgmap-sns-header-sp.png") no-repeat;
                  width: 50px;
                  height: 50px; }
                  .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-facebook {
                    background-position: 0 0; }
                  .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-twitter {
                    background-position: -64px 0; }
                  .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-instagram {
                    background-position: -128px 0; }

  .top-slider-wrapper {
    width: 100%;
    margin: auto;
    margin-top: -7px; }
    .top-slider-wrapper .bx-wrapper {
      width: 100%;
      margin: auto;
      position: relative;
      text-align: center; }
      .top-slider-wrapper .bx-wrapper img {
        width: 100%; }
      .top-slider-wrapper .bx-wrapper .bx-viewport {
        width: 100%;
        height: 240px !important; }
        .top-slider-wrapper .bx-wrapper .bx-viewport .top-slider .slide {
          display: block;
          width: 100%;
          height: 240px;
          overflow: hidden; }
      .top-slider-wrapper .bx-wrapper .bx-controls {
        width: 100%;
        height: auto;
        padding: 20px 0;
        text-align: center; }
        .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager {
          display: inline-block;
          height: 35px;
          bottom: 0;
          z-index: 99; }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
            float: left;
            position: relative;
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 12px; }
            .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
              position: absolute;
              text-indent: -9999px;
              width: 100%;
              height: 100%;
              left: -1px;
              background: #FFF;
              left: -1px;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              border: 2px solid #333; }
              .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover, .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
                background: #333; }
        .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction {
          position: relative; }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
            position: absolute;
            margin-top: -55px;
            outline: 0;
            width: 30px;
            height: 30px;
            text-indent: -9999px;
            z-index: 99; }
            .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
              display: none; }

  .section1 .section-title span {
    background: url("/assets/images/brand-themes/title-news-sp.png") no-repeat;
    height: 48px;
    width: 158px; }
  .section1 .toppage-news-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 457px; }
    .section1 .toppage-news-wrapper .bx-wrapper {
      width: 440px;
      margin: auto;
      overflow: visible;
      text-align: center; }
      .section1 .toppage-news-wrapper .bx-wrapper .bx-viewport {
        overflow: visible !important; }
      .section1 .toppage-news-wrapper .bx-wrapper .bx-controls {
        display: none; }
  .section1 .entry-body a {
    width: 420px;
    height: 310px; }
  .section1 .entry-footer {
    text-align: left;
    padding: 10px; }
    .section1 .entry-footer .title {
      font-size: 2.4rem; }
    .section1 .entry-footer .date, .section1 .entry-footer .shop {
      font-size: 2rem; }
  .section1 .toppage-news-wrapper .entry .entry-body a {
    height: 315px; }

  .section1-top .section-title span {
    display: block;
    width: 164px;
    height: 69px;
    background-image: url(/assets/images/brand-themes/title-news-top-sp.png);
    background-size: 164px 69px; }
  .section1-top .toppage-news-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px; }
    .section1-top .toppage-news-wrapper .bx-wrapper {
      width: 440px;
      margin: auto;
      overflow: visible;
      text-align: center; }
      .section1-top .toppage-news-wrapper .bx-wrapper .bx-viewport {
        overflow: visible !important; }
      .section1-top .toppage-news-wrapper .bx-wrapper .bx-controls {
        display: none; }
  .section1-top .entry-body a {
    width: 420px;
    height: 310px; }
  .section1-top .entry-footer {
    text-align: left;
    padding: 10px; }
    .section1-top .entry-footer .title {
      font-size: 2.4rem; }
    .section1-top .entry-footer .date, .section1-top .entry-footer .shop {
      font-size: 2rem; }

  .section2 .section-title span {
    background: url("/assets/images/brand-themes/title-newitem-sp.png") no-repeat;
    height: 46px;
    width: 268px; }
  .section2 .item-list .hover-wrpper {
    display: none; }
  .section2 .item-list .first-grid {
    width: 100%;
    float: left; }
    .section2 .item-list .first-grid div:nth-child(n+4) {
      display: none; }
    .section2 .item-list .first-grid .fg-0 {
      width: 380px;
      float: left;
      margin: 10px;
      margin-right: 20px; }
    .section2 .item-list .first-grid .fg-1, .section2 .item-list .first-grid .fg-2 {
      width: 180px;
      height: 180px;
      float: left;
      margin: 10px; }
  .section2 .item-list .second-grid {
    width: 100%;
    float: left; }
    .section2 .item-list .second-grid div:nth-child(-n+3) {
      display: none; }
    .section2 .item-list .second-grid .sg-3, .section2 .item-list .second-grid .sg-4 {
      width: 180px;
      height: 180px;
      margin: 10px;
      float: left;
      margin-right: 20px; }
    .section2 .item-list .second-grid .sg-4 {
      clear: both; }
    .section2 .item-list .second-grid .sg-5 {
      width: 380px;
      float: left;
      margin: 10px;
      margin-top: -190px; }
  .section2 .item-list a img {
    width: 100%; }
  .section2 .entry {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 170px;
    float: left;
    margin-left: 30px; }
    .section2 .entry:nth-child(5n+1) {
      margin-left: 0px; }
  .section2 .entry-body a {
    width: 170px;
    height: 170px; }
  .section2 .entry-footer {
    min-height: 120px; }

  .section3 .section-title span {
    background: url("/assets/images/brand-themes/title-blog-sp.png") no-repeat;
    height: 63px;
    width: 120px; }
  .section3 .section-title.title-recommend span {
    background: url("/assets/images/brand-themes/title-recommend-sp.png") no-repeat;
    /*height: $title-recommend-sp__height;
    width: $title-recommend-sp__width;*/
    width: 314px;
    height: 77px;
    background-size: 314px 77px; }
  .section3 .section-title.title-staff-voice span {
    background: url("/assets/images/brand-themes/title-staff-voice-sp.png") no-repeat;
    /*height: $title-staff-voice-sp__height;
    width: $title-staff-voice-sp__width;*/
    width: 267px;
    height: 75px;
    background-size: 267px 75px; }
  .section3 .entry {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 285px;
    float: left;
    margin-left: 30px; }
    .section3 .entry:nth-child(2n+1) {
      margin-left: 0px; }
  .section3 .entry-body a {
    width: 295px;
    height: 295px; }
  .section3 .entry-footer {
    min-height: 180px; }
    .section3 .entry-footer .title {
      font-size: 160%; }
    .section3 .entry-footer .date, .section3 .entry-footer .shop {
      font-size: 140%; }

  .content-wrapper {
    width: 100%;
    padding: 0 15px; }
    .content-wrapper .content.news-toppage .top-title-wrapper .top-title .title-content {
      margin-top: 20px;
      margin-bottom: 45px;
      text-align: left;
      font-size: 22px;
      line-height: 3.7rem;
      color: #333;
      letter-spacing: 0.2rem; }
    .content-wrapper .content .section .section-title {
      margin: 60px 0px 30px 0px;
      text-align: left; }
      .content-wrapper .content .section .section-title span {
        display: inline-block;
        margin-bottom: 27px; }
      .content-wrapper .content .section .section-title .title-content {
        margin-top: 20px;
        margin-bottom: 50px;
        text-align: left;
        font-size: 22px;
        line-height: 3.7rem;
        letter-spacing: 0.2rem;
        color: #333; }
    .content-wrapper .content .section.news.news-top.news-top-only .section-title span {
      background: url("/assets/images/brand-themes/title-news-sp.png") no-repeat;
      height: 48px;
      width: 158px; }
    .content-wrapper .content .section.news.news-top.news-top-only .toppage-news-wrapper {
      position: relative;
      width: 100%;
      margin: auto;
      overflow: hidden;
      margin-bottom: 30px;
      max-height: 457px; }
      .content-wrapper .content .section.news.news-top.news-top-only .toppage-news-wrapper .bx-wrapper {
        width: 440px;
        margin: auto;
        overflow: visible;
        text-align: center; }
        .content-wrapper .content .section.news.news-top.news-top-only .toppage-news-wrapper .bx-wrapper .bx-viewport {
          overflow: visible !important; }
        .content-wrapper .content .section.news.news-top.news-top-only .toppage-news-wrapper .bx-wrapper .bx-controls {
          display: none; }
    .content-wrapper .content .section.news.news-top.news-top-only .entry-body a {
      width: 420px;
      height: 310px; }
    .content-wrapper .content .section.news.news-top.news-top-only .entry-footer {
      text-align: left;
      padding: 10px; }
      .content-wrapper .content .section.news.news-top.news-top-only .entry-footer .title {
        font-size: 2.4rem; }
      .content-wrapper .content .section.news.news-top.news-top-only .entry-footer .date, .content-wrapper .content .section.news.news-top.news-top-only .entry-footer .shop {
        font-size: 2rem; }
    .content-wrapper .content .section.news.news-top.news-top-only .toppage-news-wrapper .entry .entry-body a {
      height: 315px; }
    .content-wrapper .content .section.news.news-top .section-title span {
      display: block;
      width: 164px;
      height: 69px;
      background-image: url(/assets/images/brand-themes/title-news-top-sp.png);
      background-size: 164px 69px; }
    .content-wrapper .content .section.news.news-top .toppage-news-wrapper {
      position: relative;
      width: 100%;
      margin: auto;
      overflow: hidden;
      margin-bottom: 30px; }
      .content-wrapper .content .section.news.news-top .toppage-news-wrapper .bx-wrapper {
        width: 440px;
        margin: auto;
        overflow: visible;
        text-align: center; }
        .content-wrapper .content .section.news.news-top .toppage-news-wrapper .bx-wrapper .bx-viewport {
          overflow: visible !important; }
        .content-wrapper .content .section.news.news-top .toppage-news-wrapper .bx-wrapper .bx-controls {
          display: none; }
    .content-wrapper .content .section.news.news-top .entry-body a {
      width: 420px;
      height: 310px; }
    .content-wrapper .content .section.news.news-top .entry-footer {
      text-align: left;
      padding: 10px; }
      .content-wrapper .content .section.news.news-top .entry-footer .title {
        font-size: 2.4rem; }
      .content-wrapper .content .section.news.news-top .entry-footer .date, .content-wrapper .content .section.news.news-top .entry-footer .shop {
        font-size: 2rem; }
    .content-wrapper .content .section.news .section-title span {
      background: url("/assets/images/brand-themes/title-news-sp.png") no-repeat;
      height: 48px;
      width: 158px; }
    .content-wrapper .content .section.news .toppage-news-wrapper {
      position: relative;
      width: 100%;
      margin: auto;
      overflow: hidden;
      margin-bottom: 30px;
      max-height: 457px; }
      .content-wrapper .content .section.news .toppage-news-wrapper .bx-wrapper {
        width: 440px;
        margin: auto;
        overflow: visible;
        text-align: center; }
        .content-wrapper .content .section.news .toppage-news-wrapper .bx-wrapper .bx-viewport {
          overflow: visible !important; }
        .content-wrapper .content .section.news .toppage-news-wrapper .bx-wrapper .bx-controls {
          display: none; }
    .content-wrapper .content .section.news .entry-body a {
      width: 420px;
      height: 310px; }
    .content-wrapper .content .section.news .entry-footer {
      text-align: left;
      padding: 10px; }
      .content-wrapper .content .section.news .entry-footer .title {
        font-size: 2.4rem; }
      .content-wrapper .content .section.news .entry-footer .date, .content-wrapper .content .section.news .entry-footer .shop {
        font-size: 2rem; }
    .content-wrapper .content .section.news .toppage-news-wrapper .entry .entry-body a {
      height: 315px; }
    .content-wrapper .content .section.items .section-title span {
      background: url("/assets/images/brand-themes/title-newitem-sp.png") no-repeat;
      height: 46px;
      width: 268px; }
    .content-wrapper .content .section.items .item-list .hover-wrpper {
      display: none; }
    .content-wrapper .content .section.items .item-list .first-grid {
      width: 100%;
      float: left; }
      .content-wrapper .content .section.items .item-list .first-grid div:nth-child(n+4) {
        display: none; }
      .content-wrapper .content .section.items .item-list .first-grid .fg-0 {
        width: 380px;
        float: left;
        margin: 10px;
        margin-right: 20px; }
      .content-wrapper .content .section.items .item-list .first-grid .fg-1, .content-wrapper .content .section.items .item-list .first-grid .fg-2 {
        width: 180px;
        height: 180px;
        float: left;
        margin: 10px; }
    .content-wrapper .content .section.items .item-list .second-grid {
      width: 100%;
      float: left; }
      .content-wrapper .content .section.items .item-list .second-grid div:nth-child(-n+3) {
        display: none; }
      .content-wrapper .content .section.items .item-list .second-grid .sg-3, .content-wrapper .content .section.items .item-list .second-grid .sg-4 {
        width: 180px;
        height: 180px;
        margin: 10px;
        float: left;
        margin-right: 20px; }
      .content-wrapper .content .section.items .item-list .second-grid .sg-4 {
        clear: both; }
      .content-wrapper .content .section.items .item-list .second-grid .sg-5 {
        width: 380px;
        float: left;
        margin: 10px;
        margin-top: -190px; }
    .content-wrapper .content .section.items .item-list a img {
      width: 100%; }
    .content-wrapper .content .section.items .entry {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: 170px;
      float: left;
      margin-left: 30px; }
      .content-wrapper .content .section.items .entry:nth-child(5n+1) {
        margin-left: 0px; }
    .content-wrapper .content .section.items .entry-body a {
      width: 170px;
      height: 170px; }
    .content-wrapper .content .section.items .entry-footer {
      min-height: 120px; }
    .content-wrapper .content .section.blogs .section-title span {
      background: url("/assets/images/brand-themes/title-blog-sp.png") no-repeat;
      height: 63px;
      width: 120px; }
    .content-wrapper .content .section.blogs .section-title.title-recommend span {
      background: url("/assets/images/brand-themes/title-recommend-sp.png") no-repeat;
      /*height: $title-recommend-sp__height;
      width: $title-recommend-sp__width;*/
      width: 314px;
      height: 77px;
      background-size: 314px 77px; }
    .content-wrapper .content .section.blogs .section-title.title-staff-voice span {
      background: url("/assets/images/brand-themes/title-staff-voice-sp.png") no-repeat;
      /*height: $title-staff-voice-sp__height;
      width: $title-staff-voice-sp__width;*/
      width: 267px;
      height: 75px;
      background-size: 267px 75px; }
    .content-wrapper .content .section.blogs .entry {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: 285px;
      float: left;
      margin-left: 30px; }
      .content-wrapper .content .section.blogs .entry:nth-child(2n+1) {
        margin-left: 0px; }
    .content-wrapper .content .section.blogs .entry-body a {
      width: 295px;
      height: 295px; }
    .content-wrapper .content .section.blogs .entry-footer {
      min-height: 180px; }
      .content-wrapper .content .section.blogs .entry-footer .title {
        font-size: 160%; }
      .content-wrapper .content .section.blogs .entry-footer .date, .content-wrapper .content .section.blogs .entry-footer .shop {
        font-size: 140%; }
    .content-wrapper .content .section .showmore-wrapper {
      text-align: right;
      padding-top: 12px;
      padding-bottom: 50px; }
      .content-wrapper .content .section .showmore-wrapper a .btn-showmore {
        background: url("/assets/images/brand-themes/btn-showmore-sp.png") no-repeat;
        height: 65px;
        width: 275px; }
    .content-wrapper .content .top-title-wrapper {
      margin: 30px 0px;
      text-align: left; }
      .content-wrapper .content .top-title-wrapper .top-title .news-title {
        background: url("/assets/images/brand-themes/title-news-top-sp.png") no-repeat;
        height: 69px;
        width: 164px;
        display: inline-block;
        margin-bottom: 30px; }
      .content-wrapper .content .top-title-wrapper .top-title .item-title {
        background: url("/assets/images/brand-themes/title-item-pc.png") no-repeat;
        height: 68px;
        width: 118px;
        display: inline-block; }
      .content-wrapper .content .top-title-wrapper .top-title .storelist-title {
        display: block;
        width: 240px;
        height: 70px;
        background-image: url(/assets/images/brand-themes/title-storelist-sp.png);
        background-size: 240px 70px;
        display: inline-block; }
      .content-wrapper .content .top-title-wrapper .title-content {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: left;
        font-size: 22px;
        line-height: 3.7rem;
        color: #333;
        letter-spacing: 0.2rem; }
      .content-wrapper .content .top-title-wrapper .title-txt {
        text-align: left;
        font-size: 2.2rem;
        line-height: 3.3rem;
        color: #333;
        letter-spacing: 0.2rem;
        margin-bottom: 50px; }
    .content-wrapper .item-list-title {
      margin-top: 0;
      border-bottom: 1px solid #eee;
      padding-bottom: 30px; }
    .content-wrapper .sidebar-wrapper {
      display: block;
      width: 100%;
      margin-top: 60px;
      letter-spacing: normal;
      vertical-align: top; }

  .item-top-page {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    letter-spacing: normal; }
    .item-top-page .item-list-wrapper .entry {
      float: left;
      margin: 10px;
      width: 280px; }
      .item-top-page .item-list-wrapper .entry .entry-body a {
        width: 280px;
        height: 280px; }
      .item-top-page .item-list-wrapper .entry .entry-footer {
        position: relative;
        font-size: 2.2rem;
        height: 130px; }
        .item-top-page .item-list-wrapper .entry .entry-footer .date {
          position: relative; }
          .item-top-page .item-list-wrapper .entry .entry-footer .date .label-new {
            position: absolute;
            top: -80px;
            left: 15px; }
        .item-top-page .item-list-wrapper .entry .entry-footer .price .price_with_tax {
          font-size: 80%; }
        .item-top-page .item-list-wrapper .entry .entry-footer .sale_price {
          color: red; }
          .item-top-page .item-list-wrapper .entry .entry-footer .sale_price .price_with_tax {
            font-size: 80%; }

  .news-top-wrapper .entry {
    padding-top: 30px 0px;
    border: none; }
    .news-top-wrapper .entry .entry-container {
      margin: 40px 0px; }
    .news-top-wrapper .entry .entry-body a {
      width: 600px;
      height: 450px; }
    .news-top-wrapper .entry .entry-footer {
      zoom: 1;
      padding: 18px 24px;
      font-size: 2.2rem; }
      .news-top-wrapper .entry .entry-footer:before, .news-top-wrapper .entry .entry-footer:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .news-top-wrapper .entry .entry-footer:after {
        clear: both; }
      .news-top-wrapper .entry .entry-footer .date {
        line-height: 60px; }
      .news-top-wrapper .entry .entry-footer .showmore-wrapper {
        text-align: right;
        margin: 40px 0px; }
        .news-top-wrapper .entry .entry-footer .showmore-wrapper a .btn-showmore {
          background: url("/assets/images/brand-themes/bgmap-showmore-sp.png") no-repeat;
          height: 65px;
          width: 275px;
          /*&:hover {
            background-position: 0 -48px;
          }*/ }
      .news-top-wrapper .entry .entry-footer .label-new {
        display: block;
        width: 71px;
        height: 35px;
        background-image: url(/assets/images/brand-themes/label-new-sp.png);
        background-size: 71px 35px;
        display: inline-block;
        display: block; }

  .news-contents .news-contents-header {
    margin-bottom: 48px; }
    .news-contents .news-contents-header .date {
      font-size: 2rem;
      margin-bottom: 20px; }
      .news-contents .news-contents-header .date .label-new {
        margin-top: -3px;
        margin-left: 10px;
        vertical-align: middle; }
    .news-contents .news-contents-header .title {
      font-size: 2.4rem; }
  .news-contents .news-contents-body {
    margin-bottom: 48px;
    font-size: 160%; }
    .news-contents .news-contents-body img {
      max-width: 100%; }
  .news-contents .news-contents-footer {
    margin-bottom: 85px; }

  .wrapper-item {
    padding: 0px;
    background-color: #f3f3f3; }
    .wrapper-item .content {
      padding: 0 15px; }

  .sotre-all-top {
    margin: auto;
    text-align: center;
    font-size: 20px; }
    .sotre-all-top a {
      display: inline-block;
      background: url("/assets/images/brand-themes/btn-shoplist-sp.png") no-repeat;
      width: 592px;
      height: 96px; }
    .sotre-all-top .sotre-top-button {
      margin-bottom: 60px; }
    .sotre-all-top .store-center {
      display: inline-block;
      text-align: left; }
    .sotre-all-top .storeall-text {
      margin: auto 30px;
      line-height: 30px; }

  .footer-bottom-text {
    width: 85%;
    margin: 0 auto;
    font-size: 20px; }

  .pagetop-wrapper {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 92px;
    height: 92px;
    margin: auto; }
    .pagetop-wrapper a .btn-pagetop {
      display: inline-block;
      width: 100%;
      height: 100%; }
      .pagetop-wrapper a .btn-pagetop span {
        display: inline-block;
        width: 66px;
        height: 65px;
        background: url("/assets/images/brand-themes/btn-pagetop-sp.png") no-repeat; }

  .footer-wrapper {
    background: black;
    padding: 0 15px;
    margin-top: -1px; }
    .footer-wrapper .footer-bottom {
      padding: 20px 16px 27px 16px; }
      .footer-wrapper .footer-bottom .fbootm-menu ul {
        padding: 0;
        margin: 0; }
        .footer-wrapper .footer-bottom .fbootm-menu ul li {
          list-style: none;
          margin-bottom: 20px; }
          .footer-wrapper .footer-bottom .fbootm-menu ul li:last-child {
            margin-bottom: 0; }
          .footer-wrapper .footer-bottom .fbootm-menu ul li a {
            font-family: HiraKakuProN-W3;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 32px;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff; }
      .footer-wrapper .footer-bottom .copyright {
        margin: 37px auto 0px auto; }
        .footer-wrapper .footer-bottom .copyright .label-copyright {
          font-family: HiraKakuProN-W3;
          font-size: 20px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff; }
    .footer-wrapper .footer {
      margin: auto; }
      .footer-wrapper .footer .fnav {
        margin: auto;
        padding: 20px 0px 15px 0px;
        text-align: center; }
        .footer-wrapper .footer .fnav > li {
          display: inline-block;
          text-align: center;
          vertical-align: top;
          letter-spacing: normal;
          margin: 0px 10px;
          font-size: 17px; }
          .footer-wrapper .footer .fnav > li a {
            display: inline-block;
            vertical-align: top;
            padding: 5px 15px; }
        .footer-wrapper .footer .fnav li:not(:nth-child(3n)) + li:before {
          display: inline-block;
          height: 20px;
          vertical-align: middle;
          color: #eee;
          content: '/\00a0';
          padding-right: 10px; }

  .copyright {
    width: 100%;
    margin: 5px auto 12px auto;
    font-weight: normal;
    text-align: center; }
    .copyright span.label-copyright {
      /*display: inline-block;*/
      /*    width: $text-copyright-sp__width;
          height: $text-copyright-sp__height;
          background: url($text-copyright-sp__path) no-repeat;*/
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden;
      color: white; }

  .follow-us {
    margin-top: 30px;
    padding-top: 43px;
    background: #f6f6f6;
    color: white; }
    .follow-us .followus-title {
      color: #eee;
      margin: auto;
      text-indent: 200%;
      display: block;
      width: 172px;
      height: 29px;
      background-image: url(/assets/images/brand-themes/text-followus-pc.png);
      background-size: 172px 29px; }
    .follow-us .followus-wrapper {
      margin: auto;
      padding-bottom: 44px;
      padding-left: 0px;
      text-align: center; }
      .follow-us .followus-wrapper > li {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        letter-spacing: normal;
        margin-left: 48px; }
        .follow-us .followus-wrapper > li:first-child {
          margin-left: 0; }
        .follow-us .followus-wrapper > li a {
          display: inline-block;
          vertical-align: top;
          text-indent: 200%;
          /*background: url($bgmap-sns-footer-sp__path) no-repeat;
          background-size:347px $bgmap-sns-footer-sp__height;
          width:72px;
          height:$bgmap-sns-footer-sp__height;*/ }
          .follow-us .followus-wrapper > li a.facebook {
            background: url(/assets/images/social/facebook_sp.png) no-repeat;
            background-size: 56px 56px;
            width: 56px;
            height: 56px; }
          .follow-us .followus-wrapper > li a.twitter {
            background: url(/assets/images/social/twitter_sp.png) no-repeat;
            background-size: 56px 56px;
            width: 56px;
            height: 56px; }
          .follow-us .followus-wrapper > li a.instagram {
            background: url(/assets/images/social/insta_sp.png) no-repeat;
            background-size: 57px 57px;
            width: 57px;
            height: 57px; }
          .follow-us .followus-wrapper > li a.pinterest {
            background: url(/assets/images/social/pinta_sp.png) no-repeat;
            background-size: 57px 57px;
            width: 57px;
            height: 57px; }
          .follow-us .followus-wrapper > li a.line {
            background: url(/assets/images/social/line_sp.png) no-repeat;
            background-size: 57px 57px;
            width: 57px;
            height: 57px; }
          .follow-us .followus-wrapper > li a.googleplus {
            background-position: -288px 0; }
            .follow-us .followus-wrapper > li a.googleplus:hover {
              background-position: -288px -56px; }

  .footer-top {
    width: 100%;
    padding: 0 15px;
    background-color: #000000; }
    .footer-top .pc_only {
      display: none; }
    .footer-top .sp_only {
      display: block; }
    .footer-top .fmenu {
      padding: 56px 16px 27px 16px; }
      .footer-top .fmenu .colmd-1 {
        width: 100%; }
        .footer-top .fmenu .colmd-1.ff-menu {
          border-bottom: 2px solid #444444; }
        .footer-top .fmenu .colmd-1 ul {
          margin: 0;
          padding-left: 0; }
          .footer-top .fmenu .colmd-1 ul.menulist_o li {
            border-bottom: 2px solid #444444;
            padding: 21px 13px 21px;
            list-style: none; }
            .footer-top .fmenu .colmd-1 ul.menulist_o li:first-child {
              padding-top: 0; }
            .footer-top .fmenu .colmd-1 ul.menulist_o li a {
              font-family: HiraKakuProN-W6;
              font-size: 24px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
              .footer-top .fmenu .colmd-1 ul.menulist_o li a.direct-link {
                background: url(/assets/images/brand-themes/arrow-right-new-sp.png) no-repeat right;
                display: block; }
          .footer-top .fmenu .colmd-1 ul.menulist_sp li:first-child {
            padding-top: 21px; }
          .footer-top .fmenu .colmd-1 ul.menulist {
            display: none;
            padding: 0;
            margin: 2px 0 0;
            padding-left: 30px; }
            .footer-top .fmenu .colmd-1 ul.menulist li {
              list-style: none;
              padding-bottom: 30px;
              float: left;
              width: 50%; }
              .footer-top .fmenu .colmd-1 ul.menulist li a {
                font-family: HiraKakuProN-W3;
                font-size: 20px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
        .footer-top .fmenu .colmd-1 .title {
          padding: 21px 13px 21px; }
          .footer-top .fmenu .colmd-1 .title span {
            font-family: HiraKakuProN-W6;
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            display: block; }
            .footer-top .fmenu .colmd-1 .title span.direct-link {
              background: url(/assets/images/brand-themes/sp-menu-plus-new-icon.png) no-repeat right;
              display: block; }
            .footer-top .fmenu .colmd-1 .title span.direct-link-minus {
              background: url(/assets/images/brand-themes/sp-menu-minus-new-icon.png) no-repeat right;
              display: block; }

  .store-menu {
    list-style: none;
    float: right;
    margin-bottom: 0;
    padding-left: 1px;
    margin-top: -7px;
    width: 208px; }
    .store-menu li {
      float: left; }
      .store-menu li a:active {
        text-decoration: none; }
      .store-menu li a:focus {
        text-decoration: none;
        outline: none; }
      .store-menu li:nth-child(1) {
        padding-right: 0;
        text-align: center;
        padding-right: 20px;
        padding-left: 34px;
        width: 102px; }
        .store-menu li:nth-child(1) a img {
          width: 25px;
          height: 37px; }
        .store-menu li:nth-child(1) a p {
          font-family: HiraKakuProN-W6;
          font-size: 12px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.17;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 0;
          margin-top: 11px; }
      .store-menu li:nth-child(2) {
        text-align: center;
        position: relative;
        display: inline-block;
        width: 102px; }
        .store-menu li:nth-child(2) a {
          text-decoration: none; }
          .store-menu li:nth-child(2) a p {
            font-family: HiraKakuProN-W6;
            font-size: 12px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.17;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 0;
            margin-top: 12px; }
          .store-menu li:nth-child(2) a.mopen .online_store_img {
            margin: 0 auto;
            width: 30px;
            height: 36px;
            background: url("/assets/images/brand-themes/online-store-dark-sp.png");
            background-size: 30px 36px; }
          .store-menu li:nth-child(2) a.mclose .online_store_img {
            margin: 0 auto;
            width: 30px;
            height: 36px;
            background: url("/assets/images/brand-themes/online-store-sp.png");
            background-size: 30px 36px; }
        .store-menu li:nth-child(2) .sub-menu {
          display: none;
          position: absolute;
          padding: 13px 15.5px 11px 16.5px;
          background-color: #ffffff;
          z-index: 1;
          width: 166px;
          right: 4px;
          list-style: none; }
          .store-menu li:nth-child(2) .sub-menu li {
            width: 100%;
            padding: 0 4px 6px 3px;
            border-bottom: solid 2px #d8d8d8; }
            .store-menu li:nth-child(2) .sub-menu li:last-child {
              border-bottom: none;
              padding: 16px 0 0; }
            .store-menu li:nth-child(2) .sub-menu li a .shoplist_width {
              width: 128.2px;
              height: 30px; }
            .store-menu li:nth-child(2) .sub-menu li a .rgb_logo_width {
              width: 116px;
              height: 58px; }
      .store-menu li a {
        opacity: 1 !important;
        animation: unset !important;
        -moz-animation: unset !important;
        -webkit-animation: unset !important; }
      .store-menu li.menu-icon-sp.close_unique {
        background: black; }
        .store-menu li.menu-icon-sp.close_unique a img {
          width: 48px;
          height: 48px; }
        .store-menu li.menu-icon-sp.close_unique a p {
          font-family: "FrutigerTIGER";
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff; }

  .breadcrumb-wrapper {
    margin-top: 10px; }
    .breadcrumb-wrapper .breadcrumb {
      background-color: white; }
      .breadcrumb-wrapper .breadcrumb > li {
        font-weight: bold; }
      .breadcrumb-wrapper .breadcrumb > li:last-child a {
        color: #bbb;
        text-decoration: none;
        pointer-events: none;
        cursor: default; }
      .breadcrumb-wrapper .breadcrumb > li + li:before {
        content: ">\00a0"; }

  .next-previous {
    text-align: center;
    font-size: 15px; }
    .next-previous .left-post {
      float: left;
      position: relative;
      padding-left: 20px; }
      .next-previous .left-post:before {
        position: absolute;
        left: 0;
        top: 0;
        content: url("/assets/images/brand-themes/arrow-left.png"); }
    .next-previous .right-post {
      float: right;
      position: relative;
      padding-right: 20px; }
      .next-previous .right-post:after {
        position: absolute;
        right: 0;
        top: 0;
        content: url("/assets/images/brand-themes/arrow-right.png"); }
    .next-previous .middle-post {
      display: inline-block;
      font-weight: bold; }

  .paginate-flying {
    text-align: center; }
    .paginate-flying .pagination > li > a, .paginate-flying .pagination > li > span {
      background-color: #e4e4e4;
      color: black;
      margin: 0px 5px; }
    .paginate-flying .pagination > .active > a {
      background-color: black;
      color: white;
      border-color: black; }
    .paginate-flying .btn-paginate-next, .paginate-flying .btn-paginate-back {
      background-color: unset !important;
      border: 0px;
      font-weight: bold;
      color: #666666; }
    .paginate-flying .btn-paginate-next:after {
      position: absolute;
      right: 0;
      content: url("/assets/images/brand-themes/arrow-right.png");
      top: 0;
      margin-top: 5px; }
    .paginate-flying .btn-paginate-next .btn-paginate-next-inner {
      margin-right: 10px; }
    .paginate-flying .btn-paginate-back:before {
      position: absolute;
      left: 0;
      content: url("/assets/images/brand-themes/arrow-left.png");
      margin-left: -10px; }
    .paginate-flying .fa-angle-left, .paginate-flying .fa-angle-right {
      display: none; }

  .entry-navi-wrapper {
    width: 100%;
    margin-bottom: 96px;
    width: 100%;
    margin-bottom: 112px; }
    .entry-navi-wrapper.blog-entry-navi-wrapper .btn-entry-navi-center:not(.textbase) {
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden; }
    .entry-navi-wrapper.news-entry-navi-wrapper .btn-entry-navi-center {
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 168px;
      height: 48px;
      background-image: url(/assets/images/brand-themes/label-news-top-pc.png);
      background-size: 168px 48px; }
    .entry-navi-wrapper .entry-navi {
      margin: 0 0 30px 0;
      padding: 0;
      font-size: 105%;
      letter-spacing: -0.4em; }
      .entry-navi-wrapper .entry-navi li {
        width: 33%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal; }
        .entry-navi-wrapper .entry-navi li:first-child {
          text-align: left; }
          .entry-navi-wrapper .entry-navi li:first-child a {
            color: black;
            display: inline-block; }
            .entry-navi-wrapper .entry-navi li:first-child a .btn-news-navi-prev {
              display: block;
              width: 200px;
              height: 48px;
              background-image: url(/assets/images/brand-themes/btn-news-navi-prev.png);
              background-size: 200px 48px; }
        .entry-navi-wrapper .entry-navi li:nth-of-type(2) {
          text-align: center; }
          .entry-navi-wrapper .entry-navi li:nth-of-type(2) a {
            display: inline-block;
            color: black;
            vertical-align: middle; }
            .entry-navi-wrapper .entry-navi li:nth-of-type(2) a .btn-entry-navi-center {
              display: block; }
        .entry-navi-wrapper .entry-navi li:nth-of-type(3) {
          text-align: right; }
          .entry-navi-wrapper .entry-navi li:nth-of-type(3) a {
            color: black;
            display: inline-block; }
            .entry-navi-wrapper .entry-navi li:nth-of-type(3) a .btn-news-navi-next {
              display: block;
              width: 200px;
              height: 48px;
              background-image: url(/assets/images/brand-themes/btn-news-navi-next.png);
              background-size: 200px 48px; }
    .entry-navi-wrapper.blog-entry-navi-wrapper .btn-entry-navi-center:not(.textbase) {
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden; }
    .entry-navi-wrapper.news-entry-navi-wrapper .btn-entry-navi-center {
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 168px;
      height: 56px;
      background-image: url(/assets/images/brand-themes/label-news-top-sp.png);
      background-size: 168px 56px; }
    .entry-navi-wrapper .entry-navi {
      width: 100%;
      font-size: 130%;
      display: table; }
      .entry-navi-wrapper .entry-navi li {
        display: table-cell; }
        .entry-navi-wrapper .entry-navi li:first-child {
          width: 40%; }
          .entry-navi-wrapper .entry-navi li:first-child a {
            padding-top: 4px; }
            .entry-navi-wrapper .entry-navi li:first-child a .btn-news-navi-prev {
              display: block;
              width: 200px;
              height: 56px;
              background-image: url(/assets/images/brand-themes/btn-news-navi-prev-sp.png);
              background-size: 200px 56px; }
        .entry-navi-wrapper .entry-navi li:nth-of-type(2) {
          width: 20%;
          text-align: center;
          padding-top: 0; }
          .entry-navi-wrapper .entry-navi li:nth-of-type(2) a {
            display: inline-block;
            color: black;
            vertical-align: middle; }
            .entry-navi-wrapper .entry-navi li:nth-of-type(2) a .btn-entry-navi-center {
              display: block; }
        .entry-navi-wrapper .entry-navi li:nth-of-type(3) {
          width: 40%; }
          .entry-navi-wrapper .entry-navi li:nth-of-type(3) a {
            padding-top: 4px; }
            .entry-navi-wrapper .entry-navi li:nth-of-type(3) a .btn-news-navi-next {
              display: block;
              width: 200px;
              height: 56px;
              background-image: url(/assets/images/brand-themes/btn-news-navi-next-sp.png);
              background-size: 200px 56px; }

  .annotation-wrapper {
    margin-bottom: 64px;
    color: #333;
    font-size: 1.5rem;
    width: 75%;
    margin: auto;
    text-align: center; }
    .annotation-wrapper .center-text {
      display: inline-block;
      text-align: left; }

  .side-section-item-category-wrapper .side-section-title {
    display: none; }

  .side-section-item-banner-wrapper {
    margin-bottom: 40px; }
    .side-section-item-banner-wrapper .side-section-content .list {
      zoom: 1;
      margin: 0;
      padding: 0;
      list-style: none;
      letter-spacing: -0.4em; }
      .side-section-item-banner-wrapper .side-section-content .list:before, .side-section-item-banner-wrapper .side-section-content .list:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .side-section-item-banner-wrapper .side-section-content .list:after {
        clear: both; }
      .side-section-item-banner-wrapper .side-section-content .list li {
        width: 48%;
        display: inline-block;
        margin-bottom: 16px;
        letter-spacing: normal; }
        .side-section-item-banner-wrapper .side-section-content .list li:nth-of-type(2n+1) {
          float: left; }
        .side-section-item-banner-wrapper .side-section-content .list li:nth-of-type(2n) {
          float: right; }
        .side-section-item-banner-wrapper .side-section-content .list li a {
          display: block; }
          .side-section-item-banner-wrapper .side-section-content .list li a img {
            width: auto;
            max-width: 100%; }

  .item-category-select-wrapper {
    margin-bottom: 70px;
    background: #eee;
    padding: 32px; }
    .item-category-select-wrapper .side-section-item-category-select select {
      width: 532px;
      height: 72px;
      margin: auto;
      padding: 21px 32px;
      background: url("/assets/images/brand-themes/bg-select-item-sp.png") no-repeat;
      font-size: 2.0rem;
      outline: none;
      border: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
    .item-category-select-wrapper .side-section-item-category-select select::-ms-expand {
      display: none; }
    .item-category-select-wrapper .easy-select-box {
      position: relative; }
      .item-category-select-wrapper .easy-select-box .esb-displayer {
        display: block;
        width: 532px;
        height: 72px;
        background-image: url(/assets/images/brand-themes/bg-select-item-sp.png);
        background-size: 532px 72px;
        padding: 24px 32px;
        font-size: 140%; }
      .item-category-select-wrapper .easy-select-box .esb-dropdown {
        position: absolute; }

  .esb-dropdown {
    position: relative;
    display: none;
    width: 100% !important;
    font-size: 140%;
    border: solid 1px #ccc;
    padding: 20px 0;
    z-index: 300 !important;
    outline: none;
    background: #FFF; }
    .esb-dropdown .esb-item {
      padding: 0 20px;
      margin: 18px 0; }

  .item-detail-wrapper {
    margin-bottom: 75px; }
    .item-detail-wrapper .visual-wrapper .visual {
      text-align: center; }
      .item-detail-wrapper .visual-wrapper .visual img {
        width: auto;
        max-width: 100%; }
    .item-detail-wrapper .item-detail-info {
      font-size: 2.2rem;
      color: #333;
      margin-top: 47px; }
      .item-detail-wrapper .item-detail-info .category {
        margin-bottom: 0px; }
      .item-detail-wrapper .item-detail-info .category a {
        margin-bottom: 50px;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        padding: 10px;
        background: #ededed;
        border-radius: 5px;
        margin-right: 5px;
        display: inline-block; }
      .item-detail-wrapper .item-detail-info .title {
        margin-bottom: 44px; }
        .item-detail-wrapper .item-detail-info .title .product-name {
          font-size: 3rem;
          line-height: 4rem;
          margin-bottom: 14px; }
        .item-detail-wrapper .item-detail-info .title .sell-price {
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          margin-bottom: 14px;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          display: inline-block;
          position: relative;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
          .item-detail-wrapper .item-detail-info .title .sell-price span {
            font-size: 30px;
            vertical-align: middle; }
          .item-detail-wrapper .item-detail-info .title .sell-price::after {
            position: absolute;
            background-image: url("/assets/images/store_botton/line-pc.png");
            display: inline-block;
            width: 100%;
            height: 2px;
            content: "";
            top: 19px;
            left: 0; }
        .item-detail-wrapper .item-detail-info .title .sale-price {
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          margin-bottom: 13px;
          display: block;
          letter-spacing: normal;
          text-align: left;
          color: #dd0000;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
          .item-detail-wrapper .item-detail-info .title .sale-price span {
            font-size: 30px;
            vertical-align: middle; }
        .item-detail-wrapper .item-detail-info .title .sell-price-uncheck {
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          margin-bottom: 14px;
          display: block;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
          .item-detail-wrapper .item-detail-info .title .sell-price-uncheck span {
            font-size: 30px;
            vertical-align: baseline; }
        .item-detail-wrapper .item-detail-info .title .item-number span {
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
      .item-detail-wrapper .item-detail-info .description {
        margin-bottom: 40px; }
      .item-detail-wrapper .item-detail-info .annotation {
        font-size: 2rem; }
      .item-detail-wrapper .item-detail-info .sns-wrapper .social-button-wrapper {
        text-align: left; }
        .item-detail-wrapper .item-detail-info .sns-wrapper .social-button-wrapper .social-button-item:first-child {
          margin-left: 0; }
      .item-detail-wrapper .item-detail-info .store-link .title-top {
        margin: 70px 0 42px 1px; }
        .item-detail-wrapper .item-detail-info .store-link .title-top p {
          font-family: HiraKakuPro-W6;
          margin-bottom: 0;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 0.56;
          letter-spacing: normal;
          text-align: left;
          color: #333333; }
      .item-detail-wrapper .item-detail-info .store-link .online-store {
        margin-bottom: 24px; }
        .item-detail-wrapper .item-detail-info .store-link .online-store a img {
          width: 592px;
          height: 80px; }
      .item-detail-wrapper .item-detail-info .store-link .country-store {
        margin-bottom: 24px; }
        .item-detail-wrapper .item-detail-info .store-link .country-store a img {
          width: 592px;
          height: 80px; }
      .item-detail-wrapper .item-detail-info .store-link .maker-store {
        margin-bottom: 39px; }
        .item-detail-wrapper .item-detail-info .store-link .maker-store a img {
          width: 592px;
          height: 80px; }
      .item-detail-wrapper .item-detail-info .store-link .title-footer {
        margin: 39px 50px 73px 0; }
        .item-detail-wrapper .item-detail-info .store-link .title-footer p {
          font-family: Meiryo;
          font-size: 20px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 0.93;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          margin-bottom: 0; }

  .btn-item-top-wrapper {
    margin-bottom: 120px; }
    .btn-item-top-wrapper .btn-item-top {
      display: block;
      width: 350px;
      height: 65px;
      background-image: url(/assets/images/brand-themes/btn-item-top-sp.png);
      background-size: 350px 65px;
      margin: auto; }

  .shop-list-wrapper .shop-area-support-center {
    display: none !important; }
  .shop-list-wrapper .area-title {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    font-size: 3.4rem;
    font-weight: bold; }
  .shop-list-wrapper .shops-wrapper {
    margin-bottom: 100px; }
    .shop-list-wrapper .shops-wrapper .shop {
      position: relative;
      padding: 46px 0;
      border-bottom: 1px solid #cfcfcf; }
      .shop-list-wrapper .shops-wrapper .shop .title {
        margin-bottom: 18px;
        font-size: 2.4rem; }
      .shop-list-wrapper .shops-wrapper .shop .info {
        margin-bottom: 40px;
        font-size: 2rem;
        line-height: 3rem;
        color: #666; }
      .shop-list-wrapper .shops-wrapper .shop .navi {
        text-align: left; }
        .shop-list-wrapper .shops-wrapper .shop .navi .btn-shop-tel {
          display: block;
          width: 192px;
          height: 64px;
          background-image: url(/assets/images/brand-themes/btn-shop-tel-sp.png);
          background-size: 192px 64px;
          display: inline-block;
          margin-right: 10px; }
        .shop-list-wrapper .shops-wrapper .shop .navi .btn-shop-map {
          display: block;
          width: 192px;
          height: 64px;
          background-image: url(/assets/images/brand-themes/btn-shop-map-sp.png);
          background-size: 192px 64px;
          display: inline-block; }
        .shop-list-wrapper .shops-wrapper .shop .navi .btn-shop-blog {
          display: block;
          width: 192px;
          height: 64px;
          background-image: url(/assets/images/brand-themes/btn-shop-blog-sp.png);
          background-size: 192px 64px;
          display: inline-block;
          margin-left: 12px; }

  .shop-area-select-wrapper {
    margin-bottom: 70px;
    padding: 36px 0;
    background: #f0f0f0;
    text-align: center; }
    .shop-area-select-wrapper .label-shop-area {
      display: none; }
    .shop-area-select-wrapper select {
      width: 532px;
      height: 72px;
      margin: auto;
      padding: 21px 32px;
      background: url("/assets/images/brand-themes/bg-select-shop-sp.png") no-repeat;
      font-size: 2.0rem;
      outline: none;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .shop-area-select-wrapper .shop-area-select-list {
      position: relative;
      display: inline-block;
      text-align: left; }
      .shop-area-select-wrapper .shop-area-select-list #shop-area-select option[value="support-center"] {
        display: none; }
      .shop-area-select-wrapper .shop-area-select-list .esb-displayer {
        display: block;
        width: 532px;
        height: 72px;
        background-image: url(/assets/images/brand-themes/bg-select-shop-sp.png);
        background-size: 532px 72px;
        padding: 24px 32px;
        font-size: 2.2rem; }
      .shop-area-select-wrapper .shop-area-select-list .esb-dropdown {
        position: absolute; }

  .page-career-top {
    margin: 0 auto; }
    .page-career-top .verticale_line {
      height: 2px;
      background-color: #c2c2c2; }
    .page-career-top .career-work-together {
      margin-top: 46px;
      margin-bottom: 48px; }
      .page-career-top .career-work-together .title h3 {
        margin-top: 47px;
        margin-bottom: 29px;
        font-family: HiraKakuProN-W6;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000; }
      .page-career-top .career-work-together .cont {
        display: flex;
        flex-direction: column; }
        .page-career-top .career-work-together .cont .left {
          order: 2; }
          .page-career-top .career-work-together .cont .left .txt p {
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 36px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 35px; }
          .page-career-top .career-work-together .cont .left .txt-bottom p {
            font-family: HiraKakuProN-W6;
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 32px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 0; }
          .page-career-top .career-work-together .cont .left .view-employment-information {
            margin-top: 43px; }
            .page-career-top .career-work-together .cont .left .view-employment-information a {
              width: 280px;
              height: 64px;
              padding: 22px 69px 22px 71px;
              border-radius: 32px;
              text-align: center;
              background-color: #000000; }
              .page-career-top .career-work-together .cont .left .view-employment-information a span {
                font-family: HiraKakuPro-W6;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
        .page-career-top .career-work-together .cont .right {
          order: 1; }
          .page-career-top .career-work-together .cont .right .together-img {
            margin: 0 auto;
            text-align: center; }
            .page-career-top .career-work-together .cont .right .together-img img {
              text-align: center;
              /*width: 100%;*/ }
    .page-career-top .we-cherish-sec {
      margin-top: 48px;
      margin-bottom: 47px; }
      .page-career-top .we-cherish-sec .title h3 {
        font-family: HiraKakuProN-W6;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0 0 29px; }
      .page-career-top .we-cherish-sec .cont .txt {
        margin-bottom: 60px; }
        .page-career-top .we-cherish-sec .cont .txt p {
          font-family: HiraKakuProN-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
          .page-career-top .we-cherish-sec .cont .txt p:nth-child(1) {
            margin-bottom: 40px; }
          .page-career-top .we-cherish-sec .cont .txt p:nth-child(2) {
            margin-bottom: 40px; }
      .page-career-top .we-cherish-sec .cont .career-cart .signle-cart {
        width: 100%;
        margin-bottom: 49px; }
        .page-career-top .we-cherish-sec .cont .career-cart .signle-cart:last-child {
          margin-bottom: 0; }
        .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .img {
          margin: 0 auto;
          text-align: center; }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .img img {
            text-align: center; }
        .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .header-top .title-1 p {
          margin: 24px 0 10px;
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 44px;
          letter-spacing: normal;
          text-align: left;
          color: #000000; }
        .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .header-top .title-2 p {
          margin: 0 0 37px;
          font-family: HiraKakuPro-W3;
          font-size: 28px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 24px;
          letter-spacing: normal;
          text-align: left;
          color: #000000; }
        .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .cont-part p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
    .page-career-top .grow-together {
      margin-bottom: 50px; }
      .page-career-top .grow-together .sec {
        padding-top: 46px; }
        .page-career-top .grow-together .sec .left {
          width: 100%; }
          .page-career-top .grow-together .sec .left .title h3 {
            font-family: HiraKakuProN-W6;
            font-size: 32px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 30px; }
          .page-career-top .grow-together .sec .left .img-a {
            margin: 0 auto;
            text-align: center; }
            .page-career-top .grow-together .sec .left .img-a img {
              text-align: center; }
        .page-career-top .grow-together .sec .right {
          width: 100%; }
          .page-career-top .grow-together .sec .right .cont .title h3 {
            font-family: HiraKakuProN-W6;
            font-size: 32px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 30px; }
          .page-career-top .grow-together .sec .right .cont .text p {
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 32px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
            .page-career-top .grow-together .sec .right .cont .text p:nth-child(1) {
              margin-bottom: 35px; }
            .page-career-top .grow-together .sec .right .cont .text p:nth-child(2) {
              margin-bottom: 35px; }
          .page-career-top .grow-together .sec .right .cont .employment-button {
            text-align: center; }
            .page-career-top .grow-together .sec .right .cont .employment-button.mtop-47 {
              margin-top: 69px; }
            .page-career-top .grow-together .sec .right .cont .employment-button.mtb-16 {
              margin: 24px 0; }
            .page-career-top .grow-together .sec .right .cont .employment-button a {
              width: 480px;
              height: 64px;
              padding: 23px 0 12px;
              border-radius: 24px;
              background-color: #000000;
              text-align: center; }
              .page-career-top .grow-together .sec .right .cont .employment-button a span {
                font-family: HiraKakuPro-W6;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
    .page-career-top .footer-bottom-text {
      padding-top: 50px;
      text-align: center;
      margin: 0 auto; }
      .page-career-top .footer-bottom-text .center-text {
        display: inline-block;
        text-align: left; }

  .page-aboutus-top {
    /* mission sp css */
    /* history area css */
    /* view world part css */
    /* how to sp css*/
    /* how to css end */
    /* club-activities css start*/
    /* media css start*/
    /* operating-company css start */
    /* about the site css */ }
    .page-aboutus-top .verticale_line {
      height: 2px;
      background-color: #c2c2c2; }
    .page-aboutus-top .mission-sec {
      margin: 40px 0 52px; }
      .page-aboutus-top .mission-sec .title {
        margin: 49px 0 26px; }
        .page-aboutus-top .mission-sec .title h3 {
          font-family: HiraKakuProN-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .mission-sec .cont {
        display: flex;
        flex-direction: column; }
        .page-aboutus-top .mission-sec .cont .left {
          order: 2; }
          .page-aboutus-top .mission-sec .cont .left .txt-area p {
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 30px; }
        .page-aboutus-top .mission-sec .cont .right {
          order: 1; }
          .page-aboutus-top .mission-sec .cont .right .img-area {
            text-align: center; }
    .page-aboutus-top .history-sec {
      margin: 48px 0 51px; }
      .page-aboutus-top .history-sec .title .title-wrapper {
        padding-bottom: 20px; }
        .page-aboutus-top .history-sec .title .title-wrapper h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .history-sec .title .txt {
        padding-bottom: 52px; }
        .page-aboutus-top .history-sec .title .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .history-sec .title .txt p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .history-sec .cont .img-area {
        text-align: center; }
      .page-aboutus-top .history-sec .cont .txt {
        padding-top: 35px; }
        .page-aboutus-top .history-sec .cont .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .history-sec .cont .txt p:last-child {
            margin-bottom: 0; }
    .page-aboutus-top .view-world-to-sec {
      margin: 48px 0 54px; }
      .page-aboutus-top .view-world-to-sec .title .title-wrapper {
        padding-bottom: 20px; }
        .page-aboutus-top .view-world-to-sec .title .title-wrapper h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .view-world-to-sec .title .txt {
        padding-bottom: 40px; }
        .page-aboutus-top .view-world-to-sec .title .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .view-world-to-sec .title .txt p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .view-world-to-sec .cont {
        display: flex;
        flex-direction: column; }
        .page-aboutus-top .view-world-to-sec .cont .left {
          order: 2; }
          .page-aboutus-top .view-world-to-sec .cont .left .txt-area {
            padding: 38px 0 0; }
            .page-aboutus-top .view-world-to-sec .cont .left .txt-area p {
              font-family: HiraKakuPro-W3;
              font-size: 24px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 34px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0 0 33px; }
              .page-aboutus-top .view-world-to-sec .cont .left .txt-area p:last-child {
                margin-bottom: 0; }
        .page-aboutus-top .view-world-to-sec .cont .right {
          order: 1; }
          .page-aboutus-top .view-world-to-sec .cont .right .img-area {
            text-align: center; }
    .page-aboutus-top .how-to-sec {
      /* part 1 css*/
      /* how to part 2*/
      /* how to part 3*/ }
      .page-aboutus-top .how-to-sec .title {
        padding: 48px 0 0; }
        .page-aboutus-top .how-to-sec .title .title-wrapper {
          padding: 0 0 20px; }
          .page-aboutus-top .how-to-sec .title .title-wrapper h3 {
            font-family: HiraKakuPro-W6;
            font-size: 32px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .how-to-sec .title .txt {
          padding-bottom: 52px; }
          .page-aboutus-top .how-to-sec .title .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 33px; }
            .page-aboutus-top .how-to-sec .title .txt p:last-child {
              margin-bottom: 0; }
      .page-aboutus-top .how-to-sec .part-1 .cont {
        padding: 0 25px; }
        .page-aboutus-top .how-to-sec .part-1 .cont .top-part .title-inner {
          padding-bottom: 20px; }
          .page-aboutus-top .how-to-sec .part-1 .cont .top-part .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .how-to-sec .part-1 .cont .top-part .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .how-to-sec .part-1 .cont .top-part .txt p:last-child {
            margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .img-a {
          text-align: center;
          margin: 60px 0 46px; }
        .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .txt p:last-child {
            margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .button-area {
          margin-top: 40px; }
          .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .button-area div {
            display: inline-block; }
            .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .button-area div:first-child {
              margin-right: 16px; }
            .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .button-area div a {
              width: 264px;
              height: 64px;
              padding: 22px 0;
              text-align: center;
              border-radius: 32px;
              background-color: #000000; }
              .page-aboutus-top .how-to-sec .part-1 .cont .footer-part .button-area div a span {
                font-family: HiraKakuPro-W6;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
      .page-aboutus-top .how-to-sec .part-2 {
        margin: 15px 0 0;
        padding: 0 25px; }
        .page-aboutus-top .how-to-sec .part-2 .title .title-wrapper {
          padding-bottom: 15px; }
          .page-aboutus-top .how-to-sec .part-2 .title .title-wrapper h3 {
            font-family: HiraKakuPro-W6;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .how-to-sec .part-2 .title .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .how-to-sec .part-2 .title .txt p:last-child {
            margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-2 .cont .sp_cont .title-inner {
          padding: 0 0 15px; }
          .page-aboutus-top .how-to-sec .part-2 .cont .sp_cont .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .how-to-sec .part-2 .cont .sp_cont .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .how-to-sec .part-2 .cont .sp_cont .txt p:last-child {
            margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-2 .cont .left .img-a {
          text-align: center;
          padding: 45px 0 38px; }
        .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .title-inner p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .title-inner p:last-child {
            margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .txt {
          margin: 14px 0 0; }
          .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 33px; }
            .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .txt p:last-child {
              margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .button-area {
          padding: 40px 0 0; }
          .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .button-area .store {
            display: inline-block; }
            .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .button-area .store a {
              width: 280px;
              height: 56px;
              padding: 20px 0 18px;
              text-align: center;
              border-radius: 28px;
              background-color: #000000; }
              .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .button-area .store a span {
                font-family: HiraKakuPro-W6;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
      .page-aboutus-top .how-to-sec .part-3 {
        margin: 63px 0 64px;
        padding: 0 25px; }
        .page-aboutus-top .how-to-sec .part-3 .title {
          padding-top: 0; }
          .page-aboutus-top .how-to-sec .part-3 .title h3 {
            font-family: HiraKakuPro-W6;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .how-to-sec .part-3 .txt {
          margin: 20px 0 40px; }
          .page-aboutus-top .how-to-sec .part-3 .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 33px; }
            .page-aboutus-top .how-to-sec .part-3 .txt p:last-child {
              margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-3 .button-area .staff-view {
          display: inline-block;
          margin-right: 16px; }
          .page-aboutus-top .how-to-sec .part-3 .button-area .staff-view a {
            width: 264px;
            height: 64px;
            padding: 24px 0;
            border-radius: 32px;
            text-align: center;
            background-color: #000000; }
            .page-aboutus-top .how-to-sec .part-3 .button-area .staff-view a span {
              font-family: HiraKakuPro-W6;
              font-size: 20px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff;
              font-size: 16px; }
        .page-aboutus-top .how-to-sec .part-3 .button-area .work-together-b {
          display: inline-block; }
          .page-aboutus-top .how-to-sec .part-3 .button-area .work-together-b a {
            width: 264px;
            height: 64px;
            padding: 24px 0;
            border-radius: 32px;
            background-color: #000000;
            text-align: center; }
            .page-aboutus-top .how-to-sec .part-3 .button-area .work-together-b a span {
              font-family: HiraKakuPro-W6;
              font-size: 20px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff;
              font-size: 16px; }
    .page-aboutus-top .sustainability {
      margin: 48px 0; }
      .page-aboutus-top .sustainability .title .title-wrapper h3 {
        font-family: HiraKakuPro-W6;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0; }
      .page-aboutus-top .sustainability .cont {
        padding: 0 25px; }
        .page-aboutus-top .sustainability .cont .sustainability-product .title-inner {
          padding: 40px 0 15px; }
          .page-aboutus-top .sustainability .cont .sustainability-product .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .sustainability .cont .sustainability-product .txt {
          padding-bottom: 45px; }
          .page-aboutus-top .sustainability .cont .sustainability-product .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 33px; }
            .page-aboutus-top .sustainability .cont .sustainability-product .txt p:last-child {
              margin-bottom: 0; }
        .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .title-inner {
          padding: 0 0 15px; }
          .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .txt p:last-child {
            margin-bottom: 0; }
        .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .right .img-a {
          margin-top: 43px;
          text-align: center; }
    .page-aboutus-top .club-activities {
      padding: 48px 0;
      display: flex;
      flex-direction: column; }
      .page-aboutus-top .club-activities .left {
        order: 2; }
        .page-aboutus-top .club-activities .left .cont .title {
          padding-bottom: 20px; }
          .page-aboutus-top .club-activities .left .cont .title h3 {
            font-family: HiraKakuPro-W6;
            font-size: 32px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .club-activities .left .cont .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .club-activities .left .cont .txt p:last-child {
            margin-bottom: 0; }
        .page-aboutus-top .club-activities .left .cont .button {
          padding-top: 50px;
          display: inline-block; }
          .page-aboutus-top .club-activities .left .cont .button a {
            width: 280px;
            height: 64px;
            padding: 22px 0 23px;
            border-radius: 32px;
            background-color: #000000;
            text-align: center; }
            .page-aboutus-top .club-activities .left .cont .button a span {
              font-family: HiraKakuPro-W6;
              font-size: 20px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
      .page-aboutus-top .club-activities .right {
        order: 1; }
        .page-aboutus-top .club-activities .right .img-a {
          text-align: center;
          padding-bottom: 40px; }
    .page-aboutus-top .media-aboutus .title {
      padding-bottom: 39px; }
      .page-aboutus-top .media-aboutus .title .title-wrapper h3 {
        font-family: HiraKakuPro-W6;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0; }
    .page-aboutus-top .media-aboutus .media-cont {
      padding: 48px 0;
      display: flex;
      flex-direction: column; }
      .page-aboutus-top .media-aboutus .media-cont .left {
        order: 2; }
        .page-aboutus-top .media-aboutus .media-cont .left .top-part {
          padding: 0 25px; }
          .page-aboutus-top .media-aboutus .media-cont .left .top-part .title-inner {
            margin-bottom: 12px; }
            .page-aboutus-top .media-aboutus .media-cont .left .top-part .title-inner h3 {
              font-family: HiraKakuPro-W6;
              font-size: 28px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .top-part .txt {
            padding: 10px ​0 33p; }
            .page-aboutus-top .media-aboutus .media-cont .left .top-part .txt p {
              font-family: HiraKakuPro-W3;
              font-size: 24px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 34px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0 0 33px; }
              .page-aboutus-top .media-aboutus .media-cont .left .top-part .txt p:last-child {
                margin-bottom: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .top-part .button-area {
            display: inline-block;
            margin-top: 33px; }
            .page-aboutus-top .media-aboutus .media-cont .left .top-part .button-area a {
              width: 280px;
              height: 64px;
              padding: 22px 0;
              border-radius: 32px;
              background-color: #000000;
              text-align: center; }
              .page-aboutus-top .media-aboutus .media-cont .left .top-part .button-area a span {
                font-family: HiraKakuPro-W6;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
        .page-aboutus-top .media-aboutus .media-cont .left .bottom-part {
          padding: 0 25px;
          margin-top: 48px; }
          .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .title-inner {
            padding-bottom: 15px; }
            .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .title-inner h3 {
              font-family: HiraKakuPro-W6;
              font-size: 28px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 33px; }
            .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .txt p:last-child {
              margin-bottom: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .txt .mail_to {
            text-decoration: underline; }
      .page-aboutus-top .media-aboutus .media-cont .right {
        order: 1; }
        .page-aboutus-top .media-aboutus .media-cont .right .img-a {
          text-align: center; }
    .page-aboutus-top .operating-company {
      padding: 48px 0; }
      .page-aboutus-top .operating-company .title {
        padding-bottom: 20px; }
        .page-aboutus-top .operating-company .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .operating-company .txt p {
        font-family: HiraKakuPro-W3;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 34px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0 0 33px; }
        .page-aboutus-top .operating-company .txt p:last-child {
          margin-bottom: 0; }
    .page-aboutus-top .about-the-site {
      padding: 48px 0; }
      .page-aboutus-top .about-the-site .title {
        padding-bottom: 20px; }
        .page-aboutus-top .about-the-site .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .about-the-site .txt {
        padding-bottom: 39px; }
        .page-aboutus-top .about-the-site .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0 0 33px; }
          .page-aboutus-top .about-the-site .txt p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .about-the-site .button-area {
        display: inline-block; }
        .page-aboutus-top .about-the-site .button-area a {
          width: 280px;
          height: 64px;
          padding: 23px 0 22px;
          border-radius: 32px;
          background-color: #000000;
          text-align: center; }
          .page-aboutus-top .about-the-site .button-area a span {
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff; }
    .page-aboutus-top .footer-bottom-text {
      padding-top: 50px;
      text-align: center;
      margin: 0 auto; }
      .page-aboutus-top .footer-bottom-text .center-text {
        display: inline-block;
        text-align: left; }

  .page-shoppingservice-top {
    /*shop service css*/
    /* bulk purchase css*/
    /* e-gift css */
    /* app css */
    /* faq css */
    /* inquiries css*/ }
    .page-shoppingservice-top .verticale_line {
      height: 2px;
      background-color: #c2c2c2; }
    .page-shoppingservice-top .shop-service {
      margin: 48px 0; }
      .page-shoppingservice-top .shop-service .title h3 {
        font-family: HiraKakuProN-W6;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0 0 29px; }
      .page-shoppingservice-top .shop-service .title .top-text p {
        font-family: HiraKakuProN-W3;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 34px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0; }
      .page-shoppingservice-top .shop-service .shop-cont {
        display: flex;
        flex-direction: column; }
        .page-shoppingservice-top .shop-service .shop-cont .left {
          order: 2; }
          .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .txt p {
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 34px; }
            .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .txt p:last-child {
              margin: 0; }
          .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area {
            display: inline-block;
            padding-top: 40px;
            text-align: center;
            width: 100%; }
            .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul {
              list-style: none;
              margin: 0;
              padding: 0; }
              .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li {
                float: left; }
                .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li:last-child {
                  margin-left: 32px; }
                .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li a {
                  border-radius: 32px;
                  background-color: #000000;
                  width: 280px;
                  height: 64px;
                  padding: 22px 0;
                  text-align: center;
                  height: inherit; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li a:hover {
                    text-decoration: none; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li a span {
                    font-family: HiraKakuPro-W6;
                    font-size: 20px;
                    font-weight: bold;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 14px;
                    letter-spacing: normal;
                    text-align: left;
                    color: #ffffff; }
                .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown {
                  position: relative;
                  display: inline-block; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown a {
                    opacity: 1;
                    animation: unset !important;
                    -moz-animation: unset !important;
                    -webkit-animation: unset !important;
                    text-decoration: none; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .mopen {
                    background-color: #999999;
                    border-radius: 32px; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .mclose {
                    background-color: #000000;
                    border-radius: 32px; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu {
                    display: none;
                    position: absolute;
                    padding: 3px 0 7px;
                    /*padding: 29px 0 7px; */
                    background-color: #ffffff;
                    z-index: 1;
                    width: 260px;
                    right: 8px;
                    list-style: none; }
                    .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li {
                      width: 100%;
                      padding: 0 0 6px;
                      border-bottom: solid 1px #d8d8d8;
                      margin: 0 auto; }
                      .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li:last-child {
                        border-bottom: none;
                        padding-top: 16px;
                        padding-bottom: 0; }
                      .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li a {
                        width: 100%;
                        background: unset;
                        height: unset;
                        padding: 0; }
                        .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li a .width_148 {
                          width: 148px;
                          height: 34.6px; }
                        .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li a .width_134 {
                          width: 134px;
                          height: 67px; }
        .page-shoppingservice-top .shop-service .shop-cont .right {
          order: 1; }
          .page-shoppingservice-top .shop-service .shop-cont .right .img-area {
            padding: 40px 0 46px;
            text-align: center; }
    .page-shoppingservice-top .bulk-purchase {
      margin: 48px 0; }
      .page-shoppingservice-top .bulk-purchase .title {
        margin: 0 0 29px; }
        .page-shoppingservice-top .bulk-purchase .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left {
        width: 100%; }
        .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .top-txt {
          padding: 0 0 42px; }
          .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .top-txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 34px; }
            .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .top-txt p:last-child {
              margin-bottom: 0; }
        .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 24px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 34px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 34px;
          line-height: 42px; }
          .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .txt p:last-child {
            margin-bottom: 0; }
          .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .txt p span {
            display: block; }
      .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .right {
        width: 100%; }
        .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .right .img-area {
          text-align: center;
          padding: 40px 0 0; }
    .page-shoppingservice-top .e-gift {
      margin: 48px 0; }
      .page-shoppingservice-top .e-gift .title {
        margin-bottom: 29px; }
        .page-shoppingservice-top .e-gift .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .e-gift .egift-cont {
        width: 100%; }
        .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-txt {
          margin-bottom: 52px; }
          .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 34px; }
            .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-txt p:last-child {
              margin-bottom: 0; }
        .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont {
          padding-bottom: 30px; }
          .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont:last-child {
            padding-bottom: 0; }
          .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .inner-title {
            padding-bottom: 24px; }
            .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .inner-title h3 {
              font-family: HiraKakuPro-W6;
              font-size: 28px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .txt ul {
            padding-left: 36px; }
            .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .txt ul li {
              font-family: HiraKakuPro-W3;
              font-size: 24px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 34px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin-bottom: 34px;
              list-style: decimal;
              list-style-type: decimal; }
              .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .txt ul li:last-child {
                margin-bottom: 0; }
          .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 34px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 34px; }
            .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .txt p:last-child {
              margin-bottom: 0; }
          .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .img-area {
            text-align: center;
            margin: 42px 0 40px; }
          .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .button-area {
            display: inline-block;
            margin-top: 36px;
            text-align: center;
            width: 100%; }
            .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .button-area a {
              width: 280px;
              height: 64px;
              padding: 21px 0;
              border-radius: 32px;
              text-align: center;
              background-color: #000000; }
              .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .button-area a:first-child {
                margin-right: 32px; }
              .page-shoppingservice-top .e-gift .egift-cont .left-cont .inner-cont .button-area a span {
                font-family: HiraKakuPro-W6;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
    .page-shoppingservice-top .app-service {
      padding: 48px 0; }
      .page-shoppingservice-top .app-service .title {
        margin: 0 0 29px; }
        .page-shoppingservice-top .app-service .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .app-service .app-cont .txt p {
        font-family: HiraKakuPro-W3;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 34px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-bottom: 34px; }
        .page-shoppingservice-top .app-service .app-cont .txt p:last-child {
          margin-bottom: 0; }
      .page-shoppingservice-top .app-service .app-cont .button-area {
        margin-top: 40px; }
        .page-shoppingservice-top .app-service .app-cont .button-area .istore {
          display: inline-block;
          width: 175px;
          height: 64px;
          background-image: url(/assets/images/themes/shopingservice/shoppingservice-istore-sp.png);
          background-size: 175px 64px;
          margin-right: 32px; }
        .page-shoppingservice-top .app-service .app-cont .button-area .googleplaystore {
          display: inline-block;
          width: 211px;
          height: 63px;
          background-image: url(/assets/images/themes/shopingservice/shpopingservice-google-play-badge-sp.png);
          background-size: 211px 63px; }
    .page-shoppingservice-top .faq-service {
      margin: 48px 0; }
      .page-shoppingservice-top .faq-service .title {
        margin: 0 0 29px; }
        .page-shoppingservice-top .faq-service .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .faq-service .faq-cont {
        padding: 30px 31px 41px 24px;
        background-color: #f6f6f6; }
        .page-shoppingservice-top .faq-service .faq-cont .questionp-ans {
          margin: 0 0 58px; }
          .page-shoppingservice-top .faq-service .faq-cont .questionp-ans:last-child {
            margin-bottom: 0; }
          .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-title {
            padding: 0 0 31px; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-title h3 {
              font-family: HiraKakuPro-W6;
              font-size: 32px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 32px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0;
              line-height: normal;
              font-size: 24px; }
          .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont {
            margin-bottom: 33px; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont:last-child {
              margin-bottom: 0; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question {
              padding: 0 0 32px;
              position: relative; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .icon-q {
                width: 22px;
                height: 26px;
                background-image: url(/assets/images/themes/shopingservice/q-icon.png);
                background-size: 22px 26px;
                display: inline-block;
                float: left;
                margin-right: 15px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .icon-q span {
                  display: none; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .txt {
                width: 517px;
                float: left;
                margin-top: -3px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .txt p {
                  font-family: HiraKakuPro-W6;
                  font-size: 24px;
                  font-weight: bold;
                  font-stretch: normal;
                  font-style: normal;
                  line-height: 34px;
                  letter-spacing: normal;
                  text-align: left;
                  color: #000000; }
                  .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .txt p:last-child {
                    margin-bottom: 0; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer {
              position: relative; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .icon-a {
                width: 22px;
                height: 26px;
                background-image: url(/assets/images/themes/shopingservice/a-icon.png);
                background-size: 22px 26px;
                display: inline-block;
                float: left;
                margin-right: 15px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .icon-a span {
                  display: none; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt {
                width: 517px;
                float: left;
                margin-top: -5px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt p {
                  margin-bottom: 34px; }
                  .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt p:last-child {
                    margin-bottom: 0; }
                  .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt p span {
                    font-family: HiraKakuPro-W3;
                    font-size: 24px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 34px;
                    letter-spacing: normal;
                    text-align: left;
                    color: #000000; }
                    .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt p span a {
                      text-decoration: underline; }
    .page-shoppingservice-top .inquiries-service {
      margin: 48px 0 48px; }
      .page-shoppingservice-top .inquiries-service .title {
        margin: 0 0 29px; }
        .page-shoppingservice-top .inquiries-service .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 32px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p {
        font-family: HiraKakuPro-W3;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 34px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-bottom: 34px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p:last-child {
          margin-bottom: 0; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p.text-style-1 {
          font-size: 28px;
          line-height: 40px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p .text-style-2 {
          font-size: 28px;
          padding-bottom: 20px;
          display: block; }
      .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .button-area {
        display: inline-block;
        margin: 28px 0 40px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .button-area a {
          width: 280px;
          height: 64px;
          padding: 22px 0;
          border-radius: 32px;
          text-align: center;
          -webkit-text-align: center;
          background-color: #000000; }
          .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .button-area a span {
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            text-align: center;
            -webkit-text-align: center; }
      .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button {
        display: inline-block;
        margin-top: 41px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button a {
          width: 280px;
          height: 64px;
          padding: 13px 0 11px 0;
          border-radius: 32px;
          text-align: center;
          background-color: #000000; }
          .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button a .btext-style-1 {
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 18px;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            display: block; }
          .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button a .btext-style-2 {
            margin: 6px 0 0;
            font-family: HiraKakuPro-W3;
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            display: block; }
    .page-shoppingservice-top .footer-bottom-text {
      padding-top: 50px;
      text-align: center;
      margin: 0 auto; }
      .page-shoppingservice-top .footer-bottom-text .center-text {
        display: inline-block;
        text-align: left; }

  .page-privacy-top .privacy-top-text {
    margin: 63px 0 48px; }
    .page-privacy-top .privacy-top-text .title-top h4 {
      font-family: HiraKakuProN-W6;
      font-size: 26px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 14px;
      letter-spacing: normal;
      text-align: center;
      color: #000;
      margin-bottom: 29px; }
    .page-privacy-top .privacy-top-text p {
      font-family: HiraKakuProN-W3;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 32px;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 29px; }
      .page-privacy-top .privacy-top-text p:last-child {
        margin: 0; }
  .page-privacy-top .privacy-cont-text {
    margin-bottom: 54px; }
    .page-privacy-top .privacy-cont-text:last-child {
      margin-bottom: 0; }
    .page-privacy-top .privacy-cont-text h4 {
      font-family: HiraKakuProN-W6;
      font-size: 26px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 14px;
      letter-spacing: normal;
      text-align: left;
      margin-bottom: 27px;
      color: #000; }
    .page-privacy-top .privacy-cont-text .privacy-sub-text .title-txt {
      padding-left: 0; }
      .page-privacy-top .privacy-cont-text .privacy-sub-text .title-txt p {
        font-family: HiraKakuProN-W3;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 25px; }
    .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o {
      padding-left: 0px; }
      .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont {
        margin-bottom: 5px; }
        .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont:after {
          content: "";
          clear: both;
          display: block; }
        .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .left {
          width: 7%;
          float: left; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .left.left_width_adjust {
            width: 5%; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .left span {
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left;
            color: #000; }
        .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right {
          width: 93%;
          float: left; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right.right_width_adjust {
            width: 95%; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right.personal_info {
            padding-left: 0px; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right.personal_info .text-cont span {
              display: block; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right.correction_p_info {
            padding-left: 0; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .text-cont {
            margin-bottom: 0;
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 32px;
            letter-spacing: normal;
            text-align: left;
            color: #000;
            margin-top: 4px; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .text-cont .visivility {
              visibility: visible; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .text-cont.c_last_row span {
              display: block; }
              .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .text-cont.c_last_row span:nth-of-type(2) {
                margin-top: 35px; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont {
            margin-top: 4px; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con p {
              font-family: HiraKakuProN-W3;
              font-size: 24px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 32px;
              letter-spacing: normal;
              text-align: left;
              color: #000;
              display: inline-block;
              margin-bottom: 0; }
              .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con p .left-sub {
                width: 25px;
                float: left; }
              .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con p .right-sub {
                width: 95%;
                float: left; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul {
              padding-left: 0;
              margin-top: 0px;
              margin-left: 55px;
              margin-bottom: 3px; }
              .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul.left_padding_adjust {
                margin-left: 15px; }
              .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul li {
                font-family: HiraKakuProN-W3;
                font-size: 24px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 32px;
                letter-spacing: normal;
                text-align: left;
                color: #000;
                list-style: disc; }
                .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul li:before {
                  content: "";
                  margin-left: 0; }
  .page-privacy-top .text-footer {
    margin: 85px 0 55px; }
    .page-privacy-top .text-footer p {
      font-family: HiraKakuProN-W3;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 32px;
      letter-spacing: normal;
      text-align: right;
      color: #000;
      margin-bottom: 25px; }
      .page-privacy-top .text-footer p:last-child {
        margin-bottom: 0px; }
      .page-privacy-top .text-footer p span {
        display: block; }

  .page-cookiepolicy-top .cookie-top-text {
    margin: 85px 0 80px; }
    .page-cookiepolicy-top .cookie-top-text p {
      font-family: HiraKakuProN-W3;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 32px;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 30px; }
      .page-cookiepolicy-top .cookie-top-text p:last-child {
        margin: 0; }
  .page-cookiepolicy-top .cookie-cont-text {
    margin-bottom: 80px; }
    .page-cookiepolicy-top .cookie-cont-text:last-child {
      margin-bottom: 0; }
    .page-cookiepolicy-top .cookie-cont-text h4 {
      font-family: HiraKakuProN-W6;
      font-size: 26px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 32px;
      letter-spacing: normal;
      text-align: left;
      margin-bottom: 26px;
      color: #000; }
      .page-cookiepolicy-top .cookie-cont-text h4 .left {
        width: 5%;
        float: left; }
      .page-cookiepolicy-top .cookie-cont-text h4 .right {
        width: 95%;
        float: left; }
    .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text {
      clear: both;
      padding-top: 27px; }
      .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left P {
        font-family: HiraKakuProN-W3;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 0px; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left P span {
          display: block; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left P span.pdtop-25 {
            margin-top: 20px; }
      .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont {
        margin-bottom: 45px; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont:after {
          content: "";
          clear: both;
          display: block; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .left {
          width: 5%;
          float: left; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .left span {
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 32px;
            letter-spacing: normal;
            text-align: left;
            color: #000; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right {
          width: 95%;
          float: left; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p {
            font-family: HiraKakuProN-W3;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 32px;
            letter-spacing: normal;
            text-align: left;
            color: #000;
            margin: 0px; }
            .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p.pdtop-29 {
              margin-top: 10px;
              padding-left: 27px;
              font-family: HiraKakuProN-W3; }
            .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p.break_cont span {
              display: block; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p.break_cont span.pdtop-25 {
                margin-top: 25px; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p.break_cont span.pdtop-60 {
                margin-top: 60px; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p.break_cont span.margint_25 {
                margin-top: 25px; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right .sub-ul {
            padding-left: 0;
            margin-top: 10px;
            margin-left: 24px; }
            .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right .sub-ul li {
              font-family: HiraKakuProN-W3;
              font-size: 24px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 32px;
              letter-spacing: normal;
              text-align: left;
              color: #000;
              list-style: disc;
              margin-bottom: 15px;
              margin-left: 0; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right .sub-ul li:last-child {
                margin-bottom: 0; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right .sub-ul li:before {
                content: "";
                margin-left: 0;
                vertical-align: middle; }
  .page-cookiepolicy-top .text-footer {
    margin: 56px 0 45px; }
    .page-cookiepolicy-top .text-footer p {
      font-family: HiraKakuPro-W3;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 32px;
      letter-spacing: normal;
      text-align: right;
      color: #000;
      margin-bottom: 30px; }
      .page-cookiepolicy-top .text-footer p:last-child {
        margin-bottom: 0px; }
      .page-cookiepolicy-top .text-footer p span {
        display: block; }

  .cookie-popup {
    width: 95.3%;
    margin: auto; }
    .cookie-popup #cookieNoticeHide {
      display: none; }
    .cookie-popup .cont {
      position: fixed;
      bottom: 1px;
      width: 95.3%;
      margin: 0 auto;
      background: #fff;
      padding: 16px 16px 30px 40px;
      border: solid 1px #707070;
      background-color: #fff;
      z-index: 9999; }
      .cookie-popup .cont .close-icon {
        text-align: right;
        cursor: pointer; }
      .cookie-popup .cont .text p {
        font-family: HiraKakuProN-W3;
        font-size: 14px;
        color: #707070;
        margin: 0; }
        .cookie-popup .cont .text p span {
          display: block; }
        .cookie-popup .cont .text p .link {
          font-family: HiraKakuProN-W6;
          color: #006cff;
          text-decoration: underline; } }
@media screen and (min-width: 641px) {
  .sp_only {
    display: none; }

  .privacy-title .sub-text-ul {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item;
    margin-bottom: 40px; }
    .privacy-title .sub-text-ul li {
      margin-left: 26px;
      padding-left: 0;
      counter-increment: item;
      list-style: none inside; }
    .privacy-title .sub-text-ul li:before {
      content: "(" counter(item) ")";
      padding-right: 0.5em;
      margin-left: -26px; }
  .privacy-title h4 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-weight: bold; }
  .privacy-title .sub-text {
    font-size: 14px;
    padding: 0px 20px; }

  .sns-store {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
    margin-top: -7px; }
    .sns-store li {
      float: left; }
      .sns-store li:last-child {
        padding-left: 20px; }
      .sns-store li a:focus {
        outline: none; }
      .sns-store li .online-store-icon img {
        width: 20px;
        height: 24px; }
      .sns-store li .online-store-icon span {
        font-family: HiraKakuProN-W3;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000; }
      .sns-store li .online-store-icon:hover {
        text-decoration: none; }
      .sns-store li .store-icon img {
        width: 18px;
        height: 26px; }
      .sns-store li .store-icon span {
        font-family: HiraKakuProN-W3;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000; }
      .sns-store li .store-icon:hover {
        text-decoration: none; }
      .sns-store li.dropdown {
        position: relative;
        display: inline-block; }
        .sns-store li.dropdown a {
          display: flex;
          align-items: center;
          justify-content: center; }
        .sns-store li.dropdown .mopen .online_store_img {
          width: 20px;
          height: 24px;
          display: inline-block;
          margin-right: 5px;
          background: url("/assets/images/brand-themes/online-store-icon-dark-pc.png");
          background-size: 20px 24px; }
        .sns-store li.dropdown .mclose .online_store_img {
          width: 20px;
          height: 24px;
          display: inline-block;
          margin-right: 5px;
          background: url("/assets/images/brand-themes/online-store-pc.png");
          background-size: 20px 24px; }
        .sns-store li.dropdown .sub-menu {
          display: none;
          position: absolute;
          padding: 13px 15.5px 4.5px 16.5px;
          background-color: #ffffff;
          z-index: 1;
          width: 210px;
          right: 0;
          margin-top: 3px;
          list-style: none; }
          .sns-store li.dropdown .sub-menu li {
            width: 100%;
            padding: 0 0 2px;
            border-bottom: solid 2px #d8d8d8; }
            .sns-store li.dropdown .sub-menu li:last-child {
              border-bottom: none;
              padding-top: 12px;
              /* padding-bottom: 1px; */ }
            .sns-store li.dropdown .sub-menu li a .shoplist_width {
              width: 120px;
              height: 28.1px; }
            .sns-store li.dropdown .sub-menu li a .rgb_logo_width {
              width: 97px;
              height: 48.5px; }

  .store-menu {
    display: none; }

  .sp_menu_div {
    display: none; }

  .item-recommend .label-new {
    position: absolute;
    margin-top: -40px; }
  .item-recommend .entry-footer .price .price_with_tax {
    font-size: 80%; }
  .item-recommend .entry-footer .sale_price {
    color: red !important; }
    .item-recommend .entry-footer .sale_price .price_with_tax {
      font-size: 80%; }

  .label-new {
    display: block;
    width: 40px;
    height: 20px;
    background-image: url(/assets/images/brand-themes/label-new-pc.png);
    background-size: 40px 20px;
    display: inline-block; }

  .loadmore-wrapper {
    text-align: center; }

  .btn-loadmore-inner {
    margin-bottom: 60px; }
    .btn-loadmore-inner span {
      display: block;
      width: 260px;
      height: 60px;
      background-image: url(/assets/images/brand-themes/btn-loadmore-pc.png);
      background-size: 260px 60px; }

  .wrapper .social-button-sp-wrapper {
    display: none; }

  .social-button-wrapper {
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
    text-align: right; }
    .social-button-wrapper .social-button-item {
      margin-left: 8px;
      display: inline-block;
      vertical-align: top; }

  .pinterest_share {
    display: block;
    width: 96px;
    height: 28px;
    background-image: url(/assets/images/brand-themes/btn-share-pinterest-pc.png);
    background-size: 96px 28px;
    text-indent: 180%;
    white-space: nowrap;
    overflow: hidden; }

  .facebook-share {
    display: block;
    width: 96px;
    height: 28px;
    background-image: url(/assets/images/brand-themes/btn-share-facebook-pc.png);
    background-size: 96px 28px; }

  .twitter-tweet {
    display: block;
    width: 96px;
    height: 28px;
    background-image: url(/assets/images/brand-themes/btn-share-twitter-pc.png);
    background-size: 96px 28px; }

  .line-share {
    display: block;
    width: 96px;
    height: 28px;
    background-image: url(/assets/images/brand-themes/btn-share-line-pc.png);
    background-size: 96px 28px;
    text-indent: 180%;
    white-space: nowrap;
    overflow: hidden; }

  .header-wrapper {
    width: 100%;
    background: white; }
    .header-wrapper .header {
      width: 980px;
      height: 85px;
      margin: auto;
      margin-top: 30px;
      /* css renewal*/ }
      .header-wrapper .header .logo {
        width: 200px;
        float: left; }
      .header-wrapper .header .hmenu {
        width: 780px;
        float: left;
        padding-left: 1px; }
        .header-wrapper .header .hmenu .hmenu_div ul {
          padding-left: 0;
          margin: 0;
          padding: 0;
          float: right;
          padding-top: 19px; }
          .header-wrapper .header .hmenu .hmenu_div ul li {
            list-style: none;
            float: left;
            margin-left: 25px; }
            .header-wrapper .header .hmenu .hmenu_div ul li:first-child {
              margin-left: 0; }
            .header-wrapper .header .hmenu .hmenu_div ul li a {
              font-family: HiraKakuProN-W6;
              font-size: 13px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.08;
              letter-spacing: normal;
              text-align: left;
              color: #000000; }
              .header-wrapper .header .hmenu .hmenu_div ul li a:hover {
                text-decoration: none; }
              .header-wrapper .header .hmenu .hmenu_div ul li a:focus {
                outline: none; }
            .header-wrapper .header .hmenu .hmenu_div ul li.dropdown {
              position: relative;
              display: inline-block; }
              .header-wrapper .header .hmenu .hmenu_div ul li.dropdown span {
                cursor: pointer; }
              .header-wrapper .header .hmenu .hmenu_div ul li.dropdown .mopen:after {
                content: "";
                width: 12px;
                height: 8px;
                display: inline-block;
                margin-left: 6px;
                background: url("/assets/images/brand-themes/arrow-up-new-pc.png"); }
              .header-wrapper .header .hmenu .hmenu_div ul li.dropdown .mclose:after {
                content: "";
                width: 12px;
                height: 8px;
                display: inline-block;
                margin-left: 6px;
                background: url("/assets/images/brand-themes/arrow-down-new-pc.png"); }
              .header-wrapper .header .hmenu .hmenu_div ul li.dropdown .sub-menu {
                display: none;
                position: absolute;
                padding: 19px 0px 19px 20px;
                border: solid 1px #efefef;
                background-color: #ffffff;
                z-index: 1;
                width: 188px;
                margin-left: -10px;
                margin-top: 10px; }
                .header-wrapper .header .hmenu .hmenu_div ul li.dropdown .sub-menu.last_child {
                  right: -33px;
                  width: 167px;
                  padding: 19px 0px 18px 16px; }
                .header-wrapper .header .hmenu .hmenu_div ul li.dropdown .sub-menu li {
                  margin: 0;
                  width: 100%; }
                  .header-wrapper .header .hmenu .hmenu_div ul li.dropdown .sub-menu li a {
                    font-size: 13px;
                    font-family: HiraKakuProN-W3;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 28px;
                    letter-spacing: normal;
                    text-align: left;
                    color: #000000; }
      .header-wrapper .header .header-navi {
        width: 100%;
        height: 100%;
        zoom: 1; }
        .header-wrapper .header .header-navi:before, .header-wrapper .header .header-navi:after {
          display: block;
          height: 0;
          visibility: hidden;
          content: "\0020"; }
        .header-wrapper .header .header-navi:after {
          clear: both; }
        .header-wrapper .header .header-navi > li {
          vertical-align: top; }
          .header-wrapper .header .header-navi > li:first-child {
            float: left;
            width: 140px;
            margin-right: 50px; }
            .header-wrapper .header .header-navi > li:first-child .header-logo a {
              display: block;
              /*background: url($default-logo-pc__path) no-repeat;*/
              width: 200px;
              height: 85px; }
              .header-wrapper .header .header-navi > li:first-child .header-logo a img.logo-pc {
                display: block; }
              .header-wrapper .header .header-navi > li:first-child .header-logo a img.logo-sp {
                display: none; }
          .header-wrapper .header .header-navi > li:nth-of-type(2) {
            float: left; }
            .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi {
              margin: 0;
              padding: 0;
              list-style: none;
              zoom: 1;
              margin-left: 80px; }
              .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi:before, .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi:after {
                display: block;
                height: 0;
                visibility: hidden;
                content: "\0020"; }
              .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi:after {
                clear: both; }
              .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li {
                float: left;
                margin: 20px 15px 20px 15px;
                border-bottom: 3px solid transparent;
                padding-bottom: 8px;
                -webkit-transition: all .1s ease-out;
                -moz-transition: all .1s ease-out;
                -ms-transition: all .1s ease-out;
                -o-transition: all .1s ease-out;
                transition: all .1s ease-out; }
                .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a {
                  display: block;
                  background: url("/assets/images/brand-themes/bgmap-globalnavi-pc.png") no-repeat;
                  width: 60px;
                  height: 16px; }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-news {
                    background-position: 0 0;
                    /*                  &:hover {
                                        background-position: 0 -15px;
                                      }*/ }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-blog {
                    background-position: -169px 0;
                    width: 53px;
                    /*                  &:hover {
                                        background-position: -92px -15px;
                                      }*/ }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-item {
                    background-position: -91px 0;
                    width: 48px;
                    /*                  &:hover {
                                        background-position: -184px -15px;
                                      }*/ }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-party {
                    width: 66px;
                    background-position: -252px 0;
                    /*                 &:hover {
                                       background-position: -270px -15px;
                                     }*/ }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-shoplist {
                    width: 38px;
                    background-position: -351px 0;
                    /*             &:hover {
                                   background-position: -440px -15px;
                                 }*/ }
                  .header-wrapper .header .header-navi > li:nth-of-type(2) .gnavi li a.btn-gnavi-client {
                    width: 87px;
                    background-position: -415px 0;
                    /*             &:hover {
                                   background-position: -440px -15px;
                                 }*/ }
          .header-wrapper .header .header-navi > li:nth-of-type(3) {
            float: right;
            width: 153px;
            text-align: center; }
            .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi {
              display: inline-block !important;
              opacity: 0;
              margin: 0;
              padding: 0;
              list-style: none;
              zoom: 1;
              margin-right: -12px; }
              .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi:before, .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi:after {
                display: block;
                height: 0;
                visibility: hidden;
                content: "\0020"; }
              .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi:after {
                clear: both; }
              .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li {
                float: left;
                margin: 10px 4px; }
                .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a {
                  display: block;
                  background: url("/assets/images/brand-themes/bgmap-sns-header-pc.png") no-repeat;
                  width: 34px;
                  height: 34px; }
                  .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-facebook {
                    background-position: 0 0; }
                    .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-facebook:hover {
                      background-position: 0 -34px; }
                  .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-twitter {
                    background-position: -42px 0; }
                    .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-twitter:hover {
                      background-position: -42px -34px; }
                  .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-instagram {
                    background-position: -84px 0; }
                    .header-wrapper .header .header-navi > li:nth-of-type(3) .hnavi li a.btn-sns-instagram:hover {
                      background-position: -84px -34px; }

  .top-slider-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px; }
    .top-slider-wrapper .bx-wrapper {
      width: 980px;
      margin: auto;
      overflow: visible;
      text-align: center; }
      .top-slider-wrapper .bx-wrapper .bx-viewport {
        width: 100%;
        overflow: visible !important; }
        .top-slider-wrapper .bx-wrapper .bx-viewport .top-slider {
          position: absolute;
          width: auto;
          height: 100%; }
          .top-slider-wrapper .bx-wrapper .bx-viewport .top-slider li {
            padding: 0px;
            height: 362px; }
            .top-slider-wrapper .bx-wrapper .bx-viewport .top-slider li .slide {
              display: block;
              width: 980px;
              height: 362px;
              overflow: hidden; }
            .top-slider-wrapper .bx-wrapper .bx-viewport .top-slider li img {
              max-width: 100%;
              max-height: 362px; }
      .top-slider-wrapper .bx-wrapper .bx-controls {
        width: 100%;
        height: auto;
        padding: 20px 0 5px 0;
        text-align: center; }
        .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager {
          display: inline-block;
          height: 20px;
          bottom: 0;
          z-index: 9999; }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
            float: left;
            position: relative;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 12px; }
            .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
              position: absolute;
              text-indent: -9999px;
              width: 100%;
              height: 100%;
              background: #FFF;
              left: -1px;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              border: 2px solid #333; }
              .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover, .top-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
                background: #333; }
        .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 0; }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-center {
            display: none; }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-left {
            position: absolute;
            right: 49.67%;
            width: 980px;
            height: 362px;
            margin-right: 495px;
            background: rgba(0, 0, 0, 0.65); }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-right {
            position: absolute;
            left: 49.67%;
            width: 980px;
            height: 362px;
            margin-left: 495px;
            background: rgba(0, 0, 0, 0.65); }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -6px;
            outline: 0;
            width: 30px;
            height: 30px;
            text-indent: -9999px;
            z-index: 9999; }
            .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
              display: none; }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
            display: none;
            right: -15px; }
          .top-slider-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
            display: none;
            left: -15px; }

  .section1 .section-title span {
    background: url("/assets/images/brand-themes/title-news-pc.png") no-repeat;
    height: 44px;
    width: 144px; }
  .section1 .entry {
    width: 300px;
    float: left;
    margin: 0 20px; }
    .section1 .entry:first-child {
      margin-left: 0px; }
    .section1 .entry:last-child {
      margin-right: 0px; }
  .section1 .entry-body a {
    width: 300px;
    height: 215px; }
  .section1 .toppage-news-wrapper .entry .entry-body a {
    height: 225px; }

  .section2 {
    background-color: #f3f3f3; }
    .section2 .section-title span {
      background: url("/assets/images/brand-themes/title-newitem-pc.png") no-repeat;
      height: 44px;
      width: 260px; }
    .section2 .item-list .item-img-parent {
      display: block;
      position: relative; }
      .section2 .item-list .item-img-parent .hover-wrpper {
        display: none; }
      .section2 .item-list .item-img-parent:hover .hover-wrpper {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        text-align: center; }
        .section2 .item-list .item-img-parent:hover .hover-wrpper p {
          margin-top: 50%;
          transform: translateY(-50%);
          color: #fff; }
    .section2 .item-list .first-grid {
      width: 490px;
      float: left;
      padding-right: 10px; }
      .section2 .item-list .first-grid div:nth-child(n+6) {
        display: none; }
      .section2 .item-list .first-grid .fg-0, .section2 .item-list .first-grid .fg-1 {
        width: 230px;
        float: left;
        margin: 10px; }
      .section2 .item-list .first-grid .fg-2, .section2 .item-list .first-grid .fg-3, .section2 .item-list .first-grid .fg-4 {
        width: 146px;
        height: 146px;
        float: left;
        margin: 10px; }
      .section2 .item-list .first-grid .fg-0, .section2 .item-list .first-grid .fg-2 {
        margin-left: 0px; }
      .section2 .item-list .first-grid .fg-1, .section2 .item-list .first-grid .fg-4 {
        margin-right: 0px; }
    .section2 .item-list .second-grid {
      width: 490px;
      float: left;
      padding-left: 10px; }
      .section2 .item-list .second-grid div:nth-child(-n+5) {
        display: none; }
      .section2 .item-list .second-grid .sg-5, .section2 .item-list .second-grid .sg-6, .section2 .item-list .second-grid .sg-7 {
        width: 146px;
        height: 146px;
        float: left;
        margin: 10px; }
      .section2 .item-list .second-grid .sg-8, .section2 .item-list .second-grid .sg-9 {
        width: 230px;
        float: left;
        margin: 10px; }
      .section2 .item-list .second-grid .sg-5, .section2 .item-list .second-grid .sg-8 {
        margin-left: 0px; }
      .section2 .item-list .second-grid .sg-7, .section2 .item-list .second-grid .sg-9 {
        margin-right: 0px; }
    .section2 .item-list a img {
      width: 100%; }
    .section2 .entry {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: 170px;
      float: left;
      margin-left: 30px; }
      .section2 .entry:nth-child(5n+1) {
        margin-left: 0px; }
    .section2 .entry-body a {
      width: 170px;
      height: 170px; }
    .section2 .entry-footer {
      min-height: 120px; }

  .section3 .section-title span {
    background: url("/assets/images/brand-themes/title-blog-pc.png") no-repeat;
    height: 61px;
    width: 116px; }
  .section3 .section-title.title-recommend span {
    background: url("/assets/images/brand-themes/title-recommend-pc.png") no-repeat;
    /*height: $title-recommend-pc__height;
    width: $title-recommend-pc__width;*/
    width: 251px;
    height: 58px;
    background-size: 251px 58px; }
  .section3 .section-title.title-staff-voice span {
    background: url("/assets/images/brand-themes/title-staff-voice-pc.png") no-repeat;
    /*height: $title-staff-voice-pc__height;
    width: $title-staff-voice-pc__width;*/
    width: 214px;
    height: 58px;
    background-size: 214px 58px; }
  .section3 .entry {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 170px;
    float: left;
    margin-left: 30px; }
    .section3 .entry:nth-child(5n+1) {
      margin-left: 0px; }
  .section3 .entry-body a {
    width: 170px;
    height: 170px; }
  .section3 .entry-footer {
    min-height: 145px; }

  .content-wrapper {
    width: 980px;
    margin: auto;
    letter-spacing: -0.4em; }
    .content-wrapper .content {
      width: 100%;
      vertical-align: top;
      letter-spacing: normal; }
      .content-wrapper .content.news-toppage .top-title-wrapper .top-title p {
        font-size: 13px; }
      .content-wrapper .content .section .section-title {
        margin: 0;
        margin: 60px 0px 30px 0px;
        text-align: left; }
        .content-wrapper .content .section .section-title span {
          display: inline-block;
          margin-bottom: 27px; }
        .content-wrapper .content .section .section-title .title-content {
          margin-bottom: 25px;
          line-height: 175%;
          color: #333;
          font-size: 14px;
          letter-spacing: 1px; }
      .content-wrapper .content .section.news {
        /*@include inc--section1_sp;*/ }
        .content-wrapper .content .section.news.news-top-only .section-title span {
          background: url("/assets/images/brand-themes/title-news-pc.png") no-repeat;
          height: 44px;
          width: 144px; }
        .content-wrapper .content .section.news.news-top-only .entry {
          width: 300px;
          float: left;
          margin: 0 20px; }
          .content-wrapper .content .section.news.news-top-only .entry:first-child {
            margin-left: 0px; }
          .content-wrapper .content .section.news.news-top-only .entry:last-child {
            margin-right: 0px; }
        .content-wrapper .content .section.news.news-top-only .entry-body a {
          width: 300px;
          height: 215px; }
        .content-wrapper .content .section.news.news-top-only .toppage-news-wrapper .entry .entry-body a {
          height: 225px; }
        .content-wrapper .content .section.news.news-top-only .entry {
          margin-left: 0;
          margin-right: 40px; }
          .content-wrapper .content .section.news.news-top-only .entry:nth-child(3n) {
            margin-right: 0; }
        .content-wrapper .content .section.news .section-title span {
          background: url("/assets/images/brand-themes/title-news-pc.png") no-repeat;
          height: 44px;
          width: 144px; }
        .content-wrapper .content .section.news .entry {
          width: 300px;
          float: left;
          margin: 0 20px; }
          .content-wrapper .content .section.news .entry:first-child {
            margin-left: 0px; }
          .content-wrapper .content .section.news .entry:last-child {
            margin-right: 0px; }
        .content-wrapper .content .section.news .entry-body a {
          width: 300px;
          height: 215px; }
        .content-wrapper .content .section.news .toppage-news-wrapper .entry .entry-body a {
          height: 225px; }
      .content-wrapper .content .section.items {
        background-color: #f3f3f3; }
        .content-wrapper .content .section.items .section-title span {
          background: url("/assets/images/brand-themes/title-newitem-pc.png") no-repeat;
          height: 44px;
          width: 260px; }
        .content-wrapper .content .section.items .item-list .item-img-parent {
          display: block;
          position: relative; }
          .content-wrapper .content .section.items .item-list .item-img-parent .hover-wrpper {
            display: none; }
          .content-wrapper .content .section.items .item-list .item-img-parent:hover .hover-wrpper {
            display: block;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            text-align: center; }
            .content-wrapper .content .section.items .item-list .item-img-parent:hover .hover-wrpper p {
              margin-top: 50%;
              transform: translateY(-50%);
              color: #fff; }
        .content-wrapper .content .section.items .item-list .first-grid {
          width: 490px;
          float: left;
          padding-right: 10px; }
          .content-wrapper .content .section.items .item-list .first-grid div:nth-child(n+6) {
            display: none; }
          .content-wrapper .content .section.items .item-list .first-grid .fg-0, .content-wrapper .content .section.items .item-list .first-grid .fg-1 {
            width: 230px;
            float: left;
            margin: 10px; }
          .content-wrapper .content .section.items .item-list .first-grid .fg-2, .content-wrapper .content .section.items .item-list .first-grid .fg-3, .content-wrapper .content .section.items .item-list .first-grid .fg-4 {
            width: 146px;
            height: 146px;
            float: left;
            margin: 10px; }
          .content-wrapper .content .section.items .item-list .first-grid .fg-0, .content-wrapper .content .section.items .item-list .first-grid .fg-2 {
            margin-left: 0px; }
          .content-wrapper .content .section.items .item-list .first-grid .fg-1, .content-wrapper .content .section.items .item-list .first-grid .fg-4 {
            margin-right: 0px; }
        .content-wrapper .content .section.items .item-list .second-grid {
          width: 490px;
          float: left;
          padding-left: 10px; }
          .content-wrapper .content .section.items .item-list .second-grid div:nth-child(-n+5) {
            display: none; }
          .content-wrapper .content .section.items .item-list .second-grid .sg-5, .content-wrapper .content .section.items .item-list .second-grid .sg-6, .content-wrapper .content .section.items .item-list .second-grid .sg-7 {
            width: 146px;
            height: 146px;
            float: left;
            margin: 10px; }
          .content-wrapper .content .section.items .item-list .second-grid .sg-8, .content-wrapper .content .section.items .item-list .second-grid .sg-9 {
            width: 230px;
            float: left;
            margin: 10px; }
          .content-wrapper .content .section.items .item-list .second-grid .sg-5, .content-wrapper .content .section.items .item-list .second-grid .sg-8 {
            margin-left: 0px; }
          .content-wrapper .content .section.items .item-list .second-grid .sg-7, .content-wrapper .content .section.items .item-list .second-grid .sg-9 {
            margin-right: 0px; }
        .content-wrapper .content .section.items .item-list a img {
          width: 100%; }
        .content-wrapper .content .section.items .entry {
          display: inline-block;
          letter-spacing: normal;
          vertical-align: top;
          width: 170px;
          float: left;
          margin-left: 30px; }
          .content-wrapper .content .section.items .entry:nth-child(5n+1) {
            margin-left: 0px; }
        .content-wrapper .content .section.items .entry-body a {
          width: 170px;
          height: 170px; }
        .content-wrapper .content .section.items .entry-footer {
          min-height: 120px; }
      .content-wrapper .content .section.blogs .section-title span {
        background: url("/assets/images/brand-themes/title-blog-pc.png") no-repeat;
        height: 61px;
        width: 116px; }
      .content-wrapper .content .section.blogs .section-title.title-recommend span {
        background: url("/assets/images/brand-themes/title-recommend-pc.png") no-repeat;
        /*height: $title-recommend-pc__height;
        width: $title-recommend-pc__width;*/
        width: 251px;
        height: 58px;
        background-size: 251px 58px; }
      .content-wrapper .content .section.blogs .section-title.title-staff-voice span {
        background: url("/assets/images/brand-themes/title-staff-voice-pc.png") no-repeat;
        /*height: $title-staff-voice-pc__height;
        width: $title-staff-voice-pc__width;*/
        width: 214px;
        height: 58px;
        background-size: 214px 58px; }
      .content-wrapper .content .section.blogs .entry {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        width: 170px;
        float: left;
        margin-left: 30px; }
        .content-wrapper .content .section.blogs .entry:nth-child(5n+1) {
          margin-left: 0px; }
      .content-wrapper .content .section.blogs .entry-body a {
        width: 170px;
        height: 170px; }
      .content-wrapper .content .section.blogs .entry-footer {
        min-height: 145px; }
      .content-wrapper .content .section .showmore-wrapper {
        text-align: right;
        padding-top: 12px;
        margin: 50px 0px; }
        .content-wrapper .content .section .showmore-wrapper a .btn-showmore {
          background: url("/assets/images/brand-themes/bgmap-showmore-pc.png") no-repeat;
          height: 45px;
          width: 190px;
          /*&:hover {
            background-position: 0 -48px;
          }*/ }
      .content-wrapper .content .top-title-wrapper {
        margin: 30px 0px;
        margin-bottom: 10px;
        text-align: left; }
        .content-wrapper .content .top-title-wrapper .top-title .news-title {
          background: url("/assets/images/brand-themes/title-news-top-pc.png") no-repeat;
          height: 66px;
          width: 149px;
          display: inline-block;
          margin-bottom: 20px; }
        .content-wrapper .content .top-title-wrapper .top-title .item-title {
          background: url("/assets/images/brand-themes/title-item-pc.png") no-repeat;
          height: 68px;
          width: 118px;
          display: inline-block; }
        .content-wrapper .content .top-title-wrapper .top-title .storelist-title {
          display: block;
          width: 247px;
          height: 69px;
          background-image: url(/assets/images/brand-themes/title-storelist-pc.png);
          background-size: 247px 69px;
          display: inline-block; }
        .content-wrapper .content .top-title-wrapper .title-content {
          margin-top: 20px;
          margin-bottom: 25px;
          line-height: 175%;
          color: #333;
          letter-spacing: 1px; }
        .content-wrapper .content .top-title-wrapper .title-txt {
          line-height: 175%;
          color: #333;
          letter-spacing: 1px;
          margin-bottom: 35px; }
    .content-wrapper .news-toppage {
      width: 980px;
      margin: 0 auto; }
    .content-wrapper .item-list-title {
      margin-top: 0;
      border-bottom: 1px solid #eee;
      padding-bottom: 30px; }
    .content-wrapper .innter-content {
      float: left;
      display: inline-block;
      vertical-align: top;
      width: 800px;
      letter-spacing: normal; }
      .content-wrapper .innter-content .entry-footer {
        min-height: 100px; }
    .content-wrapper .sidebar-wrapper {
      display: inline-block;
      float: right;
      width: 180px;
      padding-left: 30px;
      letter-spacing: normal;
      vertical-align: top; }
      .content-wrapper .sidebar-wrapper .side-section-item-banner-wrapper img {
        max-width: 100%; }

  .item-top-page .item-list-wrapper .entry {
    float: left;
    margin: 10px;
    width: 180px;
    height: 300px; }
    .item-top-page .item-list-wrapper .entry .entry-body a {
      width: 180px;
      height: 180px; }
    .item-top-page .item-list-wrapper .entry .entry-footer .date {
      position: relative; }
      .item-top-page .item-list-wrapper .entry .entry-footer .date .label-new {
        position: absolute;
        top: -60px;
        right: 20px; }
    .item-top-page .item-list-wrapper .entry .entry-footer .price .price_with_tax {
      font-size: 80%; }
    .item-top-page .item-list-wrapper .entry .entry-footer .sale_price {
      color: red; }
      .item-top-page .item-list-wrapper .entry .entry-footer .sale_price .price_with_tax {
        font-size: 80%; }

  .news-top-wrapper .entry {
    border-top: 1px solid #eee;
    padding-top: 30px 0px; }
    .news-top-wrapper .entry:first-child {
      border-top: 0; }
    .news-top-wrapper .entry .entry-container {
      clear: both;
      margin: 40px 0px; }
    .news-top-wrapper .entry .entry-body {
      width: 440px;
      float: left; }
      .news-top-wrapper .entry .entry-body a {
        width: 400px;
        height: 300px; }
    .news-top-wrapper .entry .entry-footer {
      padding-top: 100px;
      min-height: 300px;
      position: relative; }
      .news-top-wrapper .entry .entry-footer .showmore-wrapper {
        position: absolute;
        right: 0;
        bottom: -6px; }
        .news-top-wrapper .entry .entry-footer .showmore-wrapper a .btn-showmore {
          background: url("/assets/images/brand-themes/bgmap-showmore-pc.png") no-repeat;
          height: 45px;
          width: 190px;
          /*&:hover {
            background-position: 0 -48px;
          }*/ }
      .news-top-wrapper .entry .entry-footer .label-new {
        display: block;
        width: 40px;
        height: 20px;
        background-image: url(/assets/images/brand-themes/label-new-pc.png);
        background-size: 40px 20px;
        display: inline-block;
        float: left;
        margin-top: -25px; }

  .news-contents {
    width: 800px;
    margin: auto; }
    .news-contents .news-contents-header {
      font-size: 116%; }
      .news-contents .news-contents-header .date {
        margin-bottom: 10px; }
        .news-contents .news-contents-header .date .label-new {
          margin-top: -2px;
          margin-left: 7px;
          vertical-align: middle; }
      .news-contents .news-contents-header .title {
        font-size: 130%; }
    .news-contents .news-contents-body {
      margin-bottom: 40px; }
      .news-contents .news-contents-body img {
        max-width: 100%; }
    .news-contents .news-contents-footer {
      margin-bottom: 64px; }

  .wrapper-item {
    width: 100%;
    background-color: #f3f3f3; }
    .wrapper-item .content {
      width: 980px;
      margin: auto; }

  .sotre-all-top {
    margin: auto;
    text-align: center;
    font-size: 12px; }
    .sotre-all-top a {
      display: inline-block;
      background: url("/assets/images/brand-themes/bgmap-storelist-pc.png") no-repeat;
      width: 640px;
      height: 104px; }
      .sotre-all-top a:hover {
        opacity: 0.8; }
    .sotre-all-top .sotre-top-button {
      margin-bottom: 60px; }
    .sotre-all-top .store-center {
      display: inline-block;
      text-align: left; }

  .footer-bottom-text {
    width: 980px;
    margin: 0 auto;
    text-align: center; }
    .footer-bottom-text .center-text {
      display: inline-block;
      text-align: left; }

  .pagetop-wrapper {
    display: inline-block;
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 30px;
    width: 66px;
    height: 66px;
    margin: auto; }
    .pagetop-wrapper a {
      display: inline-block;
      width: 100%;
      height: 100%; }
      .pagetop-wrapper a .btn-pagetop {
        display: inline-block;
        width: 100%;
        height: 100%; }
        .pagetop-wrapper a .btn-pagetop span {
          display: inline-block;
          width: 48px;
          height: 48px;
          background: url("/assets/images/brand-themes/btn-pagetop-pc.png") no-repeat; }

  .footer-wrapper {
    background: black;
    height: 50px;
    border-top: 1px solid #444444; }
    .footer-wrapper a {
      color: #eee; }
      .footer-wrapper a:hover {
        color: #8a8a8a; }
    .footer-wrapper .footer {
      margin: auto;
      border-top: 1px #444444; }
      .footer-wrapper .footer .fnav {
        margin: auto;
        padding: 20px 0px 15px 0px;
        width: 727px;
        text-align: center; }
        .footer-wrapper .footer .fnav > li {
          display: inline-block;
          text-align: center;
          vertical-align: top;
          letter-spacing: normal;
          margin: 0px 10px; }
          .footer-wrapper .footer .fnav > li a {
            display: inline-block;
            vertical-align: top;
            padding-top: 2px; }
        .footer-wrapper .footer .fnav li + li:before {
          display: inline-block;
          height: 20px;
          vertical-align: middle;
          color: #eee;
          content: '/\00a0';
          padding-right: 10px; }
    .footer-wrapper .footer-bottom {
      width: 980px;
      margin: 0 auto; }
      .footer-wrapper .footer-bottom .left {
        width: 536px;
        float: left; }
        .footer-wrapper .footer-bottom .left .fbootm-menu ul {
          padding: 0; }
          .footer-wrapper .footer-bottom .left .fbootm-menu ul li {
            padding: 0;
            margin: 0;
            float: left;
            list-style: none;
            margin-right: 23px; }
            .footer-wrapper .footer-bottom .left .fbootm-menu ul li:last-child {
              margin-right: 0; }
            .footer-wrapper .footer-bottom .left .fbootm-menu ul li a {
              font-family: HiraKakuProN-W3;
              font-size: 13px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 32px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
      .footer-wrapper .footer-bottom .right {
        width: 381px;
        float: left; }
        .footer-wrapper .footer-bottom .right .copyright {
          margin: 0;
          padding: 10px 0 6px 0;
          text-align: right; }
          .footer-wrapper .footer-bottom .right .copyright .label-copyright {
            font-family: HiraKakuProN-W3;
            font-size: 13px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.46;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff; }

  .copyright {
    width: 100%;
    margin: 5px auto 12px auto;
    font-weight: normal;
    text-align: center; }
    .copyright span.label-copyright {
      /*    display: inline-block;
          width: $text-copyright-pc__width;
          height: $text-copyright-pc__height;
          background: url($text-copyright-pc__path) no-repeat;
          @include text-vaporized;*/
      /* display: inline-block; */
      /* width: 300px; */
      /* height: 12px; */
      /* background: url(/assets/images/brand-themes/text-copyright-pc.png) no-repeat; */
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden;
      background: transparent;
      color: white;
      font-size: 12px; }

  .follow-us {
    margin-top: 45px;
    padding-top: 41px;
    background: #f6f6f6;
    color: white; }
    .follow-us .content-wrapper-flow {
      margin: 0 auto;
      width: 980px; }
    .follow-us .followus-title {
      color: #eee;
      margin: auto;
      text-indent: 200%;
      display: block;
      width: 172px;
      height: 29px;
      background-image: url(/assets/images/brand-themes/text-followus-pc.png);
      background-size: 172px 29px; }
    .follow-us .followus-wrapper {
      margin: auto;
      padding-bottom: 45px;
      padding-left: 0px;
      text-align: center; }
      .follow-us .followus-wrapper > li {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        letter-spacing: normal;
        margin-left: 35px; }
        .follow-us .followus-wrapper > li:first-child {
          margin-left: 0; }
        .follow-us .followus-wrapper > li a {
          display: inline-block;
          vertical-align: top;
          text-indent: 200%;
          /*background: url($bgmap-sns-footer-pc__path) no-repeat;
          background-size:287px 112px;
          width:72px;
          height:56px;*/ }
          .follow-us .followus-wrapper > li a.facebook {
            background: url(/assets/images/social/facebook_pc.png) no-repeat;
            background-size: 56px 56px;
            width: 56px;
            height: 56px; }
          .follow-us .followus-wrapper > li a.twitter {
            background: url(/assets/images/social/twitter_pc.png) no-repeat;
            background-size: 56px 56px;
            width: 56px;
            height: 56px; }
          .follow-us .followus-wrapper > li a.instagram {
            background: url(/assets/images/social/insta_pc.png) no-repeat;
            background-size: 56px 56px;
            width: 56px;
            height: 56px; }
          .follow-us .followus-wrapper > li a.pinterest {
            background: url(/assets/images/social/pinta_pc.png) no-repeat;
            background-size: 57px 56px;
            width: 57px;
            height: 56px; }
          .follow-us .followus-wrapper > li a.line {
            background: url(/assets/images/social/line_pc.png) no-repeat;
            background-size: 57px 56px;
            width: 57px;
            height: 56px; }
          .follow-us .followus-wrapper > li a.googleplus {
            background-position: -288px 0; }
            .follow-us .followus-wrapper > li a.googleplus:hover {
              background-position: -288px -56px; }

  .footer-top {
    background: black; }
    .footer-top .sp_only {
      display: none; }
    .footer-top .pc_only {
      display: block; }
    .footer-top .fmenu {
      width: 980px;
      margin: 0 auto;
      padding: 48px 48px 38px; }
      .footer-top .fmenu .colmd-1 {
        width: 220px;
        float: left; }
        .footer-top .fmenu .colmd-1 ul {
          margin: 0;
          padding-left: 0; }
          .footer-top .fmenu .colmd-1 ul.menulist {
            padding-left: 6px; }
          .footer-top .fmenu .colmd-1 ul li {
            list-style: none; }
            .footer-top .fmenu .colmd-1 ul li a {
              font-family: HiraKakuProN-W3;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 2.29;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
              .footer-top .fmenu .colmd-1 ul li a:hover {
                text-decoration: none; }
                .footer-top .fmenu .colmd-1 ul li a:hover span {
                  text-decoration: underline; }
          .footer-top .fmenu .colmd-1 ul.menulist_o li a {
            font-family: HiraKakuProN-W6;
            font-weight: bold; }
            .footer-top .fmenu .colmd-1 ul.menulist_o li a:hover {
              text-decoration: underline; }
          .footer-top .fmenu .colmd-1 ul.set_new_font li a {
            font-family: HiraKakuProN-W3;
            font-weight: normal; }
        .footer-top .fmenu .colmd-1 .title {
          font-family: HiraKakuProN-W6;
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 32px;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff; }
          .footer-top .fmenu .colmd-1 .title a {
            color: #ffffff; }

  .store-menu {
    display: none; }

  .breadcrumb-wrapper {
    width: 980px;
    margin: auto; }
    .breadcrumb-wrapper .breadcrumb {
      padding: 20px 0px 0px 0px;
      background-color: white; }
      .breadcrumb-wrapper .breadcrumb > li {
        font-weight: normal; }
      .breadcrumb-wrapper .breadcrumb a {
        color: black;
        font-weight: normal; }
      .breadcrumb-wrapper .breadcrumb > li:last-child {
        font-weight: normal; }
        .breadcrumb-wrapper .breadcrumb > li:last-child a {
          color: #bbbbbb;
          pointer-events: none;
          cursor: default;
          text-decoration: none; }
      .breadcrumb-wrapper .breadcrumb > li + li:before {
        content: ">\00a0"; }

  .next-previous {
    text-align: center; }
    .next-previous .left-post {
      float: left;
      position: relative;
      padding-left: 20px; }
      .next-previous .left-post:before {
        position: absolute;
        left: 0;
        top: 0;
        content: url("/assets/images/brand-themes/arrow-left.png"); }
    .next-previous .right-post {
      float: right;
      position: relative;
      padding-right: 20px; }
      .next-previous .right-post:after {
        position: absolute;
        right: 0;
        top: 0;
        content: url("/assets/images/brand-themes/arrow-right.png"); }
    .next-previous .middle-post {
      display: inline-block;
      font-weight: bold; }

  .paginate-flying {
    text-align: center; }
    .paginate-flying .pagination > li > a, .paginate-flying .pagination > li > span {
      background-color: #e4e4e4;
      color: black;
      margin: 0px 5px; }
    .paginate-flying .pagination > .active > a {
      background-color: black;
      color: white;
      border-color: black; }
    .paginate-flying .btn-paginate-next, .paginate-flying .btn-paginate-back {
      background-color: unset !important;
      border: 0px;
      font-weight: bold;
      color: #666666; }

  .entry-navi-wrapper {
    width: 100%;
    margin-bottom: 96px; }
    .entry-navi-wrapper.blog-entry-navi-wrapper .btn-entry-navi-center:not(.textbase) {
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden; }
    .entry-navi-wrapper.news-entry-navi-wrapper .btn-entry-navi-center {
      text-indent: 180%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 168px;
      height: 48px;
      background-image: url(/assets/images/brand-themes/label-news-top-pc.png);
      background-size: 168px 48px; }
    .entry-navi-wrapper .entry-navi {
      margin: 0 0 30px 0;
      padding: 0;
      font-size: 105%;
      letter-spacing: -0.4em; }
      .entry-navi-wrapper .entry-navi li {
        width: 33%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal; }
        .entry-navi-wrapper .entry-navi li:first-child {
          text-align: left; }
          .entry-navi-wrapper .entry-navi li:first-child a {
            color: black;
            display: inline-block; }
            .entry-navi-wrapper .entry-navi li:first-child a .btn-news-navi-prev {
              display: block;
              width: 200px;
              height: 48px;
              background-image: url(/assets/images/brand-themes/btn-news-navi-prev.png);
              background-size: 200px 48px; }
        .entry-navi-wrapper .entry-navi li:nth-of-type(2) {
          text-align: center; }
          .entry-navi-wrapper .entry-navi li:nth-of-type(2) a {
            display: inline-block;
            color: black;
            vertical-align: middle; }
            .entry-navi-wrapper .entry-navi li:nth-of-type(2) a .btn-entry-navi-center {
              display: block; }
        .entry-navi-wrapper .entry-navi li:nth-of-type(3) {
          text-align: right; }
          .entry-navi-wrapper .entry-navi li:nth-of-type(3) a {
            color: black;
            display: inline-block; }
            .entry-navi-wrapper .entry-navi li:nth-of-type(3) a .btn-news-navi-next {
              display: block;
              width: 200px;
              height: 48px;
              background-image: url(/assets/images/brand-themes/btn-news-navi-next.png);
              background-size: 200px 48px; }

  .annotation-wrapper {
    color: #333;
    font-size: 92%;
    width: 100%;
    text-align: center; }
    .annotation-wrapper .center-text {
      display: inline-block;
      text-align: left; }
    .annotation-wrapper br {
      display: none; }

  .pagination-force-centering {
    position: relative;
    height: 100px; }
    .pagination-force-centering .paginate-flying {
      position: absolute;
      width: 100vw;
      left: 0;
      right: 0; }

  .side-section-item-category-wrapper {
    margin-bottom: 70px; }
    .side-section-item-category-wrapper .side-section-title {
      margin-bottom: 32px; }
      .side-section-item-category-wrapper .side-section-title .title-item-category {
        text-indent: 180%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 91px;
        height: 22px;
        background-image: url(/assets/images/brand-themes/title-category-pc.png);
        background-size: 91px 22px; }
    .side-section-item-category-wrapper .list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .side-section-item-category-wrapper .list li {
        margin-bottom: 14px;
        list-style: none;
        list-style-type: '・';
        /*&:before {
          content: "・";
          display: inline-block;
          vertical-align: middle;
        }*/ }
        .side-section-item-category-wrapper .list li a {
          font-size: 93%;
          color: #333;
          vertical-align: text-top; }

  .side-section-item-banner-wrapper .side-section-content .list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .side-section-item-banner-wrapper .side-section-content .list li {
      margin-bottom: 14px; }
      .side-section-item-banner-wrapper .side-section-content .list li a {
        display: block; }
        .side-section-item-banner-wrapper .side-section-content .list li a img {
          width: auto;
          max-width: 100%; }

  .esb-dropdown {
    display: none;
    position: relative;
    z-index: 100;
    background: #FFF;
    width: 100% !important;
    font-size: 90%;
    border: 1px solid #e0e0e0;
    padding: 0;
    outline: none; }
    .esb-dropdown .esb-item {
      margin: 5px 0;
      padding: 0 5px; }
      .esb-dropdown .esb-item:hover {
        background: #f0f0f0; }

  .item-detail-wrapper {
    zoom: 1;
    margin-bottom: 50px; }
    .item-detail-wrapper:before, .item-detail-wrapper:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .item-detail-wrapper:after {
      clear: both; }
    .item-detail-wrapper .visual-wrapper {
      float: left;
      width: 50%; }
      .item-detail-wrapper .visual-wrapper .visual img {
        max-width: 100%; }
    .item-detail-wrapper .item-detail-info {
      float: right;
      width: 47%;
      color: #333; }
      .item-detail-wrapper .item-detail-info .category a {
        margin-bottom: 24px;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        padding: 10px;
        background: #ededed;
        text-decoration: none;
        border-radius: 5px; }
        .item-detail-wrapper .item-detail-info .category a:hover {
          background: #4d4d4d;
          opacity: 1;
          color: #ffffff; }
        .item-detail-wrapper .item-detail-info .category a.nohighlight {
          display: inline-block; }
      .item-detail-wrapper .item-detail-info .title {
        margin-bottom: 40px; }
        .item-detail-wrapper .item-detail-info .title .product-name {
          font-size: 150%;
          line-height: 200%; }
        .item-detail-wrapper .item-detail-info .title .sell-price {
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 0.95;
          margin-bottom: 16px;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          position: relative;
          display: inline-block;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
          .item-detail-wrapper .item-detail-info .title .sell-price span {
            font-size: 21px;
            vertical-align: text-top; }
          .item-detail-wrapper .item-detail-info .title .sell-price::after {
            position: absolute;
            background-image: url("/assets/images/store_botton/line-pc.png");
            display: inline-block;
            width: 100%;
            height: 2px;
            content: "";
            top: 9px;
            left: 0; }
        .item-detail-wrapper .item-detail-info .title .sale-price {
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 0.95;
          margin-bottom: 8px;
          letter-spacing: normal;
          text-align: left;
          color: #dd0000;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
          .item-detail-wrapper .item-detail-info .title .sale-price span {
            font-size: 21px;
            vertical-align: text-top; }
        .item-detail-wrapper .item-detail-info .title .sell-price-uncheck {
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 0.95;
          margin-bottom: 8px;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
          .item-detail-wrapper .item-detail-info .title .sell-price-uncheck span {
            font-size: 21px;
            vertical-align: text-top; }
        .item-detail-wrapper .item-detail-info .title .item-number span {
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 0.95;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          font-family: "Meiryo", "メイリオ", "Estrangelo Edessa", sans-serif; }
      .item-detail-wrapper .item-detail-info .description {
        margin-bottom: 36px;
        font-size: 93%; }
      .item-detail-wrapper .item-detail-info .annotation {
        margin-bottom: 24px;
        font-size: 90%; }
      .item-detail-wrapper .item-detail-info .sns-wrapper .social-button-wrapper {
        text-align: left; }
        .item-detail-wrapper .item-detail-info .sns-wrapper .social-button-wrapper .social-button-item:first-child {
          margin-left: 0; }
      .item-detail-wrapper .item-detail-info .store-link .title-top {
        margin: 30px 215px 16px 2px; }
        .item-detail-wrapper .item-detail-info .store-link .title-top p {
          font-family: HiraKakuPro-W6;
          margin-bottom: 0;
          font-size: 13px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.03;
          letter-spacing: normal;
          text-align: left;
          color: #333333; }
      .item-detail-wrapper .item-detail-info .store-link .online-store {
        margin-bottom: 14px; }
        .item-detail-wrapper .item-detail-info .store-link .online-store a img {
          width: 262px;
          height: 48px; }
      .item-detail-wrapper .item-detail-info .store-link .country-store {
        margin-bottom: 14px; }
        .item-detail-wrapper .item-detail-info .store-link .country-store a img {
          width: 262px;
          height: 48px; }
      .item-detail-wrapper .item-detail-info .store-link .maker-store {
        margin-bottom: 16px; }
        .item-detail-wrapper .item-detail-info .store-link .maker-store a img {
          width: 262px;
          height: 48px; }
      .item-detail-wrapper .item-detail-info .store-link .title-footer {
        margin: 16px 150px 40px 0; }
        .item-detail-wrapper .item-detail-info .store-link .title-footer p {
          font-family: Meiryo;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.11;
          letter-spacing: normal;
          text-align: left;
          color: #333333;
          margin-bottom: 0; }

  .btn-item-top-wrapper {
    margin-bottom: 100px; }
    .btn-item-top-wrapper .btn-item-top {
      display: block;
      width: 260px;
      height: 60px;
      background-image: url(/assets/images/brand-themes/bgmap-item-top-pc.png);
      background-size: 260px 60px;
      margin: auto; }

  .shop-list-wrapper .shop-area-support-center {
    display: none !important; }
  .shop-list-wrapper .area-title {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    font-weight: bold; }
  .shop-list-wrapper .shops-wrapper {
    margin-bottom: 80px; }
    .shop-list-wrapper .shops-wrapper .shop {
      position: relative;
      padding: 30px 0;
      border-bottom: 1px solid #cfcfcf; }
      .shop-list-wrapper .shops-wrapper .shop .title {
        margin-bottom: 18px;
        font-size: 120%;
        width: 100%; }
      .shop-list-wrapper .shops-wrapper .shop .info_area {
        display: flex; }
      .shop-list-wrapper .shops-wrapper .shop .info {
        font-size: 100%;
        line-height: 170%;
        color: #666;
        flex: 72%; }
      .shop-list-wrapper .shops-wrapper .shop .navi {
        flex: 32%;
        position: relative; }
        .shop-list-wrapper .shops-wrapper .shop .navi .botton_area {
          position: absolute;
          bottom: 0; }
        .shop-list-wrapper .shops-wrapper .shop .navi .btn-shop-map {
          display: block;
          width: 140px;
          height: 48px;
          background-image: url(/assets/images/brand-themes/btn-shop-map-pc.png);
          background-size: 140px 48px;
          display: inline-block; }
        .shop-list-wrapper .shops-wrapper .shop .navi .btn-shop-blog {
          display: block;
          width: 140px;
          height: 48px;
          background-image: url(/assets/images/brand-themes/btn-shop-blog-pc.png);
          background-size: 140px 48px;
          display: inline-block;
          margin-left: 12px; }

  .shop-area-select-wrapper {
    margin-bottom: 50px;
    padding: 32px 0;
    background: #f0f0f0;
    text-align: center; }
    .shop-area-select-wrapper .label-shop-area {
      display: block;
      width: 58px;
      height: 15px;
      background-image: url(/assets/images/brand-themes/label-shop-area-pc.png);
      background-size: 58px 15px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px; }
    .shop-area-select-wrapper .shop-area-select-list {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      .shop-area-select-wrapper .shop-area-select-list #shop-area-select {
        width: 350px;
        height: 35px; }
        .shop-area-select-wrapper .shop-area-select-list #shop-area-select option[value="support-center"] {
          display: none; }
      .shop-area-select-wrapper .shop-area-select-list .esb-displayer {
        display: block;
        width: 360px;
        height: 48px;
        background-image: url(/assets/images/brand-themes/bg-select-shop-pc.png);
        background-size: 360px 48px;
        padding: 16px 20px;
        font-size: 100%; }
      .shop-area-select-wrapper .shop-area-select-list .esb-dropdown {
        position: absolute;
        padding: 8px 20px;
        font-size: 100%; }

  .page-career-top {
    margin: 0 auto; }
    .page-career-top .verticale_line {
      height: 1px;
      background-color: #c2c2c2; }
    .page-career-top .career-work-together {
      margin-top: 46px;
      margin-bottom: 47px; }
      .page-career-top .career-work-together .title h3 {
        margin-top: 0px;
        margin-bottom: 14px;
        font-family: HiraKakuPro-W6;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000; }
      .page-career-top .career-work-together .cont .left {
        width: 585px;
        float: left;
        margin-right: 54px; }
        .page-career-top .career-work-together .cont .left .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 35px; }
        .page-career-top .career-work-together .cont .left .txt-bottom p {
          font-family: HiraKakuPro-W6;
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 0; }
        .page-career-top .career-work-together .cont .left .view-employment-information {
          margin-top: 34px; }
          .page-career-top .career-work-together .cont .left .view-employment-information a {
            padding: 16px 56px 11px 57px;
            border-radius: 24px;
            background-color: #000000; }
            .page-career-top .career-work-together .cont .left .view-employment-information a span {
              font-family: HiraKakuPro-W6;
              font-size: 16px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
      .page-career-top .career-work-together .cont .right {
        width: 340px;
        float: right; }
        .page-career-top .career-work-together .cont .right .together-img img {
          width: 100%; }
    .page-career-top .we-cherish-sec {
      margin-top: 63px;
      margin-bottom: 67px; }
      .page-career-top .we-cherish-sec .title h3 {
        font-family: HiraKakuPro-W6;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 14px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0 0 26px; }
      .page-career-top .we-cherish-sec .cont .txt {
        margin-bottom: 45px; }
        .page-career-top .we-cherish-sec .cont .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
          .page-career-top .we-cherish-sec .cont .txt p:nth-child(1) {
            margin-bottom: 20px; }
          .page-career-top .we-cherish-sec .cont .txt p:nth-child(2) {
            margin-bottom: 20px; }
      .page-career-top .we-cherish-sec .cont .career-cart {
        display: flex;
        flex-wrap: wrap;
        margin-left: -22px;
        width: 1009px; }
        .page-career-top .we-cherish-sec .cont .career-cart .signle-cart {
          width: calc(33% - 22px);
          margin-left: 22px; }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart:nth-child(1) {
            margin-bottom: 44px; }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart:nth-child(2) {
            margin-bottom: 44px; }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart:nth-child(3) {
            margin-bottom: 44px; }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .img img {
            /*width: 100%;*/ }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .header-top .title-1 p {
            margin: 24px 0 5px;
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 24px;
            letter-spacing: normal;
            text-align: left;
            color: #000000; }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .header-top .title-2 p {
            margin: 0 0 16px;
            font-family: HiraKakuPro-W3;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 24px;
            letter-spacing: normal;
            text-align: left;
            color: #000000; }
          .page-career-top .we-cherish-sec .cont .career-cart .signle-cart .cont-part p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
    .page-career-top .grow-together {
      margin-bottom: 64px; }
      .page-career-top .grow-together .sec {
        padding-top: 63px; }
        .page-career-top .grow-together .sec .left {
          width: 352px;
          float: left;
          margin-right: 48px; }
          .page-career-top .grow-together .sec .left .img-a img {
            width: 100%; }
        .page-career-top .grow-together .sec .right {
          float: left;
          width: 580px; }
          .page-career-top .grow-together .sec .right .cont .title h3 {
            font-family: HiraKakuPro-W6;
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0 0 22px; }
          .page-career-top .grow-together .sec .right .cont .text {
            width: 579px; }
            .page-career-top .grow-together .sec .right .cont .text p {
              font-family: HiraKakuPro-W3;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 20px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
              .page-career-top .grow-together .sec .right .cont .text p:nth-child(1) {
                margin-bottom: 22px; }
              .page-career-top .grow-together .sec .right .cont .text p:nth-child(2) {
                margin-bottom: 22px; }
          .page-career-top .grow-together .sec .right .cont .employment-button.mtop-47 {
            margin-top: 47px; }
          .page-career-top .grow-together .sec .right .cont .employment-button.mtb-16 {
            margin: 16px 0; }
          .page-career-top .grow-together .sec .right .cont .employment-button a {
            width: 320px;
            height: 48px;
            padding: 16px 0 16px;
            border-radius: 24px;
            background-color: #000000;
            text-align: center; }
            .page-career-top .grow-together .sec .right .cont .employment-button a span {
              font-family: HiraKakuPro-W6;
              font-size: 16px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
    .page-career-top .footer-bottom-text {
      padding-top: 50px;
      text-align: center;
      margin: 0 auto; }
      .page-career-top .footer-bottom-text .center-text {
        display: inline-block;
        text-align: left; }

  .page-aboutus-top {
    /*how to css end*/
    /* club-activities css start*/
    /* media css start*/
    /* operating-company css start */
    /* about the site css */ }
    .page-aboutus-top .verticale_line {
      height: 1px;
      background-color: #c2c2c2; }
    .page-aboutus-top .mission-sec {
      margin-bottom: 62px; }
      .page-aboutus-top .mission-sec .title {
        margin: 38px 0 16px; }
        .page-aboutus-top .mission-sec .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .mission-sec .cont .left {
        width: 476px;
        float: left;
        margin-right: 14px; }
        .page-aboutus-top .mission-sec .cont .left .txt-area p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 17px; }
          .page-aboutus-top .mission-sec .cont .left .txt-area p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .mission-sec .cont .right {
        width: 490px;
        float: left; }
        .page-aboutus-top .mission-sec .cont .right .img-area {
          text-align: center; }
    .page-aboutus-top .history-sec {
      margin: 55px 0 24px; }
      .page-aboutus-top .history-sec .title .title-wrapper {
        margin-bottom: 15px; }
        .page-aboutus-top .history-sec .title .title-wrapper h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .history-sec .title .txt {
        margin-bottom: 24px; }
        .page-aboutus-top .history-sec .title .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 17px; }
          .page-aboutus-top .history-sec .title .txt p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .history-sec .cont .left {
        width: 465px;
        float: left;
        margin-right: 35px; }
        .page-aboutus-top .history-sec .cont .left .img-area {
          text-align: center; }
      .page-aboutus-top .history-sec .cont .right {
        width: 476px;
        float: left; }
        .page-aboutus-top .history-sec .cont .right .txt {
          height: 421px;
          display: table-cell;
          vertical-align: middle; }
          .page-aboutus-top .history-sec .cont .right .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-aboutus-top .history-sec .cont .right .txt p:last-child {
              margin-bottom: 0; }
    .page-aboutus-top .view-world-to-sec {
      margin: 58px 0 24px; }
      .page-aboutus-top .view-world-to-sec .title .title-wrapper {
        margin-bottom: 14px; }
        .page-aboutus-top .view-world-to-sec .title .title-wrapper h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .view-world-to-sec .title .txt {
        margin-bottom: 20px; }
        .page-aboutus-top .view-world-to-sec .title .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 17px; }
          .page-aboutus-top .view-world-to-sec .title .txt p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .view-world-to-sec .cont .left {
        width: 476px;
        float: left;
        margin-right: 114px; }
        .page-aboutus-top .view-world-to-sec .cont .left .txt-area {
          height: 470px;
          display: table-cell;
          vertical-align: middle; }
          .page-aboutus-top .view-world-to-sec .cont .left .txt-area p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-aboutus-top .view-world-to-sec .cont .left .txt-area p:last-child {
              margin-bottom: 0; }
      .page-aboutus-top .view-world-to-sec .cont .right {
        width: 385px;
        float: left; }
        .page-aboutus-top .view-world-to-sec .cont .right .img-area {
          width: 300px; }
    .page-aboutus-top .how-to-sec {
      margin-top: 58px;
      /* how to part 1*/
      /* how to part 2*/
      /* how to part 3*/ }
      .page-aboutus-top .how-to-sec .title .title-wrapper {
        margin-bottom: 14px; }
        .page-aboutus-top .how-to-sec .title .title-wrapper h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .how-to-sec .title .txt {
        margin-bottom: 65px; }
        .page-aboutus-top .how-to-sec .title .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 17px; }
          .page-aboutus-top .how-to-sec .title .txt p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .how-to-sec .part-1 {
        margin: 58px 0 60px;
        padding: 0 20px; }
        .page-aboutus-top .how-to-sec .part-1 .cont .left {
          width: 420px;
          float: left;
          margin-right: 40px; }
          .page-aboutus-top .how-to-sec .part-1 .cont .left .img-a {
            text-align: left; }
        .page-aboutus-top .how-to-sec .part-1 .cont .right {
          width: 480px;
          float: left; }
          .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
          .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .title-inner h3 {
            line-height: 18px; }
          .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .txt {
            margin: 23px 0 22px; }
            .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .txt p {
              font-family: HiraKakuPro-W3;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 20px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin-bottom: 17px; }
              .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .txt p:last-child {
                margin-bottom: 0; }
          .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .button-area .recent-campaign {
            display: inline-block;
            margin-right: 24px; }
            .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .button-area .recent-campaign a {
              width: 224px;
              height: 48px;
              padding: 16px 24px;
              border-radius: 24px;
              background-color: #000000; }
              .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .button-area .recent-campaign a span {
                font-family: HiraKakuPro-W6;
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
          .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .button-area .standard-products {
            display: inline-block; }
            .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .button-area .standard-products a {
              width: 224px;
              height: 48px;
              padding: 16px 80px;
              border-radius: 24px;
              background-color: #000000; }
              .page-aboutus-top .how-to-sec .part-1 .cont .right .cont-right .button-area .standard-products a span {
                font-family: HiraKakuPro-W6;
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
      .page-aboutus-top .how-to-sec .part-2 {
        margin: 58px 0 0;
        padding: 0 20px; }
        .page-aboutus-top .how-to-sec .part-2 .title .title-wrapper h3 {
          font-family: HiraKakuPro-W6;
          font-size: 20px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
        .page-aboutus-top .how-to-sec .part-2 .title .txt {
          margin-bottom: 62px; }
        .page-aboutus-top .how-to-sec .part-2 .cont .left {
          width: 472px;
          float: left;
          margin-right: 40px; }
          .page-aboutus-top .how-to-sec .part-2 .cont .left .img-a {
            text-align: left; }
        .page-aboutus-top .how-to-sec .part-2 .cont .right {
          width: 428px;
          float: left; }
          .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
          .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .txt {
            margin: 14px 0 22px; }
            .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .txt p {
              font-family: HiraKakuPro-W3;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 20px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin-bottom: 17px; }
              .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .txt p:last-child {
                margin-bottom: 0; }
          .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .button-area .store {
            display: inline-block; }
            .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .button-area .store a {
              width: 224px;
              height: 48px;
              padding: 16px 40px;
              border-radius: 24px;
              background-color: #000000; }
              .page-aboutus-top .how-to-sec .part-2 .cont .right .cont-right .button-area .store a span {
                font-family: HiraKakuPro-W6;
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
      .page-aboutus-top .how-to-sec .part-3 {
        margin: 63px 0 64px;
        padding: 0 20px; }
        .page-aboutus-top .how-to-sec .part-3 .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 20px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
        .page-aboutus-top .how-to-sec .part-3 .txt {
          margin: 14px 0 24px; }
          .page-aboutus-top .how-to-sec .part-3 .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-aboutus-top .how-to-sec .part-3 .txt p:last-child {
              margin-bottom: 0; }
        .page-aboutus-top .how-to-sec .part-3 .button-area .staff-view {
          display: inline-block;
          margin-right: 32px; }
          .page-aboutus-top .how-to-sec .part-3 .button-area .staff-view a {
            width: 280px;
            height: 48px;
            padding: 16px 0;
            text-align: center;
            border-radius: 24px;
            background-color: #000000; }
            .page-aboutus-top .how-to-sec .part-3 .button-area .staff-view a span {
              font-family: HiraKakuPro-W6;
              font-size: 16px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
        .page-aboutus-top .how-to-sec .part-3 .button-area .work-together-b {
          display: inline-block; }
          .page-aboutus-top .how-to-sec .part-3 .button-area .work-together-b a {
            width: 280px;
            height: 48px;
            padding: 16px 0;
            text-align: center;
            border-radius: 24px;
            background-color: #000000; }
            .page-aboutus-top .how-to-sec .part-3 .button-area .work-together-b a span {
              font-family: HiraKakuPro-W6;
              font-size: 16px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #ffffff; }
    .page-aboutus-top .sustainability {
      margin: 58px 0 64px; }
      .page-aboutus-top .sustainability .title .title-wrapper h3 {
        font-family: HiraKakuPro-W6;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0; }
      .page-aboutus-top .sustainability .cont {
        padding: 0 20px; }
        .page-aboutus-top .sustainability .cont .sustainability-product .title-inner {
          padding: 50px 0 15px; }
          .page-aboutus-top .sustainability .cont .sustainability-product .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
        .page-aboutus-top .sustainability .cont .sustainability-product .txt {
          padding-bottom: 54px; }
          .page-aboutus-top .sustainability .cont .sustainability-product .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-aboutus-top .sustainability .cont .sustainability-product .txt p:last-child {
              margin-bottom: 0; }
        .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left {
          width: 467px;
          float: left;
          margin-right: 98px; }
          .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .title-inner {
            padding: 0 0 15px; }
            .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .title-inner h3 {
              font-family: HiraKakuPro-W6;
              font-size: 20px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .left .txt p:last-child {
              margin-bottom: 0; }
        .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .right {
          width: 287px;
          float: left; }
          .page-aboutus-top .sustainability .cont .sustainability-forest .inner-cont .right .img-a {
            text-align: left; }
    .page-aboutus-top .club-activities {
      padding: 50px 0 50px; }
      .page-aboutus-top .club-activities .left {
        width: 476px;
        float: left;
        margin-right: 88px; }
        .page-aboutus-top .club-activities .left .cont {
          height: 368px;
          display: table-cell;
          vertical-align: middle; }
          .page-aboutus-top .club-activities .left .cont .title {
            padding-bottom: 14px; }
            .page-aboutus-top .club-activities .left .cont .title h3 {
              font-family: HiraKakuPro-W6;
              font-size: 24px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-aboutus-top .club-activities .left .cont .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-aboutus-top .club-activities .left .cont .txt p:last-child {
              margin-bottom: 0; }
          .page-aboutus-top .club-activities .left .cont .button {
            padding-top: 20px;
            display: inline-block; }
            .page-aboutus-top .club-activities .left .cont .button a {
              width: 224px;
              height: 48px;
              padding: 16px 0;
              text-align: center;
              border-radius: 24px;
              background-color: #000000; }
              .page-aboutus-top .club-activities .left .cont .button a span {
                font-family: HiraKakuPro-W6;
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
      .page-aboutus-top .club-activities .right {
        width: 400px;
        float: left; }
        .page-aboutus-top .club-activities .right .img-a {
          text-align: left; }
    .page-aboutus-top .media-aboutus {
      padding: 62px 0 60px; }
      .page-aboutus-top .media-aboutus .title {
        padding: 0 0 30px; }
        .page-aboutus-top .media-aboutus .title .title-wrapper h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .media-aboutus .media-cont .left {
        width: 458px;
        float: left;
        margin-right: 93px; }
        .page-aboutus-top .media-aboutus .media-cont .left .top-part {
          padding-left: 20px; }
          .page-aboutus-top .media-aboutus .media-cont .left .top-part .title-inner h3 {
            font-family: HiraKakuPro-W6;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .top-part .txt {
            padding: 5px 0 22px; }
            .page-aboutus-top .media-aboutus .media-cont .left .top-part .txt p {
              font-family: HiraKakuPro-W3;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 20px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin-bottom: 17px; }
              .page-aboutus-top .media-aboutus .media-cont .left .top-part .txt p:last-child {
                margin-bottom: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .top-part .button-area {
            display: inline-block; }
            .page-aboutus-top .media-aboutus .media-cont .left .top-part .button-area a {
              width: 224px;
              height: 48px;
              padding: 16px 0;
              text-align: center;
              border-radius: 24px;
              background-color: #000000; }
              .page-aboutus-top .media-aboutus .media-cont .left .top-part .button-area a span {
                font-family: HiraKakuPro-W6;
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
        .page-aboutus-top .media-aboutus .media-cont .left .bottom-part {
          padding-top: 40px;
          padding-left: 20px; }
          .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .title-inner {
            padding: 0 0 8px; }
            .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .title-inner h3 {
              font-family: HiraKakuPro-W6;
              font-size: 20px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .txt p:last-child {
              margin-bottom: 0; }
          .page-aboutus-top .media-aboutus .media-cont .left .bottom-part .txt .mail_to {
            text-decoration: underline; }
      .page-aboutus-top .media-aboutus .media-cont .right {
        width: 388px;
        float: left; }
        .page-aboutus-top .media-aboutus .media-cont .right .img-a {
          text-align: left; }
    .page-aboutus-top .operating-company {
      padding: 70px 0 64px; }
      .page-aboutus-top .operating-company .title {
        padding: 0 0 14px; }
        .page-aboutus-top .operating-company .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .operating-company .txt p {
        font-family: HiraKakuPro-W3;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-bottom: 17px; }
        .page-aboutus-top .operating-company .txt p:last-child {
          margin-bottom: 0; }
    .page-aboutus-top .about-the-site {
      padding: 54px 0 64px; }
      .page-aboutus-top .about-the-site .title {
        padding: 0 0 14px; }
        .page-aboutus-top .about-the-site .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-aboutus-top .about-the-site .txt {
        padding: 0 0 22px; }
        .page-aboutus-top .about-the-site .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 17px; }
          .page-aboutus-top .about-the-site .txt p:last-child {
            margin-bottom: 0; }
      .page-aboutus-top .about-the-site .button-area {
        display: inline-block; }
        .page-aboutus-top .about-the-site .button-area a {
          width: 224px;
          height: 48px;
          padding: 16px 0;
          text-align: center;
          border-radius: 24px;
          background-color: #000000; }
          .page-aboutus-top .about-the-site .button-area a span {
            font-family: HiraKakuPro-W6;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff; }
    .page-aboutus-top .footer-bottom-text {
      padding-top: 50px;
      text-align: center;
      margin: 0 auto; }
      .page-aboutus-top .footer-bottom-text .center-text {
        display: inline-block;
        text-align: left; }

  .page-shoppingservice-top {
    /*shop service css*/
    /* bulk purchase css*/
    /* e-gift css */
    /* app css */
    /* faq css */
    /* inquiries css*/ }
    .page-shoppingservice-top .verticale_line {
      height: 1px;
      background-color: #c2c2c2; }
    .page-shoppingservice-top .shop-service {
      margin: 46px 0 40px; }
      .page-shoppingservice-top .shop-service .title {
        padding: 0 0 12px; }
        .page-shoppingservice-top .shop-service .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 14px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0;
          line-height: normal; }
      .page-shoppingservice-top .shop-service .shop-cont .left {
        width: 588px;
        float: left;
        margin-right: 66px; }
        .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 17px; }
          .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .txt p:last-child {
            margin-bottom: 0; }
        .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li {
            display: inline-block;
            padding-top: 30px;
            width: 224px;
            margin-right: 24px; }
            .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li:last-child {
              margin: 0; }
            .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li a {
              width: 100%;
              height: 48px;
              padding: 16px 0;
              border-radius: 24px;
              text-align: center;
              -webkit-text-align: center;
              background-color: #000000; }
              .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li a:hover {
                text-decoration: unset; }
              .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li a:focus {
                outline: none; }
              .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li a span {
                font-family: HiraKakuPro-W6;
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff;
                text-align: center;
                -webkit-text-align: center; }
            .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown {
              position: relative;
              display: inline-block; }
              .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .mopen {
                background-color: #999999; }
              .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .mclose {
                background-color: #000000; }
              .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu {
                display: none;
                position: absolute;
                padding: 10px 0 16.5px;
                background-color: #ffffff;
                z-index: 1;
                width: 210px;
                right: 8px;
                list-style: none; }
                .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li {
                  width: 100%;
                  margin-right: 0;
                  padding: 0 0 5px;
                  border-bottom: solid 2px #d8d8d8; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li:last-child {
                    border-bottom: none;
                    padding-top: 16px;
                    padding-bottom: 1px; }
                  .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li a {
                    background: unset;
                    padding: 0;
                    height: unset; }
                    .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li a .width_148 {
                      width: 140px;
                      height: 32.8px; }
                    .page-shoppingservice-top .shop-service .shop-cont .left .top-cont .button-area ul li.dropdown .sub-menu li a .width_134 {
                      width: 120px;
                      height: 60px; }
      .page-shoppingservice-top .shop-service .shop-cont .right {
        width: 326px;
        float: left; }
        .page-shoppingservice-top .shop-service .shop-cont .right .img-area {
          text-align: left; }
    .page-shoppingservice-top .bulk-purchase {
      margin: 85px 0 53px; }
      .page-shoppingservice-top .bulk-purchase .title {
        padding: 0 0 25px; }
        .page-shoppingservice-top .bulk-purchase .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 14px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left {
        width: 587px;
        float: left;
        margin-right: 53px; }
        .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .top-txt {
          padding: 0 0 28px; }
          .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .top-txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .top-txt p:last-child {
              margin-bottom: 0; }
        .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .txt p {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 20px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin-bottom: 17px;
          line-height: 24px; }
          .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .txt p:last-child {
            margin-bottom: 0; }
          .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .left .top-cont .txt p span {
            display: block; }
      .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .right {
        width: 326px;
        float: left;
        position: relative; }
        .page-shoppingservice-top .bulk-purchase .bulk-purchase-cont .right .img-area {
          position: absolute;
          top: -32px;
          text-align: left; }
    .page-shoppingservice-top .e-gift {
      padding: 63px 0 34px; }
      .page-shoppingservice-top .e-gift .title {
        padding-bottom: 26px; }
        .page-shoppingservice-top .e-gift .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 14px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .e-gift .egift-cont .left {
        width: 592px;
        float: left;
        margin-right: 88px; }
        .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-txt {
          margin-bottom: 65px; }
          .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-txt p:last-child {
              margin-bottom: 0; }
        .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont {
          padding-bottom: 65px; }
          .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .inner-title {
            padding-bottom: 14px; }
            .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .inner-title h3 {
              font-family: HiraKakuPro-W6;
              font-size: 20px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .txt.m-left {
            margin-left: 18px; }
          .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .txt ul {
            padding: 0;
            margin: 0; }
            .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .txt ul li {
              font-family: HiraKakuPro-W3;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 20px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin-bottom: 17px;
              list-style: decimal;
              list-style-type: decimal; }
              .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .txt ul li:last-child {
                margin-bottom: 0; }
          .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .txt p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 20px;
            letter-spacing: normal;
            text-align: left;
            color: #000000;
            margin-bottom: 17px; }
            .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .txt p:last-child {
              margin-bottom: 0; }
          .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .button-area {
            display: inline-block;
            margin-top: 40px; }
            .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .button-area a {
              width: 224px;
              height: 48px;
              margin-right: 24px;
              padding: 16px 0 14px 0;
              border-radius: 24px;
              text-align: center;
              background-color: #000000; }
              .page-shoppingservice-top .e-gift .egift-cont .left .left-cont .inner-cont .button-area a span {
                font-family: HiraKakuPro-W6;
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 14px;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff; }
      .page-shoppingservice-top .e-gift .egift-cont .right {
        width: 280px;
        float: left; }
        .page-shoppingservice-top .e-gift .egift-cont .right .img-area {
          text-align: left;
          margin-top: 38px; }
    .page-shoppingservice-top .app-service {
      padding: 65px 0 58px; }
      .page-shoppingservice-top .app-service .title {
        padding: 0 0 27px; }
        .page-shoppingservice-top .app-service .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 14px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .app-service .app-cont .txt p {
        font-family: HiraKakuPro-W3;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-bottom: 17px; }
        .page-shoppingservice-top .app-service .app-cont .txt p:last-child {
          margin-bottom: 0; }
      .page-shoppingservice-top .app-service .app-cont .button-area {
        margin-top: 30px; }
        .page-shoppingservice-top .app-service .app-cont .button-area .istore {
          display: inline-block;
          width: 131px;
          height: 48px;
          background-image: url(/assets/images/themes/shopingservice/shoppingservice-istore.png);
          background-size: 131px 48px;
          margin-right: 24px; }
        .page-shoppingservice-top .app-service .app-cont .button-area .googleplaystore {
          display: inline-block;
          width: 157px;
          height: 47px;
          background-image: url(/assets/images/themes/shopingservice/shpopingservice-google-play-badge.png);
          background-size: 157px 47px; }
    .page-shoppingservice-top .faq-service {
      margin: 63px 0 65px; }
      .page-shoppingservice-top .faq-service .title {
        margin: 0 0 23px; }
        .page-shoppingservice-top .faq-service .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 14px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .faq-service .faq-cont {
        padding: 39px 67px 40px 40px;
        background-color: #f6f6f6; }
        .page-shoppingservice-top .faq-service .faq-cont .questionp-ans {
          margin: 0 0 50px; }
          .page-shoppingservice-top .faq-service .faq-cont .questionp-ans:last-child {
            margin-bottom: 0; }
          .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-title {
            padding: 0 0 31px; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-title h3 {
              font-family: HiraKakuPro-W6;
              font-size: 24px;
              font-weight: bold;
              font-stretch: normal;
              font-style: normal;
              line-height: 14px;
              letter-spacing: normal;
              text-align: left;
              color: #000000;
              margin: 0; }
          .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont {
            margin-bottom: 33px; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont:last-child {
              margin-bottom: 0; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question {
              padding: 0 0 25px;
              position: relative; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .icon-q {
                width: 22px;
                height: 26px;
                background-image: url(/assets/images/themes/shopingservice/q-icon.png);
                background-size: 22px 26px;
                display: inline-block;
                float: left;
                margin-right: 15px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .icon-q span {
                  display: none; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .txt {
                width: 795px;
                float: left;
                margin-top: 3px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .txt p {
                  font-family: HiraKakuPro-W6;
                  font-size: 14px;
                  font-weight: bold;
                  font-stretch: normal;
                  font-style: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  text-align: left;
                  color: #000000; }
                  .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .question .txt p:last-child {
                    margin-bottom: 0; }
            .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer {
              position: relative; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .icon-a {
                width: 23px;
                height: 22px;
                background-image: url(/assets/images/themes/shopingservice/a-icon.png);
                background-size: 23px 22px;
                display: inline-block;
                float: left;
                margin-right: 15px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .icon-a span {
                  display: none; }
              .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt {
                width: 795px;
                float: left;
                margin-top: 3px; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt p:last-child {
                  margin-bottom: 0; }
                .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt p span {
                  font-family: HiraKakuPro-W3;
                  font-size: 14px;
                  font-weight: normal;
                  font-stretch: normal;
                  font-style: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  text-align: left;
                  color: #000000; }
                  .page-shoppingservice-top .faq-service .faq-cont .questionp-ans .qa-cont .qanswer .txt p span a {
                    text-decoration: underline; }
    .page-shoppingservice-top .inquiries-service {
      margin: 60px 0 64px; }
      .page-shoppingservice-top .inquiries-service .title {
        margin: 0 0 26px; }
        .page-shoppingservice-top .inquiries-service .title h3 {
          font-family: HiraKakuPro-W6;
          font-size: 24px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 14px;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          margin: 0; }
      .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p {
        font-family: HiraKakuPro-W3;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-bottom: 17px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p:last-child {
          margin-bottom: 0; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p.text-style-1 {
          font-size: 16px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .txt p .text-style-2 {
          font-size: 16px;
          padding-bottom: 8px;
          display: block; }
      .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .button-area {
        display: inline-block;
        margin: 28px 0 40px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .button-area a {
          width: 224px;
          height: 48px;
          padding: 16px 0;
          text-align: center;
          border-radius: 24px;
          background-color: #000000; }
          .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .button-area a span {
            font-family: HiraKakuPro-W6;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff; }
      .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button {
        display: inline-block;
        margin-top: 27px; }
        .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button a {
          width: 224px;
          height: 48px;
          padding: 8px 0 7px 0;
          border-radius: 24px;
          text-align: center;
          background-color: #000000; }
          .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button a .btext-style-1 {
            font-family: HiraKakuPro-W6;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            display: block; }
          .page-shoppingservice-top .inquiries-service .inquiries-cont .cont-part .contact-us-button a .btext-style-2 {
            margin: 5px 0 0;
            font-family: HiraKakuPro-W3;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 14px;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            display: block; }
    .page-shoppingservice-top .footer-bottom-text {
      padding-top: 50px;
      text-align: center;
      margin: 0 auto; }
      .page-shoppingservice-top .footer-bottom-text .center-text {
        display: inline-block;
        text-align: left; }

  .page-privacy-top .privacy-top-text {
    margin: 42px 0 35px; }
    .page-privacy-top .privacy-top-text .title-top h4 {
      font-family: HiraKakuPro-W6;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.88;
      letter-spacing: normal;
      text-align: center;
      color: #000;
      margin-bottom: 20px; }
    .page-privacy-top .privacy-top-text p {
      font-family: HiraKakuPro-W3;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 24px;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 20px; }
      .page-privacy-top .privacy-top-text p:last-child {
        margin: 0; }
  .page-privacy-top .privacy-cont-text {
    margin-bottom: 54px; }
    .page-privacy-top .privacy-cont-text:last-child {
      margin-bottom: 0; }
    .page-privacy-top .privacy-cont-text h4 {
      font-family: HiraKakuPro-W6;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 14px;
      letter-spacing: normal;
      text-align: left;
      margin-bottom: 18px;
      color: #000; }
    .page-privacy-top .privacy-cont-text .privacy-sub-text .title-txt {
      padding-left: 15px; }
      .page-privacy-top .privacy-cont-text .privacy-sub-text .title-txt p {
        font-family: HiraKakuPro-W3;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 25px; }
    .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o {
      padding-left: 15px; }
      .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont {
        margin-bottom: 5px; }
        .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont:after {
          content: "";
          clear: both;
          display: block; }
        .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .left {
          width: 2%;
          float: left; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .left span {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left;
            color: #000; }
        .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right {
          width: 98%;
          float: left; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right.personal_info {
            padding-left: 12px; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right.personal_info .text-cont span {
              display: block; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right.correction_p_info {
            padding-left: 4px; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .text-cont {
            margin-bottom: 0;
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 24px;
            letter-spacing: normal;
            text-align: left;
            color: #000; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .text-cont .visivility {
              display: none; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .text-cont.c_last_row span {
              display: block; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 24px;
            letter-spacing: normal;
            text-align: left;
            color: #000;
            display: inline-block;
            margin-bottom: 0; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con p .right-sub {
              padding-left: 5px; }
          .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul {
            padding-left: 0;
            margin-top: 0px;
            margin-left: 36px;
            margin-bottom: 3px; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul.left_padding_adjust {
              margin-left: 15px; }
            .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul li {
              font-family: HiraKakuPro-W3;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 24px;
              letter-spacing: normal;
              text-align: left;
              color: #000;
              list-style: disc; }
              .page-privacy-top .privacy-cont-text .privacy-sub-text .privacy-left-o .inner-cont .right .inner-sub-cont .in-sub-con .sub-ul li:before {
                content: "";
                margin-left: 0; }
  .page-privacy-top .text-footer {
    margin: 85px 0 55px; }
    .page-privacy-top .text-footer p {
      font-family: HiraKakuPro-W3;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 24px;
      letter-spacing: normal;
      text-align: right;
      color: #000;
      margin-bottom: 25px; }
      .page-privacy-top .text-footer p:last-child {
        margin-bottom: 0px; }
      .page-privacy-top .text-footer p span {
        display: block; }

  .page-cookiepolicy-top .cookie-top-text {
    margin: 42px 0 41px; }
    .page-cookiepolicy-top .cookie-top-text p {
      font-family: HiraKakuPro-W3;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 24px;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      margin-bottom: 20px; }
      .page-cookiepolicy-top .cookie-top-text p:last-child {
        margin: 0; }
  .page-cookiepolicy-top .cookie-cont-text {
    margin-bottom: 54px; }
    .page-cookiepolicy-top .cookie-cont-text:last-child {
      margin-bottom: 0; }
    .page-cookiepolicy-top .cookie-cont-text h4 {
      font-family: HiraKakuPro-W6;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 14px;
      letter-spacing: normal;
      text-align: left;
      margin-bottom: 18px;
      color: #000; }
    .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left {
      padding-left: 15px; }
      .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left P {
        font-family: HiraKakuPro-W3;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 0px; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left P span {
          display: block; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left P span.pdtop-25 {
            margin-top: 16px; }
    .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o {
      padding-left: 15px; }
      .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont {
        margin-bottom: 30px; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont:after {
          content: "";
          clear: both;
          display: block; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont.martop_20 {
          margin-top: 30px; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .left {
          width: 2%;
          float: left; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .left span {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left;
            color: #000; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right {
          width: 98%;
          float: left; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p {
            font-family: HiraKakuPro-W3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 24px;
            letter-spacing: normal;
            text-align: left;
            color: #000;
            display: inline-block;
            margin-bottom: 0px; }
            .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p span {
              display: block; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p span.pdtop-60 {
                margin-top: 25px; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p span.pdtop-25 {
                margin-top: 25px; }
              .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .inner-cont .right p span.margint_25 {
                margin-top: 25px; }
      .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .sub-ul {
        padding-left: 0;
        margin-top: 10px;
        margin-left: 17px; }
        .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .sub-ul li {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 24px;
          letter-spacing: normal;
          text-align: left;
          color: #000;
          list-style: disc;
          margin-bottom: 5px; }
          .page-cookiepolicy-top .cookie-cont-text .cookie-sub-text .cookie-left-o .sub-ul li:before {
            content: "";
            margin-left: 0; }
  .page-cookiepolicy-top .text-footer {
    margin: 85px 0 55px; }
    .page-cookiepolicy-top .text-footer p {
      font-family: HiraKakuPro-W3;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 24px;
      letter-spacing: normal;
      text-align: right;
      color: #000;
      margin-bottom: 25px; }
      .page-cookiepolicy-top .text-footer p:last-child {
        margin-bottom: 0px; }
      .page-cookiepolicy-top .text-footer p span {
        display: block; }

  .cookie-popup {
    width: 980px;
    margin: auto; }
    .cookie-popup #cookieNoticeHide {
      display: none; }
    .cookie-popup .cont {
      position: fixed;
      bottom: 1px;
      width: 980px;
      margin: 0 auto;
      background: #fff;
      padding: 16px 16px 30px 40px;
      border: solid 1px #707070;
      background-color: #fff;
      z-index: 9999; }
      .cookie-popup .cont .close-icon {
        text-align: right;
        cursor: pointer; }
      .cookie-popup .cont .text p {
        font-family: HiraKakuProN-W3;
        font-size: 14px;
        color: #707070;
        margin: 0; }
        .cookie-popup .cont .text p span {
          display: block; }
        .cookie-popup .cont .text p .link {
          font-family: HiraKakuProN-W6;
          color: #006cff;
          text-decoration: underline; } }
/*
.easy-select { @include easy-select_pc; }
.easy-button { @include easy-button; }
.nowloading { @include nowloading_pc; }
.social-button-wrapper {
  .line {
    margin: 0 10px;
  }
}*/
.date {
  color: #9c9c9c; }

@media screen and (min-width: 641px) {
  .footerp {
    text-align: center;
    font-size: 12px; }

  .canvas {
    width: 100%;
    min-width: 1000px;
    overflow: hidden; }

  #debug {
    width: 100%;
    padding: 10px; }

  .hr {
    border-top: 1px solid black; } }
@media screen and (max-width: 640px) {
  .footerp {
    text-align: center;
    font-size: 19px; }

  .canvas {
    width: 100%;
    min-width: 640px;
    overflow: hidden; }

  #debug {
    width: 640px;
    padding: 10px; } }
