@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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

* {
  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 0.2s ease-out;
}
a:hover {
  transition: all 0.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: 0.1rem;
  line-height: 1;
}
header dl#hd__list dd:nth-of-type(3) ul li + li {
  margin-top: 0.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: 0.25;
  transition: all 0.2s ease-out;
}
header dl#hd__list dd:nth-of-type(3) ul li a:hover img {
  opacity: 1;
  transition: all 0.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: 0.8;
  }
}
header dl#hd__float dd a:hover {
  background: #ffe100;
  transition-duration: 0.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);
}
@media screen and (max-width: 640px) {
  #drawer-content {
    width: calc(100% - 40px);
  }
}
#drawer-content {
  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;
}
#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: 0.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: 0.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: 0.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: 0.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: 0.5em;
}

html#wizard, body#wizard {
  background: rgb(102, 33, 76);
  background: -moz-linear-gradient(top, rgb(102, 33, 76) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(102, 33, 76) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(102, 33, 76) 0%, rgb(0, 0, 0) 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: 0.5;
}
.snsBtn ul li:hover {
  opacity: 1;
}
.snsBtn ul li:nth-of-type(1) {
  background: rgb(191, 13, 62);
}
.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: 0.3s;
}
#page-top a:link i, #page-top a:visited i {
  color: #999;
}
#page-top a:hover {
  color: #111;
  background-color: #ffe100;
  transition-duration: 0.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: 0.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: 0.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 rgb(99.2891566265, 142.265060241, 42.234939759);
}
div.linkBtn a:hover {
  color: #111;
  background-color: #ffe100;
  transition-duration: 0.3s;
  box-shadow: 0 3px 0 rgb(178.5, 157.5, 0);
}
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: 0.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: -0.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: 0.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: 0.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: 4%;
}
#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: 0.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 0.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: 0.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: 0.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: 0.6em;
}
#topBody section.top__section.access .access__info > dd .access__info__list li + li {
  margin-top: 0.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: 0.5em;
}
#topBody section.top__section__delivery > h3 + ul {
  margin-top: 20px;
}
#topBody section.top__section__delivery > .delivery__list__logo {
  display: grid;
  grid-template-columns: 1fr 1fr 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;
}
@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: 21.1111111111%;
}
#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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.6em;
}
#commonBody section.common__section.access .access__info > dd .access__info__list li + li {
  margin-top: 0.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: 0.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: 0.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;
}
#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: 0.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 .menu__list__price {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#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: -0.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: 0.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: 0.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: 0.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: 33.75vw;
}
@media screen and (max-width: 980px) {
  #commonBody section#single__article figure .wp-block-embed__wrapper iframe[src*=youtube] {
    height: 39.375vw;
  }
}
#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: 0.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: 0.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: 0.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;
}
@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 rgb(99.2891566265, 142.265060241, 42.234939759);
}
#commonBody section#page__contents div.submitbtn input:hover {
  color: #111;
  background-color: #ffe100;
  transition-duration: 0.3s;
  box-shadow: 0 3px 0 rgb(178.5, 157.5, 0);
}
#commonBody section#page__contents div.submitbtn input {
  border: 0;
  text-align: center;
  color: #fff;
  background-color: #8cc63f;
  color: #fff;
  text-align: center;
  transition-duration: 1s;
  box-shadow: 0 3px 0 rgb(99.2891566265, 142.265060241, 42.234939759);
}
#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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 4%;
}
#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: 0.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: 15.8333333333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #commonBody section.page__contents__section dl.method__color__column > dd {
    width: 31.6666666667%;
  }
}
#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 */