@charset "UTF-8";
/*
* project_name
* main.css
*
*/
/* ------------------------
	Foundation
------------------------ */
html,
body {
	height: 100%;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

/* ------------------------
	Base Settings
------------------------ */
html {
	font-size: 10px;
}

body {
	background-color: #fff;
	letter-spacing: 0.08em; 
	word-wrap: break-word;
	color: #0d0d0d;
	font-family: "Karma", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6875;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
}

a {
	text-decoration: underline;
	color: #262626;

	-webkit-tap-highlight-color: transparent;
}
a:visited {
	color: #262626;
}
a.is-hover {
	text-decoration: none; 
	color: #262626;
}
a:active {
	text-decoration: none; 
	color: #262626;
}
a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}

::-moz-selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

/* ------------------------
	utilities Classes
------------------------ */
.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px; 
	height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto;
	position: static;
	margin: 0;
	width: auto; 
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ------------------------
	余白 調整用class
------------------------ */
.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

/* ------------------------
	text-align 調整用class
------------------------ */
.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.is-hide {
	display: none;
}

/* ------------------------
	float 調整用class
------------------------ */
.f-left {
	float: left;
}

.f-right {
	float: right;
}

a {
	text-decoration: none;
	color: #0d0d0d;
}

/* ------------------------
  Layout
------------------------ */
.l-sidemenu {
	position: fixed;
	z-index: 100; 
	top: 0;
	left: 0;
	padding: 20px;
	width: 192px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
	.l-sidemenu {
		z-index: 10000;
		padding: 0;
		width: 100%;
		height: auto;
	}
}
.l-sidemenu h2 > a {
	display: block;
	overflow: hidden;
	width: 80px;
	height: 20px;
	background-image: url(/assets/img/common/logo_idee.png);
	background-repeat: no-repeat;
	background-position: 16px 0;
	background-size: 50px 40px; 
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
}
.l-sidemenu h2 > a.is-hover {
	opacity: 0.8;
}
@media screen and (max-width: 1024px) {
	.l-sidemenu h2 > a {
		position: absolute;
		top: 10px; 
		left: 10px;
		width: 30px;
		height: 12px;
		background-position: 0 0;
		background-size: 30px 24px;
	}
}
.l-sidemenu h1 > a {
	display: block;
	overflow: hidden;
	margin-top: 30px; 
	width: 100%;
	height: 120px;
	background-image: url(/assets/img/common/logo_lc_3line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120px 120px;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
}
.l-sidemenu h1 > a.is-hover {
	opacity: 0.8;
}
@media screen and (max-width: 1024px) {
	.l-sidemenu h1 > a {
		position: absolute;
		top: 12px;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto; 
		width: 150px;
		height: 20px;
		background-image: url(/assets/img/common/logo_lc_1line.png);
		background-position: 0 0;
		background-size: 150px 40px;
		text-align: center;
		line-height: 50px;
	}
}

.l-main {
	position: relative; 
	padding-bottom: 160px;
	padding-left: 192px;
	min-height: 100%;
}
@media screen and (max-width: 1024px) {
	.l-main {
		padding-top: 44px;
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.l-main {
		padding-bottom: 0;
	}
}

.l-footer {
	position: relative;
	top: -160px;
	height: 0; 
	text-align: center;
	color: #bebebe;
}
@media screen and (max-width: 767px) {
	.l-footer {
		top: 0;
	}
}
.l-footer .body {
	padding-left: 192px; 
	height: 160px;
	background-color: #262626;
}
@media screen and (max-width: 1024px) {
	.l-footer .body {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.l-footer .body {
		height: auto;
	}
}
.l-footer .contents {
	padding-top: 32px;
	height: 64px;
}
@media screen and (max-width: 767px) {
	.l-footer .contents {
		position: relative;
		padding-top: 0;
		padding-bottom: 90px; 
		height: auto;
	}
}
.l-footer .link,
.l-footer .sns {
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.l-footer .link,
	.l-footer .sns {
		display: block;
	}
}
.l-footer .link a,
.l-footer .sns a {
	vertical-align: top;
}
.l-footer .logo {
	display: inline-block; 
	position: relative;
	width: 128px;
	height: 18px;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.l-footer .logo {
		display: block;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 80px;
		height: 80px;
	}
}
.l-footer .logo a {
	display: block;
	overflow: hidden;
	position: relative; 
	top: 5px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/img/common/logo_lc_1line.png);
	background-repeat: no-repeat;
	background-position: 0 -18px;
	background-size: 128px auto;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
}
.l-footer .logo a.is-hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.l-footer .logo a {
		top: 0;
		background-image: url(/assets/img/common/logo_lc_3line_white.png);
		background-position: 0 0; 
		background-size: 80px 80px;
	}
}
.l-footer .link {
	margin: 6px 0 0 10px;
}
@media screen and (max-width: 767px) {
	.l-footer .link {
		margin: 0;
	}
}
.l-footer .link li {
	display: inline-block;
	vertical-align: middle;
}
.l-footer .link li:not(:first-child):before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px; 
	width: 1px;
	height: 14px;
	background-color: #464646;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.l-footer .link li {
		display: block;
		border-bottom: 1px solid rgba(70, 70, 70, 0.6);
	}
	.l-footer .link li:not(:first-child):before {
		display: none;
	}
}
.l-footer .link a {
	display: inline-block;
	padding: 0 14px;
	vertical-align: middle;
	color: #dedede; 
	font-size: 13px; 
	font-size: 1.3rem;
	line-height: 1;
}
.l-footer .link a.is-hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.l-footer .link a {
		display: block;
		padding: 22px 0;
		font-size: 1.5rem;
	}
	.l-footer .link a.is-hover {
		opacity: 1;
		background-color: #393939;
	}
}
.l-footer .sns {
	position: relative;
	top: -3px;
}
@media screen and (max-width: 767px) {
	.l-footer .sns {
		top: 0;
		padding: 10px 0;
	}
}
.l-footer .sns a {
	display: inline-block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	background-image: url(/assets/img/common/icon_sns.svg);
	background-repeat: no-repeat;
	background-size: 64px 96px; 
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
}
.l-footer .sns a.is-hover {
	opacity: 0.6;
}
.l-footer .sns a:nth-child(1) {
	background-position: 0 -64px;
}
.l-footer .sns a:nth-child(2) {
	background-position: -32px -64px;
}
@media screen and (max-width: 767px) {
	.l-footer .sns a {
		margin: 0 8px;
		width: 44px;
		height: 44px;
		background-size: 88px 132px;
	}
	.l-footer .sns a:nth-child(1) {
		background-position: 0 -88px;
	}
	.l-footer .sns a:nth-child(2) {
		background-position: -44px -88px;
	}
}
@media screen and (max-width: 767px) {
	.l-footer .company {
		padding-top: 30px;
		padding-bottom: 10px;
	}
}
.l-footer .company a {
	display: inline-block;
	overflow: hidden;
	margin-top: 20px;
	width: 100px;
	height: 14px;
	background-image: url(/assets/img/common/logo_idee.png);
	background-repeat: no-repeat;
	background-position: center -14px; 
	background-size: 38px auto;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
}
.l-footer .company a.is-hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.l-footer .company a {
		margin-top: 10px;
	}
}
.l-footer .company p {
	margin-top: 12px;
}

/* ------------------------
  Components
------------------------ */
.c-site-title {
	padding-bottom: 35px; 
	border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1024px) {
	.c-site-title {
		position: relative; 
		z-index: 10002;
		padding-bottom: 0;
		width: 100%;
		height: 44px;
		background-color: #fff;
	}
}

.c-global-menu {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.c-global-menu {
		display: none;
		overflow-y: auto;
		position: fixed;
		z-index: 10001;
		top: 0;
		left: 0;
		margin-top: 0;
		padding: 44px 16px 0 16px;
		height: 100%;
		background-color: #fff;
		text-align: center;
	}
}
.c-global-menu .link {
	padding: 20px 0 40px 0;
}
.c-global-menu .link .is-selected a,
.c-global-menu .link .is-selected a:visited
a {
	color: #36578c;
}
.c-global-menu .link li {
	margin: 18px 0 0 0;
}
.c-global-menu .link a {
	display: block;
	box-sizing: content-box;
	margin-right: -20px;
	margin-left: -20px;
	padding: 2px 40px 0 40px;
	transition: 0.3s; 
	color: #0d0d0d;
	font-size: 16px;
	font-size: 1.6rem;
}
.c-global-menu .link a.is-hover {
	position: relative;
	z-index: 1000; 
	background-color: #fff;
	color: #36578c;
}
@media screen and (max-width: 1024px) {
	.c-global-menu .link a {
		margin-right: 0;
		margin-left: 0;
		padding: 2px 0 0 0;
	}
}
.c-global-menu .sns {
	padding: 20px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}
.c-global-menu .sns a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-image: url(/assets/img/common/icon_sns.svg);
	background-repeat: no-repeat;
	background-size: 80px 120px; 
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0;
}
.c-global-menu .sns a.is-hover {
	position: relative;
	z-index: 1000;
}
.c-global-menu .sns a.is-hover:nth-child(1) {
	background-position: 0 -40px;
}
.c-global-menu .sns a.is-hover:nth-child(2) {
	background-position: -40px -40px;
}
.c-global-menu .sns a:nth-child(1) {
	background-position: 0 0;
}
.c-global-menu .sns a:nth-child(2) {
	background-position: -40px 0;
}
@media screen and (max-width: 1024px) {
	.c-global-menu .sns a {
		margin: 0 8px;
	}
}

.c-global-menu-btn {
	display: none;
}
@media screen and (max-width: 1024px) {
	.c-global-menu-btn {
		display: block;
		position: absolute;
		top: 0; 
		right: 0;
		width: 48px;
		height: 44px;
		text-align: center;
		color: #333;
		font-size: 3.6rem;
		line-height: 44px;
	}
}
@media screen and (max-width: 1024px) {
	.c-global-menu-btn .bar {
		position: absolute;
		left: 16px;
		width: 16px;
		height: 2px;
		transition: 0.15s; 
		background-color: #262626;
	}
	.c-global-menu-btn .bar:nth-child(1) {
		top: 14px;
	}
	.c-global-menu-btn .bar:nth-child(2) {
		top: 21px;
	}
	.c-global-menu-btn .bar:nth-child(3) {
		top: 28px;
	}
}
@media screen and (max-width: 1024px) {
	.c-global-menu-btn.is-active .bar:nth-child(1) {
		top: 21px; 
		-webkit-transform: rotate(-45deg); 
		    -ms-transform: rotate(-45deg); 
		        transform: rotate(-45deg);
	}
	.c-global-menu-btn.is-active .bar:nth-child(2) {
		display: none;
	}
	.c-global-menu-btn.is-active .bar:nth-child(3) {
		top: 21px; 
		-webkit-transform: rotate(45deg); 
		    -ms-transform: rotate(45deg); 
		        transform: rotate(45deg);
	}
}

.c-section {
	padding: 50px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-section {
		padding: 35px 0;
	}
}

.c-section-bottom {
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.c-section-bottom {
		padding-bottom: 60px;
	}
}

.c-title {
	letter-spacing: 2.6px; 
	font-size: 26px; 
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
	.c-title {
		letter-spacing: 1.8px;
	}
}

.c-container {
	margin: 0 auto;
	padding: 0 40px; 
	width: 100%;
	max-width: 1040px;
}
@media screen and (max-width: 1024px) {
	.c-container {
		padding: 0 32px;
	}
}
@media screen and (max-width: 767px) {
	.c-container {
		padding: 0 16px;
	}
}
.c-container img {
	width: 100%;
}

.c-pagetop {
	position: absolute;
	z-index: 1001; 
	right: 20px;
	bottom: 180px;
}
@media screen and (max-width: 767px) {
	.c-pagetop {
		right: 16px;
		bottom: 16px;
	}
}
.c-pagetop a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	transition: background-color 0.15s;
	background-color: #333;
	white-space: nowrap;
	text-indent: 100%; 
	font-size: 0;
}
.c-pagetop a:before {
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	width: 9px;
	height: 9px;
	transition: top 0.1s;
	transition: top 0.15s; 
	-webkit-transform: rotate(-45deg); 
	    -ms-transform: rotate(-45deg); 
	        transform: rotate(-45deg);
}
.c-pagetop a.is-hover {
	background-color: #36578c;
}
.c-pagetop a.is-hover:before {
	top: 4px;
}
.c-pagetop.is-fixed {
	position: fixed;
	bottom: 20px;
}

.c-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.c-list {
		display: block; 
		padding: 0;
	}
}
.c-list li {
	margin-top: 25px;
}

.c-list-4 li {
	width: 23.5%;
}
@media screen and (min-width: 1025px) {
	.c-list-4 li {
		max-width: 222px;
	}
}
@media screen and (max-width: 767px) {
	.c-list-4 li {
		width: 100%;
	}
}

.c-list-3:after {
	content: "";
	display: block;
	width: 32%;
}

.c-list-3 li {
	width: 32%;
}
@media screen and (min-width: 1025px) {
	.c-list-3 li {
		max-width: 304px;
	}
}
@media screen and (max-width: 767px) {
	.c-list-3 li {
		width: 100%;
	}
}

.c-list-max {
	margin: 0 auto;
	padding-bottom: 40px; 
	max-width: 1600px;
}
.c-list-max li {
	width: 33.3333333%;
}
@media screen and (max-width: 767px) {
	.c-list-max li {
		width: 100%;
	}
}

.c-card {
	display: block; 
	position: relative;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
.c-card:not(.c-card-nolink) {
	transition: 0.3s;
}
.c-card:not(.c-card-nolink) .picture {
	overflow: hidden; 
	position: relative;
}
.c-card:not(.c-card-nolink) img {
	transition: all 0.5s ease-out;
	background-color: transparent; 

	-webkit-backface-visibility: hidden; 

	        backface-visibility: hidden;
}
.c-card:not(.c-card-nolink).is-hover {
	opacity: 0.9;
	position: relative;
	z-index: 1000;
}
.c-card:not(.c-card-nolink).is-hover img {
	-webkit-transform: scale(1.03, 1.03);
	    -ms-transform: scale(1.03, 1.03);
	        transform: scale(1.03, 1.03);
}
.c-card .c-card_new {
	position: absolute;
	z-index: 100; 
	top: 0;
	left: 0;
	width: 45px;
}
.c-card .c-card_new.is-hidden {
	display: none;
}
.c-card img {
	display: block;
	width: 100%;
	background-color: #000;
}
.c-card .contents {
	width: 100%;
}
@media screen and (min-width: 1025px) {
	.c-card .contents {
		margin: 0 auto; 
		padding: 20px 10px;
	}
}
@media screen and (max-width: 1024px) {
	.c-card .contents {
		padding: 16px 10px;
	}
}
.c-card .c-name {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
@media all and (-ms-high-contrast: none) {
	.c-card .c-name {
		-webkit-font-feature-settings: "pkna";
		        font-feature-settings: "pkna";
	}
}
.c-card .c-name:after {
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
}
.c-card .c-name + .c-name {
	padding-left: 0;
}
.c-card .c-name + .c-name:nth-child(2) {
	padding-left: 10px;
}
.c-card .name {
	letter-spacing: 1.6px; 
	font-size: 16px; 
	font-size: 1.6rem;

	-webkit-font-feature-settings: "palt";

	        font-feature-settings: "palt";
}
@media all and (-ms-high-contrast: none) {
	.c-card .name {
		-webkit-font-feature-settings: "pkna";
		        font-feature-settings: "pkna";
	}
}
@media screen and (max-width: 767px) {
	.c-card .name {
		font-size: 1.8rem;
	}
}
.c-card .pickup-ttl,
.c-card .recipe-ttl,
.c-card .type,
.c-card .no {
	letter-spacing: 1.8px;
}
.c-card .no {
	letter-spacing: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.c-card .no {
		margin-bottom: 8px;
		font-size: 1.3rem;
	}
}
.c-card .date:before {
	content: "|";
	margin-right: 4px; 
	margin-left: 5px;
}
.c-card .pickup-ttl {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem; 
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.c-card .pickup-ttl {
		font-size: 1.3rem;
	}
}
.c-card .pickup-ttl .c-name {
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.c-card .pickup-ttl .c-name {
		display: block;
		line-height: 1.4;
	}
	.c-card .pickup-ttl .c-name + .c-name {
		padding-left: 0;
	}
}
.c-card .type {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 25px;
}
@media screen and (max-width: 767px) {
	.c-card .type {
		font-size: 1.5rem;
	}
}
.c-card .name-en {
	margin-top: 20px;
	font-size: 10px;
	font-size: 1rem;
}
.c-card .data-en {
	font-size: 10px;
	font-size: 1rem;
}
.c-card .url {
	margin-top: 5px;
	font-size: 10px;
	font-size: 1rem;
}
.c-card .url:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	right: 0;
	bottom: 0;
	left: -4px;
	margin: 0px 2px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #464646;
	width: 3px;
	height: 3px;
	transition: right 0.15s;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.c-card .recipe-ttl {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}
@media screen and (max-width: 767px) {
	.c-card .recipe-ttl {
		letter-spacing: 1px; 
		font-size: 1.8rem;
		line-height: 1.6;
	}
}
.c-card .recipe-info {
	margin-top: 10px;
	padding: 0 10px; 
	text-align: left;
	letter-spacing: 1px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.c-card .recipe-info {
		font-size: 1.4rem;
		line-height: 1.7;
	}
}
.c-card .interview-ttl {
	margin-top: 6px;
	letter-spacing: 1.2px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.c-card .interview-ttl {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}

.c-name:after {
	content: "さん";
	vertical-align: baseline;
	letter-spacing: 0; 
	font-size: 0.7em;
}

.c-name + .c-name {
	padding-left: 5px;
}

.c-btn {
	display: inline-block;
}
.c-btn a {
	display: block;
	padding: 2px 6px 0 6px;
	border-radius: 4px;
	width: 100%;
	min-width: 140px;
	transition: background-color 0.15s; 
	background-color: #262626;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
.c-btn a.is-hover {
	background-color: #36578c;
}
@media screen and (max-width: 767px) {
	.c-btn a {
		padding: 3px 6px 0 6px;
	}
}

.c-btn-list a:before {
	content: "";
	display: inline-block;
	position: relative;
	left: 0;
	margin-top: -3px;
	margin-right: 12px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	width: 5px;
	height: 5px;
	transition: left 0.15s; 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
	vertical-align: middle;
}

.c-btn-list a.is-hover:before {
	left: 3px;
}

.c-btn-more {
	margin-top: 40px;
}
.c-btn-more a:before {
	content: "＋";
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 4px; 
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
}

.file-num {
	margin-bottom: 16px;
	letter-spacing: 0.1em;
	font-size: 13px;
	font-size: 1.3rem;
}

.c-heading {
	padding-bottom: 40px; 
	letter-spacing: 0.1em;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}
.c-heading span {
	display: block;
}
.c-heading .c-name {
	display: inline-block;
}
.c-heading .en {
	margin-top: 20px;
	letter-spacing: 1.4px; 
	font-size: 14px; 
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.c-heading .en {
		letter-spacing: 1px; 
		font-size: 1.2rem;
	}
}
.c-heading:after {
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 22px; 
	width: 40px;
	height: 1px;
	background-color: #262626;
}
@media screen and (max-width: 1024px) {
	.c-heading {
		padding: 0 32px 40px 32px;
	}
}
@media screen and (max-width: 767px) {
	.c-heading {
		padding: 0 10px 30px;
		letter-spacing: 1.4px; 
		font-size: 2rem;
	}
}

.c-heading-small {
	font-size: 20px;
	font-size: 2rem;
}

.c-leadtext {
	margin-bottom: 20px;
	letter-spacing: 0.9px; 
	font-size: 13px; 
	font-size: 1.3rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-leadtext {
		text-align: left;
	}
}

.c-breadcrumb {
	background-color: #262626;
}
.c-breadcrumb ul {
	overflow-x: auto;
	margin: 0 auto;
	padding: 3px 40px 2px 40px; 
	max-width: 1040px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.c-breadcrumb ul {
		padding: 3px 16px 0 16px;
	}
}
.c-breadcrumb ul::-webkit-scrollbar {
	height: 3px;
}
.c-breadcrumb ul::-webkit-scrollbar-track {
	border-bottom: 1px solid #dcdcdc; 
	border-radius: 3px;
	background: #f4f4f4;
}
.c-breadcrumb ul::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #555;
}
.c-breadcrumb li {
	display: inline-block;
	padding: 1px 0;
}
.c-breadcrumb li:not(:first-child) {
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.c-breadcrumb li:not(:first-child) {
		margin-left: 4px;
	}
}
.c-breadcrumb li:not(:first-child):before {
	content: "";
	display: inline-block;
	position: relative;
	left: 0;
	margin: -2px 16px 0 0px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	width: 5px;
	height: 5px;
	transition: left 0.15s;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.c-breadcrumb li:not(:first-child):before {
		margin-right: 6px;
		width: 4px;
		height: 4px;
	}
}
.c-breadcrumb span,
.c-breadcrumb a {
	display: inline-block;
	padding: 3px 0;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.c-breadcrumb a {
		padding: 2px 0 3px 4px;
	}
}
.c-breadcrumb a.is-hover {
	opacity: 0.6;
}

.c-link-brank:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 1em;
	height: 1em;
	background-image: url(/assets/img/common/link_icon.svg);
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: 1em 1em;
	vertical-align: text-top;
}

/* ------------------------
  Interviews SNS BTN
------------------------ */
.c-sns-btn {
	overflow: hidden;
	padding-top: 30px;
}
.c-sns-btn li {
	float: left;
	margin-right: 10px;
}

/* ------------------------
  Style
------------------------ */
.s-bg-gray {
	background-color: #f0f0f0;
}

/* ------------------------
	Print Styles
------------------------ */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}