@charset "UTF-8";
@import url(./add/add.sp.css);

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rotateFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

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

.fa, .layout.layout-column .blocks .block .text a, .layout.layout-note a, .layout.layout-accordion .accordion-contents a:not(.disable), .nav.gnav .child-lists > li > a, .nav.bnav .bnav-lists > li:not(:first-child), .slider .bx-controls .bx-controls-direction a, body.error404 .blocks .link-lists a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left, .layout.layout-column .blocks .block .text a.fa-pull-left, .layout.layout-note a.fa-pull-left, .layout.layout-accordion .accordion-contents a.fa-pull-left:not(.disable), .nav.gnav .child-lists > li > a.fa-pull-left, .nav.bnav .bnav-lists > li.fa-pull-left:not(:first-child), .slider .bx-controls .bx-controls-direction a.fa-pull-left, body.error404 .blocks .link-lists a.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .layout.layout-column .blocks .block .text a.fa-pull-right, .layout.layout-note a.fa-pull-right, .layout.layout-accordion .accordion-contents a.fa-pull-right:not(.disable), .nav.gnav .child-lists > li > a.fa-pull-right, .nav.bnav .bnav-lists > li.fa-pull-right:not(:first-child), .slider .bx-controls .bx-controls-direction a.fa-pull-right, body.error404 .blocks .link-lists a.fa-pull-right {
  margin-left: .3em;
}

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

.pull-left {
  float: left;
}

.fa.pull-left, .layout.layout-column .blocks .block .text a.pull-left, .layout.layout-note a.pull-left, .layout.layout-accordion .accordion-contents a.pull-left:not(.disable), .nav.gnav .child-lists > li > a.pull-left, .nav.bnav .bnav-lists > li.pull-left:not(:first-child), .slider .bx-controls .bx-controls-direction a.pull-left, body.error404 .blocks .link-lists a.pull-left {
  margin-right: .3em;
}

.fa.pull-right, .layout.layout-column .blocks .block .text a.pull-right, .layout.layout-note a.pull-right, .layout.layout-accordion .accordion-contents a.pull-right:not(.disable), .nav.gnav .child-lists > li > a.pull-right, .nav.bnav .bnav-lists > li.pull-right:not(:first-child), .slider .bx-controls .bx-controls-direction a.pull-right, body.error404 .blocks .link-lists a.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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

.fa-caret-right:before, .layout.layout-column .blocks .block .text a:before, .layout.layout-note a:before, .layout.layout-accordion .accordion-contents a:not(.disable):before, body.error404 .blocks .link-lists a:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

.fa-angle-left:before, .slider .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "";
}

.fa-angle-right:before, .nav.gnav .child-lists > li > a:before, .nav.bnav .bnav-lists > li:not(:first-child):before, .slider .bx-controls .bx-controls-direction a.bx-next:before {
  content: "";
}

.fa-angle-up:before, body:not(.home) .like-select .btn-style-01.isActive .fa:before, body:not(.home) .like-select .btn-style-01.isActive .layout.layout-column .blocks .block .text a:before, .layout.layout-column .blocks .block .text body:not(.home) .like-select .btn-style-01.isActive a:before, body:not(.home) .like-select .btn-style-01.isActive .layout.layout-note a:before, .layout.layout-note body:not(.home) .like-select .btn-style-01.isActive a:before, body:not(.home) .like-select .btn-style-01.isActive .layout.layout-accordion .accordion-contents a:not(.disable):before, .layout.layout-accordion .accordion-contents body:not(.home) .like-select .btn-style-01.isActive a:not(.disable):before, body:not(.home) .like-select .btn-style-01.isActive .nav.gnav .child-lists > li > a:before, .nav.gnav body:not(.home) .like-select .btn-style-01.isActive .child-lists > li > a:before, body:not(.home) .like-select .btn-style-01.isActive .nav.bnav .bnav-lists > li:not(:first-child):before, .nav.bnav body:not(.home) .like-select .btn-style-01.isActive .bnav-lists > li:not(:first-child):before, body:not(.home) .like-select .btn-style-01.isActive .slider .bx-controls .bx-controls-direction a:before, .slider .bx-controls .bx-controls-direction body:not(.home) .like-select .btn-style-01.isActive a:before, body:not(.home) .like-select .btn-style-01.isActive body.error404 .blocks .link-lists a:before, body.error404 .blocks .link-lists body:not(.home) .like-select .btn-style-01.isActive a:before {
  content: "";
}

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

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

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*
import
google font
*/
/*
参考
https://speakerdeck.com/tacamy/modanri-ben-yu-huontozhi-ding

適用外（regularウェイトが適用される）
window 8.1で、かつoffice用フォントパックをいれていない場合
・一般的なユーザはoffice用フォントパックを入れる想定
・そもそもwindows8.1のシェアが少ない
--------------- */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

/* 游ゴシック指定
MyYuGothicM                Windows 游ゴシック
YuGothic                   OS X 游ゴシック
-apple-system              iOS San Francisco
BlinkMacSystemFont         iOS Chrome San Francisco
Hiragino Kaku Gothic ProN  OS X, iOS ヒラギノ
Meiryo                     Windows メイリオ
--------------- */
/* システムフォント指定
-apple-system              OS X, iOS SanFrancisco
BlinkMacSystemFont         OS X, iOS Chrome San Francisco
Hiragino Kaku Gothic ProN  OS X, iOS ヒラギノ
MyYuGothicM                Windows 游ゴシック
Meiryo                     Windows メイリオ
--------------- */
/*-------------------------------------
 Base Settings
-------------------------------------*/
html {
  font-size: 1.2rem;
}

body {
  font-size: 1.2rem;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

/* --------------------
  tags
-------------------- */
a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe, object, video, embed {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

table {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

input, textarea {
  border: none;
}

button.ti, button.responsive-image, .layout.layout-related-item button.image, .layout.layout-related-page .related-page-lists button.image, button.btn-large-cart:before, .item-lists button.image, .header button.logo, .footer .sitename button.logo, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box button.submit, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online button.online-shop:before, .slider .bx-controls button.bx-pager-link, body.home .content.pickup .pickup-lists button.image, body.single-item .detail .item-images button.image, .search-category-items .item-category-area .form-search .wrap-submit button.submit, .search-category-items .item-search-lists > li .category-item .parent-item .image button.image-body, button.icon:before {
  text-indent: 160%;
}

/* -------------------------
  parts common
------------------------- */
/* wrap content common
-------------------- */
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* texts common
-------------------- */
.tdu {
  text-decoration: underline;
}

.tdn {
  text-decoration: none !important;
}

/* links common
-------------------- */
.lbs {
  color: #333333;
}

.lbs:hover {
  color: #656565;
  text-decoration: underline;
}

.tdc {
  border-bottom: 1px solid #9b9b9b;
}

.tdc:hover {
  border-bottom: none;
}

.lca {
  color: #333333;
  text-decoration: underline;
}

.lca:link {
  color: #333333;
}

.lca:visited {
  color: #333333;
}

.lca:hover {
  color: #515151;
}

.lca:active {
  color: #333333;
}

.lcb {
  color: #000000;
  text-decoration: underline;
}

.lcb:link {
  color: #000000;
}

.lcb:visited {
  color: #000000;
}

.lcb:hover {
  color: #1e1e1e;
}

.lcb:active {
  color: #000000;
}

.lcc {
  color: #000000;
  text-decoration: underline;
}

.lcc:link {
  color: #000000;
}

.lcc:visited {
  color: #000000;
}

.lcc:hover {
  color: #1e1e1e;
}

.lcc:active {
  color: #000000;
}

.lcd {
  color: #000000;
  text-decoration: underline;
}

.lcd:link {
  color: #000000;
}

.lcd:visited {
  color: #000000;
}

.lcd:hover {
  color: #1e1e1e;
}

.lcd:active {
  color: #000000;
}

.fl-range > * {
  float: left;
}

.ib-range, .split-lists {
  font-size: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ib-range > *, .split-lists > * {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
}

.frame-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.frame-wrap > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* lists common
-------------------- */
.split-lists.split-1 li {
  width: 100%;
}

.split-lists.split-1 li:not(:nth-child(1n+1)) {
  margin-left: NaN;
}

.split-lists.split-1 li:not(:nth-child(-n+1)) {
  margin-top: NaN;
}

.split-lists.split-2 li {
  width: 47.5%;
}

.split-lists.split-2 li:not(:nth-child(2n+1)) {
  margin-left: 5%;
}

.split-lists.split-2 li:not(:nth-child(-n+2)) {
  margin-top: 5%;
}

.split-lists.split-3 li {
  width: 29.5%;
}

.split-lists.split-3 li:not(:nth-child(3n+1)) {
  margin-left: 5.75%;
}

.split-lists.split-3 li:not(:nth-child(-n+3)) {
  margin-top: 5.75%;
}

.split-lists.split-4 li {
  width: 23%;
}

.split-lists.split-4 li:not(:nth-child(4n+1)) {
  margin-left: 2.66667%;
}

.split-lists.split-4 li:not(:nth-child(-n+4)) {
  margin-top: 2.66667%;
}

.split-lists.split-5 li {
  width: 18.5%;
}

.split-lists.split-5 li:not(:nth-child(5n+1)) {
  margin-left: 1.875%;
}

.split-lists.split-5 li:not(:nth-child(-n+5)) {
  margin-top: 1.875%;
}

.split-lists.split-6 li {
  width: 15%;
}

.split-lists.split-6 li:not(:nth-child(6n+1)) {
  margin-left: 2%;
}

.split-lists.split-6 li:not(:nth-child(-n+6)) {
  margin-top: 2%;
}

/* form common
-------------------- */
:focus::-webkit-input-placeholder {
  color: transparent !important;
}
:focus:-ms-input-placeholder {
  color: transparent !important;
}
:focus::-ms-input-placeholder {
  color: transparent !important;
}
:focus::placeholder {
  color: transparent !important;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

/* -------------------------
  parts SP
------------------------- */
.pc {
  display: none !important;
}

.pc-layout {
  display: none !important;
}

.ti, .responsive-image, .layout.layout-related-item .image, .layout.layout-related-page .related-page-lists .image, .btn-large-cart:before, body.single-item .detail .texts .btn-wrap a:before, body.single-item .detail .contents-right .btn-wrap a:before, .item-lists .image, .logo-contents .logo-lists a, .header .logo, .footer .characters > div i, .footer .sitename .logo, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box .submit, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop:before, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li a, .slider .bx-controls .bx-pager-link, body.home .content.pickup .pickup-lists .image, body.single-item .detail .item-images .image, .search-category-items .item-category-area .form-search .wrap-submit .submit, .search-category-items .item-search-lists > li .category-item .parent-item .image .image-body, body.post-type-archive-item .search-item-lists .radio:checked + label:before,
body.post-type-archive-item .item-search-lists .radio:checked + label:before, .icon:before {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: relative;
}

.ti-reset {
  height: auto;
  overflow: visible;
  white-space: normal;
  text-indent: 0;
  background: none;
  position: static;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 62.4%;
  }
}

@media screen and (min-width: 330px) {
  html {
    font-size: 64.35%;
  }
}

@media screen and (min-width: 340px) {
  html {
    font-size: 66.3%;
  }
}

@media screen and (min-width: 350px) {
  html {
    font-size: 68.25%;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 70.2%;
  }
}

@media screen and (min-width: 370px) {
  html {
    font-size: 72.15%;
  }
}

@media screen and (min-width: 380px) {
  html {
    font-size: 74.1%;
  }
}

@media screen and (min-width: 390px) {
  html {
    font-size: 76.05%;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 78%;
  }
}

@media screen and (min-width: 410px) {
  html {
    font-size: 79.95%;
  }
}

@media screen and (min-width: 420px) {
  html {
    font-size: 81.9%;
  }
}

@media screen and (min-width: 430px) {
  html {
    font-size: 83.85%;
  }
}

@media screen and (min-width: 440px) {
  html {
    font-size: 85.8%;
  }
}

@media screen and (min-width: 450px) {
  html {
    font-size: 87.75%;
  }
}

@media screen and (min-width: 460px) {
  html {
    font-size: 89.7%;
  }
}

@media screen and (min-width: 470px) {
  html {
    font-size: 91.65%;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 93.6%;
  }
}

@media screen and (min-width: 490px) {
  html {
    font-size: 95.55%;
  }
}

@media screen and (min-width: 500px) {
  html {
    font-size: 97.5%;
  }
}

@media screen and (min-width: 510px) {
  html {
    font-size: 99.45%;
  }
}

@media screen and (min-width: 520px) {
  html {
    font-size: 101.4%;
  }
}

@media screen and (min-width: 530px) {
  html {
    font-size: 103.35%;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 105.3%;
  }
}

@media screen and (min-width: 550px) {
  html {
    font-size: 107.25%;
  }
}

@media screen and (min-width: 560px) {
  html {
    font-size: 109.2%;
  }
}

@media screen and (min-width: 570px) {
  html {
    font-size: 111.15%;
  }
}

@media screen and (min-width: 580px) {
  html {
    font-size: 113.1%;
  }
}

@media screen and (min-width: 590px) {
  html {
    font-size: 115.05%;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 117%;
  }
}

@media screen and (min-width: 610px) {
  html {
    font-size: 118.95%;
  }
}

@media screen and (min-width: 620px) {
  html {
    font-size: 120.9%;
  }
}

@media screen and (min-width: 630px) {
  html {
    font-size: 122.85%;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 124.8%;
  }
}

@media screen and (min-width: 650px) {
  html {
    font-size: 126.75%;
  }
}

@media screen and (min-width: 660px) {
  html {
    font-size: 128.7%;
  }
}

@media screen and (min-width: 670px) {
  html {
    font-size: 130.65%;
  }
}

@media screen and (min-width: 680px) {
  html {
    font-size: 132.6%;
  }
}

@media screen and (min-width: 690px) {
  html {
    font-size: 134.55%;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 136.5%;
  }
}

@media screen and (min-width: 710px) {
  html {
    font-size: 138.45%;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 140.4%;
  }
}

@media screen and (min-width: 730px) {
  html {
    font-size: 142.35%;
  }
}

@media screen and (min-width: 740px) {
  html {
    font-size: 144.3%;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 146.25%;
  }
}

@media screen and (min-width: 760px) {
  html {
    font-size: 148.2%;
  }
}

@media screen and (min-width: 770px) {
  html {
    font-size: 150.15%;
  }
}

@media screen and (min-width: 780px) {
  html {
    font-size: 152.1%;
  }
}

.container, .layout .inner, .topics .topics-lists,.topics .btn,.label-area, .single-page-title, .preparation, .article-list-box .article-lists, .latest-news .inner, .pagination .inner, .logo-contents .inner, .item-category-area .inner, .header .header-top .inner, .footer .footer-top, .footer .footer-logos, .nav.pnav, .nav.bnav .bnav-lists, .useful .btn , body.home .content.pickup, body.home .content.topics .slider, body.home .content.useful > .inner > *, body.home .content.voice .friends, body.home .content.news, body.search .notfound, body.single-item .lead, body.single-item .detail .texts, body.post-type-archive-item .article-list-box .title-box, body.single-item .detail .contents-left > *:not(:first-child), body.single-item .detail .contents-right > *:not(:first-child) {
  width: 89.33333%;
  margin: 0 auto;
}

.container.lg, .layout .lg.inner, .lg.label-area, .lg.single-page-title, .lg.preparation, .article-list-box .lg.article-lists, .latest-news .lg.inner, .pagination .lg.inner, .logo-contents .lg.inner, .item-category-area .lg.inner, .header .header-top .lg.inner, .footer .lg.footer-top, .footer .lg.footer-logos, .lg.nav.pnav, .nav.bnav .lg.bnav-lists, body.home .lg.content.pickup, body.home .content.topics .lg.slider, body.home .content.useful > .inner > .lg, body.home .lg.content.voice, body.home .lg.content.news, body.search .lg.notfound, body.single-item .lg.lead, body.single-item .detail .lg.texts, body.post-type-archive-item .article-list-box .lg.title-box, body.single-item .detail .contents-left > .lg:not(:first-child), body.single-item .detail .contents-right > .lg:not(:first-child) {
  width: 96%;
}

.container.md, .layout .md.inner, .md.label-area, .md.single-page-title, .md.preparation, .article-list-box .md.article-lists, .latest-news .md.inner, .pagination .md.inner, .logo-contents .md.inner, .item-category-area .md.inner, .header .header-top .md.inner, .footer .md.footer-top, .footer .md.footer-logos, .md.nav.pnav, .nav.bnav .md.bnav-lists, body.home .md.content.pickup, body.home .content.topics .md.slider, body.home .content.useful > .inner > .md, body.home .md.content.voice, body.home .md.content.news, body.search .md.notfound, body.single-item .md.lead, body.single-item .detail .md.texts, body.post-type-archive-item .article-list-box .md.title-box, body.single-item .detail .contents-left > .md:not(:first-child), body.single-item .detail .contents-right > .md:not(:first-child) {
  width: 89.33333%;
}

.container.sm, .layout .sm.inner, .sm.label-area, .sm.single-page-title, .sm.preparation, .article-list-box .sm.article-lists, .latest-news .sm.inner, .pagination .sm.inner, .logo-contents .sm.inner, .item-category-area .sm.inner, .header .header-top .sm.inner, .footer .sm.footer-top, .footer .sm.footer-logos, .sm.nav.pnav, .nav.bnav .sm.bnav-lists, body.home .sm.content.pickup, body.home .content.topics .sm.slider, body.home .content.useful > .inner > .sm, body.home .sm.content.voice, body.home .sm.content.news, body.search .sm.notfound, body.single-item .sm.lead, body.single-item .detail .sm.texts, body.post-type-archive-item .article-list-box .sm.title-box, body.single-item .detail .contents-left > .sm:not(:first-child), body.single-item .detail .contents-right > .sm:not(:first-child) {
  width: 85.33333%;
}

.container.xs, .layout .xs.inner, .xs.label-area, .xs.single-page-title, .xs.preparation, .article-list-box .xs.article-lists, .latest-news .xs.inner, .pagination .xs.inner, .logo-contents .xs.inner, .item-category-area .xs.inner, .header .header-top .xs.inner, .footer .xs.footer-top, .footer .xs.footer-logos, .xs.nav.pnav, .nav.bnav .xs.bnav-lists, body.home .xs.content.pickup, body.home .content.topics .xs.slider, body.home .content.useful > .inner > .xs, body.home .xs.content.voice, body.home .xs.content.news, body.search .xs.notfound, body.single-item .xs.lead, body.single-item .detail .xs.texts, body.post-type-archive-item .article-list-box .xs.title-box, body.single-item .detail .contents-left > .xs:not(:first-child), body.single-item .detail .contents-right > .xs:not(:first-child) {
  width: 80%;
}

.full-elm, body.error404 .layouts {
  width: 111.66667%;
  margin-left: -5.83333%;
  padding-left: 5.83333%;
  padding-right: 5.83333%;
}

.content-full-elm {
  width: 115%;
  margin-left: -7.5%;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.container-pd {
  padding: 0 5.33333%;
}

/* boxes
-------------------- */
.thumb-box.horizontal {
  display: table;
  width: 100%;
  font-size: 0;
}

.thumb-box.horizontal > * {
  font-size: 2.048rem !important;
  display: inline-block;
  vertical-align: top;
}

/* links
-------------------- */
.lbs {
  color: #333333;
}

.lbs:hover {
  color: #333333;
  text-decoration: none;
}

.fsm1 {
  font-size: 1.1rem;
}

.fsm2 {
  font-size: 1rem;
}

.fsm3 {
  font-size: 0.9rem;
}

.fsm4 {
  font-size: 0.8rem;
}

.fsm5 {
  font-size: 0.7rem;
}

.fsm6 {
  font-size: 0.6rem;
}

.fsm7 {
  font-size: 0.5rem;
}

.fsm8 {
  font-size: 0.4rem;
}

.fsm9 {
  font-size: 0.3rem;
}

.fsm10 {
  font-size: 0.2rem;
}

.fn, input[type=file], div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  font-size: 1.2rem !important;
}

.fsp1 {
  font-size: 1.3rem;
}

.fsp2 {
  font-size: 1.4rem;
}

.fsp3 {
  font-size: 1.5rem;
}

.fsp4 {
  font-size: 1.6rem;
}

.fsp5 {
  font-size: 1.7rem;
}

.fsp6 {
  font-size: 1.8rem;
}

.fsp7 {
  font-size: 1.9rem;
}

.fsp8 {
  font-size: 2rem;
}

.fsp9 {
  font-size: 2.1rem;
}

.fsp10 {
  font-size: 2.2rem;
}

.mgn {
  margin: 0;
}

.mga {
  margin: auto;
}

.mtn {
  margin-top: 0;
}

.mts {
  margin-top: 1%;
}

.mt2 {
  margin-top: 2%;
}

.mt3 {
  margin-top: 3%;
}

.mt4 {
  margin-top: 4%;
}

.mt5 {
  margin-top: 5%;
}

.mt6 {
  margin-top: 6%;
}

.mt7 {
  margin-top: 7%;
}

.mt8 {
  margin-top: 8%;
}

.mt9 {
  margin-top: 9%;
}

.mt10 {
  margin-top: 10%;
}

.mbn {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 1%;
}

.mb2 {
  margin-bottom: 2%;
}

.mb3 {
  margin-bottom: 3%;
}

.mb4 {
  margin-bottom: 4%;
}

.mb5 {
  margin-bottom: 5%;
}

.mb6 {
  margin-bottom: 6%;
}

.mb7 {
  margin-bottom: 7%;
}

.mb8 {
  margin-bottom: 8%;
}

.mb9 {
  margin-bottom: 9%;
}

.mb10 {
  margin-bottom: 10%;
}

.mln {
  margin-left: 0;
}

.mls {
  margin-left: 1%;
}

.ml2 {
  margin-left: 2%;
}

.ml3 {
  margin-left: 3%;
}

.ml4 {
  margin-left: 4%;
}

.ml5 {
  margin-left: 5%;
}

.ml6 {
  margin-left: 6%;
}

.ml7 {
  margin-left: 7%;
}

.ml8 {
  margin-left: 8%;
}

.ml9 {
  margin-left: 9%;
}

.ml10 {
  margin-left: 10%;
}

.mrn {
  margin-right: 0;
}

.mrs {
  margin-right: 1%;
}

.mr2 {
  margin-right: 2%;
}

.mr3 {
  margin-right: 3%;
}

.mr4 {
  margin-right: 4%;
}

.mr5 {
  margin-right: 5%;
}

.mr6 {
  margin-right: 6%;
}

.mr7 {
  margin-right: 7%;
}

.mr8 {
  margin-right: 8%;
}

.mr9 {
  margin-right: 9%;
}

.mr10 {
  margin-right: 10%;
}

.mra {
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mca {
  margin-left: auto;
  margin-right: auto;
}

.ptn {
  padding-top: 0;
}

.pts {
  padding-top: 1%;
}

.pt2 {
  padding-top: 2%;
}

.pt3 {
  padding-top: 3%;
}

.pt4 {
  padding-top: 4%;
}

.pt5 {
  padding-top: 5%;
}

.pt6 {
  padding-top: 6%;
}

.pt7 {
  padding-top: 7%;
}

.pt8 {
  padding-top: 8%;
}

.pt9 {
  padding-top: 9%;
}

.pt10 {
  padding-top: 10%;
}

.pbn {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1%;
}

.pb2 {
  padding-bottom: 2%;
}

.pb3 {
  padding-bottom: 3%;
}

.pb4 {
  padding-bottom: 4%;
}

.pb5 {
  padding-bottom: 5%;
}

.pb6 {
  padding-bottom: 6%;
}

.pb7 {
  padding-bottom: 7%;
}

.pb8 {
  padding-bottom: 8%;
}

.pb9 {
  padding-bottom: 9%;
}

.pb10 {
  padding-bottom: 10%;
}

.pbx {
  padding-bottom: 4% !important;
}

.pln {
  padding-left: 0;
}

.pls {
  padding-left: 1%;
}

.pl2 {
  padding-left: 2%;
}

.pl3 {
  padding-left: 3%;
}

.pl4 {
  padding-left: 4%;
}

.pl5 {
  padding-left: 5%;
}

.pl6 {
  padding-left: 6%;
}

.pl7 {
  padding-left: 7%;
}

.pl8 {
  padding-left: 8%;
}

.pl9 {
  padding-left: 9%;
}

.pl10 {
  padding-left: 10%;
}

.prn {
  padding-right: 0;
}

.prs {
  padding-right: 1%;
}

.pr2 {
  padding-right: 2%;
}

.pr3 {
  padding-right: 3%;
}

.pr4 {
  padding-right: 4%;
}

.pr5 {
  padding-right: 5%;
}

.pr6 {
  padding-right: 6%;
}

.pr7 {
  padding-right: 7%;
}

.pr8 {
  padding-right: 8%;
}

.pr9 {
  padding-right: 9%;
}

.pr10 {
  padding-right: 10%;
}

.loader-simple {
  height: 3em;
  width: 3em;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-------------------------------------
 Super General Purpose
-------------------------------------*/
.clearfix, .fl-range, .flex, .editor, .layout, .editor .flex-lists, .layout .flex-lists, .editor .tab-lists, .layout .tab-lists, .editor .archive-lists, .layout .archive-lists, div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  zoom: 1;
}

.clearfix:after, .fl-range:after, .flex:after, .editor:after, .layout:after, .editor .flex-lists:after, .layout .flex-lists:after, .editor .tab-lists:after, .layout .tab-lists:after, .editor .archive-lists:after, .layout .archive-lists:after, div.wpcf7 .wpcf7-form-control.wpcf7-radio:after, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox:after {
  content: "";
  display: block;
  clear: both;
}

.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.tr {
  position: absolute;
  top: 0;
  left: -5000px;
}

.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ref {
  position: relative;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.ds {
  display: inline-block !important;
}

.dt {
  display: table !important;
}

.dc {
  display: table-cell !important;
}

.rn {
  border-radius: 0 !important;
}

.rs {
  border-radius: 5px;
}

.rm {
  border-radius: 10px;
}

.rl {
  border-radius: 20px;
}

.ca {
  color: #333333 !important;
}

.cb {
  color: #000000 !important;
}

.cc {
  color: #000000 !important;
}

.cd {
  color: #000000 !important;
}

.ce {
  color: #000000 !important;
}

.cf {
  color: #000000 !important;
}

.cg {
  color: #000000 !important;
}

.ch {
  color: #000000 !important;
}

.ci {
  color: #000000 !important;
}

.cj {
  color: #000000 !important;
}

.ck {
  color: #000000 !important;
}

.cl {
  color: #000000 !important;
}

.ba {
  background-color: #333333 !important;
}

.bb {
  background-color: #000000 !important;
}

.bc {
  background-color: #000000 !important;
}

.bd {
  background-color: #000000 !important;
}

.be {
  background-color: #000000 !important;
}

.bf {
  background-color: #000000 !important;
}

.bg {
  background-color: #000000 !important;
}

.bh {
  background-color: #000000 !important;
}

.bi {
  background-color: #000000 !important;
}

.bj {
  background-color: #000000 !important;
}

.bk {
  background-color: #000000 !important;
}

.bl {
  background-color: #000000 !important;
}

.n {
  font-weight: normal !important;
}

.b {
  font-weight: bold !important;
}

.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.u {
  text-decoration: underline !important;
}

.obl {
  font-style: oblique;
}

.v0 {
  vertical-align: 0;
}

.v1 {
  vertical-align: -1px;
}

.v2 {
  vertical-align: -2px;
}

.v3 {
  vertical-align: -3px;
}

.v4 {
  vertical-align: -4px;
}

.v5 {
  vertical-align: -5px;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

/* positions
-------------------- */
.pos, .pos-center, .loader-simple, .slider .loader-simple, body.post-type-archive-item .search-item-lists .radio:checked + label:before,
body.post-type-archive-item .item-search-lists .radio:checked + label:before, .pos-vertical-center, .layout.layout-accordion .accordion-title a .toggle-icon, .checkbox input[type="checkbox"] + .wpcf7-list-item-label:before, .nav.gnav .gnav-lists > li > a i.sp, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box .wrap-submit, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .fa, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-note a, .layout.layout-note .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a:not(.disable), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .child-lists > li > a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .bnav-lists > li:not(:first-child), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .child-lists > li > a:before, .pos-horizontal-center, div.wpcf7 img.ajax-loader, .layout.layout-title .h3:after, .underline-title:after, body:not(.home) .children-box ul, .pos-override-center {
  position: absolute;
  margin: auto;
}

.pos-center, .loader-simple, .slider .loader-simple, body.post-type-archive-item .search-item-lists .radio:checked + label:before,
body.post-type-archive-item .item-search-lists .radio:checked + label:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pos-vertical-center, .layout.layout-accordion .accordion-title a .toggle-icon, .checkbox input[type="checkbox"] + .wpcf7-list-item-label:before, .nav.gnav .gnav-lists > li > a i.sp, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box .wrap-submit, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .fa, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-note a, .layout.layout-note .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a:not(.disable), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .child-lists > li > a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .bnav-lists > li:not(:first-child), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .child-lists > li > a:before {
  top: 0;
  bottom: 0;
}

.pos-horizontal-center, div.wpcf7 img.ajax-loader, .layout.layout-title .h3:after, .underline-title:after, body:not(.home) .children-box ul {
  left: 0;
  right: 0;
}

.pos-override-center {
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*------------------------------
  WordPress Native Styles
------------------------------*/
.editor, .layout {
  line-height: 1.5;
}

.editor p, .layout p {
  display: block;
  margin: 1em 0;
}

.editor b, .layout b, .editor strong, .layout strong {
  font-weight: bold;
  font-weight: 700;
}

.editor dfn, .layout dfn, .editor cite, .layout cite, .editor em, .layout em, .editor i, .layout i {
  font-style: italic;
}

.editor del, .layout del, .editor span[style='text-decoration: line-through;'], .layout span[style='text-decoration: line-through;'] {
  opacity: 0.8;
}

.editor ul, .layout ul, .editor ol, .layout ol {
  list-style-position: inside !important;
  padding-left: 0;
  display: block;
  margin-bottom: 1.75em;
}

.editor ul li, .layout ul li, .editor ol li, .layout ol li {
  margin-top: .1em;
}

.editor ul li:first-child, .layout ul li:first-child, .editor ol li:first-child, .layout ol li:first-child {
  margin-top: 0;
}

.editor ul, .layout ul {
  list-style: disc;
  padding-left: .4em;
}

.editor ul li, .layout ul li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.editor ol, .layout ol {
  list-style: decimal;
}

.editor ol li, .layout ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.editor blockquote, .layout blockquote {
  display: block;
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  padding-left: 1.2em;
  margin: 0;
  margin-bottom: 1.75em;
}

.editor blockquote p, .layout blockquote p {
  margin-bottom: 1.4rem;
}

.editor blockquote, .layout blockquote, .editor q, .layout q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

.editor hr, .layout hr {
  background-color: #d1d1d1;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.75em;
}

.editor .alignleft, .layout .alignleft, .layout.layout-image-text .img.left {
  float: left;
  padding: 0 2em 2em 0;
}

.editor .aligncenter, .layout .aligncenter, .layout.layout-image-text .img.center {
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
}

.editor .alignright, .layout .alignright, .layout.layout-image-text .img.right {
  float: right;
  padding: 0 0 2em 2em;
}

.editor h1, .layout h1, .editor h2, .layout h2, .editor h3, .layout h3, .editor h4, .layout h4, .editor h5, .layout h5, .editor h6, .layout h6 {
  clear: both;
  font-weight: 700;
  margin: 1rem 0;
}

.editor h1, .layout h1 {
  font-size: 2rem;
}

.editor h2, .layout h2 {
  font-size: 1.8rem;
}

.editor h3, .layout h3 {
  font-size: 1.6rem;
}

.editor h4, .layout h4, .editor h5, .layout h5, .editor h6, .layout h6 {
  font-size: 1.4rem;
}

.editor pre, .layout pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  margin: 1em 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.editor code, .layout code, .editor kbd, .layout kbd, .editor tt, .layout tt, .editor var, .layout var, .editor samp, .layout samp, .editor pre, .layout pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.editor .clearfix, .layout .clearfix, .editor .fl-range, .layout .fl-range, .editor .flex, .layout .flex, .editor .editor, .layout .editor, .editor .layout, .layout .layout, .editor .flex-lists, .layout .flex-lists, .editor .tab-lists, .layout .tab-lists, .editor .archive-lists, .layout .archive-lists, .editor div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 .editor .wpcf7-form-control.wpcf7-radio, .layout div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 .layout .wpcf7-form-control.wpcf7-radio, .editor div.wpcf7 .wpcf7-form-control.wpcf7-checkbox, div.wpcf7 .editor .wpcf7-form-control.wpcf7-checkbox, .layout div.wpcf7 .wpcf7-form-control.wpcf7-checkbox, div.wpcf7 .layout .wpcf7-form-control.wpcf7-checkbox {
  overflow: hidden;
  zoom: 1;
}

.editor .clearfix:after, .layout .clearfix:after, .editor .fl-range:after, .layout .fl-range:after, .editor .flex:after, .layout .flex:after, .editor .editor:after, .layout .editor:after, .editor .layout:after, .layout .layout:after, .editor .flex-lists:after, .layout .flex-lists:after, .editor .tab-lists:after, .layout .tab-lists:after, .editor .archive-lists:after, .layout .archive-lists:after, .editor div.wpcf7 .wpcf7-form-control.wpcf7-radio:after, div.wpcf7 .editor .wpcf7-form-control.wpcf7-radio:after, .layout div.wpcf7 .wpcf7-form-control.wpcf7-radio:after, div.wpcf7 .layout .wpcf7-form-control.wpcf7-radio:after, .editor div.wpcf7 .wpcf7-form-control.wpcf7-checkbox:after, div.wpcf7 .editor .wpcf7-form-control.wpcf7-checkbox:after, .layout div.wpcf7 .wpcf7-form-control.wpcf7-checkbox:after, div.wpcf7 .layout .wpcf7-form-control.wpcf7-checkbox:after {
  content: "";
  display: block;
  clear: both;
}

.editor img[class*="wp-image-"], .layout img[class*="wp-image-"],
.editor img[class*="attachment-"], .layout img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* -------------------------
  wp parts COMMON
------------------------- */
.tmp-name {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.link-blue {
  color: #207d94;
}

.link-blue:hover {
  color: #3e9bb2;
  -webkit-transition: color 200ms ease-out 0s;
  transition: color 200ms ease-out 0s;
}

/* -------------------------
  wp parts SP
------------------------- */
.tmp-name {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.message-nopost {
  font-size: 1.2rem;
  font-weight: bold;
}

.editor, .layout {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0 auto;
}

.editor p, .layout p, .editor ul, .layout ul, .editor div, .layout div, .editor section, .layout section, .editor dl, .layout dl, .editor table, .layout table, .editor form, .layout form {
  margin: 1.5em 0;
}

.editor .editor-title, .layout .editor-title {
  margin: 3rem 0 1rem;
}

.editor p, .layout p {
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.editor > *:first-child, .layout > *:first-child {
  margin-top: 0;
}

.editor img.alignright, .layout img.alignright, .layout.layout-image-text img.img.right, .editor img.alignleft, .layout img.alignleft, .layout.layout-image-text img.img.left {
  float: none;
  display: block;
  margin: 1em auto;
  padding: 0;
}

.editor .lsn, .layout .lsn {
  list-style: none;
  padding-left: 0;
}

.editor .lsn li, .layout .lsn li {
  padding-left: 0;
  text-indent: 0;
}

.editor .flex-lists, .layout .flex-lists, .editor .tab-lists, .layout .tab-lists, .editor .archive-lists, .layout .archive-lists {
  margin: 2em 0 2em -1em;
}

.editor .flex-lists li, .layout .flex-lists li, .editor .tab-lists li, .layout .tab-lists li, .editor .archive-lists li, .layout .archive-lists li {
  float: left;
  margin-top: 0;
  line-height: 1.8;
  margin-left: 1rem;
  letter-spacing: 0;
  font-size: 1.1rem;
}

.editor .flex-lists li:before, .layout .flex-lists li:before, .editor .tab-lists li:before, .layout .tab-lists li:before, .editor .archive-lists li:before, .layout .archive-lists li:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: .2rem;
}

.editor span[class*=mt], .layout span[class*=mt] {
  display: block;
}

/* --------------------
  contactform7
-------------------- */
/* common form style
-------------------- */
input:not([type=radio]),
textarea {
  border: 1px solid #d2d2d2;
  padding: .3em .5em;
  width: 100%;
}

input:not([type=radio]).s,
textarea.s {
  width: 30%;
}

input:not([type=radio]).m,
textarea.m {
  width: 50%;
}

input:not([type=radio]).l,
textarea.l {
  width: 70%;
}

textarea {
  max-width: 100%;
}

select {
  margin-right: .3em !important;
  border: 1px solid #d2d2d2;
  max-width: 100%;
}

/* common input file
-------------------- */
/* common submit style
-------------------- */
input[type=submit] {
  background-color: transparent;
  border: none;
}

/* common file style
-------------------- */
input[type=file] {
  padding: 5px 0;
  border: none;
}

/* contactform7
-------------------- */
div.wpcf7 p {
  margin: 0;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  display: inline-block;
  font-size: 0;
  overflow: visible !important;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-left: 15px;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:first-child, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-left: 0;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input:not([type=radio]), div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:not([type=radio]) {
  display: inline;
  margin: .5rem auto;
  width: auto;
}

div.wpcf7 input:not([type=radio]),
div.wpcf7 textarea,
div.wpcf7 select {
  margin: .2em 0;
}

div.wpcf7 img.ajax-loader {
  display: block;
  margin-left: auto !important;
  margin: 10px auto;
  position: absolute;
}

img.ajax-loader {
  bottom: -50%;
}

.wpcf7c-force-hide + img.ajax-loader {
  bottom: -100%;
}

.wpcf7-form .wpcf7-response-output {
  text-align: center;
  border: none;
  margin: 0 auto;
  max-width: 610px;
  padding: 1em;
}

.wpcf7-form div.wpcf7-validation-errors {
  font-weight: bold;
  color: #d1444d;
  background-color: #ffd1d1;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  font-weight: bold;
  color: #2b6b0f;
  background-color: #c7efb5;
}

.wpcf7-form > * {
  margin-top: 1em;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

html, body {
  width: 100%;
}

#photoArea {
  position: relative;
  width: 1165px;
  height: 382px;
  margin: 0 auto;
}

.slide-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 770px;
}

.jkcubeslideshow {
  position: absolute;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-size: 0 !important;
}

.jkcubeslideshow div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jkcubeslideshow img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}

.jkcubeslideshow a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}

.jkcubeslideshow span {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  right: 7px;
  bottom: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  z-index: 10000;
}

.jkcubeslideshow span.instagram {
  background-image: url("https://s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/instagram.png");
}

.jkcubeslideshow span.twitter {
  background-image: url("https://s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/twitter.png");
}

#cubeshow0 {
  width: 382px;
  height: 382px;
  left: 0;
  top: 0;
}

#cubeshow1 {
  width: 186px;
  height: 186px;
  left: 392px;
  top: 0;
}

#cubeshow2 {
  width: 186px;
  height: 186px;
  left: 392px;
  top: 196px;
}

#cubeshow3 {
  width: 382px;
  height: 382px;
  left: 588px;
  top: 0;
}

#cubeshow4 {
  width: 186px;
  height: 186px;
  left: 980px;
  top: 0;
}

#cubeshow5 {
  width: 186px;
  height: 186px;
  left: 980px;
  top: 196px;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  html, body {
    width: 100%;
  }
  #photoArea {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slide-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .jkcubeslideshow {
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 44%;
    top: 0;
    height: auto;
    padding-top: 44%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3%;
  }
  .jkcubeslideshow img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
  }
  .jkcubeslideshow span {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    width: 6vw;
    height: 6vw;
    right: 0;
    top: 0;
    margin-top: 83%;
    margin-right: 4%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    background-size: 6vw 6vw;
    z-index: 10000;
  }
  .jkcubeslideshow span.instagram {
    background-image: url("https://s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/instagram.png");
  }
  .jkcubeslideshow span.twitter {
    background-image: url("https://s3.amazonaws.com/static.shuttlerock.com/images/social-user-icons/twitter.png");
  }
  #cubeshowsp0 {
    left: 4%;
  }
  #cubeshowsp1 {
    right: 4%;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./js/_libs/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./js/_libs/slick/fonts/slick.eot");
  src: url("./js/_libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./js/_libs/slick/fonts/slick.woff") format("woff"), url("./js/_libs/slick/fonts/slick.ttf") format("truetype"), url("./js/_libs/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}



.slick-dots li.slick-active button:before {
  color: #685d56;
    opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom:0;
}
.slick-dots {
  position: absolute;
  bottom: 1vw;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
border: 0;
    background: transparent;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 40px;
    position:relative;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "•";
    width: 16px;
    height: 16px;
    font-family: "slick";
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #9ea3a8;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-10 {
  font-size: 0.68267rem !important;
}

.fs-11 {
  font-size: 0.768rem !important;
}

.fs-12 {
  font-size: 0.85333rem !important;
}

.fs-13 {
  font-size: 0.93867rem !important;
}

.fs-14 {
  font-size: 1.024rem !important;
}

.fs-15 {
  font-size: 1.10933rem !important;
}

.fs-16 {
  font-size: 1.19467rem !important;
}

.fs-17 {
  font-size: 1.28rem !important;
}

.fs-18 {
  font-size: 1.36533rem !important;
}

.fs-19 {
  font-size: 1.45067rem !important;
}

.fs-20 {
  font-size: 1.36533rem !important;
}

.fs-21 {
  font-size: 1.45067rem !important;
}

.fs-22 {
  font-size: 1.536rem !important;
}

.fs-23 {
  font-size: 1.62133rem !important;
}

.fs-24 {
  font-size: 1.70667rem !important;
}

.fs-25 {
  font-size: 1.792rem !important;
}

.fs-26 {
  font-size: 1.87733rem !important;
}

.fs-27 {
  font-size: 1.96267rem !important;
}

.fs-28 {
  font-size: 2.048rem !important;
}

.fs-29 {
  font-size: 2.13333rem !important;
}

.fs-30 {
  font-size: 1.87733rem !important;
}

.fs-31 {
  font-size: 1.96267rem !important;
}

.fs-32 {
  font-size: 2.048rem !important;
}

.fs-33 {
  font-size: 2.13333rem !important;
}

.fs-34 {
  font-size: 2.21867rem !important;
}

.fs-35 {
  font-size: 2.304rem !important;
}

.fs-36 {
  font-size: 2.38933rem !important;
}

.fs-37 {
  font-size: 2.47467rem !important;
}

.fs-38 {
  font-size: 2.56rem !important;
}

.fs-39 {
  font-size: 2.64533rem !important;
}

.fs-40 {
  font-size: 2.73067rem !important;
}

.layouts .layouts .inner {
  width: 100%;
}

.layouts .layouts .layout {
  padding: 0;
  margin: 2rem 0;
}

.layouts .layouts .layout:first-child {
  margin-top: 0;
  padding-top: 0;
}

.layouts .layouts .layout:last-child {
  margin-bottom: 0;
}

.layouts .layouts .layout.layout-title {
  margin-top: 3rem;
}

.responsive-image {
  margin: 0 auto;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-wrap > * {
  width: 100%;
}

.layout {
  background-repeat: repeat;
  background-position: center top;
  padding-bottom: 5%;
}

.layout ul, .layout ol {
  padding: 0;
}

.layout ul li, .layout ol li {
  list-style-type: none;
  text-indent: 0;
  padding-left: 0;
  margin-top: 0;
}

.layout .inner > * {
  margin: 0 auto;
}

.layout:not(:first-child) {
  margin-top: 0;
}

.layout.layout-title {
  padding-top: 10%;
  padding-bottom: 5%;
}

.layout.layout-title + .layout {
  margin-top: 0;
}

.layout.layout-title + .layout-title {
  padding-top: 5%;
}

.layout:first-child {
  margin-top: 0;
  padding-top: 0;
}

.layout .blocks.split.length-2 .block:not(:first-child), .layout .blocks.split.length-3 .block:not(:first-child) {
  margin-top: 10%;
}

.layout .blocks.split.length-4, .layout .blocks.split.length-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout .blocks.split.length-4 .block, .layout .blocks.split.length-5 .block {
  width: 47.76119%;
}

.layout .blocks.split.length-4 .block:nth-child(even), .layout .blocks.split.length-5 .block:nth-child(even) {
  margin-left: auto;
}

.layout .blocks.split.length-4 .block:not(:nth-child(-n+2)), .layout .blocks.split.length-5 .block:not(:nth-child(-n+2)) {
  margin-top: 4.47761%;
}

.layout .blocks.split.length-1 .block {
  width: 100%;
}

.layout .blocks.split.length-1 .block:not(:first-child) {
  margin-top: 10%;
}

.layout .border-box {
  border: 1px solid;
}

.layout .border-box > * {
  margin: 0;
}

.layout .responsive-image {
  margin: 0 auto;
}

.layout .title-image {
  margin-bottom: 5%;
}

.layout.layout-editor .inner.isFull {
  width: 100%;
}

.layout.layout-editor .inner.isFull .inner-texts {
  max-width: 89.33333%;
  margin-left: auto;
  margin-right: auto;
}

.layout.layout-title {
  margin-bottom: 0;
}

.layout.layout-title .h1, .layout.layout-title .h2, .layout.layout-title .h3, .layout.layout-title .h4 {
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
}

.layout.layout-title .h1 {
  font-size: 2.13333rem !important;
}

.layout.layout-title .h2 {
  font-size: 1.19467rem !important;
}

.layout.layout-title .h2.isCenter {
  text-align: center;
}

.layout.layout-title .h3 {
  font-size: 1.536rem !important;
  text-align: center;
  position: relative;
  padding-bottom: 3%;
}

.layout.layout-title .h3:after {
  content: "";
  bottom: 0;
  width: 8rem;
  border-bottom: 2px solid;
  border-color: inherit;
}

.layout.layout-title .h4 {
  font-size: 1.19467rem !important;
  text-align: center;
  padding: .5rem 1.5rem;
  border-radius: 30px;
}

.layout.layout-horizontal-buttons .blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout.layout-horizontal-buttons .blocks .block {
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
  margin: 0 !important;
  width: 47.76119% !important;
}

.layout.layout-horizontal-buttons .blocks .block:nth-child(even) {
  margin-left: auto !important;
}

.layout.layout-horizontal-buttons .blocks .block:not(:nth-child(-n+2)) {
  margin-top: 4.47761% !important;
}

.layout.layout-horizontal-buttons .blocks .block a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}

.layout.layout-horizontal-buttons .blocks .block a.isActive {
  color: inherit !important;
  background-color: inherit;
}

.layout.layout-column .blocks .block {
  margin-top: 0;
  margin-bottom: 0;
}

.layout.layout-column .blocks .block *:first-child {
  margin-top: 0 !important;
}

.layout.layout-column .blocks .block .title {
  font-size: 1.19467rem !important;
  font-weight: bold;
  margin: 0 auto 1rem;
}

.layout.layout-column .blocks .block .title.type-text dt {
  text-align: center;
  border-radius: 20px;
  padding: .3rem 1rem .2rem;
}

.layout.layout-column .blocks .block .title.type-icon {
  font-size: 1.10933rem !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout.layout-column .blocks .block .title.type-icon dd {
  width: 2.5rem;
}

.layout.layout-column .blocks .block .title.type-icon dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: .5rem;
}

.layout.layout-column .blocks .block .image {
  margin: 0 auto 1rem;
  text-align: center;
  line-height: 0;
}

.layout.layout-column .blocks .block .lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin: .5rem auto;
}

.layout.layout-column .blocks .block .lead p {
  margin: 0;
}

.layout.layout-column .blocks .block .text {
  line-height: 1.8;
  margin: .5rem auto 0;
}

.layout.layout-column .blocks .block .text p {
  margin: 1rem 0;
}

.layout.layout-column .blocks .block .text p:not(:first-child) {
  margin-top: 0;
}

.layout.layout-column .blocks .block .text p:not(:last-child) {
  margin-bottom: 0;
}

.layout.layout-column .blocks .block .text a {
  font-size: 1.024rem !important;
  text-decoration: underline;
  line-height: 1.6;
  padding-left: 1rem;
  position: relative;
  margin-top: .5rem;
}

.layout.layout-column .blocks .block .text a:before {
  position: absolute;
  top: 0;
  left: 0;
}

.layout.layout-column .map-wrap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.layout.layout-column .map-wrap * {
  margin: 0 !important;
}

.layout.layout-column .map-wrap > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.layout.layout-column .map-wrap dl dt {
  font-weight: bold;
}

.layout.layout-column .map-wrap dl dd {
  margin-top: .5rem !important;
  line-height: 1.3;
}

.layout.layout-list .blocks .block {
  position: relative;
  line-height: 1.8;
}

.layout.layout-list .blocks .block i {
  display: inline-block;
  position: absolute;
  left: 0;
}

.layout.layout-list .blocks .block a {
  word-break: break-all;
}

.layout.layout-list .blocks .block.disc {
  padding-left: 1.2rem;
}

.layout.layout-list .blocks .block.disc i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  top: .7rem;
  left: 0;
}

.layout.layout-list .blocks .block.disc:not(:first-child) {
  margin-top: 1rem;
}

.layout.layout-list .blocks .block.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout.layout-list .blocks .block.image i {
  width: 2.5rem;
  height: 2.5rem;
  position: static;
  margin-right: .5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.layout.layout-list .blocks.vertical .block:not(:first-child) {
  margin-top: .5rem;
}

.layout.layout-image .inner.isFull {
  width: 100%;
}

.layout.layout-bg_image-text .inner {
  width: 100%;
}

.layout.layout-bg_image-text .bg-area {
  position: relative;
}

.layout.layout-bg_image-text .bg-area > * {
  margin: 0;
}

.layout.layout-bg_image-text .bg-area .texts {
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  letter-spacing: 0;
  z-index: 5;
  font-weight: bold;
  text-align: center;
}

.layout.layout-bg_image-text .bg-area .texts dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.layout.layout-bg_image-text .bg-area .texts dl .main, .layout.layout-bg_image-text .bg-area .texts dl .sub {
  line-height: 1.8;
}

.layout.layout-bg_image-text .bg-area .texts dl .sub {
  font-size: 1.36533rem !important;
}

.layout.layout-bg_image-text .bg-area .texts dl .line {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 1rem;
}

.layout.layout-bg_image-text .bg-area .texts dl .line span {
  padding: .5rem 2rem;
  display: inline-block;
  letter-spacing: 2px;
  background-color: white;
  border-radius: 30px;
}

.layout.layout-bg_image-text .bg-area .texts dl.sub-top .main {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.layout.layout-bg_image-text .bg-area .texts dl.sub-top .sub {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.layout.layout-bg_image-text .bg-area .texts dl.sub-bottom .main {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.layout.layout-bg_image-text .bg-area .texts dl.sub-bottom .sub {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.layout.layout-image-text .img {
  margin: 0 auto !important;
}

.layout.layout-image-text .texts {
  margin-top: 1rem;
}

.layout.layout-image-text .texts p:first-child {
  margin-top: 0;
}

.layout.layout-image-text .texts p:last-child {
  margin-bottom: 0;
}

.layout.layout-text .texts p:first-child {
  margin-top: 0;
}

.layout.layout-text .texts p:last-child {
  margin-bottom: 0;
}

.layout.layout-note .inner.isFull .border-box {
  width: 100%;
}

.layout.layout-note a {
  color: #0099CC;
  text-decoration: underline;
  position: relative;
  padding-left: 1rem;
}

.layout.layout-note a:before {
  position: absolute;
  top: 0;
  left: 0;
}

.layout.layout-note .border-box {
  margin: 0 auto;
}

.layout.layout-note .border-box.hasImage {
  width: 100%;
  display: block;
}

.layout.layout-note .border-box.hasImage .image {
  margin-bottom: 3%;
  text-align: center;
}

.layout.layout-note .border-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

.layout.layout-note .image + .texts {
  padding-left: 1em;
}

.layout.layout-note .texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout.layout-note .texts .blocks {
  margin: 0;
}

.layout.layout-note .texts .blocks > * {
  margin: .5rem 0;
  line-height: 1.8;
}

.layout.layout-note .texts .blocks > *:first-child {
  margin-top: 0;
}

.layout.layout-note .texts .blocks > *:last-child {
  margin-bottom: 0;
}

.layout.layout-note .texts .blocks > *:last-child *:last-child {
  margin-bottom: 0;
}

.layout.layout-slider .slider-title {
  margin-bottom: 5%;
}

.layout.layout-slider .slider-title .title-text p {
  padding: .5rem 1rem;
  width: 100%;
  margin: 0;
}

.layout.layout-slider div[class*="-wrap"] {
  margin: 0;
}

.layout.layout-slider .editor-wrap.border-box {
  padding: 2rem;
}

.layout.layout-slider .bx-viewport {
  margin: 0 auto;
}

.layout.layout-slider .bx-viewport .slider-lists {
  margin: 0;
}

.layout.layout-slider .bx-controls {
  margin: 0;
}

.layout.layout-slider .bx-controls .bx-controls-direction {
  margin: 0;
}

.layout.layout-slider .bx-controls .bx-pager .bx-pager-item {
  margin-top: 0;
  margin-bottom: 0;
}

.layout.layout-accordion > .inner > .border-box {
  border-width: 2px;
}

.layout.layout-accordion .accordion-title {
  font-size: 1.19467rem !important;
  font-weight: bold;
}

.layout.layout-accordion .accordion-title a {
  display: block;
  padding: 1rem .5rem 1rem 4rem;
  position: relative;
}

.layout.layout-accordion .accordion-title a .toggle-icon {
  font-size: 2.21867rem !important;
  font-weight: normal;
  font-style: normal;
  left: 1rem;
  height: .75em;
  line-height: .5;
}

.layout.layout-accordion .accordion-title a .toggle-icon:before {
  content: "+";
}

.layout.layout-accordion .accordion-title a.isOpen .toggle-icon:before {
  content: "-";
}

.layout.layout-accordion .accordion-contents {
  display: none;
  padding: 2rem;
  background-color: white;
}

.layout.layout-accordion .accordion-contents > * {
  margin: 0;
}

.layout.layout-accordion .accordion-contents .text {
  margin: 0 auto;
}

.layout.layout-accordion .accordion-contents .text p:first-child {
  margin-top: 0;
}

.layout.layout-accordion .accordion-contents .text p:last-child {
  margin-bottom: 0;
}

.layout.layout-accordion .accordion-contents a {
  color: #0099CC;
}

.layout.layout-accordion .accordion-contents a:not(.disable) {
  text-decoration: underline;
}

.layout.layout-accordion .accordion-contents .layout-list li a:before {
  content: none;
}

.layout.layout-accordion + .layout-accordion {
  margin-top: 0;
  padding-top: 0;
}

.layout.layout-sns-button {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 5% 0;
}

.layout.layout-sns-button dt {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 3%;
  line-height: 1;
}

.layout.layout-sns-button dd {
  margin-top: 3%;
}

.layout.layout-sns-button dd ul {
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout.layout-related-item .inner {
  position: relative;
}

.layout.layout-related-item .wrap-link {
  width: 85%;
  text-align: center;
  margin-top: 5%;
}

.layout.layout-related-item .wrap-link a {
  text-decoration: none;
}

.layout.layout-related-item .related-item-wrapper {
  border-top: 2px solid #C81432;
  border-bottom: 2px solid #C81432;
  padding: 5% 0;
  margin: 0;
}

.layout.layout-related-item .related-item-lists a {
  display: block;
  text-decoration: underline;
  text-align: center;
}

.layout.layout-related-item .image {
  width: 80%;
  margin: 0 auto;
  padding-top: 80%;
  background-size: contain;
  background-position: center;
}

.layout.layout-related-item .image.cover {
  background-size: cover;
}

.layout.layout-related-item .title {
  margin-top: .5rem;
  font-weight: bold;
}

.layout.layout-related-item .related-item-lists.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

.layout.layout-related-item .related-item-lists.carousel::-webkit-scrollbar {
  display: none;
}

.layout.layout-related-item .related-item-lists.carousel li {
  min-width: 13.5rem;
}

.layout.layout-related-item .related-item-lists.carousel li:not(:first-child) {
  margin-left: 2rem;
}

.layout.layout-related-item .related-item-lists.carousel li dl {
  margin: 0;
}

.layout.layout-related-item .related-item-lists.carousel + .loader-simple {
  display: none;
  -webkit-animation: none;
  animation: none;
}

.layout.layout-related-item .related-item-lists.archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout.layout-related-item .related-item-lists.archive > li {
  width: 47.76119%;
}

.layout.layout-related-item .related-item-lists.archive > li dl {
  margin: 0;
}

.layout.layout-related-item .related-item-lists.archive > li:nth-child(even) {
  margin-left: auto;
}

.layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(-n+2)) {
  margin-top: 4.47761%;
}

.layout.layout-related-page .inner {
  width: 100%;
}

.layout.layout-related-page .related-page-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-left: 5.33333%;
}

.layout.layout-related-page .related-page-lists::-webkit-scrollbar {
  display: none;
}

.layout.layout-related-page .related-page-lists > li {
  min-width: 20rem;
  max-width: 94%;
}

.layout.layout-related-page .related-page-lists > li:not(:first-child) {
  margin-left: 2rem;
}

.layout.layout-related-page .related-page-lists a {
  display: block;
}

.layout.layout-related-page .related-page-lists .image {
  margin: 0;
  padding-top: 51.66667%;
  background-position: center;
  background-size: cover;
}

.layout.layout-related-page .wrap-link {
  width: 50%;
  margin: 5% auto 0;
}

.layout.layout-movie .video-wrap {
  background-size: cover;
  background-position: center;
}

.layout.layout-dialog .block-title {
  font-size: 1.36533rem !important;
  font-weight: bold;
  margin-bottom: 3%;
}

.layout.layout-dialog .block:not(:first-child) {
  margin-top: 15%;
}

.layout.layout-dialog .comment-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.layout.layout-dialog .comment-box > * {
  margin: 0;
}

.layout.layout-dialog .comment-box .image {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
}

.layout.layout-dialog .comment-box .image .image-body {
  margin: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.layout.layout-dialog .comment-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: .8rem;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  min-height: 5em;
  position: relative;
}

.layout.layout-dialog .comment-box .text p:first-child {
  margin-top: 0;
}

.layout.layout-dialog .comment-box .text p:last-child {
  margin-bottom: 0;
}

.layout.layout-dialog .comment-box .text:before, .layout.layout-dialog .comment-box .text:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}

.layout.layout-dialog .comment-box:not(:first-child) {
  margin-top: 5%;
}

.layout.layout-dialog .comment-box.icon-left .image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.layout.layout-dialog .comment-box.icon-left .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 2rem;
}

.layout.layout-dialog .comment-box.icon-left .text:before {
  top: 14px;
  left: -14px;
  border-width: 12px 14px 0 0;
  border-color: transparent #CCCCCC transparent transparent;
}

.layout.layout-dialog .comment-box.icon-left .text:after {
  top: 15px;
  left: -12px;
  border-width: 10px 12px 0px 0;
  border-color: transparent white transparent transparent;
}

.layout.layout-dialog .comment-box.icon-right .image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.layout.layout-dialog .comment-box.icon-right .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 2rem;
}

.layout.layout-dialog .comment-box.icon-right .text:before {
  top: 14px;
  right: -14px;
  border-width: 12px 0 0 14px;
  border-color: transparent transparent transparent #CCCCCC;
}

.layout.layout-dialog .comment-box.icon-right .text:after {
  top: 15px;
  right: -12px;
  border-width: 10px 0 0px 12px;
  border-color: transparent transparent transparent white;
}

/* --------------------
  common parts
-------------------- */
/* colors
-------------------- */
.red {
  color: #C81432;
}

body {
  font-size: 1.10933rem !important;
}

.ib-range > *, .split-lists > * {
  font-size: 1.10933rem !important;
}

.tmp-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: .5;
}

/* titles
-------------------- */
.page-type-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: white;
  text-align: center;
}

.page-type-title > * {
  display: block;
  line-height: 1;
}

.page-type-title .en {
  font-size: 3.41333rem !important;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.page-type-title .ja {
  font-size: 1.19467rem !important;
  font-weight: bold;
  margin-top: 1rem;
}

.section-title {
  color: #481707;
  text-align: center;
  letter-spacing: 0;
}

.section-title .en {
  font-size: 4vw !important;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.section-title .ja {
  font-size: 5vw !important;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-left: 1rem;
  font-weight: bold;
}

.label-area {
  margin: 8% auto;
}

.label-area .label {
  font-size: 2.13333rem !important;
  font-weight: bold;
  text-align: center;
}

.single-page-title {
  margin: 8% auto;
  padding-bottom: 4%;
  border-bottom: 1px solid #DDDDDD;
}

.single-page-title .page-title {
  font-size: 1.36533rem !important;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1rem;
}

.single-page-title.single-item-title {
  margin-bottom: 3%;
  padding-bottom: 3%;
  position: relative;
  border-bottom: none;
}

.single-page-title.single-item-title .page-title {
  font-size: 1.536rem !important;
  text-align: center;
}

.single-page-title.single-item-title:before, .single-page-title.single-item-title:after {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #C81432;
}

.single-page-title.single-item-title:before {
  height: 1px;
  bottom: 4px;
}

.single-page-title.single-item-title:after {
  height: 2px;
  bottom: 0;
}

.related-title {
  font-size: 1.70667rem !important;
  color: #C81432;
  text-align: center;
}

.underline-title {
  font-size: 1.536rem !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
  position: relative;
  padding-bottom: 1%;
}

.underline-title:after {
  content: "";
  width: 6rem;
  height: 2px;
  bottom: 0;
  background-color: #333333;
}

.disc-title, body.single-item .detail .texts .explanation .itemexp h3, body.single-item .detail .contents-left h3 {
  font-size: 1.10933rem !important;
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;
}

.disc-title:before, body.single-item .detail .texts .explanation .itemexp h3:before, body.single-item .detail .contents-left h3:before {
  content: "●";
  color: #C81432;
  position: absolute;
  top: 0;
  left: 0;
}

.plane-title {
  font-size: 1.19467rem !important;
  font-weight: bold;
}

.plane-title.md {
  font-size: 1.19467rem !important;
}

/* texts
-------------------- */
.date {
  color: #000;
  letter-spacing: 0;
}

.terms a {
  color: #481707;
  font-weight: bold;
}

.message.notfound {
  font-size: 1.36533rem !important;
  font-weight: bold;
  color: #C81432;
}

/* boxes
-------------------- */
.section-title-box {
  margin-bottom: 5%;
}

.section-title-box .wrap-link {
  display: none;
}

.article-info-box {
  font-size: 1.024rem !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-info-box .date + * {
  margin-left: auto;
}

.article-list-box .article-lists {
  min-height: 300px;
}

.thumbnail-lists > li:not(:first-child) {
  margin-top: 5%;
}

.thumbnail-lists a {
  display: block;
}

.thumbnail-lists .image {
  padding-top: 62.68657%;
  background-position: center;
  background-size: cover;
}

.thumbnail-lists .texts dt {
  font-size: 1.536rem !important;
  font-weight: bold;
  margin: 1rem 0 .5rem;
}

.thumbnail-lists.thumb-lg > li .texts {
  text-align: center;
}

.thumbnail-lists.thumb-lg > li .texts dt {
  margin: 0 0 1rem;
}

.thumbnail-lists.thumb-sm li .image {
  padding-top: 48.73239%;
}

.latest-news {
  margin-top: 5%;
  padding: 5% 0;
  background-color: #FAFBFB;
}

.latest-news .related-title {
  font-weight: bold;
  margin-bottom: 5%;
}

.latest-news .wrap-link {
  width: 50%;
  margin: 8% auto 0;
}

.wrap-archive-link {
  width: 53.33333%;
  margin: 2rem auto 1rem;
}

/* tables
-------------------- */
.tbl-base td, .tbl-base th {
  line-height: 1.8;
  padding: 1rem 0.5rem;
}

.tbl-base th {
  font-weight: bold;
  text-align: left;
  min-width: 6rem;
}

.tbl-base td {
  min-width: 5rem;
}

.tbl-base.sp-vertical td, .tbl-base.sp-vertical th {
  display: block;
  width: 100% !important;
}

.tbl-base.sp-vertical th {
  font-weight: bold;
  text-align: left;
  padding: 1rem 0.5rem;
}

.tbl-base.sp-vertical td {
  padding: 0.5rem 0.5rem 1rem;
}

.tbl-border tr {
  border-bottom: 1px solid #DDDDDD;
}

.tbl-border tr:first-child {
  border-top: 1px solid #DDDDDD;
}

.tbl-gray tr {
  border-bottom: 1px solid #DDDDDD;
}

.tbl-gray tr:first-child {
  border-top: 1px solid #DDDDDD;
}

.tbl-gray th {
  background-color: #F8F8F8;
}

/* buttons
-------------------- */
*[class*="btn-style-"] {
  cursor: pointer;
  display: block;
  padding: 1rem;
}

.btn-style-01 {
  font-size: 4vw !important;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 80%;
  border: 1px solid #c81432;
  background-color: white;
  position: relative;
  color: #c81432;
  margin: 0 auto;
  padding: 6% 0;
}

.btn-style-01 .fa, .btn-style-01 .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .btn-style-01 a, .btn-style-01 .layout.layout-note a, .layout.layout-note .btn-style-01 a, .btn-style-01 .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .btn-style-01 a:not(.disable), .btn-style-01 .nav.gnav .child-lists > li > a, .nav.gnav .btn-style-01 .child-lists > li > a, .btn-style-01 .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .btn-style-01 .bnav-lists > li:not(:first-child), .btn-style-01 .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .btn-style-01 a, .btn-style-01 body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .btn-style-01 a {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.btn-large-cart, body.single-item .detail .texts .btn-wrap a, body.single-item .detail .contents-right .btn-wrap a {
  font-size: 1.536rem !important;
  font-weight: bold;
  color: white;
  padding: 1rem 2rem;
  display: block;
  background-color: #C81432;
  border-radius: 30px;
  line-height: 1;
}

.btn-large-cart:before, body.single-item .detail .texts .btn-wrap a:before, body.single-item .detail .contents-right .btn-wrap a:before {
  content: "";
  width: 12%;
  padding-top: 9.6%;
  background-image: url(./images/_sp/icon_cart.png);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 1rem;
}

.btn-single-item, body.single-item .detail .contents-left .img-360 a, body.single-item .detail .contents-right .instructions a {
  font-size: 1.36533rem !important;
  font-weight: bold;
  display: block;
  padding: 1.2rem;
  color: #C81432;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #C81432;
  border-radius: 3px;
}

/* lists
-------------------- */
.sns-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-lists > li a {
  display: block;
  font-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}

.sns-lists > li a .fa, .sns-lists > li a .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .sns-lists > li a a, .sns-lists > li a .layout.layout-note a, .layout.layout-note .sns-lists > li a a, .sns-lists > li a .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .sns-lists > li a a:not(.disable), .sns-lists > li a .nav.gnav .child-lists > li > a, .nav.gnav .sns-lists > li a .child-lists > li > a, .sns-lists > li a .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .sns-lists > li a .bnav-lists > li:not(:first-child), .sns-lists > li a .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .sns-lists > li a a, .sns-lists > li a body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .sns-lists > li a a {
  display: block;
}

.sns-lists > li a.facebook {
  color: #4268B1;
}

.sns-lists > li a.twitter {
  color: #1E95E0;
}

.sns-lists > li a.instagram {
  color: white;
  border-radius: 4px;
  background-color: #333333;
  width: 2.2rem;
  height: 2.2rem;
}

.sns-lists > li a.instagram .fa, .sns-lists > li a.instagram .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .sns-lists > li a.instagram a, .sns-lists > li a.instagram .layout.layout-note a, .layout.layout-note .sns-lists > li a.instagram a, .sns-lists > li a.instagram .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .sns-lists > li a.instagram a:not(.disable), .sns-lists > li a.instagram .nav.gnav .child-lists > li > a, .nav.gnav .sns-lists > li a.instagram .child-lists > li > a, .sns-lists > li a.instagram .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .sns-lists > li a.instagram .bnav-lists > li:not(:first-child), .sns-lists > li a.instagram .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .sns-lists > li a.instagram a, .sns-lists > li a.instagram body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .sns-lists > li a.instagram a {
  font-size: 1.6rem;
}

.sns-lists > li a.instagram .fa:before, .sns-lists > li a.instagram .layout.layout-column .blocks .block .text a:before, .layout.layout-column .blocks .block .text .sns-lists > li a.instagram a:before, .sns-lists > li a.instagram .layout.layout-note a:before, .layout.layout-note .sns-lists > li a.instagram a:before, .sns-lists > li a.instagram .layout.layout-accordion .accordion-contents a:not(.disable):before, .layout.layout-accordion .accordion-contents .sns-lists > li a.instagram a:not(.disable):before, .sns-lists > li a.instagram .nav.gnav .child-lists > li > a:before, .nav.gnav .sns-lists > li a.instagram .child-lists > li > a:before, .sns-lists > li a.instagram .nav.bnav .bnav-lists > li:not(:first-child):before, .nav.bnav .sns-lists > li a.instagram .bnav-lists > li:not(:first-child):before, .sns-lists > li a.instagram .slider .bx-controls .bx-controls-direction a:before, .slider .bx-controls .bx-controls-direction .sns-lists > li a.instagram a:before, .sns-lists > li a.instagram body.error404 .blocks .link-lists a:before, body.error404 .blocks .link-lists .sns-lists > li a.instagram a:before {
  vertical-align: middle;
  position: relative;
  top: 0.25rem;
  right: -.05rem;
}

.sns-long-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns-long-lists > li {
  width: 32%;
}

.sns-long-lists > li a {
  font-size: 0.93867rem !important;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: white;
  display: block;
  padding: 1rem 0.5rem 1rem 1rem;
  border-radius: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.sns-long-lists > li a .fa, .sns-long-lists > li a .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .sns-long-lists > li a a, .sns-long-lists > li a .layout.layout-note a, .layout.layout-note .sns-long-lists > li a a, .sns-long-lists > li a .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .sns-long-lists > li a a:not(.disable), .sns-long-lists > li a .nav.gnav .child-lists > li > a, .nav.gnav .sns-long-lists > li a .child-lists > li > a, .sns-long-lists > li a .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .sns-long-lists > li a .bnav-lists > li:not(:first-child), .sns-long-lists > li a .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .sns-long-lists > li a a, .sns-long-lists > li a body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .sns-long-lists > li a a {
  font-size: 1.19467rem !important;
  margin-right: .5rem;
  vertical-align: middle;
}

.sns-long-lists > li a.facebook {
  background-color: #4268B1;
}

.sns-long-lists > li a.twitter {
  background-color: #1E95E0;
}

.sns-long-lists > li a.instagram {
  background-color: #333333;
}

.sns-button-lists {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sns-button-lists > li * {
  margin: 0 !important;
}

.sns-button-lists > li:not(:first-child) {
  margin-left: 1rem;
}

.flex-lists, .tab-lists, .archive-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-lists.wrap, .wrap.tab-lists, .wrap.archive-lists {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.border-lists > li {
  border-bottom: 1px solid #DDDDDD;
}

.border-lists > li:first-child {
  border-top: 1px solid #DDDDDD;
}

.border-lists.dotted li {
  border-style: dotted;
}

.border-lists.dashed li {
  border-style: dashed;
}

.news-lists {
  font-size: 1.024rem !important;
}

.news-lists > li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.news-lists > li dl a {
  display: inline-block;
}

.news-lists > li dl .date {
  width: 22%;
  color: #000;
  border-right: 1px solid #000;
  padding-right: 10%;
  margin-right: 3%;
}

.news-lists > li dl .terms {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-lists > li dl .terms p {
  /* width: 100%; */
}

.news-lists > li dl .terms p:not(:first-child) a {
  margin-left: 1rem;
}

.news-lists > li dl .title {
  width: 100%;
  margin-top: .5rem;
  line-height: 1.8;
}

.archive-news-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-news-lists li {
  width: 47.76119%;
}

.archive-news-lists li:nth-child(even) {
  margin-left: auto;
}

.archive-news-lists li:not(:nth-child(-n+2)) {
  margin-top: 4.47761%;
}

.archive-news-lists li a {
  display: block;
}

.archive-news-lists li .image {
  padding-top: 62.5%;
  background-position: center;
  background-size: cover;
}

.archive-news-lists li .texts .article-info-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: .5rem 0;
}

.archive-news-lists li .texts .article-info-box .date {
  margin-bottom: 2%;
}

.archive-news-lists li .texts .article-info-box .terms {
  margin-left: 0;
  font-weight: normal;
}

.archive-news-lists li .texts .title {
  line-height: 1.8;
}

.overlay-lists > li a {
  display: block;
}

.overlay-lists > li .image {
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .overlay-lists > li .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
} */

.overlay-lists.text-center > li a {
  position: relative;
}

.overlay-lists.text-center > li .texts {
  width: 70%;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.item-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10%;
}

.item-lists > li {
  width: 47.76119%;
}

.item-lists > li:nth-child(even) {
  margin-left: auto;
}

.item-lists > li:not(:nth-child(-n+2)) {
  margin-top: 4.47761%;
}

.item-lists a {
  display: block;
  text-decoration: underline;
  text-align: center;
}

.item-lists .image {
  width: 80%;
  margin: 0 auto;
  padding-top: 80%;
  background-position: center;
  background-size: contain;
}

.item-lists .image.cover {
  background-size: cover;
}

.item-lists .title {
  margin-top: .5rem;
}

/* block
-------------------- */
/* form parts
-------------------- */
*:not([type=radio]) {
  -webkit-appearance: none;
}

input:not([type=radio]),
textarea {
  padding: 0.5rem 1.5rem;
  display: block;
}

input[type=submit] {
  cursor: pointer;
  background-color: transparent;
}

textarea {
  max-width: 100%;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: .5rem 1rem;
  padding-right: 2em;
  text-align: center;
  display: block;
  background-color: white;
}

.checkbox input[type="checkbox"] {
  display: none !important;
}

.checkbox input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  letter-spacing: 0;
}

.checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  display: block;
  background-color: white;
  border: 1px solid #DDDDDD;
}

.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: black;
}

.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 70%;
  left: .3rem;
  display: block;
  width: .6rem;
  height: .2rem;
  margin-top: -.6rem;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* pagination
-------------------- */
.pagination {
  margin-top: 10%;
  text-align: center;
}

.pagination .inner {
  display: inline-block;
}

.pagination .numbers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
}

.pagination .page-numbers {
  margin-left: 0.4rem;
}

.pagination .page-numbers:not(.dots) {
  width: 3rem;
  height: 3rem;
  display: block;
  line-height: 3rem;
  border: 1px solid #DDDDDD;
  border-radius: 100%;
}

.pagination .page-numbers:not(.dots).current {
  color: white;
  background-color: #DDDDDD;
}

.pagination .page-numbers.dots {
  color: #666666;
  vertical-align: bottom;
  line-height: 4.5rem;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 6rem;
  color: white;
  background-color: #555555;
  border-radius: 30px;
}

.mv_slide-arrow {
    position: absolute;
    top: 45%;
    z-index: 1;
    width: 5%;
    display: none!important;
}
.mv_prev-arrow {
    left: 4%;
}
.mv_next-arrow {
    right: 4%;
}

.modal-wrap {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.modal-wrap.isView {
  opacity: 1;
  pointer-events: auto;
}

.modal-wrap .modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-wrap .modal-content {
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: white;
}

.modal-wrap .modal-content .iframe-wrap {
  width: 100%;
}

.modal-wrap .modal-content .iframe-wrap.modal-viewer {
  padding-top: 78.57143%;
}

.modal-wrap .modal-content .iframe-wrap.modal-youtube {
  padding-top: 56.25%;
}

.modal-wrap .modal-close {
  font-size: 3.75467rem !important;
  font-size: 30px;
  color: white;
  position: absolute;
  top: -1.2em;
  right: 0;
}

.modal-wrap .modal-close:before {
  content: "×";
}

/* --------------------
  common sections
-------------------- */
.wrapper {
  /* padding-top: 13%; */
  padding-top:0;
  min-width: 0;
}

/* contents
-------------------- */
.contents {
  min-height: 300px;
  padding-bottom: 10%;
}
.contents.notfound {
  margin: 4rem auto 0;
}
.contents.notfound .message {
  padding: 0 0 2rem;
}
.contents.page_fix {
  margin: 70px 0 0;
}
.contents.page_fix_2 {
  margin: 61px 0 0;
  margin-top: 0;
/*  padding-top: 10px;*/
}

.logo-contents {
  padding: 8% 0;
}

.logo-contents .inner {
  padding: 0 3%;
}

.logo-contents .logo-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-contents .logo-lists li {
  width: 20.89552%;
}

.logo-contents .logo-lists a {
  padding-top: 36.06557%;
  background-image: url(./images/logos.png);
  background-size: 400%;
}

.logo-contents .logo-lists a.petio {
  background-position: 0% top;
}

.logo-contents .logo-lists a.zuttone {
  background-position: 33.33333% top;
}

.logo-contents .logo-lists a.addmate {
  background-position: 66.66667% top;
}

.logo-contents .logo-lists a.mikkabigarden {
  background-position: 100% top;
}

/* 商品検索のタブとカテゴリ
-------------------- */
.search-category-items .genre-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-category-items .genre-tabs .tab-lists {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.search-category-items .genre-tabs .archive-lists {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.search-category-items .genre-tabs {
  position: relative;
  z-index: 10;
  bottom: -1px;
}

.search-category-items .item-category-area {
  position: relative;
  z-index: 0;
}

.tab-lists {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 5.33333%;
  margin-top: 5%;
}

.tab-lists::-webkit-scrollbar {
  display: none;
}

.tab-lists > li {
  font-size: 1.19467rem !important;
  font-weight: bold;
  min-width: 9.5rem;
  color: #666666;
  text-align: center;
}

.tab-lists > li a {
  display: block;
  padding: 0.8rem;
  padding-top: 1rem;
  border: 1px solid #FFC7CB;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.tab-lists > li a.isActive {
  background-color: #FFF7F7;
  position: relative;
}

.tab-lists > li a.isActive {
  color: #C71235;
  padding-top: 1.3rem;
  padding-bottom: 1.1rem;
}

.tab-lists > li:not(:first-child) {
  margin-left: 2px;
}

.archive-lists {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.archive-lists > li {
  font-size: 1.024rem !important;
}

.archive-lists > li:not(:first-child) {
  margin-left: 3rem;
}

.archive-lists .fa, .archive-lists .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .archive-lists a, .archive-lists .layout.layout-note a, .layout.layout-note .archive-lists a, .archive-lists .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .archive-lists a:not(.disable), .archive-lists .nav.gnav .child-lists > li > a, .nav.gnav .archive-lists .child-lists > li > a, .archive-lists .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .archive-lists .bnav-lists > li:not(:first-child), .archive-lists .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .archive-lists a, .archive-lists body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .archive-lists a {
  margin-right: .5rem;
}

.item-category-area {
  padding: 2% 0;
  background-color: #FFF7F7;
  border-top: 1px solid #FFC7CB;
  border-bottom: 1px solid #FFC7CB;
}

.item-category-area .inner {
  margin: 3% auto;
}

.item-category-area .loader-simple {
  display: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.category-items.slider {
  position: static;
}

.category-items .search-item-lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-items .category-item {
  width: 47.76119%;
  background-color: white;
  padding: 1rem;
}

.category-items .category-item a {
  display: block;
}

.category-items .category-item .image {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

.category-items .category-item .category-name {
  font-size: 1.10933rem !important;
  color: #C71235;
  text-align: center;
}

.category-items .category-item:nth-child(even) {
  margin-left: auto;
}

.category-items .category-item:not(:nth-child(-n+2)) {
  margin-top: 4.47761%;
}

.search-category-items .item-category-area .inner {
  width: 100%;
}

.search-category-items .item-category-area .item-categories .slider-wrap {
  padding-left: 1rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.search-category-items .item-category-area .item-categories .slider-wrap::-webkit-scrollbar {
  display: none;
}

.search-category-items .item-category-area .item-categories .search-item-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -1rem;
}

.search-category-items .item-category-area .item-categories .search-item-lists > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-category-items .item-category-area .item-categories .search-item-lists > li .category-item {
  width: auto;
  width: 13.5rem;
  margin-left: 1rem;
  margin-top: 1rem;
}

.search-category-items .item-category-area .item-categories.max-5 .search-item-lists {
  width: 43.5rem;
}

.search-category-items .item-category-area .item-categories.max-6 .search-item-lists {
  width: 43.5rem;
}

.search-category-items .item-category-area .item-categories.max-7 .search-item-lists {
  width: 58rem;
}

.search-category-items .item-category-area .item-categories.max-8 .search-item-lists {
  width: 58rem;
}

.search-category-items .item-category-area .item-categories.max-9 .search-item-lists {
  width: 72.5rem;
}

.search-category-items .item-category-area .item-categories.max-10 .search-item-lists {
  width: 72.5rem;
}

.search-category-items .item-category-area .item-categories.max-11 .search-item-lists {
  width: 87rem;
}

.search-category-items .item-category-area .item-categories.max-12 .search-item-lists {
  width: 87rem;
}

.search-category-items .item-category-area .item-categories.max-13 .search-item-lists {
  width: 101.5rem;
}

.search-category-items .item-category-area .item-categories.max-14 .search-item-lists {
  width: 101.5rem;
}

.search-category-items .item-category-area .item-categories.max-15 .search-item-lists {
  width: 116rem;
}

.search-category-items .item-category-area .item-categories.max-16 .search-item-lists {
  width: 116rem;
}

.search-category-items .item-category-area .item-categories.max-17 .search-item-lists {
  width: 130.5rem;
}

.search-category-items .item-category-area .item-categories.max-18 .search-item-lists {
  width: 130.5rem;
}

.search-category-items .item-category-area .item-categories.max-19 .search-item-lists {
  width: 145rem;
}

.search-category-items .item-category-area .item-categories.max-20 .search-item-lists {
  width: 145rem;
}

.search-category-items .item-category-area .item-categories.max-21 .search-item-lists {
  width: 159.5rem;
}

.search-category-items .item-category-area .item-categories.max-22 .search-item-lists {
  width: 159.5rem;
}

.search-category-items .item-category-area .item-categories.max-23 .search-item-lists {
  width: 174rem;
}

.search-category-items .item-category-area .item-categories.max-24 .search-item-lists {
  width: 174rem;
}

.search-category-items .item-category-area .item-categories.max-25 .search-item-lists {
  width: 188.5rem;
}

.search-category-items .item-category-area .item-categories.max-26 .search-item-lists {
  width: 188.5rem;
}

.search-category-items .item-category-area .item-categories.max-27 .search-item-lists {
  width: 203rem;
}

.search-category-items .item-category-area .item-categories.max-28 .search-item-lists {
  width: 203rem;
}

.search-category-items .item-category-area .item-categories.max-29 .search-item-lists {
  width: 217.5rem;
}

.search-category-items .item-category-area .item-categories.max-30 .search-item-lists {
  width: 217.5rem;
}

.search-category-items .item-category-area .item-categories.max-31 .search-item-lists {
  width: 232rem;
}

.search-category-items .item-category-area .item-categories.max-32 .search-item-lists {
  width: 232rem;
}

.search-category-items .item-category-area .item-categories.max-33 .search-item-lists {
  width: 246.5rem;
}

.search-category-items .item-category-area .item-categories.max-34 .search-item-lists {
  width: 246.5rem;
}

.search-category-items .item-category-area .item-categories.max-35 .search-item-lists {
  width: 261rem;
}

.search-category-items .item-category-area .item-categories.max-36 .search-item-lists {
  width: 261rem;
}

.search-category-items .item-category-area .item-categories.max-37 .search-item-lists {
  width: 275.5rem;
}

.search-category-items .item-category-area .item-categories.max-38 .search-item-lists {
  width: 275.5rem;
}

.search-category-items .item-category-area .item-categories.max-39 .search-item-lists {
  width: 290rem;
}

.search-category-items .item-category-area .item-categories.max-40 .search-item-lists {
  width: 290rem;
}

.search-category-items .item-category-area .item-categories.max-41 .search-item-lists {
  width: 304.5rem;
}

.search-category-items .item-category-area .item-categories.max-42 .search-item-lists {
  width: 304.5rem;
}

.search-category-items .item-category-area .item-categories.max-43 .search-item-lists {
  width: 319rem;
}

.search-category-items .item-category-area .item-categories.max-44 .search-item-lists {
  width: 319rem;
}

.search-category-items .item-category-area .item-categories.max-45 .search-item-lists {
  width: 333.5rem;
}

.search-category-items .item-category-area .item-categories.max-46 .search-item-lists {
  width: 333.5rem;
}

.search-category-items .item-category-area .item-categories.max-47 .search-item-lists {
  width: 348rem;
}

.search-category-items .item-category-area .item-categories.max-48 .search-item-lists {
  width: 348rem;
}

.search-category-items .item-category-area .item-categories.max-49 .search-item-lists {
  width: 362.5rem;
}

.search-category-items .item-category-area .item-categories.max-50 .search-item-lists {
  width: 362.5rem;
}

.search-category-items .item-category-area .item-categories.max-51 .search-item-lists {
  width: 377rem;
}

/* フェード
-------------------- */
.fade-tgt,
.content-tgt {
  display: none;
  -webkit-animation: fadeOut .4s;
  animation: fadeOut .4s;
}

.fade-tgt.isActive,
.content-tgt.isActive {
  display: block;
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
}

/* header
-------------------- */
.header .header-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 1rem 0;
  background-color: white;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 1px 1px 8px 0px rgba(51, 51, 51, 0.15);
}

.header .header-top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-top .right {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .sitename {
  width: 38.80597%;
}

.header .logo {
  padding-top: 17.83439%;
  background-image: url(./images/logo_red.png);
}

.header .btn-menu {
  font-size: 2.21867rem !important;
  line-height: 1;
}

.header .btn-menu .fa-bars {
  display: block;
}

.header .btn-menu .fa.close, .header .btn-menu .layout.layout-column .blocks .block .text a.close, .layout.layout-column .blocks .block .text .header .btn-menu a.close, .header .btn-menu .layout.layout-note a.close, .layout.layout-note .header .btn-menu a.close, .header .btn-menu .layout.layout-accordion .accordion-contents a.close:not(.disable), .layout.layout-accordion .accordion-contents .header .btn-menu a.close:not(.disable), .header .btn-menu .nav.gnav .child-lists > li > a.close, .nav.gnav .header .btn-menu .child-lists > li > a.close, .header .btn-menu .nav.bnav .bnav-lists > li.close:not(:first-child), .nav.bnav .header .btn-menu .bnav-lists > li.close:not(:first-child), .header .btn-menu .slider .bx-controls .bx-controls-direction a.close, .slider .bx-controls .bx-controls-direction .header .btn-menu a.close, .header .btn-menu body.error404 .blocks .link-lists a.close, body.error404 .blocks .link-lists .header .btn-menu a.close {
  display: none;
}

.header .btn-menu .fa.close:before, .header .btn-menu .layout.layout-column .blocks .block .text a.close:before, .layout.layout-column .blocks .block .text .header .btn-menu a.close:before, .header .btn-menu .layout.layout-note a.close:before, .layout.layout-note .header .btn-menu a.close:before, .header .btn-menu .layout.layout-accordion .accordion-contents a.close:not(.disable):before, .layout.layout-accordion .accordion-contents .header .btn-menu a.close:not(.disable):before, .header .btn-menu .nav.gnav .child-lists > li > a.close:before, .nav.gnav .header .btn-menu .child-lists > li > a.close:before, .header .btn-menu .nav.bnav .bnav-lists > li.close:not(:first-child):before, .nav.bnav .header .btn-menu .bnav-lists > li.close:not(:first-child):before, .header .btn-menu .slider .bx-controls .bx-controls-direction a.close:before, .slider .bx-controls .bx-controls-direction .header .btn-menu a.close:before, .header .btn-menu body.error404 .blocks .link-lists a.close:before, body.error404 .blocks .link-lists .header .btn-menu a.close:before {
  content: "×";
  font-size: 3.41333rem !important;
  line-height: .1;
}

.header .btn-menu.isOpen .fa-bars {
  display: none;
  -webkit-animation: rotateFadeOut 0.6s;
  animation: rotateFadeOut 0.6s;
}

.header .btn-menu.isOpen .fa.close, .header .btn-menu.isOpen .layout.layout-column .blocks .block .text a.close, .layout.layout-column .blocks .block .text .header .btn-menu.isOpen a.close, .header .btn-menu.isOpen .layout.layout-note a.close, .layout.layout-note .header .btn-menu.isOpen a.close, .header .btn-menu.isOpen .layout.layout-accordion .accordion-contents a.close:not(.disable), .layout.layout-accordion .accordion-contents .header .btn-menu.isOpen a.close:not(.disable), .header .btn-menu.isOpen .nav.gnav .child-lists > li > a.close, .nav.gnav .header .btn-menu.isOpen .child-lists > li > a.close, .header .btn-menu.isOpen .nav.bnav .bnav-lists > li.close:not(:first-child), .nav.bnav .header .btn-menu.isOpen .bnav-lists > li.close:not(:first-child), .header .btn-menu.isOpen .slider .bx-controls .bx-controls-direction a.close, .slider .bx-controls .bx-controls-direction .header .btn-menu.isOpen a.close, .header .btn-menu.isOpen body.error404 .blocks .link-lists a.close, body.error404 .blocks .link-lists .header .btn-menu.isOpen a.close {
  display: block;
  -webkit-animation: rotateFadeIn 0.6s;
  animation: rotateFadeIn 0.6s;
}

.header .btn-menu.isClose .fa-bars {
  -webkit-animation: rotateFadeIn 0.6s;
  animation: rotateFadeIn 0.6s;
}

.header .btn-menu.isClose .fa.close, .header .btn-menu.isClose .layout.layout-column .blocks .block .text a.close, .layout.layout-column .blocks .block .text .header .btn-menu.isClose a.close, .header .btn-menu.isClose .layout.layout-note a.close, .layout.layout-note .header .btn-menu.isClose a.close, .header .btn-menu.isClose .layout.layout-accordion .accordion-contents a.close:not(.disable), .layout.layout-accordion .accordion-contents .header .btn-menu.isClose a.close:not(.disable), .header .btn-menu.isClose .nav.gnav .child-lists > li > a.close, .nav.gnav .header .btn-menu.isClose .child-lists > li > a.close, .header .btn-menu.isClose .nav.bnav .bnav-lists > li.close:not(:first-child), .nav.bnav .header .btn-menu.isClose .bnav-lists > li.close:not(:first-child), .header .btn-menu.isClose .slider .bx-controls .bx-controls-direction a.close, .slider .bx-controls .bx-controls-direction .header .btn-menu.isClose a.close, .header .btn-menu.isClose body.error404 .blocks .link-lists a.close, body.error404 .blocks .link-lists .header .btn-menu.isClose a.close {
  -webkit-animation: rotateFadeOut 0.6s;
  animation: rotateFadeOut 0.6s;
}

.header .header-btm {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  padding-bottom: 1rem;
  color: white;
  position: fixed;
  top: 4.2rem;
  left: 0;
  z-index: 95;
  width: 100%;
  max-height: 94.5%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(51, 51, 51, 0.85);
}

.header .header-btm::-webkit-scrollbar {
  display: none;
}

.header .header-btm.isOpen {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* footer
-------------------- */
.footer {
  padding: 1rem 0 8%;
  position: relative;
  background-color: #F8F8F8;
}

.footer .footer-top {
  padding-bottom: 2rem;
}

.footer .characters {
  width: 28.35821%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 5.33333%;
  bottom: 10rem;
}

.footer .characters > div {
  width: 44.21053%;
}

.footer .characters > div i {
  padding-top: 130.95238%;
  background-image: url(./images/footer_chara.png);
  background-size: 200%;
}

.footer .characters .petio i {
  background-position: left top;
}

.footer .characters .petiko {
  margin-left: 11.57895%;
}

.footer .characters .petiko i {
  background-position: 100% top;
}

.footer .footer-btm {
  background-color: #DDDDDD;
  padding: .5rem 0 1.5rem;
}

.footer .footer-logos {
  padding-top: 10%;
}

.footer .sitename {
  width: 26.86567%;
}

.footer .sitename .logo {
  padding-top: 26.11111%;
  background-image: url(./images/logo_gray.png);
}

.footer .sns {
  margin: 3rem 0 2rem;
}

.footer .sns .sns-lists li:not(:first-child) {
  margin-left: 1rem;
}

.footer .copyright {
  font-size: 1.024rem !important;
  text-align: center;
  color: #666666;
}

.footer .copyright span {
  font-size: 1.19467rem !important;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* ナビゲーション
-------------------- */
.nav > *[class*="-lists"]:not(.gnav-lists) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav.gnav .gnav-lists > li a {
  display: block;
}

.nav.gnav .gnav-lists > li > a {
  font-size: 1.19467rem !important;
  font-weight: bold;
  padding: 1.5rem 5.33333%;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.nav.gnav .gnav-lists > li > a i.sp {
  font-size: 3.41333rem !important;
  right: 5.33333%;
  height: 2.2rem;
  line-height: .5;
  font-weight: normal;
}

.nav.gnav .gnav-lists > li > a i.sp:before {
  content: "+";
}

.nav.gnav .gnav-lists > li > a i.sp.isOpen:before {
  content: "-";
}

.nav.gnav .gnav-lists > li > a.online-shop {
  display: none;
}

.nav.gnav .gnav-lists > li:not(:first-child) {
  border-top: 1px solid #666666;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"] {
  padding: 1.5rem 5.33333%;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box {
  position: relative;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box input {
  border-radius: 25px;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box .wrap-submit {
  width: 1.7rem;
  height: 1.7rem;
  top: -.5rem;
  right: 1.8rem;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-search .search-box .submit {
  padding-top: 100%;
  background-image: url(./images/icon_search.png);
  background-position: center;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-pages .page-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.5rem;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-pages .page-lists a {
  display: inline;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop {
  font-size: 1.36533rem !important;
  line-height: 1;
  padding: .8rem 2rem 1rem;
  display: block;
  position: relative;
  border-radius: 20px;
  background-color: #C71231;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop:before {
  content: "";
  padding-top: 6.4%;
  background-image: url(./images/_sp/icon_cart.png);
  position: relative;
  top: -2px;
  width: 8%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .fa, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-note a, .layout.layout-note .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a:not(.disable), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .child-lists > li > a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .bnav-lists > li:not(:first-child), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-online .online-shop a {
  font-size: 2.21867rem !important;
  right: 1rem;
  line-height: .5;
  height: 1.4rem;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns {
  border-top: none;
  padding-top: 1rem;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li .fa, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li .layout.layout-note a, .layout.layout-note .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li a:not(.disable), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists .child-lists > li > a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li .bnav-lists > li:not(:first-child), .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li a, .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li a {
  display: none;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li a {
  padding-top: 100%;
  background-image: url(./images/_sp/header_sns.png);
  background-size: 300%;
  color: inherit;
  background-color: transparent;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li:not(:first-child) {
  margin-left: 1rem;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li:not(:first-child):nth-child(2) a {
  background-position: 50% top;
}

.nav.gnav .gnav-lists > li[class*="fx-menu-"].fx-menu-sns .sns-lists li:not(:first-child):nth-child(3) a {
  width: 2.5rem;
  border-radius: 0;
  color: inherit;
  background-position: 100% top;
}

.nav.gnav .children {
  display: none;
}

.nav.gnav .children.isOpen {
  display: block;
}

.nav.gnav .child-lists > li {
  background-color: rgba(102, 102, 102, 0.8);
}

.nav.gnav .child-lists > li:not(:first-child) {
  margin-top: 1px;
}

.nav.gnav .child-lists > li > a {
  font-size: 1.10933rem !important;
  position: relative;
  line-height: 1.5;
  padding: 1rem 5.33333%;
  padding-left: 10.33333%;
}

.nav.gnav .child-lists > li > a:before {
  right: 5.33333%;
  height: 1rem;
}

.nav.fnav .fnav-lists {
  margin-left: -2rem;
}

.nav.fnav .fnav-lists > li {
  margin-top: 1rem;
  margin-left: 2rem;
}

.nav.fnav .fnav-lists > li > a {
  font-size: 1.10933rem !important;
  font-weight: bold;
}

.nav.fnav .child-lists {
  display: none;
}

.nav.pnav .pnav-lists {
  margin-left: -2rem;
}

.nav.pnav .pnav-lists > li {
  margin: 1rem 0 0 2rem;
}

.nav.pnav .pnav-lists > li a {
  font-size: 0.93867rem !important;
}

.nav.bnav {
  margin-top: 2%;
}

.nav.bnav .bnav-lists {
  display: block;
}

.nav.bnav .bnav-lists > li {
  display: inline;
}

.nav.bnav .bnav-lists > li a {
  font-size: 0.85333rem !important;
  letter-spacing: 0;
}

.nav.bnav .bnav-lists > li:not(:first-child) {
  margin-left: 0.7rem;
  display: inline;
}

.nav.bnav .bnav-lists > li:not(:first-child):before {
  color: #CCCCCC;
  margin-right: 0.5rem;
}

.nav.bnav .bnav-lists > li:last-child a {
  pointer-events: none;
}

.nav.snav {
  display: none;
}

/* スライダー共通
-------------------- */
.loader-simple {
  width: 3em;
  height: 3em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.7);
}

.slider {
  position: relative;
}

.slider .bx-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.slider .slider-wrap {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.slider .slider-wrap.isView {
  opacity: 1;
}

.slider .slider-wrap.isView + .loader-simple {
  -webkit-animation: none;
  animation: none;
}

.slider .bx-controls .bx-pager {
  margin: 1.5rem 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  z-index: 60;
}

.slider .bx-controls .bx-pager-item:not(:first-child) {
  margin-left: 0.7rem;
  margin-top: 0;
}

.slider .bx-controls .bx-pager-link {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #CCCCCC;
}

.slider .bx-controls .bx-pager-link:hover, .slider .bx-controls .bx-pager-link.active {
  background-color: #C71235;
}

.slider .bx-controls .bx-controls-direction a {
  width: 3rem;
  height: 3rem;
  color: white;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  line-height: 3rem;
  background-color: #333333;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.slider .bx-controls .bx-controls-direction a.bx-prev {
  padding-right: 0.2rem;
}

.slider .bx-controls .bx-controls-direction a.bx-next {
  padding-left: 0.2rem;
}

.slider .slider-lists > li a,
.slider .item-slider-lists > li a {
  display: block;
}

.slider .slider-lists > li img,
.slider .item-slider-lists > li img {
  display: block;
  margin: 0 auto;
}

.slider.sp-disable .slider-wrap {
  position: relative;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.slider.sp-disable .slider-wrap + .loader-simple {
  display: none;
  -webkit-animation: none;
  animation: none;
}

/* トップ
-------------------- */
body.home .content:not(.mainvisual):not(.recommend):not(.voice) {
  margin-top: 10%;
}

body.home .content.mainvisual {
  overflow: hidden;
}

body.home .content.mainvisual .mv-lists > li div[class*="-wrap"] {
  width: 100%;
  height: 0;
  padding-top: 98.66667%;
  display: block;
  position: relative;
  overflow: hidden;
}

body.home .content.mainvisual .mv-lists > li div[class*="-wrap"] > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

body.home .content.mainvisual .mv-lists > li.mv-image .image {
  background-size: cover;
  background-position: center;
}

body.home .content.mainvisual .mv-lists > li.mv-movie .video-wrap {
  background-size: cover;
  background-position: center;
}

body.home .content.mainvisual .mv-lists > li.mv-youtube .youtube-wrap {
  position: relative;
}

body.home .content.mainvisual .mv-lists > li.mv-youtube .youtube-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

body.home .content.mainvisual .mv-lists > li.mv-youtube .youtube-wrap > * {
  z-index: 0;
}

body.home .content.recommend .recommend-lists {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.home .content.recommend .recommend-lists > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.home .content.recommend .recommend-lists a {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1.1;
  letter-spacing: 0;
}

body.home .content.recommend .recommend-lists .image {
  padding-top: 112.5%;
  background-size: cover;
  background-position: center;
}

body.home .content.recommend .recommend-lists .blur-block {
  font-size: 0.85333rem !important;
  color: white;
  padding: .5rem .4rem;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}


body.home .content.pickup .pickup-lists .image {
  padding-top: 51.34328%;
  background-position: center;
  background-size: cover;
}

body.home .content.pickup .pickup-lists.noSlide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.home .content.pickup .pickup-lists.noSlide > li {
  margin: 0 auto;
}

body.home .toksyu-lists .image {
  padding-top: 51.34328%;
  background-position: center;
  background-size: cover;
}
body.home .toksyu-lists li {
  margin-bottom: 8%;
}
body.home .toksyu-lists li .title {
  font-size: 4vw;
  color: #481707;
  margin-top: 3%;
  text-align: center;
}

body.home .bg_wrap {
  margin: 15% auto;
  padding: 15% 0;
  background-color: #FAFBFB;
}

body.home .content.topics .section-title .en {
  font-size: 1.536rem !important;
}

body.home .content.topics .topics-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home .content.topics .topics-lists > li {
  width: 47.76119%;
}

body.home .content.topics .topics-lists > li:nth-child(even) {
  margin-left: auto;
}

body.home .content.topics .topics-lists > li:not(:nth-child(-n+2)) {
  margin-top: 4.47761%;
}

body.home .content.topics .topics-lists .image {
  padding-top: 62.5%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.home .content.topics .topics-lists .texts .article-info-box {
  margin: .5rem 0;
}

body.home .content.topics .topics-lists .texts .title {
  font-size: 1.024rem !important;
  line-height: 1.8;
}

body.home .content.useful .zuttone a {
  display: block;
  position: relative;
  padding-top: 59.70149%;
  background: url(./images/_sp/bg_zuttone.png) no-repeat center;
  background-size: contain;
  background-position: center;
}

body.home .content.useful .zuttone p {
  width: 89.55224%;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
}

body.home .content.useful .useful {
  margin-top: 10%;
}

body.home .content.useful .useful .useful-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home .content.useful .useful .useful-lists > li {
  width: 47.76119%;
}

body.home .content.useful .useful .useful-lists > li a {
  position: relative;
}

body.home .content.useful .useful .useful-lists > li .image {
  padding-top: 90%;
}

body.home .content.useful .useful .useful-lists > li .texts {
  width: 100%;
  height: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  letter-spacing: 0;
}

body.home .content.useful .useful .useful-lists > li .title {
  font-size: 1.19467rem !important;
  margin-bottom: 1rem;
  text-align: center;
}

body.home .content.useful .useful .useful-lists > li .summary {
  font-size: 1.024rem !important;
  line-height: 1.3;
}

body.home .content.useful .useful .useful-lists > li:nth-child(even) {
  margin-left: auto;
}

body.home .content.useful .useful .useful-lists > li:not(:nth-child(-n+2)) {
  margin-top: 4.47761%;
}

body.home .content.voice {
  margin-top: 10%;
}

body.home .content.voice .widgets {
  margin-bottom: 5%;
}

body.home .content.voice .widgets .jkcubeslideshow {
  margin-top: 0;
  width: 50%;
  padding-top: 50%;
}

body.home .content.voice .widgets .jkcubeslideshow#cubeshowsp0 {
  left: 0;
}

body.home .content.voice .widgets .jkcubeslideshow#cubeshowsp1 {
  right: 0;
}

/* 下層共通
-------------------- */
body:not(.home) .page-type-area {
  position: relative;
}

body:not(.home) .page-type-area .lower-mv {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

body:not(.home) .page-type-area.about .lower-mv {
  padding-top: 40%;
  background-image: url(./images/_sp/_pagetitle/about.png);
}

body:not(.home) .page-type-area.feature .lower-mv {
  padding-top: 40%;
  background-image: url(./images/_sp/_pagetitle/feature.png);
}

body:not(.home) .page-type-area.item .lower-mv {
  padding-top: 40%;
  background-image: url(./images/_sp/_pagetitle/item.png);
}

body:not(.home) .page-type-area.news .lower-mv {
  padding-top: 40%;
  background-image: url(./images/_sp/_pagetitle/news.png);
}

body:not(.home) .page-type-area.useful .lower-mv {
  padding-top: 40%;
  background-image: url(./images/_sp/_pagetitle/useful.png);
}

body:not(.home) .page-type-area.contact .lower-mv {
  padding-top: 40%;
  background-image: url(./images/_sp/_pagetitle/contact.png);
}

body:not(.home) .search-category-items {
  margin-bottom: 10%;
}

body:not(.home) .child-terms + .article-lists {
  margin-top: 10%;
}

body:not(.home) .like-select {
  width: 80%;
  margin: 0 auto;
}

body:not(.home) .children-box {
  display: none;
  width: 80%;
  margin: 1rem auto 0;
  position: relative;
  z-index: 10;
}

body:not(.home) .children-box ul {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background-color: white;
}

body:not(.home) .children-box ul a {
  display: block;
  padding: 1rem;
  text-align: center;
}

body:not(.home) .children-box.isActive {
  display: block;
}

body:not(.home) .regular-related-pages {
  margin: 10% 0;
}

/* single コンテンツ 共通
-------------------- */
.single-content {
  min-height: 300px;
}

/* 404
-------------------- */
body.error404 .message {
  margin-top: 5%;
}

body.error404 .message p {
  font-size: 1.10933rem !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

body.error404 .layouts {
  padding-left: 0;
  padding-right: 0;
}

body.error404 .layouts a {
  color: #C81432;
  text-decoration: underline;
}

body.error404 .blocks .link-lists a {
  position: relative;
  padding-left: 1rem;
}

body.error404 .blocks .link-lists a:before {
  position: absolute;
  top: 0;
  left: 0;
}

body.error404 .layout-note .inner {
  width: 100%;
}

/* 検索結果
-------------------- */
body.search .search-info > div {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 3%;
}

body.search .search-info > div:not(:first-child) {
  margin-top: 3%;
}

body.search .search-info .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.search .search-info .words > div:not(:first-child) {
  margin-left: 1rem;
}

body.search .search-info .sort-box .flex-lists, body.search .search-info .sort-box .tab-lists, body.search .search-info .sort-box .archive-lists {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.search .search-info .sort-box li:not(:first-child) {
  margin-left: 1rem;
}

body.search .search-info .sort-box li:not(:first-child):before {
  content: "|";
  margin-right: 1rem;
}

body.search .search-info .sort-box li a {
  color: #666666;
}

body.search .search-info .sort-box li a.active {
  color: #333333;
  font-weight: bold;
}

body.search .article-lists {
  margin-top: 10%;
}

body.search .article-lists li:not(:first-child) {
  margin-top: 5%;
}

body.search .article-lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.search .article-lists li a.cover .image {
  background-size: contain;
}

body.search .article-lists li .image {
  width: 29.85075%;
  padding-top: 29.85075%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body.search .article-lists li .texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}

body.search .article-lists li .title {
  font-size: 1.10933rem !important;
  font-weight: bold;
}

body.search .article-lists li .date {
  font-size: 1.10933rem !important;
  color: #666666;
  margin-top: 4%;
  line-height: 1;
  letter-spacing: 0;
}

body.search .article-lists li .description {
  font-size: 1.10933rem !important;
  margin-top: 2%;
}

body.search .notfound {
  margin-top: 5%;
}

body.search .notfound p {
  font-size: 1.19467rem !important;
  line-height: 1.8;
}

body.search .notfound b {
  color: #C81432;
}

/* お問い合わせフォーム
-------------------- */
.gray-box {
  background-color: #EEEEEE;
  padding: 1.5rem;
}

.editor form *, .layout form * {
  margin-top: 0;
  margin-bottom: 0;
}

.editor form input:not([type=radio]), .layout form input:not([type=radio]), .editor form textarea, .layout form textarea {
  width: 100%;
  margin: 0;
  padding: .6rem 1.2rem;
  border-radius: 5px;
  border-color: #DDDDDD;
}

.editor form .wpcf7-radio, .layout form .wpcf7-radio {
  margin-left: -2.5rem;
}

.editor form .wpcf7-radio > .wpcf7-list-item, .layout form .wpcf7-radio > .wpcf7-list-item {
  margin-left: 2.5rem !important;
  line-height: 2;
}

.editor form textarea, .layout form textarea {
  min-width: 100%;
  min-height: 200px;
}

.editor form select, .layout form select {
  border-radius: 30px;
  margin: 0;
}

.editor form p, .layout form p {
  margin: .6rem 0;
  line-height: 1.2;
}

.editor form table th, .layout form table th, .editor form table td, .layout form table td {
  vertical-align: top;
  display: block;
}

.editor form table th, .layout form table th {
  padding: 1.5rem .5rem 1rem;
  font-weight: normal;
}

.editor form table td, .layout form table td {
  padding-top: 0;
}

.editor form .wpcf7-not-valid-tip, .layout form .wpcf7-not-valid-tip {
  color: #C81432;
  margin-top: .5rem;
}

.editor form .parts, .layout form .parts {
  position: relative;
  height: 100%;
}

.editor form .parts .fa, .layout form .parts .fa, .editor form .parts .layout.layout-column .blocks .block .text a, .layout.layout-column form .parts .blocks .block .text a, .layout.layout-column .blocks .block .text form .parts a, .editor form .parts .layout.layout-note a, .layout.layout-note form .parts a, .editor form .parts .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion form .parts .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents form .parts a:not(.disable), .editor form .parts .nav.gnav .child-lists > li > a, .nav.gnav .editor form .parts .child-lists > li > a, .layout form .parts .nav.gnav .child-lists > li > a, .nav.gnav .layout form .parts .child-lists > li > a, .editor form .parts .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .editor form .parts .bnav-lists > li:not(:first-child), .layout form .parts .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .layout form .parts .bnav-lists > li:not(:first-child), .editor form .parts .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .editor form .parts a, .layout form .parts .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .layout form .parts a, .editor form .parts body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .editor form .parts a, .layout form .parts body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists .layout form .parts a {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.editor form label .parts, .layout form label .parts {
  margin-left: 1.5rem;
}

.editor form label.split-box, .layout form label.split-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.editor form label.split-box .conf-hide, .layout form label.split-box .conf-hide {
  padding-top: .5rem;
}

.editor form label.split-box .parts, .layout form label.split-box .parts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.editor form .split-box > div:not(.parts):not(:first-child), .layout form .split-box > div:not(.parts):not(:first-child) {
  margin-top: 5%;
}

.editor form .split-box .series, .layout form .split-box .series {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin-top: 0 !important;
}

.editor form .split-box .series *, .layout form .split-box .series * {
  margin: 0;
}

.editor form .split-box .series:not(:first-child), .layout form .split-box .series:not(:first-child) {
  margin-left: .5rem;
}

.editor form .split-box .series:not(:first-child) .parts, .layout form .split-box .series:not(:first-child) .parts {
  margin-left: .8rem;
}

.editor form .vertical-box > *:not(:first-child), .layout form .vertical-box > *:not(:first-child) {
  margin-top: 5%;
}

.editor form .gray-box, .layout form .gray-box {
  text-align: center;
}

.editor form .gray-box p:not(:first-child), .layout form .gray-box p:not(:first-child) {
  margin-top: 1rem;
}

.editor form .gray-box .wpcf7-not-valid-tip, .layout form .gray-box .wpcf7-not-valid-tip {
  display: block;
}

.editor form .submit-area .flex-lists, .layout form .submit-area .flex-lists, .editor form .submit-area .tab-lists, .layout form .submit-area .tab-lists, .editor form .submit-area .archive-lists, .layout form .submit-area .archive-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10% 0;
  position: relative;
  height: 100%;
}

.editor form .submit-area .flex-lists li, .layout form .submit-area .flex-lists li, .editor form .submit-area .tab-lists li, .layout form .submit-area .tab-lists li, .editor form .submit-area .archive-lists li, .layout form .submit-area .archive-lists li {
  max-width: 48%;
  margin-left: 0 !important;
  float: none;
}

.editor form .submit-area .flex-lists li:before, .layout form .submit-area .flex-lists li:before, .editor form .submit-area .tab-lists li:before, .layout form .submit-area .tab-lists li:before, .editor form .submit-area .archive-lists li:before, .layout form .submit-area .archive-lists li:before {
  content: none;
}

.editor form .submit-area .flex-lists .btn-submit, .layout form .submit-area .flex-lists .btn-submit, .editor form .submit-area .tab-lists .btn-submit, .layout form .submit-area .tab-lists .btn-submit, .editor form .submit-area .archive-lists .btn-submit, .layout form .submit-area .archive-lists .btn-submit {
  border-radius: 25px;
}

.editor form .submit-area .flex-lists .btn-submit.back, .layout form .submit-area .flex-lists .btn-submit.back, .editor form .submit-area .tab-lists .btn-submit.back, .layout form .submit-area .tab-lists .btn-submit.back, .editor form .submit-area .archive-lists .btn-submit.back, .layout form .submit-area .archive-lists .btn-submit.back {
  padding: 1rem 3rem;
  background-color: #CCCCCC;
  margin-right: 1rem;
  margin-left: -1rem;
}

.editor form .submit-area .flex-lists .btn-submit.submit, .layout form .submit-area .flex-lists .btn-submit.submit, .editor form .submit-area .tab-lists .btn-submit.submit, .layout form .submit-area .tab-lists .btn-submit.submit, .editor form .submit-area .archive-lists .btn-submit.submit, .layout form .submit-area .archive-lists .btn-submit.submit {
  padding: 1rem 3rem;
  margin-left: 1rem;
}

.editor form .submit-area .flex-lists .ajax-loader, .layout form .submit-area .flex-lists .ajax-loader, .editor form .submit-area .tab-lists .ajax-loader, .layout form .submit-area .tab-lists .ajax-loader, .editor form .submit-area .archive-lists .ajax-loader, .layout form .submit-area .archive-lists .ajax-loader {
  position: absolute;
  display: block;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.editor form .submit-area .btn-submit, .layout form .submit-area .btn-submit {
  height: auto;
  color: white;
  display: block;
  padding: 1rem 3rem;
  background-color: #C81432;
}

.editor form .submit-area .btn-submit:before, .layout form .submit-area .btn-submit:before {
  content: none;
}

.editor .wpcf7-not-valid-tip, .layout .wpcf7-not-valid-tip {
  display: none;
}

.editor .formErrorContent, .layout .formErrorContent {
  color: #C81432;
  margin-top: .5rem;
}

.editor .is_confirm .vertical-box .parts.md:nth-child(2), .layout .is_confirm .vertical-box .parts.md:nth-child(2) {
  display: none;
}

.editor .is_confirm .wpcf7-form-control-wrap.myfile, .layout .is_confirm .wpcf7-form-control-wrap.myfile {
  display: none;
}

.editor .is_confirm .conf-hide, .layout .is_confirm .conf-hide {
  display: none;
}

.editor .is_confirm input:not([type=radio]), .layout .is_confirm input:not([type=radio]), .editor .is_confirm textarea, .layout .is_confirm textarea {
  max-height: none;
  min-height: 0;
  height: auto;
  padding: 0;
}

.editor .is_confirm .parts, .layout .is_confirm .parts {
  width: auto !important;
}

.editor .is_confirm .split-box, .layout .is_confirm .split-box {
  display: block;
}

.editor .is_confirm .split-box *:not(.conf-hide), .layout .is_confirm .split-box *:not(.conf-hide) {
  display: inline-block;
  min-width: 0;
  width: auto;
}

.editor .is_confirm .split-box *:not(.conf-hide):not(:first-child), .layout .is_confirm .split-box *:not(.conf-hide):not(:first-child) {
  margin-left: 0;
}

.editor .is_confirm input[type=radio], .layout .is_confirm input[type=radio] {
  display: none !important;
}

.editor .is_confirm input[type=radio] + .wpcf7-list-item-label, .layout .is_confirm input[type=radio] + .wpcf7-list-item-label {
  display: none;
}

.editor .is_confirm .btn-org-file, .layout .is_confirm .btn-org-file {
  display: none !important;
}

.editor .is_confirm .btn-org-file + .filename, .layout .is_confirm .btn-org-file + .filename {
  margin-left: 0;
}

.editor .wpcf7-text:-webkit-autofill, .layout .wpcf7-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

.editor .wpcf7c-conf, .layout .wpcf7c-conf {
  background-color: white;
  border: none;
}

.editor #row-myfile, .layout #row-myfile {
  display: none;
}

.editor .select-file, .layout .select-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.editor .select-file input[type="file"], .layout .select-file input[type="file"] {
  display: none;
}

.editor .select-file .btn-org-file, .layout .select-file .btn-org-file {
  padding: .7rem 2rem;
  display: block;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  line-height: 1;
  background-color: transparent;
}

.editor .select-file .filename, .layout .select-file .filename {
  font-style: normal;
  margin-left: 1rem;
}

/* wovnのlang選択ボックス
-------------------- */
#wovn-languages {
  margin-right: 2rem;
  position: relative;
}

#wovn-languages .now-selected {
  font-size: 1.024rem !important;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#wovn-languages .now-selected .fa, #wovn-languages .now-selected .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text #wovn-languages .now-selected a, #wovn-languages .now-selected .layout.layout-note a, .layout.layout-note #wovn-languages .now-selected a, #wovn-languages .now-selected .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents #wovn-languages .now-selected a:not(.disable), #wovn-languages .now-selected .nav.gnav .child-lists > li > a, .nav.gnav #wovn-languages .now-selected .child-lists > li > a, #wovn-languages .now-selected .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav #wovn-languages .now-selected .bnav-lists > li:not(:first-child), #wovn-languages .now-selected .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction #wovn-languages .now-selected a, #wovn-languages .now-selected body.error404 .blocks .link-lists a, body.error404 .blocks .link-lists #wovn-languages .now-selected a {
  color: #333333;
  margin-left: 1rem;
}

#wovn-languages .select-box {
  display: none;
  position: absolute;
  left: -1rem;
  z-index: 20;
  width: 10rem;
  background-color: rgba(255, 255, 255, 0.9);
}

#wovn-languages .select-box label {
  display: block;
  padding: 1rem;
  line-height: 1;
}

#wovn-languages .select-box label input[type=radio] {
  display: none;
}

#wovn-languages .select-box label input[type=radio]:checked + .label {
  color: #C81432;
  font-weight: bold;
}

#wovn-languages .select-box label:first-child {
  padding-top: 1.5rem;
}

#wovn-languages .select-box label:not(:first-child) {
  padding-top: 0.5rem;
}

/* ヘッダー：オンラインショップアイコン */
.header .header-top .right .online-shop {
  display: block;
  position: relative;
  background-color: #C71231;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.header .header-top .right .online-shop:before {
  content: "";
  background-image: url(/wp-content/themes/petio/images/_sp/icon_cart.png);
  position: absolute;
  top: 4px;
  left: 3px;
  width: 16px;
  height: 14px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ニュース一覧のレイアウト変更
-------------------- */
body.post-type-archive-news .archive-news-lists {
  display: block;
}

body.post-type-archive-news .archive-news-lists li {
  width: 100%;
}

body.post-type-archive-news .archive-news-lists li:nth-child(even) {
  margin-left: 0;
}

body.post-type-archive-news .archive-news-lists li:not(:nth-child(-n+2)) {
  margin-top: 0;
}

body.post-type-archive-news .archive-news-lists li:not(:first-child) {
  margin-top: 5%;
}

body.post-type-archive-news .archive-news-lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.post-type-archive-news .archive-news-lists li .image {
  width: 38.80597%;
  padding-top: 24.47761%;
}

body.post-type-archive-news .archive-news-lists li .texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}

body.post-type-archive-news .archive-news-lists li .texts .article-info-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 2%;
}

body.post-type-archive-news .archive-news-lists li .texts .article-info-box .date {
  margin-bottom: 0;
}

body.post-type-archive-news .archive-news-lists li .texts .article-info-box .terms {
  margin-left: 1rem;
}

body.post-type-archive-news .archive-news-lists li .texts .title {
  line-height: 1.6;
}

/* 商品検索のレイアウト変更
-------------------- */
.search-category-items .item-category-area .inner {
  width: 89.33333%;
}

.search-category-items .item-category-area .item-categories .slider-wrap {
  padding-left: 0;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists {
  width: 100%;
  display: block;
  margin-top: 0;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists > li:not(:first-child) {
  margin-top: 4%;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists > li .category-item {
  margin: 0;
  width: 47.76119%;
  border-radius: 5px;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists > li .category-item:nth-child(even) {
  margin-left: auto;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists > li .category-item:not(:nth-child(-n+2)) {
  margin-top: 4%;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists > li .category-item a .parent-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists > li .category-item a .parent-item .image {
  width: 41.66667%;
  padding-top: 41.66667%;
  margin-bottom: 0;
}

.search-category-items .item-category-area .item-categories .slider-wrap .item-slider-lists > li .category-item a .parent-item .category-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: .5rem;
}

/* voice一覧
-------------------- */
body.page .single-content.voice .layout div, body.page .single-content.voice .layout p, body.page .single-content.voice .editor div, body.page .single-content.voice .layout div, body.page .single-content.voice .editor p, body.page .single-content.voice .layout p {
  margin: 0;
}

body.page .single-content.voice div.inner {
  margin: 0 auto;
}

body.page .single-content.voice div.sr-sh-load-more-wrapper {
  margin-top: 10%;
}

/* ニュース詳細
-------------------- */
body.single-news .editor a, body.single-news .layout a {
  text-decoration: underline;
}

/* 商品詳細
-------------------- */
body.single-item .lead {
  font-size: 1.10933rem !important;
  line-height: 2;
}

body.single-item .detail {
  margin-top: 5%;
}

body.single-item .detail .item-images .image {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
}

body.single-item .detail .item-images .image-view {
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

body.single-item .detail .item-images .image-view.slick-initialized {
  opacity: 1;
}

body.single-item .detail .item-images .image-view .image {
  width: 96%;
  margin: 0 auto;
}

body.single-item .detail .item-images .thumbnails {
  margin-top: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

body.single-item .detail .item-images .thumbnails .thumbnail-item {
  width: 26.66667%;
  margin-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.single-item .detail .texts {
  margin-top: 10%;
}

body.single-item .detail .texts .explanation {
  line-height: 2;
}

body.single-item .detail .texts .explanation .disc-title, body.single-item .detail .texts .explanation .itemexp h3, body.single-item .detail .texts .explanation .contents-left h3, body.single-item .detail .contents-left .texts .explanation h3 {
  margin-bottom: 3%;
  line-height: 1.5;
}

body.single-item .detail .texts .explanation .itemexp > div:not(:first-child):not(.dataWrap) {
  margin-top: 10%;
}

body.single-item .detail .texts .explanation .itemexp dl {
  font-size: 1.024rem !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  border-bottom: 1px solid #CCCCCC;
}

body.single-item .detail .texts .explanation .itemexp dl dt, body.single-item .detail .texts .explanation .itemexp dl dd {
  width: 50%;
  padding: 1em .5em;
}

body.single-item .detail .texts .explanation .itemexp dl dt {
  font-weight: bold;
}

body.single-item .detail .texts .explanation .itemexp dl:nth-child(odd) {
  background-color: #F8F8F8;
}

body.single-item .detail .texts .explanation .itemexp dl:first-child {
  border-top: 1px solid #CCCCCC;
}

body.single-item .detail .texts .explanation .itemexp table {
  font-size: 1.024rem !important;
}

body.single-item .detail .texts .explanation .itemexp table tr {
  border-top: 1px solid #CCCCCC;
}

body.single-item .detail .texts .explanation .itemexp table tr:nth-child(odd) {
  background-color: #F8F8F8;
}

body.single-item .detail .texts .explanation .itemexp table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

body.single-item .detail .texts .explanation .itemexp table th, body.single-item .detail .texts .explanation .itemexp table td {
  width: 50%;
  padding: 1em .5em;
}

body.single-item .detail .texts .explanation .itemexp table th {
  font-weight: bold;
  text-align: left;
}

body.single-item .detail .texts .explanation .itemexp .dataWrap {
  margin-top: 5%;
}

body.single-item .detail .texts .btn-wrap {
  margin-top: 10%;
}

body.single-item .detail .texts .btn-wrap a {
  font-size: 1.19467rem !important;
  display: block;
  text-align: center;
  padding: .5rem 1rem;
}

body.single-item .detail .texts .btn-wrap a:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin-right: 0;
  top: -1px;
}

body.single-item .layout-sns-button {
  margin-top: 15%;
}

/* トップレコメンド　レイアウト変更
-------------------- */
body.home .content.recommend .recommend-lists {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home .content.recommend .recommend-lists > li {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

body.home .content.recommend .recommend-lists > li .image {
  padding-top: 40%;
  position: relative;
  z-index: 0;
}

body.home .content.recommend .recommend-lists > li .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: 5;
}

body.home .content.recommend .recommend-lists > li .texts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}

body.home .content.recommend .recommend-lists > li .texts .en {
  font-size: 1.536rem !important;
  margin-bottom: 1rem;
}

body.home .content.recommend .recommend-lists > li .texts .ja {
  font-size: 4vw !important;
}

/* トップチューニング MV
-------------------- */
body.home .content.mainvisual .slider-wrap {
  opacity: 1;
}

body.home .content.mainvisual .loader-simple {
  top: 15rem;
  bottom: auto;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

body.home .content.mainvisual .slick-slider-lists {
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

body.home .content.mainvisual .slick-slider-lists .mv-item div[class*="-wrap"] {
  width: 100%;
  height: 0;
  padding-top: 118.667%;
  display: block;
  position: relative;
  overflow: hidden;
}

body.home .content.mainvisual .slick-slider-lists .mv-item div[class*="-wrap"] > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 58%;
  left: 0;
  -webkit-transform: translate3d(0, -53%, 0);
  transform: translate3d(0, -53%, 0);
}

body.home .content.mainvisual .slick-slider-lists .mv-item.mv-image .image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.home .content.mainvisual .slick-slider-lists .mv-item.mv-movie .video-wrap {
  background-size: cover;
  background-position: center;
}

body.home .content.mainvisual .slick-slider-lists .mv-item.mv-youtube .youtube-wrap {
  position: relative;
}

body.home .content.mainvisual .slick-slider-lists .mv-item.mv-youtube .youtube-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

body.home .content.mainvisual .slick-slider-lists .mv-item.mv-youtube .youtube-wrap > * {
  z-index: 0;
}

body.home .content.mainvisual .slick-slider-lists.slick-initialized {
  opacity: 1;
}

body.home .content.mainvisual .slick-slider-lists.slick-initialized + .loader-simple {
  opacity: 0;
  z-index: 0;
  -webkit-animation: none;
  animation: none;
}

/* item-searchエリア新レイアウト
-------------------- */
.search-category-items .item-category-area.isActive .form-search {
  display: block;
}

.search-category-items .item-category-area.isActive .plane-title {
  display: block;
}

.search-category-items .item-category-area .form-search {
  display: none;
  margin-bottom: 5%;
}

.search-category-items .item-category-area .form-search dl dt {
  font-size: 1.024rem !important;
  text-align: center;
  margin-bottom: 3%;
}

.search-category-items .item-category-area .form-search dl dd {
  position: relative;
}

.search-category-items .item-category-area .form-search .wrap-text .text {
  border-radius: 20px;
  padding-right: 3rem;
  border-color: #EEEEEE;
}

.search-category-items .item-category-area .form-search .wrap-submit {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 5%;
}

.search-category-items .item-category-area .form-search .wrap-submit .submit {
  padding: 0;
  padding-top: 100%;
  background-image: url(./images/icon_search.png);
  display: block;
}

.search-category-items .item-category-area .plane-title {
  display: none;
  margin-bottom: 3%;
}

.search-category-items .item-search-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-category-items .item-search-lists > li {
  width: 47.76119%;
}

.search-category-items .item-search-lists > li:not(:nth-child(2n+1)) {
  margin-left: 4.47761%;
}

.search-category-items .item-search-lists > li:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.search-category-items .item-search-lists > li .category-item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search-category-items .item-search-lists > li .category-item a {
  display: block;
  padding: 1rem;
}

.search-category-items .item-search-lists > li .category-item .parent-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-category-items .item-search-lists > li .category-item .parent-item .image {
  width: 37.5%;
  padding-top: 0;
  margin-bottom: 0;
}

.search-category-items .item-search-lists > li .category-item .parent-item .image .image-body {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.search-category-items .item-search-lists > li .category-item .parent-item .category-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: .5rem;
}

.search-category-items .item-search-lists > li.hasNoItem {
  width: 100%;
}

.search-category-items .loader-simple {
  -webkit-animation: none;
  animation: none;
  display: none;
}

/* 商品一覧（検索）
-------------------- */
body.post-type-archive-item .search-item-lists .category-item,
body.post-type-archive-item .item-search-lists .category-item {
  padding: 0;
}

body.post-type-archive-item .search-item-lists .radio,
body.post-type-archive-item .item-search-lists .radio {
  display: none;
}

body.post-type-archive-item .search-item-lists label,
body.post-type-archive-item .item-search-lists label {
  display: block;
  padding: .6rem;
  -webkit-transition: all .4s;
  transition: all .4s;
}

body.post-type-archive-item .search-item-lists .radio:checked + label,
body.post-type-archive-item .item-search-lists .radio:checked + label {
  position: relative;
  overflow: hidden;
}

body.post-type-archive-item .search-item-lists .radio:checked + label:before, body.post-type-archive-item .search-item-lists .radio:checked + label:after,
body.post-type-archive-item .item-search-lists .radio:checked + label:before,
body.post-type-archive-item .item-search-lists .radio:checked + label:after {
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .search-item-lists .radio:checked + label:before,
body.post-type-archive-item .item-search-lists .radio:checked + label:before {
  width: 15%;
  padding-top: 15%;
  background-image: url(./images/icon_check.png);
  z-index: 10;
}

body.post-type-archive-item .search-item-lists .radio:checked + label:after,
body.post-type-archive-item .item-search-lists .radio:checked + label:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.1);
}

body.post-type-archive-item .item-categories.isModal {
  display: block;
  height: 0;
  overflow: hidden;
}

body.post-type-archive-item .search-category-items.isModal {
  position: relative;
  z-index: 101;
}

body.post-type-archive-item .item-category-area.isModal {
  z-index: 10;
  padding: .6% 0;
}

body.post-type-archive-item .item-search-lists {
  z-index: 995;
}

body.post-type-archive-item .checkbox-area {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 94%;
  max-height: 94%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body.post-type-archive-item .checkbox-area.isView {
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
}

body.post-type-archive-item .checkbox-area::-webkit-scrollbar {
  display: none;
}

body.post-type-archive-item .checkbox-area > * {
  background-color: #FFF7F7;
}

body.post-type-archive-item .checkbox-area .top {
  padding: 1.5rem;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 10px 10px 0 0;
}

body.post-type-archive-item .checkbox-area .titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.post-type-archive-item .checkbox-area .titles > dt {
  font-size: 1.19467rem !important;
  font-weight: bold;
}

body.post-type-archive-item .checkbox-area .titles > dd {
  margin-left: auto;
}

body.post-type-archive-item .checkbox-area .titles > dd .btn-close {
  font-size: 1.024rem !important;
  display: block;
  background-color: transparent;
}

body.post-type-archive-item .checkbox-area .titles > dd .btn-close i:before {
  content: "×";
  font-size: 1.19467rem !important;
  margin-right: .5rem;
}

body.post-type-archive-item .checkbox-area .btm {
  padding-bottom: 1rem;
  border-radius: 0 0 10px 10px;
}

body.post-type-archive-item .checkbox-area .child-item {
  padding: 1.5rem;
}

body.post-type-archive-item .checkbox-area .child-item:not(:first-child) {
  border-top: 1px solid #DDDDDD;
}

body.post-type-archive-item .checkbox-area .child-item > dt {
  font-size: 1.19467rem !important;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li input[type="checkbox"] {
  display: none !important;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li input[type="checkbox"] + label {
  padding: 0;
  margin-left: .5rem;
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  letter-spacing: 0;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li input[type="checkbox"] + label:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #DDDDDD;
  border: 1px solid #DDDDDD;
  border-radius: 100%;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li input[type="checkbox"]:checked + label:before {
  background-color: black;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 75%;
  left: .5rem;
  display: block;
  width: .6rem;
  height: .2rem;
  margin-top: -.6rem;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li:not(:first-child) {
  margin-top: 1.5rem;
}

body.post-type-archive-item .item-search-overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

body.post-type-archive-item .item-search-overlay.isView {
  opacity: 1;
  pointer-events: auto;
  z-index: 0;
}

body.post-type-archive-item .article-list-box {
  position: relative;
}

body.post-type-archive-item .article-list-box .title-box {
  margin-bottom: 8%;
}

body.post-type-archive-item .article-list-box .title-box .wrap-btn {
  text-align: center;
  margin-top: 5%;
}

body.post-type-archive-item .article-list-box .title-box .wrap-btn .add-conditions {
  display: block;
  width: 80%;
  margin: 0 auto;
  color: #333333;
  padding: .6rem 2rem;
  background-color: #DDDDDD;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body.post-type-archive-item .article-list-box .title-box .wrap-btn .add-conditions:hover {
  background-color: #e7e7e7;
}

body.post-type-archive-item .article-list-box .title-box .wrap-btn .add-conditions i {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 100%;
  margin-right: .5rem;
  position: relative;
  top: -2px;
}

body.post-type-archive-item .article-list-box .title-box .wrap-btn .add-conditions i:before {
  content: "＋";
  font-size: 0.9rem;
  display: block;
  line-height: 1.3rem;
  letter-spacing: 0;
}

body.post-type-archive-item .article-list-box .title-box .wrap-btn .add-conditions:disabled {
  opacity: 0;
  position: absolute;
}

body.post-type-archive-item .article-list-box .underline-title {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 0;
}

body.post-type-archive-item .article-list-box .underline-title.isHide {
  opacity: 0;
}

body.post-type-archive-item .article-list-box .multiple-titles {
  margin-top: 5%;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .article-list-box .multiple-titles span {
  font-size: 1.024rem !important;
}

body.post-type-archive-item .article-list-box .multiple-titles span:not(:first-child) {
  margin-left: 0.5rem;
}

body.post-type-archive-item .article-list-box .multiple-titles span:not(:first-child):before {
  content: "|";
  margin-right: 0.5rem;
}

body.post-type-archive-item .article-list-box .multiple-titles.isHide {
  opacity: 0;
  margin-top: 0;
}

body.post-type-archive-item .article-lists > li {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .article-lists > li.isHide {
  opacity: 0;
}

body.post-type-archive-item .article-lists > li.isEmpty, body.post-type-archive-item .article-lists > li.notfound {
  width: 100%;
}

body.post-type-archive-item .article-lists + .loader-simple {
  opacity: 0;
  pointer-events: none;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .article-lists + .loader-simple.isView {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

body.post-type-archive-item .pagination {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .pagination.isHide {
  opacity: 0;
}

.post-type-archive-about .thumbnail-lists .image {
  padding-top: 41.66667%;
}

/* 商品詳細 コンテンツ追加
-------------------- */
.iframe-wrap,
.item-youtube-wrap,
.item-video-wrap {
  position: relative;
}

.iframe-wrap > *,
.item-youtube-wrap > *,
.item-video-wrap > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.iframe-wrap.iframe-wrap,
.item-youtube-wrap.iframe-wrap,
.item-video-wrap.iframe-wrap {
  padding-top: 71.64179%;
}

.iframe-wrap.item-youtube-wrap,
.item-youtube-wrap.item-youtube-wrap,
.item-video-wrap.item-youtube-wrap {
  padding-top: 56.1194%;
}

.iframe-wrap.item-video-wrap,
.item-youtube-wrap.item-video-wrap,
.item-video-wrap.item-video-wrap {
  padding-top: 56.1194%;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.icon:before {
  content: "";
  display: block;
}

.icon.icon-pdf {
  width: 7%;
  position: relative;
  top: -1px;
}

.icon.icon-pdf:before {
  padding-top: 113.04348%;
  background-image: url(./images/icon_pdf.png);
}

.icon.icon-360 {
  width: 10%;
  position: relative;
  top: -1px;
}

.icon.icon-360:before {
  padding-top: 63.5%;
  background-image: url(./images/icon_360.png);
}

body.single-item .detail .contents-left > *:not(:first-child) {
  margin-top: 15%;
}

body.single-item .detail .contents-left .img-360 a {
  color: white;
  background-color: #C81432;
}

body.single-item .detail .contents-right > *:not(:first-child) {
  margin-top: 10%;
}

body.single-item .detail .contents-right .btn-wrap a {
  font-size: 1.19467rem !important;
  display: block;
  text-align: center;
  padding: .5rem 1rem;
}

body.single-item .detail .contents-right .btn-wrap a:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin-right: 0;
  top: -1px;
}

body.single-item .detail .contents-right .instructions a {
  padding: .5rem;
  border-radius: 30px;
}


body.home .useful{
  margin-bottom: 20%;
}
body.home .recommend {
  margin-bottom: 7%;
}
body.home .pickup .section-title-box {
  margin-bottom: 9%;
}
body.home .pickup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home .pickup li {
  position: relative;
  margin-bottom: 6%;
  width: 48%;
  text-align: center;
}
body.home .pickup li .thumb_icon {
  position: absolute;
  top: -8%;
  left: -5%;
  z-index: 1;
  width: 20%;
}
body.home .pickup li .title {
  font-size: 3.5vw;
  color: #481707;
  margin-top: 3%;
  font-weight: bold;
  margin: 5% auto 7%;
}
body.home .pickup li .lead {
  font-size: 3.5vw;
}
body.home .content.pickup .pickup-lists .image {
  padding-top: 100%;
  background-position: center;
  background-size: cover;  
}

body.home .content.item {
  background: url(/wp-content/themes/petio/images/top_item/item_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 8% 4% 9%;
  margin-bottom: 20%;
}
body.home .content.item h2.section-title {
  text-align: left;
  padding-left: 5%;
  background: url(/wp-content/themes/petio/images/top_item/search_icon.png) 2% 50% no-repeat;
  margin-bottom: 3%;
  background-size: 4vw;
}
body.home .content.item .item_box ul {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: wrap;
  justify-content: space-between;
}
body.home .content.item .item_box ul li {
  width: 24%;
  text-align: center;
}
body.home .content.item .item_box ul a {
  color: #000;
  font-size: 4vw;
  font-weight: bold;
  border: 4px solid #d7d5d6;
  box-sizing: border-box;
  padding: 30% 0;
  display: block;
  background-color: #fff;
  width: 100%;
}

body.home .content.topics  {
  margin-top: 0!important;
}
body.home .content.topics .topics-lists {
  flex-flow: column;
}
body.home .content.topics .topics-lists li {
  width: 100%;
  margin-bottom: 10%;
}
body.home .content.topics .topics-lists li .date {
  font-size: 4vw;
  font-weight: bold;
  color: #ae0522;
}
body.home .content.topics .topics-lists .texts .title {
  font-size: 4vw!important;
}
body.home .content.useful .useful {
  width: 100%;
}
body.home .content.useful .useful .useful-lists > li {
  width: 49.5%;
}
body.home .content.useful .useful .useful-lists > li .useful_ttl .redBg {
  font-size: 5vw;
  background-color: #c51a37;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
  padding: 1% 3.5%;
  margin-right: 2%;
}
body.home .content.useful .useful .useful-lists > li p {
  font-size: 3.5vw;
  width: 80%;
  margin: 2% auto 4%;
  white-space: nowrap;
}
body.home .content.useful .useful .useful-lists > li p.useful_ttl {
  font-size: 4vw;
  margin: 11% auto 9%;
  color: #481707;
 font-weight: bold;
}
body.home .content.useful .useful .useful-lists > li a {
  padding-left: 5%;
  font-size: 3vw;
  color:#c51a37;
  background: url(./images/top_item/useful_arrow.gif) 4% 40% no-repeat;
  text-decoration: underline;
}
/* body.home .content.useful .useful .useful-lists > li:last-of-type {
  width: 100%;
} 
body.home .content.useful .useful .useful-lists > li:last-of-type .image {
  padding-top: 80%;
} 
body.home .content.useful .useful .useful-lists > li:last-of-type p.useful_ttl {
  margin:7% auto 6%;
  text-align: center;
} 
body.home .content.useful .useful .useful-lists > li:last-of-type p {
  margin-bottom: 3%;
}
body.home .content.useful .useful .useful-lists > li:last-of-type a {
  padding-left: 5%;
  font-size: 3vw;
  color: #c51a37;
  background: url(./images/top_item/useful_arrow.gif) 9% 40% no-repeat;
  text-decoration: underline;
  width: 100%;
  margin: 0 auto;
} */
body.home .content.useful .useful .btn {
  margin: 5% auto 10%;
}


body.home .content .friends {
  text-align: center;
}
body.home .content .friends p.txt {
  color: #481707;
  font-size: 4vw;
  margin: 6% auto;
}
body.home .content .friends .btn-style-01 {
  font-size: 4vw !important;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 80%;
  border: 1px solid #c81432;
  background-color: white;
  position: relative;
  color: #c81432;
  margin: 0 auto;
  padding: 6% 0;
}
body.home .content.voice {
  padding: 7% 0 0%;
  margin: 6% auto;
  background: url(./images/bg_voice.jpg) repeat center bottom;
}
body.home .content.voice .gallery_wrap {
  background-color: #fff;
  margin: 10% auto 0;
  padding: 5% 3%;
  box-sizing: border-box;
  width: 95%;
}
body.home .content.voice .gallery_wrap h2.section-title {
  margin: 3% auto 5%;
}
body.home .content.voice .gallery_wrap h2.section-title .en {
  font-size: 5vw!important;
}

body.home .news-lists .title a {
  padding-left: 5%;
  font-size: 3vw;
  color: #c51a37;
  background: url(./images/top_item/useful_arrow.gif) 0% 40% no-repeat;
  text-decoration: underline;
  width: 100%;
  margin: 0 auto;
  display: block;
}
body.home .news .btn {
  margin: 10% auto 15%;
}

.border-lists.dashed li {
  border: none;  
}
body.home .brand_sec {
  width: 89.33333%;
  margin: 7% auto 22%;
}
body.home .brand_sec li{
  margin-bottom: 5%;
}
body.home .pc_display{
  display: none;
}

body .news {
  background-color: #fff !important;
width: 100%!important;
padding: 10% 0 1%;
}
body .news .inner {
  width: 90%;
  margin: 0 auto;
}

body.home .news_banner {
  margin: 0 auto 10%;
  width: 95%;
} 


/*　
  お役立ち情報改修　
  2020 04
*/
.main_v.useful {
  border: none;
}
.main_v.useful.dog {
    background: url("../../../wp-content/themes/petio/images/useful/petlife/main_title_dog.jpg") center center  no-repeat;
}
.main_v.useful.cat {
    background: url("../../../wp-content/themes/petio/images/useful/petlife/main_title_cat.jpg") center center no-repeat;
}
.single-useful .layout-editor > .inner:first-of-type {
  padding: 0;
}
.main_v.useful .main_txt {
  width: 80%;
  margin: 4rem auto;
}
.main_v.useful .main_txt p {
  background: #c71233;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;;
  text-align: center;
  margin: 0 0 1.2rem;
}
.main_v.useful .main_txt dt, .main_v.useful .main_txt dd {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;;
  text-align: center;
  margin: 0 0 .5rem;
}
.main_v.useful .main_txt dd {
  font-size: 2rem;
}
.layout div.tokusyuLink {
  margin: 0;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.main_v {
  border: solid #c7c1c2;
  border-width: 1px 0;
  padding: 10px 0;
  box-sizing: border-box;
}
.main_v .inner {
  width: 100%;
  margin: 0 auto;
}
.main_v .inner .pc_display {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: column;
}
.main_v .inner .main-txt {
  flex: 0.7 0 auto;
  background-color: #E9D64C;
  box-sizing: border-box;
  padding: 3%;
  margin: 0%;
}
.main_v .inner .main-txt p {
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #c71233;
  box-sizing: border-box;
  padding: 2% 0;
  margin-top: 6%;
}
.main_v .inner .main-txt dt {
  font-size: 4.5vw;
  position: relative;
  margin: 0% auto;
  text-align: center;
  color: #000;
}
.main_v .inner .main-txt dt::after {
  position: absolute;
  bottom: -100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: '';
  width: 253px;
  height: 18px;
  background: url(../../../wp-content/uploads/2020/01/main_ttl_under.png);

}
.main_v .inner .main-txt dd {
  font-size: 7vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 8%;
  color: #000;
  margin-bottom: 5%;
}
.main_v .inner .main-txt dd b {
  font-size: 9vw;
}
.main_v .inner + p,
.main_v .inner .main-img + p{
  line-height: 0;
  margin: 0;
}
.main_v .inner .main-img {
  margin: 0;
}
.label-area {
  position: relative;
  margin: 3% auto!important;
  width:100%;
}
body:not(.home) .page-type-area.useful {
  display: none;
}
.label-area .inner {
  width:100%;
}
.breadcrumbs  + .label-area .label {
  display: none;
 }
.label-area h1 {
  width: 7em;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.5%;
  border-bottom: 3px solid #000;
}
.btn_red {
  position: static;
  color: #c81234;
  display: block;
  font-weight: bold;
  border: 3px solid;
  width: 47%;
  box-sizing: border-box;
  text-align: center;
  padding: 1% 0;
  font-size: 4vw;
  background: url(../../../wp-content/uploads/2020/01/arrow.gif) 95% 50% no-repeat #fff;
  margin: 7% 2% 7% auto;
}

.anchor-nav {
  width: 95%;
    margin: 0 auto!important;
}
.anchor-nav .inner {
  background-color: #f9f6df;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-flow: column;
  padding: 5%;
}
.anchor-nav li {
  position: relative;
  padding-right: 2%;
  margin-right: 1.5%!important;
  margin-left: 0!important;
      margin-bottom: 2%!important;
}
.anchor-nav li:last-of-type {
      margin-bottom: 0%!important;
}
.anchor-nav li:last-of-type::after {
  content: '';
}
.anchor-nav a {
  font-size: 4.5vw;
  color: #000;
  text-decoration: underline;
}

.sec {
  margin: 2% auto;
}
.sec .inner {
  background-color: #f6f5f5;
  width: 100%;
  box-sizing: border-box;
  padding: 5% 6% 8%;
}
.sec .inner .colum{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
}

.sec .inner h3 {
  font-size: 6.5vw!important;
  font-weight: bold;
  position: relative;
  color: #c71233;
}

.sec .inner p {
  font-size: 4vw;
  line-height: 1.7;
  margin: 3% 0;
  color: #000;
}
.sec .bad-case {
  background-color: #fff;
  box-sizing: border-box;
  padding: 4% 6%;
  position: relative;
  margin-top: 3%;
}
.sec .bad-case h4{
  font-size: 4.5vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5%;
  box-sizing: border-box;
  padding: 2%;
}
.sec .bad-case li {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 5%;
}
.sec .bad-case i {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  top: 5px;
}
#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08,#sec09,#sec10 {
  padding-top: 50px;
  margin-top: -30px;
}
.pc_display{
  display: none;
}
.sp_display{
  display: block;
}
/* sec01 */
#sec01 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -5.9vw;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background-color: #c71233;
}
#sec01 .inner h4 {
  background: url(../../../wp-content/uploads/2020/01/content01_ttl_bg.gif) 0 0 repeat;
}
#sec01 .bad-case {
  border: 4px solid #fcc9d2;
}
#sec01 .bad-case img {
  position: absolute;
  right: -9%;
  bottom: -12%;
  width: 23%;
}
#sec01 .inner .colum p:last-of-type{
  text-align: right;
  flex: 1;
}

/* sec02 */
#sec02 .inner {
    position: relative;
    background-color: #f4f3ef;
}
#sec02 .inner .colum {
    position: static;
}
#sec02 .inner .colum .txt-area{
  padding: 0%;
  margin: 0;
}
#sec02 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -5.9vw;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background-color: #c71233;
}
#sec02 .inner h4 {
  background: url(../../../wp-content/uploads/2020/01/content02_ttl_bg.gif) 0 0 repeat;
}
#sec02 .bad-case {
  border: 4px solid #c5c89b;
  margin-top: 3%;
  padding: 4% 6%;
}
#sec02 .bad-case img {
  position: absolute;
  right: -9%;
  bottom: -12%;
}

/*20210317 追記*/
.layout div.tokusyuLink a span {
  font-size: 3.5vw;
  margin-top: 0.5em;
  display: block;
  color: #000;
  font-weight: normal;
}

.layout div.tokusyuLink_flex img,
.layout div.tokusyuLink_single img{
  position: static !important;
  width: 100%;
}

.layout div.tokusyuLink_flex {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.layout div.tokusyuLink_flex a {
  width: 48%;
  margin-right: 0rem;
}
.layout div.tokusyuLink_flex a:nth-of-type(n+3) {
  margin-top: 1em;
}
.layout div.tokusyuLink_single{
  width: 66%;
  margin: 3vw auto 0;
}
.layout div.tokusyuLink_nomargin{
  margin-top: 0;
}
/*20210317 追記*/

#sec02 .bad-case .txt-area {
  padding: 8%;
  overflow-x: hidden;
}
#sec02 .bad-case dt {
  color: #38520f;
  font-weight: bold;
  font-size: 5vw;
  margin-bottom: 2%;
}
#sec02 .bad-case dd {
  font-weight: normal;
  line-height: 1.7;
  color: #000;
}

/* sec03 */
#sec03 .inner {
  background-color: #ecf3f4;
  padding-bottom: 5%;
}
#sec03 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -5.9vw;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background-color: #c71233;
}
#sec03 .inner .colum {
  flex-flow: column;
}
#sec03 .inner .colum p{
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}
#sec03 .inner .colum p:last-of-type{
  width:100%;
  text-align: center;
}
#sec03 .inner .colum img{
  margin-top: -5%;
  margin-left: auto; 
     margin-top: 2%;
  width: 80%;
}
#sec03 .bad-case {
  border: 4px solid #bfd1e0;
  padding: 4% 6%;
}
#sec03 .inner h4 {
  background: url(../../../wp-content/uploads/2020/01/content03_ttl_bg.gif) 0 0 repeat;
}
#sec03 .bad-case dt {
  color: #1569b0;
  font-weight: bold;
  font-size: 4.5vw;
  margin-bottom: 1%;
}
#sec03 .bad-case dd {
  font-weight: normal;
  line-height: 1.7;
  color: #000;
}
#sec03 .bad-case dd ul {
  margin-top: 3%;
}
#sec03 .bad-case dd li {
  margin-bottom: 0;
  
}
#sec03 .bad-case dd li:first-of-type dt {
  margin-top: 2%;
}
#sec03 .bad-case dd li dt {
  font-size: 4.5vw;
  margin-bottom: 0;
  margin-top: 1%;
}

/* sec04 */
#sec04 .inner {
  position: relative;
  background-color: #f4f3ef;
  padding-bottom: 5%;
}
#sec04 .inner .colum {
  position: static;
}
#sec04 .inner .colum .txt-area{
padding: 0;
margin: 0;
}
#sec04 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -5.9vw;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background-color: #c71233;
}
#sec04 .inner h4 {
background: url(../../../wp-content/uploads/2020/01/content01_ttl_bg.gif) 0 0 repeat;
}
#sec04 .bad-case {
border: 4px solid #fcc9d2;
margin-top: 3%;
padding: 4% 6%;
}
#sec04 .bad-case .txt-area {
padding: 8%;
overflow-x: hidden;
}
#sec04 .bad-case dt {
font-weight: bold;
font-size: 5vw;
margin-bottom: 2%;
color: #c71233;
}
#sec04 .bad-case dd {
font-weight: normal;
line-height: 1.7;
color: #000;
}
#sec04 .bad-case li img {
  width: 100%;
  }
  #sec04 .bad-case h4 + ul li {
    display: flex;
  }
#sec04 .bad-case dd.link-box ul:first-of-type {
  padding-top: 2%;
  box-sizing: border-box;
  margin: 3% auto 6%;
}
#sec04 .bad-case dd.link-box ul:first-of-type li {
  margin-bottom: 1%;
  color: #c71233;
  font-weight: normal;
}
#sec04 .bad-case dd.link-box ul:first-of-type li a {
  text-decoration: underline;
  position: relative;
  padding-left: 1.5rem;
  font-weight: normal;
}
#sec04 .bad-case dd.link-box ul:first-of-type li a::after {
  position: absolute;
  top: 10%;
  left: 0;
  content: "▶";
  font-size: 14px;
}
/*#sec04 .bad-case dd.link-box ul:last-of-type {
  display: flex;
  justify-content: space-between;
  flex: 1 0 auto;
  margin: 0 auto;
}*/
#sec04 .bad-case dd.link-box .single {
  flex-flow: column;
}
#sec04 .bad-case .point {
  box-sizing: border-box;
  border: 2px solid #f2efee;
  background: url(../../../wp-content/uploads/2020/01/point_bg.gif) 0 0 repeat;
  padding: 3% 5%;
  position: relative;
  margin-top: 25%;
}
#sec04 .bad-case .point dt {
  text-align: center;
  background: url(../../../wp-content/uploads/2020/01/border_left.png) 1% top no-repeat,
  url(../../../wp-content/uploads/2020/01/border_right.png) 99% bottom no-repeat;
  margin-bottom: 5%;
  box-sizing: border-box;
  padding: 10% 0;
  background-size: 7vw;
}
#sec04 .bad-case .point dd {
  font-size: 4vw;
  line-height: 1.7;
  color: #000;
}
#sec04 .bad-case .point img {
  position: absolute;
  right: 4%;
  top: -4%;
  width: 65%;
}
.btn-area .btn_red{
 margin-right: 0;
 margin-left: auto;
 position: static;
padding: 2%;
}
.single-useful .layout-editor > .inner:first-of-type {
  width: 100%;
  padding: 0;
}
 /* child_page */
 .child_page .btn_red {
  position: static;
  top: 0;
  color: #c81234;
  display: block;
  font-weight: bold;
  border: 3px solid;
  width: 47%;
  box-sizing: border-box;
  text-align: center;
  padding: 1%;
  font-size: 4vw;
  background: url(../../../wp-content/uploads/2020/01/arrow02.gif) 5% 50% no-repeat #fff;
  margin: 7% auto 7% 2%;
}
 .child_page .inner .colum .txt-area {
   margin: 0 auto!important;
 }
 .child_page dl {
   margin: 0 auto!important;
 }
 .child_page .anchor-nav {
   margin-bottom: 3%;
 }
 .child_page .anchor-nav ul {
   justify-content: center;
   flex-wrap: wrap;
 }
 .cat .anchor-nav .inner,
.cat .child_page .anchor-nav .inner{
  background-color: #f9eef0;
}
 .child_page .anchor-nav ul li {
   margin-bottom: 1.5%;
 }
 .child_page .anchor-nav ul li a {
  font-size: 4.5vw;
  color: #000;
  text-decoration: underline;
 }
 .child_page .btn_red {
   right: auto;
   left: 20px;
 }
 .child_page .label-area h1 {
   width: 8em;
 }
 .child_page .label-area p {
   text-align: left;
   font-weight: bold;
   color: #000;
   margin: 7% auto 5%;
 }
 .child_page .label-area p:last-of-type {
  font-size: 4vw;
  line-height: 1.7;
  width: 80%;
  margin-bottom: 7%;
 }
 
 .child_page #sec01 .inner {
   padding-bottom: 3%;
 }
 .child_page #sec01 .inner .colum p:last-of-type {
   text-align: center;
   flex: 1 0 auto;
   width: 100%;
 }
 .child_page #sec01 .bad-case img {
   position: absolute;
   right: auto;
   top: 3%;
   left: -2%;
 }
 .child_page .flow .bad-case {
   margin-top: 69%;
 }
 .child_page .flow .bad-case dt span{
   display: inline-block;
   background-color: #c9eb50;
   color: #26390a;
   font-weight: bold;
   border-radius: 7px;
   box-sizing: border-box;
   padding: 0.7% 3%;
   font-size: 4vw;
   margin-right: 2%;
 }
 .child_page #sec02 .bad-case {
padding: 4%;
 }
 .child_page .flow .bad-case h4 + ul li {
   margin-bottom: 0;
   padding-bottom: 6%;
   box-sizing: border-box;
   overflow: hidden;
   background: url(../../../wp-content/uploads/2020/01/02/dotted.gif) 4% 0 repeat-y;
 }
 .child_page .flow .bad-case h4 + ul li:last-of-type {
   background: none;
 }
 .child_page .flow .bad-case dd {
  font-weight: normal;
  line-height: 1.7;
  color: #000;
  padding-left: 2.2em;
 }
 
 .child_page .link-area dt {
   color: #c71233!important;
   font-size: 16px!important;
   font-weight: normal!important;
   margin-bottom: 1%!important;
 }
 .child_page .link-area dd {
   padding-left: 0!important;
 }
 .child_page .link-area dd ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-flow: column;
  margin:0 auto 7%!important;
 }
 .child_page .link-area dd ul li {
   color: #c71233;
 }
 .child_page .link-area dd ul li:first-of-type {
   margin-right: 5%;
 }
 .child_page .link-area dd ul li a {
   position: relative;
   padding-left: 1em;
   text-decoration: underline;
   font-weight: normal;
 }
 .child_page .link-area dd ul li a::after {
   position: absolute;
   top: 10%;
   left: 0;
   content: "▶";
   font-size: 14px;
 }
 .cat .child_page #sec03 .link-area dd ul li a::after {
  top: -10%;
 }
.cat .child_page #sec05 .link-area dd ul li a::after {
  top: 14%;
 }
 .cat .child_page #sec07 .link-area dd ul li a::after {
  top: 10%;
 }
 .child_page #sec01 .inner h3::before,.child_page #sec03 .inner h3::before,.child_page #sec05 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -5.9vw;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background-color: #c71233;
 }
 .child_page #sec02 .bad-case dt{
  font-size: 4vw;
 }
 .child_page #sec03 .inner h3::before {
  top: 51%;
 }
 .child_page #sec03 .inner {
  background: url(../../../wp-content/uploads/2020/01/02/content03_img.png) right top no-repeat #ecf3f4;
  background-size: 29vw;
 }
 .child_page #sec03 .inner .colum {
  display: block;
 }
 .child_page #sec03 .inner .colum img {
   margin: 0 auto;
 }
 .child_page #sec03 .inner .colum p:last-of-type{
  width: 75%;
  text-align: left;
 }
 .child_page #sec03 .inner .two-colum {
   display: flex;
   align-items: flex-start;
 }
 .child_page #sec03 .inner .two-colum p:first-of-type{
   flex: 0.8;
 }
 .child_page #sec03 .bad-case li:last-of-type{
   margin-bottom: 0;
 }
 .child_page #sec03 .bad-case li:last-of-type dd{
   display: flex;
   flex-flow: column;
 }
 .child_page #sec03 .bad-case li:last-of-type dd p{
   flex: auto;
 }
 .child_page #sec03 .bad-case li:last-of-type dd p:first-of-type{
  width: 100%;
  margin-right: auto;
 }
 .child_page #sec03 .bad-case li:last-of-type dd p:last-of-type img{
  width: 45%;
 }
 
 
 .child_page #sec04 .inner .colum .note{
  position: static;
  bottom: 0;
  font-size: 3vw;
  padding: 0;
  width: 100%;
  margin: 3% auto;
 }
 .child_page #sec04 .inner .bad-case {
   position: relative;
   bottom: 0;
 }
 .child_page #sec04 .inner .bad-case .img{
  position: absolute;
  top: -4%;
  right: -14%;
  width: 28%;
 }
 
 .child_page #sec05 .inner {
   position: relative;
 }
 .child_page #sec05 .inner .colum{
   position: static;
   top: 0;
   right: 0;
 }
 .child_page #sec05 .inner .colum p{
  flex: 1 0 auto;
  margin: 0 auto;
 }
 .child_page #sec05 .inner .colum .txt-area {
  padding: 0;
  margin-bottom: 6%!important;
 }
 .child_page #sec05 .inner h3::before{
  top: 23%;
  left: -7.9vw;
 }
 .child_page #sec05 .inner h4 {
   background: url(../../../wp-content/uploads/2020/01/content02_ttl_bg.gif) 0 0 repeat;
 }
 .child_page #sec05 .bad-case {
   border: 4px solid #c5c89b;
   padding: 4% 6%;
   margin: 6% auto 0;
 }
 .child_page #sec05 .bad-case li {
   display: flex;
   flex-flow: wrap;
   align-items: flex-start;
   border-bottom: 1px solid #c5c89b;
   box-sizing: border-box;
   padding-bottom: 4%;
 }
 .child_page #sec05 .bad-case li:last-of-type {
  border-bottom: 0;
 }
 .child_page #sec05 .bad-case li p {
   margin: 0;
   width: 31%;
   margin-right: 2%;
 }
 .child_page #sec05 .bad-case li dl {
   width: 61%;
 }
 .child_page #sec05 .bad-case li dl dt{
   margin-bottom: 2%;
   font-size: 4.5vw;
   color: #466713;
 }
 .child_page #sec05 .bad-case li dl dd {
   font-size: 3.5vw;
 }
 .child_page #sec05 .bad-case .normal li{
   border-bottom: 0;
   padding-bottom: 0;
 }
 .child_page #sec05 .bad-case .normal li dl{
   width: 100%;
 }
 .child_page #sec05 .bad-case .normal li dl dt{
   margin-bottom: 1%;
 }
 .child_page #sec05 .bad-case .normal .link li{
   margin-bottom: 0;
 }
 .child_page .bad-case .link-area{
   margin-top: 2%!important;
 }
 
 .child_page #sec06 .inner{
   background-color: #ecf3f4;
   position: relative;
   padding-bottom: 4%;
 }
 .child_page #sec06 .inner .colum {
   position: static;
   top: 0;
   left: 0;
 }
 .child_page #sec06 .inner .colum .txt-area {
   padding: 0;
 }
 .child_page #sec06 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -7.9vw;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background-color: #c71233;
 }
 .child_page #sec06 .inner h4 {
   background: url(../../../wp-content/uploads/2020/01/content03_ttl_bg.gif) 0 0 repeat;
 }
 .child_page #sec06 .bad-case {
 margin: 6% auto 3%;
 border: 4px solid #bfd1e0;
 padding: 7% 6%;
 }
 .child_page #sec06 .bad-case li {
   display: flex;
   flex-flow: wrap;
   align-items: flex-start;
   border-bottom: 1px solid #bfd1e0;
   box-sizing: border-box;
   padding-bottom: 7%
 }
 .child_page #sec06 .bad-case li:last-of-type {
   border-bottom: 0;
   margin-bottom: 5%;
   padding-bottom: 0;
 }
 .child_page #sec06 .bad-case li p {
   margin: 0;
   width: 100%;
   text-align: center;
 }
 .child_page #sec06 .bad-case li dl {
   width: 100%;
   margin-top: 2%!important;
 }
 .child_page #sec06 .bad-case li dl dl {
   margin: 2% auto 0 0!important;
 }
 .child_page #sec06 .bad-case li dl dl .link {
  margin: 0;
  margin-bottom: 0!important;
 }
 .child_page #sec06 .bad-case li dt {
   color: #1569b0;
   margin-bottom: 1%;
   font-size: 4.5vw;
 }
 .child_page #sec06 .bad-case li dd {
  font-size: 4vw;
  font-weight: normal;
 }
 .child_page #sec06 .bad-case .normal li{
   border-bottom: 0;
   padding-bottom: 0;
 }
 .child_page #sec06 .bad-case .normal li dl{
   width: 100%;
 }
 .child_page #sec06 .bad-case .normal li dl dt{
   margin-bottom: 1%;
 }
 .child_page #sec06 .bad-case .normal .link li{
   margin-bottom: 0;
 }
 .child_page #sec06 .bad-case .normal .link-area{
   margin-top: 2%;
 }
 
 
 .child_page #sec07 .inner {
   position: relative;
   padding-bottom: 4%;
 }
 .child_page #sec07 .inner h4 {
   background: url(../../../wp-content/uploads/2020/01/content01_ttl_bg.gif) 0 0 repeat;
 }
 .child_page #sec07 .bad-case {
   margin-top: 6%;
 }
 .child_page #sec07 .bad-case dt {
   font-weight: bold;
   font-size: 20px;
   margin-bottom: 2%;
   color: #c71233;
 }
 .child_page #sec07 .bad-case .point {
   box-sizing: border-box;
   border: 2px solid #f2efee;
   background: url(../../../wp-content/uploads/2020/01/point_bg.gif) 0 0 repeat;
   padding: 8% 8% 6%;
   position: relative;
   margin-top: 19%;
 }
 .child_page #sec07 .bad-case .point dt {
   text-align: center;
   background: url(../../../wp-content/uploads/2020/01/border_left.png) 1% top no-repeat,
   url(../../../wp-content/uploads/2020/01/border_right.png) 99% bottom no-repeat;
   margin-bottom: 5%;
   box-sizing: border-box;
   padding: 10% 0;
   background-size: 7vw;
   font-size: 4.5vw;
 }
 .child_page #sec07 .bad-case .point dd {
  font-size: 4vw;
  line-height: 1.7;
   color: #000;
 }
 .child_page #sec07 .bad-case .point img {
   position: absolute;
   right: 4%;
   top: -3.5%;
 }
 .child_page #sec07 .bad-case dt {
   font-weight: bold;
   font-size: 5vw;
   margin-bottom: 2%;
   color: #c71233;
   }
   .child_page #sec07 .bad-case dd {
   font-weight: normal;
   line-height: 1.8;
   color: #000;
   }
   .child_page #sec07 .inner h3::before {
    position: absolute;
    content: '';
    top: 23%;
    bottom: 0;
    left: -7.9vw;
    height: 1px;
    width: 20px;
    margin: 0 auto;
    background-color: #c71233;
 }
 .child_page #sec07 .inner .colum {
   position: static;
   top: 0;
   right: 0;
 }
 .child_page #sec07 .inner .colum p {
  flex: 1 0 auto;
  margin: 0 auto;
}
 .child_page #sec07 .inner .colum .txt-area {
   padding: 0%;
   margin-bottom: 6%!important;
 }
 
 
   .child_page #sec08 .inner {
     background-color: #f4f3ef;
     position: relative;
 }
   .child_page #sec08 .inner .colum {
     position: static;
     top: 0;
     left: 0;
 }
 .child_page #sec08 .inner .colum .txt-area {
   padding: 0%;
   margin-bottom:6%;
 }
 .child_page #sec08 .inner h3::before {
  position: absolute;
  content: '';
  top: 25%;
  bottom: 0;
  left: -7.9vw;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background-color: #c71233;
 }
 .child_page #sec08 .bad-case {
   border: 4px solid #c5c89b;
   padding: 7% 9%;
   margin:6% auto 0%;
 }
 .child_page #sec08 .inner h4 {
   background: url(../../../wp-content/uploads/2020/01/content02_ttl_bg.gif) 0 0 repeat;
 }
 .child_page #sec08 .bad-case li dl dt {
   margin-bottom: 1%;
   font-size: 5vw;
   color: #466713;
 }
 
 .child_page #sec08 .bad-case li dl dd {
  font-weight: normal;
  line-height: 1.8;
  color: #000;
 }
 
 .child_page #sec09 .inner {
   background-color: #ecf3f4;
 }
 .child_page #sec09 .inner .colum img {
   width: 100%;
   margin-left: auto;
   margin-top: 7%;
 }
 .child_page #sec09 .inner .colum p {
  flex: 1 0 auto;
  margin: 0 auto;
}
 .child_page #sec09 .inner h4 {
   background: url(../../../wp-content/uploads/2020/01/content03_ttl_bg.gif) 0 0 repeat;
 }
 .child_page #sec09 .bad-case {
   margin-top: 25px;
   border: 4px solid #bfd1e0;
 }
 .child_page #sec09 .bad-case dt span {
   display: inline-block;
   background-color: #88c6fa;
   color: #26390a;
   font-weight: bold;
   border-radius: 7px;
   box-sizing: border-box;
   padding: 0.7% 3%;
   font-size: 4vw;
   margin-right: 2%;
 }
 .child_page #sec09 .bad-case dt {
   color: #1569b0;
   font-weight: bold;
   font-size: 4.4vw;
   margin-bottom: 2%;
 }
 .child_page #sec09 h5 {
  text-align: center;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  box-sizing: border-box;
  padding: 2%;
  background-color: #88c6fa;
  border-radius: 5px;
 }
 .child_page #sec09 h5 + p {
   margin-top: 2%;
 }
 .child_page #sec09 .inner h3::before {
   position: absolute;
   content: '';
   top: 24%;
   bottom: 0;
   left: -7.9vw;
   height: 1px;
   width: 20px;
   margin: 0 auto;
   background-color: #c71233;
 }
 .child_page #sec09 + .btn-area a {
  position: static;
  top: 0;
  color: #c81234;
  display: block;
  font-weight: bold;
  border: 3px solid;
  width: 57%;
  box-sizing: border-box;
  text-align: center;
  padding: 2.3% 2%;
  font-size: 4vw;
  background: url(../../../wp-content/uploads/2020/01/arrow02.gif) 5% 50% no-repeat #fff;
  margin: 7% auto 7% 2%;
 }
 
 .child_page .bad-case .point {
  box-sizing: border-box;
  border: 2px solid #f2efee;
  background: url(../../../wp-content/uploads/2020/01/point_bg.gif) 0 0 repeat;
  padding: 3% 5%;
  position: relative;
  margin-top: 25%;
}
.child_page .bad-case .point dt {
  text-align: center;
  background: url(../../../wp-content/uploads/2020/01/border_left.png) 1% top no-repeat,
  url(../../../wp-content/uploads/2020/01/border_right.png) 99% bottom no-repeat;
  margin-bottom: 5%;
  box-sizing: border-box;
  padding: 10% 0;
  background-size: 7vw;
}
.child_page .bad-case .point dd {
  font-size: 4vw;
  line-height: 1.7;
  color: #000;
}
.child_page .bad-case .point img {
  position: absolute;
  right: 4%;
  top: -4%;
  width: 65%;
}
.cat #sec04 .bad-case li {
  display: flex;
  flex-flow: column;
  align-items: center;
  border-bottom: 1px solid #fcc9d2;
  box-sizing: border-box;
  padding-bottom: 4%;
}
.cat #sec01 .bad-case img {
  right: -5%;
    bottom: -8%;
    width: 28%
}
.cat #sec04 .bad-case li:last-of-type {
  border-bottom: 0;
}
.cat #sec04 .bad-case li p {
margin: 0;
margin-bottom: 3vw;
}
.cat #sec04 .bad-case li img {
margin: 0;
}
.cat #sec04 .bad-case li dl {
  width: 100%;
  margin-top: 0%!important;
  margin-bottom: 0;
}
.cat #sec04 .bad-case .link-area dt {
  font-size: 4.5vw;
  margin-top: 4%;
  font-weight: normal;
}
.cat #sec04 .link-area {
  margin-bottom: 0!important;
}
.cat #sec04 .link-area dd ul li a {
  position: relative;
  padding-left: 1em;
  text-decoration: underline;
  font-weight: normal;
  font-size: 4vw;
}
.cat #sec04 .link-area dd ul li {
  color: #c71233;
  font-size: 4vw;
}
.cat #sec04 .link-area .link{
  margin-top: 2%;
}
.cat #sec04 .link-area .link li{
  align-items: flex-start;
  border-bottom: 0;
  margin-bottom: 0;
    padding-bottom: 0;
}
.cat #sec04 li:nth-of-type(4n){
  padding: 7% 0 11%;
}
.cat #sec04 li:nth-of-type(4n) dt{
  margin-top: 8%;
}
.cat #sec04 .link-area dd ul li a::after {
  position: absolute;
  top: 10%;
  left: 0;
  content: "▶";
  font-size: 14px;
}
.cat #sec04 .bad-case .threeColum .link{

  margin-bottom: 0;
}
.cat #sec04 .bad-case .threeColum dl + p{
  margin:7% auto 8% 0;
  width: 45%;
}
.cat .child_page #sec01 .inner h3::before {
  top: 24%;
}
.cat .child_page #sec01 .bad-case img {
  right: auto;
    left: 0%;
    bottom: auto;
    width: 13%;
    top: -3%;
}
.cat .child_page #sec01 .bad-case dt {
  font-weight: bold;
  font-size: 4.7vw;
  margin-bottom: 2%;
  color: #c71233;
}
.cat .child_page #sec01 .bad-case dd {
  font-weight: normal;
}

.cat .child_page #sec02 .bad-case .box{
  margin-top: 5%;
  background-color: #f3f9dc;
  border: 2px dotted  #5d6c42;
}
.cat .child_page #sec02 .bad-case h4 + ul li{
  margin-bottom: 0%;
  background: url(../../../wp-content/uploads/2020/01/02/dotted.gif) 5% 0 repeat-y;
}
.cat .child_page #sec02 .bad-case h4 + ul li:last-of-type{
  background: none;
}
.cat .child_page #sec02 .bad-case h4 + ul li:last-of-type dd:last-of-type{
  width: 50%;
  margin-top: 5%;
}
.cat .child_page #sec02 .bad-case .box ul li:first-of-type{
  margin-bottom: 4%;
}
.cat .child_page #sec02 .bad-case .box img{
  position: static;
  margin: 0 auto;
}
.cat .child_page #sec02 .bad-case img{
  position: static;
  margin: 0 auto;
}
.cat .child_page #sec02 .tokusyuLink a:nth-of-type(2) img{
  margin-top:1em;
}
.cat .child_page #sec02 .bad-case .box dt{
  margin-bottom: 1%;
}
.cat .child_page #sec02 .bad-case .box figure{
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 5%;
  flex-flow: column;
}
.cat .child_page #sec02 .bad-case .box figcaption dd{
  padding-left: 0;
}

.cat .child_page #sec03 .bad-case h4 + ul li p{
 text-align: center;
}
.cat .child_page #sec04 .bad-case dt small{
  font-size: 3.5vw;
}
.cat .child_page #sec05 .normal .img{
  width: 35%;
  margin: 5% auto;
}
.cat .child_page #sec07 .inner h3::before {
  top: 46%;
}
.cat .child_page #sec07 .bad-case li{
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #fcc9d2;
  box-sizing: border-box;
  padding-bottom: 7%;
}
.cat .child_page #sec07 .bad-case li:last-of-type{
  border-bottom: 0;
}
.cat .child_page #sec07 .bad-case li dl{
  width: 100%;
}
.cat .child_page #sec07 .bad-case .link{
  margin-bottom: 0!important;
}
.cat .child_page #sec07 .bad-case .link li{
  border-bottom: 0;
  padding-bottom: 0;
}
.cat .child_page #sec07 .bad-case li p{
  margin: 3% auto;
}
.cat .child_page #sec08 .bad-case dl {
  display: flex;
  align-items: flex-start;
}
.cat .child_page #sec08 .bad-case dt {
  display: inline-block;
  background-color: #c9eb50;
  color: #26390a;
  font-weight: bold;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 0.7% 3%;
  font-size: 4vw;
  margin-right: 2%;
  margin-top: 2%;
}
.cat .child_page #sec08 .bad-case dd {
  font-size: 4.5vw;
  color: #466713;
  font-weight: bold;
}
.cat .child_page #sec08 .bad-case li .note {
  font-size: 3.5vw;
  color: #000;
  margin-top: 5%;
}
.cat .child_page #sec08 .bad-case li:last-of-type {
  margin-bottom: 0;
}

.cat .child_page #sec09 .inner h3::before {
  top: 43%;
}
.child_page #sec09 .bad-case h4 + ul li {
  background: none;
}
.child_page #sec09 .bad-case h4 + ul li dd {
 padding-left: 0;
}

.cat .child_page #sec10 .inner {
  background-color: #ecf3f4;
  position: relative;
} 
.cat .child_page #sec10 .inner .colum {
  position: static;
    top: 0;
    left: 0;
}
.cat .child_page #sec10 .inner .colum .txt-area {
  padding: 0%;
}
.child_page #sec10 .inner h3::before {
  position: absolute;
  content: '';
  top: 24%;
  bottom: 0;
  left: -7.9vw;
  height: 1px;
  width: 84px;
  margin: 0 auto;
  background-color: #c71233;
}
.cat .child_page #sec10 .bad-case {
  margin-top: 6%;
  border: 4px solid #fcc9d2;
  padding: 6% 8% 2%;
}
.child_page #sec10 .inner h3::before {
  position: absolute;
  content: '';
  top: 25%;
  bottom: 0;
  left: -90px;
  height: 1px;
  width: 75px;
  margin: 0 auto;
  background-color: #c71233;
}
.cat .child_page #sec10 .bad-case .marubatsu h5{
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  padding-left: 2em;
  text-align: center;
  padding-right: 1em;
  margin: 0;
}
.cat .child_page #sec10 .bad-case .marubatsu li dt{
  margin-bottom: 4%;
}
.cat .child_page #sec10 .bad-case .mesu li:first-of-type dt{
  box-sizing: border-box;
  padding: 2% 0;
  background: url(../../../wp-content/uploads/2020/01/cat/02/maru.png) 5% 50% no-repeat #c71233;
  background-size: 6%;
}
.cat .child_page #sec10 .bad-case .mesu li:last-of-type dt{
  box-sizing: border-box;
  padding: 2% 0;
  background: url(../../../wp-content/uploads/2020/01/cat/02/batsu.png) 5% 50% no-repeat #c71233;
  background-size: 6%;
}
.cat .child_page #sec10 .bad-case .osu li:first-of-type dt{
  box-sizing: border-box;
  padding: 2% 0;
  background: url(../../../wp-content/uploads/2020/01/cat/02/maru.png) 5% 50% no-repeat #1569b0;
  background-size: 6%;
}
.cat .child_page #sec10 .bad-case .osu li:last-of-type dt{
  box-sizing: border-box;
  padding: 2% 0;
  background: url(../../../wp-content/uploads/2020/01/cat/02/batsu.png) 5% 50% no-repeat #1569b0;
  background-size: 6%;
}
.cat .child_page #sec10 .bad-case .mesu,
.cat .child_page #sec10 .bad-case .osu
{
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  margin-bottom: 0;
}
.cat .child_page #sec10 .bad-case .mesu li,
.cat .child_page #sec10 .bad-case .osu li
{
  width: 100%;
}
.cat .child_page #sec10 .bad-case .child
{
  width: 90%;
  margin: 7% auto 10%;
}
.cat .child_page #sec10 .bad-case .child li
{
  margin-bottom: 3%!important;
  width: 100%;
}
.cat .child_page #sec02 .bad-case dt {
  position: relative;
  padding-left: 12%;
}
.cat .child_page #sec02 .bad-case dt span{
  display: inline-block;
  background-color: #c9eb50;
  color: #26390a;
  font-weight: bold;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 0.7% 3%;
  font-size: 4vw;
  margin-right: 2%;
  position: absolute;
  left: 1%;
}
#recommend_information h4{
  border-top:2px solid #c81432;
  text-align:center;
  margin-top: 3em;
  margin-bottom:1em;
}
#recommend_information h4 span{
  display:inline-block;
  background-color:#FFF;
  font-size:4vw;
  color:#c81432;
  padding:0 1em;
  position:relative;
  top:-0.75em;
}
#recommend_information ul li{
  text-align:center;
  font-size:3.8vw;
  margin-bottom:2em;
}
#recommend_information ul li:last-child{
  margin-bottom:4em;
}
#recommend_information ul li a{
  text-decoration:underline;
}
#recommend_information ul li img{
  margin-bottom:1em;
}

/* お役立ち情報タイトル */
.single-useful .layout-editor .page_ttl {
  font-size: 2.13333rem !important;
  font-weight: bold;
  text-align: center;
  margin: 4% auto 2%;
}

/* youtube */
.sns +.bg_wrap {
  margin-bottom: 0!important;
  margin-top: 10%!important;
  padding-top: 10%!important;
}
.youtube {
  margin-top: 0!important;
  margin-bottom: 0;
}
.youtube .section-title {
  margin-bottom: 5%;
}
.youtube p {
  color: #ae0522;
  font-weight: bold;
  font-size: 4vw!important;
}
.youtube ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.youtube ul li {
  margin-bottom: 10%;
}
.youtube ul li:last-of-type{
  margin-bottom: 0%;
}
.youtube ul li iframe {
  height: 190px;
}
.youtube ul li p {
  margin-top: 10px;
}
body.home .youtube .btn {
  margin: 10% auto 0%;
}
/* youtube */



/*---------

特集　犬　02

-----------*/

#pickUp.dog02 .main {
  background: url("../../../wp-content/themes/petio/images/new_tokusyu/dog_tokusyu02/main_img_sp.jpg") no-repeat right/100% #9edae9;
  padding: 0;
  width: 100%;
  max-height: 340px;
  margin: 0;
}
#pickUp.dog02 .main .inner {
  margin: 0 auto;
  padding: 1rem 0;
}
#pickUp.dog02 .main .inner .mainTtlWrap {
  position: relative;
  width: 18rem;
  margin: 0;
  padding: 0;
}
#pickUp.dog02 .main .inner .mainTtlWrap .mainTxtWrap {
  position: absolute;
  top: .3rem;
  left: 0;
  right: 0;
  margin: auto;
}
#pickUp.dog02 .main .inner .mainTtlWrap .mainTxtWrap p {
  text-align: center;
  font-size: .8rem;
  color: #4f4e4e;
  line-height: 1.5;
}
#pickUp.dog02 .main .inner .mainTtlWrap .mainTxtWrap p span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin: -.3rem 0 .3rem;
}
#pickUp.dog02 .nayami {
  margin: 4rem 0 0;
}
#pickUp.dog02 .nayami dt img {
    left: -2rem;
    top: -3rem;
}
#pickUp.dog02 .nayami dt {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    background-color: #7f6464;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 4.4% 1% 4% 14%;
}
#pickUp.dog02 .nayami dt span {
  font-size: 2rem;
}
#pickUp.dog02 .nayami dd {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  padding: .2rem 4%;
}
#pickUp.dog02 .contentInner .twoColumn dd {
  padding: 4% 0 0 2%;
}
#pickUp.dog02 .contentInner .fourShit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pickUp.dog02 .contentInner .fourShit div {
  width: 100%;
  background: #ebf6f9;
  margin: .5rem 0 0;
  display: flex;
  align-items: center;
  padding: 1rem;
}
#pickUp.dog02 .contentInner .fourShit div span:first-child {
  color: #fff;
  background: #7c5a35;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.8rem;
}
#pickUp.dog02 .contentInner .fourShit div span:last-child {
  width: 74%;
  font-size: 1rem;
  margin-left: 1rem;
  line-height: 1.7;
}
#pickUp.dog02 .contentInner .twoColumn {
  padding: 0 2%;
}
#pickUp.dog02 .contentInner .sec.sec01 {
  padding: 6% 4%;
}
#pickUp.dog02 .contentInner .sec.sec01 .sec01Last {
  padding: .5rem 2%;
}
#pickUp.dog02 .contentInner .sec.sec01 .sec01Last dd {
  line-height: 1.7;
  font-size: 3.5vw;
}
#pickUp.dog02 .sec01::after {
  content: none;
}

#pickUp.dog02 .contentInner .recommend h3 {
  color: #c81432;
  font-size: 2rem !important;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 0 33px;
}
#pickUp.dog02 .contentInner .recommend h3:before {
  content: '';
  width: 16%;
  height: 2px;
  background: #c81432;
  position: absolute;
  top: 49%;
  left: 0;
}
#pickUp.dog02 .contentInner .recommend h3:after {
  content: '';
  width: 16%;
  height: 2px;
  background: #c81432;
  position: absolute;
  top: 49%;
  right: 0;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap {
  display: block;
  padding: 0 0 30px;
}
#pickUp.dog02 .contentInner .itm03 .recommend .oyatsuWrap {
  padding: 0;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20vh;
  position: relative;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg {
  width: 48%;
  margin: 0;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg img {
  width: 100%;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg p {
  font-size: .9rem;
  font-weight: bold;
  padding: .3rem 0 0;
  text-align: center;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg p span {
  color: #fff;
  padding: .2rem .4rem;
  border-radius: 4px;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg p span.raku {
  background: #c81432;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg p span.kh {
  background: #1793ce;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt {
  width: 48%;
  margin: 0;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt h4 {
  font-size: 1.2rem;
  color: #481707;
  text-decoration: underline;
  border: none;
  text-align: left;
  padding: 0;
  margin: 0 0 1.5rem;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt .btn {
  width: 50%;
  font-size: 1rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4.6rem;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt.last01 .btn {
  bottom: -3.6rem;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt.last02 .btn {
  bottom: -5.8rem;
}
/*#pickUp.dog02 .contentInner .recommend h3.yawa:before,
#pickUp.dog02 .contentInner .recommend h3.yawa:after {
  width: 2%;
}*/
#pickUp.dog02 .contentInner .recommend span.kamu {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  margin: -16px 0 33px;
  line-height: 1.8;
}

body.post-type-archive-feature .thumbnail-lists .texts dt {
  margin: 1rem 0 2.2rem;
}
body.post-type-archive-feature .thumbnail-lists .texts dd {
  display: none;
}

body.search.search-results, body.search.search-no-results {
  padding-top: 16vh;
}
@media screen and (min-width:1px) and (max-width: 620px) {
  body.search.search-results, body.search.search-no-results {
    padding-top: 12vh;
  }
}
@media screen and (min-width:1px) and (max-width: 480px) {
  body.search.search-results, body.search.search-no-results {
    padding-top: 10vh;
  }
}
@media screen and (min-width:1px) and (max-width: 320px) {
  body.search.search-results, body.search.search-no-results {
    padding-top: 12vh;
  }
}


/*不具合調整　20210318*/
.txt_about_eat_75{
  width:75% !important;   
}
.txt_about_eat_100{
  width:100% !important;
  margin-top:0 !important;
}

/*230925 pagetop*/
html {
 scroll-behavior: smooth;
}
#page_top.footer {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #c71532;
  border-radius: 50%;
  padding: 0;
  z-index: 1;
}
#page_top.footer a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top.footer svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin: 10px;
}