@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  width: 100%;
  height: 100%;
/*  position: fixed;
  left: 0;
  right: 0;*/ }

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: white;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.mobile-menu-wrap .fancybox-stage{
  background-image: url(../img/common/nav_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 191px auto;
  -moz-background-size: 191px auto;
  -webkit-background-size: 191px auto;
  -o-background-size: 191px auto;
  -ms-background-size: 191px auto;
  background-color: white;
}

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  display: none!important;
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

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

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

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

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

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:15px;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }
.mobile-menu-wrap .fancybox-slide{
  padding: 0;
}
.mobile-menu-wrap .fancybox-navigation{
  display: none;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  /*background-color: #f6d668;*/
  /*background-image: url(../img/bottom/pop_bg.jpg);*/
  overflow: hidden;
  
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

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

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

/* Buttons */
.fancybox-button {
/*  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  color: #ccc;
  transition: color .3s ease;
  cursor: pointer; */}
.fancybox-button.fancybox-button--close{
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
.fancybox-button[disabled] {
  cursor: default;
  opacity: 0.6; }

.fancybox-button:hover:not([disabled]) {
  color: #fff; }

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

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

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

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

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

/* Navigation arrows */
.fancybox-navigation {
  /*display: none!important; */}

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {

}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  display: none!important;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

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

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  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 {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  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 {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

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

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

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

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

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

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

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

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

/* 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 {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

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

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

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #888;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #555; }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  vertical-align: top; }

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

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

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

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

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

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

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.fancybox-thumbs > ul > li.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); } }


.fancybox-stage .popStyle01 .img-wrap{
  width: 100%;
}
.fancybox-stage .popStyle01 .img-wrap img{

}
.fancybox-stage .popStyle01 .ttl{
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: white;
  background-color: #94803e;
  font-weight: 900;
  box-sizing:border-box;
}
.fancybox-stage .popStyle01 .ttl small{
  font-size: 10px;
  margin-top: 3px;  
  display: block;
}
.fancybox-stage .popStyle01 .conts{
  background-color: #f6d668;
  padding: 10px 10px 160px;
  box-sizing:border-box;
  max-height: 462px;
}
.fancybox-stage .popStyle01 .conts .conts-ttl{
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 9px;  
}
.fancybox-stage .popStyle01 .conts .detail{
  font-size: 10px;
  line-height: 16px;
  font-weight: 900;
}
.fancybox-stage .popStyle01 .conts .pattern-box{
  font-size: 10px;
  line-height: 16px;
  font-weight: 900; 
}
.fancybox-stage .popStyle01 .conts .pattern-box-inner{
  margin-top: 20px;  
  background-color: white;
  padding:40px 10px;
  text-align: center;
}
.fancybox-stage .popStyle01 .conts .pattern-box a{
  display: block;
  text-align: center;
}
.fancybox-stage .popStyle01 .conts .pattern-box a img{
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.fancybox-stage .popStyle01 .conts .pattern-box .qr{
  margin: 0 auto 20px;
  width: 80%;
  text-align: center;
}  

.fancybox-stage .popStyle01 .conts .small-note{
  font-size: 8px;
  margin-top: 5px;
}
.fancybox-stage .popStyle01 .note{
  font-size: 8px;
  margin-top: 10px;
}
.custom-nav{
  position: fixed;
  bottom:0;
  margin:0;
  width: 100%;
  padding:0 15px;
  box-sizing:border-box;
  height: 50px;
  line-height: 50px;
  z-index: 99997;
}
.custom-nav .inner{
  width: 100%;
  position: relative;
  box-sizing:border-box;  
  border: 3px solid black;
  height: 50px;  
  background-color: #faca72; 
}
.custom-nav .fancybox-button{
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center; 
  background-color: transparent;
  border: 0;
}
.custom-nav .fancybox-button.fancybox-button--arrow_left{
  background-image: url(../img/common/nav_left.png);
  background-size:26px auto;
  -moz-background-size:26px auto;
  -webkit-background-size:26px auto;
  -o-background-size:26px auto;
  -ms-background-size:26px auto; 
  position: absolute;
  left:0; 
}
.custom-nav .fancybox-button.fancybox-button--arrow_right{
  background-image: url(../img/common/nav_right.png);
  background-size:26px auto;
  -moz-background-size:26px auto;
  -webkit-background-size:26px auto;
  -o-background-size:26px auto;
  -ms-background-size:26px auto; 
  position: absolute;
  right:0;    
}
.custom-nav .fancybox-close{
  width: 50px;
  height: 100%;
  border: 0;
  background-position: center center; 
  background-color: transparent;      
  background-image: url(../img/common/nav_close.png);
  background-size:50px auto;
  -moz-background-size:50px auto;
  -webkit-background-size:50px auto;
  -o-background-size:50px auto;
  -ms-background-size:50px auto; 
  position: absolute;
  left:50%;
  margin-left: -25px; 
  background-color: transparent;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-top:0;
  border-bottom: 0;   
}
.cat-btns-wrap-mobile .popup-menu{
  background-color: #cccdcd;
  padding: 15px;
  text-align:left;
  min-width: 280px;
  box-sizing:border-box;
}
.cat-btns-wrap-mobile .cat-btns{
  width: 100%;
}
.cat-btns-wrap-mobile .cat-btns a{
  color: #3e3a39;
  border: 2px solid #231815;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  text-align: left;
  box-sizing:border-box;
}
.cat-btns-wrap-mobile .cat-btns a:last-child{
  margin-bottom: 0;
}
.cat-btns-wrap-mobile .cat-btns span{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  margin-right: 15px;
}
.cat-btns-wrap-mobile .cat-btns a.selected,
.cat-btns-wrap-mobile .cat-btns a:hover{
  background-color: #faca72;
}
.cat-btns-wrap-mobile .cat-btns a.selected span,
.cat-btns-wrap-mobile .cat-btns a:hover span{
  background-position: left center;
}
.cat-btns-wrap-mobile .popup-menu a{
  font-weight: 900;
  font-size: 13px;
  width: 100%;
  letter-spacing: 1.5px;
  display: block;
}
.cat-btns-wrap-mobile #cat00 span{
  width: 32px;
  height: 28px;
  margin-left: 4.5px;
  margin-right: 19.5px;
  background-image: url(../img/functions/function_icon00.png);
  background-size:64px auto;
  -moz-background-size:64px auto;
  -webkit-background-size:64px auto;
  -o-background-size:64px auto;
  -ms-background-size:64px auto;  
}
.cat-btns-wrap-mobile #cat01 span{
  width: 41px;
  height: 29px;
  background-image: url(../img/functions/function_icon01.png);
  background-size:84px auto;
  -moz-background-size:84px auto;
  -webkit-background-size:84px auto;
  -o-background-size:84px auto;
  -ms-background-size:84px auto;  
}
.cat-btns-wrap-mobile #cat02 span{
  width: 34px;
  height: 33px;
  margin-left: 3.5px;
  margin-right: 19.5px;
  background-image: url(../img/functions/function_icon02.png);
  background-size:68px auto;
  -moz-background-size:68px auto;
  -webkit-background-size:68px auto;
  -o-background-size:68px auto;
  -ms-background-size:68px auto;  
}
.cat-btns-wrap-mobile #cat03 span{
  width: 37px;
  height: 33px;
  margin-left: 2px; 
  margin-right: 17px;
  background-image: url(../img/functions/function_icon03.png);
  background-size:74px auto;
  -moz-background-size:74px auto;
  -webkit-background-size:74px auto;
  -o-background-size:74px auto;
  -ms-background-size:74px auto;  
}
.cat-btns-wrap-mobile #cat04 span{
  width: 40px;
  height: 31px;
  margin-left: 0.5px;
  margin-right: 15.5px;
  background-image: url(../img/functions/function_icon04.png);
  background-size:80px auto;
  -moz-background-size:80px auto;
  -webkit-background-size:80px auto;
  -o-background-size:80px auto;
  -ms-background-size:80px auto;  
}
.cat-btns-wrap-mobile .popup-menu span{
/*    text-align: center;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    margin: 0 auto;*/
}
.fancybox-stage .popStyle01 .conts .detail.mb40{
  margin-bottom: 40px;
}
.fancybox-stage .popStyle01 .conts img{
  max-width: 100%;
}
.fancybox-stage .popStyle01 .txt-wrap{
  overflow: hidden;
}
.fancybox-stage .popStyle01 .txt-wrap .conts::-webkit-scrollbar {
    width: 14px;
    height: 18px;
    background-color: transparent;
}
.fancybox-stage .popStyle01 .txt-wrap .conts::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.fancybox-stage .popStyle01 .txt-wrap .conts::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.fancybox-stage .popStyle01 .txt-wrap .conts::-webkit-scrollbar-corner {
    background-color: transparent;
}
@media (max-width: 979px) {
  .fancybox-stage .popStyle01 .conts{
    max-height: none!important;
  }
}
@media (min-width: 768px) {
  .fancybox-slide{
    padding:40px 100px;
  }
  .custom-nav{
    padding:0 100px;
  }
  .popup-frame{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* border: 3px solid black; */
    width: 1px;
    height: 100%;
    background-color: black;
  }

}
@media (min-width: 980px) {
  .bg-fix{
    position: absolute;
    right: 1px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f6d668;
  }
  .fancybox-slide{
    padding: 15px 100px;
  }
  .fancybox-navigation{
    /*display: block!important;*/
  }
  .custom-nav{
    display: none;
  }
  .fancybox-navigation{
    width: 100%;
    max-width: 999px;
    position: relative;
    top: 50%;
    max-width: 999px;
    display: block;
    height: 60px;
    margin: -30px auto 0;
  }
  .fancybox-navigation button{
    border: 0;
    width: 50px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    -moz-background-size: 50px auto;
    -webkit-background-size: 50px auto;
    -o-background-size: 50px auto;
    -ms-background-size: 50px auto;
    margin: -30px 0 0 0;
  }
  .fancybox-button svg{
    display: none;
  }
  .fancybox-navigation .fancybox-button--arrow_left{
    left: 0px;
    background-image: url(../img/common/nav_left.png);
  }
  .fancybox-navigation .fancybox-button--arrow_right{
    right: 0px;
    background-image: url(../img/common/nav_right.png);


  }
    .fancybox-stage .popStyle01{
      background-color: #f6d668;
      max-width: 999px;

    }
    .fancybox-stage .popStyle01 .img-wrap{
      width: 66%;
      float: left;
      border-right: 3px solid black;
      box-sizing: border-box;
    }
    .fancybox-stage .popStyle01 .img-wrap img{
      width: 50%;
      display: block;
      float: left;

    }
    .fancybox-stage .popStyle01.imgStyle02 .img-wrap img{
      width: 100%;

      box-sizing: border-box;
    }
    .fancybox-stage .popStyle01 .txt-wrap{
      width: 34%;
      float: right;
      height: 100%;
      padding-right: 1px;
      box-sizing: border-box;
    }
    .fancybox-stage .popStyle01 .ttl{
      font-size: 23px;
      line-height: 28px;
      padding: 9px 15px;

    }
    .fancybox-stage .popStyle01 .ttl.no-pad p{
      padding-top: 0;
    }    
    .fancybox-stage .popStyle01 .ttl p{
      padding-top: 25px;
    }
    .fancybox-stage .popStyle01 .ttl small{
      font-size: 12px;
      display: inline;
      margin:0 0 0 5px;
    }
    .fancybox-stage .popStyle01 .conts{
      padding: 15px 35px 30px 15px;
    }
    .fancybox-stage .popStyle01 .conts .conts-ttl{
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 18px;
      line-height: 25px;
    }
    .fancybox-stage .popStyle01 .conts .detail {
      font-size: 12px;
      line-height: 22px;
      font-weight: 900;
    }
    .fancybox-stage .popStyle01 .conts .pattern-box{
      font-size: 12px;
      line-height: 22px;
      font-weight: 900;  
    }
  
    .fancybox-stage .popStyle01 .conts .small-note{
      font-size: 10px;
    }
    .fancybox-stage .popStyle01 .note{
      font-size: 10px;
      margin-top: 80px;
      /*position: absolute;*/
      bottom: 25px;
    }
    .fancybox-stage .popStyle01 .conts .pattern-box .qr{
      margin: 0 auto;
    }
    .fancybox-close{
      border: 0;
      position: absolute;
      top: -2px;
      right: -2px;
      height: 30px;
      width: 30px;
      background-repeat: no-repeat;
      background-position: center center; 
      background-color: transparent;      
      background-image: url(../img/common/nav_close_pc.png);
      background-size:30px auto;
      -moz-background-size:30px auto;
      -webkit-background-size:30px auto;
      -o-background-size:30px auto;
      -ms-background-size:30px auto;
    }

}
@media (min-width: 1023px) {
  .fancybox-stage .popStyle01 .conts .pattern-box a{
    display: inline-block;
  }    
  .fancybox-stage .popStyle01 .conts .pattern-box a img{
    margin-top: 20px;
    display: inline-block;
  }
  .fancybox-stage .popStyle01 .conts .pattern-box .qr{
    width: 80px;
    margin: 0 0 0 40px;
  }
}
@media (min-width: 1150px) {
  .fancybox-navigation .fancybox-button--arrow_left{
    left: -70px;
  }
  .fancybox-navigation .fancybox-button--arrow_right{
    right: -70px;

  }
}
