@charset "UTF-8";

/* 幅調節 */
@media screen and (min-width: 1200px){
	.container.narrow {
		max-width: 960px;
	}
}

/* リセット */
ul,ol {list-style: none;}
ul,ol,li,p,button,figure {padding: 0;margin:0;}
button:focus {outline: none;}
a {
  color: currentColor;
  transition: .3s ease-in-out;
}
a::after {transition: .3s ease-in-out;}
dl dt {margin: 15px auto 7px;}
/*=========================

Bootstrap調整

=========================*/
/* ---福祉ナビ仕様--- */
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
			max-width: 1320px;
	    width: 95%;
	}
	.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
	}
	.col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
	}
}
/* bootstrap スムーズスクロール位置調整 */
@media screen and (min-width: 1024px){
  html, body {
		scroll-behavior: smooth;
    scroll-padding-top: 120px;
  }
}
@media screen and (max-width: 1023px){
  html, body {
    scroll-padding-top: 80px;
		scroll-behavior: smooth;
  }
}
/* 幅調節 */
@media screen and (max-width: 575px){
	.row {margin-left:-7px;margin-right:-7px;}
	.row [class^="col-"] {padding-left:7px;padding-right:7px;}
}
/* Bootstrap4専用ガター調整 */
.row.row-0 {margin-left:0px; margin-right:0px;}
.row.row-0 > * {padding-left:0px; padding-right:0px;}
.row.row-1 {margin-left:-1px; margin-right:-1px;}
.row.row-1 > * {padding-left:1px; padding-right:1px;}
.row.row-3 {margin-left:-3px; margin-right:-3px;}
.row.row-3 > * {padding-left:3px; padding-right:3px;}
.row.row-7 {margin-left:-7px; margin-right:-7px;}
.row.row-7 > * {padding-left:7px; padding-right:7px;}
.row.row-20 {margin-left:-20px; margin-right:-20px;}
.row.row-20 > * {padding-left:20px; padding-right:20px;}
.row.row-27 {margin-left:-27px; margin-right:-27px;}
.row.row-27 > * {padding-left:27px; padding-right:27px;}
.row.row-39 {margin-left:-30px; margin-right:-30px;}
.row.row-39 > * {padding-left:39px; padding-right:39px;}
.row.row-20 > .row-md {margin-bottom: 40px !important;}
.row > .row-md {margin-bottom: 30px !important;}
/* スマホ時のガター調節 */
@media (max-width: 575px) {
	.row.row-27,.row.row-27,.row.row-39 {margin-left:-15px; margin-right:-15px;}
	.row.row-20 > *,.row.row-27 > *,.row.row-39 > * {padding-left:15px; padding-right:15px;}
	.row.row-20 > .row-md {margin-bottom: 30px !important;}
	.row > .row-md {margin-bottom: 15px !important;}
}


/* card */
.card {border: none;border-radius: 20px;}
.card .img {overflow: hidden;border-radius: 20px 20px 0 0;}
.card .img .card-img-top {
  transition: all .3s;
	transform: scale(1);
}
.card:hover .img .card-img-top {
	transform: scale(1.1);
}
.products-card {
	color: #000;
}
.products-card:hover {
	background: #f8f8f8;
	color: #000;
	text-decoration: none;
}
.products-card .img {padding: 15px 30px 0;}
.fukushi-card .card-body  {
	font-size: .875rem;
}
@media (max-width: 575px) {
	.card .card-body {padding: 15px;}
}

.line-height-base {line-height: 1.5 !important;}
.line-height-sm {line-height: 1.25 !important;}
.line-height-lg {line-height: 2 !important;}



/*=========================

a-blog調整

=========================*/
.entry {border: none;margin: 0;}
.page-title-wrapper {color: #000;}
.collapse-inner .entry-column {margin: auto;}
.acms-entry img {border-radius: 4px;}
.page-title-wrapper {margin: 0;}
.acms-icon-arrow-right {
	color: #ccc !important;
	padding-right: 10px;
}
/* タイトル */
.page-title-wrapper {background: #ED848C;}
.page-title-wrapper .page-title {color: #fff;}
@media (min-width: 576px) {
  .page-title-wrapper {
    height: 150px;
  }
}
/* ヘッドライン */
.headline-item:first-child {border-top: 1px solid #ced4da;}
.headline-item,.list-search > li {position: relative;}
.headline-item a::after,.list-search > li > a::after {
	position: absolute;
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f31c";
	transition: 0.3s;
	color: #ED848C;
	margin-top: -0.6rem;
	top: 50%;
	right: 15px;
	vertical-align: middle;
}
.headline-item.bl-hover a::after,.list-search > li > a:hover::after {right: 12px;}
.headline-item a.file::before {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\e702";
	color: #F6BDC3;
	margin-right: 15px;
	font-size: 2rem;
	vertical-align: middle;
}

/* サイドメニュー */
.col-xl-3.side > div.js-pretty-scroll {
	background: #fff;
	padding: 15px 0;
	border-radius: 10px;
}

.module-header {border: none;font-family: 'M PLUS Rounded 1c', sans-serif;color: #666 !important;}
.category-list,.entry-list {margin-top: 0 !important;}
.category-list > ul > li,.entry-list > ul > li {
  position: relative;
  font-size: .875rem;
  border-top: 2px solid #ebebeb;
  padding: 15px 0;
}
.category-list > ul > li:last-child,.entry-list > ul > li:last-child {
  border-bottom: 2px solid #ebebeb;
}
.category-list .nav-item li,.entry-list .nav-item li {padding-top: 10px;}
.category-list li:first-child,.entry-list li:first-child {}
.category-list li a,.entry-list li a {position: relative;display: block;padding: 10px 30px 10px 15px;}
.category-list li a:hover,.entry-list li a:hover,.category-list .nav-link.active,.entry-list .nav-link.active {
  background: #f8f5eb;color: initial;border-radius: 15px;
}

.category-list li a:after,.entry-list li a:after,.category-list li.login a::before {
	position: absolute;
  transition: 0.3s;
  color: #ED848C;
  margin-top: -0.6rem;
	top: 50%;
}
.category-list li a:after,.entry-list li a:after {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f31c";
	right: 15px;
	vertical-align: middle;
}
.category-list li.login a {padding-left: 35px;}
.category-list li.login a::before {
	font: normal normal normal 1em / 1 "Phosphor";
  content: "\f4a3";
	left: 15px;
	vertical-align: middle;
}
.category-list li.login a:hover,.category-list li.login .nav-link.active {background: #f9eff0;}
.category-list li a:hover:after,.entry-list li a:hover:after {
	right: 12px;
}
.category-list li ul {
  padding-left: 25px;
  border-bottom: none;
}


.entry-category, .entry-info, .entry-new {font-size: .75rem;}
.entry-new {padding: 5px 7px;}
.page-top-btn {bottom: 50px;}
@media (max-width: 445px) {
	table.js-table-unit-scroll-hint {width: auto;}
}

/* ユニット */


@media (min-width: 768px) {
    .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-video].acms-col-md-6 {
			width: 50% !important;
    }
}
/*=========================

margin padding

=========================*/
.mt-0 {margin-top: 0px !important;}
.mb-0 {margin-bottom: 0px !important;}
@media (max-width: 991px) {
	.mb-max991-md {margin-bottom: 30px !important;}
	.mb-max991-sm {margin-bottom: 15px !important;}
}
@media (max-width: 767px) {
	.mb-max767-md {margin-bottom: 30px !important;}
	.mb-max767-sm {margin-bottom: 15px !important;}
}
@media (min-width: 576px) {
	.m-xl {margin: 90px !important;}
	.m-lg {margin: 60px !important;}
	.m-md {margin: 30px !important;}
	.m-sm {margin: 15px !important;}
	.m-xs {margin: 10px !important;}
	.mt-xl {margin-top: 90px !important;}
	.mt-lg {margin-top: 60px !important;}
	.mt-md {margin-top: 30px !important;}
	.mt-sm {margin-top: 15px !important;}
	.mt-xs {margin-top: 10px !important;}
	.mb-xl {margin-bottom: 90px !important;}
	.mb-lg {margin-bottom: 60px !important;}
	.mb-md {margin-bottom: 30px !important;}
	.mb-sm {margin-bottom: 15px !important;}
	.mb-xs {margin-bottom: 10px !important;}
	.mr-xl {margin-right: 90px !important;}
	.mr-lg {margin-right: 60px !important;}
	.mr-md {margin-right: 30px !important;}
	.mr-sm {margin-right: 15px !important;}
	.mr-xs {margin-right: 10px !important;}
	.ml-xl {margin-left: 90px !important;}
	.ml-lg {margin-left: 60px !important;}
	.ml-md {margin-left: 30px !important;}
	.ml-sm {margin-left: 15px !important;}
	.ml-xs {margin-left: 10px !important;}
}

@media (max-width: 575px) {
	.m-xl {margin: 45px !important;}
	.m-lg {margin: 30px !important;}
	.m-md {margin: 15px !important;}
	.m-sm {margin: 10px !important;}
	.m-xs {margin: 5px !important;}
	.mt-xl {margin-top: 45px !important;}
	.mt-lg {margin-top: 30px !important;}
	.mt-md {margin-top: 15px !important;}
	.mt-sm {margin-top: 10px !important;}
	.mt-xs {margin-top: 5px !important;}
	.mb-xl {margin-bottom: 45px !important;}
	.mb-lg {margin-bottom: 30px !important;}
	.mb-md {margin-bottom: 15px !important;}
	.mb-sm {margin-bottom: 10px !important;}
	.mb-xs {margin-bottom: 5px !important;}
	.ml-xl {margin-left: 45px !important;}
	.ml-lg {margin-left: 30px !important;}
	.ml-md {margin-left: 15px !important;}
	.ml-sm {margin-left: 10px !important;}
	.ml-xs {margin-left: 5px !important;}
	.mr-xl {margin-right: 45px !important;}
	.mr-lg {margin-right: 30px !important;}
	.mr-md {margin-right: 15px !important;}
	.mr-sm {margin-right: 10px !important;}
	.mr-xs {margin-right: 5px !important;}
}

/* パディング */
.p-0 {padding: 0px !important;}
.pt-0 {padding-top: 0px !important;}


@media (min-width: 576px) {
	.p-xl {padding: 90px !important;}
	.p-lg {padding: 60px !important;}
	.p-md {padding: 30px !important;}
	.p-sm {padding: 15px !important;}
	.p-xs {padding: 10px !important;}
	.pt-xl {padding-top: 90px !important;}
	.pt-lg {padding-top: 60px !important;}
	.pt-md {padding-top: 30px !important;}
	.pt-sm {padding-top: 15px !important;}
	.pt-xs {padding-top: 10px !important;}
	.pb-xl {padding-bottom: 90px !important;}
	.pb-lg {padding-bottom: 60px !important;}
	.pb-md {padding-bottom: 30px !important;}
	.pb-sm {padding-bottom: 15px !important;}
	.pb-xs {padding-bottom: 10px !important;}
	.pl-xl {padding-left: 90px !important;}
	.pl-lg {padding-left: 60px !important;}
	.pl-md {padding-left: 30px !important;}
	.pl-sm {padding-left: 15px !important;}
	.pl-xs {padding-left: 10px !important;}
	.pr-xl {padding-right: 90px !important;}
	.pr-lg {padding-right: 60px !important;}
	.pr-md {padding-right: 30px !important;}
	.pr-sm {padding-right: 15px !important;}
	.pr-xs {padding-right: 10px !important;}
}
@media (max-width: 575px) {
	.p-xl {padding: 45px !important;}
	.p-lg {padding: 30px !important;}
	.p-md {padding: 15px !important;}
	.p-sm {padding: 10px !important;}
	.p-xs {padding: 5px !important;}
	.pt-xl {padding-top: 45px !important;}
	.pt-lg {padding-top: 30px !important;}
	.pt-md {padding-top: 15px !important;}
	.pt-sm {padding-top: 10px !important;}
	.pt-xs {padding-top: 5px !important;}
	.pb-xl {padding-bottom: 45px !important;}
	.pb-lg {padding-bottom: 30px !important;}
	.pb-md {padding-bottom: 15px !important;}
	.pb-sm {padding-bottom: 10px !important;}
	.pb-xs {padding-bottom: 5px !important;}
	.pl-xl {padding-left: 45px !important;}
	.pl-lg {padding-left: 30px !important;}
	.pl-md {padding-left: 15px !important;}
	.pl-sm {padding-left: 10px !important;}
	.pl-xs {padding-left: 5px !important;}
	.pr-xl {padding-right: 45px !important;}
	.pr-lg {padding-right: 30px !important;}
	.pr-md {padding-right: 15px !important;}
	.pr-sm {padding-right: 10px !important;}
	.pr-xs {padding-right: 5px !important;}
}


/* カラー
----------------------------------------------*/
a:hover {color: initial;}

::selection {
	background: #f0edda;
	color: #422a00;
}
.bg-white {background-color: #fff !important;}
.bg-gray0 {background-color: #F6F8F9 !important;}
.bg-gray10 {background-color: #f8f8f8 !important;}
.bg-gray20 {background-color: #f4f4f4 !important;}
.bg-gray30 {background-color: #ededed !important;}
.bg-gray40 {background-color: #DDD !important;}
.bg-gray50 {background-color: #CCC !important;}
.bg-gray60 {background-color: #AAA !important;}
.bg-gray70 {background-color: #999 !important;}
.bg-gray80 {background-color: #777 !important;}
.bg-gray90 {background-color: #666 !important;}
.bg-gray100 {background-color: #333 !important;}

.bg-black {background-color: #000 !important;}
.bg-blue {background: #1466bf !important;}
.bg-lightpink {background: #FFECEC !important;}

.bg-fukushi10 {background: #f8f5eb !important;}
.bg-fukushi20 {background: #f0edda !important;}
.bg-fukushi30 {background: #ded8ae !important;}
.bg-fukushi40 {background: #948554 !important;}
.bg-fukushi50 {background: #F27B8F !important;}
.bg-fukushi60 {background: #422a00 !important;}


.bg-fukushi {background: #F27B8F !important;}
.bg-fukushi-lightpink {background: #f9eff0 !important;}
.bg-fukushi-pink {background: #D3798C !important;}

/* カテゴリーカラー */
.bg-tearai {background: #03A66E !important;}
.bg-shushishodoku,.bg-kankyojokincloth,.sentaku,.ppe,.iryozairyo-anzen {background: #ED1A3A !important;}
.bg-handcare,.haircare-bodycare {background: #F4847F !important;}
.bg-dispenser,.bg-kankyoeisei,.bg-ppe {background: #007DC6 !important;}
.bg-ugai-kokucare {background: #8D3C34 !important;}
.bg-koreishashokuhin {background: #844937 !important;}
.bg-teicalorieshokuhin {background: #EE1D23 !important;}
.bg-shokuhineisei {background: #F2591F !important;}

.bg-zebra-gray10 > *:nth-of-type(odd){background: #f8f8f8 !important;}







/* テキストカラー */
.color-fukushi {color: #ED848C !important;}
.color-lightred {color: #F33 !important;}
.color-red {color: #C1272D !important;}
.color-pink {color: #F17B8F !important;}
.color-blue {color: #1466bf !important;}
.color-yellow {color: #faf064 !important;}

.color-white {color: #fff !important;}

.color-gray {color: #999 !important;}
.color-gray90 {color: #666 !important;}
.color-gray100 {color: #333 !important;}
.color-black {color: #000 !important;}


/*=========================

パーツ

=========================*/
/* キーフレーム */
@keyframes pulse {
  25% {transform: rotate(-5deg) scale(1.02);}
  75% {transform: rotate(5deg) scale(0.98);}
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes horizontal2 {
    0% { transform:translateX( 3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
/* エントリータブ */
.fukushi-entry-tab ul {
  display: flex;
	flex-wrap: wrap;
  border-bottom: 2px solid #ebebeb;
}
.fukushi-entry-tab ul li a {
  background: #f8f5eb;
  display: block;
  padding: 10px 20px;
  border-radius: 7px 7px 0 0;
  margin-right: 10px;
  color: #666;
	font-size: 14px;
  line-height: 1.4;
}
.fukushi-entry-tab ul li:last-child a {
  margin-right: 0;
}
.fukushi-entry-tab ul li.active a,.fukushi-entry-tab .js-link_match_location-full.stay a,.fukushi-entry-tab ul li a:hover {
  background: #f9eff0;
  text-decoration: none;
	color: #F27B8F;
	font-weight: bold;
}
@media (min-width: 991px) {
	.fukushi-entry-tab ul li a {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.fukushi-entry-tab ul {flex-wrap:wrap;border-bottom: none;}
	.fukushi-entry-tab ul li a {border-radius: 7px;margin-bottom: 10px;}
}

/* エントリーナビ */
.fukushi-entry-nav {

}
.fukushi-entry-nav li a {
	display: block;
	background: #f8f5eb;
	padding: 10px 20px;
	border-radius: 7px;
	margin-bottom: 10px;
}
.fukushi-entry-nav li a.active,.fukushi-entry-nav li a:hover {
	background: #f9eff0;
	color: #F27B8F;
	font-weight: bold;
}

/* box */
.box-md p,.box-md dl dd {font-size: .875rem;}
.box-heading {
	display: inline-block;
	color: #fff;
	padding: 5px 30px;
	margin-bottom: 20px;
	border-radius: 0px 0px 5px 5px;
}
.box-line {
  padding: 30px;
  border: 3px solid #ccc;
  border-radius: 12px;
}
img.border {border: solid 1px #ccc;}
@media (min-width: 576px) {
	.box-wide {padding-top: 60px;padding-bottom: 60px;}
	.box-lg {padding: 45px;}
	.box-md {padding: 30px;}
	.box-sm {padding: 20px;}
}
@media (max-width: 575px) {
	.box-wide {padding-top: 30px;padding-bottom: 30px;}
	.box-lg {padding: 30px;}
	.box-md {padding: 15px;}
	.box-sm {padding:10px;}
	.box-md p,.box-sm p {font-size: .75rem;}
}
a.box-arrow-bg,a.box-arrow-white,a.box-member-bg {
  display: block;
  position: relative;
  text-decoration: none;
  background: #f8f5eb;
  height: 100%;
  border-radius: 1rem!important;
}
a.box-arrow-bg img,a.box-arrow-white img,a.box-member-bg img {transition: .3s ease-in-out;}
a:hover.box-arrow-bg img,a:hover.box-arrow-white img,a:hover.box-member-bg img {
  transform: scale(1.1);
}
a.box-arrow-bg {background: #f8f5eb;}
a.box-arrow-white {background: #fff;}
a.box-member-bg {background: #f9eff0;}
a.box-arrow-bg:hover {background: #F4F2E4;}
a.box-member-bg:hover {background: #f9e8e9;}

a.box-arrow-bg::after,a.box-arrow-white::after,a.box-member-bg::after {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
a.box-arrow-bg::after,a.box-arrow-white::after {
	content: '';
	background: url(../../images/arrow-r.png) no-repeat;
	background-size: 100%;
	width: 34px;
	height: 34px;
}
a.box-member-bg::after {
	content: '';
	background: url(../../images/icon-member.png) no-repeat;
	background-size: 100%;
	width: 34px;
	height: 34px;
}
a.box-arrow-bg.p-md::after,a.box-arrow-white.p-md::after,
a.box-arrow-bg.p-sm::after,a.box-arrow-white.p-sm::after {
	bottom: 15px;
	right: 15px;
	width: 28px;
	height: 28px;
}
a.box-arrow-bg:hover::after,a.box-arrow-white:hover::after,a.box-member-bg:hover::after {
  background-size: 100%;
  right: 15px;
}
a.box-arrow-bg:hover.p-md::after,a.box-arrow-white:hover.p-md::after,
a.box-arrow-bg:hover.p-sm::after,a.box-arrow-white:hover.p-sm::after {
	background-size: 100%;
  right: 10px;
}
@media screen and (min-width: 1400px) {
	.height-fit-250 {width: auto;height:250px;object-fit:cover;}
}
@media screen and (max-width: 1199px) {
  a.box-arrow-bg::after,a.box-arrow-white::after {
    bottom: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 1199px) {
	.box-arrow-bg.p-lg,.box-arrow-white.p-lg,.box-member-bg.p-lg {padding-bottom: 50px !important;}
	.box-arrow-bg h3,.box-arrow-white h3 {margin-top: 30px;font-size: 1.2rem !important;}
}

/* ライン */
.line-md {border: 3px solid #ccc;}
.line-sm {border: 2px solid #ccc;}]

/* サムネイルリスト */
.thumbnail-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 576px) {
	.thumbnail-list > div {
		width: 120px;
		margin: 0 7px 7px;
	}
	.thumbnail-list > div {max-width: 90px;}
}
@media (max-width: 576px) {
	.thumbnail-list > div {
		width: 70px;
		margin: 0 7px 7px;
	}
}

/* タブ・アコーディオン */
@media (min-width: 768px) {
	.fukushi-tabs .ui-accordion-header {display: none !important;}
	.fukushi-tabs .ui-accordion-content {display: block !important;}
}
@media (max-width: 767px) {
	.fukushi-tabs .js-acms_tabs {display: none;}
	.fukushi-tabs > div {display: block !important;}
	.fukushi-tabs li {height: auto !important;}
}


/* ビデオ */
.J-stream {width: 100%;position: relative;padding-bottom: 56.25%;}
.J-stream43 {width: 100%;position: relative;padding-bottom: 75%;}
.J-stream iframe,.J-stream43 iframe {top: 0;left: 0;}
/* テキスト関連 */
h1 {color: #ED848C;}
h1,h2,h3,h4,h5,#page-title,.page-title,.text-maru{font-family: 'M PLUS Rounded 1c', sans-serif;}
h1,h2{font-weight:700;}
h3,h4,h5,.text-bold {font-weight:bold;}
.text-800 {font-weight: 800;}
.heading-text {font-weight:bold;margin-bottom: 10px;}
.text-normal{font-weight:normal;}
a.text-deco-none {text-decoration:none;}
.line-height1-4{line-height: 1.4 !important;}
.line-height1-8{line-height: 1.8 !important;}
.line-height2 {line-height: 2 !important;}

@media (min-width: 576px) {
	p {line-height: 2em;font-size: 1rem;}
	.text-xl {line-height: 1.4;font-size: 2rem !important;}
	h2 {line-height: 1.4;font-size: 1.5rem !important;}
	.text-lg,h3 {line-height: 1.4;font-size: 1.25rem !important;}
	h3 {margin: 15px auto;}
	h4,.text-125 {line-height: 1.4;font-size: 1.1rem !important;}
	h5,.text-1125 {line-height: 1.4;font-size: 1rem !important;}
	.text-md {line-height: 1.4;font-size: 1rem !important;}
	.text-sm {font-size: .875rem !important;}
	.text-xs {font-size: .75rem !important;}
}
@media (max-width: 575px) {
	p {line-height: 1.8;font-size: .875rem;}
	.text-xl {line-height: 1.4;font-size: 1.5rem !important;}
	h1 {line-height: 1.4;font-size: 1.3rem !important;}
	.text-lg,h2 {font-size: 1.25rem !important;}
	h3 {line-height: 1.4;font-size: 1.125rem !important;}
	h4,.text-125,.text-1125 {line-height: 1.4;font-size: 1rem !important;}
	h5,.text-md {font-size: .875rem !important;}
	.text-sm {font-size: .75rem !important;}
	.text-xs {font-size: .65rem !important;}
	li {font-size: .875rem;}
}
.label-frame {
	display: inline-block;
	border: solid 1px #000;
	padding: 2px 6px;
}
.label-frame-red {
	border: solid 1px red;
	padding: 2px 6px;
	color: red;
}
/* リスト */
.list-ul li,.list-ul-md li,.list-arrow li {
	font-size: .875rem;
  padding: 8px 20px;
  position: relative;
}
.list-ul li:before,.list-ul-md li:before,.list-arrow li:before {
  position: absolute;
	font-weight: 900;
	height: 1rem;
	color: #F27B8F;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry-column .list-ul,.entry-column .list-ul-md {
	list-style: none;
	padding-left: 0;
}
.list-ul li:before,.list-ul-md li:before {
	content: '●';
}
.list-arrow li:before {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f31c";
	vertical-align: middle;
}
.list-arrow li a {color: #000;}


/* ラベル */
.label-tab-sm {
	padding: 10px 20px;
	background: #eee;
	display: inline-block;
}
.badge {
	padding: 7px 15px;
	font-size: .875rem;
	color: #fff;
	font-weight: normal;
}

a.link-black {
		color: #000;
		text-decoration: none;
}

/* ボタン */
.btn-box {
	padding: 10px 30px;
	background: #F6F8F9;
}
.btn-box:hover {
	opacity: .8;
}

/* 成分・使用上の注意 */
.seibun-shiyojo-chui dt {
	font-size: 1.5rem;
	font-weight: bold;
  margin-bottom: 20px;
}
.seibun-shiyojo-chui dd {
	margin-bottom: 30px;
	border-bottom: 2px solid #eee;
	padding: 0px 0px 30px 0px;
	line-height: 1.8;
}
.seibun-shiyojo-chui dd:last-child {border: none;margin-bottom: 0;}

.btn-products-shop {
	display: block;
	line-height: 1.3;
	background: #ffdce1;
	color: #333;
	position: relative;
}
.btn-products-shop i {
	position: absolute;
	right: 7px;
	bottom: 7px;
	color: #f5a9b6;
}
.btn-products-shop:hover {
	opacity: .8;
	color: #333;
}
.btn-products-shop.business {background: #c8e4ae;}
.btn-products-shop.business i {
	color: #86c44f;
}

/* 検索結果 */
.list-search {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.list-search li {
	border-top: 1px solid #ddd;
}
.list-search li:first-child {
	border: none;
}
.list-search li a {
	color: black;
	padding: 40px 0;
	margin: auto 0;
}
.list-search li a:hover {
	background: #f8f8f8;
}
.list-search li a p {line-height: 1.8}
.list-icon-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-list-file {
	color: #F6BDC3;
	font-size: 2.5rem;
}

/* 角丸 */
.rounded-sm {border-radius: .5rem!important;}
.rounded-sm-top {border-top-left-radius: .5rem!important;border-top-right-radius: .5rem!important;}
.rounded-sm-bottom {border-bottom-left-radius: .5rem!important;border-bottom-right-radius: .5rem!important;}
.rounded-sm-left {border-top-left-radius: .5rem!important;border-bottom-left-radius: .5rem!important;}
.rounded-sm-right {border-top-right-radius: .5rem!important;border-bottom-right-radius: .5rem!important;}

.rounded-md {border-radius: 1rem!important;}
.rounded-md-top {border-top-left-radius: 1rem!important;border-top-right-radius: 1rem!important;}
.rounded-md-bottom {border-bottom-left-radius: 1rem!important;border-bottom-right-radius: 1rem!important;}
.rounded-md-left {border-top-left-radius: 1rem!important;border-bottom-left-radius: 1rem!important;}
.rounded-md-right {border-top-right-radius: 1rem!important;border-bottom-right-radius: 1rem!important;}

/* リンク */
a.link {color:#ED848C;text-decoration: underline;}
a.link-arrow {}
a.link-arrow:after {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f291";
  transition: 0.3s;
  color: #ED848C;
  margin-left: 5px;
	vertical-align: middle;
}

/* ログイン ログアウトボタン 現在停止中 */
.logout {
	display: inline-block;
	font-size: .75rem;
	padding: 5px 5px 5px 15px;
	background: #E7F4E1;
	border-radius: 15px;
	color: #666;
	margin-bottom: 30px;
}
.logout div,.logout form {
	display: inline-block;
}
.logout div {margin-right: 10px;}
.logout div::before {
	content: "\ebd4";
  font: normal normal normal 1em / 1 "Phosphor";
  font-weight: 900;
  transition: 0.3s;
  color: #8CC63F;
	margin-right: 7px;
}
.logout form input {
	font-size: .7rem;
	border: none;
	background: #999;
	color: #fff;
	padding: 3px 15px;
	border-radius: 15px;
	transition: .3s ease-in-out;
}
.logout form input:hover {
	background: #666;
}




/*=========================

a-blog ユニット

=========================*/
.fukushi-unit p {margin-bottom: 30px;}
.entry-column p {line-height: 2.2;letter-spacing: .1em;}
.entry-column em {font-weight: 700;font-style: normal;color: #ED848C;}
.entry-info {margin-bottom: 15px;}

/* ユニットカラム 幅広 */
.row-lg .entry-column [class*=column-eximage],.row-lg  .entry-column [class*=column-media],.row-lg  .entry-column [class*=column-video],.row-lg  .entry-column [class*=column-youtube] {
  padding-left: 30px;
  padding-right: 30px;
}
.row-lg .entry-column [class*=column-image-].nocaption,.row-lg .entry-column [class*=column-map-],.row-lg .entry-column [class*=column-media-] {
    margin-bottom: 60px;
}


/* 見出し */
.entry-title {
	font-size: 2rem;
	margin-bottom: 3rem;
	line-height: 1.4;
	color: #3B4043;
}
.entry-column h2 {
	border-left: none;
	padding: 0 0 30px 0;
	position: relative;
	margin: 60px 10px 30px;
	border-bottom: 2px solid #ebebeb;
}
.entry-column h2::after {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	background: #ED848C;
	width: 60px;
	height: 2px;
}
.entry-column .box-line h2:first-of-type,
.entry-column .box-line h3:first-of-type,
.entry-column .box-line h4:first-of-type {
	margin-top: 0;
}

.entry-column h3 {
	background: none;
	padding: 0;
	color: #666;
	margin: 40px 10px 10px;
}
.entry-column h4 {
	margin: 30px 10px 10px;
}
.entry-column h5 {
	font-weight: 600;
	color: #666;
	margin: 0 10px 5px;
}

/* リスト */
.entry-column ul {list-style: disc;}
.entry-column ol {list-style: decimal;}

/* 記述リスト */
.entry-column dl dt {margin-bottom: 20px;color: #333;}

/* qa記述リスト */
.qa dt,.qa dd {
  position: relative;
}
.entry-column .qa dt {
  background: transparent;
  font-weight: 500;
  line-height: 1.4;
}
.entry-column .qa dd {
	line-height: 1.8;
}
.qa dt::before,.qa dd::before {
	left: 0px;
	position: absolute;
  content: "";
  display: block;
}
.qa dt::before {background: url(../../images/q.png) no-repeat center / contain;}
.qa dd::before  {background: url(../../images/a.png) no-repeat center / contain;}
.qa dd:last-child {border: none;margin-bottom: 0;}
@media (min-width: 576px) {
	.qa dt,.qa dd {padding-left: 70px;}
  .entry-column .qa {margin-top: 60px;}
  .entry-column .qa dt,.qa dt {font-size: 1.2rem;margin: 40px 0;} /* ユニットQAと製品情報QAの両方の指定が必要 */
  .qa dd {margin-bottom: 60px;}
  .qa dt::before,.qa dd::before {
    padding: 25px;
    margin-top: -0.6rem;
    margin-right: 1.5rem;
  }

}
@media screen and (max-width: 575px) {
	.qa dt,.qa dd {padding-left: 40px;}
  .entry-column .qa {margin-top: 40px;}
	.entry-column .qa dt {margin: 25px 0;}
  .qa dd {margin-bottom: 30px;}
  .qa dt::before,.qa dd::before {
    padding: 15px;
    margin-top: -4px;
    margin-right: 1rem;
  }
}

/* リンク */
.entry-column a {color: #F27B8F;}
.entry-column a:link {
  text-decoration:underline;color: #F27B8F;
}
[class*=column-quote] .quoteTitleLink {color: #F27B8F;}
.entry-column a:hover {
	color: #E0717A;
  text-decoration: none;
}

/* 引用 */
.entry-column blockquote {
  background: none;
  border: solid #ccc 3px;
  border-radius: 10px;
}
/* 枠 */
.entry-column .ug-bg-color {border-radius: 12px;}
.entry-column .box-line,[class*="fukidashi-box"]  {
  margin-bottom: 40px;
}
.entry-column .box-line {
	padding: 25px 15px;
	margin: 0 10px 25px;
}
.entry-column .ug-bg-color *:first-child,
.entry-column .box-line *:first-child {
	margin-top: 0;
}
.entry-column .ug-bg-color *:last-child,
.entry-column .box-line *:last-child {
	margin-bottom: 0;
}
[class*="fukidashi-box"] {
  position: relative;
  border-radius: 12px;
  margin: auto 10px;
  background: #f8f5eb;
}
[class*="fukidashi-box"]::before {
  position: absolute;
  content: "";
  display: block;

}
.fukidashi-box1::before {background: url(../../images/fukidashi1.png) no-repeat center / contain;}
.fukidashi-box2::before {background: url(../../images/fukidashi2.png) no-repeat center / contain;}
.fukidashi-box3::before {background: url(../../images/fukidashi3.png) no-repeat center / contain;}
.fukidashi-box4::before {background: url(../../images/fukidashi4.png) no-repeat center / contain;}
.fukidashi-box5::before {background: url(../../images/fukidashi5.png) no-repeat center / contain;}


@media (min-width: 992px) {
  [class*="fukidashi-box"] {
    padding: 30px 30px 30px 170px;
    min-height: 170px;
  }
  [class*="fukidashi-box"]::before {
    width: 120px;
    height: 120px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  [class*="fukidashi-box"] {padding: 30px 30px 30px 150px;}
  [class*="fukidashi-box"]::before {
    width: 100px;
    height: 100px;
    top: 15px;
    left: 15px;
  }
}
@media(max-width: 575px) {
  [class*="fukidashi-box"] {padding: 15px 15px 15px 70px;}
  [class*="fukidashi-box"]::before {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
  }
  [class*="fukidashi-box"] p {font-size: .875rem;}
  .entry-column [class*="fukidashi-box1"] h3, .entry-column [class*="fukidashi-box1"] h4 {
    margin: 10px;}
}
/* button
----------------------------------------------*/
.btn-md,.btn-sm,.btn-xs {
  color: #fff !important;
  display: inline-block !important;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  background: #F27B8F;
	cursor: pointer;
	margin: 10px;
  letter-spacing: normal;
}
a:link.btn-md,a:link.btn-sm,a:link.btn-xs {
  text-decoration: none;
}
.btn-md:hover,.btn-sm:hover,.btn-xs:hover {
	background: #E0717A;
}
.btn-md:after,.btn-sm:after,.btn-xs:after {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f31c";
  position: absolute;
  top: 50%;
	vertical-align: middle;
}
.btn-md {
  font-weight: bold;
	border-radius: 26px;
	font-size: 1rem;
}

.btn-md:hover:after {right:15px;}
.btn-sm {
	font-size: .75rem;
  border-radius: 37px;
}
.btn-sm:after {
  margin-top: -8px;
  right: 15px;
}
.btn-sm:hover:after {right:10px;}
.btn-xs {
	font-size: .7rem;
  border-radius: 13px;
}
.btn-xs:after {
  margin-top: -4px;
  right: 10px;
}
.btn-xs:hover:after {right:5px;}

.btn-md input,.btn-sm input,.btn-xs input {
	cursor: pointer;
	border: none;
	padding: 0;
	color: #fff;
	background: none;
}

.btn-light,.btn-light:hover {
  background: #f9eff0;
	color: #000 !important;
	position: relative;
}
.btn-light:after {
	color: #F27B8F;
}
.btn-light.login::before {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f4a3";
	position: absolute;
	top: 50%;
	left: 15px;
  margin-top: -8px;
  transition: .3s ease-in-out;
  color: #ED848C;
	vertical-align: middle;
}


@media screen and (min-width: 992px) {
	.btn-md {
		padding: 15px 45px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
  .btn-md:after {
    margin-top: -10px;
    right: 20px;
  }
	.btn-sm {
		padding: 10px 35px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.btn-xs {
		padding: 5px 30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 991px) {
	.btn-md {
		padding: 10px 30px;
		margin-top: 10px;
		margin-bottom: 10px;
    font-size: .875rem;
	}
  .btn-md:after {
    margin-top: -10px;
    right: 13px;
  }
	.btn-sm {
		padding: 5px 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn-xs {
		padding: 5px 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn-light.login {
		padding: 5px 30px;
	}
}

/* カスタムユニット
----------------------------------------------*/
.text-center .dl-item {justify-content: center;}
.dl-item li {
	list-style: none;
	text-align: center;
}
.entry-column .dl-item a {text-decoration: none;}

.dl-img img {
	border: solid 1px #ccc;
	transition: .3s ease-in-out;
	border-radius: 4px;
}
.dl-text::after,.dl-text.login::before {
		position: absolute;
		top: center;
    font: normal normal normal 1em / 1 "Phosphor";
    transition: .3s ease-in-out;
    color: #ED848C;
}
.dl-text::after {
	content: "\eae3";
	margin-left: 7px;
}
.dl-text.login::before {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f31c";
	margin-left: -23px;
	vertical-align: middle;
}
.dl-item a:hover .dl-img img {
	transform: scale(1.03);

}
.dl-item a:hover .dl-text:after {
	margin-left: 10px;
}

.dl-item .col-6 {
	padding-right: 27px !important;
	padding-left: 27px !important;
}
@media (min-width: 768px) {
.entry-column	.dl-item .col-md-4 {
		float: none;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
	}
}

/* 分割ユニット */
/* グリッド */
.fukushi-unit {margin: 0 10px 40px;}

.fukushi-unit:has(.row) {
	margin-left: 25px;
	margin-right: 25px;
}


.fukushi-unit p {margin: 0;}
.fukushi-grid {
  display: grid;
  padding: 0;
}
.fukushi-grid-2 {
  grid-template-columns: 1fr 1fr;
}
.fukushi-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 992px) {
  .fukushi-grid-2,.fukushi-grid-3,.fukushi-grid-4,.fukushi-grid-5,.fukushi-grid-6 {gap: 50px;}
  .fukushi-grid-4 {grid-template-columns: 1fr 1fr 1fr 1fr;}
  .fukushi-grid-5 {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
  .fukushi-grid-6 {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
}
@media screen and (max-width: 991px) {
  .fukushi-grid-2,.fukushi-grid-3,.fukushi-grid-4,.fukushi-grid-5,.fukushi-grid-6 {gap: 40px;}
  .fukushi-grid-4,.fukushi-grid-5,.fukushi-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fukushi-grid-md-2 {grid-template-columns: 1fr 1fr;}
  .fukushi-grid-md-1 {grid-template-columns: 1fr;}
}
@media screen and (max-width: 767px) {
  .fukushi-grid-2,.fukushi-grid-3,.fukushi-grid-4,.fukushi-grid-5,.fukushi-grid-6 {gap: 30px;}
  .fukushi-grid-4,.fukushi-grid-5,.fukushi-grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fukushi-grid-sm-2 {grid-template-columns: 1fr 1fr;}
  .fukushi-grid-sm-1 {grid-template-columns: 1fr;}
}
@media screen and (max-width: 575px) {
  .fukushi-grid {padding: 0 20px;}
  .fukushi-grid-2,.fukushi-grid-4,.fukushi-grid-5,.fukushi-grid-6 {gap: 30px;}
  .fukushi-grid-4,.fukushi-grid-5,.fukushi-grid-6 {
    grid-template-columns: 1fr 1fr;
  }
  .fukushi-grid-1 {grid-template-columns: 1fr;}
}
.gap30 {gap: 30px;}
@media screen and (max-width: 575px) {
  .gap30 {gap: 20px;}
}



/* 画像ダウンロード防止 */
.dl-no {
	position: relative;
}
.dl-no img.pic-dl {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
}
/*=========================

ヘッダー

=========================*/

/* Gナビ */
#fukushi-header {position: relative;}
#fukushi-header > div {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;

}
#fukushi-header *,#fukushi-header ::after,#fukushi-header ::before {
    box-sizing: border-box;
}
#fukushi-header ul,#fukushi-footer ul {list-style: none;padding: 0;margin: 0;}

#fukushi-gnav li a,#crumb-list ol li a {
	color: #000;
}

/* パンくず */
#crumb-list {
	padding: 15px 0;
	background-color: #F6F8F9;
}
#crumb-list ol {
	display: flex;
}
#crumb-list ol li {
	font-size: .75rem;
}
#crumb-list ol li:after {
	font: normal normal normal 1em / 1 "Phosphor";
	content: "\f31c";
  display: inline-block;
  margin: 0 1rem;
  color: #B7BBBF;
	vertical-align: middle;
}
#crumb-list ol li:last-child:after {
  content: "";
}

/* 検索窓 */
.search input::placeholder {font-size: 1rem;color:#999;}
.search input,.search input:focus {
	border: none;
	height: auto;
}


.btn.btn-search {background: #ED848C;border-radius: 0 18px 18px 0;border: none;}
.btn.btn-search span {color: #fff;}
#fukushi-header .modal-content,#fukushi-header .form-control {border-radius: 20px;}
#fukushi-header .form-control {border-radius: 20px 0 0 20px;}

@media (min-width: 992px) {
	.search .form-control,.search .form-control:focus {
		border-radius: 32px 0 0 32px;
		outline: none;
		box-shadow: 0 0 0px 1000px #eee inset;
	}
	.search input,.search .btn-search {padding: 10px 20px 10px 15px;}
}
@media (max-width: 991px) {
	#fukushi-header .modal-content {border: 2px solid rgba(0,0,0,.2);}
	#fukushi-header .form-control {border: none;}
	.search .form-control,.search .form-control:focus {
		box-shadow: 0 0 0px 1000px #eee inset;
		border-radius: 20px 0 0 20px;
	}
}






/* pc
----------------------------------------------*/
#fukushi-gnav > li a.nav-link {
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (min-width: 1200px) {
	#fukushi-gnav > li {margin-left: 2rem;font-size: 1.125rem;}
}


@media screen and (min-width: 992px) {
	#fukushi-header {height: 130px;}
  #fukushi-header > div {background: #fff;}
	#fukushi-header,#crumb-list ol {padding-right: 30px;padding-left: 30px;margin-right: auto;margin-left: auto;}
  #fukushi-header > div > div {display: flex;align-items: center;}
	#fukushi-logo a:hover {text-decoration:none;color:#666;}
  #fukushi-logo h1 {font-size: 0;line-height: 1;}
	#fukushi-logo a p {font-size:12px;letter-spacing:1px;margin: 0;}
	#fukushi-logo img {height: 40px;}
	#fukushiNav__btn {display:none;}
	#fukushi-header {align-items: flex-end;}
	#fukushi-header > div {
		display: flex;
	  justify-content: space-between;
		padding: 0 30px;
	}

	#fukushi-header .btn-header {
		display: flex;
		justify-content: flex-end;
		position: relative;
    margin-top: 20px;
	}
	#fukushi-header .btn-header > li {margin-left: 1px;}
	#fukushi-header .btn-header > li > a,#fukushi-header .btn-header > li#btn-logout form input {
		display: block;
		background: #ED848C;
		font-size: .75rem;
		color: #fff;
		padding: 10px 20px;
		line-height: 1;
	}
	#fukushi-header .btn-header > li:hover > a,#fukushi-header .btn-header > li#btn-logout:hover form input {
		background: #ddd;
		color: #ED848C;
		text-decoration: none;
	}
	#fukushi-header .btn-header > li:first-child {
		margin-left: 0px;
	}
	#fukushi-header .btn-header > li:first-child a {
		border-radius: 15px 0 0 15px;
	}
	#fukushi-header .btn-header > li:last-child a {
		border-radius: 0 15px 15px 0;
	}
	#fukushi-header .btn-header > li#btn-logout form input {
		border: none;
		display: block;
		width: 113px;
		text-align: right;
	}
	#fukushi-header .btn-header > li#btn-logout form {position: relative;}
	#fukushi-header .btn-header > li#btn-logout form::before {
		position: absolute;
		top: 50%;
		left: 15px;
		margin-top: -0.5rem;
		font-size: .75rem;
		font-family: "Phosphor-Bold" !important;
		content: "\ecea";
		display: inline-block;
		color: #fff;
	}
	#fukushi-header .btn-header > li#btn-logout form:hover::before {
		color: #ED848C;
	}

	#pro-search .dropdown-menu {
		padding: 0;
		left: auto !important;
		right: 0px !important;
		border: none;
		margin: 0;
		transform: translate3d(0px, 50px, 0px) !important;
  	animation-duration: 0.3s;
  	animation-name: fade-in;
  	}
	#pro-search .dropdown-menu form {
		padding:20px;
		background:#e5e5e5;
		border-radius: 4px;
		width: 342px;
	}
	ul#fukushi-gnav {display: flex;flex-wrap:wrap;margin-top: 20px;}
	#fukushi-gnav > li {padding-bottom:20px;}
	#fukushi-gnav > li a.nav-link {
		color: #000;
	  position: relative;
	  display: inline-block;
		padding: 0 0 10px 0;
		margin-left: 2rem;
		font-weight: 500;
	}
	#fukushi-gnav > li a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #ED848C;
    transition: width 0.3s;
	}
  #fukushi-gnav > li a:hover {
    color: #555;
	}
	#fukushi-gnav > li a:hover::after {
    left: 0;
    width: 100%;
	}


	ul#fukushi-gnav > li button {
	  border: none;
	  background: none;
		display:inline-block;
	}
	ul#fukushi-gnav > li button:before,
	ul#fukushi-gnav> li:hover button:before {
		font: normal normal normal 1em / 1 "Phosphor";
    content: "\f31c";
		display: block;
	  color: #666;
		vertical-align: middle;
	}
	ul#fukushi-gnav > li button:before {transform: rotate(90deg);}
	ul#fukushi-gnav > li:hover button:before {transform: rotate(-90deg);}
	ul#fukushi-gnav li > div {
		display:block;
		position: absolute;
  	visibility: hidden;
  	top: 100%;
		left: 0;
		width: 100%;
  	padding-top: 30px;
  	padding-bottom: 30px;
		transition: all .3s ease;
		opacity: 0;
  	}
	ul#fukushi-gnav li:hover > div {
		visibility: visible;
		z-index: 101;
		background: rgba( 230, 230, 230, 0.95);
		opacity: 1;
	}
	ul#fukushi-gnav li:hover > div ul li {margin-bottom:30px;}
	ul#fukushi-gnav li:hover > div a div {background: #000;border-radius:4px;margin-bottom:15px;}
	ul#fukushi-gnav li:hover > div a img {border-radius:4px;opacity: .8;}
	ul#fukushi-gnav li:hover > div a img:hover {opacity: 1;}
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	text-align: center;
  	background: rgba(0,0,0,50%);
  	padding: 40px 20px;
  	overflow: auto;
  	opacity: 0;
  	visibility: hidden;
  	transition: .3s;
    box-sizing: border-box;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before{
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	height: 100%;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active{
  	opacity: 1;
  	visibility: visible;
  }
  /*モーダル枠の指定*/
  .modal-body{
  	position: relative;
  	display: inline-block;
  	vertical-align: middle;
  	max-width: 70%;
  	width: 90%;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close{
  	position: absolute;
  	display: flex;
      align-items: center;
      justify-content: center;
  	top: -40px;
  	right: -40px;
  	width: 40px;
  	height: 40px;
  	font-size: 40px;
  	color: #fff;
  	cursor: pointer;
  }
  /*モーダル内のコンテンツの指定*/
  .modal-content{
  	background: #fff;
  	text-align: left;
  	padding: 50px 70px;
  }
}

/* sp
----------------------------------------------*/
@media screen and (max-width: 991px) {
	#fukushi-header {height: 70px;}
	#fukushiNav__btn {font-size:.75rem;line-height:0;text-align:center;padding: 0px 15px;color:#F27B8F;}
	#fukushiNav__btn span:after {content: attr(data-txt-menu);}
	.fukushinavOpen #fukushiNav__btn span:after {content: attr(data-txt-close);}
	.fukushinavOpen #fukushi-header > div {
		height: calc(100% - 70px);
  	}
  .fukushinavOpen #fukushi-header nav {
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		background: rgba(237, 132, 140, 0.8);
		display: flex;
    flex-direction: column;
		z-index: 1;
	}
	#fukushi-header > div > div {
		width: 100%;
		display: flex;
		align-items: center;
	  justify-content: space-between;
  	background: #F6F8F9;
  	height: 70px;
  	}
	#fukushi-logo {margin-left:15px;}
	#fukushi-logo a p {display:none;}
	#fukushi-gnav h3 {display:none;}
	#fukushi-gnav li {
		/* font-size: .875rem; */
	  display: flex;
		align-items: center;
	  flex-wrap: wrap;
		font-size: 1.125rem;
    font-weight: 500;
	}
	#fukushi-gnav .container {max-width: 100%;}
	#fukushi-gnav > li a img {display: none;}
	#fukushi-header nav > ul > li > a {color: #fff;}
	#fukushi-header nav > ul > li > a:hover {text-decoration: none;}
	#fukushi-header nav > ul#fukushi-gnav > li > a {
		/* width: calc(100% - 52px);*/
		padding: 15px 30px;
		display: block;
		text-align: center;
		width: 100%;
	}
  .btn-header li a {display:flex;align-items:center;justify-content:center;height:50px;text-align:center;position:fixed;bottom:0;z-index:1100;}
	#fukushi-header nav > ul > li#btn-shop a {left:0;bottom:0;background:#E0717A;width:100%;}
  /*#fukushi-header nav > ul > li#btn-login a {left:0;bottom:100px;background:#717071;width:50%;}*/
	#fukushi-header nav > ul > li#btn-member a {left:0;bottom:50px;background:#717071;width:50%;}
	#fukushi-header nav > ul > li#btn-info a {right:0;bottom:50px;background:#717071;width:50%;border-left: solid 1px #E0717A}
  #fukushi-header nav > ul > li#btn-shop a:hover {background: #C65760;}
  #fukushi-header nav > ul > li#btn-member a:hover,#fukushi-header nav > ul > li#btn-info a:hover,#fukushi-header nav > ul > li#btn-login a:hover,#fukushi-header .btn-header > li#btn-logout form input:hover {background: #444;}

	#fukushi-header .btn-header > li#btn-logout {position:fixed;left:0;bottom:100px;background:#717071;width:50%;}
	#fukushi-header .btn-header > li#btn-logout form {position: relative;}
	#fukushi-header .btn-header > li#btn-logout form input {
		border: none;
		display: block;
		text-align: center;
		width: 100%;
    height: 50px;
		color: #fff;
		background:#717071;
	}
	#fukushi-header .btn-header > li#btn-logout form::before {
		position: absolute;
		top: 50%;
		left: calc(50% - 3.5rem);
		margin-top: -0.5rem;
		font-size: .75rem;
		font-family: "Phosphor-Bold" !important;
		content: "\ecea";
		display: inline-block;
		color: #fff;
	}


  #fukushi-search {display: none;}
	#crumb-list {display: none;opacity: 0;}
	#fukushi-header nav {display: none;width:100%;height: 100%;overflow-y: scroll;opacity: 1;animation-duration: 0.7s;animation-name: fade-in;}
	.fukushinavOpen #fukushi-header nav > ul {display: block;margin-top: 40px;}
	.fukushinavOpen #fukushi-header nav > ul.btn-header {position: fixed;bottom:0;}

	ul#fukushi-gnav li button {
		width: 52px;
		height: 45px;
	  border: none;
	  background: none;
	  cursor: pointer;
	}
	ul#fukushi-gnav > li > div {
	  width: 100%;
	}
	ul#fukushi-gnav > li > div {background: #fff;}
	ul#fukushi-gnav > li > div > div ul {padding:10px 0;}
	ul#fukushi-gnav > li > div > div ul li {margin: 15px;}
	ul#fukushi-gnav > li > div > div ul li:after {
		color: #1466bf;
		font: normal normal normal 1em / 1 "Phosphor";
    content: "\f31c";
  	margin-left: 5px;
  	margin-top: 2px;
  	display: inline-block;
		vertical-align: middle;
  }
  .modal-close {display: none;}
  /* ハンバーガー */
  .menu-trigger,.menu-trigger span {
   display: inline-block;
   transition: all .4s;
   box-sizing: border-box;
  }
  .menu-trigger {
   position: relative;
   width: 32px;
   height: 21px;
  }
  .menu-trigger span {
   position: absolute;
   left: 0;
   width: 100%;
   height: 3px;
   background-color: #ED848C;
   border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {top: 0;}
  .menu-trigger span:nth-of-type(2) {top: 9px;}
  .menu-trigger span:nth-of-type(3) {bottom: 0;}
  .fukushinavOpen .menu-trigger span:nth-of-type(1) {
   -webkit-transform: translateY(9px) rotate(-315deg);
   transform: translateY(9px) rotate(-315deg);
  }
  .fukushinavOpen .menu-trigger span:nth-of-type(2) {opacity: 0;}
  .fukushinavOpen .menu-trigger span:nth-of-type(3) {
   -webkit-transform: translateY(-9px) rotate(315deg);
   transform: translateY(-9px) rotate(315deg);
  }
  .text-menu {margin-top: 14px;}
}
/*=========================

コンテンツ

=========================*/
/* 情報ページサイドメニュー */

/* 製品情報Drawerサイドメニュー */
@media (min-width: 992px) {
	#drawer-nav-container {
	  position: fixed;
	  height: calc(100% - 109px);
	  width: 100%;
	  pointer-events: none;
		z-index: 100;
	}
	#drawer-nav-container .bg {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  visibility: hidden;
	  opacity: 0;
	  transition: .3s;
	  background: #000;
	}
	#drawer-nav-container:focus-within .bg {
	  visibility: visible;
	  opacity: .3;
	}
	#drawer-nav-container * {
	  visibility: visible;
	}
	#drawer-nav-container .button {
		writing-mode: vertical-rl;
		position: fixed;
		top: 40%;
	  display: inline-block;
	  z-index: 1;
	  -webkit-appearance: none;
	  border: 0;
	  background: #ececec;
	  border-radius: 0;
	  cursor: pointer;
	  pointer-events: auto;
	  padding: 25px 10px;
		border-radius: 0 8px 8px 0;
	  touch-action: manipulation;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#drawer-nav-container:focus-within .button {
	  pointer-events: none;
		transform: translateX(500px);
    transition: transform .5s;
    will-change: transform;
	}


	#drawer-nav-content {
	  padding: 60px;
	  width: 90%;
	  max-width: 500px;
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: calc(100%);
	  background: #ececec;
	  pointer-events: auto;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	  transform: translateX(-500px);
	  transition: transform .5s;
	  will-change: transform;
	  contain: paint;
		overflow-y: scroll;
	}


	#drawer-nav-container:focus-within #drawer-nav-content {
	  transform: none;
	}

}
@media (max-width: 991px) {
	#drawer-drawer-nav-container .button {display: note;}
}
.products-side-list li {margin-bottom: 15px;}
.products-side-list li a {
  display: flex;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;

}
.products-side-list li a .img {

}
.products-side-list li a .img img {
  max-width: 80px;
}
.products-side-list li a .body {
  padding: 10px;
  display: flex;
  align-items: center;
}

/*=========================

フッター

=========================*/
#fukushi-footer .bg-fukushi-pink p,#fukushi-footer .bg-fukushi-pink li,#fukushi-footer .bg-fukushi-pink a {color: #fff;}
#fukushi-footer .bg-fukushi-pink a:hover {color: #D3798C;}
#fukushi-footer p,#fukushi-footer div {text-align: center;}
#fukushi-footer a {color: #666;}
#fukushi-footer .bg-fukushi-pink li {margin: 5px;}
#fukushi-sns li a {
	font-size: 1.8rem;
	margin: 10px;
	color: #aaa;
}
#fukushi-sns li a:hover {	color: #ED848C;}
#footer-nav {display: flex;justify-content: center;}
#footer-nav li {font-size: .75rem; padding: 0 15px;border-left: solid 1px #666;line-height:1.2;}
#footer-nav li:last-child {border-right: solid 1px #666;}

.footer-saraya {vertical-align: bottom;}
#fukushi-footer address {line-height:1.8;}

.kanren-site li a {display: block;overflow: hidden;border-radius: 4px;}
.kanren-site li a img {
  transition: .3s ease-in-out;
}
.kanren-site li a:hover img {
  transform: scale(1.1);
}

@media screen and (min-width: 576px) {
  .kanren-site li a {margin-bottom: 30px;}
}
@media screen and (max-width: 575px) {
  .kanren-site li {margin-bottom: 15px;}
}
@media screen and (max-width: 400px) {
  #footer-nav {display: block;}
  #footer-nav li,#footer-nav li:last-child {border: none;margin-top: 15px;}

}
