@charset "utf-8";

.home #main {
  padding-top: 0;
  padding-bottom: 0;
}
.home #main .doc_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-top: 120px;
  margin-bottom: -20px;
  position: relative;
}
.home #main .doc_message::before,
.home #main .doc_message::after {
  content: '';
  position: fixed;
  bottom: -25px;
  width: 100%;
  height: 100%;
  max-height: 350px;
  z-index: -1;
}
.home #main .doc_message::before {
  background: url(../images/common/backimg_left_sp.png) no-repeat left bottom/auto 350px;
}
.home #main .doc_message::after {
  background: url(../images/common/backimg_right_sp.png) no-repeat right bottom/auto 350px;
}
.home #main .doc_message h1, .home #main .doc_message .doctor {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.home #main .doc_message h1 {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: auto auto 0;
}
.home #main .doc_message .doctor {
  padding: 50px 0;
  position: relative;
  top: -30px;
}
.home #main .doc_message .doctor div {
  margin-bottom: 20px;
}
.home #main .doc_message p {
  margin-bottom: 10px;
}
.home #main .doc_message .text_st01 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 5px;
}
.home #main .doc_message .prof {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  margin-top: 20px;
}
.home #main .doc_message .prof .name {
  font-size: 1.8rem;
}
.home #main .doc_message figure {
  display: block;
  width: 180px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
}
.home #main .doc_message figure img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home #main .main-image {
  height: 430px;
  padding: 0;
  position: relative;
  top: 80px;
}
.home #main .main-image.mainimg_pc {
  display: none;
}
.home #main .main-image .mainimg {
  width: 35%;
  max-width: 400px;
  min-width: 220px;
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.home #main .main-image .backimg_left {
  text-align: left;
  position: absolute;
  top: 2%;
  left: 0;
  width: auto;
  height: 98%;
  z-index: -1;
}
.home #main .main-image .backimg_right {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
.home #main #primary {
  background-color: #fff;
}
.home #main #primary #content {
  padding-top: 50px;
}
.home #main .main-image {
  height: 430px;
  padding: 0;
  position: relative;
  top: 80px;
}
.home #main .main-image.mainimg_pc {
  display: none;
}
.home #main .main-image .mainimg {
  width: 35%;
  max-width: 400px;
  min-width: 220px;
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.home #main .main-image .backimg_left {
  text-align: left;
  position: absolute;
  top: 2%;
  left: 0;
  width: auto;
  height: 98%;
  z-index: -1;
}
.home #main .main-image .backimg_right {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
.home #main #primary #content article {
  margin: 0 auto;
  padding: 0 0 60px;
  border: unset;
}
.home #main #primary #content article:last-of-type {
  padding-bottom: 0;
}
.home #content .products h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
.home #content .products h1 + p {
  margin-bottom: 0;
  padding: 0 1px;
  position: relative;
}
.home #content .products h1 + p span {
  display: block;
  max-width: max-content;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 6px;
  position: relative;
  line-height: 1.5;
}
.home #content .products h1 + p span::before, .home #content .products h1 + p span::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 12%;
}
.home #content .products h1 + p span::before {
  border: 20px solid;
  border-color: transparent;
  border-top-color: var(--primary);
  margin-left: -11px;
  border-width: 17px 9px 0 9px;
}
.home #content .products h1 + p span::after {
  border: 20px solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -9px;
  border-width: 23px 4px 0 12px;
}
.home .products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  letter-spacing: unset;
  margin-top: 30px;
  margin-bottom: 10px;
}
.home .products ul li {
  width: calc(100% / 2 - 15px);
  height: 100%;
}
.home .products ul li:not(:nth-of-type(2n)) {
  margin-right: 30px;
}
.home .products ul li:nth-of-type(n+3) {
  margin-top: clamp(20px, calc(.5vw + 7%), 60px);
}
.home .products ul li a {
  display: block;
  width: 100%;
  color: var(--text-primary);
  height: 100%;
  position: relative;
}
.home .products ul li .itemimg {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  width: 100%;
  background: radial-gradient(92.16% 86.79% at 30.31% 21.43%, #F8F8F8 60.6%, #EAEAEA 100%);
  margin-bottom: 15px;
  overflow: hidden;
}
.home .products ul li .itemimg img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: auto;
  height: 100%;
  transition: all .5s cubic-bezier(.39,.575,.565,1);
  transform: scale(1.005);
}
.home .products ul li a:hover .itemimg img {
  transform: scale(1.05) !important;
}
.home .products ul li .itemname {
  display: inline;
  height: auto;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  padding: 0 2px;
  margin-bottom: 5px;
  position: relative;
  transition: .3s;
}
.home .products ul li a:hover .itemname {
  border-bottom-color: var(--text-primary);
}
.home .products ul li .itemprice {
  height: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding: 0 3px;
  margin-bottom: 12px;
}
.home .products ul li .itemprice .tax {
  font-size: 1.2rem;
  color: var(--text-primary);
}
.home .products ul .category-reception_only .itemsoldout, .home .products ul .category-external_site .itemsoldout {
	display: none;
}
.home .products ul li .itemsoldout {
  display: inline-block;
  height: auto;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}
.home .products ul li .itemcategory {
  font-size: 1.0rem;
  font-weight: 500;
  color: var(--sub2);
  position: absolute;
  bottom: 0;
}
.home .products ul li .itemintro {
  margin-top: 10px;
}
.home .products ul li .itemabout, .home .products ul li .accordion {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: justify;
  padding: 0 2px;
  margin-bottom: 0;
}
.home .products ul li .itemintro .itemabout {
  position: relative;
}
.home .products ul li .itemintro .accordion {
  display: none;
  margin-top: 10px;
}
.home .products ul li .accordion a:hover {
  transition: .3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.home .products ul li .itemintro button {
  display: none;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Jost", "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  color: var(--primary);
  background: var(--sub3);
  border-radius: 40px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  padding: 2px 15px 2px 10px;
  transition: .3s;
  position: relative;
}
.home .products ul li .itemintro .accordion + button {
  display: block;
}
.home .products ul li .itemintro button span {
  position: relative;
}
.home .products ul li .itemintro button span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  position: absolute;
  right: -15px;
  bottom: 7px;
  transition: .3s;
}
.home .products ul li .itemintro button.is-active span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 3px;
  border-color: var(--sub2);
}
.home .products ul li .itemintro button .open {
  display: inline-block;
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
}
.home .products ul li .itemintro button.is-active .open {
  display: none;
  opacity: 0;
}
.home .products ul li .itemintro button .close {
  display: none;
  opacity: 0;
  color: var(--sub2);
}
.home .products ul li .itemintro button.is-active .close {
  display: inline-block;
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .products .link {
  padding-bottom: 50px;
}
.home .products .category_link {
  margin-top: 30px;
}
.home .products .category_link li {
  width: calc(100% / 2 - 2.5px);
  text-align: center;
}
.home .products .category_link li:nth-of-type(n+3) {
  margin-top: 5px;
}
.home .products .category_link li:not(:nth-of-type(2n)) {
  margin-right: 5px;
}
.home .products .category_link li a {
  background-color: #eee;
  padding: 40px 10px;
}
.home .products .category_link li a:hover {
  opacity: .6;
}

@media (min-width: 769px) {
  /*  iPad、PC  */
  .home #main .doc_message::before,
  .home #main .doc_message::after {
    max-height: 520px;
    background-size: auto 100%;
    bottom: 160px;
  }
  .home #main .doc_message h1, .home #main .doc_message .doctor {
	width: calc(100% - 100px);
  }
  .home #main .doc_message h1 {
    font-size: 2.2rem;
    line-height: 2;
  }
  .home #main .doc_message .doctor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
  }
  .home #main .doc_message .doctor div {
	order: 2;
	width: calc(100% - 200px);
    padding-left: 30px;
    margin-bottom: 0;
  }
  .home #main .doc_message .text_st01 {
    font-size: 1.8rem;
  }
  .home #main .doc_message .prof {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .home #main .doc_message figure {
	margin: 0 auto 0 0;
    order: 1;
  }
  .home #main .main-image {
	height: 500px;
  }
  .home #main #primary #content {
	padding-top: 60px;
  }
  .home #main #primary #content article {
    padding-bottom: 100px;
  }
  .home #content .products h1 {
    margin-bottom: 15px;
  }
  .home #content .products h1 + p span {
    display: inline-block;
    font-size: 1.5rem;
	padding-bottom: 5px;
  }
  .home #content .products h1 + p span::before {
    border-width: 20px 12px 0 12px;
  }
  .home #content .products h1 + p span::after {
    border-width: 22px 10px 0 13px;
  }
  .home .products ul {
    margin-top: 35px;
	margin-bottom: 30px;
  }
  .home .products ul li .itemname {
    font-size: 1.8rem;
  }
  .home .products ul li .itemintro button {
	font-size: 1.3rem;
  }
  .home .products ul li .itemprice {
    font-size: 2rem;
	line-height: 1.5;
  }
  .home .products ul li .itemprice .tax {
	font-size: 1.4rem;
  }
  .home .products ul li .itemsoldout {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .home .products ul li .itemcategory {
	font-size: 1.2rem;
  }
  .home .products ul li .itemabout, .home .products ul li .accordion {
	font-size: 1.4rem;
	line-height: 1.5;
  }
  .home .products .link {
    padding-bottom: 80px;
  }
  .home .products .category_link {
    margin-top: 40px;
  }
  .home .products .category_link li {
    width: calc(100% / 4 - 4px);
  }
  .home .products .category_link li:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .home .products .category_link li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .home .products .category_link li:not(:nth-of-type(4n)) {
    margin-right: 5px;
  }
  .home .products .category_link li:nth-of-type(n+5) {
    margin-top: 5px;
  }
  .home .products .category_link li a {
    padding: 50px 10px;
  }
}
@media (min-width: 1024px) {
  /*  iPad、PC  */
  .home #main .doc_message {
	min-height: 600px;
  }
  .home #main .doc_message::before,
  .home #main .doc_message::after{
	max-height: 600px;
	bottom: 8%;
  }
  .home #main .doc_message::before {
    background: url(../images/common/backimg_left_pc.png) no-repeat left bottom/auto 100%;
  }
  .home #main .doc_message::after {
    background: url(../images/common/backimg_right_pc.png) no-repeat right bottom/auto 100%;
  }
  .home #main .doc_message h1, .home #main .doc_message .doctor {
    width: calc(100% - 200px);
  }
  .home #main .doc_message .doctor {
	top: -60px;
  }
  .home #main .doc_message .doctor div {
    width: calc(100% - 200px);
    padding-left: 50px;
  }
  .home #main .doc_message figure {
    width: 200px;
    height: 240px;
  }
  .home #main .main-image {
    top: 120px;
    height: 600px;
  }
  .home #main .main-image.mainimg_pc {
	display: block;
  }
  .home #main .main-image.mainimg_sp {
	display: none;
  }
  .home #main .main-image .mainimg {
    width: 100%;
    max-width: 702px;
    top: calc(50% - 60px);
  }
  .home #main #primary {
    padding-bottom: 100px;
  }
  .home #main #primary #content {
    padding-top: 80px;
  }
  .home .products ul {
    justify-content: flex-start;
  }
  .home .products ul li {
    width: calc(100% / 4 - 20px);
  }
  .home .products ul li:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .home .products ul li:not(:nth-of-type(4n)) {
    margin-right: 26px;
  }
  .home .products ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .home .products ul li:nth-of-type(n+5) {
    margin-top: 60px;
  }
}
