@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;
} #trial {
width: 1200px;
margin: 0 auto;
margin-top: 50px;
}
.trial-wrapper {
display: flex; }
.trial-left {
width: 53%;
padding-left: 1.5%;
border-left: solid 1px #e0dbd8;
}
.trial-photo {
display: flex;
}
.trial-right {
width: 39.5%;
display: flex;
flex-direction: column;
justify-content: center;
border-right: solid 1px #e0dbd8;
}
.trial-title h2 {
font-size: 40px;
color: #b28a8c;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.trial-text1 {
text-align: center;
}
.trial-text1 p {
font-size: 20px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.trial-text1 span {
font-size: 50px;
font-family: "athelas", serif;
font-weight: 600;
letter-spacing: .05em;
padding-left: 10px;
line-height: 1;
}
.menu1 .trial-text1 span, .menu1 .trial-text1 p, .menu1 .trial-text-right span {
color: #8b93ab;
}
.menu2 .trial-text1 span, .menu2 .trial-text1 p, .menu2 .trial-text-right span {
color: #b28a8c;
}
.trial-text1 .font-small {
font-size: 14px;
font-weight: normal;
padding-left: 0;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.trial-text2 {
display: flex;
justify-content: center;
margin-top: 30px;
}
.trial-text-left {
width: 130px;
height: 35px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background: #f3f1ef;
}
.menu1 .trial-text-left span{
color: #8b93ab;
}
.menu2 .trial-text-left span{
color: #b28a8c;
}
.trial-text-left span {
font-size: 16px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.trial-text-right {
width: max-content;
margin-left: 20px;
max-width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
.trial-text-right span {
font-size: 16px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.trial-text3 {
text-align: center;
margin-top: 60px;
}
.trial-text3 p {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
line-height: 2.2;
font-size: 18px;
}
.trial-button-wrapper {
margin-top: 40px;
}
.trial-button {
width: 300px;
height: 50px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 100px;
transition: all .5s;
}
.menu2 .trial-button {
background: linear-gradient(to bottom, #EAD3D5, #A97176);
}
.menu2 .trial-button:hover {
background: linear-gradient(to bottom, #CACFE1, #4A5573);
}
.menu1 .trial-button {
background: linear-gradient(to bottom, #CACFE1, #4A5573);
}
.menu1 .trial-button:hover {
background: linear-gradient(to bottom, #EAD3D5, #A97176);
}
.trial-button span {
color: rgb(255, 255, 255);
font-size: 14px;
font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.application-cta {
width: 400px;
height: 60px;
margin: 0 auto;
margin-top: 30px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background: linear-gradient(to bottom, #cdada6, #936163);
border-radius: 100px;
}
.official-line-cta {
width: 400px;
height: 60px;
margin: 0 auto;
margin-top: 30px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background: linear-gradient(to bottom, #cdada6, #936163);
border-radius: 100px;
}
#steps .official-line-cta {
margin-top: 100px;
}
.application-cta span, .official-line-cta span {
font-size: 18px;
color: #fff;
letter-spacing: .18em;
font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
} #studio {
width: 1200px;
margin: 0 auto;
padding-top: 80px;
}
#studio .title {
text-align: center;
}
#studio .title h2 {
font-size: 60px;
color: #8b93ab;
font-family: 'Cormorant SC', serif;
}
#studio .title span {
letter-spacing: 0.2em;
color: rgb(139, 147, 171);
font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.trial-studio {
text-align: center;
margin: 0 auto;
margin-top: 30px;
}
.trial-studio video {
width: 100%;
} #steps {
margin-top: 20px;
}
.step-over {
border-top: solid 2px #b28a8c;
margin-top: 30px;
}
.step-inner {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.step-number-wrapper {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.step-number {
width: 30%;
text-align: center;
}
.step-number span:first-child {
font-size: 50px;
color: #6f625a;
line-height: 1.8;
font-family: 'Cormorant SC', serif;
}
.step-number span:last-child {
font-size: 100px;
color: #6f625a;
font-family: 'Cormorant SC', serif;
}
.step-dot {
text-align: center;
background: transparent;
position: absolute;
height: 90px;
right: 0;
left: 0;
margin: auto;
top: -90px;
}
.step-dot span {
display: block;
height: 90px;
border-right: dotted 1px #000;
width: 0px;
margin: 0 auto;
}
.step {
width: 30%;
position: relative;
margin-top: 90px;
height: min-content;
}
.step-circle {
width: 48px;
height: 48px;
border-radius: 50%;
position: absolute;
right: 0;
left: 0;
margin: auto;
top: -115px;
}
.step1, .step1 .step-circle {
background: #b28a8c;
}
.step2, .step2 .step-circle {
background: #8b93ab;
}
.step3, .step3 .step-circle {
background: #e0dbd8;
}
.step-photo {
width: 95%;
}
.step-text {
width: 88%;
margin: 0 auto;
margin-top: 25px;
padding-bottom: 40px;
}
.step-text h3 {
font-size: 20px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.step-text p {
margin-top: 20px;
font-size: 14px;
}
.step1 .step-text h3, .step1 .step-text p {
color: #fff;
}
.step2 .step-text h3, .step2 .step-text p {
color: #fff;
}
.step3 .step-text h3, .step3 .step-text p {
color: #6f625a;
}
.step-sp-number {
display: none;
} .trial-caution {
width: 1000px;
margin: 0 auto;
margin-top: 50px;
background: #fffaf7;
border: dotted 3px #e0dbd8;
padding: 50px 100px;
}
.trial-caution-text li {
font-size: 16px;
line-height: 2.4;
color: #6f625a;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
list-style: none;
position: relative;
padding-left: 30px;
}
.trial-caution-text li::before {
content: "■";
position: absolute;
left: 0;
top: 0;
}
.menu {
padding: 70px 0px 50px 0px;
position: relative;
width: 48%;
margin: 0 auto;
margin-top: 50px;
}
.menu1 {
border: solid 2px #8b93ab;
}
.menu2 {
border: solid 2px #b28a8c;
}
.menu-title {
width: 400px;
height: 80px;
position: absolute;
top: -40px;
left: -2px;
display: flex;
flex-direction: column;
justify-content: center;
background: #f3f1ef;
text-align: center;
}
.menu1 .menu-title {
border-left: solid 10px #8b93ab;
}
.menu2 .menu-title {
border-left: solid 10px #b28a8c;
}
.menu-title h3 {
font-size: 25px;
font-weight: 600;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.menu1 .menu-title h3 {
color: #4a5573;
}
.menu2 .menu-title h3 {
color: #835356;
}
.menu1 .content {
width: 90%;
margin: 0 auto;
display: flex;
}
.menu-treat {
position: absolute;
top: 0;
bottom: 0;
right: -115px;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.menu-treat img {
width: 150px;
}
.price-list-caution {
text-align: center;
margin-top: 45px;
}
.price-list-caution span {
font-size: 16px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #4a5573;
font-weight: 600;
} #online {
width: 1200px;
margin: 0 auto;
margin-top: 100px;
}
#online .title {
text-align: center;
}
#online .title h2 {
font-size: 60px;
color: #b28a8c;
font-family: 'Cormorant SC', serif;
}
#online .title span {
letter-spacing: 0.2em;
color: #b28a8c;
font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.trial-online {
text-align: center;
margin: 0 auto;
margin-top: 50px;
}
.trial-online video {
width: 100%;
} .trial-links {
width: 1000px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 100px;
display: flex;
justify-content: space-between;
}
.trial-link1 {
width: 48%;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/trial.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/maternity-bg2.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/trial.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;
height: 200px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.trial-link1:hover {
opacity: .7;
}
.trial-link2 {
width: 48%;
background-color: #8b93ab;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/trial.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/about/posture-bg.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/trial.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;
height: 200px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.trial-link2:hover {
opacity: .7;
}
.trial-link-text span {
font-size: 22px;
font-weight: 600;
color: #fff;
}
@media screen and (max-width:1200px) {
#kv {
width: 100%;
margin-top: 50px;
}
.menu-title {
width: 280px;
height: 70px;
}
.menu-title h3 {
font-size: 20px;
} #trial {
width: 85%;
margin-top: 50px;
}
.trial-banner {
display: block;
text-align: center;
}
.trial-left {
width: 90%;
margin: 0 auto;
padding: unset;
padding-top: 30px;
border-left: 0;
}
.trial-right {
width: 90%;
margin: 0 auto;
border: unset;
padding: 30px 0px;
}
.trial-caution {
width: 75%;
margin: 0 auto;
margin-top: 100px;
padding: 50px 20px;
}
.trial-text2 {
display: block;
margin-top: 20px;
}
.trial-text3 {
margin-top: 40px;
}
.trial-text-left {
width: 250px;
margin: 0 auto;
}
.trial-text-right {
width: 100%;
margin: 0 auto;
margin-top: 10px;
text-align: center;
}
.trial-text-right span {
line-height: 1.6;
}
.trial-title h2 {
font-size: 30px;
}
.trial-text1 span {
font-size: 40px;
}
.trial-text3 p {
font-size: 16px;
}
.trial-caution {
margin-top: 50px;
padding: 30px 20px;
}
.trial-caution-text li {
font-size: 14px;
}
.trial-button {
width: 80%;
}
.trial-links {
width: 90%;
margin-bottom: 80px;
}
.trial-link-text span {
font-size: 20px;
line-height: 1.5;
}
.trial-button-wrapper {
margin-top: 20px;
} #studio {
width: 80%;
padding-top: 50px;
}
iframe {
width: 600px;
height: 340px;
}
#steps {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 20px;
}
#steps .official-line-cta {
margin-top: 50px;
}
.step-number span:last-child {
line-height: 1.4;
}
.step-number-wrapper {
display: none;
}
.step-inner {
width: 80%;
display: block;
}
.step {
width: 100%;
position: relative;
margin-top: 0px;
}
.step-over {
border: none;
margin-top: 0px;
}
.step-circle {
display: none;
}
.step-dot {
display: none;
}
.step1, .step2 {
margin-bottom: 0px;
}
.step-sp-number {
display: block;
}
.step-text {
margin-top: 30px;
}
.menu {
width: 80%;
margin-top: 50px;
} #online {
width: 80%;
margin-top: 50px;
}
}
@media screen and (max-width:750px) {
#kv {
margin-top: 30px;
}
#kv .title h1 {
font-size: 40px;
} #trial {
width: 90%;
margin-top: 30px;
}
.trial-wrapper {
display: block;
}
.menu {
width: 100%;
padding: 50px 0px 30px;
margin-top: 60px;
}
.menu-title {
width: 280px;
height: 50px;
top: -25px;
}
.menu-title h3 {
font-size: 18px;
}
.trial-title h2 {
font-size: 24px;
}
.trial-text1 span {
font-size: 40px;
}
.trial-text1 p {
font-size: 14px;
}
.trial-text1 .font-small {
font-size: 12px;
}
.trial-text-right span {
font-size: 14px;
}
.trial-right {
padding: 20px 0;
}
.trial-text3 p {
font-size: 14px;
line-height: 2;
}
.trial-text2 {
display: block;
}
.trial-text-left {
width: 65%;
}
.trial-text-left span {
font-size: 14px;
}
.trial-text-right {
width: 100%;
max-width: 100%;
justify-content: center;
text-align: center;
margin-top: 10px;
}
.trial-text3 {
margin-top: 30px;
}
.trial-studio {
margin-top: 20px;
}
.trial-caution {
margin-top: 30px;
padding: 20px 20px;
}
.trial-links {
display: block;
margin-top: 30px;
margin-bottom: 60px;
}
.trial-link1, .trial-link2 {
width: 100%;
height: 120px;
background-position: right -40px top 75px, left 0px top -30px;
}
.trial-link2 {
margin-top: 20px;
}
.trial-link-text span {
font-size: 16px;
} #studio {
width: 90%;
padding-top: 30px;
}
#studio .title h2 {
font-size: 50px;
}
iframe {
width: 100%;
height: 190px;
} #steps {
margin-top: 20px;
padding-bottom: 30px;
}
.step-inner {
width: 85%;
}
.step-over {
margin-top: 0px;
}
.step-number span:last-child {
line-height: 1;
}
.step-text h3 {
font-size: 16px;
}
.step-text {
width: 90%;
margin-top: 20px;
padding-bottom: 20px;
}
.step-text p {
margin-top: 10px;
line-height: 1.8;
font-size: 12px;
}
.trial-caution-text li {
font-size: 12px;
padding-left: 25px;
line-height: 1.8;
padding-bottom: 5px;
}
.trial-caution-text li span{
font-size: 12px;
line-height: 1.8;
}
#steps .official-line-cta {
width: 90%;
} #online {
width: 90%;
margin-top: 0px;
}
#online .title h2 {
font-size: 50px;
}
}