@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;800&display=swap');

/*****************************************
reset
******************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

img {
  vertical-align: bottom;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}



/*****************************************
page style
******************************************/

/* 共通 */
body {
  font-family:"M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  position: relative;
  background-color: #FFF; 
  color: #000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

a {
	color: #A00;
	text-decoration: underline;
}

.FC_hover:hover {
  opacity: 0.6;    
}


/* ヘッダー */
header.FC_header {
  height:74px;
  background: #FFF;
  position: relative;
  padding: 23px 0px 32px 0px;
  border-bottom: 1px #BBB solid;
  z-index: 10;
}

header.FC_fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

header.FC_header .FC_logo {
  text-align: center;
}

header.FC_header .FC_menu,
header.FC_header .FC_cart,
header.FC_header .FC_members,
header.FC_header .FC_logout {
  position: absolute;
  cursor: pointer;
}

header.FC_header .FC_menu { left: 42px; top: 43px; }
header.FC_header .FC_cart { left: 121px; top: 36px; }
header.FC_header .FC_members { right: 40px; top: 39px; }
header.FC_header .FC_logout { right: 40px; top: 39px; }

header.FC_header .FC_menuContainer {
  display: none;
  width: 100%;
  background: rgba(255,255,255,0.9);
  position: absolute;
  top: 129px;
  padding: 40px 40px 10px 40px;
  border-bottom: 1px #BBB solid;
}

header.FC_header .FC_menuContainer li {
  padding-bottom: 30px;
}

header.FC_header .FC_menuContainer li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

/* フッター */
footer.FC_footer {
  line-height: 1.4;
  color: #585F66;
  background: #F0F2F5;
  padding: 30px 40px 60px 40px;
}

footer.FC_footer a {
	color: #585F66;
  text-decoration: none;
  padding:0 0 20px 0;
}

footer.FC_footer div:nth-of-type(1) {
  max-width: 540px;
  float: left;
}

footer.FC_footer div:nth-of-type(1) h2 {
  margin-bottom: 25px;
}


footer.FC_footer ul.FC_sns {
  display: flex;
  margin-bottom: 25px;
}

footer.FC_footer ul.FC_sns li {
  margin: 0 20px 0 0;
}

footer.FC_footer ul.FC_link {
  display: flex;
}

footer.FC_footer ul.FC_link li {
  margin: 0 30px 0 0;
}

footer.FC_footer div:nth-of-type(2) {
  width: calc(100% - 540px);
  float: right;
  display: flex;
  justify-content: flex-start;
}

footer.FC_footer ul.FC_sitemap li {
  margin: 0px 110px 20px 0px;
}


/*****************************************
レスポンシブ対応
******************************************/
.FC_sp { display: none; }
.FC_pc { display: block; }

@media screen and (max-width:1170px) { 
.FC_sp { display: block; }
.FC_pc { display: none; }

/* 共通 */
body {
  font-size: 12px;
}

/* ヘッダー */
header.FC_header {
  height: 102px;
  position: relative;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px #BBB solid;
  z-index: 10;
}

header.FC_fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

header.FC_header div:nth-of-type(1) {
  background-color: #F3F3F3;
  height: 47px;
}
  
header.FC_header .FC_logo_sp {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50px;
  left:auto;
  right: auto;
  text-align: center;
}

header.FC_header .FC_logo_sp img {
  width: 322px;
}

header.FC_header .FC_menu { left: 13px; top: 13px; }
header.FC_header .FC_cart { left: 48px; top: 11px; }
header.FC_header .FC_members { left: 88px; right: auto; top: 11px; }
header.FC_header .FC_logout { right: 12px; top: 11px; }
  
header.FC_header .FC_menu img { width: 20px; }
header.FC_header .FC_cart img { width: 26px;}
header.FC_header .FC_members img { width: 94px; }
header.FC_header .FC_logout img { width: 24px; }

header.FC_header .FC_menuContainer {
  top: 102px;
  padding: 20px 20px 5px 20px;
}

header.FC_header .FC_menuContainer li {
  padding-bottom: 15px;
}

header.FC_header .FC_menuContainer li a {
  font-size: 14px;
}
  

/* フッター */
footer.FC_footer {
  font-size: 14px;
  line-height: 1.5;
	color: #585F66;
  background: #F0F2F5;
  padding: 20px 15px 30px 15px;
}

footer.FC_footer a {
	padding:0 0 10px 0;
	color: #585F66;
	text-decoration: none;
}

footer.FC_footer div:nth-of-type(2) {
  width: 100%;
  float: none;
}

footer.FC_footer div:nth-of-type(1) {
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

footer.FC_footer div:nth-of-type(1) h2 {
  width: 100%;
  margin-bottom: 25px;
}
  
footer.FC_footer div:nth-of-type(1) h2 img {
  width: 188px;
}
  
footer.FC_footer .FC_sns img {
  width: 22px;
}

footer.FC_footer ul.FC_sitemap {
  width: 50%;
}

footer.FC_footer ul.FC_sitemap li {
  margin: 0px 20px 20px 0px;
}
  
}


