@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
.section-header {
  margin-bottom: 40px;
}
.section-header__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-feature-settings: normal;
}
.section-sub-title {
  font-family: 'Montserrat', sans-serif;;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  vertical-align:middle;
}
.fs-c-productList {
  border-bottom: 1px solid #b8b8b6;
}
.tori_side_wrap + .tori_side_wrap {
  display: none;
}
/* ログイン状態によって価格を切り替える */
.false .fs-c-productPrice--member {
  display: none!important;
}

.true .fs-c-productPrices .fs-c-productPrice:nth-last-child(2) {
  display: none!important;
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    padding-top: 25px;
    /* background-color: #f9f9f9; */
    background-color: #fff;
  }
  .fs-c-breadcrumb {
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .fx_wrap .inner_wrap {
    padding: 0;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header .section-header__title {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .02em;
    text-align: left;
  }
  .section-sub-title {
    font-family: 'Montserrat', sans-serif;;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .tori_side_wrap {
    padding-top: 30px;
    position: relative;
    width: 91.3%;
    margin: 0 auto;
  }
  .tori_side_wrap:after {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
  }
  .ooe_banner {
    margin-top: 60px;
  }
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    padding-top: 40px;
  }
  .fx_wrap .inner_wrap {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
  }
  .fx_wrap .tori_side_wrap {
    width: 16.08%;
    min-width: 150px;
  }
  .fx_wrap .content_wrap {
    /* width: 83.9%; */
    padding-right: 6.66%;
    padding-left: 3.91%;
    flex: 1;
  }
  .ooe_banner {
    margin: 137px auto 0;
  }
}

/* -----------------------------------------------
side_search
----------------------------------------------- */
.side_search {
  width: 100%;
}
.side_search input[type=text]:focus {
  border: 1px solid #dfdfdf;
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 750px) {
  .side_search input {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    padding-left: 22px;
    padding-right: 60px;
    background-image: url(../img/common/search_icon.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: calc(100% - 20px) center;
  }
  header .search input::placeholder {
    color: #99999a;
    font-size: 14px;
  }
}

@media screen and (min-width: 751px) {
  .side_search input {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 11px;
    border-radius: 2px;
    width: 100%;
    height: 34px;
    padding-left: 19px;
    padding-right: 30px;
    background-image: url(../img/common/search_icon.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: calc(100% - 12px) center;
  }
  header .search input::placeholder {
    color: #99999a;
    font-size: 11px;
  }
}

/* -----------------------------------------------
side_creator
----------------------------------------------- */
.side_creator dt {
  background-color: #fff;
}
.side_creator dd {
  display: none;
}
.side_creator dd li {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .side_creator {
    margin-top: 40px;
  }
  .side_creator h2 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  .side_creator dl {
    margin-top: 11px;
  }
  .side_creator dt {
    padding: 16px 42px 15px 18px;
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: 0.075em;
    position: relative;
  }
  .side_creator dd + dt {
    margin-top: 3px;
  }
  .side_creator dt::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
  }
  .side_creator dt.side_creator_active::after {
    transform: translateY(-50%) rotate(-135deg);
    top: calc(50% + 5px);
  }
  .side_creator dd {
    background-color: #fff;
    padding: 18px 14px 27px;
  }
  .side_creator ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .side_creator li {
    width: 29.27%;
    margin-right: 6.09%;
  }
  .side_creator li:nth-child(3n) {
    margin-right: 0;
  }
  .side_creator li:nth-child(n + 4) {
    margin-top: 16px;
  }
  .side_creator li a {
    display: block;
  }
  .side_creator li a .img {
    width: 100%;
  }
  .side_creator li a .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .side_creator li a .text {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.27;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .side_creator {
    margin-top: 10px;
    padding: 17px 5.18% 11px;
    background-color: #f2f2f2;
  }
  .side_creator h2 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  .side_creator dl {
    margin-top: 8px;
  }
  .side_creator dt {
    padding: 16px 30px 7px 12px;
    font-size: 14px;
    line-height: 1.28;
    letter-spacing: 0.075em;
    position: relative;
  }
  .side_creator dd + dt {
    margin-top: 2px;
  }
  .side_creator dt::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%) rotate(45deg);
  }
  .side_creator dt.side_creator_active::after {
    transform: translateY(-50%) rotate(-135deg);
    top: calc(50% + 5px);
  }
  .side_creator li {
    margin-top: 2px;
  }
  .side_creator li a {
    padding: 9px 12px 8px 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .side_creator li a .img {
    width: 34px;
    margin-right: 9px;
  }
  .side_creator li a .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .side_creator li a .text {
    flex: 1;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.07em;
  }
}

/* -----------------------------------------------
side_item
----------------------------------------------- */
.side_item li {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .side_item {
    margin-top: 39px;
    padding-bottom: 16px;
  }
  .side_item h2 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  .side_item h2 + ul {
    margin-top: 11px;
  }
  .side_item li {
    margin-top: 2px;
  }
  .side_item li a {
    padding: 11px 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .side_item li a .img {
    width: 55px;
    margin-right: 19px;
  }
  .side_item li a .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .side_item li a .text {
    flex: 1;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  .side_item .side_item_product {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .side_item .side_item_product li {
    width: 49.52%;
  }
  .side_item .side_item_product li a {
    padding: 15px 10px;
  }
  .side_item .side_item_product li a .img {
    width: 45px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 751px) {
  .side_item {
    background-color: #f2f2f2;
    margin-top: 10px;
    padding: 18px 5.18% 11px;
  }
  .side_item h2 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  .side_item h2 + ul {
    margin-top: 7px;
  }
  .side_item ul + ul {
    margin-top: 9px;
  }
  .side_item li {
    margin-top: 2px;
  }
  .side_item li a {
    padding: 3px 12px 3px 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .side_item li a .img {
    width: 34px;
    margin-right: 9px;
  }
  .side_item li a .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .side_item li a .text {
    flex: 1;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.07em;
    padding: 9px 0 6px;
  }
}

/* -----------------------------------------------
side_banner
----------------------------------------------- */
.side_banner img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .side_banner {
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbcaca;
    position: relative;
  }
  .side_banner::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cbcaca;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .side_banner::after {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

@media screen and (min-width: 751px) {
  .side_banner {
    border-top: 1px solid #e2e1e1;
    margin-top: 37px;
    padding-top: 37px;
  }
}

/* -----------------------------------------------
下層のサイドナビ（sp）
----------------------------------------------- */
@media screen and (max-width: 750px) {
  .tori_side_wrap_product {
    margin-bottom: 56px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .tori_side_wrap_seisansya {
    margin-bottom: 56px;
  }
  .tori_side_wrap_product .side_search,
  .tori_side_wrap_seisansya .side_search {
    display: none;
  }
  .tori_side_wrap_product .side_creator {
    margin-top: 36px;
    padding-bottom: 16px;
  }
  .tori_side_wrap_seisansya .side_creator {
    margin-top: 0;
  }
  .tori_side_wrap_product .side_item {
    margin-top: 0;
    padding-bottom: 0;
  }
  .tori_side_wrap_product .side_banner,
  .tori_side_wrap_seisansya .side_banner,
  .tori_side_wrap_top .side_banner {
    display: none;
  }
}

/* -----------------------------------------------
select_wrap
----------------------------------------------- */
.select_wrap .text_link_wrap ul {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.select_wrap .text_link_wrap li a {
  letter-spacing: 0;
  color: #7d7e4e;
  border: 1px solid #7d7e4e;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
  .select_wrap {
    margin-top: 56px;
  }
  .select_heading {
    margin-bottom: 22px;
  }
  .select_heading h2 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
  }
  .select_wrap .text_link_wrap ul {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
  .select_wrap .text_link_wrap li {
    margin: 0 3px 9px;
  }
  .select_wrap .text_link_wrap li a {
    padding: 10px 18px;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 17px;
  }
}

@media screen and (min-width: 751px) {
  .select_wrap {
    margin-top: 100px;
  }
  .select_heading {
    margin-bottom: 21px;
  }
  .select_heading h2 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
  }
  .select_wrap .text_link_wrap ul {
    width: 100%;
    margin: 0 auto;
  }
  .select_wrap .text_link_wrap li {
    margin: 0 2px 23px;
  }
  .select_wrap .text_link_wrap li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 18px;
  }
  .select_wrap .text_link_wrap li a:hover {
    background-color: #7d7e4e;
    color: #fff;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .mv_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  /* .tori_side_wrap + .content_wrap .mv_wrap {
    margin-top: 38px;
  } */
}

/* -----------------------------------------------
mvにテキストを入れる場合（カテゴリ）
----------------------------------------------- */
.cat_text_in {
  position: relative;
}
.cat_text_in + .cat_text_in {
  margin-top: 30px;
}
.cat_text_in .text {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* 右側_右詰め */
.cat_text_in.right-right .text {
  /* padding: 0 12.04% 0 7.6%; */
  padding: 0 12.04% 0 3%;
  right: 0;
  text-align: right;
}
/* 右側_左詰め */
.cat_text_in.right-left .text {
  /* padding: 0 12.04% 0 7.6%; */
  padding: 0 3% 0 7.6%;
  right: 0;
  text-align: left;
}
/* 左側_左詰め */
.cat_text_in.left-left .text {
  /* padding: 0 7.6% 0 12.04%; */
  padding: 0 3% 0 12.04%;
  left: 0;
  text-align: left;
}
.cat_text_in .text strong {
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  display: block;
  font-feature-settings: normal;
}
.cat_text_in .text p {
  margin-top: 0.95em;
  margin-bottom: 0;
  line-height: 1.76;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .cat_text_in .text strong {
    font-size: 4.31vw;
  }
  .cat_text_in .text p {
    font-size: 2.84vw;
  }
}

@media screen and (min-width: 751px) {
  .cat_text_in .text strong {
    font-size: 2.83vw;
  }
  .cat_text_in .text p {
    font-size: 1.86vw;
  }
}

@media screen and (min-width: 1340px) {
  .cat_text_in .text strong {
    font-size: 38px;
  }
  .cat_text_in .text p {
    font-size: 25px;
  }
}

/* -----------------------------------------------
mvにテキストを入れる場合（生産者）
----------------------------------------------- */
.producer_text_in {
  position: relative;
}
.producer_text_in + .producer_text_in {
  margin-top: 30px;
}
.producer_text_in .text {
  width: 42.94%;
  position: absolute;
  top: calc(50% + 9.8%);
  transform: translateY(-50%);
}
/* 右側_右詰め */
.producer_text_in.right-right .text {
  right: 0;
  text-align: right;
}
/* 右側_左詰め */
.producer_text_in.right-left .text {
  right: 0;
  text-align: left;
}
/* 左側_左詰め */
.producer_text_in.left-left .text {
  left: 0;
  text-align: left;
}
.producer_text_in .text strong {
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  display: block;
  font-feature-settings: normal;
}
.producer_text_in .text p {
  margin-bottom: 0;
  line-height: 1.76;
  letter-spacing: 0.05em;
}
.producer_text_in .text .link a {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
}

@media screen and (max-width: 750px) {
  /* 右側_右詰め */
  .producer_text_in.right-right .text {
    /* padding: 0 6.81% 0 6.47%; */
    padding: 0 6.81% 0 3%;
  }
  /* 右側_左詰め */
  .producer_text_in.right-left .text {
    /* padding: 0 6.81% 0 6.47%; */
    padding: 0 3% 0 6.47%;
  }
  /* 左側_左詰め */
  .producer_text_in.left-left .text {
    /* padding: 0 6.47% 0 6.81%; */
    padding: 0 3% 0 6.81%;
  }
  .producer_text_in .text strong {
    font-size: 3.52vw;
  }
  .producer_text_in .text p {
    font-size: 2.84vw;
    margin-top: 0.6em;
  }
  .producer_text_in .text .link {
    margin-top: 2em;
  }
  .producer_text_in .text .link,
  .producer_text_in .text .link a {
    font-size: 2.5vw;
  }
  .producer_text_in .text .link a {
    padding: 0.4em 0.54em 0.4em 0.54em;
  }
}

@media screen and (min-width: 751px) {
  /* 右側_右詰め */
  .producer_text_in.right-right .text {
    /* padding: 0 8.52% 0 8.18%; */
    padding: 0 8.52% 0 3%;
  }
  /* 右側_左詰め */
  .producer_text_in.right-left .text {
    /* padding: 0 8.52% 0 8.18%; */
    padding: 0 3% 0 8.18%;
  }
  /* 左側_左詰め */
  .producer_text_in.left-left .text {
    /* padding: 0 8.18% 0 8.52%; */
    padding: 0 3% 0 8.52%;
  }
  .producer_text_in .text strong {
    font-size: 2.31vw;
  }
  .producer_text_in .text p {
    font-size: 1.64vw;
    margin-top: 1.1em;
  }
  .producer_text_in .text .link {
    margin-top: 3.4em;
  }
  .producer_text_in .text .link,
  .producer_text_in .text .link a {
    font-size: 1.26vw;
  }
  .producer_text_in .text .link a {
    padding: 0.52em 0.58em 0.6em 0.8em;
  }
}

@media screen and (min-width: 1340px) {
  .producer_text_in .text strong {
    font-size: 31px;
  }
  .producer_text_in .text p {
    font-size: 22px;
  }
  .producer_text_in .text .link,
  .producer_text_in .text .link a {
    font-size: 17px;
  }
}

/* -----------------------------------------------
PICKUP
----------------------------------------------- */
.pickup_heading h2 {
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
}
.pickup_list .fs-c-productListCarousel__list {
  display: block;
  overflow: visible;
}
.pickup_list li .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (max-width: 750px) {
  .pickup_wrap {
    margin-top: 44px;
  }
  .pickup_heading {
    margin-bottom: 19px;
  }
  .pickup_heading h2 {
		font-size: 1.7rem;
		margin: 0;
	}
  .pickup_list .scroll_wrap {
    overflow-x: scroll;
    width: 100%;
  }
  .pickup_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .pickup_list li {
    width: 135px;
    min-width: 135px;
    /* padding: 13px 16px; */
    background-color: #f8f8f8;
  }
  .pickup_list li + li {
    margin-left: 11px;
  }
  .pickup_list li a {
    padding: 13px 16px;
    display: block;
    height: 100%;
  }
  .pickup_list li img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  .pickup_list li dt {
    margin-top: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .pickup_list li dd {
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .02em;
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .pickup_wrap {
    margin-top: 98px;
    position: relative;
  }
  .pickup_heading {
    margin-bottom: 4px;
  }
  .pickup_heading h2 {
		font-size: 28px;
		margin-bottom: 0;
	}
  .pickup_list {
    margin-top: 36px;
    margin-bottom: 0!important;
  }
  .pickup_list .rcmd-slick-slider {
    margin-left: -15px;
    width: calc(100% + 15px);
    position: static;
  }
  .pickup_list .rcmd-slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: static;
    margin-left: 0;
  }
  .pickup_list li {
    background-color: #f5f5f5;
    margin-left: 15px;
    height: auto;
  }
  .pickup_list li a {
    padding: 18px 10.97% 18px;
    display: block;
    height: 100%;
  }
  .pickup_list dt {
    margin-top: 17px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .02em;
    text-align: left;
    /* font-weight: bold; */
  }
  .pickup_list dd {
    margin-top: 4px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .02em;
    text-align: left;
  }
  .pickup_list .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  .pickup_list .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/torinohito/common/prev_arrow.svg);
    right: 50px;
  }
  .pickup_list .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/torinohito/common/prev_arrow_hover.svg);
  }
  .pickup_list .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/torinohito/common/next_arrow.svg);
    right: 0;
  }
  .pickup_list .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/torinohito/common/next_arrow_hover.svg);
  }
}

/* -----------------------------------------------
商品一覧
----------------------------------------------- */
.cat_name h1 {
  margin-top: 0;
}
.product_list .fs-c-productList__list {
  font-family: 'Noto Sans JP', sans-serif;
}
.product_list .fs-c-productName__copy,
.product_list .fs-c-productListItem__productDescription {
  display: none;
}
.product_list .fs-c-productMarks .fs-c-productMark__mark:not(.shop_name_tori) {
  display: none;
}
.product_list .shop_name_tori {
  display: block;
  font-size: 10px;
  font-weight: 500;
  height: auto;
  border-radius: 0;
  width: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}
.product_list .shop_name_tori .fs-c-productMark__label {
  opacity: .65;
  display: block;
  text-align: left;
  line-height: 1.2;
  font-size: inherit;
}
.product_list .fs-c-productPrice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product_list .fs-c-productPrice .fs-c-price__value {
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: .02em;
  text-align: left;
}
.product_list .fs-c-productPrice .fs-c-productPrice__addon {
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: .02em;
  text-align: left;
}
.product_list .fs-c-productPrice .fs-c-productPrice__addon span {
  font-size: 13px;
}
.product_list .fs-c-productListItem__control {
  display: none;
}
.fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}

@media screen and (max-width: 750px) {
  .cat_name {
    margin: 0 auto 21px;
  }
  .cat_name h1 {
    font-size: 1.7rem;
  }
  .fs-c-productList__controller:first-of-type {
    margin-bottom: 25px;
  }
  .product_list {
    width: 98.55%;
    margin: 39px auto 0;
  }
  .product_list .fs-c-productList {
    width: 100%;
    border-bottom: none;
  }
  .product_list .fs-c-productList__list__item {
    width: 47.64%;
    max-width: none;
    margin-right: 3.38%;
    margin-bottom: 0;
    padding: 15px 5.44% 35px;
    background-color: #f8f8f8;
  }
  .product_list .fs-c-productList__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .product_list .fs-c-productList__list__item:nth-child(n + 3) {
    margin-top: 26px;
  }
  .product_list .fs-c-productListItem__image__image {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  .product_list .fs-c-productListItem__productName {
    padding-top: 5px;
    margin-top: 0;
  }
  .product_list .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .product_list .fs-c-productMarks {
    margin-top: 5px;
  }
  .product_list .shop_name_tori {
    margin-top: 5px;
    opacity: .65;
    font-size: 9px;
  }
  .product_list .fs-c-productPrices {
    margin-top: 11px;
    margin-bottom: 5px;
  }
  .product_list .fs-c-productPrice .fs-c-price__value {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .02em;
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .product_list {
    margin-top: 159px;
  }
  .product_list .fs-c-productList__list__item {
    width: 22.95%;
    max-width: none;
    margin-right: 2.72%;
    margin-bottom: 0;
    padding: 19px 2.62% 19px;
    background-color: #f8f8f8;
  }
  .product_list .fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .product_list .fs-c-productList__list__item:nth-child(n + 5) {
    margin-top: 66px;
  }
  .product_list .fs-c-productListItem__image__image {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  .product_list .fs-c-productListCarousel__list__item {
    padding: 20px 11.88% 19px;
  }
  .product_list .fs-c-productMarks {
    margin-top: 0;
  }
  .product_list .fs-c-productListItem__productName {
    padding-top: 21px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .product_list .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: .02em;
    text-align: left;
    /* font-weight: bold; */
  }
  .product_list .fs-c-productListItem__prices {
    margin: 4px 0 0;
  }
  .fs-c-productList__controller {
    margin-top: 75px;
  }
}

/* -----------------------------------------------
とりのひとのものさし
----------------------------------------------- */
.monosashi_wrap {
  border: 1px solid #b8b8b6;
}
.monosashi_wrap .img img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .monosashi_wrap {
    width: 91.3%;
    margin: 30px auto 0;
    padding: 10px 2.89% 22px;
    position: relative;
  }
  .monosashi_wrap::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cbcaca;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .monosashi_wrap .img {
    width: 100%;
  }
  .monosashi_wrap .text {
    margin-top: 30px;
  }
  .monosashi_wrap .text strong {
    width: 225px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .monosashi_wrap .text p {
    margin-top: 19px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .monosashi_wrap .text .link {
    margin-top: 18px;
  }
  .monosashi_wrap .text .link a {
    padding: 10px;
    width: 200px;
    max-width: 100%;
    min-height: 34px;
    margin: 0 auto;
    background-color: #e2e1e1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .monosashi_wrap .text .link a span {
    padding-left: 1.5em;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #808080;
    display: block;
    position: relative;
  }
  .monosashi_wrap .text .link a span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (min-width: 751px) {
  .monosashi_wrap {
    margin-top: 69px;
    padding: 15px 1.7%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .monosashi_wrap .img {
    width: 50%;
    margin-right: 7.88%;
  }
  .monosashi_wrap .text {
    flex: 1;
    margin-top: 13px;
  }
  .monosashi_wrap .text strong {
    width: 308px;
    max-width: 100%;
  }
  .monosashi_wrap .text p {
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.76;
    letter-spacing: 0;
  }
  .monosashi_wrap .text .link {
    margin-top: 15px;
  }
  .monosashi_wrap .text .link a {
    padding: 7px 10px;
    width: 160px;
    max-width: 100%;
    min-height: 28px;
    background-color: #e2e1e1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .monosashi_wrap .text .link a span {
    padding-left: 1.5em;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #808080;
    display: block;
    position: relative;
  }
  .monosashi_wrap .text .link a span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* -----------------------------------------------
関連読みもの
----------------------------------------------- */
.connection_article_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.connection_article a {
  display: block;
}
.connection_article .img {
  display: block;
  width: 100%;
  padding-top: 68.4%;
  position: relative;
  overflow: hidden;
}
.connection_article .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.connection_article time {
  display: block;
}

@media screen and (max-width: 750px) {
  .connection_article_wrap {
    width: 91.3%;
    margin: 30px auto 0;
    padding: 0 0 56px;
  }
  .connection_article_content {
    display: block;
  }
  .connection_article_content .connection_article {
    width: 95.23%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0 10px;
    border-top: 1px solid #eae9e8;
    margin: 0 auto;
  }
  .connection_article_content .connection_article:first-child {
    margin: 0 auto 16px;
    width: 100%;
    display: block;
    padding: 0;
    border: none;
  }
  .connection_article_content .connection_article:last-child {
    border-bottom: 1px solid #eae9e8;
  }
  .connection_article_content .connection_article:not(:first-child) a {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .connection_article_content .connection_article:not(:first-child) .img {
    width: 26.3%;
    margin-right: 4.3%;
    padding-top: 17.98%;
  }
  .connection_article_content .connection_article:first-child .img {
    margin: 0 auto;
    /* padding-top: 58.3%; */
  }
  .connection_article:not(:first-child) .cap {
    width: 73.7%;
  }
  .connection_article time {
    margin: 14px auto 0;
    font-size: 1.05rem;
    width: 95.23%;
  }
  .connection_article:not(:first-child) .date {
    width: 100%;
    font-size: 1.05rem;
    margin: 0 0 12px;
  }
  .connection_article h3 {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .connection_article:first-child h3 {
    width: 95.23%;
    margin: 12px auto 0;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 6px auto 0;
  }
}

@media screen and (min-width: 751px) {
  .connection_article_wrap {
    margin-top: 69px;
    padding-bottom: 67px;
    border-bottom: 1px solid #b8b8b6;
  }
  .connection_article_content .connection_article {
    width: 30.6%;
  }
  .connection_article a:hover {
    opacity: 0.7;
  }
  .connection_article_content .connection_article:not(:nth-child(3n)) {
    margin-right: 4.1%;
  }
  .connection_article time {
    margin: 34px 0 0;
  }
  .connection_article h3 {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
}

/* -----------------------------------------------
rec_cat_wrap
----------------------------------------------- */
.rec_cat_wrap {
  font-family: 'Noto Sans JP', sans-serif;
}
.rec_cat_heading {
  text-align: center;
}
.rec_cat_wrap .text_link_wrap ul {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.rec_cat_wrap .text_link_wrap li a {
  letter-spacing: 0;
  color: #fff;
  background-color: #7d7e4e;
  border-radius: 18px;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.rec_cat_wrap .img_link_wrap li a {
  display: block;
}

@media screen and (max-width: 750px) {
  /* .rec_cat_wrap {
    width: 91.3%;
    margin: 0 auto;
  } */
  .rec_cat_heading h2 {
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
  }
  .rec_cat_heading p {
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .rec_cat_wrap .text_link_wrap {
    margin-top: 22px;
  }
  .rec_cat_wrap .text_link_wrap ul {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  .rec_cat_wrap .text_link_wrap li {
    margin: 0 13px 9px;
  }
  .rec_cat_wrap .text_link_wrap li a {
    padding: 10px 18px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .rec_cat_wrap .img_link_wrap {
    margin-top: 47px;
  }
  .rec_cat_wrap .img_link_wrap ul {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .rec_cat_wrap .img_link_wrap li {
    width: 100%;
  }
  .rec_cat_wrap .img_link_wrap li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 751px) {
  .rec_cat_wrap {
    padding-top: 100px;
  }
  .rec_cat_heading h2 {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
  }
  .rec_cat_heading p {
    margin: 13px 0 0;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .rec_cat_wrap .text_link_wrap {
    margin-top: 40px;
  }
  .rec_cat_wrap .text_link_wrap ul {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
  }
  .rec_cat_wrap .text_link_wrap li {
    margin: 0 2px 14px;
  }
  .rec_cat_wrap .text_link_wrap li a {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.2;
  }
  .rec_cat_wrap .text_link_wrap li a:hover {
    opacity: 0.8;
  }
  .rec_cat_wrap .img_link_wrap {
    margin-top: 57px;
  }
  .rec_cat_wrap .img_link_wrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rec_cat_wrap .img_link_wrap li {
    width: 47.72%;
  }
  .rec_cat_wrap .img_link_wrap li:nth-child(even) {
    margin-left: 4.54%;
  }
  .rec_cat_wrap .img_link_wrap li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .rec_cat_wrap .img_link_wrap li a {
    position: relative;
  }
  .rec_cat_wrap .img_link_wrap li a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  .rec_cat_wrap .img_link_wrap li a:hover::after {
    background-color: rgba(255,255,255,.4);
  }
}

/* -----------------------------------------------
product_history
----------------------------------------------- */
.product_history .CrossHead {
  display: none;
}
.product_history li:nth-child(8) {
  display: none;
}

@media screen and (max-width: 750px) {
  .product_history {
    width: 91.3%;
    margin: 53px auto 0;
  }
  .product_history + br {
    display: none;
  }
  .product_history .scroll_wrap {
    overflow-x: scroll;
    width: 100%;
  }
  .product_history ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .product_history li {
    width: 135px;
    min-width: 135px;
    /* padding: 13px 16px; */
    background-color: #f8f8f8;
  }
  .product_history li + li {
    margin-left: 11px;
  }
  .product_history li a {
    padding: 13px 16px;
    display: block;
    height: 100%;
  }
  .product_history li img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  .product_history li dt {
    margin-top: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .product_history li dd {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .02em;
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  .product_history {
    margin-top: 118px;
    margin-bottom: 0!important;
    margin-left: auto;
    margin-right: auto;
    width: 94.62%;
    max-width: 1268px;
  }
  .product_history ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .product_history li {
    width: 13.4%;
    /* padding: 15px 1.57% 18px; */
    background-color: #f5f5f5;
  }
  .product_history li + li {
    margin-left: 0.94%;
  }
  .product_history li a {
    padding: 15px 11.76% 18px;
    display: block;
    height: 100%;
  }
  .product_history dt {
    margin-top: 23px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .02em;
    text-align: left;
    /* font-weight: bold; */
  }
  .product_history dd {
    margin-top: 14px;
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .02em;
    text-align: left;
  }
}

/* 予約商品のテキスト削除 */
.fs-c-productList__list span.fs-c-mark--preorder.fs-c-mark {
  display: none;
}
.fs-c-productList__list span.fs-c-productPrice__main__label {
  display: none;
}