@charset "UTF-8";

/* -------------------------------------------
		common
------------------------------------------- */

/* icomoon
----------------------------------- */
@font-face {
	font-family: 'kantsuma';
	src:
		url('../fonts/kantsuma.ttf') format('truetype'),
		url('../fonts/kantsuma.woff') format('woff'),
		url('../fonts/kantsuma.svg#kantsuma') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'kantsuma' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-twitter:before {
	content: "\e900";
}
.icomoon-youtube:before {
	content: "\e901";
}
.icomoon-instagram:before {
	content: "\e902";
}
.icomoon-facebook:before {
	content: "\e903";
}


/* clearfix  */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
.c-both {
	clear: both;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}


/* img link */
.opacity-hover:hover,
.wrap-opacity-hover a:hover,
.no-lastchild .wrap-opacity-hover a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}
.recipe-item a {
	display: block;
}
.recipe-item a:hover {
	opacity: 0.8;
}
/* name common */
.name-recipe,
.name-user {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}
.name-user,
.name-recipe,
.name-kantsuma {
	color: #ee7700;
}
.name-inventor,
.name-theme {
	display: inline-block;
	font-size: 12px;
}
.name-inventor span,
.name-theme span {
	padding-right: 2px;
	color: #ee7700;
}

/* photo common */
.recipe-photo {
	position: relative;
}
.recipe-photo img,
.kantsuma-photo img {
	vertical-align: middle;
}

/* cube words */
.cube-words span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	vertical-align: baseline;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-shadow: 0px 0px 1px #ee7700;
	background-color: #ffae00;
}
.cube-words span + span {
	margin-left: 0.2em;
}
.cube-words span:first-child {
	background-color: #ee7700;
}

/* category label */
.label {
	display: inline;
	padding: 0.5em 0 0.6em;
	width: 10em;
	line-height: 1;
	vertical-align: baseline;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	border-radius: .25em;
}

/* ribbon */
.ribbon-cat,
.ribbon-title {
	position: relative;
	padding: 0.4em 0.8em;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	zoom: 1;
}
.ribbon-cat {
	font-size: 11px;
}
.ribbon-title {
	font-size: 16px;
}
.ribbon-cat:after,
.ribbon-title:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 0.95em solid transparent;
	border-right: 0.95em solid #fff;
	border-bottom: 0.95em solid transparent;
	border-left: 0.95em solid transparent;
}

/* toopics category */
.cat-collabo {
	background-color: #82ae46;
}
.cat-news {
	background-color: #ee7700;
}
.cat-knowledge {
	background-color: #0094c8;
}
.cat-event {
	background-color: #b83f74;
}

/* new category */
.cat-kantsuma {
	background-color: #ee9200;
}
.cat-smoke {
	background-color: #73ab28;
}
.cat-mild {
	background-color: #0094c8;
}
.cat-ultimate {
	background-color: #b44c7b;
}

/* -------------------------------------------
		button
------------------------------------------- */
.btn {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	border-radius: 6px;
	background-color: #222;
	box-shadow: 0 3px 0 #666;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.btn::before,
.btn::after {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
}
.btn:hover {
	text-decoration: none;
	background-color: #3d3d3d;
}
.btn:active {
	top: 3px;
	box-shadow: none !important;
}

/* medium size button */
.btn-medium {
	width: 210px;
	box-shadow: 0 3px 0 #666;
}

/* large size button */
[class*="btn-large"] {
	width: 486px;
	height: 66px;
	line-height: 66px;
	font-size: 30px;
	box-shadow: 0 6px 0 #666;
}
[class*="btn-large"]:active {
	top: 6px;
	box-shadow: none;
}

.btn-large-register {
	background-color: #d3381c;
	box-shadow: 0 6px 0 #9d220c;
}
.btn-large-register:hover {
	background-color: #ea3311;
}

.recipe-detail-nav {
	margin-bottom: 2em;
}
.btn-prev {
	float: left;
}
.btn-next {
	float: right;
}
.btn-prev,
.btn-next {
	width: 120px;
	background-color: #ffae00;
	box-shadow: 0 3px #ee7700;
}
.btn-prev:hover,
.btn-next:hover {
	background-color: #ffc341;
}

/* more-recipe */
.more-recipe a {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 0 0 6px 6px;
	background-color: #ffae00;
}
.more-recipe a:hover {
	background-color: #ffbb28;
}


/* -------------------------------------------
		tall floor
------------------------------------------- */
.tall-floor,
.tall-floor-btn {
	position: relative;
	border-radius: .46em;
	background-color: #fff;
	box-shadow: 0 6px 0 #b7a98b;
}
.tall-floor-btn::before,
.tall-floor-btn::after {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
}
/* tall floor (btn?) */
.tall-floor-btn:active {
	top: 6px;
	box-shadow: none !important;
}


/* -------------------------------------------
		bg-stripe
------------------------------------------- */
.bg-stripe {
	position: relative;
	text-align: center;
	background-position: 0 0;
	background-repeat: repeat;
	background-image: url(../images/common/bg_stripe_yellow.gif);
}
.bg-stripe:before {
	content: "";
	position: absolute;
	background-color: #fff;
}
.bg-stripe img {
	position: relative;
	vertical-align: top;
	z-index: 10;
}


/* -------------------------------------------
		balloon count
------------------------------------------- */
.clip-count,
.favor-count {
	color: #000;
	font-size: 12px;
}
.balloon-count {
	position: relative;
	padding: 0.3em 0.6em;
	display: inline-block;
	border: 2px solid #ffae00;
	border-radius: 6px;
	background-color: #fff;
	z-index: 1;
}
.balloon-count:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -6px;
	width: 6px;
	height: 6px;
	background: url(../images/icon/balloon_tail.gif) 0 0 no-repeat;
	z-index: 10;
}


/* -------------------------------------------
		layout
------------------------------------------- */
#site-header,
#gnav,
#footer,
.wrapper,
.container {
	width: 100%;
	min-width: 1000px;
}
.header-inside,
.gnav-inside,
.footer-inside,
.inside {
	margin: 0 auto;
	width: 1000px;
}
.main-image {
	background-position: center 0;
	background-repeat: no-repeat;
}
.container {
	padding-bottom: 7em;
	background-position: 0 0;
	background-repeat: repeat;
}
.main-contents,
.sidebar {
	margin-top: 2.5em;
}
.main-contents {
	float: left;
	width: 43.75em;
}
.main-contents main {
	padding: 1.875em 1.25em;
	border-radius: 0.375em;
}
.sidebar {
	float: right;
	width: 17.5em;
}


/* -------------------------------------------
		header
------------------------------------------- */
.header-inside {
	position: relative;
	height: 80px;
}
.header-inside .logo {
	float: left;
	margin: .5em 0 0 .5em;
}

.aux-nav {
	float: right;
}
.aux-nav-item {
	float: left;
	width: 80px;
	border-radius: 0 0 5px 5px;
}
.aux-nav-register {
	background-color: #d3381c;
}
.aux-nav-login,
.aux-nav-logout {
	background-color: #222;
}
.aux-nav-mypage {
	background-color: #ee7700;
}
.aux-nav-item + .aux-nav-item {
	margin-left: 8px;
}
.aux-nav-item a {
	padding-top: .7em;
	display: block;
	height: 60px;
	width: 80px;
	text-align: center;
}
.aux-nav-item:hover {
	padding-top: 1.1em;
	-moz-transition: padding-top .2s ease;
	transition: padding-top .2s ease;
}

.header-text {
	float: right;
	margin-top: .5em;
	padding-right: 1.5em;
}
.page-description,
.greeting-user {
	margin-bottom: .2em;
	text-align: right;
	font-size: 12px;
}
.header-text p + p {
	margin-top: 0;
}


/* -------------------------------------------
		gnav
------------------------------------------- */
#gnav {
	overflow: hidden;
	background-color: #222;
}
.gnav-item {
	float: left;
	width: 250px;
	border-left: 1px solid #666;
}
.gnav-item:last-child {
	border-right: 1px solid #666;
}
.gnav-item > a {
	display: block;
	width: 100%;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
.gnav-item:hover {
	background-color: #ee7700;
}
.gnav-item.current {
	background-color: #ee7700;
}
.gnav-about {
	background-image: url(../images/nav/about.png);
}
.gnav-lineup {
	background-image: url(../images/nav/lineup.png);
}
.gnav-everyone {
	background-image: url(../images/nav/everyone.png);
}
.gnav-recommend {
	background-image: url(../images/nav/recommend.png);
}
#gnav-recommend-area {
	position: absolute;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	border-top: 4px solid #e70;
	background: url(../images/common/bg_paper_dark.jpg) 0 0 repeat;
	box-shadow: 0px 20px 14px -14px rgba(0,0,0,0.4);
	z-index: 1000;
}
.gnav-recommend.active {
	background-color: #e70;
}
.active + #gnav-recommend-area {
	visibility: visible;
	height: auto;
}
#gnav-recommend-area ul {
	position: relative;
	width: 1016px;
	padding: 1.5em 0 1em 8px;
}
#gnav-recommend-area li {
	float: left;
	margin: 0 8px 8px 0;
	width: 244px;
}
#gnav-recommend-area li:nth-child(4n) {
	margin-right: 0;
}


/* -------------------------------------------
		title
------------------------------------------- */
.page-title {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.main-title {
	font-size: 20px;
}
.sidebd-title {
	padding: 0.1em 0.7em;
	border-left-width: 0.3em;
	border-left-style: solid;
}
.underbd-header {
	margin-top: 1em;
	padding-bottom: 0.3em;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
}
.tabs-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 4px solid #ee7700;
	border-radius: 6px 6px 0 0;
	background-color: #ffae00;
}
.calendar-title {
	padding: 13px 0;
	text-align: center;
	background-color: #ee7700;
}
/* -------------------------------------------
		menu-list
------------------------------------------- */
.menu-list {
	padding: 80px 64px 100px;
	overflow: hidden;
	background: url(../images/common/bg_paper_light.gif) 0 0 repeat;
}
.menu-list .inside {
	position: relative;
	z-index: 1;
}
.menu-list h2 {
	margin-bottom: 1.4em;
	padding-top: .7em;
	background: url(../images/menu_list/bd_menu_list.png) 0 top repeat-x;
}
.menu-item {
	float: left;
	position: relative;
	margin: 0 .6em .8em 0;
	padding: .3077em;
	width: 18.77em;
	height: 24.62em;
	border-radius: 4px;
	background-color: #fff;
}
.menu-item:nth-child(4n) {
	margin-right: 0;
}
.menu-item p {
	margin: 0 auto 0.6em;
	width: 16.92em;
}
.menu-item p span {
	color: #f00;
	font-size: 12px;
}
.menu-item .link-detail {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}
.menu-item .link-detail span {
	font-size: 10px;
}
.menu-title {
	margin: 0 auto;
	width: 13.75em;
	color: #ee7700;
	font-size: 16px;
	font-weight: bold;
}
.flag-updata {
	position: absolute;
	top: -4px;
	left: -4px;
}

/* IE8 */
.no-canvas .menu-list ul {
	position: relative;
	width: 1008px;
	margin-right: -8px;
}


.bg-kan,
.bg-raku {
	position: absolute;
	width: 270px;
	height: 288px;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: -1;
}
.bg-kan {
	top: -40px;
	right: -188px;
	background-image: url(../images/menu_list/bg_kan.png);
}
.bg-raku {
	bottom: 125px;
	left: -204px;
	background-image: url(../images/menu_list/bg_raku.png);
}


/* -------------------------------------------
		pickup
------------------------------------------- */
.pickup {
	padding-top: 1.5em;
	height: 34.375rem;
	background-image: url(../images/common/bg_pickup_ornament.png), url(../images/common/bg_pickup.jpg);
	background-repeat: repeat-x, repeat;
	background-position: 0 bottom, 0 0;
}
.pickup h2 {
	margin-bottom: 0.7em;
	text-align: center;
}
.pickup .half {
	float: left;
}
.pickup .half + .half {
	margin-left: .8125em;
}

/* -------------------------------------------
		used-kantsuma
------------------------------------------- */
.used-kantsuma h3 {
	margin-bottom: 1em;
	font-size: 16px;
}
.used-kantsuma-item {
	display: table;
}
.used-kantsuma-item h1,
.used-kantsuma .kantsuma-photo {
	display: table-cell;
	vertical-align: middle;
}
.used-kantsuma .kantsuma-photo {
	position: relative;
	overflow: hidden;
	height: 60px;
}
.used-kantsuma .kantsuma-photo img {
	position: absolute;
	top: 50%;
	width: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.no-csstransforms .used-kantsuma .kantsuma-photo img {
	top: 0;
}
.used-kantsuma-item h1 {
	font-size: 12px;
}
.used-kantsuma-item a {
	display: block;
	line-height: 1.5;
}
.used-kantsuma-item a:hover {
	opacity: 0.8;
}
.used-kantsuma-item .name-inventor {
	padding: 0 4px;
}



/* -------------------------------------------
		used-recipe
------------------------------------------- */
.used-recipe h3 {
	/* margin-bottom: 1em; */
	font-size: 16px;
}
.used-recipe-item {
	float: left;
	margin-top: 1em;
}
.used-recipe-item h1 {
	padding: 0 4px;
	font-weight: bold;
}
.used-recipe-item + .used-recipe-item {
	margin-left: 0.77em;
}
.used-recipe-item:nth-child(4n+2) {
	margin-left: 0;
}
.used-recipe-item a {
	padding: 4px 4px 8px;
	display: block;
	width: 146px;
	font-size: 12px;
	text-decoration: none;
}
.used-recipe-item a:hover {
	opacity: 0.8;
}
.used-recipe-item .tall-floor-btn {
	box-shadow: 0 3px 0 #b7a98b;
}
.used-recipe-item .name-inventor {
	padding: 0 4px;
}
.used-recipe-photo {
	position: relative;
	overflow: hidden;
	height: 114px;
}
.used-recipe-photo img {
	position: absolute;
	top: 50%;
	height: 114px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.no-csstransforms .used-recipe-photo img {
	top: 0;
}

/* -------------------------------------------
		long-side-list
------------------------------------------- */
.box-sidelong {
	position: relative;
}
.box-sidelong a {
	padding: 1.25em 0;
	display: block;
}
.box-sidelong p {
	line-height: 1.5;
}
.box-sidelong a:hover {
	opacity: 0.8;
	background-color: #fff;
}
.box-sidelong + .box-sidelong {
	border-top: 1px dashed #ccc;
}
.box-sidelong-photo {
	float: left;
	position: relative;
	overflow: hidden;
	width: 96px;
	height: 80px;
}
.box-sidelong-photo img {
	position: absolute;
	top: 50%;
	width: 96px;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.no-csstransforms .box-sidelong-photo img {
	top: 0;
}
.box-sidelong-data {
	float: right;
}
.box-sidelong-data .inventor {
	margin: 0.2em 0;
}

/* in sidebar */
.sidebar .box-sidelong-photo {
	height: 66px;
}
.sidebar .box-sidelong-photo img {
	width: 80px;
}

/* -------------------------------------------
		pagetop
------------------------------------------- */
.pagetop {
	position: relative;
	max-width: 1200px;
	min-width: 1000px;
	margin: auto;
}
.pagetop-inner {
	position: absolute;
	top: -90px;
	right: 0;
	text-align: right;
}
.bg-various-canned {
	position: absolute;
	top: 46px;
	right: 74px;
}

/* -------------------------------------------
	bottom pickup
------------------------------------------- */
.bottom-pickup {
	min-width: 1000px;
	padding-bottom: 110px;
	background: url(../images/common/bg_paper_light.gif) 0 0 repeat;
}
.bottom-pickup-inner {
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1000px;
	border-top: 1px solid #ccc;
}
.bottom-pickup > div {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.bottom-pickup-banner a {
	width: 320px;
	height: 128px;
}
#bottom_slider {
	margin: auto!important;
}

/* -------------------------------------------
	bottom external site
------------------------------------------- */
.bottom-external-site {
	padding: 68px 0 50px;
	background-color: #fff;
}
.bottom-external-site-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 30px;
	/*width: 504px;*/
	/*margin-left: 22px;*/
}
.bottom-external-site-item  {
	flex: 1 1 25%;
	text-align: center;
}
.bottom-external-site-item a {
	box-sizing: border-box;
	display: inline-block;
	/*width: 160px;*/
	/*height: 50px;*/
	/*padding: 0 8px;*/
	/*line-height: 48px;*/
	/*border: 1px solid #d7d7d7;*/
	/*vertical-align: middle;*/
}
.bottom-external-site-item a:hover {
	border-color: #e70;
}
.bottom-external-site-item img {
	max-width: 100%;
	vertical-align: bottom;
}

/*.logo-10th-anniversary {
	float: left;
	margin-left: 14px;
}*/

/* -------------------------------------------
		footer
------------------------------------------- */
#footer {
	padding-top: 2.5em;
	background: #222 url(../images/common/bg_thorny.png) 0 top repeat-x;
}
.footer-inside {
	position: relative;
}
.footer-inside + .footer-inside {
	margin-top: 40px;
}

.wrap-footer-nav {
	position: relative;
	left: 12.5em;
	width: 50em;
}
.row-footer-nav {
	float: left;
	width: 250px;
}
.row-footer-nav + .row-footer-nav {
	margin-left: 1.5em;
}
.row-footer-nav dt,
.row-footer-nav dd a {
	padding-left: 2em;
}
.row-footer-nav dt {
	margin-bottom: .4em;
	padding-bottom: 0.4em;
	border-bottom: 1px dotted #FFF;
	color:#FFF;
	font-weight: bold;
	background: url(../images/icon/kandume_yellow.png) 0 0 no-repeat;
}
.row-footer-nav a {
	color: #FFF;
	text-decoration: none;
}
.row-footer-nav dt a {
	font-size: 13px;
	font-weight: bold;
}
.row-footer-nav dd a {
	font-size: 12px;
	background: url(../images/icon/side_arrow_white.png) 4px center no-repeat;
}
.row-footer-nav a:hover {
	color: #e70;
}
.row-footer-nav dl + dl {
	margin-top: 1.5em;
}

.footer-logo {
	position: absolute;
	top: 0;
	left: 0;
}

.copyright {
	margin-top: 1em;
	padding-bottom: 2em;
	text-align: right;
	color: #FFF;
}

/* footer SNS
----------------------------------- */
.footer-sns {
	display: table;
	width: 250px;
	height: 36px;
	margin-left: auto;
}
.footer-sns-head,
.footer-sns-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.footer-sns-head {
	width: 80px;
	background-color: #e70;
	color: #fff;
}
.footer-sns-list {
	display: table;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #3c3c3c;
}
.footer-sns-item {
	display: table-cell;
}
.footer-sns-item-link {
	display: table-cell;
	width: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.footer-sns-item-link:focus,
.footer-sns-item-link:hover {
	background-color: #666;
}
.footer-sns-item-link > i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
}


/* -------------------------------------------
		PDF
------------------------------------------- */
.icon-pdf {
	padding-left: 1.8em;
	background: url(../images/icon/pdf_small.png) 0 0 no-repeat;
}
.get-adobereader {
	padding: 0.8em 0.8em 0.7em;
	background-color: #eee;
}
.get-adobereader a:hover {
	opacity: 0.8;
}
.get-adobereader a,
.get-adobereader p {
	float: left;
	font-size: 11px;
}
.article-detail .get-adobereader p {
	margin-bottom: 0;
	margin-left: 1em;
}

/* -------------------------------------------
		SNS Buttons
------------------------------------------- */
.sns-buttons {
	padding-top: 1.25rem;
}
.sns-buttons > * {
	vertical-align: middle;
}
.sns-buttons .twitter {
	display: inline-block;
	margin-left: 1rem;
	font-size: 0;
}

.article-detail .sns-buttons {
	padding-bottom: 1.25rem;
	border-top: 1px dotted #ccc;
}

/* 緊急の告知
----------------------------------- */
.urgent-notice {
	display: inline-block;
	max-width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #d99;
	background-color: #fff;
}
.urgent-notice_item + .urgent-notice_item {
	border-top: 1px dashed #666;
	margin-top: 15px;
	padding-top: 15px;
}
.urgent-notice_item_title {
	margin-bottom: 4px;
	font-size: 14px;
}
.urgent-notice_item_body {
	font-size: 12px;
}
.urgent-notice_item_body > *:not(:last-child) {
	margin-bottom: 8px;
}
.before-dot > dt:before {
	content: '・';
}
.before-dot > dd {
	margin-left: 1em;
}
