@-webkit-keyframes top-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  55% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes top-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  55% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*--------------------------------------------------
* Section SP
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  #keyvisual {
    margin-top: 21.3333333333%;
    margin-bottom: 14.6666666667%;
    overflow: hidden;
  }
  #keyvisual .p-section__inner {
    height: 100%;
  }
  #keyvisual .slider-area {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 0;
    height: auto;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100%;
  }
  #keyvisual .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #keyvisual .slider.current-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 12;
    display: block;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #keyvisual .slider.next-out {
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    /* easeInOutQuint */
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  #keyvisual .slider.next-out .image-area img {
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    /* easeInOutCubic */
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
  #keyvisual .slider.next-out .image-area iframe {
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    /* easeInOutCubic */
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
  #keyvisual .slider.prev-out {
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    /* easeInOutQuint */
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  #keyvisual .slider.prev-out .image-area img {
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    /* easeInOutCubic */
    -webkit-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
  }
  #keyvisual .slider.prev-out .image-area iframe {
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
    /* easeInOutCubic */
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  #keyvisual .slider.prev-slide {
    z-index: 8;
    display: block;
  }
  #keyvisual .slider.next-slide {
    z-index: 7;
    display: block;
  }
  #keyvisual .image-area {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    line-height: 0;
    position: relative;
  }
  #keyvisual .image-area img,
  #keyvisual .image-area iframe {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
  }
  #keyvisual .image-area iframe {
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
  }
  #keyvisual .ytyoko iframe {
    -webkit-transform: translate(-50%, 0) scale(1.8);
    transform: translate(-50%, 0) scale(1.8);
  }
  
  #keyvisual .image-area::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/assets/images/sp/home/kv/shadow.png") top left no-repeat;
    background-size: cover;
  }
  #keyvisual .text-area {
    position: absolute;
    height: 100%;
    width: 92%;
    top: 0;
    left: 8%;
  }
  #keyvisual .text-area .title {
    position: absolute;
    top: 60%;
    -webkit-transform: translate(0, -80%);
    transform: translate(0, -80%);
  }
  #keyvisual .text-area .title p.category {
    color: #FFF;
    font-family: soleil, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #keyvisual .text-area .title p.category {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #keyvisual .text-area .title p.category {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #keyvisual .text-area .title p.category {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #keyvisual .text-area .title h1 {
    color: #FFF;
    font-family: soleil, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #keyvisual .text-area .title h1 {
    font-size: 33.3333333333px;
    font-size: 8vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #keyvisual .text-area .title h1 {
    font-size: 37.5px;
    font-size: 8vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #keyvisual .text-area .title h1 {
    font-size: 50px;
    font-size: 8vw;
  }
}

@media all and (max-width: 758px) {
  #keyvisual .text-area .intro {
    position: absolute;
    top: 70%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    letter-spacing: 0.06rem;
    font-style: italic;
    color: #FFF;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #keyvisual .text-area .intro {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #keyvisual .text-area .intro {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #keyvisual .text-area .intro {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #keyvisual .text-area .view-button {
    position: absolute;
    width: 24%;
    top: 80%;
  }
  #keyvisual .text-area .view-button p {
    color: #FFF;
  }
  #keyvisual .text-area .view-button span {
    width: 8.275862069%;
    padding-top: 8.3333333333%;
    right: 6.8965517241%;
  }
  #keyvisual .text-area .view-button span:before {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  #keyvisual .text-area .view-button span img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  #keyvisual .text-area .view-button::before {
    background: #FFF;
  }
  #keyvisual .text-area .view-button:hover p {
    color: #000;
  }
  #keyvisual .text-area .view-button:hover span:before {
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
  #keyvisual .text-area .view-button:hover span img {
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
  #keyvisual .kv-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 20;
    padding: 5.3333333333% 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #keyvisual .kv-navi .next,
  #keyvisual .kv-navi .prev {
    line-height: 0;
    display: inline-block;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 3.4666666667%;
  }
  #keyvisual .kv-navi .next img,
  #keyvisual .kv-navi .prev img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #keyvisual .kv-navi .carousel-navi {
    margin: 0 2%;
    display: inline-block;
    width: 77.3333333333%;
  }
  #keyvisual .kv-navi .carousel-navi a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    width: 8.6206896552%;
    padding-top: 8.6206896552%;
    margin: 0 1.724137931%;
    position: relative;
  }
  #keyvisual .kv-navi .carousel-navi a::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  #keyvisual .kv-navi .carousel-navi a::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 24%;
    height: 24%;
    top: 50%;
    left: 50%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  #keyvisual .kv-navi .carousel-navi a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #keyvisual .kv-navi .carousel-navi a.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #keyvisual .kv-navi .carousel-navi a.active::after {
    background: rgba(0, 0, 0, 0.8);
  }
}

/*--------------------------------------------------
* Section PC
* --------------------------------------------------*/
@media all and (min-width: 759px) {
  #keyvisual {
    height: 100vh;
    margin-bottom: 155px;
  }
  #keyvisual .p-section__inner {
    height: 100%;
  }
  #keyvisual .slider-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 100px;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  #keyvisual .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #keyvisual .slider.current-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 12;
    display: block;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #keyvisual .slider.next-out {
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    /* easeInOutQuint */
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  #keyvisual .slider.next-out .image-area img,
  #keyvisual .slider.next-out .image-area iframe {
    -webkit-transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    /* easeInQuint */
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  #keyvisual .slider.next-out .image-area::after {
    opacity: 0;
  }
  #keyvisual .slider.next-out .text-area {
    -webkit-transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    /* easeInQuint */
    opacity: 0;
  }
  #keyvisual .slider.prev-out {
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    /* easeInOutQuint */
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  #keyvisual .slider.prev-out .image-area img,
  #keyvisual .slider.prev-out .image-area iframe {
    -webkit-transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    /* easeInQuint */
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
  }
  #keyvisual .slider.prev-out .image-area::after {
    opacity: 0;
  }
  #keyvisual .slider.prev-out .text-area {
    -webkit-transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    transition: all 600ms cubic-bezier(0.755, 0.05, 0.855, 0.06) 0ms;
    /* easeInQuint */
    opacity: 0;
  }
  #keyvisual .slider.prev-slide {
    z-index: 8;
    display: block;
  }
  #keyvisual .slider.next-slide {
    z-index: 7;
    display: block;
  }
  #keyvisual .image-area {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    line-height: 0;
    overflow: hidden;
  }
  #keyvisual .image-area img,
  #keyvisual .image-area iframe {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
  }
  #keyvisual .image-area iframe {
    -webkit-transform: translate(-50%, 0) scale(2.8);
    transform: translate(-50%, 0) scale(2.8);
  }

  #keyvisual .ytyoko iframe {
    -webkit-transform: translate(-50%, 0) scale(1.5);
    transform: translate(-50%, 0) scale(1.5);
  }
  #keyvisual .image-area::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url("/assets/images/home/kv/shadow.png") top left no-repeat;
    background-size: cover;
  }
  #keyvisual .text-area {
    position: absolute;
    height: 100%;
    top: 0;
    left: 4.1666666667%;
  }
  #keyvisual .text-area .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -80%);
    transform: translate(0, -80%);
  }
  #keyvisual .text-area .title p.category {
    color: #FFF;
    font-family: soleil, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
  }
  #keyvisual .text-area .title h1 {
    color: #FFF;
    font-family: soleil, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    word-break: break-word;
  }
  #keyvisual .text-area .intro {
    position: absolute;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    letter-spacing: 0.06rem;
    font-style: italic;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0.8;
    color: #FFF;
  }
  #keyvisual .text-area .view-button {
    position: absolute;
    top: 64%;
  }
  #keyvisual .text-area .view-button p {
    color: #FFF;
    white-space: nowrap;
    font-family: soleil, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #keyvisual .text-area .view-button span:before {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  #keyvisual .text-area .view-button span img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  #keyvisual .text-area .view-button::before {
    background: #FFF;
  }
  #keyvisual .text-area .view-button:hover p {
    color: #000;
  }
  #keyvisual .text-area .view-button:hover span:before {
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
  #keyvisual .text-area .view-button:hover span img {
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
  #keyvisual .kv-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    left: 4.1666666667%;
    z-index: 20;
    bottom: 0;
    padding: 40px 40px 40px 0;
  }
  #keyvisual .kv-navi .next,
  #keyvisual .kv-navi .prev {
    line-height: 0;
    display: inline-block;
    position: relative;
    width: 10px;
  }
  #keyvisual .kv-navi .next img,
  #keyvisual .kv-navi .prev img {
    width: 100%;
    position: relative;
    top: 4px;
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #keyvisual .kv-navi .prev:hover img {
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  #keyvisual .kv-navi .next:hover img {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  #keyvisual .kv-navi .carousel-navi {
    margin: 0 25px;
  }
  #keyvisual .kv-navi .carousel-navi a {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin: 0 5px;
    position: relative;
  }
  #keyvisual .kv-navi .carousel-navi a::before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  #keyvisual .kv-navi .carousel-navi a::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 23.0769230769%;
    height: 23.0769230769%;
    top: 50%;
    left: 50%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  #keyvisual .kv-navi .carousel-navi a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #keyvisual .kv-navi .carousel-navi a.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #keyvisual .kv-navi .carousel-navi a.active::after {
    background: rgba(255, 255, 255, 0.8);
  }
}

/*--------------------------------------------------
* News SP
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  section#news-section {
    margin-bottom: 21.3333333333%;
    text-align: center;
  }
  section#news-section .wrap {
    display: block;
  }
  section#news-section .news {
    display: block;
    width: 80%;
    margin-bottom: 9.3333333333%;
    margin: 0 auto 9.3333333333%;
    position: relative;
  }
  section#news-section .news .image-area {
    line-height: 0;
  }
  section#news-section .news .image-area img {
    width: 100%;
  }
  section#news-section .news .text-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
    padding-top: 8%;
  }
  section#news-section .news .text-area .info {
    width: 100%;
  }
  section#news-section .news .text-area .date {
    color: #000;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    letter-spacing: 0.06rem;
    font-style: italic;
    display: inline-block;
    margin: 0 0.6666666667%;
    -webkit-transition: all 360ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 360ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 360ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#news-section .news .text-area .date {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#news-section .news .text-area .date {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#news-section .news .text-area .date {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  section#news-section .news .text-area .tag {
    color: #000;
    opacity: 0.4;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    letter-spacing: 0.06rem;
    font-style: italic;
    display: inline-block;
    margin: 0 0.6666666667%;
    -webkit-transition: all 360ms cubic-bezier(0.175, 0.885, 0.32, 1) 50ms;
    /* older webkit */
    -webkit-transition: all 360ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 50ms;
    transition: all 360ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 50ms;
    /* easeOutBack */
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#news-section .news .text-area .tag {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#news-section .news .text-area .tag {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#news-section .news .text-area .tag {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  section#news-section .news .text-area .title {
    color: #000;
    line-height: 1.7;
    margin: 2.6666666667% 8%;
    font-family: soleil, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  section#news-section .news .text-area .title {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  section#news-section .news .text-area .title {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  section#news-section .news .text-area .title {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) {
  section#news-section .viewall {
    width: 24%;
  }
  section#news-section .viewall p {
    color: #000;
  }
  section#news-section .viewall span {
    top: 51%;
    width: 8.275862069%;
    padding-top: 8.3333333333%;
    right: 6.8965517241%;
  }
  section#news-section .viewall:hover p {
    color: #FFF;
  }
}

/*--------------------------------------------------
* News PC
* --------------------------------------------------*/
@media all and (min-width: 759px) {
  section#news-section {
    margin-bottom: 13.8888888889%;
    text-align: center;
  }
  section#news-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    padding-left: calc(10vw / 4);
    padding-right: calc(10vw / 4);
  }
  section#news-section .news {
    display: block;
    width: 30vw;
    margin-bottom: 5.5555555556%;
    position: relative;
  }
  section#news-section .news .image-area {
    line-height: 0;
    overflow: hidden;
  }
  section#news-section .news .image-area img {
    width: 100%;
    -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    will-change: transform;
  }
  section#news-section .news .text-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
  }
  section#news-section .news .text-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  section#news-section .news .text-area p {
    -webkit-transform: translate(0, 80%);
    transform: translate(0, 80%);
    opacity: 0;
    will-change: transform, opacity;
  }
  section#news-section .news .text-area .info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  section#news-section .news .text-area .date {
    font-size: 16px;
    color: #FFF;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    letter-spacing: 0.06rem;
    font-style: italic;
    display: inline-block;
    margin: 0 4px;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
  }
  section#news-section .news .text-area .tag {
    font-size: 16px;
    color: #FFF;
    opacity: 0;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    letter-spacing: 0.06rem;
    font-style: italic;
    display: inline-block;
    margin: 0 4px;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1) 50ms;
    /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 50ms;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 50ms;
    /* easeOutBack */
  }
  section#news-section .news .text-area .title {
    font-size: 20px;
    color: #FFF;
    margin: 8px 12.5%;
    line-height: 1.7;
    font-family: soleil, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  section#news-section .news:hover .image-area img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  section#news-section .news:hover .text-area::before {
    opacity: 1;
  }
  section#news-section .news:hover .text-area p {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  section#news-section .news:hover .text-area p.tag {
    opacity: 0.5;
  }
  section#news-section .viewall p {
    color: #000;
  }
  section#news-section .viewall:hover p {
    color: #FFF;
  }
}

/*--------------------------------------------------
* News SP
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  section#information-section {
    padding-bottom: 90px;
  }
  section#information-section ul li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  section#information-section ul li span {
    display: inline-block;
    padding: 15px 25px;
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 18px;
  }
  section#information-section ul a {
    display: inline-block;
  }
  section#information-section ul a span {
    text-decoration: underline;
  }
}

/*--------------------------------------------------
* News PC
* --------------------------------------------------*/
@media all and (min-width: 759px) {
  section#information-section {
    padding-bottom: 190px;
  }
  section#information-section ul {
    max-width: 980px;
    margin: 0 auto;
  }
  section#information-section ul li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  section#information-section ul li span {
    display: inline-block;
    padding: 30px 40px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 22px;
  }
  section#information-section ul a {
    display: inline-block;
  }
  section#information-section ul a span {
    text-decoration: underline;
  }
  section#information-section ul a:hover span {
    text-decoration: none;
  }
}



@media screen and (min-width: 737px) {
  .TG_linkbox {
    text-align: center;
    margin: 8.3333vw auto;
  }
  .link_RU {
    font-family: 'soleil';
    font-size: 2vw;
    font-weight: 700;
    border-bottom: 2px solid #000;
  }
  .link_RU:hover {
    border-bottom: none;
  }
  .link_TG {    
    display: block;
    width: 45vw;
    height: 10vw;
    max-width: 720px;
    margin: 40px auto 0;
    border-radius: 22.56944vw;
    background-color: #050b1d;
    position: relative;
}
  .link_TG::before {
    width: 10.4166vw;
    height: 6.7381vw;
    max-width: 200px;
    display: block;
    background-image: url(/thinkgolf/images/logo_thinkgolf.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
  }
}

@media screen and (max-width: 736px) {
  .TG_linkbox {
    text-align: center;
    margin: 10.66667vw auto;
  }
  .link_RU {
    font-family: 'soleil';
    font-size: 4vw;
    font-weight: 700;
    border-bottom: 2px solid #000;
  }
  .link_TG {
    display: block;
    width: 80vw;
    height: 20vw;
    margin: 25px auto 0;
    border-radius: 43.33333vw;
    background-color: #050b1d;
    position: relative;
  }
  .link_TG::before {
    width: 24vw;
    height: 15.5247vw;
    display: block;
    background-image: url(/thinkgolf/images/logo_thinkgolf.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
  }
}

a.link_TG:hover {
  opacity: .7;
  transition: opacity 0.3s ease-out;
}
