html {
	scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}
a img, div img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
a picture, div picture {
    width: 100%;
    display: block;
}
* {
    box-sizing: border-box;
}
.red {
    color: #A02727;
}
.content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 120px 2vw;
}
.w1500 {
    max-width: calc(1500px - 4vw);
    margin: auto;
    padding: 40px 2vw;
}
.w1200 {
    max-width: 1200px;
    margin: auto;
}
.w1000 {
    max-width: 1000px;
    margin: auto;
}
.w800 {
    max-width: 800px;
    margin: auto;
}
section {
    position: relative;
    background-color: #fff;
}
.sp {
    display: none;
}

.header-logo {
    width: 180px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
}
.link-banner {
    width: 370px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.top-btn {
    width: 60px;
    position: fixed;
    bottom: -60px;
    left: 20px;
    z-index: 1000;
}
.top-btn.active {
    bottom: 20px
}
.mv {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 450px;
    position: relative;
}
.mv-inner {
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    min-height: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 85px 0 0 0;
    background: url(../img/tatekae-reform-lp/mv-bg.jpg) no-repeat center left / cover;
}
.mv-ttl {
    display: flex;
    width: 95%;
    max-width: 1250px;
    z-index: 3;
    max-height: 72%;
    margin: 0 auto;
}
.mv-ttl img {
    object-fit: contain;
    object-position: top center;
}
.mv-info {
    max-width: 780px;
    width: 95%;
    max-height: 25%;
    margin: auto auto 0 0;
}
.mv-info img {
    object-fit: contain;
    object-position: left bottom;
}

.cta-btn_sp {
    display: none;
}
@media screen and (max-width: 600px) {
    .link-banner {
        display: none;
    }
    .cta-btn_sp {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: 10000;
    }
    .cta-btn-top {
        height: auto;
        display: flex;
        width: 100%;
        margin: auto;
        background-color: #9A1A1A;
        padding: 4px 2vw;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ffffff;
        position: relative;
    }
    .cta-text {
        width: 83%;
        color: #fff;
        font-size: 14px;
    }
    .cta-text span {
        color: #FFCC00;
    }
    .cta-btn-top img {
        max-height: unset;
        width: 17%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .cta-btn-btm {
        width: 100%;
        margin: auto;
        display: flex;
    }
    .cta-btn-btm img {
        height: 35px;
        width: auto;
    }
    .sp-tel {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        background-color: #000000;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .sp-contact {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        background-color: #494949;
        border: 1px solid #fff;
    }
    .top-btn {
        width: 40px;
        bottom: -60px;
        left: auto;
        right: 10px;
        transition: .8s ease;
    }
    .top-btn.active {
        bottom: 90px;
        right: auto;
        left: 10px;
    }
    .mv-inner {
        padding: 70px 0 100px 0;
    }
    .mv-ttl {
        width: 100%;
        margin: 0 auto auto auto;
    }
}

.sec1 {
    background-color: #412D13;
}
.sec1 .content {
    padding: 40px 2vw;
}
.sec1 .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec1 .ttl {
    height: 100%;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    margin: auto 0;
    white-space: nowrap;
    text-align: center;
}
.sec1 .text {
    width: fit-content;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    border-top: 1px solid #fff;
    margin: 20px auto 0 auto;
    padding-top: 20px;
    text-align: center;
}
.sec1 .text span {
    color: #FFDF00;
}
.sec2 {
    background: url(../img/tatekae-reform-lp/sec2-bg.jpg) no-repeat center / cover;
    padding-top: 40px;
}
.sec2-img {
    width: 100%;
    max-width: 1300px;
    margin: auto auto 0 auto;
}
.sec2 .content {
    padding-top: 0;
    padding-bottom: 0;
}

.sec3-ttl {
    font-size: 46px;
    color: #9A1A1A;
    text-align: center;
    font-weight: 900;
}
.sec3-inner {
    display: flex;
}
.sec3-inner img {
    width: 46%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.sec3 .list {
    width: 52%;
    padding: 0 2vw 0 30px;
    margin: auto 0 auto 0;
}
.sec3 .list p {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.sec3 .list p::before {
    content: "";
    background: url(../img/tatekae-reform-lp/check.png) no-repeat center / contain;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 5px;
}
.sec3 .list p:last-of-type {
    margin-bottom: 0;
}
.sec3-top, .sec3-btm {
    padding: 60px 2vw;
}
.sec3-btm p {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.sec4 {
    background: url(../img/tatekae-reform-lp/sec4-bg.jpg) no-repeat center / cover;
}
.sec4-ttl {
    width: fit-content;
    font-size: 38px;
    font-weight: 900;
    padding: 8px 40px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto 40px auto;
    text-align: center;
    border-radius: 40px;
}
.sec4 .list {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    border-radius: 30px;
}
.sec4 .list p {
    width: 100%;
    max-width: 520px;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 0 auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #888;
}
.sec4 .list p::before {
    content: "・";
    margin-right: 10px;
}
.sec4 .list p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sec4 p span span {
    color: #9A1A1A;
}
.sec5 {
    background: url(../img/tatekae-reform-lp/sec5-bg.jpg) no-repeat center / cover;
}
.sec5 .content {
    padding-bottom: 0 !important;
}
.sec5-img {
    width: 100%;
    margin: auto auto 0 auto;
}
.sec6-ttl {
    font-size: 38px;
    text-align: center;
    font-weight: 900;
}
.sec6-top {
    padding: 60px 2vw;
}
.sec6-inner {
    display: flex;
    justify-content: flex-end;
    max-height: 620px;
}
.sec6-inner img {
    width: 52%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.sec6-inner p {
    width: 46%;
    font-size: 26px;
    padding: 20px 30px 20px 2vw;
    margin: auto 0 auto 0;
    width: fit-content;
}
.sec7 {
    background: url(../img/tatekae-reform-lp/sec7-bg.jpg) no-repeat center bottom / cover;
}
.sec7 p {
    font-weight: 900;
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
}
.sec7 p:first-of-type {
    font-size: 36px;
}
.sec7-ttl {
    margin-bottom: 30px;
}
.sec7-text1 {
    margin-bottom: 30px;
}
.sec8 {
    background-color: #F5F5F5;
}
.sec8-ttl {
    width: 80%;
    max-width: 560px;
    margin: 0 auto 30px auto;
}
.sec8-img1 {
    width: 100%;
    margin: 0 auto 30px auto;
}
.sec8-img2 {
    width: 100%;
    margin: 0 auto;
}
.sec10-img {
    margin-bottom: 40px;
}
.sec10-btm {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
}

#contact {
    background-color: #F5F5F5;
}
#contact .contact-top {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #D52332;
}
#contact .big {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
#contact .big span {
    font-size: 24px;
    color: #D52332;
}
#contact .ttl {
    display: flex;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    line-height: 1.6;
    margin: 10px auto 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#contact .small {
    font-size: 14px;
    text-align: center;
}

.studio .inner {
    display: flex;
    max-width: 900px;
    margin: auto;
    align-items: stretch;
}
.studio-img {
    width: 55%;
    display: flex;
    align-self: stretch;
    object-fit: cover;
}
.studio .block {
    width: 45%;
    background-color: #FAFAF8;
    border: 1px solid #D9D9D9;
    padding: 40px;
}
.studio .block .ttl {
    display: flex;
    flex-direction: column;
    font-size: 21px;
    font-weight: bold;
}
.studio .block .ttl::after {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.studio .block .tel {
    display: flex;
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
}
.studio .block .text {
    white-space: nowrap;
}
.s-br {
    display: none;
}
.studio-logo {
    width: 70%;
    max-width: 420px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.studio-top-img {
    display: flex;
    max-width: 800px;
    margin: 0 auto 40px auto;
}
.kaijo {
    background: url(../img/tatekae-reform-lp/kaijo-bg.jpg) no-repeat center / cover;
}
.kaijo .inner {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 60px;
}
.kaijo .ttl {
    width: 100%;
    max-width: 800px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #999;
    text-align: center;
}
.kaijo .text {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
}
.kaijo .text p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 15px;
    margin-right: 40px;
    white-space: nowrap;
}
.kaijo .text:last-of-type {
    border-bottom: 2px solid #999;
    margin-bottom: 0;
}
.kaijo .text span {
    font-size: 12px;
}
footer {
    background: #000;
    padding: 60px 2vw;
}
footer .logo {
    display: block;
    width: 280px;
    margin: auto;
}
.plan {
    background-color: #f5f5f5;
}
.plan-ttl {
    display: flex;
    width: 80%;
    max-width: 510px;
    margin: 0 auto 40px auto;
}
.plan-top-img {
    margin-bottom: 20px;
}
@media (hover: hover) and (pointer: fine) {
    .header-logo, .link-banner, .top-btn {
        transition: .5s ease;
    }
    .header-logo:hover {
        filter: invert(60%);
    }
    .top-btn:hover {
        filter: invert(100%);
    }
    .link-banner:hover {
        filter: brightness(130%);
    }
    .sec11 .tel {
        transition: .2s ease;
    }
    .sec11 .tel:hover {
        filter: invert(60%);
    }
}
/*/////////////////////レスポンシブ////////////////////////////*/
@media screen and (max-width: 1000px) {
    .sec5-img {
        right: 0;
    }
}
@media screen and (max-width: 900px) {
    .s-br {
        display: block;
    }
    .studio .block {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 600px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .w1500, .w1200 {
        max-width: 560px;
    }
    .header-logo {
        width: 130px;
        top: 10px;
        left: 10px;
    }
    footer {
        padding: 25px 2vw 110px 2vw;
    }
    footer .logo {
        width: 100%;
        max-width: 200px;
    }
    .content {
        padding: 60px 2vw;
    }
    .sec1 .inner {
        flex-direction: column;
    }
    .sec1 .ttl {
        font-size: 23px;
        margin: 0 auto;
    }
    .sec1 .text {
        font-size: 16px;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        padding-top: 10px;
        border-top: 2px solid #fff;
        margin-top: 10px;
    }
    .sec2 {
        background: url(../img/tatekae-reform-lp/sec2-bg_sp.jpg) no-repeat center / cover;
    }
    .sec3-ttl {
        font-size: 24px;
    }
    .sec3-btm p {
        font-size: 19px;
    }
    .sec3-inner {
        flex-direction: column;
    }
    .sec3-inner img {
        width: 100%;
        min-height: 0;
    }
    .sec3 .list {
        width: 100%;
        padding: 30px 2vw 0 2vw;
    }
    .sec3 .list p {
        margin-bottom: 20px;
    }
    .sec3-top, .sec3-btm {
        padding: 40px 2vw;
    }
    .sec4-ttl {
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec4 .list {
        padding: 30px 2vw;
        border-radius: 15px;
    }
    .sec5 {
        background: url(../img/tatekae-reform-lp/sec5-bg_sp.jpg) no-repeat center / cover;
    }
    .sec5 .content {
        padding-left: 0;
        padding-right: 0;
    }
    .sec6-ttl {
        font-size: 21px;
    }
    .sec6-top {
        padding: 40px 2vw;
    }
    .sec6-inner {
        flex-direction: column;
        justify-content: flex-start;
    }
    .sec6-inner img {
        width: 100%;
        min-height: 0;
        order: 1;
    }
    .sec6-inner p {
        width: 100%;
        font-size: 18px;
        padding: 20px 2vw;
        margin: auto 0 auto 0;
        text-align: center;
        order: 2;
    }
    .sec7 {
        background: url(../img/tatekae-reform-lp/sec7-bg_sp.jpg) no-repeat center bottom / cover;
    }
    .sec7 p {
        font-size: 18px;
    }
    .sec7 p:first-of-type {
        font-size: 24px;
    }
    .sec7 picture {
        width: 80%;
        margin: 0 auto 30px auto;
    }
    .sec7 picture:last-of-type {
        margin-bottom: 0;
    }
    .studio .inner {
        flex-direction: column;
    }
    .studio-img {
        width: 100%;
        height: auto;
    }
    .studio .block {
        width: 100%;
    }
    .kaijo .inner {
        padding: 20px 2vw;
    }
    .kaijo .text p:first-of-type {
        margin-right: 10px;
        font-size: 16px;
    }
    .kaijo .ttl {
        font-size: 21px;
        padding-bottom: 10px;
    }
    .sec10-img {
        margin-bottom: 30px;
    }
    .sec10-btm {
        font-size: 21px;
    }
}

/* //////////CONTACT////////// */

.contact-text {
	text-align: center;
}
.wpcf7 {
	width: 100%;
	margin: auto;
}
.wpcf7 form {
	width: 100%;
}
.contact-form-wrapper {
    display: flex;
	width: 100%;
    max-width: 1500px;
	flex-direction: column;
	background-color: transparent;
	align-items: center;
	padding: 40px 2vw 0 2vw;
}
.contact-form-wrapper label {
	display: flex;
	align-items: center;
}
.input-wrapper {
    display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	border-top: 1px solid #D8D8D8;
}
.input-wrapper.last {
	border-bottom: 1px solid #D8D8D8;
}
.input-h {
	font-weight: bold;
	width: 270px;
	padding: 25px 20px;
}
.input-h p {
	display: flex;
	align-items: flex-start;
	margin-top: 0;
	height: fit-content;
}
.input-h .required {
	font-size: 12px;
	color: #fff;
	background-color: #D52332;
	padding: 2px 10px;
	margin-left: 10px;
}
.input-h .small {
	font-size: 12px;
}
.input-d {
	flex-direction: column;
	width: calc(100% - 240px);
	background-color: transparent;
	padding: 25px 50px;
}
.input-d p {
    font-weight: bold;
}
input, textarea, select {
	border-radius: 3px;
	padding: 0 5px;
	height: 40px;
	width: 100%;
	border: 1px solid #bbb;
}
input {
	max-width: 460px;
}
input[type=checkbox] {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	margin: auto 8px auto 0;
}
textarea {
    width: 100%;
	height: 250px;
	padding: 10px;
}
.your-day {
	width: 190px;
	height: 40px;
	margin-right: 20px;
}
.your-time {
	width: 280px;
	height: 40px;
}
.your-day-text {
	font-size: 12px;
	margin-top: 10px;
    font-weight: normal;
}
.your-day-text-02 {
	margin-top: 0;
    font-weight: normal;
}
.your-check {
	display: flex;
	flex-direction: column;
}
.your-check span {
	margin-left: 0;
}
.your-check .wpcf7-list-item {
	margin-bottom: 10px;
}
.your-check .wpcf7-list-item.last {
	margin-bottom: 0;
}
.your-studio span {
	margin: 0;
}
input[type=radio] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: auto 8px auto 0;
}

.form-agree {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 30px auto;
	color: #D52332;
	font-weight: bold;
	font-size: 14px;
}
.form-agree label {
	margin: auto;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.form-submit {
	width: 220px;
	display: flex;
	align-items: center;
}
.wpcf7-submit {
	border: none;
	color: #fff;
	background-color: #000;
	padding: 10px;
	border-radius: 0px;
	font-weight: bold;
	min-width: 100%;
	height: 55px;
	font-size: 18px;
}
.contact-privacy {
	flex-direction: column;
	width: 100%;
	max-width: 800px;
}
.contact-privacy-ttl {
	font-weight: bold;
	font-size: 18px;
	margin: 40px 0 10px 0;
}
.contact-privacy-text {
	font-size: 12px;
}
.form-btm-text {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
	flex-direction: column;
	margin: 40px auto 20px auto;
}
.form-btm-text p {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.form-btm-text p.big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
}
.last .input-h p {
    display: flex;
    flex-direction: column;
}
.last .input-h p small {
    font-size: 12px;
    margin-top: 20px;
}

.form .red {
    color: #D52332;
}
.day-text {
    display: flex;
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
	.contact-form-wrapper {
		padding: 40px 2vw 0 2vw;
	}
	.input-wrapper {
		flex-direction: column;
	}
	.input-d, .input-h {
		width: 100%;
	}
	.input-h {
		padding-bottom: 0;
	}
	.input-d {
		background-color: transparent;
        padding: 10px 20px 20px 20px;
    }
	.input-wrapper {
		border: none;
	}
	.input-column-wrapper {
		display: flex;
	}
	input {
		max-width: 600px;
	}
	input.your-address {
		max-width: 600px;
	}
	.form-agree label {
		display: flex;
		align-items: center;
	}
	#contact-form .contact-form-wrapper {
		padding: 0;
		margin-top: 20px;
	}
	.form-btm-text {
		margin: 30px auto 50px 0;
	}
	.form-btm-text p {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
    #contact .big {
        font-size: 18px;
    }
    #contact .ttl {
        font-size: 16px;
    }
    .your-time {
		margin-top: 15px;
	}
    .input-column-wrapper {
        flex-direction: column;
    }
}


@media (hover: hover) and (pointer: fine) {
	.wpcf7 .wpcf7-submit{
		cursor: pointer;
	}
	.wpcf7 .wpcf7-submit:disabled {
		cursor: not-allowed;
	}
}

/* //////////animation////////// */

.fade {
	opacity : 0;
	transition: all 1.3s;
}
.fade-up {
	opacity : 0;
	transform: translateY(30px);
	transition: all 1.3s;
}
.fade-R {
	opacity : 0;
	transform: translateX(20px);
	transition: all 1.3s;
}
.fade-L {
	opacity : 0;
	transform: translateX(-20px);
	transition: all 1.3s;
}

.first-btm-img.fade-up {
    transition-delay: .4s;
}