@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Components
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Components
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
  .Main {
    border-top: none;
  }
  .container {
    padding-top: 40px;
  }
	
	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
	/* ----- hero ----- */
  .hero {
    width: 100%;
    overflow: hidden;
  }
  .hero_banner {
    width: 1200px;
    margin: 40px auto 0;
  }
  .hero_banner .banner_list > li {
    text-align: center;
  }
  
	/* ----- home_contents ----- */
  .home_contents {
    width: 100%;
    min-width: 1200px;
  }
  .home_contents:first-child {
    margin-top: 40px;
  }
  .home_contents .contents_body {
    width: 1200px;
    margin: 0 auto;
  }
  .home_contents .heading-lv2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0;
  }
  .home_contents .heading-lv2 .heading_title {
    background-image: url(/img/home_sprite_pc.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  
	/* ----- menu ----- */
  .home_contents.home_contents-menu {
    background: url(/common/img/com_bg03.png) repeat 0 0;
    padding: 70px 0 65px;
  }
  .home_contents.home_contents-menu .heading-lv2 .heading_title {
    width: 171px;
    height: 28px;
    background-position: 0 0;
  }
  .home_contents .menu_category {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 40px;
  }
  .home_contents .menu_category + .link-button {
    margin-top: 50px;
  }
  .home_contents .menu_category > .category_column {
    width: calc((100% - 2px) / 3);
    height: 550px;
    margin-left: 1px;
    background-size: cover;
    overflow: hidden;
  }
  .home_contents .menu_category > .category_column:first-child {
    margin-left: 0;
  }
  .home_contents .menu_category > .category_column:nth-child(3n-2) {
    border-radius: 5px 0 0 5px;
  }
  .home_contents .menu_category > .category_column:nth-child(3n) {
    border-radius: 0 5px 5px 0;
  }
  .home_contents .category_column-new {
    background: url(/img/index_im01.jpg) no-repeat 50% 50%;
  }
  .home_contents .category_column-takeout {
    background: url(/img/index_im02.jpg) no-repeat 50% 50%;
  }
  .home_contents .category_column-eat {
    background: url(/img/index_im03.jpg) no-repeat 50% 50%;
  }
  .home_contents .menu_category > .category_column > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .home_contents .menu_category > .category_column > a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .home_contents .menu_category > .category_column > a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .home_contents .menu_category > .category_column > a:hover:before {
    opacity: 1;
  }
  .home_contents .menu_category > .category_column > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 2em;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .home_contents .menu_category > .category_column > a > span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% + 1.5em);
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
  }
  .home_contents .menu_category > .category_column > a > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% + 1.5em);
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -7px;
    border-right: #0f6cca 2px solid;
    border-top: #0f6cca 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home_contents.home_contents-menu .link-button > li > a {
    padding: 1.1em 4.5em;
    text-align: center;
  }
  
	/* ----- bg ----- */
  .home_contents.home_contents-bg01 {
    padding: 60px 0;
    background: url(/common/img/com_bg04.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .home_contents.home_contents-bg01 .contents_body {
    display: -weblit-flex;
    display: flex;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    -weblit-align-items: center;
    align-items: center;
  }
  .home_contents.home_contents-bg01 .contents_body > [class*="home_contents-"] {
    margin-left: 60px;
  }
  .home_contents.home_contents-bg01 .contents_body > [class*="home_contents-"]:nth-child(2n+1) {
    margin-left: 0;
  }
  
	/* ----- shop ----- */
  .home_contents .home_contents-shop {
    width: calc((100% - 60px) / 2);
  }
  .home_contents .home_contents-shop .heading-lv2 .heading_title {
    width: 160px;
    height: 100px;
    background-position: 0 -80px;
  }
  .home_contents .home_contents-shop .link-button {
    display: -weblit-flex;
    display: flex;
    -weblit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
  .home_contents .home_contents-shop .link-button > li {
    width: calc(100% / 3);
    margin-top: 0;
  }
  .home_contents .home_contents-shop .link-button > li > a {
    padding: 1em;
  }
  
	/* ----- brand ----- */
  .home_contents .home_contents-brand {
    width: calc((100% - 60px) / 2);
    padding: 40px 30px 30px;
    border-radius: 5px;
    background: #ffffff;
  }
  .home_contents .home_contents-brand .heading-lv2 .heading_title {
    width: 189px;
    height: 29px;
    background-position: 0 -40px;
  }
  .home_contents .home_contents-brand .brand_list {
    display: -weblit-flex;
    display: flex;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 35px;
  }
  .home_contents .home_contents-brand .brand_list li {
    position: relative;
    width: calc(100% / 3);
    margin-top: 20px;
    padding: 0 20px;
    border-left: dotted 1px #b8b8b8;
  }
  .home_contents .home_contents-brand .brand_list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    border: dotted 2px #ffffff;
  }
  .home_contents .home_contents-brand .brand_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .home_contents .home_contents-brand .brand_list li:nth-child(3n+1),
  .home_contents .home_contents-brand .brand_list li:nth-child(3n+1):before {
    border: none;
  }
  
  
	/* ----- news ----- */
  .home_contents.home_contents-news {
    padding: 60px 0 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home_contents.home_contents-news .heading-lv2 .heading_title {
    width: 125px;
    height: 27px;
    background-position: 0 -200px;
  }
  .news_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .news_block .block_child {
    width: calc((100% - 60px) / 2);
    margin-left: 60px;
  }
  .news_block .block_child:nth-child(2n+1) {
    margin-left: 0;
  }
  
  /* news-column */
  .news_block .news-column > .column_child {
    position: relative;
    float: left;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .news_block .news-column > .column_child:nth-child(-n+2) {
    margin-top: 0;
  }
  .news_block .news-column > .column_child:nth-child(2n+1) {
    margin-left: 0;
  }
  .news_block .news-column > .column_child > .block {
    display: block;
  }
  .news_block .news-column > .column_child > a.block:after {
    display: none;
  }
  .news_block .news-column > .column_child .column_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-align: center;
  }
  .news_block .news-column > .column_child > a .column_text > span:after {
    content: "";
    background-image: url(/common/img/com_sprite.png);
    background-repeat: no-repeat;
  }
  .news_block .news-column > .column_child a.a-blank .column_text > span:after {
    display: inline-block;
    width: 15px;
    height: 13px;
    background-position: -220px 0;
    margin-left: 0.5em;
  }
  
  /* news-list */
  .news_block .news-list {
    max-height: 490px;
  }
  .news_block .news-list .list_wrap {
    height: auto;
    max-height: 93%;
    border-top: solid 2px #eeeeee;
    border-bottom: solid 2px #eeeeee;
    overflow: hidden;
  }
  .news_block .news-list .news-layout {
    height: 100%;
  }
  .news-layout .news_article .block {
    padding: 20px 1em 20px 0;
  }
  .news_link {
    margin-top: 1em;
    text-align: right;
  }
  .news_link > li > a {
    position: relative;
    padding-right: 1em;
  }
  .news_link > li > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-right: #0e73d7 2px solid;
    border-top: #0e73d7 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .news_link > li > a:hover:after {
    right: -5px;
  }
  
	/* ----- about ----- */
  .home_contents.home_contents-about {
    width: 100%;
    padding: 65px 0 60px;
    background-image: -webkit-linear-gradient(top, #e5d8b3 0%, transparent 50%, transparent 100%), url(/img/index_bg01.jpg);
    background-image: linear-gradient(to top, #e5d8b3 0%, transparent 50%, transparent 100%), url(/img/index_bg01.jpg);
    background-repeat: no-repeat;
    background-position: 0 0, 0 0, 50% 0;
    background-size: cover;
  }
  .home_contents.home_contents-about .heading-lv2 .heading_title {
    width: 466px;
    height: 33px;
    background-position: 0 -240px;
  }
  .home_contents.home_contents-about .heading-lv2 + * {
    margin-top: 50px;
  }
  .home_contents.home_contents-about .contents_lead {
    text-align: center;
    color: #ffffff;
  }
  .home_contents-about .about-link .link_block {
    position: relative;
    float: left;
    margin-top: 60px;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden;
		z-index: 2;
  }
  .home_contents-about .about-link .link_block:first-child {
    margin-left: 0;
  }
  .home_contents-about .about-link .link_block > a {
    display: inline-block;
    width: 224px;
    height: 224px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
		z-index: 1;
  }
  .home_contents-about .about-link .link_block > a:hover {
    opacity: 1;
  }
  .home_contents-about .about-link a > .link_image {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .home_contents-about .about-link a:hover .link_image  {
    opacity: 0.7;
  }
  .home_contents-about .about-link .about-text {
    display: table;
    position: absolute;
    top: calc(100% - (4em + 25px));
    left: 0;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
  }
  .home_contents-about .about-link .about-text > span {
    display: table-cell;
    width: 100%;
    padding: 1em;
    vertical-align: middle;
  }
  
	/* ----- bannerLink ----- */
  .home_contents.home_bannerLink {
    padding: 60px 0;
  }
  .bannerLink_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bannerLink_list > li {
    width: calc(100% / 3);
  }
  
	/* ------------------------------------------------------
	 * Page Components
	------------------------------------------------------ */
	/* ----- slick ----- */
  .slick-list {
    position: relative;
    left: 50%;
    width: 1980px;
    margin-left: -990px;
  }
  .slick-slider {
    position: relative;
  }
  .slick-slider .slick-slide {
    position: relative;
    text-align: center;
  }
  .slick-slider .slick-slide:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slick-slider .slick-slide.slick-active:after {
    display: none;
  }
  .slick-slider .slick-slide > a {
    display: inline-block;
  }
  .slick-slider .slick-slide span {
    position: relative;
    display: inline-block;
  }
  .slick-slider .slick-slide span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }
  .slick-slider .slick-slide.slick-active span:after {
    display: none;
  }
  .slick-track > * {
    float: left;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 11px rgba(93, 93, 93, 0.36);
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
  .slick-arrow:hover {
    box-shadow: 0 0 11px rgba(93, 93, 93, 0.5);
    background: #ffffff;
  }
  .slick-arrow:before,
  .slick-arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 3px;
    border-radius: 4px;
    background: #0f6cca;
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slick-arrow:hover:before,
  .slick-arrow:hover:after {
    opacity: 0.7;
  }
  .slick-arrow:before {
    margin-top: -5px;
  }
  .slick-arrow:after {
    margin-top: 4px;
  }
  .slick-prev {
    left: 50%;
    margin-left: -504px;
  }
  .slick-prev:before,
  .slick-prev:after {
    left: 50%;
    margin-left: -10px;
  }
  .slick-prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .slick-prev:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next {
    right: 50%;
    margin-right: -504px;
  }
  .slick-next:before,
  .slick-next:after {
    right: 50%;
    margin-right: -8px;
  }
  .slick-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10;
  }
  .slick-dots > li {
    margin: 0 0 0 16px;
  }
  .slick-dots > li:first-child {
    margin-left: 0;
  }
  .slick-dots > li > button {
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    text-indent: -9999px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slick-dots > li > button:hover {
    opacity: 0.7;
  }
  .slick-dots > li > button:before {
    display: none;
  }
  .slick-dots > li.slick-active > button {
    background: #0e73d7;
  }
	
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.home_contents-bg01 > .contents_body:after,
  .home_contents-about .about-link:after {
		clear: both;
		content: "";
		display: block;
	}
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
  .container {
    padding: 0;
  }
	
	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
	/* ----- hero ----- */
  .hero {
    width: 100%;
    overflow: hidden;
  }
  .hero_banner {
    width: 100%;
    padding: 0 15px;
    margin: 15px auto 0;
  }
  .hero_banner .banner_list > li {
    text-align: center;
  }
  
	/* ----- home_contents ----- */
  .home_contents {
    width: 100%;
  }
  .home_contents:first-child {
    margin-top: 15px;
  }
  .home_contents .contents_body {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .home_contents .heading-lv2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0;
  }
  .home_contents .heading-lv2 .heading_title {
    background-image: url(/img/home_sprite_sp.png);
    background-size: 250px 140px;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  
	/* ----- menu ----- */
  .home_contents.home_contents-menu {
    background: url(/common/img/com_bg03.png) repeat 0 0;
    background-size: 250px;
    padding: 25px 0;
  }
  .home_contents.home_contents-menu .heading-lv2 .heading_title {
    width: 118px;
    height: 20px;
    background-position: 0 0;
  }
  .home_contents .menu_category {
    margin-top: 20px;
  }
  .home_contents .menu_category:after {
    content: "";
    display: inline-block;
    clear: both;
  }
  .home_contents .menu_category > .category_column {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 2px) / 3);
    min-height: 160px;
    margin-left: 1px;
    background-size: cover;
    overflow: hidden;
  }
  .home_contents .menu_category > .category_column:first-child {
    margin-left: 0;
  }
  .home_contents .menu_category > .category_column:nth-child(3n-2) {
    border-radius: 5px 0 0 5px;
  }
  .home_contents .menu_category > .category_column:nth-child(3n) {
    border-radius: 0 5px 5px 0;
  }
  .home_contents .category_column-new {
    background: url(/img/index_im01.jpg) no-repeat 50% 50%;
  }
  .home_contents .category_column-takeout {
    background: url(/img/index_im02.jpg) no-repeat 50% 50%;
  }
  .home_contents .category_column-eat {
    background: url(/img/index_im03.jpg) no-repeat 50% 50%;
  }
  .home_contents .menu_category > .category_column > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home_contents .menu_category > .category_column > a > span {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 1em;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
    z-index: 1;
  }
  .home_contents .menu_category > .category_column > a > span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
  }
  .home_contents .menu_category > .category_column > a > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -5px;
    border-right: #0f6cca 2px solid;
    border-top: #0f6cca 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home_contents.home_contents-menu .link-button > li > a {
    padding: 1.1em 4.5em;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  
	/* ----- bg ----- */
  .home_contents.home_contents-bg01 {
    padding: 25px 0;
    background: url(/common/img/com_bg04.jpg) no-repeat 50% 0;
    background-size: 960px 243px;
    background-size: cover;
  }
  .home_contents.home_contents-bg01 .contents_body {
    display: -weblit-flex;
    display: flex;
    -weblit-flex-flow: column wrap;
    flex-flow: column wrap;
    -weblit-align-items: center;
    align-items: center;
  }
  
	/* ----- shop ----- */
  .home_contents .home_contents-shop {
    width: 100%;
  }
  .home_contents .home_contents-shop .heading-lv2 .heading_title {
    width: 138px;
    height: 20px;
    background-position: 0 -30px;
  }
  .home_contents .home_contents-shop .link-button {
    display: -weblit-flex;
    display: flex;
    -weblit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
  }
  .home_contents .home_contents-shop .link-button > li {
    width: calc((100% - 1em) / 3);
    margin-top: 0;
    margin-left: 0.5em;
  }
  .home_contents .home_contents-shop .link-button > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .home_contents .home_contents-shop .link-button > li > a {
    padding: 1em 0.5em;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home_contents .home_contents-shop .link-button > li > a > .link_label {
    display: inline-block;
    padding-right: 1em;
  }
  
	/* ----- brand ----- */
  .home_contents .home_contents-brand {
    width: 100%;
    margin-top: 15px;
    padding: 20px 0 15px;
    border-radius: 5px;
    background: #ffffff;
  }
  .home_contents .home_contents-brand .heading-lv2 .heading_title {
    width: 126px;
    height: 20px;
    background-position: 0 -60px;
  }
  .home_contents .home_contents-brand .brand_list {
    display: -weblit-flex;
    display: flex;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
  .home_contents .home_contents-brand .brand_list li {
    position: relative;
    width: calc(100% / 3);
    margin-top: 15px;
    padding: 0 12px;
    border-left: dotted 1px #b8b8b8;
  }
  .home_contents .home_contents-brand .brand_list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    border: dotted 2px #ffffff;
  }
  .home_contents .home_contents-brand .brand_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .home_contents .home_contents-brand .brand_list li:nth-child(3n+1),
  .home_contents .home_contents-brand .brand_list li:nth-child(3n+1):before {
    border: none;
  }
  
  
	/* ----- news ----- */
  .home_contents.home_contents-news {
    padding: 25px 0;
  }
  .home_contents.home_contents-news .heading-lv2 .heading_title {
    width: 100px;
    height: 21px;
    background-position: 0 -90px;
  }
  .news_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%;
    margin-top: 25px;
  }
  
  /* news-column */
  .news_block .news-column > .column_child {
    position: relative;
    float: left;
    width: calc((100% - 12px)/2);
    margin-top: 12px;
    margin-left: 12px;
    border-radius: 5px;
    overflow: hidden;
  }
  .news_block .news-column > .column_child:nth-child(-n+2) {
    margin-top: 0;
  }
  .news_block .news-column > .column_child:nth-child(2n+1) {
    margin-left: 0;
  }
  .news_block .news-column > .column_child > .block {
    display: block;
  }
  .news_block .news-column > .column_child > a.block:after {
    display: none;
  }
  .news_block .news-column > .column_child .column_image > img {
    width: 100%;
  }
  .news_block .news-column > .column_child .column_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em 0.2em;
    background: rgba(0, 0, 0, 0.7);
    font-size: 10px;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
  }
  .news_block .news-column > .column_child > a.a-blank .column_text > span {
    position: relative;
    padding-right: 1.2em;
  }
  .news_block .news-column > .column_child > a .column_text > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(/common/img/com_sprite.png);
    background-size: 250px 140px;
    background-repeat: no-repeat;
  }
  .news_block .news-column > .column_child a.a-blank .column_text > span:after {
    display: inline-block;
    width: 8px;
    height: 7px;
    margin-top: -3px;
    background-position: -110px 0;
  }
  
  /* news-list */
  .news_block .news-list {
    margin-top: 20px;
    max-height: 490px;
  }
  .news_block .news-list .list_wrap {
    border-top: solid 2px #eeeeee;
    border-bottom: solid 2px #eeeeee;
  }
  .news-layout .news_article:nth-child(n+4) {
    display: none;
  }
  .news-layout .news_article:nth-child(3n) {
    border-bottom: none;
  }
  .news-layout .news_article:nth-child(3n):before {
    display: none;
  }
  .news-layout .news_article .block {
    position: relative;
    padding: 20px 2em 20px 0;
  }
  .news-layout .news_article a.block:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: #555555 1px solid;
    border-top: #555555 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news_link {
    margin-top: 1em;
    text-align: center;
  }
  .news_link > li > a {
    display: inline-block;
    padding: 1em 5em;
    background: #0f6cca;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .news_link > li > a > span {
    position: relative;
    padding-right: 1em;
  }
  .news_link > li > a > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
	/* ----- about ----- */
  .home_contents.home_contents-about {
    padding: 25px 0;
    background-image: -webkit-linear-gradient(top, #e5d8b3 0%, transparent 50%, transparent 100%), url(/img/index_bg01.jpg);
    background-image: linear-gradient(to top, #e5d8b3 0%, transparent 50%, transparent 100%), url(/img/index_bg01.jpg);
    background-repeat: no-repeat;
    background-position: 0 0, 0 0, 50% 0;
    background-size: cover;
  }
  .home_contents.home_contents-about .contents_body {
    padding: 0;
  }
  .home_contents.home_contents-about .heading-lv2 {
    padding: 0 15px;
  }
  .home_contents.home_contents-about .heading-lv2 .heading_title {
    width: 233px;
    height: 17px;
    background-position: 0 -120px;
  }
  .home_contents.home_contents-about .heading-lv2 + * {
    margin-top: 25px;
  }
  .home_contents.home_contents-about .contents_lead {
    padding: 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .home_contents-about .about-link {
    padding: 0 9px;
    margin-top: 30px;
  }
  .home_contents-about .about-link .link_block {
    position: relative;
    float: left;
    margin: 0 6px;
  }
  .home_contents-about .about-link .link_block > a {
    display: block;
    width: 100%;
    max-width: 224px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
  }
  .home_contents-about .about-link .about-text {
    display: table;
    position: absolute;
    top: calc(100% - (3em + 25px));
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
  }
  .home_contents-about .about-link .about-text > span {
    display: table-cell;
    width: 100%;
    padding: 1em;
    vertical-align: middle;
  }
  
	/* ----- bannerLink ----- */
  .home_contents.home_bannerLink {
    padding: 25px 0;
  }
  .bannerLink_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bannerLink_list li {
    text-align: center;
  }
  .bannerLink_list li + li {
    margin-top: 12px;
  }
  
	/* ------------------------------------------------------
	 * Page Components
	------------------------------------------------------ */
	/* ----- slick ----- */
  .slick-slider {
    position: relative;
  }
  .slick-slider .slick-slide {
    position: relative;
    text-align: center;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-slider .slick-slide > a {
    display: inline-block;
  }
  .slick-slider .slick-slide > a > span {
    display: inline-block;
  }
  .slick-track > * {
    float: left;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 11px rgba(93, 93, 93, 0.36);
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
  }
  .slick-arrow:hover {
    background: #ffffff;
  }
  .slick-arrow:before,
  .slick-arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 2px;
    border-radius: 4px;
    background: #0f6cca;
    opacity: 1;
    z-index: 10;
  }
  .slick-arrow:before {
    margin-top: -3px;
  }
  .slick-arrow:after {
    margin-top: 1px;
  }
  .slick-prev {
    left: 3px;
  }
  .slick-prev:before,
  .slick-prev:after {
    left: 50%;
    margin-left: -5px;
  }
  .slick-prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .slick-prev:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next {
    right: 3px;
  }
  .slick-next:before,
  .slick-next:after {
    right: 50%;
    margin-right: -5px;
  }
  .slick-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .slick-dots {
    position: absolute;
    bottom: 1em;
    left: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10;
  }
  .slick-dots > li {
    margin: 0 0 0 10px;
  }
  .slick-dots > li:first-child {
    margin-left: 0;
  }
  .slick-dots > li > button {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    text-indent: -9999px;
  }
  .slick-dots > li > button:before {
    display: none;
  }
  .slick-dots > li.slick-active > button {
    background: #0e73d7;
  }
	
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.home_contents-bg01 > .contents_body:after,
  .home_contents-about .about-link:after,
  .home_contents-menu .menu_category:after {
		clear: both;
		content: "";
		display: block;
	}
}
