@charset "UTF-8";

/*
Theme Name: REM!XX
Description: REM!XX Website Theme
Author: REM!XX
Author URI: https://remixx.jp/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css');
:root {
  --font-family: YakuHanJP, 'Zen Kaku Gothic New', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
  --font-family-en: 'Roboto', sans-serif;
  --main-color: #222;
  --sub-color: #333;
  --container-padding: 0 3vw;
  --container-padding-sp: 0 4vw;
  --footer-padding: 5vw;
  --section-padding: 6.25vw;
  --section-padding-mid: 8.46vw;
  --section-padding-sp: 14.6vw;
  --section-first-padding: 2.777vw;
  --section-first-padding-sp: 6vw;
  --lettering-bace: .02em;
  --lettering-wide: .09em;
  --lettering-mid: .08em;
  --lettering-head: .1em;
  --lettering-en: .11em;
}
* {
  --min-viewport: 375;
  --max-viewport: 2560; 
  --slope: calc((var(--max-size) - var(--min-size)) / (var(--max-viewport) - var(--min-viewport)));
  --intercept: calc(var(--min-size) - var(--slope) * var(--min-viewport));
  --fluid-size: calc(var(--slope) * 100vw + var(--intercept) / 10 * 1rem);
  --clamp-size: clamp(var(--min-size) / 10 * 1rem, var(--fluid-size), var(--max-size) / 10 * 1rem);
  min-height: 0vw;
}
body {
  background: var(--main-bg);
  line-height: 1.85;
  letter-spacing: var(--lettering-bace);
  font-size: 1.4rem;
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--main-color);
}
.-flex {
  display: flex;
}
.-fits {
  justify-content: space-between;
}
.-midst {
  justify-content: center;
}
.-vertical {
  align-items: center;
}
.-grid {
  display: grid;
}
.container {
  padding: var(--container-padding);
}
.article-box {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
section {
  padding-top: var(--section-padding);
}
section.-first {
  padding-top: var(--section-first-padding);
}
.header {
  flex-direction: column;
  gap: 2.15em;
  padding: 6.5em 0 36px;
}
h1 {
  display: inline-block;
  width: auto;
  z-index: 9999;
}
h1 a {
  display: block;
}
h2.-title, .en {
  letter-spacing: var(--lettering-en);
  font-family: var(--font-family-en);
}
h2.-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: var(--lettering-head);
  font-size: 3.2rem;
  --max-size: 32;
  --min-size: 20;
  font-size: var(--clamp-size);
  font-weight: 500;
}
h2.-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.333%;
  height: 2px;
  background: #333;
}
.-headbox {
  margin-bottom: 3.4em;
  text-align: center;
}
.-headbox .-category {
  display: inline-block;
  vertical-align: text-bottom;
}
.-headbox .-category.en {
  margin-left: 1.1em;
  letter-spacing: .085em;
  font-size: 1.7rem;
  --max-size: 17;
  --min-size: 12;
  font-size: var(--clamp-size);
  font-weight: 400;
}
.-headbox .-category.jp {
  margin-left: 1.3em;
  padding: 0 1em;
  background: #333;
  font-size: 1.6rem;
  --max-size: 16;
  --min-size: 12;
  font-size: var(--clamp-size);
  color: #fff;
}
.newline {
  display: inline-block;
}
.navilist {
  column-gap: 70px;
}
.navilist__item {
  width: 6.8em;
  text-align: center;
  line-height: 1;
}
.navilist__item a {
  display: inline-block;
}
.mainvisual {
  width: 100%;
  height: 110vh;
}
.mainvisual__img {
  width: 100%;
  height: 100%!important;  
}
.-listbox {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2.8em 4px;
}
@media screen and (min-width: 1680px) {
  .-listbox {
    grid-template-columns: repeat(4, 1fr);    
  }
}
.products__item {
  width: 100%;
  text-align: left;
  letter-spacing: var(--lettering-wide);
  line-height: 1.5;
  font-size: 1.3rem;
}
.products__summary {
  flex-direction: column;
  row-gap: .9em;
}
.products__detail {
  padding-right: 1em;
}
.products__detail p {
  margin-top: .1em;
}
.products__detail p:first-child {
  margin-top: .3em;
}
.products__badge {
  color: #c80f32;
}
.products__price {
  position: relative;
  display: inline-block;
}
.products__link a {
  display: inline-block;
  margin-top: .35em;
  padding: .575em 1.2em .5em;
  border-radius: 9999px;
  background: #ececec;
  letter-spacing: var(--lettering-mid);
  font-size: 1.2rem;
}
.sold-out figure a {
  pointer-events: none;
}
.sold-out .products__price::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.sold-out .products__link a {
  position: relative;
}
.sold-out .products__link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  width: calc(100% - 2.4em);
  height: 1px;
  background: #333;
}
.tax {
  position: relative;
  top: -.1em;
  font-size: 1.2rem;
}
.link-btn {
  margin: 2.95em auto 0;
  width: 200px;
}
.link-btn a {
  display: block;
  padding: 1.5em;
  text-align: center;
  letter-spacing: var(--lettering-wide);
  line-height: 1;
}
.link-btn a {
  background: #333;
  color: #fff;
}
.-showcase {
  grid-template-columns: 58.182% auto;  
  gap: 9%;
}
@media screen and (max-width: 1365px) {
  .-showcase {
    gap: 8.4%;
  }
}
.gallery__item + p {
  margin-top: 32px;
}
.products__title {
  margin-bottom: .25em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.2rem;
}
.products__price.-payment {
  margin-top: .9em;
  font-size: 1.9rem;
}
.products__info {
  margin-top: 6.5em;
}
.products__description {
  margin-bottom: 1.25em;
  font-size: 1.5rem;
}
.products__material {
  margin-top: 3.25em;
  line-height: 1.7;
}
.products__material + li {
  margin-top: .6em;
}
.products__material.-country {
  margin-top: 2.2em;
}
.size-chart {
  width: 100%;
  margin-top: .85em ;
  border-top: solid 1px #ddd;
  line-height: 1.25;
}
.size-chart tr {
  border-bottom: solid 1px #ddd;
}
.size-chart th, .size-chart td {
  vertical-align: middle;
  padding: 8px 0;
  text-align: center;
}
.size-chart th {
  width: 15em;
}
.size-chart th span {
  font-size: 1.3rem;
}
.link-btn.-buy {
  width: 100%;
}
.link-btn.-buy a {
  font-size: 1.5rem;
  font-weight: 500;
}
.link-btn.-buy a .en {
  font-weight: 400;
}
.products__btn .en {
  letter-spacing: var(--lettering-wide);
  font-size: 1.6rem;
}
.products__btn.-stock {
  padding: 1.5em;
  background: #ececec;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #c80f32;
}
.no-article {
  text-align: center;
}
.news__list {
  grid-template-columns: repeat(4, 1fr);
}
.news__item {
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
.news__img {
  aspect-ratio: 1 / 1;
}
.news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__summary {
  padding-right: 1em;
}
.news__title {
  margin: 1.15em 0 .25em;
  font-size: 1.4rem;
  --max-size: 14;
  --min-size: 13;
  font-size: var(--clamp-size);
}
.-date {
  display: block;
  letter-spacing: .06em;
  font-size: 1.2rem;
}
.news__box {
  margin: -1em auto 0;
  max-width: 760px;
}
.news__category {
  width: 100%;
  line-height: 1;  
}
.news__category::after {
  content: '';
  display: inline-block;
  flex-grow: 1;
  margin-left: 22px;
  min-width: 20px;
  height: 1px;
  background: #ddd;
}
.news__category span {
  display: inline-block;
  padding: .55em 1.5em;
  background: #333;
  letter-spacing: var(--lettering-mid);
  font-size: 1.3rem;
  color: #fff;
}
.article__title {
  margin-top: .4em;
  padding-bottom: .1em;
  line-height: 1.55;
  font-size: 2.0rem;
  --max-size: 20;
  --min-size: 15;
  font-size: var(--clamp-size);
}
.article__body {
  padding-top: 85px;
  width: 100%;
}
.article__body p, .article__body figure {
  margin-top: 2.2em;
}
.article__body img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 1.5em 0;
}
.article__body p a {
  text-decoration: underline;
  color: var(--main-color);
}
.article__body p a:hover {
  text-decoration: none;
}
.news__menu {
  margin-top: 4.25em;
}
.news-cat__list {
  flex-flow: row wrap;
  gap: 18px;
}
.news-cat__item {
  max-width: 156px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
  --max-size: 13;
  --min-size: 12;
  font-size: var(--clamp-size);
}
.news-cat__item a {
  display: block;
  padding: .75em;
  width: 100%;
  border-radius: 9999px;
  background: #ececec;
  letter-spacing: var(--lettering-mid);
}
.page-navi {
  margin-top: 4.5vw;
  line-height: 1;  
}
.pagenation {
  margin-top: 4.3em;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.4rem;
  --max-size: 14;
  --min-size: 12;
  font-size: var(--clamp-size);
}
.pagenation a, .pagenation span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding: 10px 18px;
  min-width: 10px;
}
.pagenation .current {
  position: relative;
}
.pagenation .current::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 2px;
  background: #333;
}
.about__summary {
  grid-template-columns: 58.182% auto;  
  gap: 10%;
  place-items: center;
}
@media screen and (max-width: 1365px) {
  .about__summary {
    gap: 8%;
  }
}
.concept__lead {
  display: block;
  margin-bottom: 2em;
  text-align: left;
  font-size: 1.8rem;
  --max-size: 18;
  --min-size: 15;
  font-size: var(--clamp-size);
  font-weight: 500;
}
.concept__body {
  margin-bottom: 2.5em;
  line-height: 2;
}
footer {
  padding-top: var(--footer-padding);
  text-align: center;
  font-size: 1.3rem;
}
footer.-front {
  padding-top: var(--section-padding);  
}
.footer__info {
  padding: 55px 110px 45px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.footer__menu {
  gap: 80px;
  margin-top: 25px;
}
.footer__menu .cat-menu__list {
  max-width: 240px;
  width: 100%;
}
.footer__menu .cat-menu__item + li {
  margin-top: .8em;
  line-height: 1.6;
}
.footer__logo {
  margin: 0 auto;
  width: 94px;
  height: auto;
}
.footer__legal {
  position: relative;
  padding: 30px 0;
  font-size: 1.2rem;
}
.legal__item + li::before {
  content: '／';
  display: inline-block;
  padding: 0 .4em 0 .45em;
}
.legal__pagetop {
  position: absolute;
  top: -4.8rem;
  right: 2rem;
}
.legal__pagetop a {
  display: inline-block;
}
.pagetop__btn {
  letter-spacing: var(--lettering-wide);
  font-size: 1.1rem;
}
.pagetop__btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  margin: 0 auto 9px;
}
.not-found__body {
  text-align: center;
}
html, body {
  height: 100%;
}
.loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading-box {
  width: 100%;
  height: 100%;
  transition: all 1s;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}
.loading-box.is-active {
  opacity: 1;
  visibility: visible;
}
.loading-logo {
  width: 114px;
  height: auto;
}
.loading-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .loading-logo {
    width: 84px;
  }
}
/* hover */
@media (hover: hover) and (pointer: fine) {
  .-link, .-link img, .pagenation a {
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
  }
  .-link:hover, .pagenation a:hover, .news__item .-link:hover img {
    opacity: .75;
  }
  .products__link .-link:hover {
    opacity: .8;
  }
  .news__item .-link:hover {
    opacity: 1;
  }
}
/*-------------------------------------------------
 * mediaqueriess
-------------------------------------------------*/
@media screen and (max-width: 1279px) {
  section, footer, footer.-front {
    padding-top: var(--section-padding-mid);
  }
  .navilist {
    column-gap: 3.90625vw;
  }
  .-headbox {
    margin-bottom: 3.2em;
  }
  .link-btn a {
    padding: 1.358em;
  } 
  .-showcase {
    grid-template-columns: 56% auto;
    gap: 5vw;
  }
  .gallery__item + p {
    margin-top: 2.2vw;
  }
  .products__outline {
    padding-right: 2vw;
  }  
  @media screen and (max-width: 1099px) {
    .news__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .article__body {
    padding-top: 7.16vw;
  }
  .article__body img {
    padding: 1em 0;
  }
  .page-navi {
    margin-top: 8.2vw;
  }
  .page-navi__list {
    justify-content: center;
  }
  .page-navi__item.all {
    margin: 0 124px;
  }
  .news__menu, .pagenation {
    margin-top: 5vw;
  } 
  .about__summary {
    gap: 5.8vw;
  }
  .about__concept {
    padding-right: 2.6vw;
  }
  @media screen and (max-width: 1023px) {
    .concept__lead {
      line-height: 1.75;
    }
    .concept__body {
      line-height: 1.85;
    }
  }
  .footer__logo {
    width: 86px;
  }
  .footer__menu {
    gap: 20px;
  }
  .footer__legal {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 743px) {
  .container {
    padding: var(--container-padding-sp);
  }
  section, footer, footer.-front {
    padding-top: var(--section-padding-sp);
  }
  section.-first {
    padding-top: var(--section-first-padding-sp);
  }
  .header {
    padding: 1.55em .5em 1.25em;
  }
  .headbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  h1 {
    position: relative;
    top: 3px;
    width: 116px;
  }
  .headbox__toggle {
    width: 24px;
    height: 21px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 9999;
  }
  .headbox__toggle__trigger, .headbox__toggle__trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .headbox__toggle__trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .headbox__toggle__trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: .001%;
    background: var(--sub-color);
    z-index: 9999;
  }
  .headbox__toggle__trigger span:nth-of-type(1) {
    top: 0;
  }
  .headbox__toggle__trigger span:nth-of-type(2) {
    top: 10px;
  }
  .headbox__toggle__trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    border-radius: .001%;
    background: var(--sub-color);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .headbox__toggle__trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .headbox__toggle__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0);
  }
  .headbox__toggle__trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .headbox__toggle__trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .headbox__toggle__trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0);
  }
  .is-animation .headbox__toggle {
    width: 29px;
    height: 22px;    
  }
  .is-animation .headbox__toggle .headbox__toggle__trigger span:nth-of-type(2) {
    top: 10px;  
  }
  .hide {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  .no-scroll {
    overflow: hidden;
  }
  #gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #fff;
    z-index: 999;
  }
  #gnavi nav {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    padding: var(--top-height) 0;
    width: 100%;
    height: 100%;
  }
  .navilist {
    flex-direction: column;
    gap: 1.25em 0;
  }
  .navilist__item {
    width: auto;
  }
  .navilist__item a {
	  padding: .5em;
  }
  .mainvisual {
/*     height: 100vh; */
    height: 86vh;
  }
  .-headbox {
    margin-bottom: 2.25em;
  }
  .-listbox {
    row-gap: 2em;
  }
  .link-btn {
    margin-top: 2.2em;
    width: 140px;
    font-size: 1.3rem;
  }
  .link-btn a {
    padding: 1em;
  }
  .-showcase {
    grid-template-columns: 1fr;
    gap: 8.53vw;
  }
  .products__outline {
    padding: 0;
  }
  .products__title {
    font-size: 1.7rem;
  }
  .products__gender {
    font-size: 1.3rem;
  }
  .products__price.-payment {
    margin-top: .5em;
    font-size: 1.7rem;
  }
  .products__info {
    margin-top: 2em;
  }
  .products__description {
    font-size: 1.4rem;
  }
  .products__material {
    margin-top: 2em;
  }
  .products__material.-country {
    margin-top: 1.25em;
  }
  .link-btn.-buy a {
    font-size: 1.4rem;
  }
  .products__btn .en {
    font-size: 1.5rem;
  }
  .products__btn.-stock {
    padding: 1em;
  }   
  .news-cat__list {
    gap: 8px;
  }
  .-headbox .-category.en {
    margin-left: .8em;
  }
  .-headbox .-category.jp {
    margin-left: 1em;
    padding: 0 .85em;
  }
  .news__box {
    margin-top: -.25em;
  }
  .news__category::after {
    margin-left: 16px;
  }
  .news__category span {
    padding: .5em 1em;
    font-size: 1.2rem;
  }
  .article__body p, .article__body figure {
    margin-top: .65em;
  }
  .article__title + p {
    margin-top: 1.2em;
  }
  .page-navi {
    margin-top: 10.666vw;
  }
  .news__menu {
    margin-top: 8vw;
  }
  .pagenation {
    margin-top: 6.6666vw;
  }
  .pagenation a, .pagenation span {
    margin: 0;
  }
  .page-navi__item.prev img, .page-navi__item.next img {
    width: 8px;
  }  
  .about__summary {
    grid-template-columns: 1fr;
    gap: 9.6vw;
    place-items: start;
  }
  .about__concept, .concept__body {
    margin: 0;
    padding: 0;
  }
  .concept__lead {
    margin-bottom: .85em;
  }
  .footer__logo {
    width: 74px;
  }
  .footer__info {
    padding: 40px 0 30px;
  }
  .footer__menu {
    gap: 6px;
    margin-top: 20px;
  }
  .footer__legal {
    flex-direction: column;
    padding: 7.2vw 0;
  }
  .legal__list {
    flex-direction: column;
    justify-content: center;
  }
  .legal__item + li {
    margin-top: .5em;
  }
  .legal__item + li::before {
    content: none;
  }
  .legal__pagetop {
    position: static;
    margin-top: 2.75rem;
  }
  .pagetop__btn::before {
    margin-bottom: 7px;
  }
  .footer__copyright {
    margin-top: .75rem;
    padding: var(--footer-end-padding-sp);
  }
}