@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: unset;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.blog_inner ul li{
list-style: none;
}

.blog_inner ul{
margin-bottom: 5px;
margin-left:0;
}

.blog_inner p{
margin-bottom: 0;
}

.sub_info_cate a {
    color: #000 !important;
    border: 1px solid #000;
}

.sub_info_date {
    color: #000;
}



header.menubar_colour {
/* 中の項目を横に並べるのでflex */
display: flex;
/* 背景色 */
/* background: white;*/

}

#kkg_fanvest .container_menu {
display: flex;
flex-direction: column;
position: sticky;
top: 0;
z-index: 10;
width: 100%;
margin: 0;
}

.pc-menu {
width: 100%;
}
.pc-menu > ul {
display: flex;
list-style: none;
}
.pc-menu > ul > li {
width: 25%;
text-align: center;
font-size: 18px;
list-style: none;
}


/* PC用メニュー */

.main-menu {
/* 中央寄せ */
margin: 0 auto;
/* 項目を横並びにするのでflex */
display: flex;
/* 背景色 */
 /*background: #fff;*/
/* メニューの幅 */
 /* width: 1280px;*/
 width: 100%;
}

#kkg_fanvest .list_inner {
position: absolute;
right: calc(-670/11*1rem);
transform: translateY(-10%);
width: 100%;
padding-block: calc(111/11*1rem);
padding-inline: calc(228/11*1rem);
}

#kkg_fanvest .pc-menu h2{
font-size:4em;
text-align: left;
margin-bottom: -10px;
color: #b78727;
}

#kkg_fanvest .pc-menu h3{
font-size:1.8em;
text-align: left;
background: black;
padding: 2%;
line-height: 140%;
}
#kkg_fanvest .pc-menu h3 span{
font-size:0.6em;
text-align: left;	
}
#kkg_fanvest .pc-menu h3 a{
color:white;
}

#kkg_fanvest .pc-menu h3 a:hover{
color:#E7DEBF!important;
}

#kkg_fanvest .pc-menu h3  a:link{
text-decoration:none;
}

.list_inner_left {
position: absolute;
left: calc(-270 / 11 * 1rem);
transform: translateY(10%);
width:30%;
}


#kkg_fanvest {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	/*font-family: 'Roboto' , 'Noto Sans JP', sans-serif;*/
	font-family: "mrs-eaves", serif;
	overflow: visible;
	text-align: left;
	color: #000;	
}

#kkg_fanvest .mainbanner{
	position: relative;
}

#kkg_fanvest .mainbanner .title{
	position: absolute;
    bottom: 63%;
    left: 37%;
    width: 27%;
}

.title {
  animation: heartbeat 1.2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { 
    transform: scale(1);
  }
  50% { 
    transform: scale(1.06);
  }
}

#kkg_fanvest img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#kkg_fanvest p {
	font-size: 1em!important;
	margin-top: 0!important;
	line-height: 180%;
}
#kkg_fanvest .prostaff_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
#kkg_fanvest h1, #kkg_fanvest h2, #kkg_fanvest h4, #kkg_fanvest h5 {
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	/*font-family: 'Roboto', 'Noto Sans JP', sans-serif;*/
	font-family: "mrs-eaves", serif;
}

#kkg_fanvest h3{
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	/*font-family: 'Roboto', 'Noto Sans JP', sans-serif;*/
	font-family: "mrs-eaves", serif;
}

#kkg_fanvest h1 {
	font-size: 4em;
	line-height:135%;
	letter-spacing: 0.5px;
	margin: 0px auto -70px;
}

#kkg_fanvest h1 span{
	font-size: 0.25em;
	font-weight: bold;
	line-height: 0;
	background: #E7DEBF;
    color: black;
    padding: 1%;
}


#kkg_fanvest h2.headline span{
font-size: 0.22em;
}

/*見出し部分*/
#kkg_fanvest h2.heading-042{
 position:relative;
 z-index:1;
 background-color: #000 !important;
 padding:10px;
margin:-120px auto 0;
	color:white;
}
/*背景の装飾*/
#kkg_fanvest h2.heading-042::before{
 content: '';
 position: absolute;
 z-index:-1;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background-image: linear-gradient(135deg, #b78727  15px, transparent 15px calc(100% - 15px), #b78727  calc(100% - 15px));
 /*Lightning見出しデザイン設定のCSS対策*/
 border: unset;
 margin: unset;
 width: unset;
 height: unset;
}


#kkg_fanvest h3.heading-006 {
    display: inline-block;
    position: relative;
    padding: 0 6em;
    color: #000000;
	margin: auto 0;
	font-weight: bold;
	font-size: 1.25em;
}

#kkg_fanvest h3.heading-006::before,
#kkg_fanvest h3.heading-006::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #2d2d2d;
}

#kkg_fanvest h3.heading-006::before {
    left: 0;
}

#kkg_fanvest h3.heading-006::after {
    right: 0;
}


#kkg_fanvest h2 {
	font-size: 2.65em;
	line-height: 135%;
	margin: 0 auto 20px;
	text-align: center;
	letter-spacing: 0.06em;
}
#kkg_fanvest h2 span {
	font-size: 1.1em;
}
#kkg_fanvest .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}
#kkg_fanvest p.main_text,
#kkg_fanvest p.main_text02{
	width: 90%!important;
	margin: 20px auto!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	font-family: "Noto Serif JP", serif;
}

#kkg_fanvest p.main_text span{
font-size:1.3em;
color:#b78727;
font-weight: bold;
line-height: 180%;
border-bottom: 1px solid black;
}


#kkg_fanvest p.main_text02 span{
font-size:1.25em;
font-weight: bold;
line-height: 180%;
color: #b78727;
}

#kkg_fanvest .categorylist{
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	/*border: solid 2px #177245;*/
	border-radius: 10px;
}
#kkg_fanvest section.category {
  margin: 50px auto 100px;
  width: 100%;
}
#kkg_fanvest .categorylist div {
  flex-basis: calc(100% / 2 );
	padding: 2%;
}
#kkg_fanvest .categorylist img {
 border:2px solid #4b5320;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


#kkg_fanvest section {
	width: 100%;
	max-width: 800px;
}
#kkg_fanvest section.main{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0px auto 150px;
}
#kkg_fanvest p.itemname {
	width: 100%;
	line-height: 200%;
}
#kkg_fanvest p.price {
	width: 100%;
	display: block;
	font-size: 1.1em!important;
}
#kkg_fanvest p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#kkg_fanvest section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 10px auto 25px;
}
#kkg_fanvest section.main.itembox p {
	text-align: center;
}
#kkg_fanvest section.main p.itemtext {
	margin: 20px auto 20px!important;
	font-size: 0.85em!important;
}
#kkg_fanvest section.main p.itemname {
	font-size: 0.90em!important;
}

#kkg_fanvest section.item2,
#kkg_fanvest section.item{
	width: 100%;
	max-width: 800px;
	margin: 0px auto 80px;
	text-align: center;
}
#kkg_fanvest section.item2 img,
#kkg_fanvest section.item img{
	width: 100%;
}
#kkg_fanvest section.item2 .flex div {
	flex-basis: 50%;
}

#kkg_fanvest section.item .flex div {
	flex-basis: 100%;
}

#kkg_fanvest p.itemname2 {
	font-size: 1.35em!important;
	margin: 20px auto 10px!important;
	text-align: center;
}

#kkg_fanvest p.price2 {
	font-size: 2.5em!important;
	text-align: center;
	margin: 10px auto!important;
	font-weight: bold;
	font-family: "Times New Roman";
}

#kkg_fanvest .main_text span.big{
	font-size: 1.3em!important;
	color: #4682b4!important;
	font-weight:bold!important;
	line-height: 180%!important;
	}


#kkg_fanvest section.main .doubleimage {
	width: 100%;
	max-width: 800px;
	margin: 0px auto 30px;
}

#kkg_fanvest section.main .doubleimage div {
	flex-basis: 50%;
}

.fukidashi-01-02 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #333333;
 margin: -25px auto 30px;
}

.fukidashi-01-02::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow:
    0 2px 0 #ffffff,
    0 -2px 0 #ffffff;
  transform: translateX(-25%) rotate(50deg);
}

/* profile */

#kkg_fanvest section.profile{
	width: 85%;
	max-width: 500px;
	margin: 0 auto 50px;
}

#kkg_fanvest section.profile div:first-child{
	flex-basis: 30%;
}

#kkg_fanvest section.profile div:last-child{
	flex-basis: 70%;
	padding-left: 9%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#kkg_fanvest section.profile p.modelname{
	font-weight: 500;
	font-size: 2em!important;
	color: #000;
	line-height: 100%;
	margin-bottom: 0;
}

#kkg_fanvest section.profile p.proftext{
	font-size: 0.95em!important;
}

#kkg_fanvest section.profile div:last-child div{
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}

#kkg_fanvest section.profile div:last-child p.icon{
	margin: 0 auto!important;
	text-decoration: underline;
	font-size: 0.95em!important;
	flex-basis: 50%;
	text-align: left;
}

#kkg_fanvest section.profile a{
	 text-decoration: underline;
	 color: #000;
}

#kkg_fanvest .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}

#linen_setup section.profile p.proftext	{
font-size: 0.75em;
}	
	

/* 購入ボタン */

#kkg_fanvest .buy a,
#kkg_fanvest .coming {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#kkg_fanvest .buy a:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#kkg_fanvest .buy2 {
	display: block;
	width: 100%;
	max-width: 120px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1.5em;
}
#kkg_fanvest .buy2:hover {
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#kkg_fanvest p.other a {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid white;
	background: black;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 60px auto;
}

#kkg_fanvest p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}



/* 回遊リンク */

#kkg_fanvest .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#kkg_fanvest .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}
#kkg_fanvest .Banner4 ul {
	display: inline;
}
#kkg_fanvest .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	
	/* PC画面 */
section {
margin-bottom: 0px;
position: sticky;
margin-top: 360px;
}

#container:not(.topPage){
margin-top: -360px;
}
	
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content p:first-child {
		margin: 0 auto;
		max-width: 1000px!important;
	}
	#topicpath {
		width: 1168px;
		margin: 0 auto;
	}
	.paging {
		width: 1000px;
		margin: 0 auto;
	}
	.item_category_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	
/* ------------------ */
/* フッター */
/* ------------------ */
/* メニューをページ下部に固定 */
#fixed-footer-menu {
  position: fixed;
  /*width: 100%;*/
  /*width:91%;*/
  width:91.5%;	
  margin-left:0px;
  margin-right:1px;	
  bottom: 0px;
  opacity: 1;
  z-index: 100;
}

/* メニューを横並びにする */
#fixed-footer-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #b78727;
}

/* メニューの要素 */
#fixed-footer-menu li {
  justify-content: center;
  align-items: center;
  width: 50%; /* 要素が5つの場合（100/5） */
  padding: 0;
  margin: 0;
}

/* メニューのボタン */
#fixed-footer-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
font-size: 4vw;
}
	
/* メニューのblack_menuボタン */
#fixed-footer-menu li a.black_footer {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  background-color: black;
}		
	
#fixed-footer-menu2 {
  position: fixed;
  /*width: 100%;*/
  /*width: 91%;*/
  width: 91.5%;	
  margin-left: 0px;
  margin-right:1px;	
  bottom: 10.5vw!important;
  opacity: 1;
  z-index: 100;
}

/* メニューを横並びにする */
#fixed-footer-menu2 ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #b78727;
}

/* メニューの要素 */
#fixed-footer-menu2 li {
  justify-content: center;
  align-items: center;
  width: 50%; /* 要素が5つの場合（100/5） */
  padding: 0;
  margin: 0;
}

/* メニューのボタン */
#fixed-footer-menu2 li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
font-size: 4vw;
}	
	
/* メニューのblack_menu02ボタン */
#fixed-footer-menu2 li a.black_footer {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  background-color: black;
}	
	
#kkg_fanvest .mainbanner{
	position: relative;
}

#kkg_fanvest .mainbanner .title{
	position: absolute;
    bottom: 42%;
    left: 35%;
    width: 30%;
}
		
	#kkg_fanvest h1 {
		font-size: 9.5vw;
		margin: 0 auto 6vw;
	}
	
	#kkg_fanvest h1.underline{
	font-weight: bold;
	color: white;
	background: linear-gradient(transparent 0%, #000 0%);
}
		
	#kkg_fanvest h1 span {
		font-size: 3.3vw;
	}
	#kkg_fanvest h2 {
		font-size: 3.5vw;
		text-align: center;
		letter-spacing: 0.06em;
	}
	#kkg_fanvest h3 {
		font-size: 3.8vw;
		color: black;
	}
	#kkg_fanvest p, #kkg_fanvest div {
		font-size: 3.2vw!important;
		line-height: 180%;
	}
	#kkg_fanvest p.main_text {
		display: block!important;
		margin: 2.5vw auto!important;
		text-align: left;
		width:95%!important;
		font-size: 3vw!important;
	}
	
#kkg_fanvest h3.heading-006	{
font-size:3.1vw;
}		
	
#kkg_fanvest p.main_text span,
#kkg_fanvest p.main_text02 span{
font-size:3.8vw;
}		
	
	#kkg_fanvest p.main_text02 {
		display: block!important;
		margin: 2.5vw auto 0!important;
		text-align: left;
		width:95%!important;
		font-size: 3vw!important;
	}	
	

	#kkg_fanvest section {
		margin: 8.375vw auto;
	}
	
	#kkg_fanvest section.item2
	 {
	   margin: 10vw auto;
	}
		
    #kkg_fanvest section.item2 .flex div {
	   flex-basis: 50%;
	}
		
	#kkg_fanvest section.main{
		margin: 5vw auto 0;
	}	

	#kkg_fanvest p.price {
		font-size: 3.5vw!important;
		line-height: 110%;
	}
		
	#kkg_fanvest .buy2{
        max-width:80px;
		padding:8px 0;
		margin: 0 auto 8vw;
    }
	
	#kkg_fanvest h2.headline {
  margin: 0 auto;
font-size: 6.5vw;
}
	
		#kkg_fanvest h2.headline span{
		font-size: 3vw;
}
	
	#kkg_fanvest section.main .doubleimage div {
	flex-basis: 100%;
	padding:0;
}
		
#kkg_fanvest h2.heading-042{
margin:3vw auto 0;
font-size: 6vw;
}	
	
	
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#kkg_fanvest .Banner4 {
		text-align: center;
		width: 100%;
	}
	#kkg_fanvest .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#kkg_fanvest .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	
	.box26 {
    position: relative;
    margin: 3em 2em;
    padding: 1em;
    border: solid 2px black;
    border-radius: 8px;
}


.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 100%;
    font-size: 3.5vw;
    background: #FFF;
    color: black;
    font-weight: bold;
}

.box26 p {
   text-align: left;
	}	
	
.fukidashi-01-02 {
  border-bottom: 1px solid #333333;
 margin: -2vw auto 8vw;
	padding: 7px 0px;
}

.fukidashi-01-02::after {
  height: 1px;
}	
	
/* profile */

#kkg_fanvest section.profile	{
margin:13vw auto;
}
	
#kkg_fanvest section.profile p.modelname{
	font-size: 1.5em!important;	
	margin-bottom: 0;
}

#kkg_fanvest section.profile p.proftext{
	font-size: 3vw!important;
	margin-bottom: 0;
}
	
#kkg_fanvest section.profile div:last-child p.icon{
	font-size: 3vw!important;
}	

#kkg_fanvest section.profile .flex div{
	padding: 0 4%;
}	
	
#kkg_fanvest section.profile .flex div h5{
	font-size: 4.25vw;
	margin: 15px auto 5px;
}

#kkg_fanvest section.profile .flex div p.text{
	font-size: 2.78vw!important;
	margin: 10px auto 0!important;
}
	
#kkg_fanvest section.profile div:last-child{
	padding-left: 5%;
}	
	
	
	
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#kkg_fanvest .header {
		position: relative;
		height: 110vw;
	}
	#kkg_fanvest .header .fv1 {
		position: absolute;
		top: 40vw;
		left: 0vw;
		right: 0vw;
		width: 100%;
		margin: auto;
	}
	
}