@charset "UTF-8"; /* 設定読み込み */ @import url(../settings.less); /*================================================*/ .max_contents_container { padding-top: 0; .contents { padding: @cont-padding 0; } @media screen and ( max-width: @break-max-width ) { padding-top: 0; .contents { margin: 0 auto; padding: 30px 0 30px 0; } } } /* GNがプロモエリアより下の場合 */ .fixed_header .gnav_wrap { position: inherit; top: auto; } /* GNをHEADER下で固定 */ .gnav_wrap.fixed { position: fixed; top: 80px; } /* 初期値 */ .header_wrap { background: transparent; z-index: 100; position: relative; @media screen and ( max-width: @break-max-width ) { background: @header-bg-color; } } /* FIXED_HEADERの場合 */ .fixed_header .header_wrap { background: rgba(255,255,255,1); // 初期値を透明にする場合は0 transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; z-index: 100; position: fixed; @media screen and ( max-width: @break-max-width ) { background: @header-bg-color; } } .fixed_header .header_wrap.bg_normal { background: @header-bg-color; } /*================================================== $promo ==================================================*/ .promo_wrap.fixed { margin-top: 70px; // HEADER_WRAP の高さ - 10px @media screen and ( max-width: @break-max-width ) { margin-top: 60px; width: 100%; } } .promo_wrap { margin-top: 140px; } .promo_wrap, .slider_content { width: 100%; height: 580px; position: relative; background: #fafafa; background-size: cover; @media screen and ( max-width: @tb-width ) { // IPAD height: 580px; } @media screen and ( max-width: @break-max-width ) { margin-top: 60px; width: 100%; height: 250px; } } .slider_content { @media screen and ( max-width: @break-max-width ) { margin-top: 0; } } .promo_inner { margin: 0 auto; width: 1000px; height: 580px; background: #000; @media screen and ( max-width: @break-max-width ) { width: 100%; height: 250px; } } .promo_copy { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; color: #fff; @media screen and ( max-width: @break-max-width ) { width: 80%; img { width: 100%; } } .promo_catch { margin-bottom: 20px; font-size: 3.4rem; font-weight: bold; line-height: 1.4em; @media screen and ( max-width: @break-max-width ) { font-size: 2.0rem; } } p { line-height: 1.5em; @media screen and ( max-width: @break-max-width ) { padding: 0 20px; font-size: 1.2rem; } } } /* cycle plugin */ .slide_01 { background: url(../../_images/top/promo_01.jpg); background-size: cover; background-position: 50% 50%; @media screen and ( max-width: @break-max-width ) { background-position: 50% 50%; } } .slide_02 { background: url(../../_images/top/promo_02.jpg); background-size: cover; background-position: 50% 50%; } .slide_03 { background: url(../../_images/top/promo_03.jpg); background-size: cover; background-position: 50% 50%; } .slide_04 { background: url(../../_images/top/promo_04.jpg); background-size: cover; background-position: 50% 50%; .promo_inner { background: url(../../_images/top/promo_pic_04.png) bottom center no-repeat; @media screen and ( max-width: @break-max-width ) { background-size: cover; background-position: 50% 50%; } } } .promo_prev { position: absolute; margin: auto 0; left: 0; bottom: 0; top: 0; width: 30px; height: 30px; z-index: 100; } .promo_next { position: absolute; margin: auto 0; right: 0; bottom: 0; top: 0; width: 30px; height: 30px; z-index: 100; } .promo_pager { width: 100%; position: absolute; bottom: 30px; text-align: center; z-index: 100; } .promo_pager a { display: inline-block; margin: 0 5px; width: 10px; height: 10px; text-indent: -999999px; font-size: 1px; overflow: hidden; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; background: rgba(0,0,0,0.3); } .promo_pager a.activeSlide { background: rgba(255,255,255,0.8); } /*================================================== $gnav ==================================================*/ .gnav_wrap { position: inherit; } /*================================================== $common ==================================================*/ .gbtn { @media screen and ( max-width: @break-max-width ) { padding: 0 15px; } a.button { padding: 15px 0; width: 300px; @media screen and ( max-width: @break-max-width ) { padding: 15px 0; width: 100%; } } } .contents_wrap { background-position: 50% 50%; background-size: cover; background-attachment: fixed; } /*================================================== $top_message ==================================================*/ #top_message { background-color: #fff; .image_cont { width: 330px; @media screen and ( max-width: @break-max-width ) { width: 100%; } } .texts_cont { width: 575px; @media screen and ( max-width: @break-max-width ) { width: 100%; } .heading03 { font-size: 2.0rem; line-height: 1.5em; } } } /*================================================== $top_product ==================================================*/ #top_product { background-color: #EBEFF4; .clm4 { li.list_cont { a { display: block; width: 235px; height: 175px; background-position: top center; text-decoration: none; color: #fff; text-align: center; padding-top: 60px; h2 { font-size: 1.6rem; font-weight: bold; margin-bottom: 105px; } i { margin: 0; } } a:hover { background-position: bottom center; } } } .sp_nav { border-top: 1px solid #ddd; li.list_cont { padding: 15px 0; border-bottom: 1px solid #ddd; position: relative; background: #fff; a { display: block; text-decoration: none; font-size: 1.8rem; .list { display: table; .listpic { padding-left: 10px; display: table-cell; vertical-align: middle; width: 50px; img { width: 100%; } } h2 { padding-left: 30px; display: table-cell; vertical-align: middle; font-weight: bold; color: @main-color; } } } } li.list_cont:before { position: absolute; top: 50%; right: 20px; display: block; margin-top: -10px; width: 20px; height: 20px; content:'\f054'; font-family: FontAwesome; color:@main-color; } } } /*================================================== $top_building ==================================================*/ #top_building { background-image: url(../../_images/top/top_building_bg.jpg); color: #fff; section { background: url(../../_images/top/top_building_cover.png) repeat; } .texts_image { .image_cont { width: 320px; @media screen and ( max-width: @break-max-width ) { width: 100%; text-align: center; margin-bottom: 20px; img { width: 60%; } } } .texts_cont { padding-top: 40px; width: 585px; @media screen and ( max-width: @break-max-width ) { padding-top: 0; width: 100%; } .hgroup { margin-bottom: 30px; h2 { font-size: 3.4rem; letter-spacing: 2px; margin-bottom: 10px; @media screen and ( max-width: @break-max-width ) { text-align: center; } } .subtitle { font-size: 1.2rem; @media screen and ( max-width: @break-max-width ) { text-align: center; } } } .texts { margin-bottom: 30px; } a.button.bc_white { border: 1px solid #fff !important; color: #fff !important; background: transparent; } } } } /*================================================== $top_ ==================================================*/ #top_ { background-color: #fff; } /*================================================== $top_contact ==================================================*/ .contents_wrap#top_contact { background-image: url(../../_images/top/top_contact_bg.jpg); background-size: cover; background-position: 50% 50%; background-attachment: scroll; .contents { width: 900px; @media screen and ( max-width: @break-max-width ) { width: 100%; padding: 30px 15px; box-sizing: border-box; } .cover { text-align: center; border: none; background-color: rgba(255,255,255,0.9); padding: 30px; h2 { margin-bottom: 10px; font-size: 2.2rem; font-weight: bold; } p.text { margin-bottom: 10px; } ul { border-right: 1px solid @deep-color; @media screen and ( max-width: @break-max-width ) { border: none; } li { padding: 10px 0; width: 50%; border-left: 1px solid @deep-color; @media screen and ( max-width: @break-max-width ) { width: 100%; border: none; } h3 { margin-bottom: 20px; font-size: 1.8rem; font-weight: bold; } .top_contact_tel { margin-bottom: 5px; display: inline-block; color: @main-color; font-size: 3.2rem; font-weight: bold; } .top_contact_notice { font-size: 1.2rem; } .top_contact_mail { a.button { font-size: 2.2rem; padding: .45em 2.5em .47em; } } @media screen and ( max-width: @break-max-width ) { .sp_top_contact_tel { margin-bottom: 10px; a.button { padding: 5px 0; font-size: 2.6rem; font-weight: bold; line-height: 1.8em; } } } } } } } } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }