main.konwa * {
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .main {
    padding: 0 0 100px;
    overflow: hidden;
    margin: 0 auto;
  }
  .main .spacer {
    height: 1000px;
  }
  .konwa h2,
  .konwa p,
  .konwa li,
  .konwa span {
    color: #000;
  }
  .konwa .for-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .konwa h2,
  .konwa p,
  .konwa li span {
    color: #000;
  }
  .konwa .for-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .top {
    position: relative;
    z-index: 1;
    margin: 75px 0 0 0;
  }
  .top img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.75s;
    opacity: 0;
  }
  .top img.inview {
    transform: translateY(0);
    opacity: 1;
  }
  .top a {
    background: #fff;
    transition: all 0.75s;
    opacity: 0.5;
    pointer-events: none;
  }
  .banner img {
    opacity: 0.5;
  }
  .close {
    background: linear-gradient(to bottom, #0065b8, #1b1e73);
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding: 5px 25px;
    transition: all 0.75s;
    opacity: 0;
  }
  .close.inview {
    opacity: 1;
  }
  .close p {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 768px) {
  .top {
    position: relative;
    z-index: 1;
    margin: 75px 0 0 0;
  }
  .top img {
    width: 100%;
    transition: all 0.75s;
    opacity: 0;
  }
  .top img.inview {
    transform: translateY(0);
    opacity: 1;
  }
  .top a {
    opacity: 0.5;
    pointer-events: none;
  }
  .banner img {
    opacity: 0.5;
  }
  .close {
    max-width: 325px;
    width: 100%;
    background: linear-gradient(to bottom, #0065b8, #1b1e73);
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding: 8.5px 0;
    text-align: center;
    transition: all 0.75s;
    opacity: 0;
  }
  .close.inview {
    opacity: 1;
  }
  .close p {
    color: #fff;
    font-size: 10.5px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 769px) {
  .title {
    max-width: 571px;
    margin: 55px auto 50px;
  }
  .highball,
  .yasuuma,
  .chukatsu {
    width: 100%;
    display: block;
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 0;
  }
  .highball .img img,
  .yasuuma .img img,
  .chukatsu .img img {
    transition: all 0.75s;
    opacity: 0;
  }
  .highball .img img.inview,
  .yasuuma .img img.inview,
  .chukatsu .img img.inview {
    opacity: 1;
  }
  .highball .img img:hover,
  .yasuuma .img img:hover,
  .chukatsu .img img:hover {
    opacity: 0.75;
  }
  .cont-link {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 70px auto 0;
    padding: 0 50px;
    height: auto;
  }
  .cont-link .box {
    width: 45.455%;
    height: auto;
    transition: all 0.75s;
    display: block;
  }
  .cont-link .box .title {
    text-align: center;
  }
  .cont-link .box .img {
    margin: 26px 0;
  }
  .cont-link .box .img img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-link .box .img img.inview {
    opacity: 1;
  }
  .cont-link .box .link {
    text-align: right;
  }
  .cont-link .box .link div img {
    max-width: 152px;
  }
  .cont-link .box:hover {
    opacity: 0.75;
  }
}
@media (max-width: 768px) {
  .title {
    margin: 40px 0 0;
    padding: 0;
  }
  .yasuuma {
    margin: 30px auto 0 !important;
  }
  .highball,
  .yasuuma,
  .chukatsu {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    display: block;
    padding: 0 30px;
  }
  .highball .title,
  .yasuuma .title,
  .chukatsu .title {
    text-align: center;
  }
  .highball .img,
  .yasuuma .img,
  .chukatsu .img {
    margin: 20px 0 9px;
    text-align: center;
  }
  .highball .img img,
  .yasuuma .img img,
  .chukatsu .img img {
    transition: all 0.75s;
    opacity: 0;
  }
  .highball .img img.inview,
  .yasuuma .img img.inview,
  .chukatsu .img img.inview {
    opacity: 1;
  }
  .highball .img img:hover,
  .yasuuma .img img:hover,
  .chukatsu .img img:hover {
    opacity: 0.75;
  }
  .highball .link div img,
  .yasuuma .link div img,
  .chukatsu .link div img {
    max-width: 95px;
    display: block;
    margin: 0 0 0 auto;
  }
  .cont-link {
    margin: 0 auto;
    padding: 0 30px;
  }
  .cont-link .box {
    width: 100%;
    height: auto;
    margin: 60px 0 0;
    display: block;
  }
  .cont-link .box .title {
    text-align: center;
  }
  .cont-link .box .img {
    margin: 20px 0 9px;
  }
  .cont-link .box .img img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-link .box .img img.inview {
    opacity: 1;
  }
  .cont-link .box .link div img {
    max-width: 95px;
    display: block;
    margin: 0 0 0 auto;
  }
}
.cont-highball {
  margin: 0;
  background: #000;
}
@media (min-width: 769px) {
  .cont-highball .cont-title img {
    width: 100%;
    height: auto;
  }
  .cont-highball .inner {
    margin: 0 auto;
    position: relative;
    background: #000;
    text-align: center;
  }
  .cont-highball .inner .caption {
    padding: 10px 10px 0;
    display: block;
    text-align: right;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
  }
  .cont-highball .inner .banner-yasuuma {
    display: block;
    padding: 20px 0;
  }
  .cont-highball .inner .banner-yasuuma img {
    width: 100%;
    height: auto;
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-highball .inner .banner-yasuuma img.inview {
    opacity: 1;
  }
  .cont-highball .inner .banner-yasuuma img:hover {
    opacity: 0.75;
  }
  .cont-highball .inner .banner-yasuuma2 {
    display: inline-block;
    padding: 45px 50px 40px;
  }
  .cont-highball .inner .banner-yasuuma2 img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-highball .inner .banner-yasuuma2 img.inview {
    opacity: 1;
  }
  .cont-highball .inner .banner-yasuuma2 img:hover {
    opacity: 0.75;
  }
  .cont-highball .inner .cont1 {
    max-width: 1000px;
    background: #000;
    margin: 0 auto;
    padding: 35px 0 0;
    overflow: hidden;
  }
  .cont-highball .inner .cont1 .cont-image {
    width: 48.2%;
    float: left;
  }
  .cont-highball .inner .cont1 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont1 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @-webkit-keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont1 .cont-text {
    width: 51.8%;
    float: left;
    padding: 120px 0 115px 60px;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group {
    max-width: 220px;
    display: flex;
    flex-direction: row-reverse;
    float: left;
    opacity: 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image img {
    height: 237.5px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image2 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image2 img {
    height: 237.5px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image3 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image3 img {
    height: 237.5px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @-webkit-keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont1 .cont-text p {
    color: #fff;
    float: left;
    text-align: left;
    margin: 55px 0 0 10px;
    font-size: 16px;
    line-height: 2;
  }
  .cont-highball .inner .cont1 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .cont2 {
    max-width: 1000px;
    height: 482px;
    background: #000;
    margin: 0 auto;
  }
  .cont-highball .inner .cont2 .cont-image {
    width: 48.2%;
    float: right;
  }
  .cont-highball .inner .cont2 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont2 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont2 .cont-text {
    width: 51.8%;
    float: right;
    padding: 96px 0 96px 60px;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group {
    display: flex;
    flex-direction: row-reverse;
    float: right;
    opacity: 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image {
    max-width: 220px;
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image img {
    height: 290px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image2 {
    max-width: 220px;
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image2 img {
    height: 290px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image3 {
    max-width: 220px;
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image3 img {
    height: 290px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont2 .cont-text p {
    color: #fff;
    float: left;
    margin: 100px 0 0 10px;
    text-align: right;
    font-size: 16px;
    line-height: 2;
  }
  .cont-highball .inner .cont2 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .cont3 {
    max-width: 1000px;
    height: 482px;
    background: #000;
    margin: 0 auto;
  }
  .cont-highball .inner .cont3 .cont-image {
    width: 48.2%;
    float: left;
  }
  .cont-highball .inner .cont3 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont3 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont3 .cont-text {
    width: 51.8%;
    float: left;
    padding: 125px 0 115px 60px;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group {
    max-width: 220px;
    display: flex;
    flex-direction: row-reverse;
    float: left;
    opacity: 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image img {
    height: 232px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image2 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image2 img {
    height: 232px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image3 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image3 img {
    height: 232px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont3 .cont-text p {
    color: #fff;
    float: left;
    text-align: left;
    margin: 42px 0 0 10px;
    font-size: 16px;
    line-height: 2;
  }
  .cont-highball .inner .cont3 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .cont4 {
    max-width: 1000px;
    height: 575px;
    background: #000;
    margin: 0 auto;
  }
  .cont-highball .inner .cont4 .cont-image {
    width: 55.6%;
    float: right;
    margin: 0 -37px 0 0;
  }
  .cont-highball .inner .cont4 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont4 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont4 .cont-text {
    width: 44.4%;
    float: right;
    padding: 90px 0 95px;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group {
    display: flex;
    flex-direction: row-reverse;
    float: right;
    opacity: 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image {
    max-width: 220px;
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image img {
    height: 318px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image2 {
    max-width: 220px;
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image2 img {
    height: 318px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image3 {
    max-width: 220px;
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image3 img {
    height: 318px;
    margin: 0 15px 0 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont4 .cont-text p {
    color: #fff;
    float: left;
    margin: 100px 0 0 10px;
    text-align: right;
    font-size: 16px;
    line-height: 2;
  }
  .cont-highball .inner .cont4 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .howto {
    max-width: 974px;
    margin: 0 auto;
    padding: 115px 0 0;
  }
  .cont-highball .inner .howto .title {
    max-width: 100%;
  }
  .cont-highball .inner .howto .howto1 {
    margin: 75px 0 0;
    overflow: hidden;
  }
  .cont-highball .inner .howto .howto1 .howto-image {
    width: 36.6%;
    float: left;
    padding: 35px 0 0;
  }
  .cont-highball .inner .howto .howto1 .howto-text {
    width: 63.4%;
    float: left;
    padding: 0 30px 0 0;
    text-align: left;
  }
  .cont-highball .inner .howto .howto1 .howto-text img {
    max-width: 502px;
  }
  .cont-highball .inner .howto .howto1 .howto-text p {
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 0 75px;
  }
  .cont-highball .inner .howto .howto2 {
    margin: 75px 0 0;
    overflow: hidden;
  }
  .cont-highball .inner .howto .howto2 .howto-image {
    width: 36.6%;
    float: left;
    padding: 50px 0 0;
  }
  .cont-highball .inner .howto .howto2 .howto-image a {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .cont-highball .inner .howto .howto2 .howto-image span {
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: block;
  }
  .cont-highball .inner .howto .howto2 .howto-text {
    width: 63.4%;
    float: left;
    padding: 0 30px 0 0;
  }
  .cont-highball .inner .howto .howto2 .howto-text p {
    font-size: 20px;
    padding: 0 75px;
    text-align: left;
    color: #fff;
  }
  .cont-highball .inner .high {
    background: #000;
    max-width: 974px;
    margin: 0 auto;
    padding: 0 0 170px;
    display: inline-block;
  }
  .cont-highball .inner .high .high-kokuimo {
    width: 50%;
    padding: 0 28px 0 0;
    float: left;
  }
  .cont-highball .inner .high .high-kokuimo p {
    margin: 10px 0 0;
    font-size: 20px;
    color: #fff;
    text-align: left;
  }
  .cont-highball .inner .high .high-kokuimo img {
    margin: 50px 0 0;
  }
  .cont-highball .inner .high .high-kokuimo img:last-of-type {
    padding: 0 35px;
  }
  .cont-highball .inner .high .high-koimugi {
    width: 50%;
    padding: 0 0 0 28px;
    float: left;
  }
  .cont-highball .inner .high .high-koimugi p {
    margin: 10px 0 0;
    font-size: 20px;
    color: #fff;
    text-align: left;
    min-height: 266px;
  }
  .cont-highball .inner .high .high-koimugi img {
    margin: 50px 0 0;
  }
  .cont-highball .inner .high .high-koimugi img:last-of-type {
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .cont-highball .cont-title img {
    width: 100%;
    height: auto;
  }
  .cont-highball .caption {
    padding: 5px 0 0;
    margin: 0 12px 12px 0;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
  }
  .cont-highball .banner-yasuuma {
    display: block;
    padding: 0 0 40px;
  }
  .cont-highball .banner-yasuuma img {
    width: 100%;
    height: auto;
  }
  .cont-highball .banner-yasuuma2 {
    display: inline-block;
    padding: 100px 0 0px;
  }
  .cont-highball .banner-yasuuma2 img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-highball .banner-yasuuma2 img.inview {
    opacity: 1;
  }
  .cont-highball .banner-yasuuma2 img:hover {
    opacity: 0.75;
  }
  .cont-highball .inner {
    margin: 40px auto 0;
    padding: 0 17.5px;
    display: inline-block;
    background: #000;
  }
  .cont-highball .inner .cont1 {
    padding: 0 14.5px;
    background: #000;
    margin: 0 auto;
    display: inline-block;
  }
  .cont-highball .inner .cont1 .cont-image {
    width: 100%;
  }
  .cont-highball .inner .cont1 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont1 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @-webkit-keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont1 .cont-text {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: left;
    padding: 5px 0 55px;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    float: left;
    opacity: 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image img {
    height: 154px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image2 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image2 img {
    height: 154px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image3 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image3 img {
    height: 154px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont1 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @-webkit-keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont1 .cont-text p {
    width: 50%;
    color: #fff;
    float: left;
    white-space: nowrap;
    padding: 15px 0 0 15px;
    font-size: 10px;
    line-height: 2;
  }
  .cont-highball .inner .cont1 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .cont2 {
    padding: 0 14.5px;
    background: #000;
    margin: 0 auto;
    display: inline-block;
  }
  .cont-highball .inner .cont2 .cont-image {
    width: 100%;
  }
  .cont-highball .inner .cont2 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont2 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont2 .cont-text {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: right;
    padding: 10px 0 55px;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group {
    width: 45%;
    display: flex;
    flex-direction: row-reverse;
    float: right;
    margin: 0;
    opacity: 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image img {
    height: 189px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image2 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image2 img {
    height: 189px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image3 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image3 img {
    height: 189px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont2 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont2 .cont-text p {
    width: 55%;
    color: #fff;
    float: left;
    padding: 50px 15px 0 0;
    text-align: right;
    font-size: 10px;
    line-height: 2;
  }
  .cont-highball .inner .cont2 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .cont3 {
    padding: 0 14.5px;
    background: #000;
    margin: 0 auto;
    display: inline-block;
  }
  .cont-highball .inner .cont3 .cont-image {
    width: 100%;
  }
  .cont-highball .inner .cont3 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont3 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont3 .cont-text {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: left;
    padding: 10px 0 70px;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    float: left;
    opacity: 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image img {
    height: 154px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image2 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image2 img {
    height: 154px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image3 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image3 img {
    height: 154px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont3 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont3 .cont-text p {
    width: 50%;
    color: #fff;
    float: left;
    white-space: nowrap;
    padding: 15px 0 0 15px;
    font-size: 10px;
    line-height: 2;
  }
  .cont-highball .inner .cont3 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .cont4 {
    padding: 0 14.5px;
    background: #000;
    margin: 0 auto;
    display: inline-block;
  }
  .cont-highball .inner .cont4 .cont-image {
    margin: 0 calc(50% - 47.5vw);
  }
  .cont-highball .inner .cont4 .cont-image img {
    opacity: 0;
  }
  .cont-highball .inner .cont4 .cont-image img.inview {
    -webkit-animation: zoomin 2s ease-out;
    animation: zoomin 2s ease-out;
    opacity: 1;
  }
  @keyframes zoomin {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    60% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
  }
  .cont-highball .inner .cont4 .cont-text {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: right;
    padding: 25px 0 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group {
    width: 45%;
    display: flex;
    flex-direction: row-reverse;
    float: right;
    margin: 0;
    opacity: 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview {
    opacity: 1;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image img {
    height: 189px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image2 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image2 img {
    height: 189px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image2:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image3 {
    overflow: hidden;
    position: relative;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image3 img {
    height: 189px;
    margin: 0 7.5px 0 0;
  }
  .cont-highball .inner .cont4 .cont-text .theme-group.inview .theme-image3:before {
    -webkit-animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  @keyframes img-wrap {
    100% {
      transform: translateY(100%);
    }
  }
  .cont-highball .inner .cont4 .cont-text p {
    width: 55%;
    color: #fff;
    float: left;
    padding: 30px 15px 0 0;
    text-align: right;
    font-size: 10px;
    line-height: 2;
  }
  .cont-highball .inner .cont4 .cont-text p span {
    color: #fccf00;
  }
  .cont-highball .inner .howto {
    padding: 100px 14.5px 0;
    display: inline-block;
  }
  .cont-highball .inner .howto .howto1 {
    margin: 40px 0 0;
    display: inline-block;
    text-align: left;
  }
  .cont-highball .inner .howto .howto1 img {
    padding: 0;
  }
  .cont-highball .inner .howto .howto1 .howto-image {
    margin: 20px 0 0;
    padding: 0px 25px;
    width: 100%;
    float: left;
  }
  .cont-highball .inner .howto .howto1 .howto-text {
    width: 100%;
    float: left;
  }
  .cont-highball .inner .howto .howto1 .howto-text p {
    font-size: 14px;
    line-height: 2.1;
    color: #fff;
    margin: 10px 0 0;
    padding: 0 20px;
  }
  .cont-highball .inner .howto .howto2 {
    margin: 40px 0 0;
    display: inline-block;
  }
  .cont-highball .inner .howto .howto2 .howto-image {
    margin: 20px 0 0;
    padding: 0px 25px;
    width: 100%;
    float: left;
  }
  .cont-highball .inner .howto .howto2 .howto-image a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 10px;
  }
  .cont-highball .inner .howto .howto2 .howto-image span {
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: block;
  }
  .cont-highball .inner .howto .howto2 .howto-text {
    width: 100%;
    float: left;
  }
  .cont-highball .inner .howto .howto2 .howto-text p {
    font-size: 14px;
    line-height: 2.1;
    color: #fff;
    margin: 10px 0 0;
    padding: 0 20px;
  }
  .cont-highball .inner .high {
    background: #000;
    margin: 0 auto;
    padding: 0 14.5px;
    display: inline-block;
  }
  .cont-highball .inner .high .high-kokuimo {
    width: 100%;
    padding: 65px 0 0;
    float: left;
  }
  .cont-highball .inner .high .high-kokuimo p {
    margin: 10px 0 0;
    color: #fff;
  }
  .cont-highball .inner .high .high-kokuimo img {
    margin: 25px 0 0;
  }
  .cont-highball .inner .high .high-kokuimo img:last-of-type {
    margin: 40px 0 0;
    padding: 0 30px;
  }
  .cont-highball .inner .high .high-koimugi {
    padding: 50px 0 115px;
    width: 100%;
    float: left;
  }
  .cont-highball .inner .high .high-koimugi p {
    margin: 10px 0 0;
    color: #fff;
  }
  .cont-highball .inner .high .high-koimugi img {
    margin: 25px 0 0;
  }
  .cont-highball .inner .high .high-koimugi img:last-of-type {
    margin: 40px 0 0;
    padding: 0 30px;
  }
}

@media (min-width: 769px) {
  .header {
    position: relative;
  }
  .header .wrap {
    background: #000;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    height: 75px;
  }
  .header .wrap .logo {
    padding: 26.25px 0;
  }
  .header .wrap .logo a {
    display: inline-block;
  }
  .header .wrap .logo a img {
    max-width: 451.5px;
  }
  .header .wrap .ham {
    position: absolute;
    cursor: pointer;
    width: 33px;
    height: 33px;
    top: 21px;
    left: 48px;
  }
  .header .wrap .ham span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 3px;
    background: #fff;
    width: 100%;
  }
  .header .wrap .ham span:nth-of-type(1) {
    top: 2px;
  }
  .header .wrap .ham span:nth-of-type(2) {
    top: 15px;
  }
  .header .wrap .ham span:nth-of-type(3) {
    top: 28px;
  }
  .header .wrap .active {
    display: block;
  }
  .header .wrap .active span:nth-of-type(1) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .header .wrap .active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .wrap .active span:nth-of-type(3) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(45deg);
    width: 100%;
  }
  .header .detail {
    transition: all 0.6s;
    max-width: 1104px;
    background: #f6f2ec;
    position: absolute;
    top: -600px;
    margin: 0 0 0 48px;
    padding: 50px;
    z-index: 2;
  }
  .header .detail .link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .detail .link-wrap .link {
    width: 22%;
    margin: 0 0 40px;
    transition: all 0.75s;
  }
  .header .detail .link-wrap .link:hover {
    opacity: 0.75;
  }
  .header .detail .link-wrap .link:nth-of-type(5) {
    margin: 0;
  }
  .header .detail .link-wrap .link .title {
    margin: 0 0 10px;
    min-height: 43.8px;
    position: relative;
  }
  .header .detail .link-wrap .link .title img {
    position: absolute;
    bottom: 0;
  }
  .header .detail .link-wrap .link .img {
    display: block;
    max-width: 229px;
  }
  .header .detail .link-top {
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
  .header .detail .link-top a {
    transition: all 0.75s;
    display: block;
    margin: 0 0 20px;
  }
  .header .detail .link-top a:hover {
    opacity: 0.75;
  }
  .header .detail .link-top a img {
    max-width: 150px;
  }
  .header .detail .link-top a:last-child {
    margin: 0;
  }
  .header .open {
    top: 75px;
  }
}
@media (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .wrap {
    background: #000;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    height: 75px;
  }
  .header .wrap .logo {
    padding: 17px 0;
  }
  .header .wrap .logo a {
    display: inline-block;
  }
  .header .wrap .logo a img {
    max-width: 188px;
  }
  .header .wrap .ham {
    position: absolute;
    cursor: pointer;
    width: 33px;
    height: 33px;
    top: 21px;
    left: 18px;
  }
  .header .wrap .ham span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 2px;
    background: #fff;
    width: 100%;
  }
  .header .wrap .ham span:nth-of-type(1) {
    top: 5px;
  }
  .header .wrap .ham span:nth-of-type(2) {
    top: 15px;
  }
  .header .wrap .ham span:nth-of-type(3) {
    top: 25px;
  }
  .header .wrap .active {
    display: block;
  }
  .header .wrap .active span:nth-of-type(1) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .header .wrap .active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .wrap .active span:nth-of-type(3) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(45deg);
    width: 100%;
  }
  .header .detail {
    position: absolute;
    overflow: auto;
    transition: all 0.6s;
    top: -1700px;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 2;
    background: #f6f2ec;
    padding: 50px 55px 100px;
  }
  .header .detail .link-wrap {
    padding: 0;
  }
  .header .detail .link-wrap .link {
    width: 100%;
    display: inline-block;
    margin: 0 0 48px;
    text-align: center;
  }
  .header .detail .link-wrap .link .title {
    margin: 0 0 10px;
  }
  .header .detail .link-wrap .link .img {
    display: block;
    max-width: 229px;
  }
  .header .detail .link-wrap .link:last-of-type {
    margin: 0;
  }
  .header .detail .link-top {
    text-align: right;
    margin: 49px 0 60px;
    width: 100%;
  }
  .header .detail .link-top a {
    display: block;
    margin: 0 0 17.5px;
  }
  .header .detail .link-top a img {
    max-width: 174.5px;
  }
  .header .detail .link-top a:last-child {
    margin: 0;
  }
  .header .open {
    top: 75px;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
}
/*# sourceMappingURL=style.css.map */
