.s_mv img {
  width: 100%;
  height: auto;
}

.s_main {
  display: flex;
  justify-content: space-between;
}

.s_item {
  width: 960px;
  padding-top: 76px;
}

.s_link-list {
  background-color: #f7f6f5;
  padding-top: 78px;
  padding-bottom: 80px;
}

.s_label {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: calc(40 / 28);
  margin-bottom: 31px;
  text-align: center;
}

.s_cate {
  margin-bottom: 78px;
}

.s_cate ul {
  width: 1106px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.s_cate a {
  width: 176px;
  height: 224px;
  background: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: calc(24 / 16);
}

.s_cate a .s_cate_label {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.s_cate li:nth-of-type(4) a .s_cate_label {
  bottom: calc(44px - 0.5em);
}

.s_cate li a .s_cate_icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.s_cate li:nth-of-type(1) a .s_cate_icon,
.s_cate li:nth-of-type(2) a .s_cate_icon {
  top: 51px;
}

.s_cate li:nth-of-type(3) a .s_cate_icon {
  top: 53px;
}

.s_cate li:nth-of-type(4) a .s_cate_icon {
  top: 41px;
}

.s_cate li:nth-of-type(5) a .s_cate_icon {
  top: 81.4px;
}

.s_cate li:nth-of-type(6) a .s_cate_icon {
  top: 52px;
}

.s_size_inr {
  width: 1106px;
  margin: auto;
  background-color: #eee9e5;
  border-radius: 16px;
  padding: 32px 21px 40px 21px;
  box-sizing: border-box;
}

.s_sub-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(24 / 20);
  margin-bottom: 16px;
  text-align: center;
}

.s_size_inr ul {
  display: flex;
  justify-content: space-between;
}

.s_size_inr ul:nth-of-type(1) {
  margin-bottom: 32px;
}

.s_size_inr ul li {
  width: 260px;
  height: 56px;
}

.s_size_inr ul li a {
  width: 260px;
  height: 56px;
  line-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.s_size_inr ul li a span {
  width: 24px;
  height: 1px;
  margin: 0 10px;
  background-color: #000;
}

.s_size_inr ul li a:hover {
  text-decoration: none;
}

.s_item_list {
  margin-bottom: 80px;
}

.s_item_label {
  margin-bottom: 40px;
}

.s_item_label-en {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: calc(60 / 40);
  letter-spacing: 0.04em;
  margin-right: 24px;
}

.s_item_label-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  /*line-height: calc(60 / 40);*/
  letter-spacing: -0.03em;
  margin-bottom: 7px;
}

/* タブ部分 */
.tab-swiper {
  /*width: 100%;*/
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.tab-swiper .swiper-slide {
  width: 160px; /* 内容に応じて幅調整 */
  text-align: center;
  border-bottom: 4px solid #fff;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s;
  user-select: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding-bottom: 13px;
}
.tab-swiper .swiper-slide-active {
  border-bottom: 4px solid #000;
  color: #000;
  font-weight: 700;
}

/* コンテンツ部分 */
.tab-content .content {
  display: none;
}
.tab-content .content.active {
  display: block;
}

.list_search-result,
.list_coord-result {
  width: 930px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_search-result .block_item,
.block_coord,
.block_staff {
  width: 220px;
  margin: 0;
}

.list_search-result .block_item:nth-child(4n) {
  margin: 0;
}

.list_search-result .block_item .search-result__item--photo img {
  width: 100%;
  height: auto;
}

.block_staff .photo_staff {
  width: 100%;
  height: auto;
}

.s_item_btn a {
  width: 400px;
  height: 56px;
  line-height: 56px;
  display: block;
  border-radius: 32px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: auto;
  margin-top: 40px;
}

.s_item_btn a:hover {
  text-decoration: none;
}

.s_item_list-brand {
  width: 960px;
  background-color: #f7f6f5;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 76px 68px 88px 68px;
}

.s_item_list-brand .s_item_label {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: calc(60 / 40);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 31px;
}

.s_item_list-brand ul {
  display: flex;
  justify-content: space-between;
}

.s_item_list-brand ul li {
  width: 400px;
}

.s_item_list-brand ul li img {
  width: 100%;
  height: auto;
}

.s_brand_img {
  display: block;
  margin-bottom: 14px;
}

.s_brand_label-en {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-right: 16px;
}

.s_brand_label-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: calc(18 / 16);
}

.s_item_list-brand ul li a:hover {
  text-decoration: none;
}

.s_brand_link-size {
  display: block;
  margin-top: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: calc(18 / 16);
  text-decoration: underline;
}

#detail_journal_bnr {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

#detail_journal_bnr .swiper-wrapper {
  justify-content: space-between;
}

#detail_journal_bnr .journal_bnr {
  width: 308px;
  margin: 0;
  padding-bottom: 0;
}

#detail_journal_bnr .journal_bnr a img {
  width: 100%;
  height: auto;
}
