@charset "UTF-8";
/*SCSS変数定義*/
/*******
header
********/
/*ヘッダーの高さ*/
/*グローバルメニュー背景色の設定*/
/*******
FONT＆COLOR
********/
/*フォントファミリー*/
/*メインカラー*/
/*カラバリ設定*/
/*******
PAGE
********/
/*【TOPページ】コンセプトBGのプログレスバーの速度（slick:autoplaySpeed+speedの数値を設定）*/
@keyframes act-menu-bar {
  100% {
    height: 0; } }
@font-face {
  font-family: 'din';
  src: url("https://material-klonklonklon.com/chrone/wp-content/themes/c_chrone/font/din.woff") format("woff"), url("https://material-klonklonklon.com/chrone/wp-content/themes/c_chrone/font/din.ttf") format("truetype"); }
a, * {
  color: #333; }

a:not(.no-hover), .hover, .links > li {
  transition: opacity 0.3s ease-in-out; }
  a:not(.no-hover):hover, .hover:hover, .links > li:hover {
    opacity: 0.7; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%; }

.fl {
  float: left; }

.fr {
  float: right; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.linethrough {
  text-decoration: line-through; }

.red {
  color: #b31f1f !important; }

.green {
  color: #3C605F !important; }

.white {
  color: #ffffff !important; }

.gray {
  color: #bbbbbb !important; }

.marquee {
  overflow: hidden;
  position: relative;
  display: block; }
  .marquee .context {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee linear 15s infinite;
    -moz-animation: marquee linear 15s infinite;
    -ms-animation: marquee linear 15s infinite;
    -o-animation: marquee linear 15s infinite;
    animation: marquee linear 15s infinite; }
    .marquee .context::after {
      content: "";
      white-space: nowrap;
      padding-right: 50px; }
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%); }
  33% {
    -webkit-transform: translate(0%); }
  99%,to {
    -webkit-transform: translate(-100%); } }
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%); }
  33% {
    -moz-transform: translate(0%); }
  99%,to {
    -moz-transform: translate(-100%); } }
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%); }
  33% {
    -ms-transform: translate(0%); }
  99%,to {
    -ms-transform: translate(-100%); } }
@-o-keyframes marquee {
  from {
    -o-transform: translate(0%); }
  33% {
    -o-transform: translate(0%); }
  99%,to {
    -o-transform: translate(-100%); } }
@keyframes marquee {
  from {
    transform: translate(0%); }
  33% {
    transform: translate(0%); }
  99%,to {
    transform: translate(-100%); } }
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 101; }
  #header .wrapper {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2b2929;
    padding: 0 20px;
    box-sizing: border-box; }
    #header .wrapper #hum button {
      border: none;
      background: none;
      position: relative;
      display: block;
      width: 26px;
      padding: 0;
      cursor: pointer; }
      #header .wrapper #hum button span {
        transition: all .3s;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff; }
        #header .wrapper #hum button span:nth-of-type(1) {
          top: 10%;
          right: 0;
          transform-origin: right top; }
        #header .wrapper #hum button span:nth-of-type(2) {
          top: 44.6%;
          left: 0;
          width: 53.8%; }
        #header .wrapper #hum button span:nth-of-type(3) {
          bottom: 20.8%;
          left: 0;
          width: 76.8%;
          transform-origin: left bottom; }
      #header .wrapper #hum button::before {
        content: "";
        display: block;
        padding-top: 100%; }
    #header .wrapper #hum button.act span:nth-of-type(1) {
      top: 0;
      transform: rotate(-45deg);
      width: 141%; }
    #header .wrapper #hum button.act span:nth-of-type(2) {
      left: 150%;
      opacity: 0;
      animation: act-menu-bar .8s forwards; }
    #header .wrapper #hum button.act span:nth-of-type(3) {
      transform: rotate(45deg);
      width: 141%;
      bottom: 100%; }
    #header .wrapper a#logo {
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0); }
    #header .wrapper #user_nav ul {
      display: flex;
      justify-content: space-between; }
      #header .wrapper #user_nav ul li {
        margin: 0 16px 0 0;
        position: relative; }
        #header .wrapper #user_nav ul li:last-child {
          margin-right: 0; }
        #header .wrapper #user_nav ul li a {
          font-size: 2.0rem;
          color: #FFF;
          padding: 4px; }
        #header .wrapper #user_nav ul li .ri-user-line + span {
          border-radius: 50%;
          font-size: 1.0rem;
          color: #FFF;
          background: #3C605F;
          width: 1.4em;
          height: 1.4em;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          right: -0.7em;
          top: -0.7em; }
        #header .wrapper #user_nav ul li .ri-shopping-cart-line + span {
          border-radius: 50%;
          font-size: 1.0rem;
          color: #FFF;
          background: #3C605F;
          width: 1.4em;
          height: 1.4em;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          right: -0.7em;
          top: -0.7em; }
  #header #header_popup {
    background: #f9f9f9;
    padding: 10px 20px; }
    #header #header_popup a {
      display: block;
      overflow: hidden; }
      #header #header_popup a > span {
        white-space: nowrap; }
      #header #header_popup a .context {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        text-decoration: underline; }

main {
  padding: 60px 0 0 0; }

@media screen and (max-width: 768px) {
  #header .wrapper a#logo {
    max-width: 86px; }

  #menu #menu_content {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #c6cac5;
    align-items: center; }
    #menu #menu_content .inner {
      width: 94%;
      margin: 0 auto;
      padding: 0 10px; }
      #menu #menu_content .inner #gn {
        margin: 0 0 30px; }
        #menu #menu_content .inner #gn ul {
          margin: 0 0 30px; }
          #menu #menu_content .inner #gn ul li {
            font-size: 2.2rem;
            /*font-family: nimbus-sans, sans-serif;*/
            font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
            font-weight: 300;
            letter-spacing: 0.1em;
            margin: 0 0 15px; }
            #menu #menu_content .inner #gn ul li:last-child {
              margin: 0; }
            #menu #menu_content .inner #gn ul li a {
              color: #FFF;
              padding: 0 0 0.2em;
              display: inline-block;
              position: relative; }
              #menu #menu_content .inner #gn ul li a::after {
                content: '';
                background: #FFF;
                height: 1px;
                width: 1.6em;
                position: absolute;
                bottom: 0;
                left: 0; }
        #menu #menu_content .inner #gn form {
          position: relative;
          display: block;
          width: 80%; }
          #menu #menu_content .inner #gn form input[data-id="makeshop-search-keyword"] {
            /*font-family: nimbus-sans, sans-serif;*/
            font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
            font-size: 1.6rem;
            padding: 0.32em 2em 0.3em 0.8em;
            border: #D0D0D0 1px solid;
            border-radius: 3px;
            color: #212121;
            width: 100%;
            box-sizing: border-box;
            -webkit-appearance: none; }
          #menu #menu_content .inner #gn form a {
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 1em;
            cursor: pointer;
            display: block; }
            #menu #menu_content .inner #gn form a button {
              border: none;
              background: none;
              font-size: 2.0rem;
              color: #c6cac5; }
      #menu #menu_content .inner #sns ul {
        display: flex;
        justify-content: center;
        width: 100%; }
        #menu #menu_content .inner #sns ul li {
          width: 52px;
          margin: 0 10px; }
          #menu #menu_content .inner #sns ul li a {
            display: block;
            padding: 8px; }
            #menu #menu_content .inner #sns ul li a img {
              transition: opacity 0.2s; }
            #menu #menu_content .inner #sns ul li a:hover img {
              opacity: 0.6; }
  #menu #menu_effect {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    /*background: #3C605F;*/
    background: #2b2929; }
  #menu.act #menu_content {
    display: flex; }

  #footer {
    /*background: #161210;*/
    background: #2b2929;
    padding: 0 0 15px; }
    #footer .inner {
      width: 94%;
      padding: 25px 0 10px;
      margin: 0 auto; }
      #footer .inner .sitemap div h3 {
        color: #FFF;
        /*font-family: nimbus-sans, sans-serif;*/
        font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        margin: 0 0 10px; }
      #footer .inner .sitemap div ul {
        margin: 0 0 25px; }
        #footer .inner .sitemap div ul li {
          font-size: 1.2rem;
          margin: 0 0 10px;
          letter-spacing: 0.1em; }
          #footer .inner .sitemap div ul li a {
            color: #FFF;
            display: inline-block; }
      #footer .inner .sns {
        margin: 0 0 20px; }
        #footer .inner .sns ul {
          display: flex;
          justify-content: flex-start; }
          #footer .inner .sns ul li {
            width: 24px;
            margin: 0 10px 0 0; }
    #footer .copy {
      width: 100%;
      max-width: 1200px;
      text-align: center;
      margin: 0 auto; }
      #footer .copy small {
        font-size: 1.0rem;
        color: #FFF; }
        #footer .copy small a {
          color: #fff; }

  #check_product {
    margin: 0 0 100px; }
    #check_product h2 {
      font-size: 2.2rem;
      text-align: center;
      font-family: nimbus-sans, sans-serif;
      letter-spacing: 0.1em;
      margin: 0 0 30px; }

  #breadcrumbs {
    padding: 10px 3%;
    background: #f9f9f9; }
    #breadcrumbs ul li {
      overflow-x: auto; }
      #breadcrumbs ul li a, #breadcrumbs ul li span {
        font-size: 1.1rem;
        letter-spacing: 0.05em; }
      #breadcrumbs ul li a::after {
        content: ">";
        margin: 0 0.5em; } }
@media screen and (min-width: 769px) {
  #header .wrapper a#logo {
    max-width: 110px; }

  #menu #menu_content {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #c6cac5;
    align-items: center; }
    #menu #menu_content .inner {
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      justify-content: space-between; }
      #menu #menu_content .inner #gn {
        width: 48%; }
        #menu #menu_content .inner #gn ul {
          margin: 0 0 60px; }
          #menu #menu_content .inner #gn ul li {
            font-size: 3.2rem;
            font-family: nimbus-sans, sans-serif;
            font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
            font-weight: 300;
            letter-spacing: 0.1em;
            margin: 0 0 20px; }
            #menu #menu_content .inner #gn ul li:last-child {
              margin: 0; }
            #menu #menu_content .inner #gn ul li a {
              color: #FFF;
              padding: 0 0 0.2em;
              display: inline-block;
              position: relative; }
              #menu #menu_content .inner #gn ul li a::after {
                content: '';
                background: #FFF;
                height: 1px;
                width: 1.6em;
                position: absolute;
                bottom: 0;
                left: 0;
                transition: width 0.3s; }
              #menu #menu_content .inner #gn ul li a:hover::after {
                width: 100%; }
        #menu #menu_content .inner #gn form {
          position: relative;
          display: block;
          width: 60%; }
          #menu #menu_content .inner #gn form input[data-id="makeshop-search-keyword"] {
            /*font-family: nimbus-sans, sans-serif;*/
            font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
            font-size: 2.0rem;
            padding: 0.42em 2em 0.4em 0.8em;
            border: #D0D0D0 1px solid;
            border-radius: 3px;
            color: #212121;
            width: 100%;
            box-sizing: border-box;
            -webkit-appearance: none; }
          #menu #menu_content .inner #gn form a {
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 1em;
            cursor: pointer;
            display: block; }
            #menu #menu_content .inner #gn form a button {
              border: none;
              background: none;
              font-size: 2.0rem;
              color: #c6cac5; }
      #menu #menu_content .inner #sns {
        width: 50%;
        display: flex;
        align-items: center; }
        #menu #menu_content .inner #sns ul {
          display: flex;
          justify-content: center;
          width: 100%; }
          #menu #menu_content .inner #sns ul li {
            width: 52px;
            margin: 0 10px; }
            #menu #menu_content .inner #sns ul li a {
              display: block;
              padding: 8px; }
              #menu #menu_content .inner #sns ul li a img {
                transition: opacity 0.2s; }
              #menu #menu_content .inner #sns ul li a:hover img {
                opacity: 0.6; }
  #menu #menu_effect {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    /*background: #3C605F;*/
    background: #2b2929; }
  #menu.act #menu_content {
    display: flex; }

  #footer {
    /*background: #161210;*/
    background: #2b2929;
    padding: 0 20px 15px; }
    #footer .inner {
      width: 100%;
      max-width: 1200px;
      padding: 80px 0 60px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      #footer .inner .sitemap {
        display: flex;
        justify-content: space-between;
        width: 80%;
        order: 1; }
        #footer .inner .sitemap div {
          width: 100%;
          padding: 0 10px 0 0; }
          #footer .inner .sitemap div:last-child {
            padding: 0; }
          #footer .inner .sitemap div h3 {
            color: #FFF;
            /*font-family: nimbus-sans, sans-serif;*/
            font-family: "din", "Noto Sans Japanese", Teko, sans-serif;
            font-weight: 500;
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            margin: 0 0 12px; }
          #footer .inner .sitemap div ul li {
            font-size: 1.2rem;
            margin: 0 0 6px;
            letter-spacing: 0.1em; }
            #footer .inner .sitemap div ul li a {
              color: #FFF;
              display: block; }
      #footer .inner .sns {
        order: 2; }
        #footer .inner .sns ul {
          display: flex;
          justify-content: space-between; }
          #footer .inner .sns ul li {
            width: 32px;
            margin: 0 10px; }
    #footer .copy {
      width: 100%;
      max-width: 1200px;
      text-align: center;
      margin: 0 auto; }
      #footer .copy small {
        font-size: 1.2rem;
        color: #FFF; }
        #footer .copy small a {
          color: #fff; }

  #check_product {
    margin: 0 0 100px; }
    #check_product h2 {
      font-size: 3.2rem;
      text-align: center;
      font-family: nimbus-sans, sans-serif;
      letter-spacing: 0.1em;
      margin: 0 0 60px; }

  #breadcrumbs {
    padding: 10px 3%;
    background: #f9f9f9; }
    #breadcrumbs ul li {
      overflow-x: auto; }
      #breadcrumbs ul li a, #breadcrumbs ul li span {
        font-size: 1.1rem;
        letter-spacing: 0.05em; }
      #breadcrumbs ul li a::after {
        content: ">";
        margin: 0 0.5em; } }
/*media query*/
/* remodal makeshop */
.makeshop-modal {
  z-index: 999999; }

.makeshop-modal.remodal-overlay {
  background: rgba(0, 0, 0, 0.75); }

.makeshop-modal-window {
  max-width: 500px;
  padding: 32px;
  border-radius: 4px; }

.makeshop-modal-window .remodal-confirm {
  margin-top: 16px;
  background: #999;
  padding: 6px 0;
  min-width: 100px; }

.makeshop-modal-window .remodal-confirm:hover {
  background: #777; }

.makeshop-modal-window .remodal-close {
  left: auto;
  right: 0; }

.makeshop-modal-window .error-text {
  font-size: 14px; }
