.container {
    width: 980px;
    max-width: 1200px;
}

.aboutus-swiper-fuwu {
    background-color: #fafafa;
}

.aboutus-swiper-fuwu .swiper-pagination-fuwu {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    right: 0;
    left: 0;
    top: 0;
}


.aboutus-swiper-fuwu .swiper-pagination-fuwu span {
    width: 170px;
    height: 40px;
    font-size: 20px;
    color: #797979;
    background-color: #f8f8f8;
    border-radius: 0;
    line-height: 40px;
    opacity: 1;
    margin: 7px 3px;
}

.aboutus-swiper-fuwu .swiper-pagination-fuwu .swiper-pagination-bullet-active {
    opacity: 1;
    color: #fff;
    font-size: 20px;
    background-color: #b99b73;
}


.aboutus-swiper-fuwu2 {
    margin: 150px auto 50px;
    width: 100%;
    max-width: 1230px;
    overflow: hidden;
}

/* Scss Document */
/* Scss Document */
/* variable
--------------------------------------------- */
/* responsive
----------------------------------------------*/
/* color
------------------------*/
/* class
-----------------------------------------------*/
/*btn
---------------------------------------------*/
.breadcrumbs {
    display: none;
}

.firstView {
    width: 100%;
    height: 100vh;
    padding: 100px 385px 180px 125px;
    position: relative;
}

.firstView .txtBlock {
    opacity: 0;
    position: absolute;
    top: 100px;
    right: 2.8%;
}

.firstView .txtBlock h1 {
    width: 140px;
    height: 140px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #d9a746;
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: -60px;
    right: 0;
}

.firstView .txtBlock h2 {
    width: 4rem;
    height: 22rem;
    font-size: 36px;
    font-feature-settings: normal;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: calc(100vh - 554px);
    right: 15px;
}

.firstView .txtBlock h2 span {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    line-height: 1.0;
    padding: 2px 0 0 9px;
}

.mv {
    position: relative;
}

.mv .mvImg {
    position: relative;
}

.mv .mvImg ul {
    width: 100%;
    opacity: 0;
}

.mv .mvImg ul li {
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    height: calc(100vh - 280px);
}

.mv .mvImg ul li p {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv .mvImg ul img {
    width: 100%;
    height: 100%;
}

.mv .deco.pc {
    opacity: 0;
    position: absolute;
    bottom: -30px;
    left: -45px;
}

.mv .deco.pc div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

.mv .deco.pc a:first-child {
    width: 21.7%;
}

.mv .deco.pc a:nth-child(2) {
    width: 28.07%;
    margin: 0 30px;
}

.mv .deco.pc a:last-child {
    width: 33%;
}

.mv .deco.pc a img {
    width: 100%;
    transition: all 0.3s ease;
    vertical-align: bottom;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

.mv .deco.pc a:hover img {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

nav.pc.navTop {
    width: 100%;
    position: absolute;
    opacity: 0;
    top: inherit;
    bottom: 24px;
    padding: 0;
}

.wrapper2 {
    margin-top: 90px;
    padding-top: 0;
}

.content .wrap {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.content .about .wrap,
.content .whatscdBook .wrap,
.content .news .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .about .picBox span,
.content .whatscdBook .picBox span,
.content .news .picBox span {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .about .picBox img,
.content .whatscdBook .picBox img,
.content .news .picBox img {
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.about .txtBox {
    opacity: 0;
    width: 20%;
    margin-right: 0%;
    position: relative;
    background-color: #f7f7f7;
    padding: 50px;
}

.about .txtBox .headline .number {
    font-size: 80px;
    color: #d9a746;
    line-height: 1.0;
}

.about .txtBox .headline h3 {
    margin: 60px 0 40px;
    font-size: 32px;
    line-height: 1.0;
}

.about .txtBox h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.about .txtBox .accWrap {
    font-size: 18px;
}

.about .txtBox .accWrap p {
    margin-bottom: 0rem;
}

.about .txtBox .accWrap p.btn1 {
    position: absolute;
    bottom: -70px;
}

.about .txtBox .accWrap p.btn1 a {
    width: 190px;
}

.about .picBox {
    opacity: 0;
    width: 50%;
    margin-top: 0px;
    padding-top: 35%;
    position: relative;
    overflow: hidden;
}

.various {
    opacity: 0;
    width: 100%;
    max-width: 1460px;
    max-width: 1460px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 190px auto 160px;
}

@media (max-width: 1099px) {
    .various {
        max-width: 100%;
    }
}

.various li {
    width: 24.2%;
}

.various li:first-child {
    margin-left: 8.2%;
}

.various li:nth-child(2) {
    margin: 0 5.5%;
}

.various li:last-child {
    margin-right: 8.2%;
}

.various li p.cate {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.0;
}

.various li p.titleBox {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.various li p.titleBox span {
    display: block;
    font-size: 12px;
    color: #999;
}

.various li .imgBox {
    width: 100%;
    transition: all 0.3s ease;
}

.various li .imgBox div {
    width: 100%;
    height: 100%;
    padding-top: 73%;
    background: #f7f3ee;
    position: relative;
}

.various li .imgBox span {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.various li .imgBox img {
    max-width: 51%;
    max-height: 70%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.225);
}

.various li a:hover .imgBox {
    /*margin-top: -2.5%;
padding: 5% 4%;
*/
    transition: all 0.3s ease;
}

.various li a:hover .imgBox img {
    max-width: 48.5%;
    max-height: 67.5%;
    transition: all 0.3s ease;
}

.various li a:hover p.titleBox span {
    color: #d9a746;
    transition: all 0.3s ease;
}

.whatscdBook {
    margin-bottom: 60px;
    margin-top: 60px;
}

.whatscdBook .picBox {
    opacity: 0;
    width: 50%;
    margin: 17px 0 48px 0;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

.whatscdBook .txtBox {
    opacity: 0;
    width: 20%;
    margin-left: 0%;
    position: relative;
    background-color: #f7f7f7;
    padding: 50px;
}

.whatscdBook .txtBox .headline .number {
    font-size: 80px;
    color: #d9a746;
    line-height: 1.0;
}

.whatscdBook .txtBox .headline h3 {
    margin: 60px 0 40px;
    font-size: 32px;
    line-height: 1.0;
}

.whatscdBook .txtBox h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.whatscdBook .txtBox .accWrap {
    font-size: 18px;
}

.whatscdBook .txtBox .accWrap p {
    margin-bottom: 0rem;
}

.whatscdBook .txtBox .accWrap p span {
    font-size: 10px;
    vertical-align: text-top;
}

.whatscdBook .txtBox .accWrap p.btn1 {
    position: absolute;
    bottom: -70px;
}

.whatscdBook .txtBox .accWrap p.btn1 a {
    width: 232px;
}

.whatscdBook .txtBox .accWrap p.btn1 span {
    font-size: 16px;
}

.news {
    width: 100%;
    max-width: 1460px;
    margin: 140px auto 145px;
}

@media (max-width: 1099px) {
    .news {
        max-width: 100%;
    }
}

.news .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 8.2%;
    display: block !important;
    clear: both;
    overflow: hidden;
}

.news .txtBox {
    opacity: 0;
    width: 64.5%;
    margin-right: 5.9%;
    position: relative;
    float: left;
}

.news .txtBox .headline {
    /*
.number{
	font-size: 120px;
	color: $ocher;
	line-height: 1.0;
}
*/
}

.news .txtBox .headline h3 {
    font-size: 32px;
    line-height: 1.0;
    /*
position: absolute;
top: 80px;
right: 0;
*/
}

.news .txtBox ol {
    margin-top: 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .txtBox ol li {
    width: 45%;
    margin-bottom: 35px;
}

.news .txtBox ol li:nth-last-child(2),
.news .txtBox ol li:last-child {
    margin-bottom: 75px;
}

.news .txtBox ol li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.news .txtBox ol li a:hover dt {
    color: #333;
}

.news .txtBox ol li .picBox2 {
    width: 27.3%;
    height: 82px;
    overflow: hidden;
    text-align: center;
}

.news .txtBox ol li .picBox2 img {
    width: auto;
    height: 100%;
}

.news .txtBox ol dl {
    width: calc(100% - 27.3% - 6%);
    font-weight: bold;
}

.news .txtBox ol dl dt {
    margin-bottom: 10px;
    line-height: 1.0;
}

.news .txtBox ol dl .category {
    padding: 5px 3px 3px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background: #d9a746;
}

.news .txtBox ol dl .date {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
}

.news .txtBox ol dl dd {
    letter-spacing: 0.04em;
}

.news .txtBox .btn1 {
    position: absolute;
    bottom: 25px;
    right: 0;
}

.news .txtBox .btn1 a {
    width: 256px;
}

.news .txtBox + .picBox {
    opacity: 0;
    width: 29.01%;
    padding-top: 38.67%;
    position: relative;
    overflow: hidden;
}

.more .labo {
    display: none;
}

/*Full Screen
-----------------------------------------------*/
@media screen and (max-width: 1280px) and (min-width: 1100px) {
    nav.pc.navTop .wrap.fixed {
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        margin: 0;
    }

    nav.pc.navTop .logo {
        font-size: 2vw;
    }

    nav.pc.navTop .logo img {
        padding-right: 10px;
    }

    nav.pc.navTop li {
        font-size: 1.2vw;
    }

    footer .wrap2 .footNav li {
        font-size: 1.25vw;
    }

    footer .bnr {
        width: calc(100% - 680px - 17px);
    }
}

/*PC min HeightScreen
-----------------------------------------------*/
@media screen and (max-height: 750px) and (min-width: 1100px) {
    .firstView {
        padding: 70px 385px 150px 125px;
    }

    .firstView .txtBlock h2 {
        font-size: 32px;
        top: calc(100vh - 490px);
    }

    .mv .mvImg ul li {
        height: calc(100vh - 220px);
    }

    .mv .deco.pc a:nth-child(2) {
        margin: 0 5%;
    }
}

/*sp 
-----------------------------------------------*/
@media (max-width: 1099px) {
    header {
        border-bottom: none;
    }

    .firstView {
        width: 100%;
        height: 100%;
        padding: 0;
        position: relative;
    }

    .firstView .txtBlock.sp {
        opacity: 0;
        position: relative;
        float: none;
        margin: 6.67vw 0;
        padding: 0 6.67vw;
        display: flex !important;
        justify-content: space-between;
        align-items: flex-end;
        top: 0;
        right: 0;
    }

    .firstView .txtBlock.sp h1 {
        width: 21.3vw;
        height: 21.3vw;
        margin-bottom: 2vw;
        font-size: 2.67vw;
        position: static;
        order: 2;
    }

    .firstView .txtBlock.sp h2 {
        width: calc(100% - 21.3vw);
        height: auto;
        font-size: 5.87vw;
        -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: lr-tb;
        position: static;
        order: 1;
        letter-spacing: 0;
        font-feature-settings: "palt";
    }

    .firstView .txtBlock.sp h2 span {
        line-height: 1.0;
        padding: 2px 0 0 0;
    }

    .mv {
        position: relative;
    }

    .mv .mvImg {
        margin: 0;
        padding: 0 6.67vw;
        position: relative;
    }

    .mv .mvImg ul {
        width: 100%;
        opacity: 0;
    }

    .mv .mvImg ul li {
        height: 75.73vw;
    }

    .mv .mvImg ul img {
        height: 100%;
    }

    .mv .welcome.sp {
        opacity: 0;
    }

    .mv .welcome.sp ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .mv .welcome.sp li {
        width: calc(100% / 3);
        height: 38vw;
    }

    .mv .welcome.sp li a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .mv .welcome.sp li:nth-child(2) {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .mv .welcome.sp li .imgBox {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .mv .welcome.sp li .imgBox div {
        width: 100%;
        height: 100%;
        min-height: 21.3vw;
        max-height: 21.3vw;
        position: relative;
    }

    .mv .welcome.sp li .imgBox span {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mv .welcome.sp li .imgBox img {
        max-width: 21.3vw;
        max-height: 21.3vw;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    }

    .mv .welcome.sp li:nth-child(2) .imgBox img {
        max-width: 23vw;
        max-height: 23vw;
    }

    .mv .welcome.sp li:last-child .imgBox img {
        /*
max-width: 16vw;
max-height: 16vw;
*/
    }

    .mv .welcome.sp li p {
        margin-top: -4vw;
        font-size: 2.67vw;
        font-weight: bold;
        text-align: center;
        text-indent: -2vw;
        position: relative;
    }

    .mv .welcome.sp li p:after {
        content: "";
        width: 1.06vw;
        height: 1.06vw;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 2vw / 2);
        right: -3vw;
    }

    .mv .welcome.sp ul + p {
        font-size: 3.2vw;
        font-weight: bold;
        text-align: center;
        line-height: 3.25;
        border-bottom: 1px solid #ddd;
    }

    .wrapper2 {
        margin-top: 13.4vw;
    }

    .content .wrap {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 6.67vw;
    }

    .content .about .wrap,
    .content .whatscdBook .wrap,
    .content .news .wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
    }

    .about .txtBox {
        opacity: 0;
        width: 100%;
        margin-right: 0;
        position: relative;
    }

    .about .txtBox .headline {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .about .txtBox .headline .number {
        font-size: 20vw;
        font-weight: 700;
        order: 2;
    }

    .about .txtBox .headline h3 {
        margin: 0;
        padding-bottom: 2vw;
        font-size: 5.87vw;
        position: static;
        order: 1;
    }

    .about .txtBox h4 {
        font-size: 4vw;
        margin: 8vw 0 4vw;
    }

    .about .txtBox .accWrap {
        font-size: 3.73vw;
        line-height: 2.0;
    }

    .about .txtBox .accWrap p {
        margin-bottom: 1rem;
    }

    .about .txtBox .accWrap .accBtn {
        text-align: center;
    }

    .about .txtBox .accWrap .accBtn span {
        font-size: 2.67vw;
        line-height: 2.0;
        font-weight: bold;
        padding: 0 3vw 1vw 0;
        position: relative;
        border-bottom: 1px solid #333;
    }

    .about .txtBox .accWrap .accBtn span:before,
    .about .txtBox .accWrap .accBtn span:after {
        content: "";
        width: 1.86vw;
        height: 0.53vw;
        background: #333;
        position: absolute;
        top: calc(50% - 0.8vw / 2);
        right: 0;
    }

    .about .txtBox .accWrap .accBtn span:after {
        transform: rotate(90deg);
    }

    .about .txtBox .accWrap .accBox {
        display: none;
    }

    .about .txtBox .accWrap p.btn1 {
        position: static;
        margin-bottom: 0;
    }

    .about .txtBox .accWrap p.btn1 a {
        width: 100%;
        margin: 8vw 0 0;
    }

    .about .picBox {
        opacity: 0;
        width: 100%;
        height: 86.7vw;
        margin-top: 10.7vw;
        padding-top: 0;
    }

    .about .picBox img {
        height: 100%;
        position: static;
    }

    .various {
        opacity: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 8vw auto 14.7vw;
        padding: 0 6.67vw;
    }

    .various li {
        width: calc((100% - 5.6vw) / 2);
        margin-bottom: 6.94vw;
    }

    .various li:first-child {
        margin-left: 0;
    }

    .various li:nth-child(even) {
        margin: 0 0 6.94vw 5.6vw;
    }

    .various li:last-child {
        margin-left: 0;
        margin-bottom: 0;
    }

    .various li p.cate {
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
        line-height: 1;
    }

    .various li p.titleBox {
        margin-top: 3.73vw;
        font-size: 3.2vw;
    }

    .various li p.titleBox span {
        font-size: 2.67vw;
        margin-top: 0.6vw;
    }

    .various li .imgBox {
        width: 100%;
    }

    .various li .imgBox div {
        width: 100%;
        height: 100%;
        min-height: 29.4vw;
        max-height: 29.4vw;
    }

    .various li .imgBox img {
        max-width: 20vw;
        max-height: 20vw;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    }

    .whatscdBook {
        margin-bottom: 34.7vw;
    }

    .whatscdBook .picBox {
        opacity: 0;
        width: 100%;
        height: 86.7vw;
        margin: 10.7vw 0;
        padding-top: 0;
        position: relative;
        order: 2;
    }

    .whatscdBook .picBox img {
        width: 100%;
        position: static;
    }

    .whatscdBook .txtBox {
        opacity: 0;
        width: 100%;
        position: relative;
        order: 1;
    }

    .whatscdBook .txtBox .headline {
        margin-bottom: 9.07vw;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .whatscdBook .txtBox .headline .number {
        font-size: 20vw;
        font-weight: 700;
        padding-bottom: 1vw;
    }

    .whatscdBook .txtBox .headline h3 {
        margin: 0;
        font-size: 5.87vw;
        position: static;
        line-height: 1.6;
    }

    .whatscdBook .txtBox h4 {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .whatscdBook .txtBox .accWrap {
        font-size: 3.73vw;
        line-height: 2.0;
    }

    .whatscdBook .txtBox .accWrap p {
        margin-bottom: 3vw;
    }

    .whatscdBook .txtBox .accWrap p span {
        font-size: 2.67vw;
    }

    .whatscdBook .txtBox .accWrap p.btn1 {
        position: static;
        margin-bottom: 0;
    }

    .whatscdBook .txtBox .accWrap p.btn1 a {
        width: 100%;
        margin: 4vw 0 0;
    }

    .whatscdBook .txtBox .accWrap p.btn1 span {
        font-size: 3.73vw;
    }

    .news {
        width: 100%;
        max-width: 1460px;
        margin: 13.4vw auto 8vw;
    }
}

@media (max-width: 1099px) and (max-width: 1099px) {
    .news {
        max-width: 100%;
    }
}

@media (max-width: 1099px) {
    .news .wrap {
        padding: 0 6.67vw;
    }

    .news .txtBox {
        opacity: 0;
        width: 100%;
        margin-right: 0;
        position: relative;
        float: none;
        margin-top: 0;
    }

    .news .txtBox .headline {
        /*
@include flex1;
justify-content: space-between;
align-items: flex-end;
.number{
	font-size: 20vw;
	font-weight: 700;
	order: 2;
}
*/
    }

    .news .txtBox .headline h3 {
        font-size: 5.87vw;
        /*
position: static;
line-height: 1.6;
order: 1;
*/
    }

    .news .txtBox ol {
        margin-top: 9.34vw;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .news .txtBox ol li {
        width: 100%;
        margin-bottom: 5.34vw;
        padding-bottom: 6.4vw;
        border-bottom: 1px solid #ddd;
    }

    .news .txtBox ol li:nth-last-child(2),
    .news .txtBox ol li:last-child {
        margin-bottom: 5.34vw;
    }

    .news .txtBox ol li a {
        justify-content: flex-start;
    }

    .news .txtBox ol li .picBox2 {
        width: 27.3%;
        height: 13vw;
        overflow: hidden;
        margin-right: 5.34vw;
    }

    .news .txtBox ol li .picBox2 img {
        width: auto;
        height: 100%;
    }

    .news .txtBox ol dl {
        width: calc(100% - 27.3% - 5.34vw);
    }

    .news .txtBox ol dl dt {
        margin-bottom: 3.73vw;
    }

    .news .txtBox ol dl .category {
        padding: 1.07vw 1.06vw 0.8vw;
        font-size: 2.67vw;
    }

    .news .txtBox ol dl .date {
        margin-top: 2.67vw;
        font-size: 3.2vw;
    }

    .news .txtBox .btn1 {
        position: static;
    }

    .news .txtBox .btn1 a {
        width: 100%;
        margin: 4vw 0 0;
    }

    .news .txtBox + .picBox {
        opacity: 0;
        width: 100%;
        padding-top: 86.7vw;
        margin-top: 10.7vw;
    }

    .news .txtBox + .picBox img {
        height: 100%;
        position: static;
    }
}

/*  BTN
---------------*/
/* BG Color None */
.btn1 a {
    width: auto;
    height: 36px;
    padding-top: 3px;
    border-radius: 0px;
    ;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1 !important;
    border: 1px solid #333;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

@media (max-width: 1099px) {
    .btn1 a {
        width: 100%;
        height: 13.4vw;
        margin: 8vw auto 6.67vw;
        padding-top: 0;
        border-radius: 70px;
    }
}

.btn1 a:hover {
    text-decoration: none;
}

@media (max-width: 1099px) {
    .btn1 a {
        width: 100%;
        height: 10.7vw;
        font-size: 3.2vw;
        margin: 8vw auto 6.67vw;
        text-indent: -0.8rem;
    }
}

.btn1 a:hover {
    background: #d9a746;
    transition: all 0.3s ease;
    border: 1px solid #d9a746;
    color: #fff;
    opacity: 1.0;
}

.btn1 a span {
    display: block;
    position: relative;
}

.btn1 span:after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px / 2);
    right: -12px;
}

@media (max-width: 1099px) {
    .btn1 span:after {
        width: 0.8vw;
        height: 0.8vw;
        top: calc(50% - 1.6vw / 2);
        right: -3.5vw;
    }
}

.btn1.back span:after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-135deg);
    position: absolute;
    top: calc(50% - 6px / 2);
    left: -12px;
}

@media (max-width: 1099px) {
    .btn1.back span:after {
        width: 0.8vw;
        height: 0.8vw;
        top: calc(50% - 1.6vw / 2);
        left: -3.5vw;
    }
}

/* BG Color Black */
.btn2 p {
    width: auto;
    height: 40px;
    padding-top: 3px;
    border-radius: 70px;
    ;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1 !important;
    border: 1px solid #333;
    text-indent: -0.8rem;
    font-weight: bold;
    background: #333;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1099px) {
    .btn2 p {
        width: 100%;
        height: 13.4vw;
        margin: 8vw auto 6.67vw;
        padding-top: 0;
        border-radius: 70px;
    }
}

.btn2 p:hover {
    text-decoration: none;
}

@media (max-width: 1099px) {
    .btn2 p {
        width: 100%;
        height: 10.7vw;
        font-size: 3.2vw;
        margin: 8vw auto 6.67vw;
        text-indent: -0.8rem;
    }
}

.btn2 p:hover {
    background: #d9a746;
    transition: all 0.3s ease;
    opacity: 1.0;
}

.btn2 p span {
    display: block;
    position: relative;
}

.btn2 span:after {
    content: "";
    width: 19px;
    height: 16px;
    background: url(/assets/img/common/icon05.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 16px / 2);
    right: -26px;
}

@media (max-width: 1099px) {
    .btn2 span:after {
        width: 2.54vw;
        height: 2.13vw;
        background: url(/assets/img/common/icon05.png) no-repeat left top;
        background-size: 100%;
        top: calc(50% - 2.13vw / 2);
        right: -3.46vw;
    }
}
