@charset "UTF-8";
/*
Getup.css is released under the Open Source MIT license.
http://www.opensource.org/licenses/mit-license.php

Getup.css is inspired by OOCSS, inuit.css, Twitter Bootstrap, HTML5 Boilerplate, PocketGrid

LICENSE
https://github.com/nibushibu/getup-css/blob/master/LICENSE
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;700;900&family=Josefin+Sans:ital,wght@1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url(//cdnjs.cloudflare.com/ajax/libs/ionicons/4.3.0/collection/icon/icon.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* 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: ""; }

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 100.01%;
  list-style-type: none;
  text-align: left;
  color: #222;
  zoom: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6; }

/* 横スクロールバー非表示 */
html {
  font-size: 62.5%;
  /* font-sizeは16pxの62.5%の10px */
  line-height: 1.6;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 640px) {
    html {
      font-size: 55%; } }

body {
  font-size: 1.4rem;
  /*font-size: 14pxと同等*/
  line-height: 1.6;
  width: 100%;
  height: 100%;
  background: #111; }
  body font font {
    color: #fff; }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
img {
  vertical-align: bottom;
  border: 0; }

map {
  visibility: hidden; }

/*Reset: z, line-height propaty*/
/*
IEでフォントサイズを可変させるために％指定
ブラウザのデフォルトフォントサイズが16pxと前提して
*/
body {
  _font-size: 75%;
  /* 12px */ }

/*for IE6*/
* + html body {
  font-size: 75%;
  /* 12px */ }

/*for IE7*/
/* 基本文字サイズ */
th, td {
  font-size: 100.01%;
  font-size: 80%; }

/* 各種タイトルの文字サイズ */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0; }

/** body **/
body {
  height: 100%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #ddd;
    font-weight: 400; }
  body p {
    font-size: 1.6rem;
    line-height: 1.9;
    color: #ddd;
    text-align: justify; }
    body p + p {
      margin-top: 1rem; }
  body strong {
    font-weight: 800;
    color: #c00; }
  body ul li, body ol li {
    color: #ddd; }

/*common*/
.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

sup {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
  margin: 0 0.1em; }

sub {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: 0.1em;
  margin: 0 0.1em; }

/* hr 要素は不可視で使う */
hr {
  display: none;
  border: 0;
  clear: both;
  visibility: hidden;
  display: block;
  margin: 0;
  padding: 0; }

/** form **/
input, select {
  vertical-align: middle; }

/** link **/
a {
  text-decoration: none; }
  a:link, a:visited {
    color: #00a3e7;
    text-decoration: none; }
  a:hover {
    color: #00b3ff; }

i {
  font-family: 'fontawesome'; }

h2 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.6; }
  h2 .subTxt {
    font-size: 1.4rem;
    letter-spacing: 0.3rem; }

h3 {
  text-align: center;
  font-size: 1.7rem; }

.pc {
  display: inherit; }
  @media screen and (max-width: 640px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp {
      display: inherit; } }

.subTxt {
  font-size: 1.2rem; }

ul li {
  font-size: 1.6rem;
  line-height: 1.8; }

ul li + li {
  margin-top: 0.8rem; }

ul.exp li {
  padding-left: 1em;
  text-indent: -1em; }

ul.exp.exp__center {
  text-align: center; }

ul.strong li {
  color: #e60012; }

a:link, a:visited {
  transition: all .2s ease-out; }

a:hover {
  transition: all .2s ease-out; }

header {
  width: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: fixed;
  z-index: 100;
  /* opacity: 0;
	animation-name: blur;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards; */ }
  @media screen and (max-width: 640px) {
    header {
      width: 40px; } }

@keyframes blur {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    display: inherit; }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    display: inherit; }
  /*アニメーション終了時は不透明度100%*/ }
  header dl#hd__list {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    header dl#hd__list dd {
      width: 100%; }
      header dl#hd__list dd a[disabled='disabled'] {
        pointer-events: none; }
      header dl#hd__list dd:nth-of-type(2) {
        text-align: right; }
      header dl#hd__list dd img.logo {
        width: 100%;
        max-width: 200px;
        height: auto; }
        @media screen and (max-width: 640px) {
          header dl#hd__list dd img.logo {
            width: 130%;
            margin-left: -15%; } }
      header dl#hd__list dd:nth-of-type(3) {
        padding-bottom: 65px; }
        @media screen and (max-width: 640px) {
          header dl#hd__list dd:nth-of-type(3) {
            padding-bottom: 60px; } }
        header dl#hd__list dd:nth-of-type(3) ul {
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1rem; }
          @media screen and (max-width: 640px) {
            header dl#hd__list dd:nth-of-type(3) ul {
              width: 100%;
              margin-bottom: 0; } }
          header dl#hd__list dd:nth-of-type(3) ul li {
            font-size: .1rem;
            line-height: 1; }
            header dl#hd__list dd:nth-of-type(3) ul li + li {
              margin-top: .6rem; }
            header dl#hd__list dd:nth-of-type(3) ul li a img {
              width: 100%;
              height: auto; }
            header dl#hd__list dd:nth-of-type(3) ul li a:link img, header dl#hd__list dd:nth-of-type(3) ul li a:visited img {
              opacity: .25;
              transition: all .2s ease-out; }
            header dl#hd__list dd:nth-of-type(3) ul li a:hover img {
              opacity: 1;
              transition: all .2s ease-out; }
  header dl#hd__float {
    position: fixed;
    top: 20%;
    right: 0;
    width: 68px;
    border-radius: 8px 0 0 8px;
    overflow: hidden; }
    @media screen and (max-width: 980px) {
      header dl#hd__float {
        width: 35px;
        top: auto;
        bottom: 85px;
        border-radius: 0; } }
    header dl#hd__float dd a {
      display: block; }
      header dl#hd__float dd a:link, header dl#hd__float dd a:visited {
        background: #8cc63f;
        transition-duration: 1s; }
        @media screen and (max-width: 640px) {
          header dl#hd__float dd a:link, header dl#hd__float dd a:visited {
            opacity: .8; } }
      header dl#hd__float dd a:hover {
        background: #ffe100;
        transition-duration: .3s; }
        @media screen and (max-width: 640px) {
          header dl#hd__float dd a:hover {
            opacity: 1; } }
    header dl#hd__float dd + dd {
      border-top: 1px solid #fff; }

/* SPドロワーメニュー */
#drawer-checkbox {
  display: none; }

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 41;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 640px) {
    #drawer-icon {
      width: 40px;
      height: 40px; } }
  #drawer-icon span {
    background: #111;
    display: block;
    height: 1px;
    left: 51%;
    top: 48%;
    margin: -1px 0 0 -15px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 50%; }
    @media screen and (max-width: 640px) {
      #drawer-icon span {
        left: 62%;
        top: 47%; } }
    #drawer-icon span::before, #drawer-icon span::after {
      -webkit-transform: rotate(0);
      background: #111;
      content: "";
      display: block;
      height: 100%;
      left: 50%;
      margin: -1px 0 0 -15px;
      position: absolute;
      top: 50%;
      transform: rotate(0);
      transition: all 0.3s ease-in-out;
      width: 100%; }
      @media screen and (max-width: 640px) {
        #drawer-icon span::before, #drawer-icon span::after {
          left: 75%; } }
    #drawer-icon span::before {
      margin-top: -35%; }
    #drawer-icon span::after {
      margin-top: 35%; }

#drawer-checkbox:checked ~ #drawer-icon span {
  background: #fff; }
  #drawer-checkbox:checked ~ #drawer-icon span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #drawer-checkbox:checked ~ #drawer-icon span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -6% 0 0 -53%;
  position: absolute;
  top: 50%;
  width: 100%; }
  @media screen and (max-width: 640px) {
    #drawer-checkbox:checked ~ #drawer-icon span::before,
    #drawer-checkbox:checked ~ #drawer-icon span::after {
      margin-left: -50%;
      margin-top: -4%; } }

#drawer-content {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: calc(100% - 60px);
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-10%);
  z-index: 900;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 640px) {
    #drawer-content {
      width: calc(100% - 40px); } }
  #drawer-content nav {
    height: min-content;
    width: 50%;
    max-width: 350px; }
    @media screen and (max-width: 640px) {
      #drawer-content nav {
        width: 65%;
        max-width: 400px; } }
    #drawer-content nav .nav__logo {
      text-align: center;
      width: 50%;
      max-width: 200px;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      #drawer-content nav .nav__logo + ul {
        margin-top: 4rem; }
    #drawer-content nav h2 {
      text-align: center;
      font-size: 3rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      text-indent: 0.3em; }
      #drawer-content nav h2 + dl,
      #drawer-content nav h2 + ul {
        margin-top: 15px; }
    #drawer-content nav dl + h2 {
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        #drawer-content nav dl + h2 {
          margin-top: 60px; } }
    #drawer-content nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-bottom: -15px; }
      #drawer-content nav ul li {
        width: 100%;
        margin-bottom: 15px; }
        #drawer-content nav ul li + li {
          margin-left: 0;
          margin-top: 0; }
        #drawer-content nav ul li a {
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          display: block;
          letter-spacing: 0.3em;
          font-size: 1.8rem;
          text-align: left; }
          @media screen and (max-width: 640px) {
            #drawer-content nav ul li a {
              font-size: 1.5rem;
              text-align: center; } }
          #drawer-content nav ul li a:link, #drawer-content nav ul li a:visited {
            color: #fff; }
          #drawer-content nav ul li a:hover {
            color: #ffe100; }

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  opacity: 1;
  pointer-events: inherit; }

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  opacity: 0;
  transition: all 0.3s ease-in-out 0s; }

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3; }

#lang__translate {
  position: fixed;
  top: 10px;
  right: 70px;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    #lang__translate {
      right: 50px; } }
  #lang__translate .gt_switcher-popup span:nth-of-type(1) {
    color: #fff;
    margin-left: .5em;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    position: relative;
    top: 1px; }

.gt_white_content {
  width: 200px !important;
  height: fit-content !important;
  max-height: 240px !important;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px 25px !important; }
  @media screen and (max-width: 640px) {
    .gt_white_content {
      margin-left: -138px !important; } }
  .gt_white_content .gt_languages {
    display: inherit;
    max-height: fit-content !important; }
    .gt_white_content .gt_languages a:last-child {
      border-bottom: 0; }
    .gt_white_content .gt_languages a img {
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }
    .gt_white_content .gt_languages a span {
      font-size: 17px;
      color: #222;
      margin-left: .5em; }
    .gt_white_content .gt_languages a:nth-of-type(1) {
      font-size: 0; }
      .gt_white_content .gt_languages a:nth-of-type(1) span {
        font-size: 0; }
        .gt_white_content .gt_languages a:nth-of-type(1) span:before {
          font-size: 17px;
          content: '中国語（簡体字）';
          margin-left: .5em; }
    .gt_white_content .gt_languages a:nth-of-type(2) {
      font-size: 0; }
      .gt_white_content .gt_languages a:nth-of-type(2) span {
        font-size: 0; }
        .gt_white_content .gt_languages a:nth-of-type(2) span:before {
          font-size: 17px;
          content: '中国語（繁体字）';
          margin-left: .5em; }
    .gt_white_content .gt_languages a:nth-of-type(4) {
      font-size: 0; }
      .gt_white_content .gt_languages a:nth-of-type(4) span {
        font-size: 0; }
        .gt_white_content .gt_languages a:nth-of-type(4) span:before {
          font-size: 17px;
          content: '日本語';
          margin-left: .5em; }

html#wizard, body#wizard {
  background: #66214c;
  background: -moz-linear-gradient(top, #66214c 0%, black 100%);
  background: -webkit-linear-gradient(top, #66214c 0%, black 100%);
  background: linear-gradient(to bottom, #66214c 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66214c', endColorstr='#000000',GradientType=0 );
  height: 100%; }
  html#wizard .box, body#wizard .box {
    height: 100%;
    display: flex;
    align-items: center; }
    html#wizard .box .flick, body#wizard .box .flick {
      text-align: center;
      color: #fff;
      font-size: 18px;
      margin-top: 8px;
      font-weight: 800; }
      html#wizard .box .flick i, body#wizard .box .flick i {
        color: #fff;
        margin-left: 8px;
        -webkit-animation: sdb 2s infinite;
        animation: sdb 2s infinite;
        box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0); }
  20% {
    -webkit-transform: translate(-10px, 10px); }
  40% {
    -webkit-transform: translate(0, 0); } }

@keyframes sdb {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(-10px, 10px); }
  40% {
    transform: translate(0, 0); } }

.viewport {
  width: 310px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  /* Optional: When heavy at iOS6+ */
  overflow: hidden; }

.flipsnap {
  width: 1550px;
  /* viewport(item width) * 5(item count) */ }

.flipsnap:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

.item {
  float: left;
  width: 310px;
  font-size: 50px;
  text-align: center;
  background: #fff;
  color: #666;
  padding: 10px 0 0; }
  .item dl {
    border-radius: 5px; }
  .item img {
    width: 100%; }

/* Go to top*/
.snsBtn {
  position: fixed;
  z-index: 200;
  display: block;
  right: 0;
  bottom: 60px;
  opacity: 0;
  animation-name: blur;
  animation-duration: 1s;
  animation-delay: 13s;
  animation-fill-mode: forwards; }
  .snsBtn ul li {
    border-radius: 5px 0 0 5px;
    font-size: 0.1rem;
    line-height: 1.1;
    opacity: .5; }
    .snsBtn ul li:hover {
      opacity: 1; }
    .snsBtn ul li:nth-of-type(1) {
      background: #bf0d3e; }
    .snsBtn ul li a {
      display: flex;
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .snsBtn ul li a span {
        width: 17px;
        height: 17px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: rotate(45deg);
        position: relative;
        top: 6px; }
      @media screen and (max-width: 640px) {
        .snsBtn ul li a {
          width: 35px;
          height: 35px; } }
      .snsBtn ul li a i {
        font-size: 3rem;
        line-height: 1.2;
        color: #fff; }
        @media screen and (max-width: 640px) {
          .snsBtn ul li a i {
            font-size: 2rem; } }

#page-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: none;
  z-index: 300; }
  @media screen and (max-width: 640px) {
    #page-top {
      right: 0;
      bottom: 20px; } }
  #page-top a {
    display: block;
    width: 60px;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 640px) {
      #page-top a {
        width: 40px;
        padding: 8px 0;
        border-radius: 0; } }
    #page-top a i {
      font-size: 2.5rem;
      color: #999; }
      @media screen and (max-width: 640px) {
        #page-top a i {
          font-size: 1.8rem; } }
    #page-top a:link, #page-top a:visited {
      color: #fff;
      text-align: center;
      transition-duration: .3s; }
      #page-top a:link i, #page-top a:visited i {
        color: #999; }
    #page-top a:hover {
      color: #111;
      background-color: #ffe100;
      transition-duration: .3s; }
      #page-top a:hover i {
        color: #111; }

section + footer {
  margin-top: 30px; }

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  footer a + .ft__dl {
    margin-top: 15px; }
  footer img.ft__logo {
    width: 50%;
    max-width: 400px;
    height: auto; }
    @media screen and (max-width: 640px) {
      footer img.ft__logo {
        width: 80%; } }
  footer p {
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    color: #666; }
  footer > dl {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px; }
    @media screen and (max-width: 640px) {
      footer > dl {
        display: inherit; } }
    footer > dl dd {
      width: 50%; }
      @media screen and (max-width: 640px) {
        footer > dl dd {
          width: 100%; } }
      footer > dl dd a {
        font-size: 1.2rem; }
        footer > dl dd a:link, footer > dl dd a:visited {
          color: #666; }
        footer > dl dd a:hover {
          color: #ffe100; }
      footer > dl dd:nth-of-type(1) p {
        text-align: left;
        font-size: 1.2rem;
        color: #666; }
        @media screen and (max-width: 640px) {
          footer > dl dd:nth-of-type(1) p {
            text-align: center; } }
      @media screen and (max-width: 640px) {
        footer > dl dd:nth-of-type(2) {
          margin-top: 10px; } }
      footer > dl dd:nth-of-type(2) ul {
        list-style-type: none;
        display: flex;
        justify-content: flex-end; }
        @media screen and (max-width: 640px) {
          footer > dl dd:nth-of-type(2) ul {
            justify-content: center;
            display: block; } }
        footer > dl dd:nth-of-type(2) ul li {
          font-size: 1.5rem; }
          @media screen and (max-width: 640px) {
            footer > dl dd:nth-of-type(2) ul li {
              text-align: center; } }
          footer > dl dd:nth-of-type(2) ul li + li {
            margin-top: 0;
            margin-left: 1em; }
            @media screen and (max-width: 640px) {
              footer > dl dd:nth-of-type(2) ul li + li {
                margin-left: 0;
                margin-top: .5rem; } }
          footer > dl dd:nth-of-type(2) ul li a {
            display: block; }
            @media screen and (max-width: 640px) {
              footer > dl dd:nth-of-type(2) ul li a {
                font-size: 1.4rem;
                text-align: center; } }

/* Loading背景画面設定 */
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  color: #fff;
  top: 0;
  animation-name: splashScreen;
  animation-delay: 1.2s;
  animation-duration: .4s;
  animation-fill-mode: forwards; }

@keyframes splashScreen {
  from {
    opacity: 1;
    pointer-events: inherit; }
  to {
    opacity: 0;
    pointer-events: none; } }

/* common */
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  background: #000; }

.imgWrap > img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.imgWrap > img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  opacity: 0.6;
  /* 小さくするほど暗くなります */
  cursor: pointer; }

/* スクロールイベントでのFadeUpアニメーション用 */
.fadeUp {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }

/*きらっと光る*/
.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden; }

/*キラッと光る*/
.btnshine::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg); }

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s; }

@keyframes shine {
  100% {
    left: 125%; } }

p.h2__sub {
  text-align: center;
  color: #dd131c;
  font-weight: 700; }
  @media screen and (max-width: 640px) {
    p.h2__sub {
      font-size: 1.3rem; } }
  p.h2__sub + dl,
  p.h2__sub + p,
  p.h2__sub + div,
  p.h2__sub + table,
  p.h2__sub + ul,
  p.h2__sub + iframe,
  p.h2__sub + h3 {
    margin-top: 4rem; }

p + .img__area {
  margin-top: 6rem; }

p + h3 {
  margin-top: 2rem; }

ul.list__expnote > li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em; }

span.material-icons {
  color: #999;
  line-height: 1;
  vertical-align: text-top;
  margin-right: 3px; }

div.img__area {
  text-align: center; }
  div.img__area + p,
  div.img__area + div,
  div.img__area + section,
  div.img__area + table,
  div.img__area + ul,
  div.img__area + o,
  div.img__area + dl,
  div.img__area + h3 {
    margin-top: 6rem; }
  div.img__area img {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 640px) {
      div.img__area img {
        width: 100%; } }
    div.img__area img.howto__about {
      width: 80%;
      max-width: 650px; }
      div.img__area img.howto__about + p {
        text-align: center;
        margin-top: 2rem; }
    div.img__area img.dummy__img {
      max-width: 100%;
      height: 400px; }
      @media screen and (max-width: 640px) {
        div.img__area img.dummy__img {
          width: 100%;
          height: 300px; } }
    div.img__area img.about__img {
      width: 80%;
      height: auto; }
      @media screen and (max-width: 640px) {
        div.img__area img.about__img {
          width: 100%; } }

div.btn__basic {
  text-align: center; }
  div.btn__basic a {
    font-size: 2.2rem;
    text-align: center;
    width: 60%;
    max-width: 600px;
    height: 8rem;
    display: grid;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    position: relative; }
    @media screen and (max-width: 640px) {
      div.btn__basic a {
        width: 90%;
        font-size: 1.5rem;
        height: 6rem; } }
    div.btn__basic a:after {
      content: '';
      background-image: url("../images/btn-arr-black.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 15px;
      top: 30px; }
      @media screen and (max-width: 640px) {
        div.btn__basic a:after {
          width: 20px;
          height: 20px;
          top: 20px;
          right: 1rem; } }
    div.btn__basic a:link, div.btn__basic a:visited {
      background: #fff;
      color: #111; }
    div.btn__basic a:hover {
      background: #ffc800; }
  div.btn__basic.btn__red a:link, div.btn__basic.btn__red a:visited {
    background: #c00;
    color: #fff; }
  div.btn__basic.btn__red a:hover {
    background: #ffc800;
    color: #111; }
  div.btn__basic.btn__red a:after {
    background-image: url("../images/btn-arr-white.svg"); }

div.img__circle {
  overflow: hidden;
  border-radius: 50%; }

div.linkBtn {
  text-align: center; }
  div.linkBtn + .linkBtn {
    margin-top: 20px; }
  div.linkBtn a {
    display: block;
    width: 60%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 2rem;
    padding: 25px 0;
    letter-spacing: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-image: url("../images/btn-arr.svg");
    background-size: 30px 30px;
    background-position: 97% center; }
    @media screen and (max-width: 640px) {
      div.linkBtn a {
        width: 100%;
        font-size: 1.8rem;
        letter-spacing: 0;
        background-size: 15px 15px;
        background-position: 98% center;
        padding: 15px 0; } }
    div.linkBtn a:link, div.linkBtn a:visited {
      background-color: #8cc63f;
      color: #fff;
      text-align: center;
      transition-duration: 1s;
      box-shadow: 0 3px 0 #638e2a; }
    div.linkBtn a:hover {
      color: #111;
      background-color: #ffe100;
      transition-duration: .3s;
      box-shadow: 0 3px 0 #b39e00; }

div#backgroundMovie {
  width: 100%;
  max-height: 768px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 640px) {
    div#backgroundMovie {
      height: 390px;
      overflow: hidden; } }
  div#backgroundMovie + section {
    margin-top: 6rem; }
  div#backgroundMovie video {
    width: 100%;
    height: auto;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      div#backgroundMovie video {
        height: 390px;
        width: auto;
        margin-left: -25%; } }
  div#backgroundMovie .kvOver {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center; }
    div#backgroundMovie .kvOver--inner {
      width: 100%;
      height: auto; }
      div#backgroundMovie .kvOver--inner h1 {
        text-align: center; }
        div#backgroundMovie .kvOver--inner h1 img {
          width: 15%; }
          @media screen and (max-width: 640px) {
            div#backgroundMovie .kvOver--inner h1 img {
              width: 30%; } }
        div#backgroundMovie .kvOver--inner h1 + .catch {
          margin-top: 8rem; }
          @media screen and (max-width: 640px) {
            div#backgroundMovie .kvOver--inner h1 + .catch {
              margin-top: 4rem; } }
      div#backgroundMovie .kvOver--inner .catch {
        display: block;
        text-align: center; }
        div#backgroundMovie .kvOver--inner .catch img {
          width: 45%; }
          @media screen and (max-width: 640px) {
            div#backgroundMovie .kvOver--inner .catch img {
              width: 80%; } }

dl.layout__clm2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  dl.layout__clm2 dd {
    width: 47%; }
    @media screen and (max-width: 640px) {
      dl.layout__clm2 dd {
        width: 100%; }
        dl.layout__clm2 dd + dd {
          margin-top: 2rem; } }
    dl.layout__clm2 dd h4 {
      width: 100%; }
  dl.layout__clm2 + h3,
  dl.layout__clm2 + h4 {
    margin-top: 60px; }

/* container  */
#container {
  width: calc(100% - 60px);
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    #container {
      width: calc(100% - 40px); } }

/* トップページ */
#topBody #container {
  padding-bottom: 115px; }
  #topBody #container h3 {
    text-align: center;
    color: #ffe100;
    font-family: serif;
    font-size: 2rem;
    font-weight: 700; }
    #topBody #container h3 + p,
    #topBody #container h3 + dl,
    #topBody #container h3 + div {
      margin-top: 3rem; }

#topBody h2 {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.3em;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    #topBody h2 {
      font-size: 2rem;
      letter-spacing: .1em; } }
  #topBody h2 + h3 {
    margin-top: 4rem; }
  #topBody h2 + section {
    margin-top: 20px; }
  #topBody h2 + dl {
    margin-top: 4rem; }

#topBody section {
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  #topBody section#top__menu {
    max-width: auto;
    box-sizing: border-box; }
    #topBody section#top__menu > .menu__list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: -4rem;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        #topBody section#top__menu > .menu__list {
          display: block;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      #topBody section#top__menu > .menu__list + .btn__basic {
        margin-top: 4rem; }
        @media screen and (max-width: 640px) {
          #topBody section#top__menu > .menu__list + .btn__basic {
            margin-top: 8rem; } }
      #topBody section#top__menu > .menu__list.menu__list__set > dd > img {
        border-radius: 5px;
        background: #000; }
      #topBody section#top__menu > .menu__list.menu__list__noclm {
        display: block;
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid #fff; }
        #topBody section#top__menu > .menu__list.menu__list__noclm > dd {
          width: 100%;
          border-bottom: 1px solid #fff;
          padding: 25px 0px;
          margin-bottom: 0 !important; }
          @media screen and (max-width: 640px) {
            #topBody section#top__menu > .menu__list.menu__list__noclm > dd {
              padding: 20px 0px; } }
          #topBody section#top__menu > .menu__list.menu__list__noclm > dd > dl {
            width: 90%;
            margin-left: auto;
            margin-right: auto; }
            @media screen and (max-width: 640px) {
              #topBody section#top__menu > .menu__list.menu__list__noclm > dd > dl {
                width: 95%; } }
      #topBody section#top__menu > .menu__list.clm3.clm3__single {
        justify-content: center; }
      #topBody section#top__menu > .menu__list.clm3 > dd {
        width: 30%; }
        @media screen and (max-width: 640px) {
          #topBody section#top__menu > .menu__list.clm3 > dd {
            display: block;
            width: 100%; } }
        #topBody section#top__menu > .menu__list.clm3 > dd > .icon__wagyu {
          position: absolute;
          width: 5rem;
          margin-left: 1rem;
          top: -.8rem;
          left: auto;
          transform: rotate(0); }
        #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dt {
            font-size: 16px;
            line-height: 1.3; }
            @media screen and (max-width: 980px) {
              #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dt {
                font-size: 14px; } }
            @media screen and (max-width: 640px) {
              #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dt {
                font-size: 1.8rem;
                line-height: 1.4; } }
            #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dt.small {
              font-weight: 300;
              font-size: 1.4rem; }
              @media screen and (max-width: 980px) {
                #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dt.small {
                  font-size: 12px; } }
          #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dd {
            font-size: 2.3rem;
            position: relative; }
            @media screen and (max-width: 980px) {
              #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dd {
                font-size: 1.8rem; } }
            @media screen and (max-width: 640px) {
              #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dd {
                font-size: 2.3rem; } }
            #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dd.small {
              font-size: 2rem; }
            #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dd > span.ja-small {
              right: 0;
              font-size: 1.2rem;
              font-family: 'Noto Sans JP',sans-serif;
              width: auto; }
            #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dd > span.size__hand {
              position: absolute;
              font-size: 12px;
              background: #c9bc9c;
              color: #111; }
              @media screen and (max-width: 980px) {
                #topBody section#top__menu > .menu__list.clm3 > dd > .menu__list__price > dd > span.size__hand {
                  display: none; } }
      @media screen and (max-width: 640px) {
        #topBody section#top__menu > .menu__list.noPhoto > dd {
          margin-bottom: 2rem; } }
      #topBody section#top__menu > .menu__list > dd {
        width: 48%;
        margin-bottom: 4rem;
        position: relative; }
        #topBody section#top__menu > .menu__list > dd .icon__wagyu {
          position: absolute;
          width: 10rem;
          top: -1rem;
          left: -2rem;
          transform: rotate(-15deg); }
          @media screen and (max-width: 640px) {
            #topBody section#top__menu > .menu__list > dd .icon__wagyu {
              width: 8rem; } }
          #topBody section#top__menu > .menu__list > dd .icon__wagyu img {
            width: 100%;
            height: auto; }
        @media screen and (max-width: 640px) {
          #topBody section#top__menu > .menu__list > dd {
            display: block;
            width: 100%; } }
        #topBody section#top__menu > .menu__list > dd img + dl {
          margin-top: 2rem; }
        #topBody section#top__menu > .menu__list > dd .menu__list__price {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-bottom: -0.5rem; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price.option__alcoholic > dt, #topBody section#top__menu > .menu__list > dd .menu__list__price.option__alcoholic dd {
            color: #ffe100; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price.option__alcoholic > dt {
            font-size: 12px;
            line-height: 1.8;
            position: relative; }
            @media screen and (max-width: 640px) {
              #topBody section#top__menu > .menu__list > dd .menu__list__price.option__alcoholic > dt {
                font-size: 10px;
                line-height: 2.6; } }
            #topBody section#top__menu > .menu__list > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
              width: auto;
              height: 52px;
              position: absolute;
              display: inline;
              top: -17px;
              margin-left: 7px; }
              @media screen and (max-width: 640px) {
                #topBody section#top__menu > .menu__list > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
                  height: 40px;
                  top: -7px; } }
          #topBody section#top__menu > .menu__list > dd .menu__list__price + p {
            margin-top: 1rem; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price dt, #topBody section#top__menu > .menu__list > dd .menu__list__price dd {
            color: #fff;
            box-sizing: border-box;
            margin-bottom: .5rem; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price.lemonade > dt {
            width: 40%; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price.lemonade > dd {
            width: 60%; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price > dt {
            width: 65%;
            text-align: left;
            font-weight: 700;
            font-size: 2.2rem; }
            @media screen and (max-width: 980px) {
              #topBody section#top__menu > .menu__list > dd .menu__list__price > dt {
                font-size: 14px; } }
            @media screen and (max-width: 640px) {
              #topBody section#top__menu > .menu__list > dd .menu__list__price > dt {
                font-size: 1.8rem; } }
            #topBody section#top__menu > .menu__list > dd .menu__list__price > dt > span {
              color: #fff;
              font-size: 1.5rem; }
            #topBody section#top__menu > .menu__list > dd .menu__list__price > dt p {
              font-size: 14px;
              line-height: 1.3;
              color: #fff;
              font-weight: 700; }
              #topBody section#top__menu > .menu__list > dd .menu__list__price > dt p + .txt__en {
                margin-top: 3px; }
              @media screen and (max-width: 980px) {
                #topBody section#top__menu > .menu__list > dd .menu__list__price > dt p {
                  font-size: 14px; } }
              @media screen and (max-width: 640px) {
                #topBody section#top__menu > .menu__list > dd .menu__list__price > dt p {
                  font-size: 13px; } }
              #topBody section#top__menu > .menu__list > dd .menu__list__price > dt p.txt__en {
                font-size: 12px;
                font-weight: 300; }
                #topBody section#top__menu > .menu__list > dd .menu__list__price > dt p.txt__en + p {
                  margin-top: 8px; }
            #topBody section#top__menu > .menu__list > dd .menu__list__price > dt.small {
              font-weight: 300;
              font-size: 11px;
              line-height: 1.2;
              font-family: 'Trebuchet MS';
              color: #999; }
              #topBody section#top__menu > .menu__list > dd .menu__list__price > dt.small + dt {
                margin-top: 2rem; }
            #topBody section#top__menu > .menu__list > dd .menu__list__price > dt.small__ja {
              font-weight: 700;
              font-size: 1.4rem; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price > dd {
            width: 35%;
            text-align: right;
            font-family: futura-pt, sans-serif;
            font-weight: 700;
            font-style: italic;
            font-size: 2.6rem;
            line-height: 1.05;
            position: relative; }
            @media screen and (max-width: 980px) {
              #topBody section#top__menu > .menu__list > dd .menu__list__price > dd {
                font-size: 2.3rem;
                line-height: 1.4; } }
            #topBody section#top__menu > .menu__list > dd .menu__list__price > dd span {
              font-size: 1.8rem;
              margin-left: 2rem;
              font-family: futura-pt, sans-serif;
              font-weight: 700;
              color: #fff;
              display: inline-block;
              width: 1em;
              text-align: center; }
              #topBody section#top__menu > .menu__list > dd .menu__list__price > dd span.size__hand {
                position: absolute;
                margin-left: 0;
                font-size: 12px;
                line-height: 1.2;
                background: #c9bc9c;
                width: 160px;
                box-sizing: border-box;
                left: -7vh;
                padding: 4px 0 3px;
                color: #111;
                top: -1px; }
                @media screen and (max-width: 980px) {
                  #topBody section#top__menu > .menu__list > dd .menu__list__price > dd span.size__hand {
                    padding: 2px 0 1px;
                    left: auto;
                    top: 0;
                    right: 75px;
                    width: 90px;
                    font-size: 10px; } }
                #topBody section#top__menu > .menu__list > dd .menu__list__price > dd span.size__hand > span {
                  font-size: 12px;
                  line-height: 1.2;
                  color: #111;
                  display: inline;
                  width: auto;
                  margin-left: 0; }
                  @media screen and (max-width: 980px) {
                    #topBody section#top__menu > .menu__list > dd .menu__list__price > dd span.size__hand > span {
                      display: none; } }
            #topBody section#top__menu > .menu__list > dd .menu__list__price > dd.small {
              font-size: 2rem; }
              @media screen and (max-width: 980px) {
                #topBody section#top__menu > .menu__list > dd .menu__list__price > dd.small {
                  line-height: 0.9; } }
          #topBody section#top__menu > .menu__list > dd .menu__list__price + .menu__list__price {
            margin-top: 2.5rem; }
          #topBody section#top__menu > .menu__list > dd .menu__list__price + .menu__list__price.option__alcoholic {
            margin-top: 10px; }
      #topBody section#top__menu > .menu__list + .exp__price {
        margin-top: 30px; }
      #topBody section#top__menu > .menu__list + .menu__list {
        margin-top: 50px; }
    #topBody section#top__menu > .top__menu__image {
      width: 80%;
      max-width: 700px;
      margin-inline: auto; }
      @media screen and (max-width: 640px) {
        #topBody section#top__menu > .top__menu__image {
          width: 95%; } }
      #topBody section#top__menu > .top__menu__image img + img {
        margin-top: 3rem; }
    #topBody section#top__menu p {
      font-size: 13px;
      line-height: 1.5;
      color: #565656; }
      #topBody section#top__menu p.h2__sub {
        text-align: center;
        color: #dd131c;
        font-weight: 300; }
      #topBody section#top__menu p.exp__price {
        text-align: right;
        color: #fff; }
        #topBody section#top__menu p.exp__price + .btn__basic {
          margin-top: 30px; }
  #topBody section#top__concept {
    width: 100% !important;
    max-width: auto;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #topBody section#top__concept {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    #topBody section#top__concept dl {
      width: calc(100% + 30px);
      display: flex;
      justify-content: space-between;
      margin-left: -30px; }
      #topBody section#top__concept dl + .btn__basic {
        margin-top: 6rem; }
      @media screen and (max-width: 980px) {
        #topBody section#top__concept dl {
          display: block;
          width: 80%;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 640px) {
        #topBody section#top__concept dl {
          display: block;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      #topBody section#top__concept dl dd:nth-of-type(1) {
        width: 56%; }
        @media screen and (max-width: 980px) {
          #topBody section#top__concept dl dd:nth-of-type(1) {
            display: block;
            width: 100%; } }
        @media screen and (max-width: 640px) {
          #topBody section#top__concept dl dd:nth-of-type(1) {
            display: block;
            width: 100%; } }
      #topBody section#top__concept dl dd:nth-of-type(2) {
        width: 40%; }
        @media screen and (max-width: 980px) {
          #topBody section#top__concept dl dd:nth-of-type(2) {
            display: block;
            width: 85%;
            margin-top: 2rem;
            margin-left: auto;
            margin-right: auto; }
            #topBody section#top__concept dl dd:nth-of-type(2) p {
              font-size: 1.3rem; } }
      #topBody section#top__concept dl dd h2 {
        text-align: left;
        font-family: serif;
        font-weight: 700; }
        @media screen and (max-width: 640px) {
          #topBody section#top__concept dl dd h2 {
            text-align: center; } }
        #topBody section#top__concept dl dd h2 + p {
          margin-top: 2rem; }
          @media screen and (max-width: 640px) {
            #topBody section#top__concept dl dd h2 + p {
              margin-top: 1rem; } }
  #topBody section#layer__delivery__link {
    width: calc(100% - 60px);
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    padding: 25px 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid #444;
    max-width: 3000px; }
    @media screen and (max-width: 640px) {
      #topBody section#layer__delivery__link {
        width: calc(100% - 40px); } }
    #topBody section#layer__delivery__link > ul {
      text-align: center;
      display: flex;
      justify-content: space-between;
      max-width: 900px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 640px) {
        #topBody section#layer__delivery__link > ul {
          display: block; } }
      #topBody section#layer__delivery__link > ul > li {
        width: 100%; }
        #topBody section#layer__delivery__link > ul > li + li {
          margin-top: 0; }
          @media screen and (max-width: 640px) {
            #topBody section#layer__delivery__link > ul > li + li {
              margin-top: 15px; } }
        #topBody section#layer__delivery__link > ul > li > a {
          display: block;
          text-align: center;
          padding: 12px 0;
          font-size: 18px;
          border-radius: 3px; }
          #topBody section#layer__delivery__link > ul > li > a > i {
            margin-right: .5em; }
          #topBody section#layer__delivery__link > ul > li > a.btn__mobile_order:link, #topBody section#layer__delivery__link > ul > li > a.btn__mobile_order:visited {
            background: #ff8c00; }
          #topBody section#layer__delivery__link > ul > li > a.btn__mobile_order:hover {
            background: #ffe100; }
          #topBody section#layer__delivery__link > ul > li > a.btn__delivery:link, #topBody section#layer__delivery__link > ul > li > a.btn__delivery:visited {
            background: #32cd32; }
          #topBody section#layer__delivery__link > ul > li > a.btn__delivery:hover {
            background: #ffe100; }
          #topBody section#layer__delivery__link > ul > li > a:link, #topBody section#layer__delivery__link > ul > li > a:visited {
            color: #fff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
            font-weight: 900; }
          #topBody section#layer__delivery__link > ul > li > a:hover {
            color: #111;
            text-shadow: 0;
            font-weight: 900; }
  #topBody section + section {
    margin-top: 70px; }
    @media screen and (max-width: 640px) {
      #topBody section + section {
        margin-top: 6rem; } }
  #topBody section h2 {
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 3.2rem; }
    #topBody section h2 + .h2__sub {
      font-size: inherit; }
    @media screen and (max-width: 640px) {
      #topBody section h2 {
        font-size: 2rem; } }
    #topBody section h2 a {
      color: #fff;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      font-size: 3.2rem; }
      #topBody section h2 a img {
        width: 75px;
        height: auto;
        margin-bottom: 1rem; }
        @media screen and (max-width: 640px) {
          #topBody section h2 a img {
            width: 50px; } }
      #topBody section h2 a:link, #topBody section h2 a:visited {
        color: #fff;
        transition-duration: 1s; }
      #topBody section h2 a:hover {
        color: #8cc63f;
        transition-duration: 1s; }
    #topBody section h2 img {
      width: auto;
      height: 70px;
      margin-bottom: 1rem; }
      @media screen and (max-width: 640px) {
        #topBody section h2 img {
          width: auto;
          max-width: 90%;
          height: 50px; } }
    #topBody section h2 + dl,
    #topBody section h2 + .flow__chart {
      margin-top: 50px; }
      @media screen and (max-width: 640px) {
        #topBody section h2 + dl,
        #topBody section h2 + .flow__chart {
          margin-top: 30px; } }
  #topBody section div.flow__chart {
    text-align: center; }
    #topBody section div.flow__chart + h3 {
      margin-top: 50px; }
    #topBody section div.flow__chart p {
      text-align: center;
      font-weight: 700; }
      #topBody section div.flow__chart p + img {
        margin-top: 30px; }
    #topBody section div.flow__chart img[src*='top-chart'] {
      width: 80%; }
      @media screen and (max-width: 640px) {
        #topBody section div.flow__chart img[src*='top-chart'] {
          width: 100%; } }
  #topBody section table.top__method__tbl {
    width: 100%; }
    #topBody section table.top__method__tbl + .exp {
      margin-top: 15px; }
    #topBody section table.top__method__tbl tr th {
      border-top: 1px solid #fff; }
    #topBody section table.top__method__tbl tr td {
      border-top: 1px solid #ddd; }
    #topBody section table.top__method__tbl tr th, #topBody section table.top__method__tbl tr td {
      font-size: 1.5rem;
      padding: 10px; }
      #topBody section table.top__method__tbl tr th.method__width, #topBody section table.top__method__tbl tr td.method__width {
        width: 28%; }
    #topBody section table.top__method__tbl tr th {
      text-align: center;
      background: #ddd;
      font-weight: 700; }
    #topBody section table.top__method__tbl tr td {
      background: #fff; }
      #topBody section table.top__method__tbl tr td + td {
        border-left: 1px solid #ddd; }
      #topBody section table.top__method__tbl tr td ul li {
        position: relative;
        padding: 0 0 0 2em;
        margin: 0; }
        #topBody section table.top__method__tbl tr td ul li + li {
          margin-top: 3px; }
        #topBody section table.top__method__tbl tr td ul li::before {
          position: absolute;
          left: 0;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f00c';
          color: #00ACDB; }
      #topBody section table.top__method__tbl tr td p.value {
        font-family: din-2014-narrow, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        font-size: 4.5rem;
        line-height: 1.3;
        color: #565656; }
        #topBody section table.top__method__tbl tr td p.value span {
          font-size: 1.5rem;
          font-family: 'Noto Sans JP';
          font-weight: 300; }
      #topBody section table.top__method__tbl tr td p.fukashi {
        line-height: 1.1;
        text-align: center;
        margin-bottom: 10px; }
        #topBody section table.top__method__tbl tr td p.fukashi span {
          background: #111;
          color: #fff;
          border-radius: 20px;
          padding: 3px 15px 5px; }
    #topBody section table.top__method__tbl tr.method__name th {
      background: #4a86cc;
      color: #fff;
      font-weight: 900;
      text-align: center;
      letter-spacing: 2px; }
      #topBody section table.top__method__tbl tr.method__name th + th {
        border-left: 1px solid rgba(255, 255, 255, 0.4); }
  #topBody section dl.choice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px; }
    #topBody section dl.choice__list + .linkBtn {
      margin-top: 50px; }
    #topBody section dl.choice__list dd {
      width: 27%;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        #topBody section dl.choice__list dd {
          width: 46%; } }
      #topBody section dl.choice__list dd .img__circle + dl {
        margin-top: 2rem; }
      #topBody section dl.choice__list dd > dl {
        display: table;
        border-top: 1px solid #111;
        width: 100%; }
        #topBody section dl.choice__list dd > dl dt {
          width: 20%;
          display: table-cell;
          vertical-align: middle;
          justify-content: center; }
          @media screen and (max-width: 980px) {
            #topBody section dl.choice__list dd > dl dt {
              width: 28%;
              padding-top: 5px; } }
          #topBody section dl.choice__list dd > dl dt p {
            font-family: din-2014-narrow, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 5rem;
            color: #8cc63f;
            line-height: 1.2;
            text-align: center; }
            @media screen and (max-width: 980px) {
              #topBody section dl.choice__list dd > dl dt p {
                font-size: 3rem; } }
        #topBody section dl.choice__list dd > dl dd {
          width: 80%;
          font-weight: 900;
          display: table-cell;
          vertical-align: middle;
          line-height: 1.2; }
          @media screen and (max-width: 980px) {
            #topBody section dl.choice__list dd > dl dd {
              width: 72%;
              padding-top: 5px; } }
          #topBody section dl.choice__list dd > dl dd p {
            font-weight: 900;
            line-height: 1.4; }
            @media screen and (max-width: 980px) {
              #topBody section dl.choice__list dd > dl dd p {
                font-size: 1.3rem; } }
  #topBody section dl.flow__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px; }
    #topBody section dl.flow__list + .linkBtn {
      margin-top: 50px; }
    #topBody section dl.flow__list > dd {
      width: 27%;
      margin-bottom: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        #topBody section dl.flow__list > dd {
          width: 46%; } }
      #topBody section dl.flow__list > dd.arr {
        width: 9.5%;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 640px) {
          #topBody section dl.flow__list > dd.arr {
            display: none; } }
        #topBody section dl.flow__list > dd.arr span {
          width: 17px;
          height: 17px;
          border-top: 1px solid #111;
          border-left: 1px solid #111;
          transform: rotate(135deg);
          position: relative;
          top: -27px;
          left: -5px; }
      #topBody section dl.flow__list > dd img {
        width: 100%;
        height: auto; }
        #topBody section dl.flow__list > dd img + dl {
          margin-top: 1rem; }
      #topBody section dl.flow__list > dd > dl {
        display: table;
        width: 100%; }
        #topBody section dl.flow__list > dd > dl dt {
          width: 20%;
          display: table-cell;
          vertical-align: middle;
          justify-content: center; }
          @media screen and (max-width: 640px) {
            #topBody section dl.flow__list > dd > dl dt {
              width: 22%; } }
          #topBody section dl.flow__list > dd > dl dt p {
            font-family: din-2014-narrow, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 5rem;
            color: #8cc63f;
            line-height: 1.2;
            text-align: center; }
            @media screen and (max-width: 980px) {
              #topBody section dl.flow__list > dd > dl dt p {
                font-size: 3rem; } }
        #topBody section dl.flow__list > dd > dl dd {
          width: 80%;
          font-weight: 900;
          display: table-cell;
          vertical-align: middle;
          line-height: 1.2; }
          @media screen and (max-width: 640px) {
            #topBody section dl.flow__list > dd > dl dd {
              width: 78%; } }
          #topBody section dl.flow__list > dd > dl dd p {
            font-weight: 900;
            line-height: 1.4; }
            @media screen and (max-width: 980px) {
              #topBody section dl.flow__list > dd > dl dd p {
                font-size: 1.3rem; } }
  #topBody section dl.top__newslist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px; }
    @media screen and (max-width: 640px) {
      #topBody section dl.top__newslist {
        margin-left: auto;
        margin-right: auto; } }
    #topBody section dl.top__newslist > dd {
      width: 22%;
      margin-bottom: 20px;
      margin-right: calc(12% / 3); }
      #topBody section dl.top__newslist > dd:nth-of-type(4n) {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #topBody section dl.top__newslist > dd:nth-of-type(2n) {
          margin-right: 0; } }
      #topBody section dl.top__newslist > dd .thumb {
        background-color: #161616;
        width: 100%;
        height: 181.5px;
        max-height: 181.5px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        @media screen and (max-width: 640px) {
          #topBody section dl.top__newslist > dd .thumb {
            max-height: 130px;
            height: 1130px; } }
        #topBody section dl.top__newslist > dd .thumb img {
          width: 140%;
          height: auto; }
        #topBody section dl.top__newslist > dd .thumb + p {
          margin-top: 1rem; }
      @media screen and (max-width: 640px) {
        #topBody section dl.top__newslist > dd {
          width: 48%; } }
      #topBody section dl.top__newslist > dd p {
        font-size: 1.5rem; }
        @media screen and (max-width: 640px) {
          #topBody section dl.top__newslist > dd p {
            font-size: 1.4rem;
            line-height: 1.6; } }
        #topBody section dl.top__newslist > dd p.article-date {
          color: #dd131c;
          font-family: futura-pt, sans-serif;
          font-weight: 700; }
        #topBody section dl.top__newslist > dd p.article-title {
          font-weight: 500;
          color: #fff; }
          #topBody section dl.top__newslist > dd p.article-title + .article-date {
            margin-top: .2rem; }
    #topBody section dl.top__newslist + .btn__basic {
      margin-top: 6rem; }
  #topBody section#top__keyvisual {
    height: 90%;
    max-width: 100%;
    max-height: 768px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #topBody section#top__keyvisual {
        margin-bottom: 30px; } }
    #topBody section#top__keyvisual .slick-slider {
      box-sizing: border-box;
      height: calc(100vh - 129px);
      z-index: 10;
      max-height: 768px;
      width: 100%; }
      @media screen and (max-width: 980px) {
        #topBody section#top__keyvisual .slick-slider {
          width: auto;
          height: 100%;
          max-height: 500px; } }
      #topBody section#top__keyvisual .slick-slider .slick-slider-wrapper {
        box-sizing: border-box;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        opacity: 0;
        transition: opacity .3s linear; }
        #topBody section#top__keyvisual .slick-slider .slick-slider-wrapper.slick-initialized {
          opacity: 1; }
        @media screen and (max-width: 980px) {
          #topBody section#top__keyvisual .slick-slider .slick-slider-wrapper div {
            width: auto;
            height: 100%; } }
        #topBody section#top__keyvisual .slick-slider .slick-slider-wrapper div img {
          width: 100%;
          height: auto; }
          @media screen and (max-width: 980px) {
            #topBody section#top__keyvisual .slick-slider .slick-slider-wrapper div img {
              width: auto;
              height: 100%; } }
    #topBody section#top__keyvisual .kv__copy {
      width: 100%;
      position: absolute;
      pointer-events: none;
      justify-content: center;
      z-index: 20; }
      #topBody section#top__keyvisual .kv__copy h1 {
        text-align: center;
        align-items: center;
        font-family: 'Noto Serif JP';
        font-size: 3.2rem;
        letter-spacing: 10px;
        text-shadow: 0 0 6px #fff, 0 0 2px #fff; }
        @media screen and (max-width: 980px) {
          #topBody section#top__keyvisual .kv__copy h1 {
            font-size: 2.4rem;
            letter-spacing: 5px; } }
        #topBody section#top__keyvisual .kv__copy h1 img {
          width: 60%;
          max-width: 120px;
          height: auto;
          margin-bottom: 1rem; }
          @media screen and (max-width: 980px) {
            #topBody section#top__keyvisual .kv__copy h1 img {
              max-width: 100px;
              margin-bottom: 1.5rem; } }
        #topBody section#top__keyvisual .kv__copy h1 + p {
          margin-top: 15px; }
      #topBody section#top__keyvisual .kv__copy p {
        text-align: center;
        font-size: 1.7rem;
        font-weight: 900;
        text-shadow: 0 0 6px #fff, 0 0 2px #fff; }
    #topBody section#top__keyvisual .link__review {
      width: 90%;
      max-width: 1100px;
      height: 1px;
      margin-inline: auto;
      box-sizing: border-box;
      position: relative;
      display: flex;
      align-items: end;
      justify-content: end;
      z-index: 99; }
      @media screen and (max-width: 640px) {
        #topBody section#top__keyvisual .link__review {
          width: 100%;
          position: absolute;
          top: 340px;
          right: 10px; } }
      #topBody section#top__keyvisual .link__review a {
        display: block;
        position: absolute;
        width: 200px;
        height: auto;
        right: -80px;
        bottom: -40px; }
        @media screen and (max-width: 980px) {
          #topBody section#top__keyvisual .link__review a {
            width: 140px;
            right: -15px;
            bottom: -60px; } }
        @media screen and (max-width: 640px) {
          #topBody section#top__keyvisual .link__review a {
            width: 25%;
            right: 0;
            bottom: auto;
            top: 0; } }
  #topBody section#top__read p {
    font-weight: 700; }
    #topBody section#top__read p + p {
      margin-top: 1.5rem; }
  @media screen and (max-width: 640px) {
    #topBody section#top__method h2 {
      font-size: 1.8rem;
      text-align: left;
      letter-spacing: 0; } }
  #topBody section#top__method h3 {
    justify-content: center;
    display: flex;
    background: #000;
    color: #fff;
    padding: 10px 40px 12px;
    border-radius: 25px;
    line-height: 1.2; }
    @media screen and (max-width: 640px) {
      #topBody section#top__method h3 {
        font-size: 15px;
        border-radius: 0;
        padding: 5px; } }
    #topBody section#top__method h3 + .top__method__div {
      margin-top: 40px; }
  #topBody section#top__method .top__method__div + .top__method__div,
  #topBody section#top__method .top__method__div + .exp {
    margin-top: 20px; }
  #topBody section#top__method .top__method__div h4 {
    background: #4a86cc;
    font-weight: 900;
    border-radius: 20px;
    padding: 3px 15px 5px;
    color: #fff; }
    #topBody section#top__method .top__method__div h4 + .top__method__tbl__sp {
      margin-top: 20px; }
  #topBody section#top__method .top__method__div dl.top__method__tbl__sp + h4 {
    margin-top: 30px; }
  #topBody section#top__method .top__method__div dl.top__method__tbl__sp dt {
    text-align: center; }
    #topBody section#top__method .top__method__div dl.top__method__tbl__sp dt + dd {
      margin-top: 10px; }
    #topBody section#top__method .top__method__div dl.top__method__tbl__sp dt span {
      text-align: center;
      font-weight: bold;
      color: #fff;
      background: #111;
      color: #fff;
      border-radius: 20px;
      padding: 2px 15px 4px; }
  #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd {
    width: 100%; }
    #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd + dt {
      margin-top: 15px; }
    #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd p.value {
      font-family: din-2014-narrow, sans-serif;
      font-weight: 400;
      font-style: normal;
      text-align: center;
      font-size: 4.5rem;
      line-height: 1.3;
      color: #565656; }
      #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd p.value span {
        font-size: 1.5rem;
        font-family: 'Noto Sans JP';
        font-weight: 300; }
    #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd p.fukashi {
      line-height: 1.1;
      text-align: center;
      margin-bottom: 10px; }
      #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd p.fukashi span {
        background: #111;
        color: #fff;
        border-radius: 20px;
        padding: 3px 15px 5px; }
    #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd ul li {
      position: relative;
      padding: 0 0 0 2em;
      margin: 0; }
      #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd ul li + li {
        margin-top: 3px; }
      #topBody section#top__method .top__method__div dl.top__method__tbl__sp dd ul li::before {
        position: absolute;
        left: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f00c';
        color: #00ACDB; }
  #topBody section.top__section {
    width: 85%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem; }
    #topBody section.top__section > p.exp__price {
      text-align: right;
      color: #fff;
      font-size: 13px; }
      #topBody section.top__section > p.exp__price + .btn__basic,
      #topBody section.top__section > p.exp__price + h2 {
        margin-top: 30px; }
    #topBody section.top__section--review > p {
      text-align: center; }
      #topBody section.top__section--review > p + .btn__basic {
        margin-top: 30px; }
    #topBody section.top__section--review .qr__code {
      text-align: center;
      margin: 40px 0; }
    #topBody section.top__section > .menu__img {
      margin-top: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
      #topBody section.top__section > .menu__img + .btn__basic {
        margin-top: 40px; }
    #topBody section.top__section.access .access__info {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #565656; }
      @media screen and (max-width: 640px) {
        #topBody section.top__section.access .access__info {
          display: block; } }
      #topBody section.top__section.access .access__info__tel {
        text-align: center;
        margin-top: 0; }
        @media screen and (max-width: 640px) {
          #topBody section.top__section.access .access__info__tel {
            font-size: 2rem; }
            #topBody section.top__section.access .access__info__tel a {
              display: block;
              text-align: center;
              font-family: Arial;
              font-weight: 900;
              background: #ffe100;
              box-shadow: 0px 2px 0px #84591c;
              border-radius: 5px;
              padding: 5px 10px; }
              #topBody section.top__section.access .access__info__tel a:link, #topBody section.top__section.access .access__info__tel a:visited {
                color: #111; } }
      #topBody section.top__section.access .access__info + .access__map {
        margin-top: 4rem; }
      #topBody section.top__section.access .access__info > dt,
      #topBody section.top__section.access .access__info > dd {
        box-sizing: border-box;
        padding: 1.5rem;
        border-top: 1px solid #565656; }
        #topBody section.top__section.access .access__info > dt p + ul,
        #topBody section.top__section.access .access__info > dd p + ul {
          margin-top: 1rem; }
      #topBody section.top__section.access .access__info > dt {
        flex-shrink: 0;
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 640px) {
          #topBody section.top__section.access .access__info > dt {
            width: 100%;
            font-weight: 900;
            padding-bottom: 0; } }
        #topBody section.top__section.access .access__info > dt p {
          text-align: center; }
          @media screen and (max-width: 640px) {
            #topBody section.top__section.access .access__info > dt p {
              font-weight: 900; } }
      #topBody section.top__section.access .access__info > dd {
        width: 70%; }
        @media screen and (max-width: 640px) {
          #topBody section.top__section.access .access__info > dd {
            width: 100%;
            border-top: 0; } }
        #topBody section.top__section.access .access__info > dd h4 + ul {
          margin-top: .5rem; }
        #topBody section.top__section.access .access__info > dd .access__info__exp li {
          padding-left: 1em;
          text-indent: -1em; }
        #topBody section.top__section.access .access__info > dd .access__info__list {
          margin-left: .3em; }
          #topBody section.top__section.access .access__info > dd .access__info__list + h4 {
            margin-top: 2rem; }
          #topBody section.top__section.access .access__info > dd .access__info__list li {
            padding-left: 1em;
            text-indent: -1em; }
            #topBody section.top__section.access .access__info > dd .access__info__list li:before {
              content: "\f105";
              font-weight: 900;
              font-family: "Font Awesome 5 Free";
              width: 1em;
              box-sizing: border-box;
              display: inline-grid;
              justify-content: center;
              position: relative;
              left: .6em; }
            #topBody section.top__section.access .access__info > dd .access__info__list li + li {
              margin-top: .4rem; }
    #topBody section.top__section.access .access__map {
      width: 100%;
      height: 100%;
      max-height: 500px;
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        #topBody section.top__section.access .access__map {
          width: 118%;
          position: relative;
          margin-left: -9%; } }
      #topBody section.top__section.access .access__map iframe {
        width: 100%;
        height: 500px;
        border: 0;
        margin-top: -60px; }
    #topBody section.top__section.allergen p {
      text-align: center;
      font-size: 1.4rem; }
      #topBody section.top__section.allergen p + .btn__basic {
        margin-top: 2rem; }
    #topBody section.top__section dl.howto__dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #topBody section.top__section dl.howto__dl + .howto__dl {
        margin-top: 3rem; }
      #topBody section.top__section dl.howto__dl > dd {
        width: 30%; }
        @media screen and (max-width: 640px) {
          #topBody section.top__section dl.howto__dl > dd {
            width: 100%;
            text-align: center; } }
        #topBody section.top__section dl.howto__dl > dd p {
          color: #565656;
          font-weight: 700;
          font-size: 1.5rem; }
          #topBody section.top__section dl.howto__dl > dd p.exp {
            padding-left: 1em;
            text-indent: -1em;
            font-weight: 300;
            line-height: 1.5;
            font-size: 13px; }
        @media screen and (max-width: 640px) {
          #topBody section.top__section dl.howto__dl > dd img {
            width: 80%; } }
        #topBody section.top__section dl.howto__dl > dd img + p {
          margin-top: 2rem; }
      #topBody section.top__section dl.howto__dl.clm2 {
        justify-content: center; }
        #topBody section.top__section dl.howto__dl.clm2 dd {
          width: 40%; }
          @media screen and (max-width: 640px) {
            #topBody section.top__section dl.howto__dl.clm2 dd {
              width: 100%; } }
          #topBody section.top__section dl.howto__dl.clm2 dd + dd {
            margin-left: 5%; }
    #topBody section.top__section dl.mobileorder__list {
      display: flex;
      justify-content: space-between;
      align-content: space-between;
      flex-wrap: wrap;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -5rem;
      box-sizing: border-box; }
      @media screen and (max-width: 980px) {
        #topBody section.top__section dl.mobileorder__list {
          width: 100%; } }
      #topBody section.top__section dl.mobileorder__list > dd {
        width: 47%;
        margin-bottom: 5rem;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 640px) {
          #topBody section.top__section dl.mobileorder__list > dd {
            width: 100%; } }
        #topBody section.top__section dl.mobileorder__list > dd > dl {
          box-sizing: border-box;
          width: 100%; }
          #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) {
            height: 10rem; }
            @media screen and (max-width: 640px) {
              #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) {
                height: auto; } }
            #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number {
              display: flex;
              width: 100%;
              justify-content: space-between;
              box-sizing: border-box; }
              #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number + div {
                margin-top: 1.5rem; }
              #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dt, #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number dd {
                box-sizing: border-box; }
              #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dt {
                justify-content: space-between;
                width: 30px; }
                #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dt > span {
                  color: #111;
                  background: #ffe100;
                  font-family: futura-pt, sans-serif;
                  font-weight: 700;
                  font-size: 1.8rem;
                  display: inline-flex;
                  justify-content: center;
                  align-self: center;
                  width: 30px;
                  height: 30px; }
              #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dd {
                width: calc(100% - 38px);
                color: #fff;
                font-family: 'Noto Sans JP',sans-serif;
                font-weight: 900;
                font-size: 1.6rem;
                line-height: 1.8; }
          @media screen and (max-width: 640px) {
            #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) {
              padding-top: 3rem; } }
          #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) .img__area {
            box-sizing: border-box;
            display: flex;
            align-content: flex-end;
            width: 100%;
            justify-content: center; }
            #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) .img__area img {
              width: 48%;
              height: auto;
              bottom: 0; }
              #topBody section.top__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) .img__area img + img {
                margin-left: 1rem; }
    #topBody section.top__section + .top__section {
      margin-top: 8rem; }
      @media screen and (max-width: 640px) {
        #topBody section.top__section + .top__section {
          margin-top: 10rem; } }
  #topBody section.top__section__delivery > h3 {
    border-bottom: 1px solid #ffe100;
    padding-bottom: .5em; }
    #topBody section.top__section__delivery > h3 + ul {
      margin-top: 20px; }
  #topBody section.top__section__delivery > .delivery__list__logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 70%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 980px) {
      #topBody section.top__section__delivery > .delivery__list__logo {
        width: 90%;
        grid-column-gap: 10px;
        grid-row-gap: 10px; } }
    @media screen and (max-width: 640px) {
      #topBody section.top__section__delivery > .delivery__list__logo {
        display: block;
        width: 70%; } }
    #topBody section.top__section__delivery > .delivery__list__logo + h3 {
      margin-top: 30px; }
    #topBody section.top__section__delivery > .delivery__list__logo > dd:nth-of-type(1) {
      grid-area: 1 / 1 / 2 / 2; }
    #topBody section.top__section__delivery > .delivery__list__logo > dd:nth-of-type(2) {
      grid-area: 1 / 2 / 2 / 3; }
    #topBody section.top__section__delivery > .delivery__list__logo > dd:nth-of-type(3) {
      grid-area: 2 / 1 / 3 / 2; }
    #topBody section.top__section__delivery > .delivery__list__logo > dd:nth-of-type(4) {
      grid-area: 2 / 2 / 3 / 3; }
    @media screen and (max-width: 640px) {
      #topBody section.top__section__delivery > .delivery__list__logo > dd {
        width: 100%;
        margin-bottom: 20px; } }
    #topBody section.top__section__delivery > .delivery__list__logo > dd > a {
      display: block;
      border-radius: 5px; }
      #topBody section.top__section__delivery > .delivery__list__logo > dd > a:link, #topBody section.top__section__delivery > .delivery__list__logo > dd > a:visited {
        background: #fff;
        transition-duration: 0.3s;
        /*変化に掛かる時間*/ }
      #topBody section.top__section__delivery > .delivery__list__logo > dd > a:hover {
        background: #ffe100;
        transition-duration: 0.3s;
        /*変化に掛かる時間*/ }

#topBody nav#top__nav {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  #topBody nav#top__nav + section {
    margin-top: 50px; }
    @media screen and (max-width: 980px) {
      #topBody nav#top__nav + section {
        margin-top: 4rem; } }
  @media screen and (max-width: 980px) {
    #topBody nav#top__nav {
      display: none; } }
  #topBody nav#top__nav dl {
    display: flex;
    justify-content: space-between; }
    #topBody nav#top__nav dl dd {
      width: calc(95% / 4.5); }
      #topBody nav#top__nav dl dd a ul {
        display: flex;
        justify-content: space-between; }
        #topBody nav#top__nav dl dd a ul li {
          line-height: 1.6; }
          #topBody nav#top__nav dl dd a ul li p {
            line-height: 1.4;
            font-weight: 900; }
          #topBody nav#top__nav dl dd a ul li + li {
            margin-top: 0; }
          #topBody nav#top__nav dl dd a ul li:nth-of-type(1) {
            width: 25%; }
          #topBody nav#top__nav dl dd a ul li:nth-of-type(2) {
            width: 72%;
            display: flex;
            align-items: center; }

/* ページコンテンツ */
#commonBody.body__menu footer {
  padding-bottom: 140px; }
  @media screen and (max-width: 980px) {
    #commonBody.body__menu footer {
      padding-bottom: 220px; } }

#commonBody h4.kadmaru__white {
  text-align: center;
  background: #fff;
  color: #8cc63f;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 15px;
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px; }
  @media screen and (max-width: 980px) {
    #commonBody h4.kadmaru__white {
      border-radius: 10px;
      font-size: 2rem;
      padding: 10px; } }
  #commonBody h4.kadmaru__white + dl,
  #commonBody h4.kadmaru__white + .efficacy__img {
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      #commonBody h4.kadmaru__white + dl,
      #commonBody h4.kadmaru__white + .efficacy__img {
        margin-top: 2rem; } }

#commonBody section h2 {
  text-align: center;
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .5rem; }
  #commonBody section h2.no__img {
    font-size: inherit; }
  #commonBody section h2 + .h2__sub {
    font-size: inherit; }
  @media screen and (max-width: 640px) {
    #commonBody section h2 {
      font-size: 2rem; } }
  #commonBody section h2 a {
    color: #fff;
    font-size: 3.2rem; }
    #commonBody section h2 a img {
      width: 75px;
      height: auto;
      margin-bottom: 1rem; }
      @media screen and (max-width: 640px) {
        #commonBody section h2 a img {
          width: 50px; } }
    #commonBody section h2 a:link, #commonBody section h2 a:visited {
      color: #fff;
      transition-duration: 1s; }
    #commonBody section h2 a:hover {
      color: #8cc63f;
      transition-duration: 1s; }
  #commonBody section h2 img {
    width: auto;
    height: 70px;
    margin-bottom: 1rem; }
    @media screen and (max-width: 640px) {
      #commonBody section h2 img {
        width: auto;
        max-width: 90%;
        height: 40px; } }

#commonBody section h3 {
  text-align: center;
  color: #ffe100;
  font-family: serif;
  font-size: 2rem;
  font-weight: 700; }
  #commonBody section h3 + p,
  #commonBody section h3 + dl,
  #commonBody section h3 + div {
    margin-top: 3rem; }

#commonBody section#layer__delivery__link {
  width: calc(100% - 60px);
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px 0;
  left: 0;
  bottom: 0;
  border-top: 1px solid #444; }
  @media screen and (max-width: 640px) {
    #commonBody section#layer__delivery__link {
      width: calc(100% - 40px); } }
  #commonBody section#layer__delivery__link > ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 640px) {
      #commonBody section#layer__delivery__link > ul {
        display: block; } }
    #commonBody section#layer__delivery__link > ul > li {
      width: 100%; }
      #commonBody section#layer__delivery__link > ul > li + li {
        margin-top: 0; }
        @media screen and (max-width: 640px) {
          #commonBody section#layer__delivery__link > ul > li + li {
            margin-top: 15px; } }
      #commonBody section#layer__delivery__link > ul > li > a {
        display: block;
        text-align: center;
        padding: 12px 0;
        font-size: 18px;
        border-radius: 3px; }
        #commonBody section#layer__delivery__link > ul > li > a > i {
          margin-right: .5em; }
        #commonBody section#layer__delivery__link > ul > li > a.btn__mobile_order:link, #commonBody section#layer__delivery__link > ul > li > a.btn__mobile_order:visited {
          background: #ff8c00; }
        #commonBody section#layer__delivery__link > ul > li > a.btn__mobile_order:hover {
          background: #ffe100; }
        #commonBody section#layer__delivery__link > ul > li > a.btn__delivery:link, #commonBody section#layer__delivery__link > ul > li > a.btn__delivery:visited {
          background: #32cd32; }
        #commonBody section#layer__delivery__link > ul > li > a.btn__delivery:hover {
          background: #ffe100; }
        #commonBody section#layer__delivery__link > ul > li > a:link, #commonBody section#layer__delivery__link > ul > li > a:visited {
          color: #fff;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
          font-weight: 900; }
        #commonBody section#layer__delivery__link > ul > li > a:hover {
          color: #111;
          text-shadow: 0;
          font-weight: 900; }

#commonBody section.common__section__delivery > h3 {
  border-bottom: 1px solid #ffe100;
  padding-bottom: .5em; }
  #commonBody section.common__section__delivery > h3 + ul {
    margin-top: 20px; }

#commonBody section.common__section__delivery > .delivery__list__logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 70%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 980px) {
    #commonBody section.common__section__delivery > .delivery__list__logo {
      width: 90%;
      grid-column-gap: 10px;
      grid-row-gap: 10px; } }
  @media screen and (max-width: 640px) {
    #commonBody section.common__section__delivery > .delivery__list__logo {
      display: block;
      width: 70%; } }
  #commonBody section.common__section__delivery > .delivery__list__logo + h3 {
    margin-top: 30px; }
  #commonBody section.common__section__delivery > .delivery__list__logo > dd:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2; }
  #commonBody section.common__section__delivery > .delivery__list__logo > dd:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3; }
  #commonBody section.common__section__delivery > .delivery__list__logo > dd:nth-of-type(3) {
    grid-area: 2 / 1 / 3 / 2; }
  #commonBody section.common__section__delivery > .delivery__list__logo > dd:nth-of-type(4) {
    grid-area: 2 / 2 / 3 / 3; }
  @media screen and (max-width: 640px) {
    #commonBody section.common__section__delivery > .delivery__list__logo > dd {
      width: 100%;
      margin-bottom: 20px; } }
  #commonBody section.common__section__delivery > .delivery__list__logo > dd > a {
    display: block;
    border-radius: 5px; }
    #commonBody section.common__section__delivery > .delivery__list__logo > dd > a:link, #commonBody section.common__section__delivery > .delivery__list__logo > dd > a:visited {
      background: #fff;
      transition-duration: 0.3s;
      /*変化に掛かる時間*/ }
    #commonBody section.common__section__delivery > .delivery__list__logo > dd > a:hover {
      background: #ffe100;
      transition-duration: 0.3s;
      /*変化に掛かる時間*/ }

#commonBody section.common__section {
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem; }
  #commonBody section.common__section > p.exp__price {
    text-align: right;
    color: #fff;
    font-size: 13px; }
    #commonBody section.common__section > p.exp__price + .btn__basic,
    #commonBody section.common__section > p.exp__price + h2 {
      margin-top: 30px; }
  #commonBody section.common__section > .menu__img {
    margin-top: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    #commonBody section.common__section > .menu__img + .btn__basic {
      margin-top: 40px; }
  #commonBody section.common__section.access .access__info {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #565656; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section.access .access__info {
        display: block; } }
    #commonBody section.common__section.access .access__info + .access__map {
      margin-top: 4rem; }
    #commonBody section.common__section.access .access__info > dt,
    #commonBody section.common__section.access .access__info > dd {
      box-sizing: border-box;
      padding: 1.5rem;
      border-top: 1px solid #565656; }
      #commonBody section.common__section.access .access__info > dt p + ul,
      #commonBody section.common__section.access .access__info > dd p + ul {
        margin-top: 1rem; }
    #commonBody section.common__section.access .access__info > dt {
      flex-shrink: 0;
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section.access .access__info > dt {
          width: 100%;
          font-weight: 900;
          padding-bottom: 0; } }
      #commonBody section.common__section.access .access__info > dt p {
        text-align: center; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section.access .access__info > dt p {
            font-weight: 900; } }
    #commonBody section.common__section.access .access__info > dd {
      width: 70%; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section.access .access__info > dd {
          width: 100%;
          border-top: 0; } }
      #commonBody section.common__section.access .access__info > dd h4 + ul {
        margin-top: .5rem; }
      #commonBody section.common__section.access .access__info > dd .access__info__exp li {
        padding-left: 1em;
        text-indent: -1em; }
      #commonBody section.common__section.access .access__info > dd .access__info__list {
        margin-left: .3em; }
        #commonBody section.common__section.access .access__info > dd .access__info__list + h4 {
          margin-top: 2rem; }
        #commonBody section.common__section.access .access__info > dd .access__info__list li {
          padding-left: 1em;
          text-indent: -1em; }
          #commonBody section.common__section.access .access__info > dd .access__info__list li:before {
            content: "\f105";
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            width: 1em;
            box-sizing: border-box;
            display: inline-grid;
            justify-content: center;
            position: relative;
            left: .6em; }
          #commonBody section.common__section.access .access__info > dd .access__info__list li + li {
            margin-top: .4rem; }
  #commonBody section.common__section.access .access__map {
    width: 100%;
    height: 100%;
    max-height: 500px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section.access .access__map {
        width: 118%;
        position: relative;
        margin-left: -9%; } }
    #commonBody section.common__section.access .access__map iframe {
      width: 100%;
      height: 500px;
      border: 0;
      margin-top: -55px; }
  #commonBody section.common__section.allergen p {
    text-align: center;
    font-size: 1.4rem; }
    #commonBody section.common__section.allergen p + .btn__basic {
      margin-top: 2rem; }
  #commonBody section.common__section dl.menu__list__lunch {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__list__lunch {
        display: block;
        width: 100%; } }
    #commonBody section.common__section dl.menu__list__lunch > dd {
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list__lunch > dd + dd {
          margin-top: 30px; } }
      #commonBody section.common__section dl.menu__list__lunch > dd:nth-of-type(1) {
        width: 53%; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list__lunch > dd:nth-of-type(1) {
            width: 100%;
            text-align: center; }
            #commonBody section.common__section dl.menu__list__lunch > dd:nth-of-type(1) > img {
              width: 80%;
              height: auto; } }
      #commonBody section.common__section dl.menu__list__lunch > dd:nth-of-type(2) {
        width: 44%; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list__lunch > dd:nth-of-type(2) {
            width: 100%; } }
      #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        height: 100%; }
        #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow > dd {
          border: 1px solid #565656;
          box-sizing: border-box;
          padding: 5px 0 15px;
          width: 100%; }
          #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow > dd.menu__list__lunch__arr {
            border: 0;
            padding: 0;
            font-size: 25px;
            text-align: center; }
          #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow > dd > h3 {
            font-size: 20px;
            font-family: futura-pt, sans-serif; }
            #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow > dd > h3 + p {
              margin-top: 8px; }
          #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow > dd > p {
            text-align: center;
            line-height: 1.7;
            font-size: 14px; }
            #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow > dd > p + p {
              margin-top: 5px; }
            #commonBody section.common__section dl.menu__list__lunch > dd > .menu__list__lunch__flow > dd > p > .menu__list__lunch__price {
              font-family: futura-pt, sans-serif;
              font-weight: 700;
              font-style: italic;
              font-size: 2.6rem;
              line-height: 1.05;
              position: relative;
              color: #fff;
              margin-left: .5em;
              top: 2px; }
  #commonBody section.common__section dl.howto__dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #commonBody section.common__section dl.howto__dl + .howto__dl {
      margin-top: 3rem; }
    #commonBody section.common__section dl.howto__dl > dd {
      width: 30%; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.howto__dl > dd {
          width: 100%;
          text-align: center; } }
      #commonBody section.common__section dl.howto__dl > dd p {
        color: #565656;
        font-weight: 700;
        font-size: 1.5rem; }
        #commonBody section.common__section dl.howto__dl > dd p.exp {
          padding-left: 1em;
          text-indent: -1em;
          font-weight: 300;
          line-height: 1.5;
          font-size: 13px; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.howto__dl > dd img {
          width: 80%; } }
      #commonBody section.common__section dl.howto__dl > dd img + p {
        margin-top: 2rem; }
    #commonBody section.common__section dl.howto__dl.clm2 {
      justify-content: center; }
      #commonBody section.common__section dl.howto__dl.clm2 dd {
        width: 40%; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.howto__dl.clm2 dd {
            width: 100%; } }
        #commonBody section.common__section dl.howto__dl.clm2 dd + dd {
          margin-left: 5%; }
  #commonBody section.common__section dl.mobileorder__list {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5rem;
    box-sizing: border-box; }
    @media screen and (max-width: 980px) {
      #commonBody section.common__section dl.mobileorder__list {
        width: 100%; } }
    #commonBody section.common__section dl.mobileorder__list > dd {
      width: 47%;
      margin-bottom: 5rem;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.mobileorder__list > dd {
          width: 100%; } }
      #commonBody section.common__section dl.mobileorder__list > dd > dl {
        box-sizing: border-box;
        width: 100%; }
        #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) {
          height: 10rem; }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) {
              height: auto; } }
          #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number {
            display: flex;
            width: 100%;
            justify-content: space-between;
            box-sizing: border-box; }
            #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number + div {
              margin-top: 1.5rem; }
            #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dt, #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number dd {
              box-sizing: border-box; }
            #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dt {
              justify-content: space-between;
              width: 30px; }
              #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dt > span {
                color: #111;
                background: #ffe100;
                font-family: futura-pt, sans-serif;
                font-weight: 700;
                font-size: 1.8rem;
                display: inline-flex;
                justify-content: center;
                align-self: center;
                width: 30px;
                height: 30px; }
            #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(1) dl.mobileorder__list__number > dd {
              width: calc(100% - 38px);
              color: #fff;
              font-family: 'Noto Sans JP',sans-serif;
              font-weight: 900;
              font-size: 1.6rem;
              line-height: 1.8; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) {
            padding-top: 3rem; } }
        #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) .img__area {
          box-sizing: border-box;
          display: flex;
          align-content: flex-end;
          width: 100%;
          justify-content: center; }
          #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) .img__area img {
            width: 48%;
            height: auto;
            bottom: 0; }
            #commonBody section.common__section dl.mobileorder__list > dd > dl > dd:nth-of-type(2) .img__area img + img {
              margin-left: 1rem; }
  #commonBody section.common__section dl.menu__list_takeout {
    width: 30%;
    margin-left: auto;
    margin-right: auto; }
    #commonBody section.common__section dl.menu__list_takeout + p {
      margin-top: 3rem; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__list_takeout {
        display: block;
        width: 80%; } }
    #commonBody section.common__section dl.menu__list_takeout > dt {
      width: 100%; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list_takeout > dt {
          width: 100%;
          align-content: center; } }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list_takeout > dt + dd {
          margin-top: 2rem; } }
    #commonBody section.common__section dl.menu__list_takeout > dd {
      width: 70%;
      box-sizing: border-box;
      padding-left: 4rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list_takeout > dd {
          width: 100%;
          padding-left: 0; } }
  #commonBody section.common__section dl.menu__list__other {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #commonBody section.common__section dl.menu__list__other + dl {
      margin-top: 6rem; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__list__other {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center; } }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__list__other > dd img[src*='menu-lunch'] {
        width: 80%; } }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__list__other > dd + dd {
        margin-top: 6rem; } }
    #commonBody section.common__section dl.menu__list__other > dd:nth-of-type(1) {
      width: 32%; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list__other > dd:nth-of-type(1) {
          width: 100%;
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    #commonBody section.common__section dl.menu__list__other > dd:nth-of-type(2) {
      width: 30%; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list__other > dd:nth-of-type(2) {
          width: 100%;
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    #commonBody section.common__section dl.menu__list__other > dd:nth-of-type(3) {
      width: 28%;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list__other > dd:nth-of-type(3) {
          width: 100%;
          display: block;
          margin-left: auto;
          margin-right: auto; } }
      #commonBody section.common__section dl.menu__list__other > dd:nth-of-type(3) img + p {
        margin-top: 1.5rem; }
    #commonBody section.common__section dl.menu__list__other > dd p.menu__price__param {
      text-align: right;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      font-size: 2.6rem; }
      #commonBody section.common__section dl.menu__list__other > dd p.menu__price__param span {
        font-size: 1.8rem;
        margin-left: 2rem;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        color: #fff; }
    #commonBody section.common__section dl.menu__list__other > dd .menu__list__price {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: -0.5rem; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.option__alcoholic > dt, #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.option__alcoholic dd {
        color: #ffe100; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.option__alcoholic > dt {
        font-size: 12px;
        line-height: 1.8;
        position: relative; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.option__alcoholic > dt {
            font-size: 10px;
            line-height: 2.6; } }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
          width: auto;
          height: 52px;
          position: absolute;
          display: inline;
          top: -17px;
          margin-left: 7px; }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
              height: 40px;
              top: -7px; } }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price + p {
        margin-top: 1rem; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price dt, #commonBody section.common__section dl.menu__list__other > dd .menu__list__price dd {
        color: #fff;
        box-sizing: border-box;
        margin-bottom: .5rem; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.lemonade > dt {
        width: 40%; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price.lemonade > dd {
        width: 60%; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt {
        width: 65%;
        text-align: left;
        font-weight: 700;
        font-size: 2.2rem; }
        @media screen and (max-width: 980px) {
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt {
            font-size: 14px; } }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt {
            font-size: 1.8rem; } }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt > span {
          color: #fff;
          font-size: 1.5rem; }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt p {
          font-size: 14px;
          line-height: 1.3;
          color: #fff;
          font-weight: 700; }
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt p + .txt__en {
            margin-top: 3px; }
          @media screen and (max-width: 980px) {
            #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt p {
              font-size: 14px; } }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt p {
              font-size: 13px; } }
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt p.txt__en {
            font-size: 12px;
            font-weight: 300; }
            #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt p.txt__en + p {
              margin-top: 8px; }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt.small {
          font-weight: 300;
          font-size: 11px;
          line-height: 1.2;
          font-family: 'Trebuchet MS';
          color: #999; }
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt.small + dt {
            margin-top: 2rem; }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt.small__ja {
          font-weight: 700;
          font-size: 1.4rem; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd {
        width: 35%;
        text-align: right;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 2.6rem;
        line-height: 1.05;
        position: relative; }
        @media screen and (max-width: 980px) {
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd {
            font-size: 2.3rem;
            line-height: 1.4; } }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd span {
          font-size: 1.8rem;
          margin-left: 2rem;
          font-family: futura-pt, sans-serif;
          font-weight: 700;
          color: #fff;
          display: inline-block;
          width: 1em;
          text-align: center; }
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd span.size__hand {
            position: absolute;
            margin-left: 0;
            font-size: 12px;
            line-height: 1.2;
            background: #c9bc9c;
            width: 160px;
            box-sizing: border-box;
            left: -7vh;
            padding: 4px 0 3px;
            color: #111;
            top: -1px; }
            @media screen and (max-width: 980px) {
              #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd span.size__hand {
                padding: 2px 0 1px;
                left: auto;
                top: 0;
                right: 75px;
                width: 90px;
                font-size: 10px; } }
            #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd span.size__hand > span {
              font-size: 12px;
              line-height: 1.2;
              color: #111;
              display: inline;
              width: auto;
              margin-left: 0; }
              @media screen and (max-width: 980px) {
                #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd span.size__hand > span {
                  display: none; } }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd.small {
          font-size: 2rem; }
          @media screen and (max-width: 980px) {
            #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd.small {
              line-height: 0.9; } }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price + .menu__list__price {
        border-top: 1px solid #c9bc9c;
        margin-top: 2rem;
        padding-top: 2rem; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt {
        font-size: 1.8rem;
        width: 55%; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt {
            width: 65%; } }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt span {
          color: #fff;
          margin-left: 1rem;
          font-size: 1.4rem; }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dt.small + dt {
          margin-top: 1rem; }
      #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd {
        width: 45%;
        line-height: 1.2;
        position: relative; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd {
            width: 35%; } }
        #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd .price__layer {
          position: absolute;
          right: 0;
          text-align: right;
          font-family: futura-pt, sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 2.6rem;
          line-height: 1.2;
          color: #fff;
          white-space: nowrap; }
          #commonBody section.common__section dl.menu__list__other > dd .menu__list__price > dd .price__layer span {
            font-size: 1.8rem;
            margin-left: 2rem;
            font-family: futura-pt, sans-serif;
            font-weight: 700;
            color: #fff; }
  #commonBody section.common__section dl.pudding__frame > dd:nth-of-type(2) {
    background-image: url("../images/menu/pudding-frame-center.svg");
    background-repeat: repeat-y;
    background-size: 100% auto; }
  #commonBody section.common__section dl.pudding__frame > dd .pudding__img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    #commonBody section.common__section dl.pudding__frame > dd .pudding__img + .menu__list__price {
      margin-top: 1.5rem; }
    #commonBody section.common__section dl.pudding__frame > dd .pudding__img > img {
      width: 100%; }
      #commonBody section.common__section dl.pudding__frame > dd .pudding__img > img[src*='pudding-title'] {
        width: 60%; }
      #commonBody section.common__section dl.pudding__frame > dd .pudding__img > img + img {
        margin-top: 2rem; }
  #commonBody section.common__section dl.pudding__frame > dd .menu__list__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -0.5rem;
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.option__alcoholic > dt, #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.option__alcoholic dd {
      color: #ffe100; }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.option__alcoholic > dt {
      font-size: 12px;
      line-height: 1.8;
      position: relative; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.option__alcoholic > dt {
          font-size: 10px;
          line-height: 2.6; } }
      #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
        width: auto;
        height: 52px;
        position: absolute;
        display: inline;
        top: -17px;
        margin-left: 7px; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
            height: 40px;
            top: -7px; } }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price + p {
      margin-top: 1rem; }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price dt, #commonBody section.common__section dl.pudding__frame > dd .menu__list__price dd {
      color: #fff;
      box-sizing: border-box;
      margin-bottom: .5rem; }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.lemonade > dt {
      width: 40%; }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price.lemonade > dd {
      width: 60%; }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt {
      width: 65%;
      text-align: left;
      font-weight: 700;
      font-size: 2.2rem; }
      @media screen and (max-width: 980px) {
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt {
          font-size: 14px; } }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt {
          font-size: 1.8rem; } }
      #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt > span {
        color: #fff;
        font-size: 1.5rem; }
      #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt p {
        font-size: 14px;
        line-height: 1.3;
        color: #fff;
        font-weight: 700; }
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt p + .txt__en {
          margin-top: 3px; }
        @media screen and (max-width: 980px) {
          #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt p {
            font-size: 14px; } }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt p {
            font-size: 13px; } }
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt p.txt__en {
          font-size: 12px;
          font-weight: 300; }
          #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt p.txt__en + p {
            margin-top: 8px; }
      #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt.small {
        font-weight: 300;
        font-size: 11px;
        line-height: 1.2;
        font-family: 'Trebuchet MS';
        color: #999; }
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt.small + dt {
          margin-top: 2rem; }
      #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt.small__ja {
        font-weight: 700;
        font-size: 1.4rem; }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd {
      width: 35%;
      text-align: right;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 2.6rem;
      line-height: 1.05;
      position: relative; }
      @media screen and (max-width: 980px) {
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd {
          font-size: 2.3rem;
          line-height: 1.4; } }
      #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd span {
        font-size: 1.8rem;
        margin-left: 2rem;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        width: 1em;
        text-align: center; }
        #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd span.size__hand {
          position: absolute;
          margin-left: 0;
          font-size: 12px;
          line-height: 1.2;
          background: #c9bc9c;
          width: 160px;
          box-sizing: border-box;
          left: -7vh;
          padding: 4px 0 3px;
          color: #111;
          top: -1px; }
          @media screen and (max-width: 980px) {
            #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd span.size__hand {
              padding: 2px 0 1px;
              left: auto;
              top: 0;
              right: 75px;
              width: 90px;
              font-size: 10px; } }
          #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd span.size__hand > span {
            font-size: 12px;
            line-height: 1.2;
            color: #111;
            display: inline;
            width: auto;
            margin-left: 0; }
            @media screen and (max-width: 980px) {
              #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd span.size__hand > span {
                display: none; } }
      #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd.small {
        font-size: 2rem; }
        @media screen and (max-width: 980px) {
          #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dd.small {
            line-height: 0.9; } }
    #commonBody section.common__section dl.pudding__frame > dd .menu__list__price > dt {
      font-size: 1.8rem; }
  #commonBody section.common__section dl.pudding__frame > dd .pudding__en {
    font-size: 1.2rem;
    text-align: center; }
  #commonBody section.common__section dl.menu__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -4rem;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__list {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    #commonBody section.common__section dl.menu__list + .btn__basic {
      margin-top: 4rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list + .btn__basic {
          margin-top: 8rem; } }
    #commonBody section.common__section dl.menu__list.menu__list__set > dd > img {
      border-radius: 5px;
      background: #000; }
    #commonBody section.common__section dl.menu__list.menu__list__noclm {
      display: block;
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      border-top: 1px solid #fff; }
      #commonBody section.common__section dl.menu__list.menu__list__noclm > dd {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 25px 0px;
        margin-bottom: 0 !important; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list.menu__list__noclm > dd {
            padding: 20px 0px; } }
        #commonBody section.common__section dl.menu__list.menu__list__noclm > dd > dl {
          width: 90%;
          margin-left: auto;
          margin-right: auto; }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__list.menu__list__noclm > dd > dl {
              width: 95%; } }
    #commonBody section.common__section dl.menu__list.clm3.clm3__single {
      justify-content: center; }
    #commonBody section.common__section dl.menu__list.clm3 > dd {
      width: 30%; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list.clm3 > dd {
          display: block;
          width: 100%; } }
      #commonBody section.common__section dl.menu__list.clm3 > dd > .icon__wagyu {
        position: absolute;
        width: 5rem;
        margin-left: 1rem;
        top: -.8rem;
        left: auto;
        transform: rotate(0); }
      #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dt {
          font-size: 16px;
          line-height: 1.3; }
          @media screen and (max-width: 980px) {
            #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dt {
              font-size: 14px; } }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dt {
              font-size: 1.8rem;
              line-height: 1.4; } }
          #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dt.small {
            font-weight: 300;
            font-size: 1.4rem; }
            @media screen and (max-width: 980px) {
              #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dt.small {
                font-size: 12px; } }
        #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dd {
          font-size: 2.3rem;
          position: relative; }
          @media screen and (max-width: 980px) {
            #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dd {
              font-size: 1.8rem; } }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dd {
              font-size: 2.3rem; } }
          #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dd.small {
            font-size: 2rem; }
          #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dd > span.ja-small {
            right: 0;
            font-size: 1.2rem;
            font-family: 'Noto Sans JP',sans-serif;
            width: auto; }
          #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dd > span.size__hand {
            position: absolute;
            font-size: 12px;
            background: #c9bc9c;
            color: #111; }
            @media screen and (max-width: 980px) {
              #commonBody section.common__section dl.menu__list.clm3 > dd > .menu__list__price > dd > span.size__hand {
                display: none; } }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__list.noPhoto > dd {
        margin-bottom: 2rem; } }
    #commonBody section.common__section dl.menu__list > dd {
      width: 48%;
      margin-bottom: 4rem;
      position: relative; }
      #commonBody section.common__section dl.menu__list > dd .icon__wagyu {
        position: absolute;
        width: 10rem;
        top: -1rem;
        left: -2rem;
        transform: rotate(-15deg); }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__list > dd .icon__wagyu {
            width: 8rem; } }
        #commonBody section.common__section dl.menu__list > dd .icon__wagyu img {
          width: 100%;
          height: auto; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__list > dd {
          display: block;
          width: 100%; } }
      #commonBody section.common__section dl.menu__list > dd img + dl {
        margin-top: 2rem; }
      #commonBody section.common__section dl.menu__list > dd .menu__list__price {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -0.5rem; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price.option__alcoholic > dt, #commonBody section.common__section dl.menu__list > dd .menu__list__price.option__alcoholic dd {
          color: #ffe100; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price.option__alcoholic > dt {
          font-size: 12px;
          line-height: 1.8;
          position: relative; }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__list > dd .menu__list__price.option__alcoholic > dt {
              font-size: 10px;
              line-height: 2.6; } }
          #commonBody section.common__section dl.menu__list > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
            width: auto;
            height: 52px;
            position: absolute;
            display: inline;
            top: -17px;
            margin-left: 7px; }
            @media screen and (max-width: 640px) {
              #commonBody section.common__section dl.menu__list > dd .menu__list__price.option__alcoholic > dt > .ph__beer {
                height: 40px;
                top: -7px; } }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price + p {
          margin-top: 1rem; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price dt, #commonBody section.common__section dl.menu__list > dd .menu__list__price dd {
          color: #fff;
          box-sizing: border-box;
          margin-bottom: .5rem; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price.lemonade > dt {
          width: 40%; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price.lemonade > dd {
          width: 60%; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt {
          width: 65%;
          text-align: left;
          font-weight: 700;
          font-size: 2.2rem; }
          @media screen and (max-width: 980px) {
            #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt {
              font-size: 14px; } }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt {
              font-size: 1.8rem; } }
          #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt > span {
            color: #fff;
            font-size: 1.5rem; }
          #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt p {
            font-size: 14px;
            line-height: 1.3;
            color: #fff;
            font-weight: 700; }
            #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt p + .txt__en {
              margin-top: 3px; }
            @media screen and (max-width: 980px) {
              #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt p {
                font-size: 14px; } }
            @media screen and (max-width: 640px) {
              #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt p {
                font-size: 13px; } }
            #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt p.txt__en {
              font-size: 12px;
              font-weight: 300; }
              #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt p.txt__en + p {
                margin-top: 8px; }
          #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt.small {
            font-weight: 300;
            font-size: 11px;
            line-height: 1.2;
            font-family: 'Trebuchet MS';
            color: #999; }
            #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt.small + dt {
              margin-top: 2rem; }
          #commonBody section.common__section dl.menu__list > dd .menu__list__price > dt.small__ja {
            font-weight: 700;
            font-size: 1.4rem; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd {
          width: 35%;
          text-align: right;
          font-family: futura-pt, sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 2.6rem;
          line-height: 1.05;
          position: relative; }
          @media screen and (max-width: 980px) {
            #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd {
              font-size: 2.3rem;
              line-height: 1.4; } }
          #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd span {
            font-size: 1.8rem;
            margin-left: 2rem;
            font-family: futura-pt, sans-serif;
            font-weight: 700;
            color: #fff;
            display: inline-block;
            width: 1em;
            text-align: center; }
            #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd span.size__hand {
              position: absolute;
              margin-left: 0;
              font-size: 12px;
              line-height: 1.2;
              background: #c9bc9c;
              width: 160px;
              box-sizing: border-box;
              left: -7vh;
              padding: 4px 0 3px;
              color: #111;
              top: -1px; }
              @media screen and (max-width: 980px) {
                #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd span.size__hand {
                  padding: 2px 0 1px;
                  left: auto;
                  top: 0;
                  right: 75px;
                  width: 90px;
                  font-size: 10px; } }
              #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd span.size__hand > span {
                font-size: 12px;
                line-height: 1.2;
                color: #111;
                display: inline;
                width: auto;
                margin-left: 0; }
                @media screen and (max-width: 980px) {
                  #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd span.size__hand > span {
                    display: none; } }
          #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd.small {
            font-size: 2rem; }
            @media screen and (max-width: 980px) {
              #commonBody section.common__section dl.menu__list > dd .menu__list__price > dd.small {
                line-height: 0.9; } }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price + .menu__list__price {
          margin-top: 2.5rem; }
        #commonBody section.common__section dl.menu__list > dd .menu__list__price + .menu__list__price.option__alcoholic {
          margin-top: 10px; }
    #commonBody section.common__section dl.menu__list + .menu__list {
      margin-top: 50px; }
    #commonBody section.common__section dl.menu__list > dd p {
      font-size: 13px;
      line-height: 1.4;
      color: #565656; }
    #commonBody section.common__section dl.menu__list + .exp__price {
      margin-top: 30px; }
  #commonBody section.common__section dl.menu__set {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section dl.menu__set {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto; } }
    #commonBody section.common__section dl.menu__set > dd:nth-of-type(1) {
      width: 65%;
      flex-shrink: 0; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__set > dd:nth-of-type(1) {
          width: 100%; } }
    #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) {
      flex-grow: 1;
      padding-left: 4rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) {
          width: 100%;
          padding-left: 0;
          margin-top: 2rem; } }
      #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > ul {
        width: 100%;
        text-align: center; }
        #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > ul + p {
          margin-top: 1.5rem; }
        @media screen and (max-width: 640px) {
          #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > ul li {
            display: inline; } }
        #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > ul li img {
          max-height: 60px;
          width: auto; }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > ul li img {
              max-height: 18px; } }
        #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > ul li + li {
          margin-top: 1rem; }
          @media screen and (max-width: 640px) {
            #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > ul li + li {
              margin-top: 0;
              margin-left: 1rem; } }
      #commonBody section.common__section dl.menu__set > dd:nth-of-type(2) > p {
        text-align: center; }
  #commonBody section.common__section + .common__section {
    margin-top: 8rem; }
    @media screen and (max-width: 640px) {
      #commonBody section.common__section + .common__section {
        margin-top: 10rem; } }

#commonBody section#single__title {
  height: 50rem;
  width: 100%;
  max-height: 400px;
  background: #000;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center; }
  @media screen and (max-width: 640px) {
    #commonBody section#single__title {
      max-height: 250px; } }
  #commonBody section#single__title .title__block {
    position: absolute;
    z-index: 52;
    width: 100%;
    box-sizing: border-box;
    top: calc(50% - 4.5rem); }
    #commonBody section#single__title .title__block h1 {
      text-align: center;
      color: #fff;
      font-weight: 900;
      font-size: 3.8rem;
      line-height: 1.2;
      text-transform: capitalize;
      letter-spacing: .5rem; }
      @media screen and (max-width: 640px) {
        #commonBody section#single__title .title__block h1 {
          font-size: 3rem;
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          letter-spacing: 0; } }
    #commonBody section#single__title .title__block p.h1__sub {
      color: #dd131c;
      text-align: center;
      font-weight: 700; }
    #commonBody section#single__title .title__block .single__article__category {
      text-align: center;
      padding-bottom: 1.5rem; }
      #commonBody section#single__title .title__block .single__article__category span {
        background: #ffe100;
        color: #111;
        font-weight: 900;
        border-radius: 30px;
        padding: 2px 20px;
        font-size: 2.2rem; }
      #commonBody section#single__title .title__block .single__article__category + h1 {
        margin-top: 15px; }
  #commonBody section#single__title .title__img {
    z-index: 51;
    position: relative;
    width: 100%; }
    #commonBody section#single__title .title__img img {
      width: 100%;
      height: auto;
      opacity: .25; }
  #commonBody section#single__title + section {
    margin-top: 50px; }
    @media screen and (max-width: 640px) {
      #commonBody section#single__title + section {
        margin-top: 4rem; } }

#commonBody section#single__article {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  #commonBody section#single__article hr {
    margin: 8rem 0;
    visibility: inherit; }
  @media screen and (max-width: 980px) {
    #commonBody section#single__article {
      width: 90%; } }
  #commonBody section#single__article h2 {
    font-family: serif; }
    #commonBody section#single__article h2 + p,
    #commonBody section#single__article h2 + ul,
    #commonBody section#single__article h2 + ol,
    #commonBody section#single__article h2 + table,
    #commonBody section#single__article h2 + h3,
    #commonBody section#single__article h2 + .wp-block-columns,
    #commonBody section#single__article h2 + figure {
      margin-top: 3rem; }
  #commonBody section#single__article h3 {
    font-family: serif;
    font-weight: 700;
    font-size: 2rem; }
    #commonBody section#single__article h3:before, #commonBody section#single__article h3:after {
      content: '―';
      margin-left: 1rem;
      margin-right: 1rem; }
    #commonBody section#single__article h3 + p,
    #commonBody section#single__article h3 + ul,
    #commonBody section#single__article h3 + ol,
    #commonBody section#single__article h3 + table,
    #commonBody section#single__article h3 + h3,
    #commonBody section#single__article h3 + .wp-block-columns,
    #commonBody section#single__article h3 + figure {
      margin-top: 1.5rem; }
  #commonBody section#single__article p {
    font-size: 1.6rem;
    line-height: 1.8; }
    #commonBody section#single__article p + h2 {
      margin-top: 6rem; }
    #commonBody section#single__article p + p,
    #commonBody section#single__article p + ul,
    #commonBody section#single__article p + ol,
    #commonBody section#single__article p + table,
    #commonBody section#single__article p + h3,
    #commonBody section#single__article p + figure {
      margin-top: 3rem; }
    #commonBody section#single__article p.single__article__date {
      text-align: right; }
      #commonBody section#single__article p.single__article__date + .single__article__content {
        margin-top: 2rem; }
  #commonBody section#single__article .wp-block-columns + p,
  #commonBody section#single__article .wp-block-columns + ul,
  #commonBody section#single__article .wp-block-columns + ol,
  #commonBody section#single__article .wp-block-columns + table,
  #commonBody section#single__article .wp-block-columns + h3,
  #commonBody section#single__article .wp-block-columns + figure {
    margin-top: 6rem; }
  #commonBody section#single__article ul {
    margin-left: 4em;
    margin-right: 2rem; }
    #commonBody section#single__article ul + p,
    #commonBody section#single__article ul + ul,
    #commonBody section#single__article ul + ol,
    #commonBody section#single__article ul + table,
    #commonBody section#single__article ul + h3,
    #commonBody section#single__article ul + figure {
      margin-top: 3rem; }
    #commonBody section#single__article ul > li {
      list-style-type: disc; }
      #commonBody section#single__article ul > li > ul,
      #commonBody section#single__article ul > li > ol {
        margin-top: 1rem;
        margin-bottom: 1rem; }
  #commonBody section#single__article ol {
    margin-left: 4em;
    margin-right: 2rem; }
    #commonBody section#single__article ol + p,
    #commonBody section#single__article ol + ul,
    #commonBody section#single__article ol + ol,
    #commonBody section#single__article ol + table,
    #commonBody section#single__article ol + h3,
    #commonBody section#single__article ol + figure {
      margin-top: 3rem; }
    #commonBody section#single__article ol > li {
      list-style-type: decimal; }
      #commonBody section#single__article ol > li > ul,
      #commonBody section#single__article ol > li > ol {
        margin-top: 1rem;
        margin-bottom: 1rem; }
  #commonBody section#single__article .wp-block-buttons {
    text-align: center; }
    #commonBody section#single__article .wp-block-buttons div {
      margin-left: auto;
      margin-right: auto; }
    #commonBody section#single__article .wp-block-buttons + p,
    #commonBody section#single__article .wp-block-buttons + ul,
    #commonBody section#single__article .wp-block-buttons + ol,
    #commonBody section#single__article .wp-block-buttons + table,
    #commonBody section#single__article .wp-block-buttons + h3,
    #commonBody section#single__article .wp-block-buttons + figure {
      margin-top: 6rem; }
  #commonBody section#single__article figure {
    margin: 0;
    text-align: center;
    width: 100%; }
    #commonBody section#single__article figure + p,
    #commonBody section#single__article figure + dl,
    #commonBody section#single__article figure + ol,
    #commonBody section#single__article figure + ul,
    #commonBody section#single__article figure + table,
    #commonBody section#single__article figure + figure,
    #commonBody section#single__article figure + h2,
    #commonBody section#single__article figure + h3,
    #commonBody section#single__article figure + .wp-block-buttons {
      margin-top: 4rem; }
    #commonBody section#single__article figure .aligncenter {
      text-align: center; }
    #commonBody section#single__article figure .alignright {
      text-align: right; }
    #commonBody section#single__article figure .wp-block-embed__wrapper {
      text-align: center;
      width: 60vw;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 980px) {
        #commonBody section#single__article figure .wp-block-embed__wrapper {
          width: 70vw; } }
      #commonBody section#single__article figure .wp-block-embed__wrapper iframe[src*='youtube'] {
        width: 100%;
        height: calc(60vw * 0.5625); }
        @media screen and (max-width: 980px) {
          #commonBody section#single__article figure .wp-block-embed__wrapper iframe[src*='youtube'] {
            height: calc(70vw * 0.5625); } }
    #commonBody section#single__article figure.wp-block-image {
      text-align: center;
      width: 100%; }
      #commonBody section#single__article figure.wp-block-image img {
        height: auto; }
        @media screen and (max-width: 980px) {
          #commonBody section#single__article figure.wp-block-image img {
            width: 80vw;
            height: auto; } }
    #commonBody section#single__article figure figcaption {
      text-align: center;
      color: #fff; }
  #commonBody section#single__article div.wp-block-image + p {
    margin-top: 4rem; }
  #commonBody section#single__article div.single__article__content pre {
    border: 1px solid #999;
    border-radius: 10px;
    color: #ddd;
    padding: 2rem 4rem;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    font-weight: 200;
    font-family: 'Noto Sans JP',sans-serif; }
    #commonBody section#single__article div.single__article__content pre + p,
    #commonBody section#single__article div.single__article__content pre + h2 {
      margin-top: 4rem; }
  #commonBody section#single__article div.single__article__content p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify; }
    #commonBody section#single__article div.single__article__content p + figure,
    #commonBody section#single__article div.single__article__content p + pre {
      margin-top: 4rem; }
    #commonBody section#single__article div.single__article__content p + p {
      margin-top: .8rem; }
    #commonBody section#single__article div.single__article__content p.has-text-align-right {
      text-align: right; }
    #commonBody section#single__article div.single__article__content p.has-text-align-center {
      text-align: center; }
  #commonBody section#single__article dl.single__article__paging {
    display: flex;
    justify-content: flex-start;
    border-top: 2px solid #fff;
    margin-top: 4rem; }
    #commonBody section#single__article dl.single__article__paging dd {
      width: 50%;
      padding-top: 2rem; }
      #commonBody section#single__article dl.single__article__paging dd a {
        font-weight: 700;
        font-size: 1.6rem; }
        #commonBody section#single__article dl.single__article__paging dd a:link, #commonBody section#single__article dl.single__article__paging dd a:visited {
          color: #565656; }
        #commonBody section#single__article dl.single__article__paging dd a:hover {
          color: #8cc63f; }
        #commonBody section#single__article dl.single__article__paging dd a i {
          color: #565656; }
      #commonBody section#single__article dl.single__article__paging dd:nth-of-type(1) {
        text-align: left; }
        #commonBody section#single__article dl.single__article__paging dd:nth-of-type(1) i {
          margin-right: .8rem; }
      #commonBody section#single__article dl.single__article__paging dd:nth-of-type(2) {
        text-align: right; }
        #commonBody section#single__article dl.single__article__paging dd:nth-of-type(2) i {
          margin-left: .8rem; }

#commonBody section#page__contents div.submitbtn {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  #commonBody section#page__contents div.submitbtn input {
    display: block;
    width: 60%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 2rem;
    padding: 25px 0;
    letter-spacing: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-image: url("../images/btn-arr.svg");
    background-size: 30px 30px;
    background-position: 97% center;
    border: 0;
    text-align: center;
    color: #fff;
    background-color: #8cc63f;
    color: #fff;
    text-align: center;
    transition-duration: 1s;
    box-shadow: 0 3px 0 #638e2a; }
    @media screen and (max-width: 640px) {
      #commonBody section#page__contents div.submitbtn input {
        width: 100%;
        font-size: 1.8rem;
        letter-spacing: 0;
        background-size: 15px 15px;
        background-position: 98% center;
        padding: 15px 0; } }
    #commonBody section#page__contents div.submitbtn input:link, #commonBody section#page__contents div.submitbtn input:visited {
      background-color: #8cc63f;
      color: #fff;
      text-align: center;
      transition-duration: 1s;
      box-shadow: 0 3px 0 #638e2a; }
    #commonBody section#page__contents div.submitbtn input:hover {
      color: #111;
      background-color: #ffe100;
      transition-duration: .3s;
      box-shadow: 0 3px 0 #b39e00; }

#commonBody section#page__contents + footer {
  margin-top: 8rem; }
  @media screen and (max-width: 640px) {
    #commonBody section#page__contents + footer {
      margin-top: 4rem; } }

#commonBody section#page__title {
  width: 100%;
  max-height: 400px;
  background: #000;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center; }
  #commonBody section#page__title .title__block {
    position: absolute;
    z-index: 52;
    width: 100%;
    box-sizing: border-box;
    top: calc(50% - 4.5rem); }
    #commonBody section#page__title .title__block h1 {
      text-align: center;
      color: #fff;
      font-size: 3.8rem;
      line-height: 1.2;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: .5rem; }
    #commonBody section#page__title .title__block p.h1__sub {
      color: #dd131c;
      text-align: center;
      font-weight: 700; }
  #commonBody section#page__title .title__img {
    z-index: 51;
    position: relative;
    width: 100%; }
    #commonBody section#page__title .title__img img {
      width: 100%;
      height: auto;
      opacity: .25; }
  #commonBody section#page__title + section,
  #commonBody section#page__title + .splash {
    margin-top: 50px; }
    @media screen and (max-width: 640px) {
      #commonBody section#page__title + section,
      #commonBody section#page__title + .splash {
        margin-top: 4rem; } }

#commonBody section.page__contents__section {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  #commonBody section.page__contents__section p {
    font-size: 1.7rem; }
    #commonBody section.page__contents__section p.lead {
      font-weight: 700; }
      #commonBody section.page__contents__section p.lead + dl {
        margin-top: 4rem; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section p {
        font-size: 1.5rem; } }
    #commonBody section.page__contents__section p + .exp,
    #commonBody section.page__contents__section p + .efficacy__img {
      margin-top: 15px; }
    #commonBody section.page__contents__section p + h3,
    #commonBody section.page__contents__section p + .kadmaru__white {
      margin-top: 30px; }
    #commonBody section.page__contents__section p + ol {
      margin-top: 20px; }
  #commonBody section.page__contents__section li {
    font-size: 1.5rem; }
  #commonBody section.page__contents__section + section {
    margin-top: 70px; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section + section {
        margin-top: 4rem; } }
  #commonBody section.page__contents__section.page__lead p {
    font-size: 1.7rem;
    font-weight: 700; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section.page__lead p {
        line-height: 1.6; } }
  #commonBody section.page__contents__section h2 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.4;
    background-repeat: no-repeat; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section h2 {
        padding: 20px 0;
        background-size: 100px 8px;
        background-position-y: 0;
        font-size: 2.2rem; } }
    #commonBody section.page__contents__section h2.ja {
      font-family: 'Noto Serif JP';
      font-weight: 600;
      letter-spacing: 0;
      font-size: 1.9rem; }
    #commonBody section.page__contents__section h2 + dl,
    #commonBody section.page__contents__section h2 + .efficacy__img,
    #commonBody section.page__contents__section h2 + p {
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section h2 + dl,
        #commonBody section.page__contents__section h2 + .efficacy__img,
        #commonBody section.page__contents__section h2 + p {
          margin-top: 15px; } }
  #commonBody section.page__contents__section h3 {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section h3 {
        font-size: 2rem; } }
    #commonBody section.page__contents__section h3:before {
      content: '●';
      margin-right: .5rem; }
    #commonBody section.page__contents__section h3 + dl,
    #commonBody section.page__contents__section h3 + .efficacy__img,
    #commonBody section.page__contents__section h3 + p,
    #commonBody section.page__contents__section h3 + table,
    #commonBody section.page__contents__section h3 + ol {
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section h3 + dl,
        #commonBody section.page__contents__section h3 + .efficacy__img,
        #commonBody section.page__contents__section h3 + p,
        #commonBody section.page__contents__section h3 + table,
        #commonBody section.page__contents__section h3 + ol {
          margin-top: 15px; } }
  #commonBody section.page__contents__section ol.efficacy__base__ol__list {
    margin-left: 4rem; }
    #commonBody section.page__contents__section ol.efficacy__base__ol__list + table,
    #commonBody section.page__contents__section ol.efficacy__base__ol__list + p {
      margin-top: 20px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section ol.efficacy__base__ol__list + table,
        #commonBody section.page__contents__section ol.efficacy__base__ol__list + p {
          margin-top: 10px; } }
    #commonBody section.page__contents__section ol.efficacy__base__ol__list > li {
      list-style-type: decimal;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 1.9; }
      #commonBody section.page__contents__section ol.efficacy__base__ol__list > li + li {
        margin-top: .8rem; }
  #commonBody section.page__contents__section table.efficacy__base__table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse; }
    #commonBody section.page__contents__section table.efficacy__base__table + p {
      margin-top: 1rem; }
    #commonBody section.page__contents__section table.efficacy__base__table tr th {
      font-size: 1.6rem;
      line-height: 1.9;
      border: 1px solid #111;
      text-align: center;
      padding: 1rem 1.5rem; }
    #commonBody section.page__contents__section table.efficacy__base__table tr td {
      font-size: 1.6rem;
      line-height: 1.9;
      border: 1px solid #111;
      text-align: center;
      padding: 1rem 1.5rem; }
  #commonBody section.page__contents__section div.efficacy__img {
    text-align: center; }
    #commonBody section.page__contents__section div.efficacy__img + p,
    #commonBody section.page__contents__section div.efficacy__img + dl {
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section div.efficacy__img + p,
        #commonBody section.page__contents__section div.efficacy__img + dl {
          margin-top: 15px; } }
    #commonBody section.page__contents__section div.efficacy__img + h4,
    #commonBody section.page__contents__section div.efficacy__img + h3,
    #commonBody section.page__contents__section div.efficacy__img + dl.layout__clm2 {
      margin-top: 60px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section div.efficacy__img + h4,
        #commonBody section.page__contents__section div.efficacy__img + h3,
        #commonBody section.page__contents__section div.efficacy__img + dl.layout__clm2 {
          margin-top: 30px; } }
    #commonBody section.page__contents__section div.efficacy__img img {
      width: 100%;
      height: auto; }
      #commonBody section.page__contents__section div.efficacy__img img.w70 {
        width: 70%; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section div.efficacy__img img.w70 {
            width: 100%; } }
      #commonBody section.page__contents__section div.efficacy__img img[src*='dummy'] {
        max-height: 300px; }
      #commonBody section.page__contents__section div.efficacy__img img + p {
        margin-top: 10px; }
    #commonBody section.page__contents__section div.efficacy__img p {
      text-align: right; }
  #commonBody section.page__contents__section div.efficacy__counter {
    background: #ffe100;
    padding: 20px 10px;
    border-radius: 8px;
    margin-top: 30px; }
    #commonBody section.page__contents__section div.efficacy__counter p {
      text-align: center;
      font-size: 2.2rem;
      line-height: 1.6;
      color: #111;
      font-weight: 900; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section div.efficacy__counter p {
          font-size: 1.7rem; } }
  #commonBody section.page__contents__section div.method__law__clm {
    background: #fff;
    border: 2px solid #8cc63f;
    margin-top: 60px;
    padding: 30px; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section div.method__law__clm {
        margin-top: 30px;
        padding: 15px; } }
    #commonBody section.page__contents__section div.method__law__clm + p {
      margin-top: 60px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section div.method__law__clm + p {
          margin-top: 1.5rem; } }
    #commonBody section.page__contents__section div.method__law__clm h3 {
      font-size: 2.4rem;
      color: #8cc63f;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section div.method__law__clm h3 {
          font-size: 1.8rem; } }
      #commonBody section.page__contents__section div.method__law__clm h3:before {
        content: ''; }
      #commonBody section.page__contents__section div.method__law__clm h3 + h4 {
        margin-top: 32px; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section div.method__law__clm h3 + h4 {
            margin-top: 2rem; } }
    #commonBody section.page__contents__section div.method__law__clm h4 {
      font-size: 1.7rem; }
      #commonBody section.page__contents__section div.method__law__clm h4 + p {
        margin-top: 30px; }
    #commonBody section.page__contents__section div.method__law__clm p {
      font-size: 1.7rem;
      line-height: 1.5; }
      #commonBody section.page__contents__section div.method__law__clm p + p {
        margin-top: 30px; }
  #commonBody section.page__contents__section div.about__map__iframe {
    overflow: hidden;
    margin-top: 50px;
    position: absolute;
    margin-left: -12.5%;
    margin-right: -12.5%; }
    #commonBody section.page__contents__section div.about__map__iframe iframe {
      margin-top: -78px;
      border: 0; }
  #commonBody section.page__contents__section dl.inquiry__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section dl.inquiry__list {
        display: block;
        width: 90%; } }
    #commonBody section.page__contents__section dl.inquiry__list + .submitbtn {
      margin-top: 3rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.inquiry__list + .submitbtn {
          margin-top: 5rem; } }
    #commonBody section.page__contents__section dl.inquiry__list > dt p,
    #commonBody section.page__contents__section dl.inquiry__list > dd p {
      font-size: 1.5rem;
      line-height: 1.8; }
    #commonBody section.page__contents__section dl.inquiry__list > dt {
      width: 30%;
      margin-bottom: 2rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.inquiry__list > dt {
          width: 100%;
          text-align: center;
          margin-bottom: 1rem; } }
      #commonBody section.page__contents__section dl.inquiry__list > dt p {
        font-weight: 700; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section dl.inquiry__list > dt p {
            text-align: center; } }
        #commonBody section.page__contents__section dl.inquiry__list > dt p span {
          color: #111;
          background: #ffe100;
          padding: 2px 1rem;
          margin-left: 1rem;
          font-weight: 700;
          font-size: 1.4rem;
          line-height: 1.1; }
    #commonBody section.page__contents__section dl.inquiry__list > dd {
      width: 70%;
      margin-bottom: 2rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.inquiry__list > dd {
          width: 100%;
          text-align: center; } }
      #commonBody section.page__contents__section dl.inquiry__list > dd .error {
        margin-top: .5rem; }
      #commonBody section.page__contents__section dl.inquiry__list > dd input[type='text'], #commonBody section.page__contents__section dl.inquiry__list > dd input[type='tel'], #commonBody section.page__contents__section dl.inquiry__list > dd input[type='email'] {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 1.3rem;
        border: 0;
        border-radius: 5px; }
      #commonBody section.page__contents__section dl.inquiry__list > dd input + p {
        margin-top: .8rem; }
      #commonBody section.page__contents__section dl.inquiry__list > dd textarea {
        width: 100%;
        height: 10rem;
        box-sizing: border-box;
        padding: 1rem 1.3rem;
        border: 0;
        border-radius: 5px; }
  #commonBody section.page__contents__section dl.category__newslist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section dl.category__newslist {
        margin-left: auto;
        margin-right: auto; } }
    #commonBody section.page__contents__section dl.category__newslist > dd {
      width: 22%;
      margin-bottom: 20px;
      margin-right: calc(12% / 3); }
      #commonBody section.page__contents__section dl.category__newslist > dd:nth-of-type(4n) {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.category__newslist > dd:nth-of-type(2n) {
          margin-right: 0; } }
      #commonBody section.page__contents__section dl.category__newslist > dd .thumb {
        background-color: #161616;
        width: 100%;
        height: 181.5px;
        max-height: 181.5px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section dl.category__newslist > dd .thumb {
            max-height: 130px;
            height: 1130px; } }
        #commonBody section.page__contents__section dl.category__newslist > dd .thumb img {
          width: 140%;
          height: auto; }
        #commonBody section.page__contents__section dl.category__newslist > dd .thumb + p {
          margin-top: 1rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.category__newslist > dd {
          width: 48%; } }
      #commonBody section.page__contents__section dl.category__newslist > dd p {
        font-size: 1.5rem; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section dl.category__newslist > dd p {
            font-size: 1.4rem;
            line-height: 1.6; } }
        #commonBody section.page__contents__section dl.category__newslist > dd p.article-date {
          color: #dd131c;
          font-family: futura-pt, sans-serif;
          font-weight: 700; }
        #commonBody section.page__contents__section dl.category__newslist > dd p.article-title {
          font-weight: 500;
          color: #fff; }
          #commonBody section.page__contents__section dl.category__newslist > dd p.article-title + .article-date {
            margin-top: .2rem; }
  #commonBody section.page__contents__section dl.method__color__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px; }
    #commonBody section.page__contents__section dl.method__color__column > dd {
      width: calc(95% / 6);
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.method__color__column > dd {
          width: calc(95% / 3); } }
      #commonBody section.page__contents__section dl.method__color__column > dd > p {
        text-align: center;
        font-size: 1.5rem; }
      #commonBody section.page__contents__section dl.method__color__column > dd > img {
        width: 100%;
        height: auto; }
  #commonBody section.page__contents__section dl.method__speciality__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -15px; }
    #commonBody section.page__contents__section dl.method__speciality__list + h4 {
      margin-top: 60px; }
    #commonBody section.page__contents__section dl.method__speciality__list dt, #commonBody section.page__contents__section dl.method__speciality__list dd {
      margin-bottom: 15px; }
    #commonBody section.page__contents__section dl.method__speciality__list dt {
      width: 70px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.method__speciality__list dt {
          width: 40px; } }
      #commonBody section.page__contents__section dl.method__speciality__list dt span {
        background: #8cc63f;
        font-size: 3.3rem;
        font-family: din-2014-narrow, sans-serif;
        font-weight: 600;
        font-style: normal;
        border-radius: 10px;
        display: block;
        width: 58px;
        height: 58px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section dl.method__speciality__list dt span {
            font-size: 2.4rem;
            width: 33px;
            height: 33px;
            border-radius: 5px; } }
    #commonBody section.page__contents__section dl.method__speciality__list dd {
      width: calc(100% - 70px);
      padding-top: 10px; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.method__speciality__list dd {
          width: calc(100% - 40px);
          padding-top: 5px; } }
      #commonBody section.page__contents__section dl.method__speciality__list dd p {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.4; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section dl.method__speciality__list dd p {
            font-size: 1.8rem; } }
  #commonBody section.page__contents__section dl.efficacy__heatvalue {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px; }
    #commonBody section.page__contents__section dl.efficacy__heatvalue + p {
      margin-top: 30px; }
    #commonBody section.page__contents__section dl.efficacy__heatvalue dd {
      width: 48%; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.efficacy__heatvalue dd {
          width: 100%; } }
      #commonBody section.page__contents__section dl.efficacy__heatvalue dd img {
        width: 100%;
        height: auto; }
        #commonBody section.page__contents__section dl.efficacy__heatvalue dd img + p {
          margin-top: 10px; }
      #commonBody section.page__contents__section dl.efficacy__heatvalue dd p {
        text-align: center;
        font-weight: 700;
        font-size: 2.4rem; }
        #commonBody section.page__contents__section dl.efficacy__heatvalue dd p span {
          margin-left: 1px;
          margin-right: 1px; }
          #commonBody section.page__contents__section dl.efficacy__heatvalue dd p span.effect__heatin {
            color: #FF9D00;
            font-weight: 700; }
          #commonBody section.page__contents__section dl.efficacy__heatvalue dd p span.effect__heatout {
            color: #00B1FF;
            font-weight: 700; }
          #commonBody section.page__contents__section dl.efficacy__heatvalue dd p span.effect__value {
            font-size: 4.5rem;
            font-weight: 900; }
        #commonBody section.page__contents__section dl.efficacy__heatvalue dd p + .exp {
          margin-top: 5px; }
        #commonBody section.page__contents__section dl.efficacy__heatvalue dd p.exp {
          font-weight: 300;
          font-size: 1.5rem; }
  #commonBody section.page__contents__section dl.efficacy__buildhistory {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc; }
    #commonBody section.page__contents__section dl.efficacy__buildhistory + p {
      margin-top: 30px; }
    #commonBody section.page__contents__section dl.efficacy__buildhistory dt, #commonBody section.page__contents__section dl.efficacy__buildhistory dd {
      border-top: 1px solid #ccc;
      padding: 15px 0; }
    #commonBody section.page__contents__section dl.efficacy__buildhistory dt {
      width: 35%;
      text-align: center;
      font-size: 2rem;
      font-weight: 900; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.efficacy__buildhistory dt {
          width: 100%;
          padding-bottom: 10px; } }
    #commonBody section.page__contents__section dl.efficacy__buildhistory dd {
      width: 65%;
      font-size: 1.8rem; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.efficacy__buildhistory dd {
          width: 100%;
          border-top: 0;
          padding-top: 0; } }
  #commonBody section.page__contents__section dl.efficacy__compare__headline {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      #commonBody section.page__contents__section dl.efficacy__compare__headline {
        display: none; } }
    #commonBody section.page__contents__section dl.efficacy__compare__headline + dl {
      margin-top: 20px; }
    #commonBody section.page__contents__section dl.efficacy__compare__headline dd {
      width: 47%; }
      #commonBody section.page__contents__section dl.efficacy__compare__headline dd h3 {
        text-align: center;
        font-size: 2rem; }
        #commonBody section.page__contents__section dl.efficacy__compare__headline dd h3:before {
          content: ''; }
  #commonBody section.page__contents__section dl.efficacy__compare__table {
    display: flex;
    flex-wrap: wrap; }
    #commonBody section.page__contents__section dl.efficacy__compare__table + dl {
      margin-top: 25px; }
    #commonBody section.page__contents__section dl.efficacy__compare__table dd {
      width: 47%;
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        #commonBody section.page__contents__section dl.efficacy__compare__table dd {
          width: 100%; } }
      #commonBody section.page__contents__section dl.efficacy__compare__table dd h4 {
        text-align: center;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 700;
        font-size: 2.4rem; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section dl.efficacy__compare__table dd h4 {
            font-size: 1.8rem; } }
        #commonBody section.page__contents__section dl.efficacy__compare__table dd h4.cold {
          background: #32B5DD; }
        #commonBody section.page__contents__section dl.efficacy__compare__table dd h4.heat {
          background: #E50058; }
      #commonBody section.page__contents__section dl.efficacy__compare__table dd.arr {
        width: 6%;
        background-color: inherit; }
      #commonBody section.page__contents__section dl.efficacy__compare__table dd ul {
        margin: 20px; }
        #commonBody section.page__contents__section dl.efficacy__compare__table dd ul li {
          position: relative;
          padding: 0 0 0 2em;
          margin: 0; }
          #commonBody section.page__contents__section dl.efficacy__compare__table dd ul li + li {
            margin-top: 3px; }
          #commonBody section.page__contents__section dl.efficacy__compare__table dd ul li::before {
            position: absolute;
            left: 0;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: '\f00c';
            color: #00ACDB; }
        #commonBody section.page__contents__section dl.efficacy__compare__table dd ul li {
          font-size: 2rem;
          font-weight: 700; }
          @media screen and (max-width: 640px) {
            #commonBody section.page__contents__section dl.efficacy__compare__table dd ul li {
              font-size: 1.6rem; } }
      #commonBody section.page__contents__section dl.efficacy__compare__table dd.arr {
        width: 6%;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 640px) {
          #commonBody section.page__contents__section dl.efficacy__compare__table dd.arr {
            width: 100%;
            padding: 10px 0; } }
        #commonBody section.page__contents__section dl.efficacy__compare__table dd.arr span {
          background-color: #8cc63f;
          width: 25px;
          height: 50px;
          clip-path: polygon(0 0, 0% 100%, 100% 50%); }
          @media screen and (max-width: 640px) {
            #commonBody section.page__contents__section dl.efficacy__compare__table dd.arr span {
              width: 50px;
              height: 25px;
              clip-path: polygon(0 0, 100% 0, 50% 100%); } }
  #commonBody section.page__contents__section dl.about__profile__table {
    display: flex;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap; }
    #commonBody section.page__contents__section dl.about__profile__table + .linkBtn {
      margin-top: 50px; }
    #commonBody section.page__contents__section dl.about__profile__table > dt,
    #commonBody section.page__contents__section dl.about__profile__table > dd {
      padding: 20px 10px;
      box-sizing: border-box;
      border-top: 1px solid #ccc; }
    #commonBody section.page__contents__section dl.about__profile__table > dt {
      width: 30%;
      display: table-cell;
      vertical-align: middle; }
      #commonBody section.page__contents__section dl.about__profile__table > dt p {
        text-align: center; }
    #commonBody section.page__contents__section dl.about__profile__table > dd {
      width: 70%; }
      #commonBody section.page__contents__section dl.about__profile__table > dd p {
        text-align: left; }
      #commonBody section.page__contents__section dl.about__profile__table > dd > .about__profile__officer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -5px; }
        #commonBody section.page__contents__section dl.about__profile__table > dd > .about__profile__officer > dt {
          font-size: 1.7rem;
          line-height: 1.9;
          width: 15%;
          text-align: left;
          margin-bottom: 5px; }
          #commonBody section.page__contents__section dl.about__profile__table > dd > .about__profile__officer > dt.about__profile__place {
            background: #565656;
            text-align: center;
            color: #fff; }
        #commonBody section.page__contents__section dl.about__profile__table > dd > .about__profile__officer > dd {
          font-size: 1.7rem;
          line-height: 1.9;
          width: 80%;
          margin-bottom: 5px; }
  #commonBody section.page__contents__section dl.auxiliary__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: -10px; }
    #commonBody section.page__contents__section dl.auxiliary__list + .linkBtn {
      margin-top: 50px; }
    #commonBody section.page__contents__section dl.auxiliary__list > dt,
    #commonBody section.page__contents__section dl.auxiliary__list > dd {
      margin-bottom: 10px; }
    #commonBody section.page__contents__section dl.auxiliary__list > dt {
      width: 20%;
      display: table-cell;
      vertical-align: middle; }
      #commonBody section.page__contents__section dl.auxiliary__list > dt span {
        text-align: center;
        background: #fff;
        color: #8cc63f;
        font-weight: 700;
        font-size: 1.5rem;
        padding: 2px 0;
        width: 100%;
        border-radius: 50px;
        display: block; }
    #commonBody section.page__contents__section dl.auxiliary__list > dd {
      width: 76%; }
      #commonBody section.page__contents__section dl.auxiliary__list > dd p {
        text-align: left; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd p + ul,
        #commonBody section.page__contents__section dl.auxiliary__list > dd p + ol,
        #commonBody section.page__contents__section dl.auxiliary__list > dd p + .auxiliary__list__inlist,
        #commonBody section.page__contents__section dl.auxiliary__list > dd p + table {
          margin-top: 15px; }
      #commonBody section.page__contents__section dl.auxiliary__list > dd ul + p, #commonBody section.page__contents__section dl.auxiliary__list > dd ol + p {
        margin-top: 15px; }
      #commonBody section.page__contents__section dl.auxiliary__list > dd ul li, #commonBody section.page__contents__section dl.auxiliary__list > dd ol li {
        font-size: 1.7rem;
        line-height: 1.9;
        font-weight: 700; }
      #commonBody section.page__contents__section dl.auxiliary__list > dd ul li {
        position: relative;
        padding: 0 0 0 2em;
        margin: 0; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd ul li + li {
          margin-top: 3px; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd ul li::before {
          position: absolute;
          left: 0;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f00c';
          color: #00ACDB; }
      #commonBody section.page__contents__section dl.auxiliary__list > dd ol {
        margin-left: 1.5em; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd ol li {
          list-style-type: decimal; }
      #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl {
        width: 100%; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl + p {
          margin-top: 15px; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl tr + tr th {
          border-top: 1px solid #ddd; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl tr th, #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl tr td {
          text-align: center;
          font-size: 1.7rem;
          line-height: 1.4;
          padding: 5px 0; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl tr th {
          background: #565656;
          color: #fff;
          font-weight: 700;
          font-size: 1.5rem; }
          #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl tr th + th {
            border-left: 1px solid #ddd; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd table.auxiliary__list__greenpointTbl tr td {
          width: 28%;
          background: #fff; }
      #commonBody section.page__contents__section dl.auxiliary__list > dd > .auxiliary__list__inlist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -5px; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd > .auxiliary__list__inlist + p {
          margin-top: 15px; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd > .auxiliary__list__inlist > dt {
          font-size: 1.7rem;
          line-height: 1.9;
          width: 18%;
          text-align: left;
          margin-bottom: 5px;
          font-weight: 700; }
          #commonBody section.page__contents__section dl.auxiliary__list > dd > .auxiliary__list__inlist > dt span {
            background: #565656;
            text-align: center;
            color: #fff;
            display: block;
            padding: 2px 0; }
        #commonBody section.page__contents__section dl.auxiliary__list > dd > .auxiliary__list__inlist > dd {
          font-size: 1.7rem;
          line-height: 1.9;
          width: 80%;
          margin-bottom: 5px; }
  #commonBody section.page__contents__section.privacy__contents h2 + ul {
    margin-top: 30px; }
  #commonBody section.page__contents__section.privacy__contents h3 {
    font-weight: 300;
    font-size: 1.7rem; }
  #commonBody section.page__contents__section.privacy__contents p + h2 {
    margin-top: 5rem; }
  #commonBody section.page__contents__section.privacy__contents p + ul {
    margin-top: 2rem; }
  #commonBody section.page__contents__section.privacy__contents p.privacy__contents__sign {
    text-align: right; }
  #commonBody section.page__contents__section.privacy__contents ul li {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0; }
    #commonBody section.page__contents__section.privacy__contents ul li + li {
      margin-top: 3px; }
    #commonBody section.page__contents__section.privacy__contents ul li::before {
      position: absolute;
      left: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f00c';
      color: #00ACDB; }
  #commonBody section.page__contents__section.privacy__contents ul + p {
    margin-top: 3rem; }
  #commonBody section.page__contents__section.privacy__contents ul > li > ul {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #commonBody section.page__contents__section.privacy__contents ul + h2 {
    margin-top: 5rem; }
  #commonBody section.page__contents__section.privacy__contents .privacy__contents__info {
    border: 1px solid #565656;
    padding: 3rem 5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    #commonBody section.page__contents__section.privacy__contents .privacy__contents__info h3 {
      text-align: center; }
      #commonBody section.page__contents__section.privacy__contents .privacy__contents__info h3:before {
        content: ''; }
      #commonBody section.page__contents__section.privacy__contents .privacy__contents__info h3 + p {
        margin-top: 1.5rem; }
    #commonBody section.page__contents__section.privacy__contents .privacy__contents__info p {
      text-align: center; }

/*# sourceMappingURL=main.css.map */