/* Scss Document */ // 各テーマカラー $MAIN: #13334C; $SUB: #005792; $BG: #F6F6E9; $ORANGE: #FD5F00; $RED: #ff0000; $BK: #000; $WH: #FFF; // font一括調整のmixin @mixin font-design($col, $fs, $fw, $fc, $tk, $lh) { @if $col !=0 { // フォントカラー設定 color: $col; } @if $fs > 0 { // イラレ上のフォントサイズ設定 font-size: $fs + px; } @if $fw !=0 { // イラレ上のフォントウェイト設定 font-weight: $fw; } @if $fc > 0 { // イラレ上の長体比率設定 transform: scale(($fc/100), 1); } @if $tk > 0 { // イラレ上のトラッキング設定 letter-spacing: ($tk / 1000) + em; } @if $lh > 0 { // イラレ上の行送り設定 //line-height: $lh / $fs; //// 行送り設定(これはイラレの数値ではない) line-height: $lh; } } /*---------------------------------------- 共通設定 ----------------------------------------*/ h2 { margin: 0 0 60px; text-align: center; @include font-design($MAIN, 45, bold, 0, 0, 1); .eng { margin: 0 0 20px; display: block; @include font-design(0, 18, 0, 0, 0, 0); } } a { text-decoration: none; &:hover { opacity: 0.6; } } .mincho { font-family: "游明朝体", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho", "Meiryo UI", Meiryo, serif; } .gothic { font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif"; } .inner { margin: 0 auto; } .centering { display: inline-block; } .shadow { filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15)); } .wave { //height: 200px;//何も表示されない場合は各波の親要素に高さを持たせる position: relative; canvas { position: absolute; bottom: 0; left: 0; width: 100%; } } * { box-sizing: border-box; } /*---------------------------------------- body ----------------------------------------*/ body { //#browser_normal { font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif"; //} #browser_ie { font-family: Meiryo, "sans-serif"; } } /*---------------------------------------- header ----------------------------------------*/ header { min-width: 1040px; padding: 25px 25px 0; display: flex; justify-content: space-between; align-items: center; background-color: $MAIN; h1 { &.home { a { span { display: block; &.homeFirst { @include font-design($WH, 50, bold, 0, 0, 1); } &.homeSecond { @include font-design($WH, 20, bold, 0, 0, 1); } } } } } nav { ul { li { display: inline-block; &:not(:last-of-type) { margin: 0 20px 0 0; } a { @include font-design($WH, 24, bold, 0, 0, 1); } } } } } /*---------------------------------------- main #index ----------------------------------------*/ main { #headerView { .wave { z-index: 3; transform: scale(1, -1); } } &#index { #headerView { min-width: 1040px; .view { height: 640px; display: flex; position: relative; justify-content: space-between; .copy { width: 50%; height: 100%; //border-radius: 0 50% 50% 0; border-top-right-radius: 160px 320px; border-bottom-right-radius: 160px 320px; display: flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; top: 0; left: 0; z-index: 2; background-color: $WH; .centering { text-align: left; span { display: block; &.copyFirst { margin: 0 0 30px; @include font-design($MAIN, 78, bold, 0, 0, 1); } &.copySecond { margin: 0 0 45px; @include font-design($MAIN, 70, bold, 0, 0, 1); } &.copyThird { @include font-design($SUB, 50, bold, 0, 0, 1); span { display: inline-block; &:not(:last-of-type) { margin: 0 20px 0 0; } } } } } } .photo { width: 65%; height: 100%; position: absolute; top: 0; right: 0; z-index: 1; background-image: url("../img/top_visual_photo@2x-80.jpg"); background-size: cover; background-position: right; background-repeat: no-repeat; } } } #news { .wave { z-index: 3; } .inner { width: 1040px; padding: 100px 0 200px; ul { display: flex; //justify-content: space-between; flex-wrap: wrap; li { width: 300px; margin: 0 20px 60px; img { width: 100% !important; height: 200px !important; object-fit: cover; object-position: center; } img { margin: 0 0 30px; display: block; } span { display: block; @include font-design($MAIN, 18, normal, 0, 0, 1); &.data { margin: 0 0 20px; } &.title { @include font-design(0, 0, 0, 0, 0, 1.5); } } } } a.seeMore { width: 250px; height: 50px; margin: 0 auto; border-radius: 25px; display: flex; justify-content: center; align-items: center; position: relative; background-color: $MAIN; @include font-design($WH, 18, bold, 0, 0, 1); &:after { content: ''; margin: 0 0 0 40px; display: block; position: absolute; right: 30px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid $WH; } } } } #philosophy { margin: 0 0 200px; display: block; background-image: url("../img/philosophy_pc.svg"); background-size: 1000px auto; background-position: center; background-repeat: no-repeat; p { text-align: center; @include font-design($MAIN, 21, bold, 0, 0, 2); } } #service { .inner { padding: 100px 0 200px; background-color: $BG; ul { width: 920px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; li { width: 400px; margin: 0 30px 60px; a { &.imgLink { margin: 0 0 40px; display: block; img { width: 400px; display: block; } } &.textLink { width: 250px; height: 50px; //margin: 0 auto; border-radius: 25px; display: flex; justify-content: center; align-items: center; position: relative; background-color: $MAIN; @include font-design($WH, 18, bold, 0, 0, 1); &:after { content: ''; margin: 0 0 0 40px; display: block; position: absolute; right: 30px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid $WH; } } } span { &.title { margin: 0 0 20px; display: block; @include font-design($MAIN, 28, bold, 0, 0, 1); } &.text { margin: 0 0 30px; display: block; @include font-design($MAIN, 18, bold, 0, 0, 1.5); } } &#link_prcollege, &#link_presalon, &#link_tane { a.imgLink { width: 400px; height: 200px; border-radius: 25px; } } &#link_prcollege { a.imgLink { border: solid 5px $MAIN; background-image: url("../img/logo_prcollege.svg"); background-size: auto 160px; background-position: center; background-repeat: no-repeat; } } &#link_presalon { a.imgLink { background-image: url("../img/service_presalon_pc.png"); background-size: 400px 200px; background-position: center; background-repeat: no-repeat; } } &#link_tane { a.imgLink { border-top: solid 10px #0044ff; border-right: solid 10px #0044ff; border-left: solid 10px #ff0066; border-bottom: solid 10px #ff0066; background-color: $WH; background-image: url("../img/logo_tane.svg"); background-size: auto 125px; background-position: center; background-repeat: no-repeat; } } &#link_prconcierge, &#link_presalon, &#link_night7 { a.imgLink { img {} } } } } .msgBox { width: 995px; height: 1177px; margin: 0 auto; position: relative; background-image: url("../img/service_bg_pc.svg"); background-repeat: no-repeat; p { text-align: center; @include font-design($WH, 24, bold, 0, 0, 1.8); &.text01 { position: absolute; top: 110px; left: 550px; } &.text02 { position: absolute; top: 320px; left: 30px; } &.text03 { position: absolute; top: 770px; left: 380px; } } } } } #about { .inner { padding: 100px 0 100px; .box01 { width: 995px; margin: 0 auto; position: relative; display: flex; .bg { width: 995px; height: 705px; margin: 0 -470px 0 0; position: relative; background-image: url("../img/about_bg@2x-80.jpg"); background-size: 688px 705px; background-position: left; background-repeat: no-repeat; dl { &.name { position: absolute; top: 120px; left: 0; dt { visibility: hidden; margin: 0 0 20px; @include font-design($MAIN, 26, bold, 0, 0, 1); span { @include font-design(0, 21, 0, 0, 0, 0); } } dd { &.jpn { margin: 0 0 10px; @include font-design($MAIN, 35, bold, 0, 0, 1); } &.eng { @include font-design($SUB, 21, normal, 0, 0, 1); } } } } } .profile { width: 467px; z-index: 2; //position: absolute; //top: 0; //right: 0; ul { margin: 0 0 40px; li { @include font-design($MAIN, 21, bold, 0, 0, 2); } &.educational {} &.career { li { dl { display: flex; dt { width: 20%; //margin: 0 25px 0 0; } dd { width: 80%; span { display: block; } } } } } } p { margin: 0 0 40px; @include font-design($MAIN, 21, bold, 0, 0, 2); } } } } } #associate { ul { width: 920px; margin: 0 auto; padding: 0 0 100px; display: flex; justify-content: center; flex-wrap: wrap; li { width: 260px; margin: 0 calc(140px/6) 0; span { display: block; &.face { width: 100%; height: 260px; margin: 0 0 35px; display: block; background-size: 260px 260px; background-position: bottom; background-repeat: no-repeat; &__kihara { background-image: url("../img/associate_kihara.svg"); } &__kojo { background-image: url("../img/associate_kojo.svg"); } &__matsumura { background-image: url("../img/associate_matsumura.svg"); } } &.position { margin: 0 0 20px; @include font-design($MAIN, 16, bold, 0, 0, 1.25); } &.name { margin: 0 0 10px; @include font-design($MAIN, 30, bold, 0, 0, 1); } &.rome { margin: 0 0 25px; @include font-design($MAIN, 21, normal, 0, 0, 1); } } a { text-decoration: underline; @include font-design($MAIN, 21, bold, 0, 0, 1); } } } } #client { background-color: $BG; padding: 100px 0 100px; .inner { img { width: 1000px; margin: 0 auto; display: block; } } } #contact { padding: 100px 0 100px; form { dl { width: 840px; margin: 0 auto 35px; display: flex; justify-content: center; flex-direction: column; dt { margin: 0 0 25px; @include font-design($MAIN, 25, bold, 0, 0, 1); } dd { &.name, &.email, &.tel {} input { width: 300px; @include font-design($MAIN, 18, normal, 0, 0, 1); } textarea { max-width: 100%; min-width: 100%; width: 100%; height: 220px; @include font-design($MAIN, 18, normal, 0, 0, 1); } label { margin: 0 0 10px; display: block; @include font-design($RED, 0, bold, 0, 0, 0); } } } button { width: 250px; height: 50px; margin: 0 auto; border: none; border-radius: 25px; display: flex; justify-content: center; align-items: center; position: relative; background-color: $MAIN; @include font-design($WH, 18, bold, 0, 0, 1); &:after { content: ''; margin: 0 0 0 40px; display: block; position: absolute; right: 30px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid $WH; } &:hover { cursor: pointer; opacity: 0.6; } } } } } /*---------------------------------------- main 下層ページ 共通 ----------------------------------------*/ &.underPage { h2 { padding: 160px 0 0; } /*---------------------------------------- main 下層ページ ----------------------------------------*/ #companyProfile { ul { width: 840px; margin: 0 auto; padding: 0 0 160px; li { &:first-of-type { dl { padding: 0 0 40px; } } dl { margin: 0 auto; padding: 40px 0; border-bottom: solid 2px $MAIN; display: flex; justify-content: center; align-items: center; @include font-design($MAIN, 20, bold, 0, 0, 2); dt { width: 30%; } dd { width: 70%; } } } } } #index_02_check { p { margin: 0 0 100px; text-align: center; @include font-design($MAIN, 18, normal, 0, 0, 1.25); } form { dl { width: 840px; margin: 0 auto 35px; display: flex; justify-content: center; flex-direction: column; text-align: center; &:last-of-type { margin: 0 auto 60px; } dt { margin: 0 0 25px; @include font-design($MAIN, 25, bold, 0, 0, 1); } dd { @include font-design($MAIN, 18, normal, 0, 0, 1); } } .return-btn { margin: 0 0 25px; display: block; text-align: center; } button { width: 250px; height: 50px; margin: 0 auto; border: none; border-radius: 25px; display: flex; justify-content: center; align-items: center; position: relative; background-color: $MAIN; @include font-design($WH, 18, bold, 0, 0, 1); &:after { content: ''; margin: 0 0 0 40px; display: block; position: absolute; right: 30px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid $WH; } &:hover { cursor: pointer; opacity: 0.6; } } } } #index_04_thanks { p { margin: 0 0 100px; text-align: center; @include font-design($MAIN, 18, normal, 0, 0, 1.25); } .return-btn { a { width: 250px; height: 50px; margin: 0 auto; border: none; border-radius: 25px; display: flex; justify-content: center; align-items: center; position: relative; background-color: $MAIN; @include font-design($WH, 18, bold, 0, 0, 1); } } } &#newsArchive { #news { .inner { width: 1040px; ul { display: flex; //justify-content: space-between; flex-wrap: wrap; li { width: 300px; margin: 0 20px 60px; img { width: 100% !important; height: 200px !important; object-fit: cover; object-position: center; } img { margin: 0 0 30px; display: block; } span { display: block; @include font-design($MAIN, 18, normal, 0, 0, 1); &.data { margin: 0 0 20px; } &.title { @include font-design(0, 0, 0, 0, 0, 1.5); } } } } } } } &#newsSingle { #news { .inner { width: 1040px; h2 { padding: 0; text-align: left; @include font-design(0, 35, 0, 0, 0, 1.25); } p { margin-bottom: 1em; @include font-design($MAIN, 22, 500, 0, 0, 2); } span { &.data { margin: 0 0 20px; padding: 160px 0 0; display: block; @include font-design($MAIN, 16, 500, 0, 0, 1); } } a.btn01 { width: 250px; height: 50px; margin: 100px auto 0; border-radius: 25px; display: flex; justify-content: center; align-items: center; position: relative; background-color: $MAIN; cursor: pointer; @include font-design($WH, 18, bold, 0, 0, 1); } } } } } } /*---------------------------------------- pagenaviプラグイン用 ----------------------------------------*/ .wp-pagenavi { display: flex; justify-content: center; } .current, .page, .previouspostslink, .nextpostslink, .first, .last, .extend { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .page, .previouspostslink, .nextpostslink, .first, .last { margin: 0 10px 0 0; background-color: $BG; color: $MAIN; } .current { margin: 0 10px 0 0; background-color: $MAIN; color: $WH; } /*---------------------------------------- footer ----------------------------------------*/ footer { &#footer { margin: 200px 0 0; background-color: $MAIN; .wave { .waveCanvasFooterView {} } .inner { .contents { padding: 0 50px; display: flex; justify-content: space-between; .navGroup { display: flex; ul { margin: 0 40px 0 0; &.nav01 {} &.nav02 {} li { &:not(:last-of-type) { margin: 0 0 20px; } a { @include font-design($WH, 20, bold, 0, 0, 1); } } } } ul { &.sns { display: flex; align-items: center; li { margin: 0 20px; a { img { width: 45px; display: inline-block; } } } } } } #copyright { padding: 10px 0 40px; text-align: center; @include font-design($WH, 18, normal, 0, 0, 1); } } } }