@charset "UTF-8";
/* 20190924 */
/* Theme Name: petio_re2025 */
/* Version: 1.0 */
/* Author: cicac */
@import url(./add/add.pc.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), .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .nav.gnav .child-lists > li > a, .nav.bnav .bnav-lists > li:not(:first-child), .slider .bx-controls .bx-controls-direction 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), .layout.layout-related-item .related-item-lists.carousel .fa-pull-left.slick-arrow, .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 {
  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), .layout.layout-related-item .related-item-lists.carousel .fa-pull-right.slick-arrow, .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 {
  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), .layout.layout-related-item .related-item-lists.carousel .pull-left.slick-arrow, .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 {
  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), .layout.layout-related-item .related-item-lists.carousel .pull-right.slick-arrow, .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 {
  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 {
  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, .layout.layout-related-item .related-item-lists.carousel .slick-arrow.slick-prev:before, .slider .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "";
}

.fa-angle-right:before, .layout.layout-related-item .related-item-lists.carousel .slick-arrow.slick-next: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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow:before, .layout.layout-related-item .related-item-lists.carousel body:not(.home) .like-select .btn-style-01.isActive .slick-arrow: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 {
  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: 13px;
}

body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "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, .item-lists button.image, .header .header-top .search-box button.submit, .header button.logo, .footer .sitename button.logo, .slider .bx-controls button.bx-pager-link, body.home .content.pickup .pickup-lists button.image, body.single-item .detail .item-images .image-view button.image, .search-category-items .form-search > dl > dd .wrap-submit button.submit, 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: 13px;
  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 PC
------------------------- */
.sp-layout {
  display: none !important;
}

.sp {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  min-width: 1000px;
}

.container, .layout .inner, .label-area, .single-page-title, .article-list-box, .latest-news .inner, .contents .content .inner, .logo-contents .inner, .genre-tabs, .item-category-area .inner, .header .inner, .footer .inner, .nav.bnav .bnav-lists, .nav.snav ul, body.single-item .single-content, .search-category-items .form-search {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  min-width: 1040px;
}

.container.lg, .layout .lg.inner, .lg.label-area, .lg.single-page-title, .lg.article-list-box, .latest-news .lg.inner, .contents .content .lg.inner, .logo-contents .lg.inner, .lg.genre-tabs, .item-category-area .lg.inner, .header .lg.inner, .footer .lg.inner, .nav.bnav .lg.bnav-lists, .nav.snav ul.lg, body.single-item .lg.single-content, .search-category-items .lg.form-search {
  width: 1120px;
}

.container.md, .layout .md.inner, .md.label-area, .md.single-page-title, .md.article-list-box, .latest-news .md.inner, .contents .content .md.inner, .logo-contents .md.inner, .md.genre-tabs, .item-category-area .md.inner, .header .md.inner, .footer .md.inner, .nav.bnav .md.bnav-lists, .nav.snav ul.md, body.single-item .md.single-content, .search-category-items .md.form-search {
  width: 1040px;
}

.container.sm, .layout .sm.inner, .sm.label-area, .sm.single-page-title, .sm.article-list-box, .latest-news .sm.inner, .contents .content .sm.inner, .logo-contents .sm.inner, .sm.genre-tabs, .item-category-area .sm.inner, .header .sm.inner, .footer .sm.inner, .nav.bnav .sm.bnav-lists, .nav.snav ul.sm, body.single-item .sm.single-content, .search-category-items .sm.form-search {
  width: 940px;
}

.container.xs, .layout .xs.inner, .xs.label-area, .xs.single-page-title, .xs.article-list-box, .latest-news .xs.inner, .contents .content .xs.inner, .logo-contents .xs.inner, .xs.genre-tabs, .item-category-area .xs.inner, .header .xs.inner, .footer .xs.inner, .nav.bnav .xs.bnav-lists, .nav.snav ul.xs, body.single-item .xs.single-content, .search-category-items .xs.form-search {
  width: 790px;
}

.full-elm {
  width: 3000px;
  margin-left: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

.ti, .responsive-image, .layout.layout-related-item .image, .layout.layout-related-page .related-page-lists .image, .item-lists .image, .logo-contents .logo-lists a, .header .header-top .search-box .submit, .header .logo, .footer .characters > div i, .footer .sitename .logo, .nav.gnav .gnav-lists > li > a.online-shop:after, .slider .bx-controls .bx-pager-link, body.home .content.pickup .pickup-lists .image, body.single-item .detail .item-images .image-view .image, .search-category-items .form-search > dl > dd .wrap-submit .submit, 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;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}

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

.opac, div.wpcf7 .confirm, div.wpcf7 .back, div.wpcf7 .submit, .layout.layout-column .blocks .block .text a, .layout.layout-note a, .layout.layout-accordion .accordion-title a, .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-page .related-page-lists a, .thumbnail-lists a, .btn-large-cart, body.single-item .detail .texts .btn-wrap a, body.single-item .detail .contents-right .btn-wrap a, .btn-single-item, body.single-item .detail .contents-left .img-360 a, body.single-item .detail .contents-right .instructions a, .sns-lists > li a, .archive-news-lists li a, .item-lists a, .modal-wrap .modal-close, .logo-contents .logo-lists a, .category-items .category-item a, .header .header-top .search-box .submit, .header .logo, .footer .sitename .logo, .nav.gnav .gnav-lists > li > a, .slider .bx-controls .bx-controls-direction a, body.home .content.useful .zuttone a, body.error404 .layouts a, body.search .article-lists li a, body.single-item .detail .item-images .thumbnails .thumbnail-item, .search-category-items .form-search > dl > dd .wrap-submit .submit {
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}

.opac:not(.disable):hover, div.wpcf7 .confirm:not(.disable):hover, div.wpcf7 .back:not(.disable):hover, div.wpcf7 .submit:not(.disable):hover, .layout.layout-column .blocks .block .text a:not(.disable):hover, .layout.layout-note a:not(.disable):hover, .layout.layout-accordion .accordion-title a:not(.disable):hover, .layout.layout-related-item .related-item-lists.carousel .slick-arrow:not(.disable):hover, .layout.layout-related-page .related-page-lists a:not(.disable):hover, .thumbnail-lists a:not(.disable):hover, .btn-large-cart:not(.disable):hover, body.single-item .detail .texts .btn-wrap a:not(.disable):hover, body.single-item .detail .contents-right .btn-wrap a:not(.disable):hover, .btn-single-item:not(.disable):hover, body.single-item .detail .contents-left .img-360 a:not(.disable):hover, body.single-item .detail .contents-right .instructions a:not(.disable):hover, .sns-lists > li a:not(.disable):hover, .archive-news-lists li a:not(.disable):hover, .item-lists a:not(.disable):hover, .modal-wrap .modal-close:not(.disable):hover, .logo-contents .logo-lists a:not(.disable):hover, .category-items .category-item a:not(.disable):hover, .header .header-top .search-box .submit:not(.disable):hover, .header .logo:not(.disable):hover, .footer .sitename .logo:not(.disable):hover, .nav.gnav .gnav-lists > li > a:not(.disable):hover, .slider .bx-controls .bx-controls-direction a:not(.disable):hover, body.home .content.useful .zuttone a:not(.disable):hover, body.error404 .layouts a:not(.disable):hover, body.search .article-lists li a:not(.disable):hover, body.single-item .detail .item-images .thumbnails .thumbnail-item:not(.disable):hover, .search-category-items .form-search > dl > dd .wrap-submit .submit:not(.disable):hover {
  opacity: .7;
}

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes backToOpac1 {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.opac-normal {
  display: block;
}

.opac-normal:hover {
  opacity: .7;
}

/* boxes
-------------------- */
.thumb-box.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumb-box.horizontal .texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.lbs:hover {
  color: #979797;
  -webkit-transition: color 200ms ease-out 0s;
  transition: color 200ms ease-out 0s;
  text-decoration: none;
}

/* lists
-------------------- */
.split-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  table-layout: auto;
}

.fsm1 {
  font-size: 12px;
}

.fsm2 {
  font-size: 11px;
}

.fsm3 {
  font-size: 10px;
}

.fsm4 {
  font-size: 9px;
}

.fsm5 {
  font-size: 8px;
}

.fsm6 {
  font-size: 7px;
}

.fsm7 {
  font-size: 6px;
}

.fsm8 {
  font-size: 5px;
}

.fsm9 {
  font-size: 4px;
}

.fsm10 {
  font-size: 3px;
}

.fn, div.wpcf7 .wpcf7-form-control.wpcf7-radio *, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox * {
  font-size: 13px;
}

.fsp1 {
  font-size: 14px;
}

.fsp2 {
  font-size: 15px;
}

.fsp3, div.wpcf7 .confirm, div.wpcf7 .back, div.wpcf7 .submit {
  font-size: 16px;
}

.fsp4 {
  font-size: 17px;
}

.fsp5 {
  font-size: 18px;
}

.fsp6 {
  font-size: 19px;
}

.fsp7 {
  font-size: 20px;
}

.fsp8 {
  font-size: 21px;
}

.fsp9 {
  font-size: 22px;
}

.fsp10 {
  font-size: 23px;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.3%;
}

.quater {
  width: 25%;
}

.fifth {
  width: 20%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mgn {
  margin: 0 !important;
}

.mga {
  margin: auto !important;
}

.mtn {
  margin-top: 0 !important;
}

.mts {
  margin-top: 5px !important;
}

.mt2 {
  margin-top: 10px !important;
}

.mt3 {
  margin-top: 15px !important;
}

.mt4 {
  margin-top: 20px !important;
}

.mt5 {
  margin-top: 25px !important;
}

.mt6 {
  margin-top: 30px !important;
}

.mt7 {
  margin-top: 35px !important;
}

.mt8 {
  margin-top: 40px !important;
}

.mt9 {
  margin-top: 45px !important;
}

.mt10 {
  margin-top: 50px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mbs {
  margin-bottom: 5px !important;
}

.mb2 {
  margin-bottom: 10px !important;
}

.mb3 {
  margin-bottom: 15px !important;
}

.mb4 {
  margin-bottom: 20px !important;
}

.mb5 {
  margin-bottom: 25px !important;
}

.mb6 {
  margin-bottom: 30px !important;
}

.mb7 {
  margin-bottom: 35px !important;
}

.mb8 {
  margin-bottom: 40px !important;
}

.mb9 {
  margin-bottom: 45px !important;
}

.mb10 {
  margin-bottom: 50px !important;
}

.mln {
  margin-left: 0 !important;
}

.mls {
  margin-left: 5px !important;
}

.ml2 {
  margin-left: 10px !important;
}

.ml3 {
  margin-left: 15px !important;
}

.ml4 {
  margin-left: 20px !important;
}

.ml5 {
  margin-left: 25px !important;
}

.ml6 {
  margin-left: 30px !important;
}

.ml7 {
  margin-left: 35px !important;
}

.ml8 {
  margin-left: 40px !important;
}

.ml9 {
  margin-left: 45px !important;
}

.ml10 {
  margin-left: 50px !important;
}

.mrn {
  margin-right: 0 !important;
}

.mrs {
  margin-right: 5px !important;
}

.mr2 {
  margin-right: 10px !important;
}

.mr3 {
  margin-right: 15px !important;
}

.mr4 {
  margin-right: 20px !important;
}

.mr5 {
  margin-right: 25px !important;
}

.mr6 {
  margin-right: 30px !important;
}

.mr7 {
  margin-right: 35px !important;
}

.mr8 {
  margin-right: 40px !important;
}

.mr9 {
  margin-right: 45px !important;
}

.mr10 {
  margin-right: 50px !important;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.mca {
  margin-left: auto;
  margin-right: auto !important;
}

.ptn {
  padding-top: 0 !important;
}

.pts {
  padding-top: 5px !important;
}

.pt2 {
  padding-top: 10px !important;
}

.pt3 {
  padding-top: 15px !important;
}

.pt4 {
  padding-top: 20px !important;
}

.pt5 {
  padding-top: 25px !important;
}

.pt6 {
  padding-top: 30px !important;
}

.pt7 {
  padding-top: 35px !important;
}

.pt8 {
  padding-top: 40px !important;
}

.pt9 {
  padding-top: 45px !important;
}

.pt10 {
  padding-top: 50px !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.pbs {
  padding-bottom: 5px !important;
}

.pb2 {
  padding-bottom: 10px !important;
}

.pb3 {
  padding-bottom: 15px !important;
}

.pb4 {
  padding-bottom: 20px !important;
}

.pb5 {
  padding-bottom: 25px !important;
}

.pb6 {
  padding-bottom: 30px !important;
}

.pb7 {
  padding-bottom: 35px !important;
}

.pb8 {
  padding-bottom: 40px !important;
}

.pb9 {
  padding-bottom: 45px !important;
}

.pb10 {
  padding-bottom: 50px !important;
}

.pbx {
  padding-bottom: 20px !important;
}

.pln {
  padding-left: 0 !important;
}

.pls {
  padding-left: 5px !important;
}

.pl2 {
  padding-left: 10px !important;
}

.pl3 {
  padding-left: 15px !important;
}

.pl4 {
  padding-left: 20px !important;
}

.pl5 {
  padding-left: 25px !important;
}

.pl6 {
  padding-left: 30px !important;
}

.pl7 {
  padding-left: 35px !important;
}

.pl8 {
  padding-left: 40px !important;
}

.pl9 {
  padding-left: 45px !important;
}

.pl10 {
  padding-left: 50px !important;
}

.prn {
  padding-right: 0 !important;
}

.prs {
  padding-right: 5px !important;
}

.pr2 {
  padding-right: 10px !important;
}

.pr3 {
  padding-right: 15px !important;
}

.pr4 {
  padding-right: 20px !important;
}

.pr5 {
  padding-right: 25px !important;
}

.pr6 {
  padding-right: 30px !important;
}

.pr7 {
  padding-right: 35px !important;
}

.pr8 {
  padding-right: 40px !important;
}

.pr9 {
  padding-right: 45px !important;
}

.pr10 {
  padding-right: 50px !important;
}

.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, .editor, body.mce-content-body,
body.mceContentBody, .layout, div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  zoom: 1;
}

.clearfix:after, .fl-range:after, .editor:after, body.mce-content-body:after,
body.mceContentBody:after, .layout: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, .page-type-title, .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, .search-category-items .form-search > dl > dd .wrap-submit, .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, .page-type-title, .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, .search-category-items .form-search > dl > dd .wrap-submit {
  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, body.mce-content-body,
body.mceContentBody, .layout {
  line-height: 1.5;
}

.editor p, body.mce-content-body p,
body.mceContentBody p, .layout p {
  display: block;
  margin: 1em 0;
}

.editor b, body.mce-content-body b,
body.mceContentBody b, .layout b, .editor strong, body.mce-content-body strong,
body.mceContentBody strong, .layout strong {
  font-weight: bold;
  font-weight: 700;
}

.editor dfn, body.mce-content-body dfn,
body.mceContentBody dfn, .layout dfn, .editor cite, body.mce-content-body cite,
body.mceContentBody cite, .layout cite, .editor em, body.mce-content-body em,
body.mceContentBody em, .layout em, .editor i, body.mce-content-body i,
body.mceContentBody i, .layout i {
  font-style: italic;
}

.editor del, body.mce-content-body del,
body.mceContentBody del, .layout del, .editor span[style='text-decoration: line-through;'], body.mce-content-body span[style='text-decoration: line-through;'],
body.mceContentBody span[style='text-decoration: line-through;'], .layout span[style='text-decoration: line-through;'] {
  opacity: 0.8;
}

.editor ul, body.mce-content-body ul,
body.mceContentBody ul, .layout ul, .editor ol, body.mce-content-body ol,
body.mceContentBody ol, .layout ol {
  list-style-position: inside !important;
  padding-left: 0;
  display: block;
  margin-bottom: 1.75em;
}

.editor ul li, body.mce-content-body ul li,
body.mceContentBody ul li, .layout ul li, .editor ol li, body.mce-content-body ol li,
body.mceContentBody ol li, .layout ol li {
  margin-top: .1em;
}

.editor ul li:first-child, body.mce-content-body ul li:first-child,
body.mceContentBody ul li:first-child, .layout ul li:first-child, .editor ol li:first-child, body.mce-content-body ol li:first-child,
body.mceContentBody ol li:first-child, .layout ol li:first-child {
  margin-top: 0;
}

.editor ul, body.mce-content-body ul,
body.mceContentBody ul, .layout ul {
  list-style: disc;
  padding-left: .4em;
}

.editor ul li, body.mce-content-body ul li,
body.mceContentBody ul li, .layout ul li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.editor ol, body.mce-content-body ol,
body.mceContentBody ol, .layout ol {
  list-style: decimal;
}

.editor ol li, body.mce-content-body ol li,
body.mceContentBody ol li, .layout ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.editor blockquote, body.mce-content-body blockquote,
body.mceContentBody 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, body.mce-content-body blockquote p,
body.mceContentBody blockquote p, .layout blockquote p {
  margin-bottom: 1.4rem;
}

.editor blockquote, body.mce-content-body blockquote,
body.mceContentBody blockquote, .layout blockquote, .editor q, body.mce-content-body q,
body.mceContentBody q, .layout q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

.editor hr, body.mce-content-body hr,
body.mceContentBody hr, .layout hr {
  background-color: #d1d1d1;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.75em;
}

.editor .alignleft, body.mce-content-body .alignleft,
body.mceContentBody .alignleft, .layout .alignleft, .layout.layout-image-text .img.left {
  float: left;
  padding: 0 2em 2em 0;
}

.editor .aligncenter, body.mce-content-body .aligncenter,
body.mceContentBody .aligncenter, .layout .aligncenter, .layout.layout-image-text .img.center {
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
}

.editor .alignright, body.mce-content-body .alignright,
body.mceContentBody .alignright, .layout .alignright, .layout.layout-image-text .img.right {
  float: right;
  padding: 0 0 2em 2em;
}

.editor h1, body.mce-content-body h1,
body.mceContentBody h1, .layout h1, .editor h2, body.mce-content-body h2,
body.mceContentBody h2, .layout h2, .editor h3, body.mce-content-body h3,
body.mceContentBody h3, .layout h3, .editor h4, body.mce-content-body h4,
body.mceContentBody h4, .layout h4, .editor h5, body.mce-content-body h5,
body.mceContentBody h5, .layout h5, .editor h6, body.mce-content-body h6,
body.mceContentBody h6, .layout h6 {
  clear: both;
  font-weight: 700;
  margin: 1rem 0;
}

.editor h1, body.mce-content-body h1,
body.mceContentBody h1, .layout h1 {
  font-size: 2rem;
}

.editor h2, body.mce-content-body h2,
body.mceContentBody h2, .layout h2 {
  font-size: 1.8rem;
}

.editor h3, body.mce-content-body h3,
body.mceContentBody h3, .layout h3 {
  font-size: 1.6rem;
}

.editor h4, body.mce-content-body h4,
body.mceContentBody h4, .layout h4, .editor h5, body.mce-content-body h5,
body.mceContentBody h5, .layout h5, .editor h6, body.mce-content-body h6,
body.mceContentBody h6, .layout h6 {
  font-size: 1.4rem;
}

.editor pre, body.mce-content-body pre,
body.mceContentBody 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, body.mce-content-body code,
body.mceContentBody code, .layout code, .editor kbd, body.mce-content-body kbd,
body.mceContentBody kbd, .layout kbd, .editor tt, body.mce-content-body tt,
body.mceContentBody tt, .layout tt, .editor var, body.mce-content-body var,
body.mceContentBody var, .layout var, .editor samp, body.mce-content-body samp,
body.mceContentBody samp, .layout samp, .editor pre, body.mce-content-body pre,
body.mceContentBody pre, .layout pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.editor .clearfix, body.mce-content-body .clearfix,
body.mceContentBody .clearfix, .layout .clearfix, .editor .fl-range, body.mce-content-body .fl-range,
body.mceContentBody .fl-range, .layout .fl-range, .editor .editor, body.mce-content-body .editor,
body.mceContentBody .editor, .layout .editor, .editor body.mce-content-body, body.mce-content-body body.mce-content-body,
body.mceContentBody body.mce-content-body, .layout body.mce-content-body, .editor
body.mceContentBody, body.mce-content-body
body.mceContentBody,
body.mceContentBody
body.mceContentBody, .layout
body.mceContentBody, .editor .layout, body.mce-content-body .layout,
body.mceContentBody .layout, .layout .layout, .editor div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 .editor .wpcf7-form-control.wpcf7-radio, body.mce-content-body div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7 body.mce-content-body .wpcf7-form-control.wpcf7-radio,
body.mceContentBody div.wpcf7 .wpcf7-form-control.wpcf7-radio, div.wpcf7
body.mceContentBody .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, body.mce-content-body div.wpcf7 .wpcf7-form-control.wpcf7-checkbox, div.wpcf7 body.mce-content-body .wpcf7-form-control.wpcf7-checkbox,
body.mceContentBody div.wpcf7 .wpcf7-form-control.wpcf7-checkbox, div.wpcf7
body.mceContentBody .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, body.mce-content-body .clearfix:after,
body.mceContentBody .clearfix:after, .layout .clearfix:after, .editor .fl-range:after, body.mce-content-body .fl-range:after,
body.mceContentBody .fl-range:after, .layout .fl-range:after, .editor .editor:after, body.mce-content-body .editor:after,
body.mceContentBody .editor:after, .layout .editor:after, .editor body.mce-content-body:after, body.mce-content-body body.mce-content-body:after,
body.mceContentBody body.mce-content-body:after, .layout body.mce-content-body:after, .editor
body.mceContentBody:after, body.mce-content-body
body.mceContentBody:after,
body.mceContentBody
body.mceContentBody:after, .layout
body.mceContentBody:after, .editor .layout:after, body.mce-content-body .layout:after,
body.mceContentBody .layout:after, .layout .layout:after, .editor div.wpcf7 .wpcf7-form-control.wpcf7-radio:after, div.wpcf7 .editor .wpcf7-form-control.wpcf7-radio:after, body.mce-content-body div.wpcf7 .wpcf7-form-control.wpcf7-radio:after, div.wpcf7 body.mce-content-body .wpcf7-form-control.wpcf7-radio:after,
body.mceContentBody div.wpcf7 .wpcf7-form-control.wpcf7-radio:after, div.wpcf7
body.mceContentBody .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, body.mce-content-body div.wpcf7 .wpcf7-form-control.wpcf7-checkbox:after, div.wpcf7 body.mce-content-body .wpcf7-form-control.wpcf7-checkbox:after,
body.mceContentBody div.wpcf7 .wpcf7-form-control.wpcf7-checkbox:after, div.wpcf7
body.mceContentBody .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-"], body.mce-content-body img[class*="wp-image-"],
body.mceContentBody img[class*="wp-image-"], .layout img[class*="wp-image-"],
.editor img[class*="attachment-"], body.mce-content-body img[class*="attachment-"],
body.mceContentBody 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 PC
------------------------- */
body.mce-content-body,
body.mceContentBody {
  max-width: 1000px;
  margin: 0 auto !important;
  padding: 10px !important;
  background: none;
  line-height: 1.3;
}

.message-nopost {
  font-size: 14px;
  font-weight: bold;
}

.editor, body.mce-content-body,
body.mceContentBody, .layout {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
}

.editor p, body.mce-content-body p,
body.mceContentBody p, .layout p, .editor ul, body.mce-content-body ul,
body.mceContentBody ul, .layout ul, .editor div, body.mce-content-body div,
body.mceContentBody div, .layout div, .editor section, body.mce-content-body section,
body.mceContentBody section, .layout section, .editor dl, body.mce-content-body dl,
body.mceContentBody dl, .layout dl, .editor table, body.mce-content-body table,
body.mceContentBody table, .layout table, .editor form, body.mce-content-body form,
body.mceContentBody form, .layout form {
  margin: 1.5em 0;
}

.editor .editor-title, body.mce-content-body .editor-title,
body.mceContentBody .editor-title, .layout .editor-title {
  margin: 3rem 0 1rem;
}

.editor p, body.mce-content-body p,
body.mceContentBody p, .layout p {
  line-height: 2;
  letter-spacing: 1.5px;
}

.editor p:first-child, body.mce-content-body p:first-child,
body.mceContentBody p:first-child, .layout p:first-child {
  margin-top: 0;
}

.editor > *:first-child, body.mce-content-body > *:first-child,
body.mceContentBody > *:first-child, .layout > *:first-child {
  margin-top: 0;
}

.editor .lsn, body.mce-content-body .lsn,
body.mceContentBody .lsn, .layout .lsn {
  list-style: none;
  padding-left: 0;
}

.editor .lsn li, body.mce-content-body .lsn li,
body.mceContentBody .lsn li, .layout .lsn li {
  padding-left: 0;
  text-indent: 0;
  letter-spacing: 0;
}

.editor .flex-lists, body.mce-content-body .flex-lists,
body.mceContentBody .flex-lists, .layout .flex-lists, .editor .tab-lists, body.mce-content-body .tab-lists,
body.mceContentBody .tab-lists, .layout .tab-lists, .editor .archive-lists, body.mce-content-body .archive-lists,
body.mceContentBody .archive-lists, .layout .archive-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
}

.editor .flex-lists li, body.mce-content-body .flex-lists li,
body.mceContentBody .flex-lists li, .layout .flex-lists li, .editor .tab-lists li, body.mce-content-body .tab-lists li,
body.mceContentBody .tab-lists li, .layout .tab-lists li, .editor .archive-lists li, body.mce-content-body .archive-lists li,
body.mceContentBody .archive-lists li, .layout .archive-lists li {
  margin-top: 0;
}

.editor .flex-lists li:before, body.mce-content-body .flex-lists li:before,
body.mceContentBody .flex-lists li:before, .layout .flex-lists li:before, .editor .tab-lists li:before, body.mce-content-body .tab-lists li:before,
body.mceContentBody .tab-lists li:before, .layout .tab-lists li:before, .editor .archive-lists li:before, body.mce-content-body .archive-lists li:before,
body.mceContentBody .archive-lists li:before, .layout .archive-lists li:before {
  content: "";
  margin-right: 3px;
  width: 7px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.editor .flex-lists li:not(:first-child), body.mce-content-body .flex-lists li:not(:first-child),
body.mceContentBody .flex-lists li:not(:first-child), .layout .flex-lists li:not(:first-child), .editor .tab-lists li:not(:first-child), body.mce-content-body .tab-lists li:not(:first-child),
body.mceContentBody .tab-lists li:not(:first-child), .layout .tab-lists li:not(:first-child), .editor .archive-lists li:not(:first-child), body.mce-content-body .archive-lists li:not(:first-child),
body.mceContentBody .archive-lists li:not(:first-child), .layout .archive-lists li:not(:first-child) {
  margin-left: 15px;
}

.editor span[class*=mt], body.mce-content-body span[class*=mt],
body.mceContentBody span[class*=mt], .layout span[class*=mt] {
  display: block;
}

/* --------------------
  contactform7
-------------------- */
/* common form style
-------------------- */
input,
textarea {
  border: 1px solid #cccccc;
  padding: 0.8% 1%;
  width: 98%;
}

input.s,
textarea.s {
  width: 30%;
}

input.m,
textarea.m {
  width: 50%;
}

input.l,
textarea.l {
  width: 70%;
}

textarea {
  max-width: 100%;
}

select {
  border: 1px solid #cccccc;
  max-width: 450px;
}

/* common submit style
-------------------- */
input[type=submit] {
  background-color: transparent;
  border: none;
}

/* common file style
-------------------- */
input[type=file] {
  padding: 5px 0;
  border: none;
}

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, div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  display: inline;
  margin: .5rem auto;
  width: auto;
}

div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 select {
  margin: .2em 0;
}

div.wpcf7 .confirm, div.wpcf7 .back, div.wpcf7 .submit {
  width: 340px;
  height: 45px;
  margin: 0 auto;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  background-size: 10px;
}

div.wpcf7 img.ajax-loader {
  display: block;
  margin-left: auto !important;
  margin: 10px auto;
  margin-bottom: -35px;
}

span.wpcf7-not-valid-tip {
  margin-top: .3em;
}

.wpcf7-form .wpcf7-response-output {
  text-align: center;
  border: none;
  margin: 0 auto;
  max-width: 610px;
}

.wpcf7-form div.wpcf7-validation-errors {
  font-weight: bold;
  color: #d1444d;
  background-color: #ffd1d1;
  padding: 1em 0;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  font-weight: bold;
  color: #2b6b0f;
  background-color: #c7efb5;
  padding: 1em 0;
}

.wpcf7-form > * {
  margin-top: 20px !important;
}

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: block;
}

.sp {
  display: none;
}

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: 1vw;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
border: 0;
    background: transparent;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 40px;
    position: relative;
}

.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 button:before {
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
    left: 0;
    content: "•";
    width: 14px;
    height: 14px;
    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;
}

.slick-dots li.slick-active button:before {
  color: #685d56;
  opacity: 1;
}

.mv_slide-arrow {
  position:absolute;
  display:block;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    padding: 1%;

}
.mv_prev-arrow {
  left:4%;
}
.mv_next-arrow  {
right:4%;
}

/* 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 .image img{
  width: 100%;
}

.pickup .slick-slide .image img{
  aspect-ratio: 1;
  object-fit: cover;
}

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

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.layouts .layouts .inner {
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}

.layouts .layouts .layout {
  padding: 10px 0;
  margin: 30px 0;
}

.layouts .layouts .layout:first-child {
  margin-top: 0;
}

.layouts .layouts .layout:last-child {
  margin-bottom: 0;
}

.layouts .layouts .layout.layout-title {
  margin-bottom: 10px;
}

.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: 30px 0;
}

.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) {
  padding-top: 30px;
}

.layout.layout-title {
  padding-top: 60px;
  padding-bottom: 0;
}

.layout.layout-title + .layout {
  padding-top: 30px;
}

.layout.layout-title + .layout-title {
  margin-top: 0;
}

.layout:first-child {
  margin-top: 0;
  padding-top: 0;
}

.layout .inner.isFull {
  width: 100%;
}

.layout .blocks.split {
  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-2 .block {
  width: 48.75%;
  margin-bottom: 0;
}

.layout .blocks.split.length-2 .block:not(:nth-child(2n+1)) {
  margin-left: 2.5%;
}

.layout .blocks.split.length-2 .block:not(:nth-child(-n+2)) {
  margin-top: 2.5%;
}

.layout .blocks.split.length-2 .block:nth-child(-n+2) {
  margin-top: 0;
}

.layout .blocks.split.length-3 .block {
  width: 31.66667%;
  margin-bottom: 0;
}

.layout .blocks.split.length-3 .block:not(:nth-child(3n+1)) {
  margin-left: 2.5%;
}

.layout .blocks.split.length-3 .block:not(:nth-child(-n+3)) {
  margin-top: 2.5%;
}

.layout .blocks.split.length-3 .block:nth-child(-n+3) {
  margin-top: 0;
}

.layout .blocks.split.length-4 .block {
  width: 23.125%;
  margin-bottom: 0;
}

.layout .blocks.split.length-4 .block:not(:nth-child(4n+1)) {
  margin-left: 2.5%;
}

.layout .blocks.split.length-4 .block:not(:nth-child(-n+4)) {
  margin-top: 2.5%;
}

.layout .blocks.split.length-4 .block:nth-child(-n+4) {
  margin-top: 0;
}

.layout .blocks.split.length-5 .block {
  width: 18%;
  margin-bottom: 0;
}

.layout .blocks.split.length-5 .block:not(:nth-child(5n+1)) {
  margin-left: 2.5%;
}

.layout .blocks.split.length-5 .block:not(:nth-child(-n+5)) {
  margin-top: 2.5%;
}

.layout .blocks.split.length-5 .block:nth-child(-n+5) {
  margin-top: 0;
}

.layout .blocks.split.length-1 .block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.layout .blocks.split.length-1 .block:not(:first-child) {
  margin-top: 30px;
}

.layout .border-box {
  border: 1px solid;
}

.layout .border-box > * {
  margin: 0;
}

.layout .responsive-image {
  margin: 0 auto;
}

.layout .title-image {
  margin-bottom: 30px;
}

.layout.layout-editor .inner.isFull {
  padding: 0;
}

.layout.layout-editor .inner.isFull .inner-texts {
  max-width: 94%;
  margin: 0 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.8;
}

.layout.layout-title .h1 {
  font-size: 30px;
}

.layout.layout-title .h2 {
  font-size: 18px;
}

.layout.layout-title .h2.isCenter {
  text-align: center;
}

.layout.layout-title .h3 {
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}

.layout.layout-title .h3:after {
  content: "";
  bottom: 0;
  width: 80px;
  border-bottom: 2px solid;
  border-color: inherit;
}

.layout.layout-title .h4 {
  font-size: 14px;
  text-align: center;
  padding: 5px;
  border-radius: 30px;
}

.layout.layout-horizontal-buttons .blocks .block {
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
}

.layout.layout-horizontal-buttons .blocks .block a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 10px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.layout.layout-horizontal-buttons .blocks .block a.isActive, .layout.layout-horizontal-buttons .blocks .block a:hover:not(.disable) {
  color: inherit !important;
  background-color: inherit;
}

.layout.layout-column .blocks .block *:first-child {
  margin-top: 0 !important;
}

.layout.layout-column .blocks .block .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 10px;
  line-height: 1.3;
}

.layout.layout-column .blocks .block .title.type-text dt {
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px 3px;
}

.layout.layout-column .blocks .block .title.type-icon {
  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;
  font-size: 13px;
}

.layout.layout-column .blocks .block .title.type-icon dd {
  width: 40px;
}

.layout.layout-column .blocks .block .title.type-icon dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.layout.layout-column .blocks .block .image {
  margin: 0 auto 15px;
  text-align: center;
  line-height: 0;
}

.layout.layout-column .blocks .block .lead {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin: 10px auto;
}

.layout.layout-column .blocks .block .lead p {
  margin: 0;
}

.layout.layout-column .blocks .block .text {
  font-size: 13px;
  line-height: 1.8;
  margin: 10px auto 0;
}

.layout.layout-column .blocks .block .text p {
  margin: 10px 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: 12px;
  text-decoration: underline;
  position: relative;
  padding-left: 10px;
  line-height: 1.6;
  margin-top: 5px;
}

.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: 5px !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.5rem;
}

.layout.layout-list .blocks .block.disc i {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  top: 5px;
}

.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: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  background-size: cover;
  top: 0;
}

.layout.layout-list .blocks .block.image a {
  display: inline-block;
  margin-left: 10px;
}

.layout.layout-list .blocks.vertical .block:not(:first-child) {
  margin-top: 15px;
}

.layout.layout-image .inner.isFull {
  width: 100%;
  padding: 0;
}

.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 .image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.layout.layout-bg_image-text .bg-area .image img {
  width: 100%;
  pointer-events: none;
}

.layout.layout-bg_image-text .bg-area .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 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 .line {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 30px;
}

.layout.layout-bg_image-text .bg-area .texts dl .line span {
  padding: 8px 40px;
  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 .texts p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 901px) {
  .layout.layout-text .texts {
    max-width: 80%;
  }
}

.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 {
  width: 800px;
  margin: 0 auto;
}

.layout.layout-note .border-box.hasImage {
  width: 100%;
}

.layout.layout-note .border-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.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: 5px 0;
  line-height: 1.8;
}

.layout.layout-note .texts .blocks > * p:last-child {
  margin-bottom: 0;
}

.layout.layout-note .texts .blocks > *:first-child {
  margin-top: 0;
}

.layout.layout-note .texts .blocks > *:last-child {
  margin-bottom: 0;
}

.layout.layout-slider .slider-title .title-text p {
  margin: 0;
}

.layout.layout-slider div[class*="-wrap"] {
  margin: 0;
}

.layout.layout-slider .editor-wrap.border-box {
  padding: 20px;
}

.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: 5px;
}

.layout.layout-accordion .accordion-title {
  font-size: 14px;
  font-weight: bold;
}

.layout.layout-accordion .accordion-title a {
  display: block;
  padding: 15px 10px 15px 55px;
  position: relative;
}

.layout.layout-accordion .accordion-title a .toggle-icon {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  left: 20px;
  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: 35px 40px;
  background-color: white;
}

.layout.layout-accordion .accordion-contents > * {
  margin: 0;
}

.layout.layout-accordion .accordion-contents .text {
  margin: 0 auto;
}

.layout.layout-accordion .accordion-contents a {
  color: #0099CC;
}

.layout.layout-accordion .accordion-contents .layout-list li a:before {
  content: none;
}

@media screen and (min-width: 901px) {
  .layout.layout-accordion .inner.isFull .text {
    max-width: 80%;
  }
}

.layout.layout-accordion + .layout-accordion {
  margin-top: 0;
  padding-top: 0;
}

.layout.layout-sns-button dl {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 20.5px 0;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout.layout-sns-button dt {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: right;
}

.layout.layout-sns-button dd {
  margin-left: 45px;
}

.layout.layout-sns-button dd ul {
  margin: 0;
  padding: 0;
}

.layout.layout-related-item {
  min-width: 750px;
}

.layout.layout-related-item .inner {
  max-width: 1040px;
  width: 100%;
  min-width: 0;
  position: relative;
}

.layout.layout-related-item .wrap-link {
  text-align: center;
  margin-top: 50px;
}

.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: 35px 0;
}

.layout.layout-related-item .related-item-lists a {
  display: block;
  text-decoration: underline;
  text-align: center;
}

.layout.layout-related-item .image {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
}

.layout.layout-related-item .image.cover {
  background-size: cover;
}

.layout.layout-related-item .title {
  margin-top: 20px;
  font-weight: bold;
}

.layout.layout-related-item .related-item-lists.carousel {
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.layout.layout-related-item .related-item-lists.carousel + .loader-simple {
  top: 8rem;
}

.layout.layout-related-item .related-item-lists.carousel.slick-initialized {
  opacity: 1;
}

.layout.layout-related-item .related-item-lists.carousel.slick-initialized + .loader-simple {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.layout.layout-related-item .related-item-lists.carousel li dl {
  margin: 0;
  padding: 0 10px !important;
}

.layout.layout-related-item .related-item-lists.carousel .slick-list {
  margin: 0;
}

.layout.layout-related-item .related-item-lists.carousel .slick-track {
  margin: 0;
}

.layout.layout-related-item .related-item-lists.carousel .slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 26px;
  border-radius: 100%;
  background-color: #C81432;
  text-align: center;
}

.layout.layout-related-item .related-item-lists.carousel .slick-arrow.slick-prev {
  left: -50px;
}

.layout.layout-related-item .related-item-lists.carousel .slick-arrow.slick-next {
  right: -50px;
}

.layout.layout-related-item .related-item-lists.carousel .slick-arrow:before {
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-family: "FontAwesome";
  display: block;
  line-height: 40px;
  opacity: 1;
}

.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: 15.83333%;
}

.layout.layout-related-item .related-item-lists.archive > li dl {
  margin: 0;
}

.layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(6n+1)) {
  margin-left: 1%;
}

.layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(-n+6)) {
  margin-top: 3%;
}

.layout.layout-related-item .related-item-lists.archive > li:nth-child(-n+6) {
  margin-top: 0;
}

@media screen and (max-width: 980px) {
  .layout.layout-related-item .related-item-lists.archive > li {
    background-color: white;
    width: 19.2%;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(6n+1)) {
    margin-left: 0;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(-n+6)) {
    margin-top: 0;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(5n+1)) {
    margin-left: 1%;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(-n+5)) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 850px) {
  .layout.layout-related-item .related-item-lists.archive > li {
    background-color: white;
    width: 24.25%;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(5n+1)) {
    margin-left: 0;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(-n+5)) {
    margin-top: 0;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(4n+1)) {
    margin-left: 1%;
  }
  .layout.layout-related-item .related-item-lists.archive > li:not(:nth-child(-n+4)) {
    margin-top: 3%;
  }
}

.layout.layout-related-page .related-page-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.layout.layout-related-page .related-page-lists > li {
  width: 300px;
}

.layout.layout-related-page .related-page-lists > li:not(:nth-child(3n+1)) {
  margin-left: 50px;
}

.layout.layout-related-page .related-page-lists > li:not(:nth-child(-n+3)) {
  margin-top: 30px;
}

.layout.layout-related-page .related-page-lists a {
  display: block;
}

.layout.layout-related-page .related-page-lists .image {
  margin: 0;
  height: 0;
  padding-top: 51.66667%;
  background-position: center;
  background-size: cover;
}

.layout.layout-related-page .wrap-link {
  width: 150px;
  margin: 30px auto 0;
}

.layout.layout-related-page .wrap-link a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.layout.layout-related-page .wrap-link i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.layout.layout-dialog .inner {
  max-width: 80%;
}

.layout.layout-dialog .block-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.layout.layout-dialog .block:not(:first-child) {
  margin-top: 50px;
}

.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: 80px;
  height: 80px;
  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: 1em;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  min-height: 5em;
  position: relative;
}

.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: 25px;
}

.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: 35px;
}

.layout.layout-dialog .comment-box.icon-left .text:before {
  top: 24px;
  left: -26px;
  border-width: 18px 26px 0 0;
  border-color: transparent #CCCCCC transparent transparent;
}

.layout.layout-dialog .comment-box.icon-left .text:after {
  top: 25px;
  left: -24px;
  border-width: 16px 24px 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: 35px;
}

.layout.layout-dialog .comment-box.icon-right .text:before {
  top: 24px;
  right: -26px;
  border-width: 18px 0 0 26px;
  border-color: transparent transparent transparent #CCCCCC;
}

.layout.layout-dialog .comment-box.icon-right .text:after {
  top: 25px;
  right: -24px;
  border-width: 16px 0 0px 24px;
  border-color: transparent transparent transparent white;
}

/* --------------------
  common parts
-------------------- */
/* colors
-------------------- */
.red {
  color: #C81432;
}

/* titles
-------------------- */
.page-type-title {
  color: white;
  text-align: center;
  height: 5.5rem;
}

.page-type-title .en {
  font-size: 40px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.page-type-title .ja {
  font-size: 14px;
  margin-left: 17px;
  font-weight: bold;
}

.section-title {
  color: #C71235;
  text-align: center;
}

.section-title .en {
  color: #481707;
  font-weight: bold;
  font-size: 26px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.section-title .ja {
  color: #481707;
  font-weight: bold;
  font-size: 30px;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.label-area {
  margin: 50px auto 50px;
}

.label-area .label {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.single-page-title {
  padding-bottom: 40px;
  margin: 50px auto;
  border-bottom: 1px solid #DDDDDD;
}

.single-page-title .page-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 15px;
}

.single-page-title.single-item-title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: none;
}

.single-page-title.single-item-title:before, .single-page-title.single-item-title:after {
  content: "";
  width: 1000px;
  position: absolute;
  left: 50%;
  background-color: #C81432;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.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: 20px;
  color: #C81432;
  text-align: center;
}

.underline-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 10px;
}

.underline-title:after {
  content: "";
  width: 80px;
  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: 14px;
  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: 16px;
  font-weight: bold;
}

.plane-title.md {
  font-size: 16px;
}

/* texts
-------------------- */
.hover-underline:not(.disable):hover, .layout.layout-list .blocks .block a:not(.disable):hover, .news-lists > li dl .terms a:not(.disable):hover, .archive-lists a:not(.disable):hover, .nav > *[class*="-lists"] a:not(.disable):hover, body.search .search-info .sort-box li a:not(.disable):hover {
  text-decoration: underline;
}

.hover-red:not(.disable), .news-lists > li dl .title a:not(.disable) {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.hover-red:not(.disable):hover, .news-lists > li dl .title a:not(.disable):hover {
  color: #C71235;
}

.date {
  color: #666666;
  letter-spacing: 0;
}

.terms {
  color: #C71235;
  font-weight: bold;
}

.message.notfound {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #C81432;
}

/* boxes
-------------------- */
.editor .container, body.mce-content-body .container,
body.mceContentBody .container, .layout .container, .layout .inner, .editor .label-area, body.mce-content-body .label-area,
body.mceContentBody .label-area, .layout .label-area, .editor .single-page-title, body.mce-content-body .single-page-title,
body.mceContentBody .single-page-title, .layout .single-page-title, .editor .article-list-box, body.mce-content-body .article-list-box,
body.mceContentBody .article-list-box, .layout .article-list-box, .editor .latest-news .inner, .latest-news .editor .inner, body.mce-content-body .latest-news .inner, .latest-news body.mce-content-body .inner,
body.mceContentBody .latest-news .inner, .latest-news
body.mceContentBody .inner, .editor .contents .content .inner, .contents .content .editor .inner, body.mce-content-body .contents .content .inner, .contents .content body.mce-content-body .inner,
body.mceContentBody .contents .content .inner, .contents .content
body.mceContentBody .inner, .layout .contents .content .inner, .contents .content .layout .inner, .editor .logo-contents .inner, .logo-contents .editor .inner, body.mce-content-body .logo-contents .inner, .logo-contents body.mce-content-body .inner,
body.mceContentBody .logo-contents .inner, .logo-contents
body.mceContentBody .inner, .editor .genre-tabs, body.mce-content-body .genre-tabs,
body.mceContentBody .genre-tabs, .layout .genre-tabs, .editor .item-category-area .inner, .item-category-area .editor .inner, body.mce-content-body .item-category-area .inner, .item-category-area body.mce-content-body .inner,
body.mceContentBody .item-category-area .inner, .item-category-area
body.mceContentBody .inner, .editor .header .inner, .header .editor .inner, body.mce-content-body .header .inner, .header body.mce-content-body .inner,
body.mceContentBody .header .inner, .header
body.mceContentBody .inner, .editor .footer .inner, .footer .editor .inner, body.mce-content-body .footer .inner, .footer body.mce-content-body .inner,
body.mceContentBody .footer .inner, .footer
body.mceContentBody .inner, .editor .nav.bnav .bnav-lists, .nav.bnav .editor .bnav-lists, body.mce-content-body .nav.bnav .bnav-lists, .nav.bnav body.mce-content-body .bnav-lists,
body.mceContentBody .nav.bnav .bnav-lists, .nav.bnav
body.mceContentBody .bnav-lists, .layout .nav.bnav .bnav-lists, .nav.bnav .layout .bnav-lists, .editor .nav.snav ul, .nav.snav .editor ul, body.mce-content-body .nav.snav ul, .nav.snav body.mce-content-body ul,
body.mceContentBody .nav.snav ul, .nav.snav
body.mceContentBody ul, .layout .nav.snav ul, .nav.snav .layout ul, .editor body.single-item .single-content, body.single-item .editor .single-content, body.mce-content-body body.single-item .single-content, body.single-item body.mce-content-body .single-content,
body.mceContentBody body.single-item .single-content, body.single-item
body.mceContentBody .single-content, .layout body.single-item .single-content, body.single-item .layout .single-content, .editor .search-category-items .form-search, .search-category-items .editor .form-search, body.mce-content-body .search-category-items .form-search, .search-category-items body.mce-content-body .form-search,
body.mceContentBody .search-category-items .form-search, .search-category-items
body.mceContentBody .form-search, .layout .search-category-items .form-search, .search-category-items .layout .form-search {
  min-width: 0;
}

.section-title-box {
  margin-bottom: 55px;
}

.section-title-box .inner {
  position: relative;
}

.section-title-box .wrap-link {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 90px;
}

.section-title-box .wrap-link .fa, .section-title-box .wrap-link .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .section-title-box .wrap-link a, .section-title-box .wrap-link .layout.layout-note a, .layout.layout-note .section-title-box .wrap-link a, .section-title-box .wrap-link .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .section-title-box .wrap-link a:not(.disable), .section-title-box .wrap-link .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel .section-title-box .wrap-link .slick-arrow, .section-title-box .wrap-link .nav.gnav .child-lists > li > a, .nav.gnav .section-title-box .wrap-link .child-lists > li > a, .section-title-box .wrap-link .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .section-title-box .wrap-link .bnav-lists > li:not(:first-child), .section-title-box .wrap-link .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .section-title-box .wrap-link a {
  margin-left: 10px;
}

.article-info-box {
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-info-box .date + * {
  margin-left: auto;
}

.article-list-box {
  min-height: 300px;
}

.thumbnail-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbnail-lists > li {
  width: 480px;
}

.thumbnail-lists > li:not(:nth-child(2n+1)) {
  margin-left: 40px;
}

.thumbnail-lists > li:not(:nth-child(-n+2)) {
  margin-top: 40px;
}

.thumbnail-lists a {
  display: block;
}

.thumbnail-lists .image {
  padding-top: 41.66667%;
  background-position: center;
  background-size: cover;
}

.thumbnail-lists .texts dt {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

.thumbnail-lists .texts dd {
  font-size: 13px;
}

.thumbnail-lists.thumb-lg > li .image {
  padding-top: 62.5%;
}

.thumbnail-lists.thumb-lg > li .texts {
  text-align: center;
}

.thumbnail-lists.thumb-lg > li .texts dt {
  margin: 0 0 20px;
}

.thumbnail-lists.thumb-lg > li .texts dd {
  font-size: 14px;
}

.thumbnail-lists.thumb-sm li {
  width: 300px;
}

.thumbnail-lists.thumb-sm li .image {
  padding-top: 51.66667%;
}

.thumbnail-lists.thumb-sm li:not(:nth-child(2n+1)) {
  margin-left: 0;
}

.thumbnail-lists.thumb-sm li:not(:nth-child(-n+2)) {
  margin-top: 0;
}

.thumbnail-lists.thumb-sm li:not(:nth-child(3n+1)) {
  margin-left: 50px;
}

.thumbnail-lists.thumb-sm li:not(:nth-child(-n+3)) {
  margin-top: 30px;
}

.latest-news {
  margin-top: 95px;
  padding: 40px 0;
  background-color: #FAFBFB;
}

.latest-news .related-title {
  font-weight: bold;
  margin-bottom: 30px;
}

.latest-news .wrap-link {
  width: 180px;
  margin: 30px auto 0;
}

.latest-news .wrap-link .btn-style-01 {
  position: relative;
  width: 100%;
  height: 100%;
}

.latest-news .wrap-link .btn-style-01 .fa, .latest-news .wrap-link .btn-style-01 .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text .latest-news .wrap-link .btn-style-01 a, .latest-news .wrap-link .btn-style-01 .layout.layout-note a, .layout.layout-note .latest-news .wrap-link .btn-style-01 a, .latest-news .wrap-link .btn-style-01 .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents .latest-news .wrap-link .btn-style-01 a:not(.disable), .latest-news .wrap-link .btn-style-01 .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel .latest-news .wrap-link .btn-style-01 .slick-arrow, .latest-news .wrap-link .btn-style-01 .nav.gnav .child-lists > li > a, .nav.gnav .latest-news .wrap-link .btn-style-01 .child-lists > li > a, .latest-news .wrap-link .btn-style-01 .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav .latest-news .wrap-link .btn-style-01 .bnav-lists > li:not(:first-child), .latest-news .wrap-link .btn-style-01 .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .latest-news .wrap-link .btn-style-01 a {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* tables
-------------------- */
.tbl-base td, .tbl-base th {
  padding: 1.5rem 1.5rem;
  line-height: 1.8;
}

.tbl-base th {
  text-align: left;
}

.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: 8px;
}

.btn-style-01 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  border: 2px solid #c81432;
  background-color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 265px;
  margin: 45px auto 0;
  color: #c81432;
  box-sizing: border-box;
  padding: 17px 0;
}

.btn-style-01:hover {
  background-color: #DDDDDD;
}

.btn-large-cart, body.single-item .detail .texts .btn-wrap a, body.single-item .detail .contents-right .btn-wrap a {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding: 10px 40px;
  display: inline-block;
  background-color: #C81432;
  border-radius: 30px;
}

.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: 30px;
  height: 24px;
  background-image: url(./images/_sp/icon_cart.png);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 15px;
}

.btn-single-item, body.single-item .detail .contents-left .img-360 a, body.single-item .detail .contents-right .instructions a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 20px;
  color: #C81432;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #C81432;
  border-radius: 3px;
}

/* lists
-------------------- */
.gallery_wrap + .sns {
  background-color: #fff;
  box-sizing: border-box;
  padding: 2% 0;
  width: 1245px;
  margin: 0 auto;
}
.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: 20px;
  width: 20px;
  height: 20px;
  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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel .sns-lists > li a .slick-arrow, .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 {
  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: 3px;
  background-color: #333333;
  width: 17.5px;
  height: 17.5px;
  position: relative;
  top: 1px;
}

.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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel .sns-lists > li a.instagram .slick-arrow, .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 {
  font-size: 13px;
}

.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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow:before, .layout.layout-related-item .related-item-lists.carousel .sns-lists > li a.instagram .slick-arrow: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 {
  vertical-align: middle;
  position: relative;
  top: 1.5px;
  right: 0px;
}

.sns-long-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-long-lists > li:not(:first-child) {
  margin-left: 15px;
}

.sns-long-lists > li a {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  padding: 10px 40px 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel .sns-long-lists > li a .slick-arrow, .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 {
  font-size: 28px;
  margin-right: 20px;
  vertical-align: middle;
}

.sns-long-lists > li a.facebook {
  background-color: #4268B1;
}

.sns-long-lists > li a.facebook:hover {
  background-color: #244a93;
}

.sns-long-lists > li a.twitter {
  background-color: #1E95E0;
}

.sns-long-lists > li a.twitter:hover {
  background-color: #0077c2;
}

.sns-long-lists > li a.instagram {
  background-color: #333333;
}

.sns-long-lists > li a.instagram:hover {
  background-color: #151515;
}

.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: 20px;
}


/* youtube */
.sns +.bg_wrap {
  margin-bottom: 0!important;
}
.youtube {
  margin-top: 0!important;
  margin-bottom: 0;
}
.youtube .section-title {
    margin-bottom: 55px;
}
.youtube p {
  color: #ae0522;
  font-weight: bold;
  font-size: 15px;
}
.youtube ul {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youtube ul li {
  width:48.5%;
  margin-bottom: 3%;
}
.youtube ul li:nth-of-type(n+2) {
  margin-bottom: 0%;
}
.youtube ul li p {
  margin-top: 10px;
}
body.home .youtube .btn .btn-style-01 {
  margin-top: 0%;
}
/* youtube */

.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 {
  width: 100%;
}
.border-lists.dashed li {
  border-style: dashed;
}

.news-lists > li dl {
  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;
}

.news-lists > li dl a {
  display: inline-block;
  padding: 20px 0;
}

.news-lists > li dl .date {
  font-size: 12px;
  width: 100px;
  padding: 20px 0;
}

.news-lists > li dl .terms {
  width: 140px;
}

.news-lists > li dl .terms p:not(:first-child) a {
  padding-top: 0;
}

.news-lists > li dl .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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: 230px;
}

.archive-news-lists li:not(:nth-child(4n+1)) {
  margin-left: 24px;
}

.archive-news-lists li:not(:nth-child(-n+4)) {
  margin-top: 24px;
}

.archive-news-lists li a {
  display: block;
}

.archive-news-lists li .image {
  padding-top: 62.6087%;
  background-position: center;
  background-size: cover;
}

.archive-news-lists li .texts .article-info-box {
  margin: 1em 0;
}

.archive-news-lists li .texts .article-info-box .date {
  margin-right: 1em;
}

.archive-news-lists li .texts .article-info-box .terms {
  font-weight: normal;
}

.archive-news-lists li .texts .title {
  font-size: 13px;
  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.3);
} */

.overlay-lists.text-center > li a {
  position: relative;
}

.overlay-lists.text-center > li .texts {
  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: 70px;
}

.item-lists > li {
  width: 210px;
}

.item-lists > li:not(:nth-child(4n+1)) {
  margin-left: 40px;
}

.item-lists > li:not(:nth-child(-n+4)) {
  margin-top: 60px;
}

.item-lists a {
  display: block;
  text-decoration: underline;
  text-align: center;
}

.item-lists .image {
  padding-top: 100%;
  background-position: center;
  background-size: contain;
}

.item-lists .image.cover {
  background-size: cover;
}

.item-lists .title {
  margin-top: 13px;
}

/* block
-------------------- */
.blur-block {
  color: white;
  background: url(./images/blur.png);
}

/* form parts
-------------------- */
input,
textarea {
  border: 1px solid #EEEEEE;
  padding: 2px 10px;
  display: block;
}

input[type=submit] {
  cursor: pointer;
  background-color: transparent;
}

textarea {
  max-width: 100%;
}

button {
  cursor: pointer;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  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;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: 0;
}

.checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "";
  width: 20px;
  height: 20px;
  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: 4px;
  display: block;
  width: 12px;
  height: 4px;
  margin-top: -8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* pagination
-------------------- */
.pagination {
  margin-top: 50px;
  text-align: center;
}

.pagination .inner {
  display: inline-block;
}

.pagination .numbers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination .page-numbers:not(.dots) {
  width: 32px;
  height: 32px;
  font-size: 13px;
  display: block;
  line-height: 32px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid #DDDDDD;
  border-radius: 100%;
}

.pagination .page-numbers:not(.dots).current, .pagination .page-numbers:not(.dots):hover {
  color: white;
  background-color: #DDDDDD;
}

.pagination .page-numbers.dots {
  color: #666666;
  vertical-align: bottom;
  line-height: 48px;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 60px;
  color: white;
  background-color: #555555;
  border-radius: 30px;
}

.pagination .page-numbers:not(:first-child) {
  margin-left: 8px;
}

.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%;
  max-width: 700px;
  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: 30px;
  color: white;
  position: absolute;
  top: -1.2em;
  right: 0;
}

.modal-wrap .modal-close:before {
  content: "×";
}

/* --------------------
  common sections
-------------------- */
.wrapper {
  /* padding-top: 105.75px; */
  /* padding-top: 7vw; */
  min-width: 0;
}

/* contents
-------------------- */
.contents {
  min-height: 500px;
}
.contents.notfound {
  margin: 120px auto 0;
}
.contents.page_fix {
  margin: 126px 0 0;
}
.contents.page_fix_2 {
  margin: 100px 0 0;
  margin-top: 0;
}

.logo-contents {
  padding: 90px 0 80px;
}

.logo-contents .inner {
  padding: 0 70px;
}

.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;
  width: 100%;
}

.logo-contents .logo-lists li {
  width: 120px;
}

.logo-contents .logo-lists a {
  padding-top: 36.06557%;
  background-image: url(./images/logos.png);
  height: 0;
  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;
}

/* 商品検索のタブとカテゴリ
-------------------- */
.tab-lists {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tab-lists > li {
  font-size: 14px;
  width: 120px;
  color: #666666;
  text-align: center;
}

.tab-lists > li a {
  display: block;
  padding: 10px;
  padding-top: 15px;
  border: 1px solid #FFC7CB;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.tab-lists > li a.isActive, .tab-lists > li a:hover {
  background-color: #FFF7F7;
  position: relative;
}

.tab-lists > li a.isActive:after, .tab-lists > li a:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #FFF7F7;
}

.tab-lists > li a.isActive {
  color: #C71235;
  font-weight: bold;
  padding: 20px 10px 15px;
}

.tab-lists > li:not(:first-child) {
  margin-left: 10px;
}

.archive-lists > li {
  font-size: 12px;
}

.archive-lists > li:not(:first-child) {
  margin-left: 40px;
}

.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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel .archive-lists .slick-arrow, .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 {
  font-size: 10px;
  margin-right: 10px;
}

.genre-tabs {
  position: relative;
}

.genre-tabs .archive-lists {
  position: absolute;
  bottom: 13px;
  right: 20px;
}

.item-category-area {
  padding: 10px 0;
  background-color: #FFF7F7;
  border-top: 1px solid #FFC7CB;
  border-bottom: 1px solid #FFC7CB;
}

.item-category-area.isActive {
  background-image: url(./images/bg_item.png);
  background-repeat: no-repeat;
  background-position: center;
}

.item-categories {
  padding: 30px 0;
  position: relative;
}

.item-categories.isTall {
  height: 506px;
}

.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: 180px;
  background-color: white;
  padding: 15px;
}

.category-items .category-item a {
  display: block;
}

.category-items .category-item .image {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

.category-items .category-item .category-name {
  font-size: 12px;
  color: #C71235;
  text-align: center;
}

.category-items .category-item:not(:nth-child(5n+1)) {
  margin-left: 25px;
}

.category-items .category-item:not(:nth-child(-n+5)) {
  margin-top: 30px;
}

.category-items.slider .bx-controls .bx-controls-direction a {
  background-color: #C81432;
}

.category-items.slider .bx-controls .bx-controls-direction a.bx-prev {
  left: -4.5rem;
}

.category-items.slider .bx-controls .bx-controls-direction a.bx-next {
  right: -4.5rem;
}

/* フェード
-------------------- */
.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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: white;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(51, 51, 51, 0.08);
  box-shadow: 1px 1px 10px 0px rgba(51, 51, 51, 0.08);
}

.header .header-top {
  padding-top: 15px;
}

.header .header-top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .header-top .right {
  margin-left: auto;
  padding-top: 5px;
  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;
}

.header .header-top .search-box {
  width: 300px;
  position: relative;
}

.header .header-top .search-box input[type=text] {
  border-radius: 25px;
}

.header .header-top .search-box .wrap-submit {
  width: 14px;
  position: absolute;
  top: .3rem;
  right: 1.4rem;
}

.header .header-top .search-box .submit {
  padding-top: 100%;
  background-image: url(./images/icon_search.png);
  height: 0;
}

.header .header-top .sns {
  margin-left: 20px;
  padding-top: 2px;
}

.header .header-top .sns-lists li:not(:first-child) {
  margin-left: 5px;
}

.header .sitename {
  width: 210px;
}

.header .logo {
  padding-top: 17.83439%;
  background-image: url(./images/logo_red.png);
  height: 0;
}

/* footer
-------------------- */
.footer {
  padding: 35px 0 30px;
  background-color: #F8F8F8;
}

.footer .inner {
  position: relative;
}

.footer .footer-top {
  position: relative;
  padding-bottom: 30px;
}

.footer .characters {
  width: 140px;
  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: 0;
  bottom: 0;
}

.footer .characters > div {
  width: 32.85714%;
}

.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: 30px;
}

.footer .characters .petiko i {
  background-position: 100% top;
}

.footer .footer-btm {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}

.footer .footer-logos {
  width: 140px;
  position: absolute;
  top: 0;
  right: 20px;
}

.footer .sitename {
  width: 100%;
}

.footer .sitename .logo {
  padding-top: 26.11111%;
  background-image: url(./images/logo_gray.png);
  height: 0;
}

.footer .sns {
  margin: 30px 0 20px;
}

.footer .sns .sns-lists li:not(:first-child) {
  margin-left: 10px;
}

.footer .copyright {
  text-align: center;
  color: #666666;
}

.footer .copyright span {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* ナビゲーション
-------------------- */
.nav > *[class*="-lists"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav.gnav {
  margin-top: 5px;
}

.nav.gnav .gnav-lists {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav.gnav .gnav-lists > li {
  position: relative;
}

.nav.gnav .gnav-lists > li a {
  font-size: 12px !important;
}

.nav.gnav .gnav-lists > li > a {
  display: inline-block;
  padding: 15px;
}

.nav.gnav .gnav-lists > li > a.online-shop {
  color: #C81432;
}

.nav.gnav .gnav-lists > li > a.online-shop:after {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(./images/icon_cart.png);
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.nav.gnav .gnav-lists > li > a:hover {
  text-decoration: none;
}

.nav.gnav .gnav-lists > li:not(:first-child) {
  margin-left: 20px;
}

.nav.gnav .gnav-lists > li.hasChild:hover .children {
  display: block !important;
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .3s;
}

.nav.gnav .gnav-lists > li.wp-menu-post-type-useful .children:after {
  left: 8rem;
}

.nav.gnav .children {
  display: none !important;
  -webkit-animation: fadeOut .2s;
  animation: fadeOut .2s;
  background-color: #F8F8F8;
  padding: 20px 30px;
  position: absolute;
  left: -60px;
  z-index: 20;
}

.nav.gnav .children:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.8em 0.8em 0.8em;
  border-color: transparent transparent #F8F8F8 transparent;
  position: absolute;
  top: -0.8em;
  left: 7rem;
}

.nav.gnav .child-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 495px;
  margin-top: -20px;
}

.nav.gnav .child-lists > li {
  width: 165px;
  margin-top: 20px;
}

.nav.gnav .child-lists > li > a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
  vertical-align: middle;
}

.nav.gnav .child-lists > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
}

.nav.gnav .child-lists > li > a:not(:target):before {
  top: -2px;
}

.nav.fnav .fnav-lists > li > a {
  font-size: 13px;
  font-weight: bold;
}

.nav.fnav .fnav-lists > li:not(:first-child) {
  margin-left: 30px;
}

.nav.fnav .child-lists > li {
  margin-top: .5rem;
}

.nav.fnav .child-lists > li a {
  font-size: 11px;
}

.nav.pnav .pnav-lists > li a {
  font-size: 11px;
}

.nav.pnav .pnav-lists > li:not(:first-child) {
  margin-left: 30px;
}

.nav.bnav {
  margin-top: 15px;
}

.nav.bnav .bnav-lists {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav.bnav .bnav-lists > li a {
  font-size: 10px;
  letter-spacing: 0;
}

.nav.bnav .bnav-lists > li:not(:first-child) {
  margin-left: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

.nav.bnav .bnav-lists > li:not(:first-child):before {
  color: #CCCCCC;
  margin-right: 7px;
  font-family: FontAwesome;
}

.nav.bnav .bnav-lists > li:last-child a {
  pointer-events: none;
}

.nav.snav {
  color: white;
  background-color: #333333;
}

.nav.snav ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav.snav ul > li:not(:first-child) {
  margin-left: 2em;
}

.nav.snav a {
  font-size: 12px;
  display: block;
  padding: 24px 0;
  line-height: 1;
}

.nav.snav a.current, .nav.snav a:hover {
  font-weight: bold;
  text-decoration: none !important;
}

.nav.snav.fixed {
  position: fixed;
  top: 105.75px;
  left: 0;
  z-index: 10;
  width: 100%;
}

.nav.snav.fixed + .breadcrumbs {
  margin-top: 75px;
}

/* スライダー共通
-------------------- */
.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: 30px 0;
  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: 10px;
  margin-top: 0;
}

.slider .bx-controls .bx-pager-link {
  width: 10px;
  height: 10px;
  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;
  font-size: 28px;
  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 {
  left: -5rem;
  padding-right: 0.2rem;
}

.slider .bx-controls .bx-controls-direction a.bx-next {
  right: -5rem;
  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;
}

/* トップ
-------------------- */
body.home .content:not(.mainvisual):not(.recommend):not(.voice) {
  margin-top: 70px;
}

body.home .content.mainvisual .loader-simple {
  top: 250px;
  bottom: auto;
}

body.home .content.mainvisual .mv-lists > li div[class*="-wrap"] {
  width: 100%;
  height: 0;
  padding-top: 46.875%;
  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 {
  min-height: 468px;
  max-height: 600px;
  overflow: hidden;
}

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 > * {
  height: auto;
}

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

@media screen and (min-width: 1281px) {
  body.home .content.mainvisual {
    /* height: 600px; */
  }
  body.home .content.mainvisual .slider-wrap {
    /* top: 50%; */
    /* -webkit-transform: translate3d(0, -50%, 0); */
    /* transform: translate3d(0, -50%, 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;
  max-height: 360px;
  overflow: hidden;
}

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: 16px;
  padding: 1rem 0;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

/* 新特集 */
body.home .useful {
  margin-top: 100px;
}
body.home .toksyu-lists {
  width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
    min-width: 1040px;
    display: flex;
    justify-content: space-between;
}
body.home .toksyu-lists .image {
  width: 480px;
  height: 250px;
  background-position: center;
  background-size: cover;
}
body.home .toksyu-lists .texts{
  text-align: center;
}
body.home .toksyu-lists .texts p,
body.home .pickup-lists .title {
  color: #481707;
  font-size: 16px;
  margin-top: 4%;
  font-weight: bold;
}
body.home .pickup-lists .lead {
  font-size: 15px;
  margin-top: 2%;
  font-weight: bold;
}



body.home .toksyu-lists .image:before {
  content: none;
}

body.home .content.pickup .bx-viewport {
  width: 100%;
  overflow: visible !important;
}

body.home .content.pickup {
  background: url(/wp-content/themes/petio/images/top_content_bg.gif) 0 0 repeat;
  padding: 70px 0;
}

body.home .content.pickup .pickup-lists {
  width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 100%;
  min-width: 1040px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

body.home .content.pickup .pickup-lists > li {
  width: 290px;
  margin-bottom: 5%;
  position: relative;
  text-align: center;
}

body.home .content.pickup .pickup-lists > li .thumb_icon{
  position: absolute;
  top: -6%;
  left: -9%;
  z-index: 1;
}

body.home .content.pickup .pickup-lists .image {
  width: 100%;
  height: 290px;
  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 .content.pickup .slider.length-2 .bx-viewport {
  overflow: hidden !important;
}

/* ブランド */
body.home .brand_sec {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 70px;
  background: url(/wp-content/themes/petio/images/top_content_bg.gif) 0 0 repeat
}
body.home .brand_sec .inner {
  padding: 70px 38px 50px;
  max-width: 100px;
  min-width: 1070px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #e8e4e4;
}
body.home .brand_sec::before {
  content: none;
}
body.home .brand_sec ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
/* ブランド */


body.home .bg_wrap {
  padding: 70px 0;
  background-color: #FAFBFB;
  margin: 70px auto;
}
body.home .content.topics {
  padding: 40px 0;
  /* background-color: #FAFBFB; */
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  min-width: 1040px;
  margin-top: 0!important;
}
body.home .content.topics ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

/* 商品を探す */
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: 4%;
  margin-bottom: 70px!important;
}
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) 0 50% no-repeat;
  margin-bottom: 3%;
}
body.home .content.item .item_box{
  width: 100px;
  margin: 0px auto;
  padding: 0 20px;
  max-width: 100%;
  min-width: 1040px;
}
body.home .content.item .item_box ul{
  display: flex;
  width: 46%;
  justify-content: space-between;
  flex-flow: wrap;
}
body.home .content.item .item_box li{
  text-align: center;
  margin-bottom: 4%;
}
body.home .content.item .item_box ul a{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border: 6px solid #d7d5d6;
  box-sizing: border-box;
  padding: 12% 0;
  display: block;
  background-color: #fff;
  width: 220px;
}
body.home .content.item .item_box ul a:hover {
  background-color: #ae0522;
  border: 6px solid #d0465e;
  color: #fff;

}
/* 商品を探す */

body.home .content.topics .bx-prev, body.home .content.topics .bx-next {
  top: 5.5rem;
}

body.home .content.topics .topics-lists a{
  display:block;
}

body.home .content.topics .topics-lists .texts .article-info-box {
  margin: 10px 0;
}

body.home .content.topics .topics-lists .texts .title {
  line-height: 1.8;
  font-weight: bold;
  font-size:15px;
}

body.home .content.topics .topics-lists.noSlide li {
  margin: 0 auto;
}
body.home .content.topics .topics-lists .texts .article-info-box time {
  color: #ae0522;
  font-size: 16px;
  font-weight: bold;
}
body.home .content.useful .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  min-width: 1040px;
  flex-flow: wrap;
  justify-content: space-between;
}

body.home .content.useful .section-title-box .inner {
  width: 100%;
  min-width: 0;
}

body.home .content.useful .zuttone {
  /* width: 480px; */
}

body.home .content.useful .zuttone a {
  display: block;
  font-size: 14px;
  padding: 0 38px 43px;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  width: 480px;
  height: 310px;
  background-image: url(./images/bg_zuttone.png);
}

body.home .content.useful .useful {
  width: 100%;
  margin-left: auto;
}
body.home .content.useful .useful {
  margin-top: 0;
}
body.home .content.useful .useful .wrap-link {
  right: 0;
}

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;
  justify-content: space-around;
}

body.home .content.useful .useful .useful-lists > li {
  width: 33%;
}
body.home .content.useful .useful .useful-lists > li .useful_ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 8% auto;
}
body.home .content.useful .useful .useful-lists > li .useful_ttl .redBg {
  font-size: 29px;
  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: 15px;
  width: 80%;
  margin: 2% auto 4%;
  white-space: nowrap;
}
body.home .content.useful .useful .useful-lists > li a {
  font-size: 15px;
  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 a {
  position: relative;
}

body.home .content.useful .useful .useful-lists > li .image {
  padding-top: 89%;
}

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

body.home .content.useful .useful .useful-lists > li .title {
  font-size: 16px;
  margin-bottom: 20px;
}

body.home .content.useful .useful .useful-lists > li .summary {
  font-size: 12px;
  max-width: 94%;
  margin: 0 auto;
}

/* body.home .content.useful .useful .useful-lists > li:nth-child(even) {
  margin-left: 10px;
} */

/* body.home .content.useful .useful .useful-lists > li:not(:nth-child(-n+2)) {
  margin-top: 10px;
} */

body.home .content p {
  margin-bottom: 2%;
}
body.home .pf_ttl {
  margin: 100px auto 20px;
}
body.home .content .friends {
  text-align: center;
}
body.home .content .friends p.txt {
  color: #481707;
  font-size: 18px;
}
body.home .content .friends .btn-style-01 {
  width: 350px;
  font-weight: bold;
  margin-top: 25px;
}

body .news {
  background-color: #fff !important;
  margin-top: 0px !important;
  padding-top: 70px;
}

body.home .content.voice {
  padding: 60px 0 0px;
  background: url(./images/bg_voice.jpg) repeat center bottom;
}
body.home .content.voice .gallery_wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding: 2% 0 0;
  width: 1245px;
  margin: 0 auto;
}

body.home .content.voice .widgets {
}

/* 下層共通
-------------------- */
body:not(.home) .page-type-area {
  min-width: 1040px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

body:not(.home) .page-type-area .lower-mv {
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

body:not(.home) .page-type-area.about .lower-mv {
  padding-top: 19.53125%;
  background-image: url(./images/_pagetitle/about.png);
}

@media screen and (min-width: 1281px) {
  body:not(.home) .page-type-area.about {
    height: 320px;
    margin-top: 90px;
  }
  body:not(.home) .page-type-area.about .lower-mv {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

body:not(.home) .page-type-area.feature .lower-mv {
  padding-top: 19.53125%;
  background-image: url(./images/_pagetitle/feature.png);
}



@media screen and (min-width: 1281px) {
  body:not(.home) .page-type-area.feature {
    height: 320px;
    margin-top: 90px;
  }
  body:not(.home) .page-type-area.feature .lower-mv {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

body:not(.home) .page-type-area.new_tokusyu .lower-mv {
  padding-top: 19.53125%;
  background-image: url(./images/_pagetitle/feature.png);
}
@media screen and (min-width: 1281px) {
  body:not(.home) .page-type-area.new_tokusyu {
    height: 320px;
    margin-top: 90px;
  }
  body:not(.home) .page-type-area.new_tokusyu .lower-mv {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

body:not(.home) .page-type-area.item .lower-mv {
  padding-top: 19.53125%;
  background-image: url(./images/_pagetitle/item.png);
}

@media screen and (min-width: 1281px) {
  body:not(.home) .page-type-area.item {
    height: 320px;
    margin-top: 90px;
    margin-top: 0;
  }
  body:not(.home) .page-type-area.item .lower-mv {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

body:not(.home) .page-type-area.news .lower-mv {
  padding-top: 19.53125%;
  background-image: url(./images/_pagetitle/news.png);
}

@media screen and (min-width: 1281px) {
  body:not(.home) .page-type-area.news {
    height: 320px;
margin-top: 90px;
  }
  body:not(.home) .page-type-area.news .lower-mv {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

body:not(.home) .page-type-area.useful .lower-mv {
  padding-top: 19.53125%;
  background-image: url(./images/_pagetitle/useful.png);
}

@media screen and (min-width: 1281px) {
  body:not(.home) .page-type-area.useful {
    display: none;
    /* height: 320px;
margin-top: 90px; */
  }
  body:not(.home) .page-type-area.useful .lower-mv {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

body:not(.home) .page-type-area.contact .lower-mv {
  padding-top: 19.53125%;
  background-image: url(./images/_pagetitle/contact.png);
}

@media screen and (min-width: 1281px) {
  body:not(.home) .page-type-area.contact {
    height: 320px;
    margin-top: 90px;
  }
  body:not(.home) .page-type-area.contact .lower-mv {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

body:not(.home) .search-category-items {
  margin-bottom: 50px;
}

body:not(.home) .child-terms + .article-lists {
  margin-top: 50px;
}

body:not(.home) .like-select {
  width: 300px;
  margin: 0 auto;
}

body:not(.home) .like-select .btn-style-01 {
  padding: 1rem;
  position: relative;
  width: 100%;
  height: 100%;
}

body:not(.home) .like-select .fa, body:not(.home) .like-select .layout.layout-column .blocks .block .text a, .layout.layout-column .blocks .block .text body:not(.home) .like-select a, body:not(.home) .like-select .layout.layout-note a, .layout.layout-note body:not(.home) .like-select a, body:not(.home) .like-select .layout.layout-accordion .accordion-contents a:not(.disable), .layout.layout-accordion .accordion-contents body:not(.home) .like-select a:not(.disable), body:not(.home) .like-select .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel body:not(.home) .like-select .slick-arrow, body:not(.home) .like-select .nav.gnav .child-lists > li > a, .nav.gnav body:not(.home) .like-select .child-lists > li > a, body:not(.home) .like-select .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav body:not(.home) .like-select .bnav-lists > li:not(:first-child), body:not(.home) .like-select .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction body:not(.home) .like-select a {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

body:not(.home) .children-box {
  display: none;
  width: 330px;
  margin: 10px 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 {
  font-size: 13px;
  display: block;
  padding: 1rem;
  text-align: center;
}

body:not(.home) .children-box ul a:hover {
  background-color: #DDDDDD;
}

body:not(.home) .children-box.isActive {
  display: block;
}

body:not(.home) .regular-related-pages {
  margin: 50px 0;
}

body.home .content.news .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  min-width: 1040px;
}
/* single コンテンツ 共通
-------------------- */
.single-content {
  min-height: 300px;
}

/* 404
-------------------- */
body.error404 .message {
  margin: 50px 0 55px;
}

body.error404 .message p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

body.error404 .layouts a {
  color: #C81432;
  text-decoration: underline;
}

body.error404 .blocks {
  margin-top: 55px;
}

/* 検索結果
-------------------- */
body.search .search-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

body.search .search-info .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.search .search-info .words > div:not(:first-child) {
  margin-left: 1rem;
}

body.search .search-info .sort-box {
  margin-left: auto;
}

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.active {
  font-weight: bold;
}

body.search .article-lists {
  margin-top: 50px;
}

body.search .article-lists li:not(:first-child) {
  margin-top: 30px;
}

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: 100px;
  height: 100px;
  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: 40px;
}

body.search .article-lists li .title {
  font-size: 14px;
  font-weight: bold;
}

body.search .article-lists li .date {
  font-size: 11px;
  color: #666666;
  margin-top: 15px;
  line-height: 1;
  letter-spacing: 0;
}

body.search .article-lists li .description {
  margin-top: 10px;
}

body.search .notfound {
  margin-top: 30px;
}

body.search .notfound p {
  font-size: 14px;
  line-height: 1.8;
}

body.search .notfound b {
  color: #C81432;
}

/* お問い合わせフォーム
-------------------- */
.gray-box {
  background-color: #EEEEEE;
  padding: 20px;
}

.editor form *, body.mce-content-body form *,
body.mceContentBody form *, .layout form * {
  margin-top: 0;
  margin-bottom: 0;
}

.editor form input, body.mce-content-body form input,
body.mceContentBody form input, .layout form input, .editor form textarea, body.mce-content-body form textarea,
body.mceContentBody form textarea, .layout form textarea {
  width: 100%;
  margin: 0;
  padding: 4px 10px;
  border-radius: 5px;
  border-color: #DDDDDD;
}

.editor form textarea, body.mce-content-body form textarea,
body.mceContentBody form textarea, .layout form textarea {
  min-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.editor form select, body.mce-content-body form select,
body.mceContentBody form select, .layout form select {
  border-radius: 30px;
  margin: 0;
}

.editor form p, body.mce-content-body form p,
body.mceContentBody form p, .layout form p {
  margin: .6rem 0;
  line-height: 1.2;
}

.editor form table *, body.mce-content-body form table *,
body.mceContentBody form table *, .layout form table * {
  vertical-align: top;
}

.editor form .wpcf7-not-valid-tip, body.mce-content-body form .wpcf7-not-valid-tip,
body.mceContentBody form .wpcf7-not-valid-tip, .layout form .wpcf7-not-valid-tip {
  color: #C81432;
  margin-top: .5rem;
}

.editor form .parts, body.mce-content-body form .parts,
body.mceContentBody form .parts, .layout form .parts {
  position: relative;
  height: 100%;
}

.editor form .parts .fa, body.mce-content-body form .parts .fa,
body.mceContentBody form .parts .fa, .layout form .parts .fa, .editor form .parts .layout.layout-column .blocks .block .text a, body.mce-content-body form .parts .layout.layout-column .blocks .block .text a,
body.mceContentBody 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, body.mce-content-body form .parts .layout.layout-note a,
body.mceContentBody form .parts .layout.layout-note a, .layout.layout-note form .parts a, .editor form .parts .layout.layout-accordion .accordion-contents a:not(.disable), body.mce-content-body form .parts .layout.layout-accordion .accordion-contents a:not(.disable),
body.mceContentBody 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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow, body.mce-content-body form .parts .layout.layout-related-item .related-item-lists.carousel .slick-arrow,
body.mceContentBody form .parts .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item form .parts .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel form .parts .slick-arrow, .editor form .parts .nav.gnav .child-lists > li > a, .nav.gnav .editor form .parts .child-lists > li > a, body.mce-content-body form .parts .nav.gnav .child-lists > li > a, .nav.gnav body.mce-content-body form .parts .child-lists > li > a,
body.mceContentBody form .parts .nav.gnav .child-lists > li > a, .nav.gnav
body.mceContentBody 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), body.mce-content-body form .parts .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav body.mce-content-body form .parts .bnav-lists > li:not(:first-child),
body.mceContentBody form .parts .nav.bnav .bnav-lists > li:not(:first-child), .nav.bnav
body.mceContentBody 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, body.mce-content-body form .parts .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction body.mce-content-body form .parts a,
body.mceContentBody form .parts .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction
body.mceContentBody form .parts a, .layout form .parts .slider .bx-controls .bx-controls-direction a, .slider .bx-controls .bx-controls-direction .layout form .parts a {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.editor form .parts.xs, body.mce-content-body form .parts.xs,
body.mceContentBody form .parts.xs, .layout form .parts.xs {
  width: 80px;
}

.editor form .parts.sm, body.mce-content-body form .parts.sm,
body.mceContentBody form .parts.sm, .layout form .parts.sm {
  width: 150px;
}

.editor form .parts.xm, body.mce-content-body form .parts.xm,
body.mceContentBody form .parts.xm, .layout form .parts.xm {
  width: 300px;
}

.editor form .parts.md, body.mce-content-body form .parts.md,
body.mceContentBody form .parts.md, .layout form .parts.md {
  width: 350px;
}

.editor form .parts.lg, body.mce-content-body form .parts.lg,
body.mceContentBody form .parts.lg, .layout form .parts.lg {
  width: 550px;
}

.editor form label .parts, body.mce-content-body form label .parts,
body.mceContentBody form label .parts, .layout form label .parts {
  margin-left: 10px;
}

.editor form .split-box, body.mce-content-body form .split-box,
body.mceContentBody form .split-box, .layout form .split-box {
  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 form .split-box > *:not(:first-child), body.mce-content-body form .split-box > *:not(:first-child),
body.mceContentBody form .split-box > *:not(:first-child), .layout form .split-box > *:not(:first-child) {
  margin-left: 30px;
}

.editor form .split-box .series *, body.mce-content-body form .split-box .series *,
body.mceContentBody form .split-box .series *, .layout form .split-box .series * {
  margin: 0;
}

.editor form .split-box .series:not(:first-child), body.mce-content-body form .split-box .series:not(:first-child),
body.mceContentBody form .split-box .series:not(:first-child), .layout form .split-box .series:not(:first-child) {
  margin-left: 10px;
}

.editor form .split-box .series:not(:first-child) .parts, body.mce-content-body form .split-box .series:not(:first-child) .parts,
body.mceContentBody form .split-box .series:not(:first-child) .parts, .layout form .split-box .series:not(:first-child) .parts {
  margin-left: 10px;
}

.editor form .vertical-box > *:not(:first-child), body.mce-content-body form .vertical-box > *:not(:first-child),
body.mceContentBody form .vertical-box > *:not(:first-child), .layout form .vertical-box > *:not(:first-child) {
  margin-top: 45px;
}

.editor form .gray-box, body.mce-content-body form .gray-box,
body.mceContentBody form .gray-box, .layout form .gray-box {
  width: 800px;
  margin: 30px auto 0;
  text-align: center;
}

.editor form .gray-box p, body.mce-content-body form .gray-box p,
body.mceContentBody form .gray-box p, .layout form .gray-box p {
  line-height: 1.5;
}

.editor form .gray-box p:not(:first-child), body.mce-content-body form .gray-box p:not(:first-child),
body.mceContentBody form .gray-box p:not(:first-child), .layout form .gray-box p:not(:first-child) {
  margin-top: 1rem;
}

.editor form .gray-box .check, body.mce-content-body form .gray-box .check,
body.mceContentBody form .gray-box .check, .layout form .gray-box .check {
  margin-top: 25px;
}

.editor form .gray-box .wpcf7-not-valid-tip, body.mce-content-body form .gray-box .wpcf7-not-valid-tip,
body.mceContentBody form .gray-box .wpcf7-not-valid-tip, .layout form .gray-box .wpcf7-not-valid-tip {
  display: block;
}

.editor form .submit-area .flex-lists, body.mce-content-body form .submit-area .flex-lists,
body.mceContentBody form .submit-area .flex-lists, .layout form .submit-area .flex-lists, .editor form .submit-area .tab-lists, body.mce-content-body form .submit-area .tab-lists,
body.mceContentBody form .submit-area .tab-lists, .layout form .submit-area .tab-lists, .editor form .submit-area .archive-lists, body.mce-content-body form .submit-area .archive-lists,
body.mceContentBody form .submit-area .archive-lists, .layout form .submit-area .archive-lists {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0;
  position: relative;
  height: 100%;
}

.editor form .submit-area .flex-lists li:before, body.mce-content-body form .submit-area .flex-lists li:before,
body.mceContentBody form .submit-area .flex-lists li:before, .layout form .submit-area .flex-lists li:before, .editor form .submit-area .tab-lists li:before, body.mce-content-body form .submit-area .tab-lists li:before,
body.mceContentBody form .submit-area .tab-lists li:before, .layout form .submit-area .tab-lists li:before, .editor form .submit-area .archive-lists li:before, body.mce-content-body form .submit-area .archive-lists li:before,
body.mceContentBody form .submit-area .archive-lists li:before, .layout form .submit-area .archive-lists li:before {
  content: none;
}

.editor form .submit-area .flex-lists li:not(:first-child), body.mce-content-body form .submit-area .flex-lists li:not(:first-child),
body.mceContentBody form .submit-area .flex-lists li:not(:first-child), .layout form .submit-area .flex-lists li:not(:first-child), .editor form .submit-area .tab-lists li:not(:first-child), body.mce-content-body form .submit-area .tab-lists li:not(:first-child),
body.mceContentBody form .submit-area .tab-lists li:not(:first-child), .layout form .submit-area .tab-lists li:not(:first-child), .editor form .submit-area .archive-lists li:not(:first-child), body.mce-content-body form .submit-area .archive-lists li:not(:first-child),
body.mceContentBody form .submit-area .archive-lists li:not(:first-child), .layout form .submit-area .archive-lists li:not(:first-child) {
  margin-left: 0;
}

.editor form .submit-area .flex-lists .btn-submit, body.mce-content-body form .submit-area .flex-lists .btn-submit,
body.mceContentBody form .submit-area .flex-lists .btn-submit, .layout form .submit-area .flex-lists .btn-submit, .editor form .submit-area .tab-lists .btn-submit, body.mce-content-body form .submit-area .tab-lists .btn-submit,
body.mceContentBody form .submit-area .tab-lists .btn-submit, .layout form .submit-area .tab-lists .btn-submit, .editor form .submit-area .archive-lists .btn-submit, body.mce-content-body form .submit-area .archive-lists .btn-submit,
body.mceContentBody form .submit-area .archive-lists .btn-submit, .layout form .submit-area .archive-lists .btn-submit {
  border-radius: 30px;
}

.editor form .submit-area .flex-lists .btn-submit.back, body.mce-content-body form .submit-area .flex-lists .btn-submit.back,
body.mceContentBody 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, body.mce-content-body form .submit-area .tab-lists .btn-submit.back,
body.mceContentBody 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, body.mce-content-body form .submit-area .archive-lists .btn-submit.back,
body.mceContentBody form .submit-area .archive-lists .btn-submit.back, .layout form .submit-area .archive-lists .btn-submit.back {
  background-color: #CCCCCC;
}

.editor form .submit-area .flex-lists .btn-submit.submit, body.mce-content-body form .submit-area .flex-lists .btn-submit.submit,
body.mceContentBody 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, body.mce-content-body form .submit-area .tab-lists .btn-submit.submit,
body.mceContentBody 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, body.mce-content-body form .submit-area .archive-lists .btn-submit.submit,
body.mceContentBody form .submit-area .archive-lists .btn-submit.submit, .layout form .submit-area .archive-lists .btn-submit.submit {
  margin-left: 40px;
}

.editor form .submit-area .flex-lists .ajax-loader, body.mce-content-body form .submit-area .flex-lists .ajax-loader,
body.mceContentBody form .submit-area .flex-lists .ajax-loader, .layout form .submit-area .flex-lists .ajax-loader, .editor form .submit-area .tab-lists .ajax-loader, body.mce-content-body form .submit-area .tab-lists .ajax-loader,
body.mceContentBody form .submit-area .tab-lists .ajax-loader, .layout form .submit-area .tab-lists .ajax-loader, .editor form .submit-area .archive-lists .ajax-loader, body.mce-content-body form .submit-area .archive-lists .ajax-loader,
body.mceContentBody 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, body.mce-content-body form .submit-area .btn-submit,
body.mceContentBody form .submit-area .btn-submit, .layout form .submit-area .btn-submit {
  width: 320px;
  height: auto;
  display: block;
  padding: 1rem 2rem;
  background-color: #C81432;
}

.editor form .submit-area .btn-submit:before, body.mce-content-body form .submit-area .btn-submit:before,
body.mceContentBody form .submit-area .btn-submit:before, .layout form .submit-area .btn-submit:before {
  content: none;
}

.editor .wpcf7-not-valid-tip, body.mce-content-body .wpcf7-not-valid-tip,
body.mceContentBody .wpcf7-not-valid-tip, .layout .wpcf7-not-valid-tip {
  display: none;
}

.editor .formErrorContent, body.mce-content-body .formErrorContent,
body.mceContentBody .formErrorContent, .layout .formErrorContent {
  color: #C81432;
  margin-top: .5rem;
}

.editor .is_confirm .vertical-box .parts.md:nth-child(2), body.mce-content-body .is_confirm .vertical-box .parts.md:nth-child(2),
body.mceContentBody .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, body.mce-content-body .is_confirm .wpcf7-form-control-wrap.myfile,
body.mceContentBody .is_confirm .wpcf7-form-control-wrap.myfile, .layout .is_confirm .wpcf7-form-control-wrap.myfile {
  display: none;
}

.editor .is_confirm .conf-hide, body.mce-content-body .is_confirm .conf-hide,
body.mceContentBody .is_confirm .conf-hide, .layout .is_confirm .conf-hide {
  display: none;
}

.editor .is_confirm input, body.mce-content-body .is_confirm input,
body.mceContentBody .is_confirm input, .layout .is_confirm input, .editor .is_confirm textarea, body.mce-content-body .is_confirm textarea,
body.mceContentBody .is_confirm textarea, .layout .is_confirm textarea {
  max-height: none;
  min-height: 0;
  height: auto;
  padding: 0;
}

.editor .is_confirm .parts, body.mce-content-body .is_confirm .parts,
body.mceContentBody .is_confirm .parts, .layout .is_confirm .parts {
  width: auto !important;
}

.editor .is_confirm .split-box, body.mce-content-body .is_confirm .split-box,
body.mceContentBody .is_confirm .split-box, .layout .is_confirm .split-box {
  display: block;
}

.editor .is_confirm .split-box *:not(.conf-hide), body.mce-content-body .is_confirm .split-box *:not(.conf-hide),
body.mceContentBody .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), body.mce-content-body .is_confirm .split-box *:not(.conf-hide):not(:first-child),
body.mceContentBody .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 .wpcf7-list-item, body.mce-content-body .is_confirm .wpcf7-list-item,
body.mceContentBody .is_confirm .wpcf7-list-item, .layout .is_confirm .wpcf7-list-item {
  margin-left: 0 !important;
}

.editor .is_confirm input[type=radio], body.mce-content-body .is_confirm input[type=radio],
body.mceContentBody .is_confirm input[type=radio], .layout .is_confirm input[type=radio] {
  display: none !important;
}

.editor .is_confirm input[type=radio] + .wpcf7-list-item-label, body.mce-content-body .is_confirm input[type=radio] + .wpcf7-list-item-label,
body.mceContentBody .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, body.mce-content-body .is_confirm .btn-org-file,
body.mceContentBody .is_confirm .btn-org-file, .layout .is_confirm .btn-org-file {
  display: none !important;
}

.editor .is_confirm .btn-org-file + .filename, body.mce-content-body .is_confirm .btn-org-file + .filename,
body.mceContentBody .is_confirm .btn-org-file + .filename, .layout .is_confirm .btn-org-file + .filename {
  margin-left: 0;
}

.editor .wpcf7-text:-webkit-autofill, body.mce-content-body .wpcf7-text:-webkit-autofill,
body.mceContentBody .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, body.mce-content-body .wpcf7c-conf,
body.mceContentBody .wpcf7c-conf, .layout .wpcf7c-conf {
  background-color: white;
  border: none;
}

.editor #row-myfile, body.mce-content-body #row-myfile,
body.mceContentBody #row-myfile, .layout #row-myfile {
  display: none;
}

.editor .select-file, body.mce-content-body .select-file,
body.mceContentBody .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"], body.mce-content-body .select-file input[type="file"],
body.mceContentBody .select-file input[type="file"], .layout .select-file input[type="file"] {
  display: none;
}

.editor .select-file .btn-org-file, body.mce-content-body .select-file .btn-org-file,
body.mceContentBody .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;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.editor .select-file .btn-org-file:hover, body.mce-content-body .select-file .btn-org-file:hover,
body.mceContentBody .select-file .btn-org-file:hover, .layout .select-file .btn-org-file:hover {
  background-color: #DDDDDD;
}

.editor .select-file .filename, body.mce-content-body .select-file .filename,
body.mceContentBody .select-file .filename, .layout .select-file .filename {
  font-style: normal;
  margin-left: 10px;
}

/* wovnのlang選択ボックス
-------------------- */
#wovn-languages {
  margin-left: 20px;
  position: relative;
}

#wovn-languages .now-selected {
  font-size: 12px;
  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 .layout.layout-related-item .related-item-lists.carousel .slick-arrow, .layout.layout-related-item .related-item-lists.carousel #wovn-languages .now-selected .slick-arrow, #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 {
  color: #333333;
  margin-left: 10px;
}

#wovn-languages .select-box {
  display: none;
  -webkit-animation: fadeOut .2s;
  animation: fadeOut .2s;
  position: absolute;
  left: -1rem;
  z-index: 20;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.9);
}

#wovn-languages .select-box label {
  cursor: pointer;
  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 .label {
  -webkit-transition: color .4s;
  transition: color .4s;
}

#wovn-languages .select-box label:hover .label {
  color: #C81432;
}

#wovn-languages .select-box label:first-child {
  padding-top: 1.5rem;
}

#wovn-languages .select-box label:not(:first-child) {
  padding-top: 0.5rem;
}

#wovn-languages:hover .select-box {
  display: block !important;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
}

/* voice一覧
-------------------- */
body.page .single-content.voice .layout div, body.page .single-content.voice .editor div, body.page .single-content.voice body.mce-content-body div, body.page .single-content.voice
body.mceContentBody div, body.page .single-content.voice .layout div {
  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: 40px;
}

/* 商品のタクソノミ一覧
-------------------- */
body[class*="tax-item-"] .layout.layout-related-page .inner {
  padding: 0;
}

/* ニュース詳細
-------------------- */
body.single-news .editor a, body.single-news body.mce-content-body a, body.single-news
body.mceContentBody a, body.single-news .layout a {
  text-decoration: underline;
}

/* 商品詳細
-------------------- */
body.single-item .lead {
  font-size: 16px;
}

body.single-item .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

body.single-item .detail .item-images {
  width: 490px;
  margin-right: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.single-item .detail .item-images .image-view {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 420px;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

body.single-item .detail .item-images .image-view .image {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
}

body.single-item .detail .item-images .image-view.slick-initialized {
  opacity: 1;
}

body.single-item .detail .item-images .thumbnails {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 60px;
}

body.single-item .detail .item-images .thumbnails .thumbnail-item {
  cursor: pointer;
}

body.single-item .detail .item-images .thumbnails .thumbnail-item:not(:first-child) {
  margin-top: 10px;
}

body.single-item .detail .texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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: 10px;
  line-height: 1.5;
}

body.single-item .detail .texts .explanation .itemexp > div:not(:first-child):not(.dataWrap) {
  margin-top: 50px;
}

body.single-item .detail .texts .explanation .itemexp h3 {
  font-size: 14px !important;
}

body.single-item .detail .texts .explanation .itemexp dl {
  font-size: 11px;
  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;
  width: 49%;
  line-height: 1.5;
  letter-spacing: -.5px;
  border-bottom: 1px solid #CCCCCC;
}

body.single-item .detail .texts .explanation .itemexp dl dt, body.single-item .detail .texts .explanation .itemexp dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1em .5em;
}

body.single-item .detail .texts .explanation .itemexp dl dt {
  font-weight: bold;
}

body.single-item .detail .texts .explanation .itemexp dl dd {
  text-align: right;
  position: relative;
}

body.single-item .detail .texts .explanation .itemexp dl dd:before {
  content: ":";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

body.single-item .detail .texts .explanation .itemexp dl:nth-child(even) {
  margin-left: auto;
}

body.single-item .detail .texts .explanation .itemexp dl:nth-child(4n+1), body.single-item .detail .texts .explanation .itemexp dl:nth-child(4n+2) {
  background-color: #F8F8F8;
}

body.single-item .detail .texts .explanation .itemexp dl:first-child, body.single-item .detail .texts .explanation .itemexp dl:nth-child(2) {
  border-top: 1px solid #CCCCCC;
}

body.single-item .detail .texts .explanation .itemexp table {
  font-size: 11px;
}

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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

body.single-item .detail .texts .btn-wrap {
  margin-top: 50px;
}

body.single-item .detail .texts .btn-wrap a {
  font-size: 14px;
  display: block;
  text-align: center;
}

body.single-item .detail .texts .btn-wrap a:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin-right: .5em;
  top: -1px;
}

body.single-item .layout-sns-button {
  padding: 0;
  margin-top: 80px;
}

/* ヘッダデザイン変更
-------------------- */
.header .sitename {
  width: 120px;
}

.header .logo {
  padding-top: 26.25%;
}

.header .header-top {
  padding-top: 18px;
}

.header .header-btm .inner {
  position: relative;
}

.header .header-btm .inner .gnav {
  margin-top: 7px;
}

.header .header-btm .inner:after {
  content: "";
  width: 50px;
  height: 35px;
  background-image: url(./images/header_chara.png);
  position: absolute;
  bottom: 0;
  right: 15px;
  background-size: cover;
}

/* トップレコメンド　レイアウト変更
-------------------- */
body.home .content.recommend .recommend-lists > li .image {
  height: 75px;
  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;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

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;
  -webkit-transition: color .4s;
  transition: color .4s;
}

body.home .content.recommend .recommend-lists > li .texts .en {
  font-size: 24px;
}

body.home .content.recommend .recommend-lists > li .texts .ja {
  font-size: 16px;
}

body.home .content.recommend .recommend-lists > li a:hover .image:before {
  background-color: rgba(255, 255, 255, 0.6);
}

body.home .content.recommend .recommend-lists > li a:hover .texts {
  color: #333333;
}

/* トップチューニング MV
-------------------- */
body.home .content.mainvisual .slider-wrap {
  opacity: 1;
}

body.home .content.mainvisual .loader-simple {
  -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: 46.875%; */
  height: 584px;
  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: 47%;
  left: 0;
  -webkit-transform: translate3d(0, -38%, 0);
   transform: translate3d(0, -38%, 0);
}
@media all and (-ms-high-contrast: none){
  body.home .content.mainvisual .slick-slider-lists .mv-item div[class*="-wrap"] > * {
    /* top: 0%; */
  }
}
body.home .content.mainvisual .slick-slider-lists .mv-item.mv-image .image {
 /*  background-size: cover; */
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}

body.home .content.mainvisual .slick-slider-lists .mv-item.mv-movie .video-wrap > * {
  height: auto;
}

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 + .loader-simple {
  opacity: 0;
  z-index: 0;
  -webkit-animation: none;
  animation: none;
}

@media screen and (max-width: 1002px) {
  body.home .content.mainvisual {
    min-height: 0;
  }
}

/* item-searchエリア新レイアウト
-------------------- */
.search-category-items .form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.search-category-items .form-search > dl {
  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 .form-search > dl > dt {
  font-size: 12px;
  margin-right: 10px;
}

.search-category-items .form-search > dl > dd {
  position: relative;
}

.search-category-items .form-search > dl > dd .wrap-text {
  width: 250px;
}

.search-category-items .form-search > dl > dd .wrap-text .text {
  display: block;
  width: 100%;
  border-radius: 25px;
  padding-right: 2.2em;
}

.search-category-items .form-search > dl > dd .wrap-submit {
  width: 14px;
  height: 14px;
  right: 10px;
}

.search-category-items .form-search > dl > dd .wrap-submit .submit {
  padding-top: 100%;
  background-image: url(./images/icon_search.png);
  height: 0;
  display: block;
  background-size: contain;
  background-position: center;
}

.search-category-items .tab-lists {
  height: 57px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-category-items .item-category-area .plane-title {
  display: none;
}

.search-category-items .item-category-area.isActive .plane-title {
  display: block;
}

.search-category-items .item-category-area .item-categories.isTall {
  height: auto;
}

.search-category-items .item-category-area .plane-title {
  margin-top: 40px;
}

.search-category-items .item-category-area .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-category-area .item-search-lists > li {
  width: 19%;
}

.search-category-items .item-category-area .item-search-lists > li:not(:nth-child(5n+1)) {
  margin-left: 1.25%;
}

.search-category-items .item-category-area .item-search-lists > li:not(:nth-child(-n+5)) {
  margin-top: 10px;
}

.search-category-items .item-category-area .item-search-lists > li .category-item {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  overflow: hidden;
}

.search-category-items .item-category-area .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-category-area .item-search-lists > li .category-item .parent-item .image {
  width: 31.25%;
  padding-top: 0;
  margin-bottom: 0;
}

.search-category-items .item-category-area .item-search-lists > li .category-item .parent-item .image .image-body {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.search-category-items .item-category-area .item-search-lists > li .category-item .parent-item .category-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-left: 10px;
}

.search-category-items .item-category-area .item-search-lists > li.hasNoItem {
  width: 100%;
}

/* 商品一覧（検索）
-------------------- */
body.post-type-archive-item .item-category-area {
  background-image: none;
}

body.post-type-archive-item .search-item-lists .category-item,
body.post-type-archive-item .item-search-lists .category-item {
  padding: 0 !important;
}

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 {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}

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: 30px;
  height: 30px;
  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 .wrap-btn {
  text-align: center;
  margin-top: 40px;
}

body.post-type-archive-item .wrap-btn .add-conditions {
  display: inline-block;
  color: #333333;
  padding: 1rem 4rem;
  background-color: #DDDDDD;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .wrap-btn .add-conditions:hover {
  background-color: #e7e7e7;
}

body.post-type-archive-item .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;
}

body.post-type-archive-item .wrap-btn .add-conditions i:before {
  content: "＋";
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0;
  position: relative;
  top: -0.5px;
}

body.post-type-archive-item .wrap-btn .add-conditions:disabled {
  color: rgba(51, 51, 51, 0.6);
  background-color: white;
  cursor: default;
}

body.post-type-archive-item .wrap-btn .add-conditions:disabled i {
  border-color: rgba(51, 51, 51, 0.6);
}

body.post-type-archive-item .checkbox-area {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  width: 94%;
  max-width: 1000px;
  max-height: 60%;
  overflow-y: scroll;
  border-radius: 20px;
  -webkit-overflow-scrolling: touch;
}

body.post-type-archive-item .checkbox-area.isView {
  opacity: 1;
  pointer-events: auto;
}

body.post-type-archive-item .checkbox-area::-webkit-scrollbar {
  display: none;
}

body.post-type-archive-item .checkbox-area > * {
  padding: 20px;
  background-color: #FFF7F7;
}

body.post-type-archive-item .checkbox-area .top {
  border-bottom: 1px solid #FFC7CB;
}

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: 16px;
  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: 12px;
  display: block;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  background-color: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .checkbox-area .titles > dd .btn-close:hover {
  color: #C81432;
}

body.post-type-archive-item .checkbox-area .titles > dd .btn-close i:before {
  content: "×";
  font-size: 14px;
  margin-right: 5px;
}

body.post-type-archive-item .checkbox-area .check-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.post-type-archive-item .checkbox-area .child-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 199, 203, 0.2);
}

body.post-type-archive-item .checkbox-area .child-item:not(:first-child) {
  margin-left: 10px;
}

body.post-type-archive-item .checkbox-area .child-item > dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

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 {
  width: auto;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li label {
  color: #666666;
  padding: 0;
  margin-left: 5px;
}

body.post-type-archive-item .checkbox-area .child-item .check-box-lists > li:not(:first-child) {
  margin-top: 10px;
}

body.post-type-archive-item .item-search-overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}

body.post-type-archive-item .item-search-overlay.isView {
  opacity: 1;
  pointer-events: auto;
}

body.post-type-archive-item .article-list-box {
  position: relative;
}

body.post-type-archive-item .article-list-box .title-box {
  margin-bottom: 32px;
}

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: 50px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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 {
  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 .related-page-area,
body.post-type-archive-item .pagination {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.post-type-archive-item .related-page-area.isHide,
body.post-type-archive-item .pagination.isHide {
  opacity: 0;
}

/* 商品詳細 コンテンツ追加
-------------------- */
.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;
  z-index: 0;
}

.iframe-wrap > *.mask,
.item-youtube-wrap > *.mask,
.item-video-wrap > *.mask {
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.iframe-wrap > *.mask:hover,
.item-youtube-wrap > *.mask:hover,
.item-video-wrap > *.mask:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.iframe-wrap.iframe-wrap,
.item-youtube-wrap.iframe-wrap,
.item-video-wrap.iframe-wrap {
  padding-top: 71.42857%;
}

.iframe-wrap.item-youtube-wrap,
.item-youtube-wrap.item-youtube-wrap,
.item-video-wrap.item-youtube-wrap {
  padding-top: 56.12245%;
}

.iframe-wrap.item-video-wrap,
.item-youtube-wrap.item-video-wrap,
.item-video-wrap.item-video-wrap {
  padding-top: 56.12245%;
}

.icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 1em;
}

.icon.icon-pdf:before {
  width: 23px;
  height: 26px;
  background-image: url(./images/icon_pdf.png);
}

.icon.icon-360:before {
  width: 40px;
  height: 25.4px;
  background-image: url(./images/icon_360.png);
}

body.single-item .detail div[class*=contents-] > *:not(:first-child) {
  margin-top: 50px;
}

body.single-item .detail .contents-left {
  width: 490px;
  margin-right: 45px;
}

body.single-item .detail .contents-left h3 {
  font-size: 14px !important;
}

body.single-item .detail .contents-left .item-images {
  width: 100%;
  margin-right: 0;
}

body.single-item .detail .contents-left .img-360 a {
  color: white;
  background-color: #C81432;
}

body.single-item .detail .contents-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.single-item .detail .contents-right .texts {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

body.single-item .detail .contents-right .btn-wrap a {
  font-size: 14px;
  display: block;
  text-align: center;
}

body.single-item .detail .contents-right .btn-wrap a:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin-right: .5em;
  top: -1px;
}

body.single-item .detail .contents-right .instructions a {
  padding: 6px;
  border-radius: 30px;
}

/* 商品検索エリア条件追加ボタン変更
 ------------------------- */
body.post-type-archive-item .wrap-btn {
  margin-top: 0;
  font-weight: bold;
}

body.post-type-archive-item .wrap-btn .add-conditions {
  margin-top: 40px;
  color: white;
  padding: 1rem 6rem;
  background-color: #C81432;
}

body.post-type-archive-item .wrap-btn .add-conditions:hover {
  background-color: #e63250;
}

body.post-type-archive-item .wrap-btn .add-conditions i {
  font-weight: normal;
  border-color: white;
}

body.post-type-archive-item .wrap-btn .add-conditions i:before {
  font-size: 1rem;
  top: -1px;
  left: -.5px;
}

body.post-type-archive-item .wrap-btn .add-conditions:disabled {
  display: none;
}
body.home .news_banner {
  text-align: center;
  margin: 3% auto 0;
}
body.home .news_banner:hover {
  opacity: 0.7;
}
/* IEのみハック
-------------------- */
@media screen\0 {
  body.post-type-archive-item .wrap-btn .add-conditions i {
    width: 16px;
    height: 16px;
    background-image: url(./images/icon_plus_circle_wh.png);
    position: relative;
    top: -1px;
    background-position: center;
    background-size: cover;
  }
  body.post-type-archive-item .wrap-btn .add-conditions i:before {
    content: none;
  }

}

a:hover {
  opacity: 0.7;
}
.inner {
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.main_v {
  border: solid #c7c1c2;
  border-width: 1px 0;
  padding: 10px 0;
  box-sizing: border-box;
}

/*　
  お役立ち情報改修　
  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 / cover no-repeat;
}
.main_v.useful.cat {
    background: url("../../../wp-content/themes/petio/images/useful/petlife/main_title_cat.jpg") center center / cover no-repeat;
}
.single-useful .layout-editor > .inner:first-of-type {
  padding: 0;
}
.main_v.useful .main_txt {
  width: 614px;
  margin: 80px auto;
}
.main_v.useful .main_txt p {
  background: #c71233;
  font-size: 21.89px;
  color: #fff;
  font-weight: bold;;
  text-align: center;
  margin: 0 0 28px;
}
.main_v.useful .main_txt dt, .main_v.useful .main_txt dd {
  font-size: 26px;
  color: #fff;
  font-weight: bold;;
  text-align: center;
}
.main_v.useful .main_txt dd {
  font-size: 40px;
}
.layout div.tokusyuLink {
  margin: 2.5rem 0 0;
}
#sec02 .bad-case .tokusyuLink img {
  position: relative;
  right: 0;
  bottom: 0;
}
.layout div.tokusyuLink a {
  display: inline-block;
  width: 185px;
}
.layout div.tokusyuLink a span {
  display: block;
  margin-top: 0.75em;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.tokusyuLink a:nth-of-type(n+2) {
  margin-left:1.5em;
}

/*20210317 追記*/
.layout div.tokusyuLink_flex {
  display: flex;
}
.layout div.tokusyuLink_flex a {
  margin-right: 1rem;
}
.layout div.tokusyuLink_nomargin{
  margin-top: 0;
}
.layout div.tokusyuLink_flex img {
  position: static !important;
}
/*20210317 追記*/

.main_v .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.main_v .inner .pc_display {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.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-img {
  margin: 0;
}
.main_v .inner + p{
  line-height: 0;
  margin: 0;
}
.main_v .inner .main-txt p {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #c71233;
  box-sizing: border-box;
  padding: 3% 0;
}
.main_v .inner .main-txt dt {
  font-size: 18px;
  position: relative;
  margin: 10% 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: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 11%;
  color: #000;
}
.main_v .inner .main-txt dd b {
  font-size: 43px;
}

.label-area {
  position: relative;
  margin-right: auto!important;
  margin-left: auto!important;
}
.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: absolute;
  right: 20px;
  top: 0;
   color: #c81234;
    display: block;
    font-weight: bold;
    border: 3px solid;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5% 1%;
    font-size: 16px;
    background: url("../../../wp-content/uploads/2020/01/arrow.gif") 95% 50% no-repeat #fff;
}
.btn_red:hover {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 0;
   color: #fff;
    display: block;
    font-weight: bold;
    border: 3px solid;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5% 1%;
    font-size: 16px;
    background: url("../../../wp-content/uploads/2020/01/arrow_white.png") 95% 50% no-repeat #c81234;
}
.anchor-nav .inner {
  background-color: #f9f6df;
  width: 1000px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 2.5% 0;
}
.anchor-nav li {
  position: relative;
  padding-right: 2%;
  margin-right: 1.5%!important;
  margin-left: 0!important;
}
.anchor-nav li::after {
  position: absolute;
  content: '/';
  right: 0;
  top: 12%;
}
.anchor-nav li:last-of-type::after {
  content: '';
}
.anchor-nav a {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}

.sec {
  margin: 2% auto;
}
.sec .inner {
  background-color: #f6f5f5;
  width: 1000px;
  box-sizing: border-box;
  /* padding: 5% 6% 8%; */
  padding: 55px 6% 50px;
  overflow: hidden;
}
.sec .inner .colum{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec .inner h3 {
  font-size: 27px!important;
  font-weight: bold;
  position: relative;
  color: #c71233;
}

.sec .inner p {
  flex: 1.3;
  font-size: 16px;
  line-height: 2.3;
  margin: 3% 0;
  color: #000;
}
.sec .bad-case {
  background-color: #fff;
  box-sizing: border-box;
  padding: 4% 9%;
  position: relative;
  margin-top: 3%;
}
.sec .bad-case h4{
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5%;
  box-sizing: border-box;
  padding: 2%;
}
.sec .bad-case li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4%;
}
.sec .bad-case i {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  top: 5px;
}
#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08,#sec09,#sec10 {
  padding-top: 100px;
  margin-top: -100px;
}
.sp_display{
  display: none;
}

.useful .lower-mv {
  display: none;
}
.useful+.subnav + .breadcrumbs {
  margin-top:180px!important;
}
.useful + .subnav +  .breadcrumbs + .label-area {
  display: none;
}
/* sec01 */
#sec01 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -5.9vw;
  height: 1px;
  width: 75px;
  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%;
}
#sec01 .inner .colum p:last-of-type{
  text-align: right;
  flex: 1 0 auto;
}
#sec01 .inner .colum p:first-of-type{
  width: 53%;
  margin-right: 3%;
  flex: 1 0 auto;
}

/* sec02 */
#sec02 .inner {
    position: relative;
    background-color: #f4f3ef;
    padding-bottom: 5%;
}
#sec02 .inner .colum {
    position: absolute;
    top: 0;
    left: 0;
}
#sec02 .inner .colum::before{
  content: "";
  display: block;
  padding-top: 100%;
}
#sec02 .inner .colum .txt-area{
  padding: 3% 8%;
  margin: 1.5em auto!important;
  overflow-x: hidden;
}
#sec02 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -90px;
  height: 1px;
  width: 75px;
  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: 520px;
  /* margin-top: 680px; */
  padding: 7% 9%;
}
#sec02 .bad-case img {
  position: absolute;
  right: -9%;
  bottom: -12%;
}
#sec02 .bad-case .txt-area {
  padding: 8%;
  overflow-x: hidden;
}
#sec02 .bad-case dt {
  color: #38520f;
  font-weight: bold;
  font-size: 20px;
  /*margin-bottom: 2%;*/
}
#sec02 .bad-case dd {
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
#sec02 .inner .colum img {
  flex: 1 0 auto;
}
/* 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: 75px;
  margin: 0 auto;
  background-color: #c71233;
}
#sec03 .inner .colum {
  flex-flow: column;
}
#sec03 .inner .colum p{
  flex: 1 0 auto;
  width: 77%;
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none){
  #sec03 .inner .colum img {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
}

#sec03 .inner .colum p:last-of-type{
  width:100%;
}
#sec03 .inner .colum img{
  margin-top: -8%;
  margin-left: 0%;
  margin-bottom: 4%;
}
#sec03 .bad-case {
  border: 4px solid #bfd1e0;
  padding: 7% 9%;
}
#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: 20px;
  margin-bottom: 1%;
}
#sec03 .bad-case dd {
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
#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: 18px;
  margin-bottom: 0;
  margin-top: 1%;
}

/* sec04 */
#sec04 .inner {
  position: relative;
  background-color: #f4f3ef;
  padding-bottom: 5%;
}
#sec04 .inner .colum {
  position: absolute;
  top: 0;
  left: 0;
}
#sec04 .inner .colum img {
  flex: 1 0 auto;
}
#sec04 .inner .colum .txt-area{
padding: 3% 8%;
margin: 1.5em auto!important;
overflow-x: hidden;
}
#sec04 .inner h3::before {
position: absolute;
content: '';
top: 50%;
bottom: 0;
left: -90px;
height: 1px;
width: 75px;
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: 740px;
padding: 7% 9% 10%;
}
#sec04 .bad-case .txt-area {
padding: 8%;
overflow-x: hidden;
}
#sec04 .bad-case dt {
font-weight: bold;
font-size: 20px;
margin-bottom: 2%;
color: #c71233;
}
#sec04 .bad-case dd {
font-weight: normal;
line-height: 1.8;
color: #000;
}

#sec04 .bad-case dd.link-box {
  display: flex;
  justify-content: space-between;
}
#sec04 .bad-case dd.link-box ul:first-of-type {
  flex: 7 0 auto;
  padding-top: 2%;
  box-sizing: border-box;
}
#sec04 .bad-case dd.link-box ul:first-of-type li {
  /*margin-bottom: 1%;*/
  margin-bottom: 0;
  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: -14%;
  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 ul.link {
  margin: 0;
  padding: 0;
}
#sec04 .bad-case .link-area dt {
  margin: 0;
}
#sec04 .bad-case .link-area {
  width: 450px;
}
/*#sec04 .bad-case .link-area .link .kanren01 {
  margin: 0 5% 0 0;
}*/
#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: 8% 8% 6%;
  position: relative;
  margin-top: 10%;
}
#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: 4% 0;
}
#sec04 .bad-case .point dd {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
#sec04 .bad-case .point img {
  position: absolute;
  right: 4%;
  top: -7%;
}

.btn-area .btn_red{
  margin-right: 0;
  margin-left: auto;
  position: static;
 }
 .single-useful .layout-editor > .inner:first-of-type {
   width: 100%;
 }

 /* child_page */
.main_v {
margin-top: 1.5em!important;
margin-bottom: 65px!important;
}
 .child_page .btn_red {
  position: relative!important;
  right: 20px;
  top: 0;
   color: #c81234;
    display: block;
    font-weight: bold;
    border: 3px solid;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5% 1%;
    font-size: 16px;
   margin-left:0px;
   margin-top:2em;
    background: url("../../../wp-content/uploads/2020/01/arrow02.gif") 5% 50% no-repeat #fff;
}
 .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;
   padding-bottom: 1.5%;
 }
 .child_page .anchor-nav ul li {
   margin-bottom: 1.5%;
 }
 .child_page .anchor-nav ul li a {
   font-size: 15px;
 }
 .child_page .btn_red {
   right: auto;
   left: 20px;
 }
 .child_page .label-area h1 {
   width: 8em;
 }
 .child_page .label-area p {
   text-align: center;
   font-weight: bold;
   font-size: 16px;
   color: #000;
   line-height: 2.3;
   margin: 7% auto 5%;
 }

 .child_page #sec01 .inner .colum p:last-of-type {
   text-align: left;
   flex: 1 0 auto;
 }
 .child_page #sec01 .bad-case img {
   position: absolute;
   right: auto;
   top: -7%;
   left: 4%;
 }
 .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.4% 1.7%;
   font-size: 20px;
   margin-right: 2%;
 }
 .child_page .flow .bad-case h4 + ul li {
   margin-bottom: 0;
   padding-bottom: 4%;
   box-sizing: border-box;
   overflow: hidden;
   background: url("../../../wp-content/uploads/2020/01/02/dotted.gif") 2.5% 0 repeat-y;
 }
 .child_page .flow .bad-case h4 + ul li:last-of-type {
   background: none;
 }
 .child_page .flow .bad-case dd {
   padding-left: 3em;
   line-height: 2.3;
   font-size: 16px;
   color: #000;
   font-weight: normal;
 }

 .child_page .link-area dt {
   color: #c71233!important;
   font-size: 16px!important;
   font-weight: normal!important;
   /*margin-bottom: 1%!important;*/
 }
 .child_page #sec03 .link-area dt {
  margin: 2% 0 0;
 }
 .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%;
 }
 .child_page .link-area dd ul.link {
  margin: 0;
 }
 .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;
 }
 .child_page #sec03 .link-area dd ul li a::after {
  top: -20%;
 }
 .child_page #sec05 .link-area dd ul li a::after {
  top: 11%;
 }
 .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: -90px;
  height: 1px;
  width: 75px;
  margin: 0 auto;
  background-color: #c71233;
 }
 .child_page #sec02 .bad-case{
  margin-top: 630px;
 }
 .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;
 }
 .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: 60%;
 }
 .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 .inner .two-colum p:nth-of-type(3){
    display:none;
 }
 .child_page #sec03 .bad-case li:last-of-type{
   margin-bottom: 0;
 }
 .child_page #sec03 .bad-case li:last-of-type dd{
   display: flex;
 }
 .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: 69%;
   margin-right: 4%;
 }


 .child_page #sec04 .inner .colum .note{
  position: absolute;
  bottom: -6%;
  font-size: 12px;
  padding: 0 10%;
  width: 90%;
  margin: 3% auto;

 }
 .child_page #sec04 .inner .bad-case {
   position: relative;
   bottom: 0;
 }
 .child_page #sec04 .inner .bad-case .img{
   position: absolute;
   top: -2%;
   right: 2%;
 }

 .child_page #sec05 .inner {
   position: relative;
 }
 .child_page #sec05 .inner .colum{
   position: absolute;
   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: 3% 8%;
   margin: 1.5em auto!important;
   overflow-x: hidden;
 }
 .child_page #sec05 .inner h3::before{
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -90px;
  height: 1px;
  width: 75px;
  margin: 0 auto;
  background-color: #c71233;
 }
 .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: 7% 9%;
   margin: 620px auto 3%;
 }
 .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;
 }
 .child_page #sec05 .bad-case li dl {
   width: 67%;
 }
 .child_page #sec05 .bad-case li dl dt{
   margin-bottom: 2%;
   font-size: 20px;
   color: #466713;
 }
 .child_page #sec05 .bad-case li dl dd{
  font-weight: normal;
  font-size: 16px;
  color: #000;
 }
 .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%;*/
   margin: 2% 0 0;
 }
 .child_page #sec05 .bad-case .normal li dl dd{
  font-weight: normal;
  font-size: 16px;
  color: #000;
 }
 .child_page #sec05 .bad-case .normal .link li{
   margin-bottom: 0;
 }
 .child_page #sec05 .bad-case .normal .link-area{
   margin-top: 2%;
 }

 .child_page #sec06 .inner{
   background-color: #ecf3f4;
   position: relative;
 }
 .child_page #sec06 .inner .colum {
   position: absolute;
   top: 0;
   left: 0;
 }
 .child_page #sec06 .inner .colum .txt-area {
   padding: 3% 8%;
   margin: 1.5em auto!important;
   overflow-x: hidden;
 }
 .child_page #sec06 .inner h3::before {
   position: absolute;
   content: '';
   top: 50%;
   bottom: 0;
   left: -90px;
   height: 1px;
   width: 75px;
   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: 550px auto 3%;
 border: 4px solid #bfd1e0;
 padding: 7% 9%;
 }
 .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: 4%;
 }
 .child_page #sec06 .bad-case li:last-of-type {
   border-bottom: 0;
 }
 .child_page #sec06 .bad-case li p {
   margin: 0;
 }
 .child_page #sec06 .bad-case li dl {
   width: 67%;
   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;
 }
 .child_page #sec06 .bad-case li dt {
   color: #1569b0;
   margin-bottom: 1%;
 }
 .child_page #sec06 .bad-case li dd {
  font-weight: normal;
  font-size: 16px;
  color: #000;
 }
 .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 li dl dd{
  font-weight: normal;
  line-height: 1.8;
  color: #000;
 }
 .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;
 }
 .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: 630px;
 }
 .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: 10%;
 }
 .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: 4% 0;
 }
 .child_page #sec07 .bad-case .point dd {
   font-size: 16px;
   line-height: 2;
   color: #000;
 }
 .child_page #sec07 .bad-case .point img {
   position: absolute;
   right: 4%;
   top: -7%;
 }
 .child_page #sec07 .bad-case dt {
   font-weight: bold;
   font-size: 20px;
   /*margin-bottom: 2%;*/
   margin-bottom: 0;
   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: 50%;
     bottom: 0;
     left: -90px;
     height: 1px;
     width: 75px;
     margin: 0 auto;
     background-color: #c71233;
 }
 .child_page #sec07 .inner .colum {
   position: absolute;
   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: 3% 8%;
   margin: 1.5em auto!important;
   overflow-x: hidden;
 }


   .child_page #sec08 .inner {
     background-color: #f4f3ef;
     position: relative;
 }
   .child_page #sec08 .inner .colum {
     position: absolute;
     top: 0;
     left: 0;
 }
   .child_page #sec08 .inner .colum img {
    flex: 1 0 auto;
 }
 .child_page #sec08 .inner .colum .txt-area {
   padding: 3% 8% 3% calc(8% - 50px);
   margin: 1.5em auto!important;
   overflow-x: hidden;
 }
 .child_page #sec08 .inner h3::before {
   position: absolute;
   content: '';
   top: 50%;
   bottom: 0;
   left: -90px;
   height: 1px;
   width: 75px;
   margin: 0 auto;
   background-color: #c71233;
 }
 .child_page #sec08 .bad-case {
   border: 4px solid #c5c89b;
   padding: 7% 9%;
   margin:630px auto 3%;
 }
 .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: 20px;
   color: #466713;
 }
 .child_page #sec08 .bad-case li dl dd {
  font-size: 16px;
  color: #000;
  font-weight: normal;
 }

 .child_page #sec09 .inner {
   background-color: #ecf3f4;
 }
 .child_page #sec09 .inner .colum img {
   width: 100%;
   margin-left: 5%;
   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.4% 1.7%;
   font-size: 20px;
   margin-right: 2%;
 }
 .child_page #sec09 .bad-case dt {
   color: #1569b0;
   font-weight: bold;
   font-size: 20px;
   margin-bottom: 2%;
 }
 .child_page #sec09 h5 {
   text-align: center;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   box-sizing: border-box;
   padding: 1% 0;
   background-color: #88c6fa;
   border-radius: 5px;
 }
 .child_page #sec09 h5 + p {
   margin-top: 2%;
 }
 .child_page #sec09 .inner h3::before {
   position: absolute;
   content: '';
   top: 50%;
   bottom: 0;
   left: -90px;
   height: 1px;
   width: 75px;
   margin: 0 auto;
   background-color: #c71233;
 }
 .child_page #sec09 + .btn-area, .child_page #sec10 + .btn-area {
  margin-top: 3%;
 }
 .child_page #sec09 + .btn-area .inner a, .child_page #sec10 + .btn-area .inner a {
   position: static;
  margin-right: auto;
  margin-left: 0;
  padding: 1%;
 }

 /* 猫 */
.cat #sec01 .bad-case img {
  position: absolute;
  right: -7%;
  bottom: -8%;
}
.cat #sec01 .bad-case img.nyan {
  width: 37%;
}
@media screen and (min-width:1px) and (max-width:868px) {
  .cat #sec01 .bad-case img.nyan {
    right: -15%;
  }
}
.cat #sec02 .bad-case {
  margin-top: 545px;
}
 .cat #sec02 .inner .colum .txt-area {
  padding: 3% 8%;
 }
 .cat #sec04 .inner .colum .txt-area {
  padding: 3% 8%;
 }
 .cat #sec04 .bad-case {
   margin-top: 580px;
   padding-bottom: 5%;
 }

.cat #sec04 .bad-case li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cat #sec04 .bad-case li p {
  margin: 0;
  text-align: center;
  margin-bottom: 2vw;
}
.cat #sec04 .bad-case li dl {
  width: 67%;
  margin-top: 2%!important;
}
.cat #sec04 .bad-case li dl dl {
  margin: 2% auto 0 0!important;
}
.cat #sec04 .bad-case li dl dl .link {
 margin: 0;
}
.cat #sec04 .bad-case li dt {
  color: #c71233;
  margin-bottom: 1%;
}
.cat #sec04 .bad-case li dd {
 font-weight: normal;
 font-size: 16px;
 color: #000;
}
.cat #sec04 .link-area dt {
  color: #c71233!important;
  font-size: 16px!important;
  font-weight: normal!important;
  margin-bottom: 1%!important;
}
.cat #sec04 .link-area dd ul li {
  color: #c71233;
}
.cat #sec04 .link-area dd ul li a {
  position: relative;
  padding-left: 1em;
  text-decoration: underline;
  font-weight: normal;
}
.cat #sec04 .link-area dd ul li a::after {
  position: absolute;
  top: -10%;
  left: 0;
  content: "▶";
  font-size: 14px;
}
.cat #sec04 .bad-case .normal li{
  border-bottom: 0;
  padding-bottom: 0;
}
.cat #sec04 .bad-case .normal li dl{
  width: 100%;
}
.cat #sec04 .bad-case .normal li dl dt{
  margin-bottom: 1%;
}
.cat #sec04 .bad-case .normal li dl dd{
 font-weight: normal;
 line-height: 1.8;
 color: #000;
}
.cat #sec04 .bad-case .normal .link li{
  margin-bottom: 0;
}
.cat #sec04 .bad-case .normal .link-area{
  margin-top: 2%;
}

 .cat #sec04 .bad-case li {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #fcc9d2;
  box-sizing: border-box;
  padding-bottom: 4%;
  justify-content: space-between;
}
.cat #sec04 .bad-case li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cat #sec04 .bad-case li p {
  margin: 0;
  width: 28.71572872%;
  flex: inherit;
}
.cat #sec04 .bad-case li dl {
  width: 67%;
  margin-top: 2%!important;
}
.cat #sec04 .bad-case li dl dl {
  margin: 2% auto 0 0!important;
}
.cat #sec04 .bad-case li dl dl .link {
 margin: 0;
}
.cat #sec04 .bad-case li dt {
  color: #c71233;
  margin-bottom: 1%;
}
.cat #sec04 .bad-case li dd {
 font-weight: normal;
 font-size: 16px;
 color: #000;
}
.cat #sec04 .link-area dt {
  color: #c71233!important;
  font-size: 16px!important;
  font-weight: normal!important;
  margin-bottom: 1%!important;
}
.cat #sec04 .link-area dd ul li {
  color: #c71233;
}
.cat #sec04 .link-area dd ul li a {
  position: relative;
  padding-left: 1em;
  text-decoration: underline;
  font-weight: normal;
}
.cat #sec04 .link-area dd ul li a::after {
  position: absolute;
  top: 8%;
  left: 0;
  content: "▶";
  font-size: 14px;
}
.cat #sec04 .bad-case .normal li{
  border-bottom: 0;
  padding-bottom: 0;
}
.cat #sec04 .bad-case .normal li dl{
  width: 100%;
}
.cat #sec04 .bad-case .normal li dl dt{
  margin-bottom: 1%;
}
.cat #sec04 .bad-case .normal li dl dd{
 font-weight: normal;
 line-height: 1.8;
 color: #000;
}
.cat #sec04 .bad-case .normal .link li{
  margin-bottom: 0;
}
.cat #sec04 .bad-case .normal .link-area{
  margin-top: 2%;
}
.cat .threeColum {
  align-items: center;
}
.cat .threeColum p {
  flex: auto;
}
.cat #sec04 .bad-case .threeColum p + dl {
  width: 30%;
  flex: auto;
}
.cat #sec04 .bad-case .threeColum dl +p {
  text-align: right;
}
.cat #sec04 .bad-case .threeColum .link-area {
  width: 100%;
}

#sec04 + .btn-area {
  margin-top: 3%;
}
#sec04 + .btn-area a {
  position: static;
  padding: 1%;
}
.cat #sec04 + .btn-area {
  margin-top: 3%;
}
.cat #sec04 + .btn-area a {
  padding: 1%;
}
.cat .child_page .link-area dd ul {
  margin: 0;
}

.cat .anchor-nav .inner,
.cat .child_page .anchor-nav .inner{
  background-color: #f9eef0;
}
.cat .child_page .sec .bad-case li{
  margin-bottom: 2%;
}
.cat .child_page #sec01 .bad-case img {
  position: absolute;
  right: 10%;
  bottom: auto;
  left: auto;
  top: 1%;
}
.cat .child_page #sec01 .bad-case dt {
  color: #c71233;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1%;
}
.cat .child_page #sec01 .bad-case dd {
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

.cat .child_page  #sec02 .inner .colum img {
  padding: 3% 0 0 4%;
  box-sizing: border-box;
}
.cat .child_page #sec02 .inner h3::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: -99px;
  height: 1px;
  width: 95px;
  margin: 0 auto;
  background-color: #c71233;
}
.cat .child_page #sec02 .bad-case {
  margin-top: 620px;
}

.cat .child_page .sec .bad-case li:last-of-type {
  padding-bottom: 0;
}
.cat .child_page .sec .bad-case dl {
  position: relative;
}
.cat .child_page #sec02 .bad-case dl dd+dd img{
  width: 23%;
  right: 0;
  bottom: 0;
}
.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%;
}
.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-right: 2.5%;
}
.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% 2%;
}
.cat .child_page #sec02 .bad-case .box figcaption dd{
  padding-left: 0;
}
.cat .child_page #sec03 .inner {
 background: url("../../../wp-content/uploads/2020/01/cat/02/content03_img.png") 90% 1% no-repeat #ecf3f4;
}
.cat .child_page #sec03 .inner .colum p:last-of-type {
  width: 70%;
}
.cat .child_page #sec03 .bad-case {
  margin-top: 40px;
}
.cat .child_page #sec03 .bad-case h4 {
  margin-bottom: 4%;
}
.cat .child_page #sec03 .bad-case li {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #bfd1e0;
  box-sizing: border-box;
  padding-bottom: 3%;
  font-size: 16px;
  padding-top: 3%;
}
.cat .child_page #sec03 .bad-case li p {
  margin: 0;
}
.cat .child_page #sec03 .bad-case li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.cat .child_page #sec03 .bad-case li dl {
  width: 67%;
  margin-top: 0%!important;
}
.cat .child_page #sec03 .bad-case li dl dl {
  margin: 2% auto 0 0!important;
}
.cat .child_page #sec03 .bad-case li dl dl li{
 border-bottom: 0;
}
.cat .child_page #sec03 .bad-case li dl dl li a{
  font-size: 14px;
}
.cat .child_page #sec03 .link-area dd ul li a::after{
  top: 0;
}
.cat .child_page #sec07 .link-area dd ul li a::after{
  top: 0;
}
.cat .child_page .link-area dt {
  font-size: 14px;
}
.cat .child_page .link-area .link li {
  padding-top: 0!important;
}
.cat .child_page #sec04 .bad-case {
  margin-top: 545px;
  padding-top: 5%;
  padding-bottom: 7%;
}
.cat .child_page #sec04 .inner .bad-case .img {
  top: -8%;
}
.cat .child_page #sec04 .bad-case li {
  border-bottom: 0;
  padding-bottom: 0%;
}
.cat .child_page #sec04 .bad-case li dl {
  width: 100%;
  margin-top: 0!important;
}
.cat .child_page #sec04 .bad-case li small {
  font-size: 75%;
}

.cat .child_page #sec05 .bad-case {
  margin:365px auto 3%;
  padding-top: 6%;
}
.cat .child_page #sec05 .inner .colum .txt-area {
  padding-top: 30px;
}
.cat .child_page #sec05 .bad-case .normal{
  position: relative;
}
.cat .child_page #sec05 .bad-case .normal .img{
  position: absolute;
  right: 0;
  top: 0;
}
.cat .child_page #sec05 .bad-case .normal .link-area{
  margin-top: 1%!important;
}
.cat .child_page #sec05 .bad-case .normal li:first-of-type{
  margin-bottom: 4%;
}
.cat .child_page .link-area dd ul li a {
  font-size: 14px;
}

.cat .child_page #sec06 .bad-case {
  padding-top: 6%;
  padding-bottom: 4%;
  margin: 575px auto 3%;
}
.cat .child_page #sec06 .colum img{
  flex: 1 0 auto;
}
.cat .child_page #sec06 .bad-case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cat .child_page #sec06 .bad-case li {
  border-bottom: 0;
  flex-flow: column;
  text-align: center;
  align-content: center;
  width: 33%;
  align-items: center;
  padding-bottom: 0;
    margin-bottom: 5%;
}
.cat .child_page #sec06 .bad-case li dl {
  width: 100%;
  margin-top: 5%!important;
}
.cat .child_page #sec06 .bad-case li dl dd{
  font-size: 14px;
  margin-top: 4%;
}

.cat .child_page #sec07 .bad-case {
  margin-top: 600px;
  border: 4px solid #fcc9d2;
  padding-bottom: 9%;
}
.cat .child_page #sec07 .inner .colum p {
  margin-top: 7%;
}

.cat .child_page #sec07 .bad-case li {
 display: flex;
 align-items: flex-start;
 border-bottom: 1px solid #fcc9d2;
     margin-bottom: 5%;
}
.cat .child_page #sec07 .bad-case li p {
 flex: auto;
}
.cat .child_page #sec07 .bad-case li dl {
  width: 67%;
}
.cat .child_page #sec07 .bad-case li .link-area {
  width: 100%;
  margin-top: 2%!important;
}
.cat .child_page #sec07 .bad-case li .link-area li {
  border-bottom: 0;
}
.cat .child_page #sec07 .bad-case li:last-of-type {
  border-bottom: 0;
}


.cat .child_page #sec08 .inner .colum img {
  box-sizing: border-box;
  padding: 6% 2% 0 5%;
  flex: 1 0 auto;
}

.cat .child_page #sec08 .bad-case {
  margin: 456px auto 3%;
  padding-bottom: 5%;
  padding-top: 6%;
}
.cat .child_page #sec08 .bad-case li {
 margin-bottom: 4%;
}
.cat .child_page #sec08 .bad-case li:last-of-type dl:last-of-type{
  padding-left: 3em;
  margin-top: 2%!important;
}
.cat .child_page #sec08 .bad-case li .note{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  color: #000;
  width: 79%;
}
.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.4% 1.7%;
  font-size: 20px;
  margin-right: 2%;
}
.cat .child_page #sec08 .bad-case dd {
  font-size: 20px;
  color: #466713;
  font-weight: bold;
}
.cat .child_page #sec09 .inner .colum p {
  margin-top: 3%;
}
.cat .child_page #sec09 .bad-case {
  margin-top: 75px;
  padding: 6% 9%;
}
.cat .child_page #sec09 .bad-case h4 + ul li {
  background: none;
  padding-bottom: 0%;
}
.cat .child_page #sec09 .bad-case dt {
  margin-bottom: 1%;
}
.cat .child_page #sec09 .bad-case dd {
  padding-left: 0;
}
.cat .child_page #sec10 .inner {
  background-color: #ecf3f4;
  position: relative;
}
.cat .child_page #sec10 .inner .colum {
  position: absolute;
    top: 0;
    left: 0;
}
.cat .child_page #sec10 .inner .colum img {
  flex: 1 0 auto;
}
.cat .child_page #sec10 .inner .colum .txt-area {
  padding: 8%;
  padding-top: 55px;
  overflow-x: hidden;
}
.cat .child_page #sec10 .bad-case {
  margin-top: 590px;
  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: 20px;
  font-weight: bold;
  padding-left: 2em;
  text-align: center;
  padding-right: 1em;
}
.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;
}
.cat .child_page #sec10 .bad-case .mesu li,
.cat .child_page #sec10 .bad-case .osu li
{
  width: 48%;
}
.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 #sec06 .bad-case li p {
  flex: 1 0 auto;
}

#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:24px;
  color:#c81432;
  padding:0 1em;
  position:relative;
  top:-0.75em;
}
#recommend_information ul{
  display:flex;
  justify-content: center;
}
#recommend_information ul li{
  width:42.4%;
  margin:0 5%;
  text-align:center;
  font-size:18px;
}
#recommend_information ul li a{
  text-decoration:underline;
}
#recommend_information ul li img{
  margin-bottom:1em;
}


.btn_red:hover {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 0;
   color: #fff;
    display: block;
    font-weight: bold;
    border: 3px solid;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5% 1%;
    font-size: 16px;
    background: url(../../../wp-content/uploads/2020/01/arrow_white.png) 95% 50% no-repeat #c81234;
}
.child_page .btn_red:hover {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 0;
   color: #fff;
    display: block;
    font-weight: bold;
    border: 3px solid;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5% 1%;
    font-size: 16px;
    background: url(../../../wp-content/uploads/2020/01/arrow_white02.png) 5% 50% no-repeat #c81234;
}

/* お役立ち情報タイトル */
.single-useful .layout-editor .page_ttl {
  text-align: center;
  margin: 3% auto 0%;
  font-size: 30px;
  font-weight: bold;
}


/*---------

特集　犬　02

-----------*/

#pickUp.dog02 .main {
  background: url("../../../wp-content/themes/petio/images/new_tokusyu/dog_tokusyu02/main_img.jpg") no-repeat center #9edae9;
  padding: 0;
  width: 100%;
  height: 340px;
  margin: 0;
}

#pickUp.dog02 .main .inner {
  margin: 0 auto;
  padding: 0;
}
#pickUp.dog02 .main .inner .mainTtlWrap {
  position: relative;
  width: 430px;
  height: 280px;
  margin: 0;
  padding: 30px 0 0;
}
#pickUp.dog02 .main .inner .mainTtlWrap .mainTxtWrap {
  position: absolute;
  top: 4.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
#pickUp.dog02 .main .inner .mainTtlWrap .mainTxtWrap p {
  text-align: center;
  font-size: 20px;
  color: #4f4e4e;
  line-height: 1.5;
}
#pickUp.dog02 .main .inner .mainTtlWrap .mainTxtWrap p span {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin: 0 0 8px;
}

#pickUp.dog02 .nayami dt img {
    left: -3rem;
    top: -3rem;
}
#pickUp.dog02 .nayami dt {
    width: 360px;
    height: 180px;
    font-size: 24px;
    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: 30px;
}
#pickUp.dog02 .nayami {
  margin: 4rem 0 0;
}
#pickUp.dog02 .nayami dd {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.82;
  padding: 0 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: 49.5%;
  background: #ebf6f9;
  margin: .5rem 0 0;
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
#pickUp.dog02 .contentInner .fourShit div span:first-child {
  color: #fff;
  background: #7c5a35;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
#pickUp.dog02 .contentInner .fourShit div span:last-child {
  width: 264px;
  font-size: 15px;
  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%;
  line-height: 1.7;
}
#pickUp.dog02 .sec01::after {
  content: none;
}

#pickUp.dog02 .contentInner .sec {
  padding: 6% 4%;
}
#pickUp.dog02 .contentInner .sec .twoColumn dd {
  padding: 4% 8% 4% 4%;
  line-height: 1.82;
}
#pickUp.dog02 .threeColumn p {
  padding: 0 4%;
  line-height: 1.82;
}

#pickUp.dog02 .contentInner .recommend h3 {
  color: #c81432;
  font-size: 24px !important;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 0 33px;
}
#pickUp.dog02 .contentInner .recommend h3:before {
  content: '';
  width: 36%;
  height: 2px;
  background: #c81432;
  position: absolute;
  top: 49%;
  left: 0;
}
#pickUp.dog02 .contentInner .recommend h3:after {
  content: '';
  width: 36%;
  height: 2px;
  background: #c81432;
  position: absolute;
  top: 49%;
  right: 0;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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: 48%;
  height: 280px;
  margin: 0 0 50px;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg {
  width: 185px;
  margin: 0;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuImg p {
  font-size: 14px;
  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: 210px;
  position: relative;
  margin: 0;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt h4 {
  font-size: 17px;
  color: #481707;
  text-decoration: underline;
  border: none;
  text-align: left;
  padding: 0;
  margin: 0 0 1.5rem;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt h4:hover {
  opacity: 0.7;
}
#pickUp.dog02 .contentInner .recommend .oyatsuWrap .oyatsu .oyatsuTxt .btn {
  position: absolute;
  bottom: 0;
}
/*#pickUp.dog02 .contentInner .recommend h3.yawa:before,
#pickUp.dog02 .contentInner .recommend h3.yawa:after {
  width: 28%;
}*/
#pickUp.dog02 .contentInner .recommend span.kamu {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 0 33px;
  line-height: 1.8;
}

body.search.search-results, body.search.search-no-results {
  padding-top: 120px;
}

body.post-type-archive-feature .thumbnail-lists .texts dt {
  font-size: 16px;
  margin: 10px 0;
}
body.post-type-archive-feature .thumbnail-lists .texts dd {
  display: none;
}

/*不具合調整　20210318*/
  .cat .txt_about_eat_75{
    width:70% !important;
  }
  .cat .txt_about_eat_100{
    margin-top:0 !important;
  }
  .dog_colum_about_eat .txt_about_eat_75{
    width:60% !important;
  }
  .dog_colum_about_eat .txt_about_eat_100{
    margin-top:0 !important;
  }

/*20210916*/
.new_tokusyu-template-single-pickup .label-area {
  margin: 0 !important;
}

/*230925 pagetop*/
html {
 scroll-behavior: smooth;
}
#page_top.footer {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 30px;
  border-radius: 50%;
  padding: 0;
}
#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;
}


/* 202406-10 404page */
.no_page_search {
}

.no_page_search form {
}

.no_page_search form input[type="text"]{

}
