@charset "UTF-8";
/*ownersclub
----------------------------------------------- */
.ownersclub main {
    background: none;
    max-width: 400px;
    min-width: 400px;
    margin: auto;
    font-family: "Hiragino Sans","ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", sans-serif;
    font-size: 16px;
    color: #232323;
}

.ownersclub .inner {
    padding: 0 20px;
}


/*エステティックオーナーズクラブって？
----------------------------------------------- */
.ownersclub-about {
    position: relative;
    margin-top: 1px;
    height: 652px;
}

.ownersclub-about__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.ownersclub-about__pos-btn {
    position: absolute;
    top: 237px;
}

.ownersclub-about-btn {
    position: relative;
}

.ownersclub-about-btn__filter {
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.86));
}

.ownersclub-about-btn::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/item/ownersclub/about-arrow.svg) center / cover no-repeat;
    transition: all .2s;
}

.ownersclub-about-btn:hover::after {
    top: 60%;
}

.ownersclub-about-btn + .ownersclub-about-btn {
    margin-top: 8px;
}

.ownersclub-about-btn a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 388px;
    height: 96px;
    padding: 4px 12px 0;
    background: linear-gradient(#fff 0%, #f4f4f4 100%);
    border: 0.2px solid rgba(255, 255, 255, 0.7);
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}

.ownersclub-about-btn a:hover {
    opacity: 1;
}

.ownersclub-about-btn__img img {
    width: 54px;
    height: 73px;
}

.ownersclub-about-btn__txt {
    line-height: 1;
}

.ownersclub-about-btn__subttl {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 20px;
    color: #fff;
    background: linear-gradient(#3378c6 0%, #0d549f 100%);
    padding: 2px 5px;
}

.ownersclub-about-btn__ttl {
    font-size: 17px;
    font-weight: 700;
    line-height: calc(22/17);
    color: #3378c6;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    padding-top: 2px;
    min-height: 38px;
}

.ownersclub-about-btn a:last-of-type .ownersclub-about-btn__ttl {
    line-height: calc(25/17);
}


/*成功ポイント
----------------------------------------------- */
.ownersclub-point {
    position: relative;
}

.ownersclub-point::after {
    position: absolute;
    content: '';
    width: 194px;
    height: 89px;
    bottom: -61px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/item/ownersclub/arrow.png) center / cover no-repeat;
    z-index: 1;
}

.ownersclub-point02 {
    position: relative;
}

.ownersclub-point-staff {
    position: absolute;
    top: 1711px;
}

.ownersclub-point-staff__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 20px;
    padding: 0 15px;
}

.ownersclub-point-staff__item {
    width: calc(50% - 10px);
    cursor: pointer;
}

.ownersclub-point-staff__img {
    position: relative;
}

.ownersclub-point-staff__img::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 77px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}

.ownersclub-point-staff__txt {
    position: absolute;
    width: 100%;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #FFF;
}

.ownersclub-point-staff__job {
    font-size: 11px;
    font-weight: 500;
    line-height: calc(15/11);
}

.ownersclub-point-staff__name {
    font-size: 18px;
    font-weight: 500;
    line-height: calc(24/18);
    padding-top: 1px;
}

.ownersclub-point-staff__more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: calc(17/13);
    padding: 4px 10px 5px;
    color: #FFF;
    background: #00ADCE;
    border: 1px solid #00ADCE;
    text-align: center;
    transition: all .2s;
}

.ownersclub-point-staff__more::after {
    display: inline-block;
    content: '';
    margin-left: 3px;
    width: 14px;
    height: 14px;
    background: url(../images/item/ownersclub/plus-circle.svg) center/cover no-repeat;
    transition: all .2s;
}

.ownersclub-point-staff__item:hover .ownersclub-point-staff__more {
    color: #00ADCE;
    background: #FFF;
}

.ownersclub-point-staff__item:hover .ownersclub-point-staff__more::after {
    background: url(../images/item/ownersclub/plus-circle_b.svg) center/cover no-repeat;

}

.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,75%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 1;
}

.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal-container.active {
	opacity: 1;
	visibility: visible;
}

.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 346px;
	width: 90%;
}

.modal-close {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -44px;
	right: -9px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #FFF;
	cursor: pointer;
}

.modal-content {
	background: #FFF;
	text-align: left;
	padding: 15px;
}

.ownersclub-point-modal__head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ownersclub-point-modal__img img {
    width: 97px;
    height: 97px;
}

.ownersclub-point-modal__job {
    font-size: 15px;
    font-weight: 500;
    line-height: calc(20/15);
    color: #71A3D5;
    padding-left: 4px;
}

.ownersclub-point-modal__name {
    font-size: 18px;
    font-weight: 500;
    line-height: calc(24/18);
    padding-top: 4px;
}

.ownersclub-point-modal__txt {
    font-size: 14px;
    line-height: calc(24/14);
    padding: 12px 0 0;
}

/*3つのサービスが1つになることで～
----------------------------------------------- */
.ownersclub-summary {
    position: relative;
}

.ownersclub-summary::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 106px;
    top: -37px;
    background: url(../images/item/ownersclub/summary-bg.png) center / cover no-repeat;
}

.ownersclub-summary .ttl {
    margin-top: 37px;
    padding-top: 10px;
    text-align: center;
}

.ownersclub-summary .ttl .ttl-service {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.5;
    color: #00ADCE;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.ownersclub-summary .ttl .ttl-service::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    background-color: #00ADCE;
}

.ownersclub-summary .ttl .ttl-service .num {
    font-family: DIN, sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
}

.ownersclub-summary .ttl .ttl-service .big {
    font-size: 20px;
    letter-spacing: .05em;
}

.ownersclub-summary .ttl .ttl-sub {
    position: relative;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    padding: 4px 0 0 98px;
}

.ownersclub-summary .ttl .ttl-sub::before {
    position: absolute;
    content: '';
    width: 103px;
    height: 60px;
    top: 2px;
    left: -8px;
    background: url(../images/item/ownersclub/balloon.png) center / cover no-repeat;
}

.ownersclub-summary .ttl .ttl-sub .small {
    font-size: 37px;
}

.ownersclub-summary .ttl .ttl-main {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
}

.ownersclub-summary .ttl .ttl-main .under-line {
    font-size: 55px;
    color: #13277B;
    text-decoration: underline;
    text-decoration-thickness: 22px;
    text-decoration-color: #C2D6FC;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}

.ownersclub-summary .ttl .ttl-main .small {
    font-size: 45px;
}

.ownersclub-summary .ttl .ttl-main .big {
    font-size: 86px;
    margin-right: 8px;
}

.ownersclub-summary .ttl .ttl-main .first {
    display: inline-block;
    line-height: 1.2;
    padding-top: 5px;
}

.ownersclub-summary .ttl .ttl-main .second {
    display: inline-block;
    line-height: 1.2;
    padding: 4px 0 12px;
}

.ownersclub-summary .service {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
}

.ownersclub-summary .service::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 411px;
    top: -46px;
    background: url(../images/item/ownersclub/summary-bg02.png) center / cover no-repeat;
}

.ownersclub-summary .service .service01 {
    margin-right: 53px;
}

.ownersclub-summary .service .service01 img {
    position: relative;
    width: 235px;
    height: 178px;
}

.ownersclub-summary .service .service-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 187px;
}

.ownersclub-summary .service .service02 {
    position: absolute;
    top: -89px;
    right: -5px;
}

.ownersclub-summary .service .service02 img {
    position: relative;
    width: 178px;
    height: 252px;
}

.ownersclub-summary .service .service03 {
    position: absolute;
    top: -15px;
    left: -3px;
}

.ownersclub-summary .service .service03 img {
    position: relative;
    width: 227px;
    height: 178px;
}


.ownersclub-voice {
    position: relative;
    background: url(../images/item/ownersclub/voice-bg.png) center/cover no-repeat;
    margin-top: -10px;
    padding: 30px 0 1px;
}

.ownersclub-voice h2.ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: calc(43/32);
}

.ownersclub-voice .ttl .balloon {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: calc(37/28);
    letter-spacing: .05em;
    color: #fff;
    background: url(../images/item/ownersclub/voice-balloon.png) center/cover no-repeat;
    padding: 10px 23px 26px;
    margin-bottom: -7px;
}

.ownersclub-voice .ttl .small {
    font-size: 28px;
}

.ownersclub-voice .slick-dotted.ownersclub-slider {
    margin: 8px 0 39px;
    display: flex;
}

.ownersclub-voice .ownersclub-slider .item {
    position: relative;
    margin: 10px 20px;
    padding: 23px 20px 11px;
    background-color: #fff;
}

.ownersclub-voice .ownersclub-slider .case {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Snell Roundhand, sans-serif;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 45px;
    color: #9F702E;
    padding: 1px 53px 0;
    background: linear-gradient(#dfb728 0%, #f7edc6 51.72%, #dfb728 100%);
    border-radius: 0 0 8px 8px;
}

.ownersclub-voice .ownersclub-slider .case::before,
.ownersclub-voice .ownersclub-slider .case::after {
    position: absolute;
    content: '';
    top: 0;
    width: 7px;
    height: 7px;
    background-color: #7B5725;
}

.ownersclub-voice .ownersclub-slider .case::before {
    left: -7px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.ownersclub-voice .ownersclub-slider .case::after {
    right: -7px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.ownersclub-voice .ownersclub-slider .case .num {
    font-size: 32px;
}

.ownersclub-voice .ownersclub-slider .ttl {
    position: relative;
    padding: 7px 0 14px;
    font-size: 21px;
    font-weight: 700;
    line-height: calc(35/21);
}

.ownersclub-voice .ownersclub-slider .ttl strong {
    color: #F61021;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

.ownersclub-voice .ownersclub-slider .ttl:after {
    position: absolute;
    content: '';
    width: calc(100% + 40px);
    height: 4px;
    bottom: 0;
    left: -20px;
    background: linear-gradient(to right, #f7edc6 0%, #dfb728 51.72%, #f7edc6 100%);
}

.ownersclub-voice .ownersclub-slider .txt {
    padding-top: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: calc(25.5/15);
    letter-spacing: .01em;
}

.ownersclub-voice .ownersclub-slider .txt strong {
    color: #F61021;
}

.ownersclub-voice .ownersclub-slider .name {
    font-size: 13px;
    font-weight: 500;
    line-height: calc(25.5/13);
    letter-spacing: .01em;
    text-align: right;
}

.ownersclub .slick-track {
    display: flex;
}

.ownersclub .slick-slide {
    height: auto !important;
}

.ownersclub .slick-arrow {
    z-index: 1;
}

.ownersclub .slick-arrow:hover:before {
    opacity: .6;
}

.ownersclub .slick-prev:before,
.ownersclub .slick-next:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -8px;
    width: 38px;
    height: 38px;
    opacity: 1;
}

.ownersclub .slick-prev:before {
    left: 25px;
    background: url(../images/item/ownersclub/slider-arrow.svg) center / cover no-repeat;
    transform: scale(-1,1);
}

.ownersclub .slick-next:before {
    right: 25px;
    background: url(../images/item/ownersclub/slider-arrow.svg) center / cover no-repeat;
}

.ownersclub .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}

.ownersclub .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.ownersclub .slick-dots li:hover button:before,
.ownersclub .slick-dots li.slick-active button:before {
    background: #F7D442;
}


.ownersclub-internal {
    background: url(../images/item/ownersclub/internal-bg.jpg) center / cover no-repeat;
    padding: 24px 0;
}

.ownersclub-internal__btn {
    position: relative;
    animation: btn_anime 0.8s ease 0s infinite alternate;
}

@keyframes btn_anime {
    0% {
        transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }
}

.ownersclub-internal__btn::before {
    position: absolute;
    content: '';
    top: -20px;
    left: 28px;
    width: 41px;
    height: 41px;
    background: url(../images/item/ownersclub/internal-star.png) center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
}

.ownersclub-internal__btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 304px;
    height: 30px;
    background: url(../images/item/ownersclub/internal-filter.png) center / cover no-repeat;
    pointer-events: none;
}

.ownersclub-internal__btn-wrap {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.64);
    width: 320px;
    height: 80px;
    border-radius: 40px;
    background: linear-gradient(#0d549f 0%, #00adce 100%);
    box-shadow: 0px 3px 0px rgba(13, 84, 159, 0.6);
    margin: auto;
    transition: all .2s;
}

.ownersclub-internal__btn-wrap::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background: url(../images/item/ownersclub/internal-arrow.svg) center / cover no-repeat;
}

.ownersclub-internal__btn-wrap:hover {
    opacity: 1;
}

.ownersclub-internal__btn-wrap:hover::after {
    right: 5px;
}

.ownersclub-internal__btn-sub {
    font-size: 14px;
    font-weight: 700;
    line-height: calc(19/14);
    margin-top: 3px;
}

.ownersclub-internal__btn-main {
    font-size: 22px;
    font-weight: 700;
    line-height: calc(30/22);
    margin-top: 5px;
}


.ownersclub-internal2 {
    background: url(../images/item/ownersclub/internal-bg02.jpg) center / cover no-repeat;
    padding: 16px 0 43px;
}

.ownersclub-internal__ttl .en {
    width: 359px;
    height: 58px;
    margin: auto;
}

.ownersclub-internal__ttl .jp {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: calc(37/22);
    color: #fff;
    text-align: center;
    margin-top: 15px;
    padding: 0 20px;
}

.ownersclub-internal__ttl .jp::before,
.ownersclub-internal__ttl .jp::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 64px;
    top: calc(50% + 6px);
    transform: translateY(-50%);
    background: url(../images/item/ownersclub/internal-ttl-jp.png) center / cover no-repeat;
}

.ownersclub-internal__ttl .jp::before {
    left: 8px;
}

.ownersclub-internal__ttl .jp::after {
    right: 8px;
    transform: translateY(-50%) scale(-1,1);
}

.ownersclub-internal__txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    margin-bottom: 27px;
}

/* お問い合わせ */
.ownersclub-contact {
    background: #23283B url(../images/item/ownersclub/contact-bg.png) top center / contain no-repeat;
}

.ownersclub .ownersclub-contact .inner {
    padding: 26px 28px 31px;
}

.ownersclub-contact__ttl .en {
    width: 145px;
    height: auto;
    margin: auto;
}

.ownersclub-contact__ttl .jp {
    font-size: 19px;
    font-weight: 700;
    line-height: calc(30/19);
    color: #fff;
    text-align: center;
    margin: -10px 0 15px;
}

.ownersclub-contact__caution {
    background-color: #DDDDDD;
    padding: 20px 17px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(24/14);
    color: #707070;
}

.ownersclub-contact__caution-ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: calc(21/16);
    text-align: center;
    padding-bottom: 9px;
}

.ownersclub-contact__form {
    margin-top: 16px;
    padding: 10px 17px;
    background: #fff;
}

.ownersclub-contact__form.contact .co_contact {
    background: none;
    padding: 0;
}

.ownersclub-contact__form .contact_formbox {
    color: #232323;
}

.ownersclub-contact__step {
    display: flex;
    height: 55px;
    margin-bottom: 23px;
}

.ownersclub-contact__step li {
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: calc(23/14);
    text-align: center;
    color: #707070;
    background-color: #F4F4F4;
    padding: 0 0 0 8px;
}

.ownersclub-contact__step li:first-of-type {
    width: 32%;
    padding: 0 8px 0 0;
}

.ownersclub-contact__step li.active {
    position: relative;
    color: #fff;
    background-color: #0D549F;
    padding-left: 0;
}

.ownersclub-contact__step li.active::before,
.ownersclub-contact__step li.active::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 30px;
    right: -1px;
    background: #F4F4F4
}

.ownersclub-contact__step li.active::before {
    top: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.ownersclub-contact__step li.active::after {
    bottom: -1px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.ownersclub-contact__form .efo-form {
    padding: 0 !important;
}

.ownersclub-contact__form .efo-form .form-wrap .input-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    min-height: 30px;
    border: none;
    margin-top: 0;
    padding: 0;
}

.ownersclub-contact__form .efo-form .form-wrap .input-name::after {
    font-size: 20px;
}

.ownersclub-contact__form .efo-form .form-wrap .input-cont {
    padding: 11px 0 30px;
}

.ownersclub-contact__form .radio,
.ownersclub-contact__form .checkbox {
    padding: 2px 0;
}

.ownersclub-contact__form .radio label,
.ownersclub-contact__form .checkbox label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 8px 0 !important;
    padding: 3px 0 3px 27px;
    width: 100%;
}

.ownersclub-contact__form .radio span:last-of-type label,
.ownersclub-contact__form .checkbox span:last-of-type label {
    margin-bottom: 0 !important;
}

.ownersclub-contact__form .radio label::before,
.ownersclub-contact__form .checkbox label::before {
    width: 19px;
    height: 19px;
    top: 6px;
}

.ownersclub-contact__form .radio label::after {
    width: 9px;
    height: 9px;
    top: 11px;
    left: 5px;
}

.ownersclub-contact__form .checkbox label::after {
    top: 9px;
    left: 7px;
}

.ownersclub-contact__form .req-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background: #3378C6;
    margin-left: 5px;
    padding: 5px;
    border-radius: 4px;
    top: 1px;
}

.ownersclub-contact__form form#mailformpro input, 
.ownersclub-contact__form form#mailformpro textarea {
    font-family: "Hiragino Sans","ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-color: #EAEAEA;
    padding: 9.5px 14px;
    box-shadow: none;
    max-width: 100%;
    margin: 0;
}

.ownersclub-contact__form form#mailformpro textarea {
    padding: 6px 14px !important;
    height: 180px !important;
}

.ownersclub-contact__form form#mailformpro input::placeholder, 
.ownersclub-contact__form form#mailformpro textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.ownersclub-contact__form form#mailformpro .input-cont--radio {
    padding: 8px 0 24px;
}

.ownersclub-contact__form form#mailformpro .input-cont--check {
    padding: 8px 0 28px;
}

.ownersclub-contact__form form#mailformpro .multi_s {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    margin-left: 10px;
}

.ownersclub-contact__form form#mailformpro .input-cont--nensho {
    font-size: 14px;
}

.ownersclub-contact__form form#mailformpro .input-cont--nensho input {
    width: 128px;
    margin: 2px 11px 0 0;
    padding: 10px 14px;
    border: 1px solid #EAEAEA;
}

.ownersclub-contact__form .submit-box {
    padding-top: 7px;
}

.ownersclub-contact__form .submit-box .agree {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ownersclub-contact__form .submit-box .agree .req-label {
    top: -2px;
    margin: 0 8px 0 0;
}

.ownersclub-contact__form .checkbox.agree label {
    display: flex !important;
    width: auto;
    margin: 0 !important;
    letter-spacing: 0;
}

.ownersclub-contact__form .checkbox.agree label a {
    color: #3378C6;
}

.ownersclub-contact__form button[type=submit],
.ownersclub-contact__form #mfp_button_send {
    position: relative;
    margin: auto;
    text-align: center;
    width: 195px !important;
}

.ownersclub-contact__form button[type=submit]::after,
.ownersclub-contact__form #mfp_button_send::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: calc(50% - 3px);
    right: 17px;
    transform: translateY(-50%);
    width: 42px;
    height: 6px;
    background: url(../images/item/ownersclub/submit-arrow.svg) center / cover no-repeat;
}

.ownersclub-contact__form form#mailformpro button[type="submit"],
.ownersclub-contact__form #mfp_button_send {
    position: relative;
    font-size: 16px !important;
    background-color: #3378C6;
    border-color: #3378C6;
    border-radius: 28px;
    padding: 15px 29px !important;
    text-align: left;
}

.ownersclub-contact__form form#mailformpro button[type="submit"].disabled {
    padding: 15px 10px !important;
}

.ownersclub-contact__form form#mailformpro button[type="submit"].disabled::after {
    content: none;
}

.ownersclub-contact__form #mfp_button_send {
    padding: 15px 29px !important;
}

.ownersclub-contact__form button[type=submit]:hover::after,
.ownersclub-contact__form #mfp_button_send:hover::after {
    background-image: url(../images/item/ownersclub/submit-arrow_b.svg);
}

.ownersclub-contact__form form#mailformpro button[type="submit"]:hover,
.ownersclub-contact__form #mfp_button_send:hover {
    color: #3378C6;
    background-color: #fff;
}

.ownersclub-contact__form form#mailformpro button[type="reset"] {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #3378C6;
    text-decoration: underline;
    padding-top: 12px;
}

.ownersclub-contact__form form#mailformpro button[type="reset"]:hover {
    opacity: .6;
    cursor: pointer;
}

.ownersclub-contact__form #mfp_phase_confirm .mfp_buttons {
    display: flex;
    flex-flow: column;
}

.ownersclub-contact__form #mfp_button_cancel {
    background: none;
    border: none;
    text-decoration: underline;
    text-underline-offset: 8px;
    margin: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #3378C6;
}

.ownersclub-contact__form .remaining {
    width: 400px;
    margin: auto;
}

.ownersclub-contact__form .remaining .num {
    font-size: 18px;
}

.ownersclub-contact__form div.mfp_err {
    background-position: 0px 5px;
}

.ownersclub-contact__form table#mfp_confirm_table tr th {
    border: none;
    width: 100%;
    background-color: #F6F7F9;
}

.ownersclub-contact__form table#mfp_confirm_table tr.mfp_colored {
    background-color: #fff;
}


/* ツール */
.tool-triangle {
    width: 194px;
    margin: -23px auto 4px;
    padding: 5px 0.5em 39px;
    background: linear-gradient(to right, #13277b 0%, #3378c6 100%);
    font-size: 25px;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.tool-head {
    width: 100%;
    max-width: 380px;
    display: flex;
    font-weight: 700;
    column-gap: 12px;
    color: #0D549F;
    margin: 0 auto 8px;
    padding: 0 10px;
}

.tool-head__circle {
    width: 98px;
    height: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #3378C6;
    transform: rotate(-4deg);
}

.tool-head__circle span {
    font-size: 34px;
    line-height: 1;
}

.tool-head__circle-txt {
    font-size: 23px;
    line-height: calc( 39 / 23 );
}

.tool-head__circle-txt01 {
    padding-top: 2px;
}

.tool-head__circle-txt02 {
    letter-spacing: 0.04em;
}

.tool-head__ttl {
    padding-top: 3px;
    flex: 1;
}

.tool-head__ttl-01 {
    font-size: 40px;
    line-height: calc( 43 / 40 );
    letter-spacing: 0.06em;
}

.tool-head__ttl-01 span {
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0.06em;
}

.tool-head__ttl-02 {
    font-size: 38px;
    line-height: calc( 43 / 38 );
}

.tool-head__ttl-02 span {
    font-size: 27px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.tool-detail {
    padding-bottom: 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tool-detail__picture {
    display: inline-block;
}

.tool-detail__txt {
    width: 110vw;
    padding: 20px 0 22px;
    background: linear-gradient(to right, #13277b 0%, #3378c6 100%);
    filter: drop-shadow(-6px 8px 10px rgba(0, 0, 0, 0.27));
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    transform: rotate(-3deg) translateX(-50%);
    position: absolute;
    bottom: 49px;
    left: 51%;
}

@media screen and ( min-width: 401px ) {
    .tool-detail__txt {
        bottom: 90px;
    }
}

.tool-detail__txt-small {
    margin-bottom: 13px;
}

.tool-detail__txt-large {
    padding-right: 12px;
    font-size: 39px;
    font-weight: 700;
}

.tool-list__row {
    display: flex;
}

.tool-content {
    margin-top: -10px;
    background: url(../images/item/ownersclub/tool/tool-bg.png) bottom / 100% no-repeat;
}

.tool-content__head {
    margin: 0 7px 15px;
    padding: 14px 0;
    text-align: center;
    position: relative;
}

.tool-content__head::before,
.tool-content__head::after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 126px;
    background: url(../images/item/ownersclub/tool/deco.png) center / cover no-repeat;
    position: absolute;
    top: 0;
}

.tool-content__head::before {
    left: 0;
}

.tool-content__head::after {
    right: 0;
    transform: scale(-1,1);
}

.tool-content__ttl {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: calc( 31 / 22 );
}

.tool-content__txt {
    font-size: 14px;
    line-height: calc( 20 / 14 );
}

.tool-list {
    margin-bottom: 30px;
}

.tool-list__row {
    display: flex;
    column-gap: 32px;
}

.tool-list__row + * {
    margin-top: 17px;
}

.tool-list__row--column3 {
    column-gap: 12px;
}

.tool-list__row--column2 {
    column-gap: 30px;
}

.tool-item {
    font-size: 14px;
    line-height: calc( 15 / 14);
    text-align: center;
}

.tool-item__picture {
    margin-bottom: 6px;
    text-align: center;
}

.tool-item__picture--small {
    padding-left: 8px;
}

.tool-item__txt--left {
    transform: translateX(3px);
}

.tool-sublists {
    padding: 0 15px;
}

.tool-sublists__txt {
    font-size: 13px;
    font-weight: 300;
    margin-top: 6px;
    text-align: right;
    color: #707070;
}

.tool-sublist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 8px;
}

.tool-subitem {
    width: 100%;
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 4px;
    background: linear-gradient(#ddd 0%, #f4f4f4 100%);
    text-align: center;
    color: #707070;
}

.tool-support {
    padding: 18px 4px 10px;
    position: relative;
    z-index: 0;
}

.tool-support__image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.tool-seminar {
    padding-top: 20px;
}

.tool-seminar-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tool-seminar-arrow__txt {
    margin-bottom: -10px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.06em;
}

.tool-seminar__ttl {
    width: 100%;
    max-width: 400px;
    height: 144px;
    display: flex;
    justify-content: center;
    margin-top: -13px;
    background: url(../images/item/ownersclub/tool/title-bg.png) center / cover no-repeat;
    filter: drop-shadow(-6px 8px 10px rgba(0,0,0,0.27));
    color: #fff;
}

.tool-seminar__ttl-inner {
    margin-top: calc( (17 / 4) * 1vw );
    padding-left: calc( (16 / 4) * 1vw );
    text-align: center;
    transform: rotate(-3deg)
}

@media screen and ( min-width: 401px ) {
    .tool-seminar__ttl-inner {
        margin-top: 17px;
        padding-left: 16px;
    }
}

.tool-seminar__subtxt {
    font-size: 24px;
}

.tool-seminar__txt {
    padding-right: calc( (44 / 4) * 1vw );
    font-size: calc( (36 / 4) * 1vw );
    line-height: 1;
}

@media screen and ( min-width: 401px ) {
    .tool-seminar__txt {
        padding-right: 44px;
        font-size: 36px;
    }
}

.tool-seminar__txt::before {
    content: "";
    width: calc( (46 / 4) * 1vw );
    height: calc( (69 / 4) * 1vw );
    background: url(../images/item/ownersclub/tool/exclamation-mark.png) center / cover no-repeat;
    position: absolute;
    top: 58%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and ( min-width: 401px ) {
    .tool-seminar__txt::before {
        width: 46px;
        height: 69px;
    }
}

.tool-seminar__txt span {
    font-size: calc( (49 / 4) * 1vw );
}

@media screen and ( min-width: 401px ) {
    .tool-seminar__txt span {
        font-size: 49px;
    }
}


.tool-seminar__txt b {
    font-weight: 700;
}

.tool-seminar-detail {
    width: 100%;
    max-width: 400px;
    height: 450px;
    margin-top: -42px;
    padding: 51px 0 212px;
    background: url(../images/item/ownersclub/tool/seminar-bg.jpg) center / cover no-repeat;
    text-align: center;
    color: #fff;
}

.tool-seminar-detail__ttl {
    width: 140px;
    margin: 0 auto 12px;
    padding: 9px 0;
    font-size: 20px;
    font-weight: 700;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-4deg);
    position: relative;
}

.tool-seminar-detail__ttl::before {
    content: "";
    width: 75px;
    height: 75px;
    display: inline-block;
    background: url(../images/item/ownersclub/tool/bright-01.png) center / cover no-repeat;
    position: absolute;
    top: -42px;
    left: -37px;
}

.tool-seminar-detail__txt {
    font-size: calc( (20 / 4) * 1vw );
    font-weight: 700;
    line-height: calc( 38 / 20 );
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    position: relative;
}

@media screen and ( min-width: 401px ) {
    .tool-seminar-detail__txt {
        font-size: 20px;
    }
}

.tool-seminar-detail__txt::before {
    content: "";
    width: 41px;
    height: 41px;
    display: inline-block;
    background: url(../images/item/ownersclub/tool/bright-02.png) center / cover no-repeat;
    position: absolute;
    bottom: 3px;
    right: 82px;
}

.tool-seminar-detail__txt span {
    font-size: calc( (27 / 4) * 1vw );
    line-height: 1;
}

@media screen and ( min-width: 401px ) {
    .tool-seminar-detail__txt span {
        font-size: 27px;
    }
}

.tool-seminar__content {
    padding: 34px 20px 24px;
    background: #ddd;
    position: relative;
}

.tool-seminar__content-inner {
    padding: 47px 15px 15px;
    background: #fff;
}

.tool-seminar-bubble {
    width: 342px;
    height: 107px;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
    background: url(../images/item/ownersclub/tool/bubble.png) center / cover no-repeat;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.tool-seminar-bubble__subttl {
    margin-bottom: -3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.tool-seminar-bubble__ttl {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: -0.01em;
}

.tool-seminar-bubble__ttl--white {
    margin-right: 2px;
    padding: 1px 11px 3px 10px;
    background: #00ADCE;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0;
}

.tool-seminar-bubble__ttl--small {
    font-size: 20px;
}

.tool-seminar__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5px;
}

.tool-seminar__item {
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-15deg,#fdd95b 15%, #f7edc6 50%, #fdd95b 75%);
    color: #8B6000;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.meeting {
    padding-bottom: 24px;
    background: linear-gradient(to top, #091546, #13277B);
}

.meeting-head {
    margin-bottom: 49px;
}

.meeting-ttl {
    margin-bottom: 42px;
}

.meeting-intro {
    width: 100%;
    height: 91px;
    padding: 22px 0 9px;
    background: linear-gradient(to left, rgba(194, 214, 252, 0.6) 0%, #c2d6fc 100%);
    color: #13277B;
    text-align: center;
    position: relative;
}

.meeting-intro__subtxt {
    width: 100%;
    max-width: 280px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.meeting-intro__txt {
    font-size: 41px;
    font-weight: 700;
    line-height: 1.5;
}

.meeting-intro__txt span {
    font-size: 31px;
    line-height: 1;
}

.meeting-content {
    padding: 57px 21px 14px;
    margin: 0 18px;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: calc( 25.5 / 15 );
    color: #fff;
    position: relative;
}

.meeting-content__ttl {
    padding-right: 8px;
    background: #0F2168;
    position: absolute;
    top: -30px;
    left: 9px;
}

.meeting-content__picture {
    margin-bottom: 7px;
}

.ownersclub-benefit {
    padding: 10px 0 24px;
    background: url(../images/item/ownersclub/benefit/bg.jpg) top center / cover no-repeat;
}

.ownersclub-benefit__ttl {
    margin-bottom: 17px;
    padding: 0 17px;
}

.ownersclub-benefit-item {
    padding: 13px 16px 15px 102px;
    background: #fff;
    position: relative;
}

.ownersclub-benefit-item + * {
    margin-top: 23px;
}

.ownersclub-benefit-item__icon {
    position: absolute;
    top: -14px;
    left: 8px;
}

.ownersclub-benefit-item__ttl {
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #0D549F;
}

.ownersclub-benefit-item__txt {
    font-size: 15px;
    font-weight: 500;
    line-height: calc( 24 / 15 );
}


/* 入会の流れ */
.ownersclub-flow {
    padding: 31px 0 41px;
    background: url(../images/item/ownersclub/flow/top-bg.png) top / 100% no-repeat,
                url(../images/item/ownersclub/flow/bottom-bg.png) bottom / 100% no-repeat;
}

.ownersclub-flow-head {
    margin-bottom: 19px;
}

.ownersclub-flow-head__txt {
    width: 140px;
    margin: 0 auto 5px;
    padding: 9px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-top: 4px solid #232323;
    border-bottom: 4px solid #232323;
    transform: rotate(-4deg);
}

.ownersclub-flow-head__ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.ownersclub-flow-list {
    color: #fff;
    overflow: hidden;
    background: linear-gradient(to left, #00adce 0%, #3378c6 100%);
}

.ownersclub-flow-item {
    padding: 8px 12px 48px 69px;
    position: relative;
}

.ownersclub-flow-item + * {
    padding-top: 9px;
}

.ownersclub-flow-item:nth-child(6) {
    padding-bottom: 11px;
}

.ownersclub-flow-item::before {
    content: "";
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(50% 80%, 100% 0%, 100% 20%, 50% 100%, 0 20%, 0 0%);
}

.ownersclub-flow-item:nth-child(6)::before {
    content: none;
}

.ownersclub-flow-item:nth-child(3) {
    padding-bottom: 51px;
}

.ownersclub-flow-item__num {
    position: absolute;
}

.ownersclub-flow-item:nth-child(1) .ownersclub-flow-item__num {
    top: 19px;
    left: 23px;
}

.ownersclub-flow-item:nth-child(2) .ownersclub-flow-item__num {
    top: 19px;
    left: 7px;
}

.ownersclub-flow-item:nth-child(3) .ownersclub-flow-item__num {
    top: 18px;
    left: 9px;
}

.ownersclub-flow-item:nth-child(4) .ownersclub-flow-item__num {
    top: 19px;
    left: 5px;
}

.ownersclub-flow-item:nth-child(5) .ownersclub-flow-item__num {
    top: 19px;
    left: 11px;
}

.ownersclub-flow-item:nth-child(6) .ownersclub-flow-item__num {
    top: 19px;
    left: 10px;
}

.ownersclub-flow-item__ttl {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1.5;
}

.ownersclub-flow-item__txt {
    font-size: 15px;
    font-weight: 500;
    line-height: calc( 24 / 15 );
}

.ownersclub-footer-contact {
    position: fixed;
    bottom: 0;
    background: url(../images/item/ownersclub/internal-bg.jpg) center / cover no-repeat;
    padding: 12px 0 9px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.ownersclub-footer-contact.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.ownersclub-footer__btn {
    position: relative;
}

.ownersclub-footer__btn::before {
    position: absolute;
    content: '';
    top: -8px;
    left: 14px;
    width: 41px;
    height: 41px;
    background: url(../images/item/ownersclub/internal-star.png) center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
}

.ownersclub-footer__btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    height: 24px;
    background: url(../images/item/ownersclub/internal-filter02.png) center / cover no-repeat;
    pointer-events: none;
}

.ownersclub-footer__btn-wrap {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.64);
    width: 360px;
    height: 63px;
    border-radius: 40px;
    background: linear-gradient(#0d549f 0%, #00adce 100%);
    box-shadow: 0px 3px 0px rgba(13, 84, 159, 0.6);
    margin: auto;
    transition: all .2s;
}

.ownersclub-footer__btn-wrap::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background: url(../images/item/ownersclub/internal-arrow.svg) center / cover no-repeat;
}

.ownersclub-footer__btn-wrap:hover {
    opacity: 1;
}

.ownersclub-footer__btn-wrap:hover::after {
    right: 10px;
}

.ownersclub-footer__btn-main {
    font-size: 20px;
    font-weight: 700;
    line-height: calc(27/20);
    padding-right: 30px;
}




