@media (min-width: 1920px) {
	.gallery-wrapper .gallery {
	    height: 395px;
	}
	.text-gallery {
	    margin-top: 350px;
	}
	#background-gallery {
	    height: 1465px;
	}
	.work-width p.text {
	    width: 65%;
	}
	.gallery-wrapper .gallery.full {
		height: 395px;
	  }
}

@media screen and (max-width: 1425px) {
	.menu li {
	  padding: 20px 1.5% 0;
	  font-size: 15px;
	}
  }

@media screen and (max-width: 1260px) {
	.menu li {
		padding: 20px 1% 0;
	}
}


@media (max-width:1220px) {
/* Toggle Menu */
  .navigation {
    display: none;
  }
  .toggle-menu {
    display: block;
  }

	.logo-sp, .logo-choc {
    width: 50%;
    position: fixed;
    z-index: 999;
    margin-top: 8.5px;
    margin-left: 10px;
  }

  .logo-sp img, .logo-choc img {
    width: 100% !important;
  }


  .input-toggler {
    display: none;
  }

  .menu-toggler {
    position: fixed;
    right: 3%;
    top: 4%;
    width: 50px;
    height: 66px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }

  .menu-toggler-line {
    width: 60%;
    height: 3px;
    background: #fff;
    margin: 0 0 6px 0px;
    position: relative;
    transition: all 0.4s ease-out;
  }

  .choc {
    background: #3a2100;
  }

  .scp {
    display: block;
  }

  .scc {
    display: none;
  }

  .input-toggler:checked ~ .menu-toggler .menu-toggler-line {
    top: 4px;
    translatey: 100px;
    transform: rotate(45deg);
  }

  .input-toggler:checked ~ .menu-toggler .menu-toggler-line:nth-child(2) {
    display: none;
  }

  .input-toggler:checked ~ .menu-toggler .menu-toggler-line:nth-child(3) {
    top: -5px;
    translatey: 10;
    transform: rotate(135deg);
  }

  .nav {
    width: 100%;
    height: 100%;
    background: #3a2100;
  }

  .nav ul {
    width: 100%;
  }

  .nav ul li {
    width: 100%;
    text-align: center;
  }

  .nav ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
  }

  .menu {
    width: 100%;
    float: left;
    margin-left: 0;
    padding: 0;
    position: absolute;
    top: 123px;
  }

  .menu li {
  	letter-spacing: 1px;
  	font-feature-settings: "palt";
    width: 100%;
    height: 50px;
    text-align: left;
    border-left: unset;
    border-bottom: 1px solid #614d33;
    line-height: 50px;
    float: none;
    padding: 0px !important;
    letter-spacing: 0;
  }

  .fa-angle-right {
    float: right;
    margin: 17px 20px 17px 0;
    color: #c7c7c7;
  }

  .sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #502800;
    opacity: 0.5;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: all 0.4s ease-out;
  }
  .menu-link span {
  	font-weight: normal;
    font-size: 10px;
    letter-spacing: 2px;
    margin-left: 5px;
    font-family: 'Verdana', sans-serif;
  }

  .ovHide {
    overflow: hidden;
  }

  .menu-link {
  	letter-spacing: 1px;
    color: white;
    font-size: 15px;
    display: block;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-decoration: none;
    padding-left: 20px;
  }

  .menu-link:hover,
.menu-link:focus,
.menu-link:active {
    text-decoration: underline;
  }

  .input-toggler:checked ~ .sidebar {
    transform: translateX(0%);
    opacity: 1;
  }

/* sticky */
  .main_h {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100px;
    padding-top: 17px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: -150px;
    padding-bottom: 6px;
  }

  .sticky {
    background-color: #fff;
    opacity: 1;
    top: 0px;
  }
  .text-aboutUs {
  	width: 100% !important;
  }
  .text-aboutUs p {
  	width: 90% !important;
	  margin: 0 auto;
  }
  .work-width .judul b {
  	font-size: 16px !important;
  }
  #background-gallery .container {
  	width: 98% !important;
  }
  .work-wrapper {
  	width: 100%;
  }
  .menu-footer li {
	    padding: 0 20px;
	}
}
@media (max-width: 980px) {
	.headline {
		width: 100% !important;
		/*top: auto;*/
	}
	.container {
		width: 98%;
	}
	.headline img {
		margin: 24px 7.6% 0;
		max-width: 100% !important;
	}
	.work-width {
		width: 46% !important;
		float: left !important;
		display: block !important;
	}
	.work-1.work-width img, .work-2.work-width img, .work-4.work-width img {
		margin-top: 20px;
	}
	.work-1.work-width, .work-2.work-width, .work-3.work-width {
	    height: 435px;
	}
	.work-4.work-width {
	    height: 415px;
	}	
	footer .container {
		width: 98% !important;
	}
	#content-inner {
    	width: 95%;
    	margin: auto;
    }
    .work-width .last-p {
	    letter-spacing: 2px;
	    padding: 25px 0 0 0;
	    margin: 0;
	}
.pc-hidden {
	display: block;
}

}
@media (max-width: 830px) {
	.main_h {
		height: 80px !important;
	}
	.menu-toggler {
		top: 3% !important;
	}
	.menu {
		top: 103px;
	}
	.work-1.work-width, .work-2.work-width, .work-3.work-width {
	    height: 400px;
	}
	.work-1.work-width img, .work-2.work-width img, .work-3.work-width img {
	    margin: 10px 0 10px;
	}
	.work-4.work-width img {
	    margin: 10px;
	}
	.work-4.work-width {
	    height: 370px;
	}
	.menu-footer li {
	    padding: 0 15px;
	}
	#main {
	    width: 100%;
	    padding: 30px 0 40px;
	}
}
@media (max-width: 820px) {
	
}
@media (max-width: 768px) {
	#content-inner {
	  width: 100%;
	  margin: auto;
	  position: relative;
	  padding: 0;
	}
	#background-aboutUs {
		padding: 40px 0 15px;
	}
	#background-work {
		padding: 50px 0 10px;
	}
	#background-gallery {
	    height: 975px;
	    padding: 20px 0 0px;
	}
	.menu-footer li {
	    padding: 0 10px;
	}
	/*SUB_PAGE*/
	#middle_wrap {
	    margin-top: 0px;
	    margin-bottom: 5px;
	    width: 94%;
	    margin-right: 3%;
	    margin-left: 3%;
	}
	.page_sub2 {
	    font-size: 17px;
	    letter-spacing: 1px;
	    color: #3a2100;
	    margin: 0px;
	    padding: 0px;
	    text-align: center;
	    display: table;
	    width: 100%;
	}
	.marker {
	    background: linear-gradient(transparent 50%, #ff0 0%);
	    padding-right: 5px;
	    padding-left: 5px;
	    padding-bottom: 2px;
	}
	.pc_hidden {
		display: block;
	}
	.contents_text {
	    width: 100%;
	    float: left;
	    font-size: 15px;
	    line-height: 1.5em;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.contents_text2 {
	    width: 96%;
	    font-size: 14px;
	    line-height: 1.5em;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-right: 2%;
	    margin-left: 2%;
	}
	.border_2line_y {
	    border-top-width: 1px;
	    border-bottom-width: 1px;
	    border-top-style: solid;
	    border-bottom-style: solid;
	    border-top-color: #999;
	    border-bottom-color: #FFF;
	    width: 100%;
	    height: 0px;
	    overflow: hidden;
	    display: block;
	    margin: 0px;
	    padding: 0px;
	    filter: alpha(opacity=70);
	    -moz-opacity: 0.7;
	    opacity: 0.7;
	}
	.page_sub {
	    text-align: center;
	    font-size: 23px;
	    letter-spacing: 1px;
	    color: #3a2100;
	    margin-bottom: 10px;
	    margin-top: 0px;
	}
	.pagetitle {
	    text-align: center;
	    font-size: 23px;
	    letter-spacing: 1px;
	    color: #3a2100;
	    margin-bottom: 3px;
	    margin-top: 0px;
	}
	.pagetitle_en {
	    color: #5F4624;
	    font-family: "Roboto", serif;
	    font-size: 11px;
	    font-weight: bold;
	    text-align: center;
	    padding: 0px;
	    margin-top: 5px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	}
	.contents_text3 {
	    width: 96%;
	    float: left;
	    font-size: 15px;
	    line-height: 1.3em;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-right: 2%;
	    margin-left: 2%;
	}
	.link_button3 {
	    display: inline-block;
	    width: 90%;
	    height: 50px;
	    text-align: center;
	    text-decoration: none;
	    line-height: 100px;
	    outline: none;
	    position: relative;
	    z-index: 2;
	    background-color: #64a727;
	    color: #fff;
	    line-height: 50px;
	    overflow: hidden;
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    font-size: 15px;
	    margin-right: 5%;
	    margin-left: 5%;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    -webkit-appearance: none;
	}
	.link_button3, .link_button3::before, .link_button3::after {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	.link_button3::before, .link_button3::after {
	    position: absolute;
	    z-index: -1;
	    display: block;
	    content: '';
	}
	.work-width .last-p {
	    letter-spacing: 2px;
	    padding: 10px 0 0 0;
	    margin: 0;
	}
	.padtop {
		padding: 13px 0 0 0 !important;
	}
}
@media (max-width: 740px) {
	.menu-toggler {
	    top: 3% !important;
	}
	.main_h {
		height: 70px !important;
	}
	.menu {
	    top: 93px;
	}
}
@media (max-width: 720px) {
	.hero-image-bgcolor {
		position: inherit;
		height: auto;
		width: auto;
		background: none;
		top: inherit;
	}

	.sp_hidden {
	  display: none;
	}
	.menu {
	    top: 83px;
	}
	.menu-toggler {
	    top: 2% !important;
	}
	.container {
		width: 100% !important;
		padding: 0px 15px !important;
	}
	.text-aboutUs {
		text-align: justify !important;
		margin-top: 20px;
	}
	.mini-header img {
		width: 96% !important;
	}
	.work-wrapper {
		margin-top: 20px;
	}
	.work-1.work-width img, .work-2.work-width img, .work-3.work-width img, .work-4.work-width img {
		margin-top: 20px;
	}
	.gallery-wrapper .gallery {
		height: 385px;
		width: 100% !important;
		display: block !important;
		margin: 0px 0px 40px !important;
	}
	.gallery-wrapper .gallery.full {
		height: 385px;
		width: 100% !important;
		display: block !important;
		margin: 0px 0px 40px !important;
	}
	.gallery-5 {
		background-image: url("../images/portfolio_banner_sp.png");
	}
	.gallery-wrapper .gallery.full .text-gallery b {
		float: left;
	}
	  
	.gallery-wrapper .gallery.full .text-gallery p {
		float: left;
		display: inline;
	}
	.text-gallery {
	    margin-top: 340px;
	}
	.box-footer p {
		font-size: 12px !important;
	}
	#background-gallery {
		height: auto !important;
		display: flex !important;
	}
	#background-gallery .container {
		width: 93% !important;
	}
	.menu-footer {
		display: none;
	}
	.box-footer {
	    border-bottom: none;
	}
	.headline.pc {
    	display: none;
  	}

  	.headline.sp {
    	display: block;
    	z-index: 3;
  	}
  	#background-header {
		position: relative;
	}
	#background-header:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(58, 33, 0, 0.5);
		z-index: 2;
	}
	.work-width {
	    float: none !important;
	    width: 92% !important;
	    margin: auto;
	    margin-bottom: 20px;
	}
	.text-foot img {
		width: 100% !important;
	}
	.box-footer p {
		letter-spacing: 1px !important;
	}
	.main_h {
		height: 60px !important;
	}
	#background-work {
		padding: 50px 0px 40px;
	}
	#background-gallery {
		padding: 40px 0px 10px;
	}
	.work-1.work-width, .work-2.work-width, .work-3.work-width {
	    height: 425px;
	}
	.work-4.work-width {
	    height: 390px;
	}
}
@media (max-width: 680px) {
	#middle_wrap {
	    margin-top: 0px;
	    margin-bottom: 5px;
	    width: 94%;
	    margin-right: 3%;
	    margin-left: 3%;
	}
	.page_sub2 {
	    font-size: 17px;
	    letter-spacing: 1px;
	    color: #3a2100;
	    margin: 0px;
	    padding: 0px;
	    text-align: center;
	    display: table;
	    width: 100%;
	}
	.marker {
	    background: linear-gradient(transparent 50%, #ff0 0%);
	    padding-right: 5px;
	    padding-left: 5px;
	    padding-bottom: 2px;
	}
	.pc_hidden {
		display: block;
	}
	.contents_text {
	    width: 100%;
	    float: left;
	    font-size: 13px;
	    line-height: 1.5em;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.contents_text2 {
	    width: 96%;
	    font-size: 14px;
	    line-height: 1.5em;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-right: 2%;
	    margin-left: 2%;
	}
	.border_2line_y {
	    border-top-width: 1px;
	    border-bottom-width: 1px;
	    border-top-style: solid;
	    border-bottom-style: solid;
	    border-top-color: #999;
	    border-bottom-color: #FFF;
	    width: 100%;
	    height: 0px;
	    overflow: hidden;
	    display: block;
	    margin: 0px;
	    padding: 0px;
	    filter: alpha(opacity=70);
	    -moz-opacity: 0.7;
	    opacity: 0.7;
	}
	.page_sub {
	    text-align: center;
	    font-size: 23px;
	    letter-spacing: 1px;
	    color: #3a2100;
	    margin-bottom: 10px;
	    margin-top: 0px;
	}
	.pagetitle {
	    text-align: center;
	    font-size: 23px;
	    letter-spacing: 1px;
	    color: #3a2100;
	    margin-bottom: 3px;
	    margin-top: 0px;
	}
	.pagetitle_en {
	    color: #5F4624;
	    font-family: "Roboto", serif;
	    font-size: 11px;
	    font-weight: bold;
	    text-align: center;
	    padding: 0px;
	    margin-top: 5px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	}
	.contents_text3 {
	    width: 96%;
	    float: left;
	    font-size: 15px;
	    line-height: 1.3em;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-right: 2%;
	    margin-left: 2%;
	}
	.link_button3 {
	    display: inline-block;
	    width: 90%;
	    height: 50px;
	    text-align: center;
	    text-decoration: none;
	    line-height: 100px;
	    outline: none;
	    position: relative;
	    z-index: 2;
	    background-color: #64a727;
	    color: #fff;
	    line-height: 50px;
	    overflow: hidden;
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    font-size: 15px;
	    margin-right: 5%;
	    margin-left: 5%;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    -webkit-appearance: none;
	}
	.link_button3, .link_button3::before, .link_button3::after {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	.link_button3::before, .link_button3::after {
	    position: absolute;
	    z-index: -1;
	    display: block;
	    content: '';
	}
}
@media (max-width: 640px) {
	.menu {
	    top: 118px;
	}
	.mini-header {
		height: 140px;
	}
	.mini-header img {
	    margin-top: 15px;
	}
	.gallery-1, .gallery-2, .gallery-3, .gallery-4 {
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
		border-bottom-left-radius: 20px !important;
		border-bottom-right-radius: 20px !important;
	}
	.logo-sp, .logo-choc {
		width: 80% !important;
	}
	.main_h {
		height: 95px !important;
	}
	.menu-toggler {
		top: 5% !important;
	}
	
}
@media (max-width: 570px) {
	.menu {
	    top: 108px;
	}
	.main_h {
		height: 85px !important;
	}
	.menu-toggler {
	    top: 4% !important;
	}
	.gallery-wrapper .gallery {
		height: 235px !important;
	}
	.text-gallery {
		margin-top: 205px !important;
		height: 30px;
	}
	.text-gallery b {
	    font-size: 13px;
	    line-height: 30px;
	}
	.text-gallery p {
	    font-size: 10px;
	    line-height: 35px;
	}
}
@media (max-width: 420px) {
	.headline {
		top: auto;
	}
	.menu {
	    top: 83px;
	}
	.headline img {
		width: 272px;
		height: 193px;
	}
	.last-p .icon-work {
	    vertical-align: middle;
	    width: unset !important;
	    height: unset !important;
	    margin: 0 10px 0 0px !important;
	}
	#background-header {
    	height: 430px;
	}
	.pic-wrapper {
	    height: 430px;
	}
	.headline {
	    margin-top: 117px;
	}
	.mini-header {
		height: 99px;
		/*background-image: url(../images/bg-white-sp.png);*/
	}
	.mini-header img {
	    width: 95% !important;
	    margin: 14px 12px;
	}
	#background-aboutUs {
	    padding: 50px 0 30px;
	}
	.title h2 {
	    margin: 0 0 8px;
	}
	.second-title h6 hr {
	    margin-bottom: 17px;
	}
	.text-aboutUs {
	    margin-top: 30px;
	}
	p.text {
	    font-size: 13px !important;
	    line-height: 20px;
	}
	.work-width .last-p {
	    font-size: 13px;
	}
	.work-1.work-width img, .work-2.work-width img, .work-3.work-width img, .work-4.work-width img {
		margin-top: 35px;
		height: unset;
		margin-bottom: 15px;
	}
	.work-1.work-width, .work-2.work-width, .work-3.work-width {
	    height: 340px !important;
	}
	.work-4.work-width {
	    height: 320px !important;
	}
	.work-1 img {
	    width: 63.5%;
	}
	.work-2 img {
    	width: 50%;
	}
	.work-width .judul {
	    padding: 11px 0;
	}
	.work-1-title {
	    line-height: 15px;
	}
	.work-2-title {
	    line-height: 15px;
	}
	.work-width .judul.work-3-title, .work-width .judul.work-4-title {
	    line-height: 20px;
	}
	.work-width .judul b {
		font-size: 15px !important;
		letter-spacing: 2px;
	}
	.work-width p.text {
	    letter-spacing: 0px;
	}
	.work-width .last-p {
		letter-spacing: 1px;
	    padding: 13px 0 0 0;
	}
	#background-gallery .container {
		width: 96% !important;
	}
	.menu-toggler {
		top: 2% !important;
	}
	.main_h {
		height: 60px !important;
	}
	.work-width {
		margin-bottom: 10px;
	}
	.work-wrapper {
	    margin-top: 30px;
	}
	#background-gallery {
		padding: 34px 0px 25px;
	}
	.gallery-wrapper .gallery {
	    margin: 0px 0px 10px !important;
	}
	.work-width .judul p {
	    font-size: 10px;
	}
	.gallery-1, .gallery-2, .gallery-3, .gallery-4 {
		background-repeat: no-repeat;
	}
	.box-footer img {
	    width: 31.5%;
	}
	.copyright {
	    font-size: 10px;
	    padding: 1px 0;
	}
	.box-footer p {
		line-height: 21px;
	    letter-spacing: 3px !important;
	}
	footer {
	    padding-bottom: 22px;
	}
	.box-footer .logo-foot {
	  width: 98px;
	  height: 144px;
	}
	#background-header-sub {
	    height: 150px;
	}
	.pic-sub-wrapper {
	    height: 150px;
	}
	.headline-sub {
	    margin-top: 90px;
	}
	.headline-sub h2 {
	    line-height: 1;
	    font-size: 22px;
	    margin-bottom: 2px;
	}
	.headline-sub span {
	    position: relative;
	    line-height: 1;
	    font-size: 10px;
	    top: -10px;
	}
}
@media (max-width: 420px) {
.work-width .work-3-title p {
	height: 15px;
}
}
@media (max-width: 360px) {
	.main_h {
	    height: 40px;
	}
	.menu {
	    top: 63px;
	}
	.logo-sp, .logo-choc {
	    width: 67% !important;
	}
	.menu-toggler {
	    top: 0.5% !important;
	} 
	.mini-header {
		height: 89px;
	}
	.mini-header img {
	    width: 94% !important;
	}
	.text-aboutUs {
		width: 95% !important;
		margin-top: 22px;
		font-size: 13px;
		line-height: 23px;
	}
	.work-1.work-width, .work-2.work-width, .work-3.work-width {
	    height: 320px !important;
	}
	.work-4.work-width {
	    height: 300px !important;
	}
	.work-width {
		width: 92% !important;
	}
	.title h2 {
		font-size: 22px !important;
	}
	.second-title h6 {
		font-size: 10px;
	}
	.second-title h6 hr {
		width: 40% !important;
	}
	.gallery-wrapper .gallery {
		height: 179px !important;
	}
	.text-gallery {
		margin-top: 150px !important;
		height: 30px;
	}
	.box-footer p {
	    letter-spacing: 1.5px !important;
	}
	.padtop {
	    padding: 35px 0 0 0 !important;
	}

}
@media (max-width: 330px) {
	
}
@media (max-width: 320px) {
	.text-aboutUs {
		width: 100% !important;
	}
	.mini-header {
		height: 80px !important;
	}
	.mini-header img {
	    width: 93% !important;
	}
	.work-width .judul b {
		letter-spacing: 1px;
	}
	.box-footer p {
	    letter-spacing: 0 !important;
	}
}