@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
body {
  position: relative;
  color: #555;
}

.no__scroll {
  overflow: hidden;
}

h1 {
  background: none;
}

h2 {
  border-bottom: none;
}

h3 {
  background: none;
}

h4 {
  border-left: none;
}

img {
  vertical-align: bottom;
  height: auto;
}

/******************************
　キーカラーを指定して下さい。
******************************/

:root {
  --color-primary: #bca25f;
  /*キーカラー(16進数)*/
  --color-primary-rgb: 188, 162, 95;
  /*キーカラー(RBG)*/
  --color-txt: #555;
  /*テキストカラー(RBG)*/
}

.item-ttl__top {
  background-color: rgba(188, 162, 95, 0.8);
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: .1em;
  padding: .1em 0 .19em;
}

.item__ttl-num {
  font-size: 1.15em;
  margin-left: .1em;
  margin-top: 3em;
}

.item-ttl__txt-border {
  font-weight: 600;
  border-bottom: 2px solid rgba(188, 162, 95, 0.6);
  padding-bottom: .1em;
}

.item {
  border-bottom: 2px solid #e7e7e9;
  margin: 1em 0 2.3em;
}

.item:last-child {
  border-bottom: none;
}

.item__about-img {
  text-align: center;
}

.item__about-img-height {
  height: auto;
}

.item__about-name {
  text-align: center;
  color: #bca25f;
  font-size: 1.5em;
  letter-spacing: .04em;
  margin-bottom: 0;
  font-weight: 600;
  padding-bottom: .15em;
  line-height: 1.4em;
}

.item__about-copy {
  text-align: center;
  display: block;
  font-size: 1.3em;
  color: #555;
  margin-bottom: .5em;
  font-weight: 600;
  opacity: .85;
  letter-spacing: .04em;
}

.item__about-copy--marker {
  background: linear-gradient(transparent 60%, rgba(188, 162, 95, 30%) 0%);
  font-weight: 600;
}

.item__about-txt {
  color: #555;
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.8em;
  padding: 0 .8em;
}

.item__prod-list {
  display: flex;
  flex-wrap: wrap;
}

.item__prod-img-height {
  height: auto;
  max-height: 100%;
}

.item__prod-name {
  text-align: center;
  letter-spacing: .04em;
  margin: 0;
  padding: 0;
  font-size: 1.12em;
  /* color: #555; */
  font-weight: 600;
  line-height: 1.5em;
}

.item__prod-price {
  text-align: center;
  display: block;
  /* color: #555; */
  font-size: 15px;
}

.item__prod-tax {
  font-size: 75%;
}

.item__prod-btn {
  position: relative;
  font-weight: 500;
  background-color: #f79733;
  width: 72%;
  color: white;
  text-align: center;
  margin: auto auto 0;
  display: block;
  border-radius: 2em;
  padding: .5em 0;
  letter-spacing: .05em;
  font-weight: 600;
  line-height: 1.5;
}

.item__prod-btn::after {
  content: "";
  width: .5em;
  height: .5em;
  border: 1.6px solid white;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.item__btn-l {
  width: 97%;
  color: #bca25f;
  border: .1em solid rgba(188, 162, 95, 0.75);
  display: block;
  text-align: center;
  border-radius: 5em;
  padding: 1em 1.5em;
  margin: 0 auto 2em;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: .04em;
}

.item__btn-l-inner {
  position: relative;
}

.item__btn-l-inner::after {
  content: "";
  width: .6em;
  height: .6em;
  border: 2px solid white;
  border-color: rgba(188, 162, 95, 0.8) rgba(188, 162, 95, 0.8) transparent transparent;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  right: -1em;
  top: 50%;
  /* bottom: .2em; */
}

.category {
  width: 100%;
  background-color: #bca874;
  padding: 1em 0 2em;
}

.category__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.35em;
  letter-spacing: .1em;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: .8em;
}

.category__ttl-inner {
  padding-bottom: .2em;
}

.category__list {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.category__item {
  width: 46%;
  margin: 0 2% .8em 2%;
}

.category__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bca25f;
  background-color: white;
  text-align: center;
  border-radius: 2em;
  padding: .5em 1.5em .5em .5em;
  min-height: 3.5em;
  line-height: 1.4em;
  font-weight: 600;
  position: relative;
  letter-spacing: .05em;
}

.category__item a::after {
  content: "";
  width: .5em;
  height: .5em;
  border: 2px solid white;
  border-color: #bca25f #bca25f transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  bottom: 40%;
}

/* スクリーンサイズが320px以下の場合に適用 */

@media screen and (max-width: 320px) {
  .lead__txt {
    font-size: 89%;
  }
  .nav, .item__wrapper, .category {
    font-size: 85%;
  }
  .item-ttl__txt-border {
    border-bottom: .1em solid rgba(188, 162, 95, 0.6);
  }
}

@media screen and (min-width: 769px) {
  .item {
    margin: 1em 0 70px;
  }

  .item-ttl__txt-border {
    font-weight: 500;
    font-size: 1.5em;
    padding-bottom: 0;
    letter-spacing: .15em;
  }

  .item-ttl__top {
    font-weight: 500;
    font-size: 1.5em;
    padding: .1em 0;
  }

  .item__about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  /*.item__about--reverse{
      flex-direction: row-reverse;
    }*/

  li.item:nth-child(even) .item__about {
    flex-direction: row-reverse;
  }

  li.item:nth-child(even) .item__about-txt-area {
    padding: 0 60px 0 25px !important;
  }

  .item-list {
    padding: 0 16px;
  }

  .item__about-img, .item__about-txt-area {
    width: 480px;
  }

  .item__about-txt-area {
    padding: 0 0 0 55px;
  }

  .item__about-name {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 1.8em;
    letter-spacing: .08em;
    margin-bottom: 2px;
  }

  .item__about-copy {
    text-align: left;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 14px;
    font-size: 1.4em;
  }

  .item__about-copy--marker {
    font-weight: 500;
  }

  .item__about-txt {
    padding: 0;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: .03em;
  }

  .item__prod-list {
    justify-content: center;
    width: 100%;
  }

  .item__prod-list.col-3 {
    justify-content: space-between;
  }

  .item__prod-list.col-3::after {
    content:"";
    display: block;
    width: 230px;
  }

  .item__prod-name {
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: .07em;
    font-weight: 500;
  }

  .item__prod-price {
    font-size: 20px;
  }

  .item__prod-btn {
    font-weight: 500;
    font-size: 1.15em;
    width: 144px;
  }

  .item__prod-btn:hover {
    opacity: .5;
    transition: .5s;
  }

  /*** .fewer2 **/

  .item__prod-list.fewer2 .item__prod-link {
    display: flex;
    align-items: center;
  }

  .item__prod-list.fewer2 .item__prod {
    max-width: 47%;
  }

  .item__prod-list.fewer2 .item__prod-img {
    width: 230px;
  }

  .item__prod-list.fewer2 .item__prod-txt {
    width: 200px;
    padding-left: 15px;
    position: relative;
  }

  .item__prod-list.fewer2 .item__prod-name {
    margin-top: 0;
    padding-top: 0;
  }

  .item__prod-list.fewer2 .item__prod-btn {
    left: 15px;
  }

  .item__btn-l {
    width: 430px;
    font-size: 18px;
    font-weight: 500;
    margin: 22px auto 70px;
    border: .12em solid rgba(188, 162, 95, 0.75);
  }

  .item__btn-l-inner::after {
    bottom: .4em;
  }

  .item__btn-l:hover {
    background-color: #bca25f;
    color: white;
    border: .12em solid #bca25f;
    opacity: .9;
    transition: .5s;
  }

  .item__btn-l:hover::after {
    content: "";
    width: .6em;
    height: .6em;
    border: 2px solid white;
    border-color: white white transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2em;
    bottom: 1.4em;
    transition: .5s;
  }

  .category {
    padding: 1em 0 4em;
  }

  .category__ttl {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .category__ttl-inner {
    font-size: 1.3em;
    font-weight: 500;
    padding-bottom: 0;
  }

  .category__list {
    width: 700px;
  }

  .category__item {
    margin: 0 1% .8em 1%;
  }

  .category__item a {
    border: 2px solid transparent;
    font-size: 1.2em;
  }

  .category__item a:hover {
    border: 2px solid #fff;
    background-color: #bca25f;
    transition: .5s;
    color: white;
  }

  .category__item a:hover::after {
    content: "";
    width: .6em;
    height: .6em;
    border: 2px solid white;
    border-color: white white transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2em;
    bottom: 40%;
    transition: .5s;
  }

  .pane-footer {
    padding: 0;
  }
}

/* general */

.btn__wrap {
  display: flex;
  justify-content: center;
}

.btn__cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  width: 436px;
  height: 68px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.06em;
  background-color: #f79532;
  border-radius: 50vh;
  pointer-events: unset;
}

.btn__cart.is-disabled {
  background-color: #ccc;
  pointer-events: none;
}

.btn__cart::before {
  content: '';
  margin-right: 7px;
  width: 30px;
  height: 32px;
  background: url(/img/usr/freepage/petite_maison/icon-cart.png) no-repeat;
}

.btn__cart::after {
  content: '';
  margin-left: 30px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.link__basic {
  position: relative;
  padding-right: 15px;
  color: #555;
  border-bottom: 1px solid #555;
}

.link__basic span::after {
  content: '\025bc';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  color: #555;
  font-size: 13px;
  transform: translate(0, -50%);
}

.tag__item {
  padding: 2px 10px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .02em;
  text-align: center;
  border-radius: 5px;
  background-color: #b69e5b;
}

@media screen and (min-width: 769px) {
  .pc__only {
    display: inherit;
  }

  .sp__only {
    display: none!important;
  }

  .btn__cart {
    transition: .5s;
  }

  .btn__cart:hover {
    opacity: .7;
    color: #fff;
  }

  .btn__cart:focus {
    color: #fff;
  }

  .link__basic {
    font-size: 17px;
  }

  .link__basic:hover {
    color: #555;
    opacity: .7;
  }

  .btn__wrap + .btn__wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pc__only {
    display: none!important;
  }

  .sp__only {
    display: inherit;
  }

  .btn__cart {
    justify-content: space-evenly;
    width: 92.1052631579vw;
    height: 50px;
    max-width: 280px;
    font-size: 14px;
    font-weight: 600;
  }

  .btn__cart::before {
    margin-right: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .btn__cart::after {
    margin-left: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .link__basic {
    font-size: 12px;
  }

  .link__basic span::after {
    margin-top: 0;
    font-size: 10px;
  }

  .btn__wrap + .btn__wrap {
    margin-top: 18px;
  }
}

/* slider */
.slick-slide {
  pointer-events: none;
}

.slick-slide img {
  max-height: 468px;
}

@media screen and (max-width: 768px) {
  .slick-slide img {
    height: 66.6666666667vw;
    width: auto;
  }
}

/* intro */
.intro__inner .text p {
  margin-bottom: 15px;
}

.intro__inner .text p:last-child {
  margin-bottom: 0;
}

.intro__nav {
  width: 100%;
  background-color: #f4f4dd;
}

.intro__nav .list__item {
  position: relative;
}

.intro__nav .list__item .caption {
  display: block;
  color: #bc9e57;
  letter-spacing: .16em;
}

.intro__nav .list__item .title {
  display: block;
  letter-spacing: .14em;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .petite-maison__intro {
    display: flex;
    flex-direction: column;
    background-image: url(/img/usr/freepage/petite_maison/bg_intro.jpg);
  }

  .intro__inner {
    margin: 50px auto;
    padding: 30px 0 50px;
    border: 2px solid #d2bb85;
    width: 900px;
    background-color: #fefaf6;
    border-radius: 50px;
  }

  .intro__inner .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .intro__inner .title {
    margin-bottom: 25px;
    text-align: center;
  }

  .intro__inner .text {
    margin-left: 13px;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .04em;
    text-align: center;
  }

  .intro__nav {
    box-shadow: 0px 4px 4px 0px rgba(44, 44, 42, 0.14);
  }

  .intro__nav__list {
    display: flex;
    justify-content: center;
  }

  .intro__nav .list__item {
    text-align: center;
    font-weight: 500;
  }

  .intro__nav .list__item:after {
    position: absolute;
    bottom: 32px;
    right: 0;
    content: '';
    width: 2px;
    height: 28px;
    background-color: rgba(136, 136, 136, .2);
  }

  .intro__nav .list__item:last-child:after {
    display: none;
  }

  .intro__nav .list__item a {
    display: block;
    padding: 25px 50px 30px;
  }

  .intro__nav .list__item .caption {
    font-size: 13px;
  }

  .intro__nav .list__item .title {
    position: relative;
    margin-top: 5px;
    margin-right: 20px;
    font-size: 17px;
  }

  .intro__nav .list__item .title::after {
    content: '\025bc';
    margin-left: 5px;
    color: #bc9e57;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .petite-maison__intro {
    padding: 20px 0 0;
    background-image: url(/img/usr/freepage/petite_maison/sp/bg_intro.jpg);
  }

  .intro__inner {
    margin: 0 auto 20px;
    padding: 25px 0 38px;
    width: 92%;
    background-color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
  }

  .intro__inner .title {
    display: none;
  }

  .intro__inner .image {
    margin: 0 auto 23px;
    width: 92.2965116279%;
  }

  .intro__inner .text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .06em;
    text-align: center;
  }

  .intro__nav .list__item {
    border-bottom: 1px solid rgba(136, 136, 136, .2);
  }

  .intro__nav .list__item:after {
    position: absolute;
    right: 5.33333333333vw;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/img/usr/freepage/petite_maison/icon-circle_arrow_go.png);
    background-size: contain;
    transform: translate(0, -50%);
  }

  .intro__nav .list__item a {
    display: block;
    padding: 10px 5.33333333333vw;
  }

  .intro__nav .list__item .caption {
    font-size: 10px;
    font-weight: 600;
  }

  .intro__nav .list__item .title {
    font-size: 16px;
    font-weight: 600;
  }
}

/* set */
.petite-maison__01 {
  background-image: url(/img/usr/freepage/petite_maison/bg_white.jpg);
}

.section__set {
  background-color: #fff;
}

.petite-maison__01-01 .underline {
  background: linear-gradient(transparent 60%, #faede6 0%);
}

.petite-maison__01-02 .underline {
  background: linear-gradient(transparent 60%, #e8f4f7 0%);
}

.petite-maison__01-03 .underline {
  background: linear-gradient(transparent 60%, #fcf5db 0%);
}

.section__set .set__image .inner {
  display: flex;
  justify-content: space-between;
}

.section__set .set__point p:last-child {
  margin-bottom: 0;
}

.petite-maison__01-01 .set__point .text {
  color: #ba8460;
}

.petite-maison__01-02 .set__point .text {
  color: #909a9d;
}

.petite-maison__01-03 .set__point .text {
  color: #b59d48;
}

.petite-maison__01-01 .product__category {
  border-color: #ba8460;
  color: #ba8460;
}

.petite-maison__01-02 .product__category {
  border-color: #909a9d;
  color: #909a9d;
}

.petite-maison__01-03 .product__category {
  border-color: #b59d48;
  color: #b59d48;
}

.petite-maison__01-01 .product__image {
  background-color: #f8e6db;
}

.petite-maison__01-02 .product__image {
  background-color: #e5ecee;
}

.petite-maison__01-03 .product__image {
  background-color: #fbf2d3;
}

.set__product {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .petite-maison__01 {
    padding: 37px 0 100px;
  }

  .petite-maison__01 .container {
    margin: 0 auto;
    width: 928px;
  }

  .petite-maison__01 h2 {
    margin: 0 auto 20px;
    text-align: center;
  }

  .petite-maison__01 .anchor {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .petite-maison__01 .anchor a {
    transition: .3s ease-out;
  }

  .petite-maison__01 .anchor a:hover {
    margin-top: -10px;
  }

  .petite-maison__01 .anchor a:hover img {
    opacity: 1;
  }

  .section__set {
    margin-bottom: 37px;
    padding: 25px 0 40px;
    border-radius: 30px;
  }

  .section__set h3 {
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
  }

  .section__set .set__image {
    margin: 0 auto;
    width: 793px;
  }

  .section__set .set__image .inner {
    margin: 8px auto 30px;
  }

  .section__set .set__text {
    margin: 0 auto;
    width: 793px;
  }

  .section__set .set__text p {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 1.9;
  }

  .petite-maison__01 .underline {
    font-size: 19px;
    font-weight: 500;
  }

  .section__set .set__text p:last-child {
    margin-bottom: 0;
  }

  .section__set .set__point {
    position: relative;
    margin: 50px auto 70px;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .petite-maison__01-01 .set__point {
    width: 603px;
    height: 279px;
    background-image: url(/img/usr/freepage/petite_maison/img_point_01.png);
  }

  .petite-maison__01-02 .set__point {
    width: 648px;
    height: 286px;
    background-image: url(/img/usr/freepage/petite_maison/img_point_02.png);
  }

  .petite-maison__01-03 .set__point {
    width: 588px;
    height: 284px;
    background-image: url(/img/usr/freepage/petite_maison/img_point_03.png);
  }

  .section__set .set__point .text {
    display: flex;
    align-items: center;
    position: absolute;
    width: 320px;
    text-align: center;
  }

  .petite-maison__01-01 .set__point .text {
    top: 85px;
    left: 52px;
  }

  .petite-maison__01-02 .set__point .text {
    top: 70px;
    left: 215px;
    width: 400px;
  }

  .petite-maison__01-03 .set__point .text {
    top: 85px;
    left: 48px;
  }

  .section__set .set__point p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.75;
  }

  .set__product {
    justify-content: center;
  }

  .set__product::after {
    content: '';
    width: 190px;
  }

  .set__product__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 40px;
    margin-right: 30px;
    width: 190px;
    text-align: center;
  }

  .petite-maison__01-01 .set__product__item:hover .product__image {
    background-color: #d6ab90;
  }

  .petite-maison__01-02 .set__product__item:hover .product__image {
    background-color: #b1bbbe;
  }

  .petite-maison__01-03 .set__product__item:hover .product__image {
    background-color: #cab66f;
  }

  .set__product__item:hover img {
    opacity: 1;
  }

  .set__product__item:nth-child(4n) {
    margin-right: 0;
  }

  .set__product .product__category {
    display: inline-block;
    margin-bottom: 20px;
    padding: 3px 13px;
    border: 2px dotted;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    border-radius: 50vh;
  }

  .set__product .product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
    border-radius: 50vh;
  }

  .set__product .product__name,
  .set__product .product__price {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    /* letter-spacing: .1em; */
    line-height: 1.4;
  }

  .set__product .product__name {
    display: flex;
    align-items: center;
    height: 45px;
  }

  .set__product .product__price {
    margin-top: 5px;
  }

  .set__line {
    display: block;
    margin-top: 48px;
    text-align: center;
  }

  .bnr__set {
    display: block;
    margin: 0 auto;
    width: 1400px;
  }
}

@media screen and (max-width: 768px) {
  .petite-maison__01 {
    padding: 25px 0;
  }

  .petite-maison__01 .container {
    margin: 0 auto 20px;
    width: 92%;
  }

  .petite-maison__01 h2 {
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
  }

  .petite-maison__01 h2 img {
    width: 95.9537572254%;
  }

  .petite-maison__01 .anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .petite-maison__01 .anchor a {
    width: 49.8571428571%;
  }

  .petite-maison__01 .anchor a:nth-child(3) {
    margin-top: 5px;
  }

  .section__set {
    margin-bottom: 20px;
    padding: 10px 3.33333333333% 27px;
    border-radius: 25px;
  }

  .section__set .set__image .inner{
    align-items:  flex-start;
    margin: 4px auto 0;
  }

  .section__set .set__image .inner img {
    width: 49.4556765163%;
  }

  .section__set .set__text {
    margin: 12px auto 20px;
  }

  .section__set .set__text p {
    font-size: 13px;
    letter-spacing: .04em;
    line-height: 1.9;
  }

  .petite-maison__01 .underline {
    font-size: 14px;
    font-weight: 600;
  }

  .section__set .set__point {
    position: relative;
    margin: 0 auto 33px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .petite-maison__01-01 .set__point {
    background-image: url(/img/usr/freepage/petite_maison/sp/img_point_01.png);
    max-width: 296px;
    height: 288px;
  }

  .petite-maison__01-02 .set__point {
    background-image: url(/img/usr/freepage/petite_maison/sp/img_point_02.png);
    max-width: 322px;
    height: 333px;
  }

  .petite-maison__01-03 .set__point {
    background-image: url(/img/usr/freepage/petite_maison/sp/img_point_03.png);
    max-width: 304px;
    height: 322px;
  }

  .section__set .set__point .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 55px;
    left: 50%;
    width: 250px;
    text-align: center;
    transform: translate( -50%, 0);
  }

  .petite-maison__01-02 .set__point .text {
    top: 60px;
    width: 300px;
  }

  .section__set .set__point p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.75;
  }

  .set__product__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 50%;
    text-align: center;
  }

  .set__product__item.sp__only {
    justify-content: center;
  }

  .set__product .product__category {
    display: inline-block;
    margin-bottom: 13px;
    padding: 3px 13px;
    border: 1px dotted;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    border-radius: 50vh;
  }

  .set__product .product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    width: 125px;
    height: 125px;
    border-radius: 50vh;
  }

  .set__product .product__image img {
    width: auto;
    max-height: 89px;
    max-width: 104px;
  }

  .set__product .product__name,
  .set__product .product__price {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.4;
  }

  .set__product .product__price {
    margin-top: 5px;
  }

  .set__line {
    display: block;
    margin: 28px auto 0;
    width: 78.8vw;
    text-align: center;
  }

  .bnr__set {
    display: block;
    margin: 0 auto;
  }
}

/* lineup */
.petite-maison__02 {
  background-color: #f8f8ec;
}

.category__nav {
  margin-bottom: 30px;
}

.category__nav .nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category__nav .nav__item {
  margin-bottom: 12px;
  width: 32.3711340206%;
}

.category__nav .nav__item:hover a {
  transition: .5s;
}

.category__nav .nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  height: 82px;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  letter-spacing: .08em;
  background-color: #bca25f;
}

.category__nav .nav__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/img/usr/freepage/petite_maison/icon-circle_arrow_wh.png) no-repeat center right;
  transform: translate(0, -50%);
}

.item__prod-title {
  font-size: 17px;
  text-align: center;
  font-weight: 500;
}

.item__prod-title span {
  background: linear-gradient(transparent 60%, #f3f3d7 0%);
}

.petite-maison__02 .tags {
  vertical-align: middle;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .petite-maison__02 {
    padding: 70px 0;
  }

  .petite-maison__02 .container {
    margin: 0 auto 100px;
    width: 970px;
  }

  .petite-maison__02 .lead {
    margin-bottom: 50px;
    background: url(/img/usr/freepage/petite_maison/ttl_lineup.png) no-repeat top center;
  }

  .petite-maison__02 .lead__txt {
    padding-top: 117px;
    font-size: 19px;
    letter-spacing: .12em;
    line-height: 1.9;
    text-align: center;
  }

  .category__nav .nav__item:nth-child(4) a {
    font-size: 16px;
    letter-spacing: .06em;
  }

  .petite-maison__02 .item__wrapper {
    margin-bottom: 42px;
    padding: 27px 60px 75px;
    border: 2px solid #c7b993;
    background-color: #fff;
    border-radius: 50px;
  }

  .petite-maison__02 .item__wrapper:last-child {
    margin-bottom: 0;
  }

  .petite-maison__02 .item-ttl__txt-inner {
    margin: 0 auto 47px;
    text-align: center;
  }

  .item__prod-list.detail .item__prod {
    width: 317px;
    margin-top: 60px;
  }

  .item__prod-list.detail .item__prod:nth-child(odd) {
    margin-right: 100px;
  }

  .item__prod-list.col-2 .item__prod {
    width: 47.2813238771%;
  }

  .item__prod-list.col-2 .item__prod-link {
    flex-direction: row;
  }

  .item__prod-list.col-3 .item__prod {
    margin-top: 45px;
    /* margin-right: 40px; */
    width: 230px;
    position: relative;
  }

  .item__prod-list.col-3 .item__prod:nth-child(-n+3) {
    margin-top: 0;
  }

  .item__prod-list.col-3 .item__prod:nth-child(3n) {
    margin-right: 0;
  }

  .item__prod-link {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }

  .item__prod-img {
    text-align: center;
  }

  .item__prod-copy {
    margin-top: .6em;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .12em;
    line-height: 2.1;
  }

  .item__prod-txt {
    font-size: 15px;
    letter-spacing: .04em;
    line-height: 2;
  }

  .item__prod-list.detail .item__prod-btn {
    margin-top: 20px;
  }

  .item__prod-list.col-2 .item__prod-btn {
    margin-top: 10px;
  }

  .category__nav .nav__item a:hover {
    opacity: .8;
  }

  .category__nav .nav__item a:hover img {
    opacity: 1;
  }

  .item__prod-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .petite-maison__02 .container {
    padding: 35px 0;
  }

  .petite-maison__02 .lead {
    margin-bottom: 22px;
    background: url(/img/usr/freepage/petite_maison/sp/ttl_lineup.png) no-repeat top center;
    background-size: contain;
  }
  
  .petite-maison__02 .lead__txt {
    padding-top: 23vw;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 2.16;
    text-align: center;
  }
  
  .category__nav .nav__list {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  
  .category__nav .nav__item {
    width: 48.5714285714%;
  }

  .category__nav .nav__item a {
    padding-left: 5px;
    height: 48px;
    font-size: 12px;
    text-align: center;
  }

  .category__nav .nav__item a img {
    max-height: 26px;
  }

  .category__nav .nav__item a::after {
    right: 9px;
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  .category__nav .nav__item-txt {
    width: 64%;
  }

  .petite-maison__02 .item__wrapper {
    margin: 0 auto 15px;
    padding: 15px 30px 0;
    border: 1px solid #c7b993;
    width: 93.3333333333vw;
    background-color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
  }

  .petite-maison__02 .item__wrapper:last-child {
    margin-bottom: 0;
  }

  .petite-maison__02 .item-ttl__txt-inner {
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
  }

  .tag__item {
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
    white-space: nowrap;
  }

  .item__about-txt {
    padding: 0;
    font-size: 13px;
  }

  .item__prod-list {
    justify-content: space-between;
  }

  .item__prod-list .item__prod {
    margin-bottom: 35px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  .item__prod-list.col-3 .item__prod {
    width: 42%;
  }

  .item__prod-list .item__prod a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .item__prod-list.col-2 .item__prod a {
    flex-direction: row;
    justify-content: space-around;
  }

  .item__prod-list .item__prod .wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .item__prod-btn {
    margin-top: 15px;
  }

  .item__prod-list .item__prod .item__prod-btn {
    max-width: 125px;
  }

  .item__prod-list.col-3 .item__prod .item__prod-btn {
    margin-top: auto;
  }

  .item__prod-list.col-2 .item__prod .item__prod-btn,
  .item__prod-list.col-3 .item__prod .item__prod-btn {
    width: 100%;
  }

  .item__prod-list.detail .item__prod-img {
    margin: 0 auto;
    width: 80%;
  }

  .item__prod-list.col-2 .item__prod-img {
    width: 40%;
  }

  .item__prod-list.col-2 .item__prod-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .petite-maison__02-03 .item__prod-img {
    height: 150px;
  }

  .petite-maison__02-03 .item__prod-img img {
    max-height: 100%;
    width: auto;
  }

  .petite-maison__02-03 .item__prod-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
  }

  .petite-maison__02-03 .item__prod-list.col-3 .item__prod .item__prod-btn {
    margin-top: 10px;
  }

  .item__prod-list.col-2 .item__prod-name {
    margin-top: 0;
  }

  .item__prod-img {
    text-align: center;
  }

  .item__about-name {
    font-size: 18px;
  }

  .item__about-copy {
    font-size: 13px;
  }

  .item__prod-copy {
    margin: 10px auto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-align: center;
  }

  .item__prod-txt {
    font-size: 12px;
    letter-spacing: .04em;
    line-height: 1.8;
  }

  .category__list {
    width: 82vw;
  }

  .category__item {
    width: 100%;
    box-sizing: border-box;
  }

  .item__prod-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 320px) {
  .petite-maison__01-02 .set__point .text {
    top: 50px;
  }
  .petite-maison__01-02 .set__point .text p {
    line-height: 1.5;
  }
}

/* choice */
.petite-maison__03 .title__choice {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.petite-maison__03-01 {
  background-color: #f5f5db;
}

.petite-maison__03-01 .title {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.petite-maison__03-01 .title .ja {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #9f780d;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  transform: translate( -50%, -50%);
}

.list__steps__item {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}

.list__steps__item .step {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.list__steps__item .step .text {
  margin-right: 10px;
  font-size: 19px;
  letter-spacing: .06em;
  font-weight: 600;
  text-decoration: underline;
}

.list__steps__item .step .num {
  display: inline-block;
  width: 43px;
  height: 43px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
  background-color: #b69e5b;
  border-radius: 50vh;
}

.list__steps__item .image {
  margin-bottom: 5px;
}

.list__steps__item .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
}

.petite-maison__03-02 {
  background: url(/img/usr/freepage/petite_maison/bg_dot.jpg);
}

.petite-maison__03-02 .title__wrap {
  position: relative;
  background-color: #bca25f;
}

.petite-maison__03-02 .title__wrap::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #bca25f transparent transparent transparent;
  transform: translate(-50%, 0);
}

.petite-maison__03-02 .title__wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 50px;
  height: 112px;
}

.petite-maison__03-02 .title__wrap .title span {
  font-size: 25px;
  letter-spacing: .12em;
  color: #fff;
  font-weight: 600;
}

.petite-maison__03-02 .title__wrap .title .sub {
  margin-bottom: 10px;
  padding: 3px 10px;
  background-color: #fff;
  color: #b19345;
  font-size: 19px;
  letter-spacing: .06em;
  line-height: 1;
  border-radius: 3px;
}

.petite-maison__03-02 .lead p {
  display: inline-block;
  padding: 3px 13px;
  background-color: #fff;
}

.choice__group {
  margin-bottom: 30px;
  padding: 38px 45px 20px;
  background-color: #fff;
  border-radius: 30px;
}

.choice__group:last-child {
  margin-bottom: 0;
}

.choice__group .title {
  position: relative;
  margin: 0 auto 38px;
  padding: 45px 0;
  color: #a78a3a;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .14em;
  text-align: center;
}

.choice__group .title::before,
.choice__group .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 874px;
  height: 10px;
  background: url(/img/usr/freepage/petite_maison/line_dash.png) no-repeat;
}

.choice__group .title::before {
  top: 0;
}

.choice__group .title::after {
  bottom: 0;
}

.choice__products__group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 18px;
}

.choice__products__group .product__wrap {
  position: relative;
  margin-right: 22px;
  width: 226px;
}

.choice__products__group .product__wrap.is-selected .product__image {
  position: relative;
  margin: -4px;
  border: 4px solid #f79532;;
}

.choice__products__group .product__image img {
  height: 226px;
  width: 226px;
}

.choice__products__group .product__text {
  padding: 25px 0;
  text-align: center;
}

.choice__products__group .product__name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .14em;
}

.choice__products__group .product__price {
  display: block;
  font-size: 16px;
  letter-spacing: .04em;
}

.choice__products__group .product__tax {
  font-size: 12px;
}

.product__wrap .btn__deselection {
  position: absolute;
  right: 11px;
  top: 13px;
  display: none;
  padding: 2px 0;
  width: 115px;
  background-color: #f79532;;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  border-radius: 50vh;
  cursor: pointer;
  letter-spacing: .12em;
}

.product__wrap .btn__deselection.is-active {
  display: block;
}

.product__wrap .count__group {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.product__wrap .count__group.is-active {
  display: flex;
}

.product__wrap .count__group button {
  color: #ffffff;
  width: 32px;
  height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #777776;
  letter-spacing: 0;
}

.product__wrap .count__group input {
  padding: 4px;
  color: #ffffff;
  text-align: center;
  width: 32px;
  height: 32px;
  border: 0;
  background-color: #a0a0a0;
  border-radius: 0;
  letter-spacing: 0;
}

.petite-maison__03 .band {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(191, 177, 137, .9);
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .5s;
}

body.is-in .petite-maison__03 .band {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .5s;
}

.petite-maison__03 .band.is-fixed {
  position: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: block;
  opacity: 1;
  transform: translate(0, 0);
}

.petite-maison__03 .band .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 13px 0;
  width: 964px;
}

.petite-maison__03 .band .band__price {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.petite-maison__03 .band .band__price .total {
  margin-right: 10px;
  font-size: 20px;
}

.petite-maison__03 .band .band__price .total .num {
  padding: 0 5px;
  font-size: 30px;
}

.petite-maison__03 .band .band__price .price {
  color: #fff;
}

.petite-maison__03 .band .band__price .price .yen {
  font-size: 34px;
}

.petite-maison__03 .band .band__price .price .payment {
  font-size: 40px;
}

.petite-maison__03 .band .band__price .price .tax {
  font-size: 15px;
  font-weight: 400;
}

.petite-maison__03 .band__buttons {
  display: flex;
}

.btn__reselect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 52px;
  border: 2px solid #f79532;;
  color: #e0903f;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .06em;
  background-color: #fff;
  border-radius: 50vh;
  transition: .5s;
}

.petite-maison__03 .band .btn__cart {
  margin-left: 10px;
  height: 52px;
  font-size: 18px;
}



.petite-maison__03 .band .band__price .price {
  color: #fff!important;
}

@media screen and (min-width: 769px) {

  .btn__reselect:hover {
    opacity: .8;
  }

  .petite-maison__03-01 {
    padding: 60px 0;
  }

  .petite-maison__03-01 .container {
    margin: 0 auto;
    width: 1000px;
  }

  .list__steps {
    display: flex;
    justify-content: space-between;
  }

  .list__steps__item {
    position: relative;
    padding: 45px 25px 15px;
    width: 31.5%;
    border-radius: 10px;
  }

  .list__steps__item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -43px;
    width: 35px;
    height: 45px;
    background: url(/img/usr/freepage/petite_maison/icon-arrow_go.png);
    transform: translate(0, -50%);
    z-index: 10;
  }

  .list__steps__item:last-child::after {
    display: none;
  }

  .petite-maison__03-02 {
    padding-bottom: 75px;
  }

  .petite-maison__03-02 .container {
    margin: 0 auto;
    width: 970px;
  }

  .petite-maison__03-02 .lead {
    margin-bottom: 45px;
    font-size: 19px;
    letter-spacing: .12em;
    text-align: center;
  }

  .petite-maison__03-02 .nav {
    margin-bottom: 50px;
  }

  .petite-maison__03 .band .btn__cart:hover {
    opacity: .8;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .petite-maison__03-01 {
    padding: 30px 0 40px;
  }

  .petite-maison__03-01 .title {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .petite-maison__03-01 .title .ja {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
  }

  .list__steps {
    margin: 0 auto;
    width: 85.4666666667vw;
  }

  .list__steps__item {
    position: relative;
    margin-bottom: 38px;
    padding: 43px 27px 21px;
    border-radius: 10px;
  }

  .list__steps__item::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 39px;
    height: 18px;
    background: url(/img/usr/freepage/petite_maison/sp/icon-arrow_go.png);
    background-size: contain;
    transform: translate(-50%,0);
    z-index: 10;
  }

  .list__steps__item:last-child::after {
    display: none;
  }

  .list__steps__item .image {
    margin-bottom: 21px;
  }

  .list__steps__item .caption {
    height: auto;
    font-size: 14px;
  }

  .list__steps__item .caption span {
    max-width: 100%;
  }

  .list__steps__item .step {
    top: -7px;
  }

  .list__steps__item .step .num {
    font-size: 28px;
  }

  .petite-maison__03-02 {
    padding-bottom: 40px;
  }

  .petite-maison__03-02 .title__wrap::after {
    bottom: -12px;
    border-width: 12px 16px 0 16px;
  }

  .petite-maison__03-02 .title__wrap .title {
    margin-bottom: 25px;
    height: 100px;
  }

  .petite-maison__03-02 .title__wrap .title .sub {
    font-size: 15px;
    border-radius: 2px;
  }

  .petite-maison__03-02 .title__wrap .title span {
    font-size: 20px;
    font-weight: 600;
  }

  .petite-maison__03-02 .lead {
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 600;
  }

  .petite-maison__03-02 .lead p {
    display: block;
    padding: 0;
    background: none;
    text-align: center;
  }

  .petite-maison__03-02 .lead span {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 5px;
    background: #fff;
  }

  .petite-maison__03-02 .container {
    margin: 0 auto;
    width: 93.3333333333vw;
  }

  .choice__group {
    padding: 18px 18px 0;
    border-radius: 15px;
  }

  .choice__group .title {
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 16px;
  }

  .choice__group .title::before, .choice__group .title::after {
    width: 100%;
    background: url(/img/usr/freepage/petite_maison/sp/line_dash.png) no-repeat;
    background-size: contain;
  }

  .choice__products__group {
    justify-content: space-between;
    padding: 0;
  }

  .choice__products__group .product__wrap {
    margin: 0;
    width: 48.064516129%;
  }

  .choice__products__group .product__image img {
    height: auto;
    width: auto;
  }

  .product__wrap .btn__deselection {
    right: 8px;
    top: 8px;
    padding: 5px 10px;
    width: auto;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .product__wrap .count__group button {
    border-radius: 0;
  }

  .choice__products__group .product__text {
    padding: 15px 0;
  }

  .choice__products__group .product__name {
    font-size: 13px;
    font-weight: 600;
  }

  .choice__products__group .product__price {
    font-size: 12px;
  }

  .petite-maison__03 .band .container {
    flex-wrap: wrap;
    width: 93.3333333333vw;
  }

  .petite-maison__03 .band .band__price .total {
    font-size: 14px;
  }

  .petite-maison__03 .band .band__price .total .num {
    font-size: 21px;
    font-weight: 600;
  }

  .petite-maison__03 .band .band__price .price .yen {
    font-size: 20px;
  }

  .petite-maison__03 .band .band__price .price .payment {
    font-size: 25px;
    font-weight: 600;
  }

  .petite-maison__03 .band .band__price .price .tax {
    font-size: 10px;
  }

  .petite-maison__03 .band__buttons {
    justify-content: space-between;
    width: 100%;
  }

  .petite-maison__03 .btn__reselect {
    order: 2;
    width: 26.4450867052%;
    height: 35px;
    font-size: 11px;
  }

  .petite-maison__03 .band .btn__cart {
    margin-left: 0;
    order: 1;
    width: 69.7976878613%;
    height: 35px;
    font-size: 11px;
  }
}

/* pickup */
.petite-maison__04 {
  background-color: #f0f0ef;
}

.petite-maison__04 .lead {
  margin-bottom: 25px;
  font-size: 19px;
  letter-spacing: .12em;
  line-height: 1.9;
  text-align: center;
}

.petite-maison__04 .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.petite-maison__04 .title__brand {
  margin: 15px auto 5px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
}

.petite-maison__04 .title__text {
  padding: 0 5px;
  font-size: 13px;
  letter-spacing: .04em;
}

.petite-maison__04-02 {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {

  .petite-maison__04 .container {
    margin: 0 auto;
    padding: 55px 0;
    width: 980px;
  }

  .petite-maison__04 .list__brand {
    display: flex;
    justify-content: space-between;
  }

  .petite-maison__04 .list__brand__item {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .petite-maison__04 {
    padding-bottom: 40px;
  }

  .petite-maison__04 .container {
    margin: 0 auto;
    padding-top: 30px;
    width: 85.7333333333vw;
  }

  .petite-maison__04 .lead {
    font-size: 12px;
    letter-spacing: 0;
  }

  .petite-maison__04 .title {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 15px;
  }

  .list__brand__item {
    margin-bottom: 10px;
  }

  .petite-maison__04 .title__brand {
    margin: 12px 0 5px;
    padding: 0;
    font-size: 13px;
  }

  .petite-maison__04 .title__text {
    padding: 0;
    font-size: 10px;
  }
}

.block-page-top {
  transition: all .5s ease;
}

/* モーダルウィンドウ */
.btn__close {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.overlay .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.overlay .image img {
  width: 80%;
}



.petite-maison__02-01 ul li:first-child .item__prod-img{
  position: relative;
}
.petite-maison__02-01 ul li:first-child .item__prod-img img.online-only{
    position: absolute;
    width: 77px;
    left: -2em;
    top: -1em;
}
@media screen and (max-width: 768px) {
  .petite-maison__02-01 ul li:first-child .item__prod-img img.online-only {
    width: 4.7em;
    left: -2.6em;
  }
}

.video_wrap {
  padding: 100px 0 0;
}

.video_wrap .container {
  padding: 50px 50px 120px;
  background-color: #fff;
  border-radius: 30px;
}

.video_title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.8em;
  letter-spacing: .3em;
  color: #bca25f;
  text-align: center;
}

#video {
  display: block;
  margin: 0 auto;
  width: 700px;
  height: 394px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .video_wrap {
    padding: 25px 0 0;
  }

  .video_wrap .container {
    margin-bottom: 0;
    padding: 20px 20px 54px;
    width: 93.3333333333vw;
    background-color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
  }

  .video_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
  }

  #video {
    width: 100%;
    height: 50vw;
  }
}

.petite-maison__02-06 .item__prod .wrap{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.petite-maison__02-06 .item__prod .item__prod-img {
  position: relative;
  width: auto;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.petite-maison__02-06 .item__prod img.online-only {
  position: absolute;
  width: 64px;
  left: -60px;
  top: -1em;
  z-index: 10;
}
.petite-maison__02-06 .item__prod:nth-child(1) img.online-only,
.petite-maison__02-06 .item__prod:nth-child(2) img.online-only{
  left: -10px;
}

.petite-maison__02-06 .item__prod:nth-child(3) img.online-only{
  left: -47px;
}

@media screen and (max-width: 768px) {
  .petite-maison__02-06 .item__prod .item__prod-img {
    padding-top: 20px;
  }

  .petite-maison__02-06 .item__prod img.online-only {
    width: 3.2em;
    left: -20px;
  }
  .petite-maison__02-06 .item__prod img.online-only:nth-child(1),
  .petite-maison__02-06 .item__prod img.online-only:nth-child(2){
    left: -20px;
  }
}
