Commit 4e7c571b by Orine Matsui

【css整理】MV統合:様子見

parent f4e6cc03
......@@ -1024,6 +1024,8 @@ header
.fixed-nav.is-show {
min-width: 1440px;
background-color: #fff;
border-bottom: 1px solid #e5e8eb;
box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.15);
}
.fixed-nav.is-show .c-header1-logo {
......@@ -1591,9 +1593,75 @@ header
/*------------------------------------------------------------
layout
mainvisual
------------------------------------------------------------*/
.c-mainvisual {
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.c-mainvisual {
margin-top: 100px;
height: 250px;
}
}
.c-mainvisual__inner {
width: 100%;
text-align: center;
}
@media screen and (max-width: 767px) {
.c-mainvisual__inner {
padding: 0 15px;
}
}
.c-mainvisual__ttl {
width: 100%;
font-size: 5rem;
line-height: 1.2;
color: #fff;
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-style: normal;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.c-mainvisual__ttl {
font-size: 3rem;
}
}
.c-mainvisual__txt,
.c-mainvisual__text {
font-size: 2rem;
line-height: 1.2;
color: #fff;
margin: 27px 0 0;
text-align: center;
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-style: normal;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.c-mainvisual__txt,
.c-mainvisual__text {
font-size: 1.5rem;
line-height: 1.5;
margin: 12px 0 0;
}
}
/*
------------------------------------------------------------*/
......@@ -3048,7 +3116,7 @@ body {
.p-beginer a {
text-decoration: none;
}
/*
.p-beginer .c-mainvisual {
padding-bottom: 13px;
font-family: 'a-otf-midashi-go-mb31-pr6n', 'sans-serif';
......@@ -3064,6 +3132,10 @@ body {
margin: 12px 0 0;
}
}
*/
.p-beginer .c-mainvisual {
background: url("/assets/img/beginner/bg1.jpg") no-repeat center/cover;
}
.p-beginer .c-bettl1 {
font-size: 4.8rem;
......@@ -7250,6 +7322,12 @@ body {
}
.p-service_top .c-mainvisual {
background-image: url(/assets/img/service/top/mv-img-02.jpg);
}
/*
.p-service_top .c-mainvisual {
width: 100%;
height: 500px;
background-image: url(/assets/img/service/top/mv-img-02.jpg);
......@@ -7313,7 +7391,7 @@ body {
font-size: 1.4rem;
}
}
*/
.p-service_top .c-mainvisual .c-breadcrumb {
position: absolute;
top: 0;
......
......@@ -105,6 +105,7 @@ body {
}
}
*/
/*
.c-mainvisual {
height: 500px;
background: url(../img/mv_service.jpg) no-repeat center;
......@@ -156,6 +157,18 @@ body {
margin: 12px 0 0;
}
}
*/
.c-mainvisual {
height: 500px;
background-image: url(/assets/img/service/mv_service.jpg);
}
@media screen and (max-width: 767px) {
.c-mainvisual {
margin-top: 100px;
height: 250px;
}
}
.c-btn1 {
width: 600px;
}
......
......@@ -9,8 +9,8 @@
</div>
<section class="c-mainvisual">
<div class="c-mainvisual__inner">
<h2 class="c-mainvisual__title">『頂点への道』講座</h2>
<p class="c-mainvisual__text">個人と組織の目標達成力を高めるトレーニングプログラム</p>
<h2 class="c-mainvisual__ttl">『頂点への道』講座</h2>
<p class="c-mainvisual__txt">個人と組織の目標達成力を高めるトレーニングプログラム</p>
</div>
</section>
<section class="p-service_top1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment