@charset "UTF-8";

 body {
margin: 0 !important;
background: #fff;
}
body.active {
overflow: hidden;
}
h1, h2, h3, h4, h5, p, span {
margin: 0;
font-weight: normal;
}
img {
vertical-align: top;
width: 100%;
}
a {
text-decoration: none;
}
h1, h2, h3, h4, h5, li {
letter-spacing: .14em;
font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}
span {
letter-spacing: .14em;
line-height: 2em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
p {
letter-spacing: .14em;
line-height: 2em;
color: #675350;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
ul {
padding: 0;
margin: 0;
}
li {
padding: 0;
margin: 0;
}
.tb-br {
display: none;
}
.sp-br {
display: none;
} .c-under {
font-weight: 600;
background: linear-gradient(to bottom, transparent 50%, rgb(205, 173, 166, .2) 50%);
}
.p-under {
font-weight: 600;
background: linear-gradient(to bottom, transparent 50%, rgb(205, 173, 166, .3) 50%);
}
.b-under {
font-weight: 600;
background: linear-gradient(to bottom, transparent 50%, rgb(139, 147, 171, .3) 50%);
} footer {
background: #cdada6;
padding: 50px 0px;
}
.footer-over {
margin-right: 20%;
margin-left: auto;
width: max-content;
max-width: 100%;
}
.footer-wrapper {
display: flex;
justify-content: space-between;
}
.footer-right {
display: flex;
flex-direction: column;
justify-content: center;
}
.sns-inner {
display: flex;
margin-top: 10px;
}
.instagram-link {
margin-right: 20px;
}
.instagram-link, .mail-link {
display: flex;
flex-direction: column;
justify-content: center;
}
.footer-left {
margin-right: 30px;
}
.site-name {
padding-top: 5px;
}
.site-name span {
font-size: 36px;
color: #fff;
font-family: 'Cormorant SC', serif;
letter-spacing: .4em;
}
.instagram-icon {
width: 30px;
}
.mail-icon {
width: 30px;
}
.address {
display: flex;
}
.address-icon {
width: 25px;
margin-right: 20px;
}
.address span {
display: block;
margin-top: 5px;
color: #fff;
letter-spacing: .2em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.copy-right {
text-align: right;
}
.copy-right span {
color: #fff;
letter-spacing: .2em;
font-size: 12px;
font-family: 'Cormorant SC', serif;
} .header-bar {
display: flex;
justify-content: space-between;
background: #f6f4f3;
height: 70px; top: 0;
width: 100%;
z-index: 10000;
}
.logo {
display: flex;
flex-direction: column;
justify-content: center;
}
.logo span {
color: #b28a8c;
font-size: 36px;
letter-spacing: .3em;
font-family: 'Cormorant SC', serif;
padding-left: 30px;
}
.menu-wrapper {
display: flex;
}
.open-menu {
display: flex;
flex-direction: column;
justify-content: center;
}
.open-menu span {
font-size: 32px;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
color: #8b93ab;
display: block;
} .openbtn-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}
.openbtn1 {
position: relative; cursor: pointer;
width: 50px;
height: 45px;
border-radius: 5px;
z-index: 100000;
} .openbtn1 span {
display: inline-block;
transition: all .4s; position: absolute;
left: 14px;
height: 1px;
border-radius: 2px;
background: #b4b8de;
width: 45%;
}
.openbtn1 span:nth-of-type(1) {
top: 15px;
}
.openbtn1 span:nth-of-type(2) {
top: 23px;
}
.openbtn1 span:nth-of-type(3) {
top: 31px;
} .openbtn1.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
opacity: 0; }
.openbtn1.active span:nth-of-type(3) {
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 30%;
}
.open-inner {
transition: all .5s;
width: 0;
height: 0;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
border-radius: 50%;
}
.open-inner.active {
background-color: #8b93ab;
width: 1080px;
height: 1080px;
top: -320px;
right: -320px;
z-index: 10000;
}
.open-inner .links {
opacity: 0;
transition: all .5s;
}
.open-inner.active .links {
position: fixed;
top: 100px;
right: 200px;
z-index: 200;
opacity: 1;
}
.open-inner.active .links li {
font-size: 14px;
font-family: 'Cormorant SC', serif;
list-style: none;
color: #8b93ab;
}
.open-inner.active .links li {
font-size: 32px;
margin-top: 22px;
color: #fff;
transition: all .5s;
}
.open-inner.active .links a:first-child li {
margin-top: 0px;
}
.open-inner.active a:hover li {
color: rgb(60, 71, 96);
}
.fixed-icon {
width: 160px;
position: fixed;
bottom: 20px;
right: 20px;
animation: 12s linear infinite rotation2;
z-index: 98;
}
.fixed-text {
position: fixed;
bottom: 65px;
right: 40px;
z-index: 99;
}
.fixed-text span {
display: block;
}
.fixed-text span:first-child {
font-size: 12px;
color: #D9C5C6;
font-family: 'Cormorant SC', serif;
letter-spacing: .25em;
text-align: center;
}
.fixed-text span:last-child {
font-size: 14px;
color: #fff;
line-height: 1.6;
}
@keyframes rotation2 {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
} .js-animation {
opacity: 0;
visibility: hidden;
transition: all 1s;
transform: translateY(20px);
}
.js-animation.appear {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.menu-small {
margin-left: 20px !important;
display: block;
}
.menu-small li {
font-size: 16px !important;
letter-spacing: .22em;
margin-top: 0.8em !important;
}
@media screen and (max-width:1200px) {
.pc-br {
display: none;
}
.tb-br {
display: block;
}
footer {
position: relative;
z-index: 100;
}
.logo span {
font-size: 38px;
}
.open-menu span {
font-size: 28px;
}
.header-bar {
height: 75px;
}
.footer-over {
margin: 0 auto;
}
}
@media screen and (max-width:750px) {
.tb-br {
display: none;
}
.sp-br {
display: block;
}
p {
font-size: 14px;
letter-spacing: .12em;
}
footer {
padding: 30px 0px 10px;
position: relative;
z-index: 100;
}
.footer-over {
width: 90%;
margin: 0 auto;
}
.footer-wrapper {
display: block;
}
.footer-left {
text-align: center;
margin-right: unset;
}
.sns-inner {
margin: 0 auto;
}
.site-name span {
line-height: 1.8;
}
.instagram-link {
margin-right: 30px;
}
.address {
justify-content: center;
}
.address span {
margin-top: 20px;
letter-spacing: 0.05em;
font-weight: normal;
font-size: 12px;
}
.address-icon {
margin-top: 15px;
margin-right: 15px;
}
.copy-right {
margin-top: 0;
}
.site-name span {
font-size: 38px;
}
.logo span {
font-size: 24px;
padding-left: 20px;
letter-spacing: .24em;
}
.header-bar {
height: 50px;
}
.open-menu span {
font-size: 20px;
}
.open-inner.active {
width: 1200px;
height: 1200px;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/style.css?ver=//bodymakepilatestumugi.com/wp-content/themes/img/about/posture-bg.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/style.css?ver=//bodymakepilatestumugi.com/wp-content/themes/img/about/posture-bg3.png);
background-size: 200px, 110px;
}
.open-inner.active .links li {
font-size: 30px;
}
.open-inner.active .links {
right: 100px;
}
.fixed-icon {
width: 150px;
bottom: 10px;
right: 10px;
}
.fixed-text {
bottom: 53px;
right: 33px;
}
.fixed-text span:last-child {
font-size: 12px;
}
.menu-small li {
font-size: 15px !important;
}
}#kv {
width: 100%;
margin: 0 auto;
}
video {
max-width: 100%;
}
button {
display: none !important;
}
#concept {
width: 1200px;
margin: 0 auto;
margin-top: 50px;
}
.concept-over {
width: 1100px;
padding-top: 100px;
position: relative;
margin-right: 0;
margin-left: auto;
}
.concept-treat {
position: absolute;
top: 0;
left: -10%;
}
#concept .title h2 {
color: #b28a8c;
letter-spacing: .24em;
font-size: 34px;
}
.concept-wrapper {
display: flex;
justify-content: space-between;
margin-top: 100px;
}
.concept-left {
width: 47%;
}
.concept-text {
margin-top: 30px;
}
.concept-text p {
line-height: 2.4em;
margin-bottom: 30px;
}
.concept-text p:last-child {
margin-bottom: 0px;
}
.concept-right {
width: 47%;
background: linear-gradient(to bottom, transparent 70%, rgb(205, 173, 166, .2) 70%);
}
.concept-photo {
width: 85%;
margin-top: 100px;
margin-left: 10%;
}
.concept-link {
width: 250px;
height: 40px;
margin-top: 40px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background: #cdada6;
box-shadow: 4px 4px #EDE0E1;
transition: all .5s;
}
.concept-link:hover {
opacity: .7;
}
.concept-link span {
color: #fff;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
} #lesson {
width: 1000px;
margin: 0 auto;
margin-top: 100px;
}
.lesson-wrapper {
position: relative;
padding: 30px 0px;
margin-top: 50px;
}
.lesson-bar {
height: 100%;
width: 50%;
top: 0;
border-right: solid 1px #b28a8c;
position: absolute;
}
#lesson .title {
text-align: center;
}
#lesson .title h2 {
font-size: 60px;
color: #9c8684;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
}
#lesson .title span {
font-size: 16px;
color: #9c8684;
letter-spacing: .2em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.maternity {
position: relative;
z-index: 10;
}
.maternity-wrapper {
display: flex;
justify-content: space-between;
}
.maternity-left {
width: 55%;
background: linear-gradient(to right, #a36868 40%, transparent 40%);
padding: 80px 0px;
}
.maternity-photo {
width: 90%;
margin-right: 0;
margin-left: auto;
}
.maternity-right {
width: 40%;
display: flex;
flex-direction: column;
justify-content: center;
}
.maternity-title h3 {
font-size: 34px;
color: #a36868;
letter-spacing: .14em;
margin-top: 5px;
}
.maternity-title span {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #a36868;
font-weight: 600;
letter-spacing: .14em;
font-size: 14px;
}
.maternity-text {
margin-top: 20px;
}
.maternity-text p, .maternity-text span {
font-size: 16px;
line-height: 2.5em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.maternity-link {
width: 250px;
height: 40px;
margin: 0 auto;
margin-top: 40px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background: #a36868;
box-shadow: 4px 4px #dcc4c5;
transition: all .5s;
}
.maternity-link:hover {
opacity: .7;
}
.maternity-link span {
color: #fff;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
}
.posture {
margin-top: 80px;
position: relative;
z-index: 10;
}
.posture-wrapper {
display: flex;
justify-content: space-between;
}
.posture-left {
width: 40%;
display: flex;
flex-direction: column;
justify-content: center;
}
.posture-photo {
width: 90%;
margin-right: auto;
margin-left: 0;
}
.posture-right {
width: 55%;
background: linear-gradient(to right, transparent 60%, #8b93ab 60%);
padding: 80px 0px;
order: 2;
}
.posture-title h3 {
font-size: 34px;
color: #8b93ab;
letter-spacing: .14em;
margin-top: 5px;
}
.posture-title span {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #8b93ab;
font-weight: 600;
letter-spacing: .14em;
font-size: 14px;
}
.posture-text {
margin-top: 20px;
}
.posture-text p, .posture-text span {
font-size: 16px;
line-height: 2.5em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.posture-link {
width: 250px;
height: 40px;
margin: 0 auto;
margin-top: 40px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background: #8b93ab;
box-shadow: 4px 4px #b7bfd7;
transition: all .5s;
}
.posture-link:hover {
opacity: .7;
}
.posture-link span {
color: #fff;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
} #trial {
margin: 0 auto;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/top.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/top/trial-back.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
margin-top: 80px;
padding-top: 80px;
padding-bottom: 250px;
}
.trial-over {
width: 1000px;
margin: 0 auto;
}
#trial .title {
text-align: center;
}
#trial .title h2 {
font-size: 40px;
color: #fff;
letter-spacing: .14em;
}
.trial-text1 {
text-align: center;
margin-top: 50px;
}
.trial-text1 p {
font-size: 24px;
color: #fff;
}
.style {
margin-top: 250px;
}
.style-wrapper {
display: flex;
justify-content: center;
margin-top: 10px;
}
.style-wrapper .studio {
width: 247px;
height: 66px;
margin-right: 10px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
background: rgb(178, 138, 140, .8);
box-shadow: rgb(116, 63, 63, .7) 0px 2px 5px -1px, rgb(116, 63, 63, .7) 0px 1px 3px -1px;
}
.style-wrapper .studio span {
color: #fff;
font-size: 20px;
}
.style-wrapper .online {
width: 247px;
height: 66px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
background: rgb(178, 138, 140, .8);
box-shadow: rgb(116, 63, 63, .7) 0px 2px 5px -1px, rgb(116, 63, 63, .7) 0px 1px 3px -1px;
}
.style-wrapper .online span {
color: #fff;
font-size: 20px;
}
.trial-text2 {
text-align: center;
margin-top: 50px;
}
.trial-text2 p {
font-size: 16px;
color: #fff;
line-height: 1.8;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.trial-link {
width: 600px;
height: 70px;
margin: 0 auto;
margin-top: 30px;
text-align: center;
background: linear-gradient(to bottom, #CACFE1, #4A5573);
border-radius: 100px;
transition: all .5s;
}
.trial-link a {
height: 100%;
}
.trial-link:hover {
background: linear-gradient(to bottom, #EAD3D5, #A97176);
}
.trial-button {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.trial-link span {
font-size: 20px;
color: #fff;
font-family: 'Cormorant SC', serif;
}
.trial-photos {
width: 800px;
margin: 0 auto;
margin-top: 50px;
position: relative;
display: flex;
justify-content: space-between;
}
.trial-photo1 {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
.trial-photo2 {
width: 45%;
position: relative;
}
.trial-photo3 {
width: 45%;
position: absolute;
bottom: -200px;
left: 120px;
}
.trial-photo4 {
width: 120px;
position: absolute;
bottom: -60px;
right: -60px;
animation: 8s linear infinite rotation1;
}
@keyframes rotation1 {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
} #voices {}
#voices .title {
text-align: center;
}
#voices .title h2 {
font-size: 60px;
color: #9c8684;
font-family: 'Cormorant SC', serif;
}
#voices .title span {
letter-spacing: .2em;
color: #8b93ab;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.voices-wrapper {
width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
margin-top: 50px;
}
.voice {
background: rgb(224, 219, 216, .3);
padding: 50px 0px;
position: relative;
}
.voice-circle {
width: 25px;
height: 25px;
border-radius: 100%;
background: #b28a8c;
position: absolute;
top: -12px;
right: 0;
left: 0;
margin: auto;
}
.voice1, .voice2 {
width: 48%;
}
.voice-title {
text-align: center;
}
.voice-title h3 {
color: #8b93ab;
font-size: 22px;
line-height: 1.6;
}
.voice-photo {
width: 80%;
margin: 0 auto;
margin-top: 30px;
}
.voice-text {
width: 80%;
margin: 0 auto;
margin-top: 40px;
}
.voice3, .voice4 {
width: 1000px;
margin: 0 auto;
margin-top: 80px;
position: relative;
}
.voice-treat1 {
position: absolute;
width: 600px;
left: -200px;
top: -100px;
}
.voice-treat2 {
position: absolute;
width: 600px;
right: -100px;
bottom: -100px;
}
.voice-photo-wrapper {
width: 80%;
margin: 0 auto;
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.voice-photo1, .voice-photo2 {
width: 48%;
} #qa {
background: #b28a8c;
padding: 30px 0px;
margin-top: 150px;
}
#qa .title {
text-align: center;
}
#qa .title h2 {
font-size: 60px;
color: #fff;
font-family: 'Cormorant SC', serif;
letter-spacing: .2em;
}
#qa .title span {
color: #fff;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.question-wrapper {
width: 1200px;
margin: 0 auto;
margin-top: 30px;
} .toggle {
display: none;
}
.option {
width: 70%;
margin: 0 auto;
position: relative;
background: #fff;
margin-bottom: 1em;
}
.qa-title, .answer {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.qa-title {
background: #fff;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
padding: 1em 0px;
display: flex;
color: #445146;
font-weight: 600;
letter-spacing: .2em;
border-bottom: solid 1px #b28a8c;
}
.qa-title::after, .qa-title::before {
content: "";
position: absolute;
right: 1.25em;
top: 0;
bottom: 0;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
margin: auto;
}
.qa-title::after {
transform: rotate(90deg);
}
.answer {
max-height: 0;
overflow: hidden;
}
.answer p {
margin: 0;
padding: 2em 4em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #584c4a;
font-size: 15px;
line-height: 2;
}
.toggle:checked+.qa-title+.answer {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked+.qa-title::before {
transform: rotate(90deg) !important;
}
.q {
margin-right: 15px;
margin-left: 40px;
color: #b28a8c;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
font-size: 26px;
padding-top: 2px;
line-height: 1em;
font-family: "Futura", sans-serif;
}
.q-text {
display: flex;
flex-direction: column;
justify-content: center;
width: 75%;
}
span.q-text {
font-size: 16px;
line-height: 1.6em;
color: #675350;
font-weight: 600;
}
.under-line {
font-weight: 600;
background: linear-gradient(to bottom, transparent 60%, rgb(123, 152, 46, .2) 60%);
} #links {
width: 1000px;
margin: 0 auto;
margin-top: 80px;
}
.links-wrapper {
display: flex;
justify-content: center;
}
.link {
width: 50%;
transition: all .5s;
}
.link:hover {
opacity: .7;
}
.link-title {
text-align: center;
}
.link-title h3 {
font-size: 46px;
color: #9c8684;
font-family: 'Cormorant SC', serif;
letter-spacing: .2em;
}
.link-banner {
margin-top: 30px;
}
.link-banner2 {
position: relative;
}
.link1 .link-title span {
color: #b28a8c;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.link2 .link-title span {
color: #b28a8c;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.link-treat1 {
position: absolute;
bottom: 6px;
width: 100%;
}
iframe {
width: 100%;
height: 284px;
} #contact {
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/top.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/top/contact-back.png);
background-color: rgb(224, 219, 216, .4);
background-size: contain;
background-position-x: right;
background-position-y: top;
background-repeat: no-repeat;
padding: 50px 0px;
margin-top: 80px;
display: flex;
flex-direction: column;
justify-content: center;
}
#contact .title {
width: max-content;
margin: 0 auto;
text-align: center;
}
#contact .title h2 {
font-size: 60px;
color: #9c8684;
font-family: 'Cormorant SC', serif;
letter-spacing: .25em;
}
#contact .title span {
color: #b28a8c;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.contact-link {
width: 400px;
height: 60px;
margin: 0 auto;
margin-top: 30px;
text-align: center;
background: linear-gradient(to bottom, #EAD3D5, #A97176);
border-radius: 100px;
transition: all .5s;
}
.contact-link:hover {
background: linear-gradient(to bottom, #CACFE1, #4A5573);
}
.contact-link span {
font-size: 20px;
color: #fff;
}
.contact-link a {
height: 100%;
}
.contact-button {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.contact-button span {
letter-spacing: .2em;
font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}
.contact-text {
text-align: center;
margin-top: 30px;
}
.contact-text p {
font-size: 16px;
}
@media screen and (max-width:1200px) {
#kv {
width: 100%;
margin: 0 auto;
margin-top: 0;
overflow: hidden;
}
video {
max-width: 200%;
width: 200%;
position: relative;
left: -50%;
margin: auto;
} #concept {
width: 90%;
margin-top: 30px;
}
.concept-wrapper {
display: block;
margin-top: 20px;
}
.concept-text p {
line-height: 2.2;
}
.concept-treat {
left: 0;
}
.concept-over {
width: 100%;
}
#concept .title {
text-align: center;
}
#concept .title h2 {
font-size: 28px;
letter-spacing: .2em;
}
.concept-text {
width: 80%;
margin: 0 auto;
margin-top: 30px;
}
.concept-left {
width: 100%;
}
.concept-right {
height: min-content;
padding-bottom: 30px;
margin-right: 0;
margin-left: auto;
margin-top: 20px;
width: 100%;
}
.concept-photo {
margin-top: 0px;
}
.concept-link {
margin: 0 auto;
margin-top: 40px;
} #lesson {
width: 90%;
}
.lesson-bar {
display: none;
}
.lesson-wrapper {
margin-top: 30px;
}
.maternity-left {
width: 45%;
}
.maternity-right {
width: 48%;
}
.maternity-title h3 {
font-size: 26px;
}
.posture {
margin-top: 100px;
}
.posture-title h3 {
font-size: 28px;
}
.posture-left {
width: 48%;
}
.posture-right {
width: 45%;
}
.maternity-text p, .maternity-text span, .posture-text p, .posture-text span {
line-height: 2.2;
font-size: 14px;
} #trial {
padding-bottom: 120px;
background-position: left top;
}
.trial-over {
width: 85%;
}
.trial-photos {
width: 90%;
}
.style-wrapper .studio, .style-wrapper .online {
width: 260px;
}
#trial .movie {
width: 80%;
}
.trial-link {
width: 80%;
}
.trial-text2 {
text-align: center;
margin-top: 30px;
} #voices {
margin-top: 20px;
}
.voices-wrapper {
width: 85%;
display: block;
margin-top: 50px;
}
.voice1, .voice2 {
width: 100%;
margin: 0 auto;
margin-top: 40px;
}
.voice3, .voice4 {
width: 85%;
}
.voice-treat1 {
width: 80%;
left: 0;
top: -100px;
}
.voice-treat2 {
right: 0;
bottom: -100px;
}
.voice-text p {
font-size: 14px;
} #qa {
margin-top: 100px;
}
.question-wrapper {
width: 90%;
}
.q {
margin-left: 20px;
}
.q-text {
width: calc(90% - 60px);
}
span.q-text {
font-size: 16px;
}
.answer p {
padding: 1.5em 2em;
line-height: 1.6;
}
.option {
width: 95%;
}
#links {
width: 85%;
}
.links-wrapper {
display: block;
}
.link {
width: 80%;
margin: 0 auto;
}
.link2 {
margin-top: 80px;
}
}
@media screen and (max-width:750px) {
#concept {
width: 100%;
margin-top: 20px;
}
.concept-text {
width: 85%;
}
.concept-right {
width: 95%;
}
.concept-over {
padding-top: 50px;
}
.concept-wrapper {
margin-top: 10px;
}
.contact-link {
width: 90%;
}
.concept-text p {
line-height: 2;
margin-bottom: 15px;
} #lesson {
margin-top: 50px;
width: 85%;
}
#lesson .title h2 {
font-size: 50px;
}
.lesson-wrapper {
margin-top: 0px;
padding: 20px 0px;
}
.lesson-bar {
display: none;
}
.maternity-wrapper {
display: block;
}
.maternity-title h3 {
margin-top: 0px;
}
.maternity-left {
width: 100%;
padding: 30px 0px;
}
.maternity-right {
width: 100%;
margin-top: 30px;
}
.maternity-text p, .maternity-text span {
font-size: 14px;
line-height: 2.2em;
}
.maternity-link {
margin-top: 20px;
}
.posture {
margin-top: 60px;
}
.posture-wrapper {
display: block;
}
.posture-left {
width: 100%;
padding: 30px 0px;
}
.posture-right {
width: 100%;
padding: 30px 0px;
margin-top: 30px;
}
.posture-text p, .posture-text span {
font-size: 14px;
line-height: 2.2em;
}
.posture-link {
margin-top: 30px;
}
.posture-title h3 {
margin-top: 0px;
} #trial {
margin-top: 0;
padding-top: 50px;
padding-bottom: 80px;
background-position: unset;
background-size: cover;
}
#trial .title h2 {
font-size: 26px;
}
.trial-over {
width: 90%;
}
.style-wrapper {
display: block;
margin-top: 20px;
}
.style-wrapper .studio {
width: 280px;
height: 50px;
margin: 0 auto;
}
.style-wrapper .online {
width: 280px;
height: 50px;
margin: 0 auto;
margin-top: 10px;
}
.style {
margin-top: 30px;
}
.trial-link {
width: 100%;
height: 60px;
margin-top: 20px;
}
.trial-link span {
font-size: 15px;
}
.trial-text1 {
margin-top: 0px;
}
.trial-photos {
width: 95%;
flex-wrap: wrap;
margin-top: 30px;
}
.trial-photo4 {
width: 80px;
bottom: -40px;
right: -20px;
}
.trial-photo3 {
width: 70%;
margin-top: -5px;
position: unset;
}
.trial-text2 {
margin-top: 30px;
}
.style-wrapper .studio span {
font-size: 16px;
}
.style-wrapper .online span {
font-size: 16px;
} #voices {
margin-top: 30px;
}
#voices .title h2 {
font-size: 50px;
line-height: 1;
}
.voice1, .voice2 {
margin-top: 50px;
width: 85%;
}
.voice-title h3 {
font-size: 20px;
line-height: 1.6;
}
.voice-text p, .voice-text span {
font-size: 14px;
line-height: 1.8;
}
.voices-wrapper {
width: 100%;
margin-top: 30px;
}
.voice-title {
width: 90%;
margin: 0 auto;
}
.voice-title h3 {
font-size: 18px;
}
.voice-treat2 {
width: 100%;
bottom: -40px;
}
.voice-photo {
width: 100%;
margin-top: 25px;
}
.voice-photo-wrapper {
width: 100%;
margin-top: 25px;
}
.voice {
padding: 30px 0px;
}
.voice-text {
width: 85%;
margin-top: 20px;
text-align: justify;
}
.voice-treat1 {
left: -30px;
}
.voice-treat2 {
right: -30px;
}
.voice4 {
margin-top: 50px;
} #qa {
margin-top: 80px;
background-size: 550px;
padding: 30px 0px 50px;
}
#qa .title span {
margin-top: 10px;
}
.accordion {
display: block;
}
.option {
width: 100%;
}
.q {
width: 40px;
height: 40px;
margin-right: 5px;
margin-left: 5px;
}
.qa-title {
padding: 1em 0px;
}
.question-wrapper {
margin-top: 30px;
}
span.q-text {
font-size: 14px;
}
.answer p {
padding: 1.5em 1.5em;
line-height: 1.9;
font-size: 12px;
letter-spacing: .08em;
}
.tb-br, .pc-photo {
display: none;
}
.sp-photo {
display: block;
}
.under-line {
letter-spacing: .1em;
}
#links {
margin-top: 40px;
}
.link {
width: 100%;
margin: 0 auto;
}
.link2 {
margin-top: 30px;
}
.link-title h3 {
font-size: 40px;
}
.link-banner {
margin-top: 20px;
}
.trial-text2 p{
font-size: 14px;
}
.link-title span {
font-size: 14px;
}
#contact {
margin-top: 60px;
height: 300px;
background-size: 300px;
z-index: 100;
}
#contact .title h2 {
font-size: 50px;
}
.contact-link span {
font-size: 15px;
}
.contact-text p {
font-size: 14px;
}
.contact-text {
margin-top: 20px;
} .accordion {
margin: 1em auto;
}
}