@media screen and (min-width: 1366px) {
  /*==================================
contents
==================================*/
  #contents {
    min-height: 600px;
  }

  /*==================================
topicpath
==================================*/
  #topicpath {
    width: 1080px;
  }

  /*==================================
sub_topics
==================================*/
  #sub-area {
    width: 980px;
  }

  /*==================================
recommend
==================================*/
  #recommend-area {
    width: 305px;
    padding: 0;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  #recommend-area .recommend-inner {
    position: relative;
    width: 255px;
  }

  #recommend-area .recommend-inner.animate {
    -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #recommend-area .recommend-block li {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  #recommend-area .recommend-block .img {
    width: 110px;
  }

  #recommend-area .recommend-block .pannel_text_area {
    width: 144px;
  }

  #recommend-area .recommend-block ul {
    margin-left: 0;
  }

  .recommend-block#business-introduction ul li {
    display: none;
  }

  .recommend-block#business-introduction ul li:first-child {
    display: block;
  }

  /*==================================
extrabanner
==================================*/
  #extra-banner {
    width: 1000px;
  }
}

/* ----------------------------------------
  date: 2019.11
  author: s-ogino
---------------------------------------- */

@media screen and (max-width: 1260px) {
  .mgdd-wrap .ir_ttl_label { display: none; }
}
/* pc */
@media screen and (min-width: 1260px) {
  /* --------------------
    header
  -------------------- */
  #pagetop #header {
    background: none;
  }
  #pagetop #header.is-enter,
  #pagetop #header.is-fixed {
    background: #fff;
  }

  #pagetop.color-white .header_logo svg path {
    fill: #fff;
  }
  #pagetop.color-white #header.is-enter svg path,
  #pagetop.color-white #header.is-fixed svg path {
    fill: #bd1928;
  }

  #pagetop.color-white .global-navi > .global-navi-item > a {
    color: #fff;
  }
  #pagetop.color-white .is-enter .global-navi-item a,
  #pagetop.color-white .is-fixed .global-navi-item a {
    color: #222;
  }

  #pagetop.color-white .sub_button_item a {
    color: #fff;
  }
  #pagetop.color-white .is-enter .sub_button_item a,
  #pagetop.color-white .is-fixed .sub_button_item a {
    color: #222;
  }

  #pagetop.color-white .searchBtnPc svg g,
  #pagetop.color-white .searchBtnPc svg path {
    stroke: #fff;
  }
  #pagetop.color-white .is-enter .searchBtnPc svg g,
  #pagetop.color-white .is-enter .searchBtnPc svg path,
  #pagetop.color-white .is-fixed .searchBtnPc svg g,
  #pagetop.color-white .is-fixed .searchBtnPc svg path {
    stroke: #222;
  }

  /* #header.is-hide .wrap {
    padding-top: 10px;
  } */

  /* #header.is-hide .global-navi {
    display: none;
  } */
  #header .sub_button_item a {
    transition: .2s ease;
    transition-property: opacity, visibility;
  }
  #header.is-hide .sub_button_item a {
    opacity: 0;
    visibility: hidden;
  }
  #header.is-hide .sub_button_item a.searchBtnPc {
    display: block;
  }
  #header.is-hide .header_menu-btn {
    transition: opacity 0.2s cubic-bezier(0, 0, 0.25, 1);
  }
  #header.is-hide .header_menu-btn {
    opacity: 1;
  }
  #header::after {
    content: "";
    display: block;
    width: 100%;
    margin-top: -1px;
    opacity: 0;
    visibility: visible;
    transition: 0.25s opacity cubic-bezier(0, 0, 0.4, 1);
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    /* border-bottom: 1px solid greenyellow; */
  }
  #header.is-enter::after {
    opacity: 1;
    transition-duration: .4s;
  }


  #header .global-navi > .global-navi-item.is-active > a {
    color: #c80421;
  }

  /* 200904 add */
  .global-navi > .global-navi-item > a::before,
	.global-navi > .global-navi-item > a::after{
		position: absolute;
		content: "";
		display: inline-block;
		width: 0;
    border-bottom: 1px solid #F30034;
		transition: .2s;
    bottom: 0;
    z-index: 20;
  }
  /* _:-ms-lang(x)::-ms-backdrop,.global-navi>.global-navi-item>a::before,.global-navi>.global-navi-item>a::after {
    z-index: 20;
  } */
  .global-navi > .global-navi-item > a::before{
    left: 50%;
    display: block;
	}
	.global-navi > .global-navi-item > a::after{
    right: 50%;
    display: block;
  }
  .global-navi > .global-navi-item:hover a::before,
	.global-navi > .global-navi-item:hover a::after{
		width: 50%;
  }

  .sub_button_item a:hover {
    color: #c80421 !important;
  }
  .mgdd_blockContainer a:hover {
    color: #bd1928;
  }
  .mgdd_block_ttl a:hover,
  .mgdd-wrap .ir_ttl a:hover {
    opacity: .7;
  }

  .mgdd_blockContainer {
    opacity: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .mgdd_blockContainer.mgdd_blockContainer-2column { justify-content: flex-start; }
  .is-current .mgdd_blockContainer {
    opacity: 1;
    transition: .8s cubic-bezier(0, 0, 0.4, 1);
  }
  .mgdd-wrap-inner {
    position: relative;
    max-width: 1260px;
  }
  .mgdd_blockContainer { width: 1080px; }
  .mgdd_block-large100 { width: 100%; }
  .mgdd_block-large {
    width: 100%;
    max-width: 330px;
  }
  .mgdd_blockContainer .label_list a { padding-left: 9px; }
  .mgdd_blockContainer .label_list .label_list--nop a { padding-left: 0; }
  .mgdd_blockContainer .list_margin_xs { margin-bottom: 8px; }
  .mgdd_blockContainer .list_margin_s { margin-bottom: 16px; }
  .mgdd-wrap .mgdd_block_ttl { padding: 0 0 0 9px; }
  .mgdd-wrap .mgdd_block_ttl,.mgdd-wrap .ir_ttl_label {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #191919;
    line-height: 17px;
    height: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 9px;
    display: block;
  }
  .mgdd-wrap .mgdd_block_ttl::before,.mgdd-wrap .ir_ttl_label::before {
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    left: 0;
    height: 15px;
    width: 3px;
    background-color: #C80421;
  }
  _:-ms-lang(x)::-ms-backdrop, .mgdd-wrap .mgdd_block_ttl,.mgdd-wrap .ir_ttl_label { line-height: 20px; }
  .mgdd_block-medium {
    display: flex;
    margin-bottom: 24px;
  }
  .mgdd-wrap-brands .mgdd_block-medium {
    margin-bottom: 32px;
  }
  .mgdd_block-medium:last-child,
  .mgdd-wrap-brands .mgdd_block-medium:last-child {
    margin-bottom: 0;
  }

  .mgdd_block_item-large {
    margin-bottom: 32px;
  }

  .mgdd_block-float {
    float: left;
  }

  .link_block li {
    font-weight: 300;
    padding-right: 40px;
  }

  .mgdd_item_note {
    font-size: 11px;
    letter-spacing: .03em;
    margin-top: 8px;
    padding-left: 8px;
  }

  .mgdd_block_ttl,
  .mgdd_block_list li.has-margin {
    margin-top: 26px;
  }

  .mgdd_block_list li:first-child .mgdd_block_ttl,
  .mgdd-wrap-brands .mgdd_block_ttl {
    margin-top: 0;
  }

  .mgdd_block_list-2column > li {
    float: left;
  }
  .mgdd_block_list-2column > li > ul > li {
    margin-right: 36px;
  }
  .mgdd_block_list-2column > li > ul > li > a {
    display: block;
    padding: 6px 0;
  }

  .mgdd_block_ttl a,
  .mgdd-wrap .ir_ttl a {
    font-weight: 700;
    color: #c80421;
  }

  .mgdd-wrap-brands .mgdd_block-large100 > .mgdd_block_list {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .mgdd-wrap-brands .mgdd_block-large100 > .mgdd_block_list > li { width: 25%; }
  .mgdd-wrap-brands .mgdd_block-large100 > .mgdd_block_list > li:nth-child(2) { width: 50%; }
  .mgdd-wrap-brands .mgdd_block-large100 > .mgdd_block_list > li:nth-child(2) .mgdd_block_list-2column { width: 100%; }
  .mgdd-wrap-brands .mgdd_block-large100 > .mgdd_block_list > li:nth-child(2) .mgdd_block_list-2column > li { width: 50%; }
  .mgdd-wrap-brands .mgdd_block-large100 > .mgdd_block_list > li:nth-child(2) .mgdd_block_list-2column > li:first-child { margin-right: 0; }
  .mgdd-wrap-brands .mgdd_block-large > .mgdd_block_list > li {
    margin-right: 20px;
  }
  .mgdd_block_list-2column > li:first-child {
    margin-right: 36px;
  }
  .mgdd-wrap-brands .mgdd_block_list-2column > li:first-child {
    margin-right: 86px;
  }

  .mgdd-wrap-careers .mgdd_block-large {
    width: 33.333%;
  }
  .mgdd-wrap-careers .mgdd_block-large-2column {
    width: 66.666%;
  }
  .mgdd-wrap-careers .mgdd_block_list-2column {
    width: 100%;
  }
  .mgdd-wrap-careers .mgdd_block_list-2column > li {
    width: 50%;
    margin: 0;
  }

  /* --------------------
    footer
  -------------------- */
  #footer a:hover {
    color: #bd1928;
    text-decoration: none;
  }
}

@media screen and (min-width: 1260px){
  #header{
    transition: all 0.3s ease;
  }

  #header .wrap {
    width: calc(100% - 100px);
    max-width: 1440px;
  }

  #header.is-hide{
    top: -90px;
    transition: all 0.3s ease;
  }
  #header.is-hide .header_logo{
    opacity: 0;
  }
  #header .header_logo2{
    pointer-events: none;
  }
  #header.is-hide .header_logo2 {
    opacity: 1;
    transition: all 0.2s ease 0.2s;
    pointer-events: auto;
  }
  #header.is-hide .header_menu-btn {
    opacity: 0;
    transition: all 0.3s;
  }

  #header.is-hide .searchBtnPc{
    top: auto;
    bottom: 17px;
  }
  /* #header.is-hide .global-navi{
    display: flex;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header.is-hide .global-navi > .global-navi-item > a{
    padding: 10px 20px 18px;
  } */

  /* megadropdown */
  #header.is-hide .mgdd-wrap {
    top: 62px;
  }
}

@media screen and (min-width: 1600px) {
  #footer {
    background-position: center bottom -10%;
  }
}

@media screen and (min-width: 1920px) {
  #footer {
    background-position: center bottom -20%;
  }
}

/* add 201105 */
@media screen and (min-width: 1260px){
  .mgdd-wrap {
    transition: top 0.3s ease;
  }
}


/* add 201030 */
@media screen and (min-width: 1260px) and (max-width: 1365px){
  #header .global-navi > .global-navi-item > a{
    font-size: 14px;
  }
  .mgdd-wrap{
    top: 149px;
  }
  #header.is-hide .mgdd-wrap{
    top: 59px;
  }
  #header .global-navi > .global-navi-item{
    padding: 0 12px 0;
  }
}
