/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 1.6rem;
    font-family: 'Noto Serif TC', serif, 'Gelasio', sans-serif;
    color: #1c1c1c;
    overflow-x: hidden;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: .2s ease all;
    color: #e4d1bd;
}

img {
    max-width: 100%;
}

::selection {
    background: rgba(204, 204, 204, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

header {
    position: relative;
}



/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/***********************/
/***A001 start***/

.A001 {
    background: url(../../images/dex.jpg) bottom right no-repeat, #e5e5e6;
    background-size: cover;
    width: 100%;
    position: relative;
}

.A001 .A001_inner {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    padding: 11.8rem 0 20rem;
    display: flex;
    align-items: flex-end;
}

.A001_inner .A001_lt {
    width: 39.4%;
    padding: 0 1.4rem;
}

.A001_lt .logo {
    width: 71%;
    margin-bottom: 8.2rem;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(121, 121, 121, 0.25));
    filter: drop-shadow(2px 2px 7px rgba(121, 121, 121, 0.25));
}

.A001_lt .logo img {}

.A001_lt .A001_lt_txt {
    margin-bottom: 6rem;
}

.A001_lt .A001_lt_txt h3 {
    font-size: 42px;
    color: #631813;
    font-family: 'Gelasio';
    font-weight: 700;
    text-transform: uppercase;
}

.A001_lt .A001_lt_img {}

.A001_lt .A001_lt_img img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(195, 195, 195, 1));
    filter: drop-shadow(2px 2px 7px rgba(195, 195, 195, 1));
}




.A001_inner .A001_rt {
    width: 59.6%;
    padding: 0 0 10rem 2.6rem;
    text-align: right;
}

.A001_rt .A001_rt_txt {
    position: relative;
    padding-bottom: 2rem;
}

.A001_rt .A001_rt_txt:before {
    content: '';
    background: #1a1a1a;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.A001_rt .A001_rt_txt h4 {
    font-size: 30px;
    font-weight: 700;
}

.A001_rt .enter {
    padding-top: 1.5rem;
}

.A001_rt .enter p {
    font-size: 16px;
    color: #1a1a1a;
    display: inline-block;
    vertical-align: top;
    padding-right: 1rem;
}

.enter .scroll {
    display: inline-block;
    animation: 1.2s updown infinite alternate;
}

.enter .scroll img {
    vertical-align: middle;
}

@keyframes updown {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

@media screen and (max-width:1536px) {
    .A001 .A001_inner {
        padding: 11.8rem 0 8rem;
    }
}

@media screen and (max-width:1366px) {
    .A001 .A001_inner {
        padding: 3.8rem 0 7rem;
    }
}

@media screen and (max-width:1280px) {
    .A001 .A001_inner {
        padding: 3rem 4rem 4rem;
    }
}

@media screen and (max-width:1100px) {
    .A001_lt .logo {
        margin-bottom: 3rem;
    }

    .A001_lt .A001_lt_txt {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:834px) {
    .A001 .A001_inner {
        padding: 3rem 2rem 3rem;
    }

    .A001_lt .A001_lt_txt h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    .A001_lt .logo {
        width: 76%;
    }
}

@media screen and (max-width:576px) {
    .A001 {
        background-position-x: -9rem;
    }

    .A001_inner .A001_lt {
        padding: 0;
    }
}

@media screen and (max-width:450px) {
    .A001 {
        background: #e5e5e6;
    }

    .A001 .A001_inner {
        padding: 3rem 2rem 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .A001_inner .A001_lt {
        width: 100%;
    }

    .A001_lt .logo {
        margin: 0 auto 3rem;
    }

    .A001_lt .A001_lt_txt {
        text-align: center;
    }

    .A001_inner .A001_rt {
        width: 100%;
        padding: 2rem;
    }
	.A001_rt .A001_rt_txt h4 {
    text-align: center;
}
}

@media screen and (max-width:330px) {
    .A001 .A001_inner {
        padding: 3rem 1rem 1rem;
    }
}

@media screen and (max-width:300px) {
    .A001_rt .A001_rt_txt h4 {
        font-size: 25px;
    }
}

@media screen and (max-width:px) {}

/***A001 end****/
/***********************/
/***********************/
/***nav start***/
/*mibutton*/
.mibutton {
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
    display: none;
}

.mibutton span {
    display: block;
    text-align: center;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f1e6;
    transition: .3s ease all;
}

.mibutton span:nth-child(2) {
    top: 10px;
}

.mibutton span:nth-child(3) {
    top: 20px;
}

.mibutton_ani span {
    opacity: 1;
    background: #f8f1e6;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    top: -2px;
}

.mibutton_ani span:nth-child(2) {
    opacity: 0;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

/*navbar*/
.navbar {
    background: rgba(160, 68, 62, .9);
    padding: 2rem 16rem;
    text-align: left;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}


.navbar .menu_logo {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10rem;
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 80%;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    letter-spacing: 3px;
    text-align: center;
    width: 15%;
}

.ibutton a {
    position: relative;
    overflow: hidden;
    transition: .2s ease all;
    color: #f8f1e6;
    height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 22px;
}

p.ch {
    transition: .3s ease all;
}

p.en {
    transition: .3s ease all;
    font-family: 'Gelasio';
}

.ibutton a:hover p.ch {
    transform: translateY(-100%);
}

.ibutton a:hover p.en {
    transform: translateY(-100%);
}

.show {
    transform: translateX(0px);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.show .ibutton {
    display: block !important;
}

@media (max-width:1600px) {
    .navbar {
        padding: 2rem;
    }

}

@media screen and (max-width:1366px) {
    .navbar .menu_logo {
        padding-left: 1rem;
    }
}

@media screen and (max-width:1100px) {

    .ibutton li {
        padding: 0 1rem;
    }
}

@media (max-width:1080px) {
    img.ft001_logo {
        max-width: 22vw;
    }

    .mibutton {
        display: block;
        top: 1.5em;
    }

    .mibtop,
    .mibshow {
        position: fixed;
        opacity: 1;
        display: block;
    }

    .ibutton {
        width: 100%;
        text-align: center;
        display: none;
        padding-bottom: 1em;
    }

    .ibutton li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .ibutton li a {
        padding: 1em;
        transition: .2s ease all;
        height: auto;
    }

    .ibutton li a:hover {
        background: #4c4c4c;
    }

    .ibutton a:hover p.en,
    .ibutton a:hover p.ch {
        transform: translateY(0);
    }

    p.en {
        display: none;
    }

    .navbar {
        padding: 1rem;
        opacity: 1;
        z-index: 9;
    }
}

@media screen and (max-width:1000px) {
    .navbar .menu_logo {
        width: 15%;
    }
}

@media screen and (max-width:768px) {
    .mibutton {
        top: 2em;
    }

    .navbar .menu_logo {
        width: 28%;
    }
}

@media (max-width:600px) {

    .mibutton {
        top: 1.3em;
    }
}

@media (max-width:500px) {
    .mibutton {
        right: 1em;
    }

    .navbar .menu_logo {
        width: 35%;
    }

    .ibutton a {
        font-size: 20px;
    }


}

@media (max-width: 414px) {


    .mibutton {
        top: 1em;
    }
}

@media (max-width:350px) {
    .mibutton {
        top: 1em;
    }
}


/***nav end****/
/***********************/
/*-----------------------------
/*---main----------------------------------------------------------------------------------------------------------------------------*/
.main {}




/***********************/
/***B001 start***/

.B001 {
    position: relative;
    display: flex;
    top: -1px;
}

.B001 .B001_lt {
    width: 41.8%;
    background: #631813;
    padding: 10.9rem 0 12.9rem 34rem;
}

.B001 .B001_lt img:first-of-type {
    margin-bottom: 5rem;
}

.B001 .B001_lt h5 {
    font-size: 22px;
    color: #d9948f;
    font-family: 'Gelasio';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0;
}

.B001 .B001_lt img:last-of-type {}


.B001 .B001_rt {
    width: 58.2%;
    background: #f8f1e6;
    position: relative;
}

.B001 .B001_rt:before {
    content: '';
    background: url(../../images/B001_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 341px;
    max-width: 100%;
    min-height: 342px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.B001_rt .B001_rt_txt {
    padding: 13rem 50rem 20rem 8.3rem;
}

.B001_rt .B001_rt_txt h3 {
    font-size: 30px;
    color: #d9948f;
    font-weight: 700;
    margin-bottom: 3rem;
}

.B001_rt .B001_rt_txt p {
    font-size: 18px;
    color: #1c1c1c;
    text-align: justify;
	text-indent: 1em;
}

.B001_rt .B001_rt_txt p font {
    font-weight: 700;
	color: #993129;
}

@media screen and (max-width:1536px) {
    .B001 .B001_lt {
        padding: 10.9rem 0 12.9rem 19rem;
    }

    .B001_rt .B001_rt_txt {
        padding: 13rem 28rem 20rem 8.3rem;
    }
}

@media screen and (max-width:1200px) {
    .B001 .B001_lt {
        padding: 10rem 0 9rem 7rem;
    }

    .B001 .B001_rt:before {
        max-width: 30%;
        min-height: 220px;
    }

    .B001_rt .B001_rt_txt {
        padding: 11rem 9rem 17rem 8.3rem;
    }
}

@media screen and (max-width:1000px) {
    .B001 .B001_lt {
        padding: 8rem 0 7rem 2rem;
    }

    .B001_rt .B001_rt_txt {
        padding: 8rem 2rem 17rem 5rem;
    }
}

@media screen and (max-width:768px) {
    .B001_rt .B001_rt_txt {
        padding: 8rem 2rem 12rem 5rem;
    }
}

@media screen and (max-width:650px) {
    .B001 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .B001 .B001_lt {
        width: 100%;
        padding: 6rem 16rem;
    }

    .B001 .B001_rt {
        width: 100%;
    }

    .B001 .B001_rt:before {
        max-width: 16%;
        min-height: 100px;
    }

    .B001_rt .B001_rt_txt {
        padding: 6rem 4rem 10rem;
    }
}

@media screen and (max-width:450px) {
    .B001 .B001_lt {
        padding: 6rem 8rem;
    }

    .B001_rt .B001_rt_txt {
        padding: 4rem 2rem 6rem;
    }
}

@media screen and (max-width:414px) {
    .B001 .B001_lt {
        padding: 4rem 6rem;
    }
}

@media screen and (max-width:393px) {
    .B001 .B001_lt {
        padding: 4rem 4rem;
    }
}

@media screen and (max-width:360px) {
    .B001 .B001_lt {
        padding: 4rem 2rem;
    }

    .B001_rt .B001_rt_txt h3 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:330px) {
    .B001_rt .B001_rt_txt {
        padding: 4rem 1rem 6rem;
    }
}

@media screen and (max-width:310px) {
    .B001_rt .B001_rt_txt h3 {
        font-size: 24px;
    }
}

@media screen and (max-width:px) {}

/***B001 end****/
/***********************/
/***********************/
/***pro start***/

.pro {
    position: relative;
    padding: 6rem 0 0;
}

.pro .pro_title {
    text-align: center;
    margin-bottom: 6.3rem;
}

.pro .pro_title img {
    width: 11%;
}

/*pro1*/
.pro .pro1 {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 3.5rem 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro1 .pro1_set {
    width: 48.2%;
    margin-bottom: 3.3rem;
    display: flex;
    justify-content: space-between;

}

.pro1_set .pro1_img {
    width: 39.4%;
}

.pro1_set .pro1_cont {
    width: 52.1%;
    padding: 5.9rem 0 0 0;
}

.pro1_cont .pro1_title {
    margin-bottom: 1.3rem;
    display: flex;
    align-items: center;
}

.pro1_cont .pro1_title img {
    margin-right: 1rem;
}

.pro1_cont .pro1_title h2 {
    font-size: 24px;
    color: #993129;
    font-weight: 900;
}

.pro1_cont .pro1_title h2 font {
    font-size: 18px;
    font-family: 'Gelasio';
    letter-spacing: 0;
}


.pro1_cont .pro1_txt {
    padding-right: 5rem;
}

.pro1_cont .pro1_txt p {
    font-size: 18px;
    color: #1c1c1c;
    text-align: justify;
    letter-spacing: 0px;
	text-indent: 1em;
}

@media screen and (max-width:1536px) {
    .pro .pro1 {
        padding: 0 2rem 3rem;
    }
    .pro .pro_title img {
    width: 14%;
}

    .pro1_set .pro1_cont {
        width: 55%;
    }
}

@media screen and (max-width:1366px) {
    .pro1 .pro1_set {
        width: 50%;
    }

    .pro1_set .pro1_cont {
        width: 58%;
        padding: 4rem 0 0 0;
    }

    .pro1_cont .pro1_txt {
        padding-right: 3rem;
    }
}

@media screen and (max-width:1280px) {
    .pro1_cont .pro1_title {
        align-items: flex-start;
    }

    .pro1_cont .pro1_title h2 {
        line-height: 1;
    }

    .pro1_cont .pro1_title h2 font {
        font-size: 15px;
    }
}

@media screen and (max-width:1000px) {
    .pro .pro_title img {
    width: 21%;
}
    .pro .pro1 {
        justify-content: center;
    }

    .pro1 .pro1_set {
        width: 90%;
    }

    .pro1_set .pro1_cont {
        padding: 6rem 0 0 0;
    }

    .pro1_cont .pro1_title h2 font {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .pro .pro_title img {
        width: 27%;
    }
}
@media screen and (max-width:576px) {
    .pro {
        position: relative;
    }

    .pro .pro_title {
        margin-bottom: 5rem;
    }

    .pro1 .pro1_set {
        width: 100%;
    }

    .pro1_set .pro1_cont {
        padding: 2rem 0 0 0;
    }

    .pro1_cont .pro1_txt {
        padding-right: 0;
    }
}

@media screen and (max-width:450px) {
       .pro .pro_title img {
        width: 45%;
    }
    .pro1 .pro1_set {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pro1_set .pro1_img {
        width: 100%;
        text-align: center;
    }

    .pro1_set .pro1_cont {
        padding: 3rem 0 0 0;
        width: 100%;
    }

    .pro1_cont .pro1_title h2 font {
        display: inline-block;
    }
}

@media screen and (max-width:414px) {
        .pro .pro_title img {
        width: 50%;
    }
    .pro .pro1 {
        padding: 0 2rem 2rem;
    }
}

@media screen and (max-width:393px) {
    .pro1_cont .pro1_title h2 {
        font-size: 21px;
    }
}

@media screen and (max-width:360px) {
        .pro .pro_title img {
        width: 57%;
    }
    .pro1_cont .pro1_title h2 {
        font-size: 20px;
    }

    .pro1_cont .pro1_title h2 font {
        font-size: 13px;
    }

    .pro1_cont .pro1_txt p {
        font-size: 16px;
    }
}

@media screen and (max-width:340px) {
    .pro1_cont .pro1_title img {
        margin-right: 0.5rem;
        width: 6%;
    }
}

@media screen and (max-width:330px) {
    .pro1_cont .pro1_title h2 {
        font-size: 18px;
    }

    .pro1_cont .pro1_title h2 font {
        font-size: 12px;
    }
}

@media screen and (max-width:px) {}


/*pro2*/

.pro2 {
    width: 1760px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 6rem 0 5rem 5.7rem;
    display: flex;
    justify-content: space-between;
}

.pro2 .pro2_img {
    width: 35.3%;
    padding-top: 3.8rem;
}

.pro2 .pro2_img img {}


.pro2 .pro2_cont {
    width: 61.7%;
}

.pro2_cont .pro2_title {
    background: #993129;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    padding: 4.5rem 0 4.5rem 11rem;
    margin-bottom: 3.6rem;
}

.pro2_cont .pro2_title img {
    display: inline-block;
}

.pro2_title .pro2_tittxt {
    display: inline-block;
}

.pro2_tittxt .pro2_chtit {}

.pro2_tittxt .pro2_chtit h1 {
    font-size: 60px;
    color: #f8f1e6;
    font-weight: 700;
}

.pro2_tittxt .pro2_entit {}

.pro2_tittxt .pro2_entit h2 {
    font-size: 30px;
    color: #f8f1e6;
    font-family: 'Gelasio';
    font-weight: 700;
}


.pro2_cont .pro2_img2 {
    display: none;
}

.pro2_cont .pro2_img2 img {}

.pro2_cont .pro2_txt {
    padding-left: 10rem;
}

.pro2_cont .pro2_txt ul {}

.pro2_cont .pro2_txt ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.8rem;
}

.pro2_cont .pro2_txt ul li img {
    margin-right: 1.1rem;
}

.pro2_cont .pro2_txt ul li p {
    line-height: 1.5;
    font-size: 18px;
    position: relative;
        top: -3px;

}

.pro2_cont .pro2_price {
    padding-left: 10rem;
    display: flex;
    align-items: center;
}

.pro2_price .pro2_pricing {
    background: #d9948f;
    width: 19%;
    margin-right: 1.2rem;
    padding: 1rem 1rem;
}

.pro2_price .pro2_pricing p {
    font-size: 20px;
    color: #ffffff;
}

.pro2_price .pro2_pricing p span {
    font-family: 'Gelasio';

}

.pro2_price .pro2_sale {
    width: 53%;
    line-height: 1.2;
}

.pro2_price .pro2_sale p {
    font-size: 36px;
    color: #993129;
    font-weight: 700;
}

.pro2_price .pro2_sale p span {
    font-size: 50px;
    font-family: 'Gelasio';
    font-weight: 700;
}
.pro2_price .pro2_sale p span:last-child{
	font-size: 23px;
	font-family: 'Noto Serif TC';
	display: block;
	text-align: right;
	padding-right: 6rem;
	
}

@media screen and (max-width:1700px){
	.pro2_price .pro2_sale {
    width: 56%;
}
}
@media screen and (max-width:1600px){
	.pro2_price .pro2_sale {
    width: 60%;
}
}

@media screen and (max-width:1536px) {
    .pro2_price .pro2_pricing {
        width: 20%;
    }
	    .pro2_price .pro2_sale {
        width: 75%;
    }
	.pro2_price .pro2_sale p span:last-child {
        padding-right: 16rem;
    }
}

@media screen and (max-width:1366px) {
    .pro2 {
        padding: 6rem 0 5rem 2rem;
    }

    .pro2 .pro2_img {
        padding-top: 17rem;
    }

    .pro2 .pro2_cont {
        width: 65%;
    }

    .pro2_cont .pro2_title {
        padding: 4.5rem 0 4.5rem 8rem;
    }
	        .pro2_price .pro2_sale p span:last-child {
        padding-right: 13rem;
    }
}

@media screen and (max-width:1280px) {
    .pro2 .pro2_img {
        padding-top: 13rem;
    }

    .pro2 .pro2_cont {
        width: 75%;
    }
	    .pro2_price .pro2_sale p span:last-child {
        padding-right: 12rem;
    }
}

@media screen and (max-width: 1200px) {
    .pro2_price .pro2_pricing {
        width: 23%;
    }

    .pro2_price .pro2_sale p {
        font-size: 33px;
    }
	    .pro2_price .pro2_sale p span:last-child {
        padding-right: 10rem;
    }
}

@media screen and (max-width:1100px) {
    .pro2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pro2_cont .pro2_title {
        margin-bottom: 6rem;
    }

    .pro2 .pro2_img {
        display: none;
    }

    .pro2 .pro2_cont {
        width: 100%;
    }

    .pro2_cont .pro2_img2 {
        display: block;
        text-align: center;
        margin-bottom: 3rem;
    }

    .pro2_price .pro2_pricing {
        width: 19%;
    }

    .pro2_price .pro2_sale p {
        font-size: 40px;
    }
	    .pro2_price .pro2_sale p span:last-child {
        padding-right: 25rem;
    }
}

@media screen and (max-width:834px) {
    .pro2_cont .pro2_title {
        padding: 3rem 0 3rem 6rem;
    }

    .pro2_cont .pro2_txt {
        padding-left: 0;
    }

    .pro2_cont .pro2_price {
        padding-left: 0;
    }
	    .pro2_price .pro2_sale p span:last-child {
        padding-right: 14rem;
    }
}

@media screen and (max-width: 768px) {
    .pro2_price .pro2_pricing {
        width: 22%;
    }
	   
	.pro2_price .pro2_sale {
    line-height: 1;
}
	    .pro2_price .pro2_sale p {
        font-size: 30px;
    }
	    .pro2_price .pro2_sale p span:last-child {
        padding-right: 16rem;
    }
}

@media screen and (max-width:650px) {
    .pro2_price .pro2_pricing {
        width: 28%;
        margin-right: 2rem;
    }

    .pro2_price .pro2_sale {
        width: 55%;
        line-height: 1.2;
    }
	    .pro2_price .pro2_sale p span:last-child {
        padding-right: 21rem;
    }
}

@media screen and (max-width:576px) {
    .pro2_cont .pro2_title {
        padding: 3rem 0 3rem 4rem;
    }

    .pro2_cont .pro2_title img {
        width: 12%;
    }

    .pro2_tittxt .pro2_chtit h1 {
        font-size: 45px;
    }

    .pro2_tittxt .pro2_entit h2 {
        font-size: 20px;
    }

    .pro2_cont .pro2_img2 {
        padding: 0 2rem 0 0;
    }

    .pro2_price .pro2_pricing {
        width: 31%;
    }

    .pro2_price .pro2_sale {
        width: 62%;
    }
	    .pro2_price .pro2_sale p span:last-child {
        padding-right: 19rem;
    }
}

@media screen and (max-width:450px) {
    .pro2_cont .pro2_title {
        padding: 2rem 0 2rem 3rem;
    }

    .pro2_cont .pro2_txt {
        padding: 0 2rem 0 0;
    }

    .pro2_cont .pro2_txt ul li p {
        text-align: justify;
        position: relative;
        top: -4px;
    }

    .pro2_cont .pro2_price {
        flex-wrap: wrap;
    }

    .pro2_price .pro2_pricing {
        width: 45%;
        margin: 0 0 2rem 0;
    }

    .pro2_price .pro2_sale {
        width: 100%;
    }
	 .pro2_price .pro2_sale p {
        font-size: 28px;
    }
	.pro2_price .pro2_sale p span {
    font-size: 45px;
}
	       .pro2_price .pro2_sale p span:last-child {
        padding-right: 3rem;
    }
}
@media screen and (max-width:414px){
	.pro2_price .pro2_sale p span {
    font-size: 40px;
}
}
@media screen and (max-width: 393px) {
    .pro2_price .pro2_pricing {
        width: 46%;
    }
	    .pro2_price .pro2_sale p {
        font-size: 25px;
    }
}
@media screen and (max-width:390px) {
    .pro2_tittxt .pro2_chtit h1 {
        font-size: 35px;
    }

    .pro2_tittxt .pro2_entit h2 {
        font-size: 14px;
    }

}
@media screen and (max-width:360px){
	       .pro2_price .pro2_pricing {
        width: 51%;
    }
	.pro2_price .pro2_sale p {
        font-size: 23px;
    }
	    .pro2_price .pro2_sale p span {
        font-size: 38px;
    }
}
@media screen and (max-width:350px) {
    .pro2 {
        padding: 2rem 0 2rem 1rem;
    }

    .pro2_cont .pro2_img2 {
        padding: 0 1rem 0 0;
    }

    .pro2_cont .pro2_txt {
        padding: 0 1rem 0 0;
    }

    .pro2_cont .pro2_price {
        padding-right: 1rem;
    }

    .pro2_price .pro2_pricing {
        width: 50%;
    }
}

@media screen and (max-width:340px) {
    .pro2_price .pro2_sale p {
        font-size: 35px;
    }
}

@media screen and (max-width:310px) {
    .pro2_price .pro2_pricing {
        width: 60%;
    }
}

@media screen and (max-width:300px) {
    .pro2_cont .pro2_txt ul li p {
        font-size: 16px;
    }

    .pro2_price .pro2_sale p {
        font-size: 32px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}

/***pro end****/
/***********************/
/***********************/
/***notice_F_other05 start***/

.notice_F_other05 {
    background: #f8f1e6;
    padding: 6.3rem 0 6rem;
}

.notice_F_other05 .notice_title {
    text-align: center;
    margin-bottom: 6.5rem;
}
.notice_F_other05 .notice_title img{
    width: 11%;
}

.notice_F_other05 .note1 {
    width: 1450px;
    max-width: 100%;
    margin: 0 auto 4.8rem;
    display: flex;
}

.note1 .note1_set {
    background: #f0d3c8;
    padding: 3rem 3.2rem;
    width: 21.7%;
    border-radius: 10px;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(233, 225, 212, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(233, 225, 212, 0.5));
}

.note1_set .note1_set_top {
    border-bottom: 1px #2a2a2a solid;
    padding-bottom: 1.7rem;
    text-align: center;

}

.note1_set .note1_set_top span {
    margin-right: 1rem;
    font-size: 12px;
    color: #2a2a2a;
    font-family: 'Gelasio';
    vertical-align: super;
}

.note1_set .note1_set_top number {
    font-size: 36px;
    color: #2a2a2a;
    font-family: 'Gelasio';
    font-weight: 700;
    line-height: 1;
}

.note1_set .note1_set_bot {
    padding: 2.3rem 0.7rem 0;
}

.note1_set .note1_set_bot p {
    font-size: 18px;
    text-align: justify;
	text-indent: 1em;
}


.note1 .note1_arrow {
    margin: 0 1.9rem;
    display: flex;
    align-items: center;
}

.note1 .note1_arrow img {}



/*note2*/

.note2 {
    text-align: center;
}

.note2 p {
    font-size: 18px;
    color: #993129;
    font-weight: 700;
}
@media screen and (max-width:1536px) {
    .notice_F_other05 .notice_title img {
    width: 14%;
}
}
@media screen and (max-width:1450px) {
    .notice_F_other05 {
        padding: 6.3rem 2rem 6rem;
    }

    .note1 .note1_set {
        padding: 2rem;
    }
}

@media screen and (max-width:1000px) {
    .notice_F_other05 .notice_title img {
    width: 21%;
}
    .notice_F_other05 .note1 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 2rem;
    }

    .note1 .note1_set {
        width: 36%;
        margin-bottom: 3rem;
    }

    .note1 .note1_set:nth-child(5),
    .note1 .note1_set:nth-child(7) {
        padding: 2rem 2rem 8rem 2rem;
    }

    .note1 .note1_arrow:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width:768px) {
        .notice_F_other05 .notice_title img {
        width: 27%;
    }
    .note1 .note1_set {
        width: 45%;
    }

    .note1 .note1_set:nth-child(5),
    .note1 .note1_set:nth-child(7) {
        padding: 2rem 2rem 4rem 2rem;
    }
}

@media screen and (max-width:650px) {
    .note1 .note1_set {
        width: 43%;
    }
}

@media screen and (max-width:576px) {
    .notice_F_other05 {
        padding: 6rem 2rem 2rem;
    }

    .notice_F_other05 .notice_title {
        margin-bottom: 5rem;
    }

    .note1 .note1_set:nth-child(5),
    .note1 .note1_set:nth-child(7) {
        padding: 2rem 2rem 8rem 2rem;
    }
}

@media screen and (max-width:450px) {
       .notice_F_other05 .notice_title img {
        width: 45%;
    }
    .note1 .note1_set {
        width: 100%;
        margin-bottom: 2rem;
    }

    .note1 .note1_arrow {
        margin: 0 0 2rem;
    }

    .note1 .note1_arrow img {
        transform: rotate(90deg);
    }

    .note1 .note1_arrow:nth-child(4) {
        display: block;
    }

    .note1 .note1_set:nth-child(5),
    .note1 .note1_set:nth-child(7) {
        padding: 2rem;
    }
}
@media screen and (max-width: 414px) {
    .notice_F_other05 .notice_title img {
        width: 50%;
    }
}
@media screen and (max-width: 360px) {
    .notice_F_other05 .notice_title img {
        width: 57%;
    }
}
@media screen and (max-width:350px) {
    .notice_F_other05 {
        padding: 6rem 1rem 2rem;
    }
}

@media screen and (max-width:px) {}


/***notice_F_other05 end****/
/***********************/
/***********************/
/***order start***/

.order {
    background: rgba(153, 49, 41, .5);
    padding: 6.5rem 0;
}

.order .order_title {
    text-align: center;
    margin-bottom: 6.4rem;
}

.order .order_title img{
    width: 11%;
}

.order .order_inner {
    width: 1062px;
    max-width: 100%;
    margin: 0 auto;
    background: #e2c7c4;
    padding: 4.2rem 0;
    border-radius: 10px;
}

.ui-widget {
    font-family: inherit !important;
    font-size: 1.1em;
}

/*apply*/
.apply {
    width: 1000px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}

.apply iframe {
    width: 100%;
    height: 700px;
}

.apply label {
    width: 48%;
    text-align: left;
    padding: 0 1em;
    font-weight: normal;
}

.apply td {
    padding-bottom: 1em;
}

table.tb1 input[type=text],
textarea,
table.tb1 input[type=date] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 90%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
    box-shadow: 1px 1px 1px rgb(158, 170, 175, .5);
}

.apply .s {
    display: inline-block;
    width: 25%;
}

.apply .s input[type=text] {
    width: 60px;
}

.apply input[type=submit],
.apply input[type=reset] {
    background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    transition: .2s ease all;
    width: 150px;
    margin: 0 1%;
    color: #000;
}

.apply input[type=button]:hover,
.apply input[type=reset]:hover,
.apply input[type=submit]:hover {
    background: rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
    color: #fff;
}

.apply input[type=reset] {
    background: rgb(173, 176, 176);
}

/*remark*/
.remark {
    text-align: center;
    color: #e64c2e;
    font-size: 20px;
    margin-top: 1em;
}

table.tb2 input[type=text],
table.tb2 input[type=date] {
    box-shadow: none;
    width: 80%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
}

.table-condensed>tbody>tr>td {
    padding: 10px;
}

.side {
    text-align: right;
}
@media screen and (max-width:1536px) {
    .order .order_title img {
    width: 14%;
}
}

@media screen and (max-width:1062px) {
    .order {
        padding: 6rem 2rem 2rem;
    }
    .order .order_title img {
    width: 20%;
}
}

@media screen and (max-width:800px) {
    .apply label {
        width: 100%;
    }

    .apply .s {
        width: 30%;
        margin: .2em 0;
    }

    .apply iframe {
        width: 100%;
        height: 800px;
    }
}
@media screen and (max-width: 768px) {
    .order .order_title img {
        width: 27%;
    }
}
@media screen and (max-width:660px) {
    .apply .s {
        width: 45%;
    }
}

@media screen and (max-width:576px) {
    .order .order_title {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width:480px) {
    table.tb1 tr {
        border-bottom: dashed 1px #dedede;
        display: block;
        padding: .5em 0;
    }

    table.tb1 td {
        padding-bottom: .5em;
        display: block;
        text-align: left !important;
        width: 100% !important;
    }

    .side {
        text-align: left;
    }

    .apply label {
        padding: 0 1em 0 0;
    }

    table.tb1 input[type=text],
    textarea,
    table.tb1 input[type=date] {
        width: 100%;
    }

    .apply table.tb2 tr {
        border-bottom: dashed 0px #dedede;
        padding: .5em 0;
    }

    .apply .s {
        width: 40%;
    }

    table.tb2 input[type=text],
    table.tb2 input[type=date] {
        width: 100%;
    }

    .table-condensed>tbody>tr>td {
        padding: 5px;
    }
}
@media screen and (max-width: 450px) {
    .order .order_title img {
        width: 45%;
    }
}
@media screen and (max-width: 414px) {
    .order .order_title img {
        width: 50%;
    }
}
@media screen and (max-width: 360px) {
    .order .order_title img {
        width: 57%;
    }
}
@media screen and (max-width:350px) {
    .order {
        padding: 6rem 1rem 2rem;
    }

    .apply .s {
        width: 48%;
    }

    .apply input[type=submit],
    .apply input[type=reset] {
        width: 100%;
        margin: .5em 0;
    }
}

/***order end****/
/***********************/
/***********************/
/***C008 start***/

.C008 {
    width: 1684px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding-bottom: 10.6rem;
    display: flex;
}

.C008 .C008_lt {
    width: 28%;
    padding-top: 10rem;
}

.C008_lt .C008_title {
    margin-bottom: 5rem;
}

.C008_lt .C008_title img {
    width: 44%;
}

.C008 .C008_lt h2 {
    font-size: 30px;
    color: #d9948f;
    font-weight: 700;
    margin-bottom: 2rem;
}

.C008 .C008_lt p {
    font-size: 18px;
    margin-bottom: 2.8rem;
	text-indent: 1em;
}

.C008 .C008_lt span {
    font-size: 16px;
    font-weight: 700;
	width: 7%;
    display: inline-block;
    vertical-align: top;
}
.C008 .C008_lt span:last-child{
	width: 90%;
}


.C008 .C008_rt {
    width: 78.7%;
    background: url(../../images/C008_bg.jpg) top left;
    padding: 15.5rem 6rem 4.5rem 37.7rem;
    margin-left: -8.9rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    display: flex;
    align-items: flex-start;
}

.C008 .C008_rt:before {
    content: '';
    background: url(../../images/C008_deco02.png) top right no-repeat;
    background-size: contain;
    width: 286px;
    max-width: 100%;
    min-height: 224px;
    position: absolute;
    top: 0;
    right: 0;
}

.C008 .C008_rt:after {
    content: '';
    background: url(../../images/C008_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 507px;
    max-width: 100%;
    min-height: 335px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.C008 .C008_rt img {
    position: relative;
    z-index: 1;
}

.C008 .C008_rt p {
    font-size: 30px;
    color: #c6ae89;
    font-family: 'Gelasio';
    font-weight: 700;
    margin-left: -15.4rem;
    padding-top: 6rem;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}


@media screen and (max-width:1684px) {
    .C008 {
        padding: 0 0 5rem 2rem;
    }

    .C008 .C008_lt {
        width: 30%;
    }
}

@media screen and (max-width:1536px) {
    .C008_lt .C008_title img {
    width: 41%;
}
    .C008 .C008_lt {
        width: 35%;
    }

    .C008 .C008_rt {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
        padding: 11rem 2rem 4.5rem 22rem;
    }
}

@media screen and (max-width:1366px) {

    .C008 .C008_lt {
        width: 41%;
        padding-top: 4rem;
    }

    .C008 .C008_rt {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
        padding: 11rem 2rem 4.5rem 22rem;
    }

    .C008 .C008_rt:before {
        max-width: 20%;
        min-height: 124px;
    }

    .C008 .C008_rt:after {
        max-width: 36%;
        min-height: 215px;
    }

    .C008 .C008_rt img {
        width: 55%;
    }

    .C008 .C008_rt p {
        margin-left: -6.4rem;
    }
}

@media screen and (max-width:1280px) {
    .C008_lt .C008_title {
        margin-bottom: 3rem;
    }

    .C008 .C008_lt {
        width: 44%;
    }

    .C008 .C008_rt {
        padding: 11rem 2rem 2.5rem 19rem;
    }

    .C008 .C008_rt p {
        padding-top: 3rem;
    }
}

@media screen and (max-width:1200px) {
    .C008 .C008_lt {
        width: 47%;
    }

    .C008 .C008_rt {
        padding: 11rem 2rem 2.5rem 12rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    }

    .C008 .C008_lt p {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:1100px) {
    .C008 {
        padding: 0 0 5rem 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .C008 .C008_lt {
        width: 48%;
        padding-top: 6rem;
        margin-bottom: 3rem;
    }

    .C008 .C008_lt p {
        text-align: justify;
    }

    .C008 .C008_lt p br {
        display: none;
    }

    .C008 .C008_rt {
        padding: 8rem 2rem 4rem 4rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 100%;
        margin-left: 0;
    }

    .C008 .C008_rt:after {
        left: -21rem;
    }

    .C008 .C008_rt p {
        padding-top: 7rem;

    }

}
@media screen and (max-width:1000px) {
    .C008_lt .C008_title img {
    width: 43%;
}
}
@media screen and (max-width:834px) {
    .C008 .C008_lt {
        width: 60%;
    }
}

@media screen and (max-width:650px) {

    .C008 .C008_lt {
        width: 100%;
        padding: 6rem 2rem 0;
    }

    .C008_lt .C008_title {
        text-align: center;
    }

    .C008 .C008_rt {
        padding: 5rem 2rem 2rem 2rem;
    }

    .C008 .C008_rt:before {
        min-height: 74px;
    }

    .C008 .C008_rt:after {
        left: -9rem;
        min-height: 105px;
    }

    .C008 .C008_rt p {
        padding-top: 4rem;
        font-size: 25px;
    }
}

@media screen and (max-width:450px) {
        .C008_lt .C008_title img {
        width: 49%;
    }
    .C008 .C008_rt {
        flex-wrap: wrap;
        justify-content: center;
    }

    .C008 .C008_rt img {
        width: 100%;
    }

    .C008 .C008_rt p {
        font-size: 30px;
        margin-left: 0;
    }
}
@media screen and (max-width: 414px) {
    .C008_lt .C008_title img {
        width: 56%;
    }
	.C008 .C008_lt span {
	width: 10%;
}
}
@media screen and (max-width:402px) {
    .C008 .C008_rt p {
        font-size: 25px;
        padding-top: 2rem;
    }
}
@media screen and (max-width: 360px) {
    .C008_lt .C008_title img {
        width: 64%;
    }
}
@media screen and (max-width:350px) {
    .C008 .C008_lt {
        padding: 6rem 1rem 0;
    }
}

@media screen and (max-width:340px) {
    .C008 .C008_rt p {
        font-size: 20px;
    }
}

@media screen and (max-width:px) {}

/***C008 end****/
/***********************/
/***********************/
/***A008 start***/

.A008 {
    position: relative;
}


.A008 .A008-1 {
    width: 1760px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 7.5rem 0;
}

.A008 .A008-1:before {
    content: '';
    background: rgba(240, 211, 200, .5);
    width: 1223px;
    max-width: 100%;
    min-height: 252px;
    position: absolute;
    top: 20.8rem;
    left: 0;
    z-index: -1;
}

.A008-1 .A008-11 {
    padding: 0 5.2rem 11rem 21.9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.A008-11 .A008-11_lt {
    width: 73.8%;
    display: flex;
    align-items: center;
}

.A008-11_lt .A008-11_country {
    background: url(../../images/A008-1_deco01.png) top left no-repeat;
    background-size: cover;
    width: 178px;
    max-width: 100%;
    min-height: 186px;
    padding: 6.5rem 2.5rem;
    text-align: center;
}

.A008-11_lt .A008-11_country h2 {
    font-size: 36px;
    color: #f8f1e6;
}

.A008-11_lt .A008-11_name {
    margin: 0 3rem 0 1.7rem;
}

.A008-11_lt .A008-11_name img {}

.A008-11_lt .A008-11_desc {}

.A008-11_lt .A008-11_desc h3 {
    font-size: 26px;
    color: #993129;
    font-weight: 700;
}


.A008-11 .A008-11_rt {
    width: 29.6%;
}

.A008-11 .A008-11_rt p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0px;
	text-indent: 1em;
}

.A008-1 .A008-12 {
    width: 1330px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding-left: 2.9rem;
    display: flex;
    justify-content: space-between;
}

.A008-12 img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(56, 52, 43, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(56, 52, 43, 0.35));
}

@media screen and (max-width:1700px) {
    .A008 .A008-1 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1536px) {
    .A008-1 .A008-11 {
        padding: 0 2rem 9rem 2rem;
    }
}

@media screen and (max-width:1366px) {
    .A008-1 .A008-11 {
        padding: 0 0 9rem 0;
    }

    .A008-11_lt .A008-11_country {
        min-height: 186px;
    }
}

@media screen and (max-width:1280px) {
    .A008-11_lt .A008-11_country {
        padding: 6rem 0.5rem;
    }

    .A008-11_lt .A008-11_desc h3 {
        font-size: 22px;
    }

    .A008-1 .A008-12 {
        padding-left: 0;
    }

    .A008-12 img {
        width: 32%;
    }
}

@media screen and (max-width:1200px) {
    .A008 .A008-1:before {
        min-height: 220px;
        top: 31.8rem;
    }

    .A008-1 .A008-11 {
        flex-wrap: wrap;
    }

    .A008-11 .A008-11_lt {
        margin-bottom: 3rem;
        width: 100%;
    }

    .A008-11 .A008-11_rt {
        width: 80%;
    }
}

@media screen and (max-width:1000px) {
    .A008-11 .A008-11_rt {
        width: 100%;
    }
}

@media screen and (max-width:834px) {
    .A008 .A008-1 {
        margin: 0 auto 5rem 0;
    }

    .A008 .A008-1:before {
        min-height: 360px;
        top: 47.8rem;
    }

    .A008-11 .A008-11_lt {
        flex-wrap: wrap;
    }

    .A008-11_lt .A008-11_country {
        padding: 7rem 0;
        min-height: 200px;
        width: 24%;
        margin-bottom: 3rem;
        background-size: contain;
    }

    .A008-11_lt .A008-11_desc {
        width: 100%;
    }

    .A008-1 .A008-12 {
        flex-wrap: wrap;
    }

    .A008-12 img:first-of-type {
        width: 100%;
        margin-bottom: 2rem;
    }

    .A008-12 img {
        width: 49%;
    }
}

@media screen and (max-width:768px) {
    .A008-11_lt .A008-11_country {
        padding: 6rem 0;
        min-height: 170px;
    }

    .A008 .A008-1:before {
        top: 44rem;
    }
}

@media screen and (max-width:650px) {
    .A008-11_lt .A008-11_country {
        padding: 5rem 0;
    }
}

@media screen and (max-width:576px) {
    .A008-11_lt .A008-11_country {
        padding: 4rem 0;
        min-height: 120px;
    }

    .A008-11_lt .A008-11_country h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:450px) {
    .A008 .A008-1:before {
        top: 41rem;
    }

    .A008-1 .A008-11 {
        padding: 0 0 5rem 0;
    }

    .A008-11 .A008-11_lt {
        margin-bottom: 2rem;
    }

    .A008-11_lt .A008-11_country {
        width: 30%;
        margin-bottom: 2rem;
    }

    .A008-11_lt .A008-11_name {
        width: 55%;
        margin: 0 0 0 1.7rem;
    }

    .A008-11_lt .A008-11_desc h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:414px) {
    .A008-11_lt .A008-11_desc h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:402px) {
    .A008-11_lt .A008-11_country {
        width: 32%;
        padding: 3.6rem 0;
    }
}

@media screen and (max-width:393px) {
    .A008-11_lt .A008-11_name {
        width: 53%;
    }
}

@media screen and (max-width:370px) {
    .A008 .A008-1:before {
        top: 43rem;
    }

    .A008-11_lt .A008-11_country {
        width: 32%;
        padding: 4rem 0;
        min-height: 115px;
    }

    .A008-11_lt .A008-11_country h2 {
        font-size: 25px;
    }

    .A008-11_lt .A008-11_desc h3 {
        letter-spacing: 0;
    }

}

@media screen and (max-width:360px) {
    .A008-11_lt .A008-11_desc h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:350px) {
    .A008 .A008-1 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .A008-11_lt .A008-11_country {
        min-height: 95px;
    }

    .A008-11_lt .A008-11_country h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:300px) {
    .A008-11_lt .A008-11_country {
        min-height: 90px;
        padding: 3rem 0;
    }

    .A008-11_lt .A008-11_desc h3 {
        font-size: 15px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}




/*A008-2*/

.A008 .A008-2 {
    width: 1760px;
    max-width: 100%;
    position: relative;
    margin: 0 0 7rem auto;
}

.A008 .A008-2:before {
    content: '';
    background: rgba(240, 211, 200, .5);
    width: 1223px;
    max-width: 100%;
    min-height: 252px;
    position: absolute;
    top: 20.8rem;
    right: 0;
    z-index: -1;
}



.A008-2 .A008-21 {
    padding-right: 20rem;
    margin-bottom: 11rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.A008-21 .A008-21_desc {
    margin-right: 5.7rem;
    text-align: right;
}

.A008-21 .A008-21_desc h3 {
    font-size: 26px;
    color: #993129;
    font-weight: 700;
}

.A008-21 .A008-21_name {
    margin: 0 0 0 1.7rem;
}

.A008-21 .A008-21_name img {}

.A008-21 .A008-21_country {
    margin-right: 1.7rem;
    background: url(../../images/A008-1_deco01.png) top left no-repeat;
    background-size: cover;
    width: 178px;
    max-width: 100%;
    min-height: 186px;
    padding: 6.5rem 2.5rem;
    text-align: center;
}

.A008-21 .A008-21_country h2 {
    font-size: 36px;
    color: #f8f1e6;
}


.A008-2 .A008-22 {
    padding-right: 27.6rem;
    display: flex;
    justify-content: flex-end;
}

.A008-22 .A008-22_txt {
    width: 34%;
    padding: 0 3.2rem 0 5rem;
}

.A008-22 .A008-22_txt p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0px;
	text-indent: 1em;
}

.A008-22 .A008-22_img {
    width: 65%;
}

.A008-22 .A008-22_img img {}

.A008-22 .A008-22_img img:first-of-type {
    margin-right: 5rem;
}

.A008-22 .A008-22_img img:last-of-type {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(56, 52, 43, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(56, 52, 43, 0.35));
}

@media screen and (max-width:1700px) {
    .A008-2 .A008-22 {
        padding-right: 10rem;
    }
}

@media screen and (max-width:1536px) {
    .A008-2 .A008-21 {
        padding-right: 2rem;
        margin-bottom: 9rem;
    }

    .A008-2 .A008-22 {
        padding-right: 2rem;
    }

    .A008-22 .A008-22_txt {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1366px) {
    .A008 .A008-2 {
        padding: 0 2rem;
    }

    .A008-21 .A008-21_country {
        margin-right: 0;
    }

    .A008-2 .A008-22 {
        padding-right: 0;
    }

    .A008-22 .A008-22_img {
        width: 86%;
    }

    .A008-22 .A008-22_img img:first-of-type {
        margin-right: 2rem;
    }
}

@media screen and (max-width:1280px) {
    .A008-21 .A008-21_desc h3 {
        font-size: 22px;
    }

    .A008-22 .A008-22_img {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .A008 .A008-2:before {
        min-height: 220px;
        top: 29.8rem;
    }

    .A008-2 .A008-21 {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .A008-2 .A008-22 {
        flex-wrap: wrap;
    }

    .A008-22 .A008-22_txt {
        padding: 0;
        width: 90%;
    }

    .A008-22 .A008-22_img {
        text-align: center;
    }
}

@media screen and (max-width:1000px) {
    .A008-22 .A008-22_txt {
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:834px) {
    .A008 .A008-2 {
        margin: 0 0 5rem auto;
    }

    .A008 .A008-2:before {
        top: 41rem;
    }

    .A008-2 .A008-21 {
        flex-wrap: wrap;
    }

    .A008-21 .A008-21_desc {
        margin-right: 0;
        width: 100%;
    }

    .A008-21 .A008-21_name {
        order: -1;
        width: 30%;
    }

    .A008-21 .A008-21_country {
        margin-right: 0;
        order: -1;
        padding: 7rem 0;
        min-height: 200px;
        width: 24%;
        margin-bottom: 3rem;
        background-size: contain;
    }

    .A008-22 .A008-22_img img:first-of-type {
        margin: 0 0 2rem 0;
    }
}

@media screen and (max-width:768px) {
    .A008 .A008-2:before {
        top: 62rem;
    }

    .A008-21 .A008-21_country {
        padding: 6rem 0;
        min-height: 170px;
    }
}

@media screen and (max-width:650px) {
    .A008-21 .A008-21_country {
        padding: 5rem 0;
    }
}

@media screen and (max-width:576px) {
    .A008 .A008-2:before {
        top: 57rem;
        min-height: 300px;
    }

    .A008-21 .A008-21_country {
        padding: 4rem 0;
        min-height: 120px;
    }

    .A008-21 .A008-21_country h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:450px) {
    .A008-2 .A008-21 {
        margin-bottom: 2rem;
    }

    .A008-21 .A008-21_country {
        width: 30%;
        margin-bottom: 2rem;
    }

    .A008-21 .A008-21_name {
        width: 55%;
    }

    .A008-21 .A008-21_desc h3 {
        font-size: 20px;
    }
        .A008-22 .A008-22_img img:first-of-type {
        width: 60%;
    }
}

@media screen and (max-width:414px) {
        .A008 .A008-2:before {
        top: 55rem;
        min-height: 220px;
    }
    .A008-21 .A008-21_desc h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:402px) {
    .A008-21 .A008-21_country {
        width: 32%;
        padding: 3.6rem 0;
    }
}

@media screen and (max-width:393px) {
    .A008-21 .A008-21_name {
        width: 53%;
    }
}

@media screen and (max-width:370px) {
    .A008-21 .A008-21_country {
        width: 32%;
        padding: 4rem 0;
        min-height: 115px;
    }

    .A008-21 .A008-21_country h2 {
        font-size: 25px;
    }

    .A008-21 .A008-21_desc h3 {
        letter-spacing: 0;
    }
}

@media screen and (max-width:360px) {
    .A008-21 .A008-21_desc h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:350px) {
    .A008 .A008-2:before {
        top: 53rem;
        min-height: 190px;
    }

    .A008 .A008-2 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .A008-21 .A008-21_country {
        min-height: 95px;
    }

    .A008-21 .A008-21_country h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:300px) {
    .A008-21 .A008-21_country {
        min-height: 90px;
        padding: 3rem 0;
    }

    .A008-21 .A008-21_desc h3 {
        font-size: 15px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}

/***A008 end****/
/***********************/
/***********************/
/***F_text01 start***/

.F_text01 {
    position: relative;
}

.F_text01:before {
    content: '';
    background: url(../../images/F_text01_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 213px;
    max-width: 100%;
    min-height: 193px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.F_text01 .F_text01_inner {
    width: 1625px;
    max-width: 100%;
    margin: 0 auto 0 0;
    display: flex;
}

.F_text01_inner .F_text01_lt {
    background: url(../../images/F_text01_bg.jpg) top left;
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
    width: 73.4%;
    padding: 4.8rem 0 7.3rem 0;
    display: flex;
    align-items: center;
}

.F_text01_inner .F_text01_lt img {
    margin-right: 4.6rem;
}

.F_text01_lt .F_text01_lt_txt {
    padding-top: 6.3rem;
}

.F_text01_lt .F_text01_lt_txt p {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.F_text01_inner .F_text01_rt {
    width: 40%;
    padding-top: 8.5rem;
    margin-left: -7.7rem;
}

.F_text01_inner .F_text01_rt p {
    font-size: 22px;
    line-height: 1.5;
}

.F_text01_inner .F_text01_rt p font {
    font-weight: 700;
}

@media screen and (max-width:1400px) {
    .F_text01:before {
        max-width: 10%;
        min-height: 113px;
    }

    .F_text01_inner .F_text01_lt img {
        width: 33%;
    }
}

@media screen and (max-width:1366px) {
    .F_text01_inner .F_text01_lt {
        width: 60%;
        clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    }

    .F_text01_inner .F_text01_lt img {
        margin-right: 2rem;
    }

    .F_text01_lt .F_text01_lt_txt {
        padding-top: 3.3rem;
    }

    .F_text01_inner .F_text01_rt {
        width: 40%;
        padding-top: 5.5rem;
        margin-left: 0rem;
    }
}

@media screen and (max-width:1100px) {
    .F_text01_inner .F_text01_lt img {
        width: 20%;
    }

    .F_text01_lt .F_text01_lt_txt {
        padding-top: 2rem;
    }
}

@media screen and (max-width:1000px) {
    .F_text01 .F_text01_inner {
        flex-wrap: wrap;
    }

    .F_text01_inner .F_text01_rt {
        width: 42%;
        order: -1;
        margin: 0 auto 3rem;
        padding-top: 0;
    }

    .F_text01_inner .F_text01_lt {
        width: 84%;
        clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
    }
}

@media screen and (max-width:834px) {
    .F_text01_inner .F_text01_rt {
        width: 55%;
    }
}

@media screen and (max-width:768px) {
    .F_text01_inner .F_text01_lt {
        width: 90%;
        clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    }
	.F_text01_inner .F_text01_rt p{
		text-align: justify;
	}
	.F_text01_inner .F_text01_rt p br {
        display: none;
    }
}

@media screen and (max-width:650px) {
    .F_text01:before {
        z-index: 1;
    }

    .F_text01_inner .F_text01_lt {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .F_text01_inner .F_text01_rt {
        width: 75%;
    }

}

@media screen and (max-width:450px) {
    .F_text01:before {
        min-height: 43px;
    }

    .F_text01_inner .F_text01_lt {
        padding: 3rem 0 4rem;
    }

    .F_text01_lt .F_text01_lt_txt p {
        font-size: 20px;
    }

    .F_text01_inner .F_text01_rt {
        width: 100%;
        padding: 0 2rem;
    }

    .F_text01_inner .F_text01_rt p {
        font-size: 20px;
		text-align: justify;
    }	

}

@media screen and (max-width:430px) {
    .F_text01_inner .F_text01_lt img {
        width: 15%;
        margin-right: 1rem;
    }
}

@media screen and (max-width:402px) {
    .F_text01_inner .F_text01_rt p {
        text-align: justify;
    }
    

    .F_text01_lt .F_text01_lt_txt p br {
        display: none;
    }
}

@media screen and (max-width:393px) {
    .F_text01_inner .F_text01_lt {
        padding: 2rem 0;
    }

    .F_text01_lt .F_text01_lt_txt {
        padding: 0 1rem 0 0;
    }
}

@media screen and (max-width:360px) {
    .F_text01_lt .F_text01_lt_txt p {
        font-size: 17px;
    }
}

@media screen and (max-width:350px) {
    .F_text01_inner .F_text01_rt {
        padding: 0 1rem;
    }
}

@media screen and (max-width:310px) {
    .F_text01_lt .F_text01_lt_txt p {
        font-size: 16px;
    }
}

@media screen and (max-width:px) {}

/***F_text01 end****/
/***********************/
/***********************/
/***map001 start***/

.map001 {
    background: #f8f1e6;
    padding: 9.5rem 0 8.8rem;
}

.map001 .map001_inner {
    width: 792px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map001_inner .map001_title {
    width: 26%;
}

.map001_inner .map001_cont {
    width: 49.2%;
}

.map001_inner .map001_cont h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2.7rem;
}

.map001_inner .map001_cont ul {}

.map001_inner .map001_cont ul li {
    display: flex;
    align-items: center;
}

.map001_inner .map001_cont ul li img {
    margin-right: 1.5rem;
}

.map001_inner .map001_cont ul li p {
    line-height: 1;
}

.map001_inner .map001_cont ul li:first-of-type {
    margin-bottom: 1.7rem;
}

.map001_inner .map001_cont ul li:first-of-type img {}

.map001_inner .map001_cont ul li:first-of-type p {
    font-size: 40px;
    color: #993129;
    font-family: 'Gelasio';
    font-weight: 600;
}

.map001_inner .map001_cont ul li:nth-of-type(2) {
    margin-bottom: 4rem;
}

.map001_inner .map001_cont ul li:nth-of-type(2) img {}

.map001_inner .map001_cont ul li:nth-of-type(2) p {
    font-size: 40px;
    font-family: 'Gelasio';
    font-weight: 600;
}

.map001_inner .map001_cont ul li:last-of-type {}

.map001_inner .map001_cont ul li:last-of-type img {}

.map001_inner .map001_cont ul li:last-of-type p {
    font-size: 16px;
    font-family: 'Gelasio';
}

@media screen and (max-width:768px) {
    .map001 {
        padding: 6rem 2rem 4rem;
    }
    .map001_inner .map001_title {
    width: 28%;
}
}

@media screen and (max-width:650px) {
    .map001_inner .map001_cont {
        width: 60%;
    }
}

@media screen and (max-width:576px) {
    .map001 .map001_inner {
        flex-wrap: wrap;
    }

        .map001_inner .map001_title {
        width: 41%;
        text-align: center;
        margin: 0 auto 3rem;
    }

    .map001_inner .map001_cont {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width:450px) {
        .map001_inner .map001_title {
        width: 49%;
    }
    .map001_inner .map001_cont {
        width: 90%;
    }
}

@media screen and (max-width:414px) {
       .map001_inner .map001_title {
        width: 54%;
    }
    .map001_inner .map001_cont {
        width: 100%;
    }
}

@media screen and (max-width:370px) {
    .map001_inner .map001_cont h2 {
        margin-bottom: 2rem;
    }

    .map001_inner .map001_cont ul li:first-of-type p {
        font-size: 35px;
    }

    .map001_inner .map001_cont ul li:nth-of-type(2) p {
        font-size: 35px;
    }

    .map001_inner .map001_cont ul li:nth-of-type(2) {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 360px) {
    .map001_inner .map001_title {
        width: 64%;
    }
}
@media screen and (max-width:340px) {
    .map001_inner .map001_cont ul li:first-of-type p {
        font-size: 30px;
    }

    .map001_inner .map001_cont ul li:nth-of-type(2) p {
        font-size: 30px;
    }
}

@media screen and (max-width:300px) {
    .map001_inner .map001_cont ul li:first-of-type p {
        font-size: 28px;
    }

    .map001_inner .map001_cont ul li:nth-of-type(2) p {
        font-size: 28px;
    }
}

@media screen and (max-width:px) {}

/***map001 end****/
/***********************/
/***********************/
/***footer002 start***/

.footer002 {
    background: #631813;
    padding: 9rem 0 4.5rem;
}

.footer002 .footer002_inner {
    width: 525px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer002_inner .footer002_logo {
    width: 55.5%;
    margin: 0 auto 6rem;
}

/*ftbtn*/
.ftbtn {
    width: 610px;
    max-width: 100%;
    margin: 0 auto 6rem;
}

.ftbtn li {
    display: inline-block;
    vertical-align: baseline;
    width: 12%;
}

.ftbtn a {
    transition: .2s linear;
}

.ftbtn a:hover {
    opacity: .8;
    transform: translateY(-5px);
}

.ftbtn li a img {
    width: 50%;
}

/*copyright*/
.copyright {
    width: 650px;
    max-width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
    color: #d9948f;
}

.copyright a,
.copyright a h1 {
    display: inline-block;
    color: #d9948f;
    font-size: 16px;
}

.copyright a:hover,
.copyright a:hover h1 {
    color: #fff;
}

/*share*/
.share {
    color: #d9948f;
    font-size: 16px;
    width: 100%;
	margin: 0 auto;
    text-align: center;
}

.share a {
    font-size: 14px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.share a:hover {
    opacity: .7;
}

@media screen and (max-width:576px) {
    .footer002 {
        padding: 7rem 2rem 4rem;
    }
}

@media screen and (max-width:450px) {
    .ftbtn li {
        width: 20%;
    }
}

@media screen and (max-width:414px) {
    .footer002_inner .footer002_logo {
        width: 60%;
    }
}

@media screen and (max-width:393px) {
    .footer002_inner .footer002_logo {
        width: 65%;
        margin: 0 auto 5rem;
    }

    .ftbtn {
        margin: 0 auto 4rem;
    }

    .ftbtn li {
        width: 23%;
    }
}

@media screen and (max-width:360px) {
    .footer002 {
        padding: 5rem 2rem 3rem;
    }
}

@media screen and (max-width:350px) {
    .footer002 {
        padding: 5rem 1rem 3rem;
    }
}

@media screen and (max-width:px) {}


/***footer002 end****/
/***********************/
/*.btns*/
.btns {
    position: fixed;
    bottom: 5%;
    right: 1%;
    cursor: pointer;
    display: none;
    z-index: 9;
}

.btns div {
    transition: .3s ease-in-out;
    margin: 5px 0;
}

.btns div img {
    max-width: 100%;
}

.btns div:hover {
    transform: scale(.9);
}

@media screen and (max-width:768px) {
    .btns {
        width: 7%;
    }
}

@media screen and (max-width:600px) {
    .btns {
        width: 50px;
    }
}

@media screen and (max-width:430px) {
    .btns {
        width: 45px;
        bottom: 5%;
        right: 2%;
    }
}

.height {
    transform: translateY(-130px);
}