@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  display: inline-block;
  border-style: none;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@-webkit-keyframes listHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes listHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes listShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes listShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes listHideSP {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes listHideSP {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes profileShowSP {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes profileShowSP {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes profileHide {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0) scale(0.9);
    transform: translate(-50%, 0) scale(0.9);
  }
}

@keyframes profileHide {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0) scale(0.9);
    transform: translate(-50%, 0) scale(0.9);
  }
}

@-webkit-keyframes variationTextShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes variationTextShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pre1Show {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}

@keyframes pre1Show {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}

@-webkit-keyframes pre1openingHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pre1openingHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

.font-size-dummy {
  font-size: 0.625rem;
  font-size: 0.75rem;
  font-size: 0.8125rem;
  font-size: 0.875rem;
  font-size: 1rem;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-size: 1.3125rem;
  font-size: 1.5rem;
  font-size: 1.75rem;
  font-size: 1.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
ul,
ol,
li,
dd,
small,
a {
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: 0.07em;
  word-break: normal;
  color: #4f4f4f;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

a:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

a[target="new"]:after,
a[target="_new"]:after,
a[target="_blank"]:after {
  font-family: "Hobonichi-Icons";
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  margin-left: 5px;
  content: "";
}

.hiddenString {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.items {
  position: relative;
  top: 83px;
  background-color: #d1d4d9;
}

.items__img {
  width: 100%;
  height: 356px;
  background-image: url("/store/towel/img_2023/allitems_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.none {
  padding: 50px 0 100px;
  text-align: center;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.popup__link {
  font-family: "Yu Gothic Pr6N M";
}

.popup.active {
  display: block;
  -webkit-animation: listShow 0.3s ease-out;
  animation: listShow 0.3s ease-out;
}

.popup__contents {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  margin: 0 auto;
}

.popup__contents img {
  width: 100%;
}

@media (max-width: 767px) {
  .items {
    position: relative;
    top: 65px;
    background-color: #d1d4d9;
  }
  .items__img {
    width: 100vw;
    height: 96vw;
    background-image: url("/store/towel/img_2023/allitems_img_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .none {
    padding: 13.33333333vw 0 26.66666667vw;
    text-align: center;
  }
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
  }
  .popup.active {
    display: block;
    -webkit-animation: listShow 0.3s ease-out;
    animation: listShow 0.3s ease-out;
  }
  .popup__link {
    font-family: "Yu Gothic Pr6N D";
  }
  .popup__contents {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
  }
  .popup__contents img {
    width: 100%;
  }
}

.container {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  padding-top: 60px;
}

.container h2 {
  font-size: 1.875rem;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.container h2 span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem;
}

.container__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.container__header a {
  font-size: 0.875rem;
}

.container__header a:before {
  content: "";
  background-image: url("/store/towel/img_2023/question.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
}

hr {
  width: 100%;
  max-width: 1130px;
  margin: 30px auto 86px;
  padding: 0;
  border: none;
  border-top: 1px solid #7b7b7b;
}

.link {
  display: block;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 134px;
  font-family: "Yu Gothic Pr6N M";
}

.link-items:before {
  content: "";
  background-image: url("/store/towel/img_2023/magni.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1130px;
}

.products li {
  margin: 0 35px 60px 0;
  padding: 0;
  list-style: none;
  width: calc((100% - 105px) / 4);
}

.products li:nth-of-type(4n) {
  margin-right: 0;
}

.products li a {
  display: block;
}

.products li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
}

.products li p span {
  font-family: "Yu Gothic Pr6N M";
  font-size: 1.125rem;
  line-height: 1.6;
}

.products li p span.size {
  font-size: 1rem;
  display: block;
}

.products li .value {
  margin: 10px 0 15px;
}

.products li .value__num {
  font-size: 1.3125rem;
  font-family: "Yu Gothic Pr6N D";
  letter-spacing: 0;
}

.products li .value .tax {
  font-size: 0.625rem;
}

.products li .more {
  display: block;
  background-color: #7ab3f5;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 10px 0;
  width: 100%;
  max-width: 192px;
  font-family: "Yu Gothic Pr6N M";
}

.search {
  border-top: 0.5px solid #7b7b7b;
  border-bottom: 0.5px solid #7b7b7b;
  padding: 20px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  margin-bottom: 90px;
}

.search label {
  font-family: "Yu Gothic Pr6N M";
}

.search label br {
  display: none !important;
}

.search input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search input[type="checkbox"]:after {
  content: "";
  display: block;
  margin-right: 22px;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  width: 15px;
  height: 15px;
}

.search input[type="checkbox"]:checked::after {
  background-color: #4f4f4f;
  background-image: url("/store/towel/img_2023/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.search__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 0.5px solid #7b7b7b;
  padding: 5px 0;
}

.search__items-last {
  border-right: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 2.3vw;
  margin-right: 2.3vw;
}

.search__item-first {
  margin-left: 0;
}

.search__item-last {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .container {
    width: 80.8vw;
    max-width: 100vw;
    margin: 0 auto;
    padding-top: 8vw;
  }
  .container h2 {
    font-size: 1.3125rem;
    margin-bottom: 5.8vw;
    font-family: "Inter", sans-serif;
  }
  .container h2 span {
    display: block;
    margin-left: -0.5em;
    font-size: 0.625rem;
    margin-top: 10px;
  }
  .container__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .container__header a {
    font-size: 0.625rem;
  }
  .container__header a:before {
    content: "";
    background-image: url("/store/towel/img_2023/question.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 19px;
    height: 19px;
    position: relative;
    top: -1px;
  }
  hr {
    width: 100%;
    max-width: 1130px;
    margin: 30px auto;
    padding: 0;
    border: none;
    border-top: 1px solid #7b7b7b;
  }
  .link {
    display: block;
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 45px;
    font-size: 1rem;
    font-family: "Yu Gothic Pr6N D";
  }
  .link-items:before {
    content: "";
    background-image: url("/store/towel/img_2023/magni.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1130px;
  }
  .products li {
    margin: 0 3.733333333vw 9.066666667vw 0;
    padding: 0;
    list-style: none;
    width: calc((100% - 3.733333333vw) / 2);
  }
  .products li:nth-of-type(2n) {
    margin-right: 0;
  }
  .products li a {
    display: block;
  }
  .products li img {
    width: 100%;
    display: block;
    margin-bottom: 4.266666667vw;
  }
  .products li p span {
    font-family: "Yu Gothic Pr6N D";
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .products li p span.size {
    display: block;
    font-size: 0.75rem;
  }
  .products li .value {
    margin: 2.666666667vw 0 1.866666667vw;
  }
  .products li .value__num {
    font-size: 0.875rem;
    font-family: "Yu Gothic Pr6N D";
    letter-spacing: 0;
  }
  .products li .value .tax {
    font-size: 0.625rem;
  }
  .products li .more {
    display: block;
    background-color: #7ab3f5;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 0;
    width: 95%;
    max-width: 100%;
    font-size: 0.75rem;
    margin: 0 auto;
  }
  .search {
    border-top: 0.5px solid #7b7b7b;
    border-bottom: 0.5px solid #7b7b7b;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 14.13333333vw;
  }
  .search label {
    font-family: "Yu Gothic Pr6N D";
    font-size: 0.875rem;
  }
  .search label br {
    display: block !important;
  }
  .search input[type="checkbox"] {
    margin: 0 10px 0 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .search input[type="checkbox"]:after {
    content: "";
    display: block;
    margin-right: 0;
    border: 1px solid #7b7b7b;
    border-radius: 2px;
    width: 13px;
    height: 13px;
  }
  .search input[type="checkbox"]:checked::after {
    background-color: #4f4f4f;
  }
  .search__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-right: none;
    border-bottom: 0.5px solid #7b7b7b;
    padding: 5.3vw 0;
  }
  .search__items-last {
    border-right: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search__items-last .search__item {
    margin-bottom: 10px;
  }
  .search__item {
    width: 26vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .search__item-first {
    width: 100%;
    margin-left: 0;
  }
}

.header {
  width: 100%;
  height: 83px;
  background-color: #fff;
  display: block;
  position: fixed;
  left: 0;
  top: -83px;
  z-index: 100;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.header.active {
  top: 0;
}

.logo {
  margin: 24px 0 0 24px;
  padding: 0;
  line-height: 1;
}

.logo img {
  display: block;
}

.menubtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 83px;
  height: 83px;
  background-color: #fff;
}

.menubtn:hover {
  -webkit-filter: none;
  filter: none;
}

.menubtn span {
  width: 36px;
  height: 1px;
  background-color: #4f4f4f;
  display: block;
  position: absolute;
  left: 50%;
  top: 28px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menubtn span:nth-child(1) {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.menubtn span:nth-child(2) {
  -webkit-transform: translate(-50%, 14px);
  transform: translate(-50%, 14px);
}

.menubtn span:nth-child(3) {
  -webkit-transform: translate(-50%, 28px);
  transform: translate(-50%, 28px);
}

.menubtn.active span:nth-child(1) {
  -webkit-transform: translate(-50%, 14px) rotate(45deg);
  transform: translate(-50%, 14px) rotate(45deg);
}

.menubtn.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-40%, 14px);
  transform: translate(-40%, 14px);
}

.menubtn.active span:nth-child(3) {
  -webkit-transform: translate(-50%, 14px) rotate(-45deg);
  transform: translate(-50%, 14px) rotate(-45deg);
}

.footer {
  background-color: #697479;
  background-position: center center;
}

.footer li,
.footer a,
.footer small,
.footer span,
.footer p {
  color: #fff;
  font-family: "Yu Gothic Pr6N M";
}

.footer__contents {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  padding: 8.33vw 0 5.55vw;
}

.footer__contents__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.footer__contents__container .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
}

.footer__contents__container .share li {
  margin-right: 25px;
}

.footer__contents__container .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__contents__container .links li {
  line-height: 1.5;
}

.footer__contents__container .links li:after {
  content: "／";
}

.footer__contents__container .links li:last-child:after {
  content: none;
}

.footer .rules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .rules li {
  line-height: 1.5;
}

.footer .rules li:after {
  content: "｜";
}

.footer .rules li:last-child:after {
  content: none;
}

.footer small {
  display: block;
  font-size: 0.75rem;
}

.list {
  display: none;
  position: fixed;
  top: 83px;
  right: 0;
  z-index: 101;
}

.list.active {
  display: block;
  -webkit-animation: listShow 0.5s ease-out;
  animation: listShow 0.5s ease-out;
}

.list.hide {
  -webkit-animation: listHide 0.5s ease-out;
  animation: listHide 0.5s ease-out;
}

.list__close {
  position: absolute;
  right: 2.6vw;
  top: 2vw;
}

.list__global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0;
  background-color: #fff;
}

.list__global li {
  display: block;
}

.list__global li a {
  display: block;
  background-color: #fff;
  padding: 8px 15px;
  font-family: "Yu Gothic Pr6N M";
}

.list__global li a:before {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}

.list__global li.list__global__cart a:before {
  background-image: url("/store/towel/img_2023/icon_cart.png");
}

.list__global li.list__global__account a:before {
  background-image: url("/store/towel/img_2023/icon_account.png");
}

.list__global li.list__global__help a:before {
  background-image: url("/store/towel/img_2023/icon_help.png");
}

.list__global li.list__global__store a:before {
  background-image: url("/store/towel/img_2023/icon_store.png");
}

.list__global li.list__global__totop a:before {
  background-image: url("/store/towel/img_2023/icon_totop.png");
}

.list__global li.list__global__contact a:before {
  background-image: url("/store/towel/img_2023/icon_contact.png");
}

.saleinfo {
  background-image: url("/store/towel/img_2023/footer_bg.jpg");
  background-position: center center;
  background-size: cover;
}

.saleinfo__contents {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 5.5vw 0 9vw;
}

.saleinfo__contents h2,
.saleinfo__contents p,
.saleinfo__contents dt,
.saleinfo__contents dd {
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Yu Gothic Pr6N M";
}

.saleinfo__contents h2 {
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 524px;
  padding: 0 0 5px;
  margin-top: 3.47vw;
  margin-bottom: 30px;
}

.saleinfo__contents dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 524px;
}

.saleinfo__contents dl dt {
  width: 40%;
  text-align: left;
}

.saleinfo__contents dl dd {
  width: calc(60% - 2em);
  text-align: left;
}

.saleinfo__contents dl dd:before {
  content: "｜";
  margin-right: 2em;
}

@media (max-width: 767px) {
  .header {
    width: 100%;
    background-color: #fff;
    display: block;
    position: fixed;
    height: 65px;
    left: 0;
    top: -65px;
    z-index: 100;
    -webkit-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
  }
  .header.active {
    top: 0;
  }
  .logo {
    margin: 22px 0 0 17px;
    padding: 0;
    line-height: 1;
    width: 48.26666667vw;
    max-width: 181px;
    height: 5.333333333vw;
    max-height: 21px;
  }
  .logo a {
    display: block;
  }
  .logo a img {
    width: 100%;
    height: auto;
  }
  .menubtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 65px;
    height: 65px;
    background-color: #fff;
  }
  .menubtn:hover {
    -webkit-filter: none;
    filter: none;
  }
  .menubtn span {
    width: 36px;
    height: 1px;
    background-color: #4f4f4f;
    display: block;
    position: absolute;
    left: 50%;
    top: 19px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menubtn span:nth-child(1) {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .menubtn span:nth-child(2) {
    -webkit-transform: translate(-50%, 14px);
    transform: translate(-50%, 14px);
  }
  .menubtn span:nth-child(3) {
    -webkit-transform: translate(-50%, 28px);
    transform: translate(-50%, 28px);
  }
  .menubtn.active span:nth-child(1) {
    -webkit-transform: translate(-50%, 14px) rotate(45deg);
    transform: translate(-50%, 14px) rotate(45deg);
  }
  .menubtn.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(-40%, 14px);
    transform: translate(-40%, 14px);
  }
  .menubtn.active span:nth-child(3) {
    -webkit-transform: translate(-50%, 14px) rotate(-45deg);
    transform: translate(-50%, 14px) rotate(-45deg);
  }
  .footer {
    background-color: #697479;
    background-position: center center;
  }
  .footer li,
  .footer a,
  .footer small,
  .footer span,
  .footer p {
    color: #fff;
  }
  .footer__contents {
    width: 80.8vw;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30vw 0 20vw;
  }
  .footer__contents__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px;
  }
  .footer__contents__container .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer__contents__container .share li {
    margin-right: 25px;
    font-size: 0.875rem;
  }
  .footer__contents__container .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__contents__container .links li {
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .footer__contents__container .links li:after {
    content: none;
  }
  .footer__contents__container .links li:last-child:after {
    content: none;
  }
  .footer .rules {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .rules li {
    line-height: 1.5;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 10px;
  }
  .footer .rules li a {
    display: block;
    text-align: left;
  }
  .footer .rules li:after {
    content: none;
  }
  .footer .rules li:last-child:after {
    content: none;
  }
  .footer small {
    display: block;
    font-size: 0.75rem;
  }
  .list {
    display: none;
    position: fixed;
    top: 65px;
    right: 0;
    z-index: 101;
  }
  .list.active {
    display: block;
    -webkit-animation: listShow 0.5s ease-out;
    animation: listShow 0.5s ease-out;
  }
  .list.hide {
    -webkit-animation: listHide 0.5s ease-out;
    animation: listHide 0.5s ease-out;
  }
  .list__close {
    position: absolute;
    right: 2.6vw;
    top: 2vw;
  }
  .list__global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0;
    background-color: #fff;
  }
  .list__global li {
    display: block;
  }
  .list__global li a {
    display: block;
    background-color: #fff;
    padding: 4px 10px;
    font-family: "Yu Gothic Pr6N D";
    font-size: 0.875rem;
  }
  .list__global li a:before {
    content: "";
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
  }
  .list__global li.list__global__cart a:before {
    background-image: url("/store/towel/img_2023/icon_cart.png");
  }
  .list__global li.list__global__account a:before {
    background-image: url("/store/towel/img_2023/icon_account.png");
  }
  .list__global li.list__global__help a:before {
    background-image: url("/store/towel/img_2023/icon_help.png");
  }
  .list__global li.list__global__store a:before {
    background-image: url("/store/towel/img_2023/icon_store.png");
  }
  .list__global li.list__global__totop a:before {
    background-image: url("/store/towel/img_2023/icon_totop.png");
  }
  .list__global li.list__global__contact a:before {
    background-image: url("/store/towel/img_2023/icon_contact.png");
  }
  .saleinfo {
    background-image: url("/store/towel/img_2023/footer_bg_sp.jpg");
    background-position: center center;
    background-size: cover;
  }
  .saleinfo__contents {
    width: 80.8vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.5vw 0 9vw;
  }
  .saleinfo__contents h2,
  .saleinfo__contents p,
  .saleinfo__contents dt,
  .saleinfo__contents dd {
    color: #fff;
    line-height: 1.5;
    font-size: 0.8125rem;
    font-family: "Yu Gothic Pr6N D";
  }
  .saleinfo__contents h2 {
    border-bottom: 1px solid #fff;
    width: 100%;
    max-width: 524px;
    padding: 0 0 5px;
    margin-top: 3.47vw;
    margin-bottom: 30px;
  }
  .saleinfo__contents dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .saleinfo__contents dl dt {
    width: 55%;
    text-align: left;
  }
  .saleinfo__contents dl dd {
    width: 45%;
    text-align: left;
  }
  .saleinfo__contents dl dd:before {
    content: "｜";
  }
}
