@charset "utf-8";
/*animation*/
#div_mainimgwrap .div_mainimgcon, main:after {
  animation-name: fade-in3;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*---kv--------------------*/
.kv {
  height: calc(100vh - 115px);
  margin-top: 115px;
  position: relative;
}
.kv .kv_news, .kv .kv_copy {
  width: 100%;
  height: inherit;
  position: absolute;
}
.kv .kv_news {
  z-index: 8;
}
.kv .kv_news dl dd {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.kv .kv_news .kv_news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 475px;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 40px 32px 30px;
  margin: 0 70px 195px auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kv .kv_news .kv_news_head {
  width: 90px;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Montserrat", "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  margin-bottom: 0;
  margin-right: 25px;
}
.kv .kv_news .kv_news_head .link02 {
  font-size: 1.2rem;
  margin-left: 20px;
}
.kv .kv_news .kv_news_head .link02::before {
  width: 15px;
  height: 15px;
  top: 4px;
  left: -20px;
}
.kv .kv_news dl {
  width: calc(100% - 115px);
  margin-top: -4px;
  padding-left: 35px;
  position: relative;
}
.kv .kv_news dl::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid var(--sub4);
  position: absolute;
  left: 0;
  top: 1px;
}
.kv .kv_news dl dt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}
.kv .kv_news dl dt span {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--text2);
  border-radius: 15px;
  padding: 2px 12px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.kv .kv_news dl dd + dt {
  margin-top: 18px;
}
.kv .kv_news dl dd a {
  position: relative;
  display: block;
  padding-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kv .kv_news dl dd a::after {
  content: "";
  display: block;
  width: 100%;
  /* max-width: 232px; */
  height: 1px;
  background: var(--sub1);
  position: absolute;
  bottom: 0px;
  transition: .3s all;
  opacity: 1;
}
.kv .kv_news dl dd a:hover::after {
  opacity: 0;
}

.kv .kv_news .anniversary20,.kv .kv_news .kizuna20{
  width: unset;
  background: none;
  padding: 0;
  margin-bottom: 0;
  bottom: 380px;
}
.kv .kv_news .anniversary20 a {
  width: 130px;
  height: 130px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  color: var(--text2);
  padding: 15px 20px;
  border-radius: 130px;
  border-bottom: 4px solid var(--primary);
  background-color: #fff;
}
.kv .kv_news .anniversary20 a .f12{
  line-height: 1;  
}
.kv .kv_news .anniversary20 a:hover {
  color: #fff;
}
.kv .kv_news .anniversary20 a:hover {
  background-color: var(--primary);
}
.kv .kv_news .anniversary20 a .fw6 {
  font-size: 2.2rem;
  margin-right: 2px;
}
.kv .kv_news .kizuna20{
  right: 150px;
}
.kv .kv_news .kizuna20 a{
  width: 130px;
  height: 130px;
  position: relative;
}
.kv .kv_news .kizuna20 a .text {
  width: 100%;
  position: absolute;
  bottom: 1px;
  left:0;
  letter-spacing: .25px;
white-space: nowrap;
  font-weight:800;
  font-size: clamp(12px,calc(12px + 6 * (100vw - 480px)/857), 18px);
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  line-height: 1.2;
  text-align: center;
  color: var(--text2);
}
.kv .kv_news .kizuna20 a img {
  transition: all 0.5s ease 0s;
}
.kv .kv_news .kizuna20 a:hover img {
  opacity: .5;
}
.kv .kv_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  z-index: 7;
}
.kv .kv_copy * {
  /* color: #fff; */
}
.kv .kv_copy_inner {
  max-width: 545px;
  margin: 0 575px 85px 70px;
}
.kv .kv_copy h2 {
  font-size: clamp(1.8rem, calc(1.8rem + 10 * (100vw - 500px) / 980), 3rem);
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  /* font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  line-height: 1.65;
  /* margin-bottom: 20px; */
}
.kv .kv_copy p {
  font-size: clamp(1.4rem, calc(1.5vw + .05rem), 1.6rem);
  font-weight: 500;
}
.kv .swiper {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.kv .swiper .swiper-slide::before {
  content: "";
  background: rgba(111, 106, 103, .15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.kv .swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.kv .swiper .swiper-slide[class*=-active] img {
  transition-delay: 0s;
  transform: scale(1.05);
}

/*---main--------------------*/
.contents {
  background: url(../img/top/momiji.png) no-repeat right 10% top 20px/15%;
}
section p {
  font-size: 1.5rem;
}
.sec_speciality {
  padding-bottom: 0;
  overflow: hidden;
}
.contents .sec_speciality .con {
  max-width: 100%;
  padding: 0;
}
.sec_speciality .concept {
  width: 100%;
  max-width: 1600px;
  padding-top: 250px;
  padding-bottom: 100px;
  margin: auto;
  position: relative;
}
.sec_speciality .concept h3, .sec_speciality .concept p {
  width: calc(1.5vw + 47%);
  max-width: 555px;
  margin-right: auto;
  margin-left: auto;
}
.sec_speciality h3 {
  text-align: center;
  margin-bottom: calc(30px + 1%);
}
.sec_speciality .concept p {
  font-size: clamp(2.2rem, calc(1.5vw + .8rem), 3rem);
  font-weight: 700;
  font-family: "Montserrat", "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: -.8px;
  margin-bottom: 150px;
}
.sec_speciality .concept p span {
  font-weight: 800;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: var(--text2);
}
.sec_speciality .concept p span {
  font-size: clamp(2.3rem, calc(1.5vw + .9rem), 3.1rem);
}
.sec_speciality .concept div {
  width: calc(1.5vw + 22%);
  position: absolute;
}
.sec_speciality .concept .concept_sideimg01 {
  top: 120px;
  left: -20px;
}
.sec_speciality .concept .concept_sideimg02 {
  top: 180px;
  right: -20px;
}
.sec_speciality .concept .concept_sideimg02.fadeIn.slow {
  transition: 2s;
}
.sec_speciality .concept figure {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0 0 20px var(--sub6);
  overflow: hidden;
  position: relative;
}
.sec_speciality .concept figure img {
  width: auto;
  max-width: fit-content;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_speciality .concept .concept_sideimg01 figure img {
  height: calc(100% + 10px);
}
.contents .sec_features .con, .contents .sec_treatment .con {
  max-width: 1480px;
}
section.sec_features {
  padding-top: 30px;
  margin-top: 30px;
}
.sec_features .type_comment, .sec_features .features ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_features .type_comment {
  align-items: center;
  justify-content: center;
  width: 160px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--primary);
  border-radius: 100%;
  padding: 15px 20px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}
.sec_features .type_comment::after {
  content: "";
  display: block;
  width: 90px;
  height: 25px;
  background: url(../img/top/ic_bubble.png) no-repeat right/100%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -16px;
  z-index: -1;
}
.sec_features .features {
  /* background-color: var(--colorBg4); */
  /* padding: 5px; */
}
.sec_features .features ol {
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 5px; */
  /* background-color: rgb(255 255 255 / 50%); */
  /* background: var(--colorBg1); */
  /* background-image: url(../img/common/bg02.png); */
  /* border-radius: 10px; */
  /* padding: 10px 1%; */
}
.sec_features .features ol li {
  counter-increment: num;
  aspect-ratio: .8 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100%/5);
  padding: 5px;
  /* background-color: rgb(255 255 255 / 50%); */
  /* background-color: #fff; */
  /* border-right: 3px dotted var(--colorBg4); */
  position: relative;
}
.sec_features .features ol li:nth-child(5n) {
  border-right: none;
}
/* .sec_features .features ol li:nth-child(n+6) {
border-top: 3px dotted var(--colorBg4);
} */
.sec_features .features ol li::before {
  content: counter(num);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 800;
  font-style: italic;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  color: var(--text2);
  position: absolute;
  top: 20%;
  right: calc(50% + 45px);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  z-index: 1;
}
.sec_features .features ol li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* margin: 5px; */
  border-radius: 10px;
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0px 0px 6px 0px rgb(255 142 142 / 40%);
}
.sec_features .features ol li > a:hover {
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0px 0px 3px 1px rgb(255 142 142 / 100%);
}
.sec_features .features ol li figure {
  aspect-ratio: 4 / 3;
  display: block;
  height: 20%;
  min-height: 30px;
  text-align: center;
  /* margin: 0 auto 15px; */
  position: absolute;
  top: calc(38% - 1%);
  left: 50%;
  -webkit-transform: translateY(-38%) translateX(-50%);
  transform: translateY(-38%) translateX(-50%);
}
.sec_features .features ol li img {
  width: auto;
  height: 100%;
}
.sec_features .features ol li p {
  display: block;
  width: 100%;
  font-size: clamp(1.3rem, calc(.75vw + .4rem), 1.6rem);
  font-weight: 800;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  text-align: center;
  color: #443B35;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateY(-75%) translateX(-50%);
  transform: translateY(-75%) translateX(-50%);
}
.sec_features .features ol li p a:not([class]) {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.sec_features .features ol li.li_link .link {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 95%;
  min-height: auto;
  -webkit-transform: translateY(-95%) translateX(-50%);
  transform: translateY(-95%) translateX(-50%);
}
.sec_features .features ol li a.sub_link {
  font-family: "Outfit", "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  border-radius: 100px;
  padding: 10px 35px 10px 20px;
  margin: 10px auto -10%;
  width: calc(100% - 20px);
  max-width: 200px;
  position: relative;
  z-index: 10;
}
.sec_features .features ol li a.sub_link:hover{
  background: #fff;  
  color: var(--text2);
  border: 1px solid var(--primary);
  background-color: #fff;
  color: var(--text2);
}
.sec_features .features li a.sub_link::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../lib/img/common/btn_arrow_white.svg) no-repeat center right/contain;
  position: absolute;
  right: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: .2s;
}
.sec_features .features ol li a.sub_link:hover::before {
  background: url(../../lib/img/common/btn_arrow_pink.svg) no-repeat center right/contain;
}
.sec_features .features ol li .tx_point_epi {
  position: absolute;
  width: 45%;
  max-width: 85px;
  height: auto;
  transform: translate(-50%, -50%);
  left: 75%;
  top: 15%;
}
.sec_treatment {
  background: var(--colorBg2);
  padding: 100px 0;
}
.sec_treatment .treatment .box {
  width: calc(100%/3 - 3px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 5% clamp(20px, calc(1.5vw + 15px), 25px) 3%;
  margin-bottom: 4px;
  position: relative;
}
.sec_treatment .treatment .box figure {
  aspect-ratio: 1 / 1;
  width: 60%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
  position: relative;
}
.sec_treatment .treatment .box figure::before {
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  background: url(../img/top/ic_epi.svg) no-repeat center/120px;
  width: 120px;
  height: 120px;
}
.sec_treatment .treatment .box img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.sec_treatment .treatment .title {
  font-size: clamp(2.2rem, calc(1.5vw + .6rem), 2.4rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.sec_treatment .treatment .subtitle {
  display: block;
  font-size: clamp(1.0rem, calc(1.5vw + .05rem), 1.2rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--sub1);
}
.sec_treatment .treatment .title span:not(.subtitle) {
  font-size: clamp(1.2rem, calc(1.5vw + .08rem), 1.6rem);
}
.sec_treatment .treatment ul {
  width: 90%;
  max-width: 300px;
  margin: auto;
}
.sec_treatment .treatment ul li + li {
  margin-top: 5px;
}
.sec_treatment .treatment ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  color: var(--text2);
  border: 1px solid var(--primary);
  border-radius: 100px;
  padding: 10px 35px 10px 20px;
  margin: auto;
  position: relative;
}
.sec_treatment .treatment ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}
.sec_treatment .treatment ul li a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../lib/img/common/btn_arrow_pink.svg) no-repeat center right/contain;
  position: absolute;
  right: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: .2s;
}
.sec_treatment .treatment ul li a:hover::before {
  background-image: url("../../lib/img/common/btn_arrow_white.svg");
}
.sec_news {
  padding-top: 100px;
}
.contents .sec_news .con, .contents .sec_instagram .con {
  max-width: 1280px;
}
.sec_news .title, .sec_instagram .title {
  width: 200px;
}
.sec_news .news {
  width: calc(100% - 200px);
  padding: 35px 0 0 60px;
}
.sec_news .news_tab {
  justify-content: flex-end;
  margin-bottom: 30px;
}
.sec_news .news_tab li {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-align: center;
  color: var(--sub1);
  background-color: var(--sub6);
  border-radius: 100px;
  padding: 2px 20px;
  cursor: pointer;
  transition: .3s;
}
.sec_news .news_tab li + li {
  margin-left: 10px;
}
.sec_news .news_tab li.is-active {
  color: #fff;
  background-color: var(--sub1);
}
.sec_news .news_box div {
  display: none;
}
.sec_news .news_box div.is-show {
  display: block;
}
.news_box div > p {
  font-weight: 400;
  border-top: 1px solid var(--sub5);
  border-bottom: 1px solid var(--sub5);
  padding: 25px 0;
}
.sec_news .news_box ul li {
  border-bottom: 1px solid var(--sub5);
}
.sec_news .news_box ul li:first-child {
  border-top: 1px solid var(--sub5);
}
.sec_news .news_box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.sec_news .news_box ul li a:hover {
  background-color: var(--colorBg2);
}
.sec_news .news_box ul li .date {
  width: 115px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 2px;
}
.sec_news .news_box ul li .cat {
  width: 95px;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--text2);
  background-color: #fff;
  border-radius: 100px;
  padding: 0 10px 2px;
  margin: auto 35px auto 0;
}
.sec_news .news_box ul li a p {
  width: calc(100% - 245px);
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: -2px;
  position: relative;
}
.sec_news .news_box ul li a p span {
  -webkit-background: gradient(linear, left top, left bottom, from(var(--text)), to(var(--text)));
  background: linear-gradient(to bottom, var(--text), var(--text));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sec_news .news_box ul li a:hover p span {
  background-size: 100% 1px;
}
.sec_instagram {
  overflow: hidden;
}
.sec_instagram .link02 + p {
  margin-top: 20px;
}
.sec_instagram .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100vw - 260px);
  padding: 40px 0 0;
  margin-left: calc(100% - 100vw);
  margin-right: calc(100% - 100vw);
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.instagram-gallery-list[data-feed_layout="gallery"] {
  animation: infinity-scroll 90s infinite linear 0.5s both;
  flex-flow: inherit !important;
}
.instagram-gallery-item {
  width: calc(100vw/5) !important;
}
.instagram .swiper-pagination, .instagram .swiper-button-prev, .instagram .swiper-button-next {
  display: none;
}
.sec_group {
  display: inline-block;
  width: 100%;
  padding: calc(1.5vw + 5%) calc(1.5vw + 2%) 80px;
}
.sec_group .group {
  width: calc(1.5vw + 55%);
  height: calc(1.5vw + 500px);
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sec_group .group .swiper {
  height: 100%;
}
.sec_group .group .swiper .swiper-slide img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_group .topics {
  width: clamp(100px, calc(1.5vw + 45%), 700px);
  background-color: #fff;
  border-radius: 10px;
  padding: calc(1.5vw + 4%) calc(1.5vw + 2%) calc(1.5vw + 4%) calc(1.5vw + 5%);
  margin-left: calc(1.5vw + 53%);
}
.sec_group .topics p {
  margin-bottom: 0;
}
.sec_group .topics .flex {
  display: flex;
  justify-content: flex-start;
}
.sec_group .topics .link01 {
  margin-top: 5px;
}
.sec_group .topics .link01:first-of-type {
  margin-right: 2%;
}

@media (max-width:1200px) {
  .sec_features .features ol li {
    /* aspect-ratio: .5 / 1; */
  }
}
@media (max-width: 979px) {
  .contents::before, .contents::after {
    display: none;
  }
  /*---kv--------------------*/
  .kv {
    height: calc(100svh - 262px);
    margin-top: 70px;
    margin-bottom: 142px;
  }
  @media (max-width: 768px) {
    .kv {
      height: calc(100svh - 213px);
      margin-top: 50px;
    }
  }
  .kv .kv_news {
    height: auto;
    top: calc(100svh - 120px);
    position: relative;
  }
  .kv .kv_news .kv_news_inner {
    width: 100%;
    flex-flow: wrap;
    border-radius: 0;
    padding: 25px 15px 23px;
    margin: 0;
  }
  .kv .kv_news .anniversary20,.kv .kv_news .kizuna20{
    width: auto;
    padding: 0;
    top: calc(-100svh + 150px);
    bottom: unset;
    right: 15px;
  }
  .kv .kv_news .anniversary20 a {
    width: 120px;
    height: 120px;
    line-height: 1.3;
    padding: 25px 20px;
  }
  .kv .kv_news .kizuna20{
    right: 155px;
  }
  .kv .kv_news .kizuna20 a{
    width: 120px;
    height: 120px;
  }
  .kv .kv_copy {
    top: 0;
  }
  .kv .kv_copy_inner {
    width: 100%;
    max-width: 510px;
    margin: 0;
    padding: 0 15px 50px;
  }
  /* .kv .kv_copy h2 {
  font-size: clamp(2.8rem, calc(1.5vw + 1.8rem), 3.5rem);
  line-height: 1.4;
  margin-bottom: 12px;
}
  .kv .kv_copy p {
  font-size: 1.4rem;
} */
  @media (max-width: 768px) {
    .kv .kv_news {
      top: calc(100svh - 100px);
    }
    .kv .kv_news .kv_news_inner {
      padding: 20px 15px 18px;
    }
    .kv .kv_news .kv_news_head {
      width: 85px;
      font-size: 1.3rem;
      margin-right: 15px;
    }
    .kv .kv_news .kv_news_head .link02 {
      font-size: 1.2rem;
    }
    .kv .kv_news dl {
      width: calc(100% - 103px);
      padding-left: 20px;
    }
    .kv .kv_news dl dt {
      font-size: 1.3rem;
      margin-bottom: 2px;
    }
    .kv .kv_news dl dt span {
      padding: 0 12px;
      top: -2px;
    }
    .kv .kv_news dl dd, .kv .kv_news dl dd {
      font-size: 1.2rem;
    }
    .kv .kv_news dl dd a::after {
      /* max-width: 200px; */
    }
    .kv .kv_news dl dd + dt {
      margin-top: 13px;
    }
    .kv .kv_news .anniversary20,.kv .kv_news .kizuna20{
      padding: 0;
      top: calc(-100svh + 120px);
    }
    .kv .kv_news .anniversary20 a {
      width: 80px;
      height: 80px;
      font-size: 1.4rem;
      line-height: 1.2;
      padding: 18px 10px;
    }
    .kv .kv_news .anniversary20 a .fw6 {
      font-size: 1.8rem;
    }
    .kv .kv_news .kizuna20{
      right: 105px;
    }
    .kv .kv_news .kizuna20 a{
      width: 80px;
      height: 80px;
    }
    .kv .kv_copy_inner {
      padding: 0 15px 20px;
    }
    .kv .kv_copy p {
      line-height: 1.5;
    }
    .kv .kv_copy h2 {
      /* font-size: clamp(2.5rem, calc(1.5vw + 1.8rem), 3.2rem); */
      /* margin-bottom: 10px; */
    }
  }
  /*---main--------------------*/
  .contents {
    background-position-y: top 200px;
    background-size: 30%;
    padding-top: 1px;
    /* display: block; */
  }
  section:first-of-type {
    padding-top: 0;
  }
  @media (max-width: 768px) {
    .contents {
      background-position-x: right 5%;
      background-position-y: top 0;
      background-size: 25%;
      /* display: block; */
    }
  }
  .sec_speciality {
    padding-bottom: 0;
  }
  .sec_speciality .concept {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .sec_speciality .concept p {
    font-size: clamp(1.6rem, calc(1.5vw + .6rem), 2.5rem);
  }
  .sec_speciality .concept p span {
    font-size: clamp(1.7rem, calc(1.5vw + .7rem), 2.6rem);
  }
  .sec_speciality .concept .concept_sideimg01 {
    top: 80px;
  }
  .sec_speciality .concept .concept_sideimg02 {
    top: 150px;
  }
  .sec_speciality .concept figure {
    height: 350px;
  }
  .sec_features .type_comment span {
    font-size: 2.6rem;
  }
  .sec_features .features ol li {
    aspect-ratio: 3.5 / 3;
    width: 50%;
  }
  /* .sec_features .features ol li:nth-child(n+3) {
  border-top: 3px dotted var(--colorBg4);
}
  .sec_features .features ol li:nth-child(5) {
  border-right: 3px dotted var(--colorBg4);
}
  .sec_features .features ol li:nth-of-type(2n) {
  border-right: none;
} */
  @media (max-width: 768px) {
    .sec_speciality {
      padding-bottom: 0;
    }
    .contents .sec_speciality .con {
      padding: 0 5%;
    }
    .sec_speciality .concept, .sec_speciality .concept h3, .sec_speciality .concept p {
      width: 100%;
      max-width: 100%;
    }
    .sec_speciality .concept {
      display: inline-block;
      background-position-x: left calc(100vw - 300px);
      background-position-y: top 8%;
      background-size: 200px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .sec_speciality h3 {
      margin-bottom: 20px;
    }
    .sec_speciality .concept p {
      margin-bottom: 20px;
    }
    .sec_speciality .concept div {
      width: calc(1.5vw + 45%);
      position: relative;
    }
    .sec_speciality .concept .concept_sideimg01 {
      float: left;
      margin-top: 30px;
      top: 0;
      left: 0;
    }
    .sec_speciality .concept .concept_sideimg02 {
      float: right;
      top: 0;
      right: 0;
    }
    .sec_speciality .concept figure {
      height: clamp(220px, calc(1.5vw + 220px), 250px);
    }
    .sec_features .type_comment {
      width: 130px;
      font-size: 1.6rem;
      padding-bottom: 12px;
      margin-bottom: 8px;
    }
    .sec_features .type_comment::after {
      width: 65px;
      height: 22px;
    }
    .sec_features .type_comment span {
      font-size: 2.2rem;
    }
    .sec_features .features ol {
      /* padding: 15px 10px; */
    }
    .sec_features .features ol li {
      aspect-ratio: 1 / 1;
    }
    .sec_features .features ol li::before {
      top: 17%;
      -webkit-transform: translateY(-20%);
      transform: translateY(-20%);
    }
    .sec_features .features ol li figure {
      top: calc(25% - 1%);
      -webkit-transform: translateY(-25%) translateX(-50%);
      transform: translateY(-25%) translateX(-50%);
    }
    .sec_features .features ol li p {
      top: 70%;
      /* -webkit-transform: translateY(-60%) translateX(-50%); */
      /* transform: translateY(-60%) translateX(-50%); */
    }
    .sec_features .features ol li div {
      min-height: 102px;
    }
    .sec_features .features ol li:nth-child(5) div, .sec_features .features ol li:nth-child(6) div {
      min-height: 132px;
    }
    @media (max-width: 500px) {
      section.sec_features {
        /* margin-top: 30px; */
        /* padding-top: 0px; */
        padding-bottom: 60px;
      }

      .sec_features .features ol {
        /* padding: 10px; */
      }
      .sec_features .features ol li {
        aspect-ratio: 0.8 / 1;
        /* padding: 5px; */
      }
      .sec_features .features ol li div {
        min-height: 82px;
      }
      .sec_features .features ol li:nth-child(5) div, .sec_features .features ol li:nth-child(6) div {
        min-height: 103px;
      }
      .sec_features .features ol li div::before {
        font-size: 2.0rem;
        top: -5px;
      }
      .sec_features .features ol li figure {
        height: 23%;
        max-height: 40px;
        top: calc(32% - 1%);
        -webkit-transform: translateY(-38%) translateX(-50%);
        transform: translateY(-33%) translateX(-50%);
      }
      .sec_features .features ol li p {
        font-size: clamp(1.3rem, calc(1.3vw + .8rem), 1.5rem);
      }
      .sec_features .features ol li a.sub_link {
        font-size: 12px;
        padding: 8px 30px 8px 10px;
        margin: 5px auto -15%;
      }
      .sec_features .features li a.sub_link::before {
        right: 10px;
      }
    }
  }
  .sec_treatment {
    padding: 60px 0;
  }
  .sec_treatment .treatment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_treatment .treatment .box {
    width: calc(100%/2 - 2px);
    padding-bottom: 5%;
  }
  .sec_treatment .treatment .box figure {
    width: 85%;
    max-width: 200px;
  }
  .sec_treatment .treatment ul {
    width: 100%;
  }
  .sec_treatment .treatment ul li a {
    font-size: 1.3rem;
  }
  @media (max-width: 768px) {
    .sec_treatment {
      padding: 40px 0;
    }
    .sec_treatment .treatment .title {
      font-size: 2.0rem;
      margin-bottom: 15px;
    }
    .sec_treatment .treatment .subtitle {
      font-size: 1.1rem;
    }
    .sec_treatment .treatment .title span:not(.subtitle) {
      font-size: 1.4rem;
    }
    @media (max-width: 500px) {
      .sec_treatment {
        padding: 60px 0;
      }
      .sec_treatment .treatment .box {
        width: 100%;
        padding: 30px 20px;
        margin-right: auto;
        margin-left: auto;
      }
      .sec_treatment .treatment .box:last-child {
        margin-bottom: 0;
      }
      .sec_treatment .treatment .box figure {
        width: 45%;
        margin-bottom: 15px;
      }
      .sec_treatment .treatment ul {
        max-width: 100%;
      }
      .sec_treatment .treatment ul li a {
        padding: 10px 35px 10px 18px;
      }
    }
  }
  .sec_news {
    padding-top: 50px;
  }
  .sec_news .title, .sec_instagram .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .sec_news .title h3, .sec_instagram .title h3 {
    width: auto;
    font-size: 2.6rem;
  }
  .sec_news .title .link02, .sec_instagram .title .link02 {
    margin: auto 0;
  }
  .sec_news .news {
    width: 100%;
    padding: 0;
  }
  .sec_news .news_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
  @media (max-width: 768px) {
    .sec_news .news_tab li {
      font-size: 1.1rem;
      margin-right: 10px;
      margin-bottom: 8px;
    }
    .sec_news .news_tab li + li {
      margin-left: 0;
    }
    .sec_news .news_box ul li a {
      flex-flow: wrap;
      padding: 20px 0;
    }
    .sec_news .news_box ul li .date {
      display: inline-block;
      width: 100px;
      font-size: 1.4rem;
    }
    .sec_news .news_box ul li .cat {
      width: 80px;
      font-size: 1.1rem;
      padding: 0 10px;
      margin: 0;
    }
    .sec_news .news_box ul li a p {
      width: 100%;
      font-size: 1.5rem;
      margin-top: 10px;
    }
  }
  .sec_instagram {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .sec_instagram .title {
    flex-flow: wrap;
    margin-bottom: 20px;
  }
  .sec_instagram .link02 + p {
    width: 100%;
    margin-top: 0;
  }
  .sec_instagram .instagram {
    width: 100vw;
    padding: 0;
    margin: 0;
  }
  .instagram-gallery-item {
    width: calc(100vw/4) !important;
  }
  @media (max-width: 768px) {
    .instagram-gallery-item {
      width: calc(100vw/2) !important;
    }
  }
  .sec_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    padding: 0;
  }
  .sec_group .group {
    width: 95%;
    position: relative;
    order: 2;
  }
  .sec_group .topics {
    width: 100%;
    margin: 0 0 -10% 10%;
    padding: calc(1.5vw + 6%) calc(1.5vw + 5%) calc(1.5vw + 15%) calc(1.5vw + 6%);
    order: 1;
  }
  @media (max-width: 768px) {
    .sec_group .group {
      height: calc(1.5vw + 400px);
    }
    .sec_group .topics {
      padding: calc(1.5vw + 7%) 5% calc(1.5vw + 15%) calc(1.5vw + 7%);
    }
    @media (max-width: 500px) {
      .sec_group .group {
        height: calc(1.5vw + 250px);
      }
    }
  }
}
/*************************/

.mainimg-topics.div_topics02{
  background: #fff;
    display: flex;
    width: 475px;
    background: var(--colorBg1);
    border-radius: 10px;
    padding: 65px 20px 15px 30px;
    margin: 0 70px 10px auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mainimg-topics.div_topics02 .headline{
    max-width: fit-content;
    color: var(--text2);
    background: var(--colorBg1);
    background-image: url(../img/common/bg02.png);
    padding: 0 20px 0 60px;
    margin: auto;
    position: absolute;
    top: 10px;
    left: -20px;
    right: 0;
}
/* スクロールして固定された時のスタイル */
.mainimg-topics.is-fixed {
  position: fixed !important;
  bottom: 20px !important;; /* 右下の余白 */
  right: 40px !important;;  /* 右下の余白 */
  z-index: 30 !important;;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;;
  animation: fadeInUp 0.5s ease forwards !important;;
}
.mainimg-topics .bt_close{
  display: none;
  font-size: 0;

}
/* 閉じるボタンのスタイル例 */
.mainimg-topics.is-fixed .bt_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  font-size: 1.0rem;
  background: #333;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index:40 ;
  justify-content: center;
}
.bt_close::before { content: '×'; font-size: 20px; }

/* 固定を解除して戻った時の非表示設定（必要であれば）
.mainimg-topics.is-closed {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  box-shadow: none !important;
}
 */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 979px) {
.mainimg-topics.div_topics02{
    margin: 0 10px 10px auto;
    bottom: 150px;
    width: 300px;
}
.mainimg-topics.div_topics02 .headline {
    top: 10px;
    width: 100%;
    font-size: 1.6rem;
    left: 0;
}
.mainimg-topics.is-fixed.div_topics02{
width: 80%;
padding: 60px 15px 10px 15px;
margin: 0 10px 10px 0;
position: absolute;
bottom: 60px !important;
left: 10px;
font-size: 1.2rem;
}
.mainimg-topics.is-fixed.div_topics02 .headline {
    font-size: 1.2rem;
}
.mainimg-topics.is-fixed.div_topics02 .link_tab{
  font-size: 1.0rem;
  padding: 5px 55px 5px 35px;
}
.mainimg-topics.is-fixed.div_topics02 .headline::before{
    width: 20px;
    height: 18px;
        background: url(../img/common/ic_news.svg) no-repeat left / 20px;
}
.kv .kv_news .anniversary20 a .f12{
  display: block;
  font-size: 1.0rem;
}
}
@media (max-width: 768px) {
.mainimg-topics.div_topics02{
  bottom: 120px;
  width: 280px;
}

.kv .kv_news .anniversary20 a {
            width: 95px;
            height: 95px;
            font-size: 1.4rem;
            line-height: 1.2;
            padding: 16px 10px;
        }
}
@media (max-width: 630px) {
.kv .kv_copy_inner {
padding: 0 15px 150px;
}
.mainimg-topics.div_topics02{
width: 90%;
padding: 40px 15px 10px 15px;
margin: 0 10px 10px 0;
position: absolute;
bottom: 120px;
left: 10px;
font-size: 1.2rem;
}
.mainimg-topics.div_topics02 .headline {
    font-size: 1.2rem;
}
.mainimg-topics.div_topics02 .link_tab{
  font-size: 1.0rem;
  padding: 5px 55px 5px 35px;
}
.mainimg-topics.div_topics02 .headline::before{
    width: 20px;
    height: 18px;
        background: url(../img/common/ic_news.svg) no-repeat left / 20px;
}
}
/*************************/