@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@200;500&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.over {
  opacity: 1;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .over:hover {
    opacity: 0.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 559px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 559px) {
  .sp {
    display: block;
  }
}

body {
  background: #fff;
  color: #434343;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0;
  text-align: left;
}
body img {
  width: 100%;
}

.bold {
  font-weight: 700;
}

.en {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}
.en-b {
  font-weight: 500;
}

header {
  z-index: 100;
}

.nav-trigger {
  z-index: 9999;
}

.nav-container {
  z-index: 9998;
}

#detail .keyvisual {
  z-index: -1;
}

header {
  align-items: center;
  display: flex;
  height: 80px;
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 559px) {
  header {
    height: 70px;
  }
}
header h1 {
  margin-left: 20px;
  width: 130px;
}
@media (max-width: 559px) {
  header h1 {
    margin-left: 15px;
    width: 130px;
  }
}
header h1 img {
  filter: brightness(0);
}

.nav-trigger {
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
@media (max-width: 559px) {
  .nav-trigger {
    height: 70px;
    width: 70px;
  }
}
.nav-trigger span {
  background: #434343;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: background 0.3s;
  width: 40px;
}
.nav-trigger span::before, .nav-trigger span::after {
  background: #434343;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.3s, transform 0.3s;
  width: 40px;
}
.nav-trigger span::before {
  transform: translateY(-12px);
}
.nav-trigger span::after {
  transform: translateY(12px);
}
.nav-trigger:hover {
  cursor: pointer;
}

.nav-open .nav-trigger span {
  background: transparent;
}
.nav-open .nav-trigger span::before {
  background: #fff;
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  background: #fff;
  transform: rotate(45deg);
}

.nav-container {
  background: #434343;
  color: #fff;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 0;
  position: fixed;
  right: -100%;
  text-align: center;
  top: 0;
  transition: right 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  width: 100%;
}
@media (max-width: 559px) {
  .nav-container {
    padding: 70px 0;
  }
}
.nav-container .wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.nav-container nav {
  display: table-cell;
  vertical-align: top;
}
.nav-container nav ul {
  font-size: 2rem;
  margin: 0 auto;
  width: 100%;
}
.nav-container nav ul li {
  line-height: 2;
}
.nav-container nav ul li ul {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.nav-container nav a {
  display: block;
}

.nav-open .nav-container {
  right: 0;
}

footer {
  background: #434343;
  color: #fff;
  line-height: 1;
  padding: 50px 0;
  width: 100%;
}
footer h2 {
  margin: 0 auto;
  width: 240px;
}
@media (max-width: 559px) {
  footer h2 {
    width: 64vw;
  }
}
footer nav {
  margin: 3em 0;
}
footer nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 559px) {
  footer nav ul {
    font-size: 3.2vw;
  }
}
footer nav ul li {
  margin: 0 1em;
}
@media (max-width: 559px) {
  footer nav ul li {
    margin: 0 0.5em;
  }
}
footer nav ul li ul {
  font-size: 0.875rem;
  margin: 1em 0;
}
@media (max-width: 559px) {
  footer nav ul li ul {
    font-size: 2.6666666667vw;
  }
}
footer nav ul li ul li {
  line-height: 2;
}
footer .footer__link {
  align-items: center;
  column-gap: 70px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 559px) {
  footer .footer__link {
    column-gap: 30px;
  }
}
footer .footer__link li {
  width: 170px;
}
@media (max-width: 559px) {
  footer .footer__link li {
    width: 120px;
  }
}
footer .footer__copy {
  text-align: center;
}
@media (max-width: 559px) {
  footer .footer__copy {
    font-size: 0.75rem;
  }
}

main {
  line-height: 1;
}

section > .wrap {
  margin: 0 auto;
  max-width: 1180px;
  padding-bottom: 180px;
  width: 94%;
}
@media (max-width: 559px) {
  section > .wrap {
    padding-bottom: 90px;
    width: 89.3333333333vw;
  }
}

a {
  display: block;
  text-decoration: none;
}

h2.title {
  font-size: 3.125rem;
  letter-spacing: normal;
  margin-bottom: 0.5em;
  margin-top: -80px;
  padding-top: 80px;
  text-align: center;
}

h3.title {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 559px) {
  h3.title {
    font-size: 4.2666666667vw;
  }
}

h4.read {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 22px;
  overflow: hidden;
}
@media (max-width: 559px) {
  h4.read {
    font-size: 0.75rem;
    -webkit-line-clamp: 3;
    line-height: 20px;
  }
}

h4.day {
  color: #e2e2e2;
  font-size: 0.875rem;
  margin: 0.5em 0;
}

h4.name {
  font-size: 0.875rem;
  margin: 0.5em 0;
}

@media (hover: none) {
  .touchGuard {
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    user-select: none;
  }
}

.btn {
  border: 3px solid #434343;
  border-radius: 33px;
  box-sizing: border-box;
  height: 66px;
  margin: 0 auto;
  width: 270px;
}
@media (max-width: 559px) {
  .btn {
    width: 72vw;
  }
}
.btn a {
  display: grid;
  font-size: 1.25rem;
  height: 100%;
  place-items: center;
  text-decoration: none;
  width: 100%;
}

.col4 {
  column-gap: 1.6949152542%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 559px) {
  .col4 {
    column-gap: 0;
    justify-content: space-between;
  }
}
.col4 li {
  margin-bottom: 60px;
  position: relative;
  width: 23.7288135593%;
}
@media (max-width: 559px) {
  .col4 li {
    margin-bottom: 40px;
    width: 48%;
  }
}
.col4 li a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about {
  background: url("../images/obj.svg") center center no-repeat;
  background-size: 700px auto;
  padding: 180px 0;
}
@media (max-width: 559px) {
  .about {
    background-size: 112vw auto;
    padding: 90px 0;
  }
}
.about__read {
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 559px) {
  .about__read {
    font-size: 0.875rem;
    margin: 0 auto;
    width: 89.3333333333vw;
  }
}
.about__read-sub {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  .about__read-sub {
    font-size: 0.6875rem;
  }
}

.product .tabs__menu {
  border: 3px solid #434343;
  border-radius: 32px;
  box-sizing: border-box;
  display: flex;
  height: 64px;
  margin: 0 auto 50px;
  position: relative;
  width: 540px;
}
@media (max-width: 559px) {
  .product .tabs__menu {
    border-radius: 20px;
    height: 40px;
    margin: 0 auto 30px;
    width: 100%;
  }
}
.product .tabs__item {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
  letter-spacing: normal;
  position: relative;
  width: 50%;
}
@media (max-width: 559px) {
  .product .tabs__item {
    font-size: 0.75rem;
  }
}
.product .tabs__item:hover {
  cursor: pointer;
}
.product .tabs .tabs__menu::before {
  background: #434343;
  border-radius: 29px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 50%;
}
@media (max-width: 559px) {
  .product .tabs .tabs__menu::before {
    border-radius: 17px;
  }
}
.product .tabs #tab1:checked ~ .tabs__menu #tabs__item1,
.product .tabs #tab2:checked ~ .tabs__menu #tabs__item2 {
  color: #fff;
}
.product .tabs #tab2:checked ~ .tabs__menu::before {
  left: 50%;
}
.product .tabs__cont {
  display: none;
  overflow: hidden;
}
.product .tabs__cont ul {
  animation-duration: 1s;
  animation-fill-mode: both;
  column-gap: 1.6949152542%;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
@media (max-width: 559px) {
  .product .tabs__cont ul {
    column-gap: 0;
    justify-content: space-between;
  }
}
.product .tabs__cont ul li {
  margin-bottom: 60px;
  position: relative;
  width: 32.2033898305%;
}
@media (max-width: 559px) {
  .product .tabs__cont ul li {
    margin-bottom: 20px;
    width: 48%;
  }
}
.product .tabs__cont ul li a {
  margin-top: 1em;
}
.product .tabs__cont ul li a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product .tabs__cont ul li img {
  width: 100%;
  height: auto;
}
@media (min-width: 560px) and (max-width: 959px) {
  .product .tabs__cont ul li img {
    height: 21.09375vw;
  }
}
@media (max-width: 559px) {
  .product .tabs__cont ul li img {
    height: 30.6666666667vw;
  }
}
.product .tabs__cont1 ul li {
  width: 49.1525423729%;
}
@media (max-width: 559px) {
  .product .tabs__cont1 ul li {
    width: 100%;
  }
}
.product .tabs__cont1 ul li img {
  height: 410px;
  object-fit: cover;
}
@media (min-width: 560px) and (max-width: 959px) {
  .product .tabs__cont1 ul li img {
    height: 32.03125vw;
  }
}
@media (max-width: 559px) {
  .product .tabs__cont1 ul li img {
    height: 61.3333333333vw;
  }
}
.product .tabs #tab1:checked ~ .tabs__cont1,
.product .tabs #tab2:checked ~ .tabs__cont2 {
  display: block;
}
.product .tabs #tab1:checked ~ .tabs__cont1 ul,
.product .tabs #tab2:checked ~ .tabs__cont2 ul {
  animation-delay: 0s;
  animation-name: fadeIn;
}
.product .tabs input[name=tabItem] {
  display: none;
}
.product__standard h2 {
  font-size: 2.3125rem;
  margin-bottom: 1em;
  text-align: center;
}
.product__standard ul {
  margin: 0 auto;
  width: 49.1525423729%;
}
@media (max-width: 559px) {
  .product__standard ul {
    width: 100%;
  }
}
.product__standard ul li {
  position: relative;
}
.product__standard ul li img {
  height: 410px;
  object-fit: cover;
}
@media (min-width: 560px) and (max-width: 959px) {
  .product__standard ul li img {
    height: 32.03125vw;
  }
}
@media (max-width: 559px) {
  .product__standard ul li img {
    height: 61.3333333333vw;
  }
}
.product__standard ul li a {
  margin-top: 1em;
}
.product__standard ul li a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slide {
  position: relative;
}
.slide a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: rgba(255, 255, 255, 0);
  margin: 0;
  outline: none;
  position: absolute;
  transform: translateY(-50%);
}
.swiper-button-next {
  background: url("../images/btn_next.svg") no-repeat;
  background-size: cover;
  height: 66px;
  width: 66px;
}
@media (min-width: 560px) and (max-width: 959px) {
  .swiper-button-next {
    height: 5.15625vw;
    width: 5.15625vw;
  }
}
@media (max-width: 559px) {
  .swiper-button-next {
    height: 44px;
    width: 44px;
  }
}
.swiper-button-prev {
  background: url("../images/btn_prev.svg") no-repeat;
  background-size: cover;
  height: 66px;
  width: 66px;
}
@media (min-width: 560px) and (max-width: 959px) {
  .swiper-button-prev {
    height: 5.15625vw;
    width: 5.15625vw;
  }
}
@media (max-width: 559px) {
  .swiper-button-prev {
    height: 44px;
    width: 44px;
  }
}

#home main,
#home header {
  background: #f8d891;
  transition: 1s;
}
#home main.change1,
#home header.change1 {
  background: #f8bc6d;
}
#home main.change2,
#home header.change2 {
  background: #d4c0a5;
}
#home main.change3,
#home header.change3 {
  background: #b69873;
}
#home main.change4,
#home header.change4 {
  background: #f4f3e8;
}
#home main {
  margin-top: 80px;
}
@media (max-width: 559px) {
  #home main {
    margin-top: 70px;
  }
}
#home .keyvisual .visual {
  overflow: hidden;
}
#home .keyvisual .visual img {
  transform: scale(1, 1);
  transition: all 1s;
}
@media (max-width: 559px) {
  #home .keyvisual .visual img {
    width: 100%;
  }
}
#home .keyvisual .visual:hover img {
  transform: scale(1.05, 1.05);
}
@media (max-width: 559px) {
  #home .look .wrap {
    width: 100%;
  }
}
#home .look .swiper-slide img {
  height: 500px;
  object-fit: cover;
}
@media (min-width: 560px) and (max-width: 959px) {
  #home .look .swiper-slide img {
    height: 39.0625vw;
  }
}
@media (max-width: 559px) {
  #home .look .swiper-slide img {
    height: 101.3333333333vw;
  }
}
#home .look .swiper-button-next, #home .look .swiper-button-prev {
  top: calc(50% - 2em);
}
#home .look .swiper-button-next {
  right: -33px;
}
@media (min-width: 560px) and (max-width: 959px) {
  #home .look .swiper-button-next {
    right: -2.578125vw;
  }
}
@media (max-width: 559px) {
  #home .look .swiper-button-next {
    right: 10px;
  }
}
#home .look .swiper-button-prev {
  left: -33px;
}
@media (min-width: 560px) and (max-width: 959px) {
  #home .look .swiper-button-prev {
    left: -2.578125vw;
  }
}
@media (max-width: 559px) {
  #home .look .swiper-button-prev {
    left: 10px;
  }
}
#home .article .ico {
  display: flex;
  margin-top: 1em;
}
#home .article .ico p {
  height: 18px;
  margin-right: 10px;
  width: 18px;
}
@media (max-width: 559px) {
  #home .article .ico p {
    height: 16px;
    width: 16px;
  }
}
#home .article .ico p.show {
  display: block;
}
#home .article .ico p.hide {
  display: none;
}
#home .article .ico__hiya-sara-cool {
  fill: #0191da;
}
#home .article .ico__dryluxe {
  fill: #da9fb0;
}
#home .article .ico__workluxe {
  fill: #416379;
}
#home .article .ico__smart-linen-touch {
  fill: #dbebc8;
}
#home .article .ico__koukinou-linen {
  fill: #fffbd0;
}
#home .article .ico__ultra-thermo {
  fill: #f8d891;
}
#home .article .ico__smoothluxe {
  fill: #d4c0a5;
}
#home .article .ico__standard {
  fill: #f4f3e8;
}
#home .snap .wrap {
  max-width: 100%;
  width: 100%;
}
#home .snap .slide {
  margin-bottom: 80px;
}
@media (max-width: 559px) {
  #home .snap .slide {
    margin-bottom: 40px;
  }
}
#home .snap .slide h3.title span {
  font-size: 0.6875rem;
}
#home .snap .slide h3.title span::before {
  content: "（";
}
#home .snap .slide h3.title span::after {
  content: "cm）";
}
#home .snap .slide a {
  margin-top: 1em;
}
#home .snap .slide a::before {
  background: url("../images/ico_ur.svg") no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
  width: 14px;
}
#home .snap .slide a span {
  border-bottom: 1px solid #434343;
  display: inline-block;
}
#home .snap .swiper-slide img {
  height: 29.6875vw;
  object-fit: cover;
}
@media (max-width: 559px) {
  #home .snap .swiper-slide img {
    height: 101.3333333333vw;
  }
}
#home .snap .swiper-button-next, #home .snap .swiper-button-prev {
  top: calc(50% - 3em);
}
#home .snap .swiper-button-next {
  right: 20px;
}
@media (min-width: 560px) and (max-width: 959px) {
  #home .snap .swiper-button-next {
    right: 1.5625vw;
  }
}
@media (max-width: 559px) {
  #home .snap .swiper-button-next {
    right: 10px;
  }
}
#home .snap .swiper-button-prev {
  left: 20px;
}
@media (min-width: 560px) and (max-width: 959px) {
  #home .snap .swiper-button-prev {
    left: 1.5625vw;
  }
}
@media (max-width: 559px) {
  #home .snap .swiper-button-prev {
    left: 10px;
  }
}
#home .info h2.title {
  font-size: 3.125rem;
}
#home .info dl {
  display: flex;
  margin: 0 auto;
  max-width: 720px;
  padding: 1em 0;
  position: relative;
  width: 80%;
}
@media (max-width: 559px) {
  #home .info dl {
    flex-direction: column;
    width: 100%;
  }
}
#home .info dl dt {
  line-height: 22px;
  width: 15%;
}
@media (max-width: 559px) {
  #home .info dl dt {
    margin-bottom: 0.5em;
    width: 100%;
  }
}
#home .info dl dd {
  width: 85%;
}
@media (max-width: 559px) {
  #home .info dl dd {
    width: 100%;
  }
}
#home .info dl dd p {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 559px) {
  #home .info dl dd p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: clip;
    white-space: normal;
  }
}
#home .info dl dd a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#detail .keyvisual {
  left: 0;
  position: fixed;
  top: 80px;
  width: 100%;
}
@media (max-width: 559px) {
  #detail .keyvisual {
    top: 70px;
  }
}
#detail.hiya-sara-cool header,
#detail.hiya-sara-cool .content {
  background: #b8daf2;
}
#detail.dryluxe header,
#detail.dryluxe .content {
  background: #e5c5ce;
}
#detail.workluxe header,
#detail.workluxe .content {
  background: #94a4ae;
}
#detail.smart-linen-touch header,
#detail.smart-linen-touch .content {
  background: #c2dca5;
}
#detail.koukinou-linen header,
#detail.koukinou-linen .content {
  background: #efeb85;
}
#detail.ultra_thermo header,
#detail.ultra_thermo .content {
  background: #f8d891;
}
#detail.smoothluxe header,
#detail.smoothluxe .content {
  background: #d4c0a5;
}
#detail.standard header,
#detail.standard .content {
  background: #f4f3e8;
}
#detail .content {
  margin-top: calc(46.875vw + 80px);
  padding-bottom: 100px;
}
@media (max-width: 559px) {
  #detail .content {
    margin-top: calc(133.3333333333vw + 70px);
    padding-bottom: 50px;
  }
}
#detail .about ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  max-width: 950px;
  width: 100%;
}
@media (max-width: 559px) {
  #detail .about ul {
    flex-direction: column;
    width: 89.3333333333vw;
  }
}
#detail .about ul li {
  width: 45.2631578947%;
}
@media (max-width: 559px) {
  #detail .about ul li {
    width: 100%;
  }
}
@media (max-width: 559px) {
  #detail .about ul li:nth-child(1) {
    margin-bottom: 50px;
    width: 74.6666666667vw;
  }
}
#detail .lineup .prod {
  font-size: 0.875rem;
  line-height: 20px;
  margin: 1em 0;
}
@media (max-width: 559px) {
  #detail .lineup .prod {
    font-size: 0.75rem;
  }
}
#detail .lineup .price {
  font-size: 1.5rem;
}
@media (max-width: 559px) {
  #detail .lineup .price {
    font-size: 1rem;
  }
}
#detail .lineup .price span::before {
  content: "¥";
}
#detail.standard .standard__ttl {
  font-size: 2.8125rem;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  #detail.standard .standard__ttl {
    font-size: 2.25rem;
  }
}
#detail.standard .standard__ttl span {
  font-size: 1.375rem;
  display: block;
  margin-top: 0.3em;
}
@media (max-width: 559px) {
  #detail.standard .standard__ttl span {
    font-size: 1.125rem;
  }
}
#detail.standard .standard__read {
  font-size: 1rem;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  width: 62.5vw;
}
@media (max-width: 559px) {
  #detail.standard .standard__read {
    font-size: 0.875rem;
    width: 89.3333333333vw;
  }
}

#notfound main {
  align-items: center;
  display: flex;
  height: 30vh;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 559px) {
  #notfound main {
    margin-top: 70px;
  }
}

.fadeIn {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.fadeIn.active {
  animation-delay: 0.2s;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.fadeInUp.active {
  animation-delay: 0.2s;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*# sourceMappingURL=style.css.map */
