@charset "UTF-8";
:root {
  --design-width-desktop: 900px;
  --grayish-white: #ededed;
  --text-color: #595757;
  --movie: #0073c8;
}

@keyframes show {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes showPCMenu {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

audio,
video {
  display: inline-block;
}

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

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

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

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

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

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.25;
  color: var(--text-color);
  background-color: #82d2dc;
}

html,
body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
}

.pc_space {
  display: inline;
}
@media screen and (max-width: 600px) {
  .pc_space {
    display: none;
  }
}

.sp_space {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_space {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  br {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  br.br, br.brsp {
    display: block !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@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;
}

.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  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;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #ffffff;
}

.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";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@font-face {
  font-family: "store";
  src: url("../fonts/store.eot");
}
@font-face {
  font-family: "store";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-store-],
[class*=" icon-store-"] {
  font-family: "store";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  background-image: url(../images_top/icon/LINE_Icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

.icon-store-brand:before {
  content: "\e603";
}

.icon-store-calendar:before {
  content: "\e608";
  font-size: 1.9rem;
}

.icon-store-help:before {
  content: "\e609";
  margin-left: 5px;
}

.icon-store-inquiry:before {
  content: "\e60b";
  font-size: 1.9rem;
}

.icon-store-notification:before {
  content: "\e60c";
  font-size: 1.5rem;
}

.icon-store-place:before {
  content: "\e60e";
  font-size: 1.5rem;
}

.icon-store-category:before {
  content: "\e604";
}

.icon-store-history-thin:before {
  content: "\e605";
}

.icon-store-menu:before {
  content: "\e606";
}

.icon-store-about:before {
  content: "\e607";
  font-size: 1.5rem;
}

.icon-store-caution:before {
  content: "\f06a";
}

.icon-store-minus:before {
  content: "\e624";
}

.icon-store-plus:before {
  content: "\e625";
}

.icon-store-arrow-down:before {
  content: "\e610";
}

.icon-store-arrow-left:before {
  content: "\e611";
}

.icon-store-cart-plus:before {
  content: "\e614";
}

.icon-store-comment:before {
  content: "\e615";
}

.icon-store-history:before {
  content: "\e60a";
}

.icon-store-recommend:before {
  content: "\e60d";
}

.icon-store-cart:before {
  content: "\e600";
}

.icon-store-arrow-right:before {
  content: "\e601";
}

.icon-store-arrow-top:before {
  content: "\e602";
}

.icon-store-share:before {
  content: "\f064";
}

.icon-store-pc:before {
  content: "\f108";
}

.icon-store-close:before {
  content: "\e612";
}

.icon-store-facebook:before {
  content: "\e613";
}

.icon-store-mail:before {
  content: "\e616";
}

.icon-store-twitter:before {
  content: "\e617";
}

.icon-store-line:before {
  content: "\e60f";
}

.contentBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--grayish-white);
  position: relative;
}
.contentBox__title {
  text-align: center;
  padding: 45px 0;
}
@media screen and (max-width: 600px) {
  .contentBox__title {
    text-align: center;
    padding: 18px 0;
  }
}
.contentBox__title svg {
  width: 46%;
  height: auto;
}
.contentBox-darling {
  overflow: hidden;
  background-color: var(--grayish-white);
}
.contentBox-text, .contentBox-store {
  background-size: auto;
  background-position: left top;
}
@media screen and (max-width: 600px) {
  .contentBox-text, .contentBox-store {
    background-size: contain;
    padding-top: 2px;
  }
}
.contentBox-text .menuRecommend, .contentBox-store .menuRecommend {
  background-color: transparent;
}
.contentBox-text .contentBox__title svg, .contentBox-store .contentBox__title svg {
  width: 294px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .contentBox-text .contentBox__title svg, .contentBox-store .contentBox__title svg {
    width: 46%;
  }
}
.contentBox-store {
  opacity: 0;
}
.contentBox-store.active {
  opacity: 1;
}

.bgBox {
  background: url(../images_top/bg/bg_town.png), linear-gradient(to bottom, #82d2dc 0%, #82d2dc 70%, #dff4f6 100%);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bgBox {
    padding-top: 0;
  }
}

hr {
  border: none;
  width: 100%;
  max-width: var(--design-width-desktop);
  margin: 20px auto;
  padding: 0;
  background-image: url(../images_top/hr_dotted.png);
  background-repeat: repeat-x;
  background-size: 899px 4px;
  height: 4px;
}
@media screen and (max-width: 600px) {
  hr {
    width: calc(100% - 20px);
    margin: 10px auto 20px auto;
  }
}

.main {
  position: relative;
}
@media screen and (max-width: 600px) {
  .main {
    padding-top: 80px;
    background-color: #ffe000;
  }
}
@media print, screen and (min-width: 601px) {
  .main {
    min-width: var(--design-width-desktop);
  }
}
.main .fixed {
  padding-top: 48px;
}
@media screen and (max-width: 600px) {
  .main .fixed {
    padding-top: 80px;
  }
}

.alert {
  display: none;
  text-align: center;
  padding: 10px;
  text-align: left;
}
.alert br {
  display: block !important;
}

.wrapper__flex {
  width: 100%;
  max-width: var(--design-width-desktop);
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  .wrapper__flex {
    display: block;
  }
}

.wrapper__block {
  display: block;
}

.header {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .header {
    z-index: 5000;
    height: 80px;
    position: fixed;
  }
}
@media print, screen and (min-width: 601px) {
  .header {
    background-color: #f9d93d;
    min-width: var(--design-width-desktop);
  }
}
.header .logo1101 {
  width: auto;
}
@media screen and (max-width: 600px) {
  .header .logo1101 svg {
    width: 150px;
  }
}
@media print, screen and (min-width: 601px) {
  .header .logo1101 svg {
    width: 314.444px;
  }
}
@media screen and (max-width: 600px) {
  .header .search {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  .header .search {
    width: 50%;
    min-width: 140px;
    display: block;
  }
}
.header .search .links {
  width: 100%;
  text-align: right;
  padding: 0;
  display: block;
}
.header .search a {
  font-size: 1.3rem;
  color: #555;
  display: inline-block;
  padding-left: 10px;
}
.header .search a:hover {
  opacity: 0.7;
}
.header .search a i {
  margin-left: 3px;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .header__container {
    padding: 0px 5px 0px 10px;
    background-color: #f9d93d;
  }
}
@media print, screen and (min-width: 601px) {
  .header__container {
    padding: 10px 0px;
    width: 100%;
    max-width: var(--design-width-desktop);
    margin: 0 auto;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .header__container .searchForm {
    display: none;
  }
}

.header__date {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .header__date {
    width: 20%;
    min-width: 120px;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 601px) {
  .header__date {
    width: 39%;
    min-width: 210px;
    padding-right: 15px;
  }
}
.header__date img {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .header__date img {
    width: 100%;
  }
}
.header__date__txt {
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .header__date__txt {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  .header__date__txt {
    font-size: 4.2rem;
  }
}

.header__day {
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 3px;
}
@media screen and (max-width: 600px) {
  .header__day {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 601px) {
  .header__day {
    font-size: 1.4rem;
  }
}

.header__menu__btn {
  width: 40px;
  display: block;
  font-size: 1rem;
  color: #999;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .header__menu__btn {
    height: 40px;
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 601px) {
  .header__menu__btn {
    margin-top: 2px;
  }
}
.header__menu__btn.active .header__menu__bar {
  position: relative;
}
@media screen and (max-width: 600px) {
  .header__menu__btn.active .header__menu__bar {
    height: 2px;
  }
}
@media print, screen and (min-width: 601px) {
  .header__menu__btn.active .header__menu__bar {
    height: 3px;
  }
}
.header__menu__btn.active .header__menu__bar-top {
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .header__menu__btn.active .header__menu__bar-top {
    top: 19px;
  }
}
@media print, screen and (min-width: 601px) {
  .header__menu__btn.active .header__menu__bar-top {
    top: 9px;
  }
}
.header__menu__btn.active .header__menu__bar-middle {
  transform: rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .header__menu__btn.active .header__menu__bar-middle {
    top: 14px;
  }
}
.header__menu__btn.active .header__menu__bar-bottom {
  opacity: 0;
}
.header__menu__bar {
  height: 2px;
  margin: 0 auto;
  display: block;
  transition: all 0.2s linear;
}
@media screen and (max-width: 600px) {
  .header__menu__bar {
    width: 23px;
    position: relative;
    top: 15px;
    background-color: #999;
  }
}
@media print, screen and (min-width: 601px) {
  .header__menu__bar {
    width: 30px;
    background-color: var(--text-color);
  }
}
@media screen and (max-width: 600px) {
  .header__menu__bar-top, .header__menu__bar-middle {
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 601px) {
  .header__menu__bar-top, .header__menu__bar-middle {
    margin-bottom: 6px;
  }
}
.header__menu__bar-bottom {
  margin-bottom: 3px;
}

.iconMenu::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .iconMenu::before {
    margin-right: 3px;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: right;
  }
}
@media print, screen and (min-width: 601px) {
  .iconMenu::before {
    margin-right: 10px;
    height: 27px;
  }
}
.iconMenu__home::before {
  background-image: url(../images_top/icon/icon_home.svg);
}
@media print, screen and (min-width: 601px) {
  .iconMenu__home::before {
    width: 30px;
  }
}
.iconMenu__text::before {
  background-image: url(../images_top/icon/icon_text.svg);
}
@media print, screen and (min-width: 601px) {
  .iconMenu__text::before {
    width: 27px;
    top: 6px;
  }
}
.iconMenu__store::before {
  background-image: url(../images_top/icon/icon_store.svg);
}
@media print, screen and (min-width: 601px) {
  .iconMenu__store::before {
    width: 22px;
  }
}

.menuGlobal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  max-width: var(--design-width-desktop);
}
@media screen and (max-width: 600px) {
  .menuGlobal {
    width: 95%;
  }
}
@media print, screen and (min-width: 601px) {
  .menuGlobal {
    width: 100%;
  }
}
.menuGlobal li {
  color: var(--text-color);
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 0;
  letter-spacing: 0;
  padding: 2px 0 9px;
  position: relative;
  cursor: pointer;
  flex: 1;
  margin: 5px 0;
}
@media screen and (max-width: 600px) {
  .menuGlobal li {
    font-size: 1.4rem;
    border-radius: 16px;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuGlobal li {
    font-size: 2rem;
    border-radius: 30px;
  }
}
.menuGlobal li:not(.active):hover {
  opacity: 0.7;
}
.menuGlobal li.active {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .menuGlobal li.active {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  .menuGlobal li.active {
    font-size: 2rem;
  }
}

.menuGlobal__container {
  white-space: nowrap;
  background-color: #faee00;
}
@media screen and (max-width: 600px) {
  .menuGlobal__container {
    padding-bottom: 2px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuGlobal__container {
    position: relative;
  }
}
.menuGlobal__container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
}

.menuGlobal__bar {
  width: 40%;
  height: 3px;
  background-color: var(--text-color);
  margin: 0 auto;
  display: block;
}
.menuGlobal__bar__container {
  background-color: #faee00;
}

@media print, screen and (min-width: 601px) {
  .links {
    display: flex;
    width: 100%;
    max-width: var(--design-width-desktop);
    margin: 0 auto;
  }
}

.footer {
  background-color: #ffe000;
  position: relative;
}
@media print, screen and (min-width: 601px) {
  .footer {
    min-width: var(--design-width-desktop);
  }
}
.footer a:hover {
  opacity: 0.7;
}
.footer .copyright {
  display: block;
  color: var(--text-color);
}
@media screen and (max-width: 600px) {
  .footer .copyright {
    text-align: center;
    font-size: 1.1rem;
    padding: 30px 0 100px;
  }
}
@media print, screen and (min-width: 601px) {
  .footer .copyright {
    font-size: 1.2rem;
    padding: 5px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .footer__menu {
    padding: 15px 15px;
  }
}
@media print, screen and (min-width: 601px) {
  .footer__menu {
    padding: 0;
    display: flex;
    margin: 0;
    width: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .footer__menu li {
    display: block;
  }
}
@media print, screen and (min-width: 601px) {
  .footer__menu li {
    margin-right: 10px;
    line-height: 1.5;
  }
  .footer__menu li:after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
  }
  .footer__menu li:last-child:after {
    content: none;
  }
}
.footer__menu li a {
  color: var(--text-color);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .footer__menu li a {
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: 0.5rem 0;
  }
}
@media print, screen and (min-width: 601px) {
  .footer__menu li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .footer__menuContents__list {
    padding: 15px 15px 0;
  }
  .footer__menuContents__list li {
    display: block;
    border-bottom: 1px solid #f6b42d;
  }
  .footer__menuContents__list li a {
    display: block;
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased;
  }
  .footer__menuContents__list li a:before {
    min-width: 22px;
    margin-right: 5px;
    font-size: 2rem;
    color: var(--text-color);
    font-weight: normal;
    display: inline-block;
    text-align: center;
  }
  .footer__menuContents__list li a.icon-store-help:before {
    font-size: 1.5rem;
  }
  .footer__menuContents__list li a.icon-store-calendar:before {
    font-size: 1.9rem;
  }
  .footer__menuContents__list li a.icon-store-inquiry:before {
    font-size: 2.1rem;
  }
  .footer__menuContents__list li a.icon-store-notification:before {
    font-size: 1.5rem;
  }
  .footer__menuContents__list li a.icon-store-place:before {
    font-size: 1.5rem;
  }
  .footer__menuContents__list li a.icon-store-about:before {
    font-size: 1.5rem;
  }
  .footer__menuContents__list li a.fa-id-card:before {
    font-size: 1.8rem;
  }
  .footer__menuContents__list li a.fa-facebook-official:before {
    color: #3b5998;
  }
  .footer__menuContents__list li a.fa-twitter:before {
    color: #1da1f2;
  }
}
@media print, screen and (min-width: 601px) {
  .footer__menuContents__list {
    line-height: 2;
    display: flex;
    flex-flow: column wrap;
    height: 120px;
  }
  .footer__menuContents__list:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .footer__books {
    padding: 15px;
  }
}
@media print, screen and (min-width: 601px) {
  .footer__books {
    padding: 10px 0 0;
  }
}

.footer__books__ttl {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .footer__books__ttl {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 601px) {
  .footer__books__ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.footer__books__link {
  background-color: #00983e;
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  .footer__books__link {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 601px) {
  .footer__books__link {
    padding: 10px 15px;
  }
  .footer__books__link:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 601px) {
  .footer__container {
    width: 100%;
    max-width: var(--design-width-desktop);
    margin: 0 auto;
    padding-bottom: 100px;
    border-top: 1px solid #f6b42d;
    padding-top: 3px;
  }
  .footer__menuContents {
    width: 100%;
    max-width: var(--design-width-desktop);
    margin: 0 auto;
    display: block;
    padding-top: 40px;
  }
  .footer__menuContents__item {
    margin-right: 15px;
  }
  .footer__menuContents__item a {
    color: var(--text-color);
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .footer__menuContents__item a:before {
    display: inline-block;
    min-width: 22px;
    margin-right: 5px;
    font-weight: normal;
    text-align: center;
  }
  .footer__menuContents__item a.fa-facebook-official:before {
    color: #3b5998;
  }
  .footer__menuContents__item a.fa-twitter:before {
    color: #1da1f2;
  }
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  header {
    display: none;
  }
  body {
    zoom: 0.6;
  }
  footer {
    display: none;
  }
}
.menuContents,
.booksMenuContents,
.storeMenuContents {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  left: 100%;
  z-index: 9000;
  overflow: scroll;
}
@media screen and (max-width: 600px) {
  .menuContents,
  .booksMenuContents,
  .storeMenuContents {
    background-color: #ffe000;
    width: 100%;
    top: 81px;
    padding: 10px 15px 50px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuContents,
  .booksMenuContents,
  .storeMenuContents {
    background-color: #fff4e3;
    width: 300px;
    height: calc(100% - 48px);
    top: 100px;
    padding-bottom: 50px;
  }
}
.menuContents.active,
.booksMenuContents.active,
.storeMenuContents.active {
  display: block;
}
@media screen and (max-width: 600px) {
  .menuContents.active,
  .booksMenuContents.active,
  .storeMenuContents.active {
    animation: show 0.3s ease-out 0s;
    left: 0;
  }
}
@media print, screen and (min-width: 601px) {
  .menuContents.active,
  .booksMenuContents.active,
  .storeMenuContents.active {
    animation: showPCMenu 0.3s ease-out 0s;
  }
}
.menuContents__title,
.booksMenuContents__title,
.storeMenuContents__title {
  background-color: #ffe000;
  padding: 5px 10px;
  position: relative;
}
.menuContents__title .fa-chevron-down,
.booksMenuContents__title .fa-chevron-down,
.storeMenuContents__title .fa-chevron-down {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.menuContents__title__store svg,
.booksMenuContents__title__store svg,
.storeMenuContents__title__store svg {
  width: 140px;
}
.menuContents__list li,
.booksMenuContents__list li,
.storeMenuContents__list li {
  display: block;
}
@media screen and (max-width: 600px) {
  .menuContents__list li,
  .booksMenuContents__list li,
  .storeMenuContents__list li {
    border-bottom: 1px solid var(--text-color);
  }
}
@media print, screen and (min-width: 601px) {
  .menuContents__list li,
  .booksMenuContents__list li,
  .storeMenuContents__list li {
    border-bottom: 1px solid #ccc;
  }
}
.menuContents__list li a,
.booksMenuContents__list li a,
.storeMenuContents__list li a {
  padding: 10px;
  color: #333;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.menuContents__list li a:before,
.booksMenuContents__list li a:before,
.storeMenuContents__list li a:before {
  margin-right: 5px;
  font-size: 2rem;
  color: var(--text-color);
}
.menuContents__list li a.fa-mobile:before,
.booksMenuContents__list li a.fa-mobile:before,
.storeMenuContents__list li a.fa-mobile:before {
  font-size: 2.4rem;
  margin: 0 8px 0 3px;
}
.menuContents__list li a.icon-store-help:before,
.booksMenuContents__list li a.icon-store-help:before,
.storeMenuContents__list li a.icon-store-help:before {
  margin-right: 9px;
  font-size: 1.5rem;
}
.menuContents__list li a.icon-store-calendar:before,
.booksMenuContents__list li a.icon-store-calendar:before,
.storeMenuContents__list li a.icon-store-calendar:before {
  font-size: 1.9rem;
}
.menuContents__list li a.icon-store-help:before,
.booksMenuContents__list li a.icon-store-help:before,
.storeMenuContents__list li a.icon-store-help:before {
  margin-left: 5px;
}
.menuContents__list li a.icon-store-inquiry:before,
.booksMenuContents__list li a.icon-store-inquiry:before,
.storeMenuContents__list li a.icon-store-inquiry:before {
  font-size: 2.1rem;
}
.menuContents__list li a.icon-store-notification:before,
.booksMenuContents__list li a.icon-store-notification:before,
.storeMenuContents__list li a.icon-store-notification:before {
  font-size: 1.5rem;
}
.menuContents__list li a.icon-store-place:before,
.booksMenuContents__list li a.icon-store-place:before,
.storeMenuContents__list li a.icon-store-place:before {
  font-size: 1.5rem;
}
.menuContents__list li a.icon-store-about:before,
.booksMenuContents__list li a.icon-store-about:before,
.storeMenuContents__list li a.icon-store-about:before {
  font-size: 1.5rem;
}
.menuContents__list li a.fa-id-card:before,
.booksMenuContents__list li a.fa-id-card:before,
.storeMenuContents__list li a.fa-id-card:before {
  font-size: 1.8rem;
}
.menuContents__list li a.fa-facebook-official:before,
.booksMenuContents__list li a.fa-facebook-official:before,
.storeMenuContents__list li a.fa-facebook-official:before {
  color: #3b5998;
}
.menuContents__list li a.fa-twitter:before,
.booksMenuContents__list li a.fa-twitter:before,
.storeMenuContents__list li a.fa-twitter:before {
  color: #1da1f2;
}
.menuContents__banner,
.booksMenuContents__banner,
.storeMenuContents__banner {
  padding: 10px 0;
}
.menuContents__banner__item,
.booksMenuContents__banner__item,
.storeMenuContents__banner__item {
  width: 290px;
  margin: 0 auto 10px;
}
.menuContents__banner__item img,
.booksMenuContents__banner__item img,
.storeMenuContents__banner__item img {
  width: 100%;
}

.searchForm {
  display: flex;
}
@media screen and (max-width: 600px) {
  .searchForm {
    padding: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .searchForm {
    padding: 5px 0 0;
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .searchForm__button {
    width: 80px;
    height: 30px;
    border: 1px solid #333;
    border-left: none;
    border-radius: 0 10px 10px 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 601px) {
  .searchForm__button {
    width: 40px;
    height: 35px;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #f6b42d;
    font-size: 1.6rem;
  }
  .searchForm__button:before {
    margin-right: 5px;
    color: #fff;
    font-weight: normal;
  }
}
.searchForm__input {
  width: calc(100% - 40px);
}
@media screen and (max-width: 600px) {
  .searchForm__input {
    border: 1px solid #333;
    border-radius: 10px 0 0 10px;
    padding: 3px 10px;
    color: #000;
  }
}
@media print, screen and (min-width: 601px) {
  .searchForm__input {
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    background-color: #f6b42d;
    height: 35px;
    color: #fff;
  }
}
@media print, screen and (min-width: 601px) {
  .searchForm :placeholder-shown,
  .searchForm ::-webkit-input-placeholder,
  .searchForm :-moz-placeholder,
  .searchForm ::-moz-placeholder,
  .searchForm :-ms-input-placeholder {
    color: #fff;
  }
  .searchForm :-moz-placeholder,
  .searchForm ::-moz-placeholder {
    opacity: 1;
  }
}

.booksMenuContents,
.storeMenuContents {
  position: relative;
  left: 0;
  top: 0;
  background-color: transparent;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .booksMenuContents,
  .storeMenuContents {
    width: calc(100% - 30px);
  }
}
@media print, screen and (min-width: 601px) {
  .booksMenuContents,
  .storeMenuContents {
    width: 100%;
    max-width: var(--design-width-desktop);
    height: calc(100% - 48px);
    overflow: hidden;
  }
}
@media print, screen and (min-width: 601px) {
  .booksMenuContents hr,
  .storeMenuContents hr {
    margin: 30px auto 10px;
  }
  .booksMenuContents hr:last-child,
  .storeMenuContents hr:last-child {
    margin: 10px auto 30px;
  }
}
@media screen and (max-width: 600px) {
  .booksMenuContents__list,
  .storeMenuContents__list {
    display: block;
  }
}
@media print, screen and (min-width: 601px) {
  .booksMenuContents__list,
  .storeMenuContents__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0;
  }
}
.booksMenuContents__list li,
.storeMenuContents__list li {
  display: block;
}
@media print, screen and (min-width: 601px) {
  .booksMenuContents__list li,
  .storeMenuContents__list li {
    border-bottom: none;
  }
}
.booksMenuContents__list li a,
.storeMenuContents__list li a {
  color: var(--text-color);
}
@media screen and (max-width: 600px) {
  .booksMenuContents__list li a,
  .storeMenuContents__list li a {
    text-align: left;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 601px) {
  .booksMenuContents__list li a,
  .storeMenuContents__list li a {
    text-align: center;
  }
}
.booksMenuContents__list li a:hover,
.storeMenuContents__list li a:hover {
  opacity: 0.7;
}
.booksMenuContents__link,
.storeMenuContents__link {
  background-color: #ffe000;
  color: var(--text-color);
  border-radius: 10px;
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 600px) {
  .booksMenuContents__link,
  .storeMenuContents__link {
    padding: 7px 10px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  .booksMenuContents__link,
  .storeMenuContents__link {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
}
.booksMenuContents__link:hover,
.storeMenuContents__link:hover {
  opacity: 0.7;
}
.booksMenuContents__link:before,
.storeMenuContents__link:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2.5rem;
  font-weight: normal;
}

.booksMenuContents__list li {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .booksMenuContents__list li {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 601px) {
  .booksMenuContents__list li {
    margin-right: 20px;
  }
}
.booksMenuContents__list li a {
  color: var(--text-color);
  background-color: var(--grayish-white);
  border-radius: 10px;
  padding: 5px 10px;
}
.booksMenuContents__list li a :before {
  color: var(--text-color);
}

.darling__container {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dadbdb;
}
@media screen and (max-width: 600px) {
  .darling__container {
    width: calc(100% - 20px);
    padding: 15px 0 5px;
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__container {
    width: 595px;
    padding: 30px 0 5px;
    margin: 0 15px 10px 0;
  }
}
.darling__container .weekend {
  font-size: 1.4rem;
  padding: 2em 0 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .darling__container .weekend {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.darling__subttl {
  color: var(--text-color);
  display: block;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .darling__subttl {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__subttl {
    font-size: 1.5rem;
  }
}

.darling__ttl {
  color: var(--text-color);
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  display: block;
}
@media screen and (max-width: 600px) {
  .darling__ttl {
    width: 290px;
    font-size: 2.4rem;
    margin: 10px auto;
    padding-left: 89px;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__ttl {
    font-size: 4rem;
    margin: 10px 0 20px 25px;
    padding-left: 113px;
  }
}
.darling__ttl:before {
  content: "";
  background-image: url(../images_top/osaru.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 600px) {
  .darling__ttl:before {
    width: 74px;
    height: 56px;
    left: 5px;
    transform: translate(0, -60%);
  }
}
@media print, screen and (min-width: 601px) {
  .darling__ttl:before {
    width: 103px;
    height: 77px;
    left: 0;
    transform: translate(0, -59%);
  }
}

.darling__txt {
  margin: 0 auto 10px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .darling__txt {
    width: calc(100% - 20px);
    font-size: 1.6rem;
    height: 18em;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__txt {
    width: calc(100% - 50px);
  }
}
.darling__txt.active {
  height: auto;
}
@media print, screen and (min-width: 601px) {
  .darling__txt p {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.darling__txt a[data-ctrl] {
  display: block;
  text-align: right;
  color: #f19600;
  font-weight: bold;
  font-size: 1.3rem;
}
.darling__txt a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}
@media screen and (max-width: 600px) {
  .darling__txt .center {
    text-align: left;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__txt .center {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .darling__txt-more {
    display: block;
    padding: 10px 10px;
    text-align: center;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__txt-more {
    display: none !important;
  }
}
.darling__txt-more a {
  display: block;
  padding: 12px 15px;
  color: #f19600;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  border: 1px solid #f19600;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .darling__share {
    width: 276px;
    margin: 0 auto;
    padding: 1.25em 0;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__share {
    margin: 0;
    padding: 50px 25px 10px;
  }
}

.darling__share__list {
  display: flex;
  align-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .darling__share__list {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__share__list {
    width: 100%;
    justify-content: flex-end;
  }
}
.darling__share__list li {
  display: block;
}
@media print, screen and (min-width: 601px) {
  .darling__share__list li {
    padding-right: 20px;
  }
}
.darling__share__list li.tw {
  position: relative;
}
.darling__share__list li.fb {
  position: relative;
  top: 1px;
}
.darling__share__list li.ml a {
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}
.darling__share__list li.ml i {
  font-size: 2.4rem;
  color: var(--text-color);
}
@media print, screen and (min-width: 601px) {
  .darling__share__list li.ml i {
    margin-right: 5px;
  }
}
@media screen and (max-width: 600px) {
  .darling__share__list li.ml .ml__txt {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__share__list li.ml .ml__txt {
    display: inline-block;
    color: var(--text-color);
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 601px) {
  .darling__share__list li:last-child {
    padding-right: 0;
  }
}

.pickup {
  width: 308px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #dadbdb;
}

.pickup__title {
  font-size: 1.8rem;
  border-bottom: 1px solid #dadbdb;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.pickup__title:before {
  content: "new!";
  font-size: 1.6rem;
  color: #fff;
  background-color: #e2679c;
  padding: 5px 15px;
  border-radius: 16px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: 3px;
  letter-spacing: 0;
  font-family: Helvetica, Arial, sans-serif;
}
.pickup__title:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e2679c;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  top: 28px;
}

.pickup__item {
  padding: 10px;
  border-bottom: 1px solid #dadbdb;
}
.pickup__item:nth-child(odd) {
  background-color: #f5f6f6;
}
.pickup__item:hover {
  opacity: 0.7;
}
.pickup__item:last-child {
  border-bottom: none;
}
.pickup__item__container {
  display: flex;
  position: relative;
}
.pickup__item__thumb {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images_top/dummy/dummy.jpg");
}
.pickup__item__contents {
  padding-left: 10px;
}
.pickup__item__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--text-color);
}
.pickup__item__genre {
  font-size: 1.2rem;
  color: #999;
  position: absolute;
  left: 80px;
  bottom: 3px;
}
.pickup__item__genre .iconMenu:before {
  width: 16px;
  height: 18px;
  margin-right: 5px;
}
.pickup__item__tag {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bannerBox {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .bannerBox {
    padding: 0;
    margin: 0 auto 13px;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerBox {
    height: 100px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
}
.bannerBox a {
  display: block;
}
@media print, screen and (min-width: 601px) {
  .bannerBox a {
    text-align: center;
  }
}
.bannerBox a:hover {
  opacity: 0.7;
}
.bannerBox img {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .bannerBox img {
    height: auto;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerBox img {
    display: block;
  }
}

.bannerBox-banner {
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 600px) {
  .bannerBox-banner {
    height: 130px;
    margin-bottom: -40px;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerBox-banner {
    height: 250px;
    margin-bottom: -110px;
  }
}
.bannerBox-banner a {
  display: block;
  position: relative;
  height: 100%;
}
.bannerBox-banner a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
}
.bannerBox-banner:after {
  content: "";
  width: 100%;
  background: linear-gradient(rgba(130, 210, 220, 0) 0, rgba(130, 210, 220, 0.5) 25%, #82d2dc 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 600px) {
  .bannerBox-banner:after {
    height: 30px;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerBox-banner:after {
    height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .bannerM .swiper-button-prev-1101,
  .bannerM .swiper-button-next-1101 {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerM {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .bannerM #bannerM-top {
    width: var(--design-width-desktop);
    margin: 0 auto;
  }
  .bannerM .swiper-button-prev-1101,
  .bannerM .swiper-button-next-1101 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 101;
    cursor: pointer;
  }
  .bannerM .swiper-button-prev-1101:hover,
  .bannerM .swiper-button-next-1101:hover {
    opacity: 0.7;
  }
  .bannerM .swiper-button-prev-1101.swiper-button-disabled,
  .bannerM .swiper-button-next-1101.swiper-button-disabled {
    opacity: 0.2;
    cursor: auto;
  }
  .bannerM .swiper-button-prev-1101.swiper-button-disabled:hover,
  .bannerM .swiper-button-next-1101.swiper-button-disabled:hover {
    opacity: 0.2;
  }
  .bannerM .swiper-button-prev-1101 {
    right: calc((100% - 902px) / 2 + 927px);
  }
  .bannerM .swiper-button-next-1101 {
    left: calc((100% - 902px) / 2 + 927px);
  }
}
.bannerM.ipad #bannerM-top {
  width: 100%;
}
.bannerM.ipad .swiper-button-prev-1101 {
  right: auto;
  left: 15px;
}
.bannerM.ipad .swiper-button-next-1101 {
  left: auto;
  right: 15px;
}
.bannerM.bannerM-three .bannerM__item {
  width: auto;
}
.bannerM.bannerM-three .bannerM__item a {
  width: auto;
}
.bannerM.bannerM-three .bannerM__item a img {
  width: 295px;
  height: auto;
}
.bannerM__container {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bannerM__container {
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerM__container {
    width: var(--design-width-desktop);
    max-width: var(--design-width-desktop);
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerM__wrapper {
    width: var(--design-width-desktop);
  }
}
.bannerM__ttl {
  font-size: 1.5rem;
  color: var(--text-color);
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bannerM__item {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .bannerM__item:nth-child(2n) {
    margin-right: 0;
  }
  .bannerM__item a {
    display: block;
  }
  .bannerM__item a img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 601px) {
  .bannerM__item {
    width: 218px;
    margin: 0;
  }
  .contentBox-text .bannerM__item {
    width: 280px;
  }
  .bannerM__item.swiper-slide {
    width: 218px;
  }
  .bannerM__item.swiper-slide img {
    height: 218px;
  }
  .bannerM__item a {
    display: block;
    width: inherit;
  }
  .bannerM__item a img {
    height: auto;
    max-width: 100%;
  }
  .bannerM__item a:hover {
    opacity: 0.7;
  }
}

.konetaBox {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .konetaBox {
    width: calc(100% - 20px);
    height: 100%;
    background-image: url(../images_top/koneta/koneta_bg_sp.png);
    background-position: top center;
    padding-top: 15%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .konetaBox {
    width: 100%;
    max-width: var(--design-width-desktop);
    min-height: 200px;
    background-image: url(https://www.1101.com/home/images_top/koneta/koneta_bg.png);
    background-position: center center;
    padding: 0;
  }
}

.konetaTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.koneta__list {
  margin: 0 auto;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  .koneta__list {
    display: flex;
    justify-content: center;
    max-width: calc(100% - 20px);
    gap: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .koneta__list {
    display: flex;
    justify-content: space-between;
    width: 450px;
    padding-top: 54px;
  }
}
.koneta__list li {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .koneta__list li {
    width: 26.6666666667%;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.koneta__list li a {
  color: var(--text-color);
  display: block;
}
@media screen and (max-width: 600px) {
  .koneta__list li a {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 601px) {
  .koneta__list li a {
    font-size: 1.4rem;
    width: 120px;
    font-weight: bold;
  }
}
.koneta__list li a:hover {
  opacity: 0.7;
}
.koneta__list li a img {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 601px) {
  .koneta__list li a img {
    width: 100%;
  }
}

.koneta__ttl {
  font-size: 2.4rem;
  color: #fff;
  filter: dropshadow(color=#E96100, offX=0, offY=-1) dropshadow(color=#E96100, offX=1, offY=0) dropshadow(color=#E96100, offX=0, offY=1) dropshadow(color=#E96100, offX=-1, offY=0);
  -webkit-text-stroke-color: #e96100;
  -webkit-text-stroke-width: 1px;
  text-shadow: #e96100 1px 1px 0px, #e96100 -1px 1px 0px, #e96100 1px -1px 0px, #e96100 -1px -1px 0px;
  font-weight: bold;
}

.koneta__ttl-small {
  font-size: 2rem;
}

.koneta__subttl {
  font-size: 1.4rem;
  color: #f19600;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .koneta-oubo-pc {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  .koneta-oubo-pc {
    display: block;
    position: absolute;
    width: 12%;
    right: 6%;
    bottom: 0;
  }
  .koneta-oubo-pc:hover {
    opacity: 0.5;
  }
  .koneta-oubo-pc img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .koneta-oubo-sp {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e3e4e4;
  }
  .koneta-oubo-sp img {
    width: 100%;
  }
}
@media print, screen and (min-width: 601px) {
  .koneta-oubo-sp {
    display: none;
  }
}

.tag:before {
  border-radius: 10px;
  font-size: 1.1rem;
  padding: 3px 7px;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
  position: relative;
  top: -2px;
}

.tag-new:before {
  content: "NEW";
  background-color: #e96100;
  color: #fff;
}

.tag-comp:before {
  content: "完結";
}
@media screen and (max-width: 600px) {
  .tag-comp:before {
    background-color: #999;
    color: #fff;
  }
}
@media print, screen and (min-width: 601px) {
  .tag-comp:before {
    background-color: #fff;
    color: #999;
  }
}

.tag-comingsoon:before {
  content: "近日発売";
  background-color: #009744;
  color: #fff;
}

.tag-hobonichistore:before {
  content: "ほぼ日ストア";
  background-color: #ffe000;
  color: var(--text-color);
}

.tag-tobichi:before {
  content: "TOBICHI";
  background-color: #7f4f21;
  color: #fff;
}

.menuRecommend {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 601px) {
  .menuRecommend {
    width: 100%;
    max-width: var(--design-width-desktop);
    min-width: var(--design-width-desktop);
    margin: 0 auto;
  }
}

.menuRecommend__ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #00a0c6;
  border-radius: 30px;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .menuRecommend__ttl {
    padding: 6px 23px;
    font-size: 1.6rem;
    width: 170px;
    margin: 0 auto -24px;
    top: -39px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__ttl {
    padding: 10px 23px;
    font-size: 2rem;
    width: 220px;
    margin: 0 auto -18px;
    top: -45px;
  }
}
@media screen and (max-width: 600px) {
  .menuRecommend__ttl__container {
    padding-top: 5px;
    height: 40px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__ttl__container {
    padding-top: 25px;
  }
}

.menuRecommend__item {
  color: var(--text-color);
  position: relative;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item {
    display: flex;
    flex-direction: column;
    margin: 0 10px 10px;
  }
  .contentBox-store .menuRecommend__item:nth-child(3n+3), .contentBox-text .menuRecommend__item:nth-child(3n+3) {
    margin: 0 10px 10px 5px;
  }
  /* .contentBox-darling .menuRecommend__item:nth-child(3n+3) { */
  .contentBox-darling .menuRecommend__item:nth-of-type(3n+3) {
    margin: 0 5px 10px 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item {
    width: 100%;
    max-width: var(--design-width-desktop);
    margin: 0 auto;
    display: block;
  }
  .menuRecommend__item:hover {
    opacity: 0.8;
  }
}
.menuRecommend__item.swiper-slide {
  margin: 0;
}

.menuRecommend__item__header {
  background-color: #f19600;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__header {
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item__header {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 601px) {
  .menuRecommend__item__container {
    display: flex;
    flex-direction: row-reverse;
  }
}

.menuRecommend__item__thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("https://www.1101.com/home/images_top/dummy/dummy.jpg");
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__thumb {
    padding: 56.3333333333% 0 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #dadbdb;
    border-bottom: none;
  }
  .menuRecommend__item.swiper-slide .menuRecommend__item__thumb {
    border-radius: 0;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item__thumb {
    width: 540px;
    height: 25em;
    flex: auto;
    border-radius: 0 10px 10px 0;
  }
}

.menuRecommend__item__content {
  flex: 1;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__content {
    border-radius: 0 0 10px 10px;
    border: 1px solid #dadbdb;
    border-top: none;
  }
  .menuRecommend__item.swiper-slide .menuRecommend__item__content {
    border-radius: 0;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item__content {
    border-radius: 10px 0 0 10px;
    height: calc(26em - 16px);
  }
}

.menuRecommend__item__ttl {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__ttl {
    font-size: 1.6rem;
    padding: 0 0 5px 0;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item__ttl {
    font-size: 1.8rem;
    padding: 10px 0 15px;
    line-height: 1.4;
  }
}

.menuRecommend__item__txt {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__txt {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item__txt {
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  .menuRecommend__item__footer {
    border-top: 1px solid var(--grayish-white);
    margin-top: 5px;
    padding: 5px 0 0 0;
    display: flex;
  }
  .menuRecommend__item__footer__thumb {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .menuRecommend__item__footer__content {
    flex: 1;
  }
}

.menuRecommend__item__name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__name {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item__name {
    margin-top: 10px;
    color: var(--text-color);
    border-top: 1px solid #dadbdb;
    padding-top: 10px;
    position: absolute;
    bottom: 10px;
    width: 170px;
  }
}

.menuRecommend__item__genre {
  font-size: 1.3rem;
  font-weight: bold;
  color: #999;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__genre {
    text-align: right;
  }
}

.menuRecommend__item__tag {
  text-align: right;
  flex: 1;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 600px) {
  .menuRecommend__item__tag {
    top: 7px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__item__tag {
    top: 10px !important;
  }
}

@media screen and (max-width: 600px) {
  .menuRecommend__item-small {
    width: calc((100% - 30px) / 2);
    margin: 0 5px 10px 10px;
    flex: 1;
  }
  .contentBox-darling .menuRecommend__item-small {
    margin: 0 10px 10px 5px;
  }
  .contentBox-darling .menuRecommend__item-small .menuRecommend__item__content {
    padding-bottom: 50px;
  }
  .menuRecommend__item-small .menuRecommend__item__tag {
    right: 5px;
    top: 72px;
  }
  .menuRecommend__item-small .menuRecommend__item__footer {
    position: absolute;
    bottom: 0;
    margin-top: 50px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    padding: 1px 0 3px;
  }
}

@media screen and (max-width: 600px) {
  .menuRecommend__item-middle {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    border: 1px solid #dadbdb;
  }
  .menuRecommend__item-middle .menuRecommend__item__thumb {
    width: 31%;
    height: 70px;
    padding: 0;
    border-radius: 10px !important;
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
  }
  .menuRecommend__item-middle .menuRecommend__item__content {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .menuRecommend__item-middle .menuRecommend__item__ttl {
    word-break: normal;
    width: calc(100% - 103px);
    padding: 5px 0 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    flex-direction: column;
    overflow: hidden;
  }
  .menuRecommend__item-middle .menuRecommend__item__tag {
    text-align: left;
    right: auto;
    left: -5px;
    top: -5px;
    position: relative;
  }
  .menuRecommend__item-middle .menuRecommend__item__footer {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    padding: 6px 0 0px;
  }
}

.menuRecommend__storeSlideContainer,
.menuRecommend__textSlideContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .menuRecommend__storeSlideContainer,
  .menuRecommend__textSlideContainer {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__storeSlideContainer,
  .menuRecommend__textSlideContainer {
    margin-bottom: 20px;
  }
}
.menuRecommend__storeSlideContainer .swiper-pagination,
.menuRecommend__textSlideContainer .swiper-pagination {
  bottom: 0px;
}
.menuRecommend__storeSlideContainer .menuRecommend__item__header,
.menuRecommend__textSlideContainer .menuRecommend__item__header {
  background-color: #f19600;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 600px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__content,
  .menuRecommend__textSlideContainer .menuRecommend__item__content {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__ttl,
  .menuRecommend__textSlideContainer .menuRecommend__item__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__ttl,
  .menuRecommend__textSlideContainer .menuRecommend__item__ttl {
    color: #3e3a39;
  }
}
@media screen and (max-width: 600px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__txt,
  .menuRecommend__textSlideContainer .menuRecommend__item__txt {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #999;
  }
}
@media screen and (max-width: 600px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__footer,
  .menuRecommend__textSlideContainer .menuRecommend__item__footer {
    border-top: 1px solid var(--grayish-white);
    margin-top: 14px;
    padding: 10px 0 0 0;
    display: flex;
  }
}
.menuRecommend__storeSlideContainer .menuRecommend__item__footer__thumb,
.menuRecommend__textSlideContainer .menuRecommend__item__footer__thumb {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__footer__content,
  .menuRecommend__textSlideContainer .menuRecommend__item__footer__content {
    flex: 1;
  }
}
.menuRecommend__storeSlideContainer .menuRecommend__item__name,
.menuRecommend__textSlideContainer .menuRecommend__item__name {
  color: #999;
}
@media screen and (max-width: 600px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__name,
  .menuRecommend__textSlideContainer .menuRecommend__item__name {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .menuRecommend__storeSlideContainer .menuRecommend__item__name .iconMenu:before,
  .menuRecommend__textSlideContainer .menuRecommend__item__name .iconMenu:before {
    color: #999;
    width: 17px;
    height: 17px;
    top: 3px;
  }
}
@media print, screen and (min-width: 601px) {
  .menuRecommend__storeSlideContainer .menuRecommend__item__name,
  .menuRecommend__textSlideContainer .menuRecommend__item__name {
    padding-left: 20px;
    padding-top: 5px;
  }
  .menuRecommend__storeSlideContainer .menuRecommend__item__name:before,
  .menuRecommend__textSlideContainer .menuRecommend__item__name:before {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1.8rem;
    font-weight: normal;
  }
}
.menuRecommend__storeSlideContainer .menuRecommend__item__genre,
.menuRecommend__textSlideContainer .menuRecommend__item__genre {
  font-size: 1.3rem;
  font-weight: bold;
  color: #999;
  text-align: right;
}
.menuRecommend__storeSlideContainer .menuRecommend__item__tag,
.menuRecommend__textSlideContainer .menuRecommend__item__tag {
  text-align: right;
  flex: 1;
  position: absolute;
  right: 10px;
  top: 7px;
}

@media print, screen and (min-width: 601px) {
  .menuRecommend__storeSlideWrapper,
  .menuRecommend__textSlideWrapper {
    position: relative;
  }
}

@media print, screen and (min-width: 601px) {
  .contentBox-store .bgBox,
  .contentBox-text .bgBox {
    padding-top: 20px;
  }
}

.menuRecommend.normal .menuRecommend__item__txt {
  color: #999;
}
@media print, screen and (min-width: 601px) {
  .menuRecommend.normal .menuRecommend__item {
    width: calc((100% - 30px) / 3);
    max-width: 290px;
    max-width: auto;
    margin: 0 15px 15px 0;
  }
  .menuRecommend.normal .menuRecommend__item:nth-child(1), .menuRecommend.normal .menuRecommend__item:nth-child(2) {
    width: calc((100% - 16px) / 2);
    max-width: 442px;
  }
  .menuRecommend.normal .menuRecommend__item:nth-child(1) .menuRecommend__item__thumb, .menuRecommend.normal .menuRecommend__item:nth-child(2) .menuRecommend__item__thumb {
    height: 249px !important;
  }
  .menuRecommend.normal .menuRecommend__item:nth-child(1) {
    margin-right: 16px;
  }
  .menuRecommend.normal .menuRecommend__item:nth-child(2) {
    margin-right: 0;
  }
  .menuRecommend.normal .menuRecommend__item:nth-child(3n+2) {
    margin-right: 0;
  }
  .menuRecommend.normal .menuRecommend__item__thumb {
    width: auto;
    height: 164px !important;
    border-radius: 10px 10px 0 0;
  }
  .menuRecommend.normal .menuRecommend__item__content {
    padding: 15px;
    border-radius: 0 0 10px 10px;
    height: 140px;
  }
  .menuRecommend.normal .menuRecommend__item__ttl {
    font-size: 1.6rem;
    padding: 0px 0px 10px 0px;
    height: 50px;
    margin-bottom: 0px !important;
    white-space: nowrap;
  }
  .menuRecommend.normal .menuRecommend__item__txt {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .menuRecommend.normal .menuRecommend__item__footer {
    border-top: 1px solid var(--grayish-white);
    padding: 10px 0 0 0;
  }
  .menuRecommend.normal .menuRecommend__item__footer__thumb {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .menuRecommend.normal .menuRecommend__item__footer__content {
    flex: 1;
  }
  .menuRecommend.normal .menuRecommend__item__genre .iconMenu:before {
    width: 16px;
    height: 18px;
    margin-right: 5px;
  }
  .menuRecommend.normal .menuRecommend__item__genre .iconMenu__store:before {
    top: 2px;
  }
  .contentBox-darling .menuRecommend.normal .menuRecommend__item__content {
    height: 180px;
  }
}

.linkBox {
  display: block;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .linkBox {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox {
    width: 310px;
    margin: 0 0 10px;
  }
  .linkBox:hover {
    opacity: 0.7;
  }
}
.linkBox__link {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  width: calc(100% - 20px);
  margin: 10px auto;
  display: block;
  padding: 10px 0;
  border-radius: 10px;
}
.linkBox__sns {
  background-color: #00303d;
}

.linkBox-last7days,
.linkBox-contentslist {
  margin: 0 auto;
  display: block;
  padding: 5px 0;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #00a0c6;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .linkBox-last7days,
  .linkBox-contentslist {
    width: calc(100% - 20px);
    max-width: 100%;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-last7days,
  .linkBox-contentslist {
    width: 100%;
    max-width: var(--design-width-desktop);
    font-size: 1.6rem;
  }
}
.linkBox-last7days:hover,
.linkBox-contentslist:hover {
  opacity: 0.7;
}
.linkBox-last7days i,
.linkBox-contentslist i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2rem;
}

@media screen and (max-width: 600px) {
  .linkBox-contentslist {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-contentslist {
    margin-top: 15px;
  }
}

.linkBox-hobonichiStore {
  background-color: #ffe000;
  display: block;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .linkBox-hobonichiStore {
    width: calc(100% - 20px);
  }
  .linkBox-hobonichiStore img {
    width: 100%;
  }
}
.linkBox-hobonichiStore:hover {
  opacity: 0.7;
}

.linkBox-dokonokoCamera,
.linkBox-seisakuchu {
  display: flex;
  flex-direction: column;
  background-color: #f8ec00;
}
@media screen and (max-width: 600px) {
  .linkBox-dokonokoCamera__name,
  .linkBox-seisakuchu__name {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-dokonokoCamera__name,
  .linkBox-seisakuchu__name {
    padding-left: 5px;
  }
}
.linkBox-dokonokoCamera__thumb img,
.linkBox-seisakuchu__thumb img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .linkBox-dokonokoCamera__thumb,
  .linkBox-seisakuchu__thumb {
    min-height: 120px;
  }
  .linkBox-dokonokoCamera__thumb img,
  .linkBox-seisakuchu__thumb img {
    border: 5px solid #fff;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-dokonokoCamera__thumb,
  .linkBox-seisakuchu__thumb {
    width: 290px;
    padding: 10px;
    background-color: #fff;
  }
  .linkBox-dokonokoCamera__thumb img,
  .linkBox-seisakuchu__thumb img {
    height: auto;
  }
}
.linkBox-dokonokoCamera__content,
.linkBox-seisakuchu__content {
  position: relative;
}
@media screen and (max-width: 600px) {
  .linkBox-dokonokoCamera__content,
  .linkBox-seisakuchu__content {
    flex: 1;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-dokonokoCamera__content,
  .linkBox-seisakuchu__content {
    padding: 10px;
    position: relative;
    background-color: #fff;
  }
}
.linkBox-dokonokoCamera__ttl,
.linkBox-seisakuchu__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--text-color);
}
@media screen and (max-width: 600px) {
  .linkBox-dokonokoCamera__ttl,
  .linkBox-seisakuchu__ttl {
    white-space: pre-wrap;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-dokonokoCamera__ttl,
  .linkBox-seisakuchu__ttl {
    border-bottom: 1px solid #dadbdb;
    padding-bottom: 5px;
  }
}
.linkBox-dokonokoCamera__more,
.linkBox-seisakuchu__more {
  color: #fff;
  display: block;
  text-align: center;
  background-color: var(--text-color);
}
@media screen and (max-width: 600px) {
  .linkBox-dokonokoCamera__more,
  .linkBox-seisakuchu__more {
    font-size: 1.3rem;
    padding: 6px 12px;
    border-radius: 15px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-dokonokoCamera__more,
  .linkBox-seisakuchu__more {
    font-size: 1.1rem;
    padding: 4px 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .linkBox-dokonokoCamera__footer,
  .linkBox-seisakuchu__footer {
    display: block;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-dokonokoCamera__footer,
  .linkBox-seisakuchu__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 0;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-dokonokoCamera__txt,
  .linkBox-seisakuchu__txt {
    padding: 10px 0 0;
    min-height: 150px;
    background-color: #fff;
    word-break: break-all;
    color: var(--text-color);
    font-size: 1.3rem;
    border-bottom: 1px solid #dadbdb;
  }
  .linkBox-dokonokoCamera__icon,
  .linkBox-seisakuchu__icon {
    text-align: right;
  }
  .linkBox-dokonokoCamera__date,
  .linkBox-seisakuchu__date {
    font-size: 1.1rem;
    color: var(--text-color);
    padding-left: 10px;
  }
  .linkBox-dokonokoCamera__info,
  .linkBox-seisakuchu__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
    background-color: #fff;
  }
}

@media screen and (max-width: 600px) {
  .linkBox-dokonokoCamera {
    background-color: #f8ec00;
  }
  .linkBox-dokonokoCamera__name {
    bottom: -3px;
    bottom: -3px;
    left: 7px;
  }
  .linkBox-dokonokoCamera__ttl {
    margin-top: 8px;
    padding: 0 10px;
  }
}

.linkBox-FreshlyShotMovie {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 19px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: var(--movie);
}
.linkBox-FreshlyShotMovie .thumb img {
  max-width: 100%;
}
.linkBox-FreshlyShotMovie .deco {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 22px;
}
.linkBox-FreshlyShotMovie .deco::before {
  content: "";
  background-image: url("/home/images_top/freshly-shot-video/line.svg");
  background-repeat: repeat-x;
  background-size: contain;
  height: 9px;
  width: 100%;
  margin-bottom: 22px;
}
.linkBox-FreshlyShotMovie .deco .title {
  width: 64%;
  max-width: 216px;
  aspect-ratio: 154/46;
  padding-left: 4px;
}
.linkBox-FreshlyShotMovie .deco .icon {
  width: 20%;
  max-width: 68px;
  padding-right: 4px;
}

.linkBox-seisakuchu {
  background-color: #3f636d;
  display: block;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .linkBox-seisakuchu__thumb {
    min-height: 120px;
    padding: 0;
  }
  .linkBox-seisakuchu__thumb img {
    width: 100%;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-seisakuchu__thumb {
    min-height: 180px;
  }
}
.linkBox-seisakuchu__name {
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .linkBox-seisakuchu__name {
    font-size: 1.6rem;
    margin-bottom: 2px;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-seisakuchu__name {
    font-size: 2.2rem;
    padding-left: 0;
  }
}
.linkBox-seisakuchu__baloon {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .linkBox-seisakuchu__baloon {
    align-items: flex-end;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-seisakuchu__baloon {
    align-items: baseline;
  }
}
.linkBox-seisakuchu__ttl {
  color: #3f636d;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ffe11a;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .linkBox-seisakuchu__ttl {
    line-height: 1.5;
    width: calc(100% - 86px);
    margin: 5px 0 0;
    min-height: 24px;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-seisakuchu__ttl {
    line-height: 1.2;
    width: 190px;
    margin: 10px 0;
  }
}
.linkBox-seisakuchu__ttl:after {
  content: "";
  background-image: url("https://www.1101.com/home/images_top/balloon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 5px;
  right: -18px;
}
@media screen and (max-width: 600px) {
  .linkBox-seisakuchu__content {
    display: flex;
    flex: auto;
    padding: 0;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-seisakuchu__content {
    margin-top: 0px;
    padding: 0 10px 10px;
    background-color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .linkBox-seisakuchu__icon {
    background-color: #fff;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .linkBox-seisakuchu__footer {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-seisakuchu__footer {
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-seisakuchu__more {
    display: inline-block;
    background-color: var(--text-color);
    color: #fff;
  }
}

.linkBox-iimatsugai {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .linkBox-iimatsugai {
    width: calc(100% - 20px);
  }
  .linkBox-iimatsugai img {
    width: 100%;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-iimatsugai {
    width: 442px;
    height: 147px;
    margin-right: 15px;
  }
  .linkBox-iimatsugai:hover {
    opacity: 0.7;
  }
}

.linkBox-fugu {
  background-image: url("https://www.1101.com/home/images_top/banner/fugu.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 600px) {
  .linkBox-fugu {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
    height: 100%;
    padding: 33.257918552% 0 0 0;
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-fugu {
    width: 442px;
    height: 147px;
    padding: 0;
  }
}
.linkBox-fugu:hover {
  opacity: 0.7;
}
.linkBox-fugu__thumb {
  position: absolute;
}
@media screen and (max-width: 600px) {
  .linkBox-fugu__thumb {
    width: 25%;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 601px) {
  .linkBox-fugu__thumb {
    width: 115px;
    top: 30px;
    right: 20px;
  }
}
.linkBox-fugu__thumb img {
  width: 100%;
}
.linkBox-fugu__name {
  flex: 1;
  text-align: right;
}

.linkBox__half {
  display: flex;
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  align-items: center;
  padding: 0;
  justify-content: space-around;
}
.linkBox__half__item {
  line-height: 1;
  border-radius: 10px;
  background-color: #eeefee;
  padding: 10px;
  text-align: center;
  width: calc(50% - 30px);
  height: 60px;
  border: 2px solid #fff;
}
.linkBox__half__item a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  display: block;
}
.linkBox__half__item a i {
  font-size: 3rem;
  margin-bottom: 5px;
}
.linkBox__half__item a i.fa-calendar-check-o {
  color: #ff4324;
}
.linkBox__half__item a i.fa-newspaper-o {
  color: #ffab03;
}

.app {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 8px 8px 24px;
  background: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 100%);
  background-color: #f2f2f2;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.1) inset, 0 -3px 3px -3px rgba(0, 0, 0, 0.2) inset;
}

.app * {
  box-sizing: border-box;
}
.app .app-banner {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0;
  font-weight: normal;
}
.app .app-banner {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0;
  text-decoration: none;
  color: #1a1a1a;
}
.app .app-banner__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #ccc;
  border-radius: 14px;
  background: url(/app/smart-app-banner/images/icon-app.svg) no-repeat center center;
  background-size: contain;
}
.app .app-banner__text {
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  padding-left: 2.5%;
}
.app .app-banner__button {
  flex-shrink: 0;
  width: 56px;
  text-align: center;
}
.app .app-banner__button::before {
  display: block;
  height: 32px;
  content: "";
  background: url(/app/smart-app-banner/images/icon-download.svg) no-repeat center center;
  background-size: contain;
}
.app .app-banner__button ::after {
  display: block;
  height: 16px;
  content: "";
  background: url(/app/smart-app-banner/images/icon-download-text.svg) no-repeat center center;
  background-size: contain;
}
.app .app-banner__close {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 4px;
  transform: translateY(-50%);
}
.app .app-banner__close::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/app/smart-app-banner/images/icon-close.svg) no-repeat center center;
  background-size: contain;
}

.fixed.smart-app-banner {
  top: 72px;
}

@media (min-width: 415px) {
  .app .app-banner {
    width: 382px;
    margin: auto;
  }
  .app .app-banner__close {
    left: 50%;
    transform: translateX(-207px) translateY(-50%);
  }
}/*# sourceMappingURL=style.css.map */
