@import url('https://fonts.googleapis.com/css2?family=Alatsi&family=Noto+Sans+JP:wght@200;300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');

html {
    font-family: var(--ff02);
    line-height: 1.8;
    letter-spacing: 2px;
    color: var(--color01);
    font-weight: 400;
    background: #b3b3b3;
}

.txt {
    line-height: 2;
    font-family: var(--ff02);
    letter-spacing: 0;
    font-size: 14px;
}

.cmn-indent {
    text-indent: -1em;
    display: block;
    padding-left: 1em;
}

@media (max-width:1024px) {
    .txt {
        line-height: 2;
    }
}

@media(max-width:599px) {
    .txt {
        font-size: 15px;
    }
}

:root {
    --color01: #222222;
    --color02: #dfdfdf;
    --color03: #1a365d;
    --color04: #2960b3;
    --color05: #333;
    --color06: #333;
    --color07: #333;
    --color08: linear-gradient(138deg, #d7c470 0%, #c1ae63 50%, #e9d99a 70%, #d3c076 80%, #c3ae5c 90% 100%);
    --ff01: 'Noto Serif JP', serif;
    --ff02: 'Noto Sans JP', sans-serif;
    --ff03: font-family: 'Alatsi', sans-serif;
    --ff99: "font awesome 5 free";
}

body.overlay {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

/* font-cmn */
.font-cmn-01 {
    font-family: var(--ff01);
}

/* ttl-cmn */
.ttl-cmn-01 {
    font-family: var(--ff01);
    font-size: 19vw;
    color: #c7c7c7;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 0.6;
    text-align: center;
}

.ttl-cmn-01.type02 {
    top: auto;
    bottom: 0;
    font-size: 24vw;
    line-height: 0.85;
}

.bgc-cmn-01{
  background: #f4f4f4;
}

@media(max-width:599px){
  .ttl-cmn-01 {
    font-size: 19vw;
    top: 30px;
}
}

.ttl-cmn-02{
    background: #222;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
    letter-spacing: 4px;
}

/* btn-cmn */
.btn-cmn01 a {
    font-family: var(--ff01);
}

.btn-cmn-01 a,
.btn-cmn-01 button {
    overflow: hidden;
    padding: 1em 2em;
    color: #fff;
    border-radius: 0;
    background: #222;
    display: block;
    min-width: 300px;
    width: fit-content;
    font-family: var(--ff01);
    letter-spacing: 5px;
    font-weight: 400;
    text-align: center;
    border: none;
}

.btn-cmn-01 a,
.btn-cmn-01 a span,
.btn-cmn-01 button,
.btn-cmn-01 button span {
    position: relative;
}

.btn-cmn-01 a:before,
.btn-cmn-01 button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-98%);
    background: var(--color04);
}

.btn-cmn-01 a:hover,
.btn-cmn-01 button:hover {
    opacity: 1;
}

.btn-cmn-01 a:hover:before,
.btn-cmn-01 button:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media(max-width:1024px) {

    .btn-cmn-01 a,
    .btn-cmn-01 button {
        padding: 1rem 0.5rem 1rem 0.8rem;
        letter-spacing: 2px;
        font-size: 15px;
        min-width: 220px;
    }
}

@media(max-width:599px) {

    .btn-cmn-01.min a,
    .btn-cmn-01.min button {
        padding: 0.8rem 0.5rem;
        font-size: 14px;
        min-width: 120px;
    }
}

.btn-cmn-02 a {
    overflow: hidden;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background: #222;
    font-family: var(--ff01);
}

[data-element-id] .btn-cmn-02>*{
   overflow: hidden;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background: #222;
    font-family: var(--ff01);
    position: relative;
    display: block;
}

.btn-cmn-02 a,
.btn-cmn-02 a span {
    position: relative;
    display: block;
}



.btn-cmn-02 a:hover {
    opacity: 1;
}

.btn-cmn-02 a:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 150%;
    height: 500%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-92%) translateY(-70%) rotate(135deg);
    transform: translateX(-92%) translateY(-70%) rotate(135deg);
    background: #2960b3;
}

.btn-cmn-02 a:hover:before {
    -webkit-transform: translateX(-15%) translateY(-25%) rotate(135deg);
    transform: translateX(-15%) translateY(-25%) rotate(135deg);
}

@media(max-width:1024px) {
    .btn-cmn-02 a {
        padding: 1rem 0.5rem;
        letter-spacing: 2px;
        font-size: 15px;
    }

    .btn-cmn-02.type02 a {
        letter-spacing: 0.5px;
        font-size: 14px;
    }
}

/* other-cmn */
.of-hidden {
    overflow: hidden;
}

.line-cmn-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-cmn-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hover-zoom a:hover {
    opacity: 0.6;
}

.hover-zoom .hz-p {
    overflow: hidden;
}

.hover-zoom img {
    transition: .5s;
}

.hover-zoom a:hover img {
    scale: 1.2;
}

/* ##### パンくずリスト breadcrumbs ##### */

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: var(--ff01);
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: 600;
    color: var(--color04);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        font-size: 14px;
    }

    .breadcrumbs-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumbs-list {
        width: 90%;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */


/* header */
.sitedisc {
    color: #fff;
    background: var(--color01);
    font-size: 12px;
    padding: 10px 0 30px;
    min-height: 45px;
}

.sitedisc>span>span{
  width: calc(100% - 300px);
  display: block;
}

.header-address {
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: -25px;
    width: 92%;
    margin: 0 auto;
}

.mobile-logo img {
    max-height: 70px;
}

.mobile-address {
    font-family: "garamond", serif;
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
}

@media(max-width:1024px){
  .sitedisc{
    padding: 10px 42% 10px 0;
  }
  
  .sitedisc>span>span{
    width: 100%;
  }
}

@media(max-width:599px){
  .sitedisc {
    padding: 10px 38px 10px 0;
  }
}

.header-contents {
    background: none;
}

.header .instagram {
    background: linear-gradient(315deg, #fab865, #df406e 45%, #8e3dbc 75%, #5b56ca);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 4px;
}

.header .line {
    color: #45b345;
    font-size: 30px;
    line-height: 1;
    padding: 0px 0px 4px 1px;
    position: relative;
}

.header .line::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .line i {
    position: relative;
    z-index: 2;
}

.list-hinfo .headspa {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    color: #fff;
}

.list-hinfo .headspa::before {
    content: "\f879";
    font-family: var(--ff99);
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
}

.header .list-hinfo {
    position: absolute;
    top: 10px;
    right: calc(50% - 500px);
}

[data-element-id] .header .list-hinfo {
    top: -50px;
}

.header .list-hinfo .contact {
    display: flex;
    column-gap: 5px;
}

.header .list-hinfo .contact a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0;
}

@media(max-width:1024px) {
    .header .list-hinfo {
        right: 25px;
        top: 4px;
    }
}

/* footer */
.footer .sns-box a {
    /* background: #fff; */
    width: 45px;
    height: 45px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}

.footer .sns-box .instagram {
    background: linear-gradient(315deg, #fab865, #df406e 45%, #8e3dbc 75%, #5b56ca);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 2px;
}

.footer .sns-box .line {
    color: #45b345;
    font-size: 40px;
    line-height: 1;
    padding: 0px 0px 1px 1px;
    position: relative;
}

.footer .sns-box .line::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer .sns-box .line i {
    position: relative;
    z-index: 2;
}

/* TOP */
/* index-concept/pickup */
.home01 .pickup {
    background: var(--color03);
    color: #fff;
    font-family: var(--ff01);
    width: fit-content;
    padding: 10px 10px;
    line-height: 1;
    font-size: 18px;
}

.home01 .text ul li {
    display: flex;
    align-items: baseline;
}

.home01 .text ul li::before {
    content: "\f058";
    font-family: var(--ff99);
    margin-right: 10px;
}

@media(max-width:599px){
  .home01 .pickup{
    margin-bottom: 5px;
  }
}

/* index-menu(home04) */
.home04 .home04box .bg-deco>* {
    display: flex;
    padding: 30px;
    margin: 2px;
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
    min-height: 280px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home04.type-attention .home04box .bg-deco>* {
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
    justify-content: flex-start;
    height: 100%;
}

.home04 .home04box .item .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home04 .home04box .item .tit .en {
    font-family: "Alatsi",
        sans-serif;
    font-size: 30px;
    line-height: 1;
}

.home04.type-attention .home04box .item .tit .en {
    font-size: 40px;
}

.home04 .home04box .item .tit .ja {
    font-weight: 500;
}

.home04 .home04box .item .more {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.home04 .home04box .item .more::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--color01);
    border-bottom: 2px solid var(--color01);
    transform: rotate(-45deg);
    display: block;
}

.home04.type-attention .home04box .item .list {
    margin-top: 20px;
}

.home04 .home04box .item .list span {
    position: relative;
    display: flex;
    align-items: baseline;
}

.home04 .home04box .item .list span::before {
    content: "■";
    font-family: var(--ff01);
    font-size: 80%;
    margin-right: 5px;
    color: var(--color03);
}

@media(max-width:1024px) {
    .home04 .home04box .bg-deco>* {
        padding: 20px;
        min-height: 200px;
    }

    .home04 .home04box .item .tit .en {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .home04 .home04box .item .more {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media(max-width:599px) {
    .home04 .home04box .bg-deco>* {
        padding: 10px;
        min-height: 150px;
    }

    .home04 .home04box .item .tit .en {
        font-size: 22px;
        text-align: center;
    }

    .home04 .home04box .item .tit .ja {
        font-size: 13px;
        letter-spacing: 0;
    }

    .home04.type-attention .home04box .item .tit .ja {
        font-size: 14px;
    }

    .home04 .home04box .item .more::after {
        width: 7px;
        height: 7px;
    }

    .home04.type-attention .home04box .item .list {
        font-size: 14px;
    }
}

/* index-feature(home8) */
.home08 .inner02 {
    padding-top: 0;
}

/* index-voice(home09) */
.home09 .home09box .item {
    margin-bottom: 30px;
}

.home09 .home09box .item:nth-of-type(4){
  display: none;
}

.home09 .home09box .item:last-child {
    margin-bottom: 0;
}

.home09 .home09box .item a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid;
    padding: 20px;
}

.home09 .home09box .item a .name {
    margin-top: -1em;
}

@media(max-width:599px){
  .home09 .home09box .item a{
    padding: 10px;
  }
  
  .home09 .home09box .item a .name{
      margin-top: 0;
    }
}

/* campaign */
.campaign-list {
    position: relative;
    overflow: hidden;
    /* border: 1px solid; */
}

.campaign-list::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1a365d, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.campaign-list .txtbox {
    padding: 40px;
    color: #fff;
}

[data-element-id] .campaign-list .txtbox{
  width: fit-content;padding: 40px 0 40px 20px;
}

.campaign-list .txtbox .tit {
    font-size: 34px;
    font-family: var(--ff01);
    font-weight: 500;
}

.campaign-list .txtbox .btn {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.campaign-list .txtbox .btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}


.campaign-list .img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

@media(max-width:1024px) {
    .campaign-list .txtbox {
        padding: 30px 20px;
    }

    .campaign-list .txtbox .tit {
        font-size: 28px;
    }
}

@media(max-width:599px){
  .home09 .home09box .item{
    margin-bottom: 0;
  }
  
  .home09 .home09box .item:nth-of-type(4){
    display: block;
  }
}

/* index-menu */
.hmenulist .box {
    background: #fff;
    padding: 20px;
}

.index-menu .hmenulist .tit.sub {
    font-size: 20px;
    margin-top: 20px;
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-family: var(--ff01);
    margin-bottom: 10px;
    text-align: left;
}

.index-menu .hmenulist .add-txt {
    font-size: 20px;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    font-family: var(--ff01);
    border-bottom: 1px solid;
    width: fit-content;
}

.index-menu .hmenulist dt{
  font-weight: 500;
  text-align: left;
}

.index-menu .hmenulist dd {
    width: fit-content;
    flex-shrink: 0;
    align-self: flex-end;
    margin-left: auto;
    text-align: right;
}

.index-menu .hmenulist dd .fee {
    font-family: var(--ff01);
    line-height: 1.5;
    display: flex;
    align-items: baseline;
        justify-content: flex-end;
    column-gap: 5px;
}

.index-menu .hmlist{
width: 100% !important;  
}

.index-menu .hmenulist dd ul {
    margin-bottom: 30px;
}

.index-menu .hmitem {
    margin-bottom: 20px;
}

.index-menu .hmitem:last-child {
    margin-bottom: 0px;
}

.index-menu .partslist {
    display: flex;
    flex-wrap: wrap;
}

.index-menu .partslist span {
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 0 0 5px 5px;
    font-size: 12px;
}

@media (max-width:1024px) {
    .index-menu .hmenulist .add-txt {
        font-size: 16px;
    }
}

@media(max-width:599px) {
    .index-menu .hmenulist:last-child dd ul {
        margin-bottom: 0;
    }

    .index-menu .hmenulist dd {
        padding-left: 0;
    }

    .index-menu .hmenulist dd ul .hmitem dl {
        flex-wrap: wrap;
        gap: 10px;
    }

    .index-menu .hmenulist dd ul .hmitem dl dd {
        margin-left: auto;
    }
}

/* index-contact */
.index-contact .bgi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* index-sns */
.index-sns {
    display: flex;
    flex-wrap: wrap;
}

.index-sns .box {
    width: 50%;
}

.index-sns .box.linebox {
    background: #45b345;
}

.index-sns .box.igbox {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
        linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.index-sns .box>* {
    /* margin: 50px; */
}

.index-sns .box.linebox {
    padding: 50px 50px 50px calc(50% - 500px);
}

.index-sns .box.igbox {
    padding: 50px calc(50% - 500px) 50px 50px;
}

.index-sns .box .tit {
    font-size: 24px;
    font-family: var(--ff01);
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 30px;
    width: fit-content;
}

.index-sns .box .tit .icon {
    font-size: 80px;
    line-height: 1;
}

.index-sns .box .txt {
    color: #fff;
    margin-top: 20px;
}

.index-sns .box .btn-list {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: flex-start;
    align-items: center;
}

.index-sns .box .btn-list .btn,
.qr-code {
    width: 150px;
}

.index-sns .box .btn-list .btn a {
    display: flex;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
}

.index-sns .box.linebox .btn-list .btn a {
    background: #46d446;
    color: #fff;
}

.index-sns .box.igbox .btn-list .btn a {
    background: #fff;
    color: #222;
}

.index-sns .box .btn-list .btn a .icon {
    font-size: 50px;
}

.index-sns .box.igbox .btn-list .btn a .icon {
    background: linear-gradient(315deg, #fab865, #df406e 45%, #8e3dbc 75%, #5b56ca);
    -webkit-background-clip: text;
    color: transparent;
}

.index-sns .box .add-id {
    margin-top: 10px;
    color: #fff;
    font-family: var(--ff01);
}

@media(max-width:1024px) {

    .index-sns .box.igbox,
    .index-sns .box.linebox {
        padding: 30px;
    }

    .index-sns .box .tit {
        font-size: 20px;
        column-gap: 10px;
        letter-spacing: 1px;
    }

    .index-sns .box .tit .icon {
        font-size: 60px;
    }
}

@media(max-width:599px) {
    .index-sns .box {
        width: 100%;
    }

    .index-sns .box .txt {
        margin-top: 10px;
    }

    .index-sns .box .btn-list {
        margin-top: 20px;
    }

    .index-sns .box .add-id {
        font-size: 14px;
    }

    .index-sns .box .tit .icon {
        font-size: 50px;
    }
}

/* banner */
.banner-box .item {
    max-height: 400px;
    position: relative;
}

.banner-box .item:first-child {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    overflow: hidden;
    width: 60%;
    margin-right: -20%;
    z-index: 2;
}

.banner-box .item:last-child {
    width: 60%;
}

.banner-box .item a:hover {
    opacity: 1;
}

.banner-box .item .img {
    overflow: hidden;
}

.banner-box .item img {
    filter: brightness(.5);
    transition: .5s;
}

.banner-box .item a:hover img {
    filter: brightness(.8);
    scale: 1.2;
}

.banner-box .item .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 30px;
    color: #fff;
    font-family: var(--ff01);
    letter-spacing: 3px;
}

.banner-box .item:last-child .tit {
    margin-left: 5%;
}

@media(max-width:1024px) {
    .banner-box .item {
        max-height: 200px;
    }

    .banner-box .item .tit {
        font-size: 22px;
        letter-spacing: 2px;
        width: 60%;
        text-align: center;
    }
}

/* 16.colum */
.colum01 .colum01box .list {
    font-family: var(--ff01);
}

/* 99.article_detail */
.article_detail .text h2 {
    font-family: var(--ff01);
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    background: var(--color02);
}

.article_detail .text h2::first-letter {
    font-family: var(--ff01);
    color: var(--color01);
}

.article_detail .text h3 {
    font-family: var(--ff01);
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    border-left: solid 10px var(--color03);
}

.article_detail .text h4 {
    font-family: var(--ff01);
    margin: 1em 0;
    padding-bottom: 0.5em;
    font-weight: 600;
    font-size: 18px;
    border-bottom: dotted 2px var(--color01);
}

.article_detail .text ul li {
    font-family: var(--ff01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.article_detail .text ul li::before {
    content: "■";
    color: var(--color01);
}

.article_detail .text ol li {
    font-family: var(--ff01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.article_detail .text ol li::before {
    font-family: var(--ff01);
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 120%;
    color: var(--color01);
    flex-shrink: 0;
}

.article_detail iframe[src*="youtube"] { aspect-ratio: 16 / 9; margin-top: 1em; margin-bottom: 1em;}

.recommend .btn-slick {
    position: absolute;
    bottom: 10px;
    width: fit-content;
}

.recommend .btn-slick.btn-back {
    right: 70px;
}

.recommend .btn-slick.btn-next {
    right: 40px;
}

.recommend.type02 .btn-slick.btn-back {
    right: 40px;
}

.recommend.type02 .btn-slick.btn-next {
    right: 10px;
}

@media(max-width:599px) {
    .recommend.type03 .box-cmn03 .boxin.-center {
        padding: 40px 50px 60px 0;
    }

    .recommend.type03 .btn-slick {
        bottom: 30px;
    }
}

/* 13.faq */
.faq-area .faqlist .item .datattl {
    background: #fff;
    padding: 15px 60px 15px 30px;
    position: relative;
    width: 100%;
}

.faq-area .faqlist .item .datattl::before,
.faq-area .faqlist .item .datattl::after {
    content: "";
    display: block;
    background: var(--color01);
    width: 1.2em;
    height: 1px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.faq-area .faqlist .item .datattl::after {
    transform: translate(0, -50%) rotate(-90deg);
    transition: .5s;
}

.faq-area .faqlist .item .datattl.is-parent::after {
    transform: translate(0, -50%) rotate(0deg);
}

.faq-area .faqlist .item .datattl .txt {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--ff01);
    display: flex;
    align-items: baseline;
}

.faq-area .faqlist .item .datattl .q {
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 24px;
}

.faq-area .faqlist .item .datattl .q>* {
    position: relative;
    z-index: 2;
    color: var(--color03);
}

.faq-area .faqlist .item .datattl .q::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 81/132;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-area .faqlist .item .data {
    background: var(--color01);
    color: #fff;
    padding: 15px 30px;
}

.faq-area .faqlist .item .data .txt {
    display: flex;
    align-items: baseline;
}

.faq-area .faqlist .item .data .a {
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--ff01);
}

@media (max-width:599px) {
    .faq-area .faqlist .item {
        width: 100%;
    }

    .faq-area.type02 .faqlist .item {
        width: 100%;
    }

    .faq-area .faqlist .item .datattl {
        width: 100%;
        padding: 10px 30px 15px 15px;
    }

    .faq-area .faqlist .item .datattl .txt {
        font-size: 15px;
    }

    .faq-area .faqlist .item .datattl::before,
    .faq-area .faqlist .item .datattl::after {
        width: 0.8em;
        right: 10px;
    }

    .faq-area .faqlist .item .data {
        padding: 10px 15px 15px 15px;
    }

    .faq-area .faqlist .item .datattl .q,
    .faq-area .faqlist .item .data .a {
        margin-right: 10px;
    }
}

/* 14.voice */
.voice-area.reco .voicelist .item:nth-of-type(4){
  display: none;
}

.voice-area .voicelist .item a {
    background: #fff;
    padding: 20px;
    display: block;
}

.voice-area .voicelist .item a .tit {
    font-family: var(--ff01);
    margin-top: 10px;
}

.voice-area .voicelist .item a .info {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    position: relative;
}

[data-element-id] .voice-area .voicelist .item a .info{
  flex-wrap: wrap;
}

.voice-area .voicelist .item a .info::before {
    content: "";
    width: 7em;
    height: 1px;
    background: #333;
}

.voice-area .voicelist .item a .info .age,
.voice-area .voicelist .item a .info .name {
    flex-shrink: 0;
}

[data-element-id] .voice-area .voicelist .item a .info .age,[data-element-id] .voice-area .voicelist .item a .info .name{
  flex-shrink: 1;
}

@media(max-width:1024px) {
    .voice-area .voicelist .item a .info::before {
        width: 5em;
    }
}

@media(max-width:599px) {
    .voice-area.reco .voicelist .item:nth-of-type(4){
      display: block;
    }
    
    .voice-area .voicelist .item a{
      padding: 10px;
    }
    
    .voice-area .voicelist .item a .info::before {
        width: 4em;
    }
}

/* 14.voice-detail */
.voice-detail-area .imgbox::before {
    content: "";
    background: linear-gradient(0deg, #000, transparent);
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.voice-detail-area .imgbox .info {
    display: flex;
    gap: 1em;
    font-family: var(--ff01);
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
}

.voice-detail-area .txtbox dl {
    margin-bottom: 20px;
}

.voice-detail-area .txtbox dl dt {
    font-size: 20px;
    font-family: var(--ff01);
    background: var(--color01);
    color: #fff;
    padding: 5px 15px;
}

.voice-detail-area .txtbox dl dd {
    padding: 10px;
}

.voice-detail-area .txtbox .reply {
    background: var(--color02);
    border: 4px double;
    padding: 20px;
}

.voice-detail-area .txtbox .reply .tit {
    font-size: 20px;
    font-family: var(--ff01);
    margin-bottom: 20px;
    line-height: 1;
}

@media(max-width:599px) {
    .voice-detail-area .txtbox dl dt {
        font-size: 18px;
    }
}

/* 17.contact */
.contact-area .tel {
    font-size: 30px;
    font-family: var(--ff01);
    font-weight: 800;
    width: fit-content;
    margin: 30px auto 0;
}

.contact01box .txt {
    padding-left: 80px;
}

.contact01box .form {
    padding-left: 80px;
}

.contact-area .link-box .box a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    min-height: 100px;
    color: #fff;
    font-size: 22px;
    font-family: var(--ff01);
    letter-spacing: 5px;
    min-width: 400px;
    transition: .5s;
}

.contact-area .link-box .box.ig a {
    background: linear-gradient(315deg, #fab865, #df406e 45%, #8e3dbc 75%, #5b56ca);
}

.contact-area .link-box .box.line a {
    background: linear-gradient(315deg, #cad36c, #45b345 45%, #2da399 75%, #4595b3);
}

.contact-area .link-box .box a:hover {
    opacity: 1;
    filter: brightness(1.2);
}

.contact-area .link-box .icon {
    font-size: 40px;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .contact01box .txt {
        padding-left: 20px;
    }

    .contact01box .form {
        padding-left: 20px;
    }

    .contact-area .link-box .box a {
        padding: 10px 20px;
        min-height: 80px;
        font-size: 18px;
        letter-spacing: 2px;
        min-width: 300px;
    }
}

@media(max-width:599px) {
    .contact-area .link-box .icon {
        font-size: 30px;
        margin-right: 5px;
    }

    .contact-area .link-box .box a {
        width: 200px;
        margin: 0 auto;
    }
}

/* 03.first */
.first-equipment .equipmentbox .item {
    margin-bottom: 30px;
}

.first-equipment .equipmentbox .item:last-child {
    margin-bottom: 0px;
}

.first-equipment .equipmentbox .item>* {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.first-equipment .equipmentbox .item:nth-of-type(even)>* {
    flex-direction: row-reverse;
}

.first-equipment .equipmentbox .item .tit {
    font-size: 26px;
    margin-bottom: 10px;
}

/* 06.parts */
.parts-area .partslist .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.parts-area .partslist .item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.parts-area .partslist .item:last-child {
    margin-bottom: 0;
}

.parts-area .partslist .item:nth-of-type(even) .txt-box {
    padding-left: calc(50% - 500px);
}

.parts-area .partslist .item:nth-of-type(odd) .txt-box {
    padding-right: calc(50% - 500px);
}

.parts-area .partslist .item .tit {
    font-size: 26px;
    font-family: var(--ff01);
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.parts-area .partslist .item .txt {
    margin-top: 20px;
}

@media(max-width:1024px) {
    .parts-area .partslist .item .tit{
      font-size: 22px;
    }
    
    .parts-area .partslist .item:nth-of-type(even) .txt-box {
        padding-left: 2%;
    }

    .parts-area .partslist .item:nth-of-type(odd) .txt-box {
        padding-right: 2%;
    }
}

@media(max-width:599px) {
    .parts-area .partslist.up-mt-50 {
        margin: 30px 0 0;
    }
    
    .parts-area .partslist .item{
      margin-bottom: 50px;
    }

    .parts-area .partslist .item .tit {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .parts-area.type02 .partslist .item .tit {
        font-size: 20px;
    }
}

/* 07.face */
.alternate-area-01 .prblist.type02 {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.alternate-area-01 .prblist li {
    padding-left: 1.2em;
    position: relative;
}

.alternate-area-01 .prblist.type02 li {
    padding-left: 0;
    min-height: 100px;
    width: calc(85% / 4);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.alternate-area-01 .prblist.type02 li .imgs {
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.5);
}

.alternate-area-01 .prblist.type02 li .tit {
    z-index: 2;
    position: relative;
    color: #fff;
        font-family: 'Playfair Display', serif;
}

.alternate-area-01 .prblist li::before {
    content: "\f058";
    font-family: var(--ff99);
    position: absolute;
    top: 0;
    left: 0;
}

.alternate-area-01.ayurveda01 .img {
    margin-top: -300px;
}

.price-area .pricelist .item {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    font-family: var(--ff01);
}

.price-area .pricelist .item dt {
    width: 70%;
    font-weight: 500;
}

.b-after-area .b-afterlist .before {
    position: relative;
}

.b-after-area .b-afterlist .before::before {
    position: absolute;
    content: "";
    border-top: 10px solid #222;
    border-right: 10px solid #222;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    right: -30px;
    transform: translate(0, -50%) rotate(45deg);
}

[data-element-id] .list-others {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .list-others>*{
  width: 25%;
}

.list-others .list-inner {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.list-others .img-wrap {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.list-others .title-wrap {
    font-size: 20px;
    color: #fff;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    top: 1em;
    left: 1em;
    font-family: var(--ff01);
}

.list-others .title-wrap .sub {
    padding-top: 0.5em;
    font-size: 70%;
}

.list-others .slick-prev,
.list-others .slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: rgb(34 34 34);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    z-index: 1;
}

.list-others .slick-next:before {
    content: "\f054";
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 15px;
    opacity: 1;
}

.list-others .slick-prev:before {
    content: "\f053";
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 15px;
    opacity: 1;
}

.list-others .slick-next:focus,
.list-others .slick-next:hover,
.list-others .slick-prev:focus,
.list-others .slick-prev:hover {
    color: #fff;
    background: rgb(34 34 34);
}

@media(max-width:1024px) {
    .b-after-area .b-afterlist .before::before {
        right: -25px;
    }
    
    .alternate-area-01 .prblist.type02 {
        gap: 20px;
    }
}

@media(max-width:599px) {
    .alternate-area-01.ayurveda01 .img {
        margin-top: 30px;
        width: 90%;
        height: 250px;
    }
    
    .alternate-area-01 .prblist.type02{
      gap: 10px;
    }
    
    .alternate-area-01 .prblist.type02 li{
      width: calc((100% - 10px) / 2);
    }

    .price-area .pricelist .item {
        flex-direction: column;
        padding: 0;
        margin-bottom: 30px;
    }

    .price-area .pricelist .item dt {
        width: 100%;
        letter-spacing: 0;
    }

    .price-area .pricelist .item dd {
        width: fit-content;
        margin-left: auto;
        margin-top: 10px
    }

    .b-after-area .b-afterlist .before::before {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -15px;
        transform: translate(-50%, 0%) rotate(135deg);
    }

    .list-others .title-wrap {
        left: 1em;
        font-size: 24px;
    }
}

/* ABテスト */
.l-main.pattern-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.l-main.pattern-b .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.l-main.pattern-b .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.l-main.pattern-b .order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.l-main.pattern-b .order4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.l-main.pattern-b .order5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.l-main.pattern-b .order6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 3;
}

.l-main.pattern-b .order7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.l-main.pattern-b .order8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.l-main.pattern-b .order9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.l-main.pattern-b .order10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.l-main.pattern-b .order11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.l-main.pattern-b .order12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.l-main.pattern-b .order13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.l-main.pattern-b .order14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
}

[data-element-id] #abtest-a {
    border: 10px solid #ff3f7d;
    position: relative;
}

[data-element-id] #abtest-a::before{
  content: "Aパターン";
  background:#ff3f7d;
  color: #fff;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

[data-element-id] #abtest-b {
    border: 10px solid #3f8aff;
    position: relative;
    padding: 100px;
}

[data-element-id] #abtest-b::before{
  content: "Bパターン";
  background:#3f8aff;
  color: #fff;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {display: none;}
