@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

*  { 
	padding : 0; 
	margin : 0; 
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'M PLUS 1p', sans-serif;
} 

img{
	border: 0;
}

html {
	position: relative;
	min-height: 100%;
	padding-bottom: 260px;
	box-sizing: border-box;
}

body {
	background: #FCFCFA;
}

#site-box {
	position: relative; 
	padding: 0;
	margin: 0 auto;
	background: #FCFCFA;
}


/*============
header start
=============*/
@media screen and (max-width: 600px){ /*SP*/ 
	header {
		padding: 0;
		background: #8E816C;
	}
}
@media screen and (min-width: 601px){ /*PC*/ 
	header {
		padding: 1.5em 0 .8em;
		background: #8E816C;
	}
}

#logo-wrap {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.logo-img {
	width: 100%;
	max-width: 400px;
}
#menu-wrap{
	display: flex;
	justify-content: center;
	margin: .1em 0 0;
}
.menu-title{
	font-weight: 400;
	color: #FCFCFA;
	text-align: center;
	padding: .6em .2em .4em;
	margin: 0 2.2vw;
	cursor: pointer;
}
a.menu-title {
	position: relative;
	display: inline-block;
	transition: .3s;
}
a.menu-title::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FCFCFA;
	opacity: 0;
	transition: .3s;
}
a.menu-title:hover::after {
	bottom: 0;
	opacity: 1;
	
}
@media screen and (max-width: 600px){ /* SP */
	#logo-wrap {
		text-align: center;
		margin: 0;
	}
	.logo-img {
		width: 70%;
		max-width: 400px;
		margin-top: .6em;
		margin-bottom: .2em;
	}
}


#lg-menu {
	width: 7em;
	margin: 0 0 0 auto;
}
p.lg { /* 言語切り替え */
	text-align: right;
	font-size: .8em;
	padding: 0 5px 0 0;
	font-weight: 400;
	color: #595959;
	position: fixed;
	top: 2px;
	right: 5px;
	z-index: 1;
 }

/* ハンバーガーメニュー start */
nav {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	bottom: 0;
	width: 300px;
	background: #FCFCFA;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}
.open nav {
	left: 0;
	opacity: 1;
}
nav .inner {
	padding: 2.5em 1em 1.8em;
}
nav .inner ul {
	list-style: none;
}
nav .inner ul li {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ADADAD;
}
nav .inner ul li a {
	display: block;
	color: #595959;
	font-size: .9em;
	padding: 1em .2em;
	text-decoration: none;
	transition-duration: 0.2s;
}
nav .inner ul li a:hover {
	background: #C7BFA9;
}

p.nav-menu-title {
	color: #595959;
	margin: 1.5em 0 -.2em 0;
	font-size: .8em;
}

.toggle_btn {
	display: block;
	position: fixed;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #595959;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 4px;
}
.toggle_btn span:nth-child(2) {
	top: 14px;
}
.toggle_btn span:nth-child(3) {
	bottom: 4px;
}
.nav-menu {
	position: fixed;
	top: 38px;
	color: #595959;
	font-size: .7em;
	font-weight: 600;
}

.open .toggle_btn span {
	background-color: #595959;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
.open .nav-menu {
	opacity: 0;
}

#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}

/* SNS btn02 start */
.sns_btn02-parent {
	display: flex;
}
.sns_btn02-wrap {
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 1.5em .5em 0 0;
}
.fb_btn02, .insta_btn02, .tw_btn02{
	color: #FCFCFA;
	border-radius: 25px;
	position: relative;
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;/*中身を中央寄せ*/
	line-height: 40px;/*高さと合わせる*/
	background: #858585;
	text-decoration :none;
	margin-right: .1em;
}
.fb_btn02 .fa-facebook-f {
	font-size: 22px;
	position: relative;
	top: 0px;
	left: 0px;
}
.insta_btn02 .fa-instagram {
	font-size: 24px;
	position: relative;
	top: 0px;
	left: .5px;
}
.tw_btn02 .fa-twitter {
	font-size: 20px;
	position: relative;
	top: -1px;
	left: .5px;
}

.fb_btn02:hover {
	background: #3C5A99;
	transition: .5s;
}

.insta_btn02:hover {
	position: relative;/*相対配置*/
	display: inline-block;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	overflow: hidden;/*はみ出た部分を隠す*/
	transition: .5s;
	width: 35px;
	height: 35px;
}

.insta_btn02:hover:before{/*グラデーションを重ねるため*/
	content: '';
	position: absolute;/*絶対配置*/
	top: 16px;/*ずらす*/
	left: -8px;/*ずらす*/
	width: 35px;/*グラデーションカバーの幅*/
	height: 35px;/*グラデーションカバーの高さ*/
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.tw_btn02:hover {
	background: #1DA1F2;
	transition: .5s;
}

.banner-parent {
	margin: 1.5em 0 0;
}
img.ss-banner-02 {
	width: 100%;
}

/* SNS btn02 end *//* ハンバーガーメニュー end */

/*============
header end
=============*/


#main {
	position: relative;
	margin: 0 auto 2em;
	background: #FCFCFA;
}
@media screen and ( min-width : 900px ){ /* PC lg */
	#main {
		padding: 1.8em 0 2em;
		width: 88% ;
		max-width: 1000px;
	}
}
@media screen and (min-width: 601px) and (max-width: 899px) { /* PC sm */
	#main {
		padding: 1.8em 0 2em;
		width: 90%;
		max-width: 800px;
	}
}
@media screen and (max-width: 600px){ /* SP */
	#main {
		padding: 1em 0 2em;
		width: 90%;
	}
}

h1 { /*ページタイトル*/
	font-size: 18px;
	border-bottom: 4px solid #ccc;
	font-weight : 400;
	color: #595959;
	padding: 0 0 2px 0;
}
h3 { /*センタリングタイトル*/
	position: relative;
	margin: 2.5em auto 1.2em;
	text-align: center;
	font-weight: 600;
	font-size: 18px
}
h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 10vw;
	max-width: 60px;
	height: 1.2vw;
	max-height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C7C7C7;
	border-radius: 2px;
}
h4 { /*媒体資料 個別タイトル*/
	font-size: 16px;
	color: #595959;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: -10px;
}
h4 span{
	font-size: .7em;
}
h6 { /*縦ラインタイトル*/
	font-weight: 400;
	padding: 0 0 0 .6em;
	margin: 0 0 .7em 0;
	font-size: 16px;
	color: #595959;
}
.fa-minus {
	font-size: 1.2em;
	margin: 0 .1em 0 -.8em;
	transform: rotate( 90deg );
	color: #C7C7C7;
	position: relative;
	top: 2px;
}
body, p, li { /*本文*/
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	padding: 15px 0 8px 0;
	font-weight : 400;
	line-height: 1.8em;
	color: #595959;
 }
body {
	padding: 0;
	margin: 0;
}
@media (min-width: 600px) {
	h1 {
		font-size: calc(18px + ((1vw - 6px)*2));
	}
	h3 {
		font-size: calc(18px + ((1vw - 6px)*4.66));
		font-weight: 400;
	}
	h3:before {
		bottom: -16px;
	}
	h4 {
		font-size: calc(16px + ((1vw - 6px)*4.66));
		font-weight: 400;
	}
	h6 {
		font-size: calc(16px + ((1vw - 6px)*1.33));
	}
	body, p, li {
		font-size: calc(14px + ((1vw - 6px)*0.66));
	}
}
@media (min-width: 900px) {
	h1 {
	    font-size: 24px;
	}
	h3 {
		font-size: 32px;
		font-weight: 300;
	}
	h3:before {
		bottom: -22px;
	}
	h4 {
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 0;
	}
	h6 {
		font-size: 20px;
	}
	body, p, li {
		font-size: 16px;
	}
}

p.note {
	font-size: .9em;
	padding: 5px 0 10px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
p.note-02 {
	font-size: .9em;
	padding: 0px 0 10px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.midashi-01, .midashi-03, .midashi-04 {
	font-size: 1.4em;
	font-weight: 400;
	margin: 15px 0 -.6em 0;
}
.midashi-02 {
	font-size: 1.1em;
	padding: 0 0 8px;
}
.midashi-03 {
	margin: 5px 0 -.6em 0;
}
.midashi-04 {
	margin: 0px 0 -.6em 0;
}
span.marker {
	background:-webkit-linear-gradient(transparent 65%, #CDC5B9 65%);
	background:-o-linear-gradient(transparent 65%, #CDC5B9 65%);
	background:linear-gradient(transparent 65%, #CDC5B9 65%);
}
span.small {
	font-size: .8em;
}
li.bull {
	padding: 0;
	margin: .4em 0 .2em 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
li.bull-02 {
	padding: 0;
	margin: .2em 0 .1em 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.space-b15 {
	margin-bottom: 1.5em;
}
.space--0505 {
	margin: -.5em 0 -.5em 0;
}
.space-b-10 {
	margin-bottom: -1em;
}
.space-b-05 {
	margin-bottom: -.5em;
}
.space-b-0 {
	margin-bottom: 0;
}
.space-0 {
	margin-top: 0;
}
.space-10 {
	margin-top: 1em;
}
.space-20 {
	margin-top: 2em;
}
.space-30 {
	margin-top: 3em;
}
.space-35 {
	margin-top: 3.5em;
}
.space-rec {
	padding: 3em 0 0 ;
	margin-bottom: -.5em;
}
@media only screen and (min-width: 601px){
	.pc-space-10 {
		margin-top: 1em;
	}
	.pc-space-40 {
		margin-top: 4em;
	}
}
@media only screen and (max-width: 600px){
	.sp-space-20 {
		margin-top: 2em;
	}
	.sp-space-b--05 {
		margin-bottom: -.5em;
	}
	.space-rec {
		margin-top: 0;
		padding: 30px 0 0;
		margin-bottom: -.8em;
	}
}


@media only screen and (min-width: 900px){ /* PC lg */
	h2 { /* 新着情報 媒体タイトル */
		font-size: 2.2em;
		color: #5A5A5A;
		font-weight: 500;
		padding-bottom: .1em;
	}
	h2 span {
		display: block;
		margin-bottom: -.3em;
		color: #595959;
		font-size: .5em;
		font-weight: 400;
	}
}

@media screen and (min-width: 601px) and (max-width: 899px) { /* PC sm */
	h2 { /* 新着情報 媒体タイトル */
		font-size: 2.2em;
		color: #5A5A5A;
		font-weight: 500;
		padding-bottom: .1em;
		line-height: 1.2em;
	}
	h2 span {
		display: block;
		margin-bottom: -.3em;
		color: #595959;
		font-size: .5em;
		font-weight: 400;
	}
}

@media screen and (max-width: 600px){ /* SP */
	h2 { /* 新着情報 媒体タイトル */
		text-align: center;
		font-size: 1.4em;
		color: #5A5A5A;
		font-weight: 500;
		padding-bottom: .6em;
		line-height: 1.2em;
	}
	h2 span {
		display: block;
		margin-bottom: .1em;
		color: #595959;
		font-size: .7em;
		font-weight: 400;
	}
}

p.nav-p {
	font-size: 1.3em;
	font-weight: 300;
}

/* 新着情報 start */
.topics {
	margin: 2em auto;
	padding: 10px 0 20px;
	width: 90%;
	max-width: 850px;
	position: relative;
	border: solid 1px #595959;
}
span.topics-t {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 12px;
    line-height: 1;
    font-size: 19px;
    background: #FCFCFA;
    color: #595959;
    font-weight: 500;
}
span.akaji {
    color: #A40000;
    font-weight: 600;
	letter-spacing: .005em;
}
span.topics-tax {
	font-size: .8em;
}
.topics-cfec{
	margin: 0 0 1.2em;
}
.topics-youtube {
	margin: 0 0 0.5em;
}
.topics-youtube-sp {
	magin-top:-10;
}
.topics-cfec-title {
	color: #A40000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 0;
}
.topics-youtube-title {
	color: #A40000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 0;
	line-height: 125%;
	margin-bottom: 0em ;
}
@media (min-width: 600px) {
	.topics-youtube-title {
		font-size: calc(16px + ((1vw - 6px)*3.33));
	}
	.topics-youtube {
	margin: 1.3em 0 0.5em;
}
}
@media (min-width: 900px) {
	.topics-youtube-title {
		font-size: 26px;

	}
	.topics-youtube {
	margin: 1.3em 0 0.5em;
}
}
.otoiawaseyoutube {
	text-align:right;
	color: #A40000;
	font-size: 0.8em;
	margin: -.5em 0 .5em 0;
}	
.otoiawaseyoutube a {
	color: #A40000;
	}
.top-ss-flex {
	display: flex;
	flex-wrap: nowrap;
	margin: 1.2em 0 0 0;
	padding: 0 2.5em;
}
.ss-top-ph {
	width: 260px;
	text-align: center;
}
.ss-top-ph img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;	
}
.ss-top-item {
	padding: 0 0 0 1em;
	width: 100%;
}
.ss-top-item-youtube {
	padding: 0 0 0 0;
	width: 85%;
	margin: 0 auto;
}
.ss-type {
	width: 80px;
	background: #a40000;
	margin: 0 0 .3em;
	color: #FCFCFA;
	font-size: .7em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
}
.ss-type-cf {
	width: 160px;
}
.topics-cfec-item {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.3em;
	padding: 0;
}
.ss-top-main {
	margin: .5em 0;
	color: #595959;
	font-size: .9em;
	line-height: 1.5em;
	letter-spacing: -0.05em;
}
.ss-top-main-youtube {
	margin: 0 0 .5em 0;
	color: #595959;
	font-size: .97em;
	line-height: 1.em;
	letter-spacing: 0.067em;
}
.youtube-tn-parent {
    justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.youtube-tn {
	width: 29%;
   	margin-right: 6.5%;
	height: 100%;
}
.youtube-tn:nth-child(3n) {
    margin-right: 0;
}
.youtube-tn-img {
	max-width: 100%;
	height: auto;
}
.youtube-tn-sp {
	width: 100%;
}
.youtube-tn-sp img {
	 width: 100%;
}

span.main-red {
	color: #a40000;
	font-weight: 600;
}
.ss-top-item a {
	display: inline-block;
	transition: .4s;
	font-size: .9em;
	font-weight: 400;
	margin: 4px 0 12px;
	padding: .5em 3.5em;
	text-decoration: none;
	color: #E69BB2;
	border: solid 1px #E69BB2;
	border-radius: 4px;
}
.ss-top-item a:hover {
	background: #E69BB2;
	color: #FCFCFA;
}
.ss-link {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	margin: 2em 0 0;
	padding: 0 2em;
}
.ss-link img {
	width: 96%;
	max-width: 300px;
}

@media screen and (min-width: 601px) and (max-width: 900px) {
	.topics {
		width: 90%;
		max-width: 750px;
	}
	.ss-link {
		margin: 1em 0 0;
	}
	.ss-top-item-youtube {
	padding: 0 0 0 0;
	width: 90%;
	margin: 0 auto;
}
}
@media screen and ( max-width : 600px ){
	.topics {
		padding: 10px 0 15px;
		width: 100%;
	}
	span.topics-t {
		font-size: 15px;
		top: -8px;
	}
	.topics-cfec-title {
		font-size: 1.2em;
	}
	.top-ss-flex {
		flex-wrap: wrap;
		margin: 1.2em 0 0 0;
		padding: 0 1.5em;
	}
	.ss-top-ph {
		width: 100%;
	}
	.ss-top-item {
		padding: 1em 0 0 0;
		width: 100%;
	}
	.ss-top-main {
		font-size: 1em;
	}
	.ss-top-item a {
		font-size: 1em;
		padding: 1em 0;
		width: 100%;
		text-align: center;
	}
	.ss-link {
		flex-wrap: wrap;
		margin: .5em 1.5em 0;
		padding: 0;
	}
	.ss-link img {
		width: 100%;
	}
	.ss-top-item-youtube {
	padding: 0 0 0 0;
	width: 90%;
	margin: 0 auto;
}
}
/* 新着情報 end */

/* TOP BOX start */
.top-box-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 2em auto;
	width: 100%;
	max-width: 850px;
	justify-content: center;
}

.top-box-item {
	padding: 1.2em 1.5em;
    margin: 1em 4% .8em 0;
	font-size: 1.02em;
	line-height: 130%;
    color: #565656;
    background: #8E816C;
    box-shadow: 0 0 0 10px #8E816C;
    border: solid 1px #FCFCFA;
    border-radius: 4px;
	width: 39.8%;
}
.top-box-item a, .top-box-item a:hover {
	color: #FCFCFA;
}
.top-box-item:nth-child(2n) {
	margin-right: 0;
}
.top-box-item:nth-child(2n+1):last-child {
	margin-left: 50%;
	margin-right: 0;
}
.no-box {
	padding: 0;
    margin: .8em 0 0 0;
	font-size: 1.02em;
    background: #FCFCFA;
    box-shadow: none;
    border: 0;
    border-radius: 0px;
	width: 50%;
}
.top-box-item span::before {
	content: "\A";
	white-space: pre;
}

@media screen and (min-width: 701px) and (max-width: 899px) { /* PC sm */
	.top-box-item {
		font-size: 1.85vw;
	}
}
@media screen and (max-width: 700px){ /* SP */
	.top-box-item, .top-box-item:nth-child(2n), .top-box-item:nth-child(2n+1):last-child {
		margin: .8em auto;
		width: 100%;
		max-width: 450px;
		font-size: 1.2em;
	}
	.top-box-item span::before {
		content: none;
	}
	.no-box {
		margin: .8em 0 1.5em 0;
	}
	.top-box-item:nth-child(1) {
		order: 1; 
	}
	.top-box-item:nth-child(2) {
		order: 3; 
	}
	.top-box-item:nth-child(3) {
		order: 2; 
	}
	.top-box-item:nth-child(4) {
		order: 4; 
	}
	.top-box-item:nth-child(5) {
		order: 5;
	}
	.top-box {
		cursor: pointer;
		padding: 1.2em 0em;
		background: #8E816C;
		border: solid 1px #FCFCFA;
		border-radius: 4px;
		text-align: center;
	}
}
/* TOP BOX end */

/* ホバーgoldリンク　start */
.no-box a, .btn-05 {
	color: #595959;
	transition: all .3s;
	padding: 0 2px;
}
.no-box a:hover, .btn-05:hover {
  color: #FCFCFA;
  background-color: #8E816C;
}


#top-box-flex li.feature-link {
	width: 42%;
	padding: 0 .6em;
	margin: 0em .6em .8em .2em;
	border-radius: 0px;
	line-height: -2em;
	background: #FCFCFA;
}


/* 特集記事リンク　end */

/* 会社案内 start */
.company-flex, .company-flex-top {
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0;
	padding: 0;
}
.company-flex-top {
	margin-top: 30px;
}
.company-flex-box:nth-child(1) {
	font-size: .95em;
	color: #858585;
	width: 100%;
	max-width: 150px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.company-flex-box:nth-child(2) {
	flex: 1;
	min-width: 250px;
}
.company-flex-box li {
	padding: 0;
	margin: .2em 0 .1em 0;
	padding-left: 2px;
	text-indent: 0;
}
@media screen and ( max-width : 600px ){
	.company-flex-top {
		margin: 15px 0 5px;
	}
	.company-flex {
		margin: 15px 0 5px;
	}	
}
/* お問い合わせバナー start */
.btn-bn,
a.btn-bn,
button.btn-bn {
	font-size: 1.2em;
	font-weight: 300;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 365px;
	color: #595959;
	border: solid 1px #595959;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}


a.btn-inquiry {
	overflow: hidden;
	padding: .6em 0;
	color: #595959;
	background: #FCFCFA;
}
a.btn-inquiry span {
  position: relative;
}
a.btn-inquiry:hover {
	color: #FCFCFA;
}
a.btn-inquiry:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 800%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #8E816C;
}
a.btn-inquiry:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

}
/* お問い合わせバナー end */
/* 会社案内 end */

/* 問い合わせ ここから */
.ss-entry {
	width: 240px;
}
/* 問い合わせ ここまで */


/* Media Guide start */
h6.space-mg {
	margin-top: 25px;
}
.btn-04 a { /* 媒体資料一括ダウンロード */
	display: inline-block;
	padding: .8em 2em;
	text-align: center;
	text-decoration: none;
	color: #E69BB2;
	border: solid 1px #E69BB2;
	border-radius: 4px;
	transition: .4s;
	font-weight: 400;
	margin: 0 0 35px;
	font-size: .9em;
	line-height: 120%;
}
.btn-04 a:hover {
	background: #E69BB2;
	color: #FCFCFA;
}
.fa-download{
	font-size: 1.1em;
	margin-left: .5em;
}
.mg-dl-solo {
	text-align: center;
	margin: 2em 0 2.5em;
}
@media screen and (max-width: 600px) {
	h6.space-mg {
		margin-top: 10px;
		margin-bottom: -3px;
	}
	h6.space-other {
		margin-top: 30px;
	}
	.btn-04 a {
		width: 90%;
		padding: .8em 5%;
		margin: 5px 0 0;
	}
	.mg-dl-solo {
		margin: 0 0 2.5em;
	}
}
@media screen and ( min-width : 601px ){
	.mg-flex {
	    justify-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		margin: 15px 0 8px;
	}
	.mg {
		width: 30.2%;
	    margin-right: 1%;
		margin-bottom: 1%;
		cursor: pointer;
		border: solid 1px #929292;
		padding: 1% 1% .3%;
	}
	.mg:nth-child(3n) {
		margin-right: 0;
	}
	.mg img {
	width: 100%;
	height: auto;
	}
	p.media-guide-dl {
		font-size: .9em;
		color: #2C78E3;
		line-height: 1em;
	}
}
@media screen and (max-width: 600px){ /* SP */
	.mg-flex {
		justify-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		margin: 10px 0 0;
	}
	.mg {
		width: 45%;
	    margin-right: 2%;
		margin-bottom: 2%;
		cursor: pointer;
		border: solid 1px #929292;
		padding: 1.5% 1.5% 0;
	}
	.mg:nth-child(2n) {
		margin-right: 0;
	}
	.mg img {
	max-width: 100%;
	height: auto;
	}
	p.media-guide-dl {
		font-size: .85em;
		color: #2C78E3;
		line-height: 1em;
	}
}

/* media guide 個別 start */
.flexbox-mg-solo {
	display: flex;
	margin: 3em auto 2em;
}
.flex-mg-solo-box:nth-child(1) {
	width: 100%;
    max-width: 300px;
	text-align: center;
}
.flex-mg-solo-box:nth-child(2) {
    flex: 1;
	margin: 0 0 0 30px;
}
.flexbox-mg-solo img {
    width: 100%;
}	
.flexbox-mg-solo thumbnail {
	text-align: center;
	color: #595959;
	font-size: 1em;
}
.flexbox-mg-data {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
	justify-content: flex-start;
}
.flex-mg-data-box:nth-child(1) {
	margin: 0 35px 20px 0;
}
.flex-mg-data-box p {
	font-size: .9em;
	padding: 0 0 2px;
}
.flex-mg-data-child, .flex-mg-data-child-top {
	display: flex;
	margin: .2em 0 0;
	width: 100%;
}
.flex-mg-data-child-top {
	color: #858585;
	font-weight: 500;
}
.flex-mg-child-box-1, .flex-mg-child-box-2 {
	font-size: 12px;
	line-height: 120%;
	padding: 2px 0;
}
.flex-mg-child-box-1:nth-child(1) {
	width: 80px;
}
.flex-mg-child-box-2:nth-child(1) {
	width: 110px;
}
.flex-mg-child-box-1:nth-child(2), .flex-mg-child-box-2:nth-child(2)  {
	flex: 1;
}
@media screen and ( max-width : 952px ){
	.flex-mg-data-box:nth-child(1) {
		background: #fff;
		padding: 5px 10px 10px;
		margin: 0 0 5px;
		width: 100%;
	}
	.flex-mg-data-box:nth-child(2) {
		background: #fff;
		padding: 5px 10px 10px;
		margin: 5px 0;
		width: 100%;
	}
}
@media screen and ( max-width : 600px ){
	.flexbox-mg-solo {
		display: flex;
		margin: 20px auto 25px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.flex-mg-solo-box:nth-child(1) {
		margin-bottom: 20px;
	}
	.flex-mg-solo-box:nth-child(2) {
	    flex: 1;
		margin: 0;
		min-width: 250px;
	}
	.flex-mg-data-box:nth-child(1) {
		background: #fff;
		padding: 5px 10px 10px;
		margin: -10px 0 5px;
		width: 100%;
	}
	.flex-mg-data-box:nth-child(2) {
		background: #fff;
		padding: 5px 10px 10px;
		margin: 5px 0;
		width: 100%;
	}
}

.flex-mg-chef {
	display: flex;
	width: 100%;
	margin: 3em auto 4em;
}
.flex-mg-chef-box {
	width: 31.3%;
	text-align: center;
	margin-right: 3%;
	line-height: 110%;

}
.flex-mg-chef-box:nth-child(3) {
	margin-right: 0;
}
.flex-mg-chef-box img {
	width: 100%;
	margin-bottom: 10px;
}
.flex-mg-chef-box thumbnail {
	text-align: center;
	font-size: 1em;
}
.mg-chef-box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.space-chef {
	text-align: left;
}
@media screen and ( max-width : 600px ){
	.flex-mg-chef {
		margin: 1.2em auto;
	}
	.flex-mg-chef-box img {
		margin-bottom: 3px;
	}
	.flex-mg-chef-box thumbnail {
		font-size: .8em;
	}
}


.mg-sample {
	display: flex;
	margin: 2em 0 0 0;
	flex-wrap: wrap;
}
.mg-sample img {
	width: 49%;
	min-width: 250px;
	height: 100%;
	margin-right: 2%;
}
.mg-sample img:nth-child(2) {
	margin-right: 0;
}
@media screen and ( max-width : 600px ){
	.mg-sample {
		margin-top: 0;
	}
	.mg-sample img {
		width: 100%;
		margin: 0 0 10px;
	}
	.space-chef {
		margin-bottom: 20px;
	}
}


.mg-sample-fw {
	display: flex;
	margin: 2em 0 0 ;
	flex-wrap: wrap;
}

.mg-sample-fw-box:nth-child(1) { /* 見開き+1P+1Pの場合 */
	width: 48%;
	height: 100%;
	margin-right: 2%;
	min-width: 300px;
}
.mg-sample-fw-box:nth-child(2) {
	width: 24%;
	height: 100%;
	margin-right: 2%;
}
.mg-sample-fw-box:nth-child(3) {
	width: 24%;
	margin-right: 0;
}
.mg-sample-fw-box img {
	width: 100%;
}

.mg-sample-fw-box-1p { /* すべて1Pの場合 */
	width: 24.5%;
	height: 100%;
	margin-right: .5%;
}
.mg-sample-fw-box-1p:nth-child(4) {
	margin-right: 0;
}
.mg-sample-fw-box-1p img {
	margin-bottom: 10px;
	width: 100%;
}
@media screen and ( max-width : 600px ){
	.mg-sample-fw { /* 見開き+1P+1Pの場合 */
		margin-top: 0;
	}
	.mg-sample-fw-box:nth-child(1) {
		width: 100%;
		height: 100%;
		margin-right: 0%;
	}
	.mg-sample-fw-box:nth-child(2) {
		width: 49%;
		height: 100%;
		margin-right: 2%;
	}
	.mg-sample-fw-box:nth-child(3) {
		width: 49%;
		margin-right: 0;
	}
	
	.mg-sample-fw-box-1p { /* すべて1Pの場合 */
		width: 49%;
		height: 100%;
		margin-right: 2%;
	}
	.mg-sample-fw-box-1p:nth-child(2n) {
		margin-right: 0;
	}
	.mg-sample-fw-box-1p img {
		width: 100%;
	}
}

.media-guide-dl-wrap {
}
a.media-guide-dl {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.media-guide-dl::after {
  position: absolute;
  bottom: -.1em;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2C78E3;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.media-guide-dl:hover::after {
  width: 100%;
}
p.mg-other-title {
	font-size: 1em;
	position: relative;
	margin-bottom: 1.8em;
	text-align: center;
}

p.mg-other-title:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #858585;
  border-radius: 2px;
}

.media-guide img {
	width: 100%;
	height: 100%;
}

.media-guide:hover, .media-guide-p:hover, .menu-content:hover, .mg:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


.fw-margin {
  margin: 3em 1em 2em;
}
.flex-mg-solo-item4 { /* fw */
    width: 100%;
	max-width: 42em;
	margin: 0 auto 0 2em;
}






.mg-sample-ph-fw{
	width: 46%;
	height: 100%;
}
.mg-sample-ph-1p{
	width: 23%;
	height: 100%;
}
.mg-cover{ /* chef */
	display: flex;
	margin: 0 4em 2em 4em;
	justify-content: space-between;
}
.mg-cover-ph { /* chef */
    width: 33.3%;
	text-align: center;
	margin: 0 1.5em;
}
.chef-cover{ /* chef */
	text-align: center;
	color: #595959;
	font-size: 1em;
	line-height: .3em;
}
table.mg-data, table.mg-price{
	border: 0;
	color: #595959;
	margin: 0 1em 0 0;
	padding-bottom: .5em;
	min-width: 100%;
	line-height: .85em;
}
table.mg-data{
	width: 12em;
}
table.mg-price{
	width: 13em;
}
table.mg-data th, table.mg-price th{
	color: #595959;
	font-size: .8em;
	font-weight: 400;
	padding-bottom: .2em;
	text-align: left;
}
table.mg-data tr, table.mg-price tr{
}
table.mg-data td, table.mg-price td{
	font-size: .75em;
	padding: .4em 0em 0em 0em;
}
.title-wide01 {
	width: 6.5em;	
}
.title-wide02 {
	width: 10.5em;	
}
.main-wide01, .main-wide02 {	
}


/* media guide 個別 end */

/* Media Guide end */

/* 特集記事 start */
@media screen and ( min-width : 1100px ){ /* PC lg */
.feature-card-flex {
    justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0px 50px 0px;
}

.feature-card {
	width: 23.5%;
	background-color: #fff;
    margin-right: 2%;
	margin-bottom: 1.4em;
	box-shadow: 0 1px 5px #ccc;
	height: 100%;
	cursor: pointer;
}

.feature-card:nth-child(4n) {
    margin-right: 0;
}

.feature-card-img {
  max-width: 100%;
  height: auto;
}
.feature-card-content {
  padding: 20px 18px 5px 18px;
}
.feature-card-title {
	font-size: 1.4em;
	margin: -1.6em 0em -0.4em 0px;
	text-align: center;
	color: #595959;
}
.feature-card-text {
	color: #595959;
	font-size: .8em;
	line-height: 1.4em;
	border-top: 1px solid #eee;
}
}

@media screen and (min-width: 770px) and (max-width: 1099px) { /* PC sm1 */
.feature-card-flex {
    justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0px 50px 0px;
}

.feature-card {
	width: 31%;
	background-color: #fff;
    margin-right: 3.5%;
	margin-bottom: 1.4em;
	box-shadow: 0 1px 5px #ccc;
	height: 100%;
	cursor: pointer;
}

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

.feature-card-img {
  max-width: 100%;
  height: auto;
}
.feature-card-content {
  padding: 20px 25px 5px 25px;
}
.feature-card-title {
	font-size: 2.2vw;
	margin: -1.6em 0em -0.4em 0px;
	text-align: center;
	color: #595959;
}
.feature-card-text {
	color: #595959;
	font-size: .8em;
	line-height: 1.4em;
	border-top: 1px solid #eee;
}
}

@media screen and (min-width: 476px) and (max-width: 769px) { /* PC sm2 */
.feature-card-flex {
    justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0px 50px 0px;
}

.feature-card {
	width: 48%;
	background-color: #fff;
    margin-right: 4%;
	margin-bottom: 1.4em;
	box-shadow: 0 1px 5px #ccc;
	height: 100%;
	cursor: pointer;
}

.feature-card:nth-child(2n) {
    margin-right: 0;
}

.feature-card-img {
  max-width: 100%;
  height: auto;
}
.feature-card-content {
  padding: 20px 25px 5px 25px;
}
.feature-card-title {
	font-size: 3.2vw;
	margin: -1.6em 0em -0.4em 0px;
	text-align: center;
	color: #595959;
}
.feature-card-text {
	color: #595959;
	font-size: .8em;
	line-height: 1.5em;
	border-top: 1px solid #eee;
}
}

@media screen and (max-width: 475px){ /* SP */
.feature-card-flex {
    justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0% 20px 0%;
}

.feature-card {
	width: 48%;
	background-color: #fff;
    margin-right: 4%;
	margin-bottom: 1em;
	box-shadow: 0 1px 5px #ccc;
	height: 100%;
	cursor: pointer;
}

.feature-card:nth-child(2n) {
    margin-right: 0;
}

.feature-card-img {
  max-width: 100%;
  height: auto;
}
.feature-card-content {
  padding: 5px 10px 5px 10px;
}
.feature-card-title {
	font-size: 4.2vw;
	margin: -5vw 0em -.5em 0px;
	text-align: center;
	color: #595959;
}
.feature-card-text {
	color: #595959;
	font-size: 2.6vw;
	line-height: 1.55em;
	border-top: 1px solid #eee;
}
}


/* 特集記事 end */

/* 最高の食卓 TOP start */
.btn-ss a { /* 提案書ダウンロード */
	width: 110%;
	padding: 10% 5%;
	text-align: center;
	text-decoration: none;
	color: #E69BB2;
	border: solid 1px #E69BB2;
	border-radius: 4px;
	transition: .4s;
	font-weight: 400;
	margin: 0;
	font-size: .9em;
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-ss a:hover {
	background: #E69BB2;
	color: #FCFCFA;
}

.btn-ss-1 a { /* 提案書ダウンロード */
	width: 110%;
	padding: 10% 5%;
	text-align: center;
	text-decoration: none;
	color: #E69BB2;
	border: solid 1px #E69BB2;
	border-radius: 4px;
	transition: .4s;
	font-weight: 400;
	margin: 0;
	font-size: .9em;
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 35em;
	margin-top: -15.6em;
}
.btn-ss-1 a:hover {
	background: #E69BB2;
	color: #FCFCFA;
}

.ss-proposal-flex {
	display: flex;
	margin: 50px 0 0;
}
.ss-proposal-flex-1 {
	display: flex;
	margin: 50px 0 0;
}
.ss-proposal-box {
	width: 180px;
	margin-right: 10px;
}
.ss-proposal-box-1 {
	width: 180px;
	margin-right: 100px;
}

.qr-code {
	width: 150px;
	line-height: 90%;
	text-align: center;
	margin-top: 0.2em;
	margin-left: 4em;
	
}

.qr-code img {
	width: 80%;
	padding: 0 10% 3px;
}
.qr-code thumbnail {
	font-size: 12px;
}

.qr-code-1 {
	width: 150px;
	line-height: 90%;
	text-align: center;
	margin-left: 29.8em;
	margin-top: -13.8em;
}

.qr-code-1 img {
	width: 80%;
	padding: 0 10% 3px;
}
.qr-code-1 thumbnail {
	font-size: 12px;
}

.cfec-site-logo {
	width: 80%;
	max-width: 380px;
	margin-top: .9em;
}

@media screen and ( min-width : 1001px ){ /* PC lg */
.ss-flex {
    justify-content: center;
	display: flex;
	margin: 4em 0 1.5em 0;
}
.ss-flex-box {
	width: 42%;
	margin-bottom: 1.2em;
	cursor: pointer;
	border: solid 1px #929292;
	padding: 3% 2.5%;
	margin: auto;
}



.btn-flat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ss-btn-flat,
a.ss-btn-flat,
button.ss-btn-flat {
  font-size: 1.4em;
  font-weight: 300;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

a.ss-btn-flat {
  overflow: hidden;
  color: #595959;
  background: #FCFCFA;
}

a.ss-btn-flat span {
  position: relative;
}

a.ss-btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 550%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #8E816C;
}

a.ss-btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
;
}

.ss-btn-flat:hover {
	color: #FCFCFA;
}	

}


@media screen and (min-width: 601px) and (max-width: 1000px) { /* PC sm */
.ss-flex {
    justify-content: center;
	display: flex;
	margin: 3em 0 0em 0;
}
.ss-flex-box {
	width: 44%;
	margin-bottom: 1.2em;
	cursor: pointer;
	border: solid 1px #929292;
	padding: 3% 2.5%;
	margin: 0 auto;
}
.ss-flex-box:nth-child(3n) {
    margin-right: 0;
}

.ss-btn-flat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


	
.ss-btn-flat,
a.ss-btn-flat,
button.ss-btn-flat {
  font-size: 2.2vw;
  font-weight: 300;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

a.ss-btn-flat {
  overflow: hidden;
  color: #595959;
  background: #FCFCFA;
}

a.ss-btn-flat span {
  position: relative;
}

a.ss-btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 480%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #8E816C;
}

a.ss-btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
;
}
.ss-btn-flat:hover {
	color: #FCFCFA;
}	
}

@media screen and (max-width: 600px){ /* SP */
.ss-flex {
    justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 2em auto -1em auto;
}
.ss-flex-box {
	width: 400px;
	max-width: 90%;
	cursor: pointer;
	border: solid 1px #929292;
	padding: .8em;
	margin: 0 .5em .5em 0;
  font-weight: 300;
  font-size: 1.2em;
	  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.ss-btn-flat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.ss-btn-flat {
  overflow: hidden;
  color: #595959;
  background: #FCFCFA;
}

a.ss-btn-flat span {
  position: relative;
}

a.ss-btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 180%;
  height: 680%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #8E816C;
}

a.ss-btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
;
}
.ss-btn-flat:hover {
	color: #FCFCFA;
}
}

/* 最高の食卓 TOP end */

/* 最高の食卓 販売商品一覧 start */

.bn-rakuten {
	width: 100%;
	max-width: 350px;
}

.ss-item-card-img {
  max-width: 100%;
  height: auto;
}
.ss-item-card-content {
	padding: 5px 15px 0px 15px;
}
.hidden-title {
	overflow: hidden;
	height: 55px;
}
.ss-item-card-title {
	font-size: 13px;
	margin: -1em 0em .4em 0px;
	line-height: 1.4em;
	font-weight: 500;
	color: #595959;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ss-item-line{
	border-top: 1px solid #eee;
	margin: .5em 0 0 0;
}
.ss-item-card-price {
	color: #A40000;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: right;
	margin: .5em 0 0 0;
	font-weight: 700;
	height: 40px;
}
span.motone {
	display: block;
	color: #595959;
	font-size: .6em;
	text-decoration-line: line-through;
	margin: -1.6em 0 -.6em 0;
	font-weight: 400;
}
span.imadake {
	font-size: 60%;
	margin: 0 .4em 0 0;
	vertical-align : middle;
}
p.tax {
	color: #595959;
	font-size: .6em;
	text-align: right;
	margin: -3.2em 0 0 0;
}

@media screen and ( min-width : 1100px ){ /* PC lg */
	.ss-item-card-flex {
	    justify-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.big3-box {
		margin-top: 25px;
	}
	.end-box {
		margin-bottom: 50px;
	}
	.ss-item-card {
		width: 23.5%;
		background-color: #fff;
    	margin-right: 2%;
		margin-bottom: 1.4em;
		box-shadow: 0 1px 5px #ccc;
		height: 100%;
	}
	.ss-item-card:nth-child(4n) {
	    margin-right: 0;
	}
}

@media screen and (min-width: 801px) and (max-width: 1099px) { /* PC sm1 */
	.ss-item-card-flex {
		justify-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.big3-box {
		margin-top: 25px;
	}
	.end-box {
		margin-bottom: 50px;
	}
	.ss-item-card {
		width: 31%;
		background-color: #fff;
		margin-right: 3.5%;
		margin-bottom: 1.4em;
		box-shadow: 0 1px 5px #ccc;
		height: 100%;
		/* cursor: pointer; */
	}
	.ss-item-card:nth-child(3n) {
	 	margin-right: 0;
	}
}

@media screen and (min-width: 530px) and (max-width: 800px) { /* PC sm2 */
	.ss-item-card-flex {
	 	justify-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.big3-box {
		margin-top: 25px;
	}
	.end-box {
		margin-bottom: 50px;
	}
	.ss-item-card {
		width: 48%;
		background-color: #fff;
		margin-right: 4%;
		margin-bottom: 1.4em;
		box-shadow: 0 1px 5px #ccc;
		height: 100%;
		/* cursor: pointer; */
	}
	.ss-item-card:nth-child(2n) {
	    margin-right: 0;
	}
}

@media screen and (max-width: 529px){ /* SP */
	.ss-item-card-flex {
		justify-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.big3-box {
		margin-top: 15px;
	}
	.end-box {
		margin-bottom: 20px;
	}
	.ss-item-card {
		width: 48%;
		background-color: #fff;
		margin-right: 4%;
		margin-bottom: 1em;
		box-shadow: 0 1px 5px #ccc;
		height: 100%;
	}
	.ss-item-card:nth-child(2n) {
	    margin-right: 0;
	}
	.ss-item-card-content {
		padding: 0px 8px 0px 8px;
		height: auto;
	}
	.hidden-title {
		overflow: hidden;
		height: 48px;
	}
	.ss-item-card-title {
		line-height: 1.25em;
	}
	.ss-item-line{
		border: 0;
	}
	.ss-item-card-price {
		margin: .5em 0 0;
		font-size: 17px;
	}
	p.tax {
		font-size: 8px;
		margin: -5em 0 0 0;
	}
}

/* 最高の食卓 販売商品 end */



/*============ 
出店希望者 end
=============*/


/*============
footer start
=============*/
footer {
	margin: 0 auto;
	background: #f4cbd5;
	height: 260px;
	width: 100%;
	bottom: 0;
	position: absolute;
}
#site-map {
	padding: .5em 0 1.5em;
	margin: 0 auto;
	background: #E9E5E2;
}
.site-map-box p {
	margin: 1em 1em .2em;
	padding: 0;
	color: #595959;
	font-weight: 500;
}
.site-map-box li {
	margin: 0em 1em 0em 2.5em;
	list-style: none;
	padding: 5px 0;
}
#bottom {
	padding: .5em 0;
	margin: 0 auto;
}

.btm-f1{ /*フッター文字*/
	font-size: 16px;
	padding: 1.4em 0 .3em 0;
	text-align: center;
	font-weight: 500;

}
.btm-f2{
	font-size: 13px;
	padding: 0 0 5px 0;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1.6em;
}
.btm-f3{
	font-size: 13px;
	color: #333;
	padding: 2em 0 0em 0;
	text-align: center;
	letter-spacing: 0.04em;
}
.btm-f4{
	font-size: 13px;
	padding: 0 0 5px 0;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1.6em;
	color: #2C78E3;
}

.app-btn {
	margin-top: 1.2em;
	text-align: center;
}
.app-btn-content {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 340px;
}
.insta_btn{
	color: #FCFCFA;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 105px;
	text-align: center;/*中身を中央寄せ*/
	font-size: .7em;
	font-weight: 600;
	line-height: 40px;/*高さと合わせる*/
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;/*はみ出た部分を隠す*/
	text-decoration :none;
	margin: 0 5px;
}
.insta_btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn .fa-instagram{
	font-size: 35px;
	position: relative;
	top: 3px;
	left: -1.5px;
}
.insta_btn span {/*テキスト*/
	display:inline-block;
	position: relative;
	transition: .5s;
	top: -5px;
	left: 2.5px;
}
.insta_btn:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.fb_btn{
	color: #FCFCFA;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 100px;
	text-align: center;/*中身を中央寄せ*/
	font-size: .7em;
	font-weight: 600;
	line-height: 40px;/*高さと合わせる*/
	background: #3C5A99;
	text-decoration :none;
}
.fb_btn .fa-facebook-f{
	font-size: 26px;
	position: relative;
	top: 6px;
	left: -3.5px;
}
.fb_btn span {/*テキスト*/
	display:inline-block;
	position: relative;
	transition: .5s;
	top: 1px;
	left: 4px;
}
.fb_btn:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.tw_btn{
	color: #FCFCFA;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 100px;
	text-align: center;/*中身を中央寄せ*/
	font-size: .7em;
	font-weight: 600;
	line-height: 40px;/*高さと合わせる*/
	background: #1DA1F2;
	text-decoration :none;
	z-index: 1;
}
.tw_btn .fa-twitter{
	font-size: 24px;
	position: relative;
	top: 5px;
	left: -5px;
}
.tw_btn span {/*テキスト*/
	display:inline-block;
	position: relative;
	transition: .5s;
	top: 1px;
	left: 3px;
}
.tw_btn:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.fa-envelope{
	font-size: 15px;
}


/*ページトップ　ここから*/
.page-top {
	margin: 0;
	padding: 0;
	display: none;
}
.page-top {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px;
	font-size: 30px;
	display: block;
	background: #f9bbc9;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	color: #FCFCFA;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.move-page-top:hover {
	opacity: 0.75;
	color: #FCFCFA;
	cursor: default; 
}
/*ページトップ　end */

/*============
footer end
=============*/


/* 表示・非表示 */
@media screen and (max-width: 899px){
	.none_sp {
		display: none;
	}
}
@media screen and (min-width: 900px){
	.none_pc {
		display: none;
	}
}
@media screen and (max-width: 600px){
	.none_sp600 {
		display: none;
	}
}
@media screen and (min-width: 601px){
	.none_pc601 {
		display: none;
	}
}



/*============
以下不要？
=============*/

@media screen and (max-width: 768px){
.flexbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.item {
    width: 55%;
}
	
.item2 {
    width: 94%;
	padding: 0px 0px 0px 0px;
}
}

.item {
  padding: 0px 5px 10px 5px;
  text-align: center;
}

p.kakotitle {
	text-align: center;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	font-weight : 300 ;
 }
/* 媒体説明　ここまで */

.flexbox1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0px 60px 60px 60px;
}
.item1_1 {
  width: 30%;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
	
.phlist {
	width: 55%;
}


.btn-01 { /* 詳細購入はこちら */
  display: inline-block;
  padding: 0.6em 1.5em;
  text-decoration: none;
  color: #E69BB2;
  border: solid 1px #E69BB2;
  border-radius: 4px;
  transition: .4s;
  font-weight: 400;
  margin: 5px 0px 0px 0px;
  font-size: 13px;

}

.btn-01:hover {
  background: #E69BB2;
  color: #FCFCFA;
}

.btn-02 { /* 媒体紹介を見る */
  display: inline-block;
  padding: 0.7em 3em;
  text-decoration: none;
  color: #E69BB2;
  border: solid 1px #E69BB2;
  border-radius: 4px;
  transition: .4s;
  font-weight: 400;
  margin: 8px 0px 12px 0px;
  font-size: 13px;

}

.btn-02:hover {
  background: #E69BB2;
  color: #FCFCFA;
}

.item1_2 {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

/* 媒体一覧　ここまで */

/* 採用情報 ここから */
.recruite-title01 {
	margin: auto;
}
.shomei {
	font-size: .9em;
	text-align: right;
}


.fa-chevron-circle-down {
	margin: 0 0 0 1em;
	font-size: .8em;
	color: #C7C7C7;
}
.hover-ac:hover, .fa-chevron-circle-down:hover {
	animation: flash 1s;
}

@media screen and ( min-width : 830px ){ /* PC lg */
	.box-parent-800 {
		position : relative; 
		padding: 0em 0 2em 0;
		margin: -1em auto 2em auto ;
		width: 100% ;
		max-width: 800px;
	}
}

@media screen and (min-width: 601px) and (max-width: 829px) { /* PC sm */
	.box-parent-800 {
		position : relative; 
		padding: 0em 0 2em 0;
		margin: -1em auto 0em auto ;
		width: 100% ;
		max-width: 800px;
	}
}

@media screen and (max-width: 600px){ /* SP */
	.extra-05 {
		margin-top: 1em;
	}
	.box-parent-800 {
		position : relative; 
		padding: 0em 0 2em 0;
		margin: -1em auto 0em auto ;
		width: 100% ;
	}
}




.fa-angle-right {
	margin: 0 .5em;
	font-size: .8em;
}

p.recruit-02 {
	font-size: 1.6em;
	font-weight: 300;
	margin: 2em 0 .6em 0;
	padding: 0 0 0 .8em;
}

.extra-01 {
	line-height: 0em;
}


.extra-04 {
	margin: 0em 0 -1.5em 0;
}

p.recruit-03 {
	font-size: 1.1em;
	font-weight: 400;
	margin: 0em 0 -1em 0;
	color: #595959;
}

p.recruit-08 {
	font-size: 1.1em;
	font-weight: 400;
	margin: .4em 0 -1.2em 0;
	color: #595959;
}
.extra-03 {
	margin: 0em 0 -1.2em 0;
}
span.history-01 {
	margin-right: 2em;
}
.history-02 {
	width: 110px;
	padding: 0;
	vertical-align: top;
}
@media only screen and (max-width: 600px){
	.history-02 {
		width: 100px;
		font-size: .95em;
		margin-top: 1em;
	}
}
p.recruit-05 {
	font-size: 2em;
  position: relative;
  margin-bottom: 1.2em;
	text-align: center;
	font-weight: 300;
}

p.recruit-05:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C7C7C7;
  border-radius: 2px;
}

.recruit-06 {
position: relative;
font-size: 1.6em;
	font-weight: 300;
	padding-left: 2em;
	line-height: 1.6;

}

.recruit-06:before {
position: absolute;
padding: 0;
color: #8E816C;
	font-size: 1em;
font-weight: 700;
left: 0;
top: 12px;
}

.no01:before {
	content: "01";
}
.no02:before {
	content: "02";
}
.no03:before {
	content: "03";
}
.no04:before {
	content: "04";
}
.no05:before {
	content: "05";
}
.no06:before {
	content: "06";
}

p.recruit-07 {
	padding-left: 3.5em;
	margin-top: -1em;
}

.recruit-box-01 {
	margin: 0 0 4em 0;
}

.link-01 {
	color: #595959;
}
.link-01:hover {
	color: #595959;
}

/* 非表示 start */
.hidden_box {
    margin: 0;
    padding: 0;
}

.hidden_box label {
    cursor :pointer;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}
/* 非表示 end */

/* 募集要項 start */

.table-design-03 { /* 会社情報 */
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
	color: #595959;
	margin: 14px 0;
	padding: 0;
}
.t03-midashi {
	padding: 0;
	color: #858585;
	width: 150px;
	font-size: .95em;
	margin: 0;
	vertical-align: middle;
}
.t03-main {
	margin: 0 10px 0 0;
	width: auto;
}
.t03-top {
	padding-top: .4em;
}
@media screen and ( max-width : 600px ){
	.table-design-03 {
		margin: 0px 0 10px;
	}
	.t03-midashi {
		width: 100%;
	}
	.t03-top {
	padding-top: 0;
}
}
.table-design-04 { /* 沿革 */
	display: flex;
	flex-wrap: nowrap;
	font-size: 1em;
	color: #595959;
	margin: 6px 0;
	padding: 0;
}
.t04-midashi {
	padding: 0;
	width: 13%;
	min-width: 105px;
	font-size: .95em;
	margin: 0;
	vertical-align: top;
}
.t04-main {
	margin: 0;
	width: auto;
}
@media screen and ( max-width : 600px ){
	.table-design-04 {
		margin: 0px 0 12px;
		flex-wrap: wrap;
	}
	.t04-midashi {
		width: 100%;
		margin-bottom: -.2em;
	}
	.t04-main {
		margin-top: 0;
	}
}

.table-design-05 { /* 待遇・諸制度 */
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
	color: #595959;
	margin: 24px 0;
	padding: 0;
}
.t05-midashi {
	padding: 0;
	color: #858585;
	width: 150px;
	font-size: .95em;
	margin: 0;
	vertical-align: middle;
}
.t05-main {
	margin: 0 10px 0 0;
	width: auto;
}
.t05-top {
	padding-top: .4em;
}
@media screen and ( max-width : 600px ){
	.table-design-05 {
		margin-top: 1em;
	}
	.t05-midashi {
		width: 100%;
	}
	.t05-top {
	padding-top: 0;
}
}

@media screen and ( min-width : 830px ){ /* PC lg */
.recruit-flex {
    justify-content: center;
	display: flex;
	margin: 4em 0 1.5em 0;
}
.recruit-flex-box {
	width: 28%;
	margin-bottom: 1.2em;
	cursor: pointer;
	border: solid 1px #929292;
	padding: 3% 2.5%;
	margin: 0 auto;
}
.recruit-flex-box:nth-child(3n) {
    margin-right: 0;
}


.btn-flat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-flat,
a.btn-flat,
button.btn-flat {
  font-size: 1.4em;
  font-weight: 300;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

a.btn-flat {
  overflow: hidden;
  color: #595959;
  background: #FCFCFA;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 350%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #8E816C;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
;
}

.entryform-01 {
	width: 450px;
	max-width: 90%;
	margin-bottom: -1.5em;
}
a.entryform-01:before {
	width: 160%;
	height: 860%;
}
.btn-flat:hover, .entryform-01:hover {
	color: #FCFCFA;
}	

}


@media screen and (min-width: 601px) and (max-width: 829px) { /* PC sm */
.recruit-flex {
    justify-content: center;
	display: flex;
	margin: 3em 0 0em 0;
}
.recruit-flex-box {
	width: 29%;
	margin-bottom: 1.2em;
	cursor: pointer;
	border: solid 1px #929292;
	padding: 3% 2.5%;
	margin: 0 auto;
}
.recruit-flex-box:nth-child(3n) {
    margin-right: 0;
}

.btn-flat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-flat,
a.btn-flat,
button.btn-flat {
  font-size: 1.25em;
  font-weight: 300;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

a.btn-flat {
  overflow: hidden;
  color: #595959;
  background: #FCFCFA;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 350%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #8E816C;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
;
}

.entryform-01 {
	width: 450px;
	max-width: 90%;
	margin-bottom: -2.5em;
}
a.entryform-01:before {
	width: 160%;
	height: 1050%;
}
.btn-flat:hover, .entryform-01:hover {
	color: #FCFCFA;
}	
}

@media screen and (max-width: 600px){ /* SP */
.recruit-flex {
    justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 2em auto -1em auto;
}
.recruit-flex-box {
	width: 300px;
	max-width: 90%;
	cursor: pointer;
	border: solid 1px #929292;
	padding: .8em;
	margin: 0 .5em .5em 0;
  font-weight: 300;
  font-size: 1.2em;
	  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.btn-flat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.btn-flat {
  overflow: hidden;
  color: #595959;
  background: #FCFCFA;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 180%;
  height: 700%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #8E816C;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
;
}

.entryform-01 {
	width: 450px;
	max-width: 100%;
	margin-bottom: -1.5em;
}
a.entryform-01:before {
	width: 160%;
	height: 650%;
}
.btn-flat:hover, .entryform-01:hover {
	color: #FCFCFA;
}
}
/* 募集要項 end */

/* 採用情報　ここまで */



/* 書籍制作　ここから */
@media screen and ( max-width : 600px ){
	.message {
		text-indent: 1em;
	}
}
.block-box-01 {
	margin-bottom: 3em;
}


/* 仕様例 start */
.shiyou-sample-parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.shiyou-sample-01, .shiyou-sample-02 {
	width: 388px;
	padding-bottom: 25px;
}
.shiyou-box {
	width: 100%;
	border: solid 1px #C7C7C7;
	margin: .2em 0 .5em 0;
	padding: 8px 15px;
	max-width: 355px;
}
.table-design-01 {
	display: flex;
	font-size: .9em;
	color: #595959;
	margin: 10px 0;
	padding: 0;
}
.t01-midashi {
	width: 140px;
	padding: 0;
	color: #858585;
	font-size: .95em;
	margin: 0;
	vertical-align: middle;
}
.t01-main {
	margin: 0;
	width: auto;
}
.t01-line {
	border-top: solid 1px #C7C7C7;
}
.t01-top {
	padding-top: 10px;
}
@media screen and ( max-width : 600px ){
	.shiyou-sample-01, .shiyou-sample-02 {
		width: 100%;
		padding-bottom: 25px;
		margin: 0;
	}
	.shiyou-box {
		width: 90%;
	}
	.table-design-01 {
		margin: 2px 0;
	}
	.t01-midashi {
		widows: 20%;
		min-width: 120px;
	}
	.t01-main {
		margin: 0;
		width: 80%;
	}
}
/* 仕様例 end */

.table-design-02 { /* 標準価格 */
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
	color: #595959;
	margin: 14px 0;
	padding: 0;
}
.t02-midashi {
	padding: 0;
	color: #858585;
	width: 150px;
	font-size: .95em;
	margin: 0;
	vertical-align: middle;
}
.t02-main {
	margin: 0 10px 0 0;
	width: auto;
}
.t02-top {
	padding-top: .4em;
}
@media screen and ( max-width : 600px ){
	.table-design-02 {
		margin: 2px 0;
	}
	.t02-midashi {
		width: 125px;
	}
	.t02-top {
	padding-top: 0;
}
	
}
/* 書籍制作 */


/* books-list　start */
h1.book-group  {
	color: #595959;
	text-align : center;
	font-size : 18px;
	font-weight : 300;
	padding: 10px 0;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 20px;
}
p.other-mg { 
	font-weight : 500;
	font-size: 17px;
	color: #595959;
	text-align: center;
	padding: 0;
	margin: 25px 0 -10px;
}
p.book-title {
	padding: 0;
	border-bottom: 2px solid #ccc;
	width: 100%;
	margin: 0 auto;
	font-weight : 500;
	font-size: 16px;
	color: #595959;
	line-height: 130%;
}
p.book-title span {
	font-size: 13px;
}
@media (min-width: 600px) {
	h1.book-group {
		font-size: calc(18px + ((1vw - 6px)*4));
	}
	p.other-mg {
		font-size: calc(17px + ((1vw - 6px)*2.33));
	}
	p.book-title {
		font-size: calc(16px + ((1vw - 6px)*3));
	}
	p.book-title span {
		font-size: calc(13px + ((1vw - 6px)*1));
	}
}
@media (min-width: 900px) {
	h1.book-group  {
		font-size : 30px;
		padding: 30px 0 20px;
		margin-bottom: 30px;
	}
	p.other-mg { 
		font-size: 24px;
		margin-bottom: 0;
	}
	p.book-title { 
		font-size: 25px;
	}
	p.book-title span {
		font-size: 16px;
	}
}

.books-list-flex-box:nth-child(1) {
	width: 250px;
	text-align: center;
}
.books-list-flex-box img {
    width: 100%;
	height: auto;
}
.books-list-flex-box:nth-child(2) {
    flex: 1;
	padding-left: 35px;
}

@media screen and (min-width: 781px){
	.books-list-flex {
		display: flex;
		margin: 60px auto 80px;
	}
}
@media screen and (max-width: 780px){
	.books-list-flex {
		flex-wrap: wrap;
		margin: 0 auto 80px;
	}
	.books-list-flex-box:nth-child(1) {
		width: 100%;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
	.books-list-flex-box:nth-child(2) {
	    width: 100%;
		padding: 20px 0 0 0;
	}
}

.buy-flex {
	display: flex;
	flex-wrap: wrap;
}
.buy-flex-box {
	width: 32.3%;
	min-width: 200px;
	margin-right: 1.5%;
}
.buy-flex-box:nth-child(3) {
	margin-right: 0;
}
@media screen and (max-width: 400px){
	.buy-flex-box {
		width: 100%;
		margin: 0;
	}
}

p.buy { /*購入はこちらから*/
	font-size: 14px;
	padding: 20px 0 2px;
	font-weight : 500;
}
.item-otona a {
	width: 80%;
	max-width: 180px;
	display: inline-block;
	padding: 1em .2em;
	text-decoration: none;
	color: #E69BB2;
	border: solid 1px #E69BB2;
	border-radius: 4px;
	transition: .4s;
	font-weight: 400;
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 120%;
}
.item-otona a:hover {
	background: #E69BB2;
	color: #FCFCFA;
}
.btn-02 { /* 詳しくはこちら */
	display: inline-block;
	padding: .5em 3.5em;
	text-decoration: none;
	color: #E69BB2;
	border: solid 1px #E69BB2;
	border-radius: 4px;
	transition: .4s;
	font-weight: 400;
	margin: 3px 0 12px;
	font-size: 14px;
}
.btn-02:hover {
	background: #E69BB2;
	color: #FCFCFA;
}
@media screen and (max-width: 400px){
	.item-otona a {
		padding: .6em .2em;
	}
	.btn-02 {
		width: 100%;
		padding: .7em 0;
		margin: 0;
		text-align: center;
	}
}

/*購入ボタン start*/
.btn-buy {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
	padding: 14px 0px;
	margin: 3px 0px 2px 0px;
	border-radius: 4px;
	position: relative;
}
.btn-buy span {
	position: relative;
	z-index: 1;
}
.btn-buy::before, .btn-buy::after {
	content: "";
	display: block;
	background-color: #FCFCFA;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: .2s;
}
.btn-buy::before {
	left: 0;
}
.btn-buy::after {
	right: 0;
}
.btn-buy:hover:before, .btn-buy:hover:after {
	width: 0;
	background-color: #FCFCFA;
}
.btn-buy:hover {
	color: #FCFCFA;
}
.btn-yodobashi {
	background-color: #FFC100;
	border: 2px solid #FFC100;
	color: #FFC100;
}
.btn-amazon {
	background-color: #D04A60;
	border: 2px solid #D04A60;
	color: #D04A60;
}
.btn-rakuten {
	background-color: #62B951;
	border: 2px solid #62B951;
	color: #62B951;
}
/*購入ボタン end*/

/* 媒体一覧　start */
.flexbox-otona {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0 auto 100px;
	width: 100%;
	max-width: 950px;
}
.item-otona {
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 2.5em;
	padding: 0;
	text-align: center;
}
.item-otona:nth-child(3n) {
    margin-right: 0;
}
.item-otona img {
	width: 95%;
	max-width: 200px;
}
/* 媒体一覧　ここまで */

#sec_magazine, #sec_kkrg, #sec_gkj, #sec_utg, #sec_tokyo, #sec_settai, #sec_chef, 
#sec_formal, #sec_sushi, #sec_fw {
  margin-top: 0px;
  padding-top: 0px;
}

/* FW一覧　ここから */
@media screen and ( min-width : 560px ){ /* PC */
	.fw-info {
		margin: 40px auto 30px;
		width: 100%;
		max-width: 660px;
	}
	.flexbox-fw {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		flex-wrap: wrap;
		margin: 0 auto 60px;
		width: 100%;
		max-width: 950px;
	}
	.item-fw {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2.5em;
		padding: 0;
		text-align: center;
	}
	.item-fw:nth-child(4n) {
		margin-right: 0;
	}
	.item-fw img {
		width: 95%;
		max-width: 160px;
	}
	p.fw-title {
		text-align: center;
		font-weight: 500;
		line-height: 1.2em;
		margin-top: -.7em;
	}
	p.fw-title span {
		display: block;
		font-size: .85em;
		font-weight: 400;
	}
	.item-fw a {
		display: inline-block;
		padding: .3em 2.5em;
		text-decoration: none;
		color: #E69BB2;
		border: solid 1px #E69BB2;
		border-radius: 4px;
		transition: .4s;
		font-weight: 400;
		margin: 0;
		font-size: 13px;
	}
	.item-fw a:hover {
		background: #E69BB2;
		color: #FCFCFA;
	}
}
@media screen and (max-width: 559px){ /* SP */
	.fw-info{
		width: 100%;
		margin: 0 auto;
	}
	.flexbox-fw {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.item-fw {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2em;
		padding: 0;
		text-align: center;
	}
	.item-fw:nth-child(3n) {
	 	margin-right: 0;
	}
	.item-fw img {
		width: 100%;
	}
	p.fw-title {
		text-align: center;
		font-size: .9em;
		font-weight: 400;
		line-height: 1.2em;
		margin-top: -.7em;
	}
	p.fw-title span {
		display: block;
		font-size: .75em;
		font-weight: 400;
	}
	.item-fw a {
		display: inline-block;
		padding: .2em 1.5em;
		text-decoration: none;
		color: #E69BB2;
		border: solid 1px #E69BB2;
		border-radius: 4px;
		transition: .4s;
		font-weight: 400;
		margin: 0;
		font-size: .7em;
	}
	.item-fw a:hover {
		background: #E69BB2;
		color: #FCFCFA;
	}
}
/* FW一覧　ここまで */

/* 目次モーダル　start */
.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity : 0;
  position: fixed;
  z-index: 10; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 100%;
	max-width: 1000px;
	padding: 0px 0px;
	background-color: #fff;
}
.img-mokuji {
	width: 100%;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity : 1;
}

#openModal {
}
.btn-mokuji {
  display: inline-block;
  padding: 0.5em 3.8em;
  text-decoration: none;
  color: #E69BB2;
  border: solid 1px #E69BB2;
  border-radius: 4px;
  transition: .4s;
  font-weight: 400;
  margin: 5px 0px 10px 0px;
  font-size: .9em;
  cursor: pointer;
}
.btn-mokuji:hover {
  background: #E69BB2;
  color: #FCFCFA;
}
@media screen and ( min-width : 601px ){ /* PC */
	.modalWrapper {
		max-height: calc(100vh - 100px);
		overflow-y: auto;
	}
	p.modal-end {
		position: fixed;
		top: -.5em;
		right: .2em;
		margin: 0;
		padding: 0;
		font-size: 3em;
		font-weight: 100;
		color: #595959;
	}
}
@media screen and (max-width: 600px){ /* SP */
	p.modal-end {
		position: fixed;
		top: -1.4em;
		right: .1em;
		margin: 0;
		padding: 0;
		font-size: 3em;
		font-weight: 100;
		color: #fff;
	}
}
/* 目次モーダル　end */

/* books-list　end */