@charset "UTF-8";
/**/
/**/
/**/
/*line bg*/
/*inner*/
/* 消す */
/* 消す */
/* 消す */
@import url("https://fonts.googleapis.com/css?family=Courgette|Sawarabi+Mincho|Noto+Sans+JP:300,400,500,700,900|Roboto:700|Montserrat:700|Roboto+Condensed:300,700&display=swap&subset=japanese");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.35;
  letter-spacing: 0.07em;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

/*  link 
-----------------------------------------------------------------------------*/
a {
  transition-property: background-color, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

a {
  color: #333;
  text-decoration: none;
}

a img {
  border: 0;
}

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

/*  reset 
-----------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  vertical-align: middle;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: .2s ease all;
}

input:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #C4C4C4;
  font-weight: 400;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C4C4C4;
  font-weight: 400;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #C4C4C4;
  font-weight: 400;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #C4C4C4;
  font-weight: 400;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #C4C4C4;
  font-weight: 400;
}

input {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
}

select::-ms-expand {
  display: none;
}

.select-wrap {
  position: relative;
}

.select-wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #686868 transparent transparent transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease all;
}

img {
  vertical-align: top;
}

main, aside {
  display: block;
}

/*!
 * Font Awesome Free 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .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);
  }
  to {
    transform: rotate(1turn);
  }
}

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

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

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

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

.fa-flip-vertical {
  transform: scaleY(-1);
}

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

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

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

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

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

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

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

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

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

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

.fa-amilia:before {
  content: "\f36d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

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

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

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

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a";
}

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

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

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

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

.fa-band-aid:before {
  content: "\f462";
}

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

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

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

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

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

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

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

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

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

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

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

.fa-brain:before {
  content: "\f5dc";
}

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

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

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

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

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

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

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

.fa-business-time:before {
  content: "\f64a";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

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

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

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

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

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

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

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

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

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

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

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

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

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

.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e";
}

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

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

.fa-confluence:before {
  content: "\f78d";
}

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

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

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

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

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

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

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

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

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

.fa-critical-role:before {
  content: "\f6c9";
}

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

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

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

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

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

.fa-deaf:before {
  content: "\f2a4";
}

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

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

.fa-dev:before {
  content: "\f6cc";
}

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

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

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

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

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

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

.fa-edit:before {
  content: "\f044";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

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

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

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

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

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

.fa-figma:before {
  content: "\f799";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571";
}

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

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

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

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

.fa-first-aid:before {
  content: "\f479";
}

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

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

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

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

.fa-football-ball:before {
  content: "\f44e";
}

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

.fa-gas-pump:before {
  content: "\f52f";
}

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c";
}

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664";
}

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

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

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

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

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

.fa-hanukiah:before {
  content: "\f6e6";
}

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

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

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

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

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

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

.fa-headset:before {
  content: "\f590";
}

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

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

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1";
}

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

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-icicles:before {
  content: "\f7ad";
}

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

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

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

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

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

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

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

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

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

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

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

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

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

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

.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

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

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

.fa-markdown:before {
  content: "\f60f";
}

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

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

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

.fa-medrt:before {
  content: "\f3c8";
}

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

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

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

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

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

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

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

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

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

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

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

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-page4:before {
  content: "\f3d7";
}

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

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

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

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

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

.fa-php:before {
  content: "\f457";
}

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-place-of-worship:before {
  content: "\f67f";
}

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

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

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

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

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

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

.fa-receipt:before {
  content: "\f543";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

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

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

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

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

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

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

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

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

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

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

.fa-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

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

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc";
}

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

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

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

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

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

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

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

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

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

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

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

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

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

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

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

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

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

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

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

.fa-splotch:before {
  content: "\f5bc";
}

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

.fa-spray-can:before {
  content: "\f5bd";
}

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

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

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

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

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

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

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

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

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

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

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

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

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

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

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

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

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

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

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

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

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

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

.fa-thermometer:before {
  content: "\f491";
}

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731";
}

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

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

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

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

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

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

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

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

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

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

.fa-traffic-light:before {
  content: "\f637";
}

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

.fa-tram:before {
  content: "\f7da";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553";
}

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

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

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

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

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

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

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

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

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

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

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

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

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

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

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

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

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

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

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

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

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

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

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

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

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

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

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

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

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

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

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

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

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

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

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

.fa-whmcs:before {
  content: "\f40d";
}

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

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

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

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

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

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

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

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

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

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

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

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

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

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

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

.fa-zhihu:before {
  content: "\f63f";
}

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

/**/
/**/
/**/
/*line bg*/
/*inner*/
/* 消す */
/* 消す */
/* 消す */
.btn-spmenu {
  z-index: 4;
}

.header {
  z-index: 3;
}

.sp-menu {
  z-index: 2;
}

main {
  z-index: 1;
}

main {
  position: relative;
}

@keyframes conts-change {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rabbit {
  80% {
    transform: translateY(0);
  }
  82% {
    transform: translateY(-5px);
  }
  84% {
    transform: translateY(0);
  }
  86% {
    transform: translateY(-5px);
  }
  88% {
    transform: translateY(0);
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin,
.fadein-right.scrollin,
.fadein-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: all 1.5s ease;
}

.fadein-left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: all 1.5s ease;
}

@keyframes animal-hover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7%);
  }
}

@keyframes grass-hover {
  0% {
    transform: translateX(0);
  }
  2% {
    transform: translateX(-3px);
  }
  4% {
    transform: translateX(0);
  }
  6% {
    transform: translateX(-3px);
  }
  8% {
    transform: translateX(0);
  }
}

@keyframes risu-hyoko {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(15px) rotate(10deg);
  }
  70% {
    transform: translateX(15px) rotate(10deg);
  }
  75% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fox-hyoko {
  0% {
    transform: translateX(0) scale(-1, 1);
  }
  10% {
    transform: translateX(-15px) rotate(-5deg) scale(-1, 1);
  }
  35% {
    transform: translateX(-15px) rotate(-5deg) scale(-1, 1);
  }
  40% {
    transform: translateX(0) rotate(0) scale(1, 1);
  }
  60% {
    transform: translateX(110px) rotate(0) scale(1, 1);
  }
  65% {
    transform: translateX(110px) rotate(10deg) scale(1, 1);
  }
  75% {
    transform: translateX(110px) rotate(10deg) scale(1, 1);
  }
  80% {
    transform: translateX(110px) rotate(10deg) scale(-1, 1);
  }
  100% {
    transform: translateX(0) rotate(0) scale(-1, 1);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow-x: hidden;
  display: block;
  margin: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 3px;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-indent: -9999px;
  padding: 20px 0;
}

.slick-dots li {
  margin: 0 2px 10px;
  height: 4px;
  width: 30px;
  background: #717171;
}

.slick-dots li.slick-active {
  background: #f08300;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

#t_pickup .slick-prev,
#t_pickup .slick-next {
  top: 45%;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  display: block;
}

.slick-prev:before {
  content: "" !important;
}

.slick-prev:after {
  background: url(/img/common/slick_prev.png);
  background-size: 100% auto;
}

.slick-next:before {
  content: "" !important;
}

.slick-next:after {
  background: url(/img/common/slick_next.png);
  background-size: 100% auto;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: transparent;
}

.cboxIframe {
  background: transparent;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: transparent;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../../img/common/loader.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.header {
  background: #f08300;
  width: 100%;
  transition: all .5s ease 0s;
}

.header__logo {
  width: 135px;
}

.header__logo a {
  display: block;
}

.header__info {
  width: 200px;
  margin-left: 50px;
}

.header__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 13px 15px;
}

.header__search-pc form {
  display: block;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 10px;
}

.header__search-pc form input.text {
  width: 80%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0 5px;
  color: #fff;
  background: #f08300;
}

.header__search-pc form input[type="image"] {
  width: 15%;
}

.header__search-sp {
  background: #eeeeee;
  padding: 10px;
  display: none;
  transition: all .5s ease 0s;
}

.header__search-sp.opened {
  display: block;
  transition: all .5s ease 0s;
}

.header__search-sp form {
  display: block;
  padding: 5px 25px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 2px 2px 0px rgba(6, 0, 1, 0.22);
}

.header__search-sp form input.text {
  padding: 3px 2px;
  font-size: 16px;
  width: calc(100% - 40px);
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}

.header__search-sp form input[type="image"] {
  width: 25px;
}

.header .btn-spmenu__bar {
  background: #fff;
}

.header .btn-search {
  width: 75px;
}

#weather-blc {
  margin-left: auto;
  width: 290px;
}

#header__add {
  margin-left: auto;
}

.h-nav__list {
  display: flex;
}

.h-nav__item {
  height: 185px;
}

.h-nav__link {
  font-size: 16px;
  height: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  transition: all 0.5s ease 0s;
  position: relative;
}

.h-nav__link, .h-nav__link:visited, .h-nav__link:hover {
  color: #333;
}

.h-nav__link:after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  transition: .3s ease all;
}

.h-nav__link:hover:after {
  background: #f08300;
}

.h-nav__inner-list {
  width: 100%;
  background: #4A7A13;
  display: flex;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  transition: .3s ease all;
}

.h-nav__inner-item {
  margin: 0 25px;
}

.h-nav__inner-link {
  color: #fff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.h-nav__inner-link:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  transition: .3s ease all;
}

.h-nav__inner-link:hover:after {
  background: #fff;
}

.h-nav__trans-enter-active, .h-nav__trans-leave-active {
  transition: all 0.5s ease 0s;
}

.h-nav__trans-enter, .h-nav__trans-leave-to {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

.btn-spmenu {
  width: 75px;
  height: 75px;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  left: 0;
  top: 0;
  position: fixed;
}

.btn-spmenu__bar-wrap {
  width: 75px;
  height: 75px;
  position: relative;
}

.btn-spmenu.active .btn-spmenu__bar-wrap {
  width: 75px;
  height: 75px;
}

.btn-spmenu__bar {
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 25px;
  transition: .3s ease all;
}

.btn-spmenu__bar:nth-child(1) {
  top: 27px;
}

.btn-spmenu.active .btn-spmenu__bar:nth-child(1) {
  top: 35px;
  transform: rotate(135deg);
}

.btn-spmenu__bar:nth-child(2) {
  top: 36px;
}

.btn-spmenu.active .btn-spmenu__bar:nth-child(2) {
  transform: scale(0);
}

.btn-spmenu__bar:nth-child(3) {
  bottom: 27px;
}

.btn-spmenu.active .btn-spmenu__bar:nth-child(3) {
  top: 35px;
  transform: rotate(-135deg);
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  overflow-y: scroll;
  pointer-events: none;
  z-index: 9998;
  background: #f08300;
  color: #fff;
  padding: 75px 25px 25px;
  box-shadow: 0px 4px 4px 0px rgba(119, 119, 119, 0.18);
  height: 100%;
  display: none;
}

.sp-menu.opened {
  pointer-events: auto;
  display: block;
}

.sp-menu__list {
  margin: -1px 0;
  border-top: 1px solid #fff;
}

.sp-menu__list li {
  border-bottom: 1px solid #fff;
}

.sp-menu__list a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 15px 0;
  background: url(../../img/common/arrow_r02.png) no-repeat right center;
  background-size: 10px auto;
}

.sp-menu__ttl {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #f08300;
  padding: 15px 25px;
  background: #fff;
  margin: 0 -25px;
}

.sp-menu__sns {
  display: flex;
  justify-content: space-around;
}

.sp-menu-enter-active, .sp-menu-leave-active {
  transition: all 0.5s ease 0s;
}

.sp-menu-enter, .sp-menu-leave-to {
  opacity: 0;
}

.sp-menu__item {
  text-align: center;
  margin-top: -1px;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

.sp-menu__link {
  font-size: 16px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

.sp-menu .sp-menu__ac-head:before, .sp-menu .sp-menu__ac-head:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #f08300;
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.5s ease 0s;
}

.sp-menu__ac-head {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

.sp-menu__ac-head:after {
  transform: rotate(90deg);
}

.sp-menu__ac-head.opened:after {
  transform: rotate(180deg);
}

.sp-menu__ac-body {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D6D6D6;
}

.sp-menu__ac-item {
  width: 50%;
  border-bottom: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  margin-bottom: -1px;
}

.sp-menu__ac-item:nth-child(2n) {
  border-right: none;
}

.sp-menu__ac-link {
  font-size: 12px;
  color: #333;
  display: block;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-menu__nav {
  margin-top: 10px;
}

.sp-menu-other {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.sp-menu-other__item {
  width: calc(50% - 5px);
}

.sp-menu-other__link {
  height: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sp-menu-other__weather-link {
  background: #FCF8EE;
}

.sp-menu-other__weather-img {
  width: 40px;
  height: 40px;
  margin-bottom: 7px;
}

.sp-menu-other__rsv-link {
  background: #B69324;
}

.sp-menu-other__rsv-text {
  font-size: 12px;
  background: #fff;
  width: 80%;
  height: 24px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-menu-other__rsv-img {
  width: 116px;
  height: 25px;
  margin-top: 8px;
}

.footer {
  color: #686868;
  position: relative;
}

.footer__nav {
  flex-wrap: wrap;
  display: flex;
}

.footer__nav#fnav01 a {
  color: #fff;
}

.footer__nav#fnav01 a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  margin-right: 5px;
  font-weight: bold;
}

.footer__nav#fnav02 a {
  color: #686868;
}

.footer__nav#fnav02 a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  margin-right: 5px;
  font-weight: bold;
}

.footer__nav#fnav03 {
  justify-content: center;
}

.footer__nav#fnav03 li:last-child a:after {
  content: none;
}

.footer__nav#fnav04 {
  justify-content: center;
}

.footer__nav#fnav04 a {
  color: #686868;
}

.footer__nav#fnav04 a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  margin-right: 5px;
  font-weight: bold;
}

.footer__nav#fnav04 dl {
  color: #686868;
}

.footer__nav#fnav04 dt:after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #f08300;
}

.footer__nav#fnav04 dd {
  font-size: 12px;
  margin-top: 10px;
}

.footer__sns {
  text-align: center;
  padding: 35px 0 25px;
}

.footer__sns img {
  vertical-align: middle;
  width: 35px;
  margin: 0 15px;
}

.footer__copyright {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.footer__copyright span {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.pagetop {
  margin: 0 auto;
  position: relative;
}

.pagetop a {
  width: 80px;
  z-index: 10;
  position: absolute;
}

.top-fbn ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_main_slider {
  display: none;
}

.top_main_slider.slick-initialized {
  display: block;
}

.top_main_slider p a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top_main_slider p img {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

#top_nowonair .pg-name {
  width: 100%;
  overflow: hidden;
}

.top-section__inner {
  margin: 0 auto;
}

.top-section__title {
  text-align: center;
}

.top-section__title:before {
  content: '';
  width: 33px;
  height: 48px;
  background: url(/img/common/illust_donguri.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 12px;
}

.top-section__lead {
  text-align: center;
  margin-top: 11px;
  line-height: 1.875;
}

/*
.top-mainv {
  position: relative;
  &__list {
  }
  &__item {
    @include mq {
      height: 150vw;
    }
  }
  &__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  &__catch {
    position: absolute;
    @include mq(pc) {
      top: calc(46% - 164px);
      left: calc(50% - 213px);
    }
    @include mq {
      width: 100%;
      top: 40vw;
    }
    &-img {
      @include mq {
        width: 65%;
        display: block;
        margin: 0 auto;
      }
    }
  }
}*/
/*
.top-pickup {
  padding: 22px 75px 30px 75px;
  width: 1380px;
  background: $white;
  border-radius: 3px 0 0 3px;
  margin: -7.5% 0 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  @include mq {
    width: 93%;
    margin-top: -18.5%;
    padding: 15px 20px;
  }
  &__title {
    font-family: $font-roboto_c;
    font-size: 24px;
    font-weight: bold;
    color: $key-color;
    padding-left: 15px;
    @include mq {
      font-size: 14px;
      padding-left: 4px;
    }
  }
  &__arrow {
    width: 22px;
    height: 44px;
    position: absolute;
    top: 32%;
    cursor: pointer;
    z-index: 20;
    transition: .2s ease all;
    @include mq {
      width: 10px;
      height: 19px;
      top: 28%;
    }
    &._prev {
      left: -38px;
      &:hover {
        @include mq(pc) {
          transform: translateX(-5px);
          }
      }
      @include mq {
        left: -14px;
      }
    }
    &._next {
      right: -38px;
      transform: rotate(180deg);
      &:hover {
        @include mq(pc) {
          transform: rotate(180deg) translateX(-5px);
        }
      }
      @include mq {
        right: -14px;
      }
    }
  }
  &__list {
    margin-top: 10px;
    @include mq {
      margin-top: 7px;
    }
  }
  &__item {
    margin: 0 15px;
    @include mq {
      margin: 0 4px;
    }
  }
  &__link {
    display: block;
    overflow: hidden;
    &:hover {
      @include mq(pc) {
        .top-pickup__img {
          transform: scale(1.07);
        }
      }
    }
  }
  &__img {
    transition: .3s ease all;
    transform-origin: center center;
  }
  &__dots {
    text-align: center;
    line-height: 12px;
    margin-top: 20px;
    @include mq {
      margin-top: 10px;
    }
    li {
      display: inline-block;
      margin: 0 10px;
      @include mq {
        margin: 0 5px;
      }
      button {
        font-size: 0;
        position: relative;
        &:before {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: #A9BFC6;
          cursor: pointer;
          @include mq {
            width: 8px;
            height: 8px;
          }
        }
      }
      &.slick-active{
        button:before{
          background: #F39597;
        }
      }
    }
  }
}*/
.bousaialert_bg {
  background: rgba(255, 255, 255, 0.7);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.bousaialert_box {
  width: 90%;
  max-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #000;
  border-radius: 6px;
  padding: 45px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.bousaialert_ttl {
  color: #FFE135;
  font-size: 56px;
  margin-bottom: 30px;
}

.bousaialert_ttl img {
  vertical-align: middle;
  margin-right: 10px;
}

.bousaialert_txt {
  color: #fff;
}

.bousaialert_txt dt {
  font-size: 36px;
}

.bousaialert_txt dt span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.bousaialert_txt dd {
  font-size: 20px;
  padding: 10px 0 0;
}

.bousaialert_txt dd .bdate {
  font-size: 18px;
  margin-bottom: 20px;
}

.bousaialert_link {
  width: 80%;
  margin: 30px 0;
  padding: 30px;
  display: block;
  background: #FFE135;
  font-size: 46px;
  color: #000;
  border-radius: 6px;
  position: relative;
}

.bousaialert_link:hover {
  background: #ffdb0d;
}

.bousaialert_link:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  right: 20px;
  top: 50%;
  font-weight: bold;
  font-size: 30px;
  margin-top: -20px;
}

.bousaialert_link span {
  color: #DC0200;
  font-size: 30px;
  display: block;
}

.ba_close {
  font-size: 22px;
  color: #000;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 20px;
  width: 200px;
}

.ba_close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: bold;
}

.ba_close02 {
  position: absolute;
  right: 30px;
  top: 30px;
}

._cls {
  cursor: pointer;
}

.inpage-mainv {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding-top: 47.3%;
}

.inpage-mainv img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}

.inpage-mainv h2 span {
  display: block;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f08300;
  font-weight: bold;
  z-index: 5;
}

.inpage-tagttl {
  margin: 0 auto;
  text-align: center;
}

.inpage-tagttl span:before {
  content: "#";
  margin-right: 10px;
}

.inpage-copy {
  text-align: center;
  width: 100%;
}

.inpage-copy span {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  font-weight: bold;
  padding-bottom: 3px;
  line-height: 1.6;
}

.inpage-pcopy {
  text-align: center;
}

.inpage-wrap {
  display: flex;
  flex-wrap: wrap;
}

.inpage-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.inpage-tab li {
  width: 32%;
  padding: 10px;
  color: #fff;
  background: #fca740;
  text-align: center;
  margin-bottom: 10px;
}

.inpage-tab li.active {
  background: #f08300;
}

.inpage-tab_blc {
  display: none;
}

.inpage-tab_blc.active {
  display: block;
}

.inpage-extxt {
  width: 100%;
}

.side-blc {
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
}

.side-blc_wrap._bg {
  background: #fff8ee;
}

.side-blc_wrap._bg-o {
  background: #f08300;
}

#t_headline {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

#t_headline .btn-more {
  margin-top: 30px;
}

#t_anoblog {
  padding-bottom: 50px;
  position: relative;
}

#t_anoblog .bangumi-list_blc {
  border: none;
  background: #fff8ee;
  border-radius: 15px;
}

#t_anoblog .common-list {
  padding: 0;
  background: none;
}

#t_anoblog .common-list__data {
  align-items: flex-start;
}

#t_anoblog .common-list__data:nth-child(3) {
  background: none;
}

#t_anoblog .common-list__data:nth-child(n+4) {
  display: none;
}

#t_anoblog .common-list dd {
  overflow: hidden;
}

#t_anoblog .btn-more {
  margin-top: 15px;
}

#t_anoblog .btn-wrap {
  margin-bottom: 0;
}

#t_bangumi {
  position: relative;
}

#t_bangumi .common-list {
  padding: 0;
}

#t_bangumi .common-list__data {
  align-items: flex-start;
}

#t_bangumi .common-list__data:nth-child(3) {
  background: none;
}

#t_bangumi .common-list__data:nth-child(n+4) {
  display: none;
}

#t_bangumi .common-list dd {
  overflow: hidden;
}

#t_bangumi .btn-more {
  margin-top: 15px;
}

#t_bangumi .btn-wrap {
  margin-bottom: 0;
}

#t_special {
  position: relative;
}

#t_special .common-list__data {
  align-items: flex-start;
  padding: 10px 0;
}

#t_special .common-list__data:nth-child(3) {
  background: none;
}

#t_special .common-list__data:nth-child(n+4) {
  display: none;
}

#t_special .common-list dd {
  overflow: hidden;
}

#t_special .btn-wrap {
  margin-bottom: 0;
}

.bangumi-list_blc {
  border: 1px solid #f08300;
  box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
  padding: 13px;
}

#t_event {
  position: relative;
}

#t_event .img-box {
  overflow: hidden;
  position: relative;
}

#t_event .img-box img {
  width: auto;
  height: 100%;
  top: 0;
  position: absolute;
}

#t_event .btn-more {
  margin-top: 30px;
}

#s_ohkinfo {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

#s_ohkinfo .common-list__data dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#s_ohkinfo .common-list__data dt {
  width: 100%;
  order: 2;
}

#s_ohkinfo .common-list__data dd {
  width: 100%;
  order: 1;
  margin-bottom: 5px;
}

#s_ohkinfo .common-list__data dd span.cat {
  background: #f08300;
  color: #fff;
  padding: 0 20px;
  margin-left: 10px;
  font-size: 12px;
}

#s_ohkinfo .btn-wrap {
  margin-top: 20px;
}

#t_pickup {
  position: relative;
}

#t_pickup .common-ttl02 {
  z-index: 10;
  position: relative;
}

#t_gift {
  padding-bottom: 20px;
  position: relative;
}

#s_newpost {
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 20px;
}

#s_recommend {
  margin: 0 auto;
  margin-bottom: 50px;
}

#s_ranking {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

#s_readtog {
  margin-bottom: 50px;
  margin: 0 auto;
}

.list_type01 .common-list {
  border: 1px solid #f08300;
  box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
  padding-top: 70px;
}

#top_wrap {
  position: relative;
}

#s_ranking .common-list p.img-box:after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 22px 22px 0 0;
  width: 0;
  height: 0;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  content: "";
  position: absolute;
}

#s_ranking .common-list__data:before {
  font-size: 25px;
  color: #f08300;
  z-index: 11;
  top: 2px;
  left: -3px;
  display: block;
  position: absolute;
}

#s_ranking .common-list__data:nth-of-type(1):before {
  content: "1";
}

#s_ranking .common-list__data:nth-of-type(2):before {
  content: "2";
}

#s_ranking .common-list__data:nth-of-type(3):before {
  content: "3";
}

#s_ranking .common-list__data:nth-of-type(4):before {
  content: "4";
}

#s_ranking .common-list__data:nth-of-type(5):before {
  content: "5";
}

/*一覧パーツ*/
.tobira-mainv img {
  width: 100%;
}

.tobira-list .btn-wrap {
  width: 100%;
}

.tobira-data {
  border: 1px solid #f08300;
  box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
  padding: 15px;
  margin-bottom: 15px;
}

.tobira-data_txt dt {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
}

.tobira-data_txt dd {
  padding: 10px 0;
}

.tobira-data_info {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.tobira-data .img-box {
  overflow: hidden;
  position: relative;
  padding-top: 66.6%;
  width: 100%;
}

.tobira-data .img-box img {
  max-width: none;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.tobira-data .img-box.nofix {
  padding-top: 0;
}

.tobira-data .img-box.nofix img {
  transform: none;
  -webkit-transform: none;
  width: 100%;
  height: auto;
  position: static;
}

.tobira-data a {
  width: 100%;
}

.cal {
  padding-left: 20px;
  display: inline-block;
  background: url(../../img/common/icon_cal.png) no-repeat left top;
  background-size: 15px auto;
}

.date {
  margin-bottom: 5px;
  padding-left: 20px;
  display: inline-block;
  background: url(../../img/common/icon_date.png) no-repeat left center;
  background-size: 15px auto;
}

.date02 {
  padding-left: 35px;
  display: inline-block;
  background: url(../../img/common/icon_date02.png) no-repeat left center;
  background-size: 25px auto;
}

.tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tag a {
  background: #f08300;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 15px;
  margin: 0 0 3px 3px !important;
}

.tag a:before {
  content: "#";
  font-size: 12px;
}

#t_tag {
  background: #fff8ee;
  position: relative;
  padding-top: 50px;
}

#t_tag .tag {
  justify-content: center;
}

#t_tag .tag a {
  background: #fff;
  color: #686868;
  font-weight: bold;
}

#t_tag .tag a:before {
  content: "#";
  font-size: 12px;
  font-weight: normal;
  color: #686868;
}

#t_tag .common-ttl02 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none;
}

.event-mainv {
  overflow: hidden;
}

.event-mainv img {
  width: 100%;
}

.event-mainv_vframe {
  overflow: hidden;
  position: relative;
}

.event-mainv video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

.event-mainv iframe {
  width: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100% !important;
}

.detail-mainv {
  overflow: hidden;
  position: relative;
}

.detail-mainv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f08300;
  font-weight: bold;
  z-index: 5;
}

.detail-mainv img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.detail-mainv video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

.detail-mainv iframe {
  width: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100% !important;
}

.detail_info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #9fa0a0;
}

.detail_tag {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.detail_tag ul {
  width: 83%;
  justify-content: flex-start;
}

.detail_ttl h3 {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  margin-bottom: 40px;
}

.detail-contents {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}

.detail-contents_blc {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.detail-contents_blc a {
  color: #f08300;
  text-decoration: underline;
}

.detail-contents_blc a:hover {
  text-decoration: none;
}

.detail-contents_blc ul li:before {
  background: #f08300;
  width: 10px;
  height: 10px;
  left: 10px;
  top: 10px;
}

.detail-contents_blc ol li:before {
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #f08300;
  border: 2px solid #f08300;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  font-size: 20px;
}

.detail-contents_blc ol li:nth-child(1):before {
  content: "①";
}

.detail-contents_blc ol li:nth-child(2):before {
  content: "②";
}

.detail-contents_blc ol li:nth-child(3):before {
  content: "③";
}

.detail-contents_blc ol li:nth-child(4):before {
  content: "④";
}

.detail-contents_blc ol li:nth-child(5):before {
  content: "⑤";
}

.detail-contents_blc ol li:nth-child(6):before {
  content: "⑥";
}

.detail-contents_blc ol li:nth-child(7):before {
  content: "⑦";
}

.detail-contents_blc ol li:nth-child(8):before {
  content: "⑧";
}

.detail-contents_blc ol li:nth-child(9):before {
  content: "⑨";
}

.detail-contents_blc ol li:nth-child(10):before {
  content: "⑩";
}

.detail-contents_blc ol li:nth-child(11):before {
  content: "⑪";
}

.detail-contents_blc ol li:nth-child(12):before {
  content: "⑫";
}

.detail-contents_blc ol li:nth-child(13):before {
  content: "⑬";
}

.detail-contents_blc ol li:nth-child(14):before {
  content: "⑭";
}

.detail-contents_blc ol li:nth-child(15):before {
  content: "⑮";
}

.detail-contents_blc ol li:nth-child(16):before {
  content: "⑯";
}

.detail-contents_blc ol li:nth-child(17):before {
  content: "⑰";
}

.detail-contents_blc ol li:nth-child(18):before {
  content: "⑱";
}

.detail-contents_blc ol li:nth-child(20):before {
  content: "⑲";
}

.detail-contents_blc ol li:nth-child(19):before {
  content: "⑳";
}

.detail-contents_blc li {
  position: relative;
  padding-left: 30px;
}

.detail-contents_blc li:before {
  position: absolute;
  content: "";
  display: block;
}

.detail-contents_blc iframe {
  width: 100% !important;
  margin-top: 20px;
}

.detail-contents_blc iframe._heightfree {
  height: auto;
}

.detail-contents_blc h4 {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  margin-bottom: 40px;
}

.detail-contents_blc_imgc {
  text-align: center;
}

.detail-form {
  margin: 0 auto;
  background: #fff8ee;
}

.present-ttl {
  margin-bottom: 10px;
}

.present-ttl:before {
  color: #f08300;
  content: "■";
  margin-right: 5px;
}

.present-img {
  text-align: center;
}

.present-img img {
  margin-bottom: 20px;
}

.present-txt {
  font-size: 18px;
  margin-bottom: 10px;
}

.present-last {
  background: #f08300;
  color: #fff;
  text-align: center;
  padding: 10px 3px;
  font-weight: bold;
}

.form-wrap {
  padding-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.form-blc {
  background: #fff;
  padding: 50px 10px 20px;
  margin-bottom: 25px;
}

.form-ttl {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  text-align: center;
  font-size: 18px;
  padding: 0 0 10px;
  position: relative;
  z-index: 10;
  margin: 0 10px -20px;
}

.form-box dt {
  font-size: 15px;
  margin-top: 20px;
  font-weight: bold;
}

.form-box dt:first-child {
  margin-top: 0;
}

.form-box dd {
  padding: 10px 0 0;
}

.form-head {
  margin-bottom: 30px;
  font-size: 18px;
}

.form_radiobox_list li {
  margin-right: 10px;
  display: inline-block;
}

.required {
  color: #f08300;
}

span.error {
  color: #ff0000;
  margin-top: 3px;
  display: inline-block;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  padding: 10px;
  border: 1px solid #535353;
  width: 100%;
}

input[type="text"].w_s, input[type="email"].w_s, input[type="password"].w_s, textarea.w_s {
  width: 20%;
}

input[type="text"].w_m, input[type="email"].w_m, input[type="password"].w_m, textarea.w_m {
  width: 50%;
}

input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

/*.radio {
  margin: 0.5rem;
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    + .radio-label {
      &:before {
        content: '';
        background: $gray03;
        border-radius: 100%;
        border: 1px solid darken($gray03, 25%);
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -0.2em;
        margin-right: 1em; 
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
      }
    }
    &:checked {
      + .radio-label {
        &:before {
          background-color: $main-color;
          box-shadow: inset 0 0 0 4px $gray03;
        }
      }
    }
    &:focus {
      + .radio-label {
        &:before {
          outline: none;
          border-color: $gray05;
        }
      }
    }
    &:disabled {
      + .radio-label {
        &:before {
          box-shadow: inset 0 0 0 4px  $gray03;
          border-color: darken( $gray03, 25%);
          background: darken( $gray03, 25%);
        }
      }
    }
    + .radio-label {
      &:empty {
        &:before {
          margin-right: 0;
        }
      }
    }
  }
}
*/

.btn-submit {
  background: #f08300;
  color: #fff !important;
  border-radius: 30px;
  text-align: center;
}

.btn-submit:after {
  content: url(../../img/common/arrow_r02.png);
  display: inline-block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  vertical-align: middle;
  margin-left: 15px;
}

.btn-back {
  background: #686868;
  color: #fff !important;
  border-radius: 30px;
  text-align: center;
}

.btn-back:after {
  content: url(../../img/common/arrow_r02.png);
  display: inline-block;
  -webkit-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  vertical-align: middle;
  margin-left: 15px;
}

.btn-more {
  background: #f08300;
  color: #fff !important;
  border-radius: 30px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.btn-more:after {
  content: url(../../img/common/arrow_r02.png);
  display: inline-block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  vertical-align: middle;
  margin-left: 15px;
}

/*フォーム入力ページ*/
#presentform .sttl {
  display: none;
}

#presentform .form-ttl {
  background-image: url(../../img/common/line01.png), url(../../img/common/line01.png);
  background-position: left top, left bottom;
  background-size: 5px 2px, 5px 2px;
  background-repeat: repeat-x, repeat-x;
  padding-top: 10px !important;
  margin: 0 0 30px;
}

#presentform .present-info {
  margin-bottom: 50px;
}

#presentform .present-ttl {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 30px 0 10px;
  position: relative;
  z-index: 10;
  margin: 0 0 30px;
}

#presentform .present-ttl:before {
  content: none;
}

#presentform .form-blc {
  padding: 0;
}

#presentform .common-wrap {
  background: none !important;
}

#presentform .form-wrap {
  padding-top: 0;
}

/**/
.common-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.common-wrap._bg {
  background: #fff8ee;
}

.common-wrap._bg-o {
  background: #f08300;
}

.common-blc01 {
  margin-top: 45px;
  padding: 25px 10px;
  background: #fff;
}

.common-tag {
  background: #fff8ee;
  border-radius: 20px;
  font-size: 12px;
}

/**/
#comment_widget {
  background: #f5f5f5;
}

/*bangumi_table*/
#tvprogram_first {
  line-height: 1.2;
}

.tbl_scr {
  max-width: 100% !important;
  width: 100%;
}

.tbl_today {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.tbl_today th {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 30px;
}

.tbl_today td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 30px;
}

#daylist_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#daylist_wrap h4 {
  display: none;
}

.pg-chgbtn {
  text-align: center;
}

.pg-chgbtn .btn-more {
  display: inline-block;
}

.pg-daylist {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.pg-daylist .selectDate {
  background: #686868;
  color: #fff;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.pg-daylist .selectDate.active {
  background: #f08300;
}

.pg-wrap .ex_txt {
  margin: 30px 0;
  color: #f08300;
  font-weight: bold;
}

.pg-wrap img {
  width: auto;
}

.pg-yday {
  font-size: 30px;
  padding: 20px 0;
  font-weight: bold;
  background-image: url(../../img/common/line01.png), url(../../img/common/line01.png);
  background-position: left top, left bottom;
  background-size: 5px 2px, 5px 2px;
  background-repeat: repeat-x, repeat-x;
  text-align: center;
  margin-bottom: 40px;
}

.pg-tbl_time {
  font-size: 26px;
  font-weight: bold;
}

.pg-tbl_ttl {
  font-size: 24px;
  color: #f08300;
  font-weight: bold;
}

.pg-tbl_ttl:hover {
  text-decoration: underline;
}

.pg-tbl_subttl {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pg-tbl_icon {
  padding-bottom: 10px;
}

.pg-icon {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border-radius: 10px;
  background: #fff8ee;
  margin-bottom: 50px;
}

.pg-icon li {
  margin: 0 20px 15px 0;
}

.pg-icon li img {
  margin-right: 10px;
}

.pg-detail dl {
  margin-bottom: 30px;
}

.pg-detail dt {
  font-weight: bold;
  padding: 15px 20px;
  color: #f08300;
}

.pg-detail dd {
  padding: 15px 30px;
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
}

.pg-detail .btn-wrap {
  margin-bottom: 0;
}

#week_wrap h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

#week_wrap table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

#week_wrap tr:nth-of-type(2) td {
  background: #ccc;
}

#week_wrap tr:last-child td {
  background: #ccc;
}

#week_wrap tr > td:first-child {
  background: #eee;
}

#week_wrap tr > td:last-child {
  background: #eee;
}

#week_wrap td, #week_wrap th {
  padding: 5px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12px;
}

#week_wrap .pg-tbl_ttl {
  font-size: 14px;
}

#week_wrap .pg-tbl_subttl {
  font-size: 12px;
}

#week_wrap .pg-tbl_time {
  font-size: 12px;
}

.alert_box {
  color: #f00000;
  border: 3px solid #f00000;
  padding: 10px 50px 10px 80px;
  font-weight: bold;
  background: url(/img/common/icon_alert.png) no-repeat;
  background-size: 20px auto;
  background-position: 50px center;
  margin: 10px auto;
}

.alert_box a {
  color: #f00000;
  text-decoration: underline;
}

.alert_live {
  display: inline-block;
}

.alert_live a {
  color: #f00000;
  text-decoration: none;
  pointer-events: none;
}

.alert_live_wrap .alert_live {
  color: #f00000;
  border: 3px solid #f00000;
  padding: 10px 50px 10px 80px;
  font-weight: bold;
  background: url(/img/common/icon_alert.png) no-repeat;
  background-size: 20px auto;
  background-position: 50px center;
  margin: 10px auto;
  display: block;
}

.alert_live_wrap .alert_live a {
  text-decoration: underline;
  pointer-events: auto;
}

.detail-contents_blc .youtube_box {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.detail-contents_blc .youtube_box iframe {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute;
}

.alert_lwrap_area_ttl {
  font-size: 20px;
  margin-bottom: 15px;
  background: #eee;
  padding: 10px 10px;
  text-align: center;
  border-radius: 4px;
}

.xml_doc {
  line-height: 1.7;
  margin-bottom: 20px;
}

.xml_doc > div {
  padding: 0 10px;
  font-size: 15px;
}

.xml_subtitle {
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #f08300;
  padding: 10px 10px;
  border-radius: 4px;
  color: #f08300;
}

.xml_string.hinan {
  font-weight: bold;
  font-size: 16px;
}

.xml_adress {
  font-size: 13px;
  margin-bottom: 10px;
}

.common {
  /* ad-box
  ---------------------------------------------------------- */
  /* cmt-box
  ---------------------------------------------------------- */
  /* share-box
  ---------------------------------------------------------- */
  /* common-error
  ---------------------------------------------------------- */
  /* common-ttl
  ---------------------------------------------------------- */
  /* common-ttl
  ---------------------------------------------------------- */
  /**/
  /* common-nav
  ---------------------------------------------------------- */
  /* common-btn
  ---------------------------------------------------------- */
  /* common-table
  ---------------------------------------------------------- */
  /* common-blc
  ---------------------------------------------------------- */
  /* common-list
  ---------------------------------------------------------- */
}

.common-section {
  padding: 80px 0 100px;
}

.common-lead {
  line-height: 1.7;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

.common-lead__sub {
  font-size: 16px;
}

.common-inner {
  margin: 0 auto;
}

.common-adbox {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.common-adbox_sp {
  width: 100%;
  position: relative;
  margin: 0 auto 20px;
}

.common-adbox_sp ins {
  margin-left: auto !important;
  margin-right: auto !important;
}

.common-commentbox {
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
}

.common-sharebox {
  width: 100%;
  margin: 80px auto;
  text-align: center;
}

.common-sharebox dt span {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
}

.common-sharebox dt span:after {
  content: url(../../img/common/arrow_or_down.png);
  display: inline-block;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
}

.common-sharebox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.common-sharebox li {
  border-radius: 50%;
  width: 50px;
  margin: 0 10px;
}

.common-sharebox a {
  border-radius: 50%;
  display: block;
}

.common-sharebox img {
  border-radius: 50%;
  display: block;
}

.common-sharebox02 {
  margin: 40px auto;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.common-sharebox02 dl {
  background-image: url(../../img/common/line01.png), url(../../img/common/line01.png);
  background-position: left top, left bottom;
  background-size: 5px 2px, 5px 2px;
  background-repeat: repeat-x, repeat-x;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.common-sharebox02 dt span:after {
  content: url(../../img/common/arrow_or_down.png);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.5) rotate(-90deg);
  transform: scale(0.5) rotate(-90deg);
}

.common-sharebox02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.common-sharebox02 li {
  border-radius: 50%;
  width: 35px;
  margin: 0 5px;
}

.common-sharebox02 a {
  border-radius: 50%;
  display: block;
}

.common-sharebox02 img {
  border-radius: 50%;
  display: block;
}

.common-error {
  padding: 100px 0;
}

.common-error dt {
  font-size: 32px;
  font-weight: bold;
  color: #f08300;
  margin-bottom: 50px;
}

.common-error dd {
  font-size: 20px;
  line-height: 2;
}

.common-list {
  background: #fff;
  padding: 0 10px;
}

.common-list__data {
  color: #686868;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
}

.common-list__data:last-child {
  background: none !important;
}

.common-list__data .img-box {
  width: 25%;
  position: relative;
  overflow: hidden;
  padding-top: 25%;
}

.common-list__data .img-box img {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  max-width: none;
}

.common-list__data dl {
  width: 73%;
}

.common-list__data dt {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.common-list .btn-wrap {
  width: 100%;
  display: block;
}

.common-eventlist {
  padding: 0 10px;
}

.common-eventlist__data {
  background: #fff8ee;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px;
  box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
  margin-bottom: 10px;
}

.common-eventlist__ttl {
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 17px;
}

.common-eventlist .img-box {
  overflow: hidden;
  position: relative;
  padding-top: 66.6%;
  width: 100%;
}

.common-eventlist .img-box img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.common-flame {
  position: relative;
}

.common-flame:before {
  content: "";
  display: block;
  background: url(/img/common/corner_top.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.common-flame:after {
  content: "";
  display: block;
  background: url(/img/common/corner_btm.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.common-pickuplist {
  padding: 0 10px 30px;
}

.common-pickuplist .slick-list {
  overflow: hidden;
}

.common-pickuplist__data {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #f08300;
}

.common-pickuplist__data dd {
  color: #686868;
}

.common-pickuplist__data.slick-current {
  background: #fff8ee;
  border: 2px solid transparent;
  box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
}

.common-pickuplist__data .img-box {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  width: 100%;
}

.common-pickuplist__data .img-box img {
  width: auto;
  height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
}

.common-pickuplist__ttl {
  padding: 15px 0;
  font-weight: bold;
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  font-size: 17px;
  margin-bottom: 15px;
}

.common-ttl01 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px dotted #f08300;
  margin-bottom: 20px;
  padding: 0 0 10px;
}

.common-ttl02 {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.common-ttl02 span {
  color: #f08300;
}

.common-ttl02 span:before {
  content: "";
  display: block;
  background: #f08300;
  height: 2px;
  width: 10px;
  margin: 7px auto 10px;
}

.common-pager {
  padding: 50px 0 0;
}

.common-pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.common-pager li {
  padding: 0 5px 10px;
}

.common-pager span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #f08300;
  color: #fff;
}

.common-pager a {
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border: 1px solid #f08300;
  color: #f08300;
}

.common-pager_prev {
  border-radius: 20px;
  width: 50px;
}

.common-pager_next {
  border-radius: 20px;
  width: 50px;
}

.common-nav01 {
  width: 100%;
  transition: .3s ease opacity;
}

.common-nav01__list {
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}

.common-nav01__item:last-of-type {
  border-right: none;
}

.common-nav01__link {
  background: #fff;
  height: 100%;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  padding: 2.8% 35px 2.8% 2.8%;
  position: relative;
}

.common-nav01__link:after {
  content: '';
  display: block;
  width: 11px;
  height: 16px;
  background: url(/img/common/arrow_green.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 5%;
  transition: .3s ease all;
}

.common-nav01__img-box {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.common-nav01__img-box._radius0 {
  border-radius: 0;
}

.common-nav01__img:not(.img-contain) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.common-nav01__img._img80 {
  width: 80%;
  height: 80%;
  display: block;
  margin: 0 auto;
  transform: translateY(10%);
}

.common-nav01__def-ttl {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 3px;
}

.common-nav01__def-data {
  color: #f08300;
  font-size: 12px;
  font-weight: bold;
}

.common-nav02 {
  width: 100%;
}

.common-nav02._arrow-right .common-nav02__link:after {
  transform: rotate(0);
}

.common-nav02__list {
  margin-top: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.common-nav02__list:after {
  content: "";
  display: block;
  width: calc(100% / 3);
}

.common-nav02__item:last-of-type {
  border-right: none;
}

.common-nav02__link {
  background: #fff;
  height: 100%;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  padding: 2.8% 45px 2.8% 2.8%;
  position: relative;
}

.common-nav02__link:after {
  content: '';
  display: block;
  width: 11px;
  height: 16px;
  background: url(/img/common/arrow_green.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 5%;
}

.common-nav02__img-box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.common-nav02__img-box._radius0 {
  border-radius: 0;
}

.common-nav02__img:not(.img-contain) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.common-nav02__img._img80 {
  width: 80%;
  height: 80%;
  display: block;
  margin: 0 auto;
  transform: translateY(10%);
}

.common-nav02__def-ttl {
  color: #505050;
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 3px;
  letter-spacing: .05rem;
}

.common-nav02__def-data {
  color: #f08300;
  font-size: 13px;
  font-weight: 400;
}

.common-nav03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-top: 100px;
}

.common-nav03__item {
  border: 1px solid #D6D6D6;
  width: 33.33%;
}

.common-nav03__item:not(:nth-child(3n+1)) {
  margin-left: -1px;
}

.common-nav03__item:nth-child(n+4) {
  margin-top: -1px;
}

.common-nav03__link {
  padding: 30px 55px 30px 36px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s ease all;
}

.common-nav03__link::after {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  background: url(/img/common/arrow_green.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: .3s ease all;
}

.common-nav03__link:hover {
  opacity: 0.8;
}

.common-nav03__link:hover::after {
  right: 25px;
}

.common-nav03__img-box {
  background: #E6E6E6;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.common-nav03__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.common-nav03__text {
  font-size: 18px;
  line-height: 1.5;
  flex: 1 0 0;
}

.common-btn02 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  height: 64px;
  background: #fff;
  min-width: 280px;
  padding: 0 50px;
  margin: 0 10px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f08300;
}

.common-btn02:after {
  content: '';
  width: 7px;
  height: 11px;
  background: url(../../img/common/arrow_green.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  transition: .3s ease all;
}

.common-btn02._big {
  font-size: 20px;
  height: 88px;
  border-radius: 44px;
}

.common-btn02:after {
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
}

.common-btn02:hover {
  background: #4f882e;
}

.common-btn02-reverse {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  height: 64px;
  background: #fff;
  min-width: 280px;
  padding: 0 50px;
  margin: 0 10px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f08300;
  min-width: 500px;
}

.common-btn02-reverse:after {
  content: '';
  width: 7px;
  height: 11px;
  background: url(../../img/common/arrow_green.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  transition: .3s ease all;
}

.common-btn02-reverse._big {
  font-size: 20px;
  height: 88px;
  border-radius: 44px;
}

.common-btn02-reverse:after {
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
}

.common-btn02-reverse:hover {
  background: #4f882e;
}

.common-btn02-reverse:after {
  right: auto;
  left: 23px;
  transform: translateY(-50%) rotate(180deg);
}

.common-btn03 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-width: 280px;
  height: 64px;
  padding: 0 50px;
  border-radius: 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f08300;
}

.common-btn03:hover {
  background: #4f882e;
}

.common-btn03._big {
  font-size: 20px;
  height: 88px;
  border-radius: 44px;
}

.common-btn03:before, .common-btn03:after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
}

.common-btn03:before {
  top: calc(50%  - 1px);
  right: 25px;
}

.common-btn03:after {
  transform: rotate(90deg);
  top: calc(50% - 1px);
  right: 25px;
}

.common-btn04 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-width: 280px;
  height: 64px;
  padding: 0 50px;
  border-radius: 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f08300;
}

.common-btn04:hover {
  background: #4f882e;
}

.common-btn04._big {
  font-size: 20px;
  height: 88px;
  border-radius: 44px;
}

.common-btn04::after {
  content: '';
  background: url(/img/common/icon_window.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.common-btn05 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-width: 280px;
  height: 64px;
  padding: 0 50px;
  border-radius: 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f08300;
  padding: 0 70px;
}

.common-btn05:hover {
  background: #4f882e;
}

.common-btn05._big {
  font-size: 20px;
  height: 88px;
  border-radius: 44px;
}

.common-btn05::before {
  content: '';
  background: url(/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 31px;
  margin-right: 12px;
  transform: translateY(1px);
}

.common-btn06 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-width: 280px;
  height: 64px;
  padding: 0 50px;
  border-radius: 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f08300;
  padding: 0 70px;
  min-width: 414px;
}

.common-btn06:hover {
  background: #4f882e;
}

.common-btn06._big {
  font-size: 20px;
  height: 88px;
  border-radius: 44px;
}

.common-btn06:before {
  content: '';
  display: block;
  width: 27px;
  height: 20px;
  margin-right: 12px;
  background: url(/img/common/mail_icon.png) no-repeat;
  background-size: contain;
  transform: translateY(2px);
}

.common-btn07 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-width: 280px;
  height: 64px;
  padding: 0 50px;
  border-radius: 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #f08300;
  padding: 0 70px;
}

.common-btn07:hover {
  background: #4f882e;
}

.common-btn07._big {
  font-size: 20px;
  height: 88px;
  border-radius: 44px;
}

.common-btn07::before {
  content: '';
  background: url(/img/common/icon_view.svg) no-repeat;
  background-size: contain;
  width: 38px;
  height: 28px;
  margin-right: 12px;
  transform: translateY(1px);
}

.common-table01 {
  width: 100%;
  border-top: 3px solid #C8C6C0;
  border-bottom: 3px solid #C8C6C0;
  font-size: 16px;
  table-layout: fixed;
}

.common-table01._type01 .common-table01__head {
  width: 50%;
}

.common-table01__row:first-of-type .common-table01__head:nth-child(n+2) {
  width: auto;
}

.common-table01__head {
  padding: 20px;
  width: 241px;
  background: #F6F4EF;
  border-bottom: 1px solid #C8C6C0;
}

.common-table01__head:not(:first-child) {
  border-left: 1px solid #C8C6C0;
}

.common-table01__data {
  padding: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border-left: 1px solid #C8C6C0;
  border-bottom: 1px solid #C8C6C0;
  background: #fff;
}

.common-table01__data:first-child {
  border-left: none;
}

.common-blc01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common-blc01__img-box {
  position: relative;
}

.common-blc01__box {
  width: 50%;
  display: flex;
  align-items: center;
}

.common-blc01__text {
  margin-top: 30px;
  line-height: 1.875;
}

.common-blc02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.common-blc02__img-box {
  position: relative;
}

.common-blc02__box {
  width: 50%;
  display: flex;
  align-items: center;
}

.common-blc02__text {
  margin-top: 30px;
  line-height: 1.875;
}

.common-blc03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.common-blc03__img-box {
  position: relative;
}

.common-list01__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.common-list01__item:nth-child(n+2) {
  margin-top: 60px;
}

.common-list01__img-box {
  position: relative;
  height: 400px;
  width: 520px;
}

.common-list01__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.common-list01__box {
  width: 600px;
}

.common-list01__text {
  line-height: 1.7;
}

.common-list01__text:nth-of-type(n+2) {
  margin-top: 30px;
}

.common-list01__catch {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-top: -10px;
}

.common-list01__catch + .common-list01__text {
  margin-top: 10px;
}

.common-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  counter-reset: listNumbering;
}

.common-list02__item {
  counter-increment: listNumbering;
  margin: 0 15px;
  width: 380px;
  position: relative;
}

.common-list02__item::before {
  content: "0" counter(listNumbering);
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  text-align: center;
}

.common-list02__img-box {
  height: 200px;
  width: 100%;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  position: relative;
}

.common-list02__img-box::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 80px solid #f08300;
  border-right: 80px solid transparent;
  z-index: 1;
}

.common-list02__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.common-list02__def {
  margin-top: 25px;
}

.common-list02__def-ttl {
  color: #646464;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.common-list02__def-ttl__price {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.common-list02__def-data {
  color: #999;
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin-top: 15px;
}

.common-list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
}

.common-list03__item {
  margin: 0 30px;
  width: 360px;
  text-align: center;
}

.common-list03__img-box {
  border: 30px solid #fff;
  border-radius: 50%;
  margin-bottom: 30px;
  height: 360px;
  width: 360px;
  position: relative;
}

.common-list03__img {
  border-radius: 50%;
}

.common-list03__def {
  margin-top: 25px;
}

.common-list03__def-ttl {
  color: #646464;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.common-list03__def-ttl__price {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.common-list03__def-data {
  color: #999;
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin-top: 15px;
}

.common-list04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -100px;
}

.common-list04._narrow {
  justify-content: space-between;
  margin: 0;
}

.common-list04._narrow .common-list04__item {
  width: 49%;
  margin: 0;
}

.common-list04__item {
  border: 5px solid #DCDAD5;
  border-radius: 10px;
  padding: 40px 45px;
  margin: 0 50px;
  width: 550px;
  background: #fff;
}

.common-list04__def-ttl {
  font-size: 26px;
  font-weight: bold;
  color: #4A4D47;
}

.common-list04__def-data {
  color: #636363;
  margin-top: 20px;
  line-height: 1.75;
}

.common-list04__box-text {
  font-size: 14px;
  color: #72716F;
  background-color: #F9F7F5;
  border-radius: 10px;
  line-height: 1.71429;
  letter-spacing: 0.05em;
  margin-top: 20px;
  padding: 30px;
}

.common-list05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
}

.common-list05__item {
  margin: 0 30px;
  width: 360px;
  text-align: center;
  position: relative;
}

.common-list05__link:hover {
  opacity: .8;
}

.common-list05__img-box {
  margin-bottom: 30px;
  height: 340px;
  width: 340px;
  position: relative;
}

.common-list05__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 50%;
}

.common-list05__def {
  margin-top: 25px;
}

.common-list05__def-ttl {
  color: #646464;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.common-list05__def-ttl__price {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.common-list05__def-data {
  color: #999;
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin-top: 15px;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font28 {
  font-size: 28px !important;
}

.font-bold {
  font-weight: bold;
}

.font-min {
  font-family: "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}

.font-en {
  font-family: "Courgette", cursive;
  font-weight: normal;
}

.c-white {
  color: #fff !important;
}

.c-green {
  color: #f08300 !important;
}

.c-red {
  color: #E64F4F !important;
}

.c-gray {
  color: #A8A8A7 !important;
}

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

.align-c {
  text-align: center;
}

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

.bg-or {
  background: #f08300 !important;
}

.bg-or02 {
  background: #fff8ee !important;
}

.bg-white {
  background: #fff !important;
}

.m-t10 {
  margin-top: 10px !important;
}

.m-t15 {
  margin-top: 15px !important;
}

.m-t20 {
  margin-top: 20px !important;
}

.m-t30 {
  margin-top: 30px !important;
}

.m-t40 {
  margin-top: 40px !important;
}

.m-t50 {
  margin-top: 50px !important;
}

.m-t60 {
  margin-top: 60px !important;
}

.m-t70 {
  margin-top: 70px !important;
}

.m-t80 {
  margin-top: 80px !important;
}

.m-b15 {
  margin-bottom: 15px !important;
}

.m-b20 {
  margin-bottom: 20px !important;
}

.m-b30 {
  margin-bottom: 30px !important;
}

.b-radius01 {
  border-radius: 50%;
}

.b-radius02 {
  border-radius: 30px 0 30px 0;
}

.b-radius03 {
  border-radius: 20px !important;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

img {
  pointer-events: none;
}

a {
  display: inline-block;
}

.ohtop-mainv {
  text-indent: -9999px;
}

.ohtop-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ohtop-news_sns {
  margin: 0 auto;
}

.ohtop-news_sns li.box_fb {
  background: #3b5998;
}

.ohtop-news_sns li.box_tw {
  background: #55acee;
}

.ohtop-news_scr {
  overflow-y: auto;
  height: 415px;
}

.ohtop-news_scr iframe {
  width: 100% !important;
  height: 100% !important;
}

.ohtop-mov_wrap {
  text-align: center;
}

.ohtop-mov_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ohtop-mov_youtube .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ohtop-mov_youtube .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.ohtop-mov_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ohtop-contents .oh-ttl h2 img {
  margin-top: -60px;
}

.ohtop-contents .common-list {
  text-align: center;
  background: none;
}

.ohtop-contents_data {
  background: #fff;
  border: 1px solid #f08300;
  box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
  border-radius: 15px;
}

.ohtop-contents_datattl {
  font-weight: bold;
  padding: 15px 0;
}

.ohtop-contact {
  background: #fff8ee;
  text-align: center;
}

.ohtop-contact h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}

#ohkun .detail-mainv {
  height: auto;
}

#ohkun a:hover img {
  opacity: 0.7;
}

.oh-ttl {
  background: url(/img/oh/bg_ttl.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 25px 0 15px;
}

.oh-ttl h2 {
  margin: 0 auto;
}

.oh-about_about01 {
  margin-bottom: 50px;
}

.oh-about_about01 div {
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
}

.oh-about_about01 div:last-child {
  background: none;
}

.oh-about_about01 div dt {
  font-weight: bold;
  text-align: center;
}

.oh-about_about01 div dt span {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 15px;
  border: 3px solid #f08300;
  border-left-width: 4px;
  box-shadow: 0 7px #f08300;
}

.oh-about_houkoku {
  font-weight: bold;
  background-image: url(../../img/common/line01.png), url(../../img/common/line01.png);
  background-position: left top, left bottom;
  background-size: 5px 2px, 5px 2px;
  background-repeat: repeat-x, repeat-x;
  position: relative;
}

.oh-about_houkoku h3 {
  text-align: center;
}

.oh-about_houkoku .oh-icon {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.oh-faq_qbox {
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 5px 2px;
  font-weight: bold;
  position: relative;
}

.oh-faq_qbox:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/oh/faq_q.png) no-repeat;
  background-size: 100% auto;
  top: 50%;
}

.oh-faq_qbox:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/oh/icon_plus.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
}

.oh-faq_qbox.active:after {
  background-image: url(/img/oh/icon_minus.png);
}

.oh-faq_abox {
  background: #fff8ee;
  box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
  display: none;
  position: relative;
}

.oh-faq_abox:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/oh/faq_a.png) no-repeat;
  background-size: 100% auto;
}

.oh-friends_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.oh-friends_list li {
  text-align: center;
}

.oh-friends_list img {
  display: block;
  margin: 0 auto 20px;
  zoom: 0.5;
}

.oh-friends_list span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 15px;
  border: 3px solid #f08300;
  border-left-width: 4px;
  box-shadow: 0 7px #f08300;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body.spopened {
    overflow: hidden;
  }
  img {
    width: 100%;
  }
  br.sp,
  img.sp {
    display: block;
  }
  br.pc,
  img.pc {
    display: none !important;
  }
  input:placeholder-shown,
  select:placeholder-shown,
  textarea:placeholder-shown {
    font-size: 14px;
  }
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  input:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 30px;
  }
  .slick-prev:after,
  .slick-next:after {
    width: 30px;
    height: 30px;
  }
  #t_slider .slick-next {
    left: auto;
    right: 10px;
  }
  #t_slider .slick-prev {
    left: 10px;
  }
  #t_pickup .slick-next {
    left: auto;
    right: 10px;
  }
  #t_pickup .slick-prev {
    left: 10px;
  }
  .header {
    height: 75px;
    z-index: 9999;
    position: fixed;
    top: 0;
  }
  .header-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9990;
    position: relative;
    padding-left: 75px;
  }
  .header__logo {
    width: 80px;
    order: 2;
    margin: 0 auto;
  }
  .header__info {
    display: none;
  }
  .header__sns {
    display: none;
  }
  .header__nav-pc {
    display: none;
  }
  .header__nav-sp {
    margin-top: 75px;
  }
  .header__nav-sp ul {
    border-bottom: 1px solid #f08300;
    border-left: 1px solid #f08300;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header__nav-sp li {
    width: 20%;
    border-right: 1px solid #f08300;
  }
  .header__nav-sp li a {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 7px 0;
    font-weight: bold;
    color: #f08300;
  }
  .header__nav-sp li a img {
    height: 15px;
    width: auto;
    display: block;
    margin: 0 auto 5px;
  }
  .header .btn-search {
    order: 3;
    padding: 25px;
    width: 75px;
    height: 75px;
  }
  #weather-blc {
    display: none;
  }
  #header__add {
    display: none;
  }
  .h-nav {
    display: none;
  }
  .footer .common-inner {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .common-inner.sp_none {
    display: none;
  }
  .footer__nav li {
    font-size: 13px;
  }
  .footer__nav#fnav01 li {
    width: 30%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .footer__nav#fnav01 li:nth-child(3n-2) {
    width: 40%;
  }
  .footer__nav#fnav02 li {
    width: 32%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .footer__nav#fnav02 li:nth-child(3n) {
    width: 36%;
  }
  .footer__nav#fnav03 li {
    width: 45%;
    margin-bottom: 10px;
  }
  .footer__nav#fnav04 {
    margin-top: -15px;
  }
  .footer__nav#fnav04 dl {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__nav#fnav04 dt {
    width: 100%;
    text-align: center;
    margin: 10px 0 5px;
  }
  .footer__nav#fnav04 dt:after {
    margin: 5px auto 0;
  }
  .footer__nav#fnav04 dd {
    font-size: 11px;
    width: 50%;
  }
  .footer__nav#fnav04 .pc {
    display: none;
  }
  .footer__sns {
    padding: 0 0 25px;
  }
  .footer__sns img {
    width: 30px;
  }
  .footer__copyright {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer__copyright {
    font-size: 13px;
    padding-bottom: 30px;
  }
  .pagetop {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .pagetop a {
    right: 15px;
    top: -45px;
  }
  .top-fbn ul {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-fbn li {
    width: 49%;
    margin-bottom: 10px;
  }
  .top_main_slider {
    margin-bottom: 10px;
  }
  .top_main_slider p {
    padding: 0 5px;
    margin: 10px 0;
  }
  .top_main_slider p a {
    padding-top: 73%;
  }
  .top_main_slider p img.sp {
    display: block;
    height: 100%;
  }
  #top_weather {
    padding: 15px;
    text-align: center;
    display: block;
  }
  #top_weather img {
    width: auto !important;
    height: auto !important;
  }
  #top_nowonair {
    margin: 0 auto;
  }
  #top_nowonair .inner {
    border: 1px solid #f08300;
    border-radius: 6px 6px 0 0;
    text-align: center;
    position: relative;
  }
  #top_nowonair .common-ttl02 {
    display: none;
  }
  #top_nowonair .sp_icon {
    width: 88px;
    position: absolute;
    top: -50px;
    right: 5px;
  }
  #top_nowonair .sp_ttl {
    background: #f08300;
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
  }
  #top_nowonair .btn-wrap {
    margin: 0 20px 10px;
  }
  #top_nowonair .btn-more {
    font-size: 13px;
    padding: 3px;
  }
  #top_nowonair .pg-data {
    width: 100%;
  }
  #top_nowonair .pg-data:nth-child(n+2) {
    display: none;
  }
  #top_nowonair .pg-data .pg-time:before {
    border: 1px solid #f08300;
    color: #f08300;
    display: inline-block;
    padding: 2px 5px;
    margin-right: 10px;
    content: "NOW ON AIR";
  }
  #top_nowonair .pg-time {
    width: 100%;
    padding: 10px 10px 5px;
    display: block;
  }
  #top_nowonair .pg-name {
    padding: 0 10px 5px;
  }
  .top-section__inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-section__title:before {
    width: 18px;
    height: 26px;
    margin-bottom: 10px;
  }
  .top-wrapper {
    padding-bottom: 60px;
  }
  .bousaialert_box {
    padding: 5px 15px 25px;
  }
  .bousaialert_ttl {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .bousaialert_ttl img {
    margin: 0 auto 5px;
    display: block;
    width: 32px;
  }
  .bousaialert_txt dt {
    font-size: 23px;
  }
  .bousaialert_txt dd {
    font-size: 15px;
  }
  .bousaialert_txt dd .bdate {
    font-size: 14px;
  }
  .bousaialert_link {
    width: 100%;
    font-size: 25px;
    margin: 15px 0;
    padding: 15px 0;
  }
  .bousaialert_link:after {
    font-size: 18px;
    margin-top: -10px;
    right: 10px;
  }
  .bousaialert_link span {
    font-size: 16px;
  }
  .ba_close {
    font-size: 15px;
    width: 150px;
    padding: 10px;
  }
  .ba_close02 {
    width: 40px;
    right: 15px;
    top: 15px;
  }
  .inpage-mainv {
    margin-bottom: 15px;
  }
  .inpage-mainv h2 span {
    font-size: 25px;
  }
  .inpage-tagttl {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .inpage-tagttl {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .inpage-copy {
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .inpage-pcopy {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .inpage-wrap {
    order: 1;
    margin: 0 0 50px;
  }
  .inpage-tab li {
    font-size: 10px;
    padding: 10px 5px;
  }
  .main-blc {
    order: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .side-blc {
    order: 4;
    width: 100%;
    margin-top: 50px;
  }
  .side-blc #s_newpost .common-list__data:nth-child(n+10) {
    display: none;
  }
  #t_headline {
    margin: 0 auto;
  }
  #t_headline .common-list__data {
    padding: 10px 0;
  }
  #t_headline .common-list__data_info {
    display: none;
  }
  #t_headline .common-list dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #t_headline .common-ttl02 {
    width: 70%;
  }
  #t_anoblog {
    /*@include inner;*/
  }
  #t_anoblog .common-list__data {
    padding: 10px 0;
  }
  #t_anoblog .common-list dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #t_anoblog .common-list dd {
    overflow: hidden;
    max-height: 70px;
  }
  #t_bangumi {
    /*@include inner;*/
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #t_bangumi .bangumi-list_blc {
    padding-top: 35px;
  }
  #t_bangumi .common-list__data {
    padding: 10px 0;
  }
  #t_bangumi .common-list dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #t_bangumi .common-list dd {
    overflow: hidden;
    max-height: 70px;
  }
  #t_bangumi .common-ttl02 {
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
  }
  #t_special {
    /*@include inner;*/
    padding-top: 50px;
  }
  #t_special .bangumi-list_blc {
    padding-top: 35px;
  }
  #t_special .common-list dd {
    overflow: hidden;
    max-height: 70px;
  }
  #t_special .common-ttl02 {
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bangumi-list_blc {
    margin: 0 10px;
  }
  #t_event {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  #t_event .common-list dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #t_event .img-box {
    padding-top: 25%;
    width: 25%;
  }
  #s_ohkinfo {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #t_pickup {
    padding-top: 20px;
    min-height: 540px;
  }
  #t_gift {
    padding-top: 20px;
  }
  #s_newpost {
    width: 100%;
    padding: 25px;
  }
  #s_newpost .common-ttl02 {
    margin-top: -35px;
  }
  #s_recommend {
    width: 100%;
    padding: 25px;
  }
  #s_recommend .common-ttl02 {
    margin-top: -35px;
  }
  #s_ranking {
    margin: 0 auto;
  }
  #s_readtog {
    width: 100%;
    padding: 25px;
  }
  #s_readtog .common-ttl02 {
    margin-top: -35px;
  }
  .list_type01 .common-list {
    padding-top: 40px;
  }
  .list_type01 .common-ttl02 {
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tobira-data {
    padding: 10px;
    margin-bottom: 25px;
  }
  .tobira-data_txt dt {
    font-size: 15px;
    padding: 10px 0;
  }
  .tobira-data_info {
    font-size: 12px;
  }
  #detail_f_rec {
    order: 3;
    margin: 0 auto;
  }
  #t_tag {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  #t_tag .tag {
    padding: 20px 0 15px;
  }
  #t_tag .tag a {
    margin: 0 2px 15px;
    padding: 5px 10px;
  }
  #t_tag .common-ttl02 {
    top: -12px;
  }
  .event-mainv {
    margin-bottom: 25px;
  }
  .event-mainv_vframe {
    width: 100%;
    padding-top: 66.66%;
  }
  .detail-mainv {
    width: 100%;
    padding-top: 66.66%;
    margin-bottom: 5px;
  }
  .detail-mainv h2 {
    font-size: 25px;
  }
  .detail_info {
    padding-bottom: 0;
    font-size: 12px;
  }
  .detail_tag li {
    margin: 0 5px 5px 0;
  }
  .detail-ftag {
    background: #fff8ee;
    margin: 0 -35px 40px;
    padding: 20px;
  }
  .detail-ftag .tag {
    justify-content: center;
  }
  .detail_ttl h3 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .detail_ttl h3.font_s {
    font-size: 14px;
  }
  .detail-pager {
    display: none;
  }
  .detail-contents {
    font-size: 14px;
    padding: 0 0;
  }
  .detail-contents_headblc {
    margin-bottom: 15px;
  }
  .detail-contents_blc {
    margin-bottom: 15px;
  }
  .detail-contents_blc img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 20px 0;
  }
  .detail-contents_blc p {
    margin-bottom: 30px;
  }
  .detail-contents_blc ul {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .detail-contents_blc ul li:before {
    top: 5px;
  }
  .detail-contents_blc ol {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .detail-contents_blc ol li:before {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 3px;
  }
  .detail-contents_blc li {
    margin-bottom: 10px;
  }
  .detail-contents_blc iframe {
    height: 300px !important;
  }
  .detail-contents_blc h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .detail-form {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .detail-masterarea img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .mainv-spwrap {
    margin: 0 -25px;
  }
  .present-txt {
    font-size: 16px;
  }
  .form-blc .present-ttl {
    display: none;
  }
  .form-blc .present-info {
    margin-top: -30px;
  }
  .form-ttl {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
  .form-head {
    font-size: 16px;
  }
  .btn-wrap {
    margin-bottom: 25px;
  }
  .btn-submit {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 8px 0;
  }
  .btn-back {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .btn-more {
    width: 100%;
    font-size: 15px;
    padding: 8px 0;
  }
  #presentform .present-ttl {
    font-size: 20px;
    padding-top: 10px;
    display: block;
  }
  #presentform .form-wrap {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .tbl_scr {
    height: auto;
    overflow: scroll;
  }
  .tbl_today th {
    padding: 10px;
  }
  .tbl_today td {
    padding: 10px;
  }
  .pg-chgbtn {
    padding: 10px 0;
  }
  .pg-chgbtn .btn-more {
    width: 40%;
    font-size: 12px;
  }
  .pg-daylist {
    padding: 10px;
    margin-bottom: 10px;
    justify-content: center;
  }
  .pg-daylist .selectDate {
    padding: 5px 8px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .pg-yday {
    font-size: 20px;
  }
  .pg-tbl_time {
    font-size: 16px;
  }
  .pg-tbl_ttl {
    font-size: 18px;
  }
  .pg-tbl_subttl {
    font-size: 11px;
  }
  .pg-icon {
    padding: 10px;
    margin-bottom: 15px;
  }
  .pg-icon li {
    margin: 0 8px 5px 0;
    font-size: 11px;
    line-height: 1.4;
  }
  .pg-icon li img {
    margin-right: 5px;
    width: auto;
  }
  .pg-detail dl {
    margin-bottom: 15px;
  }
  .pg-detail dt {
    padding: 10px 0;
  }
  .pg-detail dd {
    padding: 10px 0;
  }
  .alert_box {
    padding: 10px 10px 10px 35px;
    margin: 10px 10px 5px;
    background-position: 10px 10px;
  }
  .alert_live_wrap .alert_live {
    padding: 10px 10px 10px 35px;
    margin: 10px 10px 5px;
    background-position: 10px 10px;
  }
  .common-section {
    padding: 40px 0 50px;
  }
  .common-lead {
    margin-top: 20px;
    padding: 0 10px;
  }
  .common-lead__sub {
    font-size: 12px;
  }
  .common-inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .common-adbox#ad02 {
    margin-bottom: 0;
  }
  .common-adbox#ad04 {
    padding-top: 25px;
  }
  .common-adbox_pc {
    display: none;
  }
  .common-adbox_sptop {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .common-commentbox {
    margin: 25px 0;
    padding: 10px;
  }
  .common-sharebox {
    margin: 0 auto;
    margin: 25px 0;
    order: 2;
  }
  .common-sharebox02 {
    margin: 15px 0 15px;
  }
  .common-sharebox02 dl {
    width: 100%;
  }
  .common-error {
    padding: 0 30px;
  }
  .common-error dt {
    font-size: 20px;
  }
  .common-error dd {
    font-size: 16px;
  }
  .common-flame:before {
    height: 60px;
    width: 85%;
    top: -5px;
  }
  .common-flame:after {
    height: 60px;
    width: 85%;
    bottom: 15px;
  }
  .common-pickuplist {
    margin-top: -50px;
  }
  .common-pickuplist__data {
    margin: 0 10px;
    padding: 55px 10px 25px;
    font-size: 14px;
  }
  .common-ttl01 {
    font-size: 16px;
    padding: 0 0 8px;
    margin-bottom: 20px;
  }
  .common-ttl02 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .common-ttl02 span {
    display: block;
    font-size: 15px;
  }
  .common-ttl02 span:before {
    margin: 2px auto 5px;
  }
  .common-nav01 {
    margin: 0;
  }
  .common-nav01__list {
    margin: 40px 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
  }
  .common-nav01__item {
    width: 50%;
  }
  .common-nav01__link:after {
    width: 7px;
    height: 11px;
    right: calc(50% - 3px);
    bottom: 10px;
  }
  .common-nav01__img-box {
    width: 100%;
    height: 20vw;
  }
  .common-nav01__def {
    margin-top: 7px;
  }
  .common-nav02__list {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
    justify-content: space-between;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
  }
  .common-nav02__item {
    width: 50%;
  }
  .common-nav02__link:after {
    width: 7px;
    height: 11px;
    right: calc(50% - 3px);
    bottom: 10px;
  }
  .common-nav02__img-box {
    width: 100%;
    height: 20vw;
  }
  .common-nav02__def {
    margin-top: 7px;
  }
  .common-nav02__def-data {
    font-size: 11px;
  }
  .common-nav03__item {
    width: 100%;
    margin-top: -1px;
  }
  .common-nav03__link {
    padding: 15px 35px 15px 15px;
  }
  .common-nav03__link::after {
    right: 15px;
  }
  .common-nav03__link:hover::after {
    right: 10px;
  }
  .common-nav03__img-box {
    height: 80px;
    width: 80px;
  }
  .common-nav03__text {
    font-size: 14px;
  }
  .common-nav03 {
    margin-top: 50px;
  }
  .common-btn__box {
    margin-top: 10px;
  }
  .common-btn__box a:nth-child(n+2) {
    margin-top: 10px;
  }
  .common-btn02 {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    height: 56px;
    padding: 0 20px;
    margin: 0;
  }
  .common-btn02:after {
    right: 15px;
  }
  .common-btn02._big {
    font-size: 15px;
    height: 60px;
  }
  .common-btn02-reverse {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    height: 56px;
    padding: 0 20px;
    margin: 0;
  }
  .common-btn02-reverse:after {
    right: 15px;
  }
  .common-btn02-reverse._big {
    font-size: 15px;
    height: 60px;
  }
  .common-btn02-reverse {
    min-width: auto;
  }
  .common-btn03 {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    height: 50px;
    margin: 0;
  }
  .common-btn03._big {
    font-size: 15px;
    height: 60px;
  }
  .common-btn04 {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    height: 50px;
    margin: 0;
  }
  .common-btn04._big {
    font-size: 15px;
    height: 60px;
  }
  .common-btn05 {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    height: 50px;
    margin: 0;
  }
  .common-btn05._big {
    font-size: 15px;
    height: 60px;
  }
  .common-btn05 {
    padding: 0 50px;
  }
  .common-btn05::before {
    width: 18px;
    height: 26px;
  }
  .common-btn06 {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    height: 50px;
    margin: 0;
  }
  .common-btn06._big {
    font-size: 15px;
    height: 60px;
  }
  .common-btn06 {
    padding: 0 50px;
  }
  .common-btn06:before {
    width: 27px;
    height: 20px;
  }
  .common-btn07 {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    height: 50px;
    margin: 0;
  }
  .common-btn07._big {
    font-size: 15px;
    height: 60px;
  }
  .common-btn07 {
    padding: 0 50px;
  }
  .common-btn07::before {
    width: 18px;
    height: 26px;
  }
  .common-table__head-fixed {
    overflow: scroll;
  }
  .common-table__head-fixed th {
    position: relative;
  }
  .common-table__head-fixed th:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #C8C6C0;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1;
  }
  .common-table__head-fixed th + th {
    border-left: none !important;
  }
  .common-table__head-fixed th + td {
    border-left: none;
  }
  .common-table__head-fixed._colspan tr:first-of-type th:first-of-type {
    width: 130px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .common-table__head-fixed._colspan tr:first-of-type th:not(:first-of-type) {
    width: 170px;
  }
  .common-table__head-fixed tr:nth-child(n+2) th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .common-table__head-fixed tr:nth-child(n+2) th:nth-child(2), .common-table__head-fixed tr:nth-child(n+2) th._head02 {
    left: 65px;
    z-index: 0;
  }
  .common-table01 {
    font-size: 14px;
    border-top: 2px solid #C8C6C0;
    border-bottom: 2px solid #C8C6C0;
  }
  .common-table01._sp-type01 {
    font-size: 10px;
    word-break: break-all;
  }
  .common-table01._sp-type01 .common-table01__head {
    width: 80px;
    padding: 5px;
  }
  .common-table01._sp-type01 .common-table01__data {
    padding: 5px;
  }
  .common-table01__head {
    width: 100px;
    padding: 10px;
  }
  .common-table01__head._sp-w70 {
    width: 70px;
  }
  .common-table01__data {
    padding: 10px;
    font-size: 12px;
  }
  .common-blc01 {
    padding: 20px;
  }
  .common-blc01__img-box {
    width: 100%;
  }
  .common-blc01__img {
    width: 100%;
    height: auto;
  }
  .common-blc01__box {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .common-blc01__text {
    margin-top: 20px;
  }
  .common-blc02:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .common-blc02__img-box {
    width: 100%;
  }
  .common-blc02__img {
    width: 100%;
    height: auto;
  }
  .common-blc02__box {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .common-blc02__box-inner {
    width: 100%;
  }
  .common-blc02__text {
    margin-top: 20px;
  }
  .common-blc03:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .common-blc03__img-box {
    width: 100%;
  }
  .common-blc03__img {
    width: 100%;
    height: auto;
  }
  .common-list01__item:nth-child(n+2) {
    margin-top: 30px;
  }
  .common-list01__img-box {
    height: 50vw;
    width: 100%;
  }
  .common-list01__box {
    margin-top: 20px;
    width: 100%;
  }
  .common-list01__text:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .common-list01__catch {
    font-size: 16px;
  }
  .common-list02 {
    margin: -15px 0;
  }
  .common-list02._sp-col1 {
    margin: 0 -5px;
    flex-wrap: nowrap;
  }
  .common-list02._sp-col1 .common-list02__item {
    margin: 0 5px;
  }
  .common-list02._sp-col1 .common-list02__item:before {
    font-size: 12px;
    left: 8px;
    top: 8px;
  }
  .common-list02._sp-col1 .common-list02__img-box {
    height: 17vw;
    margin-bottom: 10px;
  }
  .common-list02._sp-col1 .common-list02__img-box:before {
    border-top-width: 50px;
    border-right-width: 50px;
  }
  .common-list02._sp-col1 .common-list02__def {
    margin-top: 10px;
  }
  .common-list02._sp-col1 .common-list02__def-ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .common-list02._sp-col1 .common-list02__def-data {
    font-size: 12px;
    margin-top: 5px;
  }
  .common-list02__item {
    margin: 15px 0;
    width: 100%;
  }
  .common-list02__item::before {
    font-size: 16px;
  }
  .common-list02__img-box {
    margin-bottom: 10px;
    height: 25vh;
    border-radius: 20px 0 0 0;
  }
  .common-list02__img-box::before {
    border-top: 70px solid #f08300;
    border-right: 70px solid transparent;
  }
  .common-list02__def {
    margin-top: 15px;
  }
  .common-list02__def-ttl {
    font-size: 18px;
    line-height: 26px;
  }
  .common-list02__def-ttl__price {
    font-size: 14px;
  }
  .common-list02__def-data {
    margin-top: 10px;
  }
  .common-list03 {
    padding-top: 25px;
    margin: -15px 0;
    justify-content: space-between;
  }
  .common-list03._sp-col1 {
    margin: 0 -5px;
    flex-wrap: nowrap;
  }
  .common-list03._sp-col1 .common-list03__item {
    margin: 0 5px;
  }
  .common-list03._sp-col1 .common-list03__item:before {
    font-size: 12px;
    left: 8px;
    top: 8px;
  }
  .common-list03._sp-col1 .common-list03__img-box {
    width: 100%;
    height: calc(33.335vw - 20px);
    margin-bottom: 10px;
  }
  .common-list03._sp-col1 .common-list03__img-box:before {
    border-top-width: 50px;
    border-right-width: 50px;
  }
  .common-list03._sp-col1 .common-list03__def {
    margin-top: 10px;
  }
  .common-list03._sp-col1 .common-list03__def-ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .common-list03._sp-col1 .common-list03__def-data {
    font-size: 12px;
    margin-top: 5px;
  }
  .common-list03__item {
    margin: 15px 0;
    width: 100%;
  }
  .common-list03__img-box {
    border: 8px solid #fff;
    margin: 0 auto;
    width: 100%;
    padding-top: calc(100% - 16px);
    position: relative;
    height: auto;
  }
  .common-list03__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .common-list03__def {
    margin-top: 15px;
  }
  .common-list03__def-ttl {
    font-size: 18px;
    line-height: 26px;
  }
  .common-list03__def-ttl__price {
    font-size: 14px;
  }
  .common-list03__def-data {
    margin-top: 10px;
  }
  .common-list04 {
    padding-top: 25px;
    margin: 0;
  }
  .common-list04._sp-col1 {
    margin: 0 -5px;
    flex-wrap: nowrap;
  }
  .common-list04._sp-col1 .common-list04__item {
    margin: 0 5px;
  }
  .common-list04._sp-col1 .common-list04__item:before {
    font-size: 12px;
    left: 8px;
    top: 8px;
  }
  .common-list04._sp-col1 .common-list04__img-box {
    width: 100%;
    height: calc(33.335vw - 20px);
    margin-bottom: 10px;
  }
  .common-list04._sp-col1 .common-list04__img-box:before {
    border-top-width: 50px;
    border-right-width: 50px;
  }
  .common-list04._sp-col1 .common-list04__def {
    margin-top: 10px;
  }
  .common-list04._sp-col1 .common-list04__def-ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .common-list04._sp-col1 .common-list04__def-data {
    font-size: 12px;
    margin-top: 5px;
  }
  .common-list04__item {
    border: 3px solid #DCDAD5;
    padding: 20px 8px;
    width: 100%;
    margin: 0;
  }
  .common-list04__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .common-list04__def-ttl {
    font-size: 17px;
    line-height: 1.44444;
  }
  .common-list04__def-data {
    margin-top: 10px;
  }
  .common-list04__box-text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 25px;
    padding: 15px;
  }
  .common-list05 {
    margin: -15px 0;
  }
  .common-list05._sp-col1 {
    margin: 0 -5px;
    flex-wrap: nowrap;
  }
  .common-list05._sp-col1 .common-list05__item {
    margin: 0 5px;
  }
  .common-list05._sp-col1 .common-list05__item:before {
    font-size: 12px;
    left: 8px;
    top: 8px;
  }
  .common-list05._sp-col1 .common-list05__img-box {
    width: 100%;
    height: calc(33.335vw - 20px);
    margin-bottom: 10px;
  }
  .common-list05._sp-col1 .common-list05__img-box:before {
    border-top-width: 50px;
    border-right-width: 50px;
  }
  .common-list05._sp-col1 .common-list05__def {
    margin-top: 10px;
  }
  .common-list05._sp-col1 .common-list05__def-ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .common-list05._sp-col1 .common-list05__def-data {
    font-size: 12px;
    margin-top: 5px;
  }
  .common-list05__item {
    margin: 15px 0;
    width: 100%;
  }
  .common-list05__img-box {
    margin: 0 auto;
    height: 190px;
    width: 190px;
  }
  .common-list05__def {
    margin-top: 15px;
  }
  .common-list05__def-ttl {
    font-size: 18px;
    line-height: 26px;
  }
  .common-list05__def-ttl__price {
    font-size: 14px;
  }
  .common-list05__def-data {
    margin-top: 10px;
  }
  .dsp-pc {
    display: none !important;
  }
  .font18 {
    font-size: 16px !important;
  }
  .font28 {
    font-size: 18px !important;
  }
  .m-t10 {
    margin-top: 5px !important;
  }
  .m-t15 {
    margin-top: 7px !important;
  }
  .m-t20 {
    margin-top: 10px !important;
  }
  .m-t30 {
    margin-top: 15px !important;
  }
  .m-t40 {
    margin-top: 20px !important;
  }
  .m-t50 {
    margin-top: 25px !important;
  }
  .m-t60 {
    margin-top: 30px !important;
  }
  .m-t70 {
    margin-top: 35px !important;
  }
  .m-t80 {
    margin-top: 40px !important;
  }
  .m-b15 {
    margin-bottom: 10px !important;
  }
  .m-b20 {
    margin-bottom: 15px !important;
  }
  .m-b30 {
    margin-bottom: 15px !important;
  }
  .ohtop-mainv {
    height: 447px;
    background: url(/img/oh/top_main_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .ohtop-nav {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ohtop-nav {
    margin-top: -20px;
    padding-bottom: 30px;
  }
  .ohtop-nav img {
    width: 90px;
    margin: 0 10px;
  }
  .ohtop-news_sns {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ohtop-news_sns {
    padding-bottom: 30px;
  }
  .ohtop-news_sns li {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .ohtop-news_scr {
    height: 300px;
  }
  .ohtop-mov_wrap {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .ohtop-mov_youtube .thumb {
    height: 100%;
  }
  .ohtop-contents .common-list {
    margin-top: -15px;
    padding: 0;
  }
  .ohtop-contents_data {
    padding: 15px;
    margin: 0 5px;
  }
  .ohtop-contact {
    padding: 30px 20px;
  }
  .ohtop-contact h4 {
    font-size: 17px;
  }
  #ohkun .detail-mainv {
    padding-top: 66.9%;
  }
  .oh-ttl {
    padding: 30px 0 25px;
    margin-bottom: -10px;
  }
  .oh-ttl h2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .oh-ttl h2 img {
    width: 245px;
  }
  .oh-headtxt {
    font-size: 14px;
    line-height: 2.5;
  }
  .oh-about_about01 div {
    flex-flow: column;
    padding: 80px 0 30px;
    position: relative;
  }
  .oh-about_about01 div img {
    width: 40%;
  }
  .oh-about_about01 div dl {
    display: flex;
    flex-flow: column;
    margin-top: 15px;
  }
  .oh-about_about01 div dt {
    top: 30px;
    left: 30%;
    width: 40%;
    position: absolute;
  }
  .oh-about_about01 div dt span {
    box-shadow: 0 4px #f08300;
    border: 2px solid #f08300;
    border-left-width: 4px;
  }
  .oh-about_houkoku {
    font-size: 14px;
    line-height: 1.8;
    padding: 50px 0;
  }
  .oh-about_houkoku h3 {
    margin: -75px 0 20px;
  }
  .oh-about_houkoku h3 img {
    width: 208px !important;
  }
  .oh-about_houkoku .oh-icon {
    width: 60px;
  }
  .oh-faq_qbox {
    font-size: 15px;
    padding: 20px 40px 20px 70px;
  }
  .oh-faq_qbox:before {
    width: 50px;
    height: 44px;
    left: 15px;
    margin-top: -22px;
  }
  .oh-faq_qbox:after {
    right: 15px;
  }
  .oh-faq_abox {
    font-size: 14px;
    padding: 15px 15px 15px 70px;
  }
  .oh-faq_abox:before {
    width: 50px;
    height: 44px;
    left: 15px;
    top: 15px;
  }
  .oh-friends_list li {
    padding: 0 10px 30px;
  }
  .oh-friends_list img {
    width: auto;
  }
  .oh-friends_list span {
    box-shadow: 0 4px #f08300;
    border: 2px solid #f08300;
    border-left-width: 4px;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  br.pc,
  img.pc {
    display: block;
  }
  br.sp,
  img.sp {
    display: none;
  }
  .slick-prev:after,
  .slick-next:after {
    width: 50px;
    height: 50px;
  }
  #t_slider .slick-next {
    margin-left: 290px;
  }
  #t_slider .slick-prev {
    margin-left: -340px;
  }
  #t_pickup .slick-next {
    margin-left: 275px;
  }
  #t_pickup .slick-prev {
    margin-left: -325px;
  }
  .header {
    height: 185px;
    padding: 15px 0;
    z-index: 999;
  }
  .header-wrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .header__search-sp {
    display: none;
  }
  .header__nav-pc {
    width: 100%;
  }
  .header__nav-pc ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .header__nav-pc li {
    width: calc(100%/9);
  }
  .header__nav-pc li:last-child span {
    border-right: none;
  }
  .header__nav-pc li a {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 7px 0;
  }
  .header__nav-pc li a img {
    width: auto;
    height: 23px;
    display: block;
    margin: 0 auto 5px;
  }
  .header__nav-pc li a span {
    display: inline-block;
    border-right: 1px solid #fff;
    width: 100%;
  }
  .header__nav-pc li a:hover {
    opacity: 0.6;
  }
  .header__nav-sp {
    display: none;
  }
  .header .btn-search {
    display: none;
  }
  .h-nav__link:hover {
    color: #f08300;
  }
  .btn-spmenu {
    display: none;
  }
  .sp-menu {
    display: none;
  }
  .footer .common-inner {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .footer .common-inner.pc_none {
    display: none;
  }
  .footer__nav {
    width: 80%;
    margin: 0 auto;
  }
  .footer__nav li {
    font-size: 14px;
    width: 33%;
    margin-bottom: 15px;
  }
  .footer__nav#fnav03 li {
    width: auto;
    text-align: center;
    color: #f08300;
  }
  .footer__nav#fnav03 li a {
    color: #f08300;
  }
  .footer__nav#fnav03 li a:after {
    content: "/";
    padding: 0 20px;
    display: inline-block;
  }
  .footer__nav#fnav04 dl {
    font-size: 14px;
    width: 33%;
    margin-bottom: 15px;
  }
  .footer__nav#fnav04 .sp {
    display: none;
  }
  .footer__copyright {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .footer__copyright {
    color: #f08300;
    padding-bottom: 50px;
  }
  .pagetop {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .pagetop a {
    right: 30px;
    top: -60px;
  }
  .top-fbn ul {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .top-fbn ul {
    padding: 0 30px;
  }
  .top-fbn li {
    width: calc((100% - 45px)/4);
    margin-bottom: 15px;
  }
  #t_slider {
    min-height: 420px;
  }
  .top_main_slider {
    margin-bottom: 50px;
  }
  .top_main_slider p {
    width: 650px;
    height: 420px;
    padding: 0 10px;
  }
  .top_main_slider p img.pc {
    display: block;
    height: 100%;
  }
  #top_weather {
    display: none;
  }
  #top_nowonair {
    margin: 20px 0 60px;
  }
  #top_nowonair .btn-wrap {
    width: 150px;
    margin: 0 auto 20px;
  }
  #top_nowonair .sp_ttl, #top_nowonair .sp_icon {
    display: none;
  }
  #top_nowonair #tv_nowonair {
    margin: 0;
    position: relative;
    box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
  }
  #top_nowonair #tv_nowonair:before {
    content: url("/img/common/top_oh_il01.png");
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 20;
    top: -32px;
  }
  #top_nowonair #tv_nowonair .slick-list {
    padding-top: 30px !important;
    margin-bottom: 20px;
  }
  #top_nowonair #tv_nowonair .slick-track {
    margin: 0 !important;
  }
  #top_nowonair .pg-data {
    padding: 20px 30px 15px;
    border-bottom: 2px solid #f08300;
    border-top: 2px solid #f08300;
    width: 330px;
    font-size: 16px;
    text-align: center;
    border-right: 2px dotted #f08300;
    position: relative;
    min-height: 105px;
    max-height: 130px;
    display: flex !important;
    align-items: center;
  }
  #top_nowonair .pg-data.slick-current {
    background: #fff8ee;
  }
  #top_nowonair .pg-data.slick-current .pg-time {
    padding: 3px 40px 3px 0;
    width: 88%;
  }
  #top_nowonair .pg-data.slick-current .pg-time:before {
    margin-right: 50px;
    content: "NOW ON AIR";
  }
  #top_nowonair .pg-time {
    background: #f08300;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 20px;
    min-width: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -15px;
    white-space: nowrap;
  }
  .top-section__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .inpage-mainv {
    width: 100%;
    margin: 0 auto 30px;
  }
  .inpage-mainv h2 span {
    font-size: 36px;
  }
  .inpage-tagttl {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .inpage-tagttl {
    font-size: 25px;
    margin-bottom: 50px;
  }
  .inpage-copy {
    font-size: 22px;
    margin-bottom: 65px;
  }
  .inpage-wrap {
    width: 1200px;
    margin: 20px auto 80px;
    justify-content: space-between;
  }
  .main-blc {
    width: 850px;
  }
  .main-blc.wide_full {
    width: 100%;
  }
  .side-blc {
    width: 320px;
    order: 3;
  }
  .side-blc .common-adbox {
    order: 1;
    margin-bottom: 50px;
  }
  .side-blc #s_ranking {
    order: 2;
  }
  .side-blc #s_recommend {
    order: 3;
  }
  .side-blc #s_readtog {
    order: 4;
  }
  .side-blc #s_newpost {
    order: 2;
  }
  .side-blc #s_newpost .common-list__data:nth-child(n+10) {
    display: none;
  }
  .side-blc_wrap {
    padding: 0 20px 20px;
  }
  #t_headline {
    margin: 0 auto 100px;
    width: 1200px;
    min-height: 1450px;
  }
  #t_headline .common-list {
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: none;
    padding-left: 0;
    padding-right: 340px;
    padding-top: 40px;
  }
  #t_headline .common-list__data {
    background: none;
    padding: 0;
  }
  #t_headline .common-list__data_wrap {
    width: calc((100% - 30px)/3);
    background: none;
    border: 1px solid #f08300;
    box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 14px;
  }
  #t_headline .common-list__data_wrap:nth-child(3n) {
    margin-right: 0;
  }
  #t_headline .common-list__data_info {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #t_headline .common-list dl {
    width: 100%;
    padding: 15px 0;
  }
  #t_headline .common-list dt {
    background: url(../../img/common/line01.png) repeat-x left bottom;
    background-size: 5px 2px;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  #t_headline .img-box {
    overflow: hidden;
    position: relative;
    padding-top: 66%;
    width: 100%;
  }
  #t_headline .img-box img {
    position: absolute;
    height: 100%;
    top: 0;
    width: auto;
  }
  #t_headline .common-ttl02 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
  }
  #t_headline .btn-more {
    width: 50%;
  }
  #t_anoblog {
    padding-top: 100px;
    margin: 100px auto 100px;
  }
  #t_anoblog .common-list__data {
    padding: 10px;
  }
  #t_anoblog .common-list__data_wrap {
    width: calc((100% - 15px)/2);
    background: none;
    border: 1px solid #f08300;
    box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
    padding: 15px;
    margin-bottom: 15px;
  }
  #t_anoblog .img-box {
    width: 30%;
    padding-top: 30%;
  }
  #t_anoblog .common-list dl {
    width: 65%;
  }
  #t_anoblog .common-list dd {
    max-height: 76px;
    line-height: 1.2;
  }
  #t_anoblog .common-ttl02 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
    top: 0;
  }
  #t_bangumi {
    margin: 100px auto 0;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  #t_bangumi .common-list__data {
    padding: 10px;
  }
  #t_bangumi .common-list__data_wrap {
    width: calc((100% - 15px)/2);
    background: none;
    border: 1px solid #f08300;
    box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
    padding: 15px;
    margin-bottom: 15px;
  }
  #t_bangumi .img-box {
    width: 30%;
    padding-top: 30%;
  }
  #t_bangumi .common-list dl {
    width: 65%;
  }
  #t_bangumi .common-list dd {
    max-height: 76px;
    line-height: 1.2;
  }
  #t_bangumi .common-ttl02 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
    top: 0;
  }
  #t_special {
    background: #fff8ee;
    margin: 50px auto 100px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  #t_special .bangumi-list_blc {
    border: none;
    background: #fff;
  }
  #t_special .common-list__data_wrap {
    width: calc((100% - 15px)/2);
    background: none;
    border: 1px solid #f08300;
    box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
    padding: 15px;
    margin-bottom: 15px;
  }
  #t_special .common-list dd {
    max-height: 76px;
    line-height: 1.2;
    min-height: 76px;
  }
  #t_special .common-ttl02 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
    top: -15px;
  }
  .bangumi-list_blc {
    width: 300px;
    margin-right: 15px;
  }
  #t_event {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 100px;
    background: url(../../img/common/bg_plus.png) center top;
    background-color: #fff8ee;
  }
  #t_event .list_type01 {
    margin: 0 auto;
    background: none;
  }
  #t_event .common-list {
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    background: none;
    flex-wrap: wrap;
  }
  #t_event .common-list__data {
    width: 30%;
    background: #fff;
    padding-top: 0;
    box-shadow: 0px 3px 3px 0px rgba(179, 179, 179, 0.55);
    flex-direction: column;
  }
  #t_event .common-list__data:last-child {
    background: #fff !important;
  }
  #t_event .common-list dl {
    width: 100%;
    padding: 15px;
  }
  #t_event .common-list dt {
    background: url(../../img/common/line01.png) repeat-x left bottom;
    background-size: 5px 2px;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  #t_event .img-box {
    padding-top: 66.66%;
    width: 100%;
  }
  #t_event .common-ttl02 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -15px;
    background: none;
  }
  #t_event .btn-more {
    width: 50%;
  }
  #s_ohkinfo {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  #s_ohkinfo {
    margin-bottom: 100px;
  }
  #s_ohkinfo .common-list {
    padding-left: 130px;
    padding-right: 130px;
  }
  #s_ohkinfo .btn-more {
    width: 50%;
  }
  #t_pickup {
    margin-bottom: 50px;
    padding-bottom: 50px;
    min-height: 735px;
  }
  #t_pickup .btn-more {
    display: none;
  }
  #t_gift {
    background: url(../../img/common/bg_plus.png) center top;
    padding-top: 80px;
    margin-bottom: 50px;
  }
  #t_gift .btn-more {
    display: none;
  }
  #t_gift .common-ttl02 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -15px;
  }
  #s_recommend .common-ttl02 {
    margin-top: -12px;
  }
  #s_ranking {
    padding-left: 0;
    padding-right: 0;
  }
  #s_readtog .common-ttl02 {
    margin-top: -12px;
  }
  .list_type01 .common-ttl02 {
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #top_wrap #s_newpost {
    display: none;
  }
  #top_wrap #s_ranking {
    position: absolute;
    top: 60px;
    width: 325px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 435px;
  }
  .tobira-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tobira-data {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
  }
  .tobira-data:nth-child(3n) {
    margin-right: 0;
  }
  #detail_f_rec {
    order: 4;
    margin: 0 auto;
  }
  #detail_f_rec .tobira-data {
    width: calc((100% - 45px)/4);
  }
  #detail_f_rec .tobira-data:nth-child(3n) {
    margin-right: 15px;
  }
  #detail_f_rec .tobira-data:nth-child(4n) {
    margin-right: 0;
  }
  #t_tag .tag {
    padding: 40px 50px 30px;
  }
  #t_tag .tag a {
    margin: 0 20px 25px;
    padding: 5px 30px;
  }
  #t_tag .common-ttl02 {
    top: -15px;
  }
  .event-mainv {
    margin-bottom: 50px;
  }
  .event-mainv_vframe {
    width: 100%;
    height: 567px;
    margin: 0 auto;
  }
  .detail-mainv {
    width: 100%;
    height: 567px;
    margin: 0 auto;
  }
  .detail-mainv.alertlive {
    margin-bottom: 30px;
  }
  .detail-mainv h2 {
    font-size: 36px;
  }
  .detail_info {
    padding: 20px 0;
    font-size: 18px;
  }
  .detail_tag li {
    margin: 0 10px 10px 0;
  }
  .detail-ftag {
    display: none;
  }
  .detail-pager {
    order: 4;
    width: 100%;
  }
  .detail-contents {
    font-size: 18px;
  }
  .detail-contents_headblc {
    margin-bottom: 30px;
  }
  .detail-contents_blc {
    margin-bottom: 30px;
  }
  .detail-contents_blc img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 25px 0;
  }
  .detail-contents_blc p {
    margin-bottom: 50px;
  }
  .detail-contents_blc ul {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .detail-contents_blc ol {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .detail-contents_blc li {
    margin-bottom: 20px;
  }
  .detail-contents_blc iframe {
    height: 400px !important;
  }
  .detail-form {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .detail-masterarea img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .btn-wrap {
    margin-bottom: 45px;
  }
  .btn-submit {
    display: block;
    margin: 0 auto;
    width: 50%;
    font-size: 18px;
    padding: 15px 0;
  }
  .btn-back {
    display: block;
    margin: 0 auto;
    width: 40%;
    font-size: 16px;
    padding: 15px 0;
    margin: 0 10px;
  }
  .btn-more {
    font-size: 18px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .btn-more:hover {
    opacity: 0.7;
  }
  #presentform .btn-wrap {
    display: flex;
    justify-content: center;
  }
  .pg-chgbtn {
    padding: 0 0 30px;
  }
  .pg-chgbtn .btn-more {
    width: 18%;
  }
  .pg-detail dl {
    display: flex;
    flex-wrap: wrap;
  }
  .pg-detail dt {
    width: 20%;
    background: url(../../img/common/line01.png) repeat-x left bottom;
    background-size: 5px 2px;
  }
  .pg-detail dd {
    width: 80%;
  }
  .pg-detail .btn-wrap a {
    width: 50%;
  }
  #week_wrap table {
    margin-bottom: 15px;
  }
  .alert_box {
    width: 1200px;
    text-align: center;
  }
  .alert_live_wrap .alert_live {
    width: 1200px;
  }
  .alert_lwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .alert_lwrap_area {
    margin-bottom: 30px;
    width: 32%;
  }
  .common-lead {
    font-size: 18px;
  }
  .common-inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .common-adbox_sp {
    display: none;
  }
  .common-eventlist {
    margin: 0 auto;
  }
  .common-flame {
    min-width: 1200px;
  }
  .common-flame:before {
    top: 30px;
    height: 93px;
    width: 620px;
  }
  .common-flame:after {
    height: 93px;
    width: 620px;
    bottom: 15px;
  }
  .common-pickuplist {
    margin-top: -70px;
  }
  .common-pickuplist__data {
    width: 590px;
    transform: scale(0.85);
    margin: 40px 65px 0;
    padding: 65px 45px 25px;
    animation-duration: 1s;
  }
  .common-pickuplist__data.slick-current {
    animation-duration: 1s;
    font-size: 16px;
    padding: 80px 55px 25px;
    transform: scale(1);
  }
  .common-pickuplist__data.slick-current .common-pickuplist__ttl {
    font-size: 20px;
  }
  .common-ttl02 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .common-ttl02 span {
    display: block;
    font-size: 16px;
  }
  .common-nav01 {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .common-nav01.fixed {
    opacity: 1;
    visibility: visible;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  .common-nav01__list {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
  }
  .common-nav01__item {
    width: 100%;
  }
  .common-nav01__link {
    max-height: 120px;
  }
  .common-nav01__link:hover {
    opacity: .7;
  }
  .common-nav01__link:hover:after {
    transform: rotate(90deg) translateX(4px);
  }
  .common-nav01__img-box {
    width: 39%;
    max-width: 141px;
    height: 100%;
  }
  .common-nav01__def {
    margin-left: 3.5%;
    width: 61%;
  }
  .common-nav02__list {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
  }
  .common-nav02__item {
    width: calc(100% / 3);
  }
  .common-nav02__link {
    max-height: 120px;
  }
  .common-nav02__link:hover {
    opacity: .7;
  }
  .common-nav02__img-box {
    width: 32%;
    max-width: 141px;
    height: 100%;
  }
  .common-nav02__def {
    margin-left: 3.5%;
    width: 68%;
  }
  .common-btn__box {
    margin: 20px -10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common-btn__box._left {
    justify-content: flex-start;
  }
  .common-btn__box._right {
    justify-content: flex-end;
  }
  .common-btn02:hover:after {
    transform: translateX(4px) translateY(-50%);
  }
  .common-btn02-reverse:hover:after {
    transform: translateX(4px) translateY(-50%);
  }
  .common-btn02-reverse:hover:after {
    transform: translateX(-4px) translateY(-50%) rotate(180deg);
  }
  .common-blc01__img-box {
    width: 50%;
    height: 29.88vw;
    min-height: 590px;
  }
  .common-blc01__img-box._even {
    order: 2;
  }
  .common-blc01__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .common-blc01__box._even {
    order: 1;
    justify-content: flex-end;
  }
  .common-blc01__box-inner {
    padding: 0 90px;
  }
  .common-blc02__img-box {
    width: 50%;
  }
  .common-blc02__img-box._even {
    order: 2;
  }
  .common-blc02__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .common-blc02__box._even {
    order: 1;
    justify-content: flex-end;
  }
  .common-blc02__box-inner {
    padding: 0 90px;
  }
  .common-blc03__img-box {
    width: 50%;
  }
  .common-blc03__img-box._even {
    order: 2;
  }
  .common-blc03__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .common-list01__img-box._even {
    order: 2;
  }
  .common-list01__box._even {
    order: 1;
  }
  .common-list02__item:nth-child(n+4) {
    margin-top: 45px;
  }
  .common-list03._col4 {
    margin: 0 -20px;
    flex-wrap: nowrap;
  }
  .common-list03._col4 .common-list03__item {
    margin: 0 10px;
  }
  .common-list03__item:nth-child(n+4) {
    margin-top: 45px;
  }
  .common-list03__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .common-list04__item:nth-child(n+3) {
    margin-top: 50px;
  }
  .common-list05__item:nth-child(n+4) {
    margin-top: 45px;
  }
  .dsp-sp {
    display: none !important;
  }
  .ohtop-mainv {
    height: 638px;
    background: url(/img/oh/top_main_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .ohtop-nav {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .ohtop-nav {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ohtop-nav img {
    width: 120px;
    margin: 0 10px;
  }
  .ohtop-news_sns {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .ohtop-news_sns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .ohtop-news_sns li {
    width: 30%;
    padding: 20px;
    border-radius: 10px;
  }
  .ohtop-mov_wrap {
    width: 800px;
    margin: 30px auto 80px;
  }
  .ohtop-contents .common-list {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .ohtop-contents_data {
    padding: 20px;
    margin: 0 30px;
  }
  .ohtop-contact {
    padding: 65px 0;
  }
  .ohtop-contact .btn-more {
    width: 330px;
  }
  #ohkun .detail-mainv {
    padding-top: 48%;
  }
  .oh-ttl h2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .oh-ttl h2 img {
    width: 295px;
  }
  .oh-headtxt {
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 80px;
  }
  .oh-about_about01 div {
    padding: 50px 50px;
    flex-wrap: wrap;
  }
  .oh-about_about01 div img {
    width: 35%;
  }
  .oh-about_about01 div dl {
    width: 50%;
  }
  .oh-about_about01 div dt {
    margin-bottom: 30px;
  }
  .oh-about_houkoku {
    font-size: 18px;
    line-height: 2.2;
    padding: 80px 30px;
  }
  .oh-about_houkoku h3 {
    margin: -100px 0 50px;
  }
  .oh-about_houkoku h3 img {
    width: 250px !important;
  }
  .oh-about_houkoku .oh-icon {
    width: 85px;
  }
  .oh-faq_qbox {
    font-size: 18px;
    padding: 30px 50px 30px 120px;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
  }
  .oh-faq_qbox:before {
    width: 83px;
    height: 69px;
    left: 25px;
    margin-top: -35px;
  }
  .oh-faq_qbox:after {
    right: 25px;
  }
  .oh-faq_abox {
    font-size: 16px;
    padding: 25px 20px 25px 120px;
    margin-top: -20px;
  }
  .oh-faq_abox:before {
    width: 83px;
    height: 69px;
    left: 25px;
    top: 25px;
  }
  .oh-friends_list li {
    padding: 0 20px 50px;
  }
}

@media screen and (max-width: 1400px) {
  br.pc,
  img.pc {
    display: block;
  }
  .common-nav01__link {
    padding: 15px 35px 15px 15px;
  }
  .common-nav02__link {
    padding: 15px 45px 15px 15px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .header-wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  #t_event .list_type01 {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  #detail_f_rec {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .common-eventlist {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .ohtop-contents .common-list {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .header-wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #t_event .list_type01 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #detail_f_rec {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .common-eventlist {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ohtop-contents .common-list {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1470px) {
  .h-nav__list {
    margin-right: 50px;
  }
  .h-nav__link {
    font-size: 14px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  #top_nowonair {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .inpage-copy {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .main-blc {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  #t_headline {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  #t_event {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  #s_ranking {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  #detail_f_rec {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .common-sharebox {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
  .ohtop-mov_wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #top_nowonair {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .inpage-copy {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-blc {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #t_headline {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #t_event {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #s_ranking {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #detail_f_rec {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .common-sharebox {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ohtop-mov_wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 320px) {
  .common-adbox_sp {
    margin: 0 -25px 20px;
  }
}

@media screen and (max-width: 1400px) and (max-width: 768px) {
  .common-nav01__link {
    border: 1px solid #D6D6D6;
    padding: 10px 10px 25px 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .common-nav02__link {
    border: 1px solid #D6D6D6;
    padding: 10px 10px 25px 10px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (min-width: 1700px) {
  .common-nav01__def-ttl {
    font-size: 24px;
  }
  .common-nav02__def-ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 1250px) {
  .common-nav01__def-ttl {
    font-size: 16px;
  }
  .common-nav02__def-ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 768px) {
  .common-nav01__def-ttl {
    font-size: 15px;
  }
  .common-nav02__def-ttl {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .common-list03._col4 .common-list03__img-box {
    width: 23vw;
    height: 23vw;
  }
}

@media print {
  img {
    display: none;
  }
}
