@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 {
margin-top: 120px;
}
#kv .title {
text-align: center;
}
#kv .title h1 {
font-size: 60px;
color: #8b93ab;
line-height: 1em;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
} #concept {
width: 1200px;
margin: 0 auto;
margin-top: 100px;
}
.concept-title {
text-align: center;
}
.concept-title h2 {
color: #b28a8c;
font-size: 28px;
}
.concept-copy {
text-align: center;
margin-top: 30px;
}
.concept-wrapper {
display: flex;
justify-content: space-between;
margin-top: 50px;
}
.concept-maternity {
width: 48%;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/maternity-bg2.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/maternity-bg.png);
background-size: 300px, 200px;
background-position: -140px 10px, right 20px top 10px;
background-color: #b28a8c;
background-repeat: no-repeat;
border-radius: 10px;
box-shadow: 4px 4px #dcc4c5;
transition: all .5s;
}
.concept-maternity:hover {
opacity: .7;
}
.concept-posture {
width: 48%;
background-color: #8b93ab;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/posture-bg.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/posture-bg3.png);
background-size: 200px, 110px;
background-position: right -40px top 110px, left 0px top 0px;
background-repeat: no-repeat;
box-shadow: 4px 4px #b7bfd7;
border-radius: 10px;
transition: all .5s;
}
.concept-posture:hover {
opacity: .7;
}
.concept-text {
text-align: center;
padding-top: 50px;
padding-bottom: 45px;
}
.concept-text span {
color: #fff;
font-size: 14px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.concept-text h3 {
font-size: 32px;
color: #fff;
margin-top: 8px;
}
.caution {
margin-top: 30px;
text-align: center;
}
.caution p {
color: #92666a;
font-weight: 600;
font-size: 14px;
} #maternity {
background-color: #f2ecec;
margin-top: 100px;
padding-bottom: 90px;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/maternity-bg.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/maternity-bg2.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/maternity-bg3.png);
background-position-x: right, right, left;
background-position-y: 140%, 90%, 10%;
background-repeat: no-repeat;
background-size: 45%;
}
#maternity .title {
text-align: center;
background: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/maternity-title-treat.png);
background-size: 700px;
background-position: center;
background-repeat: no-repeat;
padding: 100px 0px;
}
#maternity .title h2 {
color: #92666a;
font-size: 40px;
}
.maternity-photo {
margin-top: 20px;
filter: drop-shadow(0px 1px 7px rgb(207, 185, 187, .58));
}
.maternity-inner {
width: 800px;
margin: 0 auto;
}
.maternity-text {
margin-top: 50px;
}
.maternity-text p {
font-size: 16px;
line-height: 2;
color: rgb(66, 48, 49);
margin-bottom: 20px;
}
.maternity-text p:last-child {
margin-bottom: 0;
}
.maternity-text h3 {
font-size: 26px;
color: #835356;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
margin-bottom: 30px;
}
.maternity-link1 {
margin-top: 40px;
}
.maternity-link2 {
margin-top: 15px;
}
.maternity-button {
width: 300px;
height: 50px; background: linear-gradient(to bottom, #EAD3D5, #A97176);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 100px;
transition: all .5s;
}
.maternity-button:hover {
background: linear-gradient(to bottom, #CACFE1, #4A5573);
}
.maternity-button span {
color: #fff;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
} #posture {
background-color: #e8e9ee;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/posture-bg.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/posture-bg2.png);
background-position-x: 100%, 0%;
background-position-y: 105%, 50%;
background-size: 33%;
background-repeat: no-repeat;
padding-bottom: 90px;
}
#posture .title {
text-align: center;
background: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/posture-title-treat.png);
background-size: 700px;
background-position: center;
background-repeat: no-repeat;
padding: 100px 0px;
}
#posture .title h2 {
color: #4a5573;
font-size: 40px;
}
.posture-inner {
width: 800px;
margin: 0 auto;
}
.posture-text {
margin-top: 50px;
}
.posture-text p {
font-size: 16px;
line-height: 2;
color: rgb(66, 48, 49);
margin-bottom: 20px;
}
.posture-text p:last-child {
margin-bottom: 0;
}
.posture-text h3 {
font-size: 24px;
color: #4a5573;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
margin-bottom: 30px;
}
.posture-link1 {
margin-top: 40px;
}
.posture-link2 {
margin-top: 15px;
}
.posture-button {
width: 300px;
height: 50px;
background: linear-gradient(to bottom, #CACFE1, #4A5573);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 100px;
transition: all .5s;
}
.posture-button:hover {
background: linear-gradient(to bottom, #EAD3D5, #A97176);
}
.posture-button span {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #fff;
} #points {
padding-top: 140px;
background: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/point-bg.png);
background-size: 1400px;
background-repeat: no-repeat;
background-position-y: 60px;
background-position-x: center;
}
#points .title {
text-align: center;
}
#points .title h2 {
color: #d1d1d1;
font-size: 60px;
font-family: 'Cormorant SC', serif;
}
#points .title h2 span {
color: #d1d1d1;
font-size: 150px;
font-family: 'Cormorant SC', serif;
line-height: 1em;
padding-left: 25px;
}
.point-wrapper {
width: 1200px;
margin: 0 auto;
margin-top: 140px;
display: flex;
justify-content: space-between;
}
.point {
width: 32%;
background: rgb(237, 237, 237, .4);
padding-top: 80px;
padding-bottom: 60px;
position: relative;
}
.point-number {
width: 95%;
margin: 0 auto;
color: #8b93ab;
font-size: 60px;
position: absolute;
top: -130px;
font-family: 'Cormorant SC', serif;
}
.point-number span {
font-size: 160px;
font-family: 'Cormorant SC', serif;
line-height: 1em;
padding-left: 25px;
color: #8b93ab;
}
.point-text {
width: 90%;
margin: 0 auto;
}
.point-text h3 {
color: #9b7276;
font-size: 24px;
line-height: 1.6;
text-align: center;
margin-bottom: 30px;
}
.point-text p {
font-size: 14px;
color: #423031;
} #profile {
background: #b28a8c;
margin-top: 80px;
padding-top: 80px;
padding-bottom: 100px;
}
.profile-inner {
width: 800px;
margin: 0 auto;
}
.profile-photo {
position: relative;
width: 50%;
margin: 0 auto;
}
.profile-circle {
width: 120px;
position: absolute;
bottom: -60px;
right: -60px;
animation: 8s linear infinite rotation1;
}
@keyframes rotation1 {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
#profile .name {
margin-top: 30px;
}
#profile .name h2 {
font-size: 60px;
color: #fff;
font-family: 'Cormorant SC', serif;
}
#profile .name h2 span {
font-size: 16px;
margin-left: 20px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
display: inline-block;
color: #fff;
}
.profile-text1 p {
color: #fff;
margin-bottom: 15px;
}
.profile-text1 {
position: relative;
padding-bottom: 50px;
margin-top: 50px;
}
.profile-text1::after {
content: "";
display: block;
width: 200px;
border-bottom: solid 1px #fff;
position: absolute;
bottom: 0;
}
.profile-text2 {
margin-top: 60px;
}
.profile-text2 p {
color: #fff;
margin-bottom: 20px;
}
.profile-text2 p:last-child {
margin-bottom: 0;
}
.note-logo {
width: 150px;
margin-top: 80px;
}
.profile-link {
margin-top: 20px;
}
.profile-button {
width: 350px;
height: 50px;
background: #fff;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 100px;
margin-top: 30px;
box-shadow: 1px 5px #835356;
transition: all .5s;
}
.profile-button:hover {
background: #835356;
box-shadow: 1px 5px #fff;
}
.profile-button span {
color: #835356;
font-weight: 600;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.profile-button:hover span {
color: #fff;
}
.profile-under {
color: #fff;
margin-left: 5px;
margin-right: 5px;
background: linear-gradient(to bottom, transparent 0%, rgba(131, 83, 86, 0.8) 0%);
} #instagram {
padding: 50px 0px;
background: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/about.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/instagram-bg.png);
background-size: 500px;
background-position-x: 0;
background-position-y: bottom;
background-repeat: no-repeat;
}
.instagram-wrapper {
width: 800px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.instagram-left {
width: 40%;
display: flex;
flex-direction: column;
justify-content: center;
}
#instagram .title {
height: min-content;
}
#instagram .title h2 {
font-size: 46px;
color: #b28a8c;
text-align: center;
font-family: 'Cormorant SC', serif;
}
#instagram .title span {
color: #b28a8c;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
display: block;
text-align: center;
}
.instagram-photo {
width: 50%;
filter: drop-shadow(2px 6px 6px rgb(178, 138, 140, 0.2));
}
.instagram-button {
margin-top: 20px;
height: 50px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
background: linear-gradient(to bottom, #EAD3D5, #A97176);
border-radius: 100px;
transition: all .5s;
}
.instagram-button:hover {
background: linear-gradient(to bottom, #CACFE1, #4A5573);
}
.instagram-button span {
color: #fff !important;
font-size: 18px;
font-family: 'Cormorant SC', serif;
}
.sp-over {
display: none;
}
.slider-3 .slick-slide {
margin: 0 60px;
padding: 60px 0;
position: relative;
}
.slider-3 .slick-slide .slide-img {
width: unset;
height: 400px;
transition: all 0.6s ease 0.4s;
opacity: 0.8; overflow: hidden;
}
.slider-3 .slick-slide.slick-current .slide-img {
transform: scale(1.2);
opacity: 1;
}
.slider-3 .slick-slide .slide-img img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.slider-3 .slick-arrow {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #fff;
cursor: pointer;
border: none;
outline: none;
font-size: 0;
position: absolute;
top: 50%;
z-index: 1;
transform: translateY(-50%);
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-3 .slick-arrow::before {
content: '';
display: block;
width: 12px;
height: 12px;
border: 1px solid #09000d;
border-width: 3px 3px 0 0;
position: absolute;
top: 24px;
transform: rotate(45deg);
}
.slider-3 .slick-next {
right: 0;
}
.slider-3 .slick-prev {
left: 0;
}
.slider-3 .slick-next::before {
left: 20px;
}
.slider-3 .slick-prev::before {
border-width: 0 0 3px 3px;
right: 22px;
}
.dots-3 .slick-dots {
text-align: center;
bottom: 0;
}
.dots-3 .slick-dots li {
display: inline-block;
}
.dots-3 .slick-dots button {
display: block;
width: 10px;
height: 10px;
margin: 6px;
font-size: 0;
padding: 0;
border: 0;
outline: none;
cursor: pointer;
background: unset;
border-radius: 50%;
}
.slick-dotted.slick-slider {
margin-bottom: 15px;
}
@media screen and (max-width:1200px) {
#kv {
width: 100%;
margin-top: 50px;
}
#concept {
width: 95%;
margin-top: 50px;
}
.concept-text {
padding-top: 30px;
padding-bottom: 25px;
}
.concept-text h3 {
font-size: 26px;
}
.concept-text span {
line-height: 1.8;
} #maternity {
margin-top: 50px;
}
.maternity-text h3 {
font-size: 24px;
}
#maternity .title {
background-size: 80%;
padding: 80px 0px;
}
.maternity-inner {
width: 90%;
}
.maternity-text h3 {
font-size: 26px;
line-height: 1.8;
}
#posture {
background-size: 50%;
}
.posture-text h3 {
font-size: 26px;
line-height: 1.8;
} #points {
padding-top: 50px;
background-position-y: 47px;
background-size: 100%;
}
.posture-inner {
width: 90%;
}
.point-wrapper {
width: 85%;
flex-wrap: wrap;
}
.point {
width: 47%;
}
.point3 {
margin-top: 110px;
width: 100%;
} #profile {
margin-top: 70px;
padding-top: 70px;
padding-bottom: 70px;
}
.profile-inner {
width: 90%;
}
.profile-photo {
position: relative;
width: 50%;
}
.profile-text1 {
padding-bottom: 20px;
}
.profile-text2 {
margin-top: 30px;
} #instagram {
padding: 30px 0px;
background-size: 250px;
}
.instagram-wrapper {
width: 90%;
}
.note-logo {
margin-top: 70px;
}
}
@media screen and (max-width:750px) { #kv {
margin-top: 30px;
}
#kv .title h1 {
font-size: 40px;
} #concept {
margin-top: 30px;
width: 85%;
}
.concept-wrapper {
display: block;
margin-top: 15px;
}
.concept-copy{
margin-top: 15px;
}
.concept-copy p{
font-size: 12px;
}
.concept-title {
text-align: center;
}
.concept-title h2 {
font-size: 22px;
}
.concept-maternity {
width: 100%;
height: unset;
padding-bottom: 10px;
background-position: -160px -5px, right -30px top 10px;
}
.concept-posture {
width: 100%;
height: unset;
padding-bottom: 10px;
margin-top: 20px;
}
.concept-text h3 {
margin-top: 10px;
}
.concept-text span {
line-height: 1.6;
} #points {
padding-top: 30px;
}
#points .title h2 {
color: #d1d1d1;
font-size: 28px;
font-family: 'Cormorant SC', serif;
}
#points .title h2 span {
font-size: 100px;
padding-left: 15px;
}
.point-wrapper {
margin-top: 90px;
}
.point-number {
font-size: 42px;
top: -100px;
}
.point-number span {
font-size: 120px;
}
.point {
width: 100%;
padding-top: 40px;
padding-bottom: 30px;
}
.point2 {
margin-top: 110px;
}
.point-text h3 {
font-size: 22px;
margin-bottom: 25px;
} #maternity {
margin-top: 40px;
padding: 30px 0px;
background-size: 70%;
}
.maternity-inner {
width: 85%;
}
#maternity .title {
padding: 20px 0px;
}
#maternity .title h2 {
font-size: 26px;
}
.maternity-text {
margin-top: 30px;
}
.maternity-text h3 {
font-size: 22px;
letter-spacing: .1em;
margin-bottom: 20px;
}
.maternity-photo {
margin-top: 30px;
}
.maternity-text p {
font-size: 14px;
}
.maternity-link1 {
margin-top: 20px;
} #posture {
background-size: 300px, 160px;
padding: 30px 0px;
}
#posture .title {
background-size: 90%;
padding: 50px 0px;
}
.posture-text {
margin-top: 30px;
}
#posture .title h2 {
font-size: 26px;
}
.posture-inner {
width: 85%;
}
.posture-photo {
margin-top: 0px;
}
.posture-text h3 {
font-size: 22px;
letter-spacing: .1em;
margin-bottom: 20px;
}
.posture-text p {
font-size: 14px;
}
.posture-link1 {
margin-top: 20px;
} #profile {
margin-top: 50px;
padding-top: 50px;
padding-bottom: 50px;
}
.profile-photo {
width: 70%;
}
#profile .name h2 {
font-size: 40px;
}
#profile .name h2 span {
display: block;
font-size: 12px;
margin-left: unset;
}
.profile-text1 p, .profile-text2 p {
font-size: 12px;
}
.profile-circle {
width: 90px;
bottom: -45px;
right: -40px;
}
.profile-text1 {
margin-top: 30px;
}
.profile-button {
width: 300px;
margin-top: 15px;
}
.note-logo {
margin-top: 50px;
} #instagram {
padding: 30px 0px;
background-size: 175px;
}
.instagram-wrapper {
display: block;
}
.instagram-photo {
width: 80%;
height: unset;
margin: 0 auto;
margin-top: 20px;
}
.instagram-left {
width: 100%;
}
.instagram-over {
margin-top: 40px;
}
.pc-over {
display: none;
}
.sp-over {
display: block;
}
.slider-3 .slick-slide {
margin: 0 20px;
padding: 20px 0;
position: relative;
}
.instagram-button {
width: 80%;
margin: 0 auto;
}
.slider-3 .slick-slide .slide-img {
width: unset;
height: 280px;
}
.dots-3 .slick-dots {
bottom: -30px;
}
}