@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
.bgBlack { background: #000000;}

/* 測試CSS */ 
.test{
	background-color:gray;
}
.divPostionR{
	position: relative;
}
.backgroundColor{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgb(24, 24, 24);
}
/* 文字基本CSS */ 
.table-text-M{
	text-align: center;
}
.table-text-L{
	text-align: left;
}
.table-text-R{
	text-align: right;
}
.textColorW{
	color:rgb(255, 255, 255);
}
.textColorB{
	color:rgb(0, 0, 0);
}
.textColor01{
	color:#ffd374;
}
.textColor02{
	color:#c4c4c4;
}
.textColor04{
	color:#614939;
}
.textColor05{
	color:#d1ae62;
}

.textColorE01{
	text-shadow: 0 0 0.5em rgb(0, 0, 0), 0 0 0.5em rgb(0, 0, 0),
	0 0 0.5em rgb(0, 0, 0), 0 0 0.5em rgb(0, 0, 0), 0 0 0.5em rgb(0, 0, 0);
}
.textColorE02{
	text-shadow: 2px 2px 0.5em rgb(0, 0, 0);
}


/* 文字基本CSS */ 

.font-family-1{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-family-2{
	font-family: 'cwTeXYen', sans-serif;
}
.content-row .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}
.content-row{
	overflow: hidden;
}
.content-row .overflow-hidden{
	overflow: hidden;
}
.text-size-100{
	font-size: 100px !important;
}
.text-size-90{
	font-size: 90px;
}
.text-size-84{
	font-size: 84px;
}
.text-size-80{
	font-size: 80px;
}
.text-size-76{
	font-size: 76px;
}
.text-size-70{
	font-size: 70px;
}
.text-size-66{
	font-size: 66px;
}
.text-size-62{
	font-size: 62px;
}
.text-size-60{
	font-size: 60px;
}
.text-size-56{
	font-size: 56px;
}
.text-size-54{
	font-size: 54px;
}
.text-size-50{
	font-size: 50px;
}
.text-size-48{
	font-size: 48px;
}
.text-size-46{
	font-size: 46px;
}
.text-size-42{
	font-size: 42px;
}
.text-size-40{
	font-size: 40px;
}
.text-size-38{
	font-size: 38px;
}
.text-size-36{
	font-size: 36px;
}
.text-size-34{
	font-size: 34px;
}
.text-size-32{
	font-size: 32px;
}
.text-size-30{
	font-size: 30px;
}
.text-size-28{
	font-size: 28px;
}
.text-size-26{
	font-size: 26px;
}
.text-size-24{
	font-size: 24px;
}
.text-size-22{
	font-size: 22px;
}
.text-size-20{
	font-size: 20px;
}
.text-size-18{
	font-size: 18px;
}
.text-size-16{
	font-size: 16px;
}
.text-size-14{
	font-size: 14px;
}
.text-size-12{
	font-size: 12px;
}
.text-size-11{
	font-size: 11px;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.line-height-1{
	line-height: 32px;
}
.line-height-2{
	line-height: 36px;
}
.line-height-3{
	line-height: 42px;
}
.line-height-4{
	line-height: 48px;
}
.line-height-5{
	line-height: 60px;
}
.line-height-6{
	line-height: 28px;
}
.line-height-70{
	line-height: 70px;
}
.line-height-80{
	line-height: 80px;
}
.letter-spacing-5{
	letter-spacing: 0.2rem;
}
.letter-spacing-2{
	letter-spacing: 2px;
}
.width-fit{
	width: fit-content;
}
.w-95{
	width: 95%;
}
.obj-position-top{
	object-position: top;
}
.obj-position-center{
	object-position: center;
}
.obj-position-bottom{
	object-position: bottom;
}
.obj-fit-contain{
	object-fit: contain;
}
.obj-fit-cover{
	object-fit: cover;
}
.storke{
	position: relative;
	z-index: 1;
}
.storke-1::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 6px #fff;
	white-space:nowrap;
}
.storke-2::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 15px #fff;
	white-space:nowrap;
}
.rounded-pill-1{
	border-radius: 50rem !important;
}
.rounded-pill-2{
	border-radius: 3rem !important;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.bg-position-center{
	background-position: center;
}
.bg-position-bottom{
	background-position: bottom;
}
.bg-position-contain{
	background-size: contain;
}
.hr-1{
	border-bottom: 2px solid #fff;
}
@media screen and (min-width: 769px) {
	.content-row{
		width: 960px;
	}
	.desktop_hide{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	/*新增*/
	.noMargin{
		margin: 0 0 !important;
	}
	.reMargin01{
		margin: 20px 0 20px 0!important;
	}
	.letter-spacing-2{
		letter-spacing: 0px;
	}
	.line-height-4{
		line-height: 32px;
	}
	.line-height-5{
		line-height: 36px;
	}
	.line-height-70{
		line-height: 56px;
	}
	.line-height-80{
		line-height: 4rem;
	}
	.line-height-Stext{
		line-height: 46px;
	}
	.div4PicMargin{
		margin: 18% 0 !important;
		line-height: 38px !important;
	}
	/*新增*/
	.content-row{
		width: 768px;
	}
	.table-obj-fit-cover{
		object-fit: cover !important;
	}

	.table-justify-content-start {
	    justify-content: start !important;
	}

	.table-pt-0 {
	    padding-top: 0 !important;
	}

	.table-pt-1 {
	    padding-top: .25rem !important;
	}

	.table-pt-2 {
	    padding-top: .5rem !important;
	}

	.table-pt-3 {
	    padding-top: 1rem !important;
	}

	.table-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.table-pt-5 {
	    padding-top: 3rem !important;
	}

	.table-pb-0 {
	    padding-bottom: 0 !important;
	}

	.table-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.table-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.table-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.table-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.table-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.table-pl-1 {
	    padding-left: .25rem !important;
	}

	.table-pl-2 {
	    padding-left: .5rem !important;
	}

	.table-pl-3 {
	    padding-left: 1rem !important;
	}

	.table-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.table-pl-5 {
	    padding-left: 3rem !important;
	}

	.table-pr-1 {
	    padding-right: .25rem !important;
	}

	.table-pr-2 {
	    padding-right: .5rem !important;
	}

	.table-pr-3 {
	    padding-right: 1rem !important;
	}

	.table-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.table-pr-5 {
	    padding-right: 3rem !important;
	}

	.table-mt-0 {
	    margin-top: 0 !important;
	}

	.table-mt-1 {
	    margin-top: .25rem !important;
	}

	.table-mt-2 {
	    margin-top: .5rem !important;
	}

	.table-mt-3 {
	    margin-top: 1rem !important;
	}

	.table-mt-4 {
	    margin-top: 1.5rem !important;
	}

	.table-mt-5 {
	    margin-top: 3rem !important;
	}
	.table-mb-0{
		margin-bottom: 0 !important;
	}
	.table-mb-1{
		margin-bottom: .25rem !important;
	}
	.table-mb-2{
		margin-bottom: .5rem !important;
	}
	.table-mb-3{
		margin-bottom: 1rem !important;
	}
	.table-mb-4{
		margin-bottom: 1rem !important;
	}
	.table-mb-5{
		margin-bottom: 3rem !important;
	}
	.table-max-height-1{
		height: 200px !important;
	}
	.table-text-size-14 {
	    font-size: 14px !important;
	}

	.table-text-size-16 {
	    font-size: 16px !important;
	}

	.table-text-size-18 {
	    font-size: 18px !important;
	}

	.table-text-size-20 {
	    font-size: 20px !important;
	}

	.table-text-size-22 {
	    font-size: 22px !important;
	}

	.table-text-size-24 {
	    font-size: 24px !important;
	}

	.table-text-size-26 {
	    font-size: 26px !important;
	}

	.table-text-size-28 {
	    font-size: 28px !important;
	}

	.table-text-size-30 {
	    font-size: 30px !important;
	}

	.table-text-size-32 {
	    font-size: 32px !important;
	}

	.table-text-size-34 {
	    font-size: 34px !important;
	}

	.table-text-size-36 {
	    font-size: 36px !important;
	}

	.table-text-size-38 {
	    font-size: 38px !important;
	}

	.table-text-size-40 {
	    font-size: 40px !important;
	}
	.table-text-size-42{
		font-size: 42px;
	}
	.table-text-size-46 {
	    font-size: 46px !important;
	}
	.table-text-size-48 {
	    font-size: 48px !important;
	}
	.table-text-size-50 {
	    font-size: 50px !important;
	}
	.table-text-size-52 {
	    font-size: 52px !important;
	}
	.table-text-size-56 {
	    font-size: 56px !important;
	}
	.table-text-size-60 {
	    font-size: 60px !important;
	}
	.table-text-size-66 {
	    font-size: 66px !important;
	}
	.table-w-100{
		width: 100% !important;
	}
	.table-line-height-1{
		line-height: 45px !important;
	}
}
@media screen and (min-width: 576px) {
	.content-row{
		min-width: 749px;
	}
	.mobile-768-hide{
		display: none;
	}
	.text-size-34 {
    font-size: 20px;
}
}
@media screen and (max-width: 576px) {
	.content-row{
		width: unset !important;
		max-width: 430px !important;
	}
	.mobile-mt-0{
	  margin-top: 0 !important;
	}
	.mobile-mt-1{
	  margin-top: .25rem !important;
	}
	.mobile-mt-2{
	  margin-top: 0rem !important;
	}
	.mobile-mt-3{
	  margin-top: 1rem !important;
	}
	.mobile-mt-4{
	  margin-top: 1.5rem !important;
	}
	.mobile-mt-5{
	  margin-top: 3rem !important;
	}
	.mobile-mb-0{
	  margin-bottom: 0 !important;
	}
	.mobile-mb-1{
	  margin-bottom: .25rem !important;
	}
	.mobile-mb-2{
	  margin-bottom: .5rem !important;
	}
	.mobile-mb-3{
	  margin-bottom: 1rem !important;
	}
	.mobile-mb-4{
	  margin-bottom: 1.5rem !important;
	}
	.mobile-mb-5{
	  margin-bottom: 3rem !important;
	}
	.mobile-ml-0{
	  margin-left: 0 !important;
	}
	.mobile-ml-1{
	  margin-left: .25rem !important;
	}
	.mobile-ml-2{
	  margin-left: .5rem !important;
	}
	.mobile-ml-3{
	  margin-left: 1rem !important;
	}
	.mobile-ml-4{
	  margin-left: 1.5rem !important;
	}
	.mobile-ml-5{
	  margin-left: 3rem !important;
	}
	.mobile-mr-1{
	  margin-right: .25rem !important;
	}
	.mobile-mr-2{
	  margin-right: .5rem !important;
	}
	.mobile-mr-3{
	  margin-right: 1rem !important;
	}
	.mobile-mr-4{
	  margin-right: 1.5rem !important;
	}
	.mobile-mr-5{
	  margin-right: 3rem !important;
	}
	.mobile-mx-atuo{
	  margin: auto;
	}
	.mobile-576-show{
		display: block !important;
	}
	.mobile-576-hide{
		display: none;
	}
 
	.span_newline{
		padding-bottom: 30px;
		display: inline-block;
	}
	.span_newline_2{
		display: inline-block;
	}
	.mobile-p-0 {
	    padding: 0 !important;
	}

	.mobile-p-1 {
	    padding: .25rem !important;
	}

	.mobile-p-2 {
	    padding: .5rem !important;
	}

	.mobile-p-3 {
	    padding: 1rem !important;
	}

	.mobile-p-4 {
	    padding: 1.5rem !important;
	}

	.mobile-p-5 {
	    padding: 3rem !important;
	}

	.mobile-pt-0 {
	    padding-top: 0 !important;
	}

	.mobile-pt-1 {
	    padding-top: .25rem !important;
	}

	.mobile-pt-2 {
	    padding-top: .5rem !important;
	}

	.mobile-pt-3 {
	    padding-top: 1rem !important;
	}

	.mobile-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.mobile-pt-5 {
	    padding-top: 3rem !important;
	}

	.mobile-pb-0 {
	    padding-bottom: 0 !important;
	}

	.mobile-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.mobile-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.mobile-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.mobile-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.mobile-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.mobile-pl-0 {
	    padding-left: 0 !important;
	}

	.mobile-pl-1 {
	    padding-left: .25rem !important;
	}

	.mobile-pl-2 {
	    padding-left: .5rem !important;
	}

	.mobile-pl-3 {
	    padding-left: 1rem !important;
	}

	.mobile-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.mobile-pl-5 {
	    padding-left: 3rem !important;
	}

	.mobile-pr-1 {
	    padding-right: .25rem !important;
	}

	.mobile-pr-2 {
	    padding-right: .5rem !important;
	}

	.mobile-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.mobile-pr-5 {
	    padding-right: 3rem !important;
	}

	.mobile-pr-3 {
	    padding-right: 1rem !important;
	}

	.mobile-w-25 {
	    width: 25% !important;
	}

	.mobile-w-50 {
	    width: 50% !important;
	}

	.mobile-w-100 {
	    width: 100% !important;
	}

	.mobile-text-center {
	    text-align: center;
	}

	.mobile-show {
	    display: block !important;
	}

	.mobile-hide {
	    display: none !important;
	}

	.mobile-text-size-12 {
	    font-size: 12px !important;
	}

	.mobile-text-size-14 {
	    font-size: 14px !important;
	}

	.mobile-text-size-16 {
	    font-size: 16px !important;
	}

	.mobile-text-size-18 {
	    font-size: 18px !important;
	}

	.mobile-text-size-20 {
	    font-size: 20px !important;
	}

	.mobile-text-size-22 {
	    font-size: 20px !important;
	}

	.mobile-text-size-24 {

		font-size: 23px !important;
	}

	.mobile-text-size-26 {
	    font-size: 26px !important;
	}

	.mobile-text-size-28 {
	    font-size: 28px !important;
	}

	.mobile-text-size-30 {
	    font-size: 30px !important;
	}

	.mobile-text-size-32 {
	    font-size: 32px !important;
	}

	.mobile-text-size-34 {
	    font-size: 34px !important;
	}

	.mobile-text-size-36 {
	    font-size: 36px !important;
	}

	.mobile-text-size-38 {
	    font-size: 38px !important;
	}

	.mobile-text-size-40 {
	    font-size: 40px !important;
	}

	.mobile-text-size-54 {
	    font-size: 54px !important;
	}

	.mobile-text-size-60 {
	    font-size: 60px !important;
	}

	.mobile-line-height-0{
		line-height: 0;
	}

	.mobile-line-height-1{
		line-height: 45px;
	}

	.mobile-line-height-2{
		line-height: 20px;
	}

	 

	.mobile-line-height-3{
		 line-height: 26px;line-height: 30px !important;
	}

	.mobitl-obj-fit-contain{
		object-fit: contain !important;
	}
	.mobile-width-fit-content{
		width: fit-content !important;
	}
	.mobile-d-block{
		display: block !important;
	}
	.mobile-position-static{
		position: static !important;
	}
	.mobile-text-nowrap{
		white-space: nowrap !important;
	}
	.mobile-text-pre-line{
		white-space: pre-line !important;
	}
	.mobile-text-normal{
		white-space: normal !important;
	}
	.mobile-letter-spacing-0{
		letter-spacing: 0;
	}
	.text-size-34 {
    font-size: 20px;
}
}

@media screen and (max-width: 430px) {
	.sm-mobile-text-size-08 {
		font-size: 8px !important;
	}
	.sm-mobile-text-size-10 {
		font-size: 10px !important;
	}
	.sm-mobile-text-size-11 {

		font-size: 10px !important;
	}
	.sm-mobile-text-size-12 {
		font-size: 12px !important;
	}

	.sm-mobile-text-size-14 {

		font-size: 12px !important;
	}

	.sm-mobile-text-size-16 {
	    font-size: 16px !important;
	}

	.sm-mobile-text-size-18 {

		font-size: 16px !important;
	}

	.sm-mobile-text-size-20 {
	    font-size: 20px !important;
	}

	.sm-mobile-text-size-22 {
	    font-size: 20px !important;
	}

	.sm-mobile-text-size-24 {
	    font-size: 24px !important;
	}

	.sm-mobile-text-size-26 {
	    font-size: 26px !important;
	}

	.sm-mobile-text-size-28 {
	    font-size: 28px !important;
	}

	.sm-mobile-text-size-30 {
	    font-size: 30px !important;
	}

	.sm-mobile-text-size-32 {
	    font-size: 32px !important;
	}

	.sm-mobile-text-size-34 {
	    font-size: 34px !important;
	}

	.sm-mobile-text-size-36 {
	    font-size: 36px !important;
	}

	.sm-mobile-text-size-38 {
	    font-size: 38px !important;
	}

	.sm-mobile-text-size-40 {
	    font-size: 40px !important;
	}
	.sm-mobile-text-size-48 {
	    font-size: 48px !important;
	}

	.sm-mobile-text-size-54 {
	    font-size: 54px !important;
	}

	.sm-mobile-text-size-60 {
	    font-size: 60px !important;
	}

	.sm-mobile-pt-0 {
	    padding-top: 0 !important;
	}

	.sm-mobile-pt-1 {
	    padding-top: .25rem !important;
	}

	.sm-mobile-pt-2 {
	    padding-top: .5rem !important;
	}

	.sm-mobile-pt-3 {
	    padding-top: 1rem !important;
	}

	.sm-mobile-pt-4 {
	    padding-top: 1.5rem !important;
	}

	.sm-mobile-pt-5 {
	    padding-top: 3rem !important;
	}

	.sm-mobile-pb-0 {
	    padding-bottom: 0 !important;
	}

	.sm-mobile-pb-1 {
	    padding-bottom: .25rem !important;
	}

	.sm-mobile-pb-2 {
	    padding-bottom: .5rem !important;
	}

	.sm-mobile-pb-3 {
	    padding-bottom: 1rem !important;
	}

	.sm-mobile-pb-4 {
	    padding-bottom: 1.5rem !important;
	}

	.sm-mobile-pb-5 {
	    padding-bottom: 3rem !important;
	}

	.sm-mobile-pl-1 {
	    padding-left: .25rem !important;
	}

	.sm-mobile-pl-2 {
	    padding-left: .5rem !important;
	}

	.sm-mobile-pl-3 {
	    padding-left: 1rem !important;
	}

	.sm-mobile-pl-4 {
	    padding-left: 1.5rem !important;
	}

	.sm-mobile-pl-5 {
	    padding-left: 3rem !important;
	}

	.sm-mobile-pr-1 {
	    padding-right: .25rem !important;
	}

	.sm-mobile-pr-2 {
	    padding-right: .5rem !important;
	}

	.sm-mobile-pr-3 {
	    padding-right: 1rem !important;
	}

	.sm-mobile-pr-4 {
	    padding-right: 1.5rem !important;
	}

	.sm-mobile-pr-5 {
	    padding-right: 3rem !important;
	}

	.sm-mobile-mt-0 {
	    margin-top: 0 !important;
	}

	.sm-mobile-mt-1 {
	    margin-top: .25rem !important;
	}

	.sm-mobile-mt-2 {
	    margin-top: .5rem !important;
	}

	.sm-mobile-mt-3 {
	    margin-top: 1rem !important;
	}

	.sm-mobile-mt-4 {
	    margin-top: 1.5rem !important;
	}

	.sm-mobile-mt-5 {
	    margin-top: 3rem !important;
	}
	.sm-mobile-mb-0{
		margin-bottom: 0 !important;
	}
	.sm-mobile-mb-1{
		margin-bottom: .25rem !important;
	}
	.sm-mobile-mb-2{
		margin-bottom: .5rem !important;
	}
	.sm-mobile-mb-3{
		margin-bottom: 1rem !important;
	}
	.sm-mobile-mb-4{
		margin-bottom: 1.5rem !important;
	}
	.sm-mobile-mb-5{
		margin-bottom: 3rem !important;
	}
	.sm-text-normal{
		white-space: normal !important;
	}
	.sm-text-nowrap{
		white-space: nowrap !important;
	}
}
@media screen and (max-width: 575px) {
	.noMargin{
		margin: 0 0 !important;
	}
	.reMargin01{
		margin: 20px 0 20px 0!important;
	}
	.letter-spacing-2{
		letter-spacing: 0px;
	}
	.line-height-4{
		line-height: 18px;
	}
	.line-height-5{
		line-height: 20px;
	}
	.line-height-70{
		line-height: 30px;
	}
	.line-height-80{
		line-height: 2rem;
	}
	.line-height-Stext{
		line-height: 22px;
	}
	.div4PicMargin{
		margin: 18% 0 !important;

		line-height: 22px !important;
	}
}
.text-color-1 {
  color: #005e3a;
}

.text-color-2 {
  color: #bb886b;
}

.text-color-3 {
  color: #f9c545;
}

.bg-color-1 {
  background-color: #005e3a;
}

.bg-color-2 {
  background-color: #f2f2f2;
}

.bg-color-3 {
  background-color: #dfe0e2;
}

.bg-color-4 {
  background-color: #c8cccb;
}

.bg-color-5 {
  background-color: #7b8c86;
}

.bg-color-6 {
  background-color: #e1e1e1;
}

.div-01-01 {
  left: 43px !important;
  top: 15px !important;
  z-index: 50 !important;
}
.div-01-01 .t02 {
  margin-top: 20px !important;
}

.lastButton-01 {
  border-radius: 100px;
  background-color: #9d8048 !important;
  color: #dfe0e2;
  margin-top: 20px;
  cursor: pointer;
}
.lastButton-01:hover {
  background-color: #f9c545 !important;
  transform: scale(1.1);
  transition: all 0.2s ease 0s;
}

.div-01-pic {
  right: 0px;
  top: 5%;
  z-index: 10;
  width: 62%;
}

.div-02-01 {
  width: 100%;
  z-index: 10;
  margin: 70px 0 0 0;
}
.div-02-01 .div-02-space {
  width: 100%;
  height: 60px;
}
.div-02-01 .div-02-02 {
  margin: 90px 3% 0 3%;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: space-between;
}
.div-02-01 .div-02-02.div-02-02-bBox01 {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
}
.div-02-01 .div-02-02.div-02-02-bBox02 {
  position: absolute;
  top: 300px;
  left: 0;
  width: 96%;
}
.div-02-01 .dBox01-alignL {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: left;
  width: 100%;
}
.div-02-01 .div-02-02-titleBox {
  padding: 10px 50px;
  background-color: #d9c44f;
}
.div-02-01 .div-02-02-titleBox.div-02-02-titleBox-type02 {
  background-color: #a4a4a4;
}
.div-02-01 .dBox01-L {
  width: 40%;
}
.div-02-01 .dBox01-L.dBox01-L-Type02 {
  width: 34%;
  margin: 0 3%;
}
.div-02-01 .dBox01-L.dBox01-L-Type03 {
  width: 50%;
  margin: 0 0;
}
.div-02-01 .dBox01-L.dBox01-L-Type04 {
  width: 42%;
  margin: 0 4% 0 0;
}
.div-02-01 .dBox01-R {
  width: 56%;
}
.div-02-01 .dBox01-R.dBox01-R-Type03 {
  width: 44%;
  margin: 0 0 0 5%;
}
.div-02-01 .dBox01-R.dBox01-R-Type04 {
  width: 40%;
  margin: 0 0 0 10%;
}
.div-02-01 .dBox01-R .mt01 {
  margin-top: 10px !important;
}

.div-03-01 {
  width: 100%;
  z-index: 10;
  margin: 40px 0 0 0;
}

.div-04-01 {
  width: 100%;
  z-index: 10;
  margin: 40px 0 0 0;
}
.div-04-01 .BoxBig {
  height: 1100px;
  margin: 80px 2% 0 2%;
  display: flex;
  flex-wrap: wrap;
}
.div-04-01 .BoxBig .BoxBig02-01 {
  width: 100%;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
}
.div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 {
  height: 350px;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
}
.div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic01 {
  width: 100%;
  right: -290px;
  top: 20px;
}
.div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic02 {
  width: 130%;
  right: -20px;
  top: -140px;
}
.div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic03 {
  width: 100%;
  right: 0px;
  bottom: -260px;
}
.div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic04 {
  width: 100%;
  left: -270px;
  top: 0px;
}
.div-04-01 .BoxBig .between {
  justify-content: space-between;
}

.div-05 {
  width: 100%;
  padding: 0 4%;
  background-image: url("https://imgc.daikenshop.com/images/goods/maca/maca20240704/b_d05_bg.webp");
  background-size: 100% auto;
  background-repeat: repeat;

}
.div-05 .div-05-space {
  width: 100%;
  height: 50px;
}
.div-05 .div-05-space02 {
  width: 100%;
  height: 10px;
}
.div-05 .titleBar01 {
  width: 60%;
  padding: 5px 20px;
  background-color: #adadad;
  border-radius: 10px;
}
.div-05 .mt02 {
  margin-top: 2rem !important;
}
.div-05 .p05-05mt02 {
  margin: 4rem 0 !important;
}
.div-05 .pic01 {
  margin: 20px 25%;
}
.div-05 .pic02 {
  margin: 50px 25% 20px 25%;
}
.div-05 .pic03 {
  margin: 80px 7% 50px 7%;
}
.div-05 .pic04 {
  margin: 50px 42% 20px 42%;
}
.div-05 .pic05 {
  margin: 50px 3% 30px 3%;
}
.div-05 .pic06 {
  margin: 50px 15% 30px 15%;
}
.div-05 .pic07 {
  margin: 0px 6%;
}
.div-05 .pic08 {
  margin: 90px 9% 40px 9%;
}
.div-05 .pic09 {
  margin: 40px 6%;
}
.div-05 .pic03Text01 {
  position: absolute;
  top: 250px;
  left: 60px;
  width: 20%;
  font-size: 2.8rem;
  text-align: center;
}
.div-05 .pic03Text02 {
  position: absolute;
  top: 470px;
  left: 0px;
  width: 36%;
  font-size: 2.8rem;
  text-align: center;
}
.div-05 .pic03Text03 {
  position: absolute;
  top: 550px;
  left: 320px;
  width: 34%;
  font-size: 2.8rem;
  text-align: center;
}
.div-05 .pic03Text03.position01 {
  top: 14%;
  left: 0;
  width: 28%;
}
.div-05 .pic03Text03.position02 {
  top: 11%;
  left: 70%;
  width: 28%;
}
.div-05 .pic03Text03.position03 {
  top: 50%;
  left: 38%;
  width: 28%;
  font-size: 5rem;
}
.div-05 .pic03Text03.position04 {
  top: 70%;
  left: 4%;
  width: 28%;
}
.div-05 .pic03Text03.position05 {
  top: 76.5%;
  left: 72.5%;
  width: 28%;
}
.div-05 .p05Title {
  margin: 30px 0;
}
.div-05 .titleBarBox {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.div-05 .titleBarBox .stitleBar01-01 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #206d4c;
}
.div-05 .titleBarBox .stitleBar01-01::before {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #767777, #a6a6a6);
  content: "";
}
.div-05 .titleBarBox .stitleBar01-01::after {
  position: absolute;
  top: 0px;
  right: -40px;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #767777, #a6a6a6);
  content: "";
}
.div-05 .titleBarBox .stitleBar03 {
  position: relative;
  padding: 10px 15px;
  background: linear-gradient(to top, #767777, #a6a6a6);
  margin: 0 !important;
}
.div-05 .titleBarBox .stitleBar03::before {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #767777, #a6a6a6);
  content: "";
}
.div-05 .titleBarBox .stitleBar03::after {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #767777, #a6a6a6);
  content: "";
}
.div-05 .titleBarBox .titleBar02boxL {
  position: relative;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #767777, #a6a6a6);
  margin-right: 50px;
}

.div-06 {
  height: 100%;
}
.div-06 .div06_pic01 {
  width: 38%;
  left: 6%;
  top: 29%;
}
.div-06 .div06_box {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("b_d06_03.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.div-06 .div06_box.div06_box_p01 {
  right: 25%;
  top: 24%;
}
.div-06 .div06_box.div06_box_p02 {
  right: 4%;
  top: 36%;
}
.div-06 .div06_box.div06_box_p03 {
  right: 25%;
  top: 48%;
}
.div-06 .div06_box.div06_box_p04 {
  right: 4%;
  top: 60%;
}
.div-06 .div06_box .div06_boxText01 {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div-06 .div06_boxText02 {
  bottom: 5%;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .alittle {
    padding: 0 0 50px 0;
  }
  .div-01-pic {
    right: 0px;
    top: 5%;
    z-index: 10;
    width: 62%;
  }
  .div-01-01 {
    left: 2% !important;
    top: 6% !important;
    z-index: 10;
  }
  .div-01-01 .t02 {
    margin-top: 20px !important;
  }
  .div-01-01 .reMargin {
    margin-top: 0px !important;
  }
  .div-02-01 {
    width: 100%;
    z-index: 10;
    margin: 20px 0 0 0;
  }
  .div-02-01 .div-02-space {
    width: 100%;
    height: 60px;
  }
  .div-02-01 .div-02-02 {
    margin: 10% 5% 0 5%;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .div-02-01 .div-02-02.div-02-02-bBox01 {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
  }
  .div-02-01 .div-02-02.div-02-02-bBox02 {
    position: absolute;
    top: 240px;
    left: 0;
    width: 96%;
  }
  .div-02-01 .dBox01-alignL {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: left;
    width: 100%;
  }
  .div-02-01 .div-02-02-titleBox {
    padding: 6px 40px;
    background-color: #d9c44f;
  }
  .div-02-01 .div-02-02-titleBox.div-02-02-titleBox-type02 {
    background-color: #a4a4a4;
  }
  .div-02-01 .dBox01-L {
    width: 40%;
  }
  .div-02-01 .dBox01-L.dBox01-L-Type02 {
    width: 36%;
    margin: 0 2%;
  }
  .div-02-01 .dBox01-L.dBox01-L-Type03 {
    width: 50%;
    margin: 0 0;
  }
  .div-02-01 .dBox01-L.dBox01-L-Type04 {
    width: 42%;
    margin: 0 4% 0 0;
  }
  .div-02-01 .dBox01-R {
    width: 56%;
  }
  .div-02-01 .dBox01-R.dBox01-R-Type03 {
    width: 44%;
    margin: 0 0 0 5%;
  }
  .div-02-01 .dBox01-R.dBox01-R-Type04 {
    width: 40%;
    margin: 0 0 0 10%;
  }
  .div-02-01 .dBox01-R .mt01 {
    margin-top: 0px !important;
  }
  .div-03-01 {
    width: 100%;
    z-index: 10;
    margin: 2% 0 0 0;
    top: 0;
  }
  .div-04-01 {
    width: 100%;
    z-index: 10;
    margin: 0px 0 0 0;
    top: -2%;
  }
  .div-04-01 .BoxBig {
    height: 100%;
    margin: 11% 2% 0 2%;
    display: flex;
    display: block;
    flex-wrap: wrap;
  }
  .div-04-01 .BoxBig .BoxBig02-01 {
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 {
    width: 40%;
    height: 40%;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic01 {
    width: 80%;
    right: -86%;
    top: 15%;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic02 {
    width: 130%;
    right: -12%;
    top: -54%;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic03 {
    width: 100%;
    right: 0px;
    bottom: -72%;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic04 {
    width: 100%;
    left: -100%;
    top: 0%;
  }
  .div-04-01 .BoxBig .between {
    justify-content: space-between;
  }
  .div-05 {
    width: 100%;
    padding: 0 4%;
    background-image: url("https://imgc.daikenshop.com/images/goods/maca/maca20240704/b_d05_bg.webp");
    background-size: 100% auto;
    background-repeat: repeat;
    
  }
  .div-05 .div-05-space {
    width: 100%;
    height: 50px;
  }
  .div-05 .div-05-space02 {
    width: 100%;
    height: 10px;
  }
  .div-05 .div-05-space03 {
    width: 100%;
    height: 40px;
  }
  .div-05 .titleBar01 {
    width: 60%;
    padding: 5px 20px;
    background-color: #adadad;
    border-radius: 10px;
    margin-top: 4rem !important;
  }
  .div-05 .mt02 {
    margin-top: 2rem !important;
  }
  .div-05 .p05-05mt02 {
    margin: 3.5rem 0 !important;
  }
  .div-05 .pic01 {
    margin: 30px 25%;
  }
  .div-05 .pic02 {
    margin: 40px 20% 30px 20%;
  }
  .div-05 .pic03 {
    margin: 40px 7% 30px 7%;
  }
  .div-05 .pic04 {
    margin: 30px 42% 20px 42%;
  }
  .div-05 .pic05 {
    margin: 40px 3% 20px 3%;
  }
  .div-05 .pic06 {
    margin: 50px 15% 20px 15%;
  }
  .div-05 .pic07 {
    margin: 0px 6%;
  }
  .div-05 .pic08 {
    margin: 80px 9% 30px 9%;
  }
  .div-05 .pic09 {
    margin: 20px 6%;
  }
  .div-05 .pic03Text01 {
    position: absolute;
    top: 35%;
    left: 8%;
    width: 20%;
    font-size: 2rem;
    text-align: center;
  }
  .div-05 .pic03Text02 {
    position: absolute;
    top: 65%;
    left: 0%;
    width: 36%;
    font-size: 2rem;
    text-align: center;
  }
  .div-05 .pic03Text03 {
    position: absolute;
    top: 77%;
    left: 42%;
    width: 34%;
    font-size: 2rem;
    text-align: center;
  }
  .div-05 .pic03Text03.position01 {
    top: 14%;
    left: 0;
    width: 28%;
  }
  .div-05 .pic03Text03.position02 {
    top: 11%;
    left: 70%;
    width: 28%;
  }
  .div-05 .pic03Text03.position03 {
    top: 50%;
    left: 38%;
    width: 28%;
    font-size: 5rem;
  }
  .div-05 .pic03Text03.position04 {
    top: 70%;
    left: 4%;
    width: 28%;
  }
  .div-05 .pic03Text03.position05 {
    top: 76.5%;
    left: 72.5%;
    width: 28%;
  }
  .div-05 .p05Title {
    margin: 30px 0;
  }
  .div-05 .titleBarBox {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .div-05 .titleBarBox .stitleBar01-01 {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #206d4c;
  }
  .div-05 .titleBarBox .stitleBar01-01::before {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .stitleBar01-01::after {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .stitleBar03 {
    position: relative;
    padding: 10px 15px;
    background: linear-gradient(to top, #767777, #a6a6a6);
    margin: 0 !important;
  }
  .div-05 .titleBarBox .stitleBar03::before {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .stitleBar03::after {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .titleBar02boxL {
    position: relative;
    width: 10px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    margin-right: 50px;
  }
  .div-06 {
    height: 100%;
  }
  .div-06 .div06_pic01 {
    width: 40%;
    left: 4%;
    top: 34.5%;
  }
  .div-06 .div06_box {
    width: 23%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("b_d06_03.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .div-06 .div06_box.div06_box_p01 {
    right: 25%;
    top: 30%;
  }
  .div-06 .div06_box.div06_box_p02 {
    right: 6%;
    top: 42%;
  }
  .div-06 .div06_box.div06_box_p03 {
    right: 25%;
    top: 54%;
  }
  .div-06 .div06_box.div06_box_p04 {
    right: 6%;
    top: 66%;
  }
  .div-06 .div06_box .div06_boxText01 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-06 .div06_boxText02 {
    bottom: 2%;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .div-01-pic {
    right: 0px;
    top: 10%;
    z-index: 10;
    width: 56%;
  }
  .alittle {
    padding: 0 0 5px 0;
  }
  .div-01-01 {
    left: 2% !important;
    top: 6% !important;
    z-index: 10;
  }
  .div-01-01 .t02 {
    margin-top: 10px !important;
  }
  .div-02-01 {
    width: 100%;
    z-index: 10;
    margin: 20px 0 0 0;
  }
  .div-02-01 .div-02-space {
    width: 100%;
    height: 60px;
  }
  .div-02-01 .div-02-02 {
    margin: 10% 3% 0 3%;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .div-02-01 .div-02-02.div-02-02-bBox01 {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
  }
  .div-02-01 .div-02-02.div-02-02-bBox02 {
    position: absolute;
    top: 120px;
    left: 0;
    width: 96%;
  }
  .div-02-01 .dBox01-alignL {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: left;
    width: 100%;
  }
  .div-02-01 .div-02-02-titleBox {
    padding: 6px 20px;
    background-color: #d9c44f;
  }
  .div-02-01 .div-02-02-titleBox.div-02-02-titleBox-type02 {
    background-color: #a4a4a4;
  }
  .div-02-01 .dBox01-L {
    width: 40%;
  }
  .div-02-01 .dBox01-L.dBox01-L-Type02 {
    width: 34%;
    margin: 0 3%;
  }
  .div-02-01 .dBox01-L.dBox01-L-Type03 {
    width: 50%;
    margin: 0 0;
  }
  .div-02-01 .dBox01-L.dBox01-L-Type04 {
    width: 42%;
    margin: 0 4% 0 0;
  }
  .div-02-01 .dBox01-R {
    width: 56%;
  }
  .div-02-01 .dBox01-R.dBox01-R-Type03 {
    width: 44%;
    margin: 0 0 0 5%;
  }
  .div-02-01 .dBox01-R.dBox01-R-Type04 {
    width: 40%;
    margin: 0 0 0 10%;
  }
  .div-02-01 .dBox01-R .mt01 {
    margin-top: 0px !important;
  }
  .div-03-01 {
    width: 100%;
    z-index: 10;
    margin: 2% 0 0 0;
    top: 0;
  }
  .div-04-01 {
    width: 100%;
    z-index: 10;
    margin: 0px 0 0 0;
    top: -2%;
  }
  .div-04-01 .BoxBig {
    height: 100%;
    margin: 11% 2% 0 2%;
    display: flex;
    display: block;
    flex-wrap: wrap;
  }
  .div-04-01 .BoxBig .BoxBig02-01 {
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 {
    width: 40%;
    height: 40%;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic01 {
    width: 80%;
    right: -86%;
    top: 15%;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic02 {
    width: 130%;
    right: -12%;
    top: -46%;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic03 {
    width: 100%;
    right: 0px;
    bottom: -60%;
  }
  .div-04-01 .BoxBig .BoxBig02-01 .BoxBig02-02 .pic04 {
    width: 100%;
    left: -100%;
    top: 0%;
  }
  .div-04-01 .BoxBig .between {
    justify-content: space-between;
  }
  .div-05 {
    width: 100%;
    padding: 0 4%;
    background-image: url("https://imgc.daikenshop.com/images/goods/maca/maca20240704/b_d05_bg.webp");
    background-size: 100% auto;
    background-repeat: repeat;
   
  }
  .div-05 .div-05-space {
    width: 100%;
    height: 20px;
  }
  .div-05 .div-05-space02 {
    width: 100%;
    height: 10px;
  }
  .div-05 .div-05-space03 {
    width: 100%;
    height: 40px;
  }
  .div-05 .titleBar01 {
    width: 60%;
    padding: 5px 20px;
    background-color: #adadad;
    border-radius: 10px;
    margin-top: 4rem !important;
  }
  .div-05 .mt02 {

	  margin-top: 0.5rem !important;
	  margin-bottom: 0.5rem !important;
  }
  .div-05 .p05-05mt02 {
    margin: 2rem 0 !important;
  }
  .div-05 .pic01 {
    margin: 20px 25%;
  }
  .div-05 .pic02 {
    margin: 10px 25% 0px 25%;
  }
  .div-05 .pic03 {

	  margin: 20px 7% 30px 7%;
  }
  .div-05 .pic04 {
    margin: 30px 42% 20px 42%;
  }
  .div-05 .pic05 {
    margin: 20px 3% 10px 3%;
  }
  .div-05 .pic06 {
    margin: 20px 15% 10px 15%;
  }
  .div-05 .pic07 {
    margin: 0px 6%;
  }
  .div-05 .pic08 {
    margin: 40px 9% 10px 9%;
  }
  .div-05 .pic09 {
    margin: 20px 6%;
  }
  .div-05 .pic03Text01 {
    position: absolute;
    top: 35%;
    left: 8%;
    width: 20%;
    font-size: 1.2rem;
    text-align: center;
  }
  .div-05 .pic03Text02 {
    position: absolute;
    top: 65%;
    left: 0%;
    width: 36%;
    font-size: 1.2rem;
    text-align: center;
  }
  .div-05 .pic03Text03 {
    position: absolute;
    top: 75%;
    left: 42%;
    width: 34%;
    font-size: 1.2rem;
    text-align: center;
  }
  .div-05 .pic03Text03.position01 {
    top: 14%;
    left: 0;
    width: 28%;
  }
  .div-05 .pic03Text03.position02 {
    top: 11%;
    left: 70%;
    width: 28%;
  }
  .div-05 .pic03Text03.position03 {
    top: 50%;
    left: 38%;
    width: 28%;
    font-size: 5rem;
  }
  .div-05 .pic03Text03.position04 {
    top: 70%;
    left: 4%;
    width: 28%;
  }
  .div-05 .pic03Text03.position05 {
    top: 76.5%;
    left: 72.5%;
    width: 28%;
  }
  .div-05 .p05Title {
    margin: 30px 0;
  }
  .div-05 .titleBarBox {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .div-05 .titleBarBox .stitleBar01-01 {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #206d4c;
  }
  .div-05 .titleBarBox .stitleBar01-01::before {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .stitleBar01-01::after {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .stitleBar03 {
    position: relative;
    padding: 10px 15px;
    background: linear-gradient(to top, #767777, #a6a6a6);
    margin: 0 !important;
  }
  .div-05 .titleBarBox .stitleBar03::before {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .stitleBar03::after {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    content: "";
  }
  .div-05 .titleBarBox .titleBar02boxL {
    position: relative;
    width: 10px;
    height: 100%;
    background: linear-gradient(to top, #767777, #a6a6a6);
    margin-right: 50px;
  }
  .div-06 {
    height: 100%;
  }
  .div-06 .div06_pic01 {
    width: 40%;
    left: 6%;
    top: 38.5%;
  }
  .div-06 .div06_box {
    width: 23%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("b_d06_03.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .div-06 .div06_box.div06_box_p01 {
    right: 25%;
    top: 30%;
  }
  .div-06 .div06_box.div06_box_p02 {
    right: 6%;
    top: 42%;
  }
  .div-06 .div06_box.div06_box_p03 {
    right: 25%;
    top: 54%;
  }
  .div-06 .div06_box.div06_box_p04 {
    right: 6%;
    top: 66%;
  }
  .div-06 .div06_box .div06_boxText01 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-06 .div06_boxText02 {
    bottom: -5%;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.div-2 {
  bottom: 15px;
  right: 135px;
  max-width: 640px;
}

.div-3 {
  left: 20px;
  bottom: 42px;
  z-index: 10;
}

.div-4 {
  width: 170px;
  height: 170px;
  border-radius: 200px;
  background-color: #fff;
  border: 1px solid #206d4c;
  z-index: 10;
}

.div-5 {
  width: 50px;
}

.div-6 {
  width: -moz-fit-content;
  width: fit-content;
}

.div-7 {
  top: 0;
  left: 0;
}

.div-8 {
  padding-bottom: 15%;
  z-index: 10;
}

.div-9 {
  width: 435px;
  bottom: -100px;
  right: 0;
}

.div-10 {
  margin-top: -300px;
}

.div-11 {
  border-left: 8px solid #005e3a;
}

.div-12 {
  height: 1600px;
}

.div-13 {
  border: 5px solid #005e3a;
  border-radius: 30px;
}

.div-14 {
  right: 75px;
  top: -30px;
  max-width: 180px;
}

.div-15 {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.div-16 {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.div-17 {
  margin-top: -85px !important;
}

.div-18 {
  max-width: 740px;
  margin: auto;
  padding: 30px;
  padding-top: 110px;
}

.div-19 {
  margin-top: -70px;
  z-index: -1;
}

.div-20 {
  padding-top: 80px;
}

.div-21 {
  position: inherit;
  padding: 25px;
  padding-top: 80px;
}

.div-22 {
  max-width: 500px;
  margin: auto;
}

.div-23 {
  max-width: 768px;
  margin: auto;
}

.div-24 {
  border-right: 2px solid #fff;
  height: 65px;
}

.div-25 {
  max-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-26 {
  height: 1200px;
}

.div-27 {
  height: 850px;
}

.div-28 {
  max-width: 25px;
}

.div-32 {
  margin-top: -125px;
}

.div-33 {
  margin-top: 100px;
}

.text-1 {
  position: relative;
}

.text-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #e7d8a4;
  width: 105%;
  height: 20px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.img-1 {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .div-01 {
    width: 210px;
  }
  .div-2 {
    right: 120px;
    max-width: 470px;
    bottom: 40px;
  }
  .div-3 {
    left: 40px;
    bottom: 42px;
  }
  .div-4 {
    width: 125px;
    height: 125px;
  }
  .div-5 {
    width: 35px;
  }
  .div-9 {
    width: 360px;
  }
  .div-10 {
    margin-top: -250px;
  }
  .div-12 {
    height: auto;
  }
  .div-18 {
    max-width: 580px;
  }
  .div-26 {
    height: 1050px;
  }
  .div-27 {
    height: 680px;
  }
}
@media screen and (max-width: 576px) {
  .img-20 {
    max-width: 90px;
  }
  .div-01 {
    width: 130px;
    right: -5px;
  }
  .div-2 {
    right: 60px;
    max-width: 60%;
    bottom: 29px;
  }
  .div-3 {
    left: 15px;
    bottom: 20px;
    max-width: 120px;
  }
  .div-4 {
    width: 90px;
    height: 90px;
  }
  .div-5 {
    width: 20px;
  }
  .div-9 {
    width: 210px;
    bottom: -55px;
  }
  .div-10 {
    margin-top: -200px;
  }
  .div-12 {
    height: 950px;
  }
  .div-14 {
    right: 15px;
  }
  .div-17 {
    margin-top: -45px !important;
  }
  .div-18 {
    padding-top: 20px;
  }
  .div-21 {
    padding-top: 70px;
  }
  .div-22 {
    max-width: 250px;
    margin: auto;
  }
  .div-26 {
    height: 550px;
  }
  .div-27 {
    height: 400px;
  }
  .div-29 {
    width: 95% !important;
    margin: auto;
    left: 0;
    right: 0;
  }
  .div-30 {
    height: 38px;
  }
  .div-31 {
    height: 570px;
  }
  .div-32 {
    margin-top: -90px;
  }
.text-size-38{
	font-size: 18px;
}
}
@media screen and (max-width: 430px) {
  .lastButton-01 {
    border-radius: 100px;
    background-color: #9d8048 !important;
    color: #dfe0e2;
    margin-top: 10px !important;
  }
  .lastButton-01:hover {
    background-color: #f9c545 !important;
    transform: scale(1.1);
    transition: all 0.2s ease 0s;
  }
  .div-01 {
    width: 110px;
  }
  .div-4 {
    width: 70px;
    height: 70px;
  }
  .div-9 {
    width: 140px;
    bottom: -73px;
  }
  .div-10 {
    margin-top: -170px;
  }
  .div-14 {
    max-width: 65px;
    right: 58px;
  }
  .div-17 {
    margin-top: -35px !important;
  }
  .div-18 {
    padding-top: 25px;
  }
  .img-20 {
    max-width: 75px;
  }
  .div-21 {
    padding-top: 25px;
  }
  .div-26 {
    height: 500px;
  }
  .div-27 {
    height: 325px;
  }
  .div-31 {
    height: 510px;
  }
  .img-1 {
    width: 55px;
  }
}
@media screen and (max-width: 400px) {
  .div-31 {
    height: 480px;
  }
}/*# sourceMappingURL=style.css.map */






/* CSS reset  ------------------------------------------------------------------------- */
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;
}

ol, ul {
  outline: none;
}

input, select, button, textarea {
  display: inline-block;
  vertical-align: middle;
<<<<<<< HEAD
  font-family: Arial, "Microsoft JhengHei", sans-serif;
=======
  font-family: Arial, Microsoft JhengHei, sans-serif;
>>>>>>> origin/main
  white-space: normal;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
}
input[type=search], select[type=search], button[type=search], textarea[type=search] {
  -webkit-appearance: textfield;
}
input::-ms-clear, select::-ms-clear, button::-ms-clear, textarea::-ms-clear {
  display: none;
}
input::-ms-reveal, select::-ms-reveal, button::-ms-reveal, textarea::-ms-reveal {
  display: none;
}

textarea {
  overflow: auto;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-search-decoration {
  display: none;
}

.notoSans, .notoSans > * {
  font-family: "Noto Sans", sans-serif !important;
}

.notoSerif, .notoSerif > * {
  font-family: "Noto Serif", serif !important;
}

.pos_relative {
  position: relative !important;
}
.pos_absolute {
  position: absolute !important;
}

.dis_block {
  display: block !important;
}
.dis_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pad_0 {
  padding: 0 !important;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.sec_21 > div:not(.bg) {
  position: absolute;
}
.sec_21 > div:not(.bg) > div {
  position: relative;
}
.sec_21 .bg {
  position: relative;
}


.sec_21 > div.top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% 0;
}
.sec_21 > div.top-text .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 8px;
  background: #000000;
  border-radius: 30px;
  border: 3px solid #FFFFFF;
  padding: 2px 5px 5px 13px;
  -webkit-box-shadow: 0 0 12px #000000;
          box-shadow: 0 0 12px #000000;
}
.sec_21 > div.top-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-top: 12px;
}
.sec_21 > div.top-text > div h2 {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
}
.sec_21 > div.top-text > div h2:nth-of-type(1) {
  color: #000000;
}
.sec_21 > div.top-text > div h2:nth-of-type(2) {
  color: #ef5184;
}
.sec_21 > div.top-text > div span {
  font-weight: bold;
  font-size: 50px;
  color: #584c50;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white, 0 0 20px white;
  letter-spacing: 2px;
  margin: 0 15px;
}
.sec_21 > div.row {
  width: 100%;
  margin: 0;
}
.sec_21 > div.row > div {
  padding-bottom: 20px;
}
.sec_21 > div.row > div .table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 63%;
	padding-left: 13px;
	padding-right: 13px;
}
.sec_21 > div.row > div .table > img {
  width: 70%;
  margin-bottom: 30px;
}
.sec_21 > div.row > div .table ul {
  list-style-type: none;
  border-radius: 20px;
  overflow: hidden;
}
.sec_21 > div.row > div .table ul li {
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
}
.sec_21 > div.row > div .table ul li > p {
  font-size: 24px;
}
.sec_21 > div.row > div .table ul li > button {
  opacity: 1;
  color: #FFFFFF;
  font-size: 32px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 0 10px rgba(136, 68, 140, 0.3);
          box-shadow: 0 0 10px rgba(136, 68, 140, 0.3);
  border-radius: 50px;
  margin: 10px;
  padding: 2px 20px 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec_21 > div.row > div .table ul li > button:hover {
  opacity: 0.8;
}
.sec_21 > div.row > div .table ul li > button a:hover {
    color: #ffffff;
    text-decoration: none;
}
 .sec_21 > div.row > div .table ul li > button a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.sec_21 > div.row > div .table ul li:nth-of-type(even) {
  background: #FFFFFF;
}
.sec_21 > div.row > div .table ul li:nth-of-type(1) {
  font-size: 27px;
  color: #FFFFFF;
  padding: 9px 37px 3px;
}
.sec_21 > div.row > div .table ul li:nth-of-type(5) {
  font-size: 36px;
}
.sec_21 > div.row > div:nth-of-type(1) .table ul li:nth-of-type(odd) {
  background: #f6e3b4;
}
.sec_21 > div.row > div:nth-of-type(1) .table ul li:nth-of-type(1) {
  background: #000000;
}
.sec_21 > div.row > div:nth-of-type(1) .table ul li > button {
  background: #e78b1f;
}
.sec_21 > div.row > div:nth-of-type(2) .table ul li:nth-of-type(odd) {
  background: #e7e7e7;
}
.sec_21 > div.row > div:nth-of-type(2) .table ul li:nth-of-type(1) {
  background: #6b6b6b;
}
.sec_21 > div.row > div:nth-of-type(2) .table ul li > button {
  background: #d83754;
}
.sec_21 > div.row .col-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media all and (max-width: 768px) {
  .content-row {
    width: 768px;
  }
  .sec_21 > div.top-text > div {
    margin-top: 4px;
  }
  .sec_21 > div.top-text > div h2 {
    font-size: 40px;
    letter-spacing: 3px;
  }
  .sec_21 > div.top-text > div span {
    font-size: 45px;
    letter-spacing: 2px;
    margin: 0 8px;
  }
  .sec_21 > div.row > div {
    padding: 0 0 20px;
  }
  .sec_21 > div.row > div .table {
    padding-top: 52%;
	padding-left: 5px;
	padding-right: 5px;
  }
  .sec_21 > div.row > div .table > img {
    width: 70%;
    margin-bottom: 30px;
  }
  .sec_21 > div.row > div .table ul li {
    font-size: 20px;
    padding: 15px 0;
  }
  .sec_21 > div.row > div .table ul li > p {
    font-size: 20px;
  }
  .sec_21 > div.row > div .table ul li > button {
    font-size: 28px;
    letter-spacing: 1px;
    margin: 10px 0 0;
    padding: 2px 10px 0;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(1) {
    font-size: 30px;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(5) {
    font-size: 30px;
  }
}
@media all and (max-width: 576px) {
  .content-row {
    width: unset !important;
    max-width: 430px !important;
    min-width: 360px !important;
  }
  .sec_21 > div.top-text .tag {
    font-size: 20px;
    border: 2px solid #FFFFFF;
  }
  .sec_21 > div.top-text > div {
    margin-top: 4px;
  }
  .sec_21 > div.top-text > div h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .sec_21 > div.top-text > div span {
    font-size: 28px;
  }
  .sec_21 > div.row > div {
    padding: 0;
  }
  .sec_21 > div.row > div .table {
    padding-top: 53%;
  }
  .sec_21 > div.row > div .table > img {
    width: 70%;
    margin-bottom: 30px;
  }
  .sec_21 > div.row > div .table ul li {
    font-size: 15px;
    padding: 8px 2px 8px 2px;
  }
  .sec_21 > div.row > div .table ul li > p {
    font-size: 16px;
  }
  .sec_21 > div.row > div .table ul li > button {
    font-size: 18px;
    margin: 5px 0 0;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(1) {
    font-size: 11px;
    padding: 9px 15px 3px;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(5) {
    font-size: 18px;
  }
}
@media all and (max-width: 430px) {
  .content-row {
    width: unset !important;
    max-width: 430px !important;
    min-width: 360px !important;
  }
  .sec_21 > div.row > div .table ul li:nth-of-type(1) {
    padding: 9px 12px 3px;
  }
}
@media all and (max-width: 390px) {
  .sec_5 {
    margin-top: -6vw;
  }
}