@charset "UTF-8"; /* 設定読み込み */ @import url(../settings.less); /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @ top @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ body { background-image: url(../../_images/top/memorial_bg.jpg); background-size: cover; background-position: 50% 50%; background-attachment: fixed; } .max_contents_container { padding-top: 0px; } /* TOP専用指定 */ .contents_container { padding-top: 40px; } .fixed_header .gnav_wrap { position: inherit; top: 0; } .gnav_wrap.fixed { position: fixed; top: 80px; } .header_wrap { background: transparent; z-index: 100; position: relative; } .fixed_header .header_wrap { background: rgba(0,0,0,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; } .fixed_header .header_wrap.bg_normal { background: @header-bg-color; } /*================================================== $promo ==================================================*/ .promo_wrap.promofx { margin-top: 70px; } .promo_wrap, .slider_content { width: 100%; height: 100vh; position: relative; background: #fafafa; background-size: cover; } @media screen and ( max-width: @tb-width ) { .promo_wrap, .slider_content { height: 800px; } } .promo_copy { position: absolute; width: 315px; height: 485px; color: #fff; bottom: 15%; right: 15%; text-align: center; z-index: 100; } .promo_copy .promo_catch { margin-bottom: 20px; font-size: 3.4rem; font-weight: bold; line-height: 1.4em; } .promo_copy p { line-height: 1.5em; } /* cycle plugin */ .slide_01 { background: url(../../_images/top/promo_01.jpg); background-size: cover; } .slide_02 { background: url(../../_images/top/promo_02.jpg); background-size: cover; } .slide_03 { background: url(../../_images/top/promo_03.jpg); background-size: cover; } .slide_04 { background: url(../../_images/top/promo_04.jpg); background-size: cover; } .slide_05 { background: url(../../_images/top/promo_05.jpg); background-size: cover; } .slide_06 { background: url(../../_images/top/promo_06.jpg); background-size: cover; } .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 ==================================================*/ .hgroup { position: relative; } .heading02 span { margin-left: 15px; font-size: 1.1rem; } .top_more { position: absolute; top: 10px; right: 0; } .top_more_sp { display: none; } .gbtn a.button { padding: 15px 0; width: 300px; } /*================================================== $maxwidth ==================================================*/ .max_contents_container #top_memorial { .contents { padding-bottom: 0; } .memorial_bnr.box { margin-bottom: 100px; } } body .max_contents_container #top_memorial .clm3 li a img { width: 383px; } @media screen and ( max-width: @break-max-width ) { /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @ [ モバイル用設定 ] @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ /*================================================== $sp_basic_structure ==================================================*/ .max_contents_container .contents { margin: 0 auto; padding: 30px 0 30px 0; } /*================================================== $sp_header_wrap ==================================================*/ .header_wrap, .fixed_header .header_wrap { background: @header-bg-color; } /*================================================== $sp_promo ==================================================*/ .promo_wrap { margin-top: 60px; } .promo_wrap, .slider_content { width: 100%; height: 300px; } .promo_wrap.promofx { margin-top: 60px; width: 100%; } .promo_copy { display: none; } .promo_copy h1, .promo_copy .promo_catch { font-size: 2.0rem; } .promo_copy p { padding: 0 20px; font-size: 1.2rem; } /*================================================== $sp_common ==================================================*/ .gbtn { padding: 0 15px; } .gbtn a.button { padding: 15px 0; width: 100%; } .hgroup { } .heading02 span { display: none; } .top_more { top: 10px; right: 0; display: none; } body .max_contents_container #top_memorial .clm3 li a img { width: 100%; } .max_contents_container #top_memorial { .hakajimai_bnr .btn img { width: 100%; } } /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }