html {
    scroll-behavior: smooth;
}
.s_none {
    display: block;
}
.pt_none {
    display: none;
}
@media screen and (max-width: 768px) {
    .s_none {
        display: none;
    }
    .pt_none {
        display: block;
    }
}


@media screen and (min-width: 769px) {
	#visual .inner,
	#visual .movieBg {
	padding-top: 56.25%;
	height: 0;
	}
	#visual .movieBg video {
		top: 0;
		width: 100%;
		height: 0;
		top: inherit;
		left: inherit;
		transform: inherit;
	}
}

#visual .logo {
    max-width: inherit;
    font-size: 4vw;
}
@media screen and (max-width: 768px) {
    #visual .logo {
        font-size: 7vw;
        top: inherit;
        bottom: 10%;
        left: 55%;
    }
}

#first,
#first_2,
#first_3 {
    padding: 300px 0 240px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 2vw;
    letter-spacing: 0.3vw;
    line-height: 2;
}
#first .ttl,
#first_2 .ttl,
#first_3 .ttl {
    font-size: 3vw;
    padding-bottom: 0.8vw;
}
#first .font_s,
#first_2 .font_s,
#first_3 .font_s {
    font-size: 1.6vw;
}
#first,
#first_3 {
    /* background: url(../img/top/pc_first_bg2.png) no-repeat center center/cover; */
}
#first_2,
#first_3 {
    /* background: url(../img/top/pc_first_bg.png) no-repeat center center/cover; */
    background: rgba(235,235,235,0.7);
}
#first img,
#first_2 img,
#first_3 img {
    width: 18vw;
    padding-left: 1vw;
}
@media screen and (max-width: 768px) {
    #first,
    #first_2,
    #first_3 {
        padding: 30vw 0 30vw;
        font-size: 3.8vw;
        letter-spacing: 0.3vw;
        /* background: url(../img/top/sp_first_bg.png) no-repeat center center/cover; */
    }
    #first .ttl,
    #first_2 .ttl,
    #first_3 .ttl {
        font-size: 5vw;
        padding-bottom: 1vw;
    }
    #first .font_s,
    #first_2 .font_s,
    #first_3 .font_s {
        font-size: 1.6vw;
    }
    #first img,
    #first_2 img,
    #first_3 img {
        width: 30vw;
        padding-left: 3vw;
    }
}

#main {
    padding: 15vw 0;
}
#main > div {
    display: flex;
    align-items: flex-start;
}
#main > div:not(:last-child){
    margin-bottom: 200px;
}
#main .point_txt .note.tar,
#main .point_img .note.tar {
    text-align: right;
}
#main .point_txt .note,
#main .point_img .note {
    font-size: 1vw;
}
#main .point_txt p:first-of-type,
#main .point_img p:first-of-type {
    padding-bottom: 1vw;
}
#main .point01,
#main .point03 {
    justify-content: flex-start;
}
#main .point02,
#main .point04 {
    justify-content: flex-end;
}
#main .point_img {
    width: 50%;
}
#main .point02 h3 .font_s {
    font-size: 1.2vw;
    letter-spacing: normal;
    vertical-align: revert;
}
#main .point01 .point_img p,
#main .point03 .point_img p {
    text-align: right;
    padding-right: 3vw;
}
#main .point02 .point_img p,
#main .point04 .point_img p {
    padding-left: 3vw;
}
#main .point_txt {
    width: 45%;
    z-index: 2;
}
#main .point01 .point_txt,
#main .point03 .point_txt {
    padding: 2.5vw 1vw 2.5vw 6vw;
}
#main .point02 .point_txt,
#main .point04 .point_txt {
    padding: 2.5vw 6vw 2.5vw 1vw;
}
#main .point_txt h3 {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    position: relative;
}
#main .point_txt h3 p {
    font-size: 3.0vw;
    letter-spacing: 0.8vw;
    position: relative;
}
#main .point_txt h3:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    /* width: calc(120% + 6vw); */
    background: #000;
    bottom: 0;
    transition: all 1s ease-in;
}
#main .point_txt.is-active h3:before {
    width: calc(120% + 6vw);
}
#main .point01 .point_txt h3:before,
#main .point03 .point_txt h3:before {
    right: 0%;
}
#main .point02 .point_txt h3:before,
#main .point04 .point_txt h3:before {
    left: 0%;
}
#main .point04 .point_txt h3 p {
    font-size: 3vw;
    letter-spacing: 0.3vw;
}
#main .point_txt > p {
    font-size: 24px;
    line-height: 2;
    font-size: 1.31vw;
}
#main .point_txt img {
    padding-top: 0.43vw;
    padding-left: 0.25vw;
    width: 7.6vw;
    max-width: 146px;
}
@media screen and (max-width: 768px) {
    #main > div {
        flex-direction: column;
    }
    #main > div:nth-child(2),
    #main > div:nth-child(4) {
        flex-direction: column-reverse;
    }
    #main > div:not(:last-child) {
        margin-bottom: 0;
    }
    #main .point_img {
        width: 100%;
    }
    #main .point01 .point_img p,
    #main .point03 .point_img p,
    #main .point02 .point_img p,
    #main .point04 .point_img p {
        padding-right: 0;
        padding-left: 0;
    }
    #main .point_txt {
        width: 100%;
        text-align: center;
        padding: 15vw 5vw;
        z-index: 2;
    }
    #main .point_txt .note.tar {
        text-align: center;
    }
    #main .point01 .point_txt,
    #main .point03 .point_txt,
    #main .point02 .point_txt,
    #main .point04 .point_txt {
        padding: 15vw 5vw;
    }
    #main .point_txt h3 {
        padding-bottom: 3vw;
    }
    #main .point_txt h3:before {
        height: 0;
        width: 1px;
        top: -60px;
        left: 0;
        right: 0;
        top: -25vw;
        bottom: inherit;
        margin: 0 auto;
    }
    #main .point_txt.is-active h3:before {
        height: 90px;
        width: 1px;
    }
    #main .point_txt h3 p {
        font-size: 7.5vw;
        letter-spacing: 0.8vw;
        position: relative;
    }
    #main .point_txt > p {
        font-size: 3.4vw;
        line-height: 2.5;
    }
    #main .point_txt img {
        padding-top: 1.8vw;
        padding-left: 0.6vw;
        width: 20vw;
        max-width: 75px;
    }
    #main .point_txt .note,
    #main .point_img .note {
        text-align: center;
        font-size: 2vw;
    }
    #main .point04 .point_txt h3 p {
        font-size: 7vw;
        letter-spacing: 0.3vw;
    }
    #main .point02 .point_img p {
        text-align: right;
        padding-right: 10px;
    }
	#main .point02 h3 .font_s {
		font-size: 2.4vw;
	}
}

#product {
    padding: 0 0 15vw;
}
#product h2 {
    text-align: center;
    padding-bottom: 4vw;
}
#product h2 .ttl {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3vw;
    letter-spacing: 0.2vw;
}
#product h2 .ttl_sub {
    font-size: 1.2vw;
    color: #bababa;
    font-weight: 600;
}
#product .box {
    max-width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 4vw;
    padding: 0 0 8vw;
}
#product .box a {
    display: block;
    /* width: 38vw; */
    overflow: hidden;
}
#product .box a img {
    -moz-transition: -moz-transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
#product .box a:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#product .product_btn a {
    display: block;
    width: 30vw;
    padding: 1vw;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.6vw;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    transition:all .5s ease;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#product .product_btn a:before {
    position: absolute;
    content: "";
    background: #000;
    width: 150%;
    height: 100%;
    display: block;
    top: 0;
    left: -148%;
    transition:all 1.5s ease;
}
#product .product_btn a:hover:before {
    left: 98%;
}
#product .product_btn a .txt {
    position: relative;
    z-index: 2;
    animation: txt_color_back .9s ease;
    transition:all 1.5s ease;
}
#product .product_btn a:hover .txt {
    animation: txt_color .9s ease;
}
#product .product_btn a .arrow {
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
}
#product .product_btn a .arrow:before,
#product .product_btn a .arrow:after {
    content: "";
    z-index: 999999;
    animation: arrow_color_back .9s ease;
    transition:all 1.5s ease;
}
#product .product_btn a .arrow:before {
    display: block;
    width: 2vw;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0.35vw;
    right: 0;
}
#product .product_btn a .arrow:after {
    display: block;
    width: 1vw;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -0.1vw;
}
#product .product_btn a:hover .arrow:before,
#product .product_btn a:hover .arrow:after {
    animation: arrow_color .9s ease;
}
@keyframes txt_color {
    0% {
        color: #000;
    }
    10% {
        color: #fff;
    }
    90% {
        color: #fff;
    }
    100% {
        color: #000;
    }
}
@keyframes txt_color_back {
    0% {
        color: #000;
    }
    10% {
        color: #fff;
    }
    90% {
        color: #fff;
    }
    100% {
        color: #000;
    }
}
@keyframes arrow_color {
    0% {
        background-color: #000;
    }
    90% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: #000;
    }
}
@keyframes arrow_color_back {
    0% {
        background-color: #000;
    }
    30% {
        background-color: #fff;
    }
    60% {
        background-color: #fff;
    }
    100% {
        background-color: #000;
    }
}
@media screen and (max-width: 768px) {
    #product h2 {
        padding-bottom: 8vw;
    }
    #product h2 .ttl {
        font-size: 8vw;
        letter-spacing: 0.2vw;
        font-weight: 600;
    }
    #product h2 .ttl_sub {
        font-size: 3.6vw;
        font-weight: normal;
    }
    #product .box {
        max-width: 100vw;
        gap: 4vw;
        flex-direction: column;
    }
    #product .box a {
        width: 100vw;
    }
    #product .product_btn a {
        width: 70vw;
        padding: 2vw;
        font-size: 5vw;
        letter-spacing: 1vw;
        border: 1px solid #000;
        text-align: center;
        transition:all .5s ease;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    #product .product_btn a:before {
        position: absolute;
        content: "";
        background: #000;
        width: 150%;
        height: 100%;
        display: block;
        top: 0;
        left: -148%;
        transition:all 1.5s ease;
    }
    #product .product_btn a .arrow {
        right: 4vw;
    }
    #product .product_btn a .arrow:before {
        width: 3vw;
        height: 1px;
        top: 0.65vw;
        right: 0;
    }
    #product .product_btn a .arrow:after {
        width: 1.5vw;
        height: 1px;
        top: 0;
        right: -0.1vw;
    }
}


#hotitem {
    padding: 0 0 15vw;
}
#hotitem h2 {
    text-align: center;
    padding-bottom: 4vw;
}
#hotitem h2 .ttl {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3vw;
    letter-spacing: 0.2vw;
}
#hotitem h2 .ttl_sub {
    font-size: 1.2vw;
    color: #bababa;
    font-weight: 600;
}
#hotitem .slider-img {
    margin: 0 10px;
    /* max-width: 240px; */
}
#hotitem .slider-img img {
    height: auto;
    width: 100%;
}
#hotitem .hot_slider_inner {
    position: relative;
}
#hotitem .hot_slider_inner_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 8%;
}
#hotitem .hot_sub {
    padding-bottom: 3px;
    font-size: 1vw;
}
#hotitem .hot_ttl {
    font-size: 1.3vw;
    font-weight: bold;
}
#hotitem .hot_price {
    font-size: 1.2vw;
    font-weight: bold;
    padding-bottom: 3px;
}
#hotitem .hot_price span {
    font-size: 0.8em;
}
#hotitem .white {
    color: #fff;
}
#hotitem .hotitem_btn a {
    display: block;
    width: 12vw;
    padding: 0.5vw;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9vw;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    text-decoration: none;
    transition:all .5s ease;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#hotitem .hotitem_btn a:before {
    position: absolute;
    content: "";
    background: #000;
    width: 150%;
    height: 100%;
    display: block;
    top: 0;
    left: -148%;
    transition:all 1.5s ease;
}
#hotitem .hotitem_btn a:hover:before {
    left: 98%;
}
#hotitem .hotitem_btn a .txt {
    position: relative;
    z-index: 2;
    animation: txt_color_back .9s ease;
    transition:all 1.5s ease;
}
#hotitem .hotitem_btn a:hover .txt {
    animation: txt_color .9s ease;
}
#hotitem .hotitem_btn a .arrow {
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
}
#hotitem .hotitem_btn a .arrow:before,
#hotitem .hotitem_btn a .arrow:after {
    content: "";
    z-index: 999999;
    animation: arrow_color_back .9s ease;
    transition:all 1.5s ease;
}
#hotitem .hotitem_btn a .arrow:before {
    display: block;
    width: 1.2vw;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}
#hotitem .hotitem_btn a .arrow:after {
    display: block;
    width: .5vw;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: -0.2vw;
    right: 0;
}
#hotitem .hotitem_btn a:hover .arrow:before,
#hotitem .hotitem_btn a:hover .arrow:after {
    animation: arrow_color .9s ease;
}
@media screen and (max-width: 768px) {
    #hotitem {
        padding: 0 0 20vw;
    }
    #hotitem h2 {
        padding-bottom: 8vw;
    }
    #hotitem h2 .ttl {
        font-size: 8vw;
        letter-spacing: 0.2vw;
        font-weight: 600;
    }
    #hotitem h2 .ttl_sub {
        font-size: 3.6vw;
        font-weight: normal;
    }
	#hotitem .hot_sub {
		font-size: 4vw;
	}
	#hotitem .hot_ttl {
		font-size: 5vw;
	}
	#hotitem .hot_price {
		font-size: 4.5vw;
	}
    #hotitem .hot_slider_inner_txt {
        padding-bottom: 15px;
    }
    #hotitem .hotitem_btn a {
        width: 55vw;
        padding: 1.5vw;
        font-size: 4vw;
        letter-spacing: 1vw;
        border: 1px solid #000;
        text-align: center;
        transition:all .5s ease;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    #hotitem .hotitem_btn a:before {
        position: absolute;
        content: "";
        background: #000;
        width: 150%;
        height: 100%;
        display: block;
        top: 0;
        left: -148%;
        transition:all 1.5s ease;
    }
    #hotitem .hotitem_btn a .arrow {
        right: 4vw;
    }
    #hotitem .hotitem_btn a .arrow:before {
        width: 3vw;
        height: 1px;
        top: 0.65vw;
        right: 0;
    }
    #hotitem .hotitem_btn a .arrow:after {
        width: 1.5vw;
        height: 1px;
        top: 0;
        right: -0.1vw;
    }
}

#sec_movie {
    padding: 0 0 15vw;
}

#story {
    padding: 15vw 0 0;
    display: flex;
}
#story h2 {
    padding-bottom: 4vw;
}
#story h2 .ttl {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3vw;
    letter-spacing: 0.2vw;
}
#story h2 .ttl_sub {
    font-size: 1.2vw;
    color: #bababa;
    font-weight: 600;
}
#story > div {
    width: 50%;
}
#story .story_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #e5e5e5;
    padding: 0 4% 0 10%;
}
#story .story_txt > p {
    font-size: 24px;
    line-height: 2;
    font-size: 1.31vw;
}
#story .story_txt img {
    padding-top: 0.43vw;
    padding-left: 0.25vw;
    width: 7.6vw;
    max-width: 146px;
}
@media screen and (max-width: 768px) {
    #story {
        flex-direction: column-reverse;
    }
    #story h2 {
        padding-bottom: 8vw;
        text-align: center;
    }
    #story h2 .ttl {
        font-size: 8vw;
    }
    #story h2 .ttl_sub {
        font-size: 3.6vw;
    }
    #story > div {
        width: 100%;
    }
    #story .story_txt {
        align-items: center;
        padding: 10vw 5vw;
    }
    #story .story_txt > p {
        text-align: center;
        font-size: 3.4vw;
        line-height: 2.5;
    }
    #story .story_txt img {
        padding-top: 1.5vw;
        padding-left: 0.4vw;
        width: 21vw;
    }
}

#develop {
    /* padding-bottom: 4vw; */
    display: flex;
    align-items: center;
    justify-content: center;
}
#develop .develop_img {
    margin-right: 2%;
    margin-top: -4vw;
    width: 38%;
}
#develop .develop_txt {
    width: 40%;
    margin: 4vw 0;
}
#develop h2 {
    font-size: 2.4vw;
    letter-spacing: 0.4vw;
    padding-bottom: 2vw;
}
#develop h2 img {
    width: 15vw;
}
#develop .develop_name {
    padding: 2vw 0;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 1.6vw;
}
#develop .button-2{
    min-width: 14vw;
    border:2px solid #000;
    float:left;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
}
#develop .button-2 a{
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1vw;
    letter-spacing: 0.2vw;
    text-decoration:none;
    line-height:50px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    display: block;
    width: 100%;
    height: 100%;
}
#develop .button-2 a:before {
    position: absolute;
    right: 1.2vw;
    top: 50%;
    transform: translateY(-60%)rotate(45deg);
    content: "";
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 2px;
    width: 0.5vw;
    height: 0.5vw;
    transition:all .5s ease;
}
#develop .eff-2{
    width: 100%;
    height: 100%;
    top:-50px;
    background:#000;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
}
#develop .button-2:hover .eff-2{
    top:0;
}
#develop .button-2:hover a {
    color:#fff;
}
#develop .button-2:hover a:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#develop .aco_box {
    clear: both;
    opacity: 0;
    max-height : 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
#develop .aco_box.is-open {
    opacity: 1;
    max-height : 1000px;
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    transition: all 2.5s ease;
    padding: 30px 0;
}
#develop .aco_box p:first-of-type {
    padding-bottom: 1vw;
    line-height: 1.8;
}
#develop .indent {
    text-indent: -2.2vw;
    padding-left: 2.2vw;
}
@media screen and (max-width: 768px) {
    #develop {
        padding-bottom: 0;
        flex-direction: column;
    }
    #develop .develop_img {
        margin-right: 0;
        margin-top: 0;
        padding-top: 3vw;
        width: 100%;
    }
    #develop .develop_txt {
        width: 100%;
        padding: 6vw 3vw 10vw;
        text-align: center;
        font-size: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #develop h2 {
        font-size: 8vw;
        padding-bottom: 8vw;
    }
    #develop h2 img {
        width: 50vw;
    }
    #develop .develop_name {
        padding: 4vw 0;
        font-size: 7vw;
    }
    #develop .button-2 {
        width: 60vw;
        border:1px solid #000;
    }
    #develop .button-2 a {
        font-size: 4vw;
        letter-spacing: 1vw;
    }
    #develop .button-2 a:before {
        right: 4vw;
        width: 2vw;
        height: 2vw;
    }
    #develop .aco_box {
        text-align: left;
    }
    #develop .aco_box.is-open {
        padding-bottom: 0;
    }
    #develop .aco_box p:first-of-type {
        padding-bottom: 3vw;
    }
    #develop .indent {
        text-indent: -9.2vw;
        padding-left: 9.2vw;
    }
}

#frontMedia {
    padding: 15vw 0;
}
#frontMedia h2 {
    padding-bottom: 4vw;
    text-align: center;
}
#frontMedia h2 .ttl {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3vw;
    letter-spacing: 0.2vw;
}
#frontMedia h2 .ttl_sub {
    font-size: 1.2vw;
    color: #bababa;
    font-weight: 600;
}
#frontNews {
    padding: 0 0 15vw;
    background: #fff;
}
#frontNews h2 {
    padding-bottom: 4vw;
    text-align: center;
}
#frontNews h2 .ttl {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3vw;
    letter-spacing: 0.2vw;
}
#frontNews h2 .ttl_sub {
    font-size: 1.2vw;
    color: #bababa;
    font-weight: 600;
}
#frontNews .inner {
    padding-bottom: 0;
}
#frontNews:after {
    content: none;
}
#frontMedia .button-2,
#frontNews .button-2 {
    min-width: 14vw;
    border:2px solid #000;
    float:left;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
}
#frontMedia .button-2 a,
#frontNews .button-2 a {
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1vw;
    letter-spacing: 0.2vw;
    text-decoration:none;
    line-height:50px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    display: block;
    width: 100%;
    height: 100%;
}
#frontMedia .button-2 a:before,
#frontNews .button-2 a:before {
    position: absolute;
    right: 1.2vw;
    top: 50%;
    transform: translateY(-60%)rotate(45deg);
    content: "";
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 2px;
    width: 0.5vw;
    height: 0.5vw;
    transition:all .5s ease;
}
#frontMedia .eff-2,
#frontNews .eff-2 {
    width: 100%;
    height: 100%;
    top:-50px;
    background:#000;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
}
#frontMedia .button-2:hover .eff-2,
#frontNews .button-2:hover .eff-2 {
    top:0;
}
#frontMedia .button-2:hover a,
#frontNews .button-2:hover a {
    color:#fff;
}
#frontMedia .button-2:hover a:before,
#frontNews .button-2:hover a:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#frontMedia .button-2,
#frontNews .button-2 {
    min-width: 14vw;
    border:2px solid #000;
    float:left;
    text-align:center;
    cursor:pointer;
    position:relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing:border-box;
    overflow:hidden;
}
#frontMedia .button-2 a,
#frontNews .button-2 a {
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1vw;
    letter-spacing: 0.2vw;
    text-decoration:none;
    line-height:50px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    display: block;
    width: 100%;
    height: 100%;
}
#frontMedia .button-2 a:before,
#frontNews .button-2 a:before {
    position: absolute;
    right: 1.2vw;
    top: 50%;
    transform: translateY(-60%)rotate(45deg);
    content: "";
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 2px;
    width: 0.5vw;
    height: 0.5vw;
    transition:all .5s ease;
}
#frontMedia .eff-2,
#frontNews .eff-2 {
    width: 100%;
    height: 100%;
    top:-50px;
    background:#000;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
}
#frontMedia .button-2:hover .eff-2,
#frontNews .button-2:hover .eff-2 {
    top:0;
}
#frontMedia .button-2:hover a,
#frontNews .button-2:hover a {
    color:#fff;
}
#frontMedia .button-2:hover a:before,
#frontNews .button-2:hover a:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
    #frontMedia h2,
    #frontNews h2 {
        padding-bottom: 8vw;
    }
    #frontMedia h2 .ttl,
    #frontNews h2 .ttl {
        font-size: 8vw;
    }
    #frontMedia h2 .ttl_sub,
    #frontNews h2 .ttl_sub {
        font-size: 3.6vw;
    }
    #frontMedia .button-2,
    #frontNews .button-2 {
        width: 60vw;
        border:1px solid #000;
    }
    #frontMedia .button-2 a,
    #frontNews .button-2 a {
        font-size: 4vw;
        letter-spacing: 1vw;
    }
    #frontMedia .button-2 a:before,
    #frontNews .button-2 a:before {
        right: 4vw;
        width: 2vw;
        height: 2vw;
    }
}


span.smoothText {
	overflow: hidden;
	display: block;
}
span.smoothTextTrigger{
	transition: 1.2s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}
