.about_body {
  color: #262328;
}
html[data-browse-mode="P"] .about_body {
  padding-bottom: 80px;
}
html[data-browse-mode="S"] .about_body {
  overflow-x: hidden;
}
.about_body a {
  color: #262328;
}
.about_body img {
  display: inline-block;
}
html[data-browse-mode="P"] .about_body .isSp {
  display: none;
}
html[data-browse-mode="S"] .about_body .isPc {
  display: none;
}
.about_body .flower {
  background-image: url("/img/usr/freepage/about/flower.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
html[data-browse-mode="P"] .about_body .flower {
  background-size: auto 39px;
  padding: 0 0 69px;
}
html[data-browse-mode="S"] .about_body .flower {
  background-size: auto 29px;
  padding: 0 0 60px;
}
.about_body .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}
.about_body .heading-2 {
  margin: 0 0 30px;
}
html[data-browse-mode="P"] .about_body .heading-2 {
  font-size: 28px;
}
.about_body .gold_head {
  text-align: center;
  color: #b1aa8d;
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px;
}
html[data-browse-mode="P"] .about_body .gold_head {
  font-size: 28px;
}
html[data-browse-mode="S"] .about_body .gold_head {
  font-size: 24px;
}
.about_body .c_text {
  text-align: center;
  line-height: 1.875;
  margin-top: 20px;
}
html[data-browse-mode="P"] .about_body .c_text {
  font-size: 18px;
}
html[data-browse-mode="S"] .about_body .c_text {
  font-size: 16px;
}
.about_body .intro_section {
  background-image: url("/img/usr/freepage/about/pattern_bg.png");
  background-size: auto 9px;
  background-repeat: repeat-x;
  background-position: top 10px left;
  background-color: #f7f6f2;
}
html[data-browse-mode="P"] .about_body .intro_section {
  padding: 57px 0 97px;
}
html[data-browse-mode="S"] .about_body .intro_section {
  padding: 64px 0 50px;
}
.about_body .head1 {
  text-align: center;
  padding: 0;
}
html[data-browse-mode="S"] .about_body .head1 {
  margin: 0 0 32px;
}
html[data-browse-mode="P"] .about_body .head1 img {
  width: 317px;
}
html[data-browse-mode="S"] .about_body .head1 img {
  width: 279px;
}
.about_body .select_slider {
  margin: 50px 0;
  visibility: hidden;
}
.about_body .select_slider.slick-initialized {
  visibility: visible;
}
html[data-browse-mode="P"] .about_body .select_slider {
  width: calc((1330 / 1440) * 100vw);
  margin: 50px 0 50px auto;
}
html[data-browse-mode="S"] .about_body .select_slider {
  margin-left: 30px;
}
.about_body .select_slider .slick-list {
  overflow: visible;
}
.about_body .select_slider_item {
  padding-right: 10px;
}
.about_body .select_slider_item:first-of-type {
  display: none;
}
.about_body .select_slider_item img {
  border-radius: 10px;
}
html[data-browse-mode="P"] .about_body .select_slider_item img {
  width: 200px;
}
html[data-browse-mode="S"] .about_body .select_slider_item img {
  width: 120px;
}
html[data-browse-mode="P"] .about_body .nav_wrapper {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px auto 0;
}
html[data-browse-mode="S"] .about_body .nav_wrapper {
  padding: 0 10px;
  margin-top: 30px;
}
.about_body .nav_wrapper a {
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #fff;
  border: solid 1px #262328;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 16px;
}
html[data-browse-mode="S"] .about_body .nav_wrapper a {
  margin-top: 20px;
}
.about_body .nav_wrapper a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8.5px;
  height: 8.5px;
  right: 20px;
  border-right: solid 1px #b1aa8d;
  border-bottom: solid 1px #b1aa8d;
}
.about_body .essence {
  background-image: url("/img/usr/freepage/about/pattern_bg.png");
  background-size: auto 9px;
  background-repeat: repeat-x;
  background-position: top 10px left;
}
html[data-browse-mode="P"] .about_body .essence {
  padding: 60px 0 100px;
}
html[data-browse-mode="S"] .about_body .essence {
  padding: 50px 0 20px;
}
.about_body .essence .c_text {
  text-align: center;
}
.about_body .essence_img {
  overflow: hidden;
  display: grid;
}
html[data-browse-mode="P"] .about_body .essence_img {
  margin: 30px 0 50px;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 16px;
}
html[data-browse-mode="S"] .about_body .essence_img {
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 12px;
}
.about_body .essence_row {
  display: grid;
}
html[data-browse-mode="P"] .about_body .essence_row {
  grid-template-columns: repeat(3, 1fr);
}
html[data-browse-mode="P"] .about_body .essence_column {
  padding: 0 10px;
}
html[data-browse-mode="S"] .about_body .essence_column {
  padding: 30px 10px;
}
html[data-browse-mode="P"] .about_body .essence_column + .essence_column {
  border-left: solid 1px #f5f4ef;
}
html[data-browse-mode="S"] .about_body .essence_column + .essence_column {
  border-top: solid 1px #f5f4ef;
}
.about_body .enjoy {
  background-image: url("/img/usr/freepage/about/pattern_bg.png");
  background-size: auto 9px;
  background-repeat: repeat-x;
  background-position: top 10px left;
  background-color: #f7f6f2;
}
html[data-browse-mode="P"] .about_body .enjoy {
  padding: 60px 0 100px;
}
html[data-browse-mode="S"] .about_body .enjoy {
  padding: 50px 0;
}
.about_body .enjoy_column {
  display: grid;
  row-gap: 50px;
}
html[data-browse-mode="P"] .about_body .enjoy_column {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
}
.about_body .head3 {
  padding: 0;
  text-align-last: center;
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 30px;
}
.about_body .head3:before {
  display: block;
  content: attr(number);
  color: #b1aa8d;
  line-height: 1.25;
  font-size: 40px;
  margin-bottom: 10px;
}
.about_body .img_wrapper {
  display: flex;
  margin: 30px 0;
}
html[data-browse-mode="P"] .about_body .img_wrapper {
  gap: 20px;
}
html[data-browse-mode="S"] .about_body .img_wrapper {
  gap: 11px;
}
.about_body .img_wrapper img {
  flex: 1;
  border-radius: 10px;
}
html[data-browse-mode="P"] .about_body .img_wrapper img {
  max-width: calc(33.333% - 13px);
}
html[data-browse-mode="S"] .about_body .img_wrapper img {
  max-width: calc(33.333% - 7px);
}
.about_body .selection_logo {
  display: block;
  width: 143px;
  margin: 0 auto 30px;
}
.about_body .selection_block {
  background: #fff;
  border: solid 1px #b1aa8d;
}
html[data-browse-mode="P"] .about_body .selection_block {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 50px 40px 60px;
}
html[data-browse-mode="S"] .about_body .selection_block {
  margin-top: 50px;
  padding: 30px 20px;
}
.about_body .selection_block .c_text {
  line-height: 1.5;
  text-align: left;
}
html[data-browse-mode="P"] .about_body .selection_block .c_text {
  font-size: 16px;
}
html[data-browse-mode="S"] .about_body .selection_block .c_text {
  font-size: 14px;
}
html[data-browse-mode="P"] .about_body .selection_top {
  flex: 32;
}
html[data-browse-mode="P"] .about_body .selection_bottom {
  flex: 74;
}
html[data-browse-mode="P"] .about_body .selection_bottom .c_text:first-of-type {
  margin: 0;
}
.about_body .selection_title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
html[data-browse-mode="S"] .about_body .selection_title {
  margin-bottom: 30px;
}
.about_body .shopping {
  background-image: url("/img/usr/freepage/about/pattern_bg.png");
  background-size: auto 9px;
  background-repeat: repeat-x;
  background-position: top 10px left;
}
html[data-browse-mode="P"] .about_body .shopping {
  padding: 70px 0 100px;
}
html[data-browse-mode="S"] .about_body .shopping {
  padding: 50px 0;
}
.about_body .l-site-top-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.about_body .l-site-top-category-item {
  background: #fff;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item {
  flex: 1;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item {
  width: calc((100% - 30px) / 4);
}
.about_body .l-site-top-category-item:nth-child(4n) {
  margin-right: 0;
}
.about_body .l-site-top-category-item-link {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-link span {
  font-size: 14px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-link span {
  font-size: 12px;
}
.about_body .l-site-top-category-item-image {
  width: 100%;
  background: #f7f6f2;
  display: grid;
  place-content: center;
  border-radius: 8px;
  margin-bottom: 10px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image {
  aspect-ratio: 144/110;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image {
  aspect-ratio: 85/70;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .gourmet {
  width: 74px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .gourmet {
  width: 48px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .processing {
  width: 89px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .processing {
  width: 72px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .seasoning {
  width: 34px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .seasoning {
  width: 26px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .sweets {
  width: 73px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .sweets {
  width: 52px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .drink {
  width: 21px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .drink {
  width: 17px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .cosmetics {
  width: 82px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .cosmetics {
  width: 61px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .wear {
  width: 64px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .wear {
  width: 62px;
}
html[data-browse-mode="P"] .about_body .l-site-top-category-item-image .miscellaneous {
  width: 106px;
}
html[data-browse-mode="S"] .about_body .l-site-top-category-item-image .miscellaneous {
  width: 69px;
}
html[data-browse-mode="S"] .about_body .ranking {
  padding: 0 0 100px;
}
.about_body .block-ranking-r--items {
  border: none;
}
html[data-browse-mode="S"] .about_body .block-ranking-r--items {
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin: 0;
}
.about_body .block-ranking-r--items li {
  min-width: 150px;
  padding: 0;
  margin: 0;
  flex: 1;
}
html[data-browse-mode="S"] .about_body .block-ranking-r--items li:not(:first-of-type) {
  margin-left: 8px;
}
.about_body .block-ranking-r--items li > a .block-ranking-r--goods-image {
  padding: 0;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 12px;
}
.about_body .block-ranking-r--items li a {
  text-decoration: none;
}
.about_body .block-ranking-r--items .variation-name {
  display: none;
}
.about_body .block-ranking-r--goods-name {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
html[data-browse-mode="P"] .about_body .block-ranking-r--goods-name {
  font-size: 16px;
  line-height: 1.5;
  min-height: 72px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .about_body .block-ranking-r--goods-name {
  font-size: 12px;
  min-height: 51px;
  margin-bottom: 32px;
}
.about_body .block-ranking-r--comment {
  display: none;
}
.about_body .block-ranking-r--rank {
  position: static;
  border-radius: 50%;
  color: #fff;
  background: #c9b865;
  font-weight: 500;
  font-family: "Roboto";
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 10px 0;
}
.about_body .block-ranking-r--rank:after {
  content: none;
}
.about_body .block-ranking-r--description {
  margin: 10px 0 0;
}
.about_body .block-ranking-r--price {
  text-align: right;
  padding: 0;
}
html[data-browse-mode="P"] .about_body .block-ranking-r--price {
  font-size: 18px;
  font-weight: bold;
}
html[data-browse-mode="S"] .about_body .block-ranking-r--price {
  font-size: 15px;
  font-weight: 500;
}
.about_body .block-ranking-r--price .price-small {
  font-weight: 400;
}
html[data-browse-mode="P"] .about_body .block-ranking-r--price .price-small {
  font-size: 12px;
}
html[data-browse-mode="S"] .about_body .block-ranking-r--price .price-small {
  font-size: 10px;
}
.about_body .block-thumbnail-t--goods-image {
  margin-bottom: 10px;
}
.about_body .select_guide_logo {
  display: block;
  margin: 0 auto;
}
html[data-browse-mode="P"] .about_body .select_guide_logo {
  width: 265px;
}
html[data-browse-mode="S"] .about_body .select_guide_logo {
  width: 228px;
}
.about_body .select_guide_block {
  border: solid 1px #b1aa8d;
}
html[data-browse-mode="P"] .about_body .select_guide_block {
  margin: 80px auto 0;
  width: 1220px;
  padding: 40px 83px;
}
html[data-browse-mode="S"] .about_body .select_guide_block {
  width: calc(100vw - 20px);
  padding: 30px 20px 35px;
  margin: 50px auto 0;
}
.about_body .select_guide_block li {
  position: relative;
  display: flex;
  font-weight: bold;
}
html[data-browse-mode="P"] .about_body .select_guide_block li {
  align-items: end;
  gap: 15px;
  font-size: 22px;
}
html[data-browse-mode="S"] .about_body .select_guide_block li {
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.about_body .select_guide_block li:before {
  display: inline-block;
  content: attr(number);
  border-radius: 50%;
  background: #262328;
  color: #fff;
  font-family: "Libre Baskerville", "Zen Old Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  aspect-ratio: 1;
}
html[data-browse-mode="P"] .about_body .select_guide_block li:before {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
html[data-browse-mode="S"] .about_body .select_guide_block li:before {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.about_body .select_guide_block li + li {
  border-top: solid 1px #e0e0e0;
}
html[data-browse-mode="P"] .about_body .select_guide_block li + li {
  padding-top: 10px;
  margin-top: 10px;
}
html[data-browse-mode="S"] .about_body .select_guide_block li + li {
  padding-top: 16px;
  margin-top: 16px;
}
html[data-browse-mode="S"] .about_body .select_guide_block li img {
  width: 46px;
}
html[data-browse-mode="P"] .about_body .select_guide_block li:nth-of-type(1) img {
  width: 58px;
}
html[data-browse-mode="P"] .about_body .select_guide_block li:nth-of-type(2) img {
  width: 65px;
}
html[data-browse-mode="P"] .about_body .select_guide_block li:nth-of-type(3) img {
  width: 52px;
}
.about_body .thumbnail_guide_image {
  display: grid;
  place-content: center;
}
html[data-browse-mode="P"] .about_body .thumbnail_guide_image {
  width: 65px;
  aspect-ratio: 65/40;
}
html[data-browse-mode="S"] .about_body .thumbnail_guide_image {
  width: 47px;
  min-width: 47px;
  aspect-ratio: 47/30;
}
.about_body .select_guide_merit {
  background: #b1aa8d;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  border-radius: 20px;
  font-size: 16px;
  padding: 7px 35px;
  margin: 20px auto 30px;
}
.about_body .select_guide_link {
  text-align: center;
  border: solid 1px #262328;
  border-radius: 4px;
  background: rgba(255,255,255,0.9);
  display: block;
  text-decoration: none;
  margin: 30px auto 0;
}
html[data-browse-mode="P"] .about_body .select_guide_link {
  line-height: 44px;
  width: 300px;
  font-size: 16px;
}
html[data-browse-mode="S"] .about_body .select_guide_link {
  line-height: 37px;
  font-weight: 500;
  width: 250px;
  font-size: 13px;
}
