/* sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
	display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after { /* 1 */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after { /* 1 */
	vertical-align: inherit;
	text-decoration: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html { /* 2 */
	font-family: sans-serif; /* 3 */
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	cursor: default; /* 3 */
	-ms-text-size-adjust: 100%; /* 4 */
	-webkit-text-size-adjust: 100%; /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	margin: 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */

/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */

hr { /* 1 */
	overflow: visible;
	height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

ol,
ul,
li {
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */

abbr[title] { /* 1 */
	text-decoration: none;
	border-bottom: 1px dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */

mark {
	color: #000;
	background-color: #ff0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */

small {
	font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */

sub,
sup {
	font-size: 83.3333%; /* 1 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection { /* 1 */
	color: #000;
	background-color: #b3d4fc; /* 1 */
	text-shadow: none;
}

::selection { /* 1 */
	color: #000;
	background-color: #b3d4fc; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */

a:hover {
	outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */

/*
 * Remove border spacing in all browsers (opinionated).
 */

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

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */

/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea { /* 1 */
	font-size: 1em; /* 1 */
	margin: 0; /* 1 */
	color: inherit;
	background-color: transparent; /* 2 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Correct the focus styles unset by the previous rule.
 */

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
	padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] { /* 1 */
	outline-offset: -2px;
	-webkit-appearance: textfield; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	opacity: .54;
	color: inherit;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button { /* 1 */
	font: inherit;
	-webkit-appearance: button; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy='true'] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[hidden][aria-hidden='false'] {
	position: absolute;
	display: inherit;
	clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden='false']:focus {
	clip: auto;
}

/*==================================================
	Add code by SECT
================================================== */

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
	margin: 0;
	padding: 0;
}

picture,
source {
	display: block;
}

ol,
ul {
	list-style: none;
}

@font-face {
	font-family: 'Noto';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/NotoSansCJKjp-Regular.eot');
	src: url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'), url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Noto-bold';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/NotoSansCJKjp-Bold.eot');
	src: url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'), url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

.svg-icon-lib {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
}

svg path {
	fill: currentColor;
}

svg.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('eot'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.icon-arrow_l:before,
.icon-arrow_r:before {
	font-family: 'iconfont';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow_l:before {
	content: '';
}

.icon-arrow_r:before {
	content: '';
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: '';
}

.fa-music:before {
	content: '';
}

.fa-search:before {
	content: '';
}

.fa-envelope-o:before {
	content: '';
}

.fa-heart:before {
	content: '';
}

.fa-star:before {
	content: '';
}

.fa-star-o:before {
	content: '';
}

.fa-user:before {
	content: '';
}

.fa-film:before {
	content: '';
}

.fa-th-large:before {
	content: '';
}

.fa-th:before {
	content: '';
}

.fa-th-list:before {
	content: '';
}

.fa-check:before {
	content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: '';
}

.fa-search-plus:before {
	content: '';
}

.fa-search-minus:before {
	content: '';
}

.fa-power-off:before {
	content: '';
}

.fa-signal:before {
	content: '';
}

.fa-gear:before,
.fa-cog:before {
	content: '';
}

.fa-trash-o:before {
	content: '';
}

.fa-home:before {
	content: '';
}

.fa-file-o:before {
	content: '';
}

.fa-clock-o:before {
	content: '';
}

.fa-road:before {
	content: '';
}

.fa-download:before {
	content: '';
}

.fa-arrow-circle-o-down:before {
	content: '';
}

.fa-arrow-circle-o-up:before {
	content: '';
}

.fa-inbox:before {
	content: '';
}

.fa-play-circle-o:before {
	content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: '';
}

.fa-refresh:before {
	content: '';
}

.fa-list-alt:before {
	content: '';
}

.fa-lock:before {
	content: '';
}

.fa-flag:before {
	content: '';
}

.fa-headphones:before {
	content: '';
}

.fa-volume-off:before {
	content: '';
}

.fa-volume-down:before {
	content: '';
}

.fa-volume-up:before {
	content: '';
}

.fa-qrcode:before {
	content: '';
}

.fa-barcode:before {
	content: '';
}

.fa-tag:before {
	content: '';
}

.fa-tags:before {
	content: '';
}

.fa-book:before {
	content: '';
}

.fa-bookmark:before {
	content: '';
}

.fa-print:before {
	content: '';
}

.fa-camera:before {
	content: '';
}

.fa-font:before {
	content: '';
}

.fa-bold:before {
	content: '';
}

.fa-italic:before {
	content: '';
}

.fa-text-height:before {
	content: '';
}

.fa-text-width:before {
	content: '';
}

.fa-align-left:before {
	content: '';
}

.fa-align-center:before {
	content: '';
}

.fa-align-right:before {
	content: '';
}

.fa-align-justify:before {
	content: '';
}

.fa-list:before {
	content: '';
}

.fa-dedent:before,
.fa-outdent:before {
	content: '';
}

.fa-indent:before {
	content: '';
}

.fa-video-camera:before {
	content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: '';
}

.fa-pencil:before {
	content: '';
}

.fa-map-marker:before {
	content: '';
}

.fa-adjust:before {
	content: '';
}

.fa-tint:before {
	content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: '';
}

.fa-share-square-o:before {
	content: '';
}

.fa-check-square-o:before {
	content: '';
}

.fa-arrows:before {
	content: '';
}

.fa-step-backward:before {
	content: '';
}

.fa-fast-backward:before {
	content: '';
}

.fa-backward:before {
	content: '';
}

.fa-play:before {
	content: '';
}

.fa-pause:before {
	content: '';
}

.fa-stop:before {
	content: '';
}

.fa-forward:before {
	content: '';
}

.fa-fast-forward:before {
	content: '';
}

.fa-step-forward:before {
	content: '';
}

.fa-eject:before {
	content: '';
}

.fa-chevron-left:before {
	content: '';
}

.fa-chevron-right:before {
	content: '';
}

.fa-plus-circle:before {
	content: '';
}

.fa-minus-circle:before {
	content: '';
}

.fa-times-circle:before {
	content: '';
}

.fa-check-circle:before {
	content: '';
}

.fa-question-circle:before {
	content: '';
}

.fa-info-circle:before {
	content: '';
}

.fa-crosshairs:before {
	content: '';
}

.fa-times-circle-o:before {
	content: '';
}

.fa-check-circle-o:before {
	content: '';
}

.fa-ban:before {
	content: '';
}

.fa-arrow-left:before {
	content: '';
}

.fa-arrow-right:before {
	content: '';
}

.fa-arrow-up:before {
	content: '';
}

.fa-arrow-down:before {
	content: '';
}

.fa-mail-forward:before,
.fa-share:before {
	content: '';
}

.fa-expand:before {
	content: '';
}

.fa-compress:before {
	content: '';
}

.fa-plus:before {
	content: '';
}

.fa-minus:before {
	content: '';
}

.fa-asterisk:before {
	content: '';
}

.fa-exclamation-circle:before {
	content: '';
}

.fa-gift:before {
	content: '';
}

.fa-leaf:before {
	content: '';
}

.fa-fire:before {
	content: '';
}

.fa-eye:before {
	content: '';
}

.fa-eye-slash:before {
	content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: '';
}

.fa-plane:before {
	content: '';
}

.fa-calendar:before {
	content: '';
}

.fa-random:before {
	content: '';
}

.fa-comment:before {
	content: '';
}

.fa-magnet:before {
	content: '';
}

.fa-chevron-up:before {
	content: '';
}

.fa-chevron-down:before {
	content: '';
}

.fa-retweet:before {
	content: '';
}

.fa-shopping-cart:before {
	content: '';
}

.fa-folder:before {
	content: '';
}

.fa-folder-open:before {
	content: '';
}

.fa-arrows-v:before {
	content: '';
}

.fa-arrows-h:before {
	content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: '';
}

.fa-twitter-square:before {
	content: '';
}

.fa-facebook-square:before {
	content: '';
}

.fa-camera-retro:before {
	content: '';
}

.fa-key:before {
	content: '';
}

.fa-gears:before,
.fa-cogs:before {
	content: '';
}

.fa-comments:before {
	content: '';
}

.fa-thumbs-o-up:before {
	content: '';
}

.fa-thumbs-o-down:before {
	content: '';
}

.fa-star-half:before {
	content: '';
}

.fa-heart-o:before {
	content: '';
}

.fa-sign-out:before {
	content: '';
}

.fa-linkedin-square:before {
	content: '';
}

.fa-thumb-tack:before {
	content: '';
}

.fa-external-link:before {
	content: '';
}

.fa-sign-in:before {
	content: '';
}

.fa-trophy:before {
	content: '';
}

.fa-github-square:before {
	content: '';
}

.fa-upload:before {
	content: '';
}

.fa-lemon-o:before {
	content: '';
}

.fa-phone:before {
	content: '';
}

.fa-square-o:before {
	content: '';
}

.fa-bookmark-o:before {
	content: '';
}

.fa-phone-square:before {
	content: '';
}

.fa-twitter:before {
	content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: '';
}

.fa-github:before {
	content: '';
}

.fa-unlock:before {
	content: '';
}

.fa-credit-card:before {
	content: '';
}

.fa-feed:before,
.fa-rss:before {
	content: '';
}

.fa-hdd-o:before {
	content: '';
}

.fa-bullhorn:before {
	content: '';
}

.fa-bell:before {
	content: '';
}

.fa-certificate:before {
	content: '';
}

.fa-hand-o-right:before {
	content: '';
}

.fa-hand-o-left:before {
	content: '';
}

.fa-hand-o-up:before {
	content: '';
}

.fa-hand-o-down:before {
	content: '';
}

.fa-arrow-circle-left:before {
	content: '';
}

.fa-arrow-circle-right:before {
	content: '';
}

.fa-arrow-circle-up:before {
	content: '';
}

.fa-arrow-circle-down:before {
	content: '';
}

.fa-globe:before {
	content: '';
}

.fa-wrench:before {
	content: '';
}

.fa-tasks:before {
	content: '';
}

.fa-filter:before {
	content: '';
}

.fa-briefcase:before {
	content: '';
}

.fa-arrows-alt:before {
	content: '';
}

.fa-group:before,
.fa-users:before {
	content: '';
}

.fa-chain:before,
.fa-link:before {
	content: '';
}

.fa-cloud:before {
	content: '';
}

.fa-flask:before {
	content: '';
}

.fa-cut:before,
.fa-scissors:before {
	content: '';
}

.fa-copy:before,
.fa-files-o:before {
	content: '';
}

.fa-paperclip:before {
	content: '';
}

.fa-save:before,
.fa-floppy-o:before {
	content: '';
}

.fa-square:before {
	content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: '';
}

.fa-list-ul:before {
	content: '';
}

.fa-list-ol:before {
	content: '';
}

.fa-strikethrough:before {
	content: '';
}

.fa-underline:before {
	content: '';
}

.fa-table:before {
	content: '';
}

.fa-magic:before {
	content: '';
}

.fa-truck:before {
	content: '';
}

.fa-pinterest:before {
	content: '';
}

.fa-pinterest-square:before {
	content: '';
}

.fa-google-plus-square:before {
	content: '';
}

.fa-google-plus:before {
	content: '';
}

.fa-money:before {
	content: '';
}

.fa-caret-down:before {
	content: '';
}

.fa-caret-up:before {
	content: '';
}

.fa-caret-left:before {
	content: '';
}

.fa-caret-right:before {
	content: '';
}

.fa-columns:before {
	content: '';
}

.fa-unsorted:before,
.fa-sort:before {
	content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: '';
}

.fa-envelope:before {
	content: '';
}

.fa-linkedin:before {
	content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
	content: '';
}

.fa-legal:before,
.fa-gavel:before {
	content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: '';
}

.fa-comment-o:before {
	content: '';
}

.fa-comments-o:before {
	content: '';
}

.fa-flash:before,
.fa-bolt:before {
	content: '';
}

.fa-sitemap:before {
	content: '';
}

.fa-umbrella:before {
	content: '';
}

.fa-paste:before,
.fa-clipboard:before {
	content: '';
}

.fa-lightbulb-o:before {
	content: '';
}

.fa-exchange:before {
	content: '';
}

.fa-cloud-download:before {
	content: '';
}

.fa-cloud-upload:before {
	content: '';
}

.fa-user-md:before {
	content: '';
}

.fa-stethoscope:before {
	content: '';
}

.fa-suitcase:before {
	content: '';
}

.fa-bell-o:before {
	content: '';
}

.fa-coffee:before {
	content: '';
}

.fa-cutlery:before {
	content: '';
}

.fa-file-text-o:before {
	content: '';
}

.fa-building-o:before {
	content: '';
}

.fa-hospital-o:before {
	content: '';
}

.fa-ambulance:before {
	content: '';
}

.fa-medkit:before {
	content: '';
}

.fa-fighter-jet:before {
	content: '';
}

.fa-beer:before {
	content: '';
}

.fa-h-square:before {
	content: '';
}

.fa-plus-square:before {
	content: '';
}

.fa-angle-double-left:before {
	content: '';
}

.fa-angle-double-right:before {
	content: '';
}

.fa-angle-double-up:before {
	content: '';
}

.fa-angle-double-down:before {
	content: '';
}

.fa-angle-left:before {
	content: '';
}

.fa-angle-right:before {
	content: '';
}

.fa-angle-up:before {
	content: '';
}

.fa-angle-down:before {
	content: '';
}

.fa-desktop:before {
	content: '';
}

.fa-laptop:before {
	content: '';
}

.fa-tablet:before {
	content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: '';
}

.fa-circle-o:before {
	content: '';
}

.fa-quote-left:before {
	content: '';
}

.fa-quote-right:before {
	content: '';
}

.fa-spinner:before {
	content: '';
}

.fa-circle:before {
	content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
	content: '';
}

.fa-github-alt:before {
	content: '';
}

.fa-folder-o:before {
	content: '';
}

.fa-folder-open-o:before {
	content: '';
}

.fa-smile-o:before {
	content: '';
}

.fa-frown-o:before {
	content: '';
}

.fa-meh-o:before {
	content: '';
}

.fa-gamepad:before {
	content: '';
}

.fa-keyboard-o:before {
	content: '';
}

.fa-flag-o:before {
	content: '';
}

.fa-flag-checkered:before {
	content: '';
}

.fa-terminal:before {
	content: '';
}

.fa-code:before {
	content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: '';
}

.fa-location-arrow:before {
	content: '';
}

.fa-crop:before {
	content: '';
}

.fa-code-fork:before {
	content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: '';
}

.fa-question:before {
	content: '';
}

.fa-info:before {
	content: '';
}

.fa-exclamation:before {
	content: '';
}

.fa-superscript:before {
	content: '';
}

.fa-subscript:before {
	content: '';
}

.fa-eraser:before {
	content: '';
}

.fa-puzzle-piece:before {
	content: '';
}

.fa-microphone:before {
	content: '';
}

.fa-microphone-slash:before {
	content: '';
}

.fa-shield:before {
	content: '';
}

.fa-calendar-o:before {
	content: '';
}

.fa-fire-extinguisher:before {
	content: '';
}

.fa-rocket:before {
	content: '';
}

.fa-maxcdn:before {
	content: '';
}

.fa-chevron-circle-left:before {
	content: '';
}

.fa-chevron-circle-right:before {
	content: '';
}

.fa-chevron-circle-up:before {
	content: '';
}

.fa-chevron-circle-down:before {
	content: '';
}

.fa-html5:before {
	content: '';
}

.fa-css3:before {
	content: '';
}

.fa-anchor:before {
	content: '';
}

.fa-unlock-alt:before {
	content: '';
}

.fa-bullseye:before {
	content: '';
}

.fa-ellipsis-h:before {
	content: '';
}

.fa-ellipsis-v:before {
	content: '';
}

.fa-rss-square:before {
	content: '';
}

.fa-play-circle:before {
	content: '';
}

.fa-ticket:before {
	content: '';
}

.fa-minus-square:before {
	content: '';
}

.fa-minus-square-o:before {
	content: '';
}

.fa-level-up:before {
	content: '';
}

.fa-level-down:before {
	content: '';
}

.fa-check-square:before {
	content: '';
}

.fa-pencil-square:before {
	content: '';
}

.fa-external-link-square:before {
	content: '';
}

.fa-share-square:before {
	content: '';
}

.fa-compass:before {
	content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: '';
}

.fa-euro:before,
.fa-eur:before {
	content: '';
}

.fa-gbp:before {
	content: '';
}

.fa-dollar:before,
.fa-usd:before {
	content: '';
}

.fa-rupee:before,
.fa-inr:before {
	content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: '';
}

.fa-won:before,
.fa-krw:before {
	content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
	content: '';
}

.fa-file:before {
	content: '';
}

.fa-file-text:before {
	content: '';
}

.fa-sort-alpha-asc:before {
	content: '';
}

.fa-sort-alpha-desc:before {
	content: '';
}

.fa-sort-amount-asc:before {
	content: '';
}

.fa-sort-amount-desc:before {
	content: '';
}

.fa-sort-numeric-asc:before {
	content: '';
}

.fa-sort-numeric-desc:before {
	content: '';
}

.fa-thumbs-up:before {
	content: '';
}

.fa-thumbs-down:before {
	content: '';
}

.fa-youtube-square:before {
	content: '';
}

.fa-youtube:before {
	content: '';
}

.fa-xing:before {
	content: '';
}

.fa-xing-square:before {
	content: '';
}

.fa-youtube-play:before {
	content: '';
}

.fa-dropbox:before {
	content: '';
}

.fa-stack-overflow:before {
	content: '';
}

.fa-instagram:before {
	content: '';
}

.fa-flickr:before {
	content: '';
}

.fa-adn:before {
	content: '';
}

.fa-bitbucket:before {
	content: '';
}

.fa-bitbucket-square:before {
	content: '';
}

.fa-tumblr:before {
	content: '';
}

.fa-tumblr-square:before {
	content: '';
}

.fa-long-arrow-down:before {
	content: '';
}

.fa-long-arrow-up:before {
	content: '';
}

.fa-long-arrow-left:before {
	content: '';
}

.fa-long-arrow-right:before {
	content: '';
}

.fa-apple:before {
	content: '';
}

.fa-windows:before {
	content: '';
}

.fa-android:before {
	content: '';
}

.fa-linux:before {
	content: '';
}

.fa-dribbble:before {
	content: '';
}

.fa-skype:before {
	content: '';
}

.fa-foursquare:before {
	content: '';
}

.fa-trello:before {
	content: '';
}

.fa-female:before {
	content: '';
}

.fa-male:before {
	content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
	content: '';
}

.fa-sun-o:before {
	content: '';
}

.fa-moon-o:before {
	content: '';
}

.fa-archive:before {
	content: '';
}

.fa-bug:before {
	content: '';
}

.fa-vk:before {
	content: '';
}

.fa-weibo:before {
	content: '';
}

.fa-renren:before {
	content: '';
}

.fa-pagelines:before {
	content: '';
}

.fa-stack-exchange:before {
	content: '';
}

.fa-arrow-circle-o-right:before {
	content: '';
}

.fa-arrow-circle-o-left:before {
	content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: '';
}

.fa-dot-circle-o:before {
	content: '';
}

.fa-wheelchair:before {
	content: '';
}

.fa-vimeo-square:before {
	content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
	content: '';
}

.fa-plus-square-o:before {
	content: '';
}

.fa-space-shuttle:before {
	content: '';
}

.fa-slack:before {
	content: '';
}

.fa-envelope-square:before {
	content: '';
}

.fa-wordpress:before {
	content: '';
}

.fa-openid:before {
	content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: '';
}

.fa-yahoo:before {
	content: '';
}

.fa-google:before {
	content: '';
}

.fa-reddit:before {
	content: '';
}

.fa-reddit-square:before {
	content: '';
}

.fa-stumbleupon-circle:before {
	content: '';
}

.fa-stumbleupon:before {
	content: '';
}

.fa-delicious:before {
	content: '';
}

.fa-digg:before {
	content: '';
}

.fa-pied-piper-pp:before {
	content: '';
}

.fa-pied-piper-alt:before {
	content: '';
}

.fa-drupal:before {
	content: '';
}

.fa-joomla:before {
	content: '';
}

.fa-language:before {
	content: '';
}

.fa-fax:before {
	content: '';
}

.fa-building:before {
	content: '';
}

.fa-child:before {
	content: '';
}

.fa-paw:before {
	content: '';
}

.fa-spoon:before {
	content: '';
}

.fa-cube:before {
	content: '';
}

.fa-cubes:before {
	content: '';
}

.fa-behance:before {
	content: '';
}

.fa-behance-square:before {
	content: '';
}

.fa-steam:before {
	content: '';
}

.fa-steam-square:before {
	content: '';
}

.fa-recycle:before {
	content: '';
}

.fa-automobile:before,
.fa-car:before {
	content: '';
}

.fa-cab:before,
.fa-taxi:before {
	content: '';
}

.fa-tree:before {
	content: '';
}

.fa-spotify:before {
	content: '';
}

.fa-deviantart:before {
	content: '';
}

.fa-soundcloud:before {
	content: '';
}

.fa-database:before {
	content: '';
}

.fa-file-pdf-o:before {
	content: '';
}

.fa-file-word-o:before {
	content: '';
}

.fa-file-excel-o:before {
	content: '';
}

.fa-file-powerpoint-o:before {
	content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: '';
}

.fa-file-code-o:before {
	content: '';
}

.fa-vine:before {
	content: '';
}

.fa-codepen:before {
	content: '';
}

.fa-jsfiddle:before {
	content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: '';
}

.fa-circle-o-notch:before {
	content: '';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: '';
}

.fa-ge:before,
.fa-empire:before {
	content: '';
}

.fa-git-square:before {
	content: '';
}

.fa-git:before {
	content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: '';
}

.fa-tencent-weibo:before {
	content: '';
}

.fa-qq:before {
	content: '';
}

.fa-wechat:before,
.fa-weixin:before {
	content: '';
}

.fa-send:before,
.fa-paper-plane:before {
	content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: '';
}

.fa-history:before {
	content: '';
}

.fa-circle-thin:before {
	content: '';
}

.fa-header:before {
	content: '';
}

.fa-paragraph:before {
	content: '';
}

.fa-sliders:before {
	content: '';
}

.fa-share-alt:before {
	content: '';
}

.fa-share-alt-square:before {
	content: '';
}

.fa-bomb:before {
	content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: '';
}

.fa-tty:before {
	content: '';
}

.fa-binoculars:before {
	content: '';
}

.fa-plug:before {
	content: '';
}

.fa-slideshare:before {
	content: '';
}

.fa-twitch:before {
	content: '';
}

.fa-yelp:before {
	content: '';
}

.fa-newspaper-o:before {
	content: '';
}

.fa-wifi:before {
	content: '';
}

.fa-calculator:before {
	content: '';
}

.fa-paypal:before {
	content: '';
}

.fa-google-wallet:before {
	content: '';
}

.fa-cc-visa:before {
	content: '';
}

.fa-cc-mastercard:before {
	content: '';
}

.fa-cc-discover:before {
	content: '';
}

.fa-cc-amex:before {
	content: '';
}

.fa-cc-paypal:before {
	content: '';
}

.fa-cc-stripe:before {
	content: '';
}

.fa-bell-slash:before {
	content: '';
}

.fa-bell-slash-o:before {
	content: '';
}

.fa-trash:before {
	content: '';
}

.fa-copyright:before {
	content: '';
}

.fa-at:before {
	content: '';
}

.fa-eyedropper:before {
	content: '';
}

.fa-paint-brush:before {
	content: '';
}

.fa-birthday-cake:before {
	content: '';
}

.fa-area-chart:before {
	content: '';
}

.fa-pie-chart:before {
	content: '';
}

.fa-line-chart:before {
	content: '';
}

.fa-lastfm:before {
	content: '';
}

.fa-lastfm-square:before {
	content: '';
}

.fa-toggle-off:before {
	content: '';
}

.fa-toggle-on:before {
	content: '';
}

.fa-bicycle:before {
	content: '';
}

.fa-bus:before {
	content: '';
}

.fa-ioxhost:before {
	content: '';
}

.fa-angellist:before {
	content: '';
}

.fa-cc:before {
	content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: '';
}

.fa-meanpath:before {
	content: '';
}

.fa-buysellads:before {
	content: '';
}

.fa-connectdevelop:before {
	content: '';
}

.fa-dashcube:before {
	content: '';
}

.fa-forumbee:before {
	content: '';
}

.fa-leanpub:before {
	content: '';
}

.fa-sellsy:before {
	content: '';
}

.fa-shirtsinbulk:before {
	content: '';
}

.fa-simplybuilt:before {
	content: '';
}

.fa-skyatlas:before {
	content: '';
}

.fa-cart-plus:before {
	content: '';
}

.fa-cart-arrow-down:before {
	content: '';
}

.fa-diamond:before {
	content: '';
}

.fa-ship:before {
	content: '';
}

.fa-user-secret:before {
	content: '';
}

.fa-motorcycle:before {
	content: '';
}

.fa-street-view:before {
	content: '';
}

.fa-heartbeat:before {
	content: '';
}

.fa-venus:before {
	content: '';
}

.fa-mars:before {
	content: '';
}

.fa-mercury:before {
	content: '';
}

.fa-intersex:before,
.fa-transgender:before {
	content: '';
}

.fa-transgender-alt:before {
	content: '';
}

.fa-venus-double:before {
	content: '';
}

.fa-mars-double:before {
	content: '';
}

.fa-venus-mars:before {
	content: '';
}

.fa-mars-stroke:before {
	content: '';
}

.fa-mars-stroke-v:before {
	content: '';
}

.fa-mars-stroke-h:before {
	content: '';
}

.fa-neuter:before {
	content: '';
}

.fa-genderless:before {
	content: '';
}

.fa-facebook-official:before {
	content: '';
}

.fa-pinterest-p:before {
	content: '';
}

.fa-whatsapp:before {
	content: '';
}

.fa-server:before {
	content: '';
}

.fa-user-plus:before {
	content: '';
}

.fa-user-times:before {
	content: '';
}

.fa-hotel:before,
.fa-bed:before {
	content: '';
}

.fa-viacoin:before {
	content: '';
}

.fa-train:before {
	content: '';
}

.fa-subway:before {
	content: '';
}

.fa-medium:before {
	content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
	content: '';
}

.fa-optin-monster:before {
	content: '';
}

.fa-opencart:before {
	content: '';
}

.fa-expeditedssl:before {
	content: '';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: '';
}

.fa-mouse-pointer:before {
	content: '';
}

.fa-i-cursor:before {
	content: '';
}

.fa-object-group:before {
	content: '';
}

.fa-object-ungroup:before {
	content: '';
}

.fa-sticky-note:before {
	content: '';
}

.fa-sticky-note-o:before {
	content: '';
}

.fa-cc-jcb:before {
	content: '';
}

.fa-cc-diners-club:before {
	content: '';
}

.fa-clone:before {
	content: '';
}

.fa-balance-scale:before {
	content: '';
}

.fa-hourglass-o:before {
	content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: '';
}

.fa-hourglass:before {
	content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: '';
}

.fa-hand-scissors-o:before {
	content: '';
}

.fa-hand-lizard-o:before {
	content: '';
}

.fa-hand-spock-o:before {
	content: '';
}

.fa-hand-pointer-o:before {
	content: '';
}

.fa-hand-peace-o:before {
	content: '';
}

.fa-trademark:before {
	content: '';
}

.fa-registered:before {
	content: '';
}

.fa-creative-commons:before {
	content: '';
}

.fa-gg:before {
	content: '';
}

.fa-gg-circle:before {
	content: '';
}

.fa-tripadvisor:before {
	content: '';
}

.fa-odnoklassniki:before {
	content: '';
}

.fa-odnoklassniki-square:before {
	content: '';
}

.fa-get-pocket:before {
	content: '';
}

.fa-wikipedia-w:before {
	content: '';
}

.fa-safari:before {
	content: '';
}

.fa-chrome:before {
	content: '';
}

.fa-firefox:before {
	content: '';
}

.fa-opera:before {
	content: '';
}

.fa-internet-explorer:before {
	content: '';
}

.fa-tv:before,
.fa-television:before {
	content: '';
}

.fa-contao:before {
	content: '';
}

.fa-500px:before {
	content: '';
}

.fa-amazon:before {
	content: '';
}

.fa-calendar-plus-o:before {
	content: '';
}

.fa-calendar-minus-o:before {
	content: '';
}

.fa-calendar-times-o:before {
	content: '';
}

.fa-calendar-check-o:before {
	content: '';
}

.fa-industry:before {
	content: '';
}

.fa-map-pin:before {
	content: '';
}

.fa-map-signs:before {
	content: '';
}

.fa-map-o:before {
	content: '';
}

.fa-map:before {
	content: '';
}

.fa-commenting:before {
	content: '';
}

.fa-commenting-o:before {
	content: '';
}

.fa-houzz:before {
	content: '';
}

.fa-vimeo:before {
	content: '';
}

.fa-black-tie:before {
	content: '';
}

.fa-fonticons:before {
	content: '';
}

.fa-reddit-alien:before {
	content: '';
}

.fa-edge:before {
	content: '';
}

.fa-credit-card-alt:before {
	content: '';
}

.fa-codiepie:before {
	content: '';
}

.fa-modx:before {
	content: '';
}

.fa-fort-awesome:before {
	content: '';
}

.fa-usb:before {
	content: '';
}

.fa-product-hunt:before {
	content: '';
}

.fa-mixcloud:before {
	content: '';
}

.fa-scribd:before {
	content: '';
}

.fa-pause-circle:before {
	content: '';
}

.fa-pause-circle-o:before {
	content: '';
}

.fa-stop-circle:before {
	content: '';
}

.fa-stop-circle-o:before {
	content: '';
}

.fa-shopping-bag:before {
	content: '';
}

.fa-shopping-basket:before {
	content: '';
}

.fa-hashtag:before {
	content: '';
}

.fa-bluetooth:before {
	content: '';
}

.fa-bluetooth-b:before {
	content: '';
}

.fa-percent:before {
	content: '';
}

.fa-gitlab:before {
	content: '';
}

.fa-wpbeginner:before {
	content: '';
}

.fa-wpforms:before {
	content: '';
}

.fa-envira:before {
	content: '';
}

.fa-universal-access:before {
	content: '';
}

.fa-wheelchair-alt:before {
	content: '';
}

.fa-question-circle-o:before {
	content: '';
}

.fa-blind:before {
	content: '';
}

.fa-audio-description:before {
	content: '';
}

.fa-volume-control-phone:before {
	content: '';
}

.fa-braille:before {
	content: '';
}

.fa-assistive-listening-systems:before {
	content: '';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: '';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: '';
}

.fa-glide:before {
	content: '';
}

.fa-glide-g:before {
	content: '';
}

.fa-signing:before,
.fa-sign-language:before {
	content: '';
}

.fa-low-vision:before {
	content: '';
}

.fa-viadeo:before {
	content: '';
}

.fa-viadeo-square:before {
	content: '';
}

.fa-snapchat:before {
	content: '';
}

.fa-snapchat-ghost:before {
	content: '';
}

.fa-snapchat-square:before {
	content: '';
}

.fa-pied-piper:before {
	content: '';
}

.fa-first-order:before {
	content: '';
}

.fa-yoast:before {
	content: '';
}

.fa-themeisle:before {
	content: '';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: '';
}

.fa-fa:before,
.fa-font-awesome:before {
	content: '';
}

.fa-handshake-o:before {
	content: '';
}

.fa-envelope-open:before {
	content: '';
}

.fa-envelope-open-o:before {
	content: '';
}

.fa-linode:before {
	content: '';
}

.fa-address-book:before {
	content: '';
}

.fa-address-book-o:before {
	content: '';
}

.fa-vcard:before,
.fa-address-card:before {
	content: '';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: '';
}

.fa-user-circle:before {
	content: '';
}

.fa-user-circle-o:before {
	content: '';
}

.fa-user-o:before {
	content: '';
}

.fa-id-badge:before {
	content: '';
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: '';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: '';
}

.fa-quora:before {
	content: '';
}

.fa-free-code-camp:before {
	content: '';
}

.fa-telegram:before {
	content: '';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: '';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: '';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: '';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: '';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: '';
}

.fa-shower:before {
	content: '';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: '';
}

.fa-podcast:before {
	content: '';
}

.fa-window-maximize:before {
	content: '';
}

.fa-window-minimize:before {
	content: '';
}

.fa-window-restore:before {
	content: '';
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: '';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: '';
}

.fa-bandcamp:before {
	content: '';
}

.fa-grav:before {
	content: '';
}

.fa-etsy:before {
	content: '';
}

.fa-imdb:before {
	content: '';
}

.fa-ravelry:before {
	content: '';
}

.fa-eercast:before {
	content: '';
}

.fa-microchip:before {
	content: '';
}

.fa-snowflake-o:before {
	content: '';
}

.fa-superpowers:before {
	content: '';
}

.fa-wpexplorer:before {
	content: '';
}

.fa-meetup:before {
	content: '';
}

/*!------------------------------------*    Base
\*!------------------------------------*/

.drawer-open {
	overflow: hidden !important;
}

.drawer-nav {
	position: fixed;
	z-index: 30;
	top: 0;
	display: none;
	overflow: hidden;
	width: 30rem;
	height: 100%;
	color: #000;
	background: rgba(0, 71, 157, .95);
}

.drawer-brand {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.75rem;
	display: block;
	padding-right: .75rem;
	padding-left: .75rem;
	text-decoration: none;
	color: #000;
}

.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drawer-menu-item {
	font-size: 1rem;
	display: block;
	padding: .75rem;
	text-decoration: none;
	color: #000;
}

.drawer-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent;
}

/*! overlay */

.drawer-overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}

.drawer-open .drawer-overlay {
	display: block;
}

/*!------------------------------------*    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
	top: -100%;
	right: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
	transition: top .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--top.drawer-open .drawer-nav {
	top: 0;
	height: 100%;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
	right: 5.333333%;
}

/*!------------------------------------*    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
	left: -30rem;
	-webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
	transition: left .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
	left: 30rem;
}

/*!------------------------------------*    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
	right: -30rem;
	-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
	transition: right .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
	position: absolute;
	z-index: 5;
	top: 10px !important;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 3.2rem;
	width: 23px !important;
	height: 20px !important;
	padding: 0;
	padding-top: 18px;
	padding-right: .75rem;
	padding-bottom: 30px;
	padding-left: .75rem;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}

.drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 100%;
	height: 4px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #000;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	top: -9px;
	left: 0;
	content: ' ';
}

.drawer-hamburger-icon:after {
	top: 10px;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
	background-color: #00479d;
}

.drawer--sidebar .drawer-contents {
	background-color: #fff;
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
	padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
	border-bottom: 1px solid #ddd;
	background-color: #00479d;
}

.drawer-navbar {
	z-index: 3;
	top: 0;
	width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
	position: fixed;
}

.drawer-navbar-header {
	position: relative;
	z-index: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 3.75rem;
	padding: 0 .75rem;
	text-align: center;
}

.drawer-navbar .drawer-brand {
	line-height: 3.75rem;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
	background-color: transparent;
}

.drawer-navbar .drawer-nav {
	padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
	padding-bottom: 7.5rem;
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #00479d;
}

.drawer-dropdown-menu > li {
	width: 100%;
	list-style: none;
}

.drawer-dropdown-menu-item {
	line-height: 3.75rem;
	display: block;
	padding: 0;
	padding-right: .75rem;
	padding-left: 1.5rem;
	text-decoration: none;
	color: #000;
}

.drawer-dropdown-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
	display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/

.drawer-container {
	margin-right: auto;
	margin-left: auto;
}

.about .remodal {
	padding: 17.5% 2.5% 11.42857%;
	border-radius: 5px;
	background: url('../img/common/modal_bg@sp.png') top center no-repeat #fff;
	background-size: cover;
}

.about .remodal-overlay {
	opacity: .9;
	background-color: #009de1;
}

.about .remodal-close {
	top: 15px;
	right: 15px;
	left: auto;
	width: 26px;
	height: 26px;
}

.about .remodal-close:before {
	display: none;
}

.about .remodal-close:hover {
	opacity: .7;
}

.about .remodal-point .remodal-tit,
.about .remodal-healthycheck .remodal-tit {
	width: 63.83333%;
	margin: 0 auto;
}

.about .remodal-point .remodal-txt,
.about .remodal-healthycheck .remodal-txt {
	width: 74.16667%;
	margin: 0 auto 7.5%;
}

.about .remodal-point-1 .remodal-txt,
.about .remodal-healthycheck-1 .remodal-txt {
	margin: 0 auto 7.5%;
}

.about .remodal-point-2 .remodal-txt,
.about .remodal-healthycheck-2 .remodal-txt {
	margin: 0 auto 45px;
}

.about .remodal-point-2 .remodal-box,
.about .remodal-healthycheck-2 .remodal-box {
	width: 83.33333%;
	margin: 0 auto;
	padding: 4.64286% 7.85714%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background-color: #fff;
}

.about .remodal-point-2 .remodal-box p,
.about .remodal-healthycheck-2 .remodal-box p {
	max-width: 455px;
	margin: 0 auto;
}

.about .remodal-caption {
	font-size: 1.0rem;
	margin-top: 10px;
	text-align: right;
	color: #003992;
}

.about .remodal-point-1 .remodal-tit {
	width: 93.66667%;
}

.about .remodal-point-1 .remodal-txt {
	width: 93.66667%;
}

.about .remodal-point-1 .remodal-box {
	width: 54.66667%;
	margin: 0 auto;
}

.about .remodal-point-2 .remodal-tit {
	width: 93.66667%;
}

.about .remodal-point-2 .remodal-txt {
	width: 94.5%;
	margin-bottom: 20px;
}

.about .remodal-point-2 .remodal-box {
	width: 100%;
}

.about .remodal-point-2 .remodal-box p {
	width: 100%;
	margin: 0 auto;
}

.about .remodal-point-3 .remodal-tit {
	width: 93.66667%;
}

.about .remodal-point-3 .remodal-txt {
	width: 91.5%;
	margin-bottom: 0;
}

.about .remodal-healthycheck {
	padding-bottom: 3.33333%;
}

.about .remodal-healthycheck .remodal-subtit {
	width: 47.5%;
	margin: 0 auto 7.5%;
}

.about .remodal-healthycheck .remodal-txt {
	margin: 0 auto 25px;
}

.about .remodal-healthycheck .remodal-clickbox-before {
	position: relative;
}

.about .remodal-healthycheck .remodal-clickbox-before i {
	position: absolute;
	right: 13%;
	bottom: 11%;
	width: 24%;
	cursor: pointer;
}

.about .remodal-healthycheck .remodal-clickbox-before i:hover {
	opacity: .7;
}

.about .remodal-healthycheck .remodal-clickbox-after {
	display: none;
}

.about .remodal-teacher.remodal {
	background: #fff;
}

.about .remodal-teacher-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about .remodal-teacher-img {
	width: 31.50183%;
	margin-right: 3.2967%;
}

.about .remodal-teacher-txt {
	width: 63.91941%;
	text-align: left;
}

.about .remodal-teacher-txt dt {
	width: 100%;
	margin-bottom: 12px;
}

.about .remodal-teacher-txt dd {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1.6;
	color: #424242;
}

/*==================================================
	structure
================================================== */

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 1.0rem;
	line-height: 1.75;
	color: #33474f;
	background: none;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

svg:not(:root) {
	overflow: hidden;
}

svg,
svg path,
svg.icon {
	fill: currentColor;
}

svg.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
}

img {
	width: 100%;
}

.secondpage main {
	overflow: hidden;
}

/*==================================================
.content
================================================== */

#wrapper {
	position: relative;
}

/*header*/

.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 4px;
	background: url('../img/header/gnav_bg.png') top left repeat;
}

.header-logo {
	display: none;
	width: 20.46875%;
	max-width: 65px;
	margin: 0 auto;
}

.drawer-hamburger {
	line-height: 1em;
	right: 5.33333%;
	width: auto;
	padding: 0 0 17px;
}

.drawer-hamburger .icon-btnmenu:before {
	font-size: 40px;
	line-height: 1em;
	color: #000;
}

/*gnav*/

.drawer-hamburger {
	right: 10px !important;
}

.gnav-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gnav-list a,
.gnav-list span {
	display: block;
	padding: 10px 30px 10px 30px;
}

.gnav-list a:hover,
.gnav-list span:hover {
	opacity: .7;
}

.gnav-list.gnav-logo {
	margin-top: -13px;
	padding: 0px 30px 0px 0px;
}

.gnav-list.gnav-logo a {
	padding-right: 0;
	padding-left: 0;
}

.gnav-list-1 {
	background: url('../img/header/gnav_brder.png') right 6px no-repeat;
}

.gnav-list-2{
	background: url('../img/header/gnav_brder.png') right 6px no-repeat;
}

.gnav-list-3 {
	background: url('../img/header/gnav_brder.png') right 6px no-repeat;
}

/* .gnav-list-3 a {

} */

.drawer-nav {
	z-index: 100;
	padding-top: 25px;
}

.drawer-menu {
	overflow: auto;
	height: 100%;
	padding-bottom: 100px;
	-webkit-overflow-scrolling: touch;
}

.drawer-logo {
	width: 31.25%;
	max-width: 100px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.drawer-list {
	text-align: center;
}

.drawer-list:nth-child(1) img {
	max-width: 180px;
}

.drawer-list:nth-child(2) img {
	max-width: 180px;
}

.drawer-list:nth-child(3) img {
	max-width: 180px;
}

/*toppage×*/
main {
	margin-top: 80px;
}

main .mv {
	background-color: #fff;
}

main .mv .slick-prev,
main .mv .slick-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 28px;
	height: 58px;
	margin-top: -15px;
	cursor: pointer;
	text-indent: -3000em;
	border: none;
	outline: none;
}

main .mv .slick-prev:hover,
main .mv .slick-next:hover {
	opacity: .7;
}

main .mv .slick-prev {
	left: 50px;
	background: url('../img/svg/icon/arrow_l.svg') top left no-repeat;
}

main .mv .slick-next {
	right: 50px;
	background: url('../img/svg/icon/arrow_r.svg') top left no-repeat;
}

main .mv .slick-dots {
	position: absolute;
	z-index: 10;
	bottom: 29px;
	left: 0;
	width: 100%;
	height: 10px;
	text-align: center;
}

main .mv .slick-dots li {
	display: inline-block;
	height: 10px;
	padding-right: 13px;
	padding-left: 13px;
}

main .mv .slick-dots li.slick-active button {
	background-color: #009de1;
}

main .mv .slick-dots li button {
	font-size: 0;
	width: 10px;
	height: 10px;
	vertical-align: top;
	border: 1px solid #009de1;
	border-radius: 5px;
}

main .uniquecontent {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -3.2%;
	margin-bottom: -.2%;
}

main .uniquecontent .kobara {
	width: 35.53030303%;
	margin-top: .18%;
}

main .uniquecontent .kobara a:hover img {
	opacity: .7;
}

main .uniquecontent .limited_bnr {
	width: 64.469696973%;
	padding-top: 3.2%;
}

main .uniquecontent .limited_bnr a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

main .uniquecontent .limited_bnr a:hover img {
	opacity: .7;
}

main .lineup {
	position: relative;
	z-index: 2;
	margin-bottom: -4%;
	padding: 5.45455% 0 7.95455%;
	background: url('../img/top/lineup_bg.png') bottom left no-repeat;
	background-size: cover;
}

main .lineup h2 {
	margin-bottom: 3%;
	text-align: center;
}

main .lineup h2 img {
	width: auto;
}

main .lineup-inner {
	width: 93%;
	margin: 0 auto;
}

main .lineup-listset {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

main .lineup-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

main .lineup-list {
	padding: 0 15px;
}

main .lineup-list a {
	display: block;
	padding-bottom: 22%;
	background: url('../img/svg/icon/icon_link.svg') bottom center no-repeat;
}

main .lineup-list a:hover {
	opacity: .7;
}

main .lineup-list a img {
	width: 100%;
}

main .lineup-list figure figcaption {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	padding-top: 8%;
	text-align: center;
	color: #fff;
}

main .recipe {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main .recipe-tit {
	position: relative;
	display: block;
	width: 36.36364%;
	background: url('../img/top/recipe_tit_bg.jpg') top center no-repeat;
	background-size: 100%;
}

main .recipe-tit h2 {
	position: relative;
	width: 92.2916667%;
	max-width: 410px;
	margin: 59.8% auto 0;
}

main .recipe-tit:hover {
	opacity: .7;
}

main .recipe .note {
	position: absolute;
	right: 2.70833%;
	bottom: 2.91667%;
	width: 61.875%;
}

main .recipe-content {
	width: 63.63636%;
}

main .recipe-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

main .recipe-lists.recipe-content-column2 .recipe-list {
	width: 50%;
}

main .recipe-lists.recipe-content-column2 .recipe-list.recipe-list-1 {
	width: 50%;
}

main .recipe-lists.recipe-content-column2 .recipe-list.recipe-list-2 {
	width: 50%;
}

main .recipe-lists.recipe-content-column2 .recipe-list p {
	width: 53.80952%;
	max-width: 226px;
}

main .recipe-lists.recipe-content-column3 .recipe-list {
	width: 33.333333%;
}

main .recipe-lists.recipe-content-column3 .recipe-list p {
	top: 20px;
	width: 73.57143%;
	max-width: 206px;
}

main .recipe-list {
	position: relative;
}

main .recipe-list p {
	position: absolute;
	z-index: 2;
	top: 32px;
	left: -20px;
}

main .recipe-list a {
	display: block;
}

main .recipe-list a:hover {
	opacity: .7;
}

main .recipe i {
	position: absolute;
	bottom: -54px;
}

main .banner {
	padding-top: 64px;
	padding-right: 15px;
	padding-bottom: 90px;
	padding-left: 15px;
	background: url('../img/top/banner_bgtxt.png') no-repeat 100px center #f9fbfd;
}

main .banner-game {
	max-width: 1090px;
	margin: 0 auto 20px;
	padding: 0 5px;
}

main .banner-game:hover {
	opacity: .7;
}

main .banner-listset {
	max-width: 1090px;
	margin: 0 auto;
}

main .banner-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	-webkit-justify-content: flex-start; /* Safari */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

main .banner-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}

main .banner-list:nth-child(3),
main .banner-list:nth-child(4) {
	margin-bottom: 0;
}

main .banner-list a:hover img {
	opacity: .7;
}

main .instagram {
	overflow: hidden;
	padding-top: 70px;
	background: url('../img/top/instagram_bg.png') bottom center repeat;
	background-size: 100%;
}

main .instagram-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-left: 0px;
}

main .instagram-inner h2 {
	width: 273px;
	margin-right: 5%;
}

main .instagram-inner h2 img {
	width: 100%;
	max-width: 273px;
	margin-top: 10px;
}

main .instagram-inner-listset {
	width: 710px;
	margin-right: -4px;
	margin-left: -4px;
}

main .instagram-inner-listset ul {
	float: left;
	padding-right: 4px;
	padding-left: 4px;
}

main .instagram-inner-listset ul li {
	padding-bottom: 11px;
}

main .instagram-inner i {
	position: absolute;
	top: 0;
	right: 7%;
	display: none;
	width: 16.40625%;
}

main .instagram .slick-prev {
	position: absolute;
	top: 50%;
	left: -70px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	text-indent: -3000em;
	border: none;
	outline: none;
	background: url('../img/top/arrow_l.png') top left no-repeat;
}

main .instagram .slick-prev:hover {
	opacity: .7;
}

main .instagram .slick-next {
	position: absolute;
	top: 50%;
	right: -70px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	text-indent: -3000em;
	border: none;
	outline: none;
	background: url('../img/top/arrow_r.png') top left no-repeat;
}

main .instagram .slick-next:hover {
	opacity: .7;
}

/*footer*/

.footer {
	position: relative;
	z-index: 2;
	padding-top: 30px;
	background-color: #004699;
}

.footer-menu {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; /* Safari */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px 24px;
	-webkit-justify-content: space-between; /* Safari */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: row-reverse;
}

.footer-menu:before {
	position: absolute;
	z-index: 100;
	top: -50px;
	right: 20px;
}

.footer-menu div {
	max-width: 67px;
}

.footer-menu div:hover {
	opacity: .7;
}

.footer-menu p {
	font-size: 1.5rem;
	letter-spacing: .15em;
	color: #fff;
}

.footer-menu p a:hover {
	opacity: .7;
}

.footer-menu p .pcbl {
	display: none;
}

.footer-menubottom {
	font-size: 1.1rem;
	padding: 10px 0;
	background-color: #062f73;
}

.footer-menubottom-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1320px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-justify-content: space-between; /* Safari */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-menubottom-inner p {
	margin-bottom: 5px;
}

.footer-menubottom-inner p a {
	margin-right: 30px;
	letter-spacing: .1em;
}

.footer-menubottom-inner p a:hover {
	opacity: .7;
}

.footer-menubottom-inner small {
	color: #fff;
}

.spbl {
	display: block;
}

.pcbl {
	display: none;
}

/*about*/

.about main {
	overflow: hidden;
	margin-top: 80px;
}

.about main .mv {
	background-color: #fff;
}

.about main .txtarea {
	position: relative;
	margin-bottom: -9.2%;
	padding-top: 24.0625%;
	padding-bottom: 11%;
	background: url('../img/about/about_content_bg.png') top center repeat;
}

.about main .txtarea .packageimg {
	position: absolute;
	z-index: 2;
	top: -8%;
	right: 0;
	width: 39.6875%;
}

.about main .txtarea .snack {
	position: relative;
}

.about main .txtarea .snack-box {
	position: relative;
	z-index: 2;
	width: 93.75%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7.34375%;
	border: 3px solid #fff;
	border-radius: 10px;
	background: url('../img/about/snack_bg.png') top left repeat;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14);
}

.about main .txtarea .snack h2 {
	width: 88.83333%;
	margin: 0 auto 20px;
}

.about main .txtarea .snack-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -5px;
	margin-left: -5px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about main .txtarea .snack-list {
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
}

.about main .txtarea .snack-list:nth-child(2) {
	margin-top: 11.53846%;
}

.about main .txtarea .snack-list:nth-child(3) {
	margin-top: -6.92308%;
}

.about main .txtarea .snack-list:last-child {
	margin-top: 3.84615%;
}

.about main .txtarea .snack-list img {
	width: 100%;
}

.about main .txtarea .snack-caption {
	width: 81.5%;
	margin-top: 5px;
	margin-bottom: 3.33333%;
	margin-left: 3.33333%;
}

.about main .txtarea .snack-kobara {
	display: none;
}

.about main .txtarea .snack-ill-1 {
	position: absolute;
	top: -25%;
	right: 0;
	display: block;
	width: 96.875%;
}

.about main .txtarea .snack-ill-2 {
	position: absolute;
	bottom: -6%;
	left: 10%;
	display: block;
	width: 35.3125%;
}

.about main .healthy-box {
	position: relative;
	padding-top: 20.3125%;
	padding-bottom: 31.25%;
	background-color: #eff3f9;
}

.about main .healthy-tit-sp {
	position: relative;
	z-index: 2;
	left: 2.5%;
	width: 85.78125%;
	margin: 0 auto -24%;
}

.about main .healthy-tit {
	display: none;
}

.about main .healthy-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about main .healthy-list {
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
}

.about main .healthy-list:nth-child(2) {
	padding-top: 20.37037%;
}

.about main .healthy-list:nth-child(3) {
	margin-top: -14.81481%;
}

.about main .healthy-list a:hover img {
	opacity: .7;
}

.about main .healthy-teacher {
	width: 26.875%;
	margin-top: -54%;
	margin-left: 60%;
}

.about main .healthy-teacher:hover {
	opacity: .7;
}

.about main .healthycheck {
	padding-top: 10.9375%;
	padding-bottom: 5.46875%;
	background: url('../img/about/healthycheck_bg@sp.jpg') top center repeat;
	background-size: cover;
}

.about main .healthycheck-box {
	position: relative;
}

.about main .healthycheck-tit {
	width: 90.3125%;
	margin: 0 auto 4.32526%;
}

.about main .healthycheck-lists {
	overflow: hidden;
	width: 90.3125%;
	margin: 0 auto;
}

.about main .healthycheck-list:nth-child(1) {
	position: relative;
	z-index: 2;
	float: left;
	width: 84.60208%;
}

.about main .healthycheck-list:nth-child(2) {
	float: none;
	margin-top: 0;
}

.about main .healthycheck-list a img {
	width: 100%;
}

.about main .healthycheck-list a:hover img {
	opacity: .7;
}

.about main .healthycheck-caption {
	overflow: hidden;
	width: 100%;
	margin: 4.93827% 0 0;
}

.about main .healthycheck-chara {
	position: absolute;
	bottom: -4.1%;
	left: 0;
	display: block;
	width: 32.96875%;
}

.about main .products {
	position: relative;
	padding-top: 11.71875%;
	padding-bottom: 50px;
	background: url('../img/about/products_bg@sp.png') top center repeat;
	background-size: cover;
}

.about main .products-tit {
	width: 91.875%;
	margin: 0 auto;
	padding-bottom: 13.75%;
}

.about main .products-listset {
	width: 80.9375%;
	margin: 0 auto;
}

.about main .products-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -14px;
	margin-left: -14px;
	padding-bottom: 3.125%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about main .products-list {
	width: 50%;
	padding-right: 14px;
	padding-bottom: 9%;
	padding-left: 14px;
}

.about main .products-list:hover {
	opacity: .7;
}

.about main .products-list dl dt img {
	width: 100%;
}

.about main .products-list dl dd {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	margin-top: 10px;
	text-align: center;
	color: #00479d;
}

.about main .products-btn {
	width: 60.15625%;
	margin: 0 auto;
}

.about main .products-btn:hover {
	opacity: .7;
}

.about main .products-btn a img {
	width: 100%;
}

.about main .products-chara {
	position: absolute;
	right: 0;
	bottom: 4%;
	width: 19.84375%;
}

/*recipe*/

.recipe main {
	margin-top: 40px;
	padding-top: 2.8125%;
	padding-bottom: 10px;
	background-color: #eff3f9;
}

.recipe main .mv {
	margin-bottom: -8%;
	background: none;
}

.recipe main .mv h1 {
	width: 99.53125%;
	margin: 0 auto;
}

.recipe main .content {
	width: 93.75%;
	margin: 0 auto;
}

.recipe main .sort {
	margin-bottom: 10%;
}

.recipe main .sort h2 span {
	cursor: pointer;
}

.recipe main .sort h2 span:hover {
	opacity: .7;
}

.recipe main .sort-listset {
	position: absolute;
	z-index: 2;
	/*top: -20px;*/
	left: 0;
	width: 100%;
}

.recipe main .sort-sublist-theme,
.recipe main .sort-sublist-timing,
.recipe main .sort-sublist-flavor {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
}

.recipe main .sort-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: url('../img/recipe/sort1_bg.png') top left repeat;
	background-size: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recipe main .sort-list {
	font-family: 'Noto-bold', sans-serif;
	font-size: 0.4rem;
	font-weight: bold;
	width: 33.333333333%;
	padding: 2% 0 4% 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-right: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.recipe main .sort-list.active {
	cursor: default;
	color: #00479d;
	background-color: #ffd700;
}

.recipe main .sort-list.active span {
	background: none;
}

.recipe main .sort-list.active:hover {
	opacity: 100;
}

.recipe main .sort-list span {
	padding-bottom: 9px;
	background: url('../img/svg/icon/icon_bottom.svg') bottom center no-repeat;
	background-size: 12px auto;
}

.recipe main .sort-list:hover {
	opacity: .7;
}

.recipe main .sort-sublists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background: url('../img/recipe/sort2_bg.png') top left repeat;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recipe main .sort-sublist {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	width: 50%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	cursor: pointer;
	text-align: left;
	color: #fff;
}

.recipe main .sort-sublist:hover {
	opacity: .7;
}

.recipe main .sort-imgs {
	width: 93.33333%;
	margin: 0 auto;
	padding-top: 16%;
}

.recipe main .sort-imgs-lblock {
	width: 100%;
}

.recipe main .sort-imgs-sblock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	margin-right: -10px;
	margin-left: -10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recipe main .sort-img {
	position: relative;
	padding-bottom: 6.25%;
}

.recipe main .sort-img:hover {
	opacity: .7;
}

.recipe main .sort-img p {
	position: absolute;
	top: 3.57143%;
	left: -4%;
	max-width: 297px;
}

.recipe main .sort-img-l {
	width: 100%;
}

.recipe main .sort-img-l figcaption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 64px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recipe main .sort-img-s {
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
}

.recipe main .sort-img-s figcaption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 65px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recipe main .sort-img figure {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.recipe main .sort-img figure img {
	width: 100%;
}

.recipe main .sort-img figcaption {
	line-height: 1.2;
	text-align: center;
	border-radius: 0 0 10px 10px;
	background-color: #f0f6fc;
}

.recipe main .sort-img figcaption span {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #00479d;
	padding: 0px 5px 0px 5px;
}

.recipe main .sort-content {
	position: relative;
	background-color: #fff;
}

.recipe main .sort-content:last-child {
	position: relative;
	background-color: #fff;
}

.recipe .footer:before {
	position: absolute;
	z-index: 100;
	right: 5.3%;
	bottom: 100%;
	display: block;
	width: 70px;
	height: 113px;
	margin-bottom: -28px;
	content: '';
	background: url(../img/article/char.png) no-repeat;
	background-size: 100% auto;
}

.recipe .footer:before {
	display: none;
}

/*recipedetail*/

.recipedetail main {
	margin-top: 40px;
	padding-top: 2.8125%;
	background-color: #eff3f9;
	padding-bottom: 0;
}

.recipedetail main .mv {
	position: relative;
	z-index: 1;
	margin-bottom: -27%;
	background: none;
}

.recipedetail main .mv h1 {
	width: 99.53125%;
	margin: 0 auto;
}

.recipedetail main .content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.recipedetail main .content .imgbox {
	position: relative;
	width: 93.75%;
	margin: 0 auto 14.0625%;
}

.recipedetail main .content .imgbox > p {
	border-bottom: 5px solid #00479d;
}

.recipedetail main .content .imgbox > p img {
	width: 36.5%;
}

.recipedetail main .content .imgbox-inner {
	padding-top: 6.66667%;
	padding-right: 3.33333%;
	padding-bottom: 3.33333%;
	padding-left: 3.33333%;
	background: url('../img/recipe/detail/detail_bg.jpg') top left repeat;
	background-size: 100%;
}

.recipedetail main .content .imgbox-inner .visual {
	position: relative;
}

.recipedetail main .content .imgbox-inner .visual img {
	width: 100%;
}

.recipedetail main .content .imgbox-tit {
	padding-bottom: 7.5%;
}

.recipedetail main .content .imgbox-tit h1 {
	font-family: 'Noto-bold', sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
}

.recipedetail main .content .imgbox-tit h1 span {
	font-size: 1.4rem;
	display: block;
}

.recipedetail main .content .sns {
	padding-bottom: 4.66667%;
}

.recipedetail main .content .sns-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -3px;
	margin-left: -3px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recipedetail main .content .sns-list {
	width: 26px;
	padding-right: 3px;
	padding-left: 3px;
}

.recipedetail main .content .sns-qr {
	display: none;
	margin-left: 39px;
}

.recipedetail main .content .tag-set {
	padding-left: 9px;
}

.recipedetail main .content .tag-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -9px;
	margin-left: -9px;
}

.recipedetail main .content .tag-list {
	font-size: 1rem;
	padding-right: 9px;
	padding-left: 9px;
	color: #009de1;
}

.recipedetail main .content .tag-list span {
	font-family: 'Noto-bold', sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: 2px 7px;
	border-radius: 5px;
	background-color: #009de1;
	background-color: #ffd700;
}

.recipedetail main .content .txtbox {
	padding-top: 10%;
	padding-right: 3.33333%;
	padding-bottom: 8%;
	padding-left: 3.33333%;
	background-color: #fff;
}

.recipedetail main .content .txtbox-lead {
	font-size: 1.4rem;
	padding-bottom: 11.66667%;
}

.recipedetail main .content .txtbox .mathowto__hdr {
	margin-bottom: 10px;
	padding-bottom: 4.2553191%;
	background: url(../img/recipe/detail/img_dot.png) repeat-x 0 100%;
	background-size: auto 1px;
}

.recipedetail main .content .txtbox .material {
	position: relative;
	margin-bottom: 15.35714%;
}

.recipedetail main .content .txtbox .material h2 {
	width: 100%;
}

.recipedetail main .content .txtbox .material h2 img {
	width: 10.6382979%;
}

.recipedetail main .content .txtbox .material .quantity {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	color: #004699;
}

.recipedetail main .content .txtbox .material ul,
.recipedetail main .content .txtbox .material dl {
	font-size: 1.4rem;
}

.recipedetail main .content .txtbox .material ul dt,
.recipedetail main .content .txtbox .material dl dt {
	font-weight: bold;
}

.recipedetail main .content .txtbox .material ul li,
.recipedetail main .content .txtbox .material ul dt,
.recipedetail main .content .txtbox .material dl li,
.recipedetail main .content .txtbox .material dl dt {
	margin-bottom: 6px;
}

.recipedetail main .content .txtbox .material ul {
	margin-bottom: 2em;
}

.recipedetail main .content .txtbox .howto .mathowto__hdr {
	margin-bottom: 20px;
}

.recipedetail main .content .txtbox .howto h2 {
	display: block;
	width: 100%;
}

.recipedetail main .content .txtbox .howto h2 img {
	width: 15.9574468%;
}

.recipedetail main .content .txtbox .howto p {
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.recipedetail main .content .txtbox .nutrient {
	margin-top: 16%;
	padding-top: 7.14286%;
	padding-bottom: 11.60714%;
	border-radius: 10px;
	background: url('../img/recipe/detail/nutrient_bg.png') top left repeat;
}

.recipedetail main .content .txtbox .nutrient-tit {
	margin: 0 auto 7.5%;
	text-align: center;
}

.recipedetail main .content .txtbox .nutrient-tit img {
	width: 20.35714%;
}

.recipedetail main .content .txtbox .nutrient-tit .quantity {
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 5px;
	text-align: center;
	color: #004699;
}

.recipedetail main .content .txtbox .nutrient-txt {
	font-size: 1.4rem;
	width: 71.42857%;
	margin: 0 auto 12.14286%;
	padding: 5% 10%;
	text-align: center;
	color: #000;
	border: 1px solid #00479d;
	border-radius: 5px;
}

.recipedetail main .content .txtbox .nutrient-txt dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.recipedetail main .content .txtbox .nutrient-txt dl dt {
	width: 65%;
	text-align: left;
}

.recipedetail main .content .txtbox .nutrient-ttl {
	width: 36.78571%;
	margin: 0 auto 6.07143%;
	padding-bottom: 1.42857%;
	text-align: center;
	border-bottom: 2px solid #00479d;
}

.recipedetail main .content .txtbox .nutrient-ttl img {
	width: 94.1747573%;
}

.recipedetail main .content .txtbox .nutrient-fig {
	width: 59.64286%;
	margin: 0 auto;
}

/*products*/

body.products main .mv {
	padding-top: 40px;
	padding-bottom: 7.34375%;
	background: url('../img/products/mv_bg@sp.png') top center no-repeat #e4e4e0;
	background-size: cover;
}

body.products main .mv h1 {
	margin: 0 auto;
}

body.products main .mv-img {
	display: block;
	width: 46.875%;
	margin: 0 auto 8.75%;
}

body.products main .mv-tit {
	display: block;
	width: 93.59375%;
	margin: 0 auto 5.9375%;
}

body.products main .mv-txt {
	display: block;
	width: 92.5%;
	margin: 0 auto 8.59375%;
}

body.products main .mv .point {
	width: 71.875%;
	margin: 0 auto 5.9375%;
}

body.products main .mv .point-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -9px;
	margin-left: -9px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.products main .mv .point-list {
	width: 50%;
	padding-right: 9px;
	padding-bottom: 2.1875%;
	padding-left: 9px;
}

body.products main .mv .point-list img {
	width: 100%;
}

body.products main .mv-caption {
	width: 57.5%;
	margin-left: 5.3125%;
}

body.products main .content .itemicons {
	padding-top: 2.34375%;
	padding-bottom: 4.6875%;
	background: url('../img/products/item_icons_bg@sp.jpg') top center repeat;
	background-size: 100%;
}

body.products main .content .itemicons-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 81.875%;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.products main .content .itemicons-lists .itemicons-list {
	width: 33.3333%;
}

body.products main .content .itemicons-list {
	width: 33.3333%;
	margin-bottom: 3.125%;
	padding-right: 10px;
	padding-left: 10px;
}

body.products main .content .itemicons-list:hover {
	opacity: .7;
}

body.products main .content .itemicons-list img {
	width: 100%;
}

body.products main .content .productsarea {
	position: relative;
	padding-top: 10.8125%;
	padding-right: 3.125%;
	padding-left: 3.125%;
	padding-bottom: 3.125%;
	background-color: #eff3f9;
}

body.products main .content .productsarea .chara4 {
	position: absolute;
	right: 1.5%;
	bottom: -0.5%;
	width: 27.96875%;
}

body.products main .content .productsarea .chara1pc {
	display: none;
}

body.products main .content .productsarea .chara2pc {
	display: none;
}

body.products main .content .productsarea .chara3pc {
	display: none;
}
body.products main .content .productsarea .chara4pc {
	display: none;
}

body.products main .content .productsarea-banner {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 7.8125%;
}

body.products main .content .productsarea-banner a {
	display: block;
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

body.products main .content .productsarea-banner img {
	width: 100%;
}

body.products main .content .productsarea-ancer {
	margin-top: -25px;
	padding-top: 38px;
}

body.products main .content .productsarea-list {
	position: relative;
	margin-bottom: 7.8125%;
	padding-top: 8.28125%;
}

body.products main .content .productsarea-list .chara1 {
	position: absolute;
	top: 39%;
	right: -3%;
	width: 27%;
}

body.products main .content .productsarea-list .chara2 {
	position: absolute;
	top: -7%;
	left: -1%;
	width: 19.0625%;
}

body.products main .content .productsarea-list .chara3 {
	position: absolute;
	top: -11%;
	right: -4%;
	width: 26.875%;
}

body.products main .content .productsarea-list-1 {
	background: url('../img/products/item_1_bg@sp.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-2 {
	background: url('../img/products/item_2_bg@sp.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-3 {
	background: url('../img/products/item_3_bg@sp.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-4 {
	background: url('../img/products/item_4_bg@sp.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-5 {
	background: url('../img/products/item_5_bg@sp.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-6 {
	background: url('../img/products/item_6_bg@sp.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-7 {
	background: url('../img/products/item_7_bg@sp-1.png') top left no-repeat #ffe4e4;
	background-size: 100%;
}

body.products main .content .productsarea-list-8 {
	background: url('../img/products/item_8_bg@sp.png') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-9 {
	background: url('../img/products/item_9_bg@sp.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-10 {
	background: url('../img/products/item_10_bg@sp.png') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-11 {
	background: url('../img/products/item_11_bg@sp.png') top left no-repeat #fff;
	background-size: 100%;
}
body.products main .content .productsarea-tag {
	position: absolute;
	top: -1%;
	left: -8px;
	width: 45.16667%;
}

body.products main .content .productsarea-tag img {
	width: 100%;
}

body.products main .content .productsarea-name {
	width: 90.66667%;
	margin: 0 auto;
}

body.products main .content .productsarea-txt {
	width: 90.66667%;
	margin: 0 auto;
}

body.products main .content .productsarea-img {
	display: block;
	width: 60.5%;
	margin: 7% auto 0;
}

body.products main .content .productsarea-circleset {
	width: 55.66667%;
	margin: 8px auto 0;
	padding-bottom: 15px;
}

body.products main .content .productsarea-circlelists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -6px;
	margin-left: -6px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.products main .content .productsarea-circlelist {
	width: 74px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
}

body.products main .content .productsarea-circlelist dl {
	font-style: italic;
	width: 62px;
	height: 62px;
	padding-top: 6px;
	color: #004699;
	border: 2px solid #004699;
	border-radius: 50%;
	background-color: #fff;
}

body.products main .content .productsarea-circlelist dl dt {
	font-size: .9rem;
	font-weight: bold;
	margin-bottom: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	background: url(../img/products/img_wave.png) no-repeat 50% 100%;
	background-size: auto 2px;
}

body.products main .content .productsarea-circlelist dl dd {
	font-size: 1.0rem;
	line-height: 1;
}

body.products main .content .productsarea-circlelist dl dd span {
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 2px;
}

body.products main .content .productsarea-circlelist img {
	width: 100%;
}

body.products main .content .productsarea-info {
	font-size: 1.4rem;
	width: 93.33333%;
	margin: 0 auto;
	padding-top: 6.25%;
	padding-bottom: 6.25%;
	background: url('../img/products/productsarea-border@sp.png') top no-repeat;
	background-size: 100%;
}

body.products main .content .productsarea-info h3 {
	color: #004699;
}

body.products main .content .productsarea-info-nutritional {
	padding-top: 1em;
}

body.products main .content .productsarea-info-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

body.products main .content .productsarea-info-list dt {
	width: 40%;
}

body.products main .content .productsarea-info-list dd {
	width: 65%;
}

body.products main .content .productsarea-recipeimg {
	position: relative;
	padding-top: 18%;
	padding-bottom: 3.4375%;
	background: url('../img/products/recipe_bg@sp.png') top left repeat;
}

body.products main .content .productsarea-recipeimg-tit {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 92%;
	margin: 0 auto;
	padding-top: 8.33333%;
}

body.products main .content .productsarea-recipeimg-tit:before {
	position: absolute;
	top: 17%;
	right: 0;
	left: 0;
	display: block;
	width: 72.5%;
	margin: 0 auto;
	padding-bottom: 13.92857%;
	content: '';
	border: 2px solid #3d71ae;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
}

body.products main .content .productsarea-recipeimg-tit p {
	position: relative;
	width: 77.5%;
	margin: 0 auto;
}

body.products main .content .productsarea-recipeimg-box {
	width: 92%;
	margin: 0 auto;
	padding-bottom: 6.60714%;
	border: 2px solid #3d71ae;
	border-radius: 5px;
	background: url('../img/products/recipe_box@sp.png') bottom right no-repeat #fff;
	background-size: 31% auto;
}

body.products main .content .productsarea-recipeimg-img {
	width: 81.60714%;
	margin: 0 auto 15px;
	padding-top: 17.6470588%;
}

body.products main .content .productsarea-recipeimg-img span {
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
}

body.products main .content .productsarea-recipeimg-img span img {
	width: 100%;
}

body.products main .content .productsarea-recipeimg-txt {
	padding-bottom: 22px;
	text-align: center;
}

body.products main .content .productsarea-recipeimg-txt dt {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom: 15px;
}

body.products main .content .productsarea-recipeimg-txt dd {
	font-size: 1.2rem;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.products main .content .productsarea-recipeimg-txt dd p {
	line-height: 2.7rem;
	margin-top: 5px;
	margin-right: 10px;
	text-align: left;
}

body.products main .content .productsarea-recipeimg-txt dd p i {
	display: none;
}

body.products main .content .productsarea-recipeimg-txt dd p span {
	display: block;
}

body.products main .content .productsarea-recipeimg-txt dd p br {
	display: none;
}

body.products main .content .productsarea-recipeimg-txt dd .graph {
	width: 46.09375%;
	max-width: 295px;
}

body.products main .content .productsarea-recipeimg-txt dd .graph i {
	display: none;
}

body.products main .content .productsarea-recipeimg-btn {
	width: 46.25%;
	margin: 0 auto;
	text-align: center;
}

body.products main .content .productsarea-recipeimg-btn img {
	display: inline-block;
	width: 100%;
}

body.products main .content .productsarea-recipeimg-btn:hover {
	opacity: .7;
}

body.products main .content .supergoods-tag {
	position: absolute;
	top: -4%;
	left: -18px;
}

body.products main .content .supergoods-tag img {
	width: 350px;
}

body.products main .content .friendlymix-tag {
	position: absolute;
	top: -1.5%;
	left: -18px;
}

body.products main .content .friendlymix-tag img {
	width: 271px;
}
/*article*/

.article main .content section.sec-recipe .inner {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	margin-top: 25px;
}

.article .sec-recipe {
	position: relative;
	background: url(../img/article/bg_sec_recipe.jpg) repeat center center;
	background-size: 100%;
}

.article .sec-recipe h3 {
	padding-top: 12px;
	padding-left: 1.6%;
}

.article .sec-recipe ul {
	width: 100%;
}

.article .sec-recipe ul li {
	width: 48.35%;
	margin: 10px auto 0;
}

.article .sec-recipe ul li:first-child {
	width: 100%;
}

.article .sec-recipe ul li a img {
	width: 100%;
	height: auto;
}

.article .sec-recipe ul li a:hover {
	opacity: .7;
}

.article .sec-recipe .nowrecipe {
	margin-top: 25px;
}

.article .sec-recipe .obj {
	display: none;
}

.article .sec-recipe h4 {
    text-align: center;
    margin: 0 auto 30px;
	position: relative;
    color: #00479d;
    font-size: 1.8rem;
    font-family: 'Noto-bold', sans-serif;
}

/*article03*/

.article03 main {
	margin-top: 80px;
}

.article03 main .mv {
	background-color: #fff;
}

.article03 main .content section .inner {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}

.article03 main .content .sec-lead {
	font-family: 'Noto-bold', sans-serif;
	font-weight: bold;
	background: url(../img/article/03/bg_sec_lead.jpg) repeat center center;
	background-size: cover;
}

.article03 main .content .sec-lead .inner {
	padding: 55px 0 85px;
}

.article03 main .content .sec-lead .inner:before,
.article03 main .content .sec-lead .inner:after {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
}

.article03 main .content .sec-lead .inner:before {
	top: 20px;
	right: 0;
	width: 53px;
	height: 55px;
	background: url(../img/article/03/obj_lead_01@sp.png) no-repeat 0 0;
	background-size: 100% auto;
}

.article03 main .content .sec-lead .inner:after {
	bottom: 21px;
	left: 54px;
	width: 70px;
	height: 59px;
	background: url(../img/article/03/obj_lead_02@sp.png) no-repeat 0 0;
	background-size: 100% auto;
}

.article03 main .content .sec-lead h2 {
	font-size: 1.65rem;
	line-height: 1.4;
	letter-spacing: .15em;
	color: #424242;
}

.article03 main .content .sec-lead p {
	font-size: 1.2rem;
	margin: 20px 0 0;
}

.article03 main .content .sec-main {
	overflow: hidden;
	padding-bottom: 40px;
	background-color: #eff3f9;
}

.article03 main .content .sec-main ul li {
	margin-top: 35px;
}

.article03 main .content .sec-main ul li h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #00479c;
}

.article03 main .content .sec-main ul li h3 img {
	width: auto;
	height: 9px;
}

.article03 main .content .sec-main ul li.sec-1 .inner-box-l i {
	position: relative;
	left: -1%;
	display: block;
	width: 43.4375%;
	margin-top: 3.90625%;
}

.article03 main .content .sec-main ul li.sec-2 .inner-box-l i {
	position: relative;
	left: 3.125%;
	display: block;
	width: 41.25%;
	margin-top: 3.90625%;
}

.article03 main .content .sec-main ul li.sec-3 .inner-box-l i {
	position: relative;
	left: 0;
	display: block;
	width: 45%;
	margin-top: 3.90625%;
}

.article03 main .content .sec-main ul li.sec-4 .inner-box-l i {
	position: relative;
	left: 0;
	display: block;
	width: 49.21875%;
	margin-top: 3.90625%;
}

.article03 main .content .sec-main ul li.sec-5 .inner-box-l i {
	position: relative;
	left: .5%;
	display: block;
	width: 46.40625%;
	margin-top: 3.90625%;
}

.article03 main .content .sec-main ul li .inner-box {
	margin-top: 13.75%;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l img {
	width: 100%;
	height: auto;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l .view {
	font-size: 1.4rem;
	position: relative;
	position: relative;
	margin: 50px 0 0;
	padding: 22px;
	color: #424242;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l .view .obj {
	font-family: 'Noto-bold', sans-serif;
	font-size: .9rem;
	font-weight: bold;
	position: absolute;
	top: -20px;
	left: -10px;
	display: inline-block;
	margin-bottom: 13px;
	padding: 10px 29px 11px 23px;
	color: #00479c;
	background: url('../img/article/03/view_tit_bg.png') top left no-repeat;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r {
	position: relative;
	margin-top: 5%;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r:before {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: -10px;
	display: block;
	width: 163px;
	height: 23px;
	content: '';
	background: url(../img/article/03/label.png) no-repeat 0 0;
	background-size: 100% auto;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r figure img {
	width: 100%;
	height: auto;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item {
	padding: 0 4.66% 38px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item h4 {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 18px 0;
	color: #00479c;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item p {
	font-size: 1.4rem;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item p span {
	font-size: 1rem;
	display: block;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item .btn {
	padding: 32px 0 0;
	text-align: center;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item .btn a {
	font-family: 'Noto-bold', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	height: 26px;
	padding: 0 20px;
	color: #00479c;
	border: 1px solid #00479c;
	border-radius: 13px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item .btn a:hover {
	opacity: .7;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item .btn a:before {
	display: inline-block;
	width: 5px;
	height: 9px;
	margin-right: 4px;
	content: '';
	background: url(../img/article/03/arrow.png) no-repeat 0 0;
	background-size: 100% auto;
}

.article03 main .content .prof {
	width: 93.75%;
	margin: 14.0625% auto 0;
	padding: 7.8125% 3.125%;
	border-radius: 5px;
	background-color: #fff;
}

.article03 main .content .prof dt {
	width: 87.5%;
	margin-bottom: 6.25%;
}

.article03 main .content .prof dd {
	font-family: 'Noto', sans-serif;
	font-size: 1.4rem;
	line-height: 2.5rem;
	color: #424242;
}

.article03 main .content .note {
	width: 93.75%;
	margin: 4.6875% auto 0;
}

.article03 main .content .note ul li {
	font-size: 1rem;
	line-height: 2rem;
	position: relative;
	margin: 0;
	padding-left: 1em;
	color: #424242;
}

.article03 main .content .note ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

.js-scroll {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate(0px, 120px);
	-ms-transform: translate(0px, 120px);
	transform: translate(0px, 120px);
	opacity: 0;
}

.js-scroll-active {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}

.js-scroll-2 {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.js-scroll-3 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.js-scroll-4 {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.js-scroll-5 {
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.js-scroll-6 {
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}

.js-scroll-7 {
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}

.js-scroll-8 {
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.js-scroll-9 {
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.nowrecipe {
	position: fixed;
	z-index: 20;
	top: 138px;
	left: 0;
	display: none;
	-webkit-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
	background-color: #fff;
	-webkit-box-shadow: 0 0 6.88px 1.12px rgba(0, 0, 0, .22);
	box-shadow: 0 0 6.88px 1.12px rgba(0, 0, 0, .22);
}

.nowrecipe h2 {
	position: relative;
	top: -44px;
	margin-bottom: -29px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
}

.nowrecipe h2 img {
	position: relative;
	right: -5px;
}

.nowrecipe .time img {
	width: 100% !important;
}

.nowrecipe-morning {
	background-color: #ffd700;
}

.nowrecipe-brunch {
	background-color: #ffd700;
}

.nowrecipe-lanch {
	background-color: #ffd700;
}

.nowrecipe-snack {
	background-color: #ffd700;
}

.nowrecipe-dinner {
	background-color: #ffd700;
}

.nowrecipe-night {
	background-color: #ffd700;
}

/*game*/

body.game .content {
	background: url(../img/game/bg_image@sp.png) no-repeat 50% 0;
	background-size: cover;
}

body.game img {
	width: 100%;
}

body.game .title {
	position: relative;
	z-index: 10;
	width: 92.8125%;
	margin: -4% auto 0;
}

body.game .text {
	width: 98.75%;
	margin: -9% auto 0;
}

body.game .text > .character {
	display: none;
}

body.game .description {
	position: relative;
	padding-bottom: 17.08861%;
}

body.game .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 94.93671%;
	margin: 0 auto;
}

body.game .btn a {
	position: relative;
	display: block;
}

body.game .btn .character {
	position: absolute;
	right: -3.33333%;
	bottom: -20%;
	width: 39.66667%;
}

body.game .note {
	width: 94.77848%;
	margin: 0 auto;
	padding: 3.4810127% 0;
}

@media (min-width: 64em) {

.drawer--sidebar .drawer-hamburger {
	display: none;
	visibility: hidden;
}

.drawer--sidebar .drawer-nav {
	position: fixed;
	display: block;
	width: 12.5rem;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

/*! Left */

.drawer--sidebar.drawer--left .drawer-nav {
	left: 0;
	border-right: 1px solid #ddd;
}

.drawer--sidebar.drawer--left .drawer-contents {
	margin-left: 12.5rem;
}

/*! Right */

.drawer--sidebar.drawer--right .drawer-nav {
	right: 0;
	border-left: 1px solid #ddd;
}

.drawer--sidebar.drawer--right .drawer-contents {
	margin-right: 12.5rem;
}

/*! container */

.drawer--sidebar .drawer-container {
	max-width: 48rem;
}

.drawer-navbar {
	height: 3.75rem;
	border-bottom: 1px solid #ddd;
	background-color: #00479d;
}

.drawer-navbar .drawer-navbar-header {
	position: relative;
	display: block;
	float: left;
	width: auto;
	padding: 0;
	border: 0;
}

.drawer-navbar .drawer-menu--right {
	float: right;
}

.drawer-navbar .drawer-menu li {
	float: left;
}

.drawer-navbar .drawer-menu-item {
	line-height: 3.75rem;
	padding-top: 0;
	padding-bottom: 0;
}

.drawer-navbar .drawer-hamburger {
	display: none;
}

.drawer-navbar .drawer-nav {
	position: relative;
	left: 0;
	overflow: visible;
	width: auto;
	height: 3.75rem;
	padding-top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.drawer-navbar .drawer-menu {
	padding: 0;
}

/*! dropdown */

.drawer-navbar .drawer-dropdown-menu {
	position: absolute;
	width: 30rem;
	border: 1px solid #ddd;
}

.drawer-navbar .drawer-dropdown-menu-item {
	padding-left: .75rem;
}

.drawer-container {
	max-width: 60rem;
}

}

@media (min-width: 75em) {

.drawer--sidebar .drawer-nav {
	width: 30rem;
}

.drawer--sidebar.drawer--left .drawer-contents {
	margin-left: 30rem;
}

.drawer--sidebar.drawer--right .drawer-contents {
	margin-right: 30rem;
}

/*! container */

.drawer--sidebar .drawer-container {
	max-width: 60rem;
}

.drawer-container {
	max-width: 70rem;
}

}

@media only screen and (min-width: 769px) {

.drawer-hamburger {
	display: none;
}

.about .remodal {
	max-width: 990px;
	padding: 12% 4% 10%;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 0;
	background: url('../img/common/modal_bg.png') top center no-repeat #fff;
	background-size: auto;
}

.about .remodal-close {
	top: 29px;
	right: 29px;
	left: auto;
	width: 52px;
	height: 52px;
}

.about .remodal-close:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.about .remodal-point .remodal-tit,
.about .remodal-healthycheck .remodal-tit {
	width: auto;
	margin: 0 auto 30px;
}

.about .remodal-point .remodal-tit img,
.about .remodal-healthycheck .remodal-tit img {
	width: auto;
}

.about .remodal-point .remodal-txt,
.about .remodal-healthycheck .remodal-txt {
	width: auto;
	margin: 0 auto 45px;
}

.about .remodal-point .remodal-txt img,
.about .remodal-healthycheck .remodal-txt img {
	width: auto;
}

.about .remodal-point .remodal-box p img,
.about .remodal-healthycheck .remodal-box p img {
	width: auto;
}

.about .remodal-point-1 .remodal-txt,
.about .remodal-healthycheck-1 .remodal-txt {
	margin: 0 auto 45px;
}

.about .remodal-point-2 .remodal-txt,
.about .remodal-healthycheck-2 .remodal-txt {
	margin-bottom: 30px;
}

.about .remodal-point-2 .remodal-box,
.about .remodal-healthycheck-2 .remodal-box {
	max-width: 611px;
	padding: 5%;
	padding-top: 27px;
	padding-bottom: 24px;
}

.about .remodal-caption {
	font-size: 1.1rem;
	margin-top: 34px;
}

.about .remodal-point-1 .remodal-tit {
	width: auto;
}

.about .remodal-point-1 .remodal-txt {
	width: auto;
}

.about .remodal-point-1 .remodal-box {
	width: auto;
}

.about .remodal-point-2 .remodal-tit {
	width: auto;
}

.about .remodal-point-2 .remodal-txt {
	width: auto;
	margin-bottom: 30px;
}

.about .remodal-point-2 .remodal-box {
	width: auto;
}

.about .remodal-point-2 .remodal-box p {
	width: auto;
}

.about .remodal-point-3 {
	padding-bottom: 70px;
}

.about .remodal-point-3 .remodal-tit {
	width: auto;
	margin-bottom: 50px;
}

.about .remodal-point-3 .remodal-txt {
	width: auto;
	margin-bottom: 0;
}

.about .remodal-healthycheck {
	padding-right: 16px;
	padding-bottom: 17px;
	padding-left: 16px;
}

.about .remodal-healthycheck .remodal-tit {
	margin: 0 auto 30px;
}

.about .remodal-healthycheck .remodal-subtit {
	margin: 0 auto 22px;
}

.about .remodal-healthycheck .remodal-subtit img {
	width: auto;
}

.about .remodal-healthycheck .remodal-clickbox-before img {
	width: auto;
}

.about .remodal-healthycheck .remodal-clickbox-before i {
	right: 50%;
	bottom: 44px;
	width: auto;
	margin-right: -270px;
}

.about .remodal-healthycheck .remodal-clickbox-before i:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.about .remodal-healthycheck .remodal-clickbox-before i img {
	width: auto;
}

.about .remodal-healthycheck .remodal-clickbox-after img {
	width: auto;
}

.about .remodal-teacher.remodal {
	max-width: 740px;
	padding-top: 7.57576%;
	padding-bottom: 7.95455%;
}

.about .remodal-teacher-box {
	padding-right: 58px;
	padding-left: 35px;
}

.about .remodal-teacher-img {
	width: auto;
	margin-right: 24px;
}

.about .remodal-teacher-img img {
	width: 120px;
}

.about .remodal-teacher-txt {
	width: auto;
}

.about .remodal-teacher-txt dt {
	width: auto;
	margin-bottom: 30px;
}

.about .remodal-teacher-txt dt img {
	width: auto;
}

.about .remodal-teacher-txt dd {
	font-size: 1.2rem;
	line-height: 2em;
}

.secondpage main .content img {
	width: auto;
}

#wrapper {
	overflow: auto;
	min-width: 1120px;
}

.drawer-hamburger {
	display: none;
}

.gnav-list a:hover,
.gnav-list span:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .mv .slick-prev:hover,
main .mv .slick-next:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .uniquecontent .kobara a:hover img {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .uniquecontent .limited_bnr a:hover img {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .lineup-list a:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .recipe-tit:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .recipe-list a:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .banner-game:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .banner-list a:hover img {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .instagram .slick-prev:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

main .instagram .slick-next:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-menu div:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-menu p a:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-menu p .pcbl {
	display: inline-block;
}

.footer-menubottom-inner p a:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.spbl {
	display: none;
}

.pcbl {
	display: block;
}

.about main .txtarea {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 60px;
}

.about main .txtarea .packageimg {
	position: relative;
	top: -201px;
	right: 0;
	width: 318px;
	margin: 0 auto -146px;
}

.about main .txtarea .snack:after {
	position: absolute;
	z-index: 1;
	top: -215px;
	left: 50%;
	width: 1165px;
	height: 418px;
	margin-left: -586px;
	content: '';
	background: url('../img/about/illust02.png') top left no-repeat;
}

.about main .txtarea .snack-box {
	position: relative;
	z-index: 2;
	width: 984px;
	margin: 0 auto 0;
	padding-top: 50px;
	padding-bottom: 18px;
}

.about main .txtarea .snack h2 {
	width: 444px;
	margin: 0 auto 5px;
}

.about main .txtarea .snack-lists {
	margin-right: 0;
	margin-left: 0;
}

.about main .txtarea .snack-list {
	width: 253px;
}

.about main .txtarea .snack-list:nth-child(1) {
	margin-right: -4px;
}

.about main .txtarea .snack-list:nth-child(2) {
	margin-top: 148px;
	margin-right: 15px;
}

.about main .txtarea .snack-list:nth-child(3) {
	margin-top: 30px;
}

.about main .txtarea .snack-list:last-child {
	margin-top: 234px;
	margin-right: 0;
	margin-left: -72px;
}

.about main .txtarea .snack-caption {
	width: 465px;
	margin-top: -30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

.about main .txtarea .snack-kobara {
	position: absolute;
	bottom: 65px;
	left: -90px;
	display: block;
}

.about main .txtarea .snack-ill-1 {
	display: none;
}

.about main .txtarea .snack-ill-2 {
	display: none;
}

.about main .healthy {
	padding-top: 12px;
	padding-bottom: 49px;
	background-color: #eff3f9;
}

.about main .healthy-box {
	position: relative;
	left: 40px;
	width: 1167px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 112px;
	background: url('../img/about/healthy_box.png') 0 70px no-repeat;
}

.about main .healthy-tit-sp {
	display: none;
}

.about main .healthy-tit {
	position: relative;
	left: -10px;
	display: block;
	width: 655px;
	margin: 0 auto 28px;
}

.about main .healthy-lists {
	margin-right: 0;
	margin-left: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about main .healthy-list {
	width: auto;
	padding-right: 0;
	padding-left: 0;
}

.about main .healthy-list:nth-child(1) {
	width: 266px;
	margin-right: 40px;
	margin-left: -60px;
	padding-top: 63px;
}

.about main .healthy-list:nth-child(2) {
	width: 270px;
	margin-right: 28px;
	padding-top: 0;
}

.about main .healthy-list:nth-child(3) {
	width: 273px;
	margin-top: 0;
	padding-top: 62px;
}

.about main .healthy-list a:hover img {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.about main .healthy-teacher {
	position: relative;
	left: -30px;
	width: 308px;
	margin: -43px auto 0;
}

.about main .healthy-teacher:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.about main .healthycheck {
	padding-top: 72px;
	padding-bottom: 66px;
	background: url('../img/about/healthycheck_bg.png') top center repeat;
	background-size: cover;
}

.about main .healthycheck-tit {
	width: 952px;
	margin: 0 auto 14px;
}

.about main .healthycheck-lists {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about main .healthycheck-list:nth-child(1) {
	float: none;
	width: 430px;
	margin-top: 30px;
	margin-right: 65px;
}

.about main .healthycheck-list:nth-child(2) {
	width: 427px;
}

.about main .healthycheck-list a:hover img {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.about main .healthycheck-caption {
	overflow: visible;
	width: 331px;
	margin: 10px auto 0;
}

.about main .healthycheck-chara {
	z-index: 2;
	bottom: -88px;
	left: 50%;
	width: auto;
	margin-left: -640px;
}

.about main .products {
	position: relative;
	padding-top: 67px;
	padding-bottom: 73px;
	background: url('../img/about/products_bg.png') top center repeat;
}

.about main .products-tit {
	width: 734px;
	margin: 0 auto 37px;
	padding-bottom: 0;
}

.about main .products-listset {
	width: 796px;
	margin: 0 auto -20px;
}

.about main .products-lists {
	margin-right: 0;
	margin-left: 0;
}

.about main .products-list {
	width: 180px;
	margin-bottom: 45px;
	margin-left: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.about main .products-list:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.about main .products-list:nth-child(1) {
	margin-left: 0;
}

.about main .products-list:nth-child(5) {
	margin-left: 0;
}

.about main .products-list dl dt {
	width: 195px;
	margin-bottom: 10px;
}

.about main .products-list dl dd {
	font-size: 1.1rem;
	right: -10px;
	margin-top: 0;
}

.about main .products-btn {
	width: 296px;
	padding-bottom: 0;
}

.about main .products-btn:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.about main .products-chara {
	z-index: 1;
	right: auto;
	bottom: -60px;
	left: 50%;
	width: 262px;
	margin-left: 330px;
}

.recipe main {
	margin-top: 80px;
	padding-top: 52px;
	padding-bottom: 140px;
	background: url('../img/recipe/recipe_content_bg.png') top center no-repeat #eff3f9;
	background-size: 100%;
}

.recipe main .mv {
	margin-bottom: 0;
	padding-bottom: 52px;
}

.recipe main .mv h1 {
	width: 970px;
}

.recipe main .sort {
	width: 1090px;
	margin: 0 auto 0;
}

.recipe main .sort h2 {
	width: auto;
	margin: 0 auto;
	text-align: center;
	border-bottom: 10px solid #00479d;
}

.recipe main .sort h2 span {
	display: block;
	margin: 0 auto -4px;
}

.recipe main .sort h2 span:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.recipe main .sort h2 img {
	width: auto;
}

.recipe main .sort-listset {
	top: 0;
}

.recipe main .sort-sublist-theme,
.recipe main .sort-sublist-timing,
.recipe main .sort-sublist-flavor {
	top: 61px;
}

.recipe main .sort-lists {
	margin-bottom: 54px;
	background-size: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.recipe main .sort-list {
	width: 33.333333%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: none;
	font-size: 1.4rem;
	padding: 15px 0 22px 0px;
}

.recipe main .sort-list:nth-child(3) {
	border-right: none;
}

.recipe main .sort-list.active:hover {
	-webkit-transition: opacity 0s cubic-bezier(.25, .46, .45, .94);
	transition: opacity 0s cubic-bezier(.25, .46, .45, .94);
}

.recipe main .sort-list span {
	position: relative;
	padding-bottom: 12px;
	background: url('../img/svg/icon/icon_bottom.svg') bottom center no-repeat;
}

.recipe main .sort-list:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.recipe main .sort-sublists {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.recipe main .sort-sublist {
	width: auto;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 28px;
	text-align: center;
}

.recipe main .sort-sublist:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.recipe main .sort-sublist span {
	position: relative;
	padding-left: 12px;
	background: url('../img/svg/icon/icon_right.svg') left center no-repeat;
}

.recipe main .sort-imgs {
	width: auto;
	margin-top: 0;
	padding-top: 0;
}

.recipe main .sort-imgs-lblock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 990px;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recipe main .sort-imgs-sblock {
	width: 990px;
	margin: 0 auto;
}

.recipe main .sort-img {
	margin-bottom: 30px;
}

.recipe main .sort-img:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.recipe main .sort-img p {
	top: 15px;
	left: -2px;
	width: auto;
}

.recipe main .sort-img-l {
	width: 50%;
	padding: 0 15px 0 15px;
}

.recipe main .sort-img-s {
	width: 33.3333%;
	padding: 0 15px 0 15px;
}

.recipe main .sort-img-s figcaption {
	min-height: 60px;
}

.recipe main .sort-img figure {
	border-radius: 10px 10px 0 0;
}

.recipe main .sort-img figcaption span {
	font-size: 1.6rem;
	line-height: 1.25;
}

.recipe main .sort-content {
	width: auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

.recipe .footer:before {
	bottom: 77px;
	left: 50%;
	width: 141px;
	height: 227px;
	margin-bottom: 0;
	margin-left: 320px;
}

.recipedetail main {
	margin-top: 80px;
	padding-top: 10px;
	padding-bottom: 78px;
	background: url('../img/recipe/recipe_content_bg.png') top center no-repeat #eff3f9;
	background-size: 100%;
}

.recipedetail main .mv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 1090px;
	margin: 0 auto -10px;
}

.recipedetail main .mv h1 {
	width: 280px;
	margin: 0;
}

.recipedetail main .content .imgbox {
	width: 100%;
	max-width: 1090px;
	margin-bottom: 0;
}

.recipedetail main .content .imgbox > p {
	border-bottom-width: 10px;
}

.recipedetail main .content .imgbox > p img {
	width: 179px;
}

.recipedetail main .content .imgbox-inner {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 22px;
	padding-left: 50px;
	background-size: auto;
}

.recipedetail main .content .imgbox-inner .visual {
	padding-bottom: 44px;
}

.recipedetail main .content .imgbox-titset {
	padding-bottom: 10px;
}

.recipedetail main .content .imgbox-tit {
	padding-bottom: 22px;
}

.recipedetail main .content .imgbox-tit h1 {
	font-size: 4.0rem;
	line-height: 1em;
}

.recipedetail main .content .imgbox-tit h1 span {
	font-size: 1.6rem;
}

.recipedetail main .content .sns {
	position: relative;
	padding-bottom: 0;
}

.recipedetail main .content .sns-list {
	width: 38px;
	padding: 0 5px;
}

.recipedetail main .content .sns-list img {
	width: 100%;
}

.recipedetail main .content .sns-qr {
	display: block;
	width: auto;
	margin-left: 30px;
}

.recipedetail main .content .tag-lists {
	margin-right: -14px;
	margin-left: -14px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.recipedetail main .content .tag-list {
	font-size: 1.3rem;
	padding-right: 14px;
	padding-left: 14px;
}

.recipedetail main .content .txtbox {
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 60px;
	padding-left: 50px;
	margin-bottom: 60px;
}

.recipedetail main .content .txtbox-lead {
	font-size: 1.8rem;
	line-height: 1.944;
	padding-bottom: 42px;
}

.recipedetail main .content .txtbox .mathowto {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.recipedetail main .content .txtbox .mathowto__hdr {
	margin-bottom: 23px;
	padding-bottom: 23px;
	background-size: auto 2px;
}

.recipedetail main .content .txtbox .material {
	width: 368px;
	margin-right: 40px;
	margin-bottom: 0;
}

.recipedetail main .content .txtbox .material h2 {
	width: auto;
	max-width: 100%;
}

.recipedetail main .content .txtbox .material h2 img {
	width: 42px;
}

.recipedetail main .content .txtbox .material .quantity {
	font-size: 1.8rem;
}

.recipedetail main .content .txtbox .material ul,
.recipedetail main .content .txtbox .material dl {
	font-size: 1.3rem;
}

.recipedetail main .content .txtbox .howto {
	width: 579px;
}

.recipedetail main .content .txtbox .howto .mathowto__hdr {
	margin-bottom: 24px;
}

.recipedetail main .content .txtbox .howto h2 {
	width: auto;
	max-width: 100%;
}

.recipedetail main .content .txtbox .howto h2 img {
	width: 65px;
}

.recipedetail main .content .txtbox .howto p {
	font-size: 1.3rem;
	line-height: 1.54;
	margin-bottom: 18px;
}

.recipedetail main .content .txtbox .nutrient {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	padding: 36px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.recipedetail main .content .txtbox .nutrient-tit {
	width: 260px;
	margin-bottom: 0;
	text-align: center;
}

.recipedetail main .content .txtbox .nutrient-tit img {
	width: 64px;
}

.recipedetail main .content .txtbox .nutrient-tit .quantity {
	font-size: 1.8rem;
}

.recipedetail main .content .txtbox .nutrient-txt {
	font-size: 1.3rem;
	width: 355px;
	margin: 0;
	padding: 8px 40px 8px 60px;
	text-align: left;
}

.recipedetail main .content .txtbox .nutrient-txt dl {
	font-size: 1.7rem;
	line-height: 2.352941176;
	margin-bottom: 2px;
}

.recipedetail main .content .txtbox .nutrient-txt dl:last-child {
	margin-bottom: 0;
}

.recipedetail main .content .txtbox .nutrient-txt dl dt {
	width: 180px;
}

.recipedetail main .content .txtbox .nutrient-graphs {
	width: 375px;
}

.recipedetail main .content .txtbox .nutrient-ttl {
	margin-bottom: 18px;
}

.recipedetail main .content .txtbox .nutrient-fig {
	width: 100%;
	padding: 0 16% 0 21.6%;
}

.recipedetail main .content .txtbox .nutrient-fig img {
	width: 100%;
}

body.products main img {
	width: auto;
}

body.products main .mv {
	margin-bottom: 0;
	padding-top: 78px;
	padding-bottom: 16px;
	background: url('../img/products/mv_bg.jpg') top center no-repeat #e4e4e0;
	background-size: cover;
}

body.products main .mv h1 {
	position: relative;
	left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1010px;
	margin-bottom: 37px;
}

body.products main .mv-img {
	width: auto;
	margin: 0 33px 0 0;
}

body.products main .mv-tit {
	width: auto;
	margin-bottom: 20px;
}

body.products main .mv-txt {
	width: auto;
	margin-bottom: 0;
}

body.products main .mv .point {
	width: auto;
	margin-bottom: 57px;
}

body.products main .mv .point-lists {
	margin-right: 14px;
	margin-left: 14px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.products main .mv .point-list {
	width: 190px;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}

body.products main .mv-caption {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body.products main .mv-caption img {
	display: block;
	margin: 0 auto;
}

body.products main .content .itemicons {
	padding-top: 18px;
	padding-bottom: 40px;
}

body.products main .content .itemicons-lists {
	width: 1090px;
}

body.products main .content .itemicons-lists .itemicons-list {
	width: 12%;
}

body.products main .content .itemicons-list {
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}

body.products main .content .itemicons-list:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

body.products main .content .productsarea {
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 105px;
	padding-left: 15px;
}

body.products main .content .productsarea .chara4 {
	right: 50%;
	bottom: -41px;
	width: auto;
	margin-right: -583px;
}

body.products main .content .productsarea .chara1pc {
	position: absolute;
	top: 2450px;
	right: 50%;
	display: block;
	margin-right: -680px;
}

body.products main .content .productsarea .chara2pc {
	position: absolute;
	top: 1830px;
	left: 50%;
	display: block;
	margin-left: -689px;
}

body.products main .content .productsarea .chara3pc {
	position: absolute;
	top: 4200px;
	right: 50%;
	display: block;
	margin-right: -654px;
}

body.products main .content .productsarea .chara4pc {
	position: absolute;
	top: 330px;
	right: 50%;
	display: block;
	margin-right: -130px;
}

body.products main .content .productsarea-banner {
	width: 1090px;
	padding-bottom: 50px;
}

body.products main .content .productsarea-banner a:hover {
	opacity: .7;
}

body.products main .content .productsarea-ancer {
	margin-top: -60px;
	padding-top: 79px;
}

body.products main .content .productsarea-list {
	width: 1090px;
	margin: 0 auto 110px;
	padding-top: 50px;
}

body.products main .content .productsarea-list .chara1 {
	display: none;
}

body.products main .content .productsarea-list .chara2 {
	display: none;
}

body.products main .content .productsarea-list .chara3 {
	display: none;
}

body.products main .content .productsarea-list-1 {
	background: url('../img/products/item_1_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-2 {
	background: url('../img/products/item_2_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-3 {
	background: url('../img/products/item_3_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-4 {
	background: url('../img/products/item_4_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-5 {
	background: url('../img/products/item_5_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-6 {
	margin-bottom: 0;
	background: url('../img/products/item_6_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-7 {
	background: url('../img/products/item_7_bg-2.png') top left no-repeat #ffe4e4;
	background-size: 100%;
}

body.products main .content .productsarea-list-8 {
	background: url('../img/products/item_8_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-9 {
	background: url('../img/products/item_9_bg.jpg') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-10 {
	background: url('../img/products/item_10_bg.png') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-list-11 {
	background: url('../img/products/item_11_bg.png') top left no-repeat #fff;
	background-size: 100%;
}

body.products main .content .productsarea-tag {
	left: -18px;
	width: 207px;
}

body.products main .content .productsarea-name {
	width: auto;
	margin-bottom: 30px;
	padding-left: 46px;
}

body.products main .content .productsarea-txt {
	width: auto;
	min-height: 143px;
	padding-left: 46px;
}

body.products main .content .productsarea-img {
	position: absolute;
	top: 45px;
	right: 24px;
	width: auto;
	margin-top: 0;
}

body.products main .content .productsarea-circleset {
	width: auto;
	margin-top: 76px;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 28px;
}

body.products main .content .productsarea-circlelists {
	margin-right: 10px;
	margin-left: -10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

body.products main .content .productsarea-circlelist {
	width: 92px;
	padding-right: 10px;
	padding-left: 10px;
}

body.products main .content .productsarea-circlelist dl {
	width: 72px;
	height: 72px;
	padding-top: 7px;
}

body.products main .content .productsarea-circlelist dl dt {
	font-size: 1.0rem;
	background-size: auto 3px;
}

body.products main .content .productsarea-circlelist dl dd {
	font-size: 1.3rem;
}

body.products main .content .productsarea-circlelist dl dd span {
	font-size: 2.3rem;
}

body.products main .content .productsarea-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 35px;
	padding-bottom: 40px;
	background: url('../img/products/productsarea-border.png') top left no-repeat;
}

body.products main .content .productsarea-info h3 {
	font-size: 1.5rem;
}

body.products main .content .productsarea-info > div:first-child {
	width: 45%;
	margin-right: 30px;
}

body.products main .content .productsarea-info-nutritional {
	width: 65.7%;
	padding-top: 0;
}

body.products main .content .productsarea-info-nutritional .productsarea-info-list dt {
	width: 165px;
}

body.products main .content .productsarea-info-nutritional .productsarea-info-list dd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 310px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.products main .content .productsarea-info-nutritional .productsarea-info-list dd span {
	display: block;
	width: 152px;
	margin-bottom: 10px;
}

body.products main .content .productsarea-info-nutritional .productsarea-info-list dd br {
	display: none;
}

body.products main .content .productsarea-info-list {
	font-size: 1.4rem;
	margin-top: 5px;
}

body.products main .content .productsarea-info-list dt {
	width: 100px;
}

body.products main .content .productsarea-info-list dd {
	width: 77%;
}

body.products main .content .productsarea-recipeimg {
	padding-top: 32px;
	padding-right: 50px;
	padding-bottom: 42px;
	padding-left: 50px;
	background: url('../img/products/recipe_bg.jpg') top left repeat;
}

body.products main .content .productsarea-recipeimg-tit {
	display: none;
}

body.products main .content .productsarea-recipeimg-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	padding-top: 150px;
	padding-bottom: 40px;
	padding-left: 37px;
	border: none;
	background: url('../img/products/recipe_box.png') top center no-repeat;
	background-size: auto;
}

body.products main .content .productsarea-recipeimg-img {
	width: 343px;
	margin: 0;
	padding-top: 0;
}

body.products main .content .productsarea-recipeimg-img span {
	position: relative;
	padding-bottom: 65.0145773%;
	border-radius: 10px;
}

body.products main .content .productsarea-recipeimg-img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body.products main .content .productsarea-recipeimg-txtbox {
	width: 610px;
	padding-left: 25px;
}

body.products main .content .productsarea-recipeimg-txt {
	min-height: 186px;
	padding-bottom: 30px;
	text-align: left;
}

body.products main .content .productsarea-recipeimg-txt dt {
	font-size: 2.5rem;
	line-height: 3.2rem;
	min-height: 80px;
	margin-bottom: 0;
	letter-spacing: .15em;
}

body.products main .content .productsarea-recipeimg-txt dd {
	font-size: 1.1rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

body.products main .content .productsarea-recipeimg-txt dd p {
	margin: 0;
}

body.products main .content .productsarea-recipeimg-txt dd p i {
	display: inline-block;
}

body.products main .content .productsarea-recipeimg-txt dd p span {
	display: inline-block;
}

body.products main .content .productsarea-recipeimg-txt dd p br {
	display: block;
}

body.products main .content .productsarea-recipeimg-txt dd .graph {
	position: absolute;
	top: -39px;
	right: 38px;
	width: 236px;
	height: auto;
}

body.products main .content .productsarea-recipeimg-txt dd .graph img {
	width: 100%;
}

body.products main .content .productsarea-recipeimg-txt dd .graph i {
	display: inline-block;
}

body.products main .content .productsarea-recipeimg-btn {
	width: 228px;
	margin: 0;
	text-align: left;
}

body.products main .content .productsarea-recipeimg-btn:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.article main .content section.sec-recipe .inner {
	position: relative;
	z-index: 10;
	width: 720px;
}

.article .sec-recipe {
	padding-bottom: 82px;
	background-size: auto;
}

.article .sec-recipe:before {
	top: -172px;
	left: 50%;
	width: 141px;
	height: 227px;
	margin-left: 288px;
}

.article .sec-recipe h3 {
	padding: 60px 0 0;
}

.article .sec-recipe h3 picture {
	width: 689px;
	margin: 0 auto;
}

.article .sec-recipe ul li {
	width: 350px;
	margin: 20px auto 0;
}

.article .sec-recipe ul li:first-child {
	width: 100%;
}

.article .sec-recipe ul li:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	opacity: .7;
}

.article .sec-recipe .nowrecipe {
	margin-top: 0;
}

.article .sec-recipe .obj {
	position: absolute;
	z-index: 1;
	display: block;
}

.article .sec-recipe .obj.obj-a {
	top: 51px;
	left: 50%;
	width: 74px;
	height: 80px;
	margin-left: -488px;
	background: url(../img/article/obj_recipe_01.png) no-repeat 0 0;
}

.article .sec-recipe .obj.obj-b {
	top: 327px;
	right: 0;
	width: 203px;
	height: 247px;
	background: url(../img/article/obj_recipe_02.png) no-repeat 0 0;
}

.article02 main {
	padding-right: 0;
	padding-left: 0;
}

.article02 main .mv {
	position: relative;
	background: url(../img/article/02/mv.jpg) center top no-repeat;
	background-size: 100% 100%;
}

.article02 main .mv h1 {
	position: relative;
	width: 664px;
	margin: 0 auto;
	padding: 88px 0 192px 0;
}

.article02 main .mv h1:after {
	position: absolute;
	bottom: 9.93%;
	left: -17.31%;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/article/02/mv_prof.png) left bottom no-repeat;
}

.article02 main .content .comment-wrap {
	position: relative;
	background: url(../img/article/02/comment_bg.png);
}

.article02 main .content .comment-wrap:after {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
	width: 694px;
	height: 591px;
	content: '';
	background: url(../img/article/02/recipe_pic.png) right top no-repeat;
}

.article02 main .content .imgbox {
	position: relative;
	width: 100%;
	max-width: 1092px;
	margin: 0 auto;
}

.article02 main .content .imgbox .comment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0 150px 0;
}

.article02 main .content .imgbox .comment .comment-txt {
	width: 480px;
	margin: 0 30px 0 52px;
	margin-bottom: 0;
}

.article02 main .content .imgbox .comment .comment-txt h2 {
	width: 436px;
	margin: 0 0 48px -59px;
}

.article02 main .content .imgbox .comment .comment-txt p {
	font-size: 1.4rem;
	line-height: 1.93;
	color: #004699;
}

.article02 main .content .imgbox .comment .comment-pic {
	width: 530px;
}

.article02 main .recipe-wrap {
	position: relative;
	background: url(../img/article/02/recipe_bg.png);
	background-size: cover;
}

.article02 main .recipe-wrap:before {
	position: absolute;
	top: -28px;
	right: 63.63%;
	left: 20.984%;
	width: 207px;
	height: 58px;
	content: '';
	background: url(../img/article/02/tape_bg.png) center center no-repeat;
}

.article02 main .recipe-wrap:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 28px;
	content: '';
	background: url(../img/article/02/recipe_bg_shadow.png) center center no-repeat;
	background-size: cover;
}

.article02 main .recipe-wrap .recipe-inner {
	width: 990px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}

.article02 main .recipe-wrap .recipe-inner .lead {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.94;
	position: relative;
	margin-bottom: 42px;
	letter-spacing: 2px;
}

.article02 main .recipe-wrap .recipe-inner .lead:after {
	position: absolute;
	top: 20px;
	right: -90px;
	width: 196px;
	height: 99px;
	content: '';
	background: url(../img/article/02/recipe_illust1.png) right top no-repeat;
}

.article02 main .recipe-wrap .recipe-inner .material-wrap {
	margin-bottom: 25px;
}

.article02 main .recipe-wrap .recipe-inner .material-wrap .material {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.article02 main .recipe-wrap .recipe-inner .material-box {
	font-size: 1.4rem;
	line-height: 2.15;
	width: 480px;
	margin-top: 25px;
	color: #000;
}

.article02 main .recipe-wrap .recipe-inner .material-box.left {
	position: relative;
	margin-right: 30px;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-inner.left {
	position: relative;
	margin-right: 30px;
}

.article02 main .recipe-wrap .recipe-inner .material-box.left:after {
	position: absolute;
	right: 28px;
	bottom: -50px;
	width: 294px;
	height: 130px;
	content: '';
	background: url(../img/article/02/recipe_illust2.png) right bottom no-repeat;
}

.article02 main .recipe-wrap .recipe-inner .material-box.right {
	position: relative;
}

.article02 main .recipe-wrap .recipe-inner .material-box.right:after {
	position: absolute;
	top: 36px;
	right: -150px;
	width: 244px;
	height: 257px;
	content: '';
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.article02 main .recipe-wrap .recipe-inner .material-box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.article02 main .recipe-wrap .recipe-inner .material-box dl dt {
	width: 325px;
}

.article02 main .recipe-wrap .recipe-inner .material-box dl dd {
	width: 155px;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap {
	margin-bottom: 50px;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-inner {
	font-size: 1.4rem;
	line-height: 1.53;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box {
	width: 480px;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box.left {
	margin-right: 30px;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl {
	margin-top: 13px;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl dt {
	width: 50px;
	max-width: 44px;
	margin-right: 10px;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl dt img {
	width: 100%;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl dd {
	width: 420px;
	margin-right: 30px;
	padding-top: 7px;
}

.article02 main .recipe-wrap .recipe-inner .nutrient-wrap {
	padding-bottom: 108px;
}

.article02 main .recipe-wrap .recipe-inner .nutrient-wrap h2 {
	margin-bottom: 20px;
}

.article02 main .recipe-wrap .recipe-inner .nutrient-wrap p {
	font-size: 1.3rem;
	line-height: 2.153846154;
}

.article02 main .point-wrap {
	margin-top: -20px;
	padding: 100px 0 115px;
	background-color: #eff3f9;
}

.article02 main .r-point .r-point-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1040px;
	margin: 0 auto 115px;
	padding: 85px 28px 48px 46px;
	border: 2px solid #093991;
	border-radius: 5px;
	background: #fff;
}

.article02 main .r-point .r-point-wrap:before {
	position: absolute;
	top: -20px;
	left: -30px;
	width: 262px;
	height: 58px;
	content: '';
	background: url(../img/article/02/r_point_arrow.png) left top no-repeat;
}

.article02 main .r-point .r-point-wrap:after {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 213px;
	height: 65px;
	content: '';
	background: url(../img/article/02/r_point_illust2.png) left top no-repeat;
}

.article02 main .r-point .r-point-wrap .r-point-txt {
	width: 425px;
	margin-right: 28px;
	padding-bottom: 63px;
}

.article02 main .r-point .r-point-wrap .r-point-txt h2 {
	max-width: 380px;
	margin-bottom: 30px;
}

.article02 main .r-point .r-point-wrap .r-point-txt p {
	font-size: 1.4rem;
	line-height: 1.92;
}

.article02 main .r-point .r-point-wrap .r-point-pic {
	width: 510px;
}

.article02 main .r-point .r-point-wrap .r-point-pic .illust {
	max-width: 500px;
	margin-top: -45px;
}

.article02 main .p-point .p-point-wrap {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	border: 2px solid #093991;
	border-radius: 5px;
	background-color: #fff;
}

.article02 main .p-point .p-point-wrap:before {
	position: absolute;
	top: -27px;
	left: -30px;
	width: 262px;
	height: 58px;
	content: '';
	background: url(../img/article/02/p_point_arrow.png) left top no-repeat;
}

.article02 main .p-point .p-point-wrap:after {
	position: absolute;
	top: -106px;
	right: -66px;
	width: 150px;
	height: 228px;
	content: '';
}

.article02 main .p-point .p-point-wrap h2 {
	width: auto;
	max-width: 724px;
	padding-left: 46px;
}

.article02 main .p-point .p-point-wrap .point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-left,
.article02 main .p-point .p-point-wrap .point.p1 .p-point-right {
	position: relative;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left,
.article02 main .p-point .p-point-wrap .point.p2 .p-point-right {
	position: relative;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-left,
.article02 main .p-point .p-point-wrap .point.p3 .p-point-right {
	position: relative;
}

.article02 main .p-point .p-point-wrap .point .p-point-left,
.article02 main .p-point .p-point-wrap .point .p-point-right {
	width: 518px;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-left .pic {
	position: relative;
	z-index: 1;
	max-width: 503px;
	margin: -5px 0 0 -30px;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right:after {
	position: absolute;
	bottom: 50px;
	left: -43px;
	width: 47px;
	height: 44px;
	content: '';
	background: url(../img/article/02/p_point_arrow1.png) left bottom no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right:after {
	position: absolute;
	top: 0;
	right: 294px;
	width: 54px;
	height: 34px;
	content: '';
	background: url(../img/article/02/p_point_arrow2.png) left top no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-right:after {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 47px;
	height: 44px;
	content: '';
	background: url(../img/article/02/p_point_arrow3.png) right bottom no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right .txt {
	position: relative;
	margin-right: -20px;
	padding: 120px 0 35px 60px;
	background: url(../img/article/02/p_point_bg1.png) right top no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right .txt:before {
	position: absolute;
	top: 80px;
	left: 45px;
	width: 69px;
	height: 30px;
	content: '';
	background: url(../img/article/02/p_point_num1.png) left top no-repeat;
	background-size: contain;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right .txt:after {
	position: absolute;
	top: 94px;
	right: -5px;
	width: 531px;
	height: 349px;
	content: '';
	background: url(../img/article/02/p_point_pic1.png) right top no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right .txt .txt-box {
	width: 230px;
}

.article02 main .p-point .p-point-wrap .point h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.389;
	margin-bottom: 20px;
	color: #000;
}

.article02 main .p-point .p-point-wrap .point p {
	font-size: 1.3rem;
	line-height: 1.92;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left:after {
	position: absolute;
	z-index: 1;
	top: -24px;
	right: 0;
	left: 319px;
	width: 373px;
	height: 287px;
	content: '';
	background: url(../img/article/02/p_point_pic2&3.png) left top no-repeat;
	background-size: contain;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left .txt {
	position: relative;
	margin: -30px 0 0 -5px;
	padding: 75px 0 58px 40px;
	background: url(../img/article/02/p_point_bg2.png) left top no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left .txt .txt-box {
	width: 260px;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left .txt:before {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 69px;
	height: 30px;
	content: '';
	background: url(../img/article/02/p_point_num2.png) left top no-repeat;
	background-size: contain;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right .txt {
	position: relative;
	margin: 10px -34px 0 -5px;
	padding: 96px 0 64px 194px;
	background: url(../img/article/02/p_point_bg3.png) right top no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right .txt .txt-box {
	width: 336px;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right .txt:before {
	position: absolute;
	top: 79px;
	right: 24px;
	width: 69px;
	height: 30px;
	content: '';
	background: url(../img/article/02/p_point_num3.png) right top no-repeat;
	background-size: contain;
}

.article02 main .p-point .p-point-wrap .point.p3 {
	margin-top: -42px;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-left .pic {
	position: relative;
	z-index: 1;
	width: 531px;
	margin: 25px 0 -40px 48px;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-right .txt {
	position: relative;
	margin: 0 73px 0 0;
	padding: 155px 43px 110px 0;
	background: url(../img/article/02/p_point_bg4.png) -87px 15px no-repeat;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-right .txt .txt-box {
	width: 298px;
	margin-left: 87px;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-right .txt:before {
	position: absolute;
	top: 102px;
	left: 75px;
	width: 69px;
	height: 30px;
	content: '';
	background: url(../img/article/02/p_point_num4.png) left top no-repeat;
	background-size: contain;
}

.article03 main {
	padding: 0;
}

.article03 main .content section .inner {
	width: 1040px;
}

.article03 main .content .sec-lead {
	background-size: 640px;
}

.article03 main .content .sec-lead .inner {
	padding: 110px 0 145px;
}

.article03 main .content .sec-lead .inner:before {
	top: 110px;
	right: 42px;
	width: 248px;
	height: 252px;
	background: url(../img/article/03/obj_lead_01.png) no-repeat 0 0;
	background-size: 100% auto;
}

.article03 main .content .sec-lead .inner:after {
	display: none;
}

.article03 main .content .sec-lead h2 {
	font-size: 2.9rem;
}

.article03 main .content .sec-lead p {
	font-size: 1.4rem;
	line-height: 2.2;
	margin: 35px 0 0;
}

.article03 main .content .sec-main {
	padding-bottom: 142px;
	background-color: #eff3f9;
}

.article03 main .content .sec-main ul li {
	margin-top: 35px;
}

.article03 main .content .sec-main ul li h3 {
	padding-bottom: 15px;
}

.article03 main .content .sec-main ul li h3 img {
	height: 15px;
}

.article03 main .content .sec-main ul li.sec-1 .inner-box .inner-box-l i {
	width: auto;
	margin-left: 56px;
}

.article03 main .content .sec-main ul li.sec-2 .inner-box .inner-box-l i {
	width: auto;
	margin-top: 12px;
	margin-left: 58px;
}

.article03 main .content .sec-main ul li.sec-3 .inner-box .inner-box-l i {
	width: auto;
	margin-top: 14px;
	margin-left: 50px;
}

.article03 main .content .sec-main ul li.sec-4 .inner-box .inner-box-l i {
	width: auto;
	margin-top: 16px;
	margin-left: 48px;
}

.article03 main .content .sec-main ul li.sec-5 .inner-box .inner-box-l i {
	width: auto;
	margin-top: 10px;
	margin-left: 30px;
}

.article03 main .content .sec-main ul li .inner-box {
	width: 100%;
	margin-top: 50px;
}

.article03 main .content .sec-main ul li .inner-box:after {
	display: block;
	clear: both;
	content: '';
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l {
	float: left;
	width: 480px;
	margin-top: 74px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l img {
	width: auto;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l i {
	display: block;
	min-height: 215px;
	margin-top: 34px;
	margin-left: 57px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l .view {
	padding: 22px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l .view:before {
	height: 2px;
	background-size: 6px 2px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-l .view .obj {
	font-size: 1.1rem;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r {
	float: right;
	width: 530px;
	margin-top: 0;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r:before {
	top: 18px;
	left: -25px;
	width: 245px;
	height: 36px;
	background: url('../img/article/03/label.png') top left no-repeat;
	background-size: contain;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item {
	padding: 0 24px 38px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item h4 {
	font-size: 2.0rem;
	padding: 20px 0 15px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item p {
	font-size: 1.2rem;
	line-height: 2;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item .btn a {
	font-size: 1.5rem;
	height: 30px;
	padding: 0 24px;
	border-radius: 15px;
}

.article03 main .content .sec-main ul li .inner-box .inner-box-r .item .btn a:hover {
	-webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.article03 main .content .prof {
	max-width: 1040px;
	margin: 0 auto 0;
	padding: 18px 40px;
}

.article03 main .content .prof dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.article03 main .content .prof dt {
	width: auto;
	margin-right: 53px;
	margin-bottom: 0;
}

.article03 main .content .prof dd {
	font-size: 1.2rem;
	line-height: 2.5rem;
}

.article03 main .content .note {
	max-width: 1040px;
	margin: 10px auto 0;
}

.article03 main .content .note ul li {
	font-size: 1.2rem;
	line-height: 1.6;
	position: relative;
	margin: 0;
	padding-left: 1em;
}

.article03 main .content .note ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

.nowrecipe.is-hidden {
	opacity: 0;
}

body.game {
	background-color: #eff3f9;
}

body.game .content {
	position: relative;
	max-width: 1090px;
	min-height: 100vh;
	margin: 0 auto;
	background-image: url(../img/game/bg_image.png);
}

body.game .inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1090px;
	height: 667px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.game img {
	width: auto;
}

body.game .title {
	width: 716px;
	margin: -13px 0 0 -98px;
	padding: 9px 0 0;
}

body.game .text {
	position: absolute;
	top: 155px;
	right: 7px;
	width: 738px;
	height: 555px;
	background: url(../img/game/bg_frame.png) no-repeat 50% 0;
}

body.game .text > .character {
	position: absolute;
	right: -119px;
	bottom: -30px;
	display: block;
}

body.game .description {
	padding: 0;
}

body.game .message {
	margin-top: -31px;
	padding-right: 116px;
	text-align: right;
}

body.game .btn {
	display: none;
}

body.game .note {
	position: absolute;
	right: 148px;
	bottom: 11px;
	text-align: right;
}

}

@media only screen and (max-width: 768px) {

.drawer-nav {
	display: block;
}

.about .remodal-close img {
	width: 100%;
}

.about .remodal-teacher.remodal {
	padding-right: 5.9375%;
	padding-left: 2.8125%;
}

body {
	min-width: 100%;
}

.header {
	height: 40px;
	padding: 5px 0;
}

.header-logo {
	display: block;
}

.gnav {
	display: none;
}

.gnav-lists {
	display: block;
}

.gnav-list.gnav-logo {
	display: none;
}

.drawer-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px dashed #fff;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.drawer-list {
	width: 100%;
	border-right: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

main {
	margin-top: 39px;
}

main .mv .slick-prev,
main .mv .slick-next {
	width: 14px;
	height: 29px;
	padding: 20px;
	background-position: center;
	background-size: 14px;
}

main .mv .slick-prev {
	left: 0;
}

main .mv .slick-next {
	right: 0;
}

main .mv .slick-dots li {
	height: 6px;
	padding-right: 5px;
	padding-left: 5px;
}

main .mv .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 3px;
}

main .uniquecontent {
	margin-top: -4.5%;
}

main .uniquecontent .kobara {
	width: 50%;
	margin-top: 0;
}

main .uniquecontent .limited_bnr {
	width: 50%;
	padding-top: 15px;
	margin-top: 0;
}

main .lineup {
	margin-bottom: -10%;
	padding-top: 13%;
	padding-bottom: 10.15625%;
	background: url('../img/top/lineup_bg@sp.png') bottom center no-repeat;
	background-size: cover;
}

main .lineup h2 {
	width: 33.75%;
	margin: 0 auto 10.9375%;
}

main .lineup h2 img {
	width: 100%;
}

main .lineup-listset {
	display: block;
	width: 93.75%;
	margin: 0 auto;
}

main .lineup-lists {
	margin-right: -3%;
	margin-left: -3%;
	padding: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; /* Safari */
}

main .lineup-list {
	width: 33.333333%;
	padding-right: 2%;
	padding-bottom: 8.75%;
	padding-left: 2%;
}

main .lineup-list a {
	padding-bottom: 32%;
}

main .lineup-list figure figcaption {
	font-size: 1.2rem;
	line-height: 1.4em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

main .recipe {
	display: block;
}

main .recipe-tit {
	position: relative;
	width: 100%;
	padding-top: 16%;
	padding-bottom: 7.8125%;
	background: url('../img/top/recipe_tit_bg@sp.jpg') top left no-repeat;
	background-size: cover;
}

main .recipe-tit h2 {
	width: 73%;
	margin-top: 0;
}

main .recipe .note {
	display: none;
}

main .recipe-content {
	width: 100%;
}

main .recipe-lists.recipe-content-column2 .recipe-list.recipe-list-1 {
	width: 50%;
}

main .recipe-lists.recipe-content-column2 .recipe-list.recipe-list-2 {
	width: 50%;
}

main .recipe-lists.recipe-content-column2 .recipe-list p {
	top: 15px;
	width: 68%;
	max-width: 224px;
}

main .recipe-lists.recipe-content-column3 .recipe-list p {
	top: 10px;
	width: 87%;
}

main .recipe-list {
	overflow: hidden;
}

main .recipe-list p {
	left: -6px;
	width: 96.26168%;
	max-width: 103px;
}

main .recipe i {
	z-index: 5;
	right: 0;
	bottom: -12%;
	left: auto;
	width: 19.6875%;
}

body.products main .content .supergoods-tag img {
		width: 280px;
		margin-left: 5px;
}

main .banner {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background: url('../img/top/banner_bgtxt@sp.png') no-repeat 50% 50% #f9fbfd;
	background-size: cover;
}

main .banner-listset {
	width: 100%;
	max-width: 100%;
}

main .banner-lists {
	margin-right: 0;
	margin-left: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

main .banner-lists img {
	width: 94%;
	margin: 0 3% 0 3%;
}

main .banner-list {
	width: 50%;
	margin-bottom: 11px;
	padding-right: 0;
	padding-left: 0;
}

main .instagram {
	padding-top: 8.4%;
	background: url('../img/top/instagram_bg@sp.png') top center no-repeat;
	background-size: cover;
}

main .instagram-inner {
	position: relative;
	display: block;
	max-width: 100%;
	padding-bottom: 20px;
	padding-left: 0;
	background: none;
}

main .instagram-inner h2 {
	width: 80.46875%;
	margin: 0 auto 10.87379%;
}

main .instagram-inner h2 img {
	width: 65%;
}

main .instagram-inner-listblock {
	width: 80.46875%;
	margin: 0 auto;
}

main .instagram-inner-listset {
	width: 100%;
	margin-right: -2px;
	margin-left: -2px;
}

main .instagram-inner-listset ul {
	width: 33.33333%;
	padding-right: 2px;
	padding-left: 2px;
}

main .instagram-inner i {
	display: block;
}

main .instagram .slick-prev {
	left: -27px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background-size: 100%;
}

main .instagram .slick-next {
	right: -27px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background-size: 100%;
}

.footer {
	padding-top: 10px;
}

.footer-menu {
	line-height: 2.063;
	display: block;
	max-width: 100%;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.footer-menu:before {
	top: -35px;
}

.footer-menu div {
	width: 16%;
	max-width: 95px;
	margin: 0 auto 3.125%;
}

.footer-menu p {
	font-size: 0.1rem;
	text-align: center;
}

.footer-menubottom {
	font-size: 1.1em;
}

.footer-menubottom-inner {
	display: block;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.footer-menubottom-inner p a {
	margin-right: 9px;
	margin-left: 9px;
}

.about main {
	margin-top: 39px;
}

.about main .txtarea .snack-listset {
	width: 91.66667%;
	margin: 0 auto;
}

.about main .healthy-listset {
	width: 93.4375%;
	margin: 0 auto;
	padding-top: 9.0301%;
	padding-right: 3%;
	padding-bottom: 20.06689%;
	padding-left: 3%;
	background: url('../img/about/healthy_box@sp.png') 0 0 no-repeat;
	background-size: 100%;
}

.about main .healthycheck-list:nth-child(2) {
	float: right;
	width: 83.91003%;
	margin-top: -2%;
}

.about main .healthycheck-caption picture {
	float: right;
	width: 52.65625%;
	margin-right: 7.8125%;
}

.about main .products .nowrecipe {
	margin-top: 14%;
}

.recipe main .sort-img-l p {
	width: 45.71429%;
}

.recipe main .sort-img-1 {
	width:42%;
	margin: 0 2% 0 6%;
	padding: 0px
}

.recipe main .sort-img-2 {
	width:42%;
	margin: 0 6% 6% 2%;
	padding: 0px
}

.recipe main .sort-img-3 {
	width:42%;
	margin: 0 2% 6% 6%;
	padding: 0px
}

.recipe main .sort-img-4 {
	width:42%;
	margin: 0 6% 6% 2%;
	padding: 0px
}

.recipe main .sort-img-5 {
	width:42%;
	margin: 0 2% 6% 6%;
	padding: 0px
}

.recipe main .sort-img-s p {
	width: 85.33333%;
}

.recipe .nowrecipe {
	width: 100%;
}

body.products .nowrecipe {
	width: 93.75%;
	margin: 24% auto 0;
}

.article02 main .mv {
	position: relative;
	padding: 0 20px;
	background: url(../img/article/02/mv@sp.jpg) center top no-repeat;
	background-size: cover;
}

.article02 main .mv:after {
	position: absolute;
	top: -12%;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/article/02/mv_prof@sp.png) left bottom no-repeat;
	background-size: 77.65% auto;
}

.article02 main .mv h1 {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 12% 0 36.71% 0;
}

.article02 main .content .comment-wrap {
	position: relative;
	background: url(../img/article/02/comment_bg.png);
}

.article02 main .content .comment-wrap:after {
	position: absolute;
	top: -6.25%;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/article/02/recipe_pic@sp.png) right top no-repeat;
	background-size: 40.625%;
}

.article02 main .content .imgbox {
	width: 93.75%;
	margin: 0 auto;
}

.article02 main .content .imgbox .comment {
	padding-bottom: 15.625%;
}

.article02 main .content .imgbox .comment .comment-txt h2 {
	width: 63.9%;
	margin-bottom: 7.34%;
}

.article02 main .content .imgbox .comment .comment-txt p {
	font-size: 1.4rem;
	line-height: 1.94;
	color: #004699;
}

.article02 main .content .imgbox .comment .comment-pic {
	width: 530px;
}

.article02 main .recipe-wrap {
	position: relative;
	background: url(../img/article/02/recipe_bg@sp.png);
}

.article02 main .recipe-wrap:after {
	position: absolute;
	bottom: -15px;
	left: 0; /*background-size: 32.03%;*/
	width: 100%;
	min-height: 15px;
	content: '';
	background: url(../img/article/02/recipe_bg_shadow@sp.png) center center repeat-x;
}

.article02 main .recipe-wrap:before {
	position: absolute;
	top: -28px;
	right: 0;
	left: 0;
	width: 100%;
	min-height: 58px;
	content: '';
	background: url(../img/article/02/tape_bg.png) center center no-repeat;
	background-size: 32.03%;
}

.article02 main .recipe-wrap .recipe-inner {
	width: 93.75%;
	margin: 0 auto;
	padding: 11.71% 0 0 0;
}

.article02 main .recipe-wrap .recipe-inner .lead {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.875;
	position: relative;
	margin-bottom: 10.156%;
}

.article02 main .recipe-wrap .recipe-inner .material-wrap {
	margin-bottom: 25px;
}

.article02 main .recipe-wrap .recipe-inner .material-wrap h2 {
	position: relative;
}

.article02 main .recipe-wrap .recipe-inner .material-wrap h2:after {
	position: absolute;
	top: -193%;
	right: -3.125%;
	width: 100%;
	min-height: 300px;
	content: '';
	background-size: 26.875% auto;
}

.article02 main .recipe-wrap .recipe-inner .material-box {
	font-size: 1.2rem;
	line-height: 2.64;
	margin-top: 4.375%;
	color: #000;
}

.article02 main .recipe-wrap .recipe-inner .material-box.left {
	position: relative;
	margin-bottom: 10.93%;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-inner.left {
	position: relative;
	margin-bottom: 10.93%;
}

.article02 main .recipe-wrap .recipe-inner .material-box.right {
	position: relative;
}

.article02 main .recipe-wrap .recipe-inner .material-box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap h2 {
	position: relative;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap h2:after {
	position: absolute;
	bottom: -2px;
	left: 22.34%;
	width: 30.625%;
	height: 195%;
	content: '';
	background: url(../img/article/02/recipe_illust1.png) left bottom no-repeat;
	background-size: 100%;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.article02 main .recipe-wrap .recipe-inner .material-box dl dt {
	width: 68.75%;
}

.article02 main .recipe-wrap .recipe-inner .material-box dl dd {
	width: 25%;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap {
	padding-bottom: 12.062%;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-inner {
	font-size: 1.2rem;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl {
	margin-top: 7.81%;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl dt {
	width: 10.46%;
	max-width: 10.46%;
	margin-right: 3.125%;
}

.article02 main .recipe-wrap .recipe-inner .howto-wrap .howto-box dl dd {
	width: 77.03%;
}

.article02 main .recipe-wrap .recipe-inner .nutrient-wrap {
	padding-bottom: 26px;
}

.article02 main .recipe-wrap .recipe-inner .nutrient-wrap h2 {
	margin-bottom: 20px;
}

.article02 main .recipe-wrap .recipe-inner .nutrient-wrap p {
	font-size: 1.4rem;
	line-height: 1.888888889;
}

.article02 main .r-point .r-point-wrap {
	position: relative;
	width: 93.75%;
	margin: 0 auto 10.31%;
	padding: 1.56% 3.125% 7.81%;
	border: 2px solid #093991;
	border-radius: 5px;
	background: #fff;
}

.article02 main .r-point .r-point-wrap:before {
	position: absolute;
	top: -3.125%;
	left: -3.125%;
	width: 100%;
	min-height: 58px;
	content: '';
	background: url(../img/article/02/r_point_arrow.png) left top no-repeat;
	background-size: 40.62% auto;
}

.article02 main .r-point .r-point-wrap .r-point-txt h2 {
	margin: 0 0 5% 0;
}

.article02 main .r-point .r-point-wrap .r-point-txt p {
	font-size: 1.2rem;
	margin-bottom: 4.68%;
}

.article02 main .r-point .r-point-wrap .r-point-pic .illust {
	width: 93.11594%;
	margin: 0 auto;
}

.article02 main .point-wrap {
	padding: 10.93% 0 20.31%;
	background-color: #eff3f9;
}

.article02 main .p-point .p-point-wrap {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 5px 3.125% 0;
	border: 2px solid #093991;
	border-radius: 5px;
	background-color: #fff;
}

.article02 main .p-point .p-point-wrap:before {
	position: absolute;
	top: -1.125%;
	left: -3.125%;
	width: 100%;
	min-height: 58px;
	content: '';
	background: url(../img/article/02/p_point_arrow@sp.png) left top no-repeat;
	background-size: 40.62% auto;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-left,
.article02 main .p-point .p-point-wrap .point.p1 .p-point-right {
	position: relative;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left,
.article02 main .p-point .p-point-wrap .point.p2 .p-point-right {
	position: relative;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-left,
.article02 main .p-point .p-point-wrap .point.p3 .p-point-right {
	position: relative;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-left .pic {
	position: relative;
	z-index: 1;
	width: 94.28%;
	margin: -2.58% 0 0 13%;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right:after {
	position: absolute;
	top: -16.3%;
	right: 10.8%;
	width: 3.9%;
	min-height: 44px;
	content: '';
	background: url(../img/article/02/p_point_arrow2@sp.png) right top no-repeat;
	background-size: 100% auto;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-right:after {
	position: absolute;
	top: 0;
	left: 30.1%;
	width: 3.9%;
	min-height: 44px;
	content: '';
	background: url(../img/article/02/p_point_arrow3@sp.png) right bottom no-repeat;
	background-size: 100% auto;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right {
	margin-top: -6.2%;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right .txt {
	position: relative;
	z-index: 1;
	margin-left: -3.125%;
	padding: 19.53% 43% 7.03% 7.03%;
	background: url(../img/article/02/p_point_bg1@sp.png) left top no-repeat;
	background-size: 99% auto;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right .txt:before {
	position: absolute;
	top: 28%;
	right: 12%;
	width: 100%;
	min-height: 42px;
	content: '';
	background: url(../img/article/02/p_point_num1.png) right top no-repeat;
	background-size: 16.3% auto;
}

.article02 main .p-point .p-point-wrap .point.p1 .p-point-right .txt:after {
	position: absolute;
	top: 44.1%;
	right: -7.3%;
	width: 41.09375%;
	min-height: 200px;
	content: '';
	background: url(../img/article/02/p_point_pic1@sp.png) right top no-repeat;
	background-size: 100% auto;
}

.article02 main .p-point .p-point-wrap .point h3 {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 3.1%;
	color: #000;
}

.article02 main .p-point .p-point-wrap .point p {
	font-size: 1rem;
	letter-spacing: -.02em;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left:after {
	position: absolute;
	z-index: 1;
	top: 47%;
	right: 0;
	bottom: 0;
	left: 0;
	left: -8%;
	width: 68%;
	height: 130%;
	content: '';
	background: url(../img/article/02/p_point_pic2&3.png) left bottom no-repeat;
	background-size: 100% auto;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left .txt {
	position: relative;
	margin: 1.5% 0 0 2%;
	padding: 29% 2.34% 10.93% 6.25%;
	background: url(../img/article/02/p_point_bg2@sp.png) left top no-repeat;
	background-size: 100% auto;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left .txt:before {
	position: absolute;
	top: 54px;
	left: 14px;
	width: 100%;
	min-height: 42px;
	content: '';
	background: url(../img/article/02/p_point_num2.png) left top no-repeat;
	background-size: 16.3% auto;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-left .txt-box {
	padding-left: 10px;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right .txt {
	position: relative;
	margin: 31% -1.6% 0 7.9%;
	padding: 23.3% 3.125% 7.37% 4.68%;
	background: url(../img/article/02/p_point_bg3@sp.png) right top no-repeat;
	background-size: 100% auto;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right .txt br {
	display: none;
}

.article02 main .p-point .p-point-wrap .point.p2 .p-point-right .txt:before {
	position: absolute;
	top: 30.6%;
	right: 4.33%;
	width: 100%;
	min-height: 42px;
	content: '';
	background: url(../img/article/02/p_point_num3.png) right top no-repeat;
	background-size: 16.3% auto;
}

.article02 main .p-point .p-point-wrap .point.p3 {
	position: relative;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-left {
	position: static;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-left .pic {
	position: absolute;
	z-index: 1;
	bottom: -26px;
	left: 3.1%;
	width: 95.37%;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-right .txt {
	position: relative;
	margin: 1% 0 0 0;
	padding: 29% 2.75% 69.82% 7.18%;
	background: url(../img/article/02/p_point_bg4@sp.png) left top no-repeat;
	background-size: 100% auto;
}

.article02 main .p-point .p-point-wrap .point.p3 .p-point-right .txt:before {
	position: absolute;
	top: 16.4%;
	left: 4.3%;
	width: 100%;
	min-height: 42px;
	content: '';
	background: url(../img/article/02/p_point_num4.png) left top no-repeat;
	background-size: 16.3% auto;
}

.recipe main .sort-sublists {
	padding: 5px 0 5px 0;
}

.recipe main .sort-sublist {
  font-size: 10px;
  padding: 3px 0px 5px 7px;
}

.sec-recipe {
	padding-bottom: 25px;
}

.article03 main {
	margin-top: 39px;
}

.nowrecipe {
	position: relative;
	top: 0;
	width: 93.75%;
	margin: 0 auto;
}

.nowrecipe h2 {
	top: 0;
	width: 34%;
	margin-top: -7%;
	margin-bottom: -54px;
	margin-left: 3%;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

.nowrecipe h2 img {
	right: 0;
}

.nowrecipe .time {
	width: 100%;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.nowrecipe-morning {
	padding-left: 0;
}

.nowrecipe-brunch {
	padding-left: 0;
}

.nowrecipe-lanch {
	padding-left: 0;
}

.nowrecipe-snack {
	padding-left: 0;
}

.nowrecipe-dinner {
	padding-left: 0;
}

.nowrecipe-night {
	padding-left: 0;
}

.nowrecipe-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nowrecipe-content {
	width: 59.50413%;
}

}
