@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
@charset "UTF-8";
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: none;
}

i {
  font-style: normal;
}

.l-footer {
  background-color: #323232;
  color: #fff;
  padding: 0;
}

.italic {
  font-style: italic;
}

body.compensate-for-scrollbar {
  overflow: auto;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 10px;
  top: 10px;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: auto;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  background: #999999;
  border: 0;
  border-radius: 19px;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 38px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: #6d6d6d;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
          animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media print, screen and (max-width: 767px) {
.pc_tab{
 display: none;
}
  img {
    border: 0;
    vertical-align: bottom;
  }
  .pc, .none {
    display: none;
  }
  .container {
    margin: 0 15px;
    *zoom: 1;
    position: relative;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
  a {
    color: #323232;
    text-decoration: none;
  }
  main {
    padding-top: 60px;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    color: #323232;
  }
  header {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 1;
    z-index: 9;
    background: #323232;
    *zoom: 1;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }
  header .logo {
    padding: 20px 0;
  }
  header .logo img {
    width: auto;
    height: 20px;
  }
  header #menuBtn {
    position: absolute;
    top: 0;
    right: -20px;
    width: 60px;
    height: 60px;
    background: url("images/sp_menubtn.png") no-repeat center center;
    background-size: 20px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 100;
  }
  header #menuBtn.on {
    background: url("images/sp_menubtn2.png") no-repeat center center;
    background-size: 20px auto;
  }
  #menu {
    width: 100%;
    min-height: 100%;
    height: 100vh !important;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 10;
    background: #323232;
    padding-bottom: 10px;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    display: none;
  }
  #menu ul {
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #515151;
  }
  #menu ul li {
    border-bottom: 1px solid #515151;
  }
  #menu ul li a {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    color: #cccccc;
  }
  footer {
    background: #323232;
    line-height: 1;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  footer #pagetop {
    border-bottom: 1px solid #515151;
    padding: 20px 0;
  }
  footer #pagetop a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
  }
  footer .logo {
    padding: 30px 0;
  }
  footer .logo img {
    width: 200px;
  }
  footer .logo2 {
    padding: 30px 0;
  }
  footer .logo2 img {
    width: 212px;
  }
  footer ul {
    margin: 0 -15px;
    border-bottom: 1px solid #515151;
  }
  footer ul li {
    border-top: 1px solid #515151;
  }
  footer ul li a {
    color: #cccccc;
    font-size: 14px;
    display: block;
    padding: 20px;
  }
  footer .copyright {
    text-align: center;
    background: #404040;
    color: #666666;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 1px;
  }
  #pagetop_btn {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 10;
  }
  #pagetop_btn img {
    width: 50px;
    opacity: .8;
  }
  .mds1 {
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
  }
  .mds1 i {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
  }
  .mds1 span {
    display: block;
    padding-bottom: 30px;
  }
  .mds1 h1, .mds1 h2 {
    font-size: 21px;
    font-weight: 700;
  }
  #lineup {
    padding: 60px 0 0;
  }
  #lineup .mds1 {
    padding-bottom: 20px;
  }
  #lineup .lead {
    text-align: center;
    font-size: 15px;
    padding-bottom: 30px;
  }
  #lineup .btn {
    padding: 0 15px 50px;
  }
  #lineup .btn a {
    display: block;
  }
  #lineup ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #lineup ul li {
    width: calc(50% - 5px);
    padding-bottom: 50px;
  }
  #lineup ul li .t1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #lineup ul li .t2 {
    border: 1px solid #c2c1c1;
    margin-bottom: 10px;
    padding: 0 25px;
    position: relative;
  }
  #lineup ul li .t2 img {
    width: 100%;
  }
  #lineup ul li .t2 .new {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
  }
  #lineup ul li .t2 i {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    font-size: 10px;
  }
  #lineup ul li .t3 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #lineup ul li .t4 {
    padding-bottom: 10px;
  }
  #lineup ul li .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
    font-size: 12px;
  }
  #lineup ul li .t4 a:hover {
    background: #ddd;
  }
  #lineup ul li .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
    font-size: 12px;
  }
  #kijilist {
    padding: 50px 0;
  }
  #kijilist .mds1 {
    padding-bottom: 20px;
  }
  #kijilist h2 {
    font-size: 18px;
    font-weight: 500;
  }
  #kijilist ul {
    border-top: 1px solid #c2c1c1;
  }
  #kijilist ul li {
    padding: 10px 0;
    line-height: 1.4;
    font-size: 12px;
    border-bottom: 1px solid #c2c1c1;
  }
  #kijilist ul li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #kijilist ul li a .t1 {
    width: 100px;
  }
  #kijilist ul li a .t1 img {
    width: 100%;
  }
  #kijilist ul li a .t2 {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  #aboutroland {
    background: #f0efe9;
    padding-top: 50px;
  }
  #aboutroland .pic {
    padding-top: 30px;
  }
  #soudan {
    position: relative;
    padding-top: 50px;
  }
  #soudan::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 440px;
    background: #f0efe9;
    z-index: -1;
  }
  #soudan .bnr {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    border: 7px solid #f0efe9;
  }
  #soudan .bnr .t1 {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  #soudan .bnr .t2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
  }
  #soudan .bnr .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #soudan .bnr .t3 a:hover {
    background: #ddd;
  }
  #soudan .container {
    padding-bottom: 50px;
  }
  #soudan ul {
    text-align: center;
    font-weight: 500;
  }
  #soudan ul li {
    width: 100%;
    padding-bottom: 50px;
  }
  #soudan ul li .t1 a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #soudan ul li .t1 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 20px 0;
  }
  #soudan ul li .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0 10px;
  }
  #soudan ul li .t3 {
    padding-top: 10px;
  }
  #soudan ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #soudan ul li .t3 a:hover {
    background: #ddd;
  }
  .mainimg {
    position: relative;
    color: #fff;
  }
  .mainimg img {
    width: 100%;
  }
  .mainimg .title {
    font-size: 28px;
    line-height: 1.3;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
  }
  .pankuzu {
    font-size: 11px;
    background: #f0efe9;
    padding: 5px 15px;
    color: #323232;
    width: 100%;
  }
  .pankuzu .home {
    background: url("images/home_sp.png") no-repeat left top;
    background-size: 15px auto;
    padding-left: 20px;
  }
  .bnr {
    padding: 0px 15px;
  }
  .bnr a {
    display: block;
    border: 7px solid #f0efe9;
  }
  #blogpage .mainimg .title {
    font-size: 12px;
    line-height: 1.5;
    top: calc(50% - 20px);
  }
  #blogpage .mainimg .title i {
    display: block;
    font-size: 32px;
    font-weight: bold;
  }
  #blogpage aside h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
  }
  #blogpage aside .catnav li {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
  }
  #blogpage aside .catnav li::before {
    content: '';
    background: #dcdcdc;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #blogpage aside .catnav li.current::before {
    background: #707070;
  }
  #blogpage .bt1 {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #blogpage .bt1:hover {
    background: #ddd;
  }
  #blogpage.indexpage #zone1 {
    padding-top: 50px;
    position: relative;
  }
  #blogpage.indexpage #zone1 aside {
    padding: 50px 20px;
    background: #f0efe9;
  }
  #blogpage.indexpage #zone1 .container .list li {
    padding-bottom: 40px;
  }
  #blogpage.indexpage #zone1 .container .list li a {
    display: block;
  }
  #blogpage.indexpage #zone1 .container .list li a div {
    position: relative;
    border: 7px solid #f0efe9;
    -webkit-box-shadow: 0px 0px 1px #333333;
            box-shadow: 0px 0px 1px #333333;
  }
  #blogpage.indexpage #zone1 .container .list li a div img {
    width: 100%;
  }
  #blogpage.indexpage #zone1 .container .list li a div span {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  #blogpage.indexpage #zone1 .container .list li a i {
    display: block;
    font-size: 16px;
    padding-top: 10px;
  }
  #blogpage.indexpage .blogpagenav {
    padding: 50px 0;
    font-size: 14px;
    font-weight: 500;
    background: #f0efe9;
    line-height: 1;
    position: relative;
  }
  #blogpage.indexpage .blogpagenav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #blogpage.indexpage .blogpagenav ul li {
    margin: 0 3px;
  }
  #blogpage.indexpage .blogpagenav ul li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 20px;
  }
  #blogpage.indexpage .blogpagenav ul li.current a {
    background: #000;
    color: #fff;
  }
  #blogpage.singlepage #zone1 {
    padding-top: 50px;
    position: relative;
  }
  #blogpage.singlepage #zone1 aside {
    padding-bottom: 100px;
  }
  #blogpage.singlepage #zone1 .sec .cat {
    font-size: 16px;
    font-weight: bold;
    background: url("blog/images/icon1.png") no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
  }
  #blogpage.singlepage #zone1 .sec h1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #blogpage.singlepage #zone1 .sec .date {
    font-size: 16px;
    background: url("blog/images/icon2.png") no-repeat left center;
    background-size: 16px;
    padding-left: 25px;
    letter-spacing: 0.1em;
  }
  #blogpage.singlepage #zone1 .sec .in {
    padding: 50px 0;
  }
  #blogpage.singlepage #zone1 .sec .in p {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 2;
  }
  #blogpage.singlepage #zone1 .sec .in p img {
    border: 7px solid #f0efe9;
    -webkit-box-shadow: 0px 0px 1px #333333;
            box-shadow: 0px 0px 1px #333333;
  }
  #blogpage.singlepage .recommend {
    background: #f0efe9;
    position: relative;
    padding-bottom: 100px;
  }
  #blogpage.singlepage .recommend::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #blogpage.singlepage .recommend ul li {
    background: #fff;
    border: 7px solid #f0efe9;
  }
  #blogpage.singlepage .recommend ul li .t2 {
    background: #979797;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 10px;
  }
  #blogpage.singlepage .recommend ul li .t3 {
    padding: 20px 30px;
  }
  #blogpage.singlepage .recommend ul li .t3 .bt1 {
    margin: 10px 0;
  }
  #blogpage.singlepage .share {
    padding: 50px 0;
  }
  #blogpage.singlepage .share h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
  }
  #blogpage.singlepage .share .sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
  }
  #blogpage.singlepage .share .sns li {
    width: 50px;
    margin: 20px;
  }
  #blogpage.singlepage .share .btn {
    padding-top: 20px;
  }
  #blogpage.singlepage .share .btn li {
    margin: 10px 30px;
  }
  #blogpage.singlepage .subnav {
    background: #f0efe9;
    position: relative;
    padding-bottom: 100px;
  }
  #blogpage.singlepage .subnav::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #blogpage.singlepage .subnav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
  }
  #blogpage.singlepage .subnav ul li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  #blogpage.singlepage .subnav ul li a {
    display: block;
    position: relative;
  }
  #blogpage.singlepage .subnav ul li a .t1 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #blogpage.singlepage .subnav ul li a .t2 {
    margin-bottom: 10px;
  }
  #blogpage.singlepage .subnav ul li a .t3 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    background: url("blog/images/icon1.png") no-repeat left center;
    background-size: 10px;
    padding-left: 15px;
  }
  #blogpage.singlepage .subnav ul li a .t4 {
    font-size: 12px;
  }
  #blogpage.singlepage .subnav ul li a .arrow {
    display: none;
  }
  #blogpage.singlepage .kijislide {
    padding: 50px 0;
  }
  #blogpage.singlepage .kijislide h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
  }
  #blogpage.singlepage .kijislide .swiper-custom-parent {
    position: relative;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 0;
  }
  #blogpage.singlepage .kijislide .swiper-button-prev {
    background: url("blog/images/prev2.png") no-repeat center center;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    top: calc(50% - 0px);
    left: 5px;
    position: absolute;
  }
  #blogpage.singlepage .kijislide .swiper-button-next {
    background: url("blog/images/next2.png") no-repeat center center;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    top: calc(50% - 0px);
    right: 5px;
    position: absolute;
  }
  #blogpage.singlepage .kijislide .swiper-container {
    margin: 0 40px;
  }
  #blogpage.singlepage .kijislide .swiper-container li .t2 {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
  }
  #blogpage.singlepage .kijislide .swiper-container li .t2 i {
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  #qa #zone1 {
    padding-top: 50px;
  }
  #qa #zone1 .question {
    background: url("qa/images/q.png") no-repeat left 18px center;
    background-size: 35px;
    border: 1px solid #c2c1c1;
    padding: 20px 0;
    position: relative;
    margin-bottom: 30px;
  }
  #qa #zone1 .question h1 {
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px 0 70px;
  }
  #qa #zone1 h2 {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #qa #zone1 .c-text {
    padding-bottom: 35px;
  }
  #qa #kijilist li {
    text-align: left;
  }
  #recommend #zone1 {
    padding: 50px 0 30px;
  }
  #recommend #zone1 h3 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
  }
  #recommend #zone1 dl {
    padding-bottom: 50px;
  }
  #recommend #zone1 dl dt {
    padding-bottom: 30px;
    margin: 0 -15px;
  }
  #recommend #zone1 dl dt img {
    width: 100%;
  }
  #recommend #zone2 {
    padding-bottom: 30px;
  }
  #recommend #zone2 h2 {
    font-size: 18px;
  }
  #recommend #zone2 .pic {
    text-align: center;
    padding: 80px 0 30px;
  }
  #recommend #zone2 .pic img {
    width: 250px;
  }
  #recommend #zone2 .container .bd {
    border: 1px solid #c2c1c1;
  }
  #recommend #zone2 .container .t1 {
    padding: 0px 25px;
    text-align: center;
  }
  #recommend #zone2 .container .t1 img {
    width: 100%;
    max-width: 295px;
  }
  #recommend #zone2 .container .t2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 0 20px 5px 20px;
  }
  #recommend #zone2 .container .t3 {
    padding: 0 20px 20px 20px;
    line-height: 1.3;
  }
  #recommend #zone2 .container .t4 {
    padding: 20px 0;
  }
  #recommend #zone2 .container .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #recommend #zone2 .container .t4 a:hover {
    background: #ddd;
  }
  #recommend #zone2 .container .t5 {
    padding-bottom: 20px;
  }
  #recommend #zone2 .container .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
  }
  #recommend #zone2 .container .t6 {
    text-align: center;
    font-size: 16px;
  }
  #recommend #zone2 .container .t6 a {
    text-decoration: underline;
    font-weight: 700;
  }
  #recommend #voicepoint {
    background: url("voice/images/bg_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 45px 0;
  }
  #recommend #voicepoint .container {
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    padding: 45px 20px;
  }
  #recommend #voicepoint .container h2 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  #recommend #voicepoint .container .in {
    border: 1px solid #fff;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #recommend #voicepoint .container .in ul {
    font-size: 16px;
  }
  #recommend #voicepoint .container .in ul li {
    padding: 5px 0 5px 25px;
    background: url("voice/images/check.png") no-repeat left top 10px;
    background-size: 16px auto;
  }
  #recommend #voicekiji {
    padding: 100px 0 50px;
  }
  #recommend #voicekiji ul {
    text-align: center;
    font-weight: 500;
  }
  #recommend #voicekiji ul li {
    padding-bottom: 20px;
  }
  #recommend #voicekiji ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #recommend #voicekiji ul li a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #recommend #voicekiji ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-top: 15px;
  }
  #recommend #voicekiji ul li a span i {
    display: block;
    background: #333333;
    font-size: 15px;
    margin-top: 12px;
    padding: 5px;
  }
  #toppage .mainimg {
    position: relative;
  }
  #toppage .mainimg h1 {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
    color: #fff;
  }
  #toppage #zone1 {
    background: #f0efe9;
    padding: 50px 0;
  }
  #toppage #about {
    position: relative;
    padding: 60px 0 40px;
  }
  #toppage #about .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #about ul {
    text-align: center;
    font-weight: 500;
  }
  #toppage #about ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  #toppage #about ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #toppage #about ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 20px 0;
  }
  #toppage #blog {
    position: relative;
    padding: 60px 20px 40px;
  }
  #toppage #blog .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #blog .t1 {
    border: 7px solid #f0efe9;
  }
  #toppage #blog .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0 10px;
  }
  #toppage #blog .t3 {
    padding-top: 10px;
  }
  #toppage #blog .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #toppage #blog .t3 a:hover {
    background: #ddd;
  }
  #toppage #recommend {
    position: relative;
    padding-top: 60px;
  }
  #toppage #recommend ul {
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #toppage #recommend ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  #toppage #recommend ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #toppage #recommend ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 20px 0;
  }
  #toppage .bnr_mama {
    background: #f0efe9;
    padding: 40px 0 20px;
  }
  #toppage .bnr_mama ul {
    text-align: center;
    font-weight: 500;
  }
  #toppage .bnr_mama ul li {
    padding-bottom: 20px;
  }
  #toppage .bnr_mama ul li a {
    display: block;
    position: relative;
    border: 7px solid #fff;
  }
  #toppage .bnr_mama ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #toppage #voice {
    padding: 60px 0 0;
  }
  #toppage #voice .bg {
    background: url("images/bg2_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0 45px;
  }
  #toppage #voice ul {
    text-align: center;
    font-weight: 500;
  }
  #toppage #voice ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  #toppage #voice ul li a {
    min-height: 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(50, 50, 50, 0.55);
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 30px;
    font-weight: bold;
  }
  #toppage #voice ul li a div {
    width: 100%;
  }
  #toppage #voice ul li a i {
    display: block;
    font-size: 15px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: normal;
  }
  #toppage #qa {
    padding: 60px 0 0;
  }
  #toppage #qa .bg {
    background: url("images/bg_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0 45px;
  }
  #toppage #qa ul {
    text-align: center;
    font-weight: 500;
  }
  #toppage #qa ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  #toppage #qa ul li a {
    display: block;
    background: rgba(50, 50, 50, 0.55);
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 15px 0;
  }
  #toppage #products {
    position: relative;
    padding-top: 50px;
  }
  #toppage #products .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #products .mds1 {
    padding-bottom: 20px;
  }
  #toppage #products .lead {
    text-align: center;
    font-size: 15px;
    padding-bottom: 30px;
  }
  #toppage #products ul {
    text-align: center;
    font-weight: 500;
  }
  #toppage #products ul li {
    width: 100%;
    padding-bottom: 50px;
  }
  #toppage #products ul li .t1 a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #toppage #products ul li .t1 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 20px 0;
  }
  #toppage #products ul li .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0 10px;
  }
  #toppage #products ul li .t3 {
    padding-top: 10px;
  }
  #toppage #products ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #toppage #products ul li .t3 a:hover {
    background: #ddd;
  }
  #toppage #soudan {
    background: #f0efe9;
  }
}

@media screen and (min-width: 768px) {
  img {
    vertical-align: bottom;
  }
  .sp, .none {
    display: none;
  }
  .container {
    *zoom: 1;
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
  a {
    color: #323232;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.6;
  }
  main {
    padding-top: 1px;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    color: #323232;
  }
  .mainimg {
    margin-top: 71px;
  }
  header {
    width: 100%;
    height: 72px;
    background: #323232;
    position: fixed;
    line-height: 1;
    z-index: 9;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
  }
  header .container {
    max-width: 1120px;
    padding: 0 20px;
  }
  header .logo {
    position: absolute;
    top: 25px;
    left: 20px;
  }
  header .logo img {
    width: 165px;
    height: 25px;
  }
  header ul {
    float: right;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  header ul li a {
    display: inline-block;
    height: 72px;
    color: #797979;
    font-size: 14px;
    padding: 30px 20px 0 20px;
  }
  header ul li a:hover {
    color: #f5f1f0;
    background: #3c3c3c;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 950px) {
  header ul li a {
    padding: 30px 6px 0 6px;
  }
}

@media screen and (min-width: 768px) {
  footer {
    background: #323232;
    line-height: 1;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
    position: relative;
  }
  footer #pagetop {
    border-bottom: 1px solid #515151;
    text-align: right;
    padding: 20px 0;
  }
  footer #pagetop a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
  }
  footer .logo {
    float: left;
    padding: 30px 0;
  }
  footer .logo img {
    width: 200px;
  }
  footer .logo2 {
    text-align: center;
    padding-bottom: 30px;
  }
  footer .logo2 img {
    width: 300px;
    height: 45px;
  }
  footer ul {
    float: right;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding-top: 85px;
    width: 650px;
  }
  footer ul li a {
    color: #a6a6a6;
    font-size: 14px;
  }
  footer .copyright {
    text-align: center;
    background: #404040;
    color: #666666;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 1px;
  }
  #pagetop_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }
  #pagetop_btn img {
    width: 50px;
  }
  .mds1 {
    padding-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
  }
  .mds1 i {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .mds1 span {
    display: block;
    padding-bottom: 40px;
  }
  .mds1 h1, .mds1 h2 {
    font-size: 33px;
    font-weight: 500;
  }
  #lineup {
    padding: 100px 0 30px;
  }
  #lineup .mds1 {
    padding-bottom: 30px;
  }
  #lineup .lead {
    text-align: center;
    font-size: 25px;
    padding-bottom: 60px;
  }
  #lineup .btn {
    width: 500px;
    margin: auto;
    padding-bottom: 70px;
  }
  #lineup .btn a {
    display: block;
  }
  #lineup .btn a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #lineup ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #lineup ul li {
    width: calc(25% - 5px);
    max-width: 250px;
    padding-bottom: 70px;
  }
  #lineup ul li .t1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #lineup ul li .t2 {
    border: 1px solid #c2c1c1;
    margin-bottom: 20px;
    padding: 15px 0;
    position: relative;
  }
  #lineup ul li .t2 img {
    width: 100%;
  }
  #lineup ul li .t2 .new {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
  }
  #lineup ul li .t2 i {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    font-size: 14px;
  }
  #lineup ul li .t3 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    height: 70px;
  }
  #lineup ul li .t4 {
    padding-bottom: 20px;
  }
  #lineup ul li .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #lineup ul li .t4 a:hover {
    background: #ddd;
  }
  #lineup ul li .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
  }
  #kijilist {
    padding: 100px 0;
  }
  #kijilist ul {
    width: 800px;
    margin: auto;
    border-top: 1px solid #c2c1c1;
    border-bottom: 1px solid #c2c1c1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  #kijilist ul li {
    width: 32%;
    padding-bottom: 20px;
    line-height: 1.4;
    text-align: center;
  }
  #kijilist ul li a {
    display: block;
  }
  #kijilist ul li a img {
    width: 100%;
    margin-bottom: 10px;
  }
  #kijilist.about ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #aboutroland {
    background: #f0efe9;
    padding-top: 100px;
  }
  #aboutroland .c-text {
    text-align: center;
    padding-bottom: 70px;
  }
  #aboutroland .pic {
    background: url("images/aboutroland.jpg") no-repeat center top;
    background-size: cover;
    height: 500px;
  }
  #soudan {
    position: relative;
    padding-top: 100px;
  }
  #soudan::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 500px;
    background: #f0efe9;
    z-index: -1;
  }
  #soudan .bnr {
    width: 720px;
    margin: auto;
    padding: 50px 0;
    background: #fff;
    text-align: center;
    border: 7px solid #f0efe9;
  }
  #soudan .bnr .t1 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  #soudan .bnr .t2 {
    font-size: 33px;
    font-weight: bold;
    padding-bottom: 30px;
  }
  #soudan .bnr .t3 {
    width: 320px;
    margin: auto;
  }
  #soudan .bnr .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #soudan .bnr .t3 a:hover {
    background: #ddd;
  }
  #soudan .container {
    padding-bottom: 100px;
  }
  #soudan ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: center;
    text-align: center;
    font-weight: 500;
  }
  #soudan ul li {
    width: calc(50% - 29px);
  }
  #soudan ul li .t1 a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    will-change: transform;
  }
  #soudan ul li .t1 a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #soudan ul li .t1 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 30px 0;
  }
  #soudan ul li .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0;
  }
  #soudan ul li .t3 {
    width: 320px;
    margin: auto;
    padding-top: 10px;
  }
  #soudan ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #soudan ul li .t3 a:hover {
    background: #ddd;
  }
  .mainimg {
    position: relative;
    color: #fff;
  }
  .mainimg .title {
    font-size: 45px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 540px);
    letter-spacing: 3px;
  }
  .pankuzu {
    position: absolute;
    top: 560px;
    left: calc(50% - 540px);
    font-size: 13px;
    color: #fff;
  }
  .pankuzu a {
    color: #fff;
  }
  .pankuzu .home {
    background: url("images/home.png") no-repeat left top;
    background-size: 18px auto;
    padding-left: 25px;
  }
  .bnr {
    width: 700px;
    margin: auto;
    padding-top: 70px;
  }
  .bnr a {
    display: block;
    border: 7px solid #f0efe9;
  }
  #qa #zone1 .pic,
  #recommend #zone1 dt {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  #qa #zone1 .pic.on,
  #recommend #zone1 dt.on {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #toppage #about li,
  #toppage #recommend li,
  #toppage #voice li,
  #toppage #qa li,
  #toppage #products li,
  #toppage .bnr_mama li,
  #lineup li,
  #soudan li {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  #toppage #about li:nth-child(4n-3),
  #toppage #recommend li:nth-child(4n-3),
  #toppage #voice li:nth-child(4n-3),
  #toppage #qa li:nth-child(4n-3),
  #toppage #products li:nth-child(4n-3),
  #toppage .bnr_mama li:nth-child(4n-3),
  #lineup li:nth-child(4n-3),
  #soudan li:nth-child(4n-3) {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
  }
  #toppage #about li:nth-child(4n-2),
  #toppage #recommend li:nth-child(4n-2),
  #toppage #voice li:nth-child(4n-2),
  #toppage #qa li:nth-child(4n-2),
  #toppage #products li:nth-child(4n-2),
  #toppage .bnr_mama li:nth-child(4n-2),
  #lineup li:nth-child(4n-2),
  #soudan li:nth-child(4n-2) {
    -webkit-transition: 1s 0.4s;
    transition: 1s 0.4s;
  }
  #toppage #about li:nth-child(4n-1),
  #toppage #recommend li:nth-child(4n-1),
  #toppage #voice li:nth-child(4n-1),
  #toppage #qa li:nth-child(4n-1),
  #toppage #products li:nth-child(4n-1),
  #toppage .bnr_mama li:nth-child(4n-1),
  #lineup li:nth-child(4n-1),
  #soudan li:nth-child(4n-1) {
    -webkit-transition: 1s 0.6s;
    transition: 1s 0.6s;
  }
  #toppage #about li:nth-child(4n),
  #toppage #recommend li:nth-child(4n),
  #toppage #voice li:nth-child(4n),
  #toppage #qa li:nth-child(4n),
  #toppage #products li:nth-child(4n),
  #toppage .bnr_mama li:nth-child(4n),
  #lineup li:nth-child(4n),
  #soudan li:nth-child(4n) {
    -webkit-transition: 1s 0.8s;
    transition: 1s 0.8s;
  }
  #toppage #about li.on,
  #toppage #recommend li.on,
  #toppage #voice li.on,
  #toppage #qa li.on,
  #toppage #products li.on,
  #toppage .bnr_mama li.on,
  #lineup li.on,
  #soudan li.on {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #kijilist li {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  #kijilist li:nth-child(1) {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
  }
  #kijilist li:nth-child(2) {
    -webkit-transition: 1s 0.4s;
    transition: 1s 0.4s;
  }
  #kijilist li:nth-child(3) {
    -webkit-transition: 1s 0.6s;
    transition: 1s 0.6s;
  }
  #kijilist li:nth-child(4) {
    -webkit-transition: 1s 0.8s;
    transition: 1s 0.8s;
  }
  #kijilist li:nth-child(5) {
    -webkit-transition: 1s 1s;
    transition: 1s 1s;
  }
  #kijilist li.on {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #blogpage .mainimg {
    background: url("blog/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #blogpage .mainimg .title {
    font-size: 20px;
    line-height: 1.5;
    top: calc(50% - 100px);
  }
  #blogpage .mainimg .title i {
    display: block;
    font-size: 74px;
    font-weight: bold;
  }
  #blogpage aside {
    width: 220px;
    z-index: 2;
  }
  #blogpage aside h2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
  }
  #blogpage aside .catnav li {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
  }
  #blogpage aside .catnav li::before {
    content: '';
    background: #dcdcdc;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #blogpage aside .catnav li.current::before {
    background: #707070;
  }
  #blogpage .bt1 {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #blogpage .bt1:hover {
    background: #ddd;
  }
  #blogpage.indexpage #zone1 {
    padding-top: 100px;
    position: relative;
    background: #f0efe9;
  }
  #blogpage.indexpage #zone1::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 55%;
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #blogpage.indexpage #zone1 aside {
    width: 220px;
    position: absolute;
    top: 200px;
    left: calc(50% - 500px);
  }
  #blogpage.indexpage #zone1 .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  #blogpage.indexpage #zone1 .container .list {
    width: 750px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
  }
  #blogpage.indexpage #zone1 .container .list li {
    width: calc(50% - 20px);
    padding-bottom: 40px;
  }
  #blogpage.indexpage #zone1 .container .list li a {
    display: block;
  }
  #blogpage.indexpage #zone1 .container .list li a div {
    position: relative;
    border: 7px solid #f0efe9;
    -webkit-box-shadow: 0px 0px 1px #333333;
            box-shadow: 0px 0px 1px #333333;
  }
  #blogpage.indexpage #zone1 .container .list li a div img {
    width: 100%;
  }
  #blogpage.indexpage #zone1 .container .list li a div span {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  #blogpage.indexpage #zone1 .container .list li a i {
    display: block;
    font-size: 16px;
    padding-top: 10px;
  }
  #blogpage.indexpage .blogpagenav {
    padding: 50px 0 100px;
    font-size: 16px;
    font-weight: 500;
    background: #f0efe9;
    line-height: 1;
    position: relative;
  }
  #blogpage.indexpage .blogpagenav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #blogpage.indexpage .blogpagenav ul li {
    margin: 0 5px;
  }
  #blogpage.indexpage .blogpagenav ul li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
  }
  #blogpage.indexpage .blogpagenav ul li.current a {
    background: #000;
    color: #fff;
  }
  #blogpage.indexpage .blogpagenav ul li.arrow {
    margin: 0 20px;
  }
  #blogpage.singlepage #zone1 {
    padding-top: 100px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #blogpage.singlepage #zone1 aside {
    padding: 100px 0;
  }
  #blogpage.singlepage #zone1 .sec {
    width: 750px;
  }
  #blogpage.singlepage #zone1 .sec .cat {
    font-size: 18px;
    font-weight: bold;
    background: url("blog/images/icon1.png") no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
  }
  #blogpage.singlepage #zone1 .sec h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #blogpage.singlepage #zone1 .sec .date {
    font-size: 16px;
    background: url("blog/images/icon2.png") no-repeat left center;
    background-size: 16px;
    padding-left: 25px;
    letter-spacing: 0.1em;
  }
  #blogpage.singlepage #zone1 .sec .date_update {
    font-size: 16px;
    margin-bottom: 0.3em;
    letter-spacing: 0.1em;
  }
  #blogpage.singlepage #zone1 .sec .date_update span.label {
    font-size: 14px;
  }
  #blogpage.singlepage #zone1 .sec .in {
    padding: 50px 0 100px;
  }
  #blogpage.singlepage #zone1 .sec .in p {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 2;
  }
  #blogpage.singlepage #zone1 .sec .in p img {
    border: 7px solid #f0efe9;
    -webkit-box-shadow: 0px 0px 1px #333333;
            box-shadow: 0px 0px 1px #333333;
  }
  #blogpage.singlepage .recommend {
    background: #f0efe9;
    position: relative;
    padding-bottom: 100px;
  }
  #blogpage.singlepage .recommend::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #blogpage.singlepage .recommend ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
  #blogpage.singlepage .recommend ul li {
    width: 30%;
    background: #fff;
    border: 7px solid #f0efe9;
  }
  #blogpage.singlepage .recommend ul li:nth-child(2) {
    margin-left: 3%;
    margin-right: 2%;
  }
  #blogpage.singlepage .recommend ul li .t2 {
    background: #979797;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 10px;
  }
  #blogpage.singlepage .recommend ul li .t3 {
    padding: 20px 30px;
  }
  #blogpage.singlepage .recommend ul li .t3 .bt1 {
    margin: 10px 0;
  }
  #blogpage.singlepage .share {
    padding: 100px 0;
  }
  #blogpage.singlepage .share h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 50px;
  }
  #blogpage.singlepage .share .sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px;
  }
  #blogpage.singlepage .share .sns li {
    width: 65px;
    margin: 30px;
  }
  #blogpage.singlepage .share .btn {
    width: 750px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;
    padding-top: 50px;
  }
  #blogpage.singlepage .share .btn li {
    width: 350px;
  }
  #blogpage.singlepage .share .btn li:first-child {
    margin-right: 20px;
  }
  #blogpage.singlepage .subnav {
    background: #f0efe9;
    position: relative;
    padding-bottom: 100px;
  }
  #blogpage.singlepage .subnav::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #blogpage.singlepage .subnav ul {
    width: 640px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
  }
  #blogpage.singlepage .subnav ul li {
    width: 280px;
    margin: 0 20px;
  }
  #blogpage.singlepage .subnav ul li a {
    display: block;
    position: relative;
  }
  #blogpage.singlepage .subnav ul li a .t1 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #blogpage.singlepage .subnav ul li a .t2 {
    margin-bottom: 10px;
  }
  #blogpage.singlepage .subnav ul li a .t3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    background: url("blog/images/icon1.png") no-repeat left center;
    background-size: 10px;
    padding-left: 15px;
  }
  #blogpage.singlepage .subnav ul li a .t4 {
    font-size: 14px;
  }
  #blogpage.singlepage .subnav ul li.prev .arrow {
    position: absolute;
    width: 58px;
    top: 120px;
    left: -80px;
  }
  #blogpage.singlepage .subnav ul li.next .arrow {
    position: absolute;
    width: 58px;
    top: 120px;
    right: -80px;
  }
  #blogpage.singlepage .kijislide {
    padding: 100px 0;
  }
  #blogpage.singlepage .kijislide h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 50px;
  }
  #blogpage.singlepage .kijislide .swiper-custom-parent {
    width: 1080px;
    margin: auto;
    position: relative;
  }
  #blogpage.singlepage .kijislide .swiper-button-prev {
    background: url("blog/images/prev2.png") no-repeat center center;
    background-size: 45px auto;
    width: 45px;
    height: 45px;
    top: calc(50% - 0px);
    left: 0px;
    position: absolute;
  }
  #blogpage.singlepage .kijislide .swiper-button-next {
    background: url("blog/images/next2.png") no-repeat center center;
    background-size: 45px auto;
    width: 45px;
    height: 45px;
    top: calc(50% - 0px);
    right: 0px;
    position: absolute;
  }
  #blogpage.singlepage .kijislide .swiper-container {
    width: 940px;
    margin: auto;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 0;
  }
  #blogpage.singlepage .kijislide .swiper-container li .t2 {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
  }
  #blogpage.singlepage .kijislide .swiper-container li .t2 i {
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  #qa .mainimg {
    background: url("qa/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #qa #zone1 {
    padding-top: 100px;
  }
  #qa #zone1 .question {
    background: url("qa/images/q.png") no-repeat left 50px center;
    background-size: 60px;
    border: 1px solid #c2c1c1;
    padding: 35px 0;
    position: relative;
    margin-bottom: 40px;
  }
  #qa #zone1 .question::before {
    content: "";
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: 150px;
    border-right: 1px solid #c2c1c1;
  }
  #qa #zone1 .question h1 {
    font-size: 30px;
    font-weight: 500;
    padding-left: 195px;
  }
  #qa #zone1 h2 {
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #qa #zone1 .c-text {
    padding-bottom: 65px;
  }
  #recommend.page1 .mainimg {
    background: url("recommend/01/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page2 .mainimg {
    background: url("recommend/02/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page3 .mainimg {
    background: url("recommend/03/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page4 .mainimg {
    background: url("recommend/04/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page5 .mainimg {
    background: url("recommend/05/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page6 .mainimg {
    background: url("recommend/06/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.about1 .mainimg {
    background: url("about01/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.about1 #zone1 dl dd {
    min-height: 500px;
  }
  #recommend.about2 .mainimg {
    background: url("about02/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.about2 #zone1 dl dd {
    min-height: 500px;
  }
  #recommend.voicepage .mainimg {
    background: url("voice/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend #zone1 {
    padding: 100px 0 30px;
  }
  #recommend #zone1 h3 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  #recommend #zone1 dl {
    position: relative;
  }
  #recommend #zone1 dl dt {
    position: absolute;
    top: 0;
  }
  #recommend #zone1 dl dt img {
    width: 710px;
  }
  #recommend #zone1 dl dd {
    width: 510px;
    min-height: 415px;
  }
  #recommend #zone1 .sec_a {
    padding-bottom: 70px;
  }
  #recommend #zone1 .sec_a dt {
    left: calc(50% - 745px);
  }
  #recommend #zone1 .sec_a dd {
    margin-left: 575px;
  }
  #recommend #zone1 .sec_b {
    padding-bottom: 70px;
  }
  #recommend #zone1 .sec_b dt {
    right: calc(50% - 745px);
  }
  #recommend #zone2 .pic {
    text-align: center;
    padding: 70px 0;
  }
  #recommend #zone2 .pic img {
    width: 320px;
  }
  #recommend #zone2 .container {
    border: 1px solid #c2c1c1;
  }
  #recommend #zone2 .container::before {
    content: "";
    height: 220px;
    position: absolute;
    top: calc(50% - 110px);
    left: 415px;
    border-right: 1px solid #c2c1c1;
  }
  #recommend #zone2 .container .t1 {
    padding-left: 50px;
  }
  #recommend #zone2 .container .t1 img {
    width: 295px;
  }
  #recommend #zone2 .container .t2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px;
    position: absolute;
    top: 70px;
    left: 485px;
  }
  #recommend #zone2 .container .t3 {
    position: absolute;
    top: 105px;
    left: 485px;
  }
  #recommend #zone2 .container .t4 {
    position: absolute;
    top: 150px;
    left: 485px;
    width: 250px;
  }
  #recommend #zone2 .container .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #recommend #zone2 .container .t4 a:hover {
    background: #ddd;
  }
  #recommend #zone2 .container .t5 {
    position: absolute;
    top: 150px;
    left: 765px;
    width: 250px;
  }
  #recommend #zone2 .container .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
  }
  #recommend #zone2 .container .t6 {
    position: absolute;
    top: 220px;
    left: 485px;
  }
  #recommend #zone2 .container .t6 a {
    text-decoration: underline;
    font-weight: 700;
  }
  #recommend #voicepoint {
    background: url("voice/images/bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 45px 0;
  }
  #recommend #voicepoint .container {
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    padding: 45px 30px;
  }
  #recommend #voicepoint .container h2 {
    text-align: center;
    font-size: 33px;
    padding-bottom: 20px;
  }
  #recommend #voicepoint .container .in {
    border: 1px solid #fff;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #recommend #voicepoint .container .in ul {
    font-size: 22px;
  }
  #recommend #voicepoint .container .in ul li {
    padding: 5px 0 5px 40px;
    background: url("voice/images/check.png") no-repeat left center;
    background-size: 25px auto;
  }
  #recommend #voicekiji {
    padding: 100px 0;
  }
  #recommend #voicekiji ul {
    width: 700px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: 500;
  }
  #recommend #voicekiji ul li {
    width: calc(50% - 15px);
    padding-bottom: 30px;
  }
  #recommend #voicekiji ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #recommend #voicekiji ul li a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #recommend #voicekiji ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-top: 15px;
  }
  #recommend #voicekiji ul li a span i {
    display: block;
    background: #333333;
    font-size: 15px;
    margin-top: 12px;
    padding: 5px;
  }
  #recommend #kijilist ul {
    width: 100%;
  }
  #recommend #kijilist ul li {
    width: calc(20% - 5px);
  }
  #toppage .mainimg {
    background: url("images/main.jpg") no-repeat center top;
    background-size: cover;
    height: 650px;
    position: relative;
  }
  #toppage .mainimg h1 {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 540px);
    font-size: 13px;
    color: #fff;
  }
  #toppage #zone1 {
    background: #f0efe9;
    padding: 100px 0;
  }
  #toppage #zone1 .c-text {
    text-align: center;
  }
  #toppage #about {
    position: relative;
    padding: 100px 0 50px;
  }
  #toppage #about .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 285px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #about ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: 500;
  }
  #toppage #about ul li {
    width: calc(50% - 29px);
    padding-bottom: 50px;
  }
  #toppage #about ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    will-change: transform;
  }
  #toppage #about ul li a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #toppage #about ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 30px 0;
  }
  #toppage #blog {
    position: relative;
    padding: 100px 0 50px;
  }
  #toppage #blog .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 285px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #blog .t1 {
    width: 1100px;
    margin: auto;
    border: 7px solid #f0efe9;
  }
  #toppage #blog .t2 {
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
  }
  #toppage #blog .t3 {
    width: 320px;
    margin: auto;
    padding-top: 10px;
  }
  #toppage #blog .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #toppage #blog .t3 a:hover {
    background: #ddd;
  }
  #toppage #recommend {
    position: relative;
    padding-top: 100px;
  }
  #toppage #recommend ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: 500;
    padding-bottom: 50px;
  }
  #toppage #recommend ul li {
    width: calc(50% - 29px);
    padding-bottom: 50px;
  }
  #toppage #recommend ul li.ex {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #toppage #recommend ul li.ex a {
    width: calc(50% - 29px);
  }
  #toppage #recommend ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    will-change: transform;
  }
  #toppage #recommend ul li a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #toppage #recommend ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 30px 0;
  }
  #toppage .bnr_mama {
    background: #f0efe9;
    padding: 50px 0;
  }
  #toppage .bnr_mama .container {
    max-width: 1110px;
  }
  #toppage .bnr_mama ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 500;
  }
  #toppage .bnr_mama ul li {
    width: calc(33.333% - 0px);
    padding: 0 15px;
  }
  #toppage .bnr_mama ul li a {
    display: block;
    position: relative;
    border: 7px solid #fff;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    will-change: transform;
  }
  #toppage .bnr_mama ul li a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #toppage .bnr_mama ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #toppage #voice {
    padding: 100px 0 0;
  }
  #toppage #voice .bg {
    background: url("images/bg2.jpg") no-repeat center center;
    background-size: cover;
    padding: 310px 0 100px;
  }
  #toppage #voice ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 500;
  }
  #toppage #voice ul li {
    width: 33.3%;
  }
  #toppage #voice ul li a {
    min-height: 140px;
    margin: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(50, 50, 50, 0.55);
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 30px;
    font-weight: bold;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    will-change: transform;
  }
  #toppage #voice ul li a i {
    display: block;
    font-size: 18px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: normal;
  }
  #toppage #voice ul li a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #toppage #qa {
    padding: 100px 0 0;
  }
  #toppage #qa .bg {
    background: url("images/bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 0 58px;
  }
  #toppage #qa ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: 500;
  }
  #toppage #qa ul li {
    width: calc(50% - 22px);
    padding-bottom: 42px;
  }
  #toppage #qa ul li a {
    display: block;
    background: rgba(50, 50, 50, 0.55);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 50px 0;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    will-change: transform;
  }
  #toppage #qa ul li a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #toppage #products {
    position: relative;
    padding-top: 100px;
  }
  #toppage #products .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #products .mds1 {
    padding-bottom: 30px;
  }
  #toppage #products .lead {
    text-align: center;
    font-size: 25px;
    padding-bottom: 60px;
  }
  #toppage #products .container {
    padding-bottom: 30px;
  }
  #toppage #products ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: 500;
  }
  #toppage #products ul li {
    width: calc(50% - 29px);
    padding-bottom: 70px;
  }
  #toppage #products ul li .t1 a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
    -webkit-transform: rotate(0.0001deg);
            transform: rotate(0.0001deg);
    will-change: transform;
  }
  #toppage #products ul li .t1 a:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #toppage #products ul li .t1 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 30px 0;
  }
  #toppage #products ul li .t2 {
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding: 20px 0;
  }
  #toppage #products ul li .t3 {
    width: 320px;
    margin: auto;
    padding-top: 10px;
  }
  #toppage #products ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #toppage #products ul li .t3 a:hover {
    background: #ddd;
  }
  #toppage #soudan {
    background: #f0efe9;
  }
  #toppage #soudan ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
/*paging*/
#blogpage.indexpage .blogpagenav .pager-first,.pager-last,.delimiter-last,.delimiter-first{
  display: none;}

/*wysiwyg*/
.wysiwyg {
  color: #48312b;
  max-width: 750px;
}

.wysiwyg h1 {
  text-align: center;
  font-size: 36px !important;
  font-size: 3.6rem !important;
  font-weight: 100 !important;
  padding-top: 60px;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg h2 {
  font-style: normal;
  font-weight: normal !important;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 50px;
}

.wysiwyg h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 23px;
}

.wysiwyg pre {
  margin: 30px 0;
  padding: 30px;
  font-size: 13px;
  font-weight: 100;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow: auto;
  background: #f2f2f2;
}

.wysiwyg p img {
  width: auto;
  height: auto;
  max-width: 750px;
}

.wysiwyg strong {
  font-weight: bold;
}

.wysiwyg p em {
  font-style: italic;
}

.wysiwyg a {
  color: #ff5a00;
  text-decoration: none;
}

.wysiwyg blockquote {
  background-color: #f7f7f7;
  border: 1px solid #e2e2e2;
  padding: 35px 35px 0 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
}

.wysiwyg blockquote p {
  line-height: 1.7 !important;
  color: #7b7b7b;
}

.wysiwyg blockquote::before {
  content: '';
  position: absolute;
  background-image: url(/jp/lp/myfirstpiano/blog/assets_mt/quote.png);
  left: 11px;
  top: 10px;
  width: 25px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.wysiwyg ul {
  margin-bottom: 30px;
}

.wysiwyg ul li {
  position: relative;
  text-indent: -0.8em;
  padding: 0 0 0 .8em;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}

.wysiwyg ul li:before {
  content: "â€¢";
  position: relative;
  left: 0px;
  top: -0.15em;
  margin-right: 0.6em;
}

.wysiwyg ol {
  margin-bottom: 30px;
}

.wysiwyg ol li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  counter-increment: list;
}

.wysiwyg ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0px;
  top: 0;
  margin-right: 0.6em;
}

.wysiwyg .ifame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.wysiwyg .ifame-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .wysiwyg h1 {
    padding-top: 25px;
    margin-bottom: 10px;
    font-size: 1.8rem !important;
    max-width: 100%;
  }
  .wysiwyg p img {
    max-width: 100%;
  }
  .wysiwyg blockquote {
    padding: 25px 25px 0 25px;
  }
  .wysiwyg blockquote::before {
    left: 11px;
    top: 6px;
    width: 18px;
    height: 22px;
    background-size: 13px;
  }
}

/*-----20220929-----*/
.banner_sec {padding-top: 80px;padding-bottom: 90px;background-color: hsl(0deg 0% 96%);}
.banner_sec .wrap {margin: 0 auto;width: 90%;max-width: 1600px;}
.banner_sec .wrap .comment {text-align: center;font-size: 30px;line-height: 1.8;font-weight: 600;margin-bottom: 35px;}
.banner_sec .wrap .comment .u_line {
  background: linear-gradient(hsl(0deg 0% 0% / 0%) 72%, hsl(56deg 97% 56%) 72%);
}
.banner_sec .wrap .image {margin: 0 auto;width: 100%;max-width: 1080px;transition: 0.5s;border-radius: 10px;box-shadow: 3px 4px 8px 0px #979797;overflow: hidden;}
.banner_sec .wrap .image:hover {
 opacity:0.7;
}
@media screen and (max-width: 767px) {
.banner_sec {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.banner_sec .wrap {
    margin: 0 auto;
    width: 85%;
}

.banner_sec .wrap .comment {
    text-align: left;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
}
}
