/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1200px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  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 #000000;
}
.front_slider {
  overflow: hidden;
}
.front_slider #main-slider {
  margin: 0;
}
.front_slider img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.front_slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 0 16px;
  margin-top: 30px;
  position: static;
}
.front_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 5px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.front_slider .slick-dots li button {
  border: none;
  background: #DADFE3;
  font-size: 0;
  padding: 0;
  width: 100px;
  height: 5px;
  display: block;
  position: relative;
  cursor: pointer;
}
.front_slider .slick-dots li.slick-active button {
  background: #353F4B;
}
@media screen and (max-width: 1000px) {
  .front_slider .slick-dots {
    gap: 0 8px;
    margin-top: 24px;
  }
  .front_slider .slick-dots li {
    width: 45px;
    height: 2px;
  }
  .front_slider .slick-dots li button {
    width: 45px;
    height: 2px;
  }
}
/******************************/
/* 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 #000000;
  border-top: 1px solid #000000;
  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: 1200px) {
  .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: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.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: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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;
  }
}
/******************************/
/* TOP NEWS */
/******************************/
h2.top_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}
h2.top_ttl .en {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.view_btn a {
  display: block;
  background: #F8F9FA;
  border: 1px solid #9BA7B1;
  border-radius: 70px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  max-width: 280px;
  padding: 17.5px 30px;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}
.view_btn a:hover {
  background: #DADFE3;
  text-decoration: none;
}
.view_btn a:focus {
  text-decoration: none;
}
.view_btn a::before {
  content: "";
  background: url(https://img07.shop-pro.jp/PA01370/787/etc_base64/YnRuX2ljb25fMg.png?cmsp_timestamp=20260331142230) no-repeat;
  background-size: 28px 17px;
  display: inline-block;
  height: 17px;
  width: 28px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8.5px;
}
.view_btn.short a {
  max-width: 190px;
}
.top_news {
  padding: 120px 0 90px;
}
.top_news .news_inner {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_news .news_list {
  width: 76.167%;
}
.top_news .news_list li {
  border-bottom: 1px dashed #BCBCBC;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.top_news .news_list li:first-child {
  border-top: 1px dashed #BCBCBC;
}
.top_news .news_list li .cate {
  min-width: 92px;
}
.top_news .news_list li .cate a {
  background: #F8F9FA;
  border: 1px solid #9BA7B1;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 4px 12px;
}
.top_news .news_list li .cate a:hover {
  text-decoration: none;
}
.top_news .news_list li .date {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: 15px;
}
.top_news .news_list li p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;*/
}
.top_news .news_ttl {
  width: 20.333%;
}
.top_news h2.top_ttl .en {
  display: block;
  margin-bottom: 12px;
}
.top_news .view_btn {
  margin-top: 55px;
}
.top_news .sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top_news .news_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  h2.top_ttl {
    font-size: 12px;
  }
  h2.top_ttl .en {
    font-size: 40px;
  }
  .view_btn a {
    border-radius: 70px;
    font-size: 16px;
    max-width: 83.5%;
    margin: 0 auto;
    padding: 15px 32px;
  }
  .view_btn.short a {
    max-width: 83.5%;
  }
  .top_news {
    padding: 40px 0 50px;
  }
  .top_news .news_inner {
    display: block;
  }
  .top_news .news_list {
    width: 100%;
  }
  .top_news .news_list li {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .top_news .news_list li .cate {
    min-width: 92px;
  }
  .top_news .news_list li .cate a {
    font-size: 11px;
    padding: 3px 8px;
  }
  .top_news .news_list li .date {
    font-size: 12px;
    margin-right: 12px;
  }
  .top_news .news_list li p {
    font-size: 14px;
    /*-webkit-line-clamp: 2;*/
    margin-top: 6px;
    width: 100%;
  }
  .top_news .news_ttl {
    margin-bottom: 18px;
    width: 100%;
  }
  .top_news .view_btn {
    margin-top: 30px;
  }
  .top_news .pc {
    display: none;
  }
  .top_news .sp {
    display: block;
  }
}
/******************************/
/* TOP ABOUT */
/******************************/
.top_about {
  padding: 100px 0;
}
.top_about .about_inner {
  box-sizing: border-box;
  margin-left: auto;
  max-width: 1560px;
}
.top_about .about_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse nowrap;
}
.top_about h2.top_ttl {
  margin-bottom: 44px;
}
.top_about h2.top_ttl .en {
  display: block;
  margin-bottom: 12px;
}
.top_about .image_area {
  width: 57.693%;
}
.top_about .text_area {
  width: 38.462%;
}
.top_about .text_area p {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}
.top_about .text_area .view_btn {
  margin-top: 65px;
}
@media screen and (max-width: 1570px) {
  .top_about {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .top_about {
    padding-top: 0;
    padding-left: 0;
  }
  .top_about .about_wrap {
    display: block;
  }
  .top_about .image_area {
    width: 100%;
  }
  .top_about .text_area {
    margin-top: 45px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_about {
    padding-bottom: 50px;
  }
  .top_about h2.top_ttl {
    margin-bottom: 22px;
  }
  .top_about h2.top_ttl .en {
    margin-bottom: 8px;
  }
  .top_about .text_area {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .top_about .text_area p {
    font-size: 15px;
  }
  .top_about .text_area .view_btn {
    margin-top: 30px;
  }
}
/******************************/
/* TOP PRODUCT */
/******************************/
.top_products {
  background: linear-gradient(to right, #F2F5FA, #C2C9D2);
  background: -webkit-linear-gradient(left, #F2F5FA, #C2C9D2);
  background: -moz-linear-gradient(left, #F2F5FA, #C2C9D2);
  padding: 105px 0;
}
.top_products .products_inner {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1430px;
}
.top_products .products_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 46px;
  padding: 30px 74px;
}
.top_products .box_item {
  text-align: center;
}
.top_products .box_item .sp {
  display: none;
}
.top_products .box_item h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 32px;
  padding: 0 0 22px;
  position: relative;
}
.top_products .box_item h3::after {
  background: #353F4B;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 1px;
  width: 80px;
}
.top_products .box_item p.text {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin: 0 0 32px;
  padding: 0;
}
.top_products .box_item .btn {
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: none;
  display: block;
  margin: 0;
  padding: 0;
}
.top_products .box_item .btn a {
  display: block;
  background: #353F4B;
  border: 1px solid #353F4B;
  border-radius: 70px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding: 25.5px 40px;
  text-decoration: none;
  box-sizing: border-box;
}
.top_products .box_item .btn a:hover {
  background: #F8F9FA;
  color: #353F4B;
  text-decoration: none;
  outline: none;
}
.top_products .box_item .btn a:focus {
  text-decoration: none;
}
.top_products .box_item .btn a::before {
  content: "";
  background: url(https://img07.shop-pro.jp/PA01370/787/etc_base64/YnRuX2ljb24wMl8y.png?cmsp_timestamp=20260331142512) no-repeat;
  background-size: 32px 17px;
  display: inline-block;
  height: 17px;
  width: 32px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8.5px;
}
.top_products .box_item .btn_wrap .btn:nth-child(1) a {
  background: #B2475A;
  border-color: #B2475A;
}
.top_products .box_item .btn_wrap .btn:nth-child(2) a {
  background: #336197;
  border-color: #336197;
}
.top_products .box_item .btn_wrap .btn:nth-child(1) a:hover {
  background: #FEF1F3;
  color: #B2475A;
}
.top_products .box_item .btn_wrap .btn:nth-child(2) a:hover {
  background: #F2F3F4;
  color: #336197;
}
.top_products .box_item .btn_wrap .btn a::before {
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  right: 20px;
  margin-top: -11px;
}
.top_products .box_item .btn_wrap .btn:nth-child(1) a::before {
  background-image: url(https://img07.shop-pro.jp/PA01370/787/etc_base64/YnRuX2ljb24wM18y.png?cmsp_timestamp=20260331142717);
}
.top_products .box_item .btn_wrap .btn:nth-child(2) a::before {
  background-image: url(https://img07.shop-pro.jp/PA01370/787/etc_base64/YnRuX2ljb24wNF8y.png?cmsp_timestamp=20260331142717);
}
.top_products .box_item p.note {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 30px 0 0;
}
.top_products h2.top_ttl {
  padding-left: 100px;
}
@media screen and (max-width: 1320px) {
  .top_products .products_box {
    padding: 30px;
  }
  .top_products .box_item h3 {
    font-size: 26px;
  }
  .top_products .box_item p.text {
    font-size: 18px;
  }
  .top_products .box_item .btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1201px) {
  .top_products .box_wrap {
    display: flex;
    gap: 42px;
  }
  .top_products .box_item {
    position: relative;
  }
  .top_products .box_item:nth-child(1) {
    border-right: 1px dashed #BCBCBC;
    padding-right: 42px;
    min-width: 380px;
  }
  .top_products .box_item:nth-child(2) {
    flex-grow: 1;
  }
  .top_products .box_item .btn_wrap {
    display: flex;
    justify-content: space-between;
  }
  .top_products .box_item .btn_wrap .btn {
    width: 49.5%;
  }
}
@media screen and (max-width: 1200px) {
  .top_products .products_box {
    padding: 40px 30px;
  }
  .top_products .box_item + .box_item {
    border-top: 1px dashed #BCBCBC;
    margin-top: 20px;
    padding-top: 20px;
  }
  .top_products .box_item .sp {
    display: block;
  }
  .top_products .box_item .pc {
    display: none;
  }
  .top_products .box_item h3 {
    font-size: 30px;
  }
  .top_products .box_item p.text {
    font-size: 22px;
  }
  .top_products .box_item .btn a {
    font-size: 18px;
    padding: 12px 40px;
  }
  .top_products .box_item .btn a::before {
    background-size: 24px 13px;
    height: 13px;
    width: 24px;
    right: 18px;
  }
  .top_products .box_item .btn_wrap .btn + .btn {
    margin-top: 12px;
  }
  .top_products .box_item .btn_wrap .btn a::before {
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top_products {
    padding: 50px 0;
  }
  .top_products .products_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_products .products_box {
    margin-top: 20px;
    padding: 40px 7.762%;
  }
  .top_products .box_item h3 {
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0 0 16px;
  }
  .top_products .box_item p.text {
    font-size: 16px;
    line-height: 1.68;
    margin: 0 0 20px;
  }
  .top_products .box_item p.note {
    margin: 16px 0 0;
  }
  .top_products h2.top_ttl {
    padding-left: 0;
  }
  .top_products h2.top_ttl .en {
    display: block;
    margin-bottom: 12px;
  }
}
/******************************/
/* TOP INGREDIENTS */
/******************************/
.top_ingredients {
  padding-top: 100px;
}
.top_ingredients h2.top_ttl .en {
  display: block;
  margin-bottom: 12px;
}
.top_ingredients .view_btn {
  margin-top: 64px;
}
.top_ingredients .view_btn a {
  margin: 0 auto;
}
.top_ingredients .ingredients_inner {
  overflow: hidden;
}
.top_ingredients .top_ttl {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  padding: 0 15px;
}
.top_ingredients .ingredients_list {
  margin: 0 -10px;
  padding-left: 4.167%;
}
.top_ingredients .ingredients_item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.top_ingredients .ingredients_item a {
  color: #353F4B;
  display: block;
  transition-duration: .3s;
}
.top_ingredients .ingredients_item a:hover {
  color: #353F4B;
  text-decoration: none;
  outline: none;
}
.top_ingredients .ingredients_item a:focus {
  text-decoration: none;
}
.top_ingredients .ingredients_item .item_inner {
  display: flex;
  align-items: center;
}
.top_ingredients .ingredients_item .image {
  width: 42.71%;
}
.top_ingredients .ingredients_item .text {
  padding-left: 20px;
  width: 57.29%;
}
.top_ingredients .ingredients_item .cate {
  background: #F8F9FA;
  border: 1px solid #9BA7B1;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
  padding: 3.5px 11px;
}
.top_ingredients .ingredients_item .cate.cl01 {
  border-color: #8FA5C0;
  color: #7794B6;
}
.top_ingredients .ingredients_item .cate.cl02 {
  border-color: #E799BA;
  color: #D87DA3;
}
.top_ingredients .ingredients_item .date {
  color: #B4B4B4;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}
.top_ingredients .ingredients_item .tx {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
#ingredients_slider .slick-list {
  padding: 10px;
}
.top_ingredients .view_btn02 {
  margin-top: 50px;
  text-align: right;
}
.top_ingredients .view_btn02 span {
  display: inline-block;
  border-bottom: 1px solid #9BA7B1;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  vertical-align: middle;
}
.top_ingredients .view_btn02::after {
  content: "";
  background: url(https://img07.shop-pro.jp/PA01370/787/etc_base64/YnRuX2ljb24wMl8y.png?cmsp_timestamp=20260331142717) no-repeat;
  background-size: 32px 17px;
  display: inline-block;
  margin-left: 12px;
  height: 17px;
  width: 32px;
  vertical-align: middle;
}
.top_ingredients .sp {
  display: none;
}
@media screen and (min-width: 1201px) {
  .top_ingredients .ingredients_item {
    margin-right: 30px;
    max-width: 602px;
  }
  .top_ingredients .ingredients_navi_wrap {
    position: absolute;
    top: 0;
    max-width: 1220px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
  }
  .top_ingredients #ingredients_navi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 40px;
  }
}
@media screen and (max-width: 1200px) {
  .top_ingredients {
    padding-top: 80px;
  }
  .top_ingredients .top_ttl {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .top_ingredients .ingredients_list {
    padding-left: 30px;
  }
  .top_ingredients .ingredients_item {
    margin-right: 8vw;
    max-width: 80vw;
    padding: 10px;
  }
  .top_ingredients .ingredients_item .image {
    width: 46.5%;
  }
  .top_ingredients .ingredients_item .text {
    padding-left: 12px;
    width: 53.5%;
  }
  .top_ingredients .ingredients_item .cate {
    font-size: 11px;
    margin-bottom: 4px;
    padding: 3px 8px;
  }
  .top_ingredients .ingredients_item .date {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .top_ingredients .ingredients_item .tx {
    font-size: 18px;
  }
  .top_ingredients .view_btn02 span {
    font-size: 12px;
  }
  .top_ingredients .view_btn02 {
    margin-top: 15px;
  }
  .top_ingredients .view_btn {
    margin-top: 30px;
  }
  .top_ingredients #ingredients_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    gap: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .top_ingredients {
    padding-top: 40px;
  }
  .top_ingredients .ingredients_item .cate {
    font-size: 10px;
  }
  .top_ingredients .ingredients_item .date {
    font-size: 10px;
  }
  .top_ingredients .ingredients_item .tx {
    font-size: 15px;
  }
  .top_ingredients .pc {
    display: none;
  }
  .top_ingredients .sp {
    display: block;
  }
}

/******************************/
/* TOP TOPICS */
/******************************/
.top_topics {
  background: linear-gradient(to right, #C2C9D2, #F2F5FA);
  background: -webkit-linear-gradient(left, #C2C9D2, #F2F5FA);
  background: -moz-linear-gradient(left, #C2C9D2, #F2F5FA);
  padding: 107px 0 70px;
  overflow: hidden;
}
.top_topics .topics_left_inner {
  max-width: 380px;
}
.top_topics .topics_item a {
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  color: #353F4B;
  padding: 17px;
  display: block;
  transition-duration: .3s;
}
.top_topics .topics_item a:hover {
  color: #353F4B;
  text-decoration: none;
  outline: none;
}
.top_topics .topics_item a:focus {
  text-decoration: none;
}
.top_topics .topics_item .image {
  margin-bottom: 14px;
}
.top_topics .topics_item .cate {
  background: #F8F9FA;
  border: 1px solid #9BA7B1;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  padding: 4px 12px;
}
.top_topics .topics_item .date {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
.top_topics .topics_item .text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
}
.top_topics h2.top_ttl .en {
  display: block;
  margin-bottom: 12px;
}
.top_topics .view_btn {
  margin-top: 55px;
}
.top_topics .sp {
  display: none;
}
#topics_slider.slider-navi .slick-prev, 
#topics_slider.slider-navi .slick-next {
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1201px) {
  .top_topics .topics_inner {
    display: flex;
  }
  .top_topics .topics_left {
    width: 38.5%;
  }
  .top_topics .topics_left_inner {
    margin-left: auto;
  }
  .top_topics .topics_right {
    width: 61.5%;
  }
  .top_topics .topics_item {
    margin-right: 16px;
    max-width: 332px;
  }
  #topics_slider.slider-navi .slick-prev {
    margin-left: -38px;
  }
  #topics_slider.slider-navi .slick-next {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .top_topics {
    padding: 80px 0 40px;
  }
  .top_topics .topics_left {
    padding-left: 20px;
  }
  .top_topics .topics_right {
    padding-left: 20px;
  }
  .top_topics .topics_item {
    margin-right: 16px;
    max-width: 332px;
    width: 74.67vw;
  }
  .top_topics h2.top_ttl {
    margin-bottom: 30px;
  }
  .top_topics .view_btn {
    margin-top: 20px;
  }
  .top_topics .pc {
    display: none;
  }
  .top_topics .sp {
    display: block;
  }
  #topics_slider.slider-navi .slick-prev {

    left: -10px;
  }
  #topics_slider.slider-navi .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics {
    padding: 40px 0;
  }
  .top_topics .topics_item a {
    border-radius: 14px;
    padding: 14px;
  }
  .top_topics .topics_item .image {
    margin-bottom: 10px;
  }
  .top_topics .topics_item .cate {
    font-size: 11px;
    margin-bottom: 7px;
    padding: 3px 8px;
  }
  .top_topics .topics_item .date {
    font-size: 12px;
    margin-bottom: 8px
  }
  .top_topics .topics_item .text {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
/* slider */
.slider-navi {
  position: relative;
}
.slick-dotted.slider-navi {
  margin-bottom: 0 !important;
}
.slider-navi .slick-prev,
.slider-navi .slick-next,
.slider-navi .slick-prev:focus,
.slider-navi .slick-next:focus {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  top: 0;
  transform: translate(0,0);
  position: relative;
  z-index: 100;
}
.slider-navi .slick-prev:hover ,
.slider-navi .slick-next:hover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
.slider-navi .slick-prev,
.slider-navi .slick-prev:hover,
.slider-navi .slick-prev:focus {
  left: 0;
  background-image: url(https://img07.shop-pro.jp/PA01370/787/etc_base64/YXJ3X2xlZnRfMg.png?cmsp_timestamp=20260331143215);
}
.slider-navi .slick-next,
.slider-navi .slick-next:hover,
.slider-navi .slick-next:focus {
  right: 0;
  background-image: url(https://img07.shop-pro.jp/PA01370/787/etc_base64/YXJ3X3JpZ2h0XzI.png?cmsp_timestamp=20260331143215);
}
