@charset "UTF-8";
/* ------------------------------
- reset
------------------------------ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  box-sizing: border-box;
}
html {
  font-size: 13px;
}
body {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-family: YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  overflow-x: hidden;
}
main {
  display: block;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
*::before,
*::after {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6, a, li, a span {
  line-height: 1.5;
}
p, p a ,p span {
  line-height: 1.7;
}
sup {
  font-size: 0.5em;
  vertical-align: super;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
select::-ms-expand {
    display: none;
}
input::placeholder,
textarea::placeholder {
  color: #e6e6e6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e6e6e6;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #e6e6e6;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
main {
  padding-top: 0;
}
@media only screen and (min-width: 750px) {
  html {
    font-size: 14px;
  }
}
/* ------------------------------
- ff
------------------------------ */
.ff-noto {
  font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
/* ------------------------------
- utility
------------------------------ */
.visible-lg,
.visible-md {
  display: none;
}
.visible-sm {
  display: inherit;
}
.visible-sp {
  display: inherit;
}
.visible-pc {
  display: none;
}
@media only screen and (min-width: 750px) {
  .visible-sm,
  .visible-lg {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
  .visible-sp {
    display: none;
  }
  .visible-pc {
    display: inherit;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-sm,
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
  .visible-sp {
    display: none;
  }
  .visible-pc {
    display: inherit;
  }
}
/* ------------------------------
- bg
------------------------------ */
.bg-gray {
  background: #f7f7f7;
}
/* ------------------------------
- layout
------------------------------ */
.inner {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
.inner-ex {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 751px) {
  .inner {
    padding: 0 40px;
  }
  .inner-ex {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 750px) {
  .inner {
    width: 100%;
    padding: 0 4vw;
  }
  .inner-ex {
    padding: 0 4vw;
  }
}
/* ------------------------------
- mv
------------------------------ */
.mv {
  background: url(/wp/wp-content/themes/idc/assets/images/shop/mv_sp.jpg) no-repeat center /cover;
  color: #fff;
  text-align: center;
  height: 168px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mv__heading {
  font-size: 30px;
  letter-spacing: .05em;
}
.mv__heading .ja {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 5px;
}
.mv__heading::after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ca0000;
}
@media only screen and (min-width: 750px) {
  .mv {
    height: 240px;
  }
  .mv__heading {
    font-size: 34px;
  }
}
/* ------------------------------
- head
------------------------------ */
.head {
  text-align: center;
  margin-bottom: 20px;
}
.head__sub {
  margin-bottom: 5px;
}
.head__main {
  font-size: 20px;
}
.head::after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ca0000;
}
@media only screen and (min-width: 750px) {
  .head {
    margin-bottom: 30px;
  }
  .head__main {
    font-size: 28px;
  }
}
/* ------------------------------
- btn
------------------------------ */
.btn {
  margin: 30px auto 0;
  font-size: 13px;
  color: #ca0000;
  background: #fff;
  border: 1px solid #ca0000;
  text-align: center;
  width: 230px;
  display: block;
  border-radius: 30px;
  padding: 14px;
  font-weight: bold;
  letter-spacing: .05em;
}
@media only screen and (min-width: 750px) {
  .btn {
    margin-top: 40px;
  }
  .btn:hover {
    color: #fff;
    background: #ca0000;
  }
}
/* ------------------------------
- search
------------------------------ */
.search__block + .search__block {
  margin-top: 30px;
}
.search__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search__item {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  padding: 0 15px;
  min-height: 50px;
  background: #fff;
}
.search__item::after {
  content: '';
  width: 9px;
  min-width: 9px;
  max-width: 9px;
  height: 12px;
  background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center /contain;
  margin-left: 15px;
}
.search__select {
  font-size: 13px;
  background: #f7f7f7 url(/wp/wp-content/themes/idc/assets/images/icon/icon_select.jpg) no-repeat center right /contain;
  width: 100%;
  border-radius: 0;
  height: 50px;
  padding: 0 55px 0 20px;
  color: #bbb;
}
@media only screen and (max-width: 749px) {
  .search__list {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .search__item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media only screen and (min-width: 750px) {
  .search__block + .search__block {
    margin-top: 60px;
  }
  .search__item {
    width: 31.93%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    height: 60px;
    padding: 0 20px;
  }
  .search__item:not(:nth-child(3n)) {
    margin-right: 2.1%;
  }
  .search__item:nth-child(n+4) {
    margin-top: 20px;
  }
  .search__item::after {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 14px;
  }
  .search__item:hover {
    background: #fdedf0;
    border: 1px solid #fdedf0;
  }
}
/* ------------------------------
- latestevent
------------------------------ */
.latestevent {
  padding: 40px 0;
}
@media only screen and (min-width: 750px) {
  .latestevent {
    padding: 60px 0;
  }
}
/* ------------------------------
- articlewrap
------------------------------ */
.article__item {
  position: relative;
  display: block;
}
.is-new::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 50px;
  height: 44px;
  background: url(/wp/wp-content/themes/idc/assets/images/icon/icon_new.png) no-repeat left top/contain;
  z-index: 20;
}
.article__item::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center/contain;
}
.article__text {
  color: #999;
  line-height: 1.5;
  margin-top: 5px;
}
.article__category {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.article__category__item {
  border-radius: 5px;
  background: #c3c2c2;
  text-align: center;
  color: #fff;
  margin: 0 3px 3px 0;
}
.article__day {
  position: relative;
}
.article__day::before,
.article__day::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
}
.article__day::before {
  background: #ddd;
  width: 100%;
}
.article__day::after {
  background: #ca0000;
  width: 12.7%;
}
.col4 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col4 .article__item {
  width: 47.5%;
}
.col4 .article__item::after {
  right: 0;
  bottom: 3px;
  width: 23px;
  height: 13px;
}
.col4 .article__heading {
  font-size: 13px;
  margin-top: 10px;
}
.col4 .article__text {
  font-size: 11px;
}
.col4 .article__category {
  margin-top: 7px;
}
.col4 .article__category__item {
  font-size: 10px;
}
.col4 .article__day {
  font-size: 10px;
  margin-top: 10px;
  padding: 10px 30px 0 0;
}
.col4 .shopList {
  margin: .5em 0 2em;
}
.col4 .shopList__name {
  font-size: 11px;
}
.col3 {
  margin: 0 10px;
}
.col3 .article__item::after {
  right: 0;
  bottom: 3px;
  width: 30px;
  height: 17px;
}
.col3 .article__heading {
  font-size: 15px;
  margin-top: 10px;
}
.col3 .article__text {
  font-size: 13px;
}
.col3 .article__category {
  margin-top: 10px;
}
.col3 .article__category__item {
  font-size: 12px;
  padding: 3px 5px;
}
.col3 .article__day {
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 40px 0 0;
}
@media only screen and (max-width: 749px) {
  .col4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col4 .article__item:nth-child(n+3),
  .col3 .article__item:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 750px) {
  .article__item:hover::after {
    right: -10px;
  }
  .article__img {
    overflow: hidden;
    position: relative;
  }
  .article__img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #ca0000;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
  }
  .article__item:hover .article__img::before {
    opacity: 0.2;
  }
  .article__item img,
  .article__heading {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .article__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .article__item:hover .article__heading {
    color: #ca0000;
  }
  .is-new::before {
    width: 55px;
    height: 49px;
  }
  .col4 .article__day {
    font-size: 12px;
  }
  .col4 .article__category__item {
    font-size: 11px;
    padding: 2px 5px;
  }
  .col4 .shopList__name {
    font-size: 12px;
  }
  .col3 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col3 .article__item {
    width: 30.6%;
  }
  .col3 .article__item:nth-child(n+4) {
    margin-top: 35px;
  }
  .col3 .article__item:not(:nth-child(3n)) {
    margin-right: 4.1%;
  }
  .col3 .article__heading {
    font-size: 14px;
  }
  .col3 .article__text {
    font-size: 12px;
  }
  .col3 .article__category__item {
    font-size: 11px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 999px) {
  .col4 .article__item {
    width: 30.6%;
  }
  .latestevent .article__item:nth-child(n+4) {
    display: none;
  }
  .col4 .article__item:nth-child(n+4) {
    margin-top: 35px;
  }
  .col4 .article__item:not(:nth-child(3n)) {
    margin-right: 4.1%;
  }
}
@media only screen and (min-width: 1000px) {
  .col4 .article__item {
    width: 22.65%;
	margin-bottom:1rem;
  }
  .col4 .article__item:nth-child(n+5) {
    margin-top: 35px;
  }
  .col4 .article__item:not(:nth-child(4n)) {
    margin-right: 3.1333%;
  }
}
/* ------------------------------
- breadcrumbs
------------------------------ */
.breadcrumbs {
  padding: 5px 0;
}
.breadcrumbs__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  font-size: 10px;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: '>';
  margin: 0 5px;
}
@media only screen and (min-width: 1000px) {
  .breadcrumbs {
    padding: 10px 0;
  }
  .breadcrumbs__item {
    font-size: 13px;
  }
}

/* ------------------------------
- header
------------------------------ */
#header {
  position: relative;
  padding-bottom: 46px;
}
#header .header_top {
  margin: 0 1em;
  padding: 0.8em 0;
	display: -webkit-flex;
	display: flex;
	font-size: 12px;
	line-height: 1;
	position: relative;
	z-index: 99000;
}
.corporatelogo img{
  width: 85%;
  vertical-align: middle;
}
#header .header_top .support {
	margin: 0;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
    line-height: 36px;
}
#header .header_top .support > * {
	margin: 0 2em 0 0;
	padding-left: 1em;
	font-size: 11px;
}
#header .header_top .support .chinise,
#header .header_top .support .search {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#header .header_top .support .chinise img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#header .header_top .support .shopping {
	-webkit-flex-direction: column;
	flex-direction: column;
}
#header .header_top .support .shopping p {
	margin: 0;
}
#header .header_top .support .shopping ul {
	margin-top: 0.5em;
	display: -webkit-flex;
	display: flex;
}
#header .header_top .support .shopping li:not(:first-child) {
	margin-left: 3em;
}
#header .header_top .support .shopping img {
	margin-right: 0.25em;
	vertical-align: text-top;
}
/* ***** サイト内検索 ***** */
#header .search_icon:hover,
#header .search_close:hover {
	cursor: pointer;
}
#header .search_close {
	width: 5em;
	margin: 0 0 0 auto;
	padding: 0.5em;
	border: solid 1px #ccc;
	color: #333;
	text-align: center;
}
#header .search_close::before {
	content: "\f00d";
	font-family: FontAwesome;
	margin-right: 0.25em;
}
#header .search_form {
	display: none;
}
#header .active > .search_form {
	display: block;
	width: calc(100% - (2em + 1px) * 2);
	height: 11em;
	padding: 2em;
	background-color: #f4f4f4;
	/*border: solid 1px #e0e0e0;*/
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99900;
}
#header .search_form #SS_searchForm {
	float: none;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 2em;
	margin: 1em auto 0;
	background-color: #f4f4f4;
	border-bottom: solid 1px #ccc;
	font-size: 160%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#header .search_form #SS_searchForm #button {
	width: 26px;
	height: 24px;
	margin: 0;
	margin-left: auto;
	flex: none;
	order: +1;
	float: none;
}
#header .search_form #SS_searchForm #SS_searchQuery {
	height: 100%;
	margin: 0;
	padding: 1px 4px;
	background-color: #f4f4f4;
	border: none;
	color: #333;
	flex: auto;
	float: none;
}
/* ********** ナビゲーション ********** */
#header_navigation {
  z-index: 90000;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#header_navigation.fix {
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 0.25em 0 rgba(216, 216, 216, 0.1), -0.25em 0.25em 0.25em rgba(216, 216, 216, 0.2);
}
#header_navigation.fixline {
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 0.25em 0 rgba(216, 216, 216, 0.1), -0.25em 0.25em 0.25em rgba(216, 216, 216, 0.2);
}
.sidebar-header {
  display: none;
}
#header_navigation.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  margin-top: 0;

}
@media only screen and (max-width: 750px) {
  #header {
    margin: 0;
    padding-bottom: 0;
  }
  .sidebar-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: #fff;
  }
  .corporatelogo img,
  .sidebar-header img {
    width: 145px;
  }
  #header .header_top {
    position: fixed;
    background: #fff;
    width: 100%;
    margin: 0;
  }
  #header .header_top,
  .sidebar-header {
    height:  52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  #header .header_top .support {
    display: none;
  }
  #header_navigation {
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    margin: 0;
  }
  #header_navigation.is-active {
    display: block;
  }
}
/* ------------------------------
- .menu_menu
------------------------------ */
.menu_menu {
  display: none;
}
@media only screen and (max-width: 750px) {
  .menu_menu {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 100010;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    width: 25px;
    height: 25px;
    user-select: none;
    box-sizing: content-box;
    cursor: pointer;
    left: 10px;
    top: 10px;
  }
  .menu-toggler .one, .menu-toggler .two, .menu-toggler .three {
    width: 100%;
    height: 3px;
    background: black;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
  }
  .menu-toggler .one, .menu-toggler .two {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  .menu-txt {
    color: #000;
    font-size: 9px;
    font-weight: 700;
    vertical-align: top;
    text-align: center;
  }
}
/* ------------------------------
- cart_icon
------------------------------ */
.cart_icon{
  display: none;
}
@media only screen and (max-width: 750px) {
  .cart_icon{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
  }
}
/* ------------------------------
- navigation
------------------------------ */
.navigation p {
	margin: 0;
}
/* ***** 第1階層 ***** */
nav {
	width: 100%;
	margin-top: 0.8em;
	background-color: #fff;
	position: relative;
	font-size: 13px;
  border-bottom: 1px solid #eee;
}
.navigation {
	width: 960px;
	margin: 0 auto;
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
.navigation > li {
	flex: auto;
}
.navigation_item {
	padding: 1em 0;
	text-align: center;
	position: relative;
}
a.navigation_item {
	display: block;
}
a.navigation_item:hover {
	text-decoration: none;
}
.navigation_item::after {
	color: #b6b6ab;
	font-family: FontAwesome;
	margin-left: 0.5em;
}
div.navigation_item::after {
	content: "\f107";
}
a.navigation_item::after {
	content: "\f105";
}
.nav_ec .navigation_item::before {
}
.navigation_item:hover {
	background-color: #f5f4f1;
}
.navigation > li.active .navigation_item {
	background-color: #f5f4f1;
}
/* ***** 第2階層 ***** */
.navigation_item_child {
	display: none;
	width: 100%;
	min-height: 200px;
	height:auto !important;
  height:300px;
	background-color: #fff;
	position: absolute;
	top: 100%;
	border-top: 1px solid #cccccc8c;
	left: 0;
	box-shadow: 0.25em 0.25em 0.25em rgba(216, 216, 216, 0.3), -0.25em 0.25em 0.25em rgba(216, 216, 216, 0.3);
	font-size: 12px;
	overflow: auto;
}
.navigation_item_child::-webkit-scrollbar{
	width: 16px;
}
.navigation_item_child::-webkit-scrollbar-track{
	background-color: #eee;
}
.navigation_item_child::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border: solid 1px #ccc;
}
.navigation_item_child .navigation_item_main > *:not(.bg_colored),
.navigation_item_child .navigation_item_sub > *:not(.slide_list) {
	max-width: 960px;
  width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}
.navigation_item_child .navigation_item_main .bg_colored > *,
.navigation_item_child .navigation_item_main .slide_list > * {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* ********** サブエリア（各項目共通レイアウト） ********** */
.navigation_item_sub {
	border-top: solid 1px #ccc;
	background-color: #fff;
	position: relative;
}
/* *** テキストリスト *** */
.navigation_item_sub .text_list {
	padding: 1.5em 0;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navigation_item_sub .text_list li {
	margin-left: 1em;
	margin-right: 1em;
}
.navigation_item_sub .text_list li::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 0.25em;
}
/* *** スライドリスト *** */
.navigation_item_sub .slide_list > ul {
	padding: 1em;
	display: -webkit-flex;
	display: flex;
}
.navigation_item_sub .slide_list li {
	width: calc((100% - 0.5em * 2) / 3);
}
.navigation_item_sub .slide_list li:not(:nth-child(3n+1)) {
	margin-left: 0.5em;
}
.navigation_item_sub .slide_list li a {
	display: block;
	padding: 0.5em;
	text-align: center;
	transition: 0.5s;
}
.navigation_item_sub .slide_list li a:hover {
	opacity: 0.7;
	text-decoration: none;
	transition: 0.5s;
}
.navigation_item_sub .slide_list h3 {
	margin: 0.5em 0 0;
}

.navigation_item_sub .slide_list img{
width: 150px;
}
/* ***** SNS ***** */
.navigation_sns {
	padding: 0.3em 0 1em 0;
	background-color: #EBE7E8;
}
.navigation_sns_wrapper {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.navigation_sns_wrapper p {
	width: calc((100% - 1em) / 5);
	margin: 0;
	font-family: 'Cormorant SC', serif;
	letter-spacing: 0.25em;
}

/* 'Montserrat', 'M PLUS Rounded 1c',**/
.navigation_sns_wrapper p .title {
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 0;
}
.navigation_sns_wrapper ul {
	flex: auto;
	margin-top: 0.75em;
	margin-left: 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.navigation_sns_wrapper li {
	width: calc((100% - 1em * 3) / 4);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.navigation_sns_wrapper li .image img {
	border-radius: 9px;
}
.navigation_sns_wrapper li .text img {
	width: 32px;
	height: auto;
	margin: 0.75em;
  vertical-align: middle;
}
.navigation_sns_wrapper li .text {
line-height: 1.3;
margin-top: 0.5em;
}
.nav_sp,
.detailed {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .navigation {
    max-width: 960px;
    width: 98%;
  }
}
@media only screen and (max-width: 750px) {
  .navigation {
    display: block;
    padding: 90px 0 110px;
    height: 100vh;
    overflow: scroll;
    z-index: 10;
  }
  .navigation > li {
    border-top: #ccc solid 1px;
  }
  a.navigation_item,
  div.navigation_item {
    display: none;
  }
  .nav_pc {
    display: none;
  }
  .detailed {
    display: block;
    font-size: 16px;
    text-align: left;
    padding: 1.1em 0;
    position: relative;
  }
  .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 1px;
    background: #000;
    transition: all .2s ease-in-out;
    /* font-family: Muli; */
    font-weight: 500;
  }
  .plus::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 1px;
    transform: rotate(90deg);
    background: #000;
    transition: all .3s ease-in-out;
    /* font-family: Muli; */
    font-weight: 100;
    opacity: 1;
  }
  .plus.active::before {
    opacity: 0;
  }
  .detailed,
  .nav_sp {
    display: block;
  }
  .search-box.mobile {
    background: #fff;
    width: 100%;
    padding: 18px 0;
  }
  .search-button {
    float: right;
    width: 45px;
    height: 45px;
    background: #ea1717;
    position: relative;
  }
  .search-button .fa {
    display: block;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .search-button input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .search-field {
    border: 1px #e8e8e8 solid;
    border-right: none;
    height: 45px;
    margin-right: 45px;
  }
  #SS_searchForm #SS_searchQuery {
    width: 100%;
    height: 43px;
    line-height: 43px;
    border: none;
    background: none;
    font-size: 14px;
    padding: 0 0px 0 20px;
    color: #3d3d3d;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    color: #000;
    font-size: 16px;
  }
  .btnclose {
    font-size: 16px;
    position: absolute;
    display: block;
    top: 14px;
    right: 24px;
    width: 22px;
    height: 22px;
  }
  .sidebar-header > span.btnclose:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 1.4em;
  }
  .navigation_item_child {
    position: relative;
    min-height: 0px;
  }
  .navigation_sns_wrapper {
    display: block;
  }
  .navigation_sns_wrapper p {
    width: 100%;
  }
  .navigation_sns_wrapper ul {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ------------------------------
- brand
------------------------------ */.nav_brand .brand_item_header {
	font-size: 110%;
	font-weight: bold;
    text-align: left;
    padding:0 0 1em 0;
}
/* ***** 左メニュー ***** */
.nav_brand .navigation_item_child > ul {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0.5em 0;*/
	background-color: #f5f4f1;
	position: relative;
}
/* ***** 右側 ***** */
.nav_brand .navigation_item_main {
	background-color: #fff;
	position: relative;
}
.nav_brand .navigation_item_main .image_list {
	padding: 1.5em 0 0 2em;
	font-size: 11px;
}
.nav_brand .navigation_item_main li a > span:before {
    content: "";
    display: block;
    margin-bottom: 5px;
}
.nav_brand .navigation_item_main li {
	font-size: 11px;
    width: 10%;
    position: relative;
    display: inline-block;
/**    float:left; **/
    text-align: center;
}

.nav_brand .navigation_item_main li:before {
    content: "";
    display: block;
    padding-top: 90px; /* 1:1 */
}


.nav_brand .navigation_item_main li > a {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    margin: auto;
}

.nav_brand .navigation_item_main .image_list img {
	width:55px;
}

/****
.image_list > ul > li:nth-child(7n + 1) {
    clear: both;
}
***/
/* ------------------------------
- shop
------------------------------ */
.nav_shop .navigation_item_main {
	padding: 2em 0;
}
/* ***** お知らせ ***** */
.nav_shop .shop_notice {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #ccc;
}
.nav_shop .shop_notice ul {
	margin: 0;
	font-size: 105%;
}
.nav_shop .shop_notice li::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}

/* ***** 店舗リスト ***** */
.nav_shop .area_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav_shop .area_list > li {
	width: calc((100% - 2em * 3 - 1px * 3) / 4);
}
.nav_shop .area_list > li:not(:nth-child(4n+1)) {
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #ccc;
}
.nav_shop .area_list > li:nth-child(n+5) {
	margin-top: 2em;
}
.nav_shop .area_name {
	font-size: 110%;
	font-weight: bold;

	padding: 0 0 1em 0;
}
.nav_shop .shop_list_item li {
  position: relative;
  margin-top: 0.5em;
}
.nav_shop .shop_list_item li img {
  position: absolute;
  bottom:2px;
  right: 0;
}
.nav_shop .shop_list_item li::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.25em;
}
/* ***** 店舗リスト ***** */
.nav_shop .shop_viewall {
	margin-top: 1em;
	padding-top: 1em;
  position: relative;
  /*border-top: solid 1px #ccc;*/
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.nav_shop .shop_viewall p {
	margin: 1em .5em 0;
}
.nav_shop .shop_viewall a {
	display: block;
	width: 20em;
	margin: 0 0 0 auto;
	padding: 1em;
	border: solid 1px #454545;
	/*border-radius: 2em;*/
	background-color: #fff;
	text-align: center;
	/*transition: 0.5s;*/
	color:#111;
}
.nav_shop .shop_viewall a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.25em;
}
.nav_shop .shop_viewall a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

.shop_viewall > div:first-child {
    position: absolute;
    right: 0;
    top:0;
    width: calc((100% - 2em * 3 - 1px * 3) / 4);
}

.shop_viewall > div:first-child img {
    position: absolute;
    top: 0;
    left:0;
}

.shop_viewall > div:first-child span {
    position: absolute;
    left: 30px;
    top: 2px;
    display: inline-block;
    width: 100%;
}

.text-sm {
    font-size: 9px;
}
@media only screen and (max-width: 750px) {
  .nav_shop .shop_viewall {
    display: block;
  }
  .nav_shop .shop_viewall a {
    width: 100%;
    border: 2px solid red;
  }
}
/* ------------------------------
- servece
------------------------------ */
/* ***** コンテンツリスト ***** */
.nav_services .navigation_item_main > * {
	margin-top: 2em;
}
.nav_services .services_contents {
	padding: 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav_services .services_contents > li {
	width: calc((100% - 1em * 3) / 4);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0 0 2em 0;
}
.nav_services .services_contents > li:not(:first-child) {
	/*margin-left: 1em;*/
}
.nav_services .services_item_header {
	font-size: 110%;
	font-weight: bold;
	padding:0 0 1em 0;
}
.nav_services .services_item {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.nav_services .services_item > li {
	margin-top: 0.5em;
}
.nav_services .services_item > li:not(.banner) {
	/* padding-left: 1.5em;
	text-indent: -1.25em; */
}
.nav_services .services_item > li:not(.banner)::before {
	content: "\f105"/*"\f015"*/;
	font-family: FontAwesome;
	/*color: #e6002d;*/
	color:#707070;

	margin-right: 0.25em;
}
.nav_services .services_item > li.banner {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: auto 0 0 0;
}
.nav_services .services_item > li.banner a {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.nav_services .services_item .banner .image {
	flex: none;
	text-align: left;
}
.banner img {
	width:80%;
	margin-bottom: 0.5em;
}


/* ***** SNS ***** */
.nav_services .services_sns {
	padding: 1em;
	background-color: #e8dddf;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.nav_services .services_sns p {
	width: calc((100% - 1em) / 4);
	margin: 0;
	font-family: 'Montserrat', 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.25em;
}
.nav_services .services_sns p .title {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0;
}
.nav_services .services_sns p .hashtag {
	position: relative;
}
.nav_services .services_sns p .hashtag::before,
.nav_services .services_sns p .hashtag::after {
	font-size: 200%;
	position: absolute;
	bottom: -0.75em;
}
.nav_services .c_sns p .hashtag::before {
	content: "“";
	right: 100%;
}
.nav_services .services_sns p .hashtag::after {
	content: "”";
	left: 100%;
}
.nav_services .services_sns ul {
	flex: auto;
	margin-top: 0.75em;
	margin-left: 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav_services .services_sns li {
	width: calc((100% - 1em * 2) / 3);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav_services .services_sns li .image img {
	border-radius: 9px;

	width: 100%;
}
.nav_services .services_sns li .text img {
	width: 1.5em;
	height: auto;
	margin: 0.75em;
}
.nav_services .navigation_item_child {
	background-color: #fff;
}
/* ------------------------------
- ec
------------------------------ */
.nav_ec .ec_wrapper {
	height: 260px;
	margin-top: 2em;
	display: -webkit-flex;
	display: flex;
}

/* ***** コンテンツリスト ***** */
.nav_ec .ec_contents {
	width: calc(100% - (170px * 2 + 20px * 2) - 1px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 24px;
	font-size: 12px;
}
.nav_ec .ec_contents li {
	margin-bottom: 0.9em;
	margin-right: 1.5em;
}



.nav_ec .ec_contents > li {
	margin-top: 0.5em;
}


.nav_ec .ec_contents > li:nth-last-child(2) {
	margin-bottom: 1em;
}
.nav_ec .ec_contents > li:not(.banner) {
	padding-left: 0.8em/*1.5em*/;
	text-indent: -1.25em;
}
.nav_ec .ec_contents > li:not(.banner)::before {
	content: "\f105"/*"\f015"*/;
	font-family: FontAwesome;
	/*color: #e6002d;*/
	color:#707070;

	margin-right: 0.25em;
}



/* ***** バナーリスト ***** */
.nav_ec .ec_banner {
	width: calc(170px * 2 + 20px * 2);
	display: -webkit-flex;
	display: flex;

	font-size: 12px;
}
.nav_ec .ec_banner li {
	width: 170px;
	margin-left: 20px;

	margin-bottom: 5em;
}

.nav_ec .ec_banner img {



margin-bottom: 0.5em;
}

/* ------------------------------
- interior
------------------------------ */
/* ***** コンテンツリスト ***** */
.nav_interior .navigation_item_main > * {
	margin-top: 2em;
}
.nav_interior .interior_contents {
	padding: 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav_interior .interior_contents > li {
	width: calc((100% - 1em * 3) / 4);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
		margin: 0 0 1em 0;
}
.nav_interior .interior_contents > li:not(:first-child) {
	/*margin-left: 1em;*/
}
.nav_interior .interior_item_header {
	font-size: 110%;
	font-weight: bold;

		padding:0 0 1em 0;
}
/*.nav_interior .interior_item_header::before {
	font-family: FontAwesome;
	margin-right: 0.25em;
}
.nav_interior .interior_contents > li:nth-child(1) .interior_item_header::before {
	content: "\f086";
}
.nav_interior .interior_contents > li:nth-child(2) .interior_item_header::before {
	content: "\f186";
}
.nav_interior .interior_contents > li:nth-child(3) .interior_item_header::before {
	content: "\f004";
}
.nav_interior .interior_contents > li:nth-child(4) .interior_item_header::before {
	content: "\f05a";
}*/
.nav_interior .interior_item {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.nav_interior .interior_item > li {
	margin-top: 0.5em;
}
.nav_interior .interior_item > li:nth-last-child(2) {
	margin-bottom: 1em;
}
.nav_interior .interior_item > li:not(.banner) {
	padding-left: 1.5em;
	text-indent: -1.25em;
}
.nav_interior .interior_item > li:not(.banner)::before {
	content: "\f105"/*"\f015"*/;
	font-family: FontAwesome;
	/*color: #e6002d;*/
	color:#707070;

	margin-right: 0.25em;
}
.nav_interior .interior_item > li.banner {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: auto 0 0 0;
}
.nav_interior .interior_item > li.banner a {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.nav_interior .interior_item .banner .image {
	flex: none;
	text-align: left;
}

/* ***** SNS ***** */
.nav_interior .interior_sns {
	padding: 1em;
	background-color: #e8dddf;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.nav_interior .interior_sns p {
	width: calc((100% - 1em) / 4);
	margin: 0;
	font-family: 'Cormorant SC', serif;
	letter-spacing: 0.25em;
}
.nav_interior .interior_sns p .title {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0;
}
.nav_interior .interior_sns p .hashtag {
	position: relative;
}
.nav_interior .interior_sns p .hashtag::before,
.nav_interior .interior_sns p .hashtag::after {
	font-size: 200%;
	position: absolute;
	bottom: -0.75em;
}
.nav_interior .interior_sns p .hashtag::before {
	content: "“";
	right: 100%;
}
.nav_interior .interior_sns p .hashtag::after {
	content: "”";
	left: 100%;
}
.nav_interior .interior_sns ul {
	flex: auto;
	margin-top: 0.75em;
	margin-left: 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav_interior .interior_sns li {
	width: calc((100% - 1em * 2) / 3);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav_interior .interior_sns li .image img {
	border-radius: 9px;
}
.nav_interior .interior_sns li .text img {
	width: 1.5em;
	height: auto;
	margin: 0.75em;
}


/* ------------------------------
- news
------------------------------ */
/* ***** コンテンツリスト ***** */
.nav_news .navigation_item_main > * {
	margin-top: 2em;
}

/* ***** バナー並ぶところ ***** */
.nav_news .news_pickup {
	padding: 0 2em;
}
.nav_news .news_pickup ul {
	display: -webkit-flex;
	display: flex;
}
.nav_news .news_pickup li {
	width: calc((100% - 1em * 4) / 5);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.nav_news .news_pickup li:not(:first-child) {
	margin-left: 1.5em;
}
.nav_news .news_pickup li a {
	height: 100%;
}
.nav_news .news_pickup .category {
	display: inline-block;
	margin-top: 0.5em;
	padding: 0 0.5em;
	background-color: #888;
	color: #fff;

		font-size: 10px;
	padding: 0.2em 0.5em;
	letter-spacing: 0.2em;
}
.nav_news .news_pickup .text {
	margin-top: 0.5em;
	/*font-weight: bold;*/
}
.nav_news .news_pickup .category.item {
	background-color: #7e6a60;

}
.nav_news .news_pickup .category.campaign {
	background-color: #db007b;

}
.nav_news .news_pickup .category.event {
	background-color: #f75b0d;

}
.nav_news .news_pickup .category.topic {
	background-color: #059e93;

}

.nav_news .news_pickup img{
width:95%;
}
/* ***** 一覧へのリンクのリスト ***** */
.nav_news .news_link {
	/* padding: 0 2em; */
	line-height: 2.5;
}
.nav_news .news_link dl {
	overflow: hidden;
	line-height: 2.5;
}
.nav_news .news_link dt {
	float: left;
	margin-right: 1.5em;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 2.5;
}
.nav_news .news_link dd {
line-height: 2.5;
}
.nav_news .news_link dt::before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #c00;
	margin-right: 0.5em;
}
.nav_news .news_link dd:not(:last-child) {
	margin-bottom: 0.5em;
}

/* ------------------------------
- products
------------------------------ */
/* ***** 左メニュー ***** */
.nav_products .navigation_item_child > ul {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0.5em 0;*/
	background-color: #f5f4f1;
	position: relative;
}
/* ***** 右側 ***** */
.nav_products .navigation_item_main {
	background-color: #fff;
	position: relative;
}
.nav_products .navigation_item_main .image_list {
	padding: 1.5em 0 0;
	text-align: center;
	font-size: 11px;
}
.nav_products .navigation_item_main li a > span:before {
    content: "";
    display: block;
    margin-bottom: 4px;
}
.nav_products .navigation_item_main li {
  font-size: 11px;
  width: 13.8%;
  position: relative;
  display: inline-block;
  float:left;
}
.nav_products .navigation_item_main li:before {
  content: "";
  display: block;
  padding-top: 90px; /* 1:1 */
}
.nav_products .navigation_item_main li > a {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
  margin: auto;
}
.nav_products .navigation_item_main .image_list img {
  width:51px;
  height: 39.04px;
}
/* *** ブランド一覧 *** */
.nav_products .brand_list {
	padding: 0.5em;
	background-color: #fff;
}
.nav_products .brand_list p {
	margin-top: 0.5em;
	text-align: center;
}
.nav_products .brand_list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav_products .brand_list li {
	margin: 0.5em;
	max-height: 2.5em;
}
.nav_products .brand_list img {
	height: 100%;
}
.nav_products .brand_list a {
	transition: 0.5s;
}
.nav_products .brand_list a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
.image_list > ul > li:nth-child(7n + 1) {
  clear: both;
}
@media only screen and (max-width: 750px) {
  .nav_shop .navigation_item_main,
  .navigation_item_main {
    padding: 0 0 2em;
  }
  .nav_services .navigation_item_main > * {
    margin: 0;
  }
  .nav_shop .area_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav_services .services_contents {
    display: block;
  }
  .nav_shop .area_list > li,
  .nav_services .services_contents > li {
    width: 100%;
    margin: 0;
  }
  .nav_shop .area_name,
  .nav_services .services_item_header {
    display: none;
  }
  .shop_list_item,
  .nav_services .services_item,
  .services_item,
  .nav_products .navigation_item_main .image_list ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .nav_shop .shop_list_item li,
  .nav_services .services_item > li,
  .services_item li,
  .nav_products .navigation_item_main li {
    width: 48%;
    border-bottom: solid 1px red;
    font-weight: normal;
    margin: 0;
  }
  .nav_shop .shop_list_item li::before,
  .nav_services .services_item > li:not(.banner)::before {
    display: none;
  }
  .nav_shop .area_list > li:not(:nth-child(4n+1)) {
    margin: 0;
    padding: 0;
    border: none;
  }
  .nav_shop .area_list > li:nth-child(n+5) {
    margin: 0;
  }
  .nav_shop .shop_list_item li a,
  .nav_services .services_item > li a,
  .services_item li a,
  .nav_products .navigation_item_main li > a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 12px;
  }
  .nav_products .navigation_item_main li {
    float: none;
  }
  .nav_products .navigation_item_main li > a {
    position: relative;
    text-align: left;
  }
  .nav_products .navigation_item_main li:before,
  .nav_products .navigation_item_main li img {
    display: none;
  }
}
/* ------------------------------
- footer
------------------------------ */
/*
#footer {
  margin: 80px auto 0;
  font-size: 115%;
}
#soudankai_largebanner {
  margin: 0px auto 40px;
  max-width: 960px;
  width: 98%;
  clear: both;
}
#welcome .cs_flex {
  max-width: 980px;
  margin: 0 auto;
  width: 98%;
}
#welcome .cs {
  margin: 0 0 7rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#welcome .cs > li img {
  width: calc(94%);
  margin-top: 0.3rem;
  margin-left: .5%;
}
#footer #footer_nav {
  width: 100%;
  background-color: #888;
}
#footer #footer_nav .footer_nav_inner {
  font-size: 95%;
  width: 98%;
  margin: 30px auto 0;
  padding: 70px auto;
  max-width: 960px;
  color: #fff;
}
#footer #footer_nav .footer_nav_inner div {
  border-left: 1px solid #999;
  padding-left: 10px;
}
#footer #footer_nav .footer_nav_inner div a img {
  width: auto;
  max-width: 100%;
}
#footer #footer_nav .footer_nav_inner div:first-child {
  margin-left: 0;
  border-left: none;
}
#footer #footer_nav .footer_nav_inner div:nth-child(2), #footer #footer_nav .footer_nav_inner div:nth-child(3) {
  padding-left: 20px;
}
#footer #footer_nav .footer_nav_inner .footer_sec {
  float: left;
  width: 28%;
  margin: 40px 0 40px 50px;
}
#footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li {
  line-height: 2.5;
}
#footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list ul.item_all {
    font-size: 85%;
    width: 80%;
    line-height: 1.7;
}
#footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li:before {
  content: "\f105";
  color: #fff;
  font-family: FontAwesome;
  list-style: none;
  padding: 0;
  margin: 0 1em 0 0;
}
.ml20 {
  margin-left: 20px;
}
.left, .f_left {
  float: left;
}
#footer #footer_nav .footer_nav_inner,
#footer #footer_nav .footer_nav_inner a {
  color: #fff;
}
#footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li img {
  width: 20px;
  vertical-align: middle;
}
.clearfix {
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0.01px;
  visibility: hidden;
  overflow: hidden;
}
#footer .footer_nav_bg {
    width: 100%;
    background-color: #ddd;
}
#footer .footer_nav_bg .footer_nav_bg_inner {
  max-width: 960px;
  width: 98%;
  margin: 0 auto;
}
#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list {
  margin: 30px auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li {
  width: 20%;
  text-align: center;
  letter-spacing: -0.1em;
}
#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li a {
  color: #333;
  font-size: 90%;
}
#footer .footer_nav_bg .copyright {
  margin: 60px auto 0;
  padding-bottom: 30px;
  font-size: 85%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #soudankai_largebanner {
    width: 100%!important;
  }
  #footer #footer_nav .footer_nav_inner {
    width: 100%;
  }
  #welcome .cs {
    flex-wrap: wrap!important;
  }
  #welcome .cs > li img {
    width: 100%!important;

  }
  #footer #footer_nav .footer_nav_inner .footer_sec {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li {
    border-right: 1px solid #ccc;
  }
  #footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list {
    //display: -webkit-flex;
    //display: -ms-flex;
    //display: flex;
    //-webkit-flex-wrap: wrap;
    //-ms-flex-wrap: wrap;
    //flex-wrap: wrap;
  }

  #footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li {
    border-bottom: 1px solid #ccc;
    float: left;
    line-height: 1.7;
    text-align: center;
    width: 49.8%;
  }
  #footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li.products {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 2.5;
    text-align: left;
    width: 100%;
  }
  #footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li:before {
    display: none;
  }
  #footer #footer_nav .footer_nav_inner a {
    display: block;
    padding: 10px;
    line-height: 2.5;
    font-size: 13px;
  }
  #footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list li {
    width: 50%;
    margin: 0;
  }
  #footer #footer_nav .footer_nav_inner .footer_sec01 .footer_sec_list li:nth-child(2n+1),
  #footer #footer_nav .footer_nav_inner .footer_sec03 .footer_sec_list li:nth-child(2n) {
    border-right: 1px solid #ccc;
  }
  #footer #footer_nav .footer_nav_inner .footer_sec .footer_sec_list ul.item_all {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer #footer_nav .footer_nav_inner .item_all {
    border-bottom: 1px solid #ccc;
    text-align: center;
    background: #fff;
  }
  #footer #footer_nav .footer_nav_inner .item_all li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  #footer #footer_nav .footer_nav_inner .item_all a {
    display: block;
    padding: 10px;
    font-size: 13px;
    color: #222;
    line-height: 1.7;
  }
  #footer #footer_nav .footer_nav_inner .item_all a {

  }
  #footer #footer_nav .footer_nav_inner div:nth-child(2), #footer #footer_nav .footer_nav_inner div:nth-child(3) {
    padding: 0;
  }
  .footer_sec02,
  #footer #footer_nav .footer_nav_inner .footer_sec03 .footer_sec_list ul.item_all {
    display: none;
  }
  #footer #footer_nav .footer_nav_inner a.mynavi {
    display: none;
  }
  .footer_nav_bg > ul.footer_sns {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer_nav_bg > ul.footer_sns > li {
    display: inline-block;
    margin-right: 20px;
    width: 40px;
  }
  .footer_nav_bg > ul.footer_sns > li:last-child {
    margin-right: 0;
  }
  #footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list {
    display: block;
    margin: 30px 10px 0;
  }
  #footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li {
    width: 100%;
    text-align: left;
  }
  #footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li + li {
    margin-top: 10px;
  }
  #footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li:before {
    content: "\f105";
    font-family: FontAwesome;
    list-style: none;
    padding: 0;
    margin: 0 1em 0 0;
  }
  #footer .footer_nav_bg .copyright {
    margin: 40px auto 0;
  }
  .footer_sec02,
  #footer #footer_nav .footer_nav_inner .footer_sec03 .footer_sec_list ul.item_all {
    display: none;
  }
}
*/



/* ------------------------------
- footer 202108
------------------------------ */
#footer_nav_pc {
		display:none;
	}
#footer_nav_sp {
		display:block;
	}
@media only screen and (min-width: 750px) {
	#footer_nav_sp {
		display:none;
	}
	#footer_nav_pc {
		display:block;
	}
}


/*
 footer
-----------------------*/
.footer__spMenu__foot {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #f7f7f7;
    padding: 0.5rem 0.8rem 0;
	margin-top:5rem;
}
.foot__linklist__item {
  	border-bottom: 1px solid #eeeeee;
  	text-align:left;
}
.foot__linklist__item:last-child {
  	//border-bottom: none;
}
.foot__linktxt {
  	position: relative;
  	display: block;
  	color: #333;
  	line-height: 1.5;
	font-weight: bold;
    font-size: 3.2vw;
    padding: 4vw 2.66667vw;
}
.foot__linktxt::before {
  	content: "";
  	display: block;
  	background-image: url(../images/header/common/icon_arrow_rightsideways_lightgray.svg);
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: absolute;
  	left: 0;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.foot__linktxt--foreicon {
  	position: relative;
	//padding-left: 12vw;
}
.foot__linktxt--foreicon .foot__linktxt__icon {
    position: absolute;
    top: 50%;
    left: 2.66667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.foot__linktxt--foreicon .linktxt__icon--shop {
	padding-right: 0.5rem;
	padding-left:0.2rem;
}
.foot__linktxt__icon--shop > img {
  	width: 7.06667vw;
  	height: 5.46667vw;
	padding-left: 0.1rem;
}
.foot__linktxt__icon--cart > img {
  	width: 6vw;
  	height: 5.06667vw;
}
.foot__linktxt__icon--like > img {
  	width: 4.93333vw;
  	height: 4.66667vw;
}
.foot__linktxt__icon--mail > img {
  	width: 5.46667vw;
  	height: 3.86667vw;
}

.foot__linklist--flexsp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.foot__linklist--flexsp .foot__linklist__item {
    flex-basis: 49%;
    border-bottom: 1px solid #eeeeee;
}
.foot__linklist--flexsp .foot__linklist__item:nth-child(even) {
    border-left: 1px solid #eeeeee;
}

.foot__linklist--flexsp .foot__linklist__item--under {
    flex-basis: 49%;
    border-bottom: 1px solid #eeeeee;
}

.foot__linklist--flexsp .foot__linklist__item .foot__linktxt--under {
	font-weight:normal;
	font-size:0.6rem;
}

.copyright {
	font-size: 80%;
	text-align: center;
	margin-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: -2rem;
}



@media only screen and (min-width: 500px) and (max-width: 1024px) { 
	#footer {
	}

	#footer a {
		text-decoration:none;
	}

	#footer #footer_nav_pc {
		width:100%;
		background-color:#ddd;
	}
	#footer #footer_nav_pc .footer_nav_inner {
    width: 1120px;
    max-width: 100%;
		margin: 30px auto 0;
    padding: 0 40px;
		font-size:95%;
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_nav_col {
		display: flex;
		justify-content: space-between;
		flex-flow: row nowrap;
		padding:3rem 0;
		text-align: left;
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_nav_col li {
		font-size:0.9rem;
		line-height: 2.5;
	}

	#footer #footer_nav_pc .footer_nav_inner,
	#footer #footer_nav_pc .footer_nav_inner a {
		color:#333;
		letter-spacing:0.5px;
		
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_sec {
		/* float:left; */
		/* width:28%; */
		/* margin:40px 0 40px 50px; */
	}

	#footer #footer_nav_pc .footer_nav_inner .footer_sec .footer_sec_list li:first-of-type a {
		color:#000;
		font-weight:bold;
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_sec .footer_sec_list li:before {
		content: none;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner {
		width:90%;
		margin:0 auto;
		padding:30px auto;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list {
		display:flex;
		justify-content:center;
		flex-flow:row nowrap;
		margin:30px auto;
		
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li a {
		color:#333;
		font-size: 0.85rem;
		text-align: center;
		margin:0 auto;
		letter-spacing: 0.3px;
		display:block;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li {
		position: relative;
		padding-right: 25px;
		width: auto;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li a::after {
		background-color: #333;
		content: "";
		height: 11px;
		width: 1px;
		position: absolute;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li:last-child a::after {
		content:none;
	}
	#footer .footer_nav_bg .copyright {
		margin:0;
		padding-bottom: 42px;
		font-size: 0.8rem;
		text-align:center;
	}
}

@media only screen and (min-width: 1025px) {
	#footer {
	}

	#footer a {
		text-decoration:none;
	}

	#footer #footer_nav_pc {
		width:100%;
		background-color:#ddd;
	}
	#footer #footer_nav_pc .footer_nav_inner {
    width: 1120px;
    max-width: 100%;
		margin: 30px auto 0;
    padding: 0 40px;
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_nav_col {
		display: flex;
		justify-content: space-between;
		flex-flow: row nowrap;
		padding:3rem 0;
		text-align: left;
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_nav_col li {
		font-size:0.9rem;
		line-height: 2.5;
	}

	#footer #footer_nav_pc .footer_nav_inner,
	#footer #footer_nav_pc .footer_nav_inner a {
		color:#333;
		letter-spacing:0.5px;
		
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_sec {
		/* float:left; */
		/* width:28%; */
		/* margin:40px 0 40px 50px; */
	}

	#footer #footer_nav_pc .footer_nav_inner .footer_sec .footer_sec_list li:first-of-type a {
		color:#000;
		font-weight:bold;
	}
	#footer #footer_nav_pc .footer_nav_inner .footer_sec .footer_sec_list li:before {
		content: none;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner {
		width:960px;
		margin:0 auto;
		padding:30px auto;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list {
		display:flex;
		justify-content:center;
		flex-flow:row nowrap;
		margin:30px auto;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li a {
		color:#333;
		font-size: 0.85rem;
		text-align: center;
		margin:0 auto;
		letter-spacing: 0.3px;
		display:block;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li {
		position: relative;
		padding-right: 25px;
		width: auto;
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li a::after {
		background-color: #333;
		content: "";
		height: 11px;
		width: 1px;
		position: absolute;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#footer .footer_nav_bg .footer_nav_bg_inner .footer_nav_list li:last-child a::after {
		content:"";
		height:0;
		width:0;
	}				
	#footer .footer_nav_bg .copyright {
		margin:0;
		padding-bottom: 42px;
		font-size: 0.8rem;
		text-align:center;
	}
}




/*
 footer sns icon
-----------------------*/
.footer__spMenu__foot .footer__spMenu__sns {
  	margin: 0 auto;
  	margin: 0 0.3rem;
  	padding: 2rem 3rem 1.5rem;
  	/* width: 69.2vw; */
  	border-bottom: 1px solid #eeeeee;
}
.footer__spMenu__sns__head {
  	margin-bottom: 5.33333vw;
}
.footer__spMenu__sns__txt {
  	font-size: 3.46667vw;
  	text-align: center;
  	font-weight: bold;
}
.footer__spMenu__sns__list {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
}
.footer__spMenu__sns .footer__spMenu__sns__icon {
  	display: inline-block;
}
.footer__spMenu__sns .footer__spMenu__sns__icon--twitter {
  	width: 6.4vw;
  	height: 6.66667vw;
}
.footer__spMenu__sns .footer__spMenu__sns__icon--facebook {
  	width: 3.46667vw;
  	height: 7.2vw;
}
.footer__spMenu__sns .footer__spMenu__sns__icon--instagram {
  	width: 7.33333vw;
  	height: 7.33333vw;
}
.footer__spMenu__sns .footer__spMenu__sns__icon--youtube {
  	width: 10.13333vw;
  	height: 7.2vw;
}
.footer__spMenu__sns .footer__spMenu__sns__icon--line {
 	 width: 8.26667vw;
  	height: 8vw;
}

@media only screen and (min-width: 750px) {
	.footer__spMenu__sns__head {
		margin: 2rem 0 0;
	}
	.footer__spMenu__sns__txt {
		font-size: 1rem;
		text-align: center;
		font-weight: bold;
	}
	.footer__spMenu__sns__list {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon {
		display: inline-block;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--twitter {
		width: 1.7rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--facebook {
		width: 0.9rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--instagram {
		width: 2.18rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--youtube {
		width: 3rem;
		height: 4rem;
	}
	.footer__spMenu__sns .footer__spMenu__sns__icon--line {
		 width: 2.4rem;
		 height: 4rem;
	}
}
#pagetop {
  bottom: 50px;
  position: fixed;
  right: 25px;
  z-index: 9999;
}

input#vendor-search-handler {
    font-size: 16px; !important;
}



