/* ヘッダー */
.header-bar .bar-wrap {
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 0;
}

.header-bar .bar-wrap span {
	color: #00bfa5;
}

header .top-nav {
	padding: 5px 20px 0;
}

header .header-logo img {
	width: 233px;
}

@media screen and (max-width: 980px) {
	header .header-logo img {
		width: 200px;
	}
}

header .header-logo span.name {
	font-size: 11px;
}

header .header-menu {
	padding-top: 12px;
}

@media screen and (max-width: 980px) {
	header .header-menu {
		padding-top: 0;
	}
}

@media screen and (max-width: 980px) {
	.header.fix {
		padding-top: 0 !important;
	}
}

header .pc-nav .inner {
	max-width: 1100px;
}

/* style.css上書き */
header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(4) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon03-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(5) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon04-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(6) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon06-gray.svg") no-repeat;
  background-size: 22px 22px !important;
}
header .pc-nav ul.nav-list > li:nth-child(7) > a > span::before {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon05-gray.svg") no-repeat;
  background-size: 22px 22px !important;
}
header .pc-nav ul.nav-list > li.has-children a > span {
  padding-right: 25px;
}

header .pc-nav ul.nav-list > li:nth-child(2):hover > a > span::before {
  background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02_on.svg");
}
header .pc-nav ul.nav-list > li:nth-child(3):hover > a > span::before {
  background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11_on.png");
}

header .pc-nav ul.nav-list > li.has-children a > span::after {
  background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow03.svg") no-repeat;
  background-size: 14px 9px;
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  top: 9px;
  height: 9px;
  width: 14px;
}

@media screen and (min-width: 981px) {
  header .pc-nav ul.nav-list > li:nth-child(1):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(2):hover > p > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(3):hover > p > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11_on.png");
  }
  header .pc-nav ul.nav-list > li:nth-child(4):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon03_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(5):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon04_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(6):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon06_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(7):hover > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon05_on.svg");
  }
  
  .header-cart a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_cart_on.svg") no-repeat;
  }
  .membership a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member_on.svg") no-repeat;
  }
  .header-order a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_order_on.svg") no-repeat;
  }
  .header-mypage a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_mypage_on.svg") no-repeat;
  }
  .logout a:hover::before {
    background: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout_on.svg") no-repeat;
  }
  .openbtn {
    display: none;
  }
/* アクティブのみ */
  header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
    background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01.svg");
  }
}
/* style.css上書き */

@media screen and (min-width: 981px) {
	header .pc-nav ul.nav-list > li {
		border-bottom: 5px solid transparent;
		transition: border-color .2s;
	}

	header .pc-nav ul.nav-list > li.is-active,
	header .pc-nav ul.nav-list > li.is-hover {
		border-bottom-color: #00bfa0;
	}
}

/* 通常（ホームがカラー） */
header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01.svg");
}
header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02-gray.svg");
}
header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11-gray.png");
}

/* ストーマ装具を探す OPEN時 */
body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01-gray.svg");
}
body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02.svg");
}


/* アクセサリを探す OPEN時 */
body.is-accessory-open header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon01-gray.svg");
}
body.is-accessory-open header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11.png");
}


header .pc-nav ul.nav-list > li > a, header .pc-nav ul.nav-list > li > p {
	padding: 16.5px 0 10px 0;
}

header .pc-nav ul.nav-list > li.has-children2 a > span {
	padding-right: 25px;
}

header .pc-nav ul.nav-list > li.has-children2.active a > span::after {
 	background-image: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow03_on.svg);
}

header .pc-nav ul.nav-list > li.has-children2 a > span::after {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow03.svg) no-repeat;
	background-size: 14px 9px;
	content: "";
	display: inline-block;
	right: 0;
	position: absolute;
	top: 9px;
	height: 9px;
	width: 14px;
}

header .pc-nav .nav-child-container2.active {
	display: block;
	opacity: 1;
	visibility: visible;
	animation: fadeIn 0.3s 
	ease-in 0s forwards;
}

header .pc-nav .nav-child-container2 {
	background: #E2F6F2;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

header .pc-nav .nav-child-container,
header .pc-nav .nav-child-container2 {
	background: none;
}

header .pc-nav .nav-child-container .nav-child-inner {
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 981px) {

	.nav-child-inner .mega-box {
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 40px;
		background: #fff;
		border: 1px solid #00BFA5;
		border-radius: 0 0 20px 20px;
		box-shadow:
			0 6px 16px rgba(0, 191, 165, 0.15),
			0 2px 6px rgba(0, 0, 0, 0.5);
	}

	.mega-row {
		display: flex;
		gap: 60px;
	}

	/* 各グループ（形状から探す／カテゴリーから探す） */
	.mega-group {
		min-width: 270px;
	}

	/* カラムを横に並べる領域 */
	.mega-group-inner {
		display: flex;
		gap: 40px;
	}

	/* 各カラム（幅 270px 固定） */
	.mega-group-inner .mega-list {
		width: 270px;
	}

	/* 見出し */
	.mega-heading {
		margin: 0 0 12px;
		padding-bottom: 8px;
		font-size: 16px;
		font-weight: 700;
		color: #254845;
		border-bottom: 2px solid #00BFA5;
		display: flex;
		align-items: center;
		gap:10px;
	}

	/* 見出し右の矢印 */
	.mega-heading-arrow{
		display:block;
		flex:0 0 20px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background-position:center;
		background-size:20px 20px;
		background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
	}
	/* リスト共通 */
	.mega-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mega-list li {
		margin: 3px 0;
	}

	.mega-list a {
		position: relative;
		display: block;
		padding: 5px 30px 5px 18px;
		font-size: 16px;
		font-weight: 500;
		color: #254845;
		line-height: 1.375em;
		text-decoration: none;
		text-align: left;
	}

	/* 左側のドット */
	.mega-list a::before {
		content: "";
		position: absolute;
		left: 6px;
		top: 50%;
		width: 4px;
		height: 4px;
		margin-top: -2px;
		border-radius: 50%;
		background: #00BFA5;
	}

	/* 右側の矢印（item-arrow と同じ SVG） */
	.mega-list a::after {
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 90% 90%;
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
		opacity: 0;
		transition: opacity .15s ease;
	}

	.mega-list a:hover {
		background-color: #E2F6F2;
	}

	.mega-list a:hover::after {
		opacity: 1;
	}

	.nav-child-inner-stoma .mega-box,
	.nav-child-inner-stoma .mega-list a,
	.nav-child-inner-accessory .mega-box,
	.nav-child-inner-accessory .mega-list a {
		text-align: left;
	}
}


.side-section.side-category-sp {
	margin: 0 0 24px;
	padding: 0;
}

@media screen and (max-width: 980px) {
	.side-section.side-category-sp {
		margin: 0 0 24px;
		padding: 0 16px;
	}
}
.side-category-sp__title {
	font-size: 14px;
	font-weight: 700;
	color: #00BFA5;
	margin: 0 0 12px;
}

@media screen and (max-width: 980px) {
	.side-category-sp__title {
		margin-top: 30px;
	}
}

.sp-nav-block {
	border-top: 2px solid #00BFA5;
	margin-bottom: 24px;
}

.sp-nav-head {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	width: 100%;
	padding: 10px 0 8px;
	background: none;
	border: none;
	outline: none;
	font: inherit;
	color: #254845;
	cursor: pointer;
}

.sp-nav-head__icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}

.sp-nav-head__icon--stoma {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon02.png");
}

.sp-nav-head__icon--acc {
	background-image: url("https://gigaplus.makeshop.jp/yagamistoma/img/common/nav_icon11.png");
}

.sp-nav-head__label {
	text-align:left;
	flex:1;
	font-size: 16px;
	font-weight: 700;
	color: #00BFA5;
}

.sp-nav-head__label a {
	color: #00BFA5;
}

.sp-nav-head__label a:hover {
	color: #00BFA5;
	transition: color 0.2s ease;
}

.sp-nav-head__arrow {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 90%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
	transform: rotate(0deg);
	transition: transform .2s ease;
}

.sp-nav-panel {
	padding-bottom: 4px;
}

.sp-nav-subhead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0 8px;
	margin-top: 6px;
	background: none;
	border: none;
	border-top: 1px dashed #00BFA5;
	outline: none;
	font: inherit;
	color: #254845;
	cursor: pointer;
}

.sp-nav-panel .sp-nav-subhead:first-of-type {
	border-top: 2px solid #00BFA5;
}

.sp-nav-subhead__label {
	font-size: 16px;
	font-weight: 700;
}

.sp-nav-subhead__toggle {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	position: relative;
}

.sp-nav-subhead__toggle::before,
.sp-nav-subhead__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background-color: #00BFA5;
	transform: translate(-50%, -50%);
}

.sp-nav-subhead__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sp-nav-subhead.is-open .sp-nav-subhead__toggle::after {
	opacity: 0;
}

.sp-nav-list {
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0 0 0 0;
}

.sp-nav-list li a {
	display: block;
	position: relative;
	padding: 6px 8px 6px 32px;
	font-size: 16px;
	font-weight: 500;
	color: #254845;
	text-decoration: none;
}

.sp-nav-list li a::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #00BFA5;
}

.sp-nav-list li a:hover,
.sp-nav-list li a:focus {
	background-color: #E5F9F5;
}

.gnav .gnav-menu {
    font-size: 13px;
    font-weight: 500;
}

.header-menu .header-mypage a::before,
.header-menu .header-mypage.logout a::before,
.header-menu .header-order a::before,
.header-menu .header-cart a::before {
	background-size: 37px 37px;
	height: 37px;
	width: 37px;
}

.header-menu .header-favorite a::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_favorite.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

.header-menu .header-member a::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

.header-menu .header-member a::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	 display: block;
	color: #707070;
}

@media screen and (min-width: 981px) {
	.header-menu .header-favorite a:hover::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_favorite_on.svg) no-repeat;
		background-size: 37px 37px;
		content: "";
		height: 37px;
		margin: 0 auto;
		width: 37px;
	}
	.header-menu .header-member a:hover::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member_on.svg) no-repeat;
		background-size: 37px 37px;
		content: "";
		height: 37px;
		margin: 0 auto;
		width: 37px;
	}
	.header-menu .header-mypage a:hover::before,
	.header-menu .header-order a:hover::before,
	.header-menu .header-cart a:hover::before {
		background-size: 37px 37px;
		height: 37px;
		width: 37px;
	}
}

@media screen and (max-width: 980px) {
	.sp-gnav .header-favorite a:before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_favorite_w.svg) no-repeat;
		background-size: 30px 30px;
	        content: "";
	        display: block;
	        height: 30px;
	        margin: 0 auto;
	        width: 30px;
	}
	.sp-gnav .header-member a:before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_member_sp.svg) no-repeat;
		background-size: 30px 30px;
	        content: "";
	        display: block;
	        height: 30px;
	        margin: 0 auto;
	        width: 30px;
	}
}

.header-menu .header-mypage.logout a::before {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

@media screen and (min-width: 981px) {
	.header-menu .header-mypage.logout a:hover::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout_on.svg) no-repeat;
		background-size: 37px 37px;
		height: 37px;
		width: 37px;
	}
}

@media screen and (max-width: 980px) {
	.sp-gnav .header-mypage.logout a::before {
		background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_logout_w.svg) no-repeat;
		background-size: 30px 30px;
		content: "";
		display: block;
		height: 30px;
		margin: 0 auto;
		width: 30px;
	}
}

.top-hd-under {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.ms-hd {
	padding-top: 5px;
	padding-bottom: 0;
}

/* 行の縦位置を揃える */
.ms-hd .row.middle-xs > [class*="col-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ms-hd__cell {
	margin-bottom: 8px;
}

/* Select (Category) */
.ms-hd__selectWrap {
	position: relative;
	width: 100%;
	max-width: 230px;
}

.ms-hd__select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	padding: 0 42px 0 16px;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 42px;
	outline: none;
}

.ms-hd__select:focus {
	border-color: #7AB8A6;
	box-shadow: 0 0 0 2px rgba(122,184,166,.15);
}

.ms-hd__select option:first-child {
	font-weight: bold;
	color: #254845;
}

.ms-hd__selectArrow {
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23254845' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

/* Search */
.ms-hd__search {
	position: relative;
	width: 100%;
	max-width: 405px;
}

.ms-hd__input {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 42px;
	padding: 0 14px 0 40px !important;
	border: 1px solid #bcbcbc !important;
	border-radius: 6px !important;
	background-color: #eee;
	font-size: 14px;
	outline: none;
}

.ms-hd__input::placeholder {
	color: #777;
}

.ms-hd__input:focus {
	border-color: #7AB8A6 !important;
	box-shadow: 0 0 0 2px rgba(122,184,166,.15) !important;
}

.ms-hd__searchIcon {
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}

/* TEL */
.ms-hd__tel {
	justify-content: center;
}

.ms-hd__telImg {
	display: block;
	height: auto;
	width: 100%;
	max-width: 272px;
}

/* Hours */
.ms-hd__hours {
	text-align: left;
}

.ms-hd__hours small {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.333;
	color: #254845;
	display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
	.ms-hd__selectWrap {
		max-width: 100%;
	}
	.ms-hd__search {
		max-width: 100%;
	}
	.ms-hd__tel {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.ms-hd {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.ms-hd__hours {
		text-align: right;
	}
}

header .pc-nav {
	background: #fff;
	margin-top: 0;
	border-bottom: 1px solid #00bfa5;
	position: relative;
}

@media screen and (max-width: 980px) {
	.header {
		padding: 0 10px 15px;
		position: relative;
    }
}

/*========================================
ヘッダーの制御
========================================*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: transform 0.3s ease;
}

.header-hide {
	transform: translateY(-100%);
}

.header-show {
	transform: translateY(0);
}

.header-bar{
	position: relative;
	overflow: hidden;
	height: 40px;
	display: flex;
	align-items: center;
}

.bar-wrap {
	width: 100%;
}

/* 流れる本体（共通） */
.marquee {
	display: inline-flex;
	white-space: nowrap;
}

/* テキスト間隔（共通） */
.marquee_text {
	color: #254845 !important;
	flex-shrink: 0;
	padding-right: 16rem;
}

/* ホバーで一時停止 */
.header-bar:hover .marquee {
	animation-play-state: paused;
}

/* ===== PC（981px 以上） ===== */
@media screen and (min-width: 981px) {
	.marquee {
		/* PC専用アニメーションだけ指定 */
		animation: marquee-left-pc 55s linear infinite;
	}
}

/* PC用：さらに右から開始（差分は必ず-50%） */
@keyframes marquee-left-pc {
	0%   { transform: translateX(32%); }
	100% { transform: translateX(-18%); }  /* 22 - 50 = -28 */
}

@media only screen and (max-width: 980px) {
	.marquee {
		animation: marquee-left-sp 60s linear infinite;
	}
	.marquee_text {
		padding-right: 12rem;
	}
}

/* スマホ用 */
@keyframes marquee-left-sp {
	0%   { transform: translateX(10%); }
	100% { transform: translateX(-50%); }
}

@media only screen and (max-width: 980px) {
	#g-nav {
		position: fixed;
		z-index: 999999999999;
		top: 92px !important;
		height: calc(100% - 92px) !important;
	}
	#g-nav.panelactive #g-nav-list {
		box-sizing: border-box;
		height: calc(100% - 92px) !important;
		overflow-y: scroll;
	}
}

/* サイドバー */
@media only screen and (min-width: 981px) {
	.side #g-nav-list .search,
	.side #g-nav-list .side-search-text{
		display: none;
	}
	.side-section {
		margin-top: 0;
	}
}

.main-visual {
	padding: 205px 0 0;
}

@media screen and (max-width: 980px) {
	.main-visual {
		padding: 95px 0 0;
	}
}

/* スライダー */
.main-visual .slick-arrow {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_right.png) no-repeat center center;
	width: 65px;
	height: 65px;
}

.main-visual .slick-prev.slick-arrow {
	background: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_left.png) no-repeat center center;
	width: 65px;
	height: 65px;
}

@media screen and (min-width: 981px) {
	.main-visual .slick-prev {
		left: calc(50% - 400px - 32px) !important;
		z-index: 10;
	}
	.main-visual .slick-next {
		right: calc(50% - 400px - 32px) !important;
		z-index: 10;
	}
}

.main-visual .slick-next.slick-arrow:hover {
	background-image: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_right_on.png);
}

.main-visual .slick-prev.slick-arrow:hover {
	background-image: url(https://gigaplus.makeshop.jp/yagamistoma/img/common/icon_arrow_left_on.png);
}

@media screen and (min-width: 981px) {

	.main-visual {
		max-width: 1200px;
		margin: 0 auto;
	}

	.main-visual .slick-list {
		max-width: 1200px !important;
		margin: 0 auto;
	}

	.main-visual .main-slide .slide img.pc-only {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		max-width: 800px !important;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.main-visual .slick-dots {
		position: static;
		margin-top: 10px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
	.main-visual .slick-prev,
	.main-visual .slick-next {
		display: block !important;
		opacity: 1 !important;
	}
}


/* 本文領域-検索 */
.sectionSearch {
	margin-bottom: 40px;
}

.sectionSearch .search-area {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background-color: #00bfa5;
	border-radius: 12px;
	padding: 20px 80px;
	gap: 0;
}

/* 左ブロック（カテゴリ） */
.sectionSearch .search-area .search-block:first-child {
	flex: 0 0 280px;
	margin-right: 24px;
}

/* 右ブロック（検索） */
.sectionSearch .search-area .search-block:last-child {
	flex: 1 1 auto;
	margin-right: 0;
}

/* ラベル部分 */
.sectionSearch .search-label {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
}

/* Select */
.sectionSearch .select-wrap {
	position: relative;
	width: 100%;
}
.sectionSearch .search-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 40px 0 16px;
	border: 1px solid #254845;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #254845;
	line-height: 46px;
	outline: none;
}
.sectionSearch .select-arrow {
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23254845' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

/* Search */
.sectionSearch .search-form {
	position: relative;
	width: 100%;
}
.sectionSearch .search-input {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 46px;
	padding: 0 14px 0 42px !important;
	border: 1px solid #254845 !important;
	border-radius: 5px !important;
	background-color: #fff !important;
	font-size: 16px;
	color: #707070;
	line-height: 46px;
	outline: none;
}
.sectionSearch .search-input::placeholder {
	color: #7A8A86 !important;
}
.sectionSearch .search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}

/* Focus */
.sectionSearch .search-select:focus,
.sectionSearch .search-input:focus {
	border-color: #9EDFD3 !important;
	box-shadow: 0 0 0 2px rgba(0,191,165,.15) !important;
}

@media (max-width: 980px) {
	.sectionSearch .search-area {
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0 15px;
		padding: 16px 18px;
		gap: 16px;
	}
	.sectionSearch .search-area .search-block:first-child,
	.sectionSearch .search-area .search-block:last-child {
	flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
	}
	.sectionSearch .sectionSearch .search-area .search-block:first-child {
	    flex: 0 0 100px;
	}
}

/* ピックアップ */
.top-subTitle {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	color: #254845;
}

.sectionPickup {
	margin-bottom: 80px;
}

/* 新着商品 */
.sectionNewitem {
	margin-bottom: 80px;
}

.sectionNewitem [class*="col-"] {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}

.item-card {
	width: 100%;
	box-sizing: border-box;
	color: #254845;
}

.item-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.item-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: none;
	border: 1px solid #bcbcbc
}

.item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.item-info {
	padding: 10px 0 0;
}

.item-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
	line-height: 1.4;
}

.item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4%;
}

.item-price {
	margin: 0;
	font-size: 13px;
	line-height: 1;
	color: #254845;
}

.item-price-num {
	font-size: 20px;
	font-weight: 500;
	margin-right: 1px;
}

.item-tax {
	font-size: 14px;
}

.item-arrow {
	flex: 0 0 10%;
	width: 10%;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 90%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
}

.item-price.sale {
	margin-top: 5px;
	color: #F23E0C;
}
.original-price {
	text-decoration: line-through;
}

.sale-discount-rate {
	margin-top: 5px;
}

.item-price.fontred3 .item-tax {
	margin-top: 5px;
	color: #d7000f !important
}

/* おすすめ商品 */
.sectionRecommenditem {
	margin-bottom: 80px;
}

/* お知らせ */
.top-contents.news-box {
	background: #fff;
	padding: 0 20px 70px;
}

.newslist-wrap {
	background: #E2F6F2;
}

.newslist li dl dt {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
}

.newslist a {
	font-weight: 500;
}

.newslist li {
	border-bottom: 1px dashed #00BFA5;
}

/* 取り扱いメーカー */
.itemlist {
	padding-top: 0;
	padding-bottom: 25px;
	margin: 0 auto;
}

.itemlist-item {
	padding: 0;
	box-sizing: border-box;
}

.item-slick .slick-list {
	padding: 0 !important;
}

.slick-slide {
	display: flex !important;
	justify-content: center;
}

.maker-item {
	text-align: center;
	width: 100%;
	max-width: 200px;
}

.maker-item .img {
	width: 100%;
	aspect-ratio: 2 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}

.maker-item img {
	width: 180px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width: 980px) {
	.item-slick .slick-dots {
		display: none !important;
	}
}

/*@media screen and (max-width: 980px) {
	.search-area.sp-top {
		display: none;
	}
}*/

/* 全体設定 */
.page-name {
	padding: 240px 12px 75px 12px;
}

@media screen and (max-width: 980px) {
	.page-name {
		padding: 45px 12px;
	}
}

.page-name.img {
	padding: 185px 0 0 0;
}

@media screen and (max-width: 980px) {
	.page-name.img {
		padding: 0;
	}
}

@media screen and (max-width: 980px) {
	.makeshop-option-select-wrap::before {
		display: none !important;
    }
}

/*========================================
汎用
========================================*/
/* 配置 */
.txtC{text-align:center;}
.txtL{text-align:left;}
.txtR{text-align:right;}

@media only screen and (max-width: 768px) {
	.txtC-mbL{text-align:left;}
	.txtL-mbC{text-align:center;}
}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.floatl20{float:left;margin:0 20px 10px 0;}
.floatr20{float:right;margin:0 0 10px 20px;}
.clear{clear:both;}

/* 余白 */
.mb0 {margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb60{margin-bottom:60px !important;}
.mb80{margin-bottom:80px !important;}

.mt0 {margin-top:0;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.ml15{margin-left:15px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.pLeftMargin{text-indent:-8px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

/* リストの余白 */
ul.mt10{margin: 10px 0 0 0;}
ul.mt15{margin: 15px 0 0 0;}
ul.mt20{margin: 20px 0 0 0;}
ul.pb20{padding: 0 0 20px 0;}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font95{font-size:95% !important;}
.font90{font-size:90% !important;}
.font80{font-size:85%;font-weight:normal;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

.bold{font-weight:bold !important;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f !important;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontorange3{color:#FF4E00;}
.fontorange4{color:#F08300 !important;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontblue3{color:#0168AE;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontgreen3{color:#82AC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpurple3{color:#993366;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#fae2e7;}
.fontpink4{color:#dc007f;}
.fontgray1{color:#e8e8e8;}
.fontgray2{color:#999999;}
.fontgray3{color:#666666;}
.fontw{color:#ffffff;}

.font-sans {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 1261px) {
	.font70 {font-size:60%;}
}

@media only screen and (min-width: 769px) and (max-width: 1260px) {
	.font70 {font-size: 12px;}
}

@media only screen and (max-width: 768px) {
	.font70,.font80{font-size: 12px;}
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
	.tbfont {
		/*font-size: 12px !important;*/
		line-height: 1.5em !important;
	}
}

/*========================================
	boorstrap
========================================*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}

.container-fluid .blogPostImg{
  max-width: 100% !important;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
	.row {
	  margin-left: 0;
	  margin-right: 0;
	}
}

@media (max-width: 479px) {
	.row {
	  /*margin-left: -10px;
	  margin-right: -10px;*/
	  margin-left: 10px;
	  margin-right: 10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-left: 10px;
	  padding-right: 10px;
	}
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (max-width: 479px) {
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*カスタム*/
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.top-hd-under .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}
.top-hd-under .row > [class*="col-"] {
	float: none;
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 981px) {
	.top-hd-under .row {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(1) {
		flex: 0 0 230px;
		width: 230px;
		margin-right: 20px;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(2) {
		flex: 0 1 405px;
		min-width: 200px;
		margin-right: 35px;
		display: flex;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(3) {
		flex: 0 0 271px;
		width: 271px;
		margin-right: 0;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(4) {
		flex: 0 0 255px;
		min-width: 255px;
		margin-left: auto;
		padding-left: 5px;
		padding-right: 15px;
		text-align: left;
		box-sizing: border-box;
	}
	.top-hd-under .ms-hd__selectWrap,
	.top-hd-under .ms-hd__search {
		width: 100%;
		max-width: 405px;
	}
	.top-hd-under .ms-hd__input {
		box-sizing: border-box;
		width: 100%;
	}
}

@media (max-width: 1200px) and (min-width: 981px) {
	.top-hd-under .ms-hd__cell:nth-of-type(1) {
		width: 18.5%;
		margin-right: 1.7%;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(2) {
		width: 33.7%;
		margin-right: 2.9%;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(3) {
		width: 22.6%;
		margin-right: 0;
	}
}

@media (max-width: 980px) {
	.top-hd-under {
		display: none;
	}
}
