@charset "UTF-8"; /* landing */ @import url(../settings.less); /*================================================*/ .item_pic, .item_area { img { width: 100%; vertical-align: bottom; } } .godetail { padding: 30px 15px; text-align: center; a { display: inline-block; padding: 20px 40px; font-size: 2.0rem; color: #fff !important; background: @main-color; text-decoration: none !important; } } .godetail a:hover { opacity: 0.75; filter: alpha(opacity=75); } #landing_child_contents { .title_wrap { .contents { padding-bottom: 1px; } } .prd_list { .pic { height: 360px; background-size: cover; background-position: 50% 50%; } .course { font-weight: bold; font-size: 1.8rem; color: @main-color; } .price { font-size: 2.4rem; color: #D0021B; } } } .pp_part { height: 600px; overflow: scroll; background: #fafafa; } #cart { .pic { height: 400px; background-size: cover; background-position: center center; } } @media screen and ( max-width: @break-max-width ) { } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }