html {
	scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP', sans-serif;
}
a img, div img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
a picture, div picture {
    width: 100%;
    max-height: 100%;
    display: block;
}
* {
    box-sizing: border-box;
}
.red {
    color: #BF2020;
}
.content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 120px 2vw;
}
.w1500 {
    max-width: calc(1500px - 4vw);
    margin: auto;
    padding: 40px 2vw;
}
.w1200 {
    max-width: 1200px;
    margin: auto;
}
.w800 {
    max-width: 800px;
    margin: auto;
}
section {
    position: relative;
}
.sp {
    display: none;
}

.header-logo {
    width: 210px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
}
.link-banner {
    width: 310px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.top-btn {
    width: 60px;
    position: fixed;
    bottom: -100px;
    left: 20px;
    z-index: 1000;
    transition: .5s ease;
}
.top-btn.active {
    bottom: 20px;
}

.mv {
    height: 100vh;
    min-height: 680px;
}
.mv-top {
    height: 55%;
    background: url(../img/seminar-lp/mv-bg.jpg) no-repeat center / cover;
    padding: 120px 5vw 0 5vw;
}
.mv-btm {
    height: 45%;
    padding: 30px 2vw;
}
.mv-text {
    width: auto;
    height: 100%;
    max-width: 700px;
}
.mv-ttl {
    width: auto;
    height: 100%;
    max-width: 900px;
    margin: auto;
}

.cta-btn_sp {
    display: none;
}
@media screen and (max-width: 1100px) {
}
@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 {
        display: flex;
        width: 100%;
        margin: auto;
        position: relative;
        background-color: #000;
        padding: 7px 2vw;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #fff;
        position: relative;
    }
    .cta-text {
        font-weight: bold;
        width: 100%;
        color: #fff;
        font-size: 14px;
        text-align: left;
    }
    .cta-text span {
        color: #FFDD00;
    }
    .cta-img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
    }
    .cta-btn-btm {
        width: 100%;
        margin: auto;
        display: flex;
    }
    .cta-btn-btm img {
        height: 35px;
        width: auto;
    }
    .sp-tel {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        background-color: #a85003;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .sp-contact {
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        background-color: #E86D00;
        border: 1px solid #fff;
    }
    .mv-top {
        background: url(../img/seminar-lp/mv-bg_sp.jpg) no-repeat top right / cover;
        padding: 80px 2vw 0 2vw;
        height: 360px;
    }
    .mv {
        height: auto;
    }
    .mv-btm {
        height: auto;
        width: 100%;
        padding: 30px 2vw;
    }
    .mv-text {
        max-width: 310px;
    }
}


.first {
    background: url(../img/seminar-lp/first-bg.jpg) no-repeat center / cover;
}
.first-text {
    max-width: 720px;
    margin: auto;
}
.second {
    background-color: #FFF8F1;
}
.third {
    background-color: #FFE5CE;
}
.promiss {
    background-color: #CC701F;
}
.promiss .content {
    padding: 40px 2vw;
}
.promiss .inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.promiss-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 3px;
}
.promiss-text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-left: 40px;
    margin-left: 40px;
    border-left: 3px solid #fff;
}

.sec4 {
    background-color: #CC701F;
}
.sec4-img {
    margin: auto;
    max-width: 740px;
}
.monosashi {
    background: url(../img/seminar-lp/monosashi-bg.jpg) no-repeat center / cover;
}
.monosashi-img {
    display: flex;
    width: 100%;
    max-width: 360px;
    margin: auto;
}
.sec4 .content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec5 {
    background-color: #FFF8F1;
}
.sec5-ttl {
    display: flex;
    max-width: 520px;
    width: 90%;
    margin: 0 auto 40px auto;
}
.sec5 .block {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.sec5 .block  p {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.sec5 .block  p:last-of-type {
    margin-bottom: 0;
}
.sec5 .num {
    margin-right: 5px;
}
.sec5-btm {
    font-weight: bold;
    font-size: 26px;
    margin-top: 40px;
    text-align: center;
}
.sec6-img {
    max-width: 1000px;
    margin: auto;
}
.info {
    background: url(../img/seminar-lp/info-bg.jpg) no-repeat center / cover;
}
.info-ttl {
    display: flex;
    width: 100%;
    margin: 80px auto 60px auto;
}
.tokuten-img {
    margin-bottom: 40px;
}
.tokuten-img:last-of-type {
    margin-bottom: 0;
}
.sec7 {
    background-color: #FFE5CE;
}
.sec7-img {
    max-width: 800px;
    margin: auto;
}
#contact {
    background-color: #734D28;
}
#contact p {
    color: #fff;
}
#contact .big {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
#contact .big span {
    font-size: 18px;
    color: #FFED00;
}
#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 #fff;
    border-bottom: 1px solid #fff;
}
#contact .small {
    font-size: 14px;
    text-align: center;
}

.studio {
    background-color: #FFE5CE;
}
.studio-top-img {
    max-width: 900px;
    margin: auto;
}
.studio-top {
    margin-bottom: 60px;
}
.studio .inner {
    display: flex;
    max-width: 900px;
    margin: auto;
    align-items: stretch;
}
.studio-img {
    width: 45%;
    display: flex;
    align-self: stretch;
    object-fit: cover;
}
.studio .block {
    position: relative;
    z-index: 3;
    width: 55%;
    background-color: #FFF5EC;
    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: 2;
    bottom: 0;
    right: 0;
}
.kaijo {
    background: url(../img/seminar-lp/kaijo-bg.jpg) no-repeat center / cover;
}
.kaijo-ttl {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 28px;
    color: #613D13;
    text-align: center;
    margin-bottom: 20px;
}
.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:first-of-type {
    border-top: 2px solid #999;
    padding-top: 10px;
}
.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;
}
footer {
    background: #fff;
    padding: 60px 2vw;
}
footer .logo {
    display: block;
    width: 280px;
    margin: auto;
}
@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: 1100px) {
}
@media screen and (max-width: 900px) {
    .s-br {
        display: block;
    }
    .studio .block {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 800px) {
    .promiss .inner {
        flex-direction: column;
    }
    .promiss-ttl {
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 3px solid #fff;
        text-align: center;
    }
    .promiss-text {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 3px;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .sec5 .block {
        padding: 40px;
    }
    .sec5 p {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .w1500, .w1200 {
        max-width: 560px;
    }
    .header-logo {
        width: 160px;
        top: 10px;
        left: 10px;
    }
    .link-banner {
        width: 300px;
        max-width: 80%;
    }
    .top-btn {
        width: 40px;
        bottom: -100px;
        left: auto;
        right: 10px;
    }
    .top-btn.active {
        bottom: 110px;
    }
    footer {
        padding: 25px 2vw 110px 2vw;
    }
    footer .logo {
        width: 100%;
        max-width: 200px;
    }
    .content {
        padding: 60px 2vw;
    }
    .sec5-ttl {
        max-width: 220px;
        margin-bottom: 20px;
    }
    .sec5 .block {
        padding: 40px 20px;
    }
    .sec5 .block  p {
        font-size: 16px;
    }
    .sec5-btm {
        font-size: 21px;
    }
    .monosashi-img {
        max-width: 260px;
    }
    .info-ttl {
        max-width: 280px;
        margin: 60px auto 30px auto;
    }
    .info-img-02 {
        margin-bottom: 30px;
    }
    .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;
    }
    .kaijo-ttl {
        font-size: 23px;
    }
}

/* //////////CONTACT////////// */

#contact {
    background-color: #734D28;
}
#contact p {
    color: #fff;
}
.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;
	align-items: center;
	margin: 60px auto;
}
.contact-form-wrapper label {
	display: flex;
	align-items: center;
}
.input-wrapper {
    display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	border-top: 1px solid #828282;
}
.input-wrapper.last {
	border-bottom: 1px solid #828282;
}
.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);
	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: 190px;
	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;
}

#contact p.form-agree {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 30px auto;
	color: #FFDD00;
	font-weight: bold;
	font-size: 14px;
}
.form-agree label {
	margin: auto;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.form-submit {
    width: 100%;
	max-width: 350px;
	display: flex;
	align-items: center;
}
.wpcf7-submit {
	border: none;
	color: #000;
	background-color: #FFDD00;
	padding: 10px;
	border-radius: 0px;
	font-weight: bold;
	min-width: 100%;
	height: 55px;
	font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.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;
}

#contact .form p.red {
    color: #FFDD00;
}
.input-column-wrapper {
    display: flex;
}
.input-column-wrapper br {
    display: none;
}
@media screen and (max-width: 1000px) {
	.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;
	}
	.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;
    }
    .contact-form-wrapper {
		padding: 0;
        margin: 20px auto;
	}
}


@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;
}