/* SLIDER */
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #333333;
}
/* NEWS */
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}


.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/* TOP RECOMMEND */
.p-recommend.u-container {
  padding-bottom: 0;
}
/* NEW　ARRIVAL */
.p-new-item.u-container {
  padding-bottom: 0;
}
/* TOP RANKING */
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__txt{
	font-size:0.95em;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #333333;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}


/*----------------------------------------------------------

ここからカスタマイズ-直接カスタマイズ調整

------------------------------------------------------------*/
/*スライダー*/
.sliderWrap{
overflow:hidden;
}
/*お知らせ部分*/
.p-line-informaiton{
	margin-top: 90px;
  width:100%;
}

/*お知らせadd0417*/
.topNews {
flex-direction:column;
}
.topNews_item {
  min-width:25%;
  min-height:230px;
}
.topNews_title {
    font-size: 11px;
    margin-bottom: 3px;
}
.topNews_img {
  width:100%;
  margin-bottom:7px;
  overflow: hidden
}
.p-line-informaiton ul {
   display: flex;
    gap: 5%;
   white-space:nowrap;
   overflow-x: scroll;
}

  .topNews_data {
 white-space: normal;
  }

/*お知らせadd0417ここまで*/

@media screen and (max-width: 767px) {
  .p-line-informaiton{
	margin-top: 60px;
}
  .topNews_item {
   width: 60%; 
    min-width:auto;
    min-height:auto;
  }
  .topNews_img {
   min-width: 200px;
  }
}

.p-line-informaiton__ttl{
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
.p-line-informaiton__ttl{
margin-bottom: 10px;
}
}

/*お知らせ文*/
.topNews {
    display: flex;
}

/*.topNews_data {
    margin-left: 15px;
}
*/


/*トップランキング部分*/
.p-ranking-list{
}
@media screen and (min-width: 1030px) {
.p-ranking-list{
margin:0 -20px;
}
}

.p-ranking-list__img{
margin-bottom:20px;
}
.p-ranking-list__price{
    margin-top: 10px;
  font-size:0.9em;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next{
top:140px;
}
/*
.p-ranking-list__item{
margin-right:15px;
  margin-left:15px;
}
*/
/*----------------------------------------------------------

ここからカスタマイズ-ローカルからのコピペ用

------------------------------------------------------------*/

/*------------------

カスタマイズ（共通パーツ）

------------------*/
.cusBtn {
  text-decoration: none !important;
  display: inline-block;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 10px 25px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cusBtn {
    font-size: 13px;
  }
}
.cusBtn-en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.3em;
  font-weight: 600;
}
.cusBtn-black {
  background-color: #333;
  color: #fff;
}
.cusBtn-black:hover {
  color: #fff;
  background-color: #666666;
}
.cusBtn-black:visited {
  color: #fff;
}
.cusBtn-black:focus {
  color: #fff;
}
.cusBtn-black:active {
  color: #fff;
}
.cusBtn-white {
  background-color: #fff;
  color: #333;
}
.cusBtn-white:hover {
  color: #333;
  background-color: #cccccc;
}
.cusBtn-white:visited {
  color: #333;
}
.cusBtn-white:focus {
  color: #333;
}
.cusBtn-white:active {
  color: #333;
}

.cusBdrBtn {
  text-decoration: none !important;
  display: inline-block;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 10px 25px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .cusBdrBtn {
    font-size: 13px;
  }
}
.cusBdrBtn:hover {
  opacity: 0.8;
}
.cusBdrBtn-en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.3em;
  font-weight: 600;
}
.cusBdrBtn-white {
  border-color: #fff;
  color: #fff;
}
.cusBdrBtn-white:hover {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
.cusBdrBtn-white:visited {
  color: #fff;
}
.cusBdrBtn-white:focus {
  color: #fff;
}
.cusBdrBtn-white:active {
  color: #fff;
}
.cusBdrBtn-black {
  border-color: #333;
  color: #333;
}
.cusBdrBtn-black:hover {
  border-color: #666666;
  color: #666666;
}
.cusBdrBtn-black:visited {
  color: #333;
}
.cusBdrBtn-black:focus {
  color: #333;
}
.cusBdrBtn-black:active {
  color: #333;
}

.cusSectionTitle {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}

/*------------------

カスタマイズ（トップメッセージ）

------------------*/
.message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.message * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .message_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .message_row_col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (min-width: 768px) {
  .message_row_col-text {
    padding: 80px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .message_row_col-image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .message_row-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .message_row-v2_col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (min-width: 768px) {
  .message_row-v2_col-text {
    padding: 80px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .message_row-v2_col-image {
    margin-bottom: 40px;
  }
}
.message_title {
  font-size: 12px;
  margin-bottom: 20px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .message_title {
    margin-bottom: 15px;
  }
}
.message_subTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .message_subTitle {
    margin-bottom: 20px;
  }
}
.message_text {
  line-height: 2.2;
}
.message_btnArea {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .message_btnArea {
    margin-top: 40px;
  }
}

/*------------------

カスタマイズ（トップメッセージ）

------------------*/
.bigBanner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  background-image: url("https://picsum.photos/1800/900");
  background-size: cover;
  background-position: center;
}
.bigBanner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bigBanner + .bigBanner {
  margin-top: 1px;
}
.bigBanner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: black;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bigBanner_inner {
  position: relative;
  z-index: 5;
  padding: 120px 50px;
}
@media screen and (min-width: 768px) {
  .bigBanner_inner {
    padding: 60px;
    padding-top: 350px;
  }
}
@media screen and (min-width: 1031px) {
  .bigBanner_inner {
    padding-top: 400px;
  }
}
.bigBanner_title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 60px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bigBanner_title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bigBanner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .bigBanner_bottom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .bigBanner_bottom_row_col-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
  }
}
@media screen and (min-width: 768px) {
  .bigBanner_bottom_row_col-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bigBanner_subText {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .bigBanner_subText {
    text-align: center;
    margin-bottom: 5px;
  }
}
.bigBanner_text {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bigBanner_text {
    text-align: center;
    margin-bottom: 30px;
  }
}
.bigBanner_btnArea {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bigBanner_btnArea {
    text-align: center;
  }
}

/*------------------

カスタマイズ（トップカテゴリーグループリスト）

------------------*/
.topSection {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topSection * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topSection_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1031px) {
  .topSection_inner {
    min-width: 1030px;
    max-width: 1180px;
  }
}
@media screen and (max-width: 1030px) {
  .topSection_inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.topSection-message {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .topSection-message {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.topSection-snsLink {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .topSection-snsLink {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.topSection-news {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .topSection-news {
    margin-bottom: 40px;
  }
}
.topSection-cateGroup {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .topSection-cateGroup {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.topSection-trouble {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .topSection-trouble {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.topSection-group {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .topSection-group {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.topSection-ranking {
  background: #f4f4f4;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .topSection-ranking {
    padding: 60px 0;
  }
}
.topSection-case {
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .topSection-case {
    padding: 60px 0;
  }
}

.cateGroupList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cateGroupList {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.cateGroupList_item {
  position: relative;
  z-index: 10;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cateGroupList_item {
    height: 120px;
  }
}
.cateGroupList_item_before {
  background-image: url("https://picsum.photos/500/500");
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cateGroupList_item:hover .cateGroupList_item_before {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  opacity: 1;
  cursor: pointer;
}
.cateGroupList_item_after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: black;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cateGroupList_item:hover .cateGroupList_item_after {
  opacity: 0;
}
.cateGroupList_item_title {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
  padding: 15px;
  word-break: break-word;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cateGroupList_item_title {
    font-size: 16px;
  }
}
.cateGroupList_item_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.iconTextList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .iconTextList {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.iconTextList_item {
  position: relative;
  z-index: 10;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .iconTextList_item {
    height: 84px;
  }
}
.iconTextList_item_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 5;
  padding: 15px;
  word-break: break-word;
  text-align: center;
  line-height: 1.5;
  text-indent: -14px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item_title {
    font-size: 13px;
    text-indent: -13px;
    letter-spacing: 0.05em;
  }
}
.iconTextList_item .cusIco {
  display: inline-block;
  position: relative;
  left: 13px;
  margin-right: 20px;
  width: 22px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco {
    margin-right: 15px;
    width: 18px;
  }
}
.iconTextList_item .cusIco img {
  vertical-align: middle;
}
.iconTextList_item .cusIco-aging {
  width: 30px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-aging {
    width: 25px;
  }
}
.iconTextList_item .cusIco-acne {
  width: 40px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-acne {
    width: 35px;
  }
}
.iconTextList_item .cusIco-pores {
  width: 28px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-pores {
    width: 23px;
  }
}
.iconTextList_item .cusIco-dry {
  width: 50px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-dry {
    width: 40px;
  }
}
.iconTextList_item .cusIco-oily {
  width: 23px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-oily {
    width: 18px;
  }
}
.iconTextList_item .cusIco-thinning {
  width: 23px;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-thinning {
    width: 18px;
  }
}
.iconTextList_item .cusIco-uv {
  width: 35px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-uv {
    width: 30px;
  }
}
.iconTextList_item .cusIco-whitening {
  width: 30px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .iconTextList_item .cusIco-whitening {
    width: 25px;
  }
}
.iconTextList_item_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.iconTextList_item_link:hover {
  background: rgba(255, 255, 255, 0.4);
}

.iconTextList-small .iconTextList_item {
  height: 74px;
}
@media screen and (max-width: 767px) {
  .iconTextList-small .iconTextList_item {
    height: 48px;
  }
}

.groupList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .groupList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.groupList_item {
  position: relative;
  z-index: 10;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .groupList_item {
    height: 160px;
  }
}
.groupList_item:before {
  content: "";
  background-image: url("https://picsum.photos/500/500");
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.groupList_item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: black;
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.groupList_item:hover:before {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  opacity: 1;
  cursor: pointer;
}
.groupList_item:hover:after {
  opacity: 0.2;
}
.groupList_item_title {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
  padding: 15px;
  word-break: break-word;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .groupList_item_title {
    font-size: 20px;
  }
}
.groupList_item_title span {
  display: block;
  font-size: 13px;
  font-family: Montserrat, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .groupList_item_title span {
    font-size: 11px;
  }
}
.groupList_item_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.ct-wrap {
  width: 410px;
}

/*------------------

カスタマイズ（商品別表示変更）

------------------*/
.cusNote {
  margin-bottom: 30px;
}
.cusNote_bg {
  background: #f4f4f4;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .cusNote_bg {
    padding: 20px;
  }
}
.cusNote * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cusNote_btnLink {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #333;
  width: 100%;
  padding: 15px 10px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.cusNote_btnLink-red {
  background: #cd2329;
}
.cusNote_btnLink-line {
  background: #06c755;
  padding: 10px 10px;
}
.cusNote_btnLink:visited {
  color: #fff;
}
.cusNote_btnLink:focus {
  color: #fff;
}
.cusNote_btnLink:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.cusNote_btnLink:active {
  color: #fff;
}
.cusNote_box {
  margin-top: 25px;
}
.cusNote_box_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cusNote_box_title-line {
  color: #06c755;
}
.cusNote_box_note {
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.cusNote_box_telArea {
  background: #f4f4f4;
  padding: 15px;
}
.cusNote_box_btnArea_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.cusNote_box_btnArea_row_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 10px;
  padding: 0 5px;
}
/*------------------

スライダー

------------------*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomDown {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.topSlider {
  position: relative;
}
.topSlider .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.topSlider .swiper-slide-active .slide-img,
.topSlider .swiper-slide-duplicate-active .slide-img,
.topSlider .swiper-slide-prev .slide-img {
  animation: none;
}
.topSlider .slide-img {
  background-size: cover;
  background-position: center center;
  /* 背景画像は中央を軸に表示させる */
  height: 650px;
  /* 600pxの高さで表示させる */
  height: 680px;
}
@media screen and (max-width: 1030px) {
  .topSlider .slide-img {
    height: 550px;
    height: 580px;
  }
}
@media screen and (max-width: 767px) {
  .topSlider .slide-img {
    height: 500px;
    height: 520px;
  }
}
.topSlider .slide-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  font-size: 4rem;
  color: #fff;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  padding: 0 100px;
  max-width:1320px;
  left: 0;
  right: 0;
  margin: auto;
}

.slide-text_subTitle2 p {
  line-height:1.7;
  width:auto;
  max-width:500px;
}

@media screen and (max-width: 1030px) {
  .topSlider .slide-text {
    font-size: 70px;
  }
  .topSlider .slide-text {
    padding: 0 80px;
  }

}
@media screen and (max-width: 767px) {
  .topSlider .slide-text {
    font-size: 55px;
    padding: 0 60px;
  }
}

.topSlider .slide-text_subTitle {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  line-height: 1.5;
  margin-top: 0px;
}
.topSlider .slide-text_subTitle2 span{
  font-size: 20px;
  font-weight:600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  display:block;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 75px;
}
.topSlider .slide-text_subTitle2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  display:block;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .topSlider .slide-text_subTitle {
    font-size: 20px;
    margin-top: 0px;
  }
.topSlider .slide-text_subTitle2 span{
    margin-top: 35px;
    font-size: 18px;
  }
}

.topSlider .slide-text_subTitle span {
  color: white;
  display: inline-block;
  padding: 12px 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .topSlider .slide-text_subTitle span {
    padding: 8px 0px;
  }
  .topSlider .slide-text_subTitle2 span{ 
    margin-top: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .topSlider .slide-text {
    font-size: 40px;
    padding:0 40px;
    top:48%;
  }
  .slide-text_subTitle2 {
    font-size:14px;
  }
  .topSlider .slide-text_subTitle2 span {
    font-size: 15px;
  }

  .topSlider .slide-text_subTitle2 {
    font-size:12px;
    margin-top: 150px;
    margin-bottom:15px;
  }
  .topSlider .slide-text_subTitle2 span {
    margin-bottom: 8px;
  }
  .slide-text_subTitle2 p {
    line-height: 1.6;
    max-width:290px;
  }
}


.topSlider .slide-text_btnArea {
  font-size: initial;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .topSlider .slide-text_btnArea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .topSlider .slide-text_btnArea {
    margin-top: 10px;
  }
}
.topSlider .slide-text_btn {
  padding: 15px 25px;
  font-size: 14px;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .topSlider .slide-text_btn {
    font-size: 15px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 414px) {
  .topSlider .slide-text_btn {
    font-size: 12px;
  }
}
/*.topSlider .swiper-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
}*/
.swiper-pagination-bullet-active {
  background: #45433e!important; 
}
.topSlider_links {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.topSlider_links_item:not(:last-child) {
  margin-bottom: 10px;
}
.topSlider_links_item p {
  background: #ffbf4a;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 1em 0.5em 1em 0.25em;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 13px;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media screen and (max-width: 767px) {
  .topSlider_links_item p {
    padding: 0.8em 0.3em 0.8em 0.05em;
    font-size: 11px;
  }
}
  /* 
.topSlider_links_item a:hover {
  text-decoration: none;
  background: #f3b442;
}
.topSlider_links_item a:visited {
  color: #ffffff;
}
.topSlider_links_item a:focus {
  color: #ffffff;
}
.topSlider_links_item a:active {
  color: #ffffff;
}
.topSlider_links_item a span {
  letter-spacing: -0.1em;
}
 */
.br_414 {
  display:none;
}

@media screen and (max-width: 767px) {
  .br_414 {
  display:block;
}
}

html { scroll-behavior: smooth;}