@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 1024px){
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  .header-nav .nav_global,
  .menu-megadrop .megadrop_heading .megadrop_title,
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_item .megadrop_links_label,
  .sidebar-nav .nav_head > a,
  .header-nav .nav_global button {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ----- a ----- */
  .footer-nav .nav_menu_main > li > a,
  .footer-nav .nav_menu_sub > li > a,
  .footer-nav .nav_policy > li > a {
    color: #333;
  }
  .menu-megadrop .megadrop_link_top .megadrop_link_button > a.block:hover,
  .menu-megadrop .megadrop_links_child .megadrop_links_list > li > a:hover,
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_item > a:hover,
  .footer-nav .nav_menu_main > li > a:hover,
  .footer-nav .nav_menu_sub > li > a:hover,
  .footer-nav .nav_policy > li > a:hover {
    color: #3381d0;
  }
  
  /* ----- opacity ----- */
  .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item > a:hover img,
  .menu-megadrop .megadrop_close > a:hover,
  .menu-megadrop .megadrop_close > button:hover,
  .Pagetop a:hover {
    opacity: .8;
  }
  
  /* ----- transition ----- */
  .menu-megadrop .megadrop_products .megadrop_products_new > a .megadrop_link_lebel {
    -webkit-transition: color .2s ease-out 0s;
    transition: color .2s ease-out 0s;
  }
  .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item > a img,
  .menu-megadrop .megadrop_close > a,
  .menu-megadrop .megadrop_close > button {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  
  /* ----- sprite ----- */
  .menu-megadrop .megadrop_link_top .megadrop_link_button > .block::before,
  .menu-megadrop .megadrop_links_child .megadrop_links_list > li > a::before,
  .menu-megadrop .megadrop_products .megadrop_products_new .megadrop_link_lebel::before,
  .breadcrumbs_list > li:not(:last-child)::after,
  .footer-nav .nav_menu_main > li > a::before {
    display: inline-block;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .menu-megadrop .megadrop_link_top .megadrop_link_button > .block::before,
  .menu-megadrop .megadrop_links_child .megadrop_links_list > li > a::before,
  .menu-megadrop .megadrop_products .megadrop_products_new .megadrop_link_lebel::before {
    width: 16px;
    height: 16px;
    background-position: 0px -320px;
  }
  .breadcrumbs_list > li:not(:last-child)::after { width: 8px; height: 7px; background-position: 0px 0px; }
  .footer-nav .nav_menu_main > li > a::before { width: 16px; height: 16px; background-position: 0px -320px; }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 1001;
  }
  .HeaderBody {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .HeaderBody > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- header-identity ----- */
  .header-identity {
    float: left;
  }
  .header-identity .identity_logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 95px;
  }
  .header-identity .identity_logo img {
    width: 216px;
    backface-visibility: hidden;
  }
  
  /* ----- header-utility ----- */
  .header-utility {
    float: right;
    margin-left: 16px;
  }
  .header-utility .utility_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 95px;
  }
  .header-utility .utility_links > li > button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    appearance: none;
    transition: all .2s ease-out 0s;
  }
  .header-utility .utility_links > li > a,
  .header-utility .utility_links > li > button {
    display: block;
    position: relative;
    border: 2px solid #333;
    background-color: #fff;
  }
  .header-utility .utility_links > li > a:hover,
  .header-utility .utility_links > li > button:hover {
    background-color: #f2f3f5;
  }
  .header-utility .utility_links > li > a.is-active,
  .header-utility .utility_links > li > button.is-active {
    position: relative;
  }
  .header-utility .utility_links > li:not(.pc-hidden) + li > a,
  .header-utility .utility_links > li:not(.pc-hidden) + li > button{
    border-right: none;
  }
  .header-utility .utility_links > li.type-menu + li > a,
  .header-utility .utility_links > li.type-menu + li > button,
  .header-utility .utility_links > li.type-search a,
  .header-utility .utility_links > li.type-search button {
    border-right: 2px solid #333 !important;
  }
  .header-utility .utility_links > li .utility_label {
    display: block;
    position: relative;
    width: 42px;
    height: 42px;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .header-utility .utility_links > li.type-menu {
    display: none;
  }
  .header-utility .utility_links > li.type-search .utility_label::before,
  .header-utility .utility_links > li.type-overseas .utility_label::before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
  }
	.header-utility .utility_links > li.type-search a .utility_label::before,
	.header-utility .utility_links > li.type-search button .utility_label::before {
    width: 20px;
    height: 22px;
    top: 16px;
    background-image: url(/common/img/hdr_ic01_01.png);
  }
  .header-utility .utility_links > li.type-search a.is-active .utility_label::before,
  .header-utility .utility_links > li.type-search a.is-active .utility_label::after,
  .header-utility .utility_links > li.type-search button.is-active .utility_label::before,
  .header-utility .utility_links > li.type-search button.is-active .utility_label::after {
    content: '';
    width: 24px;
    height: 3px;
    display: block;
    position: absolute;
    top: 15px;
    left: 9px;;
    background: #333;
  }
  .header-utility .utility_links > li.type-search a.is-active .utility_label::before,
  .header-utility .utility_links > li.type-search button.is-active .utility_label::before {
    transform: rotate(45deg);
  }
  .header-utility .utility_links > li.type-search a.is-active .utility_label::after,
  .header-utility .utility_links > li.type-search button.is-active .utility_label::after {
    transform: rotate(-45deg);
  }
  .header-utility .utility_links > li.type-overseas a .utility_label::before {
    width: 21px;
    height: 21px;
    top: 16px;
    background-image: url(/common/img/hdr_ic01_02.png);
  }
  .header-utility .utility_links > li.type-store a .utility_label::before{
    position: absolute;
    top: 6px;
    left: 50%;
    width: 19px;
    height: 20px;
    background-image: url(/common/img/hdr_ic01_03.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
  }
  .header-utility .utility_links > li.type-store a .utility_text {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #333;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .header-utility .utility_links > li.type-overseas a .utility_text {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #333;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .header-utility .utility_links > li.type-search a .utility_text,
  .header-utility .utility_links > li.type-search button .utility_text {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #333;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  /* ----- header-nav ----- */
  .header-nav {
    float: right;
  }
  .header-nav .nav_global {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 1.7rem;
  }
  .header-nav .nav_global > li {
    position: relative;
  }
  .header-nav .nav_global > li:first-child {
  }
  .header-nav .nav_global > li > button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    appearance: none;
    transition: all .2s ease-out 0s;
  }
  .header-nav .nav_global > li > a,
  .header-nav .nav_global > li > button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: stretch;
    position: relative;
    padding: 0 15px 2px;
    height: 95px;
    background-color: #fff;
    font-size: 1.7rem;
    color: #000;
  }
  

  .header-nav .nav_global > li > a:hover,
  .header-nav .nav_global > li > button:hover {
    color: #3381d0;
    text-decoration: underline;
  }
  .header-nav .nav_global > li > a > .nav_label,
  .header-nav .nav_global > li > button > .nav_label {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 93px;
  }
  .header-nav .nav_global > li > a.is-active > .nav_label::after,
  .header-nav .nav_global > li.is-current > a > .nav_label::after,
  .header-nav .nav_global > li > button.is-active > .nav_label::after,
  .header-nav .nav_global > li.is-current > button > .nav_label::after {
    position: absolute;
    bottom:  -2px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #418fde;
    z-index: 20;
    content: "";
  }

  /* ----- menu-megadrop ----- */
  .menu-megadrop {
    display: none;
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 95px);
    padding: 0 40px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    background-color: #f2f3f5;
    overflow-y: auto;
  }
  .menu-megadrop > .megadrop_inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0 60px;
  }
  .menu-megadrop > .megadrop_inner-v2 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 0 60px;
  }
  .menu-megadrop .megadrop_heading {
    margin-bottom: 1.25em;
    padding-right: 70px;
  }
  .menu-megadrop .megadrop_heading + * {
    margin-top: 1.25em;
  }
  .menu-megadrop .megadrop_heading .megadrop_title {
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1.5;
  }
  .menu-megadrop .megadrop_heading .megadrop_title > .megadrop_title_link {
    display: inline-block;
    position: relative;
    padding-left: 44px;
    color: #333;
  }
  .menu-megadrop .megadrop_heading .megadrop_title > .megadrop_title_link:hover {
    color: #3381d0;
    text-decoration: underline;
  }
  .menu-megadrop .megadrop_heading .megadrop_title > .megadrop_title_link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3em;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-position: -420px -320px;
  }
  .menu-megadrop .megadrop_title_sp {
    display: none; 
  }
  .menu-megadrop .megadrop_heading.type-search > .block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .menu-megadrop .megadrop_heading.type-search > .block .megadrop_title {
    min-width: 7em;
    margin-right: 192px;
    padding-top: 3px;
  }
  .menu-megadrop .megadrop_heading.type-search > .block .megadrop_search {
    -webkit-flex: 1;
    flex: 1;
  }
  .menu-megadrop .megadrop_heading.type-search .megadrop_search .search-box {
    max-width: 730px;
    margin: 0;
  }
  .menu-megadrop .megadrop_content {
    margin-top: 1.25em;
  }
  .menu-megadrop > .megadrop_inner > *:first-child,
  .menu-megadrop > .megadrop_inner > section:first-child > [class*="heading-lv"],
  .menu-megadrop .megadrop_content > *:first-child,
  .menu-megadrop .megadrop_content > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .menu-megadrop .megadrop_links_block_1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu-megadrop .megadrop_links_block_1 .megadrop_link_top {
    width: 37.5%;
  }
  .menu-megadrop .megadrop_links_block_1 .megadrop_links_child,
  .menu-megadrop .megadrop_links_block_1 .megadrop_products {
    width: 60%;
  }
  .menu-megadrop .megadrop_link_top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
  }
  .menu-megadrop .megadrop_link_top .megadrop_link_guide,
  .menu-megadrop .megadrop_link_top .megadrop_link_button {
    width: calc((100% - 10px) / 2);
  }
  [data-browser="edge"] .menu-megadrop .megadrop_link_top .megadrop_link_guide,
  [data-browser="ie11"] .menu-megadrop .megadrop_link_top .megadrop_link_button {
    width: calc(((100% - 10px) / 2) - 0.1px);
  }
  .menu-megadrop .megadrop_link_top .megadrop_link_guide {
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .menu-megadrop .megadrop_link_top .megadrop_link_button > a.block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    padding: 5px 10px 5px 30px;
    border: 2px solid #ccc;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
  }
  .menu-megadrop .megadrop_link_top .megadrop_link_button > a.block:hover {
    background-color: #e5f2ff;
  }
  .menu-megadrop .megadrop_link_top .megadrop_link_button > a.block::before {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
  }
  .menu-megadrop .megadrop_products {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fff;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list > li {
    display: -webkit-flex;
    display: flex;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="3"] > li {
    width: calc((100% - 64px) / 3);
    margin-left: 32px;
    margin-top: 32px;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="4"] > li {
    width: calc((100% - 96px) / 4);
    margin-left: 32px;
    margin-top: 32px;
  }
  [data-browser="ie11"] .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="3"] > li,
  [data-browser="edge"] .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="3"] > li {
    width: calc(((100% - 62px) / 3) - 0.1px);
  }
  [data-browser="ie11"] .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="4"] > li,
  [data-browser="edge"] .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="4"] > li {
    width: calc(((100% - 96px) / 4) - 0.1px);
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="3"] > li:nth-child(3n+1),
  .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="4"] > li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="3"] > li:nth-child(-n+3),
  .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="4"] > li:nth-child(-n+4) {
    margin-top: 0 !important;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 70px;
    padding: 12px 10px 12px 30px;
    border: 2px solid #ccc;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list[data-count-pc="4"] > li > a {
    height: 70px;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list > li > a::before {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
  }
  .menu-megadrop .megadrop_links_child .megadrop_links_list > li > a:hover {
    background-color: #e5f2ff;
  }
  .menu-megadrop .megadrop_products .megadrop_products_new {
    width: calc(100% / 10);
  }
  [data-browser="ie11"] .menu-megadrop .megadrop_products .megadrop_products_new,
  [data-browser="edge"] .menu-megadrop .megadrop_products .megadrop_products_new {
    width: calc((100% / 10) - 0.1px);
  }
  .menu-megadrop .megadrop_products .megadrop_products_new > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 110px;
    background-color: #fff;
  }
  .menu-megadrop .megadrop_products .megadrop_products_new .megadrop_new_icon {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    border: 2px solid #222;
    border-radius: 50%;
    background-color: #fcd22b;
    text-indent: -9999em;
    overflow: hidden;
  }
  .menu-megadrop .megadrop_products .megadrop_products_new .megadrop_new_icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 11px;
    background: url(/common/img/cmn_new_ic02.png) no-repeat 0 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
  }
  .menu-megadrop .megadrop_products .megadrop_products_new .megadrop_link_lebel {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .menu-megadrop .megadrop_products .megadrop_products_new > a .megadrop_link_lebel {
    position: relative;
    padding-left: 22px;
  }
  .menu-megadrop .megadrop_products .megadrop_products_new > a:hover .megadrop_link_lebel {
    color: #3381d0;
    text-decoration: underline;
  }
  .menu-megadrop .megadrop_products .megadrop_products_new .megadrop_link_lebel::before {
    position: absolute;
    top: .3em;
    left: 0;
  }
  .menu-megadrop .megadrop_products .megadrop_products_links {
    width: calc(100% / 10 * 9);
  }
  [data-browser="ie11"] .menu-megadrop .megadrop_products .megadrop_products_links,
  [data-browser="edge"] .menu-megadrop .megadrop_products .megadrop_products_links {
    width: calc((100% / 10 * 9) - 0.1px);
  }
  .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }
  .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item {
    width: calc(100% / 9);
  }
  [data-browser="ie11"] .menu-megadrop .megadrop_products .megadrop_products_links.menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item,
  [data-browser="edge"] .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item {
    width: calc((100% / 9) - 0.1px);
  }
  .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 110px;
    padding: 5px 10px;
    background-color: #fff;
    text-align: center;
  }
  .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item > a img {
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .menu-megadrop .megadrop_products .megadrop_products_links .megadrop_products_list > .megadrop_list_item > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 80px;
    width: 1px;
    margin-top: -40px;
    background-color: #ddd;
    content: "";
  }
  .menu-megadrop .megadrop_links_block_2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1.4em;
    border: 2px solid #222;
  }
  .menu-megadrop .megadrop_links_block_2 > * {
    display: -webkit-flex;
    display: flex;
    width: calc(100% / 5);
    border-right: 1px solid #ddd;
  }
  [data-browser="ie11"] .menu-megadrop .megadrop_links_block_2 > *,
  [data-browser="edge"] .menu-megadrop .megadrop_links_block_2 > * {
    width: calc((100% / 5) - 0.1px);
  }
  .menu-megadrop .megadrop_links_block_2 > *:nth-of-type(5n+1) {
    border-right: none;
  }
  .menu-megadrop .megadrop_links_block_2 > *:nth-of-type(n+7) {
    border-top: 1px solid #ddd;
  }
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_title {
    display: none;
  }
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_item > a {
    width: 100%;
    background-color: #fff;
  }
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_item > a:hover {
    background-color: #e5f2ff;
  }
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_item .megadrop_links_category {
    display: table;
    width: 100%;
    height: 80px;
  }
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_item .megadrop_links_category .megadrop_links_label {
    display: table-cell;
    padding: 20px 5px 5px;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 1.25;
  }
  .menu-megadrop .megadrop_links_block_2 > .megadrop_links_item .megadrop_links_image {
    padding: 0 5px;
    text-align: center;
  }
  .menu-megadrop .megadrop_close {
    position: absolute;
    top: 35px;
    right: 0;
    height: 30px;
    width: 30px;
  }
  .menu-megadrop .megadrop_close > button {
    background-color: transparent;  
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    transition: all .2s ease-out 0s;
  }
  .menu-megadrop .megadrop_close > a,
  .menu-megadrop .megadrop_close > button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .menu-megadrop .megadrop_close > a::before,
  .menu-megadrop .megadrop_close > a::after,
  .menu-megadrop .megadrop_close > button::before,
  .menu-megadrop .megadrop_close > button::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin: -1px 0 0;
    background-color: #333;
    content: "";
  }
  .menu-megadrop .megadrop_close > a::before,
  .menu-megadrop .megadrop_close > button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-megadrop .megadrop_close > a::after,
  .menu-megadrop .megadrop_close > button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .link-button-v2.megadrop_shop-navi {
    margin-top: 5px;
  }
  .link-button-v2.megadrop_shop-navi a {
    border: 2px solid #418fde;
    color: #418fde;
  }
  .link-button-v2.megadrop_shop-navi a:hover {
    background-color: #daebfc;
  }
  .megadrop_shop-navi_title {
    padding-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
  }
  /* ----- menu-overlay ----- */
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }
  /* ----- header-search ----- */
  .header-search {
    display: none;
    position: absolute;
    top: 96px;
    left: calc(50% - 50vw);
    width: 100vw;  
    padding: 30px 30px;
    border: 2px solid #333;
    background-color: #f2f3f5;
    z-index: 100;
  }
  .header-search .probo-search-box {
    max-width: 900px;
    margin: 0 auto;
  }
  /* ----- search-overlay ----- */
  .search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    overflow-x: hidden;
  }
  .MainBody {
    margin-top: 96px;
    padding: 0 40px;
  }
  /* ----- pageGuide ----- */
  .pageGuide {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .pageGuide[data-social="true"] {
    padding-right: 290px;
  } 
  /* breadcrumbs */
  .breadcrumbs .breadcrumbs_list > li {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-right: 17px;
    font-size: 1.3rem;
  }
  .breadcrumbs .breadcrumbs_list > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumbs .breadcrumbs_list > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
  }
  .breadcrumbs .breadcrumbs_list > li a:hover {
    text-decoration: underline;
  }
  /* social-button */
  .pageGuide[data-social="true"] .social-button {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .pageGuide[data-social="true"] .social-button > li {
    float: left;
    margin-left: 20px;
    line-height: 1;
  }
  /* ----- pageHead ----- */
  
  /* ----- container ----- */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 100px;
  }
  .container[data-wide="true"] {
    width: auto;
  }
  .pageGuide + .container {
    padding-top: 0;
  }
  .container > *:first-child,
  .container > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* contents */
  .container[data-sidebar="true"] .contents {
    float: left;
    width: 74.16%;
  }
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [class*="contents-wrap"] > *:first-child,
  [class*="contents-wrap"] > section:first-child > [class*="heading-lv"],
  [class*="contents-wrap"] > .contents_inner > *:first-child,
  [class*="contents-wrap"] > .contents_inner > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .contents-wrap > .contents_inner {
    max-width: 1200px;
  }
  /* sidebar */
  .container[data-sidebar="true"] .sidebar {
    float: right;
    width: calc(25.84% - 40px);
  }
  .sidebar > *:first-child,
  .sidebar > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .sidebar-nav {
    margin-top: 2.5em;
  }
  .sidebar-nav .nav_head > a {
    display: block;
    padding: 12px 15px;
    background-color: #777;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .sidebar-nav .nav_head > a:hover {
    background-color: #999;
  }
  .sidebar-nav .nav_category {
    line-height: 1.5;
  }
  .sidebar-nav .nav_category .nav_label {
    font-size: 1.5rem;
  }
  .sidebar-nav .nav_category.stage1 {
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
  }
  .sidebar-nav .nav_category.stage1 > li {
    border-bottom: 2px solid #ddd;
  }
  .sidebar-nav .nav_category.stage1 > li > a {
    display: block;
    position: relative;
    padding: 12px 15px;
    background-color: #fff;
    color: #333;
  }
  .sidebar-nav .nav_category.stage1 > li.is-current > a,
  .sidebar-nav .nav_category.stage1 > li > a:hover {
    background-color: #e5f2ff;
  }
  .sidebar-nav .nav_category.stage1 > li.is-current > a > .nav_label {
    font-weight: bold;
  }
  .sidebar-nav .nav_category.stage2 {
    display: none;
  }
  .sidebar-nav .nav_category.stage1 > li.is-current .nav_category.stage2,
  .sidebar-nav .nav_category.stage1 > li.is-open .nav_category.stage2 {
    display: block;
  }
  .sidebar-nav .nav_category.stage2 > li > a {
    display: block;
    padding: 5px 15px 5px 30px;
    background-color: #fff;
  }
  .sidebar-nav .nav_category.stage2 > li > a:hover,
  .sidebar-nav .nav_category.stage2 > li.is-current > a {
    background-color: #e5f2ff;
  }
  .sidebar-nav .nav_category.stage2 > li.is-current > a {
    color: #333;
    font-weight: bold;
  }
  
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  
  /* ----- footer-wrap ----- */
  .footer-wrap {
    padding: 55px 40px 45px;
    background-color: #f6f6f6;
  }
  .footer-wrap > *:first-child {
    margin-top: 0 !important;
  }
  .footer-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-nav > .nav_block {
    width: calc((100% - 60px) / 4);
    margin: 2em 0 0 20px;
  }
  [data-browser="ie11"] .footer-nav > .nav_block,
  [data-browser="edge"] .footer-nav > .nav_block {
    width: calc(((100% - 60px) / 4) - 0.1px);
  }
  .footer-nav > .nav_block:nth-child(-n+4){
    margin-top: 0 !important;
  }
  .footer-nav > .nav_block:nth-child(4n+1){
    margin-left: 0 !important;
  }
  .footer-nav > .nav_block > *:first-child {
    margin-top: 0 !important;
  }
  .footer-nav .nav_menu_main > li + li {
    margin-top: 2em;
  }
  .footer-nav .nav_menu_main > li > a {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .footer-nav .nav_menu_main > li > a:hover {
    text-decoration: underline;
  }
  .footer-nav .nav_menu_main > li > a::before {
    position: absolute;
    top: .2em;
    left: 0;
  }
  .footer-nav .nav_menu_sub {
    margin-top: .75em;
    padding-left: 25px;
    line-height: 1.5;
  }
  .footer-nav .nav_menu_sub > li {
    font-size: 1.5rem;
  }
  .footer-nav .nav_menu_sub > li + li {
    margin-top: .75em;
  }
  .footer-nav .nav_menu_sub > li > a:hover {
    text-decoration: underline;
  }
  .footer-nav .nav_policy {
    margin-top: 1.5em;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .footer-nav .nav_policy > li + li {
    margin-top: .75em;
  }
  .footer-nav .nav_policy > li > a {
    display: inline-block;
    position: relative;
    padding-left: 19px;
  }
  .footer-nav .nav_policy > li > a:hover {
    text-decoration: underline;
  }
  .footer-nav .nav_policy > li > a::before {
    display: block;
    position: absolute;
    top: .4em;
    left: 0;
    height: 7px;
    width: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .footer-utility {
    margin: 30px auto 0;
    max-width: 1200px;
    padding-top: 55px;
    border-top: 1px solid  #ccc;
  }
  .footer-utility .footer-utility-list  {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
  }
  .footer-utility .footer-utility-list > li {
    margin-right: 36px;
  }
  .footer-utility .footer-utility-list > li:last-child {
    margin-right: 0;
  }
  .footer-utility .footer-utility-list > li > a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .footer-utility .footer-utility-list > li > a:hover {
    color: #3381d0;
    text-decoration: underline;
  }
  .footer-utility .footer-utility-list > li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid  #333;
    border-right: 1px solid  #333;
    transform: rotate(45deg);
  }
  
  /* ----- footer-wrap-v2 ----- */
  .footer-wrap-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    height: 77px;
    padding: 0 40px;
  }
  .footer-wrap-v2 > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- footer-copyright ----- */
  .footer-copyright {
    color: #777;
    font-size: 1.5rem;
    text-align: center;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: fixed;
    bottom: 77px;
    left: 50%;
    z-index: 999;
    margin-left: 640px;
  }
  .Pagetop.type-custom.is-fix {
    bottom: 127px;
  }
  .Pagetop a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #ccc;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .Pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .HeaderBody::after,
  .menu-megadrop .megadrop_heading.type-search::after,
  .breadcrumbs_list::after,
  .social-button::after,
  .container::after,
  .footer-nav::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .Pagetop {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1270px) {
  .header-identity .identity_logo img {
    width: 150px;
  }
  .header-nav .nav_global > li > a,
  .header-nav .nav_global > li > button {
    font-size: 1.6rem;
    padding: 0 8px 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container[data-sidebar="true"] .contents,
  .container[data-sidebar="true"] .sidebar {
    float: none;
    width: 100%;
  }
  .container[data-sidebar="true"] .sidebar {
    margin-top: 3.75em;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .header-identity .identity_logo img {
    width: 150px;
  }
  .header-nav .nav_global > li > a,
  .header-nav .nav_global > li > button {
    padding: 0 7px 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .header-utility {
    margin-left: 5px;
  }
  .header-nav .nav_global > li > a {
    padding: 0 5px 2px;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    width: 1280px !important;
    margin: 0 auto !important;
  }
  body[data-browser="chrome"] {
    zoom: .85;
  }
  .pc-hidden,
  .Pagetop {
    display: none !important;
  }
  .Header {
    position: absolute !important;
  }
}