@charset "utf-8";
/* CSS Document */
/*	リセットCSS	*/
*, *::before, *::after {
  box-sizing: border-box;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl, section {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/*	//リセットCSS	*/
/*SP*/
.sp {
  display: block;
}
.pc {
  display: none;
}
.container {
  font-size: 13px;
  line-height: 1.7;
}
.container img {
  width: 100%;
  height: auto;
}
.kvArea {
  margin-bottom: 35px;
}
.cts_wrap {
  /* padding: 0 6px; */
}
/*	*/
.lead {
  margin-bottom: 35px;
  /* font-family: serif; */
  text-align: center;
  color: #222;
  padding: 0 4px;
  font-size: 13px;
}
.title_t {
  font-size: 22px;
  /* margin: 0 0 30px; */
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.cmn-recommend-owner-list {
  margin: 0px auto 55px;
  width: 100%;
  max-width: 600px;
  /* font-family: 'Josefin Sans', sans-serif; */
  /* font-family: 'Jost', sans-serif; */
  /* font-family: 'Josefin Sans', sans-serif; */
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: 'Marcellus', serif;
  letter-spacing: 0.04em;
}
.cmn-recommend-owner-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
  justify-content: space-around;
  /* justify-content: center; */
  /* justify-content: space-evenly; */
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
}
.cmn-recommend-owner-list ul li {
  width: 47%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 10px;
  /* padding: 5px; */
}
.itemContainer {
  margin-bottom: 110px;
  /* border-bottom: 2px solid #f1f1f1; */
  /* background: #eee; */
  /* padding: 45px 0 5px; */
}
.itemContainer:last-of-type {
  border: none;
}
.coordArea_taste {
  margin: 0 0 15px;
}
.item_name {
  width: 70%;
  margin: 0 auto 13px;
}

.item_neme {
  width: 83%;
  margin: 0 auto 25px;
}
.item_neme2 {
  width: 66%;
  margin: 0 auto 25px;
}

.item_img {
  width: 80%;
  margin: 0 auto 50px;
  max-width: 400px;
}
.itemContainer_content.coordArea {
  margin-bottom: 44px;
}
.itemContainer_content.coordArea.even {
  margin-bottom: 45px;
}
.itemContainer .coordArea_imgContent {}
.imgWrap {
  width: 97%;
  margin: 0 auto 13px;
}
.imgWrap2 {
  width: 77%;
  margin: 0 auto 13px;
}
.imgWrap3 {
    width: 92%;
    margin: 0 auto;
}

.itemContainer .coordArea_productContent {
  width: 89%;
  margin: 0 auto;
}
p.txt_title {
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: 600;
  /* line-height: 1.5; */
  text-align: center;
}
.txtWrap {
  margin: 0 0 25px;
}
.txtWrap p {
  /* font-family: serif; */
  /* color: #222; */
  /* margin: 30px 0; */
  text-align: center;
}
.txtWrap2 {
  margin-bottom: 15px;
}
.itemContainer .coordArea_productContent_bottom {
  margin: 4.4vw 0 5.8vw;
}
.itemContainer .coordArea_productContent_bottom .credit {
  width: 80.5vw;
  margin: auto;
}
.itemContainer .coordArea_productContent_bottom .credit > ul {
  row-gap: 2.3vw;
}
.itemContainer .coordArea_productContent_bottom .credit > ul > li > a {
  grid-template-columns: 14.0666666667vw 1fr;
  -webkit-column-gap: 7.6vw;
  -moz-column-gap: 7.6vw;
  column-gap: 4.7vw;
}
.itemContainer .coordArea_productContent_bottom .credit > ul > li > a .crDetail {
  grid-template-columns: 1fr 12.9333333333vw;
  -webkit-column-gap: 2.4vw;
  -moz-column-gap: 2.4vw;
  column-gap: 2.4vw;
}
.itemContainer .coordArea_productContent_bottom .credit > ul > li > a .crDetail .name {
  font-size: 2.9333333333vw;
  line-height: 1.5909090909;
}
.itemContainer .coordArea_productContent_bottom .credit > ul > li > a .crDetail .buyBtn {
  width: 12.9333333333vw;
  height: 5.4666666667vw;
  font-size: 3.2vw;
}
/*クレジットエリア*/
.cmn-credit {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
  /* font-weight: 600; */
}
.cmn-credit li {
  text-align: center;
  margin-bottom: 1px;
  /* font-size: 14px; */
  padding: 0 25px;
}
.creditbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* justify-content: space-between; */
  /* justify-content:space-around; */
  /* justify-content: center; */
  justify-content: space-evenly;
  -ms-flex-align: center;
  align-items: center;
}
.creditbox_creditList_spec {
  color: #7e7e7e;
  font-weight: 600;
}
.creditbox_creditlist_spec {
  max-width: calc(100% - 80px);
  /* font-family: "Times New Roman", Times, Georgia, serif; */
  /* font-style: italic; */
  letter-spacing: .03em;
  line-height: 1.3;
}
.creditbox_creditlist_bd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
  height: 1px;
  background-color: #E2E2E2;
}
.creditbox_creditlist_button {
  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;
  width: 70px;
  height: 24px;
  color: #fff;
  letter-spacing: .03em;
  /* line-height: 2.4; */
  background-color: #333;
  padding-right: x;
  /* margin-right: 15px; */
  font-size: 12px;
}
.view_more {}
.view_more a {
  display: block;
  position: relative;
  width: 80%;
  padding: 15px 0 14px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #222;
  border: solid;
  border-width: 2px;
  border-color: #222;
  /* border-radius: 3px; */
  box-sizing: border-box;
  font-weight: 600;
  /* font-size: 13px; */
}
.sec_main {
  margin-bottom: 90px;
}
.title_img {
  /* width: 55%; */
  margin: 0px auto 25px;
}
.block1 {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.itemlist {
  /* width: 49%; */
  /* text-align: center; */
  margin-bottom: 10px;
  /* display: flex; */
  flex-direction: column;
}
.itemlist ul {
  /* margin: 8px auto 5px; */
  /* width: 98%; */
}
.itemlist li {
  font-size: 15px;
  color: #7e7e7e;
  font-weight: 600;
  /* margin-bottom: 4px; */
  /* line-height: 1.3; */
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemlist li.item_name {
  /* line-height: 1.4; */
  color: #333;
  /* font-size: 15px; */
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.creditbox_creditlist_spec {
  line-height: 1.3;
  font-size: 13px;
  color: 000;
  /* font-weight: 600; */
}
.item_price {
  /* color: #333; */
  text-align: center;
  margin: 0 auto 22px;
  font-size: 14px;
  width: 58%;
}
.clearfix:after {
  display: none;
}
.cmn-btn1 {
  /* margin: 30px 0; */
  text-align: center;
  margin-bottom: 45px;
  margin-top: auto;
}
.cmn-btn1 a {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 0.9cm;
  /* padding: 0 60px; */
  /* letter-spacing: .1em; */
  color: #fff;
  border: 2px solid #555;
  background: #555;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 96%;
  font-size: 12px;
}
.cmn-btn1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.view_more {
  margin: 25px auto 10px;
}
.view_more .view_more_btn {
  /* font-size: 13px; */
  /* font-weight: 600; */
  display: block;
  position: relative;
  width: 73%;
  padding: 15px 0 14px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #736d68;
  border: solid;
  border-width: 2px;
  border-color: #736d68;
  /* border-radius: 3px; */
  box-sizing: border-box;
}
.view_more .view_more_btn:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
.reviewWrap {}
.review_star {
  color: #ef8137;
  font-size: 28px; /* letter-spacing: -0.1em; */
}
p.review_num {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
.review_title {
  /* font-size: 13px; */
  /* text-align: center; */
  width: 50%;
  margin: 0 auto 20px;
}
.review_text {
  /* padding: 12px; */
  /* background: #f2f2f2; */
  width: 95%;
  margin: 0 auto 20px;
  /* border-radius: 10px; */
  /* border: 1px solid #d4d4d4; */
  /* font-size: 14px; */
  /* font-size: 13px; */
}
.kaiyu_bnr {
  width: 95%;
  margin: 0px auto 25px;
}
/*その他の特集*/
.lp-contents .lp-contents__title-wrap {
  width: 95%;
  margin: 0 auto 0;
  /*↓自動生成の時*/
  /*margin: 0 auto 6.6666666667vw;*/
}
.lp-contents__title {
  font-size: 23px;
  /* margin-bottom: 3.7333333333vw; */
  text-align: center;
  /* color: #231815; */
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 5px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
}
.lp-contents .lp-contents__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 95%;
  margin: 6.6666666667vw auto 35px;
  gap: 6.1333333333vw 0;
}
.lp-contents .lp-contents__inner a {
  display: block;
  width: 48%;
}
.lp-contents .lp-contents__inner a .content__date {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  color: #999999;
  margin-bottom: 2px;
}
.lp-contents .lp-contents__inner a .content__text {
  font-size: 13px;
  line-height: 1.4285714286;
  line-height: 1.5;
}
.content__img {
  margin-bottom: 5px;
}
.lp-contents .lp-contents__btn {
  width: 50.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  font-size: 3.0666666667vw;
  margin: 11.3333333333vw auto 0;
}
.view_more .view_more_contents {
  font-size: 13px;
  display: block;
  position: relative;
  width: 65%;
  padding: 16px 0 15px;
  margin: 30px auto 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #222;
  border: solid;
  border-width: 1px;
  border-color: #222;
  border-radius: 30px;
  box-sizing: border-box;
}
.view_more .view_more_contents:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
/*その他の特集*/
/*ブランドの特集*/
.lp-contents2 .lp-contents__title-wrap {
  width: 95%;
  margin: 0 auto 0;
}
.lp-contents__title {
  font-size: 23px;
  /* margin-bottom: 3.7333333333vw; */
  text-align: center;
  /* color: #231815; */
  border-bottom: none;
  padding-bottom: 5px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
}
.lp-contents2 .lp-contents__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 95%;
  margin: 6.6666666667vw auto 70px;
  gap: 6.1333333333vw 0;
}
.lp-contents2 .lp-contents__inner a {
  display: block;
  width: 48%;
}
.lp-contents2 .lp-contents__inner a .content__date {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  color: #999999;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lp-contents2 .lp-contents__inner a .content__text {
  font-size: 13px;
  line-height: 1.4285714286;
  line-height: 1.5;
}
.content__img {
  margin-bottom: 5px;
}
.lp-contents2 .lp-contents__btn {
  width: 50.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  font-size: 3.0666666667vw;
  margin: 11.3333333333vw auto 0;
}
/*その他の特集*/
.staff-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.staff-label {
  width: 24%;
  margin: 0 auto 10px;
}
.staff-img {
  width: 39%;
}
.staff-img-box {}
.staff-txt {
  width: 57%;
  /* padding-left: 6%; */
}
.staff-txt p {
  text-align: initial;
}
.staff-name {
  font-weight: 600;
  /* margin-bottom: 6px; */
  font-size: 13.2px;
}
.staff-dev {
  margin-bottom: 7px;
  /* letter-spacing: 0.005em; */
}
.staff-styling-b {
  font-style: normal;
  letter-spacing: normal;
  width: fit-content;
  text-align: center;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  border-radius: 10px;
  padding: 6px 15px;
  white-space: nowrap;
}
/*<!---->*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
.scroll-infinity__item > img {
  width: 100%;
}
.cmn-recommend-item-list {
  margin-bottom: 50px;
}
.staff_text{
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 600;
}


/*ここからPCのCSS*/
@media screen and (min-width:768px) {
  /*ここからPCのCSS*/
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .kvArea {
    margin-bottom: 63px;
  }
  .container {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 120px;
  }
  .cts_wrap {
    /*        max-width: 800px;*/
    width: 100%;
    margin: 0 auto 110px;
    padding: 0;
  }
  .lead {
    margin: 0 auto 70px;
    width: 945px;
    font-size: 18px;
    text-align: center;
  }
  .title_t {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
    /* line-height: 1.5; */
    font-weight: 600;
  }
  .cmn-recommend-owner-list {
    margin: 0px auto 110px;
    width: 100%;
    max-width: 965px;
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'Jost', sans-serif; */
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'Nanum Gothic', sans-serif; */
    font-family: 'Marcellus', serif;
    /* letter-spacing: 0.04em; */
  }
  .cmn-recommend-owner-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
    /* justify-content:space-around; */
    /* justify-content: center; */
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
  }
  .cmn-recommend-owner-list ul li {
    width: 23%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
    /* padding: 9px; */
  }
  /*	*/
  .itemContainer {
    margin-bottom: 180px;
    /* border-bottom: 4px solid #f1f1f1; */
    /* background: #eee; */
    /* padding: 110px 0 45px; */
  }
  .item_neme {
    width: 42%;
    margin: 0px auto;
  }
  .item_img {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 345px;
  }
  .itemContainer_content.coordArea {
    margin-bottom: 70px;
  }
     .itemContainer_content.coordArea.w-90 {
    width:90%;
         margin: 0 auto 
  }
    
  .itemContainer_content.coordArea.even {
    margin-bottom: 75px;
  }
  .itemContainer .coordArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: space-between;
    /* justify-content: space-between; */
    justify-content:space-around;
    justify-content: center;
    /* justify-content: space-evenly; */
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    align-items: center;
    margin-bottom: 40px;
  }
  .itemContainer .coordArea_productContent.even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    justify-content: space-between;
    /* justify-content: space-around; */
    /* justify-content: center; */
  }
    .itemContainer_content.coordArea.even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    justify-content: space-between;
    /* justify-content: space-around; */
    justify-content: center;
}
    
     .itemContainer .ai-fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: space-between;
    /* justify-content: space-between; */
    /* justify-content:space-around; */
    justify-content: center;
    /* justify-content: space-evenly; */
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    align-items: flex-start;
    /* align-items: baseline; */
    /* margin-bottom: 100px; */
  }
    
    
  .itemContainer .coordArea_imgContent {
    width: 49%;
    margin: 0;
    /* margin-top: 50px; */
  }
  .coordArea_taste {
    margin: 0 0 25px;
    width: 80%;
  }
  .imgWrap {
    margin: 0;
    width: 100%;
  }
  .itemContainer .coordArea_productContent {
    width: 45%;
    margin: 0;
    /* margin-top: 50px; */
    /* padding-top: 20px; */
  }
.coordArea_productContent.mt-50 {
        margin-top: 50px;
    }
  p.txt_title {
    font-size: 18px;
    text-align: start;
    margin-bottom: 0;
    line-height: 1.7;
  }
  .itemContainer .coordArea_productContent_top {
    margin: auto;
  }
  .itemContainer .coordArea_productContent_top .txtWrap > p {
    /* text-align: left; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* line-height: 1.5; */
  }
  .itemContainer .coordArea_productContent_bottom {
    margin: 0;
  }
  .itemContainer .coordArea_productContent_bottom .credit > ul > li > a {
    display: grid;
    grid-template-columns: clamp(10px, 5.78125vw, 74px) clamp(10px, 21.40625vw, 274px);
    -webkit-column-gap: clamp(10px, 2.96875vw, 38px);
    -moz-column-gap: clamp(10px, 2.96875vw, 38px);
    column-gap: clamp(10px, 2.96875vw, 38px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .itemContainer .coordArea_productContent_bottom .credit > ul > li > a .crDetail {
    display: grid;
    grid-template-columns: 1fr clamp(10px, 4.921875vw, 63px);
    -webkit-column-gap: clamp(10px, 1.25vw, 16px);
    -moz-column-gap: clamp(10px, 1.25vw, 16px);
    column-gap: clamp(10px, 1.25vw, 16px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .itemContainer .coordArea_productContent_bottom .credit > ul > li > a .crDetail .name {
    color: #2a2a2a;
    font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: left;
    font-size: clamp(10px, 1.09375vw, 14px);
    line-height: 1.6428571429;
  }
  .itemContainer .coordArea_productContent_bottom .credit > ul > li > a .crDetail .buyBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: clamp(10px, 4.921875vw, 63px);
    height: clamp(10px, 2.109375vw, 27px);
    color: #ffffff;
    font-size: clamp(10px, 1.328125vw, 17px);
    font-family: YakuHanJP, "noto-sans-cjk-jp", sans-serif;
    font-weight: 300;
    letter-spacing: 0.09em;
    text-decoration: none;
    background-color: #2a2a2a;
  }
  .txtWrap {
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 1.8;
    /* text-align: left; */
  }
  /*クレジットエリア*/
  .cmn-credit {
    max-width: 330px;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .cmn-credit li {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    /* color: #7e7e7e; */
    padding: 0;
  }
  .creditbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .creditbox_creditlist_spec {
    max-width: calc(100% - 80px);
    /* font-family: "Times New Roman", Times, Georgia, serif; */
    /* font-style: italic; */
    letter-spacing: .08em;
    line-height: 1.3;
    font-size: 12px;
    /* color: #555; */
  }
  .creditbox_creditlist_bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
    height: 1px;
    background-color: #E2E2E2;
  }
  .creditbox_creditlist_button {
    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;
    width: 80px;
    height: 27px;
    color: #fff;
    letter-spacing: .038em;
    /* line-height: 2.6; */
    /* background-color: #000000; */
    padding-right: x;
    /* margin-right: 15px; */
    font-size: 14px;
  }
  .sec_main {
    margin-bottom: 90px;
  }
  .title_img {
    width: 30%;
    margin: 0px auto 40px;
  }
  .block1 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .itemlist {
    /* width: 24%; */
    /* text-align: center; */
    /* margin-bottom: 45px; */
    /* display: flex; */
    /* flex-direction: column; */
  }
  .itemlist ul {
    margin: 8px auto 5px;
    width: 98%;
  }
  .itemlist li {
    font-size: 15px;
    color: #7e7e7e;
    margin-bottom: 4px;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .itemlist li.item_name {
    line-height: 1.4;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .creditbox_creditlist_spec {
    line-height: 1.3;
    font-size: 13px;
    color: 000;
    /* font-weight: 600; */
  }
  .item_price {
    color: #333;
  }
  .clearfix:after {
    display: none;
  }
  .cmn-btn1 {
    /* margin: 30px 0; */
    text-align: center;
    margin-bottom: 45px;
    margin-top: auto;
  }
  .cmn-btn1 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 0.9cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* border: 2px solid #353535; */
    /* background: #3b3b3b; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 96%;
    font-size: 13px;
  }
  .cmn-btn1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .view_more {
    margin: 55px auto 10px;
  }
  .view_more .view_more_btn {
    /* font-size: 13px; */
    /* font-weight: 600; */
    display: block;
    position: relative;
    width: 50%;
    padding: 21px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    /* background-color: #cd6015; */
    border: solid;
    border-width: 2px;
    /* border-color: #cd6015; */
    /* border-radius: 3px; */
    box-sizing: border-box;
  }
  .view_more .view_more_btn:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
  }
  .reviewWrap {}
  .review_star {
    color: #ef8137;
    font-size: 37px;
    letter-spacing: -0.05em;
  }
  p.review_num {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
  }
  .review_title {
    font-size: 14px;
    /* text-align: center; */
    margin: 0 auto 18px;
    margin: 0px 0 18px 45px;
  }
  .review_text {
    /* padding: 12px; */
    /* background: #f2f2f2; */
    margin: 0 0 20px;
    /* border-radius: 10px; */
    /* border: 1px solid #d4d4d4; */
    /* font-size: 15px; */
    /* font-size: 13px; */
    width: 78%;
  }
  .kaiyu_bnr {
    width: 85%;
    margin: 160px auto 40px;
  }
  /*その他の特集*/
  .lp-contents .lp-contents__title-wrap {
    width: 95%;
    margin: 0 auto 30px;
  }
  .lp-contents__title {
    /*font-size: 30px;*/
    font-size: 28px;
    /* margin-bottom: 3.7333333333vw; */
    text-align: center;
    /* color: #231815; */
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 5px;
    font-family: "Noto Serif", serif;
    font-weight: 600;
  }
  .lp-contents .lp-contents__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    /*width: 95%;*/
    width: 80%;
    margin: 0 auto 40px;
    /*gap: 6.1333333333vw 0;*/
    gap: 1.133333vw 0;
  }
  .lp-contents .lp-contents__inner a {
    display: block;
    /*width: 24%;*/
    width: 32%;
  }
  .lp-contents .lp-contents__inner a .content__date {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #999999;
    margin-bottom: 3px;
  }
  .lp-contents .lp-contents__inner a .content__text {
    font-size: 15px;
    line-height: 1.4285714286;
    line-height: 1.5;
  }
  .content__img {
    margin-bottom: 5px;
  }
  .lp-contents .lp-contents__btn {
    width: 50.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.0666666667vw;
    margin: 11.3333333333vw auto 0;
  }
  .view_more .view_more_contents {
    font-size: 14px;
    display: block;
    position: relative;
    width: 35%;
    padding: 18px 0 15px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    border: solid;
    border-width: 2px;
    box-sizing: border-box;
    font-weight: 600;
  }
  /*その他の特集*/
  /*ブランドの特集*/
  .lp-contents2 .lp-contents__title-wrap {
    width: 95%;
    margin: 0 auto 30px;
  }
  .lp-contents__title {
    font-size: 30px;
    /* margin-bottom: 3.7333333333vw; */
    text-align: center;
    /* color: #231815; */
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 5px;
    font-family: "Noto Serif", serif;
    font-weight: 600;
  }
  .lp-contents2 .lp-contents__inner {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    justify-content: space-around;
    /* justify-content: center; */
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 85%;
    margin: 0 auto 100px;
    gap: 1.133333vw 0;
  }
  .lp-contents2 .lp-contents__inner a {
    display: block;
    width: 30%;
  }
  .lp-contents2 .lp-contents__inner a .content__date {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #999999;
    margin-bottom: 3px;
  }
  .lp-contents2 .lp-contents__inner a .content__text {
    font-size: 15px;
    line-height: 1.4285714286;
    line-height: 1.5;
  }
  .content__img {
    margin-bottom: 5px;
  }
  .lp-contents2 .lp-contents__btn {
    width: 50.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.0666666667vw;
    margin: 11.3333333333vw auto 0;
  }
  /*その他の特集*/
  .view_more a {
    display: block;
    position: relative;
    width: 50%;
    padding: 21px 0 18px;
    /* margin: 0; */
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    /* background-color: #222; */
    border: solid;
    border-width: 2px;
    /* border-color: #222; */
    /* border-radius: 3px; */
    box-sizing: border-box;
  }
     .view_more2 a {
    display: block;
    position: relative;
    width: 50%;
    padding: 14px 0 14px;
    /* margin: 0; */
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #222;
    border: solid;
    border-width: 2px;
    /* border-color: #222; */
    /* border-radius: 3px; */
    box-sizing: border-box;
    /* line-height: 1.5; */
  }
    
  #style1, #style2, #style3, #style4, #style5, #style6 {
    /* padding: 100px 0 55px; */
    padding-top: 95px;
    margin-top: -95px;
    max-width: 980px;
    margin: -95px auto 180px;
  }
    
    
    .staff-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 20px;
}
.staff-label {
  width: 24%;
  margin: 0 auto 10px;
  margin: 0 0 10px;
}
.staff-img {
  width: 47%;
}
.staff-img-box {}
.staff-txt {
  width: 49%;
  /* padding-left: 6%; */
}
.staff-txt p {
  text-align: initial;
}
.staff-name {
  font-weight: 600;
  /* margin-bottom: 6px; */
  font-size: 13.2px;
}
.staff-dev {
  margin-bottom: 7px;
  /* letter-spacing: 0.005em; */
}
.staff-styling-b {
  font-style: normal;
  letter-spacing: normal;
  width: fit-content;
  text-align: center;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  border-radius: 10px;
  padding: 6px 15px;
  white-space: nowrap;
}
.cmn-recommend-item-list {
  margin: 0 auto 55px;
  width: 93%;
}
.staff_text{
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    font-weight: 600;
}
    .item_neme2 {
    width: 30%;
    margin: 0 auto 25px;
}
    .item_name {
        
width: 38%;
        
margin: 0 auto 15px;
    }
    .imgWrap2 {
    width: 85%;
    margin: 0 auto 13px;
}
     .imgWrap3 {
    width: 83%;
    margin: 0 auto 13px;
    /* margin: 0; */
    /* width: 100%; */
    /* padding: 30px; */
}
    .txtWrap p {
    /* font-family: serif; */
    /* color: #222; */
    /* margin: 30px 0; */
    text-align: left;
    /* line-height: 1.5; */
}
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 50s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 9);
  }
  .scroll-infinity__item > img {
    width: 100%;
  }