@charset "utf-8";
/* CSS Document */
/*==================================

COMMON

==================================*/
* {
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b3f;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 1px;
  /* background-color: rgb(255, 255, 255); */
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat, repeat;
  background-position: center bottom, right top;
}
img {
  width: 100%;
}
/*表示⇔非表示*/
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
/* sectionごとの設定 */
/* .main-section {
  padding: 100px 0;
} */
#wsb h2,#wsb h3,#wsb p,#wsb span,#wsb a,#wsb div {
  font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #444444;
	font-weight: 500;
}
.section-inner {
  padding: 130px 0 60px;
  /* width: 95%; */
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
  /*padding-right: 12px;*/
}
.ss-inner {
    max-width: 1000px;
    margin: 0px auto 40px;
    text-align: center;
}
.section-ttl {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.section-text {
  font-weight: 500;
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2.4;
  color: #fff;
}
.section-more-button {
  margin-top: 64px;
  width: 60%;
  display: inline-block;
  background-color: #020202;
  border-radius: 6px;
  box-shadow: 0 2px 3px 0 #979797;
}
.section-more-button a {
  display: block;
  padding: 20px;
  position: relative;
  align-items: center;
  color: #fff!important;
	background-color: #444444;
  font-size: 16px;
  font-weight: 500;
}
/*.section-more-button a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  background: url("../img/common/btn-arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}*/
.section-more-button:hover {
  opacity: 0.8;
}
.copyright {
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  /*表示⇔非表示*/
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  /* sectionごとの設定 */
  .main-section {
    /* padding: 80px 0; */
  }
  .section-inner {
    width: 95%;
    padding: 0 0 40px;
  }
  .section-ttl {
    margin-bottom: 40px;
    width: 90%;
  }
  .section-text {
    margin-top: 32px;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 2;
  }
  .section-more-button {
    margin-top: 48px;
    width: 95%;
  }
  .section-more-button a {
    padding: 14px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .section-more-button a::after {
    width: 10px;
    height: 10px;
    top: 50%;
    right: 4%;
  }
}
/*=======================================================

COMMON - SLIDER

=======================================================*/
.product-image-slider {
  margin-top: 50px;
  width: 100%;
}

.product-image-slider .slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: 8vw;
  object-fit: cover;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.product-image-slider .slider .slick-slide {
  margin: 0 15px; /*スライド左右の余白調整*/
}
@media screen and (max-width: 768px) {
  .product-image-slider {
    margin-top: 30px;
  }
  .product-image-slider .slider img {
    height: 20vh;
  }
  .product-image-slider .slider .slick-slide {
    margin: 0 0; /*スライド左右の余白調整*/
  }
}

@media screen and (max-width: 768px) {
  .swiper-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: relative;
  }
  .swiper-wrapper {
    max-width: 500px;
  }
  .swiper-slide {
    height: auto;
    width: 100%;
  }
  .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0.3;
  }
  .product-list.swiper-wrapper {
    flex-wrap: nowrap;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 50px; /* 背景画像の幅を必ず指定 */
    height: 50px; /* 背景画像の高さを必ず指定 */
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .swiper-button-prev {
    left: -12%;
  }
  .swiper-button-prev::after {
    background: transparent url(../img/common/btn-prev.png) no-repeat center /
      contain;
  }
  .swiper-button-next {
    right: -12%;
  }
  .swiper-button-next::after {
    background: transparent url(../img/common/btn-next.png) no-repeat center /
      contain;
  }
}

/*=======================================================

COMMON - PRODUCT LIST

=======================================================*/

.s-product-wrapper {
  text-align: center;
  margin: 0 auto;
  margin-top: 64px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0;
  margin: 0 auto;
  /* gap: 32px; */
}
.s-product-wrapper .sub-section {
	background-color: #f9f9f5;
    padding: 40px 80px;
}
.product-list .point-item {
	width: calc((100% - 16px* 2) / 3);
    position: relative;
    padding: 20px 0;
    /* background-color: #fff; */
    /* padding-bottom: 24px; */
    /* margin-top: 40px; */
}
.product-list .product-item {
	width: calc((100% - 16px* 3) / 4);
    position: relative;
    padding: 20px 0;
    /* background-color: #fff; */
    /* padding-bottom: 24px; */
    /* margin-top: 40px; */
}
.pickup-point {
	background-color: #f9f9f5;
    padding: 32px;
    margin-top: 36px;
}
.point-item p {
	padding-top: 7%;
	text-align: left;
	text-align:justify;
}
.point-item p span {
	font-size: 50px;
    color: #aaaaa7!important;
    position: absolute;
    left: 40px;
    top: 0%;
}

.product-list .product-img {
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(169, 169, 169, 0.5);
}
.product-list .product-desc {
  text-align: center;
  margin: 3vw auto 1.2vw;
  font-size: 1.8vw;
  color: #3b3b3f;
}
.product-list .brand,
.product-list .name {
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
}
.product-list .price {
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
.product-list .price span {
  font-size: 12px;
  padding-left: 2px;
}
.goto-btn {
  width: 76%;
  display: inline-block;
	border: solid 1px #444444;
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*アニメーションの指定*/
    transition: all .2s linear;
}
.section-more-button {
  position: relative;
}

.goto-btn:hover{
  background:#444;
  /*opacity: 0.6;*/
}
#wsb .btn-label:hover {
  color:#fff;
}

#wsb .goto-btn a:hover{
  color:#fff!important;
}
/*矢印と下線の形状*/
.goto-btn::before/*, .section-more-button::before*/ {
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  right:-26px;
    /*下線の形状*/
  width:40px;
  height:1px;
  background:#333;
    /*アニメーションの指定*/
    transition: all .2s linear;
}
/*.section-more-button::before {
    right: -34px;
}*/
.product-wrapper .goto-btn::after,
.product-list .goto-btn::after/*,
.section-more-button::after*/ {
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 28%;
    right: -21px;
    /*矢印の形状*/
  width:1px;
  height:12px;
  background:#333;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}
.product-wrapper .goto-btn::after {
    top: 28%;
}
.product-list .goto-btn::after {
    top: 20%;
}
.section-more-button::after {
    top: 33%;
	right: -28px;
}
/*hoverした際の移動*/
.goto-btn:hover::before{
  right:-30px;
}

.goto-btn:hover::after{
  right:-25px;
}

.product-list .goto-btn .btn-label {
  display: block;
  padding: 5px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
/*.product-list .goto-btn .btn-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  background: url("../img/common/btn-arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}*/

@media screen and (max-width: 767px) {
  .s-product-wrapper {
    margin-top: 32px;
  }
  .pickup-point {
	padding: 8px;
	margin-top: 36px;
  }
	.point-item p {
		padding-top: 12%;
		text-align: left;
		font-size: 13;
	}
  .product-list .product-item, .product-list .point-item {
    width: calc((100% - 16px) / 2);
    margin-top: 32px;
    padding-bottom: 0;
  }
  .product-list .product-desc {
    padding: 10px 13px 0px;
  }
  .product-list .brand {
    font-size: 10px;
  }
  .product-list .name {
    line-height: 2;
    font-size: 14px;
  }
  .product-list .price {
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .product-list .price span {
    font-size: 10px;
    padding-left: 5px;
  }
  .product-list .goto-btn {
    padding: 5px;
    width: 90%;
  }
  .product-list .goto-btn .btn-label {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .product-list .goto-btn .btn-label::after {
    width: 8px;
    height: 8px;
    top: 50%;
    right: 3%;
  }
}

/*=======================================================

COMMON - PICK UP

=======================================================*/
.pickup-item {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.pickup-item .ttl-product-wrapper {
  width: 50%;
  text-align: left;
}
.pickup-item .product-img-wrapper {
  width: 45%;
  /* border-radius: 10px; */
  position: relative;
}
.pickup-item .product-img {
  box-shadow: 4px 4px 8px 0 rgba(169, 169, 169, 0.5);
  border-radius: 10px;
  /* margin-right: 20px; */
}
.pickup-item .pickup-icon {
  position: absolute;
  top: -2vw;
  right: 0;
  width: 24vw;
  max-width: 300px;
  opacity: 0.7;
  z-index: 1;
}

.pickup-item .product-img a {
  display: block;
}
.pickup-item .ttlーwrapper {
  position: relative;
}
.pickup-item .seclogo {
	width: 50%;
	padding-bottom: 20px;
}
.pickup-item .section-no {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 24vw;
  opacity: 0.7;
  max-width: 250px;
}
.pickup-item .en-ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
}
.pickup-item .ja-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pickup-item .intro-text {
  color: #004d6a;
  font-weight: 700;
  line-height: 2;
  font-size: 18px;
}
.pickup-item .intro-text::before {
  /* position: absolute; */
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(../img/common/icon-check.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.pickup-item .product-wrapper {
  /*margin-top: 24px;*/
  text-align: left;
}
.pickup-item .name {
  font-weight: 700;
  line-height: 1.4em;
  font-size: 20px;
}
.pickup-item .desp {
  /*margin-top: 12px;*/
  font-size: 14px;
}
.pickup-item .price {
  margin-top: 12px;
  font-size: 22px;
  padding-bottom: 5px;
  font-weight: 700;
}
.pickup-item .price span {
  font-size: 15px;
  padding-left: 5px;
}
.pickup-item .goto-btn {
  margin-top: 16px;
  width: 60%;
  display: inline-block;
	border: solid 1px #444444;
  /*background-color: #004d6a;*/
  /*box-shadow: 0 2px 3px 0 #002334;
  border-radius: 6px;*/
}
.pickup-item .goto-btn a {
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  /*color: #fff;*/
  font-size: 18px;
  font-weight: 500;
}
/*.pickup-item .goto-btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  background: url("../img/common/btn-arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}*/

@media screen and (max-width: 767px) {
  .pickup-item {
    display: inline-block;
  }
  .pickup-item .ttl-product-wrapper {
    width: 100%;
    text-align: center;
  }
	.pickup-item .seclogo {
		width: 100%;
		padding-bottom: 0;
	}
  /*.pickup-item .ttlーwrapper {
    margin-bottom: 40px;
  }*/
  .pickup-item .product-img-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 32px;
  }
  .pickup-item .pickup-icon {
    top: -2vw;
    right: 0;
    width: 50vw;
  }
  .pickup-item .section-no {
    top: 0;
    left: 24%;
    width: 45%;
    transform: translate(-50%, -50%);
  }
  .pickup-item .en-ttl {
    font-size: 20px;
  }
	.pickup-item .en-ttl {
	  font-size: 32px;
	  line-height: 1.5;
	}
  .pickup-item .ja-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .pickup-item .intro-text {
    font-size: 15px;
  }
  .pickup-item .product-wrapper {
    width: 90%;
    margin: 0 auto;
    /*margin-top: 32px;*/
  }
  .pickup-item .name {
    font-size: 18px;
  }
  .pickup-item .desp {
    margin-top: 12px;
    font-size: 14px;
  }
  .pickup-item .price {
    margin-top: 12px;
    font-size: 24px;
    padding-bottom: 5px;
  }
  .pickup-item .price span {
    font-size: 16px;
  }
  .pickup-item .goto-btn {
    margin-top: 16px;
    width: 90%;
  }
	.product-item .goto-btn {
		width: 80%;
		margin-right: 12px;
	}
	.goto-btn::before {
		right: -20px;
		width: 40px;
	}
	.product-wrapper .goto-btn::after {
		right: -15px;
	}
	.product-list .goto-btn::after {
		top: 22%;
		right: -14px;
	}
	.section-more-button::before {
		width: 0;
	}
  .pickup-item .goto-btn a {
    padding: 10px;
    font-size: 18px;
  }
}

/*==================================

SECTION - FV

==================================*/
.fv {
  position: relative;
  width: 100vw;
  margin-top: 5px;
  /* margin: 4.1vw auto 7vw; */
}
.fv-wrapper {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 768px) {
  .fv {
    margin-top: 84px;
  }
}

/*==================================

SECTION - LEAD

==================================*/
.lead .section-inner {
  padding: 80px 0;
}
.lead {
  font-size: 18px;
}
.lead h2, .lead h3 {
	font-weight: 700;
	font-size: 22px;
}
.lead p {
	line-height: 2em;
}
@media all and (max-width: 768px) {
  .lead .section-inner {
    padding: 40px 0;
  }
  .lead {
    font-size: 14px;
  }
	.lead h2, .lead h3 {
		font-size: 18px;
	}
}

/*==================================

SECTION - CALENDER

==================================*/

.fortune .section-inner {
  padding: 0 0 80px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #fff9d1;
}
.fortune .fortune-cont-wrappper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* padding: 0 50px; */
  width: 80%;
  margin: 0 auto;
}
.fortune .section-ttl {
  width: 30%;
  margin: 0 auto;
  padding: 70px 38px 40px 0;
  max-width: 380px;
}
.fortune .column-wrapper {
  padding-top: 24px;
  width: 40%;
  text-align-last: left;
}
.fortune .column-text {
  margin-bottom: 50px;
}
.fortune .column-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}
.fortune .column-text p {
  line-height: 2;
  /* margin-bottom: 16px; */
  font-size: 16px;
}
.fortune .column-text p span {
  font-weight: 700;
  font-size: 18px;
}
.fortune .upday-text .day-desp {
  margin-bottom: 24px;
}
.fortune .upday-text .day-ttl {
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}
.fortune .upday-text .day-ttl.green {
  background: rgb(129, 189, 40);
}
.fortune .upday-text .day-ttl.purple {
  background-color: rgb(187, 108, 197);
}
.fortune .upday-text .day-ttl.orange {
  background-color: rgb(252, 184, 13);
}
.fortune .upday-text .day-ttl.red {
  color: #bf2500;
  padding: 0;
  font-size: 16px;
}
.fortune .upday-text .day-detail {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.calendar-container {
  width: 55%;
  border-radius: 5px;
  background: #fff;
  color: #1a1a1a;
}
.fortune .calendar-month {
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  font-weight: 500;
}

.calendar-cell {
  padding: 0 20px 20px;
}
.fortune table {
  width: 100%;
}
.fortune th,
.fortune td {
  text-align: center;
}
.fortune th {
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
}
.fortune td {
  font-weight: bold;
  /* height: 20px; */
  padding: 12px;
  margin: 5px 0;
}
.fortune th:first-child,
.fortune td:first-child {
  color: #ff838b;
}
.fortune th:last-child,
.fortune td:last-child {
  color: #6fb5ff;
}
.fortune .day .special {
  /* border-radius: 50%; */
  /* width: 7px; */
  /* height: 7px; */
  text-align: center;
  /* color: #fff; */
}
.fortune .day .pointup {
  position: relative;
}
.fortune .day .pointup:before {
  content: "";
  position: absolute;
  /* transform: translate(-50%, -50%); */
  background: no-repeat url(../img/common/icon-pointup.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 8px;
  right: 12px;
  background-size: contain;
}
.fortune .day .special {
  color: #fff;
}
.fortune .day .green {
  background-color: rgb(129, 189, 40);
}
.fortune .day .orange {
  background-color: rgb(252, 184, 13);
}
.fortune .day .purple {
  background-color: rgb(187, 108, 197);
}
@media all and (max-width: 768px) {
  .fortune .section-inner {
    padding: 0 0 45px;
  }
  .fortune .fortune-cont-wrappper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .fortune .section-ttl {
    width: 77%;
    padding: 50px 32px 30px 0;
  }
  .fortune .column-text {
    margin-bottom: 32px;
  }
  .fortune .column-text h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .fortune .column-text p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .fortune .column-text p span {
    font-size: 16px;
  }
  .fortune .column-text p span {
    font-weight: 700;
  }
  .calendar-container {
    width: 100%;
  }
  .calendar-cell {
    padding: 0 0 20px;
  }
  .fortune th {
    font-size: 10px;
    padding: 5px;
  }
  .fortune td {
    padding: 6px;
    margin: 5px 0;
  }
  .fortune .day .pointup:before {
    width: 12px;
    height: 12px;
    top: 4px;
    right: 4px;
    background-size: contain;
  }
  .fortune .column-wrapper {
    padding-top: 32px;
    width: 100%;
    text-align-last: left;
  }
}

/*==================================

SECTION - PAGE LINK

==================================*/
.page-link {
  width: 100%;
}
.page-link .section-inner {
  padding: 100px 0;
}
.page-link .section-ttl {
  width: 50%;
  margin-bottom: 40px;
  padding-left: 32px;
  max-width: 280px;
}
.page-link ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-link ul li {
  /* width: 90%;
  min-width: 120px;
  max-width: 170px; */
  /*margin-right: 16px;*/
}
.page-link ul li:last-child {
  margin-right: 0 !important;
}
.page-link .link-wrapper {
  padding: 0 15px 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(169, 169, 169, 0.5);
}
.page-link ul li a {
  display: block;
}
/*.page-link ul li img {
  height: 100px;
}*/
.page-link ul li p {
  font-size: 12px;
  /* font-size: 0.2rem; */
  /*font-weight: bold;*/
  /*color: #004d6a;*/
  position: relative;
}
.page-link ul li p::after {
  content: url(../img/link/img_arrow.png);
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  bottom: -75px;
  left: 50%;
}

@media all and (max-width: 768px) {
  .page-link .section-inner {
    padding: 60px 0;
  }
  .page-link ul li img {
    height: auto;
  }
  .page-link .section-ttl {
    width: 80%;
    margin-bottom: 24px;
    padding-left: 20px;
  }
  .page-link .link-wrapper {
    padding: 0 10px 32px;
  }
  .page-link ul li p::after {
    width: 100%;
    bottom: -35px;
    left: 49%;
  }
  .page-link ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
  }
  .page-link ul li {
    /*margin-right: 0;*/
    width: 45%;
	height: 430px;
    /* width: calc((100% - 10px) / 2); */
  }
	.page-link ul li p {
		font-size: 10px;
		font-weight: bold;
	}
	.page-link ul li p::after {
		width: 100%;
		bottom: -75px;
		left: 50%;
	}
}

/*==================================

SECTION - SERACH

==================================*/
.search {
  background-color: #efefef;
}
.search .section-ttl {
  width: 35%;
}
.search .sub-section {
  margin-top: 90px;
}
.search .sub-section .search-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #3b3b3f;
  margin-bottom: 40px;
}
.search .sub-section ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px;
}
.search .sub-section ul li {
  background-color: #ffffff;
  padding: 15px 0;
  width: calc((100% - 32px * 2) / 3);
  box-shadow: 0 2px 6px 0 rgba(169, 169, 169, 0.5);
  border-radius: 4px;
}
.search .sub-section ul li:hover {
  opacity: 0.8;
}
.search .sub-section ul li a {
  color: #020202;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
/* カラーから探す：個別設定 */
.search .sub-section ul li a {
  color: #020202;
}
.search .sub-section.color ul li a {
  color: #fff;
}
.search .sub-section.color ul li.white a {
  color: #020202;
}
.search .color ul li.black {
  background-color: #020202;
}
.search .color ul li.brown {
  background-color: #764300;
}
.search .color ul li.white {
  background-color: white;
  color: #020202;
}
.search .color ul li.green {
  background-color: #00883b;
}
.search .color ul li.blue {
  background-color: #2c3cb8;
}
.search .color ul li.orange {
  background-color: #fb9700;
}
/* ブランドから探す：個別設定 */
.search .brand ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
}
.search .brand ul li {
  padding: 0;
  width: calc((100% - 40px * 3) / 4);
}
.search .brand img {
  object-fit: cover;
}
/* 検索ボックス：個別設定 */
.search_bar {
  padding: 20px 15px;
  background-color: #333;
}
.search_box {
  margin: 0 auto;
  width: 70%;
}
.search_box form {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.search_box form input {
  font-size: 16px;
  width: 100%;
  /* height: 40px; */
  /* padding: 30px 30px; */
  border: none;
}
.search_box button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
}
.search_box button i {
  font-size: 32px;
  color: #666;
}
.word_box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.word_box__inner a {
  color: #fff;
  font-size: 14px;
  padding: 5px 9px;
}
.search .wrapping-service-bnr {
  margin: 0 auto;
  width: 70%;
}

@media all and (max-width: 768px) {
  .search .section-inner {
    width: 90%;
	  padding: 70px 0; 
  }
  .search .section-ttl {
    width: 50%;
  }
  .search .sub-section {
    margin-top: 50px;
  }
  .search .sub-section .search-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
	.search .category ul li {
		width: calc(94% / 2);
	}
  .search .brand ul {
    gap: 20px;
  }
  .search .brand ul li {
    width: calc((100% - 20px) / 2);
  }
  .search .brand img {
    object-fit: cover;
  }
  .search .color ul,
  .search .category ul,
  .search .price ul {
    gap: 20px;
  }
  /*.search .category ul li {
    padding: 16px 0;
    width: calc((100% - 20px) / 3);
  }*/
  .search .color ul li,
  /*.search .category ul li,*/
  .search .price ul li {
    padding: 16px 0;
    width: calc((100% - 20px) / 2);
  }
  .search .color ul li a {
    font-size: 16px;
  }
  .search .price ul li a {
    font-size: 18px;
  }
  .search_box {
    width: 100%;
  }
  .search_box form input {
    font-size: 18px;
    padding: 30px 20px;
    border: none;
  }
  .search .wrapping-service-bnr {
    width: 100%;
  }
}

/* フェードインさせる要素 */
.block {
    margin-bottom: 100px;
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 2s; /* 動きを滑らかに */
}
/* フェードイン用のクラス */
.fadeIn {
    opacity: 1;
}
@media all and (max-width: 768px) {
	#ace, #jr, #Wand, #HaNT {
		margin-bottom: 40px;
	}
	.block {
		margin-bottom: 0;
	}
}

/*レスポンシブ修正*/
.pc-fix {
    display: none;
}
.sp-fix {
    display: block;
}
@media (min-width: 768px) {
    .pc-fix {
        display: block;
    }
    .sp-fix {
        display: none;
    }