@charset "utf-8";

.block-category-list--header-img,
.block-category-list--header,
.block-category-list--sub,
.block-readmore-button,
.block-category-list--goods {
  display: none;
}

#kaigo .zmg {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#kaigo h1 {
  line-height: 0;
  margin: 0 0 60px;
}
#kaigo .nav {
  margin: 0 0 130px;
}
#kaigo .nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#kaigo .nav li {
  width: 360px;
}
#kaigo .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: #F0B327;
  border: 3px solid #EC9C23;
  border-radius: 50px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.13;
  text-align: center;
  padding: 4px 0 0;
}
#kaigo .nav li a:after {
  content: '';
  position: absolute;
  top: 40px;
  right: 35px;
  width: 18px;
  height: 18px;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  rotate: 45deg;
}
#kaigo .nav li a:hover {
  opacity: .8;
  text-decoration: none;
}
#kaigo .category {
  text-align: center;
  margin: 0 0 130px;
}
#kaigo .category h2 {
  margin: 0 0 30px;
}
#kaigo .category h2 span {
  font-size: 50px;
  font-weight: bold;
  padding: 0 15px 0 10px;
  background: linear-gradient(transparent 70%, rgba(245, 162, 0, .2) 30%);
}
#kaigo .category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 30px;
}
#kaigo .category li {
  width: 270px;
}
#kaigo .category li a {
  display: block;
}
#kaigo .category li a:hover {
  text-decoration: none;
}
#kaigo .category li figure {
  width: 270px;
  height: 190px;
  border-radius: 20px;
  border: 5px solid rgba(229, 130, 0, .5);
  margin: 0 auto 10px;
  transition: .3s ease;
}
#kaigo .category li figure img {
  max-width: 100%;
  max-height: 100%;
}
#kaigo .category li p {
  color: #E58200;
  font-size: 26px;
  line-height: 1.2;
}
#kaigo .bnr {
  line-height: 0;
  margin: 0 0 130px;
}
#kaigo .bnr a:hover {
  opacity: .8;
}
#kaigo .diaper,
#kaigo .foods {
  margin: 0 0 130px;
}
#kaigo .diaper h2,
#kaigo .foods h2 {
  line-height: 0;
  margin: 0 0 70px;
}
#kaigo .brand {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 30px;
}
#kaigo .brand li {
  width: 270px;
}
#kaigo .brand li a:hover {
  text-decoration: none;
}
#kaigo .brand li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 54/38;
  border: 7px solid #A7D3EB;
  border-radius: 20px;
  margin: 0 0 10px;
  overflow: hidden;
  transition: .3s ease;
}
#kaigo .foods .brand li a figure {
  border-color: #F8E0C1;
}
#kaigo .brand li a p {
  color: #008CD6;
  font-size: 20px;
  font-weight: 500;
}
#kaigo .foods .brand li a p {
  color: #E58200;
}
#kaigo .shop {
  text-align: center;
  background: #FFFEF3;
  padding: 50px 95px;
  margin: 0 0 100px;
}
#kaigo .shop h2 {
  line-height: 0;
  margin: 0 0 45px;
}
#kaigo .shop .message {
  font-size: 20px;
  margin: 0 0 45px;
}
#kaigo .shop .about {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
#kaigo .shop .about .logo {
  width: 470px;
  line-height: 0;
}
#kaigo .shop .about .support {
  width: 378px;
  line-height: 0;
}
#kaigo .shop-list {
  text-align: center;
  margin: 0 0 100px;
}
#kaigo .shop-list h2 {
  line-height: 0;
  margin: 0 0 30px;
}
#kaigo .shop-list .btn-shop-list {
  position: relative;
  display: block;
  width: 500px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background: #3D3D3D;
  padding: 16px 0;
  margin: 35px auto 0;
}
#kaigo .shop-list .btn-shop-list:after {
  content: '';
  position: absolute;
  top: 31px;
  right: 50px;
  width: 18px;
  height: 18px;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  rotate: -45deg;
}
#kaigo .link .btn-catalog {
  position: relative;
  display: block;
  width: 590px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background: #F5A100;
  padding: 26px 0;
  margin: 0 auto;
}
#kaigo .link .btn-catalog:after {
  content: '';
  position: absolute;
  top: 41px;
  right: 50px;
  width: 18px;
  height: 18px;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  rotate: -45deg;
}
#kaigo .news {
  text-align: center;
  margin: 0 0 100px;
}
#kaigo .news h2 {
  color: #F5A125;
  font-size: 40px;
  margin: 0 0 30px;
}
#kaigo .news .text {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px;
}
#kaigo .news .text span {
  text-decoration: underline;
}
#kaigo .news .btn-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 500px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  border-radius: 20px;
  background: #3D3D3D;
  padding: 16px 0;
  margin: 0 auto;
}
#kaigo .news .btn-pdf:after {
  content: 'PDF';
  display: inline-block;
  background: #FFF;
  width: 50px;
  color: #3D3D3D;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 1px;
}
#kaigo .news .btn-pdf:hover {
  opacity: .8;
  text-decoration: none;
}

/* ====================
   PC
==================== */
html[data-browse-mode="P"] .pane-left-menu {
  display: none;
}
html[data-browse-mode="P"] main.pane-main {
  width: 100%;
}
html[data-browse-mode="P"] .block-category-list-head {
  margin: 0;
}
html[data-browse-mode="P"] #kaigo .sp {
  display: none;
}
html[data-browse-mode="P"] #kaigo .category li:nth-child(2) a figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(4) a figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(5) a figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(7) a figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(10) a figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(12) a figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(13) a figure {
  border-color: rgba(136, 167, 0, .5);
}
html[data-browse-mode="P"] #kaigo .category li a:hover figure {
  text-decoration: none;
  border-color: #E58200;
}
html[data-browse-mode="P"] #kaigo .category li:nth-child(2) a:hover figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(4) a:hover figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(5) a:hover figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(7) a:hover figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(10) a:hover figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(12) a:hover figure,
html[data-browse-mode="P"] #kaigo .category li:nth-child(13) a:hover figure {
  border-color: #88A700;
}
html[data-browse-mode="P"] #kaigo .category li:nth-child(2) p,
html[data-browse-mode="P"] #kaigo .category li:nth-child(4) p,
html[data-browse-mode="P"] #kaigo .category li:nth-child(5) p,
html[data-browse-mode="P"] #kaigo .category li:nth-child(7) p,
html[data-browse-mode="P"] #kaigo .category li:nth-child(10) p,
html[data-browse-mode="P"] #kaigo .category li:nth-child(12) p,
html[data-browse-mode="P"] #kaigo .category li:nth-child(13) p {
  color: #88A700;
}
html[data-browse-mode="P"] #kaigo .brand li a:hover figure {
  border-color: #008CD6;
}
html[data-browse-mode="P"] #kaigo .foods .brand li a:hover figure {
  border-color: #E58200;
}
html[data-browse-mode="P"] #kaigo .shop-list .btn-shop-list:hover,
html[data-browse-mode="P"] #kaigo .link .btn-catalog:hover {
  opacity: .8;
  text-decoration: none;
}

/* ====================
   SP
==================== */
html[data-browse-mode="S"] .block-category-list-head {
  padding: 0;
}
html[data-browse-mode="S"] #kaigo .pc {
  display: none;
}
html[data-browse-mode="S"] #kaigo h1 {
  margin: 0 0 30px;
}
html[data-browse-mode="S"] #kaigo .nav {
  padding: 0 20px;
  margin: 0 0 50px;
}
html[data-browse-mode="S"] #kaigo .nav ul {
  display: block;
}
html[data-browse-mode="S"] #kaigo .nav li {
  width: 100%;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #kaigo .nav li:last-child {
  margin: 0;
}
html[data-browse-mode="S"] #kaigo .nav li a {
  font-size: 20px;
  min-height: 70px;
}
html[data-browse-mode="S"] #kaigo .nav li a:after {
  top: 25px;
  width: 10px;
  height: 10px;
  border-width: 3px;
}
html[data-browse-mode="S"] #kaigo .category {
  margin: 0 0 50px;
}
html[data-browse-mode="S"] #kaigo .category h2 {
  margin: 0 0 25px;
}
html[data-browse-mode="S"] #kaigo .category h2 span {
  font-size: 25px;
  font-weight: bold;
}
html[data-browse-mode="S"] #kaigo .category ul {
  gap: 15px 10px;
  padding: 0 20px;
}
html[data-browse-mode="S"] #kaigo .category li {
  width: calc((100% - 10px) / 2);
}
html[data-browse-mode="S"] #kaigo .category li a figure {
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  width: 100%;
  height: auto;
  aspect-ratio: 190/135;
  margin-bottom: 5px;
}
html[data-browse-mode="S"] #kaigo .category li:nth-child(2) a figure,
html[data-browse-mode="S"] #kaigo .category li:nth-child(3) a figure,
html[data-browse-mode="S"] #kaigo .category li:nth-child(6) a figure,
html[data-browse-mode="S"] #kaigo .category li:nth-child(7) a figure,
html[data-browse-mode="S"] #kaigo .category li:nth-child(10) a figure,
html[data-browse-mode="S"] #kaigo .category li:nth-child(11) a figure {
  border-color: rgba(136, 167, 0, .5);
}
html[data-browse-mode="S"] #kaigo .category li p {
  font-size: 20px;
}
html[data-browse-mode="S"] #kaigo .category li:nth-child(2) p,
html[data-browse-mode="S"] #kaigo .category li:nth-child(3) p,
html[data-browse-mode="S"] #kaigo .category li:nth-child(6) p,
html[data-browse-mode="S"] #kaigo .category li:nth-child(7) p,
html[data-browse-mode="S"] #kaigo .category li:nth-child(10) p,
html[data-browse-mode="S"] #kaigo .category li:nth-child(11) p {
  color: #88A700;
}
html[data-browse-mode="S"] #kaigo .category li:nth-child(3) p,
html[data-browse-mode="S"] #kaigo .category li:nth-child(8) p {
  font-size: 16px;
}
html[data-browse-mode="S"] #kaigo .bnr,
html[data-browse-mode="S"] #kaigo .diaper,
html[data-browse-mode="S"] #kaigo .foods {
  padding: 0 20px;
  margin: 0 0 50px;
}
html[data-browse-mode="S"] #kaigo .diaper h2,
html[data-browse-mode="S"] #kaigo .foods h2 {
  margin: 0 0 25px;
}
html[data-browse-mode="S"] #kaigo .brand {
  padding: 0;
  gap: 10px;
}
html[data-browse-mode="S"] #kaigo .brand ul {
  gap: 10px;
}
html[data-browse-mode="S"] #kaigo .brand li {
  width: calc((100% - 10px) / 2);
}
html[data-browse-mode="S"] #kaigo .brand li a {
  min-height: unset;
  aspect-ratio: 54/38;
}
html[data-browse-mode="S"] #kaigo .brand li a figure {
  margin: 0 0 5px;
  border-width: 6px;
}
html[data-browse-mode="S"] #kaigo .brand li a p {
  font-size: 16px;
  text-align: center;
}
html[data-browse-mode="S"] #kaigo .shop {
  padding: 50px 20px;
  margin: 0 0 50px;
}
html[data-browse-mode="S"] #kaigo .shop h2 {
  margin: 0 0 25px;
}
html[data-browse-mode="S"] #kaigo .shop .message {
  font-size: 16px;
  margin: 0 0 25px;
}
html[data-browse-mode="S"] #kaigo .shop .about {
  display: block;
  padding: 0;
}
html[data-browse-mode="S"] #kaigo .shop .about .logo {
  width: 100%;
  margin: 0 0 25px;
}
html[data-browse-mode="S"] #kaigo .shop .about .support {
  width: 100%;
  padding: 0 3%;
}
html[data-browse-mode="S"] #kaigo .shop-list {
  padding: 0 20px;
  margin: 0 0 30px;
}
html[data-browse-mode="S"] #kaigo .shop-list h2 {
  padding: 0;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #kaigo .shop-list h2 img {
  width: 352px;
}
html[data-browse-mode="S"] #kaigo .shop-list .btn-shop-list {
  width: 70%;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 10px 0 11px;
  border-radius: 10px;
}
html[data-browse-mode="S"] #kaigo .shop-list .btn-shop-list:after {
  top: 19px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-width: 3px;
}
html[data-browse-mode="S"] #kaigo .link .btn-catalog {
  width: 80%;
  font-size: 18px;
  border-radius: 10px;
  padding: 18px 0 15px;
}
html[data-browse-mode="S"] #kaigo .link .btn-catalog:after {
  top: 26px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-width: 3px;
}
html[data-browse-mode="S"] #kaigo .news {
  padding: 0 20px;
  margin: 0 0 50px;
}
html[data-browse-mode="S"] #kaigo .news h2 {
  font-size: 22px;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #kaigo .news .text {
  font-size: 14px;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #kaigo .news .btn-pdf {
  width: 70%;
  font-size: 16px;
  gap: 10px;
  padding: 10px 0 11px;
  border-radius: 10px;
}
html[data-browse-mode="S"] #kaigo .news .btn-pdf:after {
  font-size: 10px;
  width: 30px;
}