/* -----------------------------------------------
Body - not related to megamenu
----------------------------------------------- */

* {
    box-sizing: border-box;
}

a {
    color: #333;
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* -----------------------------------------------
megamenu.js STYLE STARTS HERE
----------------------------------------------- */


/* -----------------------------------------------
Screen style's
----------------------------------------------- */

.menu-container {
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    z-index: 99;
    padding: 0;
    height: 100%;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-size: 1.7rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
}













.menu > ul {
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    padding-left: 80px;
    box-sizing: border-box;
    z-index: 98;/*SDL20210304*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
/*    height: 37px;*/
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    position: relative;
}

/*___________________________20191004___________________________*/


.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}


.menu > ul > li {
    padding: 0;
    margin: 0;
/*    height: 37px;*/
/*
    padding-top: 8px;
    padding-bottom: 8px;
*/
    font-size: 14px;
}

.menu > ul > li.last {
    border-right: 1px solid #fff;
}

.menu > ul > li a {
    position: relative;
    text-decoration: none;
    transition: 0.1s;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}

/*
.menu > ul > li div.tabs_left ul.nav-tab li span a {
    font-weight: 500;
    font-size: 16px;
}
*/

#contents > ul li ul.brand li a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    zoom:1;
}

#contents > ul li ul.brand li:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    zoom:1;
}

.menu > ul > li a p {
    width: 80px;
    text-align: center;
}


.menu  ul  li  a  span.m01 {
/*    padding: 0 11.8px;*/
/*    padding: 0;*/
/*    padding-left: 20px;*/
/*    padding-right: 32px;*/
/*    border-right: 1px solid #808080;*/
}

.menu > ul > li:first-child > a > span.m01 {
    color: #0072c1;
    padding-left: 0;
}

.menu > ul > li:last-child > a > span.m01 {
    border-right: none;
    padding-right: 0;
}


/*
#contents > ul li ul.brand li.p_list_link {
    position: absolute;
    background: transparent;
    bottom: 60px;
    right: 60px;
    width: auto;
    min-height: auto;
    padding: 0;
    margin: 0;
}

#contents > ul li ul.brand li.p_list_link a {
    font-size: 16px;
}

#contents > ul li ul.brand li.p_list_link a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
    display: inline-block;
    margin-left: 15px;
    transform: rotate(45deg);
}
*/



.menu > ul > li > ul {
    display: none;
    width: 1080px;
    position: absolute;
    z-index: 99;
    
    list-style: none;
    box-sizing: border-box;
    height: auto;
/*    background: rgba(255,255,255,0.8);*/
    z-index: 999;
/*    margin-top: 5px;*/
    
}

.menu > ul > li.action > ul {
    opacity: 1;
}



.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

.menu > ul > li > ul > li.menu_left {
    width: 290px;
    float: left;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}


.menu > ul > li a.close_bt {
    color: #333333;
    font-size: 16px;
    height: auto;
    position: absolute;
    top: 18px;
    right: 20px;
}


.site-header {
    border-bottom: 1px solid #f2f2f2;
}


/* -----------------------------------------------
only PC
----------------------------------------------- */


@media screen and (min-width:768px) {
    .reserve-mobile {
        display: none;
    }
    .ir-mobile {
        display: none;
    }
    .mobile-logo {
        display: none;
    }
    .menu > ul > li > ul {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        top: 38px;
/*
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
*/
/*        border: 15px solid rgba(0,83,176,0.8);*/
        font-size: 0;
        padding: 15px;
    }
    .menu > ul > li > ul::after{
        content: "";
        position: absolute;
/*
        background-image: url(/assets/smc_img/common/navi/blue.png);
        background-repeat: repeat;
        background-size: cover;
*/
        top: 0; left: 0;
        width: 100%; height: 100%;
        display: block;
        z-index: -2;
        background: rgba(0,114,200,0.7);
        mix-blend-mode: multiply;
        /*        mix-blend-mode: screen;*/
    }
    
    
/*
    .menu > ul > li > a:hover {
        cursor:pointer;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity:0.6;
        zoom:1;
    }
    .menu > ul > li > span > a > span:hover {
        cursor:pointer;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity:0.6;
        zoom:1;
    }
*/
/*
    .menu > ul > li > ul > li:not(:first-child) {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-left: 60px;
        border-bottom: 1px solid #fff;
    }
*/
    .site-header {
        width: 100%;
        min-width: 1120px;
        background: rgba(255,255,255,1.0);
        z-index: 99;
        border-bottom: 1px solid #f2f2f2;
/*
        position: absolute;
        top: 0;
*/
    }
    .h_cont {
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        width: 1120px;
        height: 100%;
        align-items: center;
    }
    .head_bts {
        margin-top: -1px;
    }
    .more{
        position: relative;
    }
    .more span.m01:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-bottom: solid 2px #0072C1;
        border-right: solid 2px #0072C1;
        display: inline-block;
        margin-left: 5px;
        transform: rotate(45deg);
        vertical-align: middle;
        margin-top: -3px;
/*
        position: absolute;
        top: 10%;
*/
    }
    .login-mobile {
        display: none;
    }
    .menu > ul > li {
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #888888;
    }

    .menu > ul > li:nth-child(8) {
        border-right: 0;
}
    .menu > ul > li > a, .menu > ul > li > span.ad > a {
        padding: 0;
        display: inline;
        padding-left: 4px;/*SDL210409 FF崩れ対応*/
        padding-right: 4px;/*SDL210409 FF崩れ対応*/
/*        border-right: 1px solid #888888;*/
        font-weight: 700;
    }
    .menu > ul > li:first-child > a {
/*        padding-right: 20px;*/
    }
    .menu > ul > li:last-child > a {
/*        padding-right: 20px;*/
    }
    .menu > ul > li > a:hover, .menu > ul > li > span.ad > a:hover {
        border-bottom: 4px solid #0072c1;
        width: 80%;
    }
    .menu > ul > li > a {
/*        padding-left: 0;*/
    }
    .menu > ul > li:last-child > a {
        border-right: none;
/*        padding-right: 0;*/
    }
    
    .ire_banner_area {
        float: right;
        padding-top: 0px;
        border: solid 1px #c0c0c0;
    }
    .ire_banner_area a:after {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #c0c0c0;
        opacity: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* -webkit-transition: all .3s;*/
        /* transition: all .3s;*/
    }
    
    

}


.bx-viewport {
    min-width: 1120px;
    margin: 0 auto;
}


/* -----------------------------------------------
megamenu2024_new
----------------------------------------------- */

 /* メガメニュースタイル */
.megaMenu__link.is-active::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}

.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}

.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  margin-top:9px;
  border-top: 6px solid #0072c1;
  background-color: rgb(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  display: block;
height: 100vh;
}

.megaMenu__inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f2f2f2;
}

.megaMenu__title {
  padding-left: 20px;
}

.megaMenu__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__titleLink:hover, .megaMenu__titleLink:focus {
  opacity: 0.7;
}
.megaMenu__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}

.megaMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.megaMenu__item {
  padding-left: 20px;
}

.megaMenu__itemLink {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}
.megaMenu__itemLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.megaMenu__subItemLink {
  position: relative;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__subItemLink:hover, .megaMenu__subItemLink:focus {
  opacity: 0.7;
}
.megaMenu__subItemLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.mgmn-wrap {
	width: 1300px;
	margin: 0 auto;
	padding: 0px 0 20px;

}

@media screen and (max-width: 1060px) {
.mgmn-wrap {
	width: auto;
	padding: 30px 30px 50px;
}
}
.mgmn-wrap:after {
	content: "";
	clear: both;
	display: block;
}
.mgmn-wrap a {
	color: #333;
	text-decoration: none;
}
.mgmn-wrap a:hover {
	text-decoration: underline;
}
.mgmn-pur {
	float: left;
	width: 360px;
        margin-left: 60px;
}

@media screen and (max-width: 1060px) {
.mgmn-pur {
	width: 30.77%;
}
}
.mgmn-pur .category-title {
	color: #333333;
	font-size: 26px;
	line-height: 1.5;
        font-weight:400;
        margin: 8px 10px 16px 40px;
}
.mgmn-pur .category-top a {
	display: table;
	width: 270px;
	color: #333;
	border-radius: 2px;
        margin: 20px 10px 30px 30px;
}
.mgmn-pur .category-top a:hover {
	opacity: 0.6;
}
.mgmn-pur .category-top a span {
	display: table-cell;
	padding: 5px 20px 5px 46px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px;
　	font-weight: 600;　　
	line-height: 1.2;

}

.mgmn-pur .category-top > a > span:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url("/assets/smc_img/common/c_icon_arrow_15_r.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: 24px;
	top: 0.7em;
}
.mgmn-wrap .mgmn-col {
	float: right;
	width: 840px;

}

@media screen and (max-width: 1060px) {
.mgmn-wrap .mgmn-col {
	width: 60%;
}
}
.mgmn-wrap .mgmn-col > ul:after {
	content: "";
	clear: both;
	display: block;
}
.mgmn-wrap .mgmn-col > ul > li {
	border-bottom: 1px solid #c0c0c0;
	padding: 14px 0 14px 20px;
	margin: 0 0 0 30px;
	float: left;
	width: 370px;
	box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
.mgmn-wrap .mgmn-col > ul > li {
	width: calc((100% - 30px) / 2);
}
}
.mgmn-wrap .mgmn-col > ul > li.mgmn-col-full {
	width: 92%;
	margin-left: 0;
}
.mgmn-wrap .mgmn-col > ul > li.mgmn-col-listfirst {
	border-top: none;
	padding-top: 5px;
	background-position: left top calc(5px + 0.1em);
}
.mgmn-wrap .mgmn-col > ul > li.mgmn-col-half {
	margin-left: 0;
	clear: both;
}
.mgmn-wrap .mgmn-col > ul > li > a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
        padding-left:2px;
}
.mgmn-wrap .mgmn-col > ul > li > a:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url("/assets/smc_img/common/c_icon_arrow_15_r.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: -20px;
	top: 0.2em;
}

.tec-pick {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
        padding-left:2px;
}
.tec-pick:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url("/assets/smc_img/common/c_icon_arrow_15_r.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: -20px;
	top: 0.2em;
}


.mgmn-wrap .mgmn-col > ul > li > a:hover {
	opacity: 0.6;
}
.mgmn-wrap .mgmn-col-clod > ul:after {
	content: "";
	clear: both;
	display: block;
}
.mgmn-wrap .mgmn-col-clod > ul li {
	width: 353px;
	margin: 12px 0 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 1060px) {
.mgmn-wrap .mgmn-col-clod > ul li {
	width: 46.94%;
}
}
.mgmn-wrap .mgmn-col-clod > ul li:nth-of-type(odd) {
	float: left;
	clear: both;
}
.mgmn-wrap .mgmn-col-clod > ul li:nth-of-type(even) {
	float: right;
}
.mgmn-wrap .mgmn-col-clod > ul li a {
	font-size: 15px;
	line-height: 1.2;
	position: relative;
}
.mgmn-wrap .mgmn-col-clod > ul li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 8px;
	background: url("/assets/smc_img/common/c_icon_arrow_11_r.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: -10px;
	top: 0.3em;
}

.mgmn-wrap .mgmn-col-clod > ul li a:hover {
	opacity: 0.6;
}
header#header .global li .mgmn-wrap-close {
	display: none;
	width: 50px;
	height: 50px;
	background: #999 url("/assets/smc_img/common/c_icon_close_1.png") no-repeat center;
	background-size: 20px auto;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 40;
}
header#header .global li .mgmn-wrap-close:hover {
	opacity: 0.7;
}
header#header .global-utility-wrap {
	display: none;
}


.js-megaMenu:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -3px;
}


.mgmn-wrap-close {
    display: none;
    width: 42px;
    height: 42px;
    background: #0072c1 url(/assets/smc_img/common/c_icon_close_1.png) no-repeat center;
    background-size: 20px auto;
    cursor: pointer;
    position: absolute;
    right: 0;
/* top: 90px; */
    z-index: 999;
}


