@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* base --------------------------- */
body {
  margin: 0;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
p {
  margin: 0;
  color: #434343;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

main {
  background-color: #F5F8F6;
}

@media screen and (max-width:768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}

.ft_jost_l {
  font-family: "Jost", serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.ft_jost_r {
  font-family: "Jost", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ft_jost_b {
  font-family: "Jost", serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

header {
  background-color: #fff;
}

header .hd_menu_btn {
  display: none;
}

header .hd_xyllogo {
  left: 0;
  right: 0;
  margin: auto;
}

.fs-c-breadcrumb {
  display: none;
}

.contents_wrap {
  background-color: #f0ece9;
  padding-bottom: 0;
}


/*  sample bedding
====================================*/
.sample_bedding_wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.sample_bedding_container {
  width: calc(100% - 4rem);
  margin: 2rem auto;
}

@media screen and (min-width:768px) {
  .sample_bedding_container {
    width: 100%;
    max-width: 480px;
    margin: 2rem auto;
  }
}


/*  Hero
====================================*/
.sample_bedding_hero {
  position: relative;
}

.sample_bedding_hero_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 63%;
  max-width: 435px;
  margin-top: 53%;
  margin-left: 5%;
}

@media screen and (min-width:768px) {

  .sample_bedding_hero_title {
    width: 31%;
    max-width: 435px;
    margin-top: 16%;
    margin-left: 8%;
  }

}

/*  Effect
====================================*/
.sample_bedding_effect-kaze,
.sample_bedding_effect-tsuki,
.sample_bedding_effect-suimin {
  position: relative;
}

/* @media screen and (min-width:768px) {

  .sample_bedding_effect-suimin {
    display: none;
  }

} */

.sample_bedding_effect-kaze::before,
.sample_bedding_effect-tsuki::after,
.sample_bedding_effect-suimin::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7rem;
  height: 3rem;
}

.sample_bedding_effect-kaze::before {
  background: url(../img/sample_bedding/effect_kaze.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  left: auto;
  bottom: auto;
  right: 2rem;
  transform: translateY(-50%);
}

.sample_bedding_effect-tsuki::after {
  background: url(../img/sample_bedding/effect_tsuki.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  top: auto;
  left: 5rem;
  right: auto;
  transform: translateY(50%);
}

@media screen and (min-width:768px) {

  .sample_entry .sample_bedding_effect-kaze::before,
  .sample_entry .sample_bedding_effect-tsuki::after {
    width: 9rem;
    height: 8rem;
  }

  .design .sample_bedding_effect-tsuki::after {
    left: 25%;
  }

}

.sample_bedding_effect-suimin::after {
  background: url(../img/sample_bedding/effect_suimin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  top: auto;
  left: auto;
  right: 0;
  width: 40vw;
  height: 9rem;
  transform: translateY(50%);
}


@media screen and (min-width:930px) {
  .sample_bedding_effect-suimin::after {
    background: url(../img/sample_bedding/effect_suimin_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    right: -60px;
    width: 25%;
  }
}



/*  Section
====================================*/
.sample_bedding_section {
  padding: 6rem 0 6rem;
}

.sample_bedding_section.rethink {
  background-color: #fff;
  padding: 6rem 0 0;
}

.sample_bedding_section.design {
  background-color: #f0ece9;
  padding: 6rem 0 0;
}

.sample_bedding_section.guide {
  background-color: #f0ece9;
  padding: 6rem 0 0;
}

.effect-midori-lb {
  background-color: #fff;
  background-image: url(../img/sample_bedding/effect_midori.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #f0ece9;
  background-size: 70%;
}

.effect-kiiro-rb {
  background-color: #fff;
  background-image: url(../img/sample_bedding/effect_kiiro.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #f0ece9;
  background-size: 100%;
}

@media screen and (min-width:768px) {
  .effect-midori-lb {
    background-size: 30%;
  }

  .effect-kiiro-rb {
    background-size: 47%;
  }
}

.sample_bedding_section.form {
  padding: 0;
}

.sample_bedding_ttl {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  padding: 2rem 0 3rem;
}

.sample_bedding_ttl-marker {
  counter-increment: marker;
  background: linear-gradient(transparent 60%, #F5E928 0%);
  font-size: 18px;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.sample_bedding_ttl-marker::before {
  content: counter(marker, decimal-leading-zero);
  font-size: 32px;
  line-height: 1;
  margin-right: 0.5rem;
}


.sample_entry_sub_ttl {
  font-size: 1.4rem;
  color: #57674C;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (min-width:768px) {

  .sample_entry_sub_ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}


.sample_bedding_sub_ttl {
  position: relative;
  font-size: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #2E6A2E;
}

.sample_bedding_sub_ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #2E6A2E;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sample_bedding_sub_ttl.no-border {
  position: relative;
  font-size: 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  text-align: center;
  color: #2E6A2E;
}

.sample_bedding_sub_ttl.no-border::after {
  content: none;
}

.sample_bedding_bg-white {
  background-color: #fff;
}

.sample_bedding_btn_wrapper {
  padding: 0 0 7rem;
}

@media screen and (min-width:768px) {
  .sample_bedding_btn_wrapper {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 6rem;
  }
}

.sample_bedding_btn {
  text-align: center;
}

.sample_bedding_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 90%;
  max-width: 267px;
  height: 38px;
  background: linear-gradient(90deg, #2f6c2c 35%, #458b0c 100%);
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 27px;
  line-height: 1;
  margin: 0 auto;
  padding: 1rem 1rem;
  position: relative;
}


@media screen and (min-width:768px) {
  .sample_bedding_btn a {
    width: 100%;
    max-width: 480px;
    height: 56px;
    font-size: 16px;
  }
}

.sample_bedding_btn img {
  width: 1em;
  height: 1em;
  vertical-align: bottom;
}

.sample_bedding_btn a::before {
  transform: rotate(40deg);
  top: -6px;
}

.sample_bedding_btn a::after {
  transform: rotate(-40deg);
  bottom: -7px;
}

.sample_bedding_lists_wrap {
  display: flex;
  justify-content: center;
}

.sample_bedding_lists {
  display: inline-block;
  margin: 3rem auto;
}

.sample_bedding_lists.simple {
  display: block;
  list-style: inside;
  color: #2E6A2E;
}

.sample_bedding_lists.simple span {
  color: #434343;
}

.sample_bedding_list {
  font-size: 1.4rem;
}

.sample_bedding_list + .sample_bedding_list {
  margin-top: 1rem;
}

.sample_bedding_list img {
  width: 1.2em;
  height: 1.2em;
  aspect-ratio: 1 / 1;
  vertical-align: middle;
  margin-right: 0.5em;
}

.sample_bedding_txt + .sample_bedding_txt {
  margin-top: 1rem;
}

.sample_bedding_desc {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.sample_bedding_section_image {
  padding: 0;
}

.sample_bedding_btn_ttl {
  font-size: 10px;
  color: #2E6A2E;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (min-width:768px) {

  .sample_bedding_btn_ttl {
    font-size: 16px;
  }
}

.sample_entry .sample_bedding_btn {
  font-size: 1.4rem;
}


.sample_bedding_item_number {
  font-family: "jost", sans-serif;
  background-color: #f6e928;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  font-weight: 500;
}

.sample_bedding_ttl + .sample_bedding_item_number {
  margin-top: 0;
}

.sample_bedding_item_ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  width: calc(100% - 4rem);
  margin: 0 auto;
  color: #2E6A2E;
  margin-bottom: 20px;
}

@media screen and (min-width:768px) {

  .sample_bedding_item_ttl {
    font-size: 2.4rem;
    width: 100%;
    margin: 0 auto;
    color: #2E6A2E;
    margin-bottom: 2rem;
  }

}

.sample_bedding_card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}

.sample_bedding_card + .sample_bedding_card {
  margin-top: 2rem;
}

@media screen and (min-width:768px) {
  .sample_bedding_card {
    display: grid;
    grid-template-areas:
      "image title"
      "image text";
    grid-template-columns: 180px 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 17px;
  }

  .sample_bedding_card + .sample_bedding_card {
    margin-top: 4rem;
  }
}


.sample_bedding_card_ttl {
  font-size: 1.8rem;
  text-align: center;
  padding: 1.8rem 0.5rem 1rem;
  color: #2E6A2E;
  line-height: 1.2;
}

.sample_bedding_card_text {
  padding: 0 2rem 2rem;
}


@media screen and (min-width:768px) {
  .sample_bedding_card_image {
    grid-area: image;
  }

  .sample_bedding_card_ttl {
    grid-area: title;
    text-align: left;
    padding: 0 1.5rem 0;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    word-break: keep-all;
    line-height: 1.2;
  }

  .sample_bedding_card_text {
    grid-area: text;
    line-height: 1.5;
    padding: 0 1.5rem;
  }
}

/*  セット内容
====================================*/
.sample_bedding_set {
  background-color: #fff;
  width: calc(100% - 4rem);
  margin: 3rem auto;
  padding: 2rem;
  border-radius: 10px;
}

@media screen and (min-width:768px) {

  .sample_bedding_set {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

}

.sample_bedding_set_ttl {
  text-align: left;
  border-bottom: solid 1px #2E6A2E;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  line-height: 1;
}

.sample_bedding_set_lists {
  list-style: disc;
  color: #2E6A2E;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

.sample_bedding_set_list span {
  color: #434343;
}

@media screen and (max-width:767px) {
  .sample_bedding_set_content {
    display: flex;
    flex-direction: column;
  }

  .sample_bedding_set_image {
    margin-top: 1rem;
    order: 2;
  }
}

@media screen and (min-width:768px) {
  .sample_bedding_set_image {
    border-radius: 10px;
    overflow: hidden;
  }

  .sample_bedding_set_content {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 2rem;
  }

  .sample_bedding_set_list span {
    font-size: 14px;
  }
}

.sample_bedding_follow {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 80px;
  height: 0;
  top: 85%;
  right: 0;
  bottom: 6rem;
  margin-left: auto;
  z-index: 1;
}

@media screen and (min-width:768px) {

  .sample_bedding_follow {
    width: 115px;
    top: 75%;
  }
}

@media screen and (max-width:767px) {
  .sample_bedding_follow_image {
    width: 25px;
  }
}

.sample_bedding_follow a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 80px;
  height: 65px;
  background-color: #2e6b2e;
  border: solid 1px #fff;
  border-right: 0;
  border-radius: 20px 0 0 20px;
  transform: translateY(-110%);
}

.sample_bedding_follow_text {
  font-size: 10px;
  color: #fff;
}

@media screen and (min-width:768px) {
  .sample_bedding_follow a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 93px;
    background-color: #2e6b2e;
    border: solid 1px #fff;
    border-right: 0;
    border-radius: 20px 0 0 20px;
  }

  .sample_bedding_follow img {
    width: 43px;
    height: 36px;
  }
}


/*inview class*/
.visible {
  position: relative;
  opacity: 0;
  transition: 1.2s ease 0.5s;
}

.visible.btm {
  bottom: -20px;
}

.visible.rt {
  right: -20px;
}

.visible.lt {
  left: -20px;
}

.effect {
  opacity: 1;
}

.effect.btm {
  bottom: 0;
}

.effect.rt {
  right: 0;
}

.effect.lt {
  left: 0;
}

.effect_top::before {
  width: 0 !important;
}

/*æ³¨æ„æ–‡*/
.attention {
  padding-left: 6.66%;
  padding-right: 6.66%;
}

@media screen and (min-width: 768px) {
  .attention {
    text-align: center;
  }
}

/* base End ----------------------- */



/* sample_entry --------------------------- */
.sample_entry {}

.sample_entry_wrap {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sample_entry_inner {
  position: relative;
  z-index: 1;
}


/* sample_form --------------------------- */
.sample_form {
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sample_form h2 {
  font-size: 2.8rem;
  text-align: center;
}

.sample_form dd {
  margin: 0;
}

.sample_form .input_2 input {
  width: 48%;
}

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"] {
  width: calc(100% - 20px);
}


.kiyaku label {
  max-width: 100px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.doui_link {
  text-align: center;
  padding-top: 20px;
  text-decoration: underline;
}

.doui_link a {
  color: #434343;
}



/* service -------------------------------------*/
.sample_bedding .service {
  padding-left: 6.6%;
  padding-right: 6.6%;
}

.sample_bedding .service_inner {
  max-width: 480px;
  margin: 0 auto;
}

.sample_bedding .service_inner h2 {
  font-size: 3rem;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 50px;
  line-height: 1.3;
  letter-spacing: 2px;
}

.sample_bedding .service_inner h2 small {
  font-size: 1.6rem;
  letter-spacing: normal;
}

.sample_bedding .service_inner dl {}

.sample_bedding .service_inner dl dd {
  padding-top: 30px;
  padding-bottom: 50px;
}

.sample_bedding .service_inner dl h3 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 30px;
}

/* service End ---------------------------------*/



/* Oorganic_furniture -------------------------------------*/
.Oorganic_furniture {
  padding-left: 6.6%;
  padding-right: 6.6%;
  padding-bottom: 6rem;
}

.Oorganic_furniture h2 {
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 50px;
}

.Oorganic_furniture h2 small {
  font-size: 1.6rem;
}

.quality_list {
  max-width: 690px;
  margin: 0 auto;
}

.quality_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}

.quality_img {
  width: 39%;
}

.quality_txt {
  width: 53.84%;
}

.quality_txt h3 {
  font-size: 2rem;
  padding-bottom: 3px;
}

.quality_txt p {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .quality_list li {
    padding-bottom: 0;
  }

  .quality_list li:nth-child(even) {
    flex-direction: row-reverse;
  }

  .quality_img {
    width: 50%;
  }

  .quality_txt {
    width: 50%;
    text-align: center;
  }

  .quality_txt p {
    max-width: 200px;
    margin: 0 auto;
  }
}

/* Oorganic_furniture End ---------------------------------*/