@charset "UTF-8";
.label_member::after {
  content: "会員限定";
  display: inline-block;
  width: auto;
  height: auto;
  padding: 3px 8px;
  background: #005BAC;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin: 2px 0 0 12px;
}

.newtab::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_newwindow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
}

h4:has(.newtab) {
  display: inline-block;
}

.side_cta {
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 920;
}
.side_cta ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.side_cta .side_cta_item {
  width: auto;
  height: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .side_cta .side_cta_item {
    width: 40px;
    font-size: 14px;
  }
}
.side_cta .side_cta_item.document a {
  background: rgba(1, 1, 1, 0.8);
}
.side_cta .side_cta_item.document a:hover {
  background: rgba(1, 1, 1, 0.6);
}
.side_cta .side_cta_item.estimate a {
  background: rgba(36, 90, 139, 0.9);
}
.side_cta .side_cta_item.estimate a:hover {
  background: rgba(36, 90, 139, 0.6);
}
.side_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .side_cta a {
    padding: 12px 4px;
  }
}

.btn_l {
  position: relative;
  display: inline-block;
  width: 370px;
  max-width: 100%;
  height: auto;
  padding: 24px 32px;
  margin-inline: auto;
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .btn_l {
    width: 350px;
    max-width: 100%;
    font-size: 14px;
  }
}
.btn_l::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .btn_l::after {
    width: 16px;
    height: 16px;
  }
}
.btn_l:hover {
  transition: all 0.3s ease;
  border: 1px solid #333333;
  background-color: #fff;
  color: #333333 !important;
  text-decoration: none !important;
  opacity: 1;
}
.btn_l:hover::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_bk.svg);
}
.btn_l.bk {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}
.btn_l.bk::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_wh.svg);
}
.btn_l.bk:hover {
  background-color: #fff;
  color: #333333 !important;
}
.btn_l.bk:hover::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_bk.svg);
}

.btn_s {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 20px 28px;
  margin-inline: auto;
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  padding-right: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .btn_s {
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    padding: 18px 30px 18px 16px;
    gap: 8px;
  }
}
.btn_s::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .btn_s::after {
    width: 14px;
    height: 14px;
    margin-left: 0;
    right: 16px;
  }
}
.btn_s:hover {
  transition: all 0.3s ease;
  border: 1px solid #333333;
  background-color: #fff;
  color: #333333 !important;
  text-decoration: none !important;
  opacity: 1;
}
.btn_s:hover::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_bk.svg);
}
.btn_s.bk {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}
.btn_s.bk::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_wh.svg);
}
.btn_s.bk:hover {
  background-color: #fff;
  color: #333333 !important;
}
.btn_s.bk:hover::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_bk.svg);
}
.btn_s.lbl {
  background-color: #52C3F1;
  border: 1px solid #52C3F1;
  color: #fff;
}
.btn_s.lbl::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_wh.svg);
}
.btn_s.lbl:hover {
  background-color: #fff;
  color: #52C3F1 !important;
}
.btn_s.lbl:hover::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_lbl.svg);
}
.btn_s.wh {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
}
.btn_s.wh::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_bl.svg);
}
.btn_s.wh:hover {
  background-color: #333333;
  color: #fff !important;
}
.btn_s.wh:hover::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_wh.svg);
}

.footer_spnav {
  font-family: "Noto Sans JP", sans-serif;
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer_spnav {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10001;
    background: #005BAC;
    border-top: 1px solid #888888;
  }
  .footer_spnav ul {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .footer_spnav li {
    width: calc(25% - 10px);
    height: 100%;
  }
  .footer_spnav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 18px 0 20px;
    height: 100%;
  }
  .footer_spnav a img {
    width: 30px;
    height: 30px;
  }
}

.footer_sp_cta {
  font-family: "Noto Sans JP", sans-serif;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 200px);
  overflow-y: auto;
  z-index: 10000;
  padding: 10px 20px 50px;
  border-radius: 20px 20px 0 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .footer_sp_cta {
    display: block;
  }
}
.footer_sp_cta.active {
  transform: translateY(0) !important;
  pointer-events: auto;
}
.footer_sp_cta .lampchat-iframe-wrapper {
  display: none;
}
.footer_sp_cta .footer_sp_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 30px;
}
.footer_sp_cta h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.footer_sp_cta h2 span {
  font-size: 20px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #52C3F1;
}
.footer_sp_cta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer_sp_cta ul li {
  border-bottom: 1px solid #EBEBEB;
}
.footer_sp_cta ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 20px 0;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.footer_sp_cta ul li a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}
.footer_sp_cta ul li a[tabindex="-1"] {
  opacity: 0.7;
}
.footer_sp_cta ul li a[tabindex="-1"]:hover {
  opacity: 0.7;
  text-decoration: none;
  cursor: default;
}
.footer_sp_cta .footer_sp_btn {
  width: 22px;
  height: 20px;
  position: fixed;
  margin: 20px auto 0;
  right: 20px;
  cursor: pointer;
}
.footer_sp_cta .footer_sp_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  display: block;
  transition-duration: 0.3s;
}
.footer_sp_cta .footer_sp_btn span:nth-child(1) {
  top: 0px;
}
.footer_sp_cta .footer_sp_btn span:nth-child(2) {
  bottom: 9px;
}
.footer_sp_cta .footer_sp_btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}
.footer_sp_cta .footer_sp_btn span:nth-child(2) {
  display: block;
  transform: rotate(-45deg);
  top: 4px;
}
.footer_sp_cta .footer_sp_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer_sp_cta .footer_tel_num {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}
.footer_sp_cta .footer_tel_num img {
  width: auto;
  height: 20px;
}

.footer_sp_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer_sp_overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
}

body.footer_sp_open {
  overflow: hidden;
}

.breadcrumb {
  width: 100%;
  padding: 20px 0;
}

.breadcrumb-list {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.breadcrumb-list li {
  position: relative;
  padding: 0;
  margin: 0;
}
.breadcrumb-list li a {
  color: #333333;
  text-decoration: none;
}
.breadcrumb-list li:not(:last-child) {
  padding-right: 16px;
}
.breadcrumb-list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 30;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  min-width: auto;
}
@media screen and (max-width: 640px) {
  .header {
    height: 80px;
    padding: 0;
    z-index: 10000;
  }
}
.header .header_inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .header .header_inner {
    gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_inner {
    gap: 16px;
    width: 100%;
  }
}
.header h1 {
  width: 287px;
  height: 49px;
  margin: 24px 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .header h1 {
    width: 250px;
    margin: 26spx 0 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .header h1 {
    width: 230px;
    margin: 16px 0 0 16px;
  }
}
.header h1 a img {
  width: 100%;
  height: auto;
}
.header .header_menu {
  display: none;
}
@media screen and (max-width: 640px) {
  .header .header_menu {
    display: block;
    flex: 0 1 60px;
    height: 60px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background-color: #005BAC;
  }
}
.header .header_menu .hmenu {
  width: 22px;
  height: 20px;
  position: relative;
  margin: 20px auto 0;
}
.header .header_menu .hmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  transition-duration: 0.3s;
}
.header .header_menu .hmenu span:nth-child(1) {
  top: 0px;
}
.header .header_menu .hmenu span:nth-child(2) {
  bottom: 9px;
}
.header .header_menu.closebtn .hmenu span:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}
.header .header_menu.closebtn .hmenu span:nth-child(2) {
  display: block;
  transform: rotate(-45deg);
  top: 4px;
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header a {
  text-decoration: none;
}
.header a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.header .gnavi {
  flex: calc(100% - 287px - 50px);
  justify-content: flex-end;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi {
    flex: calc(100% - 250px - 32px);
    gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  .header .gnavi {
    display: none;
    position: fixed;
    justify-content: flex-start;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px - 80px);
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
  }
}
@media screen and (max-width: 640px) {
  .header .gnavi.open {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 80px - 80px);
  }
}
.header .gnavi_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
  gap: 5px;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_list {
    max-width: 100%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header .gnavi_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    height: auto;
    padding: 0;
  }
}
.header .gnavi_item {
  height: 100px;
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .header .gnavi_item {
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    font-size: 18px;
    padding: 0;
  }
}
.header .gnavi_item > a {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 50px;
  font-weight: 700;
  color: #333333;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_item > a {
    height: 50px;
    margin-top: 50px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .gnavi_item > a {
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 40px 20px;
  }
}
.header .gnavi_item > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: #52C3F1;
  transition: 0.5s all;
}
@media screen and (max-width: 640px) {
  .header .gnavi_item > a::after {
    content: "";
    display: block;
    width: 8px;
    height: 18px;
    background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    transform: rotate(90deg);
    position: absolute;
    top: 31px;
    left: auto;
    right: 20px;
    transition: 0.5s all;
  }
}
.header .gnavi_item > a.active::after {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .header .gnavi_item > a.active::after {
    width: 8px;
    transform: rotate(270deg);
  }
}
.header .gnavi_item > a:hover {
  opacity: 1;
}
.header .gnavi_item > a:hover::after {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .header .gnavi_item > a:hover::after {
    width: 8px;
  }
}
.header .gnavi_inner_list a {
  color: #333333;
}
.header .gnavi_btn {
  display: flex;
  gap: 1px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_btn {
    display: none;
  }
}
.header .gnavi_btn .gnavi_btn_inner {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.header .gnavi_btn > li {
  height: 100px;
}
.header .gnavi_btn > li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .gnavi_btn > li.search .gnavi_btn_inner {
  background-color: #EAE5E5;
}
.header .gnavi_btn > li.tanita_support .trigger {
  background-color: #005BAC;
  color: #fff;
}
.header .gnavi_btn > li.contact .trigger {
  background-color: #52C3F1;
  color: #fff;
}
.header .gnavi_inner {
  display: flex;
  gap: 60px;
  position: absolute;
  top: 100px;
  left: 0;
  background: #f4f4f4;
  width: 100%;
  min-height: 280px;
  padding: 80px 50px 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  .header .gnavi_inner {
    display: none;
    flex-direction: column;
    position: relative;
    padding: 30px 20px;
    gap: 32px;
    top: 0;
  }
}
.header .gnavi_inner.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  .header .gnavi_inner.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header .gnavi_inner h2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-width: 200px;
  margin-top: -20px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner h2 {
    display: none;
  }
}
.header .gnavi_inner h2 span {
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #52C3F1;
}
.header .gnavi_inner h2.label_member::after {
  width: 80px;
  margin: 10px 0 0 0;
}
.header .gnavi_inner dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header .gnavi_inner dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.header .gnavi_inner dl dd {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner dl dd {
    flex-direction: column;
    padding: 0 20px;
    gap: 16px;
  }
}
.header .gnavi_inner dl dd > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner dl dd > ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.header .gnavi_inner dl dd > ul p {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner dl dd > ul p {
    font-size: 16px;
    width: 100%;
  }
}
.header .gnavi_inner dl dd > ul > li > a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .header .gnavi_inner dl dd > ul > li > a {
    font-size: 14px;
  }
}
.header .gnavi_inner dl dd li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner dl dd li {
    width: calc(50% - 8px);
  }
}
.header .gnavi_inner dl dd li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}
.header .gnavi_inner dl dd li a {
  font-weight: 400;
  line-height: 1.2;
}
.header .gnavi_inner ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header .gnavi_inner ul p {
  color: #333333;
}
.header .gnavi_inner ul li {
  margin: 0;
  padding: 0;
}
.header .gnavi_inner ul li a {
  font-size: 18px;
  font-weight: 700;
}
.header .gnavi_inner ul li a:hover {
  text-decoration: underline;
}
.header .gnavi_inner ul li a[tabindex="-1"] {
  opacity: 0.7;
}
.header .gnavi_inner ul li a[tabindex="-1"]:hover {
  opacity: 0.7;
  text-decoration: none;
  cursor: default;
}
.header .gnavi_inner > div:not(.gnavi_inner_list_wrap) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header .gnavi_inner .btn_s {
  color: #fff;
  width: 260px;
  max-width: 100%;
  padding: 20px 28px;
}
.header .gnavi_inner.product .gnavi_inner_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.header .gnavi_inner.product .gnavi_inner_list_wrap_item {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner.product .gnavi_inner_list_wrap_item {
    flex-direction: column;
  }
}
.header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.product {
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.product {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.product > li {
    width: 100%;
  }
}
.header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.product > li > a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.product > li > a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.product > li > a span {
  font-size: 14px;
  margin-right: 8px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.slist {
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner.product .gnavi_inner_list_wrap_item .gnavi_inner_list.slist > li {
    width: calc(50% - 8px);
  }
}
.header .gnavi_inner.product form {
  border-top: 1px solid #EBEBEB;
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  .header .gnavi_inner .header_search {
    display: none;
  }
}
.header .gnavi_item_btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .header .gnavi_item_btn {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 0 20px;
  }
  .header .gnavi_item_btn .btn_s {
    width: 100%;
    font-size: 20px;
  }
}
.header .header_search {
  margin: 0 auto 30px;
  display: flex;
  width: 850px;
  max-width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #E0E0E0;
}
.header .header_search input[type=text] {
  border-radius: 50px 0 0 50px;
  background-color: #fff;
  border: none;
  font-size: 20px;
  padding: 0 30px;
  flex: 0 1 100%;
  box-sizing: border-box;
  letter-spacing: 0;
}
.header .header_search input[type=text]::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.header .header_search input[type=text]:focus {
  outline: none;
}
.header .header_search input[type=submit] {
  flex: 0 1 85px;
  border-radius: 0 54px 54px 0;
  border: none;
  text-indent: -10000em;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_search.svg) no-repeat 25px 15px #fff;
  background-size: 28px auto;
  cursor: pointer;
  transition-duration: 0.3s;
}
.header .header_search input[type=submit]:hover {
  opacity: 0.7;
}
.header .gnavi_search {
  display: none;
  background-color: #f4f4f4;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .header .gnavi_search {
    display: block;
  }
}
.header .gnavi_search .header_search {
  width: 100%;
  margin-bottom: 0;
}

.gnavi_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 29;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .gnavi_overlay {
    z-index: 9998;
  }
}
.gnavi_overlay.active {
  opacity: 1;
  visibility: visible;
}

body.gnavi_open {
  overflow: hidden;
}

.footer {
  color: #fff;
  background: #333333;
  padding: 40px 48px;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-bottom: 80px;
  }
}
.footer ul {
  list-style: none;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #52C3F1;
}
.footer a[target=_blank]::after {
  content: "";
  display: none;
}
.footer .footer_logo {
  width: 370px;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer .footer_logo {
    width: 300px;
    max-width: 100%;
    margin-inline: auto;
  }
  .footer .footer_logo img {
    width: 100%;
  }
}
.footer .footer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .footer .footer_inner {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }
}
.footer .footer_address {
  display: flex;
  flex-direction: column;
  gap: 40px;
  line-height: 1.5;
}
.footer .footer_address_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_address_text {
    font-size: 14px;
    gap: 16px;
    text-align: center;
  }
}
.footer .footer_tel_num {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer .footer_tel_num {
    justify-content: center;
  }
}
.footer .footer_tel_num span {
  font-size: 20px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
@media screen and (max-width: 1024px) {
  .footer .footer_tel_num span {
    font-size: 28px;
  }
}
.footer .footer_tel_num img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_tel_num img {
    height: 16px;
  }
}
.footer .footer_banner {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_banner {
    gap: 8px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer_banner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer .footer_banner ul:last-child a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.footer .footer_banner img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_banner img {
    width: 40px;
    height: 40px;
  }
}
.footer .footer_nav {
  display: flex;
  gap: 80px;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_nav {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }
}
.footer .footer_nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_nav ul.footer_nav_menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_nav ul.footer_nav_site {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.footer .footer_nav li {
  position: relative;
  font-size: 14px;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_nav li {
    font-size: 12px;
    padding-left: 12px;
  }
}
.footer .footer_nav li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_gray.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .footer .footer_nav li::before {
    width: 4px;
    height: 6px;
  }
}
.footer .footer_nav .footer_badge {
  align-self: flex-end;
  margin-left: auto;
}
.footer .footer_nav .footer_badge img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .footer .footer_nav .footer_badge img {
    width: 40px;
  }
}
.footer .copyright {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer .copyright {
    text-align: center;
    font-size: 10px;
  }
}

.wrap {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}

.wrap:not(:has(.user-main)) .page {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .wrap:not(:has(.user-main)) .page {
    margin-top: 80px;
  }
}

.user-main {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .user-main {
    margin-top: 80px;
  }
}

.content {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .content {
    margin-top: 80px;
  }
}
.content .inner {
  margin: 0;
  padding: 0;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-inline: auto;
}
.content .p_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .content .p_title {
    font-size: 28px;
  }
}
.content .p_title .sub-text {
  font-size: 28px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #52C3F1;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .content .p_title .sub-text {
    font-size: 24px;
  }
}
.content .p_content {
  font-size: 16px;
}
.content h3 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .content h3 {
    font-size: 20px;
  }
}
.content h3 span {
  font-size: 16px;
  font-weight: 700;
}

.wrap {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}

.izanai_banner {
  position: fixed;
  bottom: 70px;
  right: 0;
  width: 110px;
  height: auto;
  z-index: 50000;
}
.izanai_banner img {
  width: 100%;
  height: auto;
}

#p_home {
  padding: 100px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  #p_home {
    padding: 80px 0 0;
  }
}
#p_home ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#p_home li {
  margin: 0;
  padding: 0;
  border: 0;
}
#p_home a {
  text-decoration: none;
}
#p_home a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
#p_home .sp_only {
  display: none;
}
@media screen and (max-width: 640px) {
  #p_home .sp_only {
    display: block;
  }
}
#p_home .pc_only {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #p_home .pc_only {
    display: none;
  }
}

.home_ttl {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: flex-end;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .home_ttl {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.home_ttl h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .home_ttl h2 {
    font-size: 24px;
  }
}
.home_ttl h2 span {
  font-size: 24px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #52C3F1;
}
@media screen and (max-width: 640px) {
  .home_ttl h2 span {
    font-size: 18px;
  }
}
.home_ttl p {
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .home_ttl p {
    font-size: 16px;
  }
}

.top_mv {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  background: none;
  margin-bottom: 0;
  background: none;
}
@media screen and (max-width: 640px) {
  .top_mv {
    flex-direction: column;
  }
}
.top_mv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  top: 15px;
  background-color: #f4f4f4;
  aspect-ratio: 980/400;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top_mv::before {
    display: none;
  }
}
.top_mv .top_mv_inner {
  position: relative;
  width: 70%;
  aspect-ratio: 980/550;
  border-end-end-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top_mv .top_mv_inner {
    width: 100%;
    min-width: auto;
    aspect-ratio: 1960/1100;
    border-end-end-radius: 0;
    overflow: visible;
  }
}
.top_mv .top_mv_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_mv .top_mv_inner .swiper-container {
  width: 100%;
}
.top_mv .top_mv_nav {
  width: 30%;
  margin-top: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .top_mv .top_mv_nav {
    display: none;
  }
}
.top_mv .top_mv_nav_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top_mv .top_mv_nav_item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  color: #333333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  cursor: pointer;
}
.top_mv .top_mv_nav_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_bl.svg) no-repeat center center/contain;
}
.top_mv .top_mv_nav_item img {
  width: 40%;
  height: auto;
}
.top_mv .top_mv_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 640px) {
  .top_mv .top_mv_btn {
    right: 10px;
    bottom: 10px;
  }
}
.top_mv .top_mv_btn a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  background-color: #f4f4f4;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 40px 10px 20px;
}
@media screen and (max-width: 640px) {
  .top_mv .top_mv_btn a {
    padding: 10px 40px 10px 20px;
    font-size: 12px;
  }
}
.top_mv .top_mv_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-color: #fff;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_wh.svg) no-repeat center center/contain;
}
.top_mv .top_mv_btn a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.top_mv .top_mv_swiper .swiper-pagination {
  bottom: 10px;
}
@media screen and (max-width: 640px) {
  .top_mv .top_mv_swiper .swiper-pagination {
    bottom: 5px;
  }
}
.top_mv .top_mv_swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 38px;
  height: 6px;
  margin: 0 4px;
  background-color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .top_mv .top_mv_swiper .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
  }
}
.top_mv .top_mv_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #52C3F1;
  opacity: 1;
}

.home_info {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  gap: 32px;
  margin: 40px auto 30px;
  border: 1px solid #EBEBEB;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .home_info {
    width: calc(100% - 40px);
    flex-direction: column;
    padding: 20px;
    gap: 24px;
  }
}
.home_info h2 {
  font-family: "Noto Sans JP", sans-serif;
  width: 230px;
  font-size: 24px;
}
.home_info ul {
  width: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .home_info ul {
    width: 100%;
  }
}
.home_info li {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 40px;
  border: 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .home_info li {
    gap: 8px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .home_info .home_info_date {
    font-size: 14px;
  }
}
.home_info .home_info_text {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .home_info .home_info_text {
    padding-right: 20px;
  }
}
.home_info .home_info_more {
  position: relative;
  text-align: right;
  color: #333333;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .home_info .home_info_more {
    font-size: 14px;
  }
}
.home_info .home_info_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_gray.svg) no-repeat center center/contain;
}
@media screen and (max-width: 640px) {
  .home_info .home_info_more::after {
    width: 8px;
    height: 8px;
  }
}

.home_product {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-inline: auto;
  gap: 32px;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .home_product {
    padding: 30px 20px;
    gap: 24px;
  }
}
.home_product img {
  width: 100%;
}
.home_product a {
  color: #333333;
}
.home_product .home_product_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  align-content: flex-start;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_inner {
    width: 100%;
  }
}
.home_product .cat_btn_label {
  color: #888888;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  order: -1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 24px 30px;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid #888888;
}
@media screen and (max-width: 1024px) {
  .home_product .cat_btn_label {
    font-size: 18px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 640px) {
  .home_product .cat_btn_label {
    font-size: 13px;
    padding: 16px 5px;
  }
}
.home_product .cat_btn_label:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.home_product .cat_btn {
  display: none;
}
.home_product .cat_btn:checked + .cat_btn_label {
  color: #333333;
}
.home_product .cat_btn:checked ~ .cat_btn_label::after {
  transform: translateX(-100%);
}
.home_product .cat_btn_label {
  position: relative;
}
.home_product .cat_btn_label::after {
  background: #52C3F1;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}
.home_product .cat_btn:checked + .cat_btn_label::after {
  opacity: 1;
  transform: translateX(0);
}
.home_product .home_product_content {
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 100%;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
}
.home_product .home_product_content::after {
  content: "";
  height: 20px;
  order: -1;
  width: 100%;
}
.home_product .cat_btn:checked ~ .home_product_content {
  transform: translateX(30%);
}
.home_product .cat_btn:checked + .cat_btn_label + .home_product_content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
  position: relative;
  top: auto;
}
.home_product .home_product_item {
  display: flex;
  width: 100%;
  gap: 40px;
  padding: 20px 0;
  align-items: flex-start;
}
.home_product .home_product_item.category .home_product_item_img {
  width: 250px;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home_product .home_product_item.category .home_product_item_img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .home_product .home_product_item.category .home_product_item_img {
    display: none;
  }
}
.home_product .home_product_item.category .home_product_item_img img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.home_product .home_product_item.category .home_product_item_img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.home_product .home_product_item.category .home_product_item_text {
  width: calc(100% - 250px - 40px);
}
@media screen and (max-width: 768px) {
  .home_product .home_product_item.category .home_product_item_text {
    width: 100%;
  }
}
.home_product .home_product_item.category .home_product_item_text dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.home_product .home_product_item.category .home_product_item_text dl dt {
  width: 100px;
  font-size: 18px;
  font-weight: 700;
  padding-top: 6px;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.category .home_product_item_text dl dt {
    width: 90px;
    font-size: 16px;
  }
}
.home_product .home_product_item.category .home_product_item_text dl dt:not(:first-child) {
  margin-top: 16px;
}
.home_product .home_product_item.category .home_product_item_text dl dd {
  width: calc(100% - 100px - 16px);
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.category .home_product_item_text dl dd {
    width: calc(100% - 90px - 16px);
  }
}
.home_product .home_product_item.category .home_product_item_text dl dd:not(:nth-child(2)) {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.category .home_product_item_text dl dd:not(:nth-child(2)) {
    margin-top: 16px;
  }
}
.home_product .home_product_item.category .home_product_item_text dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.category .home_product_item_text dl dd ul {
    gap: 10px 8px;
  }
}
.home_product .home_product_item.category .home_product_item_text dl dd ul li a {
  position: relative;
  display: block;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #333333;
  border-radius: 50px;
  padding: 8px 40px 8px 20px;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.category .home_product_item_text dl dd ul li a {
    font-size: 14px;
    padding: 8px 24px 8px 10px;
  }
}
.home_product .home_product_item.category .home_product_item_text dl dd ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_gray.svg) no-repeat center center/contain;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.category .home_product_item_text dl dd ul li a::after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
}
.home_product .home_product_item.category .home_product_item_text dl dd ul li a:hover {
  border-color: #52C3F1;
  background-color: #52C3F1;
  color: #fff;
}
.home_product .home_product_item.category .home_product_item_text dl dd ul li a:hover::after {
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_wh.svg) no-repeat center center/contain;
}
.home_product .home_product_item.building ul, .home_product .home_product_item.brand ul {
  display: flex;
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.building ul, .home_product .home_product_item.brand ul {
    gap: 16px;
  }
}
.home_product .home_product_item.building li, .home_product .home_product_item.brand li {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}
.home_product .home_product_item.building li a, .home_product .home_product_item.brand li a {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.building li a, .home_product .home_product_item.brand li a {
    gap: 16px;
  }
}
.home_product .home_product_item.building h4, .home_product .home_product_item.brand h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.building h4, .home_product .home_product_item.brand h4 {
    font-size: 16px;
  }
}
.home_product .home_product_item.building h4 a, .home_product .home_product_item.brand h4 a {
  display: inline;
}
.home_product .home_product_item.building p, .home_product .home_product_item.brand p {
  line-height: 1.5;
  flex-grow: 1;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.building p, .home_product .home_product_item.brand p {
    font-size: 14px;
  }
}
.home_product .home_product_item.building .home_product_item_text, .home_product .home_product_item.brand .home_product_item_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.building .home_product_item_text, .home_product .home_product_item.brand .home_product_item_text {
    gap: 8px;
  }
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item.brand .home_product_item_text h4 {
    min-height: 44px;
  }
}
.home_product .home_product_item .home_product_item_img img {
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item .home_product_item_img img {
    border-radius: 10px;
  }
}
.home_product .home_product_item .home_product_item_img img[src*="top_product_cat01.png"] {
  border-radius: 22px;
}
@media screen and (max-width: 640px) {
  .home_product .home_product_item .home_product_item_img img[src*="top_product_cat01.png"] {
    border-radius: 12px;
  }
}

.home_case {
  width: 100%;
  padding: 70px 0;
  gap: 64px;
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
}
@media screen and (max-width: 640px) {
  .home_case {
    padding: 30px 20px;
    gap: 24px;
  }
}
.home_case .home_ttl {
  margin-inline: auto;
  width: calc(100% - 40px);
  max-width: 1440px;
  padding: 0;
}
.home_case .home_case_inner {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: 40px;
  width: calc(100% - 40px);
  max-width: 1440px;
  padding: 0;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .home_case .home_case_inner {
    width: 100%;
  }
}
.home_case .home_case_inner > ul {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .home_case .home_case_inner > ul {
    width: 100%;
    gap: 16px;
    overflow-x: scroll;
  }
}
.home_case .home_case_inner li {
  width: calc(33.333% - 16px);
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .home_case .home_case_inner li {
    width: 300px;
  }
}
.home_case .home_case_inner .home_case_item {
  position: relative;
  border: 1px solid #888888;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.home_case .home_case_inner .home_case_item a {
  color: #333333;
  display: flex;
  flex-direction: column;
}
.home_case .home_case_inner .home_case_item_img {
  width: 100%;
  aspect-ratio: 340/200;
  overflow: hidden;
}
.home_case .home_case_inner .home_case_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_case .home_case_inner .home_case_item_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home_case .home_case_inner .home_case_item_text h4 {
  font-weight: 700;
  flex-grow: 1;
}
.home_case .home_case_inner .home_case_item_text p {
  max-width: 340px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .home_case .home_case_inner .home_case_item_text p {
    max-width: 100%;
  }
}
.home_case .home_case_inner .home_case_item_tag {
  flex-grow: 1;
}
.home_case .home_case_inner .home_case_item_tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  width: 100%;
  height: auto;
}
.home_case .home_case_inner .home_case_item_tag ul li {
  width: auto;
  height: auto;
}
.home_case .home_case_inner .home_case_item_tag ul li a {
  display: block;
  font-size: 12px;
  border: 1px solid #888888;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
  line-height: 1;
}
.home_case .home_case_inner .home_case_item_tag ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.home_case .home_case_inner .home_case_item_cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  font-size: 14px;
  color: #fff;
  background-color: #050505;
  text-align: center;
  padding: 8px 10px;
  border-top-left-radius: 8px;
}
.home_case .home_case_btn {
  margin-inline: auto;
}

.home_about {
  width: calc(100% - 40px);
  padding: 70px 0;
  margin-inline: auto;
  max-width: 1440px;
  gap: 64px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .home_about {
    padding: 30px 20px;
    gap: 24px;
  }
}
.home_about .home_about_inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_inner {
    width: 100%;
  }
}
.home_about .home_about_item_img {
  width: 240px;
  height: 240px;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_item_img {
    display: none;
  }
}
.home_about .home_about_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.home_about .home_about_item {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_item {
    width: 100%;
  }
}
.home_about .home_about_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_item ul {
    gap: 8px;
  }
}
.home_about .home_about_item li {
  width: calc(33.333% - 13.333px);
}
@media screen and (max-width: 1024px) {
  .home_about .home_about_item li {
    width: calc(50% - 10px);
  }
}
.home_about .home_about_item a {
  color: #333333;
}
.home_about .home_about_item .home_about_item_list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 8px;
  border: 1px solid #888888;
  border-radius: 10px;
  gap: 20px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_item .home_about_item_list {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.home_about .home_about_item .home_about_item_list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_bl.svg) no-repeat center center/contain;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_item .home_about_item_list::after {
    top: auto;
    bottom: 10px;
    right: 10px;
    transform: translateY(0);
    width: 16px;
    height: 16px;
  }
}
.home_about .home_about_item .home_about_item_list img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_item .home_about_item_list img {
    width: 100%;
  }
}
.home_about .home_about_item .home_about_item_list p {
  width: calc(100% - 160px - 32px);
  flex-grow: 1;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .home_about .home_about_item .home_about_item_list p {
    width: 100%;
    font-size: 12px;
  }
}
.home_about .home_about_item .home_about_item_list p span {
  display: inline-block;
}

.home_pickup {
  width: calc(100% - 40px);
  padding: 70px 0;
  margin-inline: auto;
  max-width: 1440px;
  gap: 64px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .home_pickup {
    padding: 30px 20px;
    gap: 24px;
  }
}
.home_pickup .swiper-button-next,
.home_pickup .swiper-button-prev {
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_btn_next.svg) no-repeat center center/contain;
  width: 35px;
  height: 35px;
  top: 20%;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .home_pickup .swiper-button-next,
  .home_pickup .swiper-button-prev {
    width: 25px;
    height: 25px;
    top: 15%;
  }
}
.home_pickup .swiper-button-prev {
  left: 0;
}
.home_pickup .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}
.home_pickup .home_pickup_inner {
  width: 100%;
  padding-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .home_pickup .home_pickup_inner {
    width: 100%;
  }
}
.home_pickup .top_pickup_swiper {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .home_pickup .top_pickup_swiper {
    width: 100%;
    margin-left: 0;
  }
}
.home_pickup .top_pickup_swiper .swiper-wrapper {
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .home_pickup .top_pickup_swiper .swiper-wrapper {
    padding-left: 0;
  }
}
.home_pickup .top_pickup_swiper .swiper-slide {
  width: 320px;
}
.home_pickup .home_pickup_item {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .home_pickup .home_pickup_item {
    width: auto;
  }
}
.home_pickup .home_pickup_item a {
  position: relative;
}
.home_pickup .home_pickup_item_img {
  width: 100%;
  aspect-ratio: 320/170;
}
.home_pickup .home_pickup_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
}
.home_pickup .home_pickup_item_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home_pickup .home_pickup_item_text h4 {
  font-size: 16px;
}
.home_pickup .home_pickup_item_text a {
  color: #333333;
}
.home_pickup .home_pickup_item_text p {
  font-size: 14px;
  line-height: 1.5;
}

.home_support {
  width: 100%;
  padding: 70px 20px;
  gap: 64px;
  display: flex;
  flex-direction: column;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/top_support_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 640px) {
  .home_support {
    padding: 30px 10px;
    gap: 24px;
  }
}
.home_support .home_support_inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 60px 50px;
}
@media screen and (max-width: 1024px) {
  .home_support .home_support_inner {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 16px;
    padding: 30px 16px;
    border-radius: 20px;
  }
}
.home_support .home_support_text {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .home_support .home_support_text {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    gap: 8px;
  }
}
.home_support .home_support_text p {
  line-height: 1.5;
}
.home_support .home_support_btn {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .home_support .home_support_btn {
    grid-column: 1/2;
    grid-row: 3/4;
    gap: 8px;
  }
}
.home_support .home_support_btn a {
  margin: 0;
}
.home_support .btn_s {
  width: calc(50% - 16px);
}
@media screen and (max-width: 1024px) {
  .home_support .btn_s {
    width: 100%;
    font-size: 12px;
  }
}
.home_support .btn_s span {
  display: inline-block;
}
.home_support .home_support_menu {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .home_support .home_support_menu {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
  }
}
.home_support .home_support_menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .home_support .home_support_menu ul {
    gap: 4px;
  }
}
.home_support .home_support_menu li {
  width: calc(50% - 8px);
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .home_support .home_support_menu li {
    width: calc(33.333% - 2.8px);
  }
}
.home_support .home_support_menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.home_support .home_support_menu .home_support_menu_item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #C9C9C9;
  background: #fff;
  padding: 12px 20px;
}
@media screen and (max-width: 640px) {
  .home_support .home_support_menu .home_support_menu_item {
    padding: 8px 4px;
    gap: 4px;
  }
}
.home_support .home_support_menu .home_support_menu_item_img {
  width: 44px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .home_support .home_support_menu .home_support_menu_item_img {
    width: 22px;
    height: auto;
  }
}
.home_support .home_support_menu .home_support_menu_item_img img {
  width: 100%;
  height: 100%;
}
.home_support .home_support_menu .home_support_menu_item_text {
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .home_support .home_support_menu .home_support_menu_item_text {
    font-size: 11px;
  }
}
.home_support .home_ttl {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.home_support .home_ttl h2 span {
  font-size: 24px;
}

.home_faq {
  width: calc(100% - 40px);
  max-width: 1440px;
  padding: 70px 0;
  margin-inline: auto;
  gap: 64px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .home_faq {
    padding: 30px 20px;
    gap: 24px;
  }
}
.home_faq .home_faq_inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .home_faq .home_faq_inner {
    width: 100%;
  }
}
.home_faq .home_faq_inner ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home_faq .home_faq_item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333333;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px 40px 20px 26px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .home_faq .home_faq_item a {
    padding: 16px 48px 16px 16px;
  }
}
.home_faq .home_faq_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/icon_arrow_bl.svg) no-repeat center center/contain;
}
@media screen and (max-width: 640px) {
  .home_faq .home_faq_item a::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
}
.home_faq .home_faq_item a:hover {
  background-color: rgba(244, 244, 244, 0.6);
  transition: all 0.3s ease;
}
.home_faq .home_faq_item a span {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #52C3F1;
}
@media screen and (max-width: 640px) {
  .home_faq .home_faq_item a span {
    font-size: 28px;
  }
}

.home_contact {
  width: calc(100% - 40px);
  max-width: 1440px;
  padding: 70px 0;
  gap: 64px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .home_contact {
    padding: 30px 10px;
    gap: 24px;
  }
}
.home_contact .home_ttl h2 {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .home_contact .home_ttl h2 {
    font-size: 28px;
  }
}
.home_contact .home_ttl h2 span {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .home_contact .home_ttl h2 span {
    font-size: 20px;
  }
}
.home_contact .home_contact_inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid #52C3F1;
  background: #fff;
  padding: 50px 60px;
}
@media screen and (max-width: 1024px) {
  .home_contact .home_contact_inner {
    width: 100%;
    flex-direction: column;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 640px) {
  .home_contact .home_contact_inner {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 20px 10px;
    border: 0;
  }
}
.home_contact .home_contact_text {
  width: calc(100% - 690px - 40px);
}
@media screen and (max-width: 1024px) {
  .home_contact .home_contact_text {
    width: 100%;
  }
}
.home_contact .home_contact_menu {
  width: 690px;
}
@media screen and (max-width: 1024px) {
  .home_contact .home_contact_menu {
    width: 100%;
  }
}
.home_contact .home_contact_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .home_contact .home_contact_menu ul {
    gap: 8px;
    justify-content: space-between;
  }
}
.home_contact .home_contact_menu ul a {
  height: 72px;
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .home_contact .home_contact_menu ul a {
    height: 60px;
    width: 100%;
    gap: 8px;
  }
}
.home_contact .home_contact_menu li {
  width: calc(50% - 16px);
  height: 100%;
}
@media screen and (max-width: 640px) {
  .home_contact .home_contact_menu li {
    width: calc(50% - 4px);
  }
}
.home_contact .home_contact_menu li span {
  display: inline-block;
}
.home_contact .home_contact_menu .btn_s img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .home_contact .home_contact_menu .btn_s {
    width: 100%;
    font-size: 12px;
  }
}
.home_contact .home_contact_menu .btn_s:hover img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(25%) saturate(3490%) hue-rotate(167deg) brightness(94%) contrast(102%);
}
.home_contact .home_contact_menu .btn_s[tabindex="-1"] {
  opacity: 0.8;
}
.home_contact .home_contact_menu .btn_s[tabindex="-1"]:hover {
  background-color: #52C3F1 !important;
  color: #fff !important;
}
.home_contact .home_contact_menu .btn_s[tabindex="-1"]:hover img {
  filter: none;
}
.home_contact .home_contact_menu .btn_s[tabindex="-1"]:hover::after {
  background-image: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/assets/img/btn_arrow_wh.svg);
}

.home_news {
  width: 100%;
  max-width: 100%;
  padding: 70px 20px 100px;
  gap: 64px;
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
}
@media screen and (max-width: 640px) {
  .home_news {
    padding: 30px 20px;
    gap: 24px;
  }
}
.home_news .home_news_inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 640px) {
  .home_news .home_news_inner {
    width: 100%;
    gap: 16px;
  }
}
.home_news .home_news_list {
  width: 100%;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 640px) {
  .home_news .home_news_list {
    flex-direction: column;
    gap: 40px;
  }
}
.home_news .home_news_list_inner {
  width: calc(60% - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .home_news .home_news_list_inner {
    width: 100%;
    gap: 16px;
    align-items: center;
  }
}
.home_news .home_news_list_inner:last-of-type {
  width: calc(40% - 40px);
}
@media screen and (max-width: 640px) {
  .home_news .home_news_list_inner:last-of-type {
    width: 100%;
  }
}
.home_news .home_news_list_inner ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.home_news .home_news_list_item {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .home_news .home_news_list_item {
    gap: 16px;
    font-size: 14px;
  }
}
.home_news .home_news_date {
  width: 80px;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 4px;
  color: #888888;
}
.home_news .home_news_title {
  width: calc(100% - 80px - 32px);
}
.home_news .home_news_title > a {
  color: #333333;
  text-decoration: underline !important;
  line-height: 1.5;
}
.home_news .home_news_title > a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.home_news h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .home_news h3 {
    font-size: 18px;
  }
}
.home_news h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 16px;
  background: linear-gradient(90deg, #52C3F1 0%, #52C3F1 200px, #d9d9d9 200px, #d9d9d9 100%);
}
.home_news .btn_s {
  width: 240px;
}
@media screen and (max-width: 640px) {
  .home_news .btn_s {
    width: 300px;
  }
}

#p_concept .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #p_concept .inner {
    gap: 24px;
  }
}
#p_concept .p_content {
  width: 100%;
  max-width: 900px;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  #p_concept .p_content {
    padding: 0;
  }
}
#p_concept p {
  text-align: center;
  line-height: 1.66667;
}
#p_concept h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#p_concept ul + h3 {
  margin-top: 40px;
}
#p_concept .p_banner-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #p_concept .p_banner-list {
    flex-direction: column;
  }
}
#p_concept .p_banner-list li {
  width: calc(33.333% - 10px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #p_concept .p_banner-list li {
    width: 100%;
  }
}
#p_concept .p_banner-list li a {
  display: block;
  color: #333333;
  text-decoration: none;
}
#p_concept .p_banner-list li a:hover {
  opacity: 0.8;
}
#p_concept .p_banner-list li a .image {
  width: auto;
  height: auto;
  aspect-ratio: 320/170;
  position: relative;
}
#p_concept .p_banner-list li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
}
#p_concept .p_banner-list li a .image.movie::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://www.tanita-hw.co.jp/wp-content/themes/tanita/inc/images/home/movie_play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0.8;
}

#p_brand .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #p_brand .inner {
    gap: 24px;
  }
}
#p_brand .p_content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  #p_brand .p_content {
    padding: 0;
  }
}
#p_brand p {
  line-height: 1.7;
  text-align: center;
}
#p_brand .p_banner-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#p_brand li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  #p_brand li {
    flex-direction: column;
    gap: 20px;
  }
}
#p_brand li a:has(.image) {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 640px) {
  #p_brand li a:has(.image) {
    width: 100%;
  }
}
#p_brand li .image {
  width: 100%;
  height: auto;
}
#p_brand li img {
  width: 100%;
  height: auto;
}
#p_brand li .text {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  #p_brand li .text {
    width: 100%;
  }
}
#p_brand li .text p {
  text-align: left;
}
#p_brand li .text .btn_s {
  width: 300px;
  color: #fff;
  margin-inline: 0;
  align-self: flex-end;
}
@media screen and (max-width: 640px) {
  #p_brand li .text .btn_s {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
#p_brand li .text .btn_s:hover {
  color: #333333;
}
#p_brand a {
  color: #333333;
  text-decoration: none;
}
#p_brand a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=main.css.map */