@charset "UTF-8";
/* ********************************************************************-
Date: 2020-05-14
CSS Document ： フェリシモミュージアム部のスタイル
1. スタイルリセット
2. コンポーネント
3. 大枠のレイアウト
  * wrap
  * container
4. 各エリアのスタイル
  * header
  * footer
  * main
5-1. 個別のスタイル - TOP
  * logo
  * about
  * products
5-2. 個別のスタイル - ABOUT

　- ******************************************************************** */
/** 
1.スタイルリセット
**/

h1,
h2,
h3,
h4,
ul,
li,
div,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
div, p {
  line-height: 1.6;
}
*/
small {
  font-size: smaller;
}

/* wrapper */
#viewport_fsp,
#wrapper_fsp {
  overflow: auto;
}

/* header */
#header_fsp {
  display: none;
}

#shared_navi_brand_fca dl dd a {
  line-height: 1.6;
}

/* footer */
#footer_fsp {
  display: none;
}

@media screen and (max-width: 919px) {
  #viewport_fsp,
  #wrapper_fsp {
    overflow: auto;
  }
  /* header */
  #header_fsp {
    display: block;
  }
  body.template_common_fsp #header_fsp h1 a {
    position: absolute;
    width: 300px;
    left: 130px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    max-width: 90%;
  }
  body.template_common_fsp #header_fsp h1 a img {
    width: 100%;
  }
  .tab_select_c_fsp #side_nav_brand_fsp .brand_category_fsp ul li a small {
    line-height: 1em;
  }
}

/** 
2. コンポーネント
**/
.align_right_mu {
  text-align: right;
}

.btn_t-r_mu {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  border-bottom: 4px solid #fafd97;
}

.btn_t-r_mu:after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background-image: url("../images/triangle_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.btn_t-r_mu:visited {
  text-decoration: none;
}

.icon_blank_mu {
  padding-right: 20px;
  background: url("../images/icon_blank.png") no-repeat 100% 50%;
  background-size: 14px auto;
}

.sponly_mu {
  display: none;
}

.js_animation_mu {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99), -webkit-transform 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99);
  transition: opacity 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99), -webkit-transform 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99);
  -o-transition: opacity 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99), transform 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99);
  transition: opacity 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99), transform 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99);
  transition: opacity 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99), transform 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99), -webkit-transform 1.5s cubic-bezier(0.35, 1.1, 0.54, 0.99);
}

.js_animation_mu.isshow_mu {
  font-family: "秀英丸ゴシック B", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 919px) {
  .btn_t-r_mu {
    padding-right: 1.875rem;
  }
  .btn_t-r_mu:after {
    width: 8px;
    height: 10px;
    margin-top: -5px;
  }
  .sponly_mu {
    display: block;
  }

  .icon_blank_mu {
    padding-right: 0.625rem;
    background-size: 0.4375rem auto;
  }
}

/** 
3. 大枠のレイアウト
**/
/* wrap */
.wrap_mu {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

/* container */
.contents_mu {
  background-color: #f3f3e1;
  position: relative;
  color: #000000;
  font-family: "秀英丸ゴシック B", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

.contents_mu * {
  font-size: 1rem;
  font-weight: bold;
}

.contents_mu a {
  color: #000000;
  text-decoration: underline;
}

.contents_mu a:hover {
  text-decoration: none;
}

.contents_mu img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/** 
4. 各エリアのスタイル
**/
/* Header */
#Header_fca {
  max-width: 920px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: left;
}

.brand_logo_fca {
  width: 181px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}

.brand_logo_fca img {
  max-width: 100%;
  height: auto;
}

/* pankuzu_fca */
#contents_mu div.pankuzu_fca {
  width: 100%;
  margin: 20px 0;
  font-size: 75%;
}

/* ul
---------------------*/
#contents_mu div.pankuzu_fca a {
  text-decoration: none;
}

#contents_mu div.pankuzu_fca a:hover {
  text-decoration: underline;
}

#contents_mu div.pankuzu_fca > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents_mu div.pankuzu_fca ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents_mu div.pankuzu_fca ul li {
  font-size: 0.75rem;
  padding: 0 6px 0 2px;
  display: inline-block;
  vertical-align: middle;
}

#contents_mu div.pankuzu_fca ul li a {
  font-size: 0.75rem;
  padding: 0 7px 0 0;
  color: #666;
}

/* p
---------------------*/
#contents_mu div.pankuzu_fca p,
#contents_mu div.pankuzu_fca h1 {
  color: #000;
  font-size: 0.75rem;
}

/* gnav */
.gnav_mu ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav_mu ul li {
  padding: 17px 0;
}

.gnav_mu ul li a {
  display: block;
  padding: 0 40px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  color: #000000;
  text-decoration: none;
}

.gnav_mu ul li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}

.gnav_mu ul li a span {
  display: inline-block;
}

.gnav_mu ul li a:hover span {
  -webkit-animation: hover .2s alternate linear;
          animation: hover .2s alternate linear;
}

@-webkit-keyframes hover {
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hover {
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* footer */
.snsarea_mu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.snsarea_item_mu {
  width: 60%;
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;  
}

.snsarea_item_title_mu {
  text-align: right;
}

.snsarea_item_title_mu img {
  width: auto;
}

.icon_line_mu .snsarea_item_title_mu img {
  height: 21px;
}

.icon_twitter_mu .snsarea_item_title_mu img {
  height: 26px;
}

.snsarea_contents_mu {
  margin-top: 20px;
  height: 400px;
  overflow: scroll;
}

.pagetop_fca {
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 12px;
}

.pagetop_fca a {
  position: relative;
  padding-left: 15px;
}

.pagetop_fca a:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("../images/triangle_top.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.pagetop_fca a:hover {
  text-decoration: none;
  border-bottom-color: #ffdbdd;
}

/* main */
.main_mu {
  padding-top: 60px;
  padding-bottom: 90px;
}

@media screen and (max-width: 919px) {
  .wrap_mu {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  /* header */
  #Header_fca {
    display: none;
  }
  #contents_mu div.pankuzu_fca {
    display: none;
  }
  .gnav_mu ul {
    padding: 0;
    border-top: none;
  }
  .gnav_mu ul li {
    padding: 0;
  }
  .gnav_mu ul li a {
    padding: 0 30px;
    line-height: 100px;
    font-size: 20px;
  }
  .gnav_mu ul li a:after {
    height: 34px;
    margin-top: -17px;
  }
  .snsarea_mu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    margin-top: 2.8125rem;
  }
  .snsarea_item_mu {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }
  .snsarea_item_mu:last-child {
    margin-bottom: 0;
  }
  .mu_icon_line .snsarea_item_title_mu img {
    height: 24px;
  }
  .mu_icon_twitter .snsarea_item_title_mu img {
    height: 26px;
  }
  .snsarea_contents_mu {
    margin-top: 40px;
    height: 400px;
    overflow: scroll;
  }
  /* main */
  .main_mu {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  /* footer */
  #Footer_fca {
    display: none;
  }
  #footer_fsp {
    display: block;
  }
  .pagetop_fca {
    font-size: 20px;
  }

  .gnav_mu ul li a span {
    font-size: 0.625rem;
  }
}

/** 
5-1. 個別のスタイル - TOP
**/
/* logo */
.logo_mu {
  padding-bottom: 60px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo_mu video {
  width: 100%;
}

/* about */
.about_mu {
  margin-bottom: 100px;
}

.about_inner_mu {
  padding: 50px 60px;
  background-color: #fff;
}

.about_stitle_mu {
  font-weight: bold;
}

.about_title_mu {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
}

.about_text_mu {
  margin-top: 10px;
}

.about_text_mu a {
  font-weight: bold;
  text-decoration: none;
}

.about_text_mu p {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.about_text_mu p:last-child {
  margin-bottom: 0;
}

.about_btn_mu {
  margin-top: 30px;
}

.newproducts__title_mu {
  max-width: 458px;
  height: 70px;
  line-height: 70px;
  font-size: 1.875rem;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 70px;
  letter-spacing: 0.02em;
  background: url("../images/products_title.png") no-repeat 50% 50%;
  background-size: contain;
}

/* products 
.newproducts_mu {
  margin-bottom: 90px;
}

.newproducts_list_mu {
  display: flex;
  flex-wrap: wrap;
}

.newproducts_list_item_mu {
  width: calc((100% - 80px)/3);
  margin-right: 40px;
  margin-bottom: 50px;
}

.newproducts_list_item_mu:nth-child(3n) {
  margin-right: 0;
}

.newproducts_list_image_mu {
  display: block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}

.newproducts_list_image_mu a {
  display: block;
  padding: 17.30769% 8.46154% 8.07692%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}

.waku_1_mu .newproducts_list_image_mu {
  background-image: url("../images/waku_1.gif");
}

.waku_2_mu .newproducts_list_image_mu {
  background-image: url("../images/waku_2.gif");
}

.waku_3_mu .newproducts_list_image_mu {
  background-image: url("../images/waku_3.gif");
}

.waku_4_mu .newproducts_list_image_mu {
  background-image: url("../images/waku_4.gif");
}

.waku_5_mu .newproducts_list_image_mu {
  background-image: url("../images/waku_5.gif");
}

.waku_6_mu .newproducts_list_image_mu {
  background-image: url("../images/waku_6.gif");
}

.comingsoon_mu .newproducts_list_image_mu a {
  pointer-events: none;
}

.newproducts_list_title_mu {
  margin: 20px 20px 0;
  background-color: #fff;
  box-sizing: border-box;
}

.newproducts_list_title_mu a {
  display: block;
  text-decoration: none;
  padding: 10px;
  line-height: 1.5;
}

.newproducts_list_title_mu a p {
  font-weight: bold;
}

.newproducts_list_title_mu a:hover {
  text-decoration: underline;
}

.comingsoon_mu .newproducts_list_title_mu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  box-sizing: border-box;
}

.comingsoon_mu .newproducts_list_title_mu a {
  pointer-events: none;
}

.comingsoon_mu .newproducts_list_title_mu img {
  max-width: 120px;
}

.newproducts_link_mu {
  text-align: right;
}

.newproducts_link_mu p {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.newproducts_link_mu a {
  text-decoration: none;
  font-weight: bold;
}
*/

@media screen and (max-width: 919px) {
  /* logo */
  .logo_mu {
    padding-bottom: 80px;
  }
  /* about */
  .about_mu {
    margin-bottom: 100px;
  }
  .about_inner_mu {
    padding: 50px 40px;
    background-color: #fff;
  }
  .about_stitle_mu,
  .about_text_mu {
    font-size: 24px;
  }
  .about_stitle_mu p,
  .about_text_mu p {
    font-size: 24px;
  }
  .about_title_mu {
    margin-top: 10px;
    font-size: 36px;
    line-height: 1.4;
  }
  .about_text_mu {
    margin-top: 10px;
  }
  .about_text_mu p {
    margin-bottom: 1em;
  }
  .about_text_mu p:last-child {
    margin-bottom: 0;
  }
  .about_btn_mu {
    margin-top: 3em;
  }
  /* products 
  .newproducts_mu {
    margin-bottom: 60px;
  }
  .newproducts__title_mu {
    width: 500px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    margin: 0 auto 80px;
  }
  .newproducts_list_item_mu {
    width: calc((100% - 40px)/2);
    margin-right: 40px;
    margin-bottom: 60px;
  }
  .newproducts_list_item_mu:nth-child(3n) {
    margin-right: 40px;
  }
  .newproducts_list_item_mu:nth-child(2n) {
    margin-right: 0;
  }
  .newproducts_list_title_mu {
    margin: 10px 0 0;
  }
  .newproducts_list_title_mu a {
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1.5;
    font-size: 24px;
  }
  .newproducts_list_title_mu a p {
    font-weight: bold;
    font-size: 24px;
  }
  .newproducts_list_title_mu.comingsoon_mu img {
    max-width: 160px;
  }
  .newproducts_link_mu a {
    font-size: 24px;
  }
  */
}

/** 
5-2. 個別のスタイル - ABOUT
**/
.aboutpage_mu {
  padding-bottom: 120px;
}

.aboutpage_main_mu {
	margin: 0 auto -60px auto;
	max-width: 229px;
}

.aboutpage_section_mu {
  margin-top: 140px;
}

.aboutpage_section_title_mu {
  margin-bottom: 40px;
  font-size: 2.5rem;
  line-height: 1.6;
}

.aboutpage_section--right_mu .aboutpage_section_title_mu {
  text-align: right;
}

.aboutpage_section_box_mu {
  position: relative;
}

.aboutpage_section_box_text_mu p {
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  line-height: 1.88;
}

.aboutpage_section_box_text_mu p:last-child {
  margin-bottom: 0;
}

.aboutpage_section_box_text_mu .line_mu {
  display: inline-block;
  position: relative;
}

.aboutpage_section_box_text_mu .line_mu:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #a5a58a;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.aboutpage_section--right_mu .aboutpage_section_box_text_mu p {
  text-align: right;
}

.aboutpage_section_box_image_mu {
  width: 41.30435%;
  min-width: 200px;
  position: absolute;
  top: 0;
}

#About-1 .aboutpage_section_box_image_mu {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 335px;
}

#About-2 .aboutpage_section_box_image_mu {
  left: 0;
  top: -30%;
  max-width: 296px;
}

#About-3 .aboutpage_section_box_image_mu {
  right: 0;
  top: auto;
  bottom: 0;
  max-width: 285px;
}

#About-4 .aboutpage_section_box_image_mu {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 255px;
}

@media screen and (max-width: 919px) {
  .aboutpage_mu {
    padding-bottom: 1.875rem;
  }
  .aboutpage_section_title_mu {
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
  .aboutpage_section--right_mu .aboutpage_section_title_mu {
    text-align: left;
  }
  .aboutpage_section_box_text_mu p {
    margin-bottom: 1.5em;
    font-size: 0.9375rem;
  }
  .aboutpage_section_box_text_mu p br {
    display: none;
  }
  .aboutpage_section_box_text_mu .line_mu:after {
    bottom: -8px;
    height: 8px;
    border-radius: 8px;
  }
  .aboutpage_section--right_mu .aboutpage_section_box_text_mu p {
    text-align: left;
  }
  .aboutpage_section_box_image_mu {
    width: 100%;
    min-width: inherit;
    position: relative;
    top: auto;
    margin-top: 60px;
  }
  #About-1 .aboutpage_section_box_image_mu,
  #About-2 .aboutpage_section_box_image_mu,
  #About-3 .aboutpage_section_box_image_mu,
  #About-4 .aboutpage_section_box_image_mu {
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/**20201023 SEOによるヘッダー調整　baba*/
#shared_navi_category_fca p.btn_fca, #shared_navi_brand_fca p.btn_fca {
    position: absolute;
    top: 52px;
    z-index: 1001;
}

#shared_navi_category_fca div.inline_fca, #shared_navi_brand_fca div.inline_fca {
    top: 90px;
}

/**20220622 追加**/
#shared_navi_category_fca p.btn_fca, #shared_navi_brand_fca p.btn_fca {
    top: 67px;
}

#shared_navi_category_fca div.inline_fca, #shared_navi_brand_fca div.inline_fca {
    top: 105px;
}


.newproducts__title_mu {
	margin: 0 auto 30px;
}

.newproducts_comments_mu {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 40px;
	text-align: center;
}

/*
.newproducts_link_mu {
	text-align: center;
}

.newproducts_link_mu p {
	background: transparent;
	display: block;
	margin: auto;
	text-align: center;
}

.newproducts_link_mu p:not(:last-child) {
	margin: 0 auto 10px;
}

.newproducts_link_mu a {
	background: #fff;
	padding: 20px 40px 20px 20px;
}
*/
.about_text_mu a {
  position: relative;
}

.about_text_mu a::before {
	content: "";
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 0;
}

.about_text_mu a:hover::before {
	background: #fafd97;
	width: 100%;
}

.newproducts_link_mu {
  text-align: center;
}

.newproducts_link_mu a {
  text-decoration: none;
}

.btn_t-r_mu {
  background: #fff;
	border-bottom: none;
  padding: 20px 40px 20px 20px;
}

.newproducts_link_mu .btn_t-r_mu:after {
	right: 6%;
}

/*
.collaboration_mu {
	margin-bottom: 90px;
}

.collaboration_mu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.collaboration_mu li {
	margin: 0 0 20px;
	width: 100% ;
}

.collaboration_mu li:nth-child(n+2) {
	width: 48.9% ;
}

.collaboration_mu li:nth-child(n+6) {
	width: 31.9% ;
}

.collaboration_mu li p {
    background: rgba(255,255,255,0.8);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.4;
    height: 104px;
	margin: auto;
    text-align: center;
    position: absolute;
	bottom: 0;
	right: 0;
    left: 0;
	top: 0;
	width: 25%;
    z-index: 99999;
}

.collaboration_mu li:nth-child(n+2) p {
	width: 62%;
}

.collaboration_mu li:nth-child(n+6) p {
	width: 78%;
}

.collaboration_mu li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	align-items: center;

	position: relative;
}
*/

.snsarea_mu {
  display: block;
	margin-top: 90px;
}

.snsarea_mu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.snsarea_mu li {
	margin: 0 15px;
}

.snsarea_mu li p {
	display: none;
	margin: 10px 0 0;
	text-align: center;
}

.snsarea_mu li a {
	display: block;
	text-decoration: none;
}

.snsarea_mu li img {
	height: 50px;
	width: 50px;
}

.snsarea_mu .note_mu img {
	height: 80px;
	width: 80px;
}

.newproducts_list_date_mu {
	color: #ccc;
	font-size: 14px;
}

.contact_mu {
	margin-top: 90px;
}

#About-1 .aboutpage_section_box_image_mu {
	right: 5%;
}

#About-2 .aboutpage_section_box_image_mu {
	left: 5%;
	max-width: 396px;
}

#About-3 .aboutpage_section_box_image_mu {
	right: 5%;
	max-width: 325px;
}

#About-4 .aboutpage_section_box_image_mu {
	top: 20%;
	max-width: 325px;
}

.pconly_mu {
  display: block;
}

.newproducts_link_mu a span {
	position: relative;
}

.newproducts_link_mu a span::before {
	content: "";
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -5px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 0;
}

.newproducts_link_mu a:hover span::before {
	background: #fafd97;
	width: 100%;
}

@media screen and (max-width: 919px) {
.pconly_mu {
  display: none;
}

.gnav_mu ul {
	border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gnav_mu ul li {
	border-bottom: 1px solid #000;
	width : calc(100% / 3) ;
}

.gnav_mu ul li a {
	padding: 15px;
	line-height: 1;
}

.gnav_mu ul li:nth-child(3n) a:after {
	background: none;
}

.aboutpage_main_mu {
	margin: 0 auto;
  max-width: 7.125rem;
}

#About-1 .aboutpage_section_box_image_mu {
	right: 0;
	max-width: 80%;
}

#About-2 .aboutpage_section_box_image_mu {
	left: 0;
	max-width: 80%;
}

#About-3 .aboutpage_section_box_image_mu {
	right: 0;
	max-width: 80%;
}

#About-4 .aboutpage_section_box_image_mu {
	top: 20%;
	max-width: 80%;
}

.aboutpage_section_mu {
	margin-top: 3.125rem;
}

.aboutpage_section_box_text_mu p br {
	display: block;
}

.aboutpage_section_title_mu {
	text-align: center;
}

  .aboutpage_section--right_mu .aboutpage_section_title_mu {
    text-align: center;
  }

.aboutpage_section_box_text_mu p {
	text-align: center;
}

.aboutpage_section--right_mu .aboutpage_section_box_text_mu p {
    text-align: center;
}

/*

.collaboration_mu li {
	width: 49% ;
}

.collaboration_mu li:nth-child(n+2) {
	width: 49% ;
}

.collaboration_mu li:nth-child(n+6) {
	width: 49% ;
}

.collaboration_mu li p {
	width: 62%;
}
*/

.snsarea_mu {
	margin-top: 2.8125rem;
  padding-right: 0;
  padding-left: 0;
}

.snsarea_mu ul {
	margin-top: 0.625rem;
}

.snsarea_mu li {
	margin: 0 0.9375rem;
}

.snsarea_mu li img {
	height: 2.5rem;
	width: 2.5rem;
}

  /* header */
  #Header_fca {
    display: block;
	position: static;
  }
  
  #Header_fca .header_inline_fca {
  	position: static;
  }
  
  #Header_fca #head-topnavi_allb {
  	display: none;
  }
  
  #BrandHeader_fac {
  	display: none;
  }
  
  #Header_fca p.emergency_fca {
  	display: none;
  }
  
  #shared_navi_category_fca {
  	display: none;
  }
  
  #shared_navi_brand_fca {
  	display: none;
  }
  
  #TagLine_fac {
  	font-size: 100%;
  	margin: auto;
  	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
  }
  
  .pagetop_fca {
  	bottom: 40px;
  }
  .contact_mu {
    margin-top: 2.8125rem;
  }

}
.museumbu_mu {
	position: relative;
}

@media not all and (min-width: 768px) {
  .newproducts__title_mu {
    font-size: 1.625rem;
    margin: 0 auto 15px;
  }

  .newproducts_comments_mu {
    font-size: 0.9375rem;
    margin: 0 0 20px;
  }
}