@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/photopro/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/photopro/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/photopro/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/photopro/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/photopro/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/photopro/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.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 {
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

#mainImg.swiper-container {
  width: 100%;
  height: 920px;
  position: relative;
  overflow: visible;
  opacity: 0;
  /* 直線長方形のプログレスバー */ }
  #mainImg.swiper-container ul.swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide {
      position: relative;
      /*-webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0);*/ }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .phMain {
        width: 100%;
        height: 100%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        width: 80%;
        min-width: 1100px;
        max-width: 1400px;
        margin-top: -2%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn {
          filter: drop-shadow(0px 0px 7px black);
          color: #f8f8f8;
          padding-bottom: 2.5em; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .catch {
            font-size: 42px;
            font-weight: 700;
            letter-spacing: .0em;
            line-height: 1; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 30px auto 20px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit em {
              width: 700px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit span {
              font-size: 30px;
              font-weight: 700;
              margin-left: 1.5em; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .read {
            font-size: 25px;
            line-height: 1.8;
            letter-spacing: .05em;
            font-weight: 500;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 10;
            top: calc(100% - 1.5em); }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .read strong {
              font-size: 120%;
              line-height: 1; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn {
        width: 100%;
        height: 70px;
        margin: 0 auto 30px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a {
          background: #f0851a;
          color: #fff;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
          position: relative; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a i {
            line-height: 0;
            width: 35px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            left: 30px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a em {
            font-size: 25px;
            font-weight: 600; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phMain {
      position: relative;
      z-index: 10; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      /*width: 96%;*/ }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap {
      width: 100%;
      flex-wrap: wrap;
      position: relative; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before {
        position: absolute;
        z-index: 10;
        transition: .5s; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before::before {
          content: none; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before .t {
          width: 100%;
          transition: .5s; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before .t span {
            transition: .5s; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before .ph {
          transition: .5s; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before .ph img {
            transition: .5s; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.after .t {
        width: 100%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.after .ph {
        transition: .5s; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 {
      max-width: 1200px;
      opacity: 0; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before {
        bottom: -2.5%;
        left: -6%;
        width: 25%;
        z-index: 1;
        /*opacity: 0;*/ }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated {
          width: 80%;
          left: 10%;
          bottom: 15%;
          transition: .5s; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .t {
            padding: 7px 0px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .t span {
              font-size: 24px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .ph {
            width: 100%;
            height: 0;
            padding-top: 56.25%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .t {
          padding: 5px 0px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .t span {
            font-size: 18px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .ph {
          width: 100%;
          height: 0;
          padding-top: 66.66%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .ph img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            margin: auto;
            z-index: 10; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after {
        margin: 2.5% auto auto;
        z-index: 0;
        width: 100%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t {
          padding: 7px 0px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t em {
            width: 258px;
            margin-right: 1.5em; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t span {
            font-size: 24px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .ph {
          width: 100%;
          height: 0;
          padding-top: 56.25%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .ph img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            margin: auto;
            z-index: 10; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 {
      /*max-width: 95%; max-height: 750px;*/
      opacity: 0;
      visibility: hidden; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap {
        width: 47.5%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before {
          z-index: 1;
          bottom: -6%;
          left: -2%;
          width: 34%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated {
            width: 66%;
            left: 17%;
            bottom: 0%;
            transition: .5s; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .t {
              padding: 7px 0px; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .t span {
                font-size: 20px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .ph {
              width: 100%;
              height: 0;
              padding-top: 135%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .t {
            padding: 5px 0px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .t span {
              font-size: .8vw; }
              @media screen and (min-width: 1920px) {
                #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .t span {
                  font-size: 15px; } }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .ph {
            width: 100%;
            height: 0;
            padding-top: 135%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .ph img {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0;
              right: 0;
              margin: auto;
              z-index: 10; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after {
          z-index: 0;
          margin: -0% 0 auto auto;
          width: 70%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t {
            padding: 7px 0px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t em {
              width: 35%;
              margin-right: 3%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t span {
              font-size: 1vw; }
              @media screen and (min-width: 1920px) {
                #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t span {
                  font-size: 20px;
                  letter-spacing: 0; } }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .ph {
            width: 100%;
            height: 0;
            padding-top: 135%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .ph img {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0;
              right: 0;
              margin: auto;
              z-index: 10; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap {
        width: 100%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .catch {
          font-size: 40px;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.5; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .tit {
          font-size: 120px;
          line-height: 1.5;
          margin: 0 auto 15px;
          font-weight: 600; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .copy {
          font-size: 28px;
          letter-spacing: .05em;
          line-height: 1.5;
          margin-bottom: 50px;
          font-weight: 500; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec {
          width: 750px;
          background: #fff5eb;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px 0;
          margin: 0 auto 30px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .t {
            font-size: 18px;
            letter-spacing: .05em;
            font-weight: 600;
            margin-right: 1.5em;
            line-height: 1.6; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price {
            font-size: 70px;
            position: relative;
            line-height: 1;
            display: flex;
            align-items: baseline; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price span {
              font-size: 35%;
              margin: 1.15em .15em auto 0; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price strong {
              color: #f0851a; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price i {
              font-size: 60%;
              color: #f0851a; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price small {
              font-size: 10px;
              line-height: 1;
              letter-spacing: 0;
              position: absolute;
              right: 9px;
              bottom: calc(100% - 24px); }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .btn {
          width: 80%; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three, #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four {
      background: #fff; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .bg, #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .bg {
        width: 700px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        left: -5%;
        filter: blur(10px);
        opacity: .2;
        z-index: 0; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .read strong {
      letter-spacing: 0; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
      max-width: 900px; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet .ph {
        background: #999;
        width: calc(100% / 5 - 35px); }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet.top {
        bottom: calc(100% + 50px); }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet.bottom {
        top: calc(100% + 50px + 2.5em); }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: flex-start;
      width: 100%;
      height: 100%;
      position: relative;
      background: #000;
      backdrop-filter: blur(10px); }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph {
        display: block; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph01 {
          width: 29.74%;
          height: 100%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph02 {
          width: 23.70%;
          height: 66.85%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph03 {
          width: 23.54%;
          height: 33.48%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph04 {
          width: 23.54%;
          height: 33.48%;
          position: absolute;
          top: 33.48%;
          right: 23.02%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph05 {
          width: 47.24%;
          height: 33.15%;
          position: absolute;
          bottom: 0;
          right: 23.02%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph06 {
          width: 23.02%;
          height: 33.48%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph07 {
          width: 23.02%;
          height: 66.63%;
          position: absolute;
          bottom: 0;
          right: 0; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.slide04 .phMain img {
      display: block; }
  #mainImg.swiper-container .swiper-button-prev, #mainImg.swiper-container .swiper-button-next {
    display: none; }
  #mainImg.swiper-container .swiper-pagination {
    z-index: 20;
    bottom: -60px;
    cursor: default; }
    #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 24px;
      height: 50px;
      background: none;
      margin: 0;
      opacity: 1;
      position: relative;
      transition: .5s; }
      #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet::after {
        content: "";
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
        opacity: .5; }
    #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      transition: .5s; }
      #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet-active::after {
        background: #f0851a; }
      #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet-active:hover {
        opacity: 1; }
  #mainImg.swiper-container .scroll {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    bottom: 0;
    width: 50px; }
    #mainImg.swiper-container .scroll em {
      font-size: 12.5px;
      line-height: 1;
      display: block;
      color: #d7d7d7; }
    #mainImg.swiper-container .scroll span {
      height: 50px;
      overflow: hidden;
      display: block;
      position: relative;
      margin-top: 6px; }
      #mainImg.swiper-container .scroll span::after {
        content: '';
        width: 1px;
        background: rgba(215, 215, 215, 0.9);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        bottom: 0px;
        -webkit-animation: 2.5s arrow infinite ease;
        animation: 2.5s arrow infinite ease; }

@keyframes paginationActive {
  100% {
    width: 100%; } }
@keyframes arrow {
  0% {
    height: 80px;
    bottom: 100%; }
  50% {
    height: 80px;
    bottom: 0px; }
  100% {
    height: 0;
    bottom: 0px; } }
@media only screen and (max-width: 767px) {
  #mainImg.swiper-container {
    width: 100%;
    height: 0;
    padding-top: 540px; }
    #mainImg.swiper-container ul.swiper-wrapper {
      position: absolute;
      top: 0;
      left: 0; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide {
        position: relative; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .phMain {
          width: 100%;
          height: 100%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          width: 90%;
          min-width: 90%;
          max-width: 90%;
          margin-top: -2%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn {
            filter: drop-shadow(0px 0px 5px black);
            margin-top: -7.5%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .catch {
              font-size: 25px;
              line-height: 1.5em;
              letter-spacing: .0em; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit {
              margin: 20px auto 15px;
              flex-wrap: wrap; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit em {
                width: 90%;
                margin-left: -5%; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit span {
                font-size: 16px;
                margin-left: 0em; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .read {
              font-size: 16px;
              line-height: 1.6em;
              letter-spacing: .025em;
              top: calc(100% - 2em); }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .read strong {
                font-size: 120%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn {
          width: 80%;
          height: 42px;
          margin: 0 auto 30px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a {
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25)); }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a i {
              width: 20px;
              left: 15px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a em {
              font-size: 18px; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text {
        width: 92%;
        min-width: 92%;
        max-width: 92%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap {
        /*width: 100%; height: 0; padding-top: 46%;*/ }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap:not(:last-child) {
          /* margin-bottom: 35px;*/ }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before::before {
          content: none; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before .t {
          width: 100%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.after {
          /*position: absolute; bottom: 0; right: 0; z-index: 2;*/ }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.after .t {
            width: 100%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 {
        max-width: 92%;
        opacity: 0;
        margin-top: -25%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before {
          bottom: -55%;
          left: -2.5%;
          width: 48%;
          z-index: 1; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated {
            width: 80%;
            left: 10%;
            bottom: 15%;
            transition: .5s; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .t {
              padding: 5px 0px; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .t span {
                font-size: 13px;
                letter-spacing: 0; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .ph {
              padding-top: 66.66%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .t {
            padding: 4px 0px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .t span {
              font-size: 11px;
              letter-spacing: 0; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .ph {
            padding-top: 66.66%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after {
          margin: 2.5% auto auto;
          z-index: 0;
          width: 100%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t {
            padding: 7px 0px 5px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t em {
              width: 40%;
              margin: 0 auto 2px;
              left: -2.5%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t span {
              font-size: 16px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .ph {
            padding-top: 66.66%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 {
        /*max-width: 95%; max-height: 750px;*/
        height: calc(100% - 120px);
        /*margin: auto;*/
        margin-top: -7.5%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap {
          width: 47.5%;
          /*&:nth-of-type(odd){
          .phSet.before { bottom: auto; left: auto; top: -25%; right: 0;}
          .phSet.after { bottom: 0; right: auto; left: 0;}
          }*/ }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 {
            z-index: 0;
            margin-bottom: auto; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 {
            z-index: 2;
            margin-top: auto; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before {
            bottom: auto;
            left: auto;
            margin: 0;
            width: 55%;
            z-index: 1; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated {
              width: 100%;
              transition: .5s; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .t {
                padding: 4px 0px; }
                #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .t span {
                  font-size: 12px; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .ph {
                padding-top: 120%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .t {
              padding: 4px 0px; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .t span {
                font-size: 10px;
                line-height: 1.35;
                text-align: center; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .ph {
              padding-top: 120%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 .phSet.before {
            top: -7.5%;
            left: calc(96% - 0px); }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 .phSet.before.animated {
              top: 0;
              left: 0; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 .phSet.after {
            margin: 0 auto 0 0; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.before {
            bottom: -7.5%;
            right: calc(96% - 0px);
            left: auto; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.before.animated {
              bottom: 0;
              right: 0;
              left: auto; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.after {
            margin: 0 0 0 auto; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after {
            z-index: 0;
            width: 96%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t {
              padding: 4px 0px; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t em {
                width: 35%;
                margin-right: 3%;
                display: none; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t span {
                font-size: 15px;
                line-height: 1.35;
                text-align: center; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .ph {
              padding-top: 130%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-top: -5%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap {
          width: 100%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .catch {
            font-size: 24px;
            line-height: 1.5; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .tit {
            font-size: 48px;
            line-height: 1.5;
            margin: 5px auto 8px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .copy {
            font-size: 20px;
            letter-spacing: .0em;
            line-height: 1.5;
            margin-bottom: 20px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec {
            width: auto;
            padding: 12px 25px;
            margin: 0 auto 12px;
            flex-direction: column;
            flex-wrap: wrap;
            display: inline-flex; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .t {
              font-size: 15px;
              line-height: 1.5;
              margin: 0 auto 0em;
              letter-spacing: .025em; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price {
              font-size: 50px; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price span {
                font-size: 40%;
                margin: 1em .15em auto 0; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price strong {
                letter-spacing: 0; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price i {
                font-size: 60%; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price small {
                font-size: 9px;
                position: absolute;
                right: 4px;
                bottom: calc(100% - 20px); }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .btn {
            width: 70%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .btn a {
              padding-left: .5em; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .bg, #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .bg {
        width: 120%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        left: -25%;
        filter: blur(10px);
        opacity: .2;
        z-index: 0; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .read {
        white-space: nowrap; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet {
        max-width: 90%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet .ph {
          width: calc(100% / 5 - 10px); }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet.top {
          bottom: calc(100% + 20px); }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet.bottom {
          top: calc(100% + 40px); }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain {
        width: 100%;
        height: 100%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph {
          display: block; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph01 {
            width: 50%;
            height: 58.05%;
            order: 0; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph02 {
            width: 50.05%;
            height: 38.75%;
            order: 2;
            position: absolute;
            top: 22.7%;
            right: 0; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph03 {
            width: 50%;
            height: 22.75%;
            display: none; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph04 {
            width: 50.05%;
            height: 21.15%;
            position: relative;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            transform: none;
            order: 4;
            position: absolute;
            left: 0;
            bottom: 0%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph05 {
            width: 50.05%;
            height: 20.95%;
            position: relative;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            transform: none;
            order: 3;
            position: absolute;
            left: 0;
            top: 58%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph06 {
            width: 50%;
            height: 22.75%;
            order: 1; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph07 {
            width: 50%;
            height: 38.65%;
            position: relative;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            transform: none;
            order: 5;
            margin-left: auto;
            margin-top: auto; }
    #mainImg.swiper-container .swiper-button-prev, #mainImg.swiper-container .swiper-button-next {
      display: none; }
    #mainImg.swiper-container .swiper-pagination {
      bottom: -60px;
      cursor: default; }
      #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 50px; }
        #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet::after {
          width: 10px;
          height: 10px; }
        #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
          opacity: 1; }
    #mainImg.swiper-container .scroll em {
      font-size: 11px;
      line-height: 1;
      display: block;
      color: #d7d7d7; }
    #mainImg.swiper-container .scroll span {
      height: 30px;
      margin-top: 6px; }
      #mainImg.swiper-container .scroll span::after {
        width: 1px; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #mainImg.swiper-container {
    width: 100%;
    /*height: 920px; */
    height: calc(100vh - 130px);
    min-height: 950px;
    /* 直線長方形のプログレスバー */ }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text {
      width: 90%;
      min-width: 90%;
      max-width: 90%;
      margin-top: -2.5%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .catch {
        font-size: 32px;
        line-height: 1.5em; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 25px auto 20px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit em {
          width: 550px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .tit span {
          font-size: 18px;
          margin-left: 1.5em; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .read {
        font-size: 22px;
        line-height: 1.8em; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .text.textCmn .read strong {
          font-size: 130%; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn {
      width: 100%;
      height: 60px;
      margin: 0 auto 30px; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a {
        padding-left: 1em; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a i {
          width: 25px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          left: 20px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide .btn a em {
          font-size: 22px; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap {
      width: 100%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before::before {
        content: none; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.before .t {
        width: 100%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .phSetWrap .phSet.after .t {
        width: 100%; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 {
      max-width: 90%;
      opacity: 0;
      margin-top: -15%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before {
        bottom: -28.5%;
        left: auto;
        right: -3%;
        width: 35%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated {
          width: 80%;
          left: auto;
          right: 10%;
          bottom: 15%;
          transition: .5s; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .t {
            padding: 5px 0px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .t span {
              font-size: 18px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before.animated .ph {
            width: 100%;
            height: 0;
            padding-top: 66.66%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .t {
          padding: 5px 0px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .t span {
            font-size: 15px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .ph {
          width: 100%;
          height: 0;
          padding-top: 66.66%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.before .ph img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            margin: auto;
            z-index: 10; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after {
        margin: 2.5% auto auto;
        z-index: 0;
        width: 100%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t {
          padding: 7px 0px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t em {
            width: 200px;
            margin-right: 1.5em; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .t span {
            font-size: 22px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .ph {
          width: 100%;
          height: 0;
          padding-top: 66.66%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text01 .phSetWrap .phSet.after .ph img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            margin: auto;
            z-index: 10; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 {
      height: calc(100% - 250px);
      /*margin: auto;*/
      margin-top: -2.5%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap {
        width: 45%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 {
          z-index: 0;
          margin-bottom: auto; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 {
          z-index: 2;
          margin-top: auto; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before {
          bottom: auto;
          left: auto;
          margin: 0;
          width: 55%;
          z-index: 1; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated {
            width: 100%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .t {
              padding: 7px 0px; }
              #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .t span {
                font-size: 18px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before.animated .ph {
              padding-top: 120%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .t {
            padding: 7px 0px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .t span {
              font-size: 1.4vw;
              line-height: 1.35;
              text-align: center; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.before .ph {
            padding-top: 120%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 .phSet.before {
          top: -7.5%;
          left: calc(100% - 0px); }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 .phSet.before.animated {
            top: 0;
            left: 0; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap01 .phSet.after {
          margin: 0 auto 0 0; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.before {
          bottom: -5%;
          right: calc(100% - 0px);
          left: auto;
          opacity: 0;
          /*visibility: visible !important;*/
          visibility: hidden;
          animation-name: panOutTB !important; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.before.animated {
            bottom: 0;
            right: 0;
            left: auto; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.before .t {
            font-size: 100%;
            transition: .01s; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.before .t span {
              font-size: 100%;
              transition: .01s; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap.phSetWrap02 .phSet.after {
          margin: 0 0 0 auto; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after {
          z-index: 0;
          width: 100%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t {
            padding: 7px 0px; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t em {
              width: 35%;
              margin-right: 3%; }
            #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .t span {
              font-size: 1.6vw;
              line-height: 1.35;
              text-align: center; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .text.text02 .phSetWrap .phSet.after .ph {
            padding-top: 130%; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap {
      width: 100%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .catch {
        font-size: 36px; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .tit {
        font-size: 82px;
        margin: 0 auto 10px; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .copy {
        font-size: 28px;
        margin-bottom: 25px; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec {
        width: 680px;
        padding: 10px 0;
        margin: 0 auto 30px; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .t {
          font-size: 16px;
          margin-right: 1.5em; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price {
          font-size: 62px; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price span {
            font-size: 38%;
            margin: .95em .2em auto 0; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price strong {
            line-height: 1; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price i {
            font-size: 60%; }
          #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .priceSec .price small {
            font-size: 10px;
            position: absolute;
            right: 8px;
            bottom: calc(100% - 22px); }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .text .textWrap .btn {
        width: 320px; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.three .bg, #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.four .bg {
      width: 700px;
      left: -5%;
      filter: blur(10px);
      opacity: .2; }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
      max-width: 90%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet .ph {
        width: calc(100% / 5 - 20px); }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet.top {
        bottom: calc(100% + 30px); }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.one .text .phSet.bottom {
        top: calc(100% + 80px); }
    #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain {
      width: 100%;
      height: 100%; }
      #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph {
        display: block; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph01 {
          width: 50%;
          height: 58.05%;
          order: 0; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph02 {
          width: 50.05%;
          height: 38.75%;
          order: 2;
          position: absolute;
          top: 22.7%;
          right: 0; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph03 {
          width: 50%;
          height: 22.75%;
          display: none; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph04 {
          width: 50.05%;
          height: 21.15%;
          position: relative;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          transform: none;
          order: 4;
          position: absolute;
          left: 0;
          bottom: 0%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph05 {
          width: 50.05%;
          height: 20.95%;
          position: relative;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          transform: none;
          order: 3;
          position: absolute;
          left: 0;
          top: 58%; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph06 {
          width: 50%;
          height: 22.75%;
          order: 1; }
        #mainImg.swiper-container ul.swiper-wrapper li.swiper-slide.two .phMain .ph.ph07 {
          width: 50%;
          height: 38.65%;
          position: relative;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          transform: none;
          order: 5;
          margin-left: auto;
          margin-top: auto; }
    #mainImg.swiper-container .swiper-button-prev, #mainImg.swiper-container .swiper-button-next {
      display: none; }
    #mainImg.swiper-container .swiper-pagination {
      /*left: auto; right: 50px; margin: 0; text-align: right; z-index: 20;*/
      bottom: -60px;
      cursor: default; }
      #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 50px; }
        #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet::after {
          width: 10px;
          height: 10px; }
        #mainImg.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
          opacity: 1; }
    #mainImg.swiper-container .scroll {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
      bottom: 0; }
      #mainImg.swiper-container .scroll em {
        font-size: 12.5px; }
      #mainImg.swiper-container .scroll span {
        height: 50px;
        margin-top: 6px; }
        #mainImg.swiper-container .scroll span::after {
          width: 1px;
          background: rgba(215, 215, 215, 0.9);
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          bottom: 0px; } }
#intro {
  background: #f2f2f2;
  padding: 100px 0 70px; }
  #intro ul.listWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px; }
    #intro ul.listWrap li.list {
      width: 31%;
      position: relative; }
      #intro ul.listWrap li.list .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        color: #f8f8f8;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
        width: 80%; }
        #intro ul.listWrap li.list .text .tit {
          font-size: 30px;
          line-height: 1.5;
          letter-spacing: 0;
          font-weight: 600;
          margin-bottom: 10px; }
        #intro ul.listWrap li.list .text .read {
          font-size: 15px;
          line-height: 1.8;
          text-align: justify; }

@media only screen and (max-width: 767px) {
  #intro {
    padding: 80px 0 30px; }
    #intro ul.listWrap {
      margin: 20px auto 0;
      width: 90%; }
      #intro ul.listWrap li.list {
        width: 100%;
        margin: 0 auto 6%;
        height: 0;
        padding-top: 44%;
        overflow: hidden; }
        #intro ul.listWrap li.list .text {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          color: #f8f8f8;
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          width: 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          z-index: 20; }
          #intro ul.listWrap li.list .text .tit {
            font-size: 22px;
            line-height: 1.5;
            letter-spacing: 0;
            font-weight: 600;
            margin-bottom: 10px; }
          #intro ul.listWrap li.list .text .read {
            font-size: 14px;
            line-height: 1.8;
            text-align: center; }
        #intro ul.listWrap li.list .ph {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          width: 100%;
          height: 100%; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #intro {
    padding: 100px 0 70px; }
    #intro ul.listWrap {
      margin-top: 40px;
      align-items: flex-start; }
      #intro ul.listWrap li.list {
        width: 31%;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse; }
        #intro ul.listWrap li.list .text {
          position: relative;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          transform: none;
          color: #424243;
          filter: none;
          width: 100%; }
          #intro ul.listWrap li.list .text .tit {
            font-size: 22px;
            line-height: 1.5;
            margin-bottom: 10px; }
          #intro ul.listWrap li.list .text .read {
            font-size: 14px;
            line-height: 1.8;
            text-align: justify; }
        #intro ul.listWrap li.list .ph {
          margin-bottom: 15px; } }
#about {
  padding: 55px 0 0px;
  /*@media screen and (min-width:768px) and (max-width:1149px) {*/
  /*@media screen and (min-width:768px) and (max-width:1149px) {*/ }
  #about .title {
    margin-bottom: 30px; }
  #about .copy {
    font-size: 18px; }
    #about .copy u {
      background: linear-gradient(transparent 55%, rgba(255, 235, 79, 0.85) 0%) no-repeat bottom;
      text-decoration: none;
      background-size: 100% 60%;
      padding-bottom: 2px;
      font-weight: 700;
      font-size: 150%;
      color: #dc3545;
      letter-spacing: 0;
      line-height: 1; }
      #about .copy u strong {
        font-family: "Overpass", sans-serif;
        font-weight: 600;
        font-size: 150%;
        line-height: 1.2;
        padding: 0 2px; }
        #about .copy u strong b {
          font-size: 180%;
          line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    #about {
      padding: 30px 0px 0; }
      #about .title {
        margin-bottom: 20px; }
      #about .copy {
        font-size: 15px; }
        #about .copy u {
          background: linear-gradient(transparent 55%, rgba(255, 235, 79, 0.85) 0%) no-repeat bottom;
          background-size: 100% 60%;
          padding-bottom: 2px;
          font-size: 150%;
          line-height: 1.25; }
          #about .copy u strong {
            font-size: 150%;
            padding: 0 2px; }
            #about .copy u strong b {
              font-size: 180%;
              line-height: 1.25; } }
  @media screen and (min-width: 768px) and (max-width: 1149px) {
    #about {
      padding: 55px 0 0px; }
      #about .title {
        margin-bottom: 30px; }
      #about .copy {
        font-size: 18px; }
        #about .copy u {
          background: linear-gradient(transparent 55%, rgba(255, 235, 79, 0.85) 0%) no-repeat bottom;
          text-decoration: none;
          background-size: 100% 60%;
          padding-bottom: 2px;
          line-height: 1; }
          #about .copy u strong {
            font-size: 150%;
            line-height: 1.2;
            padding: 0 2px; }
            #about .copy u strong b {
              font-size: 180%;
              line-height: 1.25; } }
  #about #processing.processingList {
    padding: 40px 0 80px;
    margin-top: 50px;
    background: #f2f2f2; }
    #about #processing.processingList .titWrap {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0 auto 40px; }
      #about #processing.processingList .titWrap .ic {
        width: 177px;
        margin: 0 auto 10px; }
      #about #processing.processingList .titWrap .tit.fukidashiLine {
        margin: 0 auto 30px; }
        #about #processing.processingList .titWrap .tit.fukidashiLine em {
          font-size: 35px;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.8;
          color: #f0851a; }
      #about #processing.processingList .titWrap .copy {
        font-size: 18px;
        line-height: 2; }
    #about #processing.processingList .list {
      max-width: 1100px;
      margin: auto;
      background: #fff;
      padding: 25px 40px 25px;
      border-radius: 20px;
      filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.15));
      /*border-left: 6px solid rgba($mC, .75);*/ }
      #about #processing.processingList .list > a {
        color: #fc0; }
      #about #processing.processingList .list:not(:last-child) {
        margin-bottom: 60px; }
      #about #processing.processingList .list .ttl {
        width: 100%;
        margin: 0 auto 0px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        cursor: pointer; }
        #about #processing.processingList .list .ttl em {
          font-size: 28px;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.5;
          border-left: 6px solid #f0851a;
          padding: 5px 20px 5px;
          display: block;
          margin: 5px 0; }
        #about #processing.processingList .list .ttl span {
          font-size: 18px;
          font-weight: 400;
          transition: .5s;
          position: relative;
          padding-right: 2.25em;
          /*text-decoration: underline;*/ }
          #about #processing.processingList .list .ttl span::after {
            content: "\f078";
            color: #f0851a;
            font-size: 180%;
            font-weight: 500;
            -webkit-text-stroke-width: 1.5px;
            line-height: 0;
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            right: 0;
            transition: .5s;
            transform: translateY(-50%) scaleY(1); }
          #about #processing.processingList .list .ttl span::before {
            content: "閉じる";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            right: 2.25em;
            opacity: 0;
            transition: .5s; }
        #about #processing.processingList .list .ttl:hover span {
          opacity: .6; }
        #about #processing.processingList .list .ttl.open span {
          color: white; }
          #about #processing.processingList .list .ttl.open span::after {
            transform: translateY(-50%) scaleY(-1); }
          #about #processing.processingList .list .ttl.open span::before {
            opacity: 1;
            color: #424243; }
      #about #processing.processingList .list .wrap {
        display: none; }
      #about #processing.processingList .list .phSetWrap {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 20px;
        line-height: 0; }
      #about #processing.processingList .list .read {
        font-size: 16px;
        margin: 25px auto 0;
        width: 80%;
        text-align: justify; }
        #about #processing.processingList .list .read small {
          font-size: 87%; }
      #about #processing.processingList .list.list01 .ttl, #about #processing.processingList .list.list02 .ttl {
        cursor: default; }
  @media only screen and (max-width: 767px) {
    #about #processing.processingList {
      padding: 40px 0 60px;
      margin-top: 50px; }
      #about #processing.processingList .titWrap {
        margin: 0 auto 40px; }
        #about #processing.processingList .titWrap .ic {
          width: 120px;
          margin: 0 auto 10px; }
        #about #processing.processingList .titWrap .tit.fukidashiLine {
          margin: 0 auto 30px; }
          #about #processing.processingList .titWrap .tit.fukidashiLine em {
            font-size: 22px; }
        #about #processing.processingList .titWrap .copy {
          font-size: 15px;
          line-height: 2;
          padding: 0 5%;
          width: 100%;
          text-align: justify; }
      #about #processing.processingList .list {
        max-width: 94%;
        padding: 15px 20px 15px;
        border-radius: 15px;
        filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.15)); }
        #about #processing.processingList .list:not(:last-child) {
          margin-bottom: 30px; }
        #about #processing.processingList .list .ttl {
          width: calc(100% + 10px);
          margin: 0 -5px 0px; }
          #about #processing.processingList .list .ttl em {
            font-size: 20px;
            border-left: 5px solid #f0851a;
            padding: 0px 0 0px 10px;
            margin: 0px 0;
            width: calc(100% - 120px); }
          #about #processing.processingList .list .ttl span {
            font-size: 14px;
            padding-right: 1.75em; }
            #about #processing.processingList .list .ttl span::after {
              font-size: 150%;
              -webkit-text-stroke-width: 1.25px; }
            #about #processing.processingList .list .ttl span::before {
              right: 2.25em; }
          #about #processing.processingList .list .ttl:hover span {
            opacity: 1; }
        #about #processing.processingList .list .phSetWrap {
          margin-top: 10px; }
        #about #processing.processingList .list .read {
          font-size: 15px;
          margin: 15px auto 0;
          width: 100%; }
          #about #processing.processingList .list .read small {
            font-size: 87%; }
        #about #processing.processingList .list.list01 .ttl em, #about #processing.processingList .list.list02 .ttl em {
          width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1149px) {
    #about #processing.processingList {
      padding: 40px 0 80px;
      margin-top: 50px; }
      #about #processing.processingList .titWrap {
        margin: 0 auto 40px; }
        #about #processing.processingList .titWrap .ic {
          width: 160px;
          margin: 0 auto 10px; }
        #about #processing.processingList .titWrap .tit.fukidashiLine {
          margin: 0 auto 30px; }
          #about #processing.processingList .titWrap .tit.fukidashiLine em {
            font-size: 30px;
            line-height: 1.8; }
        #about #processing.processingList .titWrap .copy {
          font-size: 16px;
          line-height: 2; }
      #about #processing.processingList .list {
        max-width: 96%;
        padding: 25px 30px 25px;
        border-radius: 15px;
        filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.15)); }
        #about #processing.processingList .list:not(:last-child) {
          margin-bottom: 35px; }
        #about #processing.processingList .list .ttl {
          width: 100%;
          margin: 0 auto 0px; }
          #about #processing.processingList .list .ttl em {
            font-size: 24px;
            border-left: 6px solid #f0851a;
            padding: 0px 15px 0px;
            display: block;
            margin-bottom: 5px 0; }
          #about #processing.processingList .list .ttl span {
            font-size: 18px;
            padding-right: 1.75em; }
            #about #processing.processingList .list .ttl span::after {
              font-size: 150%;
              -webkit-text-stroke-width: 1.25px; }
            #about #processing.processingList .list .ttl span::before {
              right: 2.25em; }
          #about #processing.processingList .list .ttl:hover span {
            opacity: 1; }
        #about #processing.processingList .list .phSetWrap {
          margin-top: 20px; }
        #about #processing.processingList .list .read {
          font-size: 15px;
          margin: 25px auto 0;
          width: 100%; }
          #about #processing.processingList .list .read small {
            font-size: 87%; } }

#service {
  padding: 55px 0 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto; }
  #service .titWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px; }
    #service .titWrap .tit {
      display: flex;
      justify-content: center;
      align-items: center;
      justify-content: flex-start; }
      #service .titWrap .tit em {
        width: 465px;
        line-height: 1;
        margin-right: 2em; }
      #service .titWrap .tit span {
        font-size: 22px;
        font-weight: 700; }
    #service .titWrap .priceWrap {
      width: 440px;
      height: 66px;
      background: #fff5eb;
      filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      #service .titWrap .priceWrap::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 18px 10px 0;
        border-color: transparent #fff5eb transparent transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        right: calc(100% - 0px); }
      #service .titWrap .priceWrap em {
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 600;
        margin-right: 1.5em; }
      #service .titWrap .priceWrap span {
        font-size: 45px;
        position: relative;
        line-height: 1;
        display: flex;
        align-items: baseline; }
        #service .titWrap .priceWrap span b {
          font-size: 50%;
          margin: .55em .15em auto 0; }
        #service .titWrap .priceWrap span strong {
          color: #f0851a; }
        #service .titWrap .priceWrap span i {
          font-size: 60%;
          color: #f0851a; }
        #service .titWrap .priceWrap span small {
          font-size: 10px;
          line-height: 1;
          letter-spacing: 0;
          position: absolute;
          right: 0;
          bottom: calc(100% - 15px); }
  #service .sec01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px; }
    #service .sec01 .ph {
      width: 200px;
      margin-left: -10px; }
    #service .sec01 .copy {
      width: calc(100% - 209px);
      text-align: left;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 1.6;
      /*small { display: block; font-size: 22px; font-weight: 500; margin-top: 10px;}*/ }
      #service .sec01 .copy strong {
        display: block;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 15px;
        font-weight: 700; }
  #service .sec02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    #service .sec02 .tit.fukidashiLine {
      margin: 0 auto 50px; }
      #service .sec02 .tit.fukidashiLine em {
        font-size: 38px;
        font-weight: 700;
        letter-spacing: 0;
        color: #f0851a; }
    #service .sec02 ul.listWrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #service .sec02 ul.listWrap li {
        width: calc(100% / 3 - 35px); }
        #service .sec02 ul.listWrap li .ph {
          width: 150px;
          margin: 0 auto 20px; }
        #service .sec02 ul.listWrap li .t {
          font-size: 25px;
          line-height: 1.6;
          font-weight: 700;
          letter-spacing: 0;
          margin-bottom: 15px; }
        #service .sec02 ul.listWrap li .read {
          font-size: 15px;
          line-height: 1.8;
          text-align: justify;
          letter-spacing: 0; }
  #service .sec03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
    #service .sec03 .customer {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      background: linear-gradient(to bottom, white 0%, #eff0f2 100%);
      filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25)); }
      #service .sec03 .customer i {
        width: 103px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        line-height: 1;
        top: -72px; }
      #service .sec03 .customer em {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0; }
    #service .sec03 .arrows {
      width: 220px; }
      #service .sec03 .arrows span {
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5; }
        #service .sec03 .arrows span::before, #service .sec03 .arrows span::after {
          content: "";
          display: block;
          width: 100%;
          height: 28px;
          background-size: cover;
          margin: 6px 0; }
        #service .sec03 .arrows span:nth-of-type(1) {
          margin-bottom: 5px; }
          #service .sec03 .arrows span:nth-of-type(1)::after {
            background: url("../img/arrowLG.svg") no-repeat; }
        #service .sec03 .arrows span:nth-of-type(2)::before {
          background: url("../img/arrowLO.svg") no-repeat; }
    #service .sec03 .photoproWrap {
      background: #fff5eb;
      border-radius: 30px;
      filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
      padding: 20px 20px;
      width: 650px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #service .sec03 .photoproWrap .t {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #service .sec03 .photoproWrap .t em {
          width: 290px;
          line-height: 1;
          margin: 0 auto 20px;
          position: relative;
          left: -3%; }
      #service .sec03 .photoproWrap .list {
        background: #fff;
        border-radius: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
        width: 47%;
        padding: 90px 0 20px; }
        #service .sec03 .photoproWrap .list i {
          line-height: 1;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10; }
        #service .sec03 .photoproWrap .list em {
          font-size: 24px;
          font-weight: 700;
          letter-spacing: 0; }
        #service .sec03 .photoproWrap .list.list01 {
          z-index: 1; }
          #service .sec03 .photoproWrap .list.list01 i {
            width: 230px;
            top: -25px; }
          #service .sec03 .photoproWrap .list.list01::after {
            content: "";
            width: 67px;
            height: 60px;
            background: url("../img/about03.png") no-repeat;
            background-size: cover;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            left: calc(100% - 16px);
            z-index: 15; }
        #service .sec03 .photoproWrap .list.list02 i {
          width: 240px;
          top: -20px; }

@media only screen and (max-width: 767px) {
  #service {
    padding: 30px 0 0px;
    max-width: 100%; }
    #service .titWrap {
      width: 100%;
      margin: 0 auto 20px;
      flex-wrap: wrap; }
      #service .titWrap .tit {
        flex-direction: column;
        width: 90%;
        margin: 0 auto 10px; }
        #service .titWrap .tit em {
          width: 100%;
          margin: 0 auto 0px; }
        #service .titWrap .tit span {
          font-size: 18px;
          margin-top: -5px; }
      #service .titWrap .priceWrap {
        width: 260px;
        height: auto;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
        margin: 10px auto;
        flex-wrap: wrap;
        padding: 6px 30px;
        display: inline; }
        #service .titWrap .priceWrap::before {
          border-width: 18px 10px 0 10px;
          border-color: #fff5eb transparent transparent transparent;
          position: relative;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          transform: none;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          top: calc(100% - 0px); }
        #service .titWrap .priceWrap em {
          font-size: 16px;
          margin: 0 auto 0px; }
        #service .titWrap .priceWrap span {
          font-size: 45px;
          display: inline-flex; }
          #service .titWrap .priceWrap span b {
            font-size: 50%;
            margin: .55em .15em auto 0; }
          #service .titWrap .priceWrap span i {
            font-size: 60%; }
          #service .titWrap .priceWrap span small {
            font-size: 10px;
            position: absolute;
            right: 0;
            bottom: calc(100% - 15px); }
    #service .sec01 {
      width: 90%;
      margin: 0 auto 50px; }
      #service .sec01 .ph {
        width: 150px;
        margin: 0 auto 10px; }
      #service .sec01 .copy {
        width: 100%;
        text-align: left;
        font-size: 17px;
        /*small { font-size: 17px; margin-top: 15px;}*/ }
        #service .sec01 .copy strong {
          font-size: 24px;
          margin-bottom: 15px; }
    #service .sec02 {
      width: 90%;
      margin: 0 auto 100px; }
      #service .sec02 .tit.fukidashiLine {
        margin: 0 auto 30px; }
        #service .sec02 .tit.fukidashiLine em {
          font-size: 24px; }
      #service .sec02 ul.listWrap {
        padding: 0 5%; }
        #service .sec02 ul.listWrap li {
          width: 100%; }
          #service .sec02 ul.listWrap li:not(:last-child) {
            margin-bottom: 30px; }
          #service .sec02 ul.listWrap li .ph {
            width: 135px;
            margin: 0 auto 10px; }
          #service .sec02 ul.listWrap li .t {
            font-size: 22px;
            line-height: 1.6;
            margin-bottom: 6px; }
          #service .sec02 ul.listWrap li .read {
            font-size: 14px; }
    #service .sec03 {
      width: 100%;
      background: rgba(255, 245, 235, 0.5);
      padding-bottom: 60px; }
      #service .sec03 .customer {
        width: 160px;
        height: 160px;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
        margin: 0 auto 15px; }
        #service .sec03 .customer i {
          width: 100px;
          top: -72px; }
        #service .sec03 .customer em {
          font-size: 24px; }
      #service .sec03 .arrows {
        width: 90%;
        margin: auto; }
        #service .sec03 .arrows span {
          font-size: 16px;
          letter-spacing: 0; }
          #service .sec03 .arrows span::before, #service .sec03 .arrows span::after {
            height: 60px;
            width: 26px;
            margin: 0px 0;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 10;
            top: 35px; }
          #service .sec03 .arrows span:nth-of-type(1) {
            margin-bottom: 80px; }
            #service .sec03 .arrows span:nth-of-type(1)::after {
              background: url("../img/arrowSG.svg") no-repeat;
              left: -30px; }
            #service .sec03 .arrows span:nth-of-type(1)::before {
              background: url("../img/arrowSO.svg") no-repeat;
              right: -30px; }
          #service .sec03 .arrows span:nth-of-type(2)::before {
            background: url("../img/arrowSO.svg") no-repeat;
            display: none; }
      #service .sec03 .photoproWrap {
        border-radius: 20px;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
        padding: 20px 20px;
        width: 90%;
        margin: 20px auto 0; }
        #service .sec03 .photoproWrap .t {
          width: 100%; }
          #service .sec03 .photoproWrap .t em {
            width: 250px;
            margin: 0 auto 50px;
            left: -3%; }
        #service .sec03 .photoproWrap .list {
          border-radius: 20px;
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
          width: 100%;
          padding: 90px 0 10px; }
          #service .sec03 .photoproWrap .list em {
            font-size: 24px; }
          #service .sec03 .photoproWrap .list.list01 {
            z-index: 1;
            margin-bottom: 100px; }
            #service .sec03 .photoproWrap .list.list01 i {
              width: 230px;
              top: -25px; }
            #service .sec03 .photoproWrap .list.list01::after {
              width: 67px;
              height: 60px;
              background: url("../img/about03.png") no-repeat;
              background-size: cover;
              position: relative;
              top: auto;
              left: auto;
              bottom: auto;
              right: auto;
              transform: none;
              transform: rotate(90deg) scaleX(-1);
              transform-origin: center;
              position: absolute;
              left: 0;
              right: 0;
              margin: auto;
              z-index: 10;
              top: calc(100% + 15px); }
          #service .sec03 .photoproWrap .list.list02 i {
            width: 240px;
            top: -20px; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #service {
    padding: 55px 0 70px;
    max-width: 92%;
    margin: auto; }
    #service .titWrap {
      width: 100%;
      margin-bottom: 40px;
      justify-content: center; }
      #service .titWrap .tit {
        justify-content: center;
        flex-wrap: wrap; }
        #service .titWrap .tit em {
          width: 300px;
          /*margin-right: 2em;*/
          margin-right: 1.5em; }
        #service .titWrap .tit span {
          font-size: 18px;
          line-height: 1.25;
          width: 100%;
          padding-left: 1em; }
      #service .titWrap .priceWrap {
        width: 400px;
        height: 66px;
        background: #fff5eb;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto; }
        #service .titWrap .priceWrap::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 18px 10px 0;
          border-color: transparent #fff5eb transparent transparent;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          right: calc(100% - 0px); }
        #service .titWrap .priceWrap em {
          font-size: 14px;
          letter-spacing: 0;
          font-weight: 600;
          margin-right: 1em; }
        #service .titWrap .priceWrap span {
          font-size: 45px;
          position: relative;
          line-height: 1;
          display: flex;
          align-items: baseline; }
          #service .titWrap .priceWrap span b {
            font-size: 50%;
            margin: .55em .15em auto 0; }
          #service .titWrap .priceWrap span strong {
            color: #f0851a; }
          #service .titWrap .priceWrap span i {
            font-size: 60%;
            color: #f0851a; }
          #service .titWrap .priceWrap span small {
            font-size: 10px;
            line-height: 1;
            letter-spacing: 0;
            position: absolute;
            right: 0;
            bottom: calc(100% - 15px); }
    #service .sec01 {
      width: 100%;
      margin-bottom: 50px; }
      #service .sec01 .ph {
        width: 170px;
        margin-left: -10px; }
      #service .sec01 .copy {
        width: calc(100% - 180px);
        font-size: 17.5px;
        margin-top: -10px;
        /*small { display: block; font-size: 16px; margin-top: 10px;}*/ }
        #service .sec01 .copy strong {
          display: block;
          font-size: 30px;
          margin-bottom: 10px; }
    #service .sec02 {
      margin-bottom: 50px; }
      #service .sec02 .tit.fukidashiLine {
        margin: 0 auto 50px; }
        #service .sec02 .tit.fukidashiLine em {
          font-size: 32px; }
      #service .sec02 ul.listWrap li {
        width: calc(100% / 3 - 20px); }
        #service .sec02 ul.listWrap li .ph {
          width: 130px;
          margin: 0 auto 20px; }
        #service .sec02 ul.listWrap li .t {
          font-size: 2.2vw;
          line-height: 1.6;
          margin-bottom: 15px; }
        #service .sec02 ul.listWrap li .read {
          font-size: 14px;
          line-height: 1.8; }
    #service .sec03 {
      width: 100%; }
      #service .sec03 .customer {
        width: 130px;
        height: 130px; }
        #service .sec03 .customer i {
          width: 66%;
          top: -5rem; }
        #service .sec03 .customer em {
          font-size: 24px; }
      #service .sec03 .arrows {
        width: 150px; }
        #service .sec03 .arrows span {
          font-size: 15px; }
          #service .sec03 .arrows span::before, #service .sec03 .arrows span::after {
            width: 100%;
            height: 28px;
            margin: 6px 0; }
          #service .sec03 .arrows span:nth-of-type(1) {
            margin-bottom: 5px; }
      #service .sec03 .photoproWrap {
        padding: 20px 20px;
        width: calc(100% - 130px - 150px - 30px); }
        #service .sec03 .photoproWrap .t {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          #service .sec03 .photoproWrap .t em {
            width: 250px;
            margin: 0 auto 40px;
            left: -3%; }
        #service .sec03 .photoproWrap .list {
          border-radius: 15px;
          width: 47%;
          padding: 15% 0 20px; }
          #service .sec03 .photoproWrap .list i {
            line-height: 1;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 10; }
          #service .sec03 .photoproWrap .list em {
            font-size: 22px;
            line-height: 1.5; }
          #service .sec03 .photoproWrap .list.list01 i {
            width: 90%;
            top: -25px; }
          #service .sec03 .photoproWrap .list.list01::after {
            width: 50px;
            height: 57px;
            background-size: contain;
            left: calc(100% - 16px);
            margin-top: 20px; }
          #service .sec03 .photoproWrap .list.list02 i {
            width: 96%;
            top: -20px; } }
#feature {
  padding: 55px 0 70px;
  background: #f2f2f2; }
  #feature .title {
    margin-bottom: 40px; }
    #feature .title em strong {
      font-size: 150%; }
  #feature .listWrap {
    max-width: 1000px;
    margin: auto; }
    #feature .listWrap .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      #feature .listWrap .list:not(:last-child) {
        margin-bottom: 45px; }
      #feature .listWrap .list .ph {
        width: 48%; }
      #feature .listWrap .list .text {
        width: calc(48% + 30px);
        text-align: left;
        padding: 0 30px; }
        #feature .listWrap .list .text .tit {
          font-size: 26px;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.6;
          margin-bottom: 20px; }
        #feature .listWrap .list .text .read {
          font-size: 15px;
          text-align: justify; }
      #feature .listWrap .list:nth-of-type(even) {
        flex-direction: row-reverse; }

@media only screen and (max-width: 767px) {
  #feature {
    padding: 30px 0 30px; }
    #feature .title {
      margin-bottom: 40px; }
      #feature .title em strong {
        font-size: 150%; }
    #feature .listWrap {
      max-width: 100%; }
      #feature .listWrap .list {
        width: 100%; }
        #feature .listWrap .list:not(:last-child) {
          margin-bottom: 45px; }
        #feature .listWrap .list .ph {
          width: 90%;
          margin: 0 auto 20px; }
        #feature .listWrap .list .text {
          width: 90%;
          padding: 0 0px;
          margin: auto; }
          #feature .listWrap .list .text .tit {
            font-size: 22px;
            margin-bottom: 15px; }
          #feature .listWrap .list .text .read {
            font-size: 14px; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #feature {
    padding: 55px 0 70px; }
    #feature .title {
      margin-bottom: 40px; }
      #feature .title em strong {
        font-size: 150%; }
    #feature .listWrap {
      max-width: 94%;
      margin: auto; }
      #feature .listWrap .list:not(:last-child) {
        margin-bottom: 45px; }
      #feature .listWrap .list .ph {
        width: 48%; }
      #feature .listWrap .list .text {
        width: calc(48% + 0px);
        padding: 0 0px; }
        #feature .listWrap .list .text .tit {
          font-size: 22px;
          line-height: 1.6;
          margin-bottom: 15px; }
        #feature .listWrap .list .text .read {
          font-size: 14px;
          text-align: justify; }
      #feature .listWrap .list:nth-of-type(even) {
        flex-direction: row-reverse; } }
#fee {
  padding: 55px 0 70px; }
  #fee .title {
    margin-bottom: 40px; }
    #fee .title em {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #fee .title em span {
        position: relative;
        display: inline-block;
        letter-spacing: 0; }
        #fee .title em span b {
          font-family: "Barlow Condensed", sans-serif;
          font-size: 120%;
          position: relative;
          bottom: -.025em;
          margin-left: .075em; }
        #fee .title em span small {
          font-size: 40%;
          line-height: 1;
          letter-spacing: 0;
          position: absolute;
          top: calc(100% - .25em);
          right: -.35em; }
  #fee ul.price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 35px; }
    #fee ul.price li {
      position: relative;
      width: 300px;
      height: 130px; }
      #fee ul.price li:not(:last-child) {
        margin-right: 60px; }
      #fee ul.price li.base, #fee ul.price li.cut {
        box-shadow: 0px 0px 10px 0px rgba(29, 29, 31, 0.05);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 10px; }
        #fee ul.price li.base em, #fee ul.price li.cut em {
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 0; }
        #fee ul.price li.base span, #fee ul.price li.cut span {
          font-size: 42px;
          line-height: 1.5;
          letter-spacing: .025em; }
          #fee ul.price li.base span i, #fee ul.price li.cut span i {
            font-size: 60%; }
        #fee ul.price li.base::after, #fee ul.price li.cut::after {
          font-size: 60px;
          line-height: 1;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          left: calc(100% + 15px);
          font-weight: 200;
          padding-bottom: 8px; }
      #fee ul.price li.base {
        background: #f2f2f2; }
        #fee ul.price li.base::after {
          content: "+"; }
      #fee ul.price li.cut {
        background: #fff5eb; }
        #fee ul.price li.cut span {
          font-size: 45px;
          position: relative;
          display: inline-flex;
          justify-content: center;
          align-items: baseline; }
          #fee ul.price li.cut span b {
            font-size: 40%;
            margin: 1.5em .5em auto 0; }
          #fee ul.price li.cut span strong {
            color: #f0851a;
            /*letter-spacing: .025em;*/ }
          #fee ul.price li.cut span i {
            font-size: 60%;
            color: #f0851a; }
          #fee ul.price li.cut span small {
            font-size: 10px;
            line-height: 1;
            letter-spacing: 0;
            position: absolute;
            right: 0;
            bottom: calc(100% - 20px); }
  #fee ul.captionList {
    max-width: 660px;
    margin: auto; }
    #fee ul.captionList li {
      position: relative;
      padding-left: 1.1em;
      text-align: justify;
      display: block;
      font-size: 14px;
      letter-spacing: 0; }
      #fee ul.captionList li::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0; }
  #fee .cancelpolicy {
    max-width: 660px;
    margin: 25px auto 0px; }
    #fee .cancelpolicy .tit {
      font-size: 18px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      padding-bottom: 6px;
      margin-bottom: 6px;
      font-weight: 500; }
  #fee .area {
    max-width: 800px;
    margin: 45px auto 35px;
    background: rgba(242, 242, 242, 0.7);
    padding: 25px 40px 25px;
    text-align: left;
    border-radius: 20px; }
    #fee .area .tit {
      font-size: 18px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
      padding-bottom: 10px;
      margin-bottom: 10px; }
      #fee .area .tit em {
        font-weight: 500; }
      #fee .area .tit span {
        font-size: 14px;
        margin-left: 1em; }
    #fee .area dl {
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 10px; }
      #fee .area dl dt {
        width: 45px;
        font-weight: 500; }
        #fee .area dl dt::after {
          content: "："; }
      #fee .area dl dd {
        width: 100%; }
    #fee .area .caption {
      display: block;
      letter-spacing: 0; }
  #fee .attention {
    max-width: 750px;
    margin: auto;
    text-align: left;
    border-radius: 20px; }
    #fee .attention .tit {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
      padding-left: 1.5em;
      position: relative; }
      #fee .attention .tit::before {
        content: "\f071";
        font-family: "Font Awesome 5 Pro";
        color: #dc3545;
        position: absolute;
        top: 0;
        left: 0; }
    #fee .attention ul li {
      display: block;
      padding-left: .75em;
      position: relative; }
      #fee .attention ul li::before {
        content: "●";
        position: absolute;
        top: .1em;
        left: 0;
        font-size: 60%;
        opacity: .7; }

@media only screen and (max-width: 767px) {
  #fee {
    padding: 30px 0 30px; }
    #fee .title {
      margin-bottom: 40px; }
      #fee .title em {
        display: block; }
        #fee .title em span small {
          font-size: 40%;
          position: absolute;
          top: calc(100% - .25em);
          right: -.35em; }
    #fee ul.price {
      margin: 0 auto 20px;
      width: 90%; }
      #fee ul.price li {
        position: relative;
        width: calc((100% - 30px) / 2);
        height: 100px; }
        #fee ul.price li:not(:last-child) {
          margin-right: 30px; }
        #fee ul.price li.base, #fee ul.price li.cut {
          box-shadow: 0px 0px 10px 0px rgba(29, 29, 31, 0.05);
          padding-top: 10px; }
          #fee ul.price li.base em, #fee ul.price li.cut em {
            font-size: 15px;
            line-height: 1.5; }
          #fee ul.price li.base span, #fee ul.price li.cut span {
            font-size: 30px; }
            #fee ul.price li.base span i, #fee ul.price li.cut span i {
              font-size: 60%; }
          #fee ul.price li.base::after, #fee ul.price li.cut::after {
            font-size: 40px;
            left: calc(100% + 5px);
            padding-bottom: 8px; }
        #fee ul.price li.cut span {
          font-size: 30px; }
          #fee ul.price li.cut span b {
            font-size: 35%;
            line-height: 1.135;
            margin: 1.15em .5em auto 0; }
          #fee ul.price li.cut span i {
            font-size: 60%; }
          #fee ul.price li.cut span small {
            font-size: 7px;
            right: 0px;
            bottom: calc(100% - 15px); }
    #fee ul.captionList {
      width: 90%;
      margin: auto; }
      #fee ul.captionList li {
        font-size: 12px;
        line-height: 1.5; }
        #fee ul.captionList li::before {
          position: absolute;
          left: 0;
          top: 0; }
    #fee .cancelpolicy {
      max-width: 90%;
      margin: 15px auto 0px; }
      #fee .cancelpolicy .tit {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 5px;
        margin-bottom: 5px; }
      #fee .cancelpolicy ul.captionList {
        width: 100%; }
    #fee .area {
      max-width: 90%;
      margin: 35px auto 35px;
      padding: 15px 20px 15px;
      border-radius: 15px; }
      #fee .area .tit {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 5px; }
        #fee .area .tit span {
          font-size: 13px;
          margin-left: 0em;
          display: block; }
      #fee .area dl {
        font-size: 14px;
        margin-bottom: 5px; }
        #fee .area dl dt {
          width: 42px; }
        #fee .area dl dd {
          width: 100%; }
      #fee .area .caption {
        font-size: 12px;
        line-height: 1.5; }
    #fee .attention {
      max-width: 90%;
      margin: auto;
      border-radius: 15px; }
      #fee .attention .tit {
        font-size: 16px;
        margin-bottom: 10px; }
      #fee .attention ul li::before {
        top: .1em;
        left: 0;
        font-size: 60%; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #fee {
    padding: 55px 0 70px; }
    #fee .title {
      margin-bottom: 40px; }
      #fee .title em {
        display: block; }
        #fee .title em span small {
          font-size: 40%;
          position: absolute;
          top: calc(100% - .25em);
          right: -.35em; }
    #fee ul.price {
      margin: 0 auto 35px; }
      #fee ul.price li {
        width: 300px;
        height: 130px; }
        #fee ul.price li:not(:last-child) {
          margin-right: 60px; }
        #fee ul.price li.base, #fee ul.price li.cut {
          padding-top: 10px; }
          #fee ul.price li.base em, #fee ul.price li.cut em {
            font-size: 18px; }
          #fee ul.price li.base span, #fee ul.price li.cut span {
            font-size: 42px; }
            #fee ul.price li.base span i, #fee ul.price li.cut span i {
              font-size: 60%; }
          #fee ul.price li.base::after, #fee ul.price li.cut::after {
            font-size: 60px;
            left: calc(100% + 15px);
            padding-bottom: 8px; }
        #fee ul.price li.cut span {
          font-size: 45px; }
          #fee ul.price li.cut span b {
            font-size: 36%;
            margin: 1.5em .25em auto 0; }
          #fee ul.price li.cut span i {
            font-size: 60%; }
          #fee ul.price li.cut span small {
            font-size: 10px;
            position: absolute;
            right: 0;
            bottom: calc(100% - 25px); }
    #fee ul.captionList li {
      font-size: 14px; }
    #fee .cancelpolicy {
      max-width: 660px;
      margin: 25px auto 0px; }
      #fee .cancelpolicy .tit {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 5px; }
    #fee .area {
      max-width: 90%;
      margin: 35px auto 35px;
      padding: 25px 30px 25px;
      border-radius: 15px; }
      #fee .area .tit {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #fee .area .tit span {
          font-size: 14px;
          margin-left: 1em; }
      #fee .area dl {
        font-size: 15px;
        width: 100%;
        margin-bottom: 10px; }
        #fee .area dl dt {
          width: 45px; }
        #fee .area dl dd {
          width: calc(100% - 45px); }
      #fee .area .caption {
        letter-spacing: 0; }
    #fee .attention {
      max-width: 90%;
      border-radius: 15px; }
      #fee .attention .tit {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 1.5em; }
        #fee .attention .tit::before {
          position: absolute;
          top: 0;
          left: 0; }
      #fee .attention ul li {
        padding-left: .75em; }
        #fee .attention ul li::before {
          top: .1em;
          left: 0;
          font-size: 50%; } }
#flow {
  padding: 55px 0 70px;
  background: #f2f2f2; }
  #flow .title {
    margin-bottom: 40px; }
  #flow ul.flowWrap {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    #flow ul.flowWrap li.list {
      position: relative; }
      #flow ul.flowWrap li.list .t {
        background: #9fa1a4;
        color: #fff;
        padding: 0 20px;
        border-radius: 20px;
        font-family: "Montserrat", sans-serif;
        font-style: italic;
        font-weight: 300;
        display: inline-flex;
        margin: 0 auto 10px; }
        #flow ul.flowWrap li.list .t strong {
          font-size: 120%;
          font-weight: 200; }
      #flow ul.flowWrap li.list .ph {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 180px; }
      #flow ul.flowWrap li.list .tit {
        font-size: 18px;
        font-weight: 500; }
      #flow ul.flowWrap li.list.list01 .ph span {
        width: 120px; }
      #flow ul.flowWrap li.list.list02 .ph span {
        width: 330px; }
      #flow ul.flowWrap li.list.list03 .ph span {
        width: 116px; }
      #flow ul.flowWrap li.list.list04 .ph span {
        width: 220px; }
      #flow ul.flowWrap li.list:not(:last-child)::after {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        color: #f0851a;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        left: calc(100% + 20px);
        font-size: 30px;
        font-weight: 600; }

@media only screen and (max-width: 767px) {
  #flow {
    padding: 30px 0 50px; }
    #flow .title {
      margin-bottom: 40px; }
    #flow ul.flowWrap {
      max-width: 90%;
      margin: auto;
      flex-wrap: wrap; }
      #flow ul.flowWrap li.list {
        width: 100%;
        margin: auto; }
        #flow ul.flowWrap li.list:not(:last-child) {
          margin-bottom: 60px; }
        #flow ul.flowWrap li.list .t {
          padding: 0 20px;
          border-radius: 20px;
          margin: 0 auto 10px; }
          #flow ul.flowWrap li.list .t strong {
            font-size: 120%; }
        #flow ul.flowWrap li.list .ph {
          height: auto; }
        #flow ul.flowWrap li.list .tit {
          font-size: 16px;
          margin-top: 15px; }
        #flow ul.flowWrap li.list.list01 .ph span {
          width: 36%; }
        #flow ul.flowWrap li.list.list02 .ph span {
          width: 90%; }
        #flow ul.flowWrap li.list.list03 .ph span {
          width: 35%; }
        #flow ul.flowWrap li.list.list04 .ph span {
          width: 66%; }
        #flow ul.flowWrap li.list:not(:last-child)::after {
          content: "\f078";
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 10;
          font-size: 36px;
          top: calc(100% + 30px); } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #flow {
    padding: 55px 0 70px; }
    #flow .title {
      margin-bottom: 40px; }
    #flow ul.flowWrap {
      max-width: 94%;
      margin: auto; }
      #flow ul.flowWrap li.list .t {
        padding: 0 10px;
        border-radius: 20px;
        margin: 0 auto 10px;
        font-size: 13px; }
        #flow ul.flowWrap li.list .t strong {
          font-size: 120%; }
      #flow ul.flowWrap li.list .ph {
        height: 150px; }
      #flow ul.flowWrap li.list .tit {
        font-size: 16px;
        margin-top: 10px; }
      #flow ul.flowWrap li.list.list01 {
        width: 18%; }
        #flow ul.flowWrap li.list.list01 .ph span {
          width: 65%; }
      #flow ul.flowWrap li.list.list02 {
        width: 30%; }
        #flow ul.flowWrap li.list.list02 .ph span {
          width: 100%; }
      #flow ul.flowWrap li.list.list03 {
        width: 18%; }
        #flow ul.flowWrap li.list.list03 .ph span {
          width: 58%; }
      #flow ul.flowWrap li.list.list04 {
        width: 20%; }
        #flow ul.flowWrap li.list.list04 .ph span {
          width: 100%; }
      #flow ul.flowWrap li.list:not(:last-child)::after {
        left: calc(100% + 12px);
        font-size: 24px; } }
#option {
  padding: 55px 0 70px; }
  #option .title {
    margin-bottom: 40px; }
  #option .listWrap {
    max-width: 1200px;
    margin: auto; }
    #option .listWrap .list .option-bfaf-phSetWrap {
      display: grid;
      gap: 40px;
      grid-template-columns: 1fr 1fr; }
      #option .listWrap .list .option-bfaf-phSetWrap .Before {
        position: relative; }
        #option .listWrap .list .option-bfaf-phSetWrap .Before:after {
          content: "\f054";
          font-family: "Font Awesome 5 Pro";
          color: #4f9bc9;
          font-weight: 600;
          font-size: 50px;
          transform: rotate(90deg);
          display: block; }
        #option .listWrap .list .option-bfaf-phSetWrap .Before:before {
          content: "加工前";
          display: block;
          position: absolute;
          color: #fff;
          background-color: #9fa1a4;
          font-size: 1.2rem;
          font-weight: 700;
          bottom: 110px;
          left: -20px;
          padding: 3px 20px; }
      #option .listWrap .list .option-bfaf-phSetWrap .After {
        position: relative; }
        #option .listWrap .list .option-bfaf-phSetWrap .After:before {
          content: "加工後";
          display: block;
          position: absolute;
          color: #fff;
          background-color: #f0851a;
          font-size: 1.2rem;
          font-weight: 700;
          bottom: 20px;
          left: -20px;
          padding: 3px 20px; }
    #option .listWrap .list .titWrap {
      margin: 0 auto 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      display: inline-flex; }
      #option .listWrap .list .titWrap i {
        width: 150px;
        margin: 0 auto 10px; }
      #option .listWrap .list .titWrap .text {
        width: 250px;
        text-align: left;
        margin-left: 30px; }
        #option .listWrap .list .titWrap .text .tit {
          font-size: 30px;
          font-weight: 700;
          letter-spacing: 0;
          color: #003e84; }
        #option .listWrap .list .titWrap .text .price {
          font-size: 30px;
          letter-spacing: 0; }
          #option .listWrap .list .titWrap .text .price span {
            font-size: 80%; }
            #option .listWrap .list .titWrap .text .price span small {
              font-size: 70%; }
        #option .listWrap .list .titWrap .text .caption {
          display: block;
          margin-top: 6px;
          line-height: 1.6;
          position: relative;
          padding-left: 1.1em;
          font-size: 13px; }
          #option .listWrap .list .titWrap .text .caption::before {
            content: "※";
            position: absolute;
            top: 0;
            left: 0; }
    #option .listWrap .list .description {
      font-size: 18px;
      font-weight: 500;
      margin: 0 0 40px; }
    #option .listWrap .list .note {
      margin: -6px auto 20px;
      font-size: 16px; }
    #option .listWrap .list .phWrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 94%;
      margin: auto; }
      #option .listWrap .list .phWrap .twentytwenty-wrapper {
        width: 48.5%; }
    #option .listWrap .list:not(:last-child) {
      margin-bottom: 60px;
      padding-bottom: 60px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.25); }
  #option .twentytwenty-after-label:before, #option .twentytwenty-before-label:before {
    font-family: "Montserrat", sans-serif; }

@media only screen and (max-width: 767px) {
  #option {
    padding: 30px 0 60px; }
    #option .title {
      margin-bottom: 20px; }
    #option .listWrap {
      max-width: 90%;
      margin: auto; }
      #option .listWrap .list .option-bfaf-phSetWrap {
        display: block; }
        #option .listWrap .list .option-bfaf-phSetWrap dl {
          margin-bottom: 30px; }
        #option .listWrap .list .option-bfaf-phSetWrap .After {
          padding-bottom: 80px; }
          #option .listWrap .list .option-bfaf-phSetWrap .After:before {
            bottom: 100px; }
      #option .listWrap .list .titWrap {
        margin: 0 auto 10px;
        flex-direction: column; }
        #option .listWrap .list .titWrap i {
          width: 90px;
          margin: 0 auto 8px; }
        #option .listWrap .list .titWrap .text {
          width: 100%;
          text-align: center;
          margin-left: 0px; }
          #option .listWrap .list .titWrap .text .tit {
            font-size: 22px;
            line-height: 1.6; }
          #option .listWrap .list .titWrap .text .price {
            font-size: 22px;
            line-height: 1.6; }
            #option .listWrap .list .titWrap .text .price span {
              font-size: 80%; }
              #option .listWrap .list .titWrap .text .price span small {
                font-size: 70%; }
          #option .listWrap .list .titWrap .text .caption {
            display: block;
            margin-top: 6px; }
      #option .listWrap .list .description {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 20px;
        line-height: 2; }
      #option .listWrap .list .note {
        margin: 0px auto 20px;
        font-size: 15px; }
      #option .listWrap .list .phWrap {
        width: 100%; }
        #option .listWrap .list .phWrap .twentytwenty-wrapper {
          width: 100%; }
          #option .listWrap .list .phWrap .twentytwenty-wrapper:not(:last-child) {
            margin-bottom: 20px; }
      #option .listWrap .list:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #option {
    padding: 55px 0 70px; }
    #option .title {
      margin-bottom: 40px; }
    #option .listWrap {
      max-width: 100%;
      margin: auto; }
      #option .listWrap .list .titWrap {
        margin: 0 auto 20px; }
        #option .listWrap .list .titWrap i {
          width: 120px;
          margin: 0 auto 10px; }
        #option .listWrap .list .titWrap .text {
          width: 250px;
          margin-left: 30px; }
          #option .listWrap .list .titWrap .text .tit {
            font-size: 24px; }
          #option .listWrap .list .titWrap .text .price {
            font-size: 24px; }
            #option .listWrap .list .titWrap .text .price span {
              font-size: 80%; }
              #option .listWrap .list .titWrap .text .price span small {
                font-size: 70%; }
          #option .listWrap .list .titWrap .text .caption {
            margin-top: 6px;
            font-size: 12px; }
      #option .listWrap .list .description {
        font-size: 16px;
        margin: 0 0 40px; }
      #option .listWrap .list .note {
        margin: -6px auto 20px;
        font-size: 15px; }
      #option .listWrap .list .phWrap {
        width: 94%;
        margin: auto; }
        #option .listWrap .list .phWrap .twentytwenty-wrapper {
          width: 48.5%; }
      #option .listWrap .list:not(:last-child) {
        margin-bottom: 40px;
        padding-bottom: 40px; } }
#faq {
  padding: 55px 0 70px;
  background: #f2f2f2; }
  #faq .title {
    margin-bottom: 40px; }
  #faq .list {
    width: 800px;
    margin: 0 auto 50px;
    text-align: left; }
    #faq .list dl dt {
      color: #f0851a;
      font-size: 20px;
      line-height: 2.2;
      font-weight: 300;
      position: relative;
      pointer-events: none;
      transition: .5s; }
      #faq .list dl dt i {
        font-size: 150%;
        line-height: 1;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300; }
      #faq .list dl dt.open {
        color: #f0851a; }
      #faq .list dl dt:not(:first-child) {
        margin-top: 10px; }
    #faq .list dl dd {
      font-size: 15px;
      line-height: 2.0;
      padding: 10px 0 20px 28px; }
      #faq .list dl dd a {
        color: #424243;
        text-decoration: underline; }

@media only screen and (max-width: 767px) {
  #faq {
    padding: 30px 0 70px; }
    #faq .title {
      margin-bottom: 20px; }
    #faq .list {
      width: 90%;
      margin: 0 auto 0px; }
      #faq .list .tit {
        font-size: 1rem;
        line-height: 1.8rem;
        padding-bottom: 3px;
        margin: 0 auto 10px; }
        #faq .list .tit em::after {
          bottom: -6px;
          left: 0; }
      #faq .list dl dt {
        font-size: 1rem;
        line-height: 1.8rem;
        position: relative;
        padding: 8px 15px 0px 20px; }
        #faq .list dl dt::before {
          right: 0px;
          padding-top: 5px; }
        #faq .list dl dt i {
          font-size: 1.3125rem;
          line-height: 1.3125rem;
          position: absolute;
          top: 12px;
          left: 0; }
        #faq .list dl dt.open::before {
          transform: translateY(-50%) scaleX(2.2);
          right: 0px; }
      #faq .list dl dd {
        font-size: 0.8125rem;
        line-height: 1.4625rem;
        padding: 5px 0 15px 21px;
        display: none; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #faq {
    padding: 55px 0 70px; }
    #faq .title {
      margin-bottom: 40px; }
    #faq .list {
      width: 86%;
      margin: 0 auto 50px; }
      #faq .list dl dt {
        font-size: 18px; }
        #faq .list dl dt::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          right: 10px; }
        #faq .list dl dt i {
          font-size: 150%; }
        #faq .list dl dt.open::before {
          transform: translateY(-50%) scaleX(2.2);
          right: 5px; }
        #faq .list dl dt:not(:first-child) {
          margin-top: 10px; }
      #faq .list dl dd {
        font-size: 15px;
        padding: 10px 0 20px 28px;
        display: none; }
        #faq .list dl dd a {
          color: #424243;
          text-decoration: underline; } }
.main-common__box {
  border-radius: 0 !important;
  filter: none !important;
  padding: 50px 40px !important; }

@media only screen and (max-width: 767px) {
  .main-common__box {
    padding: 30px 10px !important; } }
.main-common__box-title {
  color: #424243;
  font-size: 24px;
  font-weight: 700; }

@media only screen and (max-width: 767px) {
  .main-common__box-title {
    font-size: 18px; } }
.main-common__box-buttonBox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 35px 0; }
  .main-common__box-buttonBox li {
    width: 100%;
    max-width: 280px; }
    .main-common__box-buttonBox li p {
      text-align: left;
      font-weight: 600;
      margin: 0 0 15px; }
    .main-common__box-buttonBox li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #fff;
      font-weight: 500;
      width: 100%;
      padding: 12px 10px; }
    .main-common__box-buttonBox li:first-child a {
      border: 1px solid #424242;
      background: #424242; }
      .main-common__box-buttonBox li:first-child a:hover {
        color: #424242;
        background: #fff; }
    .main-common__box-buttonBox li:last-child a {
      border: 1px solid #BF1212;
      background: #BF1212; }
      .main-common__box-buttonBox li:last-child a:hover {
        color: #BF1212;
        background: #fff; }

@media only screen and (max-width: 767px) {
  .main-common__box-buttonBox {
    flex-direction: column;
    margin: 30px auto;
    max-width: 250px;
    gap: 20px; }
    .main-common__box-buttonBox li {
      max-width: 100%; }
      .main-common__box-buttonBox li p {
        margin: 0 0 10px; }
      .main-common__box-buttonBox li a {
        padding: 10px 8px;
        line-height: 1.5; } }
.main-common__box-text a {
  color: #3161C9;
  text-decoration: none; }

.flow-text {
  text-align: left;
  margin: 40px auto 0;
  max-width: 1100px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0; }

@media screen and (min-width: 768px) and (max-width: 1149px) {
  .flow-text {
    max-width: 94%; } }
@media only screen and (max-width: 767px) {
  .flow-text {
    max-width: 90%; } }
.fixed-link {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 240px;
  margin: auto 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  .fixed-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3em;
    transition: all .5s;
    background-color: #18AF6D;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    .fixed-link a:hover {
      opacity: .7; }

@media only screen and (max-width: 767px) {
  .fixed-link {
    width: 40px;
    height: 210px;
    bottom: 56px; }
    .fixed-link a {
      font-size: 14px; } }
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none; } }
/*@media screen and (min-width:768px) and (max-width:1149px) {*/

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