@charset "UTF-8";
/*
 *  SiteName : rrrrrrrrr
 *  SiteUrl : https://rrrrrrrrr.jp
 *  © 2025 Merci
 */
.fs-preview-header {
  display: none;
}

/*==============================================================
  input reset
==============================================================*/
input,
select,
textarea,
button {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}

/*==============================================================
  font
==============================================================*/
html {
  font-size: 62.5%;
}

*,
body,
input,
select,
textarea,
button {
  color: rgb(60, 60, 60);
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: break-all;
  font-family: "Hind Madurai", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "sans-serif" !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

/*==============================================================
  body,.fs-l-page
============================================================== */
body,
.fs-l-page {
  min-width: 1000px;
  min-height: 100vh;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}

/*==============================================================
	img
============================================================== */
img {
  width: 100%;
}

/*==============================================================
  link
==============================================================*/
a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
a:link, a:visited, a:active {
  color: rgb(60, 60, 60);
  text-decoration: none;
}

/*==============================================================
  main
==============================================================*/
main {
  margin: 0 auto;
  width: 100%;
}

/*==============================================================
  header
==============================================================*/
header {
  margin: 23px 0 0;
  width: 100%;
}
header .header-contents {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 42px;
}
header .header-contents .hamburger-menu .hamburger-menu-checkbox {
  display: none;
}
header .header-contents .hamburger-menu .hamburger-menu-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
header .header-contents .hamburger-menu .hamburger-menu-icon span {
  margin: 0 auto 3px;
  width: 16.5px;
  height: 2px;
  background-color: #3c3c3c;
  display: block;
  transition: all 0.5s ease;
}
header .header-contents .hamburger-menu .hamburger-menu-icon p {
  margin: 7px 0 0;
  text-align: center;
}
header .header-contents .hamburger-menu .hamburger-menu-nav {
  position: fixed;
  top: 0;
  left: -100%;
  margin: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.5s ease;
  z-index: 2;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul {
  position: relative;
  margin: 0 0 30px;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #fff;
  display: block;
  z-index: 1;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li {
  position: relative;
  text-align: left;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li::before {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 20px - 35px);
  height: 1px;
  content: "";
  background-color: #d3d3d3;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li a {
  position: relative;
  padding: 16px 35px 16px 20px;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li a::before {
  position: absolute;
  top: 15px;
  right: 39px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #3c3c3c;
  border-right: solid 2px #3c3c3c;
  transform: rotate(45deg);
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li .category-checkbox {
  display: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li label {
  position: relative;
  padding: 16px 35px 0 20px;
  display: block;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li label::before, header .header-contents .hamburger-menu .hamburger-menu-nav ul li label::after {
  position: absolute;
  top: 21px;
  right: 35px;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #3c3c3c;
  transition: all 0.5s ease;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li label::after {
  transform: rotate(90deg);
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li label span {
  padding: 0 0 16px 0;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  display: block;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li ul {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li ul li::before {
  left: 30px;
  width: calc(100% - 30px - 35px);
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul li ul li a {
  padding: 16px 35px 16px 30px;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list {
  margin: 0;
  padding: 31px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list .logout.my-false {
  display: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list .login.my-true {
  display: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list li {
  width: 60px;
  text-align: center;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list li::before {
  display: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list li a {
  padding: 0;
  border: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list li a::before {
  display: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list li img {
  width: 26px;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.nav-icon-list li p {
  font-size: 10px;
  font-size: 1rem;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.sns-icon-list {
  margin: 40px auto 20px;
  width: 170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.sns-icon-list li {
  margin: 0 10px;
  width: calc((100% - 60px) / 3);
  text-align: center;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.sns-icon-list li a {
  padding: 0;
  border: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav ul.sns-icon-list li a::before {
  display: none;
}
header .header-contents .hamburger-menu .hamburger-menu-nav .mypage-btn {
  margin: 10px auto 20px;
  width: 85%;
  border: 1px solid #e4d1a7;
}
header .header-contents .hamburger-menu .hamburger-menu-nav .mypage-btn a {
  padding: 12px 0;
  text-align: center;
}
header .header-contents .hamburger-menu .hamburger-menu-nav .main-title {
  margin: 0 0 5px;
  padding: 12px 0 11px 20px;
  line-height: 20px;
  background-color: #f0f0f0;
}
header .header-contents .hamburger-menu .hamburger-menu-nav .main-title img {
  margin: 0 5px 0 0;
  width: 70px;
  display: inline-block;
  vertical-align: -1px;
}
header .header-contents .hamburger-menu .hamburger-menu-nav .small-title {
  margin: 15px 20px 0;
  padding: 0 0 10px;
  line-height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #d3d3d3;
}
header .header-contents .hamburger-menu .nav-backcolor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
header .header-contents .hamburger-menu .nav-backcolor span {
  position: absolute;
  top: 37px;
  left: 320px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
header .header-contents .hamburger-menu .nav-backcolor span:nth-of-type(1) {
  transform: rotate(-45deg);
}
header .header-contents .hamburger-menu .nav-backcolor span:nth-of-type(2) {
  transform: rotate(45deg);
}
header .header-contents #hamburger-menu-checkbox:checked ~ .hamburger-menu-nav {
  left: 0;
  z-index: 11;
}
header .header-contents #hamburger-menu-checkbox:checked ~ .nav-backcolor {
  opacity: 1;
  z-index: 10;
}
header .header-contents #hamburger-menu-checkbox:checked ~ .hamburger-menu-icon {
  opacity: 0;
}
header .header-contents .category-tops-checkbox:checked ~ .category-tops,
header .header-contents .category-bottoms-checkbox:checked ~ .category-bottoms,
header .header-contents .category-onepiece-checkbox:checked ~ .category-onepiece,
header .header-contents .category-coat-checkbox:checked ~ .category-coat,
header .header-contents .category-accessories-checkbox:checked ~ .category-accessories,
header .header-contents .category-limited-checkbox:checked ~ .category-limited {
  height: auto;
  opacity: 1;
  overflow: visible;
}
header .header-contents .category-tops-checkbox:checked ~ .category-tops-label::after,
header .header-contents .category-bottoms-checkbox:checked ~ .category-bottoms-label::after,
header .header-contents .category-onepiece-checkbox:checked ~ .category-onepiece-label::after,
header .header-contents .category-coat-checkbox:checked ~ .category-coat-label::after,
header .header-contents .category-accessories-checkbox:checked ~ .category-accessories-label::after,
header .header-contents .category-limited-checkbox:checked ~ .category-limited-label::after {
  transform: rotate(0);
}
header .header-contents .logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
}
header .header-contents .header-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header-contents .header-icon ul {
  display: flex;
  flex-wrap: wrap;
}
header .header-contents .header-icon ul li {
  margin: 0;
  width: 68px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
header .header-contents .header-icon ul li img {
  width: 23px;
}
header nav {
  margin: 15px 0 0;
  width: 100%;
  background-color: #f5eedd;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header nav ul li a {
  padding: 16px 16px 13px;
  font-size: 13px;
  font-size: 1.3rem;
}
header nav ul li form {
  position: relative;
}
header nav ul li form input[type=text] {
  padding: 7px 12px 5px;
  width: 217px;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #fff;
  border: none;
  border-radius: 20px;
}
header nav ul li form button {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

/*==============================================================
  footer
==============================================================*/
footer {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #f3f3f3;
}
footer .footer-info {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-info .footer-guide {
  margin: 0;
  padding: 70px 60px 86px 0;
  width: 60%;
  background-color: #f8f8f8;
}
footer .footer-info .footer-guide ul {
  margin: 0 0 -41px auto;
  width: 600px;
  max-height: 750px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .footer-info .footer-guide ul li {
  margin: 0 60px 41px 0;
  width: calc((100% - 60px) / 2);
}
footer .footer-info .footer-guide ul li:nth-of-type(2n) {
  margin: 0 0 41px;
}
footer .footer-info .footer-guide ul li:nth-of-type(2) {
  order: 1;
}
footer .footer-info .footer-guide ul li p.title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
footer .footer-info .footer-guide ul li p.title img {
  margin: 0 5px 0 0;
  width: 33px;
  vertical-align: -10px;
}
footer .footer-info .footer-guide ul li p.title + p {
  margin: 20px 0;
  line-height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
footer .footer-info .footer-guide ul li a {
  padding: 14px 0;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #e4d1a7;
  border-radius: 20px;
  display: block;
}
footer .footer-info .footer-support {
  position: relative;
  margin: 0;
  width: 40%;
  background-image: url(https://mercisaga.itembox.design/item/toppage/footer-support-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-info .footer-support > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-info .footer-support p,
footer .footer-info .footer-support ul {
  margin: 0 auto 0 0;
  width: 400px;
  text-align: center;
}
footer .footer-info .footer-support p.title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
footer .footer-info .footer-support ul {
  margin: 30px 0 20px;
}
footer .footer-info .footer-support ul li {
  margin: 0 0 10px;
}
footer .footer-info .footer-support ul li a {
  padding: 15px 0;
  width: 300px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 30px;
}
footer .footer-info .footer-support ul li a img {
  margin: 0 10px;
  width: 30px;
  vertical-align: -7px;
}
footer .footer-info .footer-support ul + p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
footer .footer-nav {
  margin: 60px auto 0;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-nav ul {
  margin: 0 0 -12px;
  width: 25%;
}
footer .footer-nav ul li {
  margin: 0 0 12px;
}
footer .footer-nav ul:nth-of-type(n + 2) li:nth-of-type(1) {
  margin: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
footer .footer-logo {
  margin: 97px auto 39px;
  width: 140px;
  text-align: center;
}
footer .footer-logo p {
  margin: 16px 0 0;
}
footer small {
  margin: 0 0 15px;
  width: 100%;
  text-align: center;
  display: block;
}
footer small a {
  display: inline;
}

/*==============================================================
  article
============================================================== */
article {
  margin: 0;
  width: 100%;
}

/*==============================================================
  section
==============================================================*/
section {
  margin: 0;
  width: 100%;
}

.section-contents {
  margin: 0 auto;
  width: 1000px;
}
.section-contents .link-button {
  margin: 0 auto;
  width: 400px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #3c3c3c;
  border-radius: 4px;
}
.section-contents .link-button a {
  padding: 18px 0 15px;
  color: #fff;
}
@media only screen and (min-width: 48em){
  a {
    transition: all 0.5s ease;
  }
  a img {
    transition: all 1s ease;
    backface-visibility: hidden;
  }
  a:hover, a:hover img {
    text-decoration: none;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 48.0625em){
  *,
  body,
  input,
  select,
  textarea,
  button {
    font-size: 10px;
    font-size: 1rem;
  }
  body,
  .fs-l-page {
    min-width: 100%;
  }
  header {
    margin: 4px 0 0;
  }
  header .header-contents {
    width: calc(100% - 30px);
    height: 52px;
  }
  header .header-contents .hamburger-menu .hamburger-menu-icon {
    width: 16.5px;
  }
  header .header-contents .hamburger-menu .hamburger-menu-icon p {
    display: none;
  }
  header .header-contents .hamburger-menu .hamburger-menu-nav {
    display: block;
  }
  header .header-contents .hamburger-menu .hamburger-menu-nav ul li::before {
    width: calc(100% - 20px - 20px);
  }
  header .header-contents .logo-image {
    width: 24%;
    min-width: 90px;
  }
  header .header-contents .header-icon ul li {
    margin: 0 0 0 14px;
    width: 21px;
  }
  header .header-contents .header-icon ul li:nth-last-of-type(1) {
    display: none;
  }
  header .header-contents .header-icon ul li p {
    display: none;
  }
  header nav {
    display: none;
  }
  footer {
    font-size: 11px;
    font-size: 1.1rem;
  }
  footer .footer-info {
    display: block;
  }
  footer .footer-info .footer-guide {
    padding: 42px 0 100px;
    width: 100%;
  }
  footer .footer-info .footer-guide ul {
    margin: 0 auto -40px;
    width: calc(100% - 32px);
    max-height: 100%;
    display: block;
  }
  footer .footer-info .footer-guide ul li {
    margin: 0 auto 40px;
    width: 100%;
  }
  footer .footer-info .footer-guide ul li:nth-of-type(2n) {
    margin: 0 auto 40px;
  }
  footer .footer-info .footer-guide ul li p.title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer .footer-info .footer-guide ul li a {
    margin: 10px auto 0;
    width: calc(100% - 115px);
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer .footer-info .footer-support {
    position: static;
    width: 100%;
  }
  footer .footer-info .footer-support > div {
    position: static;
    padding: 70px 0;
    transform: none;
  }
  footer .footer-info .footer-support p,
  footer .footer-info .footer-support ul {
    margin: 0 auto;
    width: calc(100% - 103px);
  }
  footer .footer-info .footer-support p.title {
    font-size: 20px;
    font-size: 2rem;
  }
  footer .footer-info .footer-support ul {
    margin: 30px auto 20px;
    width: 100%;
  }
  footer .footer-nav {
    width: 100%;
    display: block;
  }
  footer .footer-nav ul {
    margin: 0 auto 40px;
    width: calc(100% - 50px);
  }
  footer .footer-nav ul li {
    margin: 0 0 13px;
  }
  footer .footer-nav ul:nth-of-type(n + 2) li:nth-of-type(1) {
    margin: 0 0 16px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  footer .footer-logo {
    margin: 80px auto 13px;
    width: 96px;
  }
  footer .footer-logo p {
    margin: 15px 0 0;
  }
  .section-contents {
    width: 100%;
  }
  .section-contents .link-button {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .section-contents .link-button a {
    padding: 18px 0 14px;
  }
}