<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,button,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{width:100%;height:100%;}ul,ol{list-style:none;}blockquote,q{quotes:none;}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;outline:0;}table{border-collapse:collapse;border-spacing:0;}th{text-align:left;font-weight:normal;}form,input,select,option,textarea,label{margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:0;outline:0;}em{font-style:normal;}


.mg-0{margin:0;}.mgt-0{margin-top:0 !important;}.mgt-s{margin-top:30px !important;}.mgt-m{margin-top:60px !important;}.mgt-l{margin-top:100px !important;}.mgb-0{margin-bottom:0 !important;}.mgb-s{margin-bottom:30px !important;}.mgb-m{margin-bottom:60px !important;}.mgb-l{margin-bottom:100px !important;}.pd-0{padding:0;}.pdt-0{padding-top:0 !important;}.pdt-s{padding-top:30px !important;}.pdt-m{padding-top:60px !important;}.pdt-l{padding-top:100px !important;}.pdb-0{padding-bottom:0 !important;}.pdb-s{padding-bottom:30px !important;}.pdb-m{padding-bottom:60px !important;}.pdb-l{padding-bottom:100px !important;}


/* ----- */

* { box-sizing: border-box; }
html { font-size: 62.5%; }
body {
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: .05rem;
  line-height: 2.6rem;
  text-size-adjust: none;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
}
a {
  color: #1886ca;
  text-decoration-skip-ink: none;
  text-decoration: none;
  word-break: break-all;
  transition: .2s;
}
img { width: 100%; height: auto; }


@media screen and (max-width: 800px) {
  .mgt-s{margin-top:15px !important;}.mgt-m{margin-top:30px !important;}.mgt-l{margin-top:60px !important;}.mgb-s{margin-bottom:15px !important;}.mgb-m{margin-bottom:30px !important;}.mgb-l{margin-bottom:60px !important;}.pdt-s{padding-top:15px !important;}.pdt-m{padding-top:30px !important;}.pdt-l{padding-top:60px !important;}.pdb-s{padding-bottom:15px !important;}.pdb-m{padding-bottom:30px !important;}.pdb-l{padding-bottom:60px !important;}

  body { font-size: 1.3rem; letter-spacing: 0; line-height: 2.3rem; }
  a:hover { text-decoration: none !important; }
}


/* ----- */

#wrapper {
  width: 100%;
  position: relative;
}
.inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.pc-only { display: block; }
.sp-only { display: none; }

.button a {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  background: #373739;
  border-radius: 6px;
  color: #fff;
  line-height: 1.4rem;
  text-align: center;
}
.button a:hover { background-color: #000; }

.a-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  z-index: 200;
}
.flex { display: flex; justify-content: space-between; }
.roboto { font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0; }
.txt { text-align: justify; text-justify: inter-character; }
.note { font-size: 1.2rem; color: #999; line-height: 2rem; }
.center { text-align: center; }

.slick-dots {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 1rem;
  background: #e0e0e0;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li.slick-active { background-color: #8c7459; }
.slick-dots li button::before {
  display: none!important;
}

@media screen and (max-width: 800px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
  .button a { line-height: 1.3rem; }
  .button a:hover { background-color: #373739; color: #fff; }
  .note { font-size: 1.1rem; color: #999; line-height: 1.8rem; }
}



/* footer
------------------------------ */
footer {
  width: 100%;
  padding: 60px 0 40px;
  background: #373739;
}
.f__logo {
  width: 180px;
  margin: 0 auto 30px;
}
.f__lead {
  margin-bottom: 80px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
}
.copyright {
  font-size: 1.2rem;
  font-weight: 300;
  color: #999;
  line-height: 1.2rem;
  text-align: center;
}
.pagetop {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  background: #373739 url(../../../img/cp/danish_sofa/ico_pagetop.png) center no-repeat;
  background-size: 16px 16px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 0;
  line-height: 0;
}
.pagetop a:hover { background-color: #595b5e; }


@media screen and (max-width: 800px) {
  footer { padding: 50px 8% 30px; }
  footer .pc-only { display: block; }
  .f__logo { width: 160px; }
  .f__lead { margin-bottom: 60px; }
  .pagetop { width: 36px; height: 36px; }
  .pagetop a:hover { background-color: #373739; }
}


@media screen and (max-width: 640px) {
  footer { padding-top: 40px; }
  footer .pc-only { display: none; }
  .f__logo { width: 34%; }
  .f__lead { margin-bottom: 50px; font-size: 1.1rem; line-height: 1.9rem; text-align: justify; text-justify: inter-character; }
}



/* cv
------------------------------ */
.cv { width: 100%; background: #8c7459; }
.cv dt { width: 50%; }
.cv dt img { height: 100%; object-fit: cover; }
.cv dd {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv__inner {
  width: 80%;
  padding: 50px 5%;
  color: #fff;
}
.cv h2 {
  margin-bottom: 3vw;
  font-size: 3.6vw;
  line-height: 2.4vw;
}
.cv h2 span { font-weight: 400; }
.cv h2 em { font-size: 1.2vw; line-height: 1.2vw; }
.cv .txt { margin-bottom: 2.6vw; }
.cv .flex {
    flex-wrap: wrap;
}
.cv .flex .button:not(:nth-child(-n+2)) {
    margin-top: 4%;
}
.cv .button {
  width: 48%;
  padding: 20px 1rem;
  display: inline-block;
  background: #373739;
  border-radius: 6px;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
.cv .button:hover { background-color: #fff; color: #000; }


@media screen and (max-width: 1200px) {
  .cv__inner { width: 90%; }
}


@media screen and (max-width: 800px) {
  .cv h2 { margin-bottom: 30px; font-size: 3.2rem; line-height: 2.6rem; }
  .cv h2 em { font-size: 1.2rem; line-height: 1.2rem; }
  .cv .txt { margin-bottom: 30px; font-size: 1.2rem; line-height: 2.2rem }
  .cv .button { font-size: 1.2rem; line-height: 2.2rem; }

}


@media screen and (max-width: 640px) {
  .cv dl.flex { display: block; }
  .cv dt, .cv dd { width: 100%; }
  .cv__inner { width: 90%; padding: 30px 0; }
  .cv .button { padding: 15px 1rem; }
  .cv .button:hover { background-color: #373739; color: #fff; }
}



/* present
------------------------------ */
.present__bnr {
  width: 80%;
  margin: 0 auto;
}
.present h2 {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: .2s;
}
.present h2:hover { opacity: .7; }

.present__bnr-container {
  width: 100%;
  display: none;
  background: #f8f7f5;
}
.present__bnr-container.js-open { display: block; }
.present__bnr-container .inner {
  width: 100%;
  padding: 1% 2%;
}
.present__bnr-close {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
.present__bnr-close::before,
.present__bnr-close::after {
  content: '';
  width: 10px;
  height: 1px;
  position: absolute;
  top: 19px;
  background: #333;
  z-index: 10;
}
.present__bnr-close::before { left: 11.5px; transform: rotate(-45deg); }
.present__bnr-close::after  { right: 11.5px; transform: rotate(45deg); }
.present__bnr-close a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.present__bnr-inner {
  margin-bottom: 1%;
  padding: 5%;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}
.present__bnr-block { width: 50%; }
.present__bnr-block figure { padding-right: 10%; }
.present__bnr-name { margin-bottom: 30px; font-weight: bold; }
.present__bnr-name h3 { font-size: 4rem; font-weight: 700; line-height: 5rem; }
.present__bnr-name h3 em { margin-left: 1rem; font-weight: 300; }
.present__bnr-inner h4 { margin-bottom: 10px; font-size: 1.8rem; line-height: 2.8rem; }


@media screen and (max-width: 1200px) {
  .present__bnr { width: 90%; }
}


@media screen and (max-width: 800px) {
  .present__bnr { width: 60%; }
  .present h2:hover { opacity: 1; }
  .present__bnr-inner { display: block; font-size: 1.2rem; line-height: 2.2rem; }
  .present__bnr-block { width: 100%; }
  .present__bnr-block figure { padding: 0 8% 20px; }
  .present__bnr-name { margin-bottom: 20px; }
  .present__bnr-name h3 { font-size: 3rem; line-height: 3.8rem; }
  .present__bnr-inner h4 { margin-bottom: 5px; font-size: 1.4rem; line-height: 2.4rem; }
}


@media screen and (max-width: 640px) {
  .present__bnr { width: 90%; }
}



/* main
------------------------------ */
.sec__title {
  margin-bottom: 80px;
  padding-top: 85px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #8c7459;
  line-height: 3.6rem;
  text-align: center;
}
.sec__title.roboto {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 4.2rem;
}
.sec__caption {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.4rem;
}
.sec__lead {
  text-align: center;
}
section {
  width: 100%;
  padding: 90px 0 120px;
}


@media screen and (max-width: 1080px) {
  section { padding: 60px 0; }
}


@media screen and (max-width: 800px) {
  .sec__title { margin-bottom: 50px; padding-top: 60px; background-size: 40px 40px !important; font-size: 2.4rem; line-height: 2.4rem; }
  .sec__title.roboto { font-size: 3rem; line-height: 3rem; }
  .sec__caption { font-size: 1.6rem; line-height: 2.8rem; }
  .sec__lead { text-align: justify; text-justify: inter-character; }
}


@media screen and (max-width: 640px) {
  section { padding: 50px 0; }
  .sec__title { font-size: 2rem; line-height: 2rem; }
}



/* mv
------------------------------ */
.mv {
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../../img/cp/danish_sofa/mv_pc.webp) center top/cover no-repeat;
  color: #fff;
  text-align: center;
}
.mv p {
  width: 240px;
  position: absolute;
  top: 50px;
  left: calc(50% - 120px);
  font-size: 0;
  line-height: 0;
  z-index: 10;
}
.mv__title h1 {
  margin-bottom: 1.6vw;
  font-size: 8vw;
  font-weight: 700;
  line-height: 8vw;
  letter-spacing: -.05rem;
}
.mv__title h1 em { margin-left: 2rem; font-weight: 300; }
.mv__title h2 { font-size: 2.2vw; line-height: 2.2vw; }


@media screen and (max-width: 1200px) {
  .mv__title h1 { margin-bottom: 20px; font-size: 11rem; line-height: 11rem; }
  .mv__title h2 { font-size: 3rem; line-height: 3rem; }
}


@media screen and (max-width: 800px) {
  .mv p { width: 180px; top: 40px; left: calc(50% - 90px); }
  .mv__title h1 { font-size: 8rem; line-height: 8rem; }
  .mv__title h2 { font-size: 2.3rem; line-height: 2.3rem; }
}


@media screen and (max-width: 640px) {
  .mv { background: url(../../../img/cp/danish_sofa/mv_sp.webp) center top/cover no-repeat; }
  .mv p { width: 120px; left: calc(50% - 60px); }
  .mv__title h1 em { margin: 0; display: block; }
  .mv__title h2 { font-size: 1.6rem; line-height: 1.6rem; }
}



/* recommend
------------------------------ */
.recommend { background: #f6f6f6; }
.recommend .sec__title { background-image: url(../../../img/cp/danish_sofa/ico_recommend.png); }
.recommend__item { margin: 0 auto 80px; }
.recommend__item-block { width: 47.5%; }
.recommend__item-block dd { padding-top: 25px; }
.recommend__item-block .sec__caption { margin-bottom: 25px; }

.recommend__list {
  width: 100%;
  padding: 60px 3%;
  background: #fff;
  border-radius: 12px;
}
.recommend__list h4 {
  margin-bottom: 50px;
  font-size: 2.8rem;
  color: #8c7459;
  line-height: 2.8rem;
  text-align: center;
}
.recommend__list li {
  width: 19%;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
.recommend__list figure {
  width: 90px;
  margin: 0 auto 20px;
  line-height: 0;
}
.recommend__list figure::before {
  content: '';
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  display: block;
  background: url(../../../img/cp/danish_sofa/ico_check.png) center/40px 40px no-repeat;
}


@media screen and (max-width: 800px) {
  .recommend .inner { width: 94%; }
  .recommend__item-block dd { padding-top: 15px; }
  .recommend__item-block .sec__caption { margin-bottom: 20px; }
  .recommend__list { padding: 50px 3% 15px; }
  .recommend__list h4 { margin-bottom: 40px; font-size: 2rem; line-height: 2rem; }
  .recommend__list .flex { flex-wrap: wrap; justify-content: flex-start; }
  .recommend__list li { width: 30%; margin: 0 5% 5% 0; text-align: left; }
  .recommend__list li:nth-child(3) { margin-right: 0; }
  .recommend__list figure { width: 36%; }
}


@media screen and (max-width: 640px) {
  .recommend__item { margin: 0 2% 40px; }
  .recommend__item.flex { display: block; }
  .recommend__item-block { width: 100%; margin-bottom: 40px; }
  .recommend__list { padding: 35px 4% 20px; }
  .recommend__list h4 { margin-bottom: 20px; font-size: 1.7rem; line-height: 1.7rem; }
  .recommend__list .flex { display: block; }
  .recommend__list li { width: 100%; margin: 0; padding: 10px 0; display: flex; align-items: center; border-bottom: 1px dotted #e0e0e0; }
  .recommend__list li:last-child { border-bottom: none; }
  .recommend__list figure { width: 15%; max-width: 90px; margin-bottom: 0; flex: 0 0 auto; }
  .recommend__list figure::before { display: none; }
  .recommend__list p { margin-left: 25px; flex: 1 1 auto; }
}



/* point
------------------------------ */
.point { padding-top: 120px; }
.point .title {
  margin: 0 auto 50px;
  text-align: center;
}
.point .title figure {
  width: 86%;
  margin: 0 auto;
}
.point__title.roboto {
  margin-bottom: 10px;
  font-size: 9rem;
  font-weight: 700;
  line-height: 9rem;
  color: #000;
}
.point__title.roboto em {
  font-weight: 300;
}
.point__title-jp {
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: bold;
}
.point__title-catch {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #8c7459;
  line-height: 2.4rem;
}
.point__title-price {
  margin-bottom: 50px;
  font-weight: bold;
}
.point__title-price .roboto {
  margin-right: .5rem;
  font-size: 3rem;
  font-weight: 700;
}


@media screen and (max-width: 1080px) {
  .point .title figure { width: 100%; }
}


@media screen and (max-width: 800px) {
  .point { padding-top: 100px; }
  .point .title { margin-bottom: 40px; }
  .point .title .inner { width: 100%; }
  .point__title.roboto { font-size: 7rem; line-height: 7rem; }
  .point__title-jp { font-size: 1.6rem; }
  .point__title-catch { margin-bottom: 15px; font-size: 1.8rem; line-height: 1.8rem; }
  .point__title-price { margin-bottom: 40px; }
  .point__title-price .roboto { font-size: 2.4rem; }
}


@media screen and (max-width: 640px) {
  .point { padding-top: 70px; }
  .point__title.roboto { font-size: 4.6rem; line-height: 4.6rem; }
  .point__title-jp { margin-bottom: 20px; font-size: 1.3rem; }
  .point__title-catch { font-size: 1.4rem; line-height: 1.4rem; }
  .point__title-price { margin-bottom: 30px; }
  .point__title-price .roboto { font-size: 1.8rem; }
}


/* ----- */

.point__tab {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
.point__tab li {
  width: 31%;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #000;
  transition: .2s;
}
.point__tab li p {
  flex: 1 1 auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8rem;
  text-align: center;
}
.point-no {
  padding-right: 1.5rem;
  flex: 0 0 auto;
  display: inline-block;
  border-right: 1px solid #000;
  font-size: 3.6rem;
  line-height: 2.4rem;
  text-align: center;
}
.point-no em {
  margin-bottom: .8rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.point__tab li:hover { color: #8c7459; border-color: #8c7459; }
.point__tab li:hover .point-no { border-color: #8c7459; }


@media screen and (max-width: 1080px) {
  .point__tab { width: 96%; }
  .point__tab li { width: 33.3%; padding: 3px 0; display: block; border-bottom: none; border-right: 1px solid #000; }
  .point__tab li:last-child { border-right: none; }
  .point__tab li p { padding-top: 1rem; }
  .point__tab .point-no { width: 100%; padding: 0; border: none; font-size: 3rem; line-height: 2rem; }
}


@media screen and (max-width: 800px) {
  .point__tab { width: 100%; margin-bottom: 20px; }
  .point__tab li p { padding-top: .5rem; font-size: 1.2rem; line-height: 2rem; }
  .point-no { width: 100%; padding: 0; border: none; font-size: 1.8rem; line-height: 1.8rem; }
  .point__tab .point-no { width: 100%; font-size: 2.4rem; line-height: 1.4rem; }
  .point__tab .point-no em { font-size: 1rem; line-height: 1rem; }
  .point__tab li:hover { color: #000; border-color: #000; }
}


/* ----- */

.point__block {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.point__block.rev { flex-direction: row-reverse; }
.point__block:last-child { margin-bottom: 0; }
#point3.point__block { display: block; }

.point__block-txt {
  width: 36vw;
  padding: 80px 4vw;
  position: sticky;
  top: 0;
}
#point3 .point__block-txt {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
}
.point__block-txt .point-no {
  margin-bottom: 40px;
  padding-right: 3rem;
  font-size: 5.6rem;
  line-height: 4rem;
}
.point__block-txt .point-no em {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.point__block-txt h3 {
  margin-bottom: 40px;
  font-size: 4.6rem;
  line-height: 6.4rem;
}
.point__block-img { width: 64vw; }
.point__block-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point__block-title h3 {
  padding: .7rem 0 0 3rem;
}


@media screen and (max-width: 1080px) {
  .point__block { margin-bottom: 100px; }
  .point__block-txt,
  .point__block-img { width: 50vw; }
  .point__block-txt { padding: 0 4vw; position: relative; }
  .point__block-txt h3 { font-size: 4rem; line-height: 5.8rem; }
}


@media screen and (max-width: 800px) {
  .point__block { margin-bottom: 0; display: block; }
  .point__block-txt { width: 100%; padding: 50px 5%; position: relative; top: auto; }
  #point3 .point__block-txt { margin-bottom: 0; padding: 50px 0; }
  .point__block-txt .point-no { margin-bottom: 30px; padding: 0; font-size: 4.2rem; line-height: 2.8rem; }
  .point__block-txt h3 { margin-bottom: 30px; font-size: 3rem; line-height: 4.4rem; text-align: center; }
  .point__block-img { width: 100%; }
  .point__block-title { margin-bottom: 0; display: block; }
  .point__block-title h3 { padding: 0; }
}


/* ----- */

.point__sample { margin-bottom: 50px; }
.point__sample-block { width: 31%; }
.point__sample-block h4 {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.point__sample-block h4::before,
.point__sample-block h4::after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background: #000;
}
.point__sample-block h4::before { margin-right: 3rem; }
.point__sample-block h4::after { margin-left: 3rem; }
.point__sample-block:last-child h4 { margin-bottom: 35px; }

.point__sample-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point__sample-block ul li {
  width: 46%;
  margin-bottom: 8%;
  position: relative;
}
.point__sample-block ul li p {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  z-index: 10;
}
.point__sample-block .flex { display: block; }
.point__sample-cloth {
  width: 100%;
  margin-bottom: 4%;
  padding: 10px;
  display: flex;
  align-items: center;
  background: #f8f7f5;
  border-radius: 6px;
  cursor: pointer;
  transition: .2s;
}
.point__sample-cloth:hover { background-color: #dcd5cd; }
.point__sample-cloth figure { width: 48%; line-height: 0; }
.point__sample-cloth p { width: 48%; text-align: center; }
.point__sample-cloth .roboto { font-size: 2rem; line-height: 2rem; }
.point__sample-cloth em { display: block; font-size: 1.2rem; line-height: 1.2rem; }
.point__sample-cloth .arrow {
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.point__sample-cloth .arrow::before,
.point__sample-cloth .arrow::after {
  content: '';
  width: 8px;
  height: 1px;
  position: absolute;
  left: 7px;
  background: #333;
}
.point__sample-cloth .arrow::before { top: 7px; transform: rotate(45deg); }
.point__sample-cloth .arrow::after  { bottom: 7px; transform: rotate(-45deg); }

.point__commit {
  padding-top: 60px;
  border-top: 1px solid #e0e0e0;
}
.point__commit-container { margin-bottom: 60px; }
.point__commit-container.rev { flex-direction: row-reverse; align-items: center; }
.point__commit-container:last-child { margin-bottom: 0; }
.point__commit-txt { width: 55%; }
.point__commit-txt h5 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 3.8rem;
}
.point__commit figure {
  width: 40%;
  max-width: 600px;
}


@media screen and (max-width: 1080px) {
  .point__sample-cloth .roboto { font-size: 1.7rem; line-height: 1.7rem; }
  .point__commit-container.rev { align-items: flex-start; }
}


@media screen and (max-width: 800px) {
  .point__sample { margin-bottom: 50px; }
  .point__sample .flex { display: block; }
  .point__sample-block { width: 100%; margin-bottom: 30px; }
  .point__sample-block:last-child h4 { margin-bottom: 45px; }
  .point__sample-block ul { justify-content: flex-start; }
  .point__sample-block ul li { width: 22%; margin-right: 4%; }
  .point__sample-block ul li:last-child { margin-right: 0; }
  .point__sample-block .flex { display: flex; }
  .point__sample-cloth { width: 48%; }
  .point__sample-cloth:hover { background-color: #f8f7f5; }
  .point__commit-container { margin-bottom: 40px; }
  .point__commit-container.flex { display: block; }
  .point__commit-txt,
  .point__commit figure { width: 100%; max-width: 100%; }
  .point__commit-txt { margin-bottom: 30px; }
}


@media screen and (max-width: 640px) {
  .point__sample { margin-bottom: 40px; }
  .point__sample-block { margin-bottom: 20px; }
  .point__sample-block h4 { margin-bottom: 35px; }
  .point__sample-block ul { justify-content: space-between; }
  .point__sample-block ul li { width: 47%; margin: 0 0 20px; }
  .point__sample-block .flex { display: block; }
  .point__sample-cloth { width: 100%; }
  .point__commit { padding-top: 40px; }
  .point__commit-txt h5 { margin-bottom: 25px; font-size: 1.7rem; line-height: 3.2rem; }
}



/* customize
------------------------------ */
.customize { background: #f6f6f6; }
.customize .sec__title { background-image: url(../../../img/cp/danish_sofa/ico_customize.png); }
.customize .sec__lead { margin-bottom: 80px; }
.customize__slide {
  width: 100%;
  margin-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customize__slide-slider {
  width: 55vw;
}
.customize__slide-thumb {
  width: 42vw;
  padding: 1% 2vw 0 0;
}
.customize__slide-thumb dd {
  text-align: center;
}
.customize__slide-thumb dd h3 {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.customize__slide-thumb dd p {
  font-size: 1.1rem;
  color: #888;
  line-height: 1.7rem;
}
.customize__slide-thumb .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.customize__slide-thumb .slick-slide {
  width: 31% !important;
  height: auto;
  margin: 0 1% 2%;
  padding: 2px 10px 20px;
  float: none;
  background: #fff;
  border: 1px solid transparent;
  transition: .2s;
}
.customize__slide-thumb .slick-current,
.customize__slide-thumb .slick-slide:hover {
  border-color: #8c7459 !important;
  cursor: pointer;
}


@media screen and (max-width: 1200px) {
  .customize__slide { margin-bottom: 80px; align-items: inherit; }
  .customize__slide-thumb { padding-top: 0; }
}


@media screen and (max-width: 800px) {
  .customize .sec__lead { padding: 0 5%; }
  .customize__slide { margin-bottom: 60px; display: block; }
  .customize__slide-slider { width: 100%; }
  .customize__slide-thumb { width: 100%; padding: 20px 1% 0; }
  .customize__slide-thumb .slick-slide { width: 18% !important; }
}


@media screen and (max-width: 640px) {
  .customize__slide-thumb { width: 100%; padding: 20px 0 0; }
  .customize__slide-thumb .slick-track { flex-wrap: nowrap; }
  .customize__slide-thumb .slick-list { padding: 0 10% 40px; }
  .customize__slide-thumb .slick-slide { width: 30% !important; border-color: #e0e0e0; }
}


/* ----- */

.customize__set li { width: 30%; }
.customize__set dt { position: relative; }
.customize__set dd { padding-top: 20px; }
.customize__set dd h3 { margin-bottom: 20px; font-size: 1.2rem; font-weight: normal; text-align: center; }
.customize__set dd h3 .roboto { display: block; font-size: 2.2rem; line-height: 3rem; }
.set {
  width: 110px;
  padding: 20px 10px 15px;
  position: absolute;
  top: -30px;
  left: calc(50% - 55px);
  color: #fff;
  text-align: center;
}
.set.no1 { background: #b49b46; }
.set.no2 { background: #bbb; }
.set.no3 { background: #79592d; }
.set .set-cap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.3);
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
}
.set .set-no {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}


@media screen and (max-width: 800px) {
  .customize__set { width: 94%; padding-top: 80px; }
  .set { top: -80px; }
  .set .set-cap { font-size: 1.1rem; line-height: 1.1rem; }
  .set .set-no { font-size: 2.6rem; line-height: 2.6rem; }
}


@media screen and (max-width: 640px) {
  .customize__set { width: 90%; padding-top: 40px; }
  .customize__set .flex { display: block; }
  .customize__set li { width: 100%; margin-bottom: 80px; }
  .customize__set li:last-child { margin-bottom: 0; }
  .set { top: -30px; }
  .set .set-no { font-size: 2.4rem; line-height: 2.4rem; }
}


/* ----- */

.customize__snap {
  width: 100%;
  display: grid;
  grid-template-rows: 53% 47%;
  grid-template-columns: 60% 40%;
}
.customize__snap img { height: 100%; object-fit: cover; }
.customize__snap p.l { padding-right: 1.5%; grid-row: 1 / 3; grid-column: 1 / 2; }
.customize__snap p.m { padding-bottom: 2%; grid-row: 1 / 2; grid-column: 2 / 3; }
.customize__snap p.s { grid-row: 2 / 3; grid-column: 2 / 3; }
.customize__snap p.s img { width: 50%; }
.customize__snap p.s img + img { padding-left: 2%; }


@media screen and (max-width: 640px) {
  .customize__snap { grid-template-rows: 44% 32% 24%; grid-template-columns: 100%; }
  .customize__snap p.l { padding: 0 0 2%; grid-row: 1 / 2; grid-column: 1 / 1; }
  .customize__snap p.m { padding: 0 0 2%; grid-row: 2 / 3; grid-column: 1 / 1; }
  .customize__snap p.s { grid-row: 3 / 4; grid-column: 1 / 1; }
}



/* voice
------------------------------ */
.voice .sec__title { padding: 0;  color: #000; }
.voice__slide-block { width: 28%; position: relative; }
.voice__slide-block:nth-child(2)::before,
.voice__slide-block:nth-child(2)::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #e0e0e0;
}
.voice__slide-block:nth-child(2)::before { left: -15%; }
.voice__slide-block:nth-child(2)::after  { right: -15%; }
.voice__slide-block-inner { padding: 10px 0; }
.voice__slide-block .txt { margin-bottom: 20px; }
.voice h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.voice em {
  min-height: 40px;
  padding: 1rem 0 0 50px;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  font-weight: bold;
  color: #8c8459;
}
.voice em.women { background-image: url(../../../img/cp/danish_sofa/voice_ico_women.png); }
.voice em.men   { background-image: url(../../../img/cp/danish_sofa/voice_ico_men.png); }


@media screen and (max-width: 800px) {
  .voice .inner { width: 94%; display: block !important; }
  .voice__slide-block { width: 100%; margin-bottom: 10px; border-radius: 10px; background: #f8f7f5; }
  .voice__slide-block:nth-child(2)::before,
  .voice__slide-block:nth-child(2)::after { display: none; }
  .voice__slide-block-inner { padding: 5%; }
  .voice h3 { margin-bottom: 20px; font-size: 1.6rem; line-height: 3rem; }
  .voice em { min-height: 30px; padding: .5rem 0 0 40px; background-size: 30px 30px; }
}



/* reserved
------------------------------ */
.reserved { padding-bottom: 100px; background: #f8f7f5; }
.reserved .sec__title { background-image: url(../../../img/cp/danish_sofa/ico_reserved.png); }
.reserved .sec__lead {
  width: 90%;
  margin: 0 auto 100px;
}
.reserved .sec__lead h3 {
  margin-bottom: 60px;
  padding: 0 5px 8px;
  display: inline-block;
  border-bottom: 5px solid #b49b46;
  font-size: 2.4rem;
  color: #8c7459;
  line-height: 2.4rem;
}
.reserved .sec__lead .flex {
  justify-content: center;
}
.reserved .sec__lead p {
  padding: .6rem 0 0 50px;
  background: url(../../../img/cp/danish_sofa/ico_check.png) left top/40px 40px no-repeat;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
}
.reserved .sec__lead p + p { margin-left: 8rem; }

.reserved__tab {
  width: 87%;
  max-width: 1440px;
  margin: 0 auto 60px;
  display: flex;
}
.reserved__tab li {
  width: 50%;
  padding: 30px 0;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8c7459;
  line-height: 1.6rem;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
.reserved__tab li:first-child { border-radius: 6px 0 0 6px; }
.reserved__tab li:last-child { border-radius: 0 6px 6px 0; }
.reserved__tab li:hover,
.reserved__tab li.active { background: #8c7459; color: #fff; }
.reserved__tab li.active { pointer-events: none; }

.reserved__container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.reserved__container.show {
  position: relative;
  visibility: visible;
  -webkit-animation: show-block .3s forwards;
  animation: show-block .3s forwards;
}
@-webkit-keyframes show-block {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes show-block {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.reserved__block {
  margin: 20px 1.5% 0; 
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.reserved__block figure {
  margin-bottom: 20px;
  position: relative;
  background: #edeae5;
  border-radius: 10px;
  text-align: center;
}
.reserved__block figure p {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  background: #373739;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.reserved__shop .reserved__block { width: 30%; }
.reserved__shop figure { padding: 60px 20% 40px; }
.reserved__online .reserved__block { width: 22%; }
.reserved__online figure { padding: 60px 12% 40px; }


@media screen and (max-width: 800px) {
  .reserved { padding-bottom: 60px; }
  .reserved .inner { width: 100%; }
  .reserved .sec__lead { margin-bottom: 60px; text-align: center; text-justify: inherit; }
  .reserved .sec__lead h3 { margin-bottom: 30px; border-width: 3px; font-size: 1.8rem; line-height: 1.8rem; }
  .reserved .sec__lead .flex { justify-content: space-between; }
  .reserved .sec__lead p { width: 46%; padding: 50px 0 0; background-position: center top; font-size: 1.4rem; line-height: 2.6rem; }
  .reserved .sec__lead p + p { margin-left: 0; }
  .reserved__tab { width: 90%; margin-bottom: 50px; }
  .reserved__tab li { padding: 20px 0; font-size: 1.3rem; line-height: 1.3rem; }
  .reserved__block { margin: 15px 1% 0; }
  .reserved__block figure p { width: 30px; height: 30px; top: -15px; left: calc(50% - 15px); font-size: 1.6rem; line-height: 30px; }
  .reserved__container .slick-list { padding: 0 10% 50px; }
  .reserved__shop figure,
  .reserved__online figure { padding: 60px 30% 50px; }
}


@media screen and (max-width: 640px) {
  .reserved .sec__lead .flex { display: block; }
  .reserved .sec__lead p {
    width: 100%;
    margin-bottom: 10px;
    padding: .25rem 0 0 36px;
    background-position: left top;
    background-size: 30px 30px;
  }
  .reserved__tab { width: 100%; }
  .reserved__tab li:first-child { border-radius: 0; }
  .reserved__tab li:last-child { border-radius: 0; }
  .reserved__tab li:hover { background: #fff; color: #8c7459; }
  .reserved__tab li.active:hover { background: #8c7459; color: #fff; }
  .reserved__shop figure,
  .reserved__online figure { padding: 50px 20% 40px; }
}



/* shop
------------------------------ */
.shop .sec__title { background-image: url(../../../img/cp/danish_sofa/ico_shop.png); }
.shop__container { margin-bottom: 80px; align-items: center; }
.shop__block {width: 50vw;position: relative;overflow: hidden;}

.shop__map {
  width: 500px;
  height: 310px;
  margin: 0 auto 6vw;
  position: relative;
}
.shop__map div {
  position: absolute;
  background: #e9e9e9;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  transition: .2s;
}
.shop__map div.pin { background-color: #373739; z-index: 1; }
.shop__map div.pin.hover { background-color: #8c7459 !important; z-index: 10 !important; }
.shop__map .hokkaido  { width: 80px;  height: 60px; top: 0;     right: 0;     }
.shop__map .aomori    { width: 54px;  height: 26px; top: 74px;  right: 26px;  }
.shop__map .iwate     { width: 26px;  height: 26px; top: 102px; right: 26px;  }
.shop__map .akita     { width: 26px;  height: 26px; top: 102px; right: 54px;  }
.shop__map .miyagi    { width: 26px;  height: 26px; top: 130px; right: 26px;  }
.shop__map .yamagata  { width: 26px;  height: 26px; top: 130px; right: 54px;  }
.shop__map .fukushima { width: 54px;  height: 26px; top: 158px; right: 26px;  }
.shop__map .ibaraki   { width: 26px;  height: 54px; top: 186px; right: 26px;  }
.shop__map .tochigi   { width: 26px;  height: 26px; top: 186px; right: 54px;  }
.shop__map .gunma     { width: 26px;  height: 26px; top: 186px; right: 82px;  }
.shop__map .saitama   { width: 54px;  height: 26px; top: 214px; right: 54px;  }
.shop__map .chiba     { width: 26px;  height: 54px; top: 242px; right: 26px;  }
.shop__map .tokyo     { width: 54px;  height: 26px; top: 242px; right: 54px;  }
.shop__map .kanagawa  { width: 40px;  height: 26px; top: 270px; right: 68px;  }
.shop__map .niigata   { width: 54px;  height: 26px; top: 158px; right: 82px;  }
.shop__map .nagano    { width: 54px;  height: 54px; top: 186px; right: 110px; }
.shop__map .yamanashi { width: 54px;  height: 26px; top: 242px; right: 110px; }
.shop__map .shizuoka  { width: 54px;  height: 26px; top: 270px; right: 110px; }
.shop__map .toyama    { width: 54px;  height: 26px; top: 158px; right: 138px; }
.shop__map .ishikawa  { width: 26px;  height: 40px; top: 144px; right: 194px; }
.shop__map .gifu      { width: 26px;  height: 40px; top: 186px; right: 166px; }
.shop__map .aichi     { width: 26px;  height: 40px; top: 228px; right: 166px; }
.shop__map .fukui     { width: 40px;  height: 26px; top: 186px; right: 194px; }
.shop__map .mie       { width: 26px;  height: 40px; top: 256px; right: 194px; }
.shop__map .shiga     { width: 26px;  height: 40px; top: 214px; right: 194px; }
.shop__map .kyoto     { width: 40px;  height: 26px; top: 186px; right: 236px; }
.shop__map .nara      { width: 26px;  height: 40px; top: 214px; right: 222px; }
.shop__map .osaka     { width: 26px;  height: 40px; top: 214px; right: 250px; }
.shop__map .wakayama  { width: 54px;  height: 26px; top: 256px; right: 222px; }
.shop__map .hyogo     { width: 26px;  height: 54px; top: 186px; right: 278px; }
.shop__map .tottori   { width: 26px;  height: 26px; top: 186px; right: 306px; }
.shop__map .shimane   { width: 26px;  height: 26px; top: 186px; right: 334px; }
.shop__map .okayama   { width: 26px;  height: 26px; top: 214px; right: 306px; }
.shop__map .hiroshima { width: 26px;  height: 26px; top: 214px; right: 334px; }
.shop__map .yamaguchi { width: 26px;  height: 54px; top: 186px; right: 362px; }
.shop__map .kagawa    { width: 40px;  height: 26px; top: 256px; right: 292px; }
.shop__map .tokushima { width: 40px;  height: 26px; top: 284px; right: 292px; }
.shop__map .ehime     { width: 40px;  height: 26px; top: 256px; right: 334px; }
.shop__map .kochi     { width: 40px;  height: 26px; top: 284px; right: 334px; }
.shop__map .fukuoka   { width: 26px;  height: 26px; top: 186px; right: 402px; }
.shop__map .saga      { width: 26px;  height: 26px; top: 186px; right: 430px; }
.shop__map .nagasaki  { width: 26px;  height: 26px; top: 186px; right: 458px; }
.shop__map .oita      { width: 26px;  height: 26px; top: 214px; right: 402px; }
.shop__map .miyazaki  { width: 26px;  height: 26px; top: 242px; right: 402px; }
.shop__map .kumamoto  { width: 26px;  height: 54px; top: 214px; right: 430px; }
.shop__map .kagoshima { width: 54px;  height: 26px; top: 270px; right: 402px; }
.shop__map .okinawa   { width: 26px;  height: 40px; top: 270px; right: 474px; }

.shop__list {
  width: 80%;
  margin: 0 auto 5px;
  display: flex;
  flex-wrap: wrap;
}
.shop__list .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.shop__list li,
.shop__address .slick-thum .name {
  width: 23%;
  margin-top: 2.3%;
  padding: 10px 0;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
.shop__address .slick-thum .name {
  max-width: 210px;
  width: 100%;
}
.shop__list li:hover,
.shop__list li.slick-current,
.shop__address .slick-thum .name:hover {
  background-color: #f8f7f5;
  border-color: #8c7459;
  color: #8c7459;
}
.shop__list li + li { margin-left: 2.3%; }
.shop__list li:nth-child(5) { margin-left: 0; }

.shop__address { text-align: right; }
.shop__address-block {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
}
.shop__address-block.is-active {
    opacity: 1;
    visibility: visible;
    position: static;
}
.shop__address h3 {
  padding: 10px 2rem 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8rem;
  border-right: 5px solid #8c7459;
}
.shop__address img { margin-bottom: 20px; }
.shop__address .slick-thum {
    text-align:right;
    margin-top: 30px;
}
.shop__address .slick-thum .slick-track {
    margin-left:auto;
}
.shop__address .slick-thum h3 {
    display: none;
}
.shop__address .slick-thum .shop__address-slick-item {
    cursor: pointer;
}
.shop__address .slick-thum .shop__address-slick-item:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 1080px) {
  .shop__container { width: 90%; margin: 0 auto 60px; display: block; }
  .shop__block { width: 100%; }
  .shop__map { display: none; }
  .shop__list { width: 100%; }
  .shop__list li { width: 18% !important; }
  .shop__list li:nth-child(5) { margin-left: 2.3%; }
  .shop__list li:nth-child(6) { margin-left: 0; }
  .shop__address { margin-bottom: 30px; text-align: left; }
  .shop__address h3 { padding: 10px 0 10px 2rem; border-left: 5px solid #8c7459; border-right: none; }
}


@media screen and (max-width: 800px) {
  .shop__container { margin-bottom: 50px; }
}


@media screen and (max-width: 640px) {
  .shop__address .slick-thum {margin-top:10px;}
  .shop__container { width: 100%; }
  .shop__list { width: 90%; }
  .shop__list li { width: 48% !important; margin-left: 0 !important; }
  .shop__list li:nth-child(2n) { margin-left: 2.6% !important; }
  .shop__address h3 { margin: 0 5%; padding-left: 1.5rem; font-size: 1.6rem; line-height: 1.6rem; }
}


/* ----- */

.shop__measures {
  width: 100%;
  padding-top: 60px;
  border-top: 1px solid #e0e0e0;
}
.shop__measures h4 {
  margin-bottom: 60px;
  font-size: 2.8rem;
  color: #8c7459;
  line-height: 2.8rem;
  text-align: center;
}
.shop__measures li {
  width: 19%;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
.shop__measures figure {
  width: 90px;
  margin: 0 auto 20px;
  line-height: 0;
}


@media screen and (max-width: 800px) {
  .shop__measures { padding: 50px 0 15px; }
  .shop__measures h4 { margin-bottom: 40px; font-size: 2rem; line-height: 2rem; }
  .shop__measures .flex { flex-wrap: wrap; justify-content: flex-start; }
  .shop__measures li { width: 28%; margin: 0 5.3% 5% 0; text-align: left; }
  .shop__measures li:nth-child(3) { margin-right: 0; }
  .shop__measures figure { width: 34%; }
}


@media screen and (max-width: 640px) {
  .shop__measures h4 { margin-bottom: 20px; font-size: 1.7rem; line-height: 1.7rem; }
  .shop__measures .flex { display: block; }
  .shop__measures li { width: 100%; margin: 0; padding: 10px 0; display: flex; align-items: center; border-bottom: 1px dotted #e0e0e0; }
  .shop__measures li:last-child { border-bottom: none; }
  .shop__measures figure { width: 15%; max-width: 90px; margin-bottom: 0; flex: 0 0 auto; }
  .shop__measures figure::before { display: none; }
  .shop__measures p { margin-left: 25px; flex: 1 1 auto; }
}



/* about
------------------------------ */
.about__rehome-mv {
  width: 100%;
  height: 700px;
  position: relative;
  background: url(../../../img/cp/danish_sofa/about_mv.webp) center/cover no-repeat;
}
.about__rehome-mv h2 {
  width: 600px;
  height: 220px;
  position: absolute;
  top: 18%;
  left: calc(50% - 300px);
  background: url(../../../img/cp/danish_sofa/about_mv_title.png) center/contain no-repeat;
  font-size: 0;
  line-height: 0;
}
.about__rehome-mv p {
  width: 120px;
  height: 160px;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 60px);
  background: url(../../../img/cp/danish_sofa/about_ico_rehome.png) center/contain no-repeat;
  font-size: 0;
  line-height: 0;
}
.about__rehome-lead {
  padding: 80px 0;
  font-size: 1.6rem;
  line-height: 3.6rem;
  text-align: center;
}
.about__rehome-lead em {
  padding-top: 3rem;
  display: block;
  font-size: 3rem;
  font-weight: bold;
}
.about__rehome-block { width: 30%; }
.about__rehome-block dt {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.about__rehome-block dt img {
  width: 130px;
}
.about__rehome-block:nth-child(1) dt { background-image: url(../../../img/cp/danish_sofa/about_img_remake.jpg); }
.about__rehome-block:nth-child(2) dt { background-image: url(../../../img/cp/danish_sofa/about_img_refresh.jpg); }
.about__rehome-block:nth-child(3) dt { background-image: url(../../../img/cp/danish_sofa/about_img_reform.jpg); }
.about__rehome-block dd { padding-top: 15px; }
.about__rehome-block .note { margin-top: 15px; }

.about__mw { background: #f6f6f6; }
.about__mw .inner { width: 80%; padding: 80px 0; align-items: center; }
.about__mw h3 {
  width: 50%;
  padding: 15px 60px;
  background: url(../../../img/cp/danish_sofa/logo.png) center/contain no-repeat;
  font-size: 0;
  line-height: 0;
}
.about__mw p { width: 50%; }


@media screen and (max-width: 800px) {
  .about { padding-bottom: 160px; }
  .about .sec__title img { width: 32%; }
  .about .sec__lead { margin-bottom: 60px; }
  .about .sec__lead h3 { margin-bottom: 30px; font-size: 2.6rem; line-height: 4.2rem; text-align: center; }
  .about__rehome-mv { height: auto; padding: 80px 5% 30px; }
  .about__rehome-mv h2 {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    padding-top: 20%;
    position: relative;
    top: auto;
    left: auto;
  }
  .about__rehome-mv p {
    width: 100%;
    height: auto;
    padding-top: 16%;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .about__rehome-lead { padding: 60px 0; font-size: 1.4rem; line-height: 3.2rem; }
  .about__rehome .inner { width: 94%; }
  .about__rehome-block dt { padding: 60px 0; }
  .about__rehome-block dt img { width: 80px; }
  .about__mw .inner { width: 90%; padding: 60px 0; display: block; }
  .about__mw h3 { width: 100%; margin-bottom: 30px; padding: 5% 0; background: url(../../../img/cp/danish_sofa/logo_b.png) center/contain no-repeat; }
  .about__mw p { width: 100%; }
}


@media screen and (max-width: 640px) {
  .about { padding-bottom: 120px; }
  .about .sec__lead { margin-bottom: 40px; }
  .about .sec__lead h3 { font-size: 2.2rem; line-height: 3.8rem; }
  .about__rehome-mv { padding: 60px 5% 30px;  background-position: left center; }
  .about__rehome-lead { padding: 40px 0; }
  .about__rehome-lead em { font-size: 2.4rem; }
  .about__rehome .inner.flex { width: 90%; padding-top: 20px; display: block; border-top: 1px solid #e0e0e0; }
  .about__rehome-block { width: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #e0e0e0; }
  .about__rehome-block:last-child { border-bottom: none; }
  .about__rehome-block dl { display: flex; }
  .about__rehome-block dt { width: 30%; padding: 0; flex: 0 0 auto; }
  .about__rehome-block dt img { width: 40%; }
  .about__rehome-block dd { padding: 0 0 0 2rem; flex: 1 1 auto; font-size: 1.2rem; line-height: 2rem; }
  .about__mw .inner { padding: 50px 0; }
  .about__mw h3 { padding: 6% 0; }
}



/* concept
------------------------------ */
.concept {
  padding: 120px 0;
  background: url(../../../img/cp/danish_sofa/concept_bg_pc.webp) center top/cover no-repeat;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.concept .sec__title {
  margin-bottom: 60px;
  padding: 0;
  font-size: 5rem;
  color: #fff;
  line-height: 5rem;
}
.concept .sec__lead {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.concept__container { width: 780px; margin: 0 auto; }
.concept__container ul:first-child { width: 240px; }
.concept__container ul:last-child  { width: 510px; }
.concept li {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.concept li h3.roboto {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}


@media screen and (max-width: 800px) {
  .concept { padding: 80px 0; }
  .concept .sec__title { margin-bottom: 40px; font-size: 3.6rem; line-height: 3.6rem; }
  .concept .sec__lead { margin: 0 5% 40px; font-size: 1.3rem; line-height: 2.6rem; }
  .concept__container { width: 80%; flex-wrap: wrap; }
  .concept__container ul:first-child { margin: 0 auto; }
  .concept__container ul:last-child  { width: 100%; }
  .concept li { font-size: 1.2rem; line-height: 2rem; }
  .concept li h3.roboto { margin-bottom: 15px; font-size: 2.2rem; line-height: 2.2rem; }
  .concept li .pc-only { display: block; }
}


@media screen and (max-width: 640px) {
  .concept { padding: 60px 0; font-weight: normal; }
  .concept .sec__title { font-size: 2.4rem; line-height: 2.4rem; }
  .concept__container { width: 90%; }
  .concept__container ul:first-child { width: 100%; }
  .concept__container ul:last-child { display: block; }
  .concept li { width: 100%; height: auto; margin-bottom: 10px; padding: 20px; border-width: 1px; border-radius: 10px; }
  .concept li .pc-only { display: none; }
}



/* modal
------------------------------ */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.modal iframe {
    width: 100%;
    height: calc(100% - 90px);
    position: relative;
    z-index: 1;
}
.modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
}
.modal__container {
  width: 94%;
  max-width: 1000px;
  height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  z-index: 1000;
  padding: 0;
}
.modal__title {
  width: 100%;
  height: 90px;
  padding-left: 90px;
  display: flex;
  text-align: center;
}
.modal__title h2 {
  flex: 1 1 auto;
  font-size: 2.8rem;
  line-height: 90px;
  padding: 0;
}
.page_form .modal .modal__container form {
  width:auto;
}
.modal__close {
  width: 90px;
  height: 90px;
  padding: 25px;
  flex: 0 0 auto;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  border-radius: 0 10px 0 0;
}
.modal__close p {
  width: 40px;
  height: 40px;
  position: relative;
  transition: .2s;
}
.modal__close p::before,
.modal__close p::after {
  content: '';
  width: 28px;
  height: 1px;
  position: absolute;
  top: 20px;
  background: #333;
}
.modal__close p::before { left: 6.3px; transform: rotate(-45deg); }
.modal__close p::after  { right: 6.3px; transform: rotate(45deg); }
.modal__close:hover { background: #f8f7f5; }
.modal__close:hover p { transform: rotate(90deg); }
.modal__close:hover p::before,
.modal__close:hover p::after { background-color: #8c7459; }

#modal01 .modal__inner,
#modal02 .modal__inner {
  height: 100%;
  border-top: 1px solid #e0e0e0;
  overflow-y: hidden;
}
#modal03 .modal__inner,
#modal04 .modal__inner {
  height: calc(100% - 90px);
  padding: 40px 5%;
  position: relative;
  border-top: 1px solid #e0e0e0;
  overflow-y: auto;
}

@media screen and (max-width: 800px) {
  .modal__title { height: 80px; padding-left: 80px; }
  .modal__title h2 { font-size: 2rem; line-height: 80px; }
  .modal__close { width: 80px; height: 80px; }
  .modal__close p { width: 30px; height: 30px; }
  .modal__close p::before,
  .modal__close p::after { width: 20px; top: 15px; }
  .modal__close p::before { left: 5px; }
  .modal__close p::after  { right: 5px; }
  .modal__close:hover { background: transparent; }
  .modal__close:hover p { transform: none; }
  .modal__close:hover p::before,
  .modal__close:hover p::after { background-color: #333; }
  .modal__inner { height: calc(100% - 80px); }
}


@media screen and (max-width: 640px) {
  .modal__title {height: 60px;padding-left: 0;}
  .modal__title h2 {font-size: 1.5rem;line-height: 60px;}
  .modal__close { width: 60px; height: 60px; padding: 15px; }
  .modal__inner { height: calc(100% - 60px); padding: 30px 4%; }
}


/* ----- */

label,
input[type="radio"],
input[type="radio"] + label,
input[type="checkbox"],
input[type="checkbox"] + label,
select { cursor: pointer; }

.questionnaire_box_ {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page_form .form_wrapper {
  padding: 0;
}
.page_form .form_wrapper .common_headline2_,
.page_form .form_wrapper .questionnaire_confirm_top,
.page_form .form_wrapper .questionnaire_confirm_ &gt; dt {
  margin: 0;
  padding: 20px 15px 20px 20px;
  background: #777;
  font-size: 1.6rem;;
  font-weight: bold;
  color: #fff;
  line-height: 1.6rem;
}
.must_ {
  width: auto;
  margin-left: 10px;
  float: right;
}
.page_form .form_wrapper div.questionnaire_box_ div.questionnaire_box_content_ {
  padding: 15px 0;
}
.page_form select {
  width: auto;
  padding: 15px;
  padding-right: 50px;
  background: url(../../../img/cp/danish_sofa/arrow.png) 94% center/12px 12px no-repeat;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.page_form.mode_P #table_mail,
.page_form.mode_P #table_name,
.page_form.mode_P #table_tel,
.page_form.mode_P #table2,
.page_form.mode_P #table4 {
  display: flex;
  flex-wrap: wrap;
}
.formdetail_ {
  margin: 0 auto;
  border-collapse: collapse;
}
.page_form.mode_P #table_mail dt,
.page_form.mode_P #table_name dt,
.page_form.mode_P #table_tel dt,
.page_form.mode_P #table2 dt,
.page_form.mode_P #table4 dt {
  width: 256px;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}
.page_form.mode_P dt,
.page_form.mode_P dd {
  padding: 20px;
}
.page_form.mode_P #table_mail dd,
.page_form.mode_P #table_name dd,
.page_form.mode_P #table_tel dd,
.page_form.mode_P #table2 dd,
.page_form.mode_P #table4 dd {
  width: calc(100% - 256px);
  border-bottom: 1px dotted #ccc;
}
.page_form.mode_P dt { padding: 35px 20px; }
.page_form.mode_P dd { padding: 20px; }
.page_form input[type="text"],
.page_form input[type="email"] {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.small_ {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.page_form .form_wrapper div.questionnaire_box_ div.desc_ {
  padding-top: 15px;
}
.page_form .form_wrapper input[type="radio"],
.page_form .form_wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: -.2rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: middle;
}
.page_form .form_wrapper input[type="radio"]:checked,
.page_form .form_wrapper input[type="checkbox"]:checked {
  border-color: #000;
}
.page_form .form_wrapper input[type="radio"]:checked::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #000;
  border-radius: 50%;
}
.page_form .form_wrapper input[type="checkbox"] { border-radius: 4px; }
.page_form .form_wrapper input[type="checkbox"]:checked { background: #000; }
.page_form .form_wrapper input[type="checkbox"]:checked::before,
.page_form .form_wrapper input[type="checkbox"]:checked::after {
  content: '';
  height: 2px;
  position: absolute;
  background: #fff;
}
.page_form .form_wrapper input[type="checkbox"]:checked::before {
  width: 6px;
  top: 8px;
  left: 2px;
  transform: rotate(45deg);
}
.page_form .form_wrapper input[type="checkbox"]:checked::after {
  width: 10px;
  top: 6px;
  right: 1px;
  transform: rotate(-45deg);
}
.page_form .form_wrapper label {
  display: inline-block;
}
.page_form .form_wrapper .label {
  width: 100%;
  margin-bottom: 5px;
}
.page_form .form_wrapper .label:last-child { margin: 0; }
.page_form textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  resize: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.questionnaire_box_content_.form_text_bottom {
  padding: 20px 40px 40px !important;
  border: 2px solid #777;
  text-align: justify;
  text-justify: inter-character;
}
.page_form .form_text_bottom {
  white-space: pre-line;
}
.page_form .form_wrapper .submit_ {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.page_form .form_wrapper .submit_ a {
  margin: 0 1rem;
}
.page_form .form_wrapper .submit_ button {
  width: 160px;
  height: 40px;
  margin: 0 1rem;
  cursor: pointer;
  transition: .2s;
}
.page_form .form_wrapper .submit_ a:hover,
.page_form .form_wrapper .submit_ button:hover {
  opacity: .6;
}


@media screen and (max-width: 640px) {
  .questionnaire_box_ {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .page_form .form_wrapper .common_headline2_,
  .page_form .form_wrapper .questionnaire_confirm_top,
  .page_form .form_wrapper .questionnaire_confirm_ &gt; dt {
    padding: 15px;
    font-size: 1.4rem;;
    line-height: 1.4rem;
  }
  .must_ {
    margin: 0 1.5rem 0 0;
    float: left;
  }
  .page_form select {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .page_form.mode_P #table_mail,
  .page_form.mode_P #table_name,
  .page_form.mode_P #table_tel,
  .page_form.mode_P #table2,
  .page_form.mode_P #table4 {
    display: block;
  }
  .page_form.mode_P #table_mail dt,
  .page_form.mode_P #table_name dt,
  .page_form.mode_P #table_tel dt,
  .page_form.mode_P #table2 dt,
  .page_form.mode_P #table4 dt,
  .page_form.mode_P #table_mail dd,
  .page_form.mode_P #table_name dd,
  .page_form.mode_P #table_tel dd,
  .page_form.mode_P #table2 dd,
  .page_form.mode_P #table4 dd {
    width: 100%;
    border-bottom: none;
  }
  .page_form.mode_P dt { padding: 15px; }
  .page_form.mode_P dd { padding: 15px 0; }
  .page_form input[type="text"],
  .page_form input[type="email"] { font-size: 1.3rem; line-height: 1.3rem; }
  .page_form textarea {
    padding: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .questionnaire_box_content_.form_text_bottom { padding: 5px 15px 30px !important; }
  .page_form .form_wrapper .submit_ a:hover,
  .page_form .form_wrapper .submit_ button:hover { opacity: 1; }
}


/* ----- */

.modal__cloth {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modal__cloth li {
  width: 18%;
  margin: 0 1% 2%;
  position: relative;
  line-height: 0;
}
.modal__cloth li p {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(0,0,0,.6);
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  transition: .2s;
}
.modal__cloth li:hover p { opacity: 1; }


@media screen and (max-width: 800px) {
  .modal__cloth li { width: 23%; }
}


@media screen and (max-width: 640px) {
  .modal__cloth li { width: 32%; margin: 0 .6% 1.2%; }
  .modal__cloth li p { font-size: 1.1rem; line-height: 1.8rem; }
}


@media screen and (max-width: 360px) {
  .modal__cloth li { width: 48%; margin: 0 1% 2%; }
}

.questionnaire_.col1_&gt;p {
    display: none;
}</pre></body></html>