<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------
  Import
---------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');

/*---------------------------------------------
  Reset
---------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
ul,ol,li,dl,dt,dd {
  list-style: none;
}
small {
  font-size: 80%;
}
b,strong {
  font-weight: bolder;
}
img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------
  Common
---------------------------------------------*/
html {
  font-size: 62.5%;
}
body{
  color: #111;
  font-size: 1.4rem;
  font-family: '掴汤墨', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ汤墨 ProN W3', 'Hiragino Mincho ProN', 'HG汤墨E', 'ＭＳ Ｐ汤墨', 'ＭＳ 汤墨', serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
a {
  color: #111;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}
input {
  font-family: '掴汤墨', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ汤墨 ProN W3', 'Hiragino Mincho ProN', 'HG汤墨E', 'ＭＳ Ｐ汤墨', 'ＭＳ 汤墨', serif;
}
.wrap {
  position: relative;
}

/* header ------------------------- */
.header {
  position: relative;
}
.header__inner {
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  width: 100%;
  padding-bottom: 20px;
}
.header__desc {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.0rem;
  padding: 20px;
}
.header__logo {
  max-width: 240px;
  padding: 20px 0;
  margin: 0 auto;
}
.gnav {
  text-align: center;
}
.gnav li {
  display: inline-block;
  height: 30px;
}
.gnav li a {
  display: block;
  padding: 10px 0;
}
.gnav li a:hover {
  opacity: 1;
}
.gnav li:nth-of-type(1) a {
  width: 90px;
}
.gnav li:nth-of-type(2) a {
  width: 150px;
}
.gnav li:nth-of-type(3) a {
  width: 100px;
}
.gnav li:nth-of-type(4) a {
  width: 110px;
}
.gnav li:nth-of-type(5) a {
  width: 120px;
}
.gnav li:nth-of-type(6) a {
  width: 140px;
}
.gnav li:nth-of-type(7) a {
  width: 150px;
}
.gnav li:nth-of-type(8) a {
  width: 130px;
}
.gnav li:nth-of-type(9) a {
  width: 80px;
}
.gnav li:nth-of-type(10) a {
  width: 70px;
}
.gnav li a &gt; span:first-of-type {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.gnav li a &gt; span:nth-of-type(2),
.gnav li a:hover &gt; span:first-of-type {
  display: none;
}
.gnav li a:hover &gt; span:nth-of-type(2) {
  display: inline;
}
.subnav {
  position: absolute;
  right: 0;
  top: 0;
}
.subnav::after {
  content: '';
  display: block;
  clear: both;
}
.subnav li {
  float: left;
  font-size: 1.2rem;
}
.subnav li a {
  display: block;
  padding: 18px 10px;
}
.subnav li.favorite a {
  padding-right: 20px;
}
.subnav li.cart {
  position: relative;
}
.subnav li.cart a {
  background-color: #333;
  padding: 18px 16px;
}
.subnav li.cart a.incart {
  padding: 12px 16px 24px;
}
.subnav li.cart span {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 10%;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  width: 90%;
}
.subnav img {
  vertical-align: middle;
  width: 20px;
}
.subnav li.search img {
  width: 18px;
}
.fixed .header__inner {
  position: fixed;
  padding: 0;
}
.fixed .header__desc,
.fixed .subnav {
  display: none;
}
.fixed .header__logo {
  float: left;
  width: 240px;
  padding: 16px 20px;
  margin: 0;
}
.fixed .gnav {
  position: static;
  float: left;
  padding-top: 14px;
}

/* main ------------------------- */
.breadcrumb {
  padding: 10px;
}
.breadcrumb ul {
  max-width: 1080px;
  margin: 0 auto;
}
.breadcrumb ul li {
  display: inline-block;
  color: #bbb;
  font-size: 1.0rem;
}
.breadcrumb ul li::before {
  content: '/';
  margin: 0 8px 0 4px;
}
.breadcrumb ul li:first-of-type::before {
  content: none;
  margin: 0;
}
.breadcrumb ul li a {
  color: #333;
}
.section {
  padding: 80px 0;
}
.section a {
  color: #00c8c8;
}
.section__title {
  text-align: center;
  margin-bottom: 40px;
}
.section__title strong {
  display: block;
  font-size: 3.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4rem;
}
.section__title small {
  font-size: 1.4rem;
}
.section__inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}
.section__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section__flex__item {
  width: 18%;
}
.t-center {
  text-align: center;
}

/* parts ------------------------- */
.item-box {
  display: block;
}
.item-box__image {
  position: relative;
  text-align: center;
  background-color: #fff;
}
.item-box__text {
  color: #000;
  text-align: left;
  line-height: 1.5;
  padding: 14px 0;
}
.item-box__desc {
  color: #000;
  font-size: 1.2rem;
  margin-top: 5px;
}
.item-box__price {
  color: #999;
  margin-top: 5px;
}
.item-box__price::after {
  /*content: '+tax';*/
  display: inline;
  color: #999;
  margin-left: 6px;
}
.button-area {
  padding: 0 20px;
  margin: 20px 0;
}
.button,
a.button {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3rem;
  background-color: #00c8c8;
  border-radius: 2px;
  max-width: 240px;
  padding: 16px 0;
  margin: 0 auto;
}
.inline-link {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.inline-link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #00c8c8 transparent transparent transparent;
  width: 1px;
  height: 1px;
}

.tab-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
  margin-bottom: 40px;
}
.tab-select li {
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #bbb;
  width: 25%;
  padding: 10px 0;
}
.tab-select li:first-of-type {
  border-left: 0;
}
.tab-select li.active {
  color: #fff;
  background-color: #111;
}
.tab-content &gt; .tab-content__inner {
  display: none;
}
.tab-content .tab-content__inner.active {
  display: block;
}

.pager {
  text-align: center;
  margin: 20px 0;
}
.pager span,
.pager a {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 2px;
}
.pager a {
  color: #fff;
  background-color: #000;
}

.color-red {
  color: #c00;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.sp-inline {
  display: none;
}


/* footer ------------------------- */
.footer {
  color: #fff;
  background-color: #000;
  padding: 75px 0 30px;
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.footer__flex {
  display: flex;
  flex-wrap: wrap;
}
.footer__logo {
  width: 34%;
}
.footer__logo img {
  max-width: 240px;
}
.footer_nav {
  width: 22%;
}
.footer_nav li {
  padding-top: 5px;
}
.footer_nav a {
  color: #fff;
}
.footer_nav img {
  vertical-align: middle;
  width: 20px;
  margin-right: 8px;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 70px;
}


/*---------------------------------------------
  Free Page
---------------------------------------------*/

/* NewItem ------------------------- */
.sec__newitem .section__flex {
  justify-content: start;
}
.sec__newitem .section__flex__item {
  margin-right: 2%;
}

/* Guide ------------------------- */
.sec__guide .section__title {

}
.sec__guide .section__inner {
  position: relative;
}
.sec__guide .section__body {
  width: 70%;
  margin-left: 30%;
}
.sec__guide .section__body .guide__body {
  padding-top: 80px;
}
.sec__guide .section__body &gt; .guide__body:first-child {
  padding-top: 0;
}
.sec__guide .section__body .guide__body h2 {
  color: #fff;
  background-color: #222;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.sec__guide .section__body .guide__body h3 {
  font-weight: bold;
  margin: 20px 0 10px;
}
.sec__guide .section__body .guide__body p {
  margin: 10px 0;
}
.sec__guide .section__body .guide__body a {
  color: #00c8c8;
}
.sec__guide .section__body .guide__body .box {
  background-color: #fbfaeb;
  padding: 1px 30px 20px;
  margin-top: 30px;
}
.sec__guide .section__body .guide__body .box h4 {
  color: #c1901c;
  font-weight: 600;
}
.sec__guide .section__menu {
  position: absolute;
  top: 0;
  left: 20px;
  width: 25%;
}

/* Company ------------------------- */
.sec__company .section__inner {
  max-width: 960px;
}
.sec__company table {
  border-collapse: collapse;
  border-top: 1px solid #eee;
  width: 100%;
}
.sec__company table th,
.sec__company table td {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.sec__company table th {
  width: 25%;
}

/* Shop ------------------------- */
.sec__shop h2 {
  color: #fff;
  background-color: #222;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.sec__shop table {
  border-collapse: collapse;
  width: 100%;
}
.sec__shop table td {
  font-weight: normal;
  text-align: left;
  width: 33.3%;
  padding: 10px;
}
.sec__shop table tr:fist-of-type td {
  width: 100%;
}

/* News ------------------------- */
.sec__news .section__title {
  margin-bottom: 60px;
}
.sec__news .news-box {
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-bottom: 50px;
}
.sec__news .section__news .news-box:first-child {
  border-top: 0;
  padding-top: 0;
}
.sec__news .news-box &gt; a {
  display: flex;
  justify-content: space-between;
  color: #000;
}
.sec__news .news-box__image {
  width: 30%;
}
.sec__news .news-box__text {
  width: 65%;
}
.sec__news .news-box__date {
  color: #999;
}
.sec__news .news-box__title {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 10px 0 20px;
}
.sec__news__detail .section__title {
  font-family: '掴汤墨', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ汤墨 ProN W3', 'Hiragino Mincho ProN', 'HG汤墨E', 'ＭＳ Ｐ汤墨', 'ＭＳ 汤墨', serif;
}
.sec__news__detail .news-box__image {
  text-align: center;
  margin-bottom: 20px;
}
.sec__news__detail .news-box__image &gt; p {
  margin-top: 10px;
}
.sec__news__detail .news-box__text {
  margin-bottom: 20px;
}
.sec__news__detail .news-box__text h2 {
  margin-bottom: 60px;
}
.sec__news__detail .box__grid.grid[data-col="2"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.sec__news__detail .box__grid__image p {
  text-align: center;
}
.sec__news__detail .box__grid__image img + p {
  margin-top: 10px;
}
.sec__news__detail .news-box__text p {
  margin-bottom: 20px; 
}
.sec__news__detail .news-box__text p + .news-box__image {
  margin-top: 30px; 
}
.spaced .section__inner {
  width: 70%;
  margin: 0 auto;
}
.spaced .news-box__text {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 60px;
}
.spaced .news-box__text h2, .spaced .news-box__text p {
  margin-left: 0;
  margin-right: 0;
}
.sec__news__detail .towel-desc {
  margin-top: 60px;
  margin-bottom: 40px;
}
.sec__news__detail .box__grid__text {
  padding-top: 20px;
}
.sec__news__detail .box__grid__text h3 {
  font-size: 1.4rem;
}
.sec__news__detail .box__grid__text p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.sec__news__detail .dotted-line {
  border-top: 1px dotted #ccc;
  margin: 15px 0;
}
.sec__news__detail .mt60{
  margin-top: 60px;
}

/* Ecotex ------------------------- */
.sec__ecotex {
  max-width: 770px;
  padding-top: 0;
  margin: 0 auto;
}
.sec__ecotex .section__title {
  margin-bottom: 20px;
}
.sec__ecotex .section__title img {
  width: 100%;
  height: auto;
}
.sec__ecotex .section__inner {
  padding: 0;
}
.sec__ecotex h2 {
  text-align: center;
  padding: 80px 0;
  margin: 50px 0 20px;
}
.sec__ecotex h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 8px 30px;
}
.sec__ecotex h2.h2_1 {
  background: url(https://abysshabidecor-img.online/pages/ecot/2.png) no-repeat center;
  background-size: cover;
}
.sec__ecotex h2.h2_2 {
  background: url(https://abysshabidecor-img.online/pages/ecot/5.png) no-repeat center;
  background-size: cover;
}
.sec__ecotex p.text {
  margin: 0 0 30px;
}
.sec__ecotex p.cimg {
  text-align: center;
  margin: 0 0 30px;
}
.sec__ecotex ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sec__ecotex ul li {
  width: 70%;
}
.sec__ecotex ul li:first-child {
  width: 25%;
}
</pre></body></html>