.control_ucar {
  background-color: #FFF;
  border: 1px solid #086db0;
  padding: 0px 5px;
  color: #000;
  transition-duration: 0.3s;
  letter-spacing: 0px;
}
.mixBox{
  display: none ;
}
.fixed {
  position: fixed !important;
  top: -50px;
  left: calc(50% - 480px);
}
.fixed2 {
  top: 0px;
}
.mixitup-control-active {
  font-weight: 700;
  border-bottom: 1px solid #000;
}

  #pagetop{
    display: block;
    position: static !important;
    right: 0px;
    bottom: 0px;
    z-index: 0;
  }
  
.header_0205443{
  width: 960px;
  margin: 0 auto;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
      url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}


html, body, .main {
box-sizing:border-box;
font-weight: 400;
cursor:auto;
padding:0;
margin:0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
width:100%;
height:100%;
background-color: #FFF;
font-size: 16px;
letter-spacing: 1px;
font-family: 'M PLUS 1p', sans-serif;
}
.no-wrap {
 display: inline-block; /* インラインブロック化 */
}
.main {
height: 100%;
}
.main2 {
box-sizing: border-box;
width: 100%;
height: auto;
float: left;
}
.separate {
box-sizing: border-box;
width: 100%;
max-width: 1280px;
height: auto;
margin: 0 auto;
position: relative;
}
.separate img {
width: 100%;
max-width: 1024px;
height: auto;
margin: 0 auto;
display: block;
}
.subcontent {
box-sizing: border-box;
width: 100%;
max-width: 1280px;
height: auto;
min-height: 550px;
padding: 0 30px;
margin: 0 auto;
position: relative;
}

a {
text-decoration: none;
}
.cent {
box-sizing: border-box;
position: absolute;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%); /* Safari用 */
transform: translate(-50%, -50%);
padding: 0;
text-align: center;
}
.glovalBox {
  width: 960px;
  margin: 0 auto;
  height: 50px;
  border: 1px solid #ccc;
  position: relative;
  background-color: #FFF;
  display: block;
  z-index: 9999;
  font-size: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header, .header2 {
box-sizing: border-box;
width: 100%;
height: 100px;
border-bottom: 1px solid #ccc;
padding: 5px 10px;
display: block;
}
/* sns */
.sns01 {
  right: 2px;
  background-image: url(/newpackage/0205443/img/sns_insta_off.png);
}
.sns02 {
  right: 72px;
  background-image: url(/newpackage/0205443/img/sns_tw_off.png);
}
.sns03 {
  right: 37px;
  background-image: url(/newpackage/0205443/img/sns_fb_off.png);
}
.sns01, .sns02, .sns03 {
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 7px;
  background-color: rgba(255,255,255,1);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  display: block;
  z-index: 999;
}
.sns01:hover{
  background-color:#116098 ;
  background-image: url(/newpackage/0205443/img/sns_insta_on.png);
}
.sns02:hover{
  background-color:#116098 ;
  background-image: url(/newpackage/0205443/img/sns_tw_on.png);
}
.sns03:hover{
  background-color:#116098 ;
  background-image: url(/newpackage/0205443/img/sns_fb_on.png);
}

.logo {
box-sizing: border-box;
width: 100%;
max-width: 260px;
height: auto;
float: left;
padding: 5px;
}
.logo img {
width: 100%;
height: auto;
display: block;
}
.logo2 {
box-sizing: border-box;
width: 100%;
max-width: 160px;
height: auto;
float: left;
padding: 0px;
padding-left: 5px;
display: none;
}
.logo2 img {
width: 100%;
height: auto;
display: block;
}


.logo3 {
box-sizing: border-box;
width: 100%;
max-width: 160px;
height: auto;
float: center;
padding: 0px;
display: none;
}
.logo3 img {
width: 100%;
height: auto;
display: block;
}

.headBox1 {
width: calc(100% - 300px);
height: 40px;
float: right;
margin-top: 2px;
}
.headBox2 {
width: calc(100% - 280px);
height: 45px;
float: right;
}
.headBtn {
box-sizing: border-box;
height: 30px;
text-align: center;
background-color: #FFF;
border: 1px solid rgba(17,96,152,1.00);
border-radius: 4px;
float: right;
color: rgba(17,96,152,1.00);
font-size: 0.7em;
line-height: 28px;
margin-left: 5px;
transition: 0.3s;
-webkit-transition: 0.3s;
 display: inline-block;
padding: 0 10px;
}
.headBtn:hover {
background-color: rgba(17,96,152,1.00);
color: #FFF;
}
.headBtn2, .headBtn2B {
  box-sizing: border-box;
  width: 130px;
  height: 40px;
  text-align: center;
  background-color: rgba(106,181,66,1.00);
  border: 1px solid rgba(106,181,66,1.00);
  border-radius: 5px;
  float: right;
  color: rgba(255,255,255,1.00);
  font-size: 0.8em;
  margin-left: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}
.headBtn2B {
width: 180px;
color: rgba(106,181,66,1.00);
background-color: rgba(255,255,255,1.00);
border: 0px solid rgba(106,181,66,1.00);
text-align: left;
font-size: 21px;
font-weight: 700;
line-height: 14px;
padding-top: 8px;
}
.btndetail {
font-size: 10.5px;
padding-top: 5px;
font-weight: 400;
}
.headBtn3 {
line-height: 14px;
background-color: rgba(231,70,47,1.00);
border: 1px solid rgba(231,70,47,1.00);
margin-left: 10px;
}
.headBtn3B {
width: 180px;
color: rgba(231,70,47,1.00);
background-color: rgba(255,255,255,1.00);
border: 0px solid rgba(231,70,47,1.00);
}
/* menu************************************** */
.menu-container {
	box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
}
.menu-container {
	padding-right: 120px;

}
.menu-dropdown-icon:before {
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
	color: rgba(17,96,152,1);
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size: 14px;
	max-width: 1280px;
	margin: 0 auto;
	padding-right: 0px;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size: 1em;
	float: left;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0 10px;
}
.menu > ul > li.first {
	width: 9.5%;
}
.menu > ul > li.second {
	width: 13%;
}
.menu > ul > li.third {
	width: 9.5%;
}
.menu > ul > li.fourth {
	width: 16.5%;
}
.menu > ul > li.fifth {
	width: 13%;
}
.menu > ul > li.sixth {
	width: 8%;
} 
.menu > ul > li {
	font-size: 15px;
	letter-spacing: 0px;
}
.menu > ul > li {
	font-size: 14px;
	}
.menu > ul > li a {
    text-decoration: none;
    display: block;
}

.menulogo {
	position: absolute;
	width: 170px;
	height: auto;
	top: 0;
	left: 10;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.menulogo img {
	width: 100%;
	max-width: 150px;
	height: auto;
	padding: 2px 4px;
	display: block;
	margin: 0 auto;
}
.show {
	opacity: 1;
}

.menu > ul > li:hover {
	background-color: rgba(17,96,152,1);
}
.mainmenu {color: rgba(17,96,152,1);}
.mainmenu:hover {color: rgba(255,255,255,1);}
.menu > ul > li:hover .mainmenu { color: #FFF; }


.menu > ul > li > ul.menuDrop2 {
    box-sizing: border-box;
    display: none;
    width: calc(calc(100% + 120px) - 200px);
	width: calc(100% - 80px); /* IE11 */
    background: #FFF;
    position: absolute;
    z-index: 99;
    left: 100px;
    margin: 0;
    list-style: none;
	border-top: 5px solid rgba(17,96,152,1);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
	padding: 10px;
	padding-bottom: 0;
	transition: 0.3s;
} 
.menu > ul > li > ul.menuDrop2 {
    width: calc(calc(100% + 120px) - 140px);
	width: calc(100% - 20px); /* IE11 */
    left: 70px;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}
.menu ul li.mainmenu:hover .menu ul li ul.menuDrop2{
	margin-left: -500px;
}



.menu > ul > li > ul.menuDrop2 > li {
    box-sizing: border-box;
	width: calc(100% / 5);
    list-style: none;
    float: left;
	padding: 10px 10px 0px 10px;
	height: auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin-bottom: 20px;
}
.menu > ul > li > ul.menuDrop2 > li {
	width: calc(100% / 4);
}
.menu > ul > li > ul.menuDrop2 > li.sortBox {
    box-sizing: border-box;
	width: 100%;
    list-style: none;
    float: left;
	padding: 10px 0;
	padding-bottom: 0;
	height: auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background-color: #FFF;
	margin-bottom: 0px;
}
.menu > ul > li > ul.menuDrop2 a, .menu > ul > li > ul.menuDrop2 > li a{
	color: rgba(17,96,152,1);
}

.inMenuPic {
    box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	transition-duration: 0.3s;
}
.inMenuPic img {
	width: 100%;
	height: auto;
	display: block;
	transition-duration: 0.3s;
}
.menu ul li ul.menuDrop2 li:hover .inMenuPic img {
	transform: scale(1.1);	
	transition-duration: 0.3s;	
}
.menu ul li ul.menuDrop2 li:hover {
	background-color: #086db0;
	color: #FFF;
}
.menu ul li ul.menuDrop2 li a:hover {
	background-color: #086db0;
	color: #FFF;
}
.inMenuName {
    box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	line-height: 1.2em;
	font-size: 14px;
	padding: 5px;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
	padding: 0;
	margin: 0;
}

.mix {
	box-sizing: border-box;
    background: #fff;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
	padding: 0;
	margin: 0;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

ul.mixBox, ul.mixBox2 {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	height: auto;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	overflow: hidden;
} 

/* 2 Columns */

ul.mixBox li.mix, ul.mixBox li.mix2, ul.mixBox li.mix4, ul.mixBox li.gap,
ul.mixBox2 li.mix, ul.mixBox2 li.mix2, ul.mixBox2 li.mix4, ul.mixBox2 li.gap {
	box-sizing: border-box;
  width: calc(100% / 6);
	width: 16.66%; /* IE11 */
	height: auto !important;
	float: left;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
ul.mixBox li.mix img{
  width: 100%;
}
.menu > ul > li > ul.menuDrop2 > li.sortBox {
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  float: left;
  padding: 10px 0;
  padding-bottom: 0;
  height: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #FFF;
  margin-bottom: 0px;
}
.container2 {
  box-sizing: border-box;
  margin-top: 30px;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 0;
}
.controls2 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9;
  top: 0px;
  left: 0px;
  padding: 0;
  background-color: #FFF;
  position: absolute;
}
.control2, .control3, .control4 {
  box-sizing: border-box;
  position: relative;
  padding: 0px 10px;
  height: auto;
  font-weight: 400;
  transition: background 150ms;
  color: #000;
  font-size: 1em;
  border: 0px solid #FFF;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}
.mixitup-control-active {
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.targets {
  text-align: justify;
}
.menu ul li ul.menuDrop2 .mix:hover .mixName{
  background-color: #086db0;
  color: #FFF !important;
}
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  float: left;
}
.mixName {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  font-weight: 400;
  color: #086db0;
  float: left;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition-duration: 0.3s;
}
.mix:hover .imgWrap img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
/* footer */
.contentBottom {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  float: left;
  background-color: rgba(8,109,167,1);
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
}
ul.fotterBox {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    padding: 10px 0px 20px 0;
    margin: 0 auto;
    overflow: hidden;
}
ul.fotterBox li {
  box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 4);
  list-style: none;
  padding: 15px;
  position: relative;
  float: left;
}
.foot1 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #FFF;
  border-bottom: 1px dashed#FFF;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  padding: 5px;
  margin-bottom: 5px;
  float: left;
}
ul.fotterBox li a {
  position: relative;
  display: inline-block;
  transition: .2s;
}
.foot2 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 2px 0px 2px 0px;
  font-weight: 300;
  transition: .2s;
}
.foot1 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #FFF;
  border-bottom: 1px dashed#FFF;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  padding: 5px;
  margin-bottom: 5px;
  float: left;
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
ul.fotterBox li a {
  position: relative;
  display: inline-block;
  transition: .2s;
}
ul.fotterBox li a:hover .foot2 {
  padding-right: 6px;
  font-weight: 400;
  margin-left: 2px;
}
ul.fotterBox li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .2s;
}
ul.fotterBox li a:hover::after {
  width: 100%;
}
.kobutu {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: right;
  color: #FFF;
  padding: 10px;
  font-size: 0.9em;
  font-weight: 400;
}
.copyBox {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-size: 0.8em;
  color: #FFF;
  border-top: 1px solid #FFF;
  text-align: center;
  padding: 20px;
}
/* fixed contents */
.printNav{
  top: 0 !important;
}
#header_v2 .new {
  width: 960px;
  margin: 0 auto !important;
  margin-bottom: 25px !important;
}
.inner  .logo {
  width: auto !important;
  height: auto !important;
  }
.hl_judgmentShop li.tit, .hl_shop li.tit {
  padding: 0 !important;
}
