/* CSS Document */
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.8vw;
  }
  .pc {
    display: none !important;
  }
  .fixedcontainer {
    width: 100%;
  }
  .body {
    font-size: 3.8vw;
  }
  .flex_part .flex_img_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex_part .flex_img_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .g_nav {
    position: absolute;
    width: 100%;
    top: 66px;
    z-index: 100;
    display: none;
  }
  #header .header_top {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
    background: white;
    height: 66px;
  }
  #header .header_top h1 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 200px;
    height: 66px;
    overflow: hidden;
  }
  #header .menu-trigger {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-top: 3px;
    width: 60px;
    height: 60px;
    z-index: 2;
  }
  #header .menu-trigger:hover {
    opacity: 1;
  }
  #header .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    width: 24px;
    height: 3px;
    left: 0;
    background: #a77e03;
    right: 0;
    margin: auto;
  }
  #header .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  #header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  #header .menu-trigger span:nth-of-type(3) {
    bottom: 20px;
  }
  #header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
            transform: translateY(8.5px) rotate(-45deg);
  }
  #header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
            transform: translateY(-8.5px) rotate(45deg);
  }
  #header .g_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    letter-spacing: 0.1em;
    background: #66aff1;
    padding-bottom: 5vw;
    border-top: 1px solid #fff;
  }
  #header .g_nav ul li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #header .g_nav ul li a {
    display: block;
    padding: 1.2em 0;
    color: #fff;
    text-decoration: none;
  }
  #header .g_nav ul li a:hover {
    opacity: 0.9;
    color: #66aff1;
    background: #fff;
  }
  #header #top_sp {
    margin-top: 66px;
  }
  .sp_drag {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .sp_drag_part {
    text-align: center;
    padding: 2vw 5px 1.5vw;
  }
  ul.sp_drag_btns {
    list-style: none;
    width: 100%;
  }
  ul.sp_drag_btns li {
    float: left;
    width: 50%;
  }
  ul.sp_drag_btns li a {
    display: block;
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  ul.sp_drag_btns li a img {
    width: 100%;
    vertical-align: middle;
  }
  .top {
    margin-top: 66px;
    height: 133vw;
  }
  .top .container {
    width: 100%;
  }
  .loopSliderWrap1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul li {
    width: 100vw;
    height: 133vw;
  }
  .loopSlider1 ul li div {
    width: 100vw;
    height: 133vw;
  }
  #pc_menu2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    background: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #pc_menu2 .top_menu_link {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 16px;
    color: #814900;
    padding: 0 30px;
    border-right: 1px solid #ccc;
  }
  #pc_menu2 .top_menu_link span {
    font-size: 22px;
    font-weight: bold;
    color: #444;
  }
  #pc_menu2 .top_menu_link:hover {
    opacity: 0.3;
  }
  #pc_menu2 .top_menu_link:last-child {
    border-right: 0px solid #ccc;
  }
  .fixedcontainer {
    width: 100vw;
  }
  figure {
    line-height: 0;
    width: 85.4vw;
    margin: 0;
  }
  figure.hover-parent {
    position: relative;
  }
  figure.hover-parent .hover-mask {
    line-height: 2;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4vw 0;
    z-index: 10;
  }
  figure.hover-parent .hover-mask .mask_block .img_block {
    text-align: center;
    width: auto;
    height: auto;
    margin-bottom: 2vw;
  }
  figure.hover-parent .hover-mask .mask_block .img_block img {
    width: 50vw;
  }
  figure.hover-parent .hover-mask .mask_block p {
    font-size: 12px;
    padding-bottom: 0vw;
    line-height: 1.7;
  }
  figure.hover-parent .hover-mask .mask_block p.spec_close {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 6vw;
    display: block;
  }
  figure.hover-parent .hover-mask .mask_block p a {
    cursor: pointer;
    color: #333;
    text-decoration: underline;
  }
  figure.hover-parent .hover-mask .mask_block p a:visited, figure.hover-parent .hover-mask .mask_block p a:hover {
    color: #333;
    text-decoration: underline;
  }
  figure.hover-parent .hover-mask.hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  figure.hover-parent .plus {
    width: auto;
    text-align: left;
    font-size: 15px;
    z-index: 20;
  }
  @-webkit-keyframes logo_animation {
    0% {
      -webkit-transform: translate(calc(50vw - 50%), calc(50vh - 50%));
              transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    }
    80% {
      -webkit-transform: translate(calc(50vw - 50%), calc(50vh - 50%));
              transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    }
    100% {
      -webkit-transform: translate(7vw, 25vw);
              transform: translate(7vw, 25vw);
    }
  }
  @keyframes logo_animation {
    0% {
      -webkit-transform: translate(calc(50vw - 50%), calc(50vh - 50%));
              transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    }
    80% {
      -webkit-transform: translate(calc(50vw - 50%), calc(50vh - 50%));
              transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    }
    100% {
      -webkit-transform: translate(7vw, 25vw);
              transform: translate(7vw, 25vw);
    }
  }
  #sec_logo {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
  }
  #sec_logo img {
    width: 47.59259vw;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(7vw, 25vw);
            transform: translate(7vw, 25vw);
    -webkit-animation: logo_animation 3s ease;
            animation: logo_animation 3s ease;
  }
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 8px);
    -webkit-transform: translate(0, 8px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inviewfadeInUp.scroll_to_right {
    transform: translate(-50px, 8px);
    -webkit-transform: translate(-50px, 8px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inviewfadeInUp.scroll_to_left {
    transform: translate(50px, 8px);
    -webkit-transform: translate(50px, 8px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inviewfadeInUp.scroll_to_top {
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .fadeInUp {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #sec_fv {
    background: #dbd1da;
    text-align: center;
    padding-top: 35.83333vw;
    padding-bottom: 11.2963vw;
    position: relative;
    z-index: 20;
  }
  #sec_fv.scrollin {
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 0;
  }
  #sec_fv .block1 {
    margin-bottom: 9.25926vw;
  }
  #sec_fv .block1 img {
    width: 74.07407vw;
    margin-left: 12vw;
  }
  #sec_fv .block2 img {
    width: 100%;
  }
  #sec_fv .block3 {
    margin-top: 13.7037vw;
    padding-bottom: 18.51852vw;
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec_fv .block3 .img3 {
    max-width: 58.7963vw;
    margin-left: 3.7037vw;
  }
  #sec_fv .block3 .img4 {
    margin-top: 6.94444vw;
    max-width: 66.11111vw;
    margin-right: 3.7037vw;
    margin-left: auto;
  }
  #wrapper {
    width: 100vw;
    overflow: hidden;
  }
  section {
    width: 100vw;
    overflow-x: hidden;
    left: 0;
  }
  #sec1 {
    position: absolute;
    top: 0;
    padding-top: 442vw;
    margin-top: 0;
    z-index: 18;
  }
  #sec1.scrollin {
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 1;
  }
  #sec1 .bg {
    background: white;
    padding-bottom: 0;
  }
  #sec1 .part2 {
    padding-top: 13.7037vw;
  }
  #sec1 .part2 .block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9.25926vw;
  }
  #sec1 .part2 .block1 img {
    max-width: 42.40741vw;
  }
  #sec1 .part2 .block2 {
    padding-top: 13.88889vw;
    text-align: center;
  }
  #sec1 .part2 .block2 video {
    width: 75.92593vw;
  }
  #sec1 .part2 .block3 {
    margin-top: 17.96296vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec1 .part2 .block3 .img8 {
    max-width: 82.40741vw;
    margin-left: 0;
  }
  #sec1 .part2 .block3 .img9 {
    max-width: 52.59259vw;
    margin-top: 18.51852vw;
    margin-right: 7.40741vw;
    margin-left: auto;
  }
  #sec1 .part2 .block4 {
    margin-top: 25vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec1 .part2 .block4 .img10 {
    max-width: 66.2037vw;
  }
  #sec1 .part2 .block4 .img11 {
    margin-top: 16.2037vw;
    max-width: 73.14815vw;
    margin-left: auto;
  }
  #sec1 .part2 .block5 {
    margin-top: 8.88889vw;
  }
  #sec1 .part2 .block5 .img12 {
    margin-left: 0;
    max-width: 72.22222vw;
  }
  #sec1 .part2 .block5 .img13 {
    max-width: 57.40741vw;
    margin-right: 6.2963vw;
    margin-top: 12.77778vw;
    margin-left: auto;
  }
  #sec1 .part2 .block6 {
    margin-top: 7.40741vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 48.556vw;
    margin-bottom: 0;
  }
  #sec1 .part2 .block6 .img14 {
    max-width: 67.31481vw;
    margin-left: 3.7037vw;
    margin-right: auto;
  }
  #sec1 .part2 .block6 .img15 {
    max-width: 66.11111vw;
    margin-top: 7.22222vw;
    margin-right: 3.7037vw;
    margin-left: auto;
  }
  #sec2 {
    position: absolute;
    top: 0;
    padding-top: 1555.778vw;
    z-index: 16;
    padding-bottom: 9.25926vw;
  }
  #sec2 .bg {
    background: #dbd1da;
  }
  #sec2.scrollin {
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 3;
  }
  #sec2 .part2 .block1 {
    margin-top: 20.92593vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #sec2 .part2 .block1 .img17 {
    margin-top: 0;
    max-width: 66.2037vw;
    margin-left: 3.7037vw;
    margin-right: auto;
    margin-top: 7.22222vw;
  }
  #sec2 .part2 .block1 .img18 {
    margin-top: 0;
    max-width: 65.92593vw;
    margin-left: auto;
    margin-right: 3.7037vw;
  }
  #sec2 .part2 .block2 {
    text-align: right;
    margin-top: 12.59259vw;
    margin-bottom: 10.83333vw;
  }
  #sec2 .part2 .block2 video {
    margin: auto;
    max-width: 84.72222vw;
    margin-right: 0;
  }
  #sec2 .part4 {
    text-align: center;
    padding-top: 13.14815vw;
    padding-bottom: 17.59259vw;
  }
  #sec2 .part4 .img20 {
    max-width: 41.85185vw;
  }
  #sec3 {
    padding-top: 2080vw;
    z-index: 15;
    position: absolute;
    top: 0;
  }
  #sec3 .bg {
    background: white;
    padding-bottom: 0;
    padding-bottom: 18.51852vw;
  }
  #sec3.scrollin {
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 4;
  }
  #sec3 .part1 .block1 {
    text-align: center;
    margin-top: 0;
  }
  #sec3 .part1 .block1 img {
    max-width: 100vw;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec3 .part1 .block2 {
    margin-top: 16.2963vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec3 .part1 .block2 .img22 {
    max-width: 59.07407vw;
    margin-left: 3.7037vw;
  }
  #sec3 .part1 .block2 .img23 {
    max-width: 66.2963vw;
    margin-top: 7.22222vw;
    margin-right: 3.7037vw;
    margin-left: auto;
  }
  #sec3 .part2 {
    margin-top: 11.11111vw;
  }
  #sec3 .part3 {
    margin-top: 11.11111vw;
  }
  #sec3 .part3 .block1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec3 .part3 .block1 .img25 {
    max-width: 67.77778vw;
    margin-left: auto;
    margin-right: 3.7037vw;
    margin-top: 0;
  }
  #sec3 .part3 .block1 .img26 {
    max-width: 66.11111vw;
    margin-left: 3.7037vw;
    margin-top: 7.22222vw;
  }
  #sec3 .part3 .block2 {
    text-align: center;
    margin-top: 11.11111vw;
  }
  #sec3 .part3 .block2 .img27 {
    max-width: 100vw;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec3 .part3 .block3 {
    margin-top: 11.11111vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7.22222vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec3 .part3 .block3 .img28 {
    max-width: 42.31481vw;
    margin: auto;
  }
  #sec3 .part3 .block3 .img29 {
    max-width: 42.31481vw;
    margin: auto;
  }
  #sec3 .part3 .block4 {
    margin-top: 11.11111vw;
    text-align: center;
    padding-bottom: 9.25926vw;
    margin-bottom: 0;
  }
  #sec3 .part3 .block4 .img30 {
    max-width: 100vw;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec4 {
    position: absolute;
    top: 0;
    z-index: 14;
    padding-top: 3184vw;
    width: 100%;
    left: 0;
  }
  #sec4 .bg {
    background: #dbd1da;
    padding-top: 21.11111vw;
    padding-bottom: 23.88889vw;
  }
  #sec4.scrollin {
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 8;
  }
  #sec4 .part1 .block1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec4 .part1 .block1 .img31 {
    max-width: 59.44444vw;
    margin-left: 3.7037vw;
    margin-right: auto;
  }
  #sec4 .part1 .block1 .img32 {
    max-width: 65vw;
    margin-top: 7.22222vw;
    margin-right: 3.7037vw;
    margin-left: auto;
  }
  #sec4 .part1 .block2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 11.11111vw;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #sec4 .part1 .block2 .img33 {
    max-width: 67.77778vw;
    margin-top: 7.22222vw;
    margin-left: 3.7037vw;
    margin-right: auto;
  }
  #sec4 .part1 .block2 .img34 {
    max-width: 52.22222vw;
    margin-right: 3.7037vw;
    margin-left: auto;
  }
  #sec5 {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    left: 0;
    padding-top: 3595vw;
  }
  #sec5 .bg {
    padding-top: 16.66667vw;
    padding-bottom: 16.66667vw;
    background: white;
  }
  #sec5.scrollin {
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 8;
  }
  #sec5 .block1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec5 .block1 .img35 {
    max-width: 67.03704vw;
    margin-left: 3.7037vw;
  }
  #sec5 .block1 .img36 {
    max-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    margin-left: 0;
    margin-top: 18.51852vw;
  }
  #sec5 .block1 .img37 {
    margin-right: auto;
    margin-left: auto;
    max-width: 42.77778vw;
    margin-top: 18.51852vw;
  }
  footer {
    position: absolute;
    z-index: 12;
    padding-top: 3968vw;
    width: 100%;
    left: 0;
  }
  footer .bg {
    background: #dbd1da;
    padding-top: 18.51852vw;
  }
  footer .part0 {
    text-align: center;
  }
  footer .part0 img {
    width: 43.88889vw;
  }
  footer .part1 {
    padding-top: 60px;
    width: 136px;
    margin: auto;
    padding-bottom: 28px;
    border-bottom: 1px solid #333333;
    text-align: center;
  }
  footer .part1 img {
    width: 136px;
  }
  footer .part2 {
    padding-top: 30px;
    padding-bottom: 32px;
    text-align: center;
  }
  footer .part2 a {
    display: block;
    line-height: 1;
  }
  footer .part2 img {
    width: 102px;
  }
  footer .part3 {
    text-align: center;
    padding-bottom: 97px;
  }
  footer .part3 a {
    display: inline-block;
    text-align: center;
    margin: 0 12px;
  }
  footer .part3 a img {
    height: 28px;
  }
  @-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes rotating {
    from {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes opacityAnim {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
  }
  @keyframes opacityAnim {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
  }
  .fullwidth .expand {
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
    top: 45%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fullwidth .expand .logo {
    display: block;
    background: url(./../img/circle.png) no-repeat;
    background-size: contain;
    width: 62vw;
    height: 70vw;
    -webkit-animation: maskRotate 2s linear;
            animation: maskRotate 2s linear;
  }
  .fullwidth .expand .ete {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    width: 62vw;
    margin-top: 10vw;
  }
  footer .part0 {
    text-align: center;
  }
  footer .part0 img {
    width: 60vw;
  }
  footer .part1 {
    padding-top: 66px;
    width: 60vw;
    margin: auto;
    padding-bottom: 28px;
    border-bottom: 1px solid #333;
    text-align: center;
  }
  footer .part1 img {
    width: 136px;
  }
  footer .part2 {
    padding-top: 35px;
    padding-bottom: 40px;
    text-align: center;
  }
  footer .part2 img {
    width: 102px;
  }
  footer .part3 {
    text-align: center;
    padding-bottom: 97px;
  }
  footer .part3 a {
    display: inline-block;
    text-align: center;
    margin: 0 1.5vw;
  }
  footer .part3 a img {
    width: 24px;
  }
}

@media screen and (max-width: 500px) {
  .visible-500 {
    display: block;
  }
  .hidden-500 {
    display: none;
  }
}
/*# sourceMappingURL=responsive.css.map */