@charset "UTF-8";
/*=============================================================

  Date: 2021-09-01
  CSS Document ： felissimo chocolate museum
  
  トップページstyle
  
=============================================================*/
span.min-txt_fcm {
font-size: 50%;
display: block;
}

@keyframes fade-out {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fade-in-out {
 0% {
  opacity: 0;
 }
 40% {
  opacity: 1;
 }
 60% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}

/*------------------------------------

TOP slider

------------------------------------*/
#slider_fcm {
margin-bottom: 0;
position:relative
}
#slider_fcm .slick-slide {
overflow: hidden;
}
#slider_fcm .slick-slide a {
display: block;
}
.slider-image_fcm {
 display: flex;
 flex-flow: wrap;
 justify-content: center;
 align-items: flex-start;
}
.slider-image_fcm img {
 width: 100%;
}
.dots_fcm {
 position: relative;
 padding: 0 0 35px 0;
 text-align: center;
}
.slick-dots {
 position: absolute;
 bottom: 0;
 display: block;
 width: 100%;
}
.slick-dots li {
 position: relative;
 display: inline-block;
 width: 10px;
 height: 10px;
 margin: 0 7px;
 padding: 0;
 cursor: pointer;
 border-radius: 50%;
 background: #ccc;
}
.slick-dots li.slick-active {
 background: #b79a80;
}
.slick-dots li button {
 font-size: 0;
 line-height: 0;
 display: block;
 width: 20px;
 height: 20px;
 padding: 5px;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: none;
 background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
 outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
 opacity: 1;
}
.slick-dots li button:before {
 content: none;
}
.slick-dots li.slick-active button:before {
 opacity: .75;
 color: black;
}
.slider-txt_fcm {
animation: fade 1.0s 0.2s both;
}


/* 幅100%スライド */
.whole_fcm .slider-image_fcm > span {
 width: 100%;
}
.slider-txt_fcm.max {
 font-size: 200%;
 position: absolute;
 bottom: 10%;
 left: 19%;
 color: #fff;
 filter: drop-shadow(0px 0px 13px rgba(0,0,0,0.8));
}
.slider-txt_fcm.max p {
 font-family: 'Hiragino Mincho W4 JIS2004';
 line-height: 1.5;
}

/* 半分ずつのスライド */
 #slider_fcm .slider-txt_fcm:not(.max) {
 position: absolute;
 right: 0;
 bottom: 10%;
 width: 80%;
 text-align: right;
}



/*PC*/
@media (min-width: 920px) {
 .harf_fcm .slider-image_fcm > span {
  width: 50.1%;
  margin-left: -0.1%;
 }
 #slider_fcm {height: 40vw;}
}
/*SP*/
@media (max-width: 919px) {
 #slider_fcm {
  height: 120vw;
 }
 .harf_fcm {
  margin-top: -15vw;
 }
 .whole_fcm img {
  width: 315vw;
  margin-left: -107vw;
 }
	.whole_fcm.pc-sp-image img {
  width: 100%;
  margin-left: 0;
 }
 .whole_fcm.whole-koube_fcm img {
  width: 315vw;
  margin-left: -80vw;
 }
 
#slider_fcm .slick-slide {
height: 135vw;
}
 #slider_fcm .slider-txt_fcm:not(.max) {
  width: 100%;
  bottom: 8vw;
 }
 #slider_fcm .slider-txt_fcm.max {
 font-size: 200%;
 position: absolute;
 left: 5vw;
 width: 90%;
 color: #fff;
}
 #slider_fcm .whole_fcm .slider-txt_fcm {
 bottom: 21vw;
}

 .ex2310-01 .slider-image_fcm span:nth-child(1){ position: relative; z-index: -1;}
 .ex2310-01 .slider-image_fcm span:nth-child(1) img{margin: 0;width: 100%;}
 .ex2310-01 .slider-image_fcm span:nth-child(2) img{ margin: 0 0 0;}
 .ex2310-02 { background: #FAF5F0;}
 .ex2310-02 .slider-image_fcm span:nth-child(2) img{margin: 34vw -13% 0;width: 126%;}
 .ex2310-02 .slider-image_fcm span:nth-child(1){margin-top: 17vw;}
 .ex2310-02 .slider-image_fcm span:nth-child(2){ display: none;}
 .ex2310-03 .slider-image_fcm span:nth-child(1){ position: relative; z-index: -1;}
 .ex2310-03 .slider-image_fcm span:nth-child(1) img{ margin: 15vw 0 -10vw;}
 .ex2310-03 .slider-image_fcm span:nth-child(2) img{ margin: -15vw 0 0;}

	
}

/* TOP slider イベントタイトル */
#slider_fcm .slide-ttl_cfm {
 width: 90%;
}
#slider_fcm .slide-ttl_cfm p {
 display: inline-block;
 min-width: 31%;
 padding: 1.2em 1.5em;
 text-align: center;
 background: #fff;
}
#slider_fcm .slide-ttl-main_cfm {
 /* font-family: 'Cormorant Garamond', 'Hiragino Mincho W4 JIS2004', serif;*/
 font-family: 'Hiragino Mincho W4 JIS2004', serif;
 font-size: 230%;
 line-height: 1.0;
 display: block;
 margin-bottom: 0.2em;
}
#slider_fcm .slide-ttl-main_cfm.min-text_fcm {
 font-size: 165%;
 line-height: 1.4;
}
.slide-ttl-sub_cfm {
 font-family: 'Hiragino Kaku Gothic W6 JIS2004';
 line-height: 1.7;
 font-size: 120%;
 letter-spacing: 0;
 display: inline-block;
}
/*SP*/
@media (max-width: 919px) {
 #slider_fcm .slide-ttl_cfm {
  width: 90%;
 }
}
/* 会期 */
#slider_fcm .session_fcm {
 display: block;
 margin-top: -.5em;
}
#slider_fcm .session_fcm p {
 font-family: 'Barlow', sans-serif;
 font-size: 140%;
 font-weight: 500;
 display: inline-block;
 min-width: 30%;
 padding: 0 1em;
 text-align: center;
 color: #fff;
 background: #000;
 line-height: 1.4;
}
/* トップスライドズームアニメーション */
.slide-animation {
 animation: fadezoom 6s 0s forwards;
}
@keyframes fadezoom {
 0% {
  transform: scale(1.05) rotate(0.001deg);
 }
 100% {
  transform: scale(1.0) rotate(0.001deg);
 }
}
/*------------------------------------

メインコンテンツ

------------------------------------*/
.main_fcm {
 position: relative;
 z-index: 1;
 background: #fff;
 padding-top: 20px;
}
/*SP*/
@media (max-width: 919px) {
 .main_fcm {
 padding-top: 5px;
}
}
/*------------------------------------

展覧会/イベント

------------------------------------*/
#exhibition_fcm {
 margin-bottom: -1px;
 padding: 60px 0 100px;
 background: linear-gradient(0deg, #b29478 0%, #b29478 54%, #fff 54%, #fff 100%);
	    overflow-x: hidden;
}
.exhibition-slider-wrap_fcm {
 position: relative;
 width: 80%;
 max-width: 920px;
 margin: 0 auto;
 /* overflow: inherit; */
}
.exhibition-slider-wrap_fcm::after {
 line-height: 0;
 display: block;
 visibility: hidden;
 clear: both;
 height: 0;
 content: '.';
}
#exhibition-slider_fcm {
 display: block;
 color: #fff;
}

#exhibition-slider_fcm li {
 display: flex;
 height: auto;
 margin: 0 30px;
 background: #907060;
 flex-flow: wrap;
 justify-content: center;
 align-items: center;
}
 #exhibition-slider_fcm .slick-list {
  overflow: inherit;
 }
/*PC*/
@media (min-width: 920px) {
 #exhibition-slider_fcm .slick-list {
 }
 #exhibition-slider_fcm li > * {
  width: 50%;
 }
 .exhibition-detail_fcm {
  font-size: 90%;
 }
}
/*SP*/
@media (max-width: 919px) {
 .slick-track {
  display: flex;
  align-items: stretch;
 }
 #exhibition-slider_fcm .slider-image_fcm {
  width: 100%;
 }
 #exhibition-slider_fcm {
  /* float: left; */
 }
 #exhibition-slider_fcm li {
  display: block;
  margin: 0 4vw;
 }
}
#exhibition-slider_fcm li .exhibition-detail_fcm .inner_fcm {
 width: 86%;
 padding: 3% 0;
}
/* EXHIBITION イベントタイトル */
#exhibition-slider_fcm .slide-ttl_cfm {
 margin-bottom: .8em;
 padding-bottom: .5em;
 border-bottom: 1px solid #fff;
}
#exhibition-slider_fcm .slide-ttl_cfm p {
 display: block;
 min-width: 40%;
 padding: 0;
 text-align: center;
}
#exhibition-slider_fcm .slide-ttl-main_cfm {
 /* font-family: 'Cormorant Garamond', 'Hiragino Mincho W4 JIS2004', serif;*/
 font-family: 'Hiragino Mincho W5 JIS2004', serif;
 font-size: 190%;
 line-height: 1.0;
 margin-bottom: 0.2em;
 display: block;
}
#exhibition-slider_fcm .slide-ttl-main_cfm.min-text_fcm {
 font-size: 140%;
 white-space: nowrap;
}
/* SP */
@media (max-width: 919px) {
 #exhibition-slider_fcm li .exhibition-detail_fcm .inner_fcm {
  width: 90%;
  padding-bottom: 10%;
 }
 #exhibition-slider_fcm .slide-ttl_cfm {
  margin-top: 2em;
  font-size: 100%;
 }
 #exhibition-slider_fcm .slide-ttl-sub_cfm {
  line-height:1.4;
 }
 
}
/* 会期 */
#exhibition-slider_fcm .session_fcm {
 display: block;
 margin-top: -.5em;
 text-align: center;
}
#exhibition-slider_fcm .session_fcm p {
 font-family: 'Barlow', sans-serif;
 font-size: 150%;
 font-weight: 500;
 display: inline-block;
 min-width: 30%;
 text-align: center;
 white-space: nowrap;
}
#exhibition-slider_fcm .session_fcm p span.week_fcm {
 font-size: 60%;
 vertical-align: text-top;
 margin-left: 0.3em;
}

.ticket_fcm {
color: #603a2c;
display: block;
background: #FFFFFF;
width: 100%;
text-align: center;
margin: 0 auto 1.5em;
font-size: 90%;
letter-spacing: 0.12em;
/* font-family: 'Hiragino Mincho W4 JIS2004', serif; */
}

/* テキスト */
.text_fcm {
 font-size: 90%;
 line-height: 1.7;
 letter-spacing: 0.1em;
}
/* ラベル アイコン */
.icon_fcm {
 display: flex;
 margin-top: 1em;
 flex-flow: wrap;
 justify-content: flex-start;
}
.icon_fcm span {
 font-size: 65%;
 font-weight: bold;
 margin-right: 1em;
 padding: .1em 1em .03em;
}
/* 開催中 */
.icon_fcm span.hold {
 background: #000;
}
/* 企画展 */
.icon_fcm span.special {
 background: #6e0000;
}
/* 常設展 */
.icon_fcm span.permanent {
 background: #304d27;
}
/* EXHIBITION more ボタン */
#exhibition-slider_fcm .more-btn_fcm {
 font-size: 70%;
 display: flex;
 margin: 2.5em 0 0;
 text-align: left;
 flex-wrap: nowrap;
 justify-content: space-between;
}
#exhibition-slider_fcm .more-btn_fcm a {
 margin: 0;
 color: #fff;
 border: 1px solid #fff;
}
#exhibition-slider_fcm .more-btn_fcm .arrow::before {
 background: #fff;
}
#exhibition-slider_fcm .more-btn_fcm .arrow::after {
 border-top: 1px solid #fff;
}
/* PC */
@media (min-width: 920px) {
 #exhibition-slider_fcm .more-btn_fcm a::before {
  background: #fff;
 }
 #exhibition-slider_fcm .more-btn_fcm a:hover {
  color: #000;
 }
 #exhibition-slider_fcm .more-btn_fcm a:hover::before {
  width: 100%;
 }
 #exhibition-slider_fcm .more-btn_fcm a:hover .arrow {}
 #exhibition-slider_fcm .more-btn_fcm a:hover .arrow::before {
  background: #000;
 }
 #exhibition-slider_fcm .more-btn_fcm a:hover .arrow::after {
  border-top: 1px solid #000;
 }
}
/* SP */
@media (max-width: 919px) {
.ticket_fcm {margin: 1.5em auto 0;}

 .text_fcm {
  font-size: 100%;
 }
 .icon_fcm span {
  font-size: 100%;
 }
 #exhibition-slider_fcm .more-btn_fcm {
  font-size: 89%;
  text-align: center;
 }
 #exhibition-slider_fcm .more-btn_fcm a {
  margin:0 auto;
 }
}
/* slider arrow */
.arrows_fcm {
 width: 110%;
 height: 0;
 /* max-width: 920px; */
 position: absolute;
 left: -5%;
 top: 43%;
 display: flex;
 flex-flow: nowrap;
 justify-content: space-between;
}
.slide-arrow {
 position: relative;
 z-index: 0;
 right: auto;
 bottom: auto;
 display: block;
 width: 55px;
 height: 55px;
 margin: 0 5px;
 cursor: pointer;
 transition: all .3s;
 border-radius: 50%;
 border: 1px solid #857060;
 background-color: #fff;
 background-image: url('../images/slider_arrow.svg');
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 15%;
}
/* next prev */
.slide-arrow.next-arrow {
 transform: scale(-1, 1);
}
/* PC */
@media (min-width: 920px) {
 .slide-arrow:hover {
  background-position: center left 35%;
 }
}
/* SP */
@media (max-width: 919px) {
 .arrows_fcm {
  right: 7%;
 }
 .slide-arrow {
  width: 12vw;
  height: 12vw;
 }
}
/*------------------------------------

CONCEPT：ミュージアムについて

------------------------------------*/
#concept_fcm {
 position: relative;
 padding: 57px 0 100px 0;
}
#concept_fcm .category-box_fcm {
 position: relative;
}
#concept_fcm .category-box_fcm .concept-box_fcm p {
 margin: 2.5em 0 2em;
}
#concept_fcm .concept-image-box_fcm {
 position: relative;
}
/* PC */
@media (min-width: 920px) {
 #concept_fcm .category-box_fcm .concept-box_fcm {
  width: 42%;
 }
 #concept_fcm .concept-box_fcm {
  margin: 0 -50%;
  padding: 60px 50% 80px;
  background: linear-gradient(90deg, #fff 0%, #fff 85%, transparent 85%, transparent 100%);
 }
 #concept_fcm .concept-image-box_fcm {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  width: 53%;
  height: 100%;
 }
}
/*SP*/
@media (max-width: 919px) {
 #concept_fcm .concept-box_fcm {
  box-sizing: border-box;
  width: 95vw;
  margin-left: -5vw;
  padding: 60px 5% 140px;
  background: #fff;
 }
 #concept_fcm .category-box_fcm .concept-box_fcm p {
  font-size: 120%;
 }
}
/* コンセプト画像 */
.concept-image-box_fcm span {
 display: block;
}
.concept-image-box_fcm span img {
 width: 100%;
}
/*PC*/
@media (min-width: 920px) {
 .concept-image-01_fcm {
  position: absolute;
  z-index: 1;
  bottom: 30%;
  width: 68%;
  max-width: 640px;
 }
 .concept-image-02_fcm {
  position: absolute;
  top: -11%;
  right: -3%;
  width: 30%;
 }
 .concept-image-03_fcm {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 47%;
  max-width: 400px;
 }
}
/*SP*/
@media (max-width: 919px) {
 #concept_fcm {
  padding: 0 0 50px 0;
 }
 .concept-image-box_fcm {
  margin-top: -150px;
 }
 .concept-image-01_fcm {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: 10em;
  width: 65%;
 }
 .concept-image-02_fcm {
  float: right;
  width: 30%;
  margin-top: 7em;
  margin-right: -5%;
 }
 .concept-image-03_fcm {
  float: right;
  margin-top: -10em;
  width: 47%;
  margin-right: -5%;
 }
}
/*------------------------------------

NEWS：新着情報

------------------------------------*/
#news_fcm {
 padding: 100px 0;
 /* background: linear-gradient(-32deg, transparent 0%, transparent 50%, #e5e5e5 50%, #e5e5e5 100%);
 background-size: 50%; */
 background-image: url('../images/bg_gray_top.png');
 background-repeat: no-repeat;
 background-position: top left;
 background-size: 50%;
}
.news-box_fcm {
 box-sizing: border-box;
 padding: 15px;
 background: #fff;
}
.news-box_fcm ul {
 border-top: 1px solid #858585;
}
.news-box_fcm ul li {
 border-bottom: 1px solid #858585;
 padding: 1.5em 0;
}
.news-box_fcm ul li p {
 line-height: 1.5;
 margin: 1em;
}
.news-box_fcm ul li p a {
 text-decoration: underline !important;
}

#news_fcm .news-box_fcm ul {
/* 下部ニュースをスクロール化 */
 height: 400px;
 overflow-y: scroll;
 /* IE スクロールバー */
  scrollbar-base-color: #FFF;
  scrollbar-face-color: #eee;
  scrollbar-3dlight-color: #FFF;
  scrollbar-highlight-color: #FFF;
  scrollbar-track-color: #FFF;
  scrollbar-arrow-color: #eee;
  scrollbar-shadow-color: #FFF;
  scrollbar-dark-shadow-color: #FFF;
  
}
#news_fcm .news-box_fcm ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#news_fcm .news-box_fcm ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
    /*box-shadow: 0 0 1px rgba(255,255,255,.3);*/
}

/* 日付 */
.dating_fcm {
 font-family: 'Barlow', sans-serif;
 font-size: 70%;
 font-weight: 500;
 line-height: 1.2;
 display: flex;
 margin: 1em 2%;
 align-items: center;
}
.dating_fcm span:nth-child(2) {
 font-size: 340%;
 margin-left: .1em;
}
/* ラベル */
.label_fcm {
 font-size: 70%;
 letter-spacing: 0;
}
.label_fcm span {
 display: block;
 min-width: 10em;
 padding: 0 1em;
 text-align: center;
 border: 1px solid #b58e5d;
}
/*PC*/
@media (min-width: 920px) {
 .news-box_fcm ul li p a:hover {
  opacity: 0.6;
 }
 .news-box_fcm ul li {
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
 }
 /* ラベル */
 .label_fcm {
  padding: 1em 2%;
 }
 .news-box_fcm ul li p {
  max-width: 65%;
 }
}
/*SP*/
@media (max-width: 919px) {
 .news-box_fcm {
  font-size: 140%;
  padding: 15px 0;
 }
 .dating_fcm {
  float: left;
  width: 20%;
  margin-top: 0;
 }
 .label_fcm {
  padding: 0.7em 0 0;
 }
 .label_fcm span {
  display: inline-block;
  max-width: 100%;
 }
 .news-box_fcm ul li p {
  clear: both;
  margin: 1em .5em;
 }
}


/*------------------------------------

SNS_TL：SNS埋め込みエリア

------------------------------------*/
#sns-tl_fcm {

}
#sns-tl_fcm .category-box_fcm {
}
#sns-tl_fcm .c-ttl_fcm {
 display: flex;
 align-items: center;
}
#sns-tl_fcm .c-ttl-main_fcm {
    font-size: 300%;
    line-height: 1.5;
}
#sns-tl_fcm .c-sns-link_fcm {
    font-size: 80%;
    margin: 1em 0 0 2em;
}
#sns-tl_fcm .c-sns-link_fcm a {
    text-decoration: underline;
}
#sns-tl_fcm .instagram {
}
#sns-tl_fcm .insta-box_fcm {}
#sns-tl_fcm .insta-box_fcm ul {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}
#sns-tl_fcm .insta-box_fcm li {width: 31%;margin: 0 0 1em;background: #efefef;}
#sns-tl_fcm .insta-box_fcm li img {
width: 100%;
}

#sns-tl_fcm .twitter {
 
}
#sns-tl_fcm .twitter-box_fcm {
height: 620px;
}
#sns-tl_fcm .twitter-box_fcm .twitter-timeline{
}

#sns-tl_fcm .twitter-box_fcm .twitter-timeline #twitter-widget-0{
    height: 100px;
}

/*PC*/
@media (min-width: 920px) {
#sns-tl_fcm .category-box_fcm {
display: flex;
align-items: flex-start;
justify-content: space-between;
}

#sns-tl_fcm .instagram {width: 53%;}
#sns-tl_fcm .twitter {
 width: 40%;
 
}
}
/*SP*/
@media (max-width: 919px) {
#sns-tl_fcm .twitter {
 margin: 5em 0;
}
}


/*------------------------------------

ACCESS：アクセス

------------------------------------*/
#access_fcm {
 padding: 50px 0;
 background-image: url('../images/bg_gray_bottom.png');
 background-repeat: no-repeat;
 background-position: bottom 0 right 0;
 background-size: 50%;
 position: relative;
}
.access-box_fcm {
 display: flex;
 flex-flow: wrap;
 justify-content: space-between;
}
.access-box_fcm > div img {
 width: 100%;
}
.access-txt_fcm {
 line-height: 1.7;
 margin: 1.5em 0 2em;
}
.access-txt_fcm p {
 margin: .3em 0;
}

dl.access-list_fcm {
 display: flex;
 flex-flow: wrap;
 justify-content: space-between;
}
.access-list_fcm dt {
width: 22%;
font-family: "Hiragino Kaku Gothic W5 JIS2004";
font-weight: bold;
}
.access-list_fcm dd {width: 78%;margin-inline-start: 0;}
.access-list_fcm dt,
.access-list_fcm dd {
border-bottom: 1px solid #CCC;
margin-bottom: 0.8em;
padding-bottom: 0.8em;
}
.access-list_fcm dd.note_fcm{width: 100%;border-bottom: none;font-size: 90%;}

/* グーグルマップへのリンク */
.more-btn_fcm.map-btn_fcm {
margin: 2.5em auto 0;
background: #FFF;
width: 80%;
}
.more-btn_fcm.map-btn_fcm a {
width: 100%;
 font-family: 'Hiragino Kaku Gothic W4 JIS2004', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
 letter-spacing: .1em;
}
.more-btn_fcm.map-btn_fcm .blank_window {
 width: 0.9em;
 height: 0.9em;
 padding-left: 0.3em;
}
.more-btn_fcm.map-btn_fcm .blank_window .cls-1 {fill:#444444;  transition: all 0.3s;}
.more-btn_fcm.map-btn_fcm .blank_window .cls-2 {fill:none;}

/*PC*/
@media (min-width: 920px) {
 .access-box_fcm > div {
  width: 48%;
 }
 .access-box_fcm .access-box-map_fcm {
  width: 45%;
  margin-top: -3em;
 }
.more-btn_fcm.map-btn_fcm:hover .blank_window .cls-1 {
 fill: #FFFFFF;
 }
 
}
/*SP*/
@media (max-width: 919px) {
 #access_fcm {
  padding: 0 0 50px;
 }
 .access-txt_fcm {
  font-size: 130%;
 }
}

/*------------------------------------

スライダー下 emergency NEWS

------------------------------------*/
#emergency-news_fcm {
margin-top: 2.2em;
background: #f2f2f2;
}
#emergency-news_fcm .news-box_fcm {
 padding: 8px 0;
 background: none;
}
#emergency-news_fcm .news-box_fcm ul,
#emergency-news_fcm .news-box_fcm ul li {
 border: none;
}
#emergency-news_fcm .news-box_fcm ul li {
padding: 0;
}
#emergency-news_fcm .news-box_fcm ul li p {
 margin: 0em;
}
#emergency-news_fcm .news-box_fcm ul li .dating_fcm {
display: none;
}
@media (min-width: 920px) {
 #emergency-news_fcm .news-box_fcm ul li p {
  max-width: 85%;
 }
}

@media (max-width: 919px) {
#emergency-news_fcm .news-box_fcm ul li p {
 margin: 0.5em 0;
}
}




/*------------------------------------

TOPページ .animation

------------------------------------*/
/* タイトル */
.c-ttl_fcm {
 overflow: hidden;
 width: 0;
 transition: all 2.2s;
 white-space: nowrap;
}
.c-ttl_fcm.action_fcm {
 display: block;
 width: 100%;
}
.c-ttl_fcm.load-anime_fcm {
 animation: width-0-100 2.2s forwards;
 animation-delay: 2.0s;
}
.loading-body_fcm .c-ttl_fcm.load-anime_fcm {
 animation-delay: 9.0s;
}
/* 横から表示 */
@keyframes width-0-100 {
 0% {
  width: 0;
 }
 100% {
  width: 100%;
 }
}
/* コンセプト */
.concept-image-box_fcm span {
 transition: all 1.2s;
 opacity: 0;
}
.concept-image-box_fcm.action_fcm .concept-image-01_fcm {
 animation: fade_btm 1.0s forwards;
}
.concept-image-box_fcm.action_fcm .concept-image-02_fcm {
 animation: fade_btm 1.0s forwards;
 animation-delay: .3s;
}
.concept-image-box_fcm.action_fcm .concept-image-03_fcm {
 animation: fade_btm 1.0s forwards;
 animation-delay: .5s;
}






/*------------------------------------

個別

------------------------------------*/
/* PC */
@media (min-width: 920px) {
 #slider_fcm .ex2404-01 .slider-txt_fcm {
    right: 10%;
    bottom:35%;
}
 #slider_fcm .ex2404-01 .slider-txt_fcm .slide-ttl_cfm {}
 #slider_fcm .ex2404-01 .slider-txt_fcm .slide-ttl_cfm p {
	 padding: 0.7em 2.5em 1.7em;
	}
 #slider_fcm .ex2404-01 .slide-ttl-sub_cfm {
    letter-spacing: 0.1em;
    font-size: 90%;
    line-height: 2.5;
}
 #slider_fcm .ex2404-01 .slide-ttl-main_cfm {font-size: 250%;}
 #slider_fcm .ex2404-02 .slider-txt_fcm {
    right: 4%;
    bottom: 35%;
}

#exhibition-slider_fcm .ex2504-03 .slide-ttl-main_cfm { font-size: 180%; }
}

/* SP */
@media (max-width: 919px) {
 #slider_fcm .ex2404-01 .slider-image_fcm span:nth-child(1) img,
	#slider_fcm .ex2404-02 .slider-image_fcm span:nth-child(1) img{margin: 0;width: 100%;}
	
	#slider_fcm .ex2404-01 .slider-txt_fcm .slide-ttl_cfm p {
	 padding: 0.9em 2em 1.7em;
	}
	#slider_fcm .ex2404-01 .slide-ttl-sub_cfm {font-size: 110%;}
	#slider_fcm .ex2404-01 .slide-ttl-main_cfm {font-size: 290%;}
		#slider_fcm .ex2404-02 .slider-txt_fcm .slide-ttl_cfm p {
	 padding: 0.9em 1em 1.3em;
	}
	#slider_fcm .ex2404-02 .slide-ttl-sub_cfm {font-size: 110%;}
	#slider_fcm .ex2404-02 .slide-ttl-main_cfm {font-size: 240%;}
	#slider_fcm .ex2404-03 .slide-ttl-sub_cfm {font-size: 110%;}
	#slider_fcm .ex2404-03 .slider-txt_fcm .slide-ttl_cfm p {
	 padding: 0.9em 2em 1.7em;
	}
#exhibition-slider_fcm .ex2404-02 .slide-ttl-main_cfm { font-size: 200%; }
#slider_fcm .ex2404-03 .slider-image_fcm span:nth-child(1) {
	z-index:1;
}
#slider_fcm .ex2404-03 .slider-image_fcm span:nth-child(2) img {
	margin-top: -23vw;
}
#slider_fcm .ex2504-03 .slide-ttl-main_cfm {font-size: 220%;letter-spacing: 0;}
#exhibition-slider_fcm .ex2404-02 .slide-ttl-main_cfm {letter-spacing: 0;}
#exhibition-slider_fcm .ex2504-03 .slide-ttl-main_cfm {font-size: 180%;letter-spacing: 0;}
}
