@charset "utf-8";

body[data-expanded="true"] {
  overflow: hidden;
}
body.drawer-active .sponly nav.nav {
  overflow-y: scroll;
}

.sponly .megamenu-item {
  position: relative;
  display: inline-block;
}

.sponly .megamenu-item .megamenu[aria-hidden="false"],
.sponly .megamenu-item .megamenu .submenu[aria-hidden="false"]
 {
  max-height:  initial;
  clip-path: inset(0 0 0 0);
  visibility: visible;
  opacity: 1;
}

.sponly .megamenu-item .megamenu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 0;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, clip-path 0.3s;
}

.sponly .megamenu-item .megamenu ul {
  position: relative;
}

.sponly .megamenu-item .megamenu ul li {
  width: 100%;
}
.sponly .megamenu-item .megamenu ul li p {
  font-size: 1.6rem;
}
.sponly .megamenu-item .megamenu ul li button {
  display: block;
  padding: 10px;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.sponly .megamenu-item .megamenu ul li nav {
  padding-inline: 1rem 0;
}
.sponly .megamenu-item .megamenu ul li nav ul li {
  padding-block: 0.8rem;
}
.sponly .megamenu-item .megamenu ul li nav ul li a {
  text-align: left;
  padding: 10px 5px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.sponly .megamenu-item > button {
  position: absolute;
  top: 1.5rem;
  right: 50%;
  transform: translateX(190%);
  width: 5rem;
  height: 5rem;
}

.sponly .megamenu-item > button[aria-expanded="true"]::before {
   opacity: 0;
 }

.sponly .megamenu-item > button[aria-expanded="true"]::after {
   transform: rotate(180deg);
 }

.sponly .megamenu-item > button::before,
.sponly .megamenu-item > button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  transition: opacity 0.5s;
}

.sponly .megamenu-item > button::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}

.sponly .sub-menu-item {
   position: relative;
 }
.sponly .sub-menu-item > button {
  text-align: left;
   width: 100%;
 }
.sponly .sub-menu-item > button[aria-expanded="true"]::before {
   opacity: 0;
 }

.sponly .sub-menu-item > button[aria-expanded="true"]::after {
   transform: rotate(180deg);
 }

.sponly .sub-menu-item > button::before,
.sponly .sub-menu-item > button::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 1rem;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  transition: opacity 0.5s;
}

.sponly .sub-menu-item > button::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}

.sponly .megamenu-item .megamenu .submenu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 0;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, clip-path 0.5s;
}

.nav-btn a.instagram{
    font-size: 10px;
    letter-spacing: 0;
    padding: 5px 2%;
}

.nav-btn a.instagram img {
    max-width: 20px;
    margin-right: 5px;
}

.nav-btn .line a{
    font-size: 10px;
    letter-spacing: 0;
}

.nav-btn .line a img {
    max-width: 22px;
    margin-right: 5px;
}

@media(max-width:768px){
  .nav {
    height: calc(100dvh - 115px);
    /* height: calc(100vh - 115px); */
    padding-bottom: 50px;
  }
  
  .nav-btn .tel{
    width: 100%;
  }
}

span.tel2-num{
  display: none;
}

[data-element-id] span.tel2-num{
  display: block;
}

[data-element-id] img.aligncenter,
[data-element-id] img.alignright,
[data-element-id] img.alignleft,
[data-element-id].aligncenter img, 
[data-element-id].alignright img, 
[data-element-id].alignleft img {
    width: auto
}

 
[data-element-id].l-split.split3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
 
[data-element-id].l-split.split3>* {
    width: 48%;
    margin-right: 0;
    margin-left: 0
}

 
[data-element-id].l-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
 
[data-element-id].l-split.half>* {
    width: calc(98% / 2);
    margin-right: 0;
    margin-left: 0
}
 
[data-element-id].l-split.split3>* {
    width: 33% !important;
    margin-right: 0;
    margin-left: 0
}


 
[data-element-id].l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 2rem 3rem 3rem
}


 
[data-element-id].l-header .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

 
[data-element-id].l-header .sp-header-action {
    display: none
}


 
[data-element-id].l-footer {
    padding: 2rem 2rem;
    margin-bottom: 0
}

 
[data-element-id].l-footer .l-split {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}


 
[data-element-id].l-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
 
[data-element-id].l-wrapper main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
 
[data-element-id].l-wrapper aside {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}


 
[data-element-id].l-wrapper aside {
    width: 320px;
    margin-right: 4rem;
    margin-left: 0
}

 
[data-element-id].l-wrapper aside {
    width: 440px;
    margin-right: 6rem;
    margin-left: 0
}

 
[data-element-id].l-wrapper aside .c-aside-nav:not(:last-child) {
    margin-bottom: 4.8rem
}


 
[data-element-id].l-wrapper.reverse aside {
    margin-right: 0;
    margin-left: 4rem
}

 
[data-element-id].l-wrapper.reverse aside {
    margin-right: 0;
    margin-left: 6rem
}


 
[data-element-id].l-container-large {
    width: 95%
}


 
[data-element-id].l-2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
 
[data-element-id].l-2column>*:first-child {
    width: 320px;
    margin-right: 2rem
}
 
[data-element-id].l-2column>*:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}


 
[data-element-id].u-desktop-w50p {
    width: 50% !important
}

 
[data-element-id].u-mobile-mt5 {
    margin-top: 5rem
}

 
[data-element-id].u-mobile-w100p {
    /* width: 100% !important; */
    margin-right: 0;
    margin-left: 0
}

 
[data-element-id].u-mobile-hide {
    display: none
}


[data-element-id].top-mv .top-mv-logo img {
    width: 250px
}

 
[data-element-id].top-mv .top-mv-logo {
    padding: 0;
    width: 213px;
    background-color: none
}

 
[data-element-id].top-mv .top-mv-logo {
    width: 416px
}

 
[data-element-id].top-mv .top-mv-copy {
    position: absolute;
    top: 11vw;
    left: 8vw;
    max-width: 715px;
    width: 38vw
}

 
[data-element-id].top-mv .top-mv-content {
    display: block;
    bottom: 40%;
}

 
[data-element-id].top-mv .top-mv-content .top-mv-menu .top-mv-menu-item a {
    font-size: 1.8rem
}

 
[data-element-id].top-latest-news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    padding: 2rem
}


 
[data-element-id].top-latest-news .heading {
    display: block;
    margin-top: 1rem;
    margin-right: 4rem
}


 
[data-element-id].top-latest-news .heading::after {
    margin: 0 0 0 3rem;
    width: 5rem;
    height: 1.8rem
}


 
[data-element-id].top-latest-news .news-list .news-item .news-date, 
[data-element-id].top-latest-news .news-list .news-item .news-category {
    font-family: Century, "Yu Mincho", serif;
    margin-bottom: 0
}


 
[data-element-id].top-latest-news .news-list .news-item .news-date, 
[data-element-id].top-latest-news .news-list .news-item .news-category {
    margin-right: 4rem;
    font-size: 1.4rem
}


 
[data-element-id].top-latest-news .news-list .news-item .news-title {
    margin-top: 0;
    display: inherit
}


 
[data-element-id].top-news .news-box {
    padding: 6rem
}

 
[data-element-id].top-medical .c-in-page-links {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
 
[data-element-id].top-medical .c-in-page-links .in-page-link {
    width: 48%;
    padding: 1.2rem;
    margin-bottom: 0;
    margin-right: 0 !important;
    border-bottom: 1px solid #e8e5e0;
    background: none
}
 
[data-element-id].top-medical .c-in-page-links .in-page-link:nth-of-type(-n+2) {
    border-top: 1px solid #e8e5e0
}

 
[data-element-id].top-medical .top-medical-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

 
[data-element-id].top-reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

 
[data-element-id].top-reasons .reason {
    width: calc(100% / 3)
}


 
[data-element-id].top-reasons .reason .heading {
    padding: 3rem 1.8rem
}

 
[data-element-id].top-reasons .reason .heading .title {
    font-size: 4.8vw
}

 
[data-element-id].top-reasons .reason .heading .title {
    padding: 2rem 0 6.5rem
}

 
[data-element-id].top-reasons .reason .heading .title {
    font-size: 2vw
}

 
[data-element-id].top-others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

 


 
[data-element-id].top-others .top-other-item .top-other-item-btn {
    bottom: -3rem !important;
}
 
[data-element-id].top-others .top-other-item .top-other-item-btn a {
    width: 94% !important;
    font-size: 20px;
    padding: 2rem;
}

 
[data-element-id].top-others .top-other-item:not(:last-child) {
    margin-right: 4rem
}

 
[data-element-id].care-menu {
    margin-bottom: 0.4rem
}

 
[data-element-id].care-menu {
    width: 50%
}

 
[data-element-id].care-menu .heading {
    height: 37.5vw
}

 
[data-element-id].care-menu .heading {
    height: calc(50vw * 0.375)
}

 
[data-element-id].care-menu .heading .heading-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 2rem;
    width: 60%;
    height: 100%
}

 
[data-element-id].care-menu .heading .heading-content {
    position: absolute;
    top: 30%;
    left: 4rem
}

 
[data-element-id].care-menu .heading .heading-content .title {
    font-size: 2.8rem
}


 
[data-element-id].care-menu .heading .heading-content .c-btn {
    margin-top: 4rem;
    padding: 2rem 4rem;
    width: 24rem;
    font-size: 1.8rem
}

 
[data-element-id].care-menu.care-menu-faceline .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-faceline.webp')
}
 
[data-element-id].care-menu.care-menu-futae .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-futae.webp')
}
 
[data-element-id].care-menu.care-menu-nose .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-nose.webp')
}
 
[data-element-id].care-menu.care-menu-skincare .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-skincare.webp')
}
 
[data-element-id].care-menu.care-menu-injection .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-injection.webp')
}
 
[data-element-id].care-menu.care-menu-bust .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-bust.webp')
}
 
[data-element-id].care-menu.care-menu-fat .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-fat.webp')
}
 
[data-element-id].care-menu.care-menu-body .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-body.webp')
}
 
[data-element-id].care-menu.care-menu-armpit .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-armpit.webp')
}
 
[data-element-id].care-menu.care-menu-pill .heading {
    background-image: url('/import/tenant_1/162.43.45.192/html/images/care-menu/img-menu-pill.webp')
}


 
[data-element-id].care-menu .care-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

 
[data-element-id].care-menu .care-list .care-item-empty {
    margin: 0 4rem 1rem
}


 
[data-element-id].care-menu .care-list .care-item {
    margin: 0 4rem 1rem
}

 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3) a::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+4)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+4) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}

 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+2) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+2) a::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+3):nth-of-type(-n+4)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+3):nth-of-type(-n+4) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+5)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+5) a::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}

 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(-n+3) a::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+4)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu .care-list .care-item:nth-of-type(n+4) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: cover;
    width: calc(100% - 1rem);
    height: 1rem
}

 
[data-element-id].care-menu-page .care-list .care-item {
    width: 45%
}


 
[data-element-id].care-menu-page .care-list .care-item a {
    padding: 3.2rem 3.2re 0m
}

 
[data-element-id].care-menu-page .care-list .care-item .care-item-image {
    height: 10rem
}



 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(1) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: calc(100% - 1rem) 1rem;
    width: 100%;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(2n)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(2n) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: calc(100% - 1rem) 1rem;
    width: 100%;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(2n+1)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(2n+1) a::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: calc(100% - 1rem) 1rem;
    width: 100%;
    height: 1rem
}

 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(-n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(-n+2) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: calc(100% - 1rem) 1rem;
    width: 100%;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(-n+2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(-n+2) a::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: calc(100% - 1rem) 1rem;
    width: 100%;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(n+3):nth-of-type(-n+4)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(n+3):nth-of-type(-n+4) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: calc(100% - 1rem) 1rem;
    width: 100%;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(n+5)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/dot-menu-list.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem
}
 
[data-element-id].care-menu-page .care-list .care-item:nth-of-type(n+5) a::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.5rem;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: calc(100% - 1rem) 1rem;
    width: 100%;
    height: 1rem
}

 
[data-element-id].care-list-box .care-item {
    padding: 2rem 0
}


 
[data-element-id].news-list .news-item {
    padding: 2rem 1rem
}


 
[data-element-id].news-list .news-item a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}


 
[data-element-id].news-list .news-item a .news-date {
    margin-right: 4rem
}


 
[data-element-id].news-list .news-item a .news-category {
    margin-right: 4rem;
    margin-bottom: 0
}


 
[data-element-id].news-list-item .news-category {
    margin-right: 4rem
}


 
[data-element-id].c-heading-wavy {
    margin: 8rem auto
}


 
[data-element-id].c-heading-wavy h2 {
    font-size: 3.6rem
}

[data-element-id].sponly .c-heading-wavy h2{
 font-size: 2.8rem;
}


 
[data-element-id].c-heading-wavy h2::before, 
[data-element-id].c-heading-wavy h2::after {
    content: '';
    display: inline-block;
    background-image: url('/import/tenant_1/162.43.45.192/html/images/common/icon/head-line.webp');
    width: 108px;
    height: 14px;
    margin: 0 3rem
}


 
[data-element-id].c-heading-wavy h2::before, 
[data-element-id].c-heading-wavy h2::after {
    content: '';
    display: inline-block;
    background-image: url('/import/tenant_1/162.43.45.192/html/images/common/icon/head-line.webp');
    width: 175px;
    height: 14px;
    margin: 0 3rem
}

[data-element-id].sponly .c-heading-wavy h2::before, 
[data-element-id].sponly .c-heading-wavy h2::after {
    display: none;
}
 
[data-element-id].c-btn.c-btn-xsmall {
    padding: 1.2rem 2rem;
    font-size: 1.6rem
}

 
[data-element-id].c-category {
    padding: 0.5rem 2rem
}



 
[data-element-id].c-in-page-links .in-page-link, 
[data-element-id].c-in-page-links>li {
    padding: 0 1rem 1.5rem;
    background-size: 100% 10px
}


 
[data-element-id].topicpath {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible
}




 
[data-element-id].c-mv-page h1, 
[data-element-id].c-mv-page .c-mv-heading, 
[data-element-id].c-mv-case h1, 
[data-element-id].c-mv-case .c-mv-heading, 
[data-element-id].c-mv-news h1, 
[data-element-id].c-mv-news .c-mv-heading, 
[data-element-id].c-mv-voice h1, 
[data-element-id].c-mv-voice .c-mv-heading, 
[data-element-id].c-mv-404 h1, 
[data-element-id].c-mv-404 .c-mv-heading {
    background: radial-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
    padding: 6rem 1.6rem 0;
    height: 250px;
    font-size: 2.4rem;
}

 
[data-element-id].case_photo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


 
[data-element-id].case_photo .before, 
[data-element-id].case_photo .after {
    width: auto;
    margin: 0 4rem
}


 
[data-element-id].case_photo .before img, 
[data-element-id].case_photo .after img {
    width: auto
}


 
[data-element-id].case_photo .before::after {
    top: calc(50% - 0.8rem);
    right: -4.8rem;
    width: 1.6rem;
    height: 1.6rem
}


 
[data-element-id].kpm-campaign {
    padding: 2rem 4rem
}


 
[data-element-id].kpm-campaign .kpm-campaign-info .kpm-campaign-name {
    height: 12rem;
    font-size: 4rem
}

 
[data-element-id].kpm-campaign .kpm-campaign-info .kpm-campaign-name {
    height: 15rem;
    font-size: 4.8rem
}

 
[data-element-id].kpm-campaign .kpm-campaign-info .kpm-campaign-name .kpm-campaign-name-sub {
    font-size: 2.8rem
}

 
[data-element-id].kpm-campaign .kpm-campaign-info .kpm-campaign-name .kpm-campaign-name-sub {
    font-size: 3.2rem
}

 
[data-element-id].kpm-campaign .kpm-campaign-info .kpm-campaign-price {
    font-size: 9.6rem
}

 
[data-element-id].kpm-campaign .kpm-campaign-info .kpm-campaign-price .kpm-currency-mark {
    font-size: 3.2rem
}

 
[data-element-id].kpm-campaign .kpm-campaign-info .kpm-campaign-price .kpm-tax {
    font-size: 2.4rem
}

 
[data-element-id].case-carousel {
    margin-right: 6rem;
    margin-left: 6rem
}


 
[data-element-id].case-list-item .case-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}


 
[data-element-id].case-list-item .case-meta .case-meta-price {
    margin-top: 0
}

 
[data-element-id].case-list-item .case-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


 
[data-element-id].case-list-item .case-content .c-before-after {
    margin-right: 2rem
}


 
[data-element-id].case-list-item .case-content .case-excerpt {
    margin-top: 0
}
 
[data-element-id].case-list-item .case-content .c-before {
    width: 100%;
}


 
[data-element-id].voice-carousel {
    margin-right: 6rem;
    margin-left: 6rem
}


 
[data-element-id].voice-carousel-item {
    padding: 0 3.2rem 3.2rem
}



 
[data-element-id].voice-list-item .voice-meta .voice-meta-date .voice-meta-label {
    margin-right: 1.6rem;
    font-size: 1.4rem
}


 
[data-element-id].voice-list-item .voice-meta .voice-meta-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

 
[data-element-id].voice-detail .voice-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

 
[data-element-id].voice-detail .voice-review .voice-review-item .review-item-label {
    -webkit-box-flex: 5;
    -ms-flex: 5 0;
    flex: 5 0;
    margin-bottom: 1.6rem;
    width: 100%;
    min-width: 100%
}


 
[data-element-id].voice-detail .voice-report .c-heading2 span {
    margin-top: 0.8rem
}


 
[data-element-id].review-score .review-score-bar {
    width: 4rem;
    height: 0.8rem
}

 
[data-element-id].voice-avatar {
    width: 120px;
    height: 120px;
    margin-right: 4rem
}


[data-element-id] body.page main article h2 {
    font-size: 3.6rem
}

[data-element-id] body.page main article h2::before,
[data-element-id] body.page main article h2::after {
    content: '';
    display: inline-block;
    background-image: url('/import/tenant_1/162.43.45.192/html/images/common/icon/head-line.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16%;
    height: 12px;
    margin: 0 1.6rem
}


[data-element-id] body.page main article dl>div dt {
    width: 24rem
}



[data-element-id] body.page main article dl>div dd {
    padding: 2rem 0 2rem 4.8rem
}



[data-element-id] body.page main article table th,
[data-element-id] body.page main article table td {
    font-size: 1.4rem
}


[data-element-id] body.page main article table th {
    min-width: 16rem
}



[data-element-id] body.page main article .photo-gallery figure {
    margin: 2rem;
    padding: 1rem;
    width: calc(33% - 4rem)
}


[data-element-id] body.page main article .photo-gallery figure {
    width: calc(25% - 4rem)
}


[data-element-id] body.page main article .note {
    padding: 4rem
}



[data-element-id] body.page main article ul.list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}



[data-element-id] body.page main article dl.bullet-list,
[data-element-id] body.page main article dl.flow_item,
[data-element-id] body.page main article dl.dl_flow,
[data-element-id] body.page main article dl.dl_brown {
    padding: 4rem
}



[data-element-id] body.page main article dl.dl-case {
    padding: 4rem
}


[data-element-id] body.page main article dl.dl-case dd ul {
    padding: 1.6rem 3.2rem
}



[data-element-id] body.page main article dl.qanda {
    padding: 4rem
}




[data-element-id] body.page main article .qa_item {
    padding: 4rem
}


[data-element-id] body.page main article .sitemap-list li>a {
    text-decoration: none
}



[data-element-id] body.page main article .scrollable {
    margin-bottom: 2rem;
    width: 100%
}

[data-element-id] body.page main article .scrollable table {
    margin: 2rem auto;
    min-width: 720px
}


[data-element-id] body.page main article .widetable-wrap {
    padding: 0 2rem
}

[data-element-id] body.page main article .widetable-wrap>table>tr>th,
[data-element-id] body.page main article .widetable-wrap>table>tr>td,
[data-element-id] body.page main article .widetable-wrap>table>t[data-element-id] body>tr>th,
[data-element-id] body.page main article .widetable-wrap>table>t[data-element-id] body>tr>td {
    display: block
}



[data-element-id] body.page main article .cta-tel-detail {
    text-align: left
}


[data-element-id] body.page main article .cta-tel-detail a {
    font-size: 4.8rem
}


[data-element-id] body.page main article .cta-tel-detail small {
    display: block
}



[data-element-id] body.page main article ul.acr-flow,
[data-element-id] body.page main article ul.macule-flow,
[data-element-id] body.page main article ul.macule-internal-flow,
[data-element-id] body.page main article ol.velux-flow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}




[data-element-id] body.page main article ul.acr-flow li,
[data-element-id] body.page main article ul.macule-flow li,
[data-element-id] body.page main article ul.macule-internal-flow li,
[data-element-id] body.page main article ol.velux-flow li {
    width: 48%
}


[data-element-id] body.page main article ol.velux-flow.velux-frow-3 li {
    width: 100%
}

[data-element-id] body.page main article ol.velux-flow.velux-frow-3 li:not(:last-child)::after {
    content: '\f0d7';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    display: block;
    text-align: center
}


[data-element-id] body.page main article ol.velux-flow.velux-frow-3 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31%
}

[data-element-id] body.page main article ol.velux-flow.velux-frow-3 li:not(:last-child)::after {
    content: '\f0da';

    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    display: block;
    margin: 0 2rem
}


[data-element-id] body.page main article ol.velux-flow.velux-frow-4 li {
    width: 24%
}



[data-element-id] body.page main article .line-body-item img {
    float: none;
    margin: 0 auto 2rem;
    display: block
}


[data-element-id] body.page main article .line-entry {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


[data-element-id] body.page main article .first {
    margin-left: 4rem !important;
    margin-bottom: 0 !important;
    padding: 2.4rem 8rem 4rem !important;
    border-left: 1px dashed #e8e5e0
}



[data-element-id] body.page main article .first-step {
    left: -4rem;
    width: 8rem;
    height: 8rem
}


[data-element-id] body.page main article .first-step-step {
    font-size: 1.6rem
}


[data-element-id] body.page main article .first-step-no {
    font-size: 2.4rem
}



[data-element-id] body.page main article .first h2 {
    margin: 0 0 4rem
}



[data-element-id] body.page main article .first img {
    width: 100% !important
}



[data-element-id] body.page main article .first .cmn_tel li.tel .tel-no {
    text-align: left
}



[data-element-id] body.page main article .first .cmn_tel li.tel .tel-no a {
    font-size: 4.8rem
}



[data-element-id] body.page main article .saghikaku-item {
    padding: 1.6rem;
    margin-bottom: 4.8rem !important
}


[data-element-id] body.page main article .page_ancher {
    padding: 2rem 4rem 4rem
}



[data-element-id] body.page main article .page_ancher li {
    padding: 2rem 0
}



[data-element-id] body.page main article .cosmeList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}



[data-element-id] body.page main article .cosmeList li .pho {
    margin-top: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px
}



[data-element-id] body.page main article .campaign-banner {
    margin-bottom: 8rem
}



[data-element-id] body.page main article .c-in-page-links li a {
    font-size: 1.4rem
}


 
[data-element-id].concept-message {
    margin-bottom: 4rem
}

 
[data-element-id].concept-message {
    margin-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
 
[data-element-id].concept-message-body {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    z-index: 100;
    padding: 2rem;
    margin-top: 16rem;
    padding: 7rem 6rem;
    background-color: #fcfbf9
}
 
[data-element-id].concept-message-body h3 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 40%;
    background-color: transparent !important;
    border: none !important;
    font-size: 3rem !important;
    padding: 2rem !important;
    line-height: 1.2;
    letter-spacing: 0.5rem !important;
    text-align: center
}
 
[data-element-id].concept-message-body h3::after {
    content: '';
    display: block;
    background: url(/import/tenant_1/www.komuro-biyou.com/images/common/icon/line-menu-list.png) no-repeat;
    background-size: contain;
    width: 16rem;
    height: 1rem;
    margin: 4rem auto 0
}
 
[data-element-id].concept-message-body p {
    margin-bottom: 0;
    line-height: 4rem
}
 
[data-element-id].concept-message-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%
}

 
[data-element-id].concept-homedoctor {
    background-size: cover;
    margin-bottom: 0;
}


 
[data-element-id].concept-homedoctor-body {
    top: 20vw;
    margin: 0 2rem;
    padding: 2rem
}

 
[data-element-id].concept-homedoctor-body {
    top: -7rem;
    width: calc(100% - 16rem);
    margin: 0 auto;
    padding: 8rem 4rem
}


 
[data-element-id].concept-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8rem
}


 
[data-element-id].concept-split-body {
    width: 50%
}


 
[data-element-id].concept-split-image {
    margin: 0;
    width: 50%
}

 
[data-element-id].formTbl th {
    padding: 3.2rem !important
}

 
[data-element-id].formTbl td {
    padding: 3.2rem !important
}

 
[data-element-id].doctor-intro {
    margin-bottom: calc(42vw + 4rem)
}

 
[data-element-id].doctor-intro {
    height: 60rem
}


 
[data-element-id].doctor-intro-content {
    position: relative;
    top: 42vw;
    margin: 2rem;
    padding: 2rem
}

 
[data-element-id].doctor-intro-content {
    position: absolute;
    right: 0;
    top: 20%;
    width: 60%;
    padding: 4rem
}


 
[data-element-id].doctor-intro-content-about-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
 
[data-element-id].doctor-intro-content-about-detail li {
    list-style-type: none !important
}
 
[data-element-id].doctor-intro-content-about-detail li:not(:last-child)::after {
    content: 'ï¼'
}

 
[data-element-id].doctor-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

 
[data-element-id].doctor-detail {
    margin-top: 8rem
}

 
[data-element-id].doctor-detail-license {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    margin-right: 6rem
}


 
[data-element-id].doctor-detail-career {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}


 
[data-element-id].doctor-message {
    margin-bottom: 0
}


 
[data-element-id].doctor-message-body {
    top: -2rem;
    margin: 0 2rem;
    padding: 2rem
}

 
[data-element-id].doctor-message-body {
    top: -7rem;
    width: calc(100% - 16rem);
    margin: 0 auto;
    padding: 8rem 4rem
}


 
[data-element-id].doctor-policy-item {
    margin-bottom: 4rem
}
 
/* [data-element-id].doctor-policy-item .doctor-policy-item-image {
    display: none
} */

 
[data-element-id].doctor-policy-item {
    margin-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


 
[data-element-id].doctor-policy-item .doctor-policy-item-body {
    margin-top: 16rem;
    padding: 7rem 6rem
}

 
/* [data-element-id].sp-header-action {
    display: none
} */

 
[data-element-id].c-aside-nav .aside-nav-heading {
    padding: 2rem 4rem;
    font-size: 2rem
}

 
[data-element-id].c-aside-nav .aside-nav-heading.with-icon {
    padding: 2rem 2rem
}

 
[data-element-id].c-aside-nav .aside-nav-heading.with-icon img {
    height: 2rem
}

 
[data-element-id].c-aside-nav .aside-nav-list {
    padding: 2rem 4rem 4rem
}

 
[data-element-id].c-aside-nav .aside-nav-list .aside-nav-item {
    padding: 2rem 0
}

 
[data-element-id].c-aside-nav .aside-nav-list .aside-nav-item a {
    margin-left: 0.8rem;
    font-size: 1.6rem
}

 
[data-element-id].footer-clinic-info {
    width: 340px;
    text-align: left;
    margin-right: 4rem
}

 
[data-element-id].footer-clinic-info .footer-logo {
    margin: 0
}

 
[data-element-id].footer-navi .footer-link-list .footer-link-item {
    width: 24rem;
    margin-bottom: 1.6rem
}


 
[data-element-id].footer-navi .footer-link-list .footer-link-item::before {
    margin-right: 1rem
}


 
[data-element-id].case-list-item .case-content .c-before-after, 
[data-element-id].case-list-item .case-content .case-excerpt {
    width: 50%;
}

[data-element-id]#bust-sp .care-list .care-item .care-item-name {
    font-size: 14px;
    letter-spacing: 0;
}

[data-element-id]#bust-sp .footer-clinic-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id]#bust-sp .care-list .care-item .care-item-desc {
    text-align: left;
}

[data-element-id]#bust-sp .care-list .care-item .care-item-name br {
    display: block
}

[data-element-id]#bust-sp .care-list .care-item {
    width: 47%;
}

[data-element-id] .top-mv {
    margin-top: 70px;
}

[data-element-id] .pconly {
    border:2px solid green;
    max-width:1300px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
}

[data-element-id] .pconly::before {
    content: "PC時のみ表示";
    position: absolute;
    left: -2px;
    bottom: 100%;
    display: block;
    width: calc(100% + 4px);
    background-color: green;
    color: #fff;
    font-size: 12px;
    padding: 5px 0 5px;
    text-align: center;
    font-weight: 600;
    font-family: 'Noto Sans Japanese';
}

[data-element-id] .sponly {
    display: block;
    border:2px solid #66df49;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 27px;
    position: relative;
}

[data-element-id] main .sponly {
    max-width:375px;
    margin-right:auto;
    margin-left:auto;
}

[data-element-id] .sponly::before{
 content: "SP時のみ表示";
    display: block;
    background-color: #66df49;
    color: #fff;
    font-family: 'Noto Sans Japanese';
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 7px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}


/* [data-element-id] .top-medical {
    display: none !important;
} */

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item.hamburger {
    display: none;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item {
    width: calc(50% - 25px);
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item:last-child {
    width: 50px;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item a .fixed-navi-item-icon {
    height: 18px;
    /* margin-right: 7%; */
    width: 23px;
    -o-object-fit: contain;
    object-fit: contain;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item:last-child a .fixed-navi-item-icon {
    margin-right: 0;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item:last-child a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item a {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

[data-element-id] .sp-header-action .fixed-navi {
    /* height: 50px; */
    height: auto;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item:nth-child(2) a.abtest-a {
    background: #ad4343;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item:nth-child(4) a {
    background: #533b0f;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item:nth-child(4) a span.tel2-num {
    color: #fff;
    border: 1px solid;
    padding: 10px;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item:nth-child(4) a span.tel2-num::before {
    content: "電話番号設定用";
    color: #533b0f;
    background: #fff;
    display: block;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    margin: -10px -10px 10px -10px;
    text-align: center;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item.reserve >*, [data-element-id] .sp-header-action .fixed-navi .fixed-navi-item.reserve >*>*, [data-element-id] .sp-header-action .fixed-navi .fixed-navi-item.reserve >*>*>* {
    height: 100%;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item a p {
    color: #fff;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item a .fixed-navi-item-label {
    font-size: 15px;
    text-align: center;
}

[data-element-id] .sp-header-action .fixed-navi .fixed-navi-item a .fixed-navi-item-label span {
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

[data-element-id] .spnavi {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 100;
    background: #584117;
}

[data-element-id] .hamburger_bar {
    display: block;
    width: 70%;
    height: 2px;
    position: absolute;
    left: 50%;
    background: #fff;
    -webkit-transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .hamburger_bar:nth-child(1) {
    top: 27%;
    -webkit-transform: translate(-50%, -27%);
    transform: translate(-50%, -27%);
}

[data-element-id] .hamburger_bar:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[data-element-id] .hamburger_bar:nth-child(3) {
    top: 73%;
    -webkit-transform: translate(-50%, -73%);
    transform: translate(-50%, -73%);
}

[data-element-id] .hamburger_bar.is_active:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -27%) rotate(135deg);
    transform: translate(-50%, -27%) rotate(135deg);
}

[data-element-id] .hamburger_bar.is_active:nth-child(2) {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    display: none;
}

[data-element-id] .hamburger_bar.is_active:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -73%) rotate(-135deg);
    transform: translate(-50%, -73%) rotate(-135deg);
}

[data-element-id] .nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgb(170 129 57 / 90%);
    opacity: 0;
    -webkit-transition: opacity 0.24s;
    transition: opacity 0.24s;
    pointer-events: none;
    padding: 60px 5% 0;
    font-family: 'ÃƒÂ¦Ã‚Â¸Ã‚Â¸ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â', serif;
}

[data-element-id] .nav.is_active {
    opacity: 1;
    pointer-events: auto;
}

[data-element-id] .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

[data-element-id] .nav-list li {
    width: 50%;
    text-align: center;
}

[data-element-id] .nav-list li a {
    color: #fff;
    text-shadow: 0 0 10px #000;
    padding: 20px 3%;
    display: block;
}

[data-element-id] .nav-list li span {
    display: block;
    margin-top: 3px;
}

[data-element-id] .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .nav-btn a:not(.sp-tel) {
    background: #FAE3BA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 3%;
    width: 45%;
    border: #533b0f 3px double;
    line-height: 1.2;
}

[data-element-id] .tel2 {
    /* autoprefixer: ignore next */
    display: contents;
}

[data-element-id] .nav-btn .tel a {
    background: none;
    display: block;
    padding: 0;
    width: 100%;
    border: none;
    line-height: 1.2;
}

[data-element-id] .nav-btn a:nth-child(2) {
    border: #fff 3px double;
    color: #fff;
    background: #ad4343;
}

[data-element-id] .nav-btn a img {
    max-width: 25px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

[data-element-id] .nav-btn .sp-tel {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.3em;
    white-space: nowrap;
    margin-bottom: 8px;
    text-shadow: 0 0 10px #fff;
    color: #fff;
}

[data-element-id] .sp-logo {
    max-width: 230px;
}

[data-element-id] .c-heading-wavy {
    margin: 4rem auto 2rem;
}

[data-element-id] .sp-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6rem;
}

[data-element-id] .sp-menu ul li {
    width: 45%;
    margin: 1%;
}

[data-element-id] .sp-menu li a {
    border: 1px solid #DCDAD6;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-element-id] .sp-menu li a span {
    background: #533B0F;
    border-radius: 5px 0 0 5px;
    width: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
}

[data-element-id] .sp-menu li a span img {
    max-width: 27px;
}

[data-element-id] .sp-menu li a i {
    font-style: normal;
    display: block;
    width: calc(100% - 50px);
    margin-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4em;
}

[data-element-id] .sp-menu>a {
    text-align: center;
    display: block;
}

[data-element-id] .sp-menu>a img {
    width: 90%;
}

[data-element-id] .TabMenu {
    width: 100%;
}

[data-element-id] .Tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] .Tab {
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    width: 24%;
    padding: 8px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #EEECE9;
    font-size: 15px;
}

[data-element-id] .Tab__isActive {
    background: #533B0F;
    color: #fff;
}

[data-element-id] .Contents {
    width: 100%;
}

[data-element-id] .Content {
    display: none;
    width: 100%;
    padding: 16px 0;
    background-color: #F4F1F2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .Content__isActive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] .Content a {
    border: 1px solid #E8E5E0;
    background: #fff;
    display: block;
    text-align: center;
    position: relative;
    width: 110px;
    margin: 0 7px;
    padding-bottom: 14px;
    line-height: 1.3em;
}

[data-element-id] .Content a img {
    display: block;
    margin: .5em auto;
    height: 65px;
    width: 65px;
    -o-object-fit: contain;
    object-fit: contain;
}

[data-element-id] .Content a:after {
    content: '';
    border-bottom: 15px solid #E8E5E0;
    border-left: 15px solid transparent;
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3px;
}


/**Slider*/
[data-element-id] .wrapper {
    max-width: 100vw;
    overflow: hidden;
    width: 90%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    min-width: unset;
}

[data-element-id] .next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -12px;
    bottom: 40%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    cursor: pointer;
}

[data-element-id] .next::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('/import/tenant_1/162.43.45.192/html/wp2/wp-content/themes/komuro20/img/ico_right.webp') no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 14px;
}


[data-element-id] .prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -12px;
    bottom: 40%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    cursor: pointer;
}

[data-element-id] .prev::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('/import/tenant_1/162.43.45.192/html/wp2/wp-content/themes/komuro20/img/ico_left.webp') no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 13px;
}

[data-element-id] .next:hover,
[data-element-id] .prev:hover {
    opacity: .8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[data-element-id] .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap:wrap;
}

[data-element-id] .slider1 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[data-element-id] .slider2 {
    -webkit-transform: translateX(-90vw);
    transform: translateX(-90vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[data-element-id] .slider3 {
    -webkit-transform: translateX(-180vw);
    transform: translateX(-180vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[data-element-id] .slider4 {
    -webkit-transform: translateX(-270vw);
    transform: translateX(-270vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[data-element-id] .slider5 {
    -webkit-transform: translateX(-360vw);
    transform: translateX(-360vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

[data-element-id] .content {
    width: 100%;
    max-width: 90vw;
    background: #FCFBF9;
    border: 1px solid #F4EBDC;
    text-align: center;
    position: relative;
    padding-bottom: 4em;
}

[data-element-id] p.tit {
    background: #F4EBDC;
    font-family: serif;
    font-size: 20px;
    line-height: 1.3em;
    min-height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}

[data-element-id] .indicator {
    display: none;
}

[data-element-id] p.bf {
    font-family: serif;
    padding: 20px;
}

[data-element-id] p.desc {
    margin: 1em auto;
    width: 74%;
    font-size: 15px;
    line-height: 1.3em;
}

[data-element-id] p.bf span {
    font-size: 70%;
    margin: 0 10px;
}

[data-element-id] p.bf:after {
    content: '';
    width: 45px;
    height: 1px;
    background: #E3DED6;
    display: block;
    margin: 10px auto 0;
}

[data-element-id] .content .c-btn-area {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    margin-bottom: 1em;
}

[data-element-id] .content figure img {
    width: 85%;
    max-width: 280px;
}

[data-element-id]#list1 {
    background-color: #000;
}

[data-element-id] .content .c-btn {
    min-width: 180px;
}



[data-element-id] .top-reasons .reason .heading .title {
    background: none !important;
}

[data-element-id] .top-reasons .reason .heading:before {
    background: url('/import/tenant_1/162.43.45.192/html/images/top/number-reason01.webp') no-repeat center center;
    background-size: 60px;
    content: '';
    display: block;
    width: 93px;
    height: 93px;
    margin: -50px auto;
    border: 1px solid #E2D8C3;
    border-radius: 50px;
    padding: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id] .top-reasons .reason.reason2 .heading:before {
    background: url('/import/tenant_1/162.43.45.192/html/images/top/number-reason02.webp') no-repeat center center;
    background-size: 60px;
}

[data-element-id] .top-reasons .reason.reason3 .heading:before {
    background: url('/import/tenant_1/162.43.45.192/html/images/top/number-reason03.webp') no-repeat center center;
    background-size: 60px;
}

[data-element-id] .top-reasons .reason .heading {
    margin: 0;
    padding: 0;
    width: 100%;
}

[data-element-id] .top-reasons .reason .image {
    width: 100%;
}

[data-element-id] .top-reasons .reason .image img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

[data-element-id] .top-reasons .reason .heading .title {
    padding: 7rem 0 3rem;
}

[data-element-id] .top-clinic {
    background: #F4F1F2;
    padding: 2rem 1rem;
    text-align: center;
    line-height: 1.4em;
}

[data-element-id] .top-clinic .c-heading-wavy {
    margin-bottom: 1rem;
}

[data-element-id] .top-clinic dl {
    margin: 2em 0 1em;
    border-bottom: 1px solid #DCDAD6;
}

[data-element-id] .top-clinic dt {
    border-top: 1px solid #DCDAD6;
    padding: 1em 0;
}

[data-element-id] .top-clinic dd {
    margin-bottom: 1em;
}

[data-element-id] .top-clinic dd small {
    font-size: 80%;
    display: block;
}

[data-element-id] .top-clinic h3 {
    font-size: 20px;
    margin: 1em 0;
}

[data-element-id] .top-clinic .tel {
    font-size: 28px;
    font-family: 'Yu mincho', serif;
    margin: 1.5rem 0;
}

[data-element-id] .top-clinic .tel a {
    font-size: 28px;
    /* border-bottom: 1px solid; */
    text-decoration: underline;
}

[data-element-id] .top-clinic iframe {
    width: 100%;
}

/*child-eyelashes*/
[data-element-id] body.page main article .c-in-page-links li a {
    border: 4px double #fff;
    color: #fff;
    background: #533B0F;
    padding: 10px 5px;
    line-height: 1.3rem;
    text-align: center;
    display: block;
    width: 100%;
}

[data-element-id] .c-mv-page h1 {
    height: 200px;
    text-shadow: 0 0 10px #fff;
    padding-top: 4rem;
    margin-top: 25px;
}

[data-element-id] .c-mv-page {
    background-position-y: 15%;
}

[data-element-id] body.page main article .c-in-page-links li {
    width: 48%;
    margin: 0 !important;
    padding: 10px 0 5px;
}

[data-element-id] .c-in-page-links .in-page-link:not(:last-child),
[data-element-id] .c-in-page-links>li:not(:last-child) {
    margin-right: 10px;
}

[data-element-id] .c-in-page-links>li::after {
    display: none;
}

body.page main article .c-in-page-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

[data-element-id] .c-in-page-links>li {
    background-image: none;
}

[data-element-id] body.page main article h2 {
    margin: 0 auto 1rem;
    letter-spacing: 2px;
}

[data-element-id] .sp-center .alignright {
    float: none;
    margin: 10px auto;
    width: 100% !important;
    text-align: center;
}




[data-element-id] .page-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .page-cta li {
    width: 100%;
}

[data-element-id] .nav {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: rgb(170 129 57 / 90%);
    opacity: 1;
    pointer-events: auto;
    padding: 60px 5% 0;
}

[data-element-id] .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

[data-element-id] .nav-list li {
    width: fit-content;
    white-space: nowrap;
    text-align: center;
}

[data-element-id] .nav-list li a {
    color: #fff;
    text-shadow: 0 0 10px #000;
    padding: 20px 3%;
    display: block;
}

[data-element-id].nav-list li span {
    display: block;
    margin-top: 3px;
}

[data-element-id] .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 375px;
}

[data-element-id] .nav-btn a:not(.sp-tel) {
    background: #FAE3BA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 3%;
    width: 45%;
    border: #533b0f 3px double;
    line-height: 1.2;
    flex-wrap: wrap;
}

[data-element-id] .tel2 {
    /* autoprefixer: ignore next */
    display: contents;
}

[data-element-id] .nav-btn a span.tel2-num {
    width: 100%;
}

[data-element-id] .nav-btn .tel a {
    background: none;
    display: block;
    padding: 0;
    width: 100%;
    border: none;
    line-height: 1.2;
}

[data-element-id] .nav-btn a:nth-child(2) {
    border: #fff 3px double;
    color: #fff;
    background: #ad4343;
}

[data-element-id] .nav-btn a img {
    max-width: 25px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

[data-element-id] .nav-btn .sp-tel {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.3em;
    white-space: nowrap;
    margin-bottom: 8px;
    text-shadow: 0 0 10px #fff;
    color: #fff;
}

[data-element-id] .sp-logo {
    max-width: 230px;
}

[data-element-id] .sponly .megamenu-item .megamenu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: max-content;
    overflow: hidden;
    clip-path: none;
    opacity: 1;
    visibility: visible;
}

[data-element-id] .sponly .megamenu-item .megamenu ul {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .sponly .megamenu-item .megamenu ul li {
    width: 25%;
}

[data-element-id] .sponly .megamenu-item .megamenu ul li ul li {
    width: 100%;
}

[data-element-id] .sponly .megamenu-item .megamenu .submenu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: max-content;
    overflow: visible;
    clip-path: none;
    opacity: 1;
    visibility: visible;
}

[data-element-id] .page-cta a {
    flex-wrap: wrap;
    min-height: 60px;
    height: auto;
}

[data-element-id] .page-cta a span.tel2-num {
    width: 100%;
    text-align: center;
}









.banner-box {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.banner-box.mk3 {
  width:96%;
    max-width: 600px;
}

.banner-box a {
    display: block;
    width: 100%;
    position: relative;
    padding: clamp(1px, 1vw, 8px);
    border:  clamp(1px, .5vw, 5px) solid #533b0f;
    background-color: #fff;
    text-decoration: none!important;
}

.banner-box.mk3 a {
    padding:3px;
    border:3px solid #533b0f;
}

.banner-box-inner {
    background-color: #fef9f3;
    border: 1.5px solid #533b0f;
    position: relative;
    overflow: hidden;
}

.banner-box-inner>img {
    width: 36%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.mk3 .banner-box-inner>img {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.mk3 .banner-box-inner::after {
  content:"";
  display:inline-block;
  background: linear-gradient(180deg, rgba(254,249,243,0) 0%, rgba(254,251,246,1) 40%, rgba(254,249,243,1) 100%);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.mk2 .banner-box-inner>img {
  width:45%;
  object-position: center left;
}

.click-box {
    width: 10%;
    display: inline-block;
    position: absolute;
    bottom:  -1px;
    right: -1px;
    z-index: 2;
}

.bnr-txts {
    padding: clamp(10px, 3vw, 30px);
    position: relative;
    z-index: 2;
}

.mk2 .bnr-txts{
    width:50%;
    text-align:center;
}

.mk3 .bnr-txts{
    width:100%;
    padding:25px;
text-align:center;
z-index:3;

}
.mk2 .bnr-txts .c-btn{
  font-size: clamp(10px, 3vw, 24px);
  width:100%;
  padding: 2rem 0rem;
}

.mk3 .bnr-txts .c-btn{
  font-size: 16px;
  width:80%;
  padding: 2rem 0rem;
}

.bnr-txt-line {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    letter-spacing: .1em;
    color: #533b0f;
    font-size: 20px;
    font-family: Century,
        "Yu Mincho",
        serif;
    font-size: clamp(10px, 1.6vw, 16px);


}

.bnr-txt-line::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    padding: 0;
    background-color: #533b0f;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.bnr-txt-line::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    padding: 0;
    background-color: #533b0f;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.bnr-txt01 {
  line-height:2em;
    letter-spacing: .1em;
    color: #533b0f;
    font-size: clamp(16px, 4.2vw, 40px);
    font-family: Century,
        "Yu Mincho",
        serif;
    font-weight: bold;
}

.sponly .mk3 .bnr-txt01 {
    font-size: 30px!important;
     text-shadow: 0px 0px 2px rgba(254,249,243, 1),0px 0px 2px rgba(254,249,243, 1);
}

.bnr-txt02 {
    color: #533b0f;
    font-size: clamp(10px, 1.9vw, 18px);
    letter-spacing:0;
}


















[data-element-id].sponly .banner-box a {
    padding: 1px;
    border:  1px;
}


[data-element-id].sponly .click-box {
display:none;
}

[data-element-id].sponly .bnr-txts {
    padding: 10px;
}


[data-element-id].sponly .mk2 .bnr-txts .c-btn{
  font-size: 10px;
}

[data-element-id].sponly .bnr-txt-line {
    font-size: 10px;
}

[data-element-id].sponly .bnr-txt01 {
    font-size: 16px;
}

[data-element-id].sponly .bnr-txt02 {
    font-size: 10px;

}

.catlist{
  display:none;
}

[data-element-id].catlist{
  display:block;
}

.show.catlist{
  display:block;
}


/* ABtest */
.abtest-b{
  margin: 0;
  width: 100%
}

.abtest-b .btn_inner {
  display: block;
  animation       : btn_animation 2s ease-in-out alternate infinite;
  background      : linear-gradient(90deg, #ad4343, #ad4343, #da27a2);
  background-size : 500% 500%;
  color: #fbfbfb;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

@keyframes btn_animation {
  0% { background-position:   0% 50% }
  100% { background-position: 100% 50% }
}

.case-detail .case-menu .c-btn.up-mt-20{
  margin-top:20px;
}

.header-action .header-navi-btn .header-navi-btn-label{
  letter-spacing: -.05em;
  white-space:nowrap;
}

.header-action .header-navi-btn:hover{
  opacity:1;
}
