@charset "utf-8";

/*****************************************
page style
******************************************/
header.FC_header {
  margin-bottom: 0px;
}




.FC_contents {
  max-width: 1170px;
  padding: 0 135px 0 40px;
  margin: 0 auto 0 auto;
}


/* オープニングムービー
----------------------------*/
.FC_opening {
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.FC_opening .FC_mainLogo {
  width: 100%;
  position: absolute;
  top: 0vw;
  margin: auto;
  z-index: 3;
  text-align: center;
}

.FC_opening .FC_mainLogo img {
  display: none;
  width: 0%;
  padding-top: 18vw;
}

.FC_opening .FC_mainLogo img.zoom {
  width: 30%;
  padding-top: 9vw;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}

.FC_opening .FC_openingMVContainer {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 1;
}

.FC_opening video {
  width: 100%;
}



/* メインビジュアル
----------------------------*/
.FC_main {
  height: 63.7vw;
  background-color: #000;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.FC_main video {
  width: 100%;
}

.FC_main .FC_lyric {
  opacity: 0;
}

.FC_main h1 {
  position: relative;
  z-index: 2;
  padding: 12vw 3vw;
  text-align: center;
}

.FC_main h1 img {
  width: 95%;
}

.FC_main .FC_mainMVContainer {
  width: 100%;
  position: absolute;
  top: 4vw;
  z-index: 1;
  opacity: 1;
}

section.FC_bgm {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0px 40px 110px 40px ;
}

section.FC_bgm div:nth-of-type(1) { text-align: left;}
section.FC_bgm div:nth-of-type(2) { text-align: center; }
section.FC_bgm div:nth-of-type(3) { text-align: right;}

section.FC_bgm div p {
  display: inline-block;
  cursor: pointer;
}

section.FC_bgm div:nth-of-type(2) p {
  margin: 0 5px;
}


/* ショップ
----------------------------*/
.FC_shop {
  width:100%;
  padding: 40px;
}

.FC_shop h2 {
  text-align: center;
  margin-bottom: 70px;
}

.FC_shop h3 {
  text-align: center;
  margin-bottom: 40px; 
}

.FC_shop .FC_description {
  text-align: center;
  font-size: 25px;
  line-height: 2;
  margin-bottom: 110px;
}

.FC_shop .FC_news {
  position: relative;
  background-color: #F0F2F5;
  margin-bottom: 40px;
  padding: 30px 30px 30px 30px;
}

.FC_shop .FC_news ul {
  height: 180px;
  overflow: auto;
}

.FC_shop .FC_news li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-bottom: 25px;
  line-height: 1.6;
  font-weight:600;
}

.FC_shop .FC_news li .FC_newsDate {
  display: block;
  width: 100px;
  color: #999;	
  margin-right: 30px;
}

.FC_shop .FC_news li p {
  width: 100%;
}


/* 商品カテゴリー */
.FC_shop .FC_category {
  margin: 0 auto 40px auto;

}
.FC_category h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}



.FC_shop .FC_category dl {
  padding-bottom: 30px;
}

.FC_shop .FC_category dt {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}

.FC_shop .FC_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.FC_shop .FC_category li {
  width: 49%;
  padding-bottom: 20px;
}

.FC_shop .FC_category a {
  display: block;
  height: 74px;
  background: top no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 50px 0 0px 0px;
  text-align: right;
}

.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(1) a { background-image: url("../img/top/shop_categoly00_01.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(2) a { background-image: url("../img/top/shop_categoly00_02.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(3) a { background-image: url("../img/top/shop_categoly00_03.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(4) a { background-image: url("../img/top/shop_categoly00_04.jpg"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(5) a { background-image: url("../img/top/shop_categoly00_05.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(6) a { background-image: url("../img/top/shop_categoly00_06.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(7) a { background-image: url("../img/top/shop_categoly00_07.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(8) a { background-image: url("../img/top/shop_categoly00_08.png"); }



/* 購入ランキング */
.FC_rank {
  margin: 0 auto 40px auto;
}

.FC_rank h4 {
  width: 100%;
  margin: 0 auto 40px auto;
}

.FC_rank ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-bottom: 20px;
}

.FC_rank li {
  width: 31%;
  margin-bottom: 50px; 
}

.FC_rank h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 14px 0;  
}

.FC_rank .FC_itemRank0 h5 {  background-color: #FF7D7D;  color: #FFF; }
.FC_rank .FC_itemRank1 h5 {  background: linear-gradient(#D9A300, #8C6900);  color: #FFF; }
.FC_rank .FC_itemRank2 h5 {  background: linear-gradient(#A4A8AD, #666666);  color: #FFF; }
.FC_rank .FC_itemRank3 h5 {  background: linear-gradient(#B25900, #663300);  color: #FFF; }
.FC_rank .FC_itemRank4 h5 {  background-color: #A4A8AD;  color: #000; }
.FC_rank .FC_itemRank5 h5 {  background-color: #A4A8AD;  color: #000; }

.FC_rank li img {
  width: 100%;
}

.FC_rank li .FC_itemName {
  font-weight:600;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 15px;
}

.FC_rank li .FC_itemPrice {
  font-size: 16px;
  margin-top: 10px;
}

/* サービス */
.FC_shop .FC_service {
  background-color: #F0F2F5;
  padding: 50px 40px 60px 40px;
  margin-bottom: 40px;
}

.FC_shop .FC_service h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.FC_shop .FC_service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.FC_shop .FC_service li {
  width: 23%;
  text-align: center;
  position: relative;
}

.FC_shop .FC_service li img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.FC_shop .FC_service li:nth-of-type(4) img {
  position: relative;
  left: -17px;
  width: 109%;
}

.FC_shop .FC_service li a {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.5
}


/* ギャラリー */
.FC_gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.FC_gallery h4 {
  width: 100%;
  margin: 0 auto 40px auto;
}


.FC_gallery ul li {
  width: 31%;
  margin-bottom: 40px; 
}

.FC_gallery ul li img {
  width: 100%;
}
 
/* 取り扱いブランド */
.FC_brand {
  background:url("../img/top/brand_bg.gif") left top no-repeat;
  background-size: 100% 100%;
  padding: 40px 40px 20px 40px;
  margin-bottom: 80px;
}

.FC_brand h4 {
  font-size: 38px;
  font-weight: bold;
  color: #FF7D7D;
  margin-bottom: 40px;
}

.FC_brand li {
  font-size: 26px;
  padding-bottom: 20px;
}


/* 取扱店舗の紹介 */
.FC_store {
  margin-bottom: 20px;
}

.FC_store h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.FC_store ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-bottom: 20px;
}

.FC_store li {
  width: 31%;
  margin-bottom: 50px; 
}

.FC_store li img {
  width: 100%;
}

.FC_store li p {
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
}

.FC_store li p span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}



/* SDGs
----------------------------*/
.FC_SDGs {
  color: #FFF;
  background-color: #00D8A3;
  padding: 30px 50px;
}

.FC_SDGs h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

.FC_SDGs li {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 3px;
}



/*****************************************
レスポンシブ対応
******************************************/
@media screen and (max-width:1170px) { 



.FC_contents {
  padding: 0 15px;
  margin: 0 auto 0 auto;
}
  

/* オープニングムービー
----------------------------*/
.FC_opening .FC_mainLogo {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.FC_opening .FC_mainLogo img {
  width: 0%;
  margin-top: -10vw;
}

.FC_opening .FC_mainLogo img.zoom {
  width: 46%;
}

.FC_opening .FC_openingMVContainer {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

  
/* メインビジュアル
----------------------------*/
.FC_main {
  height: 75vw;
  overflow: hidden;
  margin-bottom: 25px;
}
  
.FC_main h1 {
  padding: 6.5% 7%;
}

.FC_main h1 img {
  width: 100%;
}
  
.FC_main .FC_mainMVContainer {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.FC_slidePrev, .FC_slideNext {
  position: absolute;
  top: 120px;
}
  
.FC_slidePrev img, .FC_slideNext img {
  width: 22px;
}
  
.FC_slidePrev { right: 5px }
.FC_slideNext { left: 5px }

.slick-disabled {
    display: none!important;
}

section.FC_bgm {
  margin: 0px 15px 50px 15px ;
}

section.FC_bgm div:nth-of-type(2) p {
  margin: 0 5px;
}
  
section.FC_bgm img {
  width: 28px;
}
  
/* ショップ
----------------------------*/
.FC_shop {
  padding: 0px 0px 40px 0px;
}

.FC_shop h2 {
  margin-bottom: 30px;
}
  
.FC_shop h2 img {
  width: 100%;
}
  
.FC_shop h3 {
  margin-bottom: 30px; 
}
  
.FC_shop h3 img {
  width: 100%;
}
  
.FC_shop .FC_description {
  font-size: 14px;
  margin-bottom: 40px;
}
  
.FC_shop .FC_news {
  margin-bottom: 30px;
  padding: 15px 15px 15px 15px;
}

.FC_shop .FC_news li {
  font-weight:600;
  padding-bottom: 22px;
}

.FC_shop .FC_news li .FC_newsDate {
  width: 50px;
  display: block;
  margin-bottom: 6px;
}


/* 商品カテゴリー */
.FC_shop .FC_category {
  margin-bottom: 30px;
}


.FC_shop .FC_category h4 {
  margin:0 auto 20px auto;
}

.FC_shop .FC_category h4 img {
  width: 100%;
}


.FC_shop .FC_category dl {
}

.FC_shop .FC_category dt {
  font-size: 20px;
  margin-bottom: 15px;
}

.FC_shop .FC_category ul {
  display: block;
}

.FC_shop .FC_category li {
  width: 100%;
  padding-bottom: 15px;
}

  
  
.FC_shop .FC_category a {
  height: 46px;
  text-align: left;
  background: right top no-repeat;
  background-color: #FFFFFF;
  background-size: contain;
  font-size: 16px;
  padding: 30px 0px 0px 0px;
}

.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(1) a { background-image: url("../img/top/sp/shop_categoly00_01.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(2) a { background-image: url("../img/top/sp/shop_categoly00_02.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(3) a { background-image: url("../img/top/sp/shop_categoly00_03.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(4) a { background-image: url("../img/top/sp/shop_categoly00_04.jpg"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(5) a { background-image: url("../img/top/sp/shop_categoly00_05.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(6) a { background-image: url("../img/top/sp/shop_categoly00_06.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(7) a { background-image: url("../img/top/sp/shop_categoly00_07.png"); }
.FC_shop .FC_category dl:nth-of-type(1) li:nth-of-type(8) a { background-image: url("../img/top/sp/shop_categoly00_08.png"); }

  
  
/* 購入ランキング */
.FC_rank {
  margin-bottom: 40px;
}

.FC_rank h4 {
  margin:0 auto 20px auto;
}

.FC_rank h4 img {
  width: 100%;
}
  
.FC_rank ol {
  margin-bottom: 20px;
}

.FC_rank li {
  width: 48%;
  margin-bottom: 30px; 
}

.FC_rank h5 {
  font-size: 18px;
  margin-bottom: 7px;
  padding: 10px 0;  
}

.FC_rank li .FC_itemName {
  font-weight:600;
  font-size: 20px;
  margin-top: 10px;
}

.FC_rank li .FC_itemPrice {
  font-size: 16px;
  margin-top: 7px;
}
  
  
/* サービス */
.FC_shop .FC_service {
  padding: 30px 25px 10px 25px;
  margin-bottom: 40px;
}

.FC_shop .FC_service h4 {
  margin-bottom: 20px;
}

.FC_shop .FC_service h4 img {
  width: 100%;
}

.FC_shop .FC_service ul {
  flex-wrap: wrap;
}

.FC_shop .FC_service li {
  width: 47%;
  margin-bottom: 20px;
}

.FC_shop .FC_service li img {
  margin-bottom: 20px;
}

.FC_shop .FC_service li:nth-of-type(4) img {
  left: -11px;
  width: 109%;
}

.FC_shop .FC_service li a {
  font-size: 17px;
}
 
  
/* ギャラリー */
.FC_gallery ul {
  padding-bottom: 40px;
}
  
.FC_gallery h4 {
  margin:0 auto 10px auto;
}
  
.FC_gallery ul li {
  width: 100%;
  margin-bottom: 18px; 
}
 
  
/* 取り扱いブランド */
.FC_brand {
  padding: 28px 28px 14px 28px;
  margin-bottom: 56px;
}

.FC_brand h4 {
  font-size: 24px;
  margin-bottom: 28px;
}

.FC_brand li {
  font-size: 16px;
  padding-bottom: 14px;
}


/* 取扱店舗の紹介 */
.FC_store {
  margin-bottom: 14px;
}

.FC_store h4 {
  margin-bottom: 20px;
}
.FC_store h4 img {
  width: 80%;
}
  
.FC_store ul {
  margin-bottom: 14px;
}

.FC_store li {
  width: 48%;
  margin-bottom: 25px; 
}

.FC_store li p {
  font-size: 16px;
  margin-top: 10px;
}

.FC_store li p span {
  font-size: 10px;
  margin-top: 7px;
}
  
 /* SDGs
----------------------------*/
.FC_SDGs {
  padding: 25px 20px;
}

.FC_SDGs h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.FC_SDGs li {
  font-size: 14px;
  padding-bottom: 3px;
}
  
  
}






