@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - CategoryNav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
	html {
    width: 100%;
	}
  body {
    width: 100%;
		min-width: 1260px;
  }
	body#modal {
		min-width: 100%;
	}
	#cboxOverlay {
		background: rgba(0, 0, 0, .5) !important;
	}
	#cboxContent {
		margin-top: 0 !important;
		background-color: #fff !important;
	}
	#cboxLoadedContent {
		border: none !important;
	}
	#colorbox,
	#cboxOverlay,
	#cboxWrapper {
		overflow: visible !important;
	}
	#cboxClose {
		top: 0 !important;
		right: -40px !important;
		width: 40px !important;
    height: 40px !important;
		background: none !important;
	}
	#cboxClose::after {
		content: "×";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 40px;
		font-weight: bold;
		font-size: 30px;
		font-size: 3rem;
		color: #fff;
		text-indent: 0 !important;
		text-align: center;
		line-height: 40px;
	}
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    width: 100%;
    min-width: 1200px;
    border-top: solid 4px #0e73d7;
  }
  
  /* ----- HeaderBody ----- */
  .HeaderBody {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 13px;
  }
  .Header.is-contact > .HeaderBody {
    padding: 30px 0;
  }
  
  /* header-identity */
  .header-identity {
    margin: 0 auto;
    width: 330px;
  }
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .Gnav {
  }
  /* pcnone */
  .gnavMenu { display: none; }
  .gnavInfo { display: none; }
  
  /* ----- GnavBody ----- */
  .GnavBody {
    position: relative;
  }
  
  /* gnavList */
  .gnavList {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .gnavList > li {
    padding-bottom: 12px;
  }
  .gnavList > li > a {
    position: relative;
    display: inline-block;
    padding: 0.8em 38px 1em;
    border-top: solid 4px transparent;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnavList > li > a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    background: #e2e2e2;
  }
  .gnavList > li:first-child > a:before {
    display: none;
  }
  .gnavList > li.js-open > a,
  .gnavList > li.js-open.js-gnav_hasChild:not(.is-current) > a:hover {
    position: relative;
    border-top: solid 4px #0d73d7;
    background: url(/common/img/com_bg01.gif) repeat 0 0;
  }
  .gnavList > li > a:hover {
    opacity: 1;
  }
  .gnavList > li.is-current > a {
    position: relative;
  }
  .gnavList > li.is-current:not(.gnavList_coupon):not(.gnavList_fan) > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    background: url(/common/img/com_bg01.gif) repeat 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnavList > li.is-current > a:hover {
    cursor: default;
  }
  .gnavList > li > a > span {
    display: inline-block;
    background-image: url(/common/img/com_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    line-height: 17px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .gnavList > li.gnavList_shop > a > span { width: 78px; background-position: 0 0; }
  .gnavList > li.gnavList_brand > a > span { width: 104px; background-position: 0 -20px; }
  .gnavList > li.gnavList_menu > a > span { width: 105px; background-position: 0 -40px; }
  .gnavList > li.gnavList_coupon > a > span { width: 76px; background-position: 0 -60px; }
  .gnavList > li.gnavList_about > a > span { width: 216px; background-position: 0 -80px; }
  .gnavList > li.gnavList_fan > a > span { width: 74px; background-position: 0 -100px; }
  .gnavList > li.js-open > a > span,
  .gnavList > li.is-current > a > span,
  .gnavList > li.gnavList_coupon > a:hover > span,
  .gnavList > li.gnavList_fan > a:hover > span {
    background-image: url(/common/img/com_sprite_on.png);
  }
  
  /* gnavList-child */
  .gnavList_child {
    display: none;
    position: absolute;
    top: calc(100% - 12px);
    left: 0;
    width: 100%;
    background: url(/common/img/com_bg01.gif) repeat 0 0;
    z-index: 100;
  }
  .gnavList_child > .child_block {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  .gnavList_child > .child_block > *:first-child {
    margin-top: 0 !important;
  }
  .gnavList_child .child_title {
    margin-top: 1em;
  }
  .gnavList_child .child_title > a {
    position: relative;
    display: block;
    height: 28px;
    background-image: url(/common/img/com_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .gnavList_child > .child_block.gnavList_shop > .child_title > a { width: 128px; background-position: 0 -120px; }
  .gnavList_child > .child_block.gnavList_brand > .child_title > a { width: 191px; background-position: 0 -160px; }
  .gnavList_child > .child_block.gnavList_menu > .child_title > a { width: 193px; background-position: 0 -200px; }
  .gnavList_child > .child_block.gnavList_about > .child_title > a { width: 395px; background-position: 0 -240px; }
  .gnavList_child .child_title > a:before,
  .gnavList_child .child_title > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    background: #0f6cca;
    right: -20px;
  }
  .gnavList_child .child_title > a:before {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .gnavList_child .child_title > a:after {
    margin-top: 4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .gnavList_child .child_inner {
    margin-top: 30px;
  }
  .gnavList_child .child_navButton[data-row-pc] > li {
    float: left;
    padding-left: 20px;
    margin-top: 1.5em;
    margin-left: 20px;
    border-left: dotted 1px #b3b6b7;
  }
  .gnavList_child .child_navButton[data-row-pc="2"] > li { width: calc((100% - 20px) / 2); }
  .gnavList_child .child_navButton[data-row-pc="3"] > li { width: calc((100% - 41px) / 3); }
  .gnavList_child .child_navButton[data-row-pc="4"] > li { width: calc((100% - 60px) / 4); }
  .gnavList_child .child_navButton[data-row-pc="1"] > li,
  .gnavList_child .child_navButton[data-row-pc="2"] > li:nth-child(2n-1),
  .gnavList_child .child_navButton[data-row-pc="3"] > li:nth-child(3n+1),
  .gnavList_child .child_navButton[data-row-pc="4"] > li:nth-child(4n-3) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .gnavList_child .child_navButton[data-row-pc="1"] > li:first-child,
  .gnavList_child .child_navButton[data-row-pc="2"] > li:nth-child(-n+2),
  .gnavList_child .child_navButton[data-row-pc="3"] > li:nth-child(-n+3),
  .gnavList_child .child_navButton[data-row-pc="4"] > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .gnavList_child .child_navButton > li > a {
    display: block;
    padding: 1.1em;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    color: #333333;
  }
  .gnavList_child .child_navButton > li.is-bg-tra > a {
    background: transparent;
  }
  .gnavList_child .child_navButton > li > a:hover {
    text-decoration: none;
  }
  .gnavList_child .child_navButton > li > a > span {
    position: relative;
    padding-right: 18px;
  }
  .gnavList_child .child_navButton > li > a > span:before,
  .gnavList_child .child_navButton > li > a > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    background: #0f6cca;
    right: 0;
  }
  .gnavList_child .child_navButton > li > a > span:before {
    margin-top: -5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .gnavList_child .child_navButton > li > a > span:after {
    margin-top: 1px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .gnavList_child .child_navButton-brand > li > a {
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 3px 0;
    text-align: left;
  }
  .gnavList_child .child_navButton-brand > li > a > span {
    display: block;
    width: calc(100% - 140px);
    padding-right: 2em;
  }
  .gnavList_child .child_navButton-brand > li > a > span.button_logo {
    width: auto;
    height: 54px;
    padding: 0 10px;
  }
  .gnavList_child .child_navButton-brand > li > a > span.button_logo > img {
    height: 100%;
  }
  .gnavList_child .child_navButton-brand > li > a > span:before,
  .gnavList_child .child_navButton-brand > li > a > span:after {
    right: 1em;
  }
  .gnavList_child .child_navButton-brand > li > a > span.button_logo:before,
  .gnavList_child .child_navButton-brand > li > a > span.button_logo:after {
    display: none;
  }
  .gnavList_child .child_navButton-menu > li > a {
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px;
    text-align: left;
  }
  .gnavList_child .child_navButton-menu > li > a > figure {
    padding-bottom: 10px;
  }
  .gnavList_child .child_navButton-menu > li > a > span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .gnavList_child .child_navBanner {
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .gnavList_child .child_navBanner > li {
    margin-top: 1.5em;
    margin-left: 20px;
  }
  
  /* ------------------------------------------------------
   * CategoryNav
  ------------------------------------------------------ */
  .CategoryNav {
    position: relative;
    padding: 0 0 10px;
    background: url(/common/img/com_bg01.gif) repeat 0 0;
    z-index: 10;
  }
  .CategoryNavBody {
    width: 900px;
    margin: 0 auto;
  }
  .categoryNavList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .categoryNavList > li {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-right: dotted 1px #999999;
  }
  .categoryNavList > li:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    border-right: dotted 2px #f2f8fd;
  }
  .categoryNavList > li.is-edge {
    border-right: none;
  }
  .categoryNavList > li.is-edge:after {
    display: none;
  }
  .categoryNavList > li > a {
    padding: 0 30px;
    color: #333333;
  }
  .categoryNavList > li > a:hover {
    text-decoration: none;
    color: #0e73d7;
    opacity: 1;
  }
	.categoryNavList > li.is-current > a {
		font-weight: bold;
    color: #0e73d7;
  }
  
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    border-top: solid 1px #e2e2e2;
  }
  body#modal .Main {
    border-top: none;
  }
  
  /* ----- MainBody ----- */
  .MainBody {
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
  }
  
  /* breadcrumbs */
  .breadcrumbs {
  }
  
  /* ----- pageHead ----- */
  .pageHead > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- categoryHead ----- */
  .pageHead [class*="categoryHead-"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 250px;
  }
  .pageHead [class*="categoryHead-"] > .categoryHead_body {
    width: 1200px;
    margin: 0 auto;
  }
  .pageHead [class*="categoryHead-"] > *:first-child,
  .pageHead [class*="categoryHead-"] > .categoryHead_body > *:first-child {
    margin-top: 0 !important;
  }
  
  /* shop */
  .pageHead .categoryHead-shop {
    background-image: url(/shop/img/index_bg01.jpg);
    background-color: #ebdccc;
  }
  
  /* brand */
  /*.pageHead .categoryHead-brand {
    background-image: url(/brand/img/index_bg01.jpg);
    background-color: #f3edda;
  }*/
  /* > bakery */
  .pageHead .categoryHead-brand-bakery {
    background-image: url(/brand/img/brand_bg02.jpg);
    background-color: #f4e2ca;
  }
  /* > kitchen */
  .pageHead .categoryHead-brand-kitchen {
    background-image: url(/brand/img/brand_bg03.jpg);
    background-color: #efecea;
  }
  /* > stazzo */
  /*.pageHead .categoryHead-brand-stazzo {
    background-image: url(/brand/img/brand_bg04.jpg);
    background-color: #fbf6dd;
  }*/
  /* > breads */
  .pageHead .categoryHead-brand-breads {
    background-image: url(/brand/img/brand_bg03.jpg);
    background-color: #f0ece9;
  }
  /* > lesanges */
  .pageHead .categoryHead-brand-lesanges {
    background-image: url(/brand/img/brand_bg06.jpg);
    background-color: #f5efd0;
  }
  /* > sylphide */
  .pageHead .categoryHead-brand-sylphide {
    background-image: url(/brand/img/brand_bg07.jpg);
    background-color: #ddd3b5;
  }
  /* > dining */
  .pageHead .categoryHead-brand-dining {
    background-image: url(/brand/img/brand_bg08.jpg);
    background-color: #e8e1d6;
  }
  /* > breadlab */
  .pageHead .categoryHead-brand-breadlab {
    background-image: url(/brand/img/brand_bg09.jpg);
    background-color: #f3edda;
  }
  
  /* about */
  .pageHead .categoryHead-about {
    background-image: url(/about/img/index_bg01.jpg);
    background-color: #07090c;
  }
  
  /* coupon */
  .pageHead .categoryHead-coupon {
    background-image: url(/coupon/img/index_bg01.jpg);
    background-color: #fcfcea;
  }
	
	/* menu */
  .pageHead .categoryHead-menu {
		height: auto !important;
		margin-top: 40px !important;
  }
	.pageHead .categoryHead-takeout {
		height: 170px !important;
    background: url(/menu/takeout/img/index_h01.png) no-repeat 0 50%;
    background-size: cover;
  }
  
  
  /* ----- container ----- */
  .container {
    width: 1200px;
    padding-top: 60px;
    margin: 0 auto;
  }
  .container > *:first-child {
    margin-top: 0 !important;
  }
  .Main > .container:first-child {
  }
  .container[data-wide="true"] {
    width: 100%;
  }
	body#modal .container {
    width: 100%;
		padding: 30px 30px 40px;
	}
  
  /* contents */
	.contents > *:first-child,
  .contents > section:first-child > *:first-child,
  .contents > .column-layout:first-child > *:first-child,
  .contents > .column-media:first-child > *:first-child {
    margin-top: 0 !important;
  }
  
  /* sidebar */
  .sidebar {
  }
  
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .Assist_brand {
		margin-top: 60px;
    background: url(/common/img/com_bg04.jpg) no-repeat 50% 70%;
    background-size: cover;
  }
	.Assist_brand_inner {
		padding: 30px 0;
		background-color: rgba(255, 255, 255, 0.4);
  }
	.Assist_heading {
		width: 1200px;
		margin: 0 auto;
		font-size: 28px;
    font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	.Assist_brand_area {
		width: 1100px;
		margin: 36px auto 0;
	}
	.Assist_brand_list li {
		overflow: hidden;
		float: left;
		width: 220px !important;
		height: 95px;
		padding: 0 15px;
	}
	.Assist_brand_list li .brand_logo {
		display: block;
		padding: 4px 15px;
		background-color: #fff;
		border-radius: 5px;
	}
	.Assist_brand_list li a .brand_logo > img {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.Assist_brand_list li a:hover .brand_logo > img {
		opacity: 0.7;
	}
	.Assist_brand_list.js-slider-brand .slick-prev,
	.Assist_brand_list.js-slider-brand .slick-next {
		display: block;
		width: 30px;
		height: 30px;
		background-color: #094cc2;
		border-radius: 50%;
		z-index: 10;
	}
	.Assist_brand_list.js-slider-brand .slick-prev {
		left: -50px;
	}
	.Assist_brand_list.js-slider-brand .slick-next {
		right: -50px;
	}
	.Assist_brand_list.js-slider-brand .slick-prev::before {
		content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
		margin-left: -4px;
    border-right: #fff 2px solid;
    border-top: #fff 2px solid;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
		opacity: 1;
	}
	.Assist_brand_list.js-slider-brand .slick-next::before {
		content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
		margin-left: -7px;
    border-right: #fff 2px solid;
    border-top: #fff 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
		opacity: 1;
	}
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    position: relative;
    width: 100%;
    margin-top: 80px;
    background: #0e73d7;
    font-size: 14px;
    font-size: 1.4rem;
  }
	.Assist + .Footer {
		margin-top: 0;
	}
  
  /* ----- FooterUtility ----- */
  .FooterUtility {
    background: url(/common/img/com_bg01.gif) repeat 0 0;
  }
  .FooterUtility_inner {
    display: -weblit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0.7em 0;
  }
  
  /* footer-groupCompanies */
  .footer-groupCompanies {
    display: -weblit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-groupCompanies .groupCompanies_title {
    padding-right: 1.4em;
  }
  .footer-groupCompanies .groupCompanies_list {
    position: relative;
    display: table;
    padding: 0.5em 0;
  }
  .footer-groupCompanies .groupCompanies_list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    border: dotted 1px rgba(14, 115, 215, 0.5);
  }
  .footer-groupCompanies .groupCompanies_list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    border: dotted 2px #f3f9fd;
  }
  .footer-groupCompanies .groupCompanies_list > li {
    display: table-cell;
    height: 38px;
    padding-left: 1.8em;
    vertical-align: middle;
  }
  .footer-groupCompanies .groupCompanies_list > li:first-child {
    padding-left: 1.4em;
  }
  
  /* footer-social */
  .footer_social .social_list > li {
    float: right;
    margin-right: 20px;
    height: 26px;
  }
  .footer-groupCompanies .groupCompanies_list > li img,
  .footer_social .social_list > li img {
    height: 100%;
  }
  
  
  /* ----- FooterBody ----- */
  .FooterBody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
  }
	
  /* footer-banner */
  .footer-banner .banner_list {
    display: table;
  }
  .footer-banner .banner_list > li {
    display: table-cell;
    height: 68px;
    padding-left: 20px;
    vertical-align: middle;
  }
  
  /* footer-siteLink */
  .FooterBody_inner .FooterBody_siteLink > li {
    float: left;
  }
  .FooterBody_inner .FooterBody_siteLink > li > a {
    display: inline-block;
    border-left: solid 1px #ffffff;
    padding: 0 25px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #ffffff;
  }
  .FooterBody_inner .FooterBody_siteLink > li:first-child > a {
    padding-left: 0;
    border-left: 0;
  }
  .FooterBody_inner .FooterBody_siteLink > li > a.a-blank:after {
    background-position: -220px 0;
    margin-left: 0.5em;
  }
  
  /* FooterBody_identity */
  .FooterBody_identity {
    display: table;
    margin-top: 1em;
  }
  .FooterBody_identity .identity_logo {
    display: table-cell;
    height: 25px;
    vertical-align: middle;
  }
  .footer-copyright {
    display: table-cell;
    padding-left: 1.2em;
    vertical-align: middle;
  }
  .identity_logo img,
  .footer-banner .banner_list > li img {
    height: 100%;
  }
  
  /* footer-copyright */
  .footer-copyright {
    font-size: 11px;
    font-size: 1.1rem;
    color: #ffffff;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: absolute;
    top: -14px;
    bottom: inherit;
    right: 50%;
    text-indent: -9999px;
    width: 115px;
    height: 85px;
    margin-right: -715px;
    background: url(/common/img/com_bg02.png) no-repeat 0 100%;
    background-size: contain;
		z-index: 99;
  }
  .Pagetop.is-fix {
    position: fixed;
    top: inherit;
    bottom: 15px;
  }
  .Pagetop > a {
    position: relative;
    display: block;
    width: 115px;
    height: 65px;
    background: url(/common/img/com_im01.png) no-repeat 50% 0;
    background-size: contain;
  }
  .Pagetop > a:before,
  .Pagetop > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: 4px;
    background: #0e73d7;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
  }
  .Pagetop > a:after {
    left: 50%;
    margin: -2px 0 0 -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .Pagetop > a:before {
    right: 50%;
    margin: -2px -1px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .Pagetop > a:hover:before,
  .Pagetop > a:hover:after {
    margin-top: -5px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .gnavList_child .child_navButton[data-row-pc]:after,
	.Assist_brand_list:after,
  .FooterUtility .social_list:after,
  .FooterBody_inner .FooterBody_siteLink:after,
  .FooterBody_identity:after {
    clear: both;
    content: "";
    display: block;
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1430px) {
  /* ----- FooterUtility ----- */
  .FooterUtility {
    width: 100%;
  }
  .FooterUtility_inner {
    padding-right: 115px;
  }
  .footer_social {
    position: absolute;
    right: 115px;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    right: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* ----- Pagetop ----- */
  .Pagetop.is-fix {
    right: 0;
    margin-right: 0;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .sp-hidden,
  .Pagetop,
  .gnavList_child {display:none!important;}
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header,
  .gnavList,
  .container,
  .FooterBody {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .gnavList > li > a {
    padding: 0.8em 28px 1em;
  }
  .gnavList > li.js-open > a,
  .gnavList > li.js-open.js-gnav_hasChild:not(.is-current) > a:hover {
    background: none;
    border-top: none;
  }
  .gnavList > li.js-open > a > span {
    background-image: url(/common/img/com_sprite.png);
  }
}