@charset "utf-8";
/* CSS Document */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root{
    --weightfont: 'Noto Sans TC','sans-serif','微軟正黑體','Microsoft JhengHei','Helvetica';
    --englishfont: 'Noto Serif TC', serif,'微軟正黑體','Microsoft JhengHei','Helvetica';

    --topBlock:calc(var(--tipset) * 1 + var(--tipset) * 0.95);
    
    --oneset: 1em;
    --diameter: 2em;
    --newdiameter: 2em;
    --tipset: 3em;
    --offnewset: 3em;
    
    --BlockPadding:calc(8% - var(--tipset) * 1);
    --CoverPadding:calc(15% - var(--tipset)* 1);
    
    --footerheight:480px;
}

html {
    font-size: 125%;
    scroll-behavior: smooth;
}
.container{
    /*width: calc(100vw - 25%);*/
}
@media (min-width: 1601px){
    .container {
        width: 1500px;
    }
}
.wrapper{
    padding-bottom:var(--footerheight);
}
.footer{
    height: var(--footerheight);
}
@media (max-width: 767px) {
    .wrapper {
        padding-bottom: 0;
    }
    .footer {
        height: auto;
        position: relative;
    }
}
/*-------------indexBanner--------------*/

.header {
    height: auto;
    box-shadow: 0px 0 10px 0px #4a4a4a;
    z-index: 1020;
    position: fixed;
    width: 100vw;
    background-color: #ffffff;
}

.TopMenuBack {
    height: 7px;
    background: #744E3D;
}
.mainMenuText {
    font-size: 1rem;
    font-weight: bold;
    margin-left: auto;
}
.mainMenuText li {
    margin-left: calc(2.8% - var(--oneset) * 0.5);
}

.LOGO {
     width: calc(var(--tipset) * 4.2); 
     margin-left: 0; 
}
.LOGO img {
    width: 95%;
}
.header .container {
    padding-left: var(--BlockPadding) ; 
    padding-right: var(--BlockPadding) ;
}
.banner{
    height: 100vh;
    overflow: hidden;
}
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background-size: cover;
      background-position: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.bannerTextBlock{
    width: calc(var(--tipset) * 8 + var(--tipset) * 5); 
    text-align: left;
    margin-left: calc(var(--BlockPadding) + var(--tipset) * 3.5);
}
.bannerTitle_Lg,.bannerTitle_md{
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0.05em 0.1em #000000;
    line-height: 1.2;
}
.bannerTitle_Lg{
    font-size: 3.4rem;
    margin-bottom: 2.2rem;
}
.bannerTitle_md{
    font-size: 2.1rem;
    margin-bottom: 1.5rem 
}

.navbar{
    padding: 0;
}
.navbar-nav{
            flex: 2;
    justify-content: flex-end;
}
.mainMenuText a {
    color: #262626;
}
.navbar-light .bottomMenu .navbar-nav .nav-link {
    color: #262626;
}
.navbar-light .bottomMenu .navbar-nav .nav-link:hover {
    color: #8B4628;
}
.navbar-light .bottomMenu .navbar-nav .nav-item.active .nav-link {
    color: #9d5901;
}
.bottomMenu {
    height: 75px;
}
.mainvisual__scroll__wrap{
    z-index: 150;
}
.swiper-button-next, .swiper-button-prev{
    color: #ffffff;
    text-shadow: 0 0.05em 0.5em #000000;
}
.mainvisual__scroll{
    color: #ffffff;
    fill: #ffffff;
    text-shadow: 0 0.05em 0.5em #000000;
}
.mainvisual__scroll:focus, .mainvisual__scroll:hover {
    color: #ffffff;
    fill: #ffffff;
}
.BannerBtBox{
    display: flex;
}
.BannerBt{
    font-size: 1.1rem;
    color: #ffffff;
    width: calc(var(--tipset) * 2.1 + var(--tipset) * 2.1);
    height: calc(var(--tipset) * 0.4 + var(--tipset) * 0.4);  
    box-shadow: 0px 5px 0px #00000091;
    border-radius: 50px;
    /*background-color: #ffffff;*/
    background-color: #db6300;
    font-weight: bold;
    text-align: center;
    line-height: calc(var(--tipset) * 0.4 + var(--tipset) * 0.4);
    margin-right: 1rem;
}

.BannerBt:hover{
    background-color: #fd8a2b;
}
.BannerBt a:hover{
    color: #ffffff;
}
.BannerBt span{
    font-size: 1.4rem;
}
.BannerBt:last-child{
    margin-right: 0;
}
.menuBall{
    font-size: 1.3rem; 
    color: #ffffff;
}
.menuBall:hover{
    color: #ffffff;
}
@media (max-width: 1599px) {
    .bottomMenu{
        height: auto;
    }
}
@media (max-width: 1199px) {
    .bannerTextBlock {
        width: 60%;
        margin: 0 auto;
    }
    .mainMenuText li {
        margin-left: calc(5% - var(--oneset) * 0.5);
    }
    .mainMenuText li span {
        display: block;
        line-height: 1.2;
    }
    
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }


}
@media (max-width: 991px) {
    .LOGO img {
    }
    .header {
        height: auto;
    }
    .banner{
        height: 45vh;
    }
    .navHeight {
        margin-top: 5%;
    }
    .mainMenuText {
        font-size: 1.5rem;
    }
    .mainMenuText li {
        margin-bottom: 1em;
        text-align: center;
    }
    .mainMenuText li span {
        display:inline;
        line-height: 1.2;
    }
    .bannerTitle_Lg {
        font-size: 2.5rem;
    }
    .bannerTitle_md {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }
    .bannerTextBlock {
        width: 80%;
        margin: 0 auto;
        padding-top: 4.5rem;
    }
    .bottomMenu{
        justify-content: space-around;
    }
    .navbar {
        padding: 0.5rem 0;
    }
}
/*-------------indexBanner--------------*/

.Bigtitle {
    font-size: 1.8rem;
    color: #3C2C25;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-bottom: calc(var(--paddingset) * 0.2);
    width: fit-content;
}
.SecondTitle {
    font-size: 1.5rem;
    color: #3C2C25;
    font-weight: bold;
    text-align: center;
    margin-bottom:1.8rem;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SecondTitle:before {
    content:"●";
    padding-right: 5px;
    font-size: 1rem;
}
.SecondTitle:after {
    content:"●";
    padding-left: 5px;
    font-size: 1rem;
}
.ThirdTitle{
    font-size: 1.3rem;
    color: #8B4628;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
}
.ThirdTitle:before{
    content: " ";
    background-color: #8B4628;
    border-radius: 50px;
    padding: 0 0.18em;
    height: 1rem;
    position: absolute;
    margin-right: 0.3rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*-------------indexNews--------------*/
.NewsnewBlock{
    display: flex;
    padding: 40px 0;
    padding-top: calc(var(--paddingset) * 1.5);
    padding-bottom: calc(var(--paddingset) * 1.2);
    
    padding-left: var(--CoverPadding);
    padding-right: var(--CoverPadding);
}
.NewsL_Box{
    flex: 1.5;
    width: 55%;
    margin-right: 3rem
}
.NewsR_Box{
    flex: 1;
    width: 45%;
    margin-left: 1.5rem 
}
.planNews{
    /*display: grid;*/
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-height: calc(var(--offnewset) * 4 + var(--offnewset) * 3.8);
}
.planNewsBoxs{
    box-shadow: 0 0 0.5em #a3a3a3;
    padding: 0.8em 0.8em;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
}
.planNewsBoxs:hover{
    background-color: #fff4d8;
}
.planNewsBoxs ul{
    width: 100%;
}
.planNewsBoxs li{
    border-bottom: 1px solid #B8B8B8;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.planNewsBoxs li:last-child{
    border-bottom: none;
}
.planNewsBoxs li:hover p{
    color: #89410f;
}
.planNewsBoxs li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    margin: 0;
    line-height: 1.2;
}
.planNewsLg{
   width: 100%;  
}
.planNewsMg{
}
.planNewsLg,.planNewsMg{
    margin-bottom: calc(var(--oneset) * 0.9);
    display: flex;
    flex-wrap: wrap;
}
.planNewsMg:last-child{
    margin-bottom: 0;
}
.planNewsPIC{
    width: calc(var(--offnewset) * 1.5 + var(--offnewset) * 0.5);
    height: calc(var(--offnewset) * 1 + var(--offnewset) * 0.75);
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-color: #D2D2D2;
    background-image: url("../image/00_PIC_b.png");
}
.planNewsLg .planNewsPIC{
    width: calc(var(--offnewset) * 3.4 + var(--offnewset) * 3);
    /*max-height: calc(var(--offnewset) * 2.5 + var(--offnewset) * 2);*/
    height: auto;
}
.planNewsTextBox{
    flex: 1;
    /*max-width: 50%;*/
    padding: 0 0.3em 0 1em;
}
.NewsplanDate{
    color: #8F8F8F;
    font-size: 0.9rem;
}
.NewsplanTitle{
    color: #604939;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}
.planNewsMg .NewsplanTitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}
.planNewsTextBox p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}
.NewsnewBox{
    
}
.NewsnewBox .planNewsBoxs{
    padding: 0.5em 1.5em;
}
.NewsnewBox .planNewsBoxs:hover{
    background-color: #ffffff;
}
.Newmore {
    display: block;
    font-weight: normal;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-right: 15px;
    font-size: 0.9rem;
    color: #656565;
    margin-top: 5px;
}
.Newmore::after {
    content: "\f061";
    display: inline-block;
    font-size: 0.7rem;
    position: absolute;
    top: 50%;
    margin-left: 3px;
    transform: translateY(-45%);
}
.Newmore:hover{
    color: #307833;
}

 /*   padding-left: var(--BlockPadding) !important;
    padding-right: var(--BlockPadding) !important;*/
@media (max-width: 1599px){
    .NewsnewBlock{
        flex-direction: column;
    }
    .NewsL_Box{
        flex: 1.5;
        width: 100%;
    }
    .NewsR_Box {
        flex: 1;
        width: 100%;
        margin-left: 0;
        margin-top: 5rem;
    }
    .planNewsLg, .planNewsMg {
        width: 100%;
    }
    .planNews{
        max-height: none;
        height: auto;
    }
}
@media (max-width: 991px){
    .planNewsBoxs{
        min-height: calc(var(--offnewset) * 4)
    }
    .planNewsPIC{
        height: auto;
    }
}
/*-------------indexNews--------------*/

/*-------------indexBlock--------------*/
.joinmeBlock {
    padding-top: calc(var(--paddingset) * 1);
    padding-bottom: calc(var(--paddingset) * 1.4);
    padding-left: var(--CoverPadding);
    padding-right: var(--CoverPadding);
    background: url("../image/00_index_base_1.png") no-repeat center bottom;
}
.joinmeBox{
    display: flex;
    justify-content: center;
    position: relative;
}
.joinmeLPic{
}

.joinmeRPic{
}
.joinmeLPic,.joinmeRPic{
    width: calc(var(--tipset) * 3 + var(--tipset) * 3);
    height: calc(var(--tipset) * 2.8 + var(--tipset) * 2.8);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    transition: all .2s ease;
}
.joinmeLPic img,.joinmeRPic img{
    position: absolute;
    z-index: 1;
    padding-bottom: 0.85em;
}
.joinmeTalkPic{
    position: absolute;
    top: 0;
}
.joinmeLPic .joinmeTalkPic{
    left: -60%;
}
.joinmeMainPic{
    transition: all .2s ease;
}
.joinmeRPic .joinmeTalkPic{
    right: -60%;
}
.joinmeGreenBt{
    position: relative;
    font-size: 1.5rem;
    z-index: 10;
    color: #ffffff;
    width: calc(var(--newdiameter) * 2.5 + var(--newdiameter) * 2.5);
    height: calc(var(--newdiameter) * 0.6 + var(--newdiameter) * 0.6);
    box-shadow: 0px 5px 0px #017A44;
    border-radius: 50px;
    background-color: #1BAC6B;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 5px #004b2d;
    line-height: calc(var(--newdiameter) * 0.6 + var(--newdiameter) * 0.6);
    margin: 0 auto;
    transition: all .2s ease;
}
.joinmeLPic:hover .joinmeGreenBt, .joinmeRPic:hover .joinmeGreenBt{
    background-color: #23b373;
    transform: translateY(2px);
    box-shadow: 0px 3px 0px #017A44;
}
.joinmeLPic:hover .joinmeMainPic{
    transform: translateY(-2px);
    transform: rotate(-5deg);
}
.joinmeRPic:hover .joinmeMainPic{
    transform: translateY(-2px);
    transform: rotate(5deg);
}

.BusinessList{
    padding-bottom: calc(var(--paddingset) * 1.2);
    padding-left: calc(var(--CoverPadding) *1.2);
    padding-right: calc(var(--CoverPadding) *1.2);
}
.BusinessListBox{
    padding: 1rem 0;
    display: flex;
    justify-content: center;
}
.Businessgamebox {
    border-radius: 10px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    padding: 0.5rem;
    position: relative;
    background-color: #fff;
    height: calc(var(--offnewset) * 2);
    display: flex;
    margin: 0 0px 30px;
    align-items: center;
}
.Businessgamebox:hover{
    transform: translateY(-2px);
    box-shadow: 0px 3px 0px #cccccc;
}
@media (max-width: 1599px){
    .joinmeBox{
        margin-top: 1rem;
    }
    .joinmeLPic img, .joinmeRPic img {
        width: 100%;
    }
    .joinmeLPic .joinmeTalkPic ,.joinmeRPic .joinmeTalkPic{
        width: 80%;
    }
}
@media (max-width: 1200px){
    .joinmeBox{
        margin-top: 2rem;
    }
    .joinmeLPic .joinmeTalkPic ,.joinmeRPic .joinmeTalkPic{
        width: 80%;
    }
}
@media (max-width: 991px){
    .joinmeLPic .joinmeTalkPic {
        left: 0;
    }
    .joinmeRPic .joinmeTalkPic{
        right:0;
    }
    .joinmeLPic, .joinmeRPic {
        height: calc(var(--tipset) * 3 + var(--tipset) * 3.5);
    }
    .Businessgamebox{
        height: auto;
            margin: 0 0px 20px;
    }
}
@media (max-width: 649px){
    .joinmeLPic, .joinmeRPic {
        height: calc(var(--tipset) * 2.5 + var(--tipset) * 2.7);
    }
}
@media (max-width: 449px){
    .joinmeLPic, .joinmeRPic {
        height: calc(var(--tipset) * 2 + var(--tipset) * 1.9);
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }
}
/*-------------indexBlock--------------*/

/*-------------PageBanner--------------*/
.Page .banner{
    height: calc(100vh - 90px - 40vh);
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.PageBannerTitle{
    font-size: 3rem;
    color: #ffffff;
    text-shadow: 0 0.05em 0.1em #000000;
    margin-top: 2.5rem;
}
@media (max-width: 991px){
    .Page .banner{
        height: calc(100vh - 140px - 40vh);
    }
}
/*-------------PageBanner--------------*/

/*-------------Pagebreadcrumb--------------*/
.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0.25rem;
    font-size: 1rem;
}
.breadcrumb a {
    color: #666666;
    font-weight:lighter;
    
}
.breadcrumb a:hover {
    color: #454D6D;
}
.breadcrumb > li + li:before {
    color: #454D6D;
    content: "＞";
    padding: 0 5px;
}
.breadcrumb > li{
    color: #454D6D;
    font-weight: bold;
}
/*-------------Pagebreadcrumb--------------*/

/*-------------Pageblock--------------*/
.Page .allBlock {
    padding-bottom:0;
}
.PageBackPic01{
    background-image:url("../image/01_page_baseALL_1.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.PageBackPic02{
    background-image:url("../image/01_page_basetop_2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.PageMainBlock {
    margin-top: calc(var(--paddingset) * 0.5);
    margin-bottom: calc(var(--paddingset) * 1.2);
    padding-left: calc(var(--paddingset) * 1);
    padding-right: calc(var(--paddingset) * 1);
}
.fontBigSmallBox{
    position: relative;
    height: 3rem;
}
.font-controls {
    position: absolute;
    right: 0;
    }

    .font-controls button {
        text-align: center;
      font-size: 0.9rem;
      margin-right: 8px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      background: #ffffff;
      border: 1px solid #9F948A;
      border-radius: 50px;
      color: #9F948A;
        width: calc(var(--oneset) * 1 + var(--oneset) * 1);
        height: calc(var(--oneset) * 1 + var(--oneset) * 1);
        line-height: 0.9;
        letter-spacing: -0.1em;
    }

.font-controls button:hover{
    background: #9F948A;
    color: #ffffff;
}
.textInfoBox > p{
    text-indent: 2em;
    word-break: break-word;
}
.PageFlowchartBox{
    padding-top: 1em;
    padding-bottom: 2em;
}
.PageshowTextBox {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 1em 2em;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}
.apppicwidth{}
.Pagejustify-center{
    
}
.PageroundedULBox {
}
.roundedUL-list {
    counter-reset: li;
    list-style: none;
    /* font: 15px 'trebuchet MS', 'lucida sans'; */
    list-style: decimal;
    padding: 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.roundedUL-list li {
    position: relative;
    padding: 0.3rem 1rem;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.roundedUL-list a p {
    overflow: hidden;
    width: 85%;
    margin-bottom: 0;
}
.roundedUL-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1em;
    background: #3C2C25;
    color: #fff;
    height: 2em;
    width: 2em;
    /* line-height: 2em; */
    border: .3em solid #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.PageCoffeecard{
}
.PageCoffeecard.card {
    border: 2px solid #776A5F;
    border-radius: 10px;
    height: 100%;
}
.PageCoffeecard .card-header {
    background-color: #776A5F;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 1rem;
}
.PageList{
    padding-left: 1rem;
}
.PageList li{
    list-style: decimal;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
.PageNewLink{
    background-color: #ECE7D7;
}
.BigButton {
    border-radius: 20px;
    border-color: #9F948A;
    width: calc(var(--newdiameter) * 4 + var(--newdiameter) * 4);
    height: calc(var(--newdiameter) * 3 + var(--newdiameter) * 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.BigButton:hover {
    background-color: #FFF7AC;
}
.ButtonTitle{
    color: #74573D;
}
.PadeBigGreenBt{
    position: relative;
    font-size: 1.3em;
    line-height: 1.2;
    z-index: 10;
    color: #ffffff;
    width: calc(var(--newdiameter) * 4.2 + var(--newdiameter) * 4.2);
    height: calc(var(--newdiameter) * 0.8 + var(--newdiameter) * 0.8);
    box-shadow: 0px 5px 0px #017A44;
    border-radius: 40px;
    background-color: #1BAC6B;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 5px #004b2d;
    margin: 0 auto;
    transition: all .2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.PadeBigGreenBt:hover, .PadeBigGreenBt:hover {
    background-color: #23b373;
    transform: translateY(2px);
    box-shadow: 0px 3px 0px #017A44;    color: #ffffff
}
.PadeBigGreenBtAPP{
    
}
/*-------------Pageblock--------------*/

/*-------------PagePic--------------*/
.PagePic01{
    background-image:url("../image/01_index_PIC_6.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20%;
    
}

/*-------------PagePic--------------*/

/*-------------FixedBt--------------*/

.FixedBt01 {
    width: calc(var(--newdiameter) * 2 + var(--newdiameter) * 2);
    height: calc(var(--newdiameter) * 1.1 + var(--newdiameter) * 1.3);
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    opacity: 0.7;
    cursor: pointer;
    position: fixed;
    right: 0.5rem;
    top: calc(55%);
    z-index: 1000;
        transition: all .2s ease;
}
.FixedBt02 {
    width: calc(var(--newdiameter) * 2 + var(--newdiameter) * 2);
    height: calc(var(--newdiameter) * 1.1 + var(--newdiameter) * 1.3);
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    opacity: 0.7;
    cursor: pointer;
    position: fixed;
    right: 0.5rem;
    top: calc(55% + 110px);
    z-index: 1000;
    transition: all .2s ease;
}
.FixedBt01,.FixedBt02{
    display: flex;
    justify-content: flex-end;
}
.FixedBt01:hover,.FixedBt02:hover{
    opacity: 1;
}
.FixedBox{
    width: calc(var(--newdiameter) * 1.4 + var(--newdiameter) * 1.4);
    height: calc(var(--newdiameter) * 1 + var(--newdiameter) * 1);
    background-color: #1bac6b;
    box-shadow: 0 5px 0px #0e7c3a;
    color: #ffffff;
    position: relative;
    border-radius: 35px;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.FixedBox span{
    width: 100%;
    display: block;
}
.FixedBt01 .FixedBox:before{
    content: url("../image/01_index_Sbutton_1.svg");

}
.FixedBt01 .FixedBox:after{
    content: " ";
    width: 0;
    position: absolute;
    z-index: -1;
    right: 1px;
    bottom: -9px;
    rotate: -30deg;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1rem 0;
    border-color: transparent #0e7c3a transparent transparent;
}
.FixedBt02 .FixedBox:before{
    content: url("../image/01_index_Sbutton_2.svg");

}
.FixedBt02 .FixedBox:after{
    content: " ";
    width: 0;
    position: absolute;
    z-index: -1;
    right: 1px;
    top: -3px;
    rotate: -60deg;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1rem 0;
    border-color: transparent transparent #0e7c3a transparent;
}
.FixedBt01 .FixedBox:before,.FixedBt02 .FixedBox:before{
    width: calc(var(--oneset) * 1 + var(--oneset) * 1);
    height: calc(var(--oneset) * 1 + var(--oneset) * 1);
    position: absolute;
    left: -5px;
    top: -10px;
}
/*-------------FixedBt--------------*/


/*-------------footer--------------*/
.footerBox01 {
    background-color: #54433C;
    color: #ffffff;
}
.linkClass p{
    color: #ffffff;
}
.linkClassPIC{
    padding-top: 0.25rem;
}
/*-------------footer--------------*/



@media screen and (max-width: 1650px){
    html{
        font-size: 120%;
    }    
}
@media screen and (max-width: 1400px){
    html{
        font-size: 110%;
    }    
    .toTop-arrow::before, .toTop-arrow::after{
        width: 16px;
    }
}
@media screen and (max-width: 1200px){
    html{
        font-size: 105%;
    }    
    .PagePic01{
        background-image: none;
    }
}
@media screen and (max-width: 1050px){
    html{
        font-size: 100%;
    }    
} 
@media screen and (max-width: 991px){
    html{
        font-size: 98.5%;
    }  
    :root{
        --offnewset: 1.5em;
    }
    .PageroundedULBox{
        margin-left: 1rem;
    }
    .PageCoffeecard.card{
        height: auto;
    }
    .FixedBt01{
        --newdiameter: 1.7em;
        top:auto;
        bottom:30%;
    }
    .FixedBt02{
        --newdiameter: 1.7em;
        top:auto;
        bottom:calc(30% - 130px);
    }
    .FixedBt01, .FixedBt02 {
        width: auto;
        height: auto;
        right: 0.2rem;
    }
    .FixedBox {
        width: calc(var(--newdiameter) * 1 + var(--newdiameter) * 1);
        height: calc(var(--newdiameter) * 1.8 + var(--newdiameter) * 1.8);
    }
    .FixedBt01 .FixedBox:before, .FixedBt02 .FixedBox:before {
        left: -3px;
        top: -13px;
    }
    .apppicwidth{
        width: 40%;
    }
    .PadeBigGreenBtAPP{
        flex-direction: column;
    }
    .PadeBigGreenBtAPP .PadeBigGreenBt{
        margin-bottom: 20px;
    }
} 
@media screen and (max-width: 449px){
    :root{
        --newdiameter: 1.6em;
    }   
    .apppicwidth{
        width: 75%;
    }
} 