@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

q:before, q:after { content: ''; content: none; }

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

i, cite, em, var, address, dfn { font-style: normal; }

/*
#styleguide
基本スタイル

```
<p>特に何も指定しないときの状態</p>
```
*/
html { font-size: 62.5%; }

body { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: auto; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; color: #000; background-color: #fff; font-size: 14px; font-size: 1.4rem; line-height: 1; letter-spacing: 0.1em; }

body a { text-decoration: none; color: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 1; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

body a:hover { opacity: 0.7; }

body * { box-sizing: border-box; }

.clearfix { *zoom: 1; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.container { margin: 0 auto; }

@media screen and (max-width: 763px) { .container { width: 100%; overflow: hidden; } }

.main { display: block; margin: 0 auto; overflow: hidden; min-width: 1140px; }

@media screen and (max-width: 763px) { .main { min-width: 1px; overflow: hidden; } }

.inner { padding: 0 50px; width: 100%; max-width: 1460px; min-width: 1140px; margin: 0 auto; }

@media screen and (max-width: 763px) { .inner { padding: 0 15px; max-width: 100%; min-width: 1px; } }

.br-sp { display: none; }

@media screen and (max-width: 763px) { .br-sp { display: block; } }

.br-pc { display: block; }

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

img { height: auto; }

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../lib/fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("../lib/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../lib/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../lib/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../lib/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../lib/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left { float: left; }

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

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

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

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

.fa-inverse { color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face { font-family: 'icomoon'; src: url("../lib/fonts/icomoon.eot?qgfj99"); src: url("../lib/fonts/icomoon.eot?qgfj99#iefix") format("embedded-opentype"), url("../lib/fonts/icomoon.ttf?qgfj99") format("truetype"), url("../lib/fonts/icomoon.woff?qgfj99") format("woff"), url("../lib/fonts/icomoon.svg?qgfj99#icomoon") format("svg"); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before { content: "\e902"; }

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

.icon-pin:before { content: "\e901"; }

/** Swiper 3.3.1 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2016, Vladimir Kharlampidi The iDangero.us http://www.idangero.us/ Licensed under MIT Released on: February 7, 2016 */
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; /* Fix of Webkit flickering */ z-index: 1; }

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

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; }

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

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

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: cubic-bezier(0.545, 0.105, 0.44, 0.975); transition-timing-function: cubic-bezier(0.545, 0.105, 0.44, 0.975); margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; height: 100%; position: relative; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

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

/* a11y */
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

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

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

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

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

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

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

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

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

/* Pagination Styles */
.swiper-pagination { position: absolute; text-align: center; -webkit-transition: 300ms; transition: 300ms; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; display: block; }

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

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; text-align: center; }

/* Bullets */
.swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: #FFF; border: 1px solid #DDD; }

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

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

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

.swiper-pagination-bullet-active { opacity: 1; background: #000; border: none; }

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

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

.swiper-container-vertical > .swiper-pagination-bullets { left: 25px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); -ms-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0); }

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

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

/* Progress */
.swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; }

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

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

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

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

.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000; }

/* 3D Container */
.swiper-container-3d { -webkit-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }

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

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

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */ background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */ background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip { overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

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

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

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: cubic-bezier(0.545, 0.105, 0.44, 0.975); transition-timing-function: cubic-bezier(0.545, 0.105, 0.44, 0.975); }

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #FFF; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; z-index: 1100; color: #000; opacity: 1; visibility: visible; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

.loader.is-loaded { opacity: 0; visibility: hidden; }

.loader__progress-bg { width: 100%; height: 2px; background-color: #FFF; position: relative; opacity: 0; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

.loader__progress-bg.is-loaded { -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; }

.loader__progress { width: 0%; height: 2px; background-color: #f2e982; position: absolute; top: 0; left: 0; }

.loader .global-header__logo { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media screen and (max-width: 763px) { .loader .global-header__logo { width: 129px; height: 42px; } }

.global-header { position: fixed; top: 0; left: 0; width: 100%; height: 100px; background-color: #FFF; z-index: 1000; }

@media screen and (max-width: 763px) { .global-header { height: 55px; } }

.global-header.is-dope { z-index: -1; }

.global-header__logo { display: block; float: left; margin-top: 30px; }

@media screen and (max-width: 763px) { .global-header__logo { margin-top: 13px; } }

.global-header__logo { width: 133px; height: 43px; }

@media screen and (max-width: 763px) { .global-header__logo { width: 89px; height: 30px; } }

.global-header__nav { display: block; float: right; }

@media screen and (max-width: 763px) { .global-header__nav { position: fixed; top: 45px; left: 0; width: 100%; height: 100%; background-color: #FFF; float: none; opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }
  .global-header__nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; } }

.global-header__nav ul { display: block; overflow: hidden; }

/*@media screen and (max-width: 763px) { .global-header__nav ul { height: 100vh; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 25px; } }*/

.global-header__nav ul li { display: block; float: left; margin: 0 18px 0 0; }

@media screen and (max-width: 763px) { .global-header__nav ul li { float: none; width: 100%; margin: 0 0 23px; }
  .global-header__nav ul li:first-child { margin-top: -50px; } }

.global-header__nav ul li:last-child { margin-right: 0; }

@media screen and (max-width: 763px) { .global-header__nav ul li:last-child { margin-top: -15px; } }

.global-header__nav ul li a:not(.btn) { display: block; padding: 45px 0; font-size: 12px; font-size: 1.2rem; line-height: 1; position: relative; }

@media screen and (max-width: 763px) { .global-header__nav ul li a:not(.btn) { padding: 0; font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; } }

/*.global-header__nav ul li a:not(.btn).is-home { display: none; }*/

@media screen and (max-width: 763px) { .global-header__nav ul li a:not(.btn).is-home { display: block; } }

.global-header__nav ul li a:not(.btn):after { content: ''; position: absolute; bottom: 2px; left: 0; width: 100%; height: 2px; background-color: #000; opacity: 0; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

@media screen and (max-width: 763px) { .global-header__nav ul li a:not(.btn):after { display: none; } }

.global-header__nav ul li a:not(.btn).is-current, .global-header__nav ul li a:not(.btn):hover { opacity: 1; }

@media screen and (max-width: 763px) { .global-header__nav ul li a:not(.btn).is-current, .global-header__nav ul li a:not(.btn):hover { color: rgba(0, 0, 0, 0.5); } }

.global-header__nav ul li a:not(.btn).is-current:after, .global-header__nav ul li a:not(.btn):hover:after { opacity: 1; }

.global-header__nav ul li a:not(.btn) small { position: absolute; top: 30px; left: 36px; font-size: 10px; font-size: 1rem; line-height: 1; }

.global-header__nav ul li a:not(.btn) small svg { position: relative; top: 2px; left: 0; }

@media screen and (max-width: 763px) { .global-header__nav ul li a:not(.btn) small { position: static; display: block; margin: 0 0 4px; text-align: center; } }

.global-header__nav ul li .btn { margin-top: 30px; }

@media screen and (max-width: 763px) { .global-header__nav ul li .btn i { display: none; } }

.global-header__btn { display: none; }

@media screen and (max-width: 763px) { .global-header__btn { display: block; width: 29px; height: 33px; position: absolute; top: 23px; right: 5px; }
  .global-header__btn.is-open span:first-child { -webkit-transform: translate(0, 2px) rotate(45deg); -ms-transform: translate(0, 2px) rotate(45deg); transform: translate(0, 2px) rotate(45deg); }
  .global-header__btn.is-open span:nth-child(2) { opacity: 0; -webkit-transform: translate(20px, 5px); -ms-transform: translate(20px, 5px); transform: translate(20px, 5px); }
  .global-header__btn.is-open span:nth-child(3) { -webkit-transform: translate(0, 0) rotate(-45deg); -ms-transform: translate(0, 0) rotate(-45deg); transform: translate(0, 0) rotate(-45deg); }
  .global-header__btn span { display: block; width: 20px; height: 1px; background-color: #000; opacity: 1; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }
  .global-header__btn span:first-child { -webkit-transform: translate(0, 0) rotate(0deg); -ms-transform: translate(0, 0) rotate(0deg); transform: translate(0, 0) rotate(0deg); }
  .global-header__btn span:nth-child(2) { -webkit-transform: translate(0, 5px); -ms-transform: translate(0, 5px); transform: translate(0, 5px); }
  .global-header__btn span:nth-child(3) { -webkit-transform: translate(0, 10px) rotate(0deg); -ms-transform: translate(0, 10px) rotate(0deg); transform: translate(0, 10px) rotate(0deg); } }

.btn { position: relative; text-align: center; display: inline-block; color: #000; }

.btn span { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; line-height: 1; letter-spacing: 0.1em; color: currentColor; }

@media screen and (max-width: 763px) { .btn span { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; } }

.btn i { display: inline-block; vertical-align: middle; margin-right: 3px; }

.btn-small { width: 159px; padding: 12px 0 14px; border-radius: 20px; }

@media screen and (max-width: 763px) { .btn-small { width: 100%; } }

.btn-mid { width: 270px; padding: 22px 0 24px; border-radius: 30px; }

@media screen and (max-width: 763px) { .btn-mid { width: 100%; padding: 13px 0 15px; border-radius: 20px; } }

.btn-mini { width: 178px; padding: 11px 0 13px; margin: 0 6px; border-radius: 30px; }

@media screen and (max-width: 763px) { .btn-mini { width: 48%; padding: 8px 0 9px; margin: 0; } }

.btn-mini span { font-size: 10px; font-size: 1rem; line-height: 1; }

.btn-mini i { font-size: 11px; }

@media screen and (max-width: 763px) { .btn-mini i { position: relative; margin-right: -2px; }
  .btn-mini i.icon-mail { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } }

.btn-black { background-color: #000; color: #FFF; }

.btn-yellow { background-color: #f2e982; }

.btn-big-font { padding: 18px 0; }

@media screen and (max-width: 763px) { .btn-big-font { padding: 13px 0; } }

.btn-big-font span { font-size: 16px; font-size: 1.6rem; line-height: 1; }

@media screen and (max-width: 763px) { .btn-big-font span { font-size: 12px; font-size: 1.2rem; line-height: 1; } }

.btn-big-font i { font-size: 22px; }

@media screen and (max-width: 763px) { .btn-big-font i { font-size: 16px; } }

.icon-arrow1 { display: inline-block; width: 6px; height: 7px; background-image: url(../images/common/arrow1.png); background-position: center; background-repeat: no-repeat; background-size: cover; }

.icon-arrow2 { display: inline-block; width: 10px; height: 5.5px; background-image: url(../images/common/icon-arrow2.png); background-position: center; background-repeat: no-repeat; background-size: cover; }

.mainvisual { position: relative; margin-top: 100px; margin-bottom: 68px;}

@media screen and (max-width: 763px) { .mainvisual { margin-top: 55px; margin-bottom: 40px; } }

.mainvisual .inner { padding: 0; position: relative; width: 100%; height: 100%; }

@media screen and (max-width: 763px) { .mainvisual .inner { padding: 0 15px; } }

.mainvisual__bg { position: absolute; top: 0; left: 200px; width: calc(100% - 230px); overflow: hidden; }

@media screen and (max-width: 763px) { .mainvisual__bg { position: relative; left: 0; width: 100%; } }

.mainvisual__bg-img { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url(../images/top/mv.jpg); -webkit-transition: all 4s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 4s cubic-bezier(0.545, 0.105, 0.44, 0.975); -webkit-transform: scale(1.14); -ms-transform: scale(1.14); transform: scale(1.14); }

@media screen and (max-width: 763px) { .mainvisual__bg-img { background-image: url(../images/top/mv@sp.jpg); } }

.mainvisual__bg-img.is-loaded { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.mainvisual__logo { position: absolute; top: 50%; left: 50px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); opacity: 1; z-index: 2; }

@media screen and (max-width: 763px) { .mainvisual__logo { top: 170px; left: 5px; -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%); transform: translate(0, 100%); filter: drop-shadow(0 0 4px #fff); } }

.mainvisual__logo { width: 510px; height: 170px; }

@media screen and (max-width: 763px) { .mainvisual__logo { width: 257px; height: 85px; }
  .mainvisual__logo svg > g > g:first-child { -webkit-transform: translate(-100px, -20px); -ms-transform: translate(-100px, -20px); transform: translate(-100px, -20px); } }

.mainvisual__scroll { position: absolute; bottom: 2px; left: 49px; background-image: url(../images/top/scroll.png); background-repeat: no-repeat; background-size: 7px 36px; background-position: 2px bottom; padding: 38px 0; }

@media screen and (max-width: 763px) { .mainvisual__scroll { display: none; } }

.mainvisual__scroll span { font-size: 11px; font-size: 1.1rem; line-height: 1; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; display: block; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; }

.top-news { margin-bottom: 68px; }

@media screen and (max-width: 763px) { .top-news { margin-bottom: 35px; } }

.top-news > .inner { padding-left: 200px; overflow: hidden; }

@media screen and (max-width: 763px) { .top-news > .inner { padding: 0 15px; } }

.top-news__title { font-size: 16px; font-size: 1.6rem; line-height: 1; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; width: 75px; float: left; }

@media screen and (max-width: 763px) { .top-news__title { font-size: 12px; font-size: 1.2rem; line-height: 1; float: none; position: relative; margin: 0 0 12px; }
  .top-news__title:after { content: ''; position: absolute; top: 6px; left: 49px; width: calc(100vw - 80px); height: 1px; background-color: #DDD; } }

.top-news__items { display: block; margin: -6px 0 0 75px; }

@media screen and (max-width: 763px) { .top-news__items { margin: 0; } }

.top-news__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 763px) { .top-news__item { border-bottom: 1px solid #DDD; margin: 0 0 15px; display: block; } }

.top-news__item a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 763px) { .top-news__item a { display: block; padding-bottom: 15px; } }

.top-news__item-time { display: inline-block; vertical-align: middle; margin-right: 15px; font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .top-news__item-time { display: block; color: rgba(0, 0, 0, 0.5); } }

.top-news__item-title { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .top-news__item-title { display: block; } }

.top-section__head { text-align: center; margin: 0 0 44px; }

@media screen and (max-width: 763px) { .top-section__head { margin: 0 0 26px; } }

.top-section__head span { display: block; margin: 4px 0 0; font-size: 12px; font-size: 1.2rem; line-height: 1; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media screen and (max-width: 763px) { .top-section__head span { margin: 0; font-size: 10px; font-size: 1rem; line-height: 1; letter-spacing: 0.1em; } }

.top-concept { background-image: url(../images/common/bg.png); padding: 100px 0; }

@media screen and (max-width: 763px) { .top-concept { padding: 50px 0; } }

.top-concept img[src*="concept-title.png"] { width: 187px; }

@media screen and (max-width: 763px) { .top-concept img[src*="concept-title.png"] { width: 118px; } }

.top-concept .inner { padding: 0 100px; }

@media screen and (max-width: 763px) { .top-concept .inner { padding: 0 15px; } }

.top-concept__img { margin: 0 0 86px; }

@media screen and (max-width: 763px) { .top-concept__img { margin: 0 0 30px; } }

.top-concept__img img { width: 100%; }

.top-concept__subtitle { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 28px; font-size: 2.8rem; line-height: 1; letter-spacing: 0.16em; margin: 0 0 25px; }

@media screen and (max-width: 763px) { .top-concept__subtitle { font-size: 16px; font-size: 1.6rem; line-height: 1; letter-spacing: 0.1em; margin: 0 0 20px; } }

.top-concept__text { text-align: center; position: relative; width: 750px; margin: 0 auto 80px; }

@media screen and (max-width: 763px) { .top-concept__text { width: 100%; margin: 0 0 -5px; text-align: left; } }

.top-concept__text p { border-bottom: 1px dotted rgba(0, 0, 0, 0.3); padding: 17px 0 16px; -webkit-transition-duration: 1.2s; transition-duration: 1.2s; -webkit-transition-timing-function: ease !important; transition-timing-function: ease !important; }

@media screen and (max-width: 763px) { .top-concept__text p { border-bottom: none; font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.04em; padding: 0; } }

.top-concept__text-img1 { position: absolute; top: -125px; left: -216px; }

@media screen and (max-width: 763px) { .top-concept__text-img1 { display: none; } }

.top-concept__text-img2 { position: absolute; bottom: -69px; right: -161px; }

@media screen and (max-width: 763px) { .top-concept__text-img2 { display: none; } }

.top-studio { padding: 100px 0; }

@media screen and (max-width: 763px) { .top-studio { padding: 50px 0; }
  .top-studio .inner { padding: 0; } }

.top-studio img[src*="studio-title.png"] { width: 146px; }

@media screen and (max-width: 763px) { .top-studio img[src*="studio-title.png"] { width: 105px; } }

.top-studio__inner { position: relative; border: 1px solid #DDD; padding: 60px 50px 50px; }

@media screen and (max-width: 763px) { .top-studio__inner { padding: 0; border: none; } }

.top-studio__inner:after { content: ''; position: absolute; top: 4px; left: 4px; width: 100%; height: 100%; border: 1px dotted #DDD; z-index: -1; }

@media screen and (max-width: 763px) { .top-studio__inner:after { display: none; } }

.top-studio__subtitle { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 28px; font-size: 2.8rem; line-height: 1.78571; letter-spacing: 0.2em; margin: 0 0 48px; }

@media screen and (max-width: 763px) { .top-studio__subtitle { font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; margin: -15px 0 23px; } }

.top-studio__items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 0 40px; }

@media screen and (max-width: 763px) { .top-studio__items { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 15px; margin: 0 0 15px; } }

.top-studio__item { display: block; width: calc(50% - 20px); position: relative; padding: 43px 84px; background-repeat: no-repeat; background-size: cover; }

@media screen and (max-width: 763px) { .top-studio__item { width: 100%; padding: 23px 32px; margin: 0 0 15px; } }

.top-studio__item a { display: block; }

.top-studio__item-inner { background-color: rgba(255, 255, 255, 0.8); padding: 68px 0; text-align: center; position: relative; min-height: 258px; }

@media screen and (max-width: 763px) { .top-studio__item-inner { padding: 0 0; min-height: 129px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.top-studio__item-inner:after { content: ''; position: absolute; top: 3%; left: 3%; border: 1px solid #DDD; width: 94%; height: 92%; }

.top-studio__item-new { position: absolute; top: -10px; left: -8px; width: 44px; height: 44px; border-radius: 22px; background-color: #f2e982; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 8px; font-size: 0.8rem; line-height: 1; z-index: 2; padding-left: 3px; }

@media screen and (max-width: 763px) { .top-studio__item-new { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); top: -16px; eft: -16px; } }

.top-studio__item-area { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 18px; font-size: 1.8rem; line-height: 2.11111; margin: 0 0 10px; }

@media screen and (max-width: 763px) { .top-studio__item-area { font-size: 12px; font-size: 1.2rem; line-height: 1; margin: 0 0 7px; display: block; } }

.top-studio__item-title { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 26px; font-size: 2.6rem; line-height: 1.5; }

@media screen and (max-width: 763px) { .top-studio__item-title { font-size: 15px; font-size: 1.5rem; line-height: 1.46667; letter-spacing: 0.1em; } }

.top-studio__design { background-image: url(../images/common/bg.png); padding: 37px 30px 50px; }

@media screen and (max-width: 763px) { .top-studio__design { padding: 25px 15px; } }

.top-studio__design-content { overflow: hidden; }

.top-studio__design-img { width: 410px; float: left; margin: 0 0 21px; }

@media screen and (max-width: 763px) { .top-studio__design-img { width: 100%; float: none; } }

.top-studio__design-img img { width: 100%; }

.top-studio__design-text { margin-left: 440px; margin-top: 9px; }

@media screen and (max-width: 763px) { .top-studio__design-text { margin: 0 0 19px; } }

.top-studio__design-text p { border-bottom: 1px dotted rgba(0, 0, 0, 0.3); padding: 17px 0 16px; }

@media screen and (max-width: 1260px) { .top-studio__design-text p { line-height: 3.6; display: inline; } }

@media screen and (max-width: 763px) { .top-studio__design-text p { border-bottom: none; padding: 0; font-size: 12px; font-size: 1.2rem; line-height: 2; } }

.top-studio__head4 { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 20px; font-size: 2rem; line-height: 2.5; margin: 0 0 8px; }

@media screen and (max-width: 763px) { .top-studio__head4 { font-size: 16px; font-size: 1.6rem; line-height: 1.5625; margin: 0 0 25px; } }

@media screen and (max-width: 763px) { .top-campaign .inner { padding: 0; } }

.top-campaign img[src*="campaign-title.png"] { width: 235px; }

@media screen and (max-width: 763px) { .top-campaign img[src*="campaign-title.png"] { width: 164px; position: relative; left: -7px; top: 0; } }

.top-campaign__subtitle { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 28px; font-size: 2.8rem; line-height: 1.78571; letter-spacing: 0.2em; margin: 0 0 48px; }

@media screen and (max-width: 763px) { .top-campaign__subtitle { font-size: 14px; font-size: 1.4rem; line-height: 1.5; letter-spacing: 0.1em; margin: -13px 0 27px; } }

.top-campaign__slider { width: 100%; margin: 0 0 100px; }

@media screen and (max-width: 763px) { .top-campaign__slider { margin: 0 0 40px; } }

.top-campaign__item { width: 100%; display: block; }

.top-campaign__item a { display: block; }

.top-campaign__item img { width: 100%; }

.top-campaign__pagination { margin: 26px 0 0; }

@media screen and (max-width: 763px) { .top-campaign__pagination { margin: 15px 0 0; } }

@media screen and (max-width: 763px) { .swiper-pagination-clickable .swiper-pagination-bullet { width: 8px !important; height: 8px !important; margin: 0 5px !important; } }

.top-plan { background-image: url(../images/common/bg.png); padding: 100px 0; }

@media screen and (max-width: 763px) { .top-plan { padding: 50px 0; }
  .top-plan .top-campaign__subtitle { margin-bottom: 30px !important; } }

.top-plan img[src*="plan-title.png"] { width: 147px; position: relative; left: -14px; top: 0; }

@media screen and (max-width: 763px) { .top-plan img[src*="plan-title.png"] { width: 103px; left: -15px; } }

.top-plan .inner { padding: 0 80px; }

@media screen and (max-width: 763px) { .top-plan .inner { padding: 0 15px; } }

.top-plan__list { margin: 0 0 20px; }

@media screen and (max-width: 763px) { .top-plan__list { margin: 0 0 17px; } }

.top-plan__items { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 763px) { .top-plan__items { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.top-plan__item { display: block; width: calc(25% - 30px); margin: 0 40px 40px 0; background-color: #FFF; text-align: center; }

@media screen and (max-width: 763px) { .top-plan__item { width: calc(50% - 5px); margin: 0 0 10px; } }

.top-plan__item:nth-child(4), .top-plan__item:nth-child(7) { margin-right: 0; }

.top-plan__item.is-wide { width: calc(50% - 20px); }

@media screen and (max-width: 763px) { .top-plan__item.is-wide { width: 100%; } }

.top-plan__item.is-wide a { padding: 0; }

.top-plan__item a { display: block; padding: 28px 37px 41px; }

@media screen and (max-width: 763px) { .top-plan__item a { padding: 12px 20px; } }

.top-plan__item-img img { width: 100%; }

.top-plan__item-title { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 20px; font-size: 2rem; line-height: 1; margin: 26px 0 0 -10%; width: 120%; text-align: center; }

@media screen and (max-width: 763px) { .top-plan__item-title { width: 110%; font-size: 12px; font-size: 1.2rem; line-height: 1; margin: 12px 0 3px; } }

.top-plan__btn { text-align: center; }

@media screen and (max-width: 763px) { .top-plan__btn { padding: 0 10px; } }

input, button, textarea, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.top-coordinate { padding: 100px 0; }

@media screen and (max-width: 763px) { .top-coordinate { padding: 50px 0; }
  .top-coordinate .top-plan-btn { margin-top: 10px !important; margin-bottom: 4px !important; } }

.top-coordinate img[src*="coordinate-title.png"] { width: 271px; position: relative; left: -10px; }

@media screen and (max-width: 763px) { .top-coordinate img[src*="coordinate-title.png"] { width: 179px; } }

.top-coordinate__head { width: 976px; position: relative; margin: 0 auto; }

@media screen and (max-width: 763px) { .top-coordinate__head { width: 100%; } }

.top-coordinate__head-img1 { position: absolute; top: -100px; left: 0; }

@media screen and (max-width: 763px) { .top-coordinate__head-img1 { top: -68px; } }

.top-coordinate__head-img1 img { width: 147px; }

@media screen and (max-width: 763px) { .top-coordinate__head-img1 img { width: 53.5px; } }

.top-coordinate__head-img2 { position: absolute; top: -100px; right: 0; }

@media screen and (max-width: 763px) { .top-coordinate__head-img2 { top: -68px; } }

.top-coordinate__head-img2 img { width: 140px; }

@media screen and (max-width: 763px) { .top-coordinate__head-img2 img { width: 51px; } }

.top-coordinate__nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 0 54px; }

@media screen and (max-width: 763px) { .top-coordinate__nav { display: none; } }

.top-coordinate__nav a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; width: 140px; height: 51px; border-radius: 40px; border: 1px solid #DDD; background-color: #FFF; font-size: 13px; font-size: 1.3rem; line-height: 1.92308; line-height: 1.3; margin-right: 20px; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

.top-coordinate__nav a.is-current, .top-coordinate__nav a:hover { color: #FFF; border: 1px solid #DDD; background-color: #000; }

.top-coordinate__nav a:last-child { margin-right: 0; }

.top-coordinate__nav-sp { display: none; }

@media screen and (max-width: 763px) { .top-coordinate__nav-sp { display: block; position: relative; background-color: #000; color: #FFF; border-radius: 25px; margin: 0 10px 30px; }
  .top-coordinate__nav-sp select { padding: 14px 0 14px 20px; width: 140%; color: currentColor; font-size: 16px; font-size: 1.6rem; line-height: 1; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
  .top-coordinate__nav-sp i { position: absolute; top: 18px; right: 20px; } }

.top-coordinate__tag { text-align: left; margin: 0 0 54px; }

.top-coordinate__items { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; min-height: 340px; }

@media screen and (max-width: 763px) { .top-coordinate__items { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.top-coordinate__item { display: block; width: calc(33.3% - 27px); margin-bottom: 40px; margin-right: 40px; cursor: pointer; opacity: 1; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

.top-coordinate__item:hover { opacity: 0.7; }

@media screen and (max-width: 763px) { .top-coordinate__item { width: calc(50% - 5px); margin: 0 0 20px; } }

.top-coordinate__item:nth-child(3n) { margin-right: 0; }

.top-coordinate__item-img { margin: 0 0 17px; }

@media screen and (max-width: 763px) { .top-coordinate__item-img { margin: 0 0 11px; } }

.top-coordinate__item-img img { width: 100%; }

.top-coordinate__item-tag { font-size: 13px; font-size: 1.3rem; line-height: 1; color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 763px) { .top-coordinate__item-tag { font-size: 10px; font-size: 1rem; line-height: 1; } }

.top-mag { background-image: url(../images/common/bg-mag.png); padding: 120px 0; }

@media screen and (max-width: 763px) { .top-mag { padding: 30px 0; background-size: 98px 103.5px; }
  .top-mag .top-plan__btn { padding: 0 !important; } }

.top-mag .inner { padding: 0 30px; }

@media screen and (max-width: 763px) { .top-mag .inner { padding: 0 15px; } }

.top-mag__inner { background-color: #FFF; padding: 73px 50px; }

@media screen and (max-width: 763px) { .top-mag__inner { padding: 39px 15px; } }

.top-mag__head { position: relative; text-align: center; width: 700px; margin: 0 auto 82px; }

@media screen and (max-width: 763px) { .top-mag__head { width: 260px; margin: 0 auto 30px; } }

.top-mag__head-img1 { position: absolute; top: -167px; left: -38px; }

@media screen and (max-width: 763px) { .top-mag__head-img1 { top: -39px; left: -13px; } }

.top-mag__head-img1 img { width: 187px; }

@media screen and (max-width: 763px) { .top-mag__head-img1 img { width: 54.5px; } }

.top-mag__head-img2 { position: absolute; top: -117px; right: 22px; }

@media screen and (max-width: 763px) { .top-mag__head-img2 { top: -23px; right: -4px; } }

.top-mag__head-img2 img { width: 156px; }

@media screen and (max-width: 763px) { .top-mag__head-img2 img { width: 45.5px; } }

.top-mag__subtitle { display: block; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 15px; font-size: 1.5rem; line-height: 1.73333; letter-spacing: 0.2em; margin: 0 0 17px; }

@media screen and (max-width: 763px) { .top-mag__subtitle { font-size: 10px; font-size: 1rem; line-height: 1; } }

@media screen and (max-width: 763px) { .top-mag__title { margin: -7px 0 0; } }

.top-mag__title img { width: 332px; }

@media screen and (max-width: 763px) { .top-mag__title img { width: 166px; } }

.top-mag__video { margin: 0 0 30px; }

@media screen and (max-width: 763px) { .top-mag__video { margin-bottom: 7px; } }

.top-mag__video a { display: block; }

.top-mag__video a img { width: 100%; height: auto; }

.top-mag__video video { cursor: pointer; width: 100%; height: auto; }

.top-mag__pick { display: block; position: relative; text-align: center; margin: 0 0 34px; }

@media screen and (max-width: 763px) { .top-mag__pick { margin: 0 0 12px; } }

.top-mag__pick:after { content: ''; position: absolute; top: 25px; left: 0; width: 100%; height: 1px; background-color: #DDD; }

@media screen and (max-width: 763px) { .top-mag__pick:after { display: none; } }

.top-mag__pick span { display: inline-block; background-color: #FFF; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 20px; font-size: 2rem; line-height: 2.5; letter-spacing: 0.1em; padding: 0 15px 0 20px; position: relative; z-index: 2; }

.top-mag__items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; margin: 0 0 63px; }

@media screen and (max-width: 763px) { .top-mag__items { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0; } }

.top-mag__item { display: block; width: calc(25% - 30px); margin-right: 40px; }

@media screen and (max-width: 763px) { .top-mag__item { width: 100%; margin: 0 0 28px; } }

.top-mag__item:nth-child(4n) { margin-right: 0; }

.top-mag__item a { display: block; }

.top-mag__item-img { margin: 0 0 24px; position: relative; }

@media screen and (max-width: 763px) { .top-mag__item-img { margin: 0 0 19px; } }

.top-mag__item-img img { width: 100%; }

.top-mag__item-new { position: absolute; top: 7px; left: 11px; width: 44px; height: 44px; border-radius: 22px; background-color: #f2e982; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-size: 8px; font-size: 0.8rem; line-height: 1; z-index: 2; padding-left: 3px; }

@media screen and (max-width: 763px) { .top-mag__item-new { top: 2px; left: 2px; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); } }

.top-mag__item-info { overflow: hidden; margin: 0 0 12px; }

@media screen and (max-width: 763px) { .top-mag__item-info { padding: 2px 0 0; margin: 0 0 13px; } }

.top-mag__item-category { display: block; float: left; font-size: 13px; font-size: 1.3rem; line-height: 1.92308; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .top-mag__item-category { font-size: 10px; font-size: 1rem; line-height: 1; } }

.top-mag__item-time { display: block; float: right; font-size: 13px; font-size: 1.3rem; line-height: 1.92308; letter-spacing: 0.1em; position: relative; top: -3px; left: 0; }

@media screen and (max-width: 763px) { .top-mag__item-time { top: -1px; font-size: 10px; font-size: 1rem; line-height: 1; } }

.top-mag__item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.6875; letter-spacing: 0.1em; margin: 0 0 20px; overflow: hidden; height: 50px; }

@media screen and (max-width: 763px) { .top-mag__item-title { height: auto; margin: 0 0 10px; font-size: 12px; font-size: 1.2rem; line-height: 2; } }

.top-mag__item-tag span { display: inline-block; font-size: 13px; font-size: 1.3rem; line-height: 2; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 763px) { .top-mag__item-tag span { font-size: 10px; font-size: 1rem; line-height: 1; } }

.top-instagram { background-image: url(../images/common/bg.png); padding: 100px 0; }

@media screen and (max-width: 763px) { .top-instagram { border-top: 1px solid #DDD; padding: 50px 0; } }

.top-instagram .inner { padding: 0 100px; }

@media screen and (max-width: 763px) { .top-instagram .inner { padding: 0 15px; } }

.top-instagram__title { text-align: center; }

.top-instagram__title img { width: 154px; }

@media screen and (max-width: 763px) { .top-instagram__title img { width: 110px; } }

.top-instagram__title span { display: block; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; margin: 0 0 40px; font-size: 20px; font-size: 2rem; line-height: 2.5; letter-spacing: 0.2em; }

@media screen and (max-width: 763px) { .top-instagram__title span { font-size: 15px; font-size: 1.5rem; line-height: 1; margin: 14px 0 30px; } }

.top-instagram__items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 30px; }

@media screen and (max-width: 763px) { .top-instagram__items { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.top-instagram__item { display: block; width: calc(16.6% - 1px); position: relative; margin: 0 1px 1px 0; }

@media screen and (max-width: 763px) { .top-instagram__item { width: calc(50% - 1px); } }

.top-instagram__item a { display: block; width: 100%; height: 100%; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center; }

.top-instagram__item a img { width: 100%; height: 100%; object-fit: cover; }

.top-instagram__btn { text-align: center; }

.global-footer { position: relative; padding: 60px 0 30px; }

@media screen and (max-width: 763px) { .global-footer { padding: 34px 0; } }

.global-footer .inner { position: relative; }

.global-footer__sns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 60px; }

@media screen and (max-width: 763px) { .global-footer__sns { margin: 0 0 30px; } }

.global-footer__sns li { margin-right: 25px; }

@media screen and (max-width: 763px) { .global-footer__sns li { margin-right: 20px; } }

.global-footer__sns li:last-child { margin-right: 0; }

.global-footer__sns a { width: 60px; height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 30px; border: 1px solid #DDD; }

@media screen and (max-width: 763px) { .global-footer__sns a { width: 44px; height: 44px; } }

.global-footer__sns a i { font-size: 26px; }

@media screen and (max-width: 763px) { .global-footer__sns a i { font-size: 20px; } }

.global-footer__studios { margin: 0 auto 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

@media screen and (max-width: 763px) { .global-footer__studios { width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0; } }

.global-footer__studio { display: block; width: 33%; text-align: center; padding: 0 40px; margin: 0 0 60px 0; position: relative; }

@media screen and (max-width: 763px) { .global-footer__studio { width: 100%; border-bottom: 1px solid #DDD; padding: 0 0 25px; margin: 0 0 25px; }
  .global-footer__studio:last-child { border-bottom: none; } }

/*.global-footer__studio::before { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: #DDD; }*/

.global-footer__studio:nth-child(2)::before,.global-footer__studio:nth-child(5)::before,.global-footer__studio:nth-child(8)::before { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: #DDD; }

.global-footer__studio:nth-child(2)::after,.global-footer__studio:nth-child(5)::after,.global-footer__studio:nth-child(8)::after,.global-footer__studio:nth-child(10)::after { content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background-color: #DDD; }

@media screen and (max-width: 763px) { .global-footer__studio::before,.global-footer__studio::after { display: none; } }

.global-footer__studio-title { font-size: 16px; font-size: 1.6rem; line-height: 1.5625; letter-spacing: 0.1em; margin: 0 0 18px; }

@media screen and (max-width: 763px) { .global-footer__studio-title { font-size: 12px; font-size: 1.2rem; line-height: 1; margin: 0 0 15px; } }

.global-footer__studio address { display: block; font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; margin: 0 0 20px; }

@media screen and (max-width: 763px) { .global-footer__studio address { font-size: 10px; font-size: 1rem; line-height: 2; min-height: 1px; margin: 0 0 25px; } }

.global-footer__studio address a { text-decoration: underline; }

.global-footer__studio-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.global-footer__studio-text { margin: 20px 0 0; text-align: left; font-size: 14px; font-size: 1.4rem; line-height: 1.57143; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .global-footer__studio-text { font-size: 10px; font-size: 1rem; line-height: 2; } }

.global-footer__links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 30px; }

@media screen and (max-width: 763px) { .global-footer__links { display: block; margin: -25px 0 45px; } }

.global-footer__links li { text-align: center; width: 170px; font-size: 12px; font-size: 1.2rem; line-height: 1; letter-spacing: 0.1em; position: relative; }

@media screen and (max-width: 763px) { .global-footer__links li { width: 100%; font-size: 10px; font-size: 1rem; line-height: 1.4; margin: 0 0 10px; } }

.global-footer__links li:after { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 763px) { .global-footer__links li:after { display: none; } }

.global-footer__links li:last-child:before { content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background-color: rgba(0, 0, 0, 0.1); display: none; }

.global-footer__links a { display: block; }

.global-footer__copy { text-align: center; font-size: 10px; font-size: 1rem; line-height: 2.8; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .global-footer__copy { font-size: 10px; font-size: 1rem; line-height: 1.4; margin: -20px 0 -10px; } }

.pagetop { position: absolute; bottom: 40px; right: 47px; width: 70px; height: 70px; background-color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 35px; cursor: pointer; }

@media screen and (max-width: 763px) { .pagetop { display: none; } }

.pagetop .icon { font-size: 11px; color: #FFF; }

.js-scroll-fade { opacity: 0; -webkit-transform: translate(0, 40px); -ms-transform: translate(0, 40px); transform: translate(0, 40px); -webkit-transition: opacity 1s cubic-bezier(0.545, 0.105, 0.44, 0.975), -webkit-transform 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: opacity 1s cubic-bezier(0.545, 0.105, 0.44, 0.975), -webkit-transform 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: opacity 1s cubic-bezier(0.545, 0.105, 0.44, 0.975), transform 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: opacity 1s cubic-bezier(0.545, 0.105, 0.44, 0.975), transform 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975), -webkit-transform 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

.js-scroll-fade.is-animation { opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.js-scroll-fade.is-popup { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transition: -webkit-transform 0.1s linear; transition: -webkit-transform 0.1s linear; transition: transform 0.1s linear; transition: transform 0.1s linear, -webkit-transform 0.1s linear; }

.page-mag { margin: 100px 0 0; }

@media screen and (max-width: 763px) { .page-mag { margin: 55px 0 0; } }

.page-mag .inner { padding: 0 50px; }

@media screen and (max-width: 763px) { .page-mag .inner { padding: 0 15px; } }

.page-mag .top-mag__head-img1 { top: -153px; }

@media screen and (max-width: 763px) { .page-mag .top-mag__head-img1 { top: -39px; } }

.page-mag .top-mag__head { margin-bottom: 112px; }

@media screen and (max-width: 763px) { .page-mag .top-mag__head { margin-bottom: 30px; } }

.page-mag .top-mag__video { margin-bottom: 50px; }

@media screen and (max-width: 763px) { .page-mag .top-mag__video { margin-bottom: 7px; } }

.page-mag .top-mag__pick { margin-bottom: 49px; }

@media screen and (max-width: 763px) { .page-mag .top-mag__pick { margin-bottom: 13px; } }

.page-mag__pick { margin: 0 0 60px; }

@media screen and (max-width: 763px) { .page-mag__pick { margin: 0 0 30px; } }

.page-mag__item { width: 100%; }

.page-mag__item a { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

@media screen and (max-width: 763px) { .page-mag__item a { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.page-mag__item-img { width: 50%; }

@media screen and (max-width: 763px) { .page-mag__item-img { width: 100%; margin: 0 0 20px; } }

.page-mag__item-img img { width: 100%; }

.page-mag__item-info { width: calc(50% - 40px); padding-top: 18px; }

@media screen and (max-width: 763px) { .page-mag__item-info { width: 100%; padding: 0; } }

.page-mag__item-data { overflow: hidden; margin: 0 0 12px; }

@media screen and (max-width: 763px) { .page-mag__item-data { margin: 0 0 13px; padding-top: 2px; } }

.page-mag__item-category { display: block; float: left; font-size: 13px; font-size: 1.3rem; line-height: 1.92308; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .page-mag__item-category { font-size: 10px; font-size: 1rem; line-height: 1; } }

.page-mag__item-time { display: block; float: right; font-size: 13px; font-size: 1.3rem; line-height: 1.92308; letter-spacing: 0.1em; position: relative; top: -3px; left: 0; }

@media screen and (max-width: 763px) { .page-mag__item-time { top: -1px; font-size: 10px; font-size: 1rem; line-height: 1; } }

.page-mag__item-title { font-size: 25px; font-size: 2.5rem; line-height: 1.68; letter-spacing: 0.1em; padding-bottom: 35px; margin-bottom: 27px; margin-right: -3px; border-bottom: 1px solid #DDD; }

@media screen and (max-width: 763px) { .page-mag__item-title { font-size: 12px; font-size: 1.2rem; line-height: 2; padding-bottom: 22px; margin-bottom: 13px; } }

.page-mag__item-text { font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; margin-bottom: 31px; }

@media screen and (max-width: 763px) { .page-mag__item-text { font-size: 12px; font-size: 1.2rem; line-height: 2; max-height: 218px; overflow: hidden; margin-bottom: 0; } }

.page-mag__item-tag { font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 763px) { .page-mag__item-tag { font-size: 10px; font-size: 1rem; line-height: 1; } }

.page-mag__item-more { display: none; }

@media screen and (max-width: 763px) { .page-mag__item-more { display: block; font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.1em; text-decoration: underline; margin: 0 0 20px; } }

.page-mag .top-campaign__pagination { margin: 36px 0 0; }

@media screen and (max-width: 763px) { .page-mag .top-campaign__pagination { margin: 20px 0 0; } }

.page-mag .top-coordinate__nav { -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 900px; margin: 0 auto 48px; }

.page-mag .top-coordinate__nav a { margin: 0 30px 32px 0; }

@media screen and (max-width: 763px) { .page-mag .top-coordinate__nav-sp { margin: 0 0 30px; } }

.page-mag .top-mag__items { -ms-flex-wrap: wrap; flex-wrap: wrap; opacity: 1; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

.page-mag .top-mag__items.is-hide { opacity: 0; }

.page-mag .top-mag__item { margin-bottom: 73px; opacity: 1; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

@media screen and (max-width: 763px) { .page-mag .top-mag__item { border-bottom: 1px solid #DDD; margin-bottom: 20px; padding-bottom: 17px; }
  .page-mag .top-mag__item a { height: 100%; }
  .page-mag .top-mag__item a .top-mag__item-new { top: -18px; left: -19px; }
  .page-mag .top-mag__item a .top-mag__item-img { width: 45%; float: left; margin: 0 10px 0 0; }
  .page-mag .top-mag__item a .top-mag__item-info { margin: 2px 0 9px 47%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: visible; }
  .page-mag .top-mag__item a .top-mag__item-title { margin-left: 47%; font-size: 12px; font-size: 1.2rem; line-height: 1.5; }
  .page-mag .top-mag__item .top-mag__item-tag { display: none; } }

.page-mag .top-mag__item.is-hide { opacity: 0; }

.page-mag__more { margin: -60px 0 30px; }

@media screen and (max-width: 763px) { .page-mag__more { margin: 20px 0 0; } }

.mag .top-campaign { padding: 102px 0 0; }

.mag .top-campaign .inner { padding: 0 30px; }

@media screen and (max-width: 763px) { .mag .top-campaign .inner { padding: 0; } }

.mag .top-campaign .top-section__head { margin-bottom: 14px; }

.mag .top-studio { padding: 0 0 123px; }

@media screen and (max-width: 763px) { .mag .top-studio { padding: 0; } }

.mag .top-studio .inner { padding: 0 30px; }

@media screen and (max-width: 763px) { .mag .top-studio .inner { padding: 0; } }

.single-mag { padding-top: 80px; }

.single-mag__eyecatch { margin: 0 0 77px; }

@media screen and (max-width: 763px) { .single-mag__eyecatch { margin: 0 0 27px; } }

.single-mag__eyecatch img { max-width: 100%; display: block; margin: 0 auto; }

.single-mag__inner { width: 834px; margin: 0 auto 0; }

@media screen and (max-width: 763px) { .single-mag__inner { width: 100%; margin: 0 auto -25px; } }

.single-mag__header { margin: 0 auto 49px; overflow: hidden; }

@media screen and (max-width: 763px) { .single-mag__header { margin: 0 auto 17px; } }

.single-mag__category { font-size: 13px; font-size: 1.3rem; line-height: 1.92308; letter-spacing: 0.1em; float: left; display: block; }

@media screen and (max-width: 763px) { .single-mag__category { font-size: 10px; font-size: 1rem; line-height: 1.3; } }

.single-mag__time { display: block; font-size: 13px; font-size: 1.3rem; line-height: 1.92308; letter-spacing: 0.1em; float: right; position: relative; top: -3px; left: 0; }

@media screen and (max-width: 763px) { .single-mag__time { font-size: 10px; font-size: 1rem; line-height: 1.3; top: 1px; } }

.single-mag__title { clear: both; font-size: 28px; font-size: 2.8rem; line-height: 1.5; letter-spacing: 0.1em; font-weight: bold; width: 100%; padding-bottom: 29px; margin: 44px 0 30px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 763px) { .single-mag__title { font-size: 14px; font-size: 1.4rem; line-height: 2; padding-bottom: 19px; font-weight: normal; margin: 24px 0; } }

.single-mag__tag { font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 763px) { .single-mag__tag { font-size: 10px; font-size: 1rem; line-height: 1; } }

.single-mag__content { margin: 0 auto 0; }

.single-mag__content p:not(.single-mag__author-name) { font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; margin: 0 0 50px; }

@media screen and (max-width: 763px) { .single-mag__content p:not(.single-mag__author-name) { font-size: 12px; font-size: 1.2rem; line-height: 2; margin: 0 0 35px; } }

.single-mag__content h2 { padding: 27px 31px; font-size: 20px; font-size: 2rem; line-height: 1.5; letter-spacing: 0.1em; font-weight: bold; background-color: #EEE; margin: 0 0 33px; border-radius: 10px; }

@media screen and (max-width: 763px) { .single-mag__content h2 { padding: 9px 10px; font-size: 14px; font-size: 1.4rem; line-height: 1.71429; font-weight: normal; margin: 0 0 25px; } }

.single-mag__content h3 { padding: 0 0 26px; font-size: 20px; font-size: 2rem; line-height: 1.5; letter-spacing: 0.1em; font-weight: bold; border-bottom: 1px solid rgba(0, 0, 0, 0.2); margin: 0 0 26px; }

@media screen and (max-width: 763px) { .single-mag__content h3 { font-size: 13px; font-size: 1.3rem; line-height: 1.69231; padding: 0 0 16px; font-weight: normal; margin: 0 0 23px; } }

.single-mag__content img { max-width: 100%; display: block; margin: 0 auto; }

.single-mag__content strong { font-weight: bold; }

.single-mag__content em { font-style: italic; }

.single-mag__content a { position: relative; display: inline-block; }

.single-mag__content a:after { content: ''; position: absolute; bottom: 4px; left: 0; width: 100%; height: 1px; background-color: #000; -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

.single-mag__content a:hover:after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); }

.single-mag__content a[target="_blank"] { padding-right: 13px; margin-right: 8px; }

@media screen and (max-width: 763px) { .single-mag__content a[target="_blank"] { padding-right: 11px; font-weight: bold; margin-right: 4px; } }

.single-mag__content a[target="_blank"]:before { content: ''; position: absolute; top: 9px; right: 0; background-image: url(../images/common/icon-blank.png); background-size: cover; background-position: center; background-repeat: no-repeat; width: 12px; height: 12px; }

@media screen and (max-width: 763px) { .single-mag__content a[target="_blank"]:before { top: 7px; width: 10px; height: 10px; } }

.single-mag__content ul { display: block; margin: 0 0 43px; }

@media screen and (max-width: 763px) { .single-mag__content ul { margin: 0 0 26px; } }

.single-mag__content ul li { display: block; position: relative; padding-left: 20px; margin: 0 0 4px; font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .single-mag__content ul li { font-size: 12px; font-size: 1.2rem; line-height: 2; padding-left: 12px; margin-bottom: 2px; } }

.single-mag__content ul li:before { content: ''; position: absolute; top: 9px; left: 1px; width: 8px; height: 8px; border-radius: 6px; border: 1px solid rgba(23, 23, 23, 0.5); }

.single-mag__content ol { display: block; margin: 0 0 43px; }

@media screen and (max-width: 763px) { .single-mag__content ol { margin: 0 0 26px; } }

.single-mag__content ol li { display: block; position: relative; padding-left: 20px; margin: 0 0 4px; font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .single-mag__content ol li { font-size: 12px; font-size: 1.2rem; line-height: 2; } }

.single-mag__content ol li:first-child:before { content: '1.'; }

.single-mag__content ol li:nth-child(2):before { content: '2.'; }

.single-mag__content ol li:nth-child(3):before { content: '3.'; }

.single-mag__content ol li:nth-child(4):before { content: '4.'; }

.single-mag__content ol li:nth-child(5):before { content: '5.'; }

.single-mag__content ol li:nth-child(6):before { content: '6.'; }

.single-mag__content ol li:nth-child(7):before { content: '7.'; }

.single-mag__content ol li:nth-child(8):before { content: '8.'; }

.single-mag__content ol li:nth-child(9):before { content: '9.'; }

.single-mag__content ol li:nth-child(10):before { content: '10.'; }

.single-mag__content ol li:nth-child(11):before { content: '11.'; }

.single-mag__content ol li:nth-child(12):before { content: '12.'; }

.single-mag__content ol li:nth-child(13):before { content: '13.'; }

.single-mag__content ol li:nth-child(14):before { content: '14.'; }

.single-mag__content ol li:nth-child(15):before { content: '15.'; }

.single-mag__content ol li:nth-child(16):before { content: '16.'; }

.single-mag__content ol li:nth-child(17):before { content: '17.'; }

.single-mag__content ol li:nth-child(18):before { content: '18.'; }

.single-mag__content ol li:nth-child(19):before { content: '19.'; }

.single-mag__content ol li:nth-child(20):before { content: '20.'; }

.single-mag__content ol li:before { position: absolute; top: 1px; left: 1px; }

.single-mag__content blockquote { padding: 41px 31px; margin: 0 0 60px; font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; position: relative; background-color: #EEE; border-radius: 10px; }

.single-mag__content blockquote p { margin: 0 !important; }

@media screen and (max-width: 763px) { .single-mag__content blockquote { font-size: 12px; font-size: 1.2rem; line-height: 2; padding: 18px 16px; border-radius: 5px; margin: 0 0 29px; } }

.single-mag__content blockquote:before { content: ''; position: absolute; top: 21px; left: 21px; width: 17.5px; height: 13.5px; background-image: url(../images/common/quote1.png); background-size: cover; background-position: center; background-repeat: no-repeat; }

@media screen and (max-width: 763px) { .single-mag__content blockquote:before { top: 11px; left: 11px; width: 9px; height: 7px; } }

.single-mag__content blockquote:after { content: ''; position: absolute; bottom: 21px; right: 21px; width: 17.5px; height: 14px; background-image: url(../images/common/quote2.png); background-size: cover; background-position: center; background-repeat: no-repeat; }

@media screen and (max-width: 763px) { .single-mag__content blockquote:after { bottom: 11px; right: 11px; width: 8px; height: 7px; } }

.single-mag__content table { border-collapse: separate; width: 100%; border: 1px solid #CCC; margin: 0 0 60px; border-radius: 10px; overflow: hidden; }

@media screen and (max-width: 763px) { .single-mag__content table { margin: 0 0 14px; display: block; border: none; border-radius: 5px; }
  .single-mag__content table tbody { display: block; } }

@media screen and (max-width: 763px) { .single-mag__content table tr { display: block; } }

.single-mag__content table tr:last-child th, .single-mag__content table tr:last-child td { border-bottom: none; }

.single-mag__content table th { width: 24%; background-color: #EEE; font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; padding: 20px; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; }

@media screen and (max-width: 763px) { .single-mag__content table th { display: block; width: 100%; border: none; border-radius: 5px; padding: 8px 10px; text-align: left; font-size: 12px; font-size: 1.2rem; line-height: 2; } }

.single-mag__content table td { font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; text-align: left; padding: 20px; border-bottom: 1px solid #CCC; }

@media screen and (max-width: 763px) { .single-mag__content table td { display: block; width: 100%; border: none; padding: 14px 0; margin: 0 0 6px; font-size: 12px; font-size: 1.2rem; line-height: 2; } }

.single-mag__float { overflow: hidden; margin: 0 0 49px; }

@media screen and (max-width: 763px) { .single-mag__float { margin: 0 0 26px; } }

.single-mag__float img { width: 50%; height: auto; display: block; float: left; padding-right: 15px; }

@media screen and (max-width: 763px) { .single-mag__float img { width: 100%; float: none; padding-left: 0; margin-bottom: 5px; } }

.single-mag__float p { margin-left: 50% !important; padding-left: 25px; margin-bottom: 0 !important; }

@media screen and (max-width: 763px) { .single-mag__float p { margin-left: 0 !important; padding-left: 0 !important; } }

.single-mag__box { padding: 41px 31px; margin: 0 0 60px; font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; position: relative; border: 1px solid #CCC; border-radius: 10px; }

.single-mag__box p { margin: 0; }

@media screen and (max-width: 763px) { .single-mag__box { font-size: 12px; font-size: 1.2rem; line-height: 2; border-radius: 5px; margin: 0 0 29px; padding: 15px 13px; } }

.single-mag__author { padding: 34px 31px; margin: 0 0 60px; font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; position: relative; border: 1px solid #CCC; border-radius: 10px; overflow: hidden; }

@media screen and (max-width: 763px) { .single-mag__author { border-radius: 5px; padding: 16px 12px; margin: 0 0 44px; font-size: 10px; font-size: 1rem; line-height: 1.8; } }

.single-mag__author p { margin: 0 !important; }

.single-mag__author-img { width: 150px; height: 150px; border-radius: 150px; float: left; overflow: hidden; }

@media screen and (max-width: 763px) { .single-mag__author-img { width: 75px; height: 75px; } }

.single-mag__author-img img { width: 100%; height: auto; }

.single-mag__author-data { margin-left: 192px; margin-top: -10px; }

@media screen and (max-width: 763px) { .single-mag__author-data { margin-left: 95px; margin-top: 22px; } }

.single-mag__author-name { font-size: 18px; font-size: 1.8rem; line-height: 1.55556; letter-spacing: 0.1em; display: block; margin: 0 0 -4px; }

@media screen and (max-width: 763px) { .single-mag__author-name { font-size: 15px; font-size: 1.5rem; line-height: 1; margin: 0 0 6px; } }

.single-mag__author-en { font-size: 12px; font-size: 1.2rem; line-height: 2.33333; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; display: block; margin: 0 0 10px; }

@media screen and (max-width: 763px) { .single-mag__author-en { font-size: 10px; font-size: 1rem; line-height: 1.4; color: rgba(0, 0, 0, 0.5); font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; } }

.single-mag__author-comment { padding: 15px 0 0; border-top: 1px solid #CCC; }

@media screen and (max-width: 763px) { .single-mag__author-comment { padding: 9px 0 0; margin-left: -93px; } }

.single-mag__sns { position: relative; border: 1px solid #CCC; text-align: center; margin: 0 0 55px; }

@media screen and (max-width: 763px) { .single-mag__sns { margin: 0 0 39px; } }

.single-mag__sns:after { content: ''; position: absolute; top: 3px; left: 3px; width: 100%; height: 100%; border: 1px solid #CCC; }

@media screen and (max-width: 763px) { .single-mag__sns:after { display: none; } }

.single-mag__sns-title { background-color: #FFF; font-size: 18px; font-size: 1.8rem; line-height: 1.55556; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; display: inline-block; margin: 0 0 20px; position: relative; top: -12px; left: 0; z-index: 2; padding: 0 20px; }

@media screen and (max-width: 763px) { .single-mag__sns-title { font-size: 10px; font-size: 1rem; line-height: 1; top: -9px; padding: 0 6px; }
  .single-mag__sns-title svg { -webkit-transform: scale(0.8) translate(0, 3px); -ms-transform: scale(0.8) translate(0, 3px); transform: scale(0.8) translate(0, 3px); } }

.single-mag__sns-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 2; margin: 0 0 45px; }

@media screen and (max-width: 763px) { .single-mag__sns-items { margin: -13px 0 14px; } }

.single-mag__sns-items li { display: block; margin-right: 30px; }

@media screen and (max-width: 763px) { .single-mag__sns-items li { margin-right: 8px; } }

.single-mag__sns-items li:last-child { margin-right: 0; }

.single-mag__recommend { position: relative; border: 1px solid #CCC; text-align: center; padding: 0 30px 17px; margin: 0 0 19px; }

@media screen and (max-width: 763px) { .single-mag__recommend { border: none; padding: 0; } }

.single-mag__recommend-title { background-color: #FFF; font-size: 20px; font-size: 2rem; line-height: 2.5; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; display: inline-block; margin: 0; position: relative; top: -26px; left: 0; z-index: 2; padding: 0 20px; }

@media screen and (max-width: 763px) { .single-mag__recommend-title { top: 0; font-size: 15px; font-size: 1.5rem; line-height: 1; margin: 0 0 46px; } }

.single-mag__recommend-items { display: block; margin: -38px 0 0; }

.single-mag__recommend-item { display: block; border-bottom: 1px solid #CCC; }

.single-mag__recommend-item:last-child { border-bottom: none; }

.single-mag__recommend-item a { overflow: hidden; display: block; padding: 30px 0; }

@media screen and (max-width: 763px) { .single-mag__recommend-item a { padding: 20px 0; } }

.single-mag__recommend-item-img { width: 180px; height: 130px; float: left; }

@media screen and (max-width: 763px) { .single-mag__recommend-item-img { width: calc(50% - 22px); height: auto; } }

.single-mag__recommend-item-img img { width: 100%; height: 100%; display: block; object-fit: cover; }

.single-mag__recommend-item-info { margin-left: 211px; text-align: left; }

@media screen and (max-width: 763px) { .single-mag__recommend-item-info { margin-left: calc(50% - 12px); } }

.single-mag__recommend-item-head { margin: 0 0 20px; }

@media screen and (max-width: 763px) { .single-mag__recommend-item-head { margin: -2px 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } }

.single-mag__recommend-item-category { display: inline-block; vertical-align: middle; font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; margin-right: 10px; }

@media screen and (max-width: 763px) { .single-mag__recommend-item-category { font-size: 10px; font-size: 1rem; line-height: 1; } }

.single-mag__recommend-item-time { display: inline-block; vertical-align: middle; font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .single-mag__recommend-item-time { font-size: 10px; font-size: 1rem; line-height: 1; } }

.single-mag__recommend-item-title { width: 100%; font-size: 16px; font-size: 1.6rem; line-height: 1.6875; letter-spacing: 0.1em; margin: 0 0 22px; }

@media screen and (max-width: 763px) { .single-mag__recommend-item-title { font-size: 12px; font-size: 1.2rem; line-height: 1.5; margin: 0; } }

.single-mag__recommend-item-tag { font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 763px) { .single-mag__recommend-item-tag { display: none; } }

.banner-link { padding: 0 !important; margin: 0 !important; }

.banner-link:after { display: none !important; }

@media screen and (max-width: 763px) { .banner-link { padding: 0; margin: 0; } }

.banner-link:before { display: none !important; }

@media screen and (max-width: 763px) { .coordinate .top-studio { padding: 50px 0 0; } }

.page-coordinate { position: relative; }

@media screen and (max-width: 763px) { .page-coordinate .page-mag__more { margin: -34px 0 -20px; } }

.page-coordinate__header { margin: 100px 0 128px; position: relative; width: 100%; height: auto; background-image: url(../images/coordinate/kv.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 763px) { .page-coordinate__header { margin: 55px 0 48px; background-image: url(../images/coordinate/kv@sp.jpg); } }

.page-coordinate__header-inner { text-align: center; }

.page-coordinate__title { font-size: 45px; font-size: 4.5rem; line-height: 1; letter-spacing: 0.1em; margin: 0 0 27px; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-weight: bold; text-shadow: 2px 2px 8px #FFF; }

@media screen and (max-width: 763px) { .page-coordinate__title { font-size: 23px; font-size: 2.3rem; line-height: 1; margin: 0 0 10px; } }

.page-coordinate__subtitle { display: block; font-size: 16px; font-size: 1.6rem; line-height: 1; letter-spacing: 0.1em; margin: 0 0 17px; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; text-shadow: 2px 2px 8px #FFF; }

@media screen and (max-width: 763px) { .page-coordinate__subtitle { font-size: 10px; font-size: 1rem; line-height: 1; margin: 0 0 11px; } }

.page-coordinate__lead { font-size: 28px; font-size: 2.8rem; line-height: 1.78571; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; text-shadow: 2px 2px 8px #FFF; }

@media screen and (max-width: 763px) { .page-coordinate__lead { font-size: 14px; font-size: 1.4rem; line-height: 1.5; letter-spacing: 0.1em; } }

.page-coordinate__pickup { margin: 0 0 86px; }

@media screen and (max-width: 763px) { .page-coordinate__pickup { margin: 0 0 49px; } }

.page-coordinate__pickup-inner { padding: 0 100px; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-inner { padding: 0; } }

.page-coordinate__pickup-title { position: relative; text-align: center; margin: 0 0 30px; }

.page-coordinate__pickup-title:after { content: ''; position: absolute; top: 10px; left: 0; width: 100%; height: 1px; background-color: rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 763px) { .page-coordinate__pickup-title:after { display: none; } }

.page-coordinate__pickup-title span { display: inline-block; padding: 0 15px; background-color: #FFF; z-index: 2; position: relative; font-size: 24px; font-size: 2.4rem; line-height: 1; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-title span { font-size: 15px; font-size: 1.5rem; line-height: 1; letter-spacing: 0em; } }

.page-coordinate__pickup-list .top-campaign__pagination { margin-top: 59px; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-list .top-campaign__pagination { margin-top: 22px; } }

.page-coordinate__pickup-item { position: relative; cursor: pointer; }

.page-coordinate__pickup-item-img { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-item-img { -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 33px; } }

.page-coordinate__pickup-item-img img { display: block; width: 50%; height: auto; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-item-img img { width: 100%; } }

.page-coordinate__pickup-item-info { max-width: 42%; position: absolute; bottom: -30px; right: 30px; border: 1px solid #EEE; padding: 33px 24px 38px 27px; background-color: #FFF; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-item-info { max-width: 100%; position: relative; bottom: 0; right: 0; border: none; padding: 0 5px; background-color: transparent; } }

.page-coordinate__pickup-item-category { display: inline-block; background-color: #000; padding: 7px 22px; font-size: 12px; font-size: 1.2rem; line-height: 1; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; color: #FFF; position: absolute; top: -10px; left: 23px; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-item-category { padding: 5px 10px; position: static; font-size: 10px; font-size: 1rem; line-height: 1; margin: 0 0 13px; } }

.page-coordinate__pickup-item-title { font-size: 20px; font-size: 2rem; line-height: 1.7; letter-spacing: 0.1em; margin: 0 0 10px; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-item-title { font-size: 15px; font-size: 1.5rem; line-height: 2; letter-spacing: 0em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; } }

.page-coordinate__pickup-item-text { font-size: 13px; font-size: 1.3rem; line-height: 2; letter-spacing: 0.1em; margin: 0 0 23px; }

@media screen and (max-width: 763px) { .page-coordinate__pickup-item-text { font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.06em; margin: 0 0 11px; } }

.page-coordinate__pickup-item-tag { font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 763px) { .page-coordinate__pickup-item-tag { font-size: 10px; font-size: 1rem; line-height: 1.5; } }

.page-coordinate__pickup-item-tag a { line-height: 1.5; }

.page-coordinate__list { margin: 0 0 124px; }

@media screen and (max-width: 763px) { .page-coordinate__list { margin: 0 0 80px; } }

.page-coordinate__list .top-coordinate__nav { margin: 0 0 80px; }

.page-coordinate__items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 60px; opacity: 1; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

@media screen and (max-width: 763px) { .page-coordinate__items { margin: 0 0 40px; padding: 0 5px; } }

.page-coordinate__items.is-hide { opacity: 0; }

.page-coordinate__item { display: block; width: calc(50% - 20px); margin: 0 0 60px; opacity: 1; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

@media screen and (max-width: 763px) { .page-coordinate__item { width: 100%; margin: 0 0 27px; } }

.page-coordinate__item.is-hide { opacity: 0; }

.page-coordinate__item a { display: block; }

.page-coordinate__item-img { position: relative; margin: 0 0 22px; }

@media screen and (max-width: 763px) { .page-coordinate__item-img { margin: 0 0 36px; } }

.page-coordinate__item-img img { width: 100%; height: auto; }

.page-coordinate__item-category { background-color: #000; padding: 7px 22px; font-size: 12px; font-size: 1.2rem; line-height: 1; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; color: #FFF; position: absolute; bottom: 0; left: 0; }

@media screen and (max-width: 763px) { .page-coordinate__item-category { padding: 5px 10px; position: relative; bottom: -19px; font-size: 10px; font-size: 1rem; line-height: 1; margin: 0 0 13px; } }

.page-coordinate__item-title { font-size: 20px; font-size: 2rem; line-height: 1.7; letter-spacing: 0.1em; margin: 0 0 8px; }

@media screen and (max-width: 763px) { .page-coordinate__item-title { font-size: 15px; font-size: 1.5rem; line-height: 2; letter-spacing: 0em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; margin: 0 0 3px; } }

.page-coordinate__item-text { font-size: 13px; font-size: 1.3rem; line-height: 2; letter-spacing: 0.1em; margin: 0 0 23px; font-weight: normal; }

@media screen and (max-width: 763px) { .page-coordinate__item-text { font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.06em; margin: 0 0 11px; } }

.page-coordinate__item-tag { font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 763px) { .page-coordinate__item-tag { font-size: 10px; font-size: 1rem; line-height: 1.5; } }

.page-coordinate__item-tag a { line-height: 1.5; }

.popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); opacity: 0; visibility: hidden; pointer-events: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 2000; -webkit-transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); transition: all 0.8s cubic-bezier(0.545, 0.105, 0.44, 0.975); }

@media screen and (max-width: 763px) { .popup { padding: 0 20px; } }

.popup.is-open { opacity: 1; visibility: visible; pointer-events: auto; }

.popup__inner { padding: 0 30px; }

@media screen and (max-width: 763px) { .popup__inner { padding: 0 15px; } }

.popup__close { width: 37px; height: 37px; position: relative; float: right; cursor: pointer; left: 0; top: 0; }

@media screen and (max-width: 763px) { .popup__close { width: 18.5px; height: 18.5px; left: 0; } }

.popup__close span { position: absolute; top: 0; left: 0; width: 42px; height: 2px; background-color: #FFF; }

@media screen and (max-width: 763px) { .popup__close span { width: 24px; height: 1px; } }

.popup__close span:first-child { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.popup__close span:nth-child(2) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.popup__img { clear: both; }

.popup .iframe-wrap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; width: 90vw; }

.popup .iframe-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.page-plan { position: relative; margin: 100px 0 0; padding: 91px 0 0; }

@media screen and (max-width: 763px) { .page-plan { margin: 80px 0 0; padding: 0; }
  .page-plan .inner { padding: 0; }
  .page-plan .top-coordinate__nav-sp { margin: 0 25px 30px; }
  .page-plan .top-campaign { width: 100vw; margin-left: -15px; } }

.page-plan .top-section__head, .page-plan .top-campaign__subtitle { display: none; }

.page-plan .top-campaign .inner { padding: 0; min-width: 1px; max-width: 100%; }

.page-plan__header { text-align: center; margin: 0 0 54px; }

@media screen and (max-width: 763px) { .page-plan__header { margin: 0 0 29px; } }

.page-plan__title { font-size: 45px; font-size: 4.5rem; line-height: 1; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-weight: bold; margin: 0 0 26px; }

@media screen and (max-width: 763px) { .page-plan__title { font-size: 23px; font-size: 2.3rem; line-height: 1; margin: 0 0 9px; } }

.page-plan__subtitle { display: block; font-size: 16px; font-size: 1.6rem; line-height: 1; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media screen and (max-width: 763px) { .page-plan__subtitle { font-size: 10px; font-size: 1rem; line-height: 1; } }

.page-plan__kv { position: relative; width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; margin: 0 0 78px; opacity: 1; -webkit-transition: opacity 0.8s ease; transition: opacity 0.8s ease; }

.page-plan__kv.is-loading { opacity: 0; }

@media screen and (max-width: 763px) { .page-plan__kv { margin: 0 0 33px; } }

.page-plan__inner { padding: 0 120px 150px; }

@media screen and (max-width: 763px) { .page-plan__inner { padding: 0 15px; } }

.page-plan__plan-title { text-align: center; margin: 0 0 80px; }

@media screen and (max-width: 763px) { .page-plan__plan-title { margin: 0 0 27px; } }

.page-plan__plan-title span { display: inline-block; font-size: 30px; font-size: 3rem; line-height: 1; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-weight: bold; padding: 0 0 13px; border-bottom: 2px solid #000; }

@media screen and (max-width: 763px) { .page-plan__plan-title span { font-size: 18px; font-size: 1.8rem; line-height: 1.66667; letter-spacing: 0em; padding: 0; border-bottom: 1px solid #000; } }

.page-plan__plan-items { display: block; }

.page-plan__plan-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0 0 80px; }

.page-plan__plan-item:first-child .page-plan__plan-item-lead i { min-width: 62px; }

@media screen and (max-width: 763px) { .page-plan__plan-item { -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 40px; }
  .page-plan__plan-item:first-child .page-plan__plan-item-lead i { min-width: 60px; } }

.page-plan__plan-item-img { width: 37.5%; overflow: hidden; position: relative; }

@media screen and (max-width: 763px) { .page-plan__plan-item-img { width: 100%; height: auto; } }

.page-plan__plan-item-img img { display: block; width: 100%; height: auto; opacity: 1; }

@media screen and (max-width: 763px) { .page-plan__plan-item-img img { width: 100%; height: auto; position: static; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } }

.page-plan__plan-item-info { width: 62.5%; padding-left: 50px; }

@media screen and (max-width: 763px) { .page-plan__plan-item-info { width: 100%; padding-left: 0; } }

.page-plan__plan-item-title { font-size: 28px; font-size: 2.8rem; line-height: 1.25; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-weight: bold; margin: 16px 0 30px; position: relative; }

.page-plan__plan-item-title i { display: block; font-size: 14px; font-size: 1.4rem; line-height: 1; margin: 0 0 10px; font-weight: bold; color: #db1414; }

@media screen and (max-width: 763px) { .page-plan__plan-item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.66667; letter-spacing: 0em; margin: 17px 0 16px; } }

.page-plan__plan-item-lead { padding: 16px 0; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; margin: 0 0 24px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 763px) { .page-plan__plan-item-lead { padding: 10px 0; } }

.page-plan__plan-item-lead i { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; line-height: 1; letter-spacing: 0.1em; padding: 7px 18px; background-color: #000; color: #FFF; margin-right: 14px; text-align: center; min-width: 116px; }

@media screen and (max-width: 763px) { .page-plan__plan-item-lead i { font-size: 10px; font-size: 1rem; line-height: 1; padding: 5px 8px; margin-right: 14px; min-width: 82px; } }

.page-plan__plan-item-lead span { display: inline-block; vertical-align: middle; font-size: 21px; font-size: 2.1rem; line-height: 1.66667; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; font-weight: bold; }

@media screen and (max-width: 763px) { .page-plan__plan-item-lead span { font-size: 14px; font-size: 1.4rem; line-height: 1.57143; letter-spacing: 0em; }
  .page-plan__plan-item-lead span br { display: none; } }

.page-plan__plan-item-price { font-size: 24px; font-size: 2.4rem; line-height: 1.5; letter-spacing: 0.2em; color: #db1414; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; margin: 0 0 9px; }

@media screen and (max-width: 763px) { .page-plan__plan-item-price { font-size: 18px; font-size: 1.8rem; line-height: 1; letter-spacing: 0.06em; margin: 0 0 16px; } }

.page-plan__plan-item-price small { display: inline-block; vertical-align: middle; margin: 0 0 0 -10px; font-size: 14px; font-size: 1.4rem; line-height: 2.57143; }

@media screen and (max-width: 763px) { .page-plan__plan-item-price small { font-size: 10px; font-size: 1rem; line-height: 1; margin: 0 0 0 -7px; } }

.page-plan__plan-item-include { font-size: 14px; font-size: 1.4rem; line-height: 2.5; letter-spacing: 0.1em; font-weight: bold; margin: 0 0 14px; }

@media screen and (max-width: 763px) { .page-plan__plan-item-include { font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.06em; margin: 0 0 7px; } }

.page-plan__plan-item-list1 { display: block; margin: 0 0 28px; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list1 { margin: 0 0 15px; } }

.page-plan__plan-item-list1 li { display: block; position: relative; padding-left: 20px; font-size: 16px; font-size: 1.6rem; line-height: 2.1875; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list1 li { padding-left: 10px; font-size: 13px; font-size: 1.3rem; line-height: 1.92308; letter-spacing: 0.06em; } }

.page-plan__plan-item-list1 li small { display: block; margin: -5px 0 0; font-size: 12px; font-size: 1.2rem; line-height: 2.91667; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list1 li small { font-size: 10px; font-size: 1rem; line-height: 2.4; letter-spacing: 0.06em; } }

.page-plan__plan-item-list1 li:before { content: ''; position: absolute; top: 14px; left: 0; width: 6px; height: 6px; display: block; border-radius: 3px; background-color: #000; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list1 li:before { top: 10px; } }

.page-plan__plan-item-list2 { display: block; background-color: #faf6cd; padding: 16px 20px; border-radius: 5px; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list2 { padding: 18px 12px; } }

.page-plan__plan-item-list2 li { display: block; position: relative; padding-left: 16px; font-size: 14px; font-size: 1.4rem; line-height: 2.5; letter-spacing: 0.1em; margin: 0 0 -4px; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list2 li { padding-left: 10px; font-size: 11px; font-size: 1.1rem; line-height: 2.18182; letter-spacing: 0.06em; margin: 0 0 6px; } }

.page-plan__plan-item-list2 li small { display: block; margin: -4px 0 0; font-size: 12px; font-size: 1.2rem; line-height: 2.91667; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list2 li small { font-size: 10px; font-size: 1rem; line-height: 2.4; letter-spacing: 0.06em; } }

.page-plan__plan-item-list2 li:before { content: ''; position: absolute; top: 15px; left: 0; width: 6px; height: 6px; display: block; border-radius: 3px; background-color: #000; }

@media screen and (max-width: 763px) { .page-plan__plan-item-list2 li:before { top: 10px; } }

.page-plan__table { margin: 0 0 60px; }

@media screen and (max-width: 763px) { .page-plan__table { margin: 0 0 30px; } }

.page-plan__table:last-of-type { margin: 0 0 73px; }

@media screen and (max-width: 763px) { .page-plan__table:last-of-type { margin: 0 0 27px; } }

.page-plan__table-title { padding: 18px 0; text-align: center; background-color: #f8f8f8; font-size: 24px; font-size: 2.4rem; line-height: 1.45833; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; margin: 0 0 60px; border-radius: 5px; }

@media screen and (max-width: 763px) { .page-plan__table-title { padding: 14px 0; font-size: 15px; font-size: 1.5rem; line-height: 1; margin: 0 0 18px; } }

.page-plan__table-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.page-plan__table-items li { display: block; width: calc(50% - 30px); border-bottom: 1px solid #CCC; overflow: hidden; padding-bottom: 24px; margin: 0 0 40px; font-size: 18px; font-size: 1.8rem; line-height: 1; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .page-plan__table-items li { width: 100%; font-size: 13px; font-size: 1.3rem; line-height: 1.30769; padding-bottom: 12px; margin: 0 0 13px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.page-plan__table-items li small { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; line-height: 1; }

@media screen and (max-width: 763px) { .page-plan__table-items li small { font-size: 10px; font-size: 1rem; line-height: 1.7; display: block; } }

.page-plan__table-items li p { display: inline-block; vertical-align: middle; float: left; }

.page-plan__table-items li p + p { float: right; }

.page-plan__table-items li p + p small { display: inline; }

@media screen and (max-width: 763px) { .page-plan__gallery { padding-bottom: 40px; } }

.page-plan__gallery-title { text-align: center; margin: 0 0 52px; font-size: 26px; font-size: 2.6rem; line-height: 1.38462; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media screen and (max-width: 763px) { .page-plan__gallery-title { margin: 0 0 24px; font-size: 15px; font-size: 1.5rem; line-height: 1; letter-spacing: 0.1em; } }

.page-plan__gallery-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 8px; }

@media screen and (max-width: 763px) { .page-plan__gallery-items { margin: 0 0 13px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.page-plan__gallery-item { display: block; width: calc(33.3% - 14px); margin: 0 20px 40px 0; }

.page-plan__gallery-item:nth-child(3n) { margin-right: 0; }

@media screen and (max-width: 763px) { .page-plan__gallery-item { width: calc(50% - 5px); margin: 0 0 8px; } }

.page-plan__gallery-item img { width: 100%; height: auto; }

.page-plan__gallery-box { border: 1px solid #DDD; padding: 25px 29px; }

@media screen and (max-width: 763px) { .page-plan__gallery-box { padding: 17px 15px; } }

.page-plan__gallery-lead { font-size: 18px; font-size: 1.8rem; line-height: 2.77778; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; margin: 0 0 10px; }

@media screen and (max-width: 763px) { .page-plan__gallery-lead { font-size: 13px; font-size: 1.3rem; line-height: 1.46154; letter-spacing: 0.1em; margin: 0 0 9px; } }

.page-plan__gallery-text { font-size: 14px; font-size: 1.4rem; line-height: 2; letter-spacing: 0.1em; margin: 0 0 22px; }

@media screen and (max-width: 763px) { .page-plan__gallery-text { font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.08em; margin: 0 0 8px; } }

.page-plan__other { padding: 90px 120px 70px; }

@media screen and (max-width: 763px) { .page-plan__other { padding: 40px 15px 30px; }
  .page-plan__other + .top-studio { padding-bottom: 0; } }

.page-plan__other .inner { min-width: 1px; padding: 0 45px; }

@media screen and (max-width: 763px) { .page-plan__other .inner { padding: 0; } }

.page-plan__other-title { text-align: center; font-size: 28px; font-size: 2.8rem; line-height: 1.78571; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; margin: 0 0 70px; }

@media screen and (max-width: 763px) { .page-plan__other-title { font-size: 15px; font-size: 1.5rem; line-height: 1; letter-spacing: 0.1em; margin: 0 0 25px; } }

.page-plan__other-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.page-plan__other-item { display: block; width: calc(33.3% - 13px); text-align: center; background-color: #FFF; margin: 0 0 30px; }

@media screen and (max-width: 763px) { .page-plan__other-item { width: calc(50% - 5px); margin: 0 0 10px; } }

.page-plan__other-item a { display: block; padding: 40px 30px; }

@media screen and (max-width: 763px) { .page-plan__other-item a { padding: 14px 12px; } }

.page-plan__other-item-img { width: 230px; height: 230px; overflow: hidden; margin: 0 auto 38px; max-width: 100%; }

@media screen and (max-width: 763px) { .page-plan__other-item-img { width: 110px; height: 110px; margin: 0 auto 9px; } }

.page-plan__other-item-img img { width: 100%; height: auto; }

.page-plan__other-item-title { font-size: 20px; font-size: 2rem; line-height: 1; letter-spacing: 0.1em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media screen and (max-width: 763px) { .page-plan__other-item-title { font-size: 12px; font-size: 1.2rem; line-height: 1.66667; letter-spacing: 0.05em; margin: 0 0 -5px; } }
.page-plan__other-item-title.plan1{margin-top: 1.75em;}
/*.page-plan__other-item-title.title_line2{margin: 26px 0 -.75em -10%;}*/
.page-plan__other-item-title.title_line2 .sub{ font-size: .75em; }
@media screen and (max-width: 763px) { .page-plan__other-item-title { margin: 12px 0 -4px; } }

.page-studio .is-sp { display: none; }

@media screen and (max-width: 763px) { .page-studio .is-sp { display: block; position: relative; } }

.page-studio .page-coordinate__title { margin-bottom: 25px; text-shadow: 2px 2px 8px #FFF; }

@media screen and (max-width: 763px) { .page-studio .page-coordinate__title { font-size: 24px; font-size: 2.4rem; line-height: 1.25; margin-bottom: 8px; } }

.page-studio .page-coordinate__title small { display: block; font-size: 30px; font-size: 3rem; line-height: 1; margin: 0 0 20px; }

@media screen and (max-width: 763px) { .page-studio .page-coordinate__title small { font-size: 15px; font-size: 1.5rem; line-height: 1; margin: 0 0 5px; } }

@media screen and (max-width: 763px) { .page-studio .page-coordinate__header { margin-bottom: 42px; } }

.page-studio__introduction { width: 100%; max-width: 1200px; margin: 0 auto 0; }

@media screen and (max-width: 763px) { .page-studio__introduction { max-width: 100%; } }

.page-studio__box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; margin: 0 0 80px; }

@media screen and (max-width: 763px) { .page-studio__box { -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-box; } }

.page-studio__box.is-type1 { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

@media screen and (max-width: 763px) { .page-studio__box.is-type1 { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin-bottom: -28px; -ms-flex-negative: 0; flex-shrink: 0; } }

.page-studio__box.is-type1 .page-studio__box-img { padding-left: 40px; }

@media screen and (max-width: 763px) { .page-studio__box.is-type1 .page-studio__box-img { padding-left: 0; position: relative; left: -15px; width: calc(100% + 10px); } }

@media screen and (max-width: 763px) { .page-studio__box.is-type2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.page-studio__box.is-type2 .page-studio__box-img { padding-right: 40px; }

@media screen and (max-width: 763px) { .page-studio__box.is-type2 .page-studio__box-img { padding-right: 0; text-align: right; margin-bottom: 28px; }
  .page-studio__box.is-type2 .page-studio__box-img img { width: 65.5%; } }

.page-studio__box.is-type2 .page-studio__box-info { padding-left: 32px; }

@media screen and (max-width: 763px) { .page-studio__box.is-type2 .page-studio__box-info { padding-left: 10px; } }

@media screen and (max-width: 763px) { .page-studio__box.is-type3 { width: 100vw; margin-left: -15px; margin-bottom: 42px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.page-studio__box.is-type3 .page-studio__box-img { width: 100%; padding-left: 350px; }

@media screen and (max-width: 763px) { .page-studio__box.is-type3 .page-studio__box-img { padding-left: 0; }
  .page-studio__box.is-type3 .page-studio__box-img img[src*="3@sp.jpg"] { display: block; margin: 0 0 30px; }
  .page-studio__box.is-type3 .page-studio__box-img .img3-1 { position: relative; z-index: 2; margin-left: 15px; }
  .page-studio__box.is-type3 .page-studio__box-img .img3-2 { text-align: right; position: relative; z-index: 1; margin-top: -43px; margin-bottom: 42px; }
  .page-studio__box.is-type3 .page-studio__box-img img[src*="3-1"] { width: 63.4%; }
  .page-studio__box.is-type3 .page-studio__box-img img[src*="3-2"] { width: 71.4%; } }

.page-studio__box.is-type3 .page-studio__box-info { width: 34%; height: auto; position: absolute; top: 50%; left: 70px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); border: 1px solid #EEE; background-color: #FFF; padding: 20px 30px; }

@media screen and (max-width: 763px) { .page-studio__box.is-type3 .page-studio__box-info { width: auto; position: relative; top: 0; left: 0; margin: 0 25px; padding: 29px 20px 3px; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } }

.page-studio__box.is-type3 .page-studio__box-title { font-size: 15px; font-size: 1.5rem; line-height: 3.33333; letter-spacing: 0.2em; margin: 0 0 10px; }

@media screen and (max-width: 763px) { .page-studio__box.is-type3 .page-studio__box-title { font-size: 13px; font-size: 1.3rem; line-height: 1; letter-spacing: 0em; margin: 0 0 22px; } }

@media screen and (max-width: 763px) { .page-studio__box.is-type4 { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin-bottom: 37px; -ms-flex-negative: 0; flex-shrink: 0; } }

.page-studio__box.is-type4 .page-studio__box-img { padding-left: 70px; }

@media screen and (max-width: 763px) { .page-studio__box.is-type4 .page-studio__box-img { padding: 0; margin-left: -30px; width: calc(100% + 10px); } }

.page-studio__box-img { width: 50%; height: 100%; }

@media screen and (max-width: 763px) { .page-studio__box-img { width: 100%; height: auto; } }

.page-studio__box-img img { width: 100%; height: auto; }

.page-studio__box-info { width: 50%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: left; padding: 70px; }

@media screen and (max-width: 763px) { .page-studio__box-info { width: 100%; padding: 0 12px; display: -webkit-box; } }

.page-studio__box-info a { text-decoration: underline; }

.page-studio__box-title { width: 100%; font-size: 28px; font-size: 2.8rem; line-height: 1.78571; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; margin: 0 0 40px; }

@media screen and (max-width: 763px) { .page-studio__box-title { font-size: 15px; font-size: 1.5rem; line-height: 2; letter-spacing: 0em; margin: 0 0 13px; } }

.page-studio__box-text { width: 100%; font-size: 14px; font-size: 1.4rem; line-height: 2.5; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .page-studio__box-text { font-size: 12px; font-size: 1.2rem; line-height: 2; margin-bottom: 34px; letter-spacing: 0.06em; } }

.page-studio__img { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 80px; }

@media screen and (max-width: 763px) { .page-studio__img { position: relative; right: -15px; margin: 0 0 72px; } }

.page-studio__img-img1 { width: 23%; }

@media screen and (max-width: 763px) { .page-studio__img-img1 { width: 46.2%; position: absolute; bottom: -24px; left: -4px; z-index: 2; } }

.page-studio__img-img2 { width: 58.8%; }

@media screen and (max-width: 763px) { .page-studio__img-img2 { width: 100%; text-align: right; position: relative; z-index: 1; }
  .page-studio__img-img2 img { width: 65.2% !important; } }

.page-studio__img img { width: 100%; height: auto; }

.page-studio__hr { margin: 0 0 86px; }

@media screen and (max-width: 763px) { .page-studio__hr { width: 100vw; margin: 0 0 56px -15px; } }

.page-studio__hr img { width: 100%; height: auto; }

.page-studio__styling { width: 100%; max-width: 980px; margin: 0 auto 135px; }

@media screen and (max-width: 763px) { .page-studio__styling { max-width: 100%; margin: 0 auto 52px; } }

.page-studio__styling-title { width: 100%; font-size: 28px; font-size: 2.8rem; line-height: 1.78571; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; text-align: center; margin: 0 0 50px; }

@media screen and (max-width: 763px) { .page-studio__styling-title { font-size: 15px; font-size: 1.5rem; line-height: 1; letter-spacing: 0em; margin: 0 0 30px; } }

.page-studio__styling-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 0 46px; }

@media screen and (max-width: 763px) { .page-studio__styling-items { margin: 0 0 24px; } }

.page-studio__styling-item { width: calc(33.3% - 20px); }

@media screen and (max-width: 763px) { .page-studio__styling-item { width: calc(33.3% - 7px); } }

.page-studio__styling-item img { width: 100%; height: auto; }

.page-studio__styling-text { padding: 40px 30px; border: 1px solid #EEE; font-size: 14px; font-size: 1.4rem; line-height: 2.5; letter-spacing: 0.1em; }

@media screen and (max-width: 763px) { .page-studio__styling-text { margin: 0 10px; padding: 25px 20px; font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.06em; } }

.page-studio__information { position: relative; border: 1px solid #EEE; margin: 0 0 150px; }

@media screen and (max-width: 763px) { .page-studio__information { margin: 0 0 58px; border: none; } }

.page-studio__information:after { content: ''; position: absolute; top: 4px; left: 4px; width: 100%; height: 100%; border: 1px dotted #EEE; }

@media screen and (max-width: 763px) { .page-studio__information:after { display: none; } }

.page-studio__information-inner { position: relative; z-index: 2; padding: 95px 8% 100px; }

@media screen and (max-width: 763px) { .page-studio__information-inner { padding: 0; } }

.page-studio__information-title { font-size: 28px; font-size: 2.8rem; line-height: 1.78571; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; text-align: center; margin: 0 0 65px; }

@media screen and (max-width: 763px) { .page-studio__information-title { font-size: 15px; font-size: 1.5rem; line-height: 1; letter-spacing: 0em; margin: 0 0 30px; } }

.page-studio__information-img { margin: 0 0 72px; }

@media screen and (max-width: 763px) { .page-studio__information-img { margin: 0 0 22px; } }

.page-studio__information-img img { display: block; width: 100%; height: auto; }

.page-studio__information-lead { font-size: 14px; font-size: 1.4rem; line-height: 2.5; letter-spacing: 0.1em; margin: 0 0 140px; text-align: center; }

@media screen and (max-width: 763px) { .page-studio__information-lead { font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0.06em; margin: 0 0 36px; text-align: left; padding: 0 12px; } }

.page-studio__information-access { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0 0 70px; padding: 0 70px; }

@media screen and (max-width: 763px) { .page-studio__information-access { padding: 0; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0 0 40px; } }

.page-studio__information-access-left { width: calc(50% - 10px); border: 1px solid #EEE; padding: 20px 30px; }

@media screen and (max-width: 763px) { .page-studio__information-access-left { width: auto; margin: 0 10px; padding: 20px 19px; } }

.page-studio__information-access-right { width: calc(50% - 10px); }

@media screen and (max-width: 763px) { .page-studio__information-access-right { width: 100%; } }

@media screen and (max-width: 763px) and (max-width: 763px) { .page-studio__information-access-right { height: 200px; margin: 0 0 30px; } }

.page-studio__information-access-title { font-size: 15px; font-size: 1.5rem; line-height: 3.33333; letter-spacing: 0.2em; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; }

@media screen and (max-width: 763px) { .page-studio__information-access-title { font-size: 17px; font-size: 1.7rem; line-height: 1; letter-spacing: 0.06em; margin: 0 0 26px; } }

.page-studio__information-access-text { font-size: 14px; font-size: 1.4rem; line-height: 2.5; letter-spacing: 0.1em; margin: 0 0 19px; }

@media screen and (max-width: 763px) { .page-studio__information-access-text { font-size: 12px; font-size: 1.2rem; line-height: 2; letter-spacing: 0em; margin: 0 0 23px; } }

.page-studio__information-access-text a { text-decoration: underline; }

.page-studio__information-access-map { height: 100%; }

.page-studio__information-access-btn { text-align: center; }

@media screen and (max-width: 763px) { .page-studio__information-access-btn { margin: 0 0 11px; }
  .page-studio__information-access-btn a { width: 100% !important; padding: 13px 0 14px !important; }
  .page-studio__information-access-btn a span { font-size: 12px; font-size: 1.2rem; line-height: 1; } }

.page-studio__information-btn { text-align: center; padding: 0 10px; }

.page-aoyama .page-coordinate__header { background-image: url(../images/aoyama/kv.jpg); }

@media screen and (max-width: 763px) { .page-aoyama .page-coordinate__header { background-image: url(../images/aoyama/kv@sp.jpg); } }

.page-umeda .page-coordinate__header { background-image: url(../images/umeda/kv.jpg); }

@media screen and (max-width: 763px) { .page-umeda .page-coordinate__header { background-image: url(../images/umeda/kv@sp.jpg); } }

.page-umeda .page-studio__box.is-type1 .page-studio__box-info { padding-right: 20px; }

.page-umeda .page-studio__box.is-type1 .page-studio__box-title { letter-spacing: 0em; }

.page-ofuna .page-coordinate__header { background-image: url(../images/ofuna/kv.jpg); }

@media screen and (max-width: 763px) { .page-ofuna .page-coordinate__header { background-image: url(../images/ofuna/kv@sp.jpg); } }

.page-nishinomiya .page-coordinate__header { background-image: url(../images/nishinomiya/kv.jpg); }

@media screen and (max-width: 763px) { .page-nishinomiya .page-coordinate__header { background-image: url(../images/nishinomiya/kv@sp.jpg); } }

.page-tama .page-coordinate__header { background-image: url(../images/tama/kv.jpg); }

@media screen and (max-width: 763px) { .page-tama .page-coordinate__header { background-image: url(../images/tama/kv@sp.jpg); } }

.page-misato .page-coordinate__header { background-image: url(../images/misato/kv.jpg); }

@media screen and (max-width: 763px) { .page-misato .page-coordinate__header { background-image: url(../images/misato/kv@sp.jpg); } }

.page-kodaira .page-coordinate__header { background-image: url(../images/kodaira/kv.jpg); }

@media screen and (max-width: 763px) { .page-kodaira .page-coordinate__header { background-image: url(../images/kodaira/kv@sp.jpg); } }

.page-maebashi .page-coordinate__header { background-image: url(../images/maebashi/kv.jpg); }

@media screen and (max-width: 763px) { .page-maebashi .page-coordinate__header { background-image: url(../images/maebashi/kv@sp.jpg); } }

.page-yachiyo .page-coordinate__header { background-image: url(../images/yachiyo/kv.jpg); }

@media screen and (max-width: 763px) { .page-yachiyo .page-coordinate__header { background-image: url(../images/yachiyo/kv@sp.jpg); } }

.page-takasaki .page-coordinate__header { background-image: url(../images/takasaki/kv.jpg); }

@media screen and (max-width: 763px) { .page-takasaki .page-coordinate__header { background-image: url(../images/takasaki/kv@sp.jpg); } }
