/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
/* font-family:'Noto Sans TC',sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Serif TC', serif; */
@import url('https://fonts.googleapis.com/css2?family=Suranna&display=swap');
/* font-family: 'Suranna', serif; */
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
/* font-family: 'Abel', sans-serif; */

/*-- Basic --*/
body {
	font: 16px/1.231 'Noto Sans TC', '微軟正黑體', sans-serif;
	letter-spacing: 0.13em;
	line-height: 1.75;
	font-weight: 200;
	background: #E3D1C3;
	color: #4C362C;
}

* {
	box-sizing: border-box;
}

#header h1,
#footer h1,
.title {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.xxx {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.menu,
.menu.open,
.work_link a::before,
.work_link a:hover::before,
.work_link a p,
.work_link a:hover p,
.list_work .img_box::before,
.list_work a:hover .img_box::before,
.list_work .img_box i,
.list_work a:hover .img_box i,
.btn,
.btn:hover,
.btn03,
.btn03:hover,
.btn_about::after,
.btn_about:hover::after,
.mask,
.btn_send:hover .mask {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#wrap {}

#content {
	position: relative;
}

.inbox {
	width: 1440px;
	margin: 0 auto;
}

.row {
	margin: 0;
}

.l {
	display: inline;
	float: left;
}

.r {
	display: inline;
	float: right;
}

#footer {
	z-index: 20;
}

ul {
	margin: 0;
	padding: 0;
}

.ulli>li,
.ulli_line>li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ulli_line {
	display: flex;
	flex-wrap: wrap;
}

button {
	background: none;
	border-width: 0;
}

.body_fixed {
	overflow: hidden;
}

h2.title {
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Serif TC', serif;
}

.en_tit {
	font-family: 'Suranna', serif !important;
	margin: 0;
}

.en_tit01 {
	font-family: 'Abel', sans-serif !important;
	margin: 0;
}

.Txt a {
	color: #7A8133;
	text-decoration: underline;
}

.Txt img {
	max-width: 100%;
	margin-bottom: 15px;
}

body,
body * {
	cursor: none;
}

.cursor {
	position: fixed;
	background: #c29c37;
	/* border: 1px #5B3F1C solid; */
	width: 12px;
	height: 12px;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	will-change: transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
}

/*-- Header --*/
.hd_logo {
	position: fixed;
	top: 15px;
	left: 40px;
	z-index: 999;
}

.logo {
	display: block;
	width: 80px;
}

.logo img {
	width: 100%;
}

.hd_area {
	position: fixed;
	top: 40px;
	right: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 40px;
	z-index: 999;
	padding: 5px 15px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.burger {
	width: 25px;
	height: 30px;
	position: relative;
	transition-duration: 1s;
	display: inline-block;
	/* cursor: pointer; */
	margin-bottom: 10px;
}

.burger_icon,
.burger_icon::before,
.burger_icon::after {
	background-color: #4C362C;
	height: 3px;
	width: 100%;
	border-radius: 20px;
	position: absolute;
	transition-duration: 0.5s;
}

.burger_icon {
	top: 17px;
}

.burger_icon:before,
.burger_icon:after {
	content: "";
	left: 0;
}

.burger_icon:before {
	top: -8px;
}

.burger_icon:after {
	top: 8px;
}

.burger .burger_icon {
	transition-duration: 0.35s;
	transition-delay: 0.35s;
}

.burger .burger_icon:before,
.burger .burger_icon:after {
	transition: transform 0.35s, top 0.35s 0.35s;
}

.burger.on .burger_icon {
	transition-duration: 0.1s;
	transition-delay: 0.35s;
	background: transparent;
}

.burger.on .burger_icon:before,
.burger.on .burger_icon::after {
	top: 0px;
	transition: top 0.35s, transform 0.35s 0.35s;
}

.burger.on .burger_icon:before {
	transform: rotateZ(-45deg);
}

.burger.on .burger_icon:after {
	transform: rotateZ(45deg);
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6D6056;
	padding: 90px 50px;
	font-size: 24px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.menu.open {
	z-index: 998;
	opacity: 1;
	visibility: visible;
}

.position_box {
	position: absolute;
	bottom: 10%;
	left: 5%;
	right: 5%;
}

.menu a {
	color: #E3D1C3;
	font-family: 'Suranna', serif;
	font-size: 24px;
}

.position_box>.en_tit {
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0.19em;
	padding: 0 10px 30px;
	margin: 0;
	width: 100%;
	color: #D5BEAB;
}

.menu ul {
	flex-wrap: wrap;
}

.menu li {
	width: 33.333%;
	padding: 10px;
}

.menu a:hover {
	opacity: 0.6;
}

.menu i {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	position: relative;
	margin-right: 50px;
}

.menu i::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #E3D1C3;
	position: absolute;
	left: 125%;
	bottom: 23px;
}

/*-- Index --*/
.banner_box {
	background: url('../images/content/bg_index.jpg') center no-repeat;
	background-size: cover;
	height: 100vh;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_box .en_tit {
	font-weight: 400;
	font-size: 80px;
	margin: 0;
}

.banner {
	width: 450px;
	height: 515px;
	border-radius: 250px 250px 0 0;
	background: url('../images/content/banner-motion.gif') center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.banner .top_box {
	position: absolute;
	top: 20%;
	left: -20%;
}

.banner::after {
	content: 'Huang';
	font-weight: 400;
	font-size: 80px;
	font-family: 'Suranna', serif;
	position: absolute;
	z-index: -1;
	bottom: 70px;
	left: 85%;
	opacity: 0.7;
}

.intro_me {
	width: 80%;
	margin: 0 auto;
	padding: 130px 20px;
}

.intro_me .top_box,
.intro_me .bt_box {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.intro_me h2.title {
	font-family: 'Suranna', serif;
	font-size: 80px;
	color: #6D6056;
	padding: 0 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: relative;
}

.icon_flower {
	display: block;
	width: 35px;
	height: 35px;
	background: url('../images/content/icon.svg') center no-repeat;
	background-size: cover;
	animation: circleRun 2.5s infinite ease-in-out;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -37px;
}

.deco_line {
	width: 20%;
	border-bottom: 2px #4C362C solid;
	margin-bottom: 30px;
}

@keyframes circleRun {
	0% {
		transform: rotate(-360deg);
	}

	50% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.box_index {
	display: flex;
	align-items: stretch;
}

.box_index01 {
	flex-direction: row-reverse;
	margin-bottom: 80px;
}

.box_index .left_box {
	width: 54%;
	background-position: center !important;
	background-size: cover !important;
	min-height: 600px;
}

.box_index .right_box {
	width: 46%;
	display: flex;
	flex-wrap: wrap;
}

.box_index .right_box .img_box,
.box_index .right_box .text_box {
	width: 100%;
}

.box_index .bg_box {
	background: #EEE8E2;
	width: 100%;
	height: 55%;
	padding: 50px 70px;
	text-align: right;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.box_index .bg_box .text_box,
.box_index .bg_box .btn_box {
	width: 100%;
}

.box_index .bg_box .btn_box {
	text-align: center;
}

.box_index .bg_box01 {
	background: #A9886D;
	color: #EEE8E2;
}

.box_index .bg_box h2.title {
	margin-bottom: 30px;
}

.btn_opmenu,
.btn_cta {
	text-decoration: underline;
	color: #A9886D;
	font-size: 18px;
}

.btn_opmenu:hover,
.btn_cta:hover {
	opacity: 0.65;
}

.btn_opmenu01 {
	color: #E3D1C3;
}

.box_index .img_box {
	background-position: center !important;
	background-size: cover !important;
	height: 45%;
}


/*-- About --*/
.box01 {
	margin: 40px 0 120px;
	background-position: center !important;
	background-size: cover !important;
}

.box01.pg_hd {
	margin: 0 0 80px 0;
	height: 90vh;
	display: flex;
	align-items: center;
}

.about_box {
	position: relative;
}

.about_box h2.title {
	font-size: 80px;
	position: absolute;
	top: 50%;
	left: 19%;
	transform: translate(-50%, -50%);
}

.about_box h2.title01 {
	left: 81%;
}

.about_box .img_box {
	width: 45%;
	padding: 50% 0 50px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box02 {
	padding: 30px 20px;
}

.box02 .tit_box {
	margin-bottom: 30px;
}

.box02 h2.en_tit {
	font-weight: 400;
	color: #A9886D;
	text-align: center;
	font-family: 'Suranna', serif;
	font-size: 42px;
}

.intro_box {
	padding: 30px 0;
}

.intro_box li {
	width: 50%;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.intro_box .img_box {
	width: 90%;
	margin: 0 auto;
	padding: 90% 0 20px 0;
	border-radius: 380px 380px 20px 20px;
	background-position: center !important;
	background-size: cover !important;
}

.intro_box .tit_box {
	margin-bottom: 40px;
}

.intro_box .text_box>.tit_box {
	text-align: center;
	position: relative;
}

.intro_box .text_box .tit_box::after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url('../images/content/deco_line.svg') center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}

.intro_box .text_box h2.title {
	font-size: 20px;
	font-weight: 600;
	display: inline;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #E3D1C3;
	padding: 0 20px;
}

.intro_box p {
	padding: 8px 15px;
}

.intro_box01 ul {
	display: flex;
	flex-direction: row-reverse;
}

.intro_box01 .text_box .tit_box::after {
	content: none;
}

.intro_box01 .tit_box {
	margin-bottom: 20px;
}

.intro_box01 .tit_img {
	width: 350px;
	margin: 0 auto;
}

.intro_box01 .tit_img img {
	width: 100%;
}

.intro_box01 .img_box {
	border-radius: 180px 180px 180px 10px;
}

.service ul {
	align-items: stretch;
	justify-content: space-between;
}

.service li {
	width: 33%;
	padding: 40px 30px 140px;
	position: relative;
}

.service h2.title {
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	padding: 3px 10px;
	border-bottom: 1px #5B3F1C solid;
	color: #5B3F1C;
}

.service .btn_box {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 70px;
	text-align: right;
	display: flex;
	justify-content: end;
}

.service p {
	padding: 8px 10px;
}

.btn_about {
	color: #A9886D;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	position: relative;
	display: block;
	width: 130px;
	padding: 10px 15px;
}

.btn_about::after {
	content: '';
	display: block;
	width: 120%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/content/img_arrow.svg') center no-repeat;
	background-size: contain;
}

.btn_about:hover {
	color: #B19B8B;
}

.btn_about:hover::after {
	left: 10px;
}

/*-- Seand Email --*/
.contact_me {
	padding: 60px 0;
	overflow: hidden;
}

.contact_me .img_box {
	width: 9999px;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: repeat-x !important;
	padding: 7% 0 40px;
	margin-top: -10px;
	position: relative;
}

.contact_me .img_box {
	animation: scroll 135s linear infinite;
}

.contact_me .img_box img {
	position: absolute;
	left: 0;
	top: 0;
}

.contact_me .img_box01 {
	transform: translateX(-75%);
	-webkit-animation: no-transform 130s linear infinite;
	animation: no-transform 130s linear infinite;
}

.contact_me .img_box01 img {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
}

.reverce {
	animation-direction: reverse;
}

@keyframes no-transform {
	100% {
		transform: none;
	}
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - 20px));
	}
}

.contact_me .btn_box {
	display: flex;
	justify-content: end;
	margin-top: 50px;
	padding: 0 20px 30px;
}

.btn_send {
	height: 30px;
	align-items: center;
	color: #000;
	text-decoration: none;
	display: flex;
}

/* Hide extra text */
.mask {
	position: relative;
	padding: 0 10px 8px;
	height: 38px;
	overflow: hidden;
	border-bottom: 2px #A9886D solid;
}

.link_box {
	transition: transform 0.4s ease;
}

.link_tit {
	display: block;
	font-family: 'Suranna', serif;
	font-size: 36px;
	line-height: 34px;
	color: #A9886D;
	transition: transform 0.4s ease;
}

.link_tit01 {
	transform-origin: right center;
}

.link_tit02 {
	transform-origin: left center;
	transform: rotate(20deg);
	color: #6D6056;
}

.btn_send:hover .link_box {
	transform: translateY(-38px);
}

.btn_send:hover .mask {
	border-bottom: 2px #6D6056 solid;

}

/* Rotate texts a little bit */
.btn_send:hover .link_tit01 {
	transform: rotate(20deg);
}

.btn_send:hover .link_tit02 {
	transform: rotate(0);
}




/*-- List Page --*/
.pg_hd01 {
	height: 270px;
	background-position: center !important;
	background-size: cover !important;
	display: flex;
	align-items: flex-end;
}

.list_hd {
	padding: 0 40px 40px 80px;
	position: relative;
	color: #ECE0DA;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.list_hd span {
	position: absolute;
	top: 30px;
	left: 0px;
	font-family: 'Suranna', serif;
	font-size: 400;
	transform: rotate(90deg);
	font-size: 34px;
}

.list_hd .en_tit {
	font-weight: 400;
	font-size: 44px;
	font-family: 'Suranna', serif;
	letter-spacing: 0.12em;
}

.list_hd h2.title {
	font-size: 22px;
	letter-spacing: 0.17em;
	font-weight: 500;
	margin-top: -4px;
}

.list_work {
	padding: 50px 20px;
}

.list_work li {
	width: 33.333%;
	padding: 15px;
}

.list_work a {
	color: #5B3F1C;
	text-align: center;
}

.list_work a:hover {
	color: #B19B8B;
}

.list_work .img_box {
	padding: 80% 0 0 0;
	border-radius: 0 40px 0 40px;
	background-position: center !important;
	position: relative;
	background-size: cover !important;
	overflow: hidden;
	margin-bottom: 10px;
}

.list_work .img_box i {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #E3D1C3;
	opacity: 0;
	z-index: -1;
}

.list_work a:hover .img_box i {
	top: 50%;
	opacity: 1;
	z-index: 10;
}

.list_work .img_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
}

.list_work a:hover .img_box::before {
	background: rgba(0, 0, 0, 0.4);
}


/*-- Page --*/
.list_hd01 {
	padding: 0 20px 40px;
}

.list_hd01 .en_tit {
	font-size: 20px;
}

.pg_bd {
	padding: 40px 20px;
}

.pg_bd img {
	max-width: 100%;
	margin-bottom: 15px;
}

.pg_bd .btn_box {
	padding: 50px 20px 20px;
	text-align: center;
}

.btn {
	width: 250px;
	border: 1px #415041 solid;
	padding: 10px 25px;
	border-radius: 40px;
	color: #415041;
	margin: 0 auto;
}

.btn:hover {
	background: #415041;
	color: #ECE0DA;
}


/*-- Project Page --*/
.project {
	padding: 0 20px;
}

.project .leftbox,
.project .rightbox {
	display: inline;
	float: left;
	padding: 15px;
}

.project .leftbox {
	width: 65%;
	min-height: 800px;
	margin-top: 80px;
}

.project .leftbox img {
	max-width: 100%;
}

.project .rightbox {
	width: 35%;
	position: fixed;
	top: 95px;
	right: 15px;
	height: calc(100vh - 100px);
}

.project.off .rightbox {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 15px;
	height: auto;
}

.scrollbox {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.scrollbox .mCSB_inside>.mCSB_container {
	margin-right: 0;
}

.scrollbox .mCSB_draggerContainer {
	display: none;
}

.project .tit_box {
	position: relative;
	padding: 0 45px 5px 5px;
	border-bottom: 1px #5B3F1C solid;
	margin-bottom: 5px;
	color: #5B3F1C;
}

.project .tit_box a {
	display: block;
	border-radius: 3px;
	background: #5B3F1C;
	color: #FEF9EC;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 14px;
}

.project .tit_box h2.title {
	font-size: 24px;
}

.project .tit_box i {
	padding: 9px;
}

.pj_info {
	padding: 15px 5px;
}

.pj_info b {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #A9886D;
	margin-bottom: 10px;
	font-family: 'Noto Serif TC', serif;
}

.pj_info .en_tit {
	font-size: 24px;
	margin-right: 10px;
}

.pj_info .text_box {
	border-left: 1px #B19B8B solid;
	padding: 2px 0 2px 10px;
}

.pj_info .Txt {
	text-align: left;
}

.project .btn_box {
	padding: 15px 0;
}

.tags li {
	padding: 8px 5px;
}

.tags a {
	color: #A5A69B;
	border: 1px #A5A69B solid;
	font-size: 14px;
	padding: 5px 10px;
}

.btn03 {
	background: #A9886D;
	color: #EEE8E2;
	text-align: center;
	width: 100%;
	padding: 15px 10px;
	border-radius: 40px;
}

.btn03 i {
	margin-right: 10px;
}

.btn03:hover {
	opacity: 0.85;
	background: #EEE8E2;
	color: #A9886D;
}

.mb_hide {
	display: block;
}

.mb_show {
	display: none;
}


/*-- Footer --*/
.ft_top {
	background: #6D6056;
	color: #EEE8E2;
	text-align: center;
	padding: 30px 20px;
}

.ft_top h2.en_tit {
	font-weight: 400;
	font-size: 24px;
	margin: 0 0 15px 0;
}

.cat_link ul {
	justify-content: center;
}

.cat_link li {
	padding: 0 10px;
}

.ft_logo {
	width: 170px;
	margin: 0 auto 15px;
}

.ft_logo img {
	width: 100%;
}

.ft_top i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	margin-left: 1px;
}

.ft_top a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #A9886D;
	position: relative;
	color: #EEE8E2;
}

.ft_top a:hover {
	background: #EEE8E2;
	color: #A9886D;
}

.copyright {
	background: #3E3835;
	text-align: center;
	color: #EEE8E2;
	font-size: 13px;
	padding: 15px;
	font-family: 'Abel', sans-serif;
}

@media only screen and (max-width:1550px) {
	.inbox {
		width: 90%;
	}
}

@media only screen and (max-width:1400px) {
	.intro_me {
		width: 100%;
	}
}

@media only screen and (max-width:1200px) {
	.intro_me h2.title {
		font-size: 60px;
	}

	.deco_line {
		margin-bottom: 23px;
	}
}

@media only screen and (max-width:990px) {

	.banner_box .en_tit,
	.banner::after {
		font-size: 60px;
	}

	.about_box .img_box {
		width: 45%;
	}

	.about_box h2.title {
		font-size: 60px;
		left: 16%;
	}

	.about_box h2.title01 {
		left: 84%;
	}

	.list_hd .en_tit {
		font-size: 32px;
	}

	.list_work li {
		width: 50%;
	}

	.menu li {
		width: 50%;
	}

	.project {
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px;
	}

	.project .leftbox,
	.project .rightbox {
		width: 100%;
		display: block;
	}

	.project .rightbox {
		position: static;
		height: auto;
	}

	.mb_hide {
		display: none;
	}

	.mb_show {
		display: block;
	}
}

@media only screen and (max-width:900px) {
	.intro_me h2.title {
		font-size: 44px;
	}

	.deco_line {
		margin-bottom: 16px;
	}

	.icon_flower {
		width: 30px;
		height: 30px;
		margin-left: -30px;
	}

	.intro_box li {
		align-items: stretch;
	}

	.intro_box .text_box>.tit_box {
		margin: 20px 0 30px;
	}

	.intro_box01 .tit_img {
		width: 250px;
	}

	.intro_box01 .img_box {
		border-radius: 90px 90px 90px 10px;
	}
}

@media only screen and (max-width:768px) {
	.banner {
		width: 50%;
		height: 70%;
	}

	.intro_me {
		padding: 90px 10px;
	}

	.intro_me h2.title {
		font-size: 36px;
	}

	.icon_flower {
		width: 20px;
		height: 20px;
	}

	.deco_line {
		width: 14%;
	}

	.box_index {
		flex-wrap: wrap;
	}

	.box_index .left_box,
	.box_index .right_box {
		width: 100%;
	}

	.box_index .left_box {
		min-height: 380px;
	}

	.box_index .right_box {
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.box_index .bg_box,
	.box_index .img_box {
		width: 50% !important;
		height: auto;
	}

	.box_index .img_box {
		height: 100%;
		padding: 50% 0 50px;
	}

	.box_index .bg_box {
		padding: 70px 30px;
	}

	.box_index .bg_box .btn_box {
		margin-top: 20px;
		text-align: right;
	}

	.box_index01 {
		margin-bottom: 30px;
	}

	.box_index01 .right_box {
		flex-direction: row-reverse;
	}

	.about_box {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.about_box .left_box,
	.about_box .right_box {
		width: 100%;
		display: block;
		float: none;
	}

	.about_box .img_box {
		width: 60%;
		z-index: 1;
		padding: 60% 0 50px;
	}

	.about_box h2.title {
		z-index: 2;
	}

	.box01.pg_hd {
		margin: 0 0 40px;
	}

	.intro_box li {
		width: 100%;
	}

	.intro_box .img_box {
		width: 100%;
		margin: 10px auto 30px;
	}

	.intro_box01 .tit_img {
		width: 300px;
	}
}

@media only screen and (max-width:650px) {

	.hd_logo {
		top: 25px;
		left: 20px;
	}

	.hd_area {
		top: 25px;
		right: 20px;
	}

	.position_box>.en_tit {
		font-size: 40px;
	}

	.menu li {
		width: 100%;
		padding: 0px 10px;
	}

	.menu a {
		font-size: 20px;
	}

	.banner {
		width: 60%;
		height: 70%;
	}

	.banner .top_box {
		left: -3%;
	}

	.banner::after {
		left: auto;
		right: -10%;
	}

	.about_box h2.title {
		font-size: 42px;
	}

	.about_box .img_box {
		width: 70%;
		padding: 70% 0 50px;
	}

	.box02 {
		padding: 30px 0;
	}

	.intro_box p {
		padding: 8px 5px;
	}

	.service li {
		width: 100%;
		padding: 30px 10px 140px;
	}

	.list_work {
		padding: 50px 0px;
	}


}

@media only screen and (max-width:550px) {
	.banner {
		width: 80%;
	}

	.intro_me h2.title {
		font-size: 28px;
	}

	.icon_flower {
		top: 5px;
		margin-left: -20px;
	}

	.deco_line {
		border-bottom: 1px #4C362C solid;
		margin-bottom: 12px;
	}

	.box_index .left_box {
		min-height: 300px;
	}

}

@media only screen and (max-width:550px) {

	.intro_me .top_box,
	.intro_me .bt_box {
		padding: 8px 0;
	}

	.intro_me h2.title {
		padding: 0 3px;
		font-size: 24px;
	}

	.icon_flower {
		width: 15px;
		height: 15px;
	}

	.deco_line {
		margin-bottom: 9px;
	}

	.box_index .img_box {
		display: none;
	}

	.box_index .bg_box {
		width: 100% !important;
	}

	.about_box h2.title {
		font-size: 32px;
	}

	.list_work li {
		width: 100%;
	}

}


/*-- Coming Soon --*/
.coming_box {
	height: 95vh;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}

.coming {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 20px;
}

.coming .text_box {
	padding: 0 0 40px;
	color: #E3D1C3;
}

.coming h2.title {
	font-size: 60px;
	font-family: 'Suranna', serif;
	letter-spacing: 0.145em;
}

.coming .btn03 {
	display: block;
	width: 320px;
	margin: 0 auto;
	font-family: 'Abel', sans-serif;
}