@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: .1em;
	font-family:  'Meiryo', sans-serif;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	overflow-x: hidden;
}

.container,
.rows,
header,
section,
footer {
	width: 100%;
	float: left;
}

.cont {
	width: 100%;
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

*::after {
	box-sizing: border-box;
}

*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a:hover,
a:visited,
a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

.ow {
	overflow: hidden;
	width: 100%;
}



.dl_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.text-primary {
    color: #3f3f3f;
    display: inline-block;
    border-bottom: 2px solid #b9b9b9;
    padding: 0 15px 0 5px;
    margin-bottom: 10px;
    font-size: 16px;
}


main {
	width: calc(100vw - 175px);
	height: 100%;
	overflow: hidden;
	margin-left: auto
}

.show_sp {
	display: none !important;
}

.hide_sp {
	display: inline-block !important;
}

#top_cont01 .div_all .div_right .div_txt .btn_div {
	display: none;
}

.div02-sp {
	display: none;
}

/* Header */

header {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 160px;
	z-index: 9;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .18);
}

.hd_menu {
	margin: 0 auto;
	padding-top: 49px;
	width: 80px;
}

.hd_hamber_menu {
	padding: 5px;
	transition: opacity 500ms;
	cursor: pointer;
}

.hd_menu_line {
	margin-bottom: 15px;
	padding: 7px 10px;
}

.span_line {
	position: relative;
	display: block;
	width: 100%;
	background-color: #848484;
	height: 1px;
}

.hv-o-sp {
	display: none;
}


.span_line:before,
.span_line:after {
	height: 1px;
}

.span_line:before {
	transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
}

.span_line:before,
.span_line:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	background-color: #848484;
	transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
}

.span_line:before {
	top: -6px;
}

.span_line:after {
	top: 6px;
}

.hd_fix,
.hd_all {
	height: 100%;
	display: block;
}

.hd_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.hd_btn a {
	background-color: #F781D8;
	display: block;
	text-align: center;
	height: 10vh;
	line-height: 10vh;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
}

.hd_menu_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.hd_logo {
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 60%;
    margin: auto;
}

.hd_div_menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 7;
	width: 0;
	width: calc(100vw - 175px);
	background-color: transparent;
	/*ForSafari3.1to6.0*/-webkit-transition-property: transform;
	-webkit-transition-duration: 0s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 800ms;
	/*Standardsyntax*/transition-property: transform;
	transition-duration: 0s;
	transition-timing-function: linear;
	transition-delay: 800ms;
	transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
}

.hd_div_menu.open_menu {
	/*ForSafari3.1to6.0*/
	-webkit-transition-property: transform, background-image;
	-webkit-transition-duration: 0s, 5s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0ms;
	/*Standardsyntax*/
	transition-property: transform, background-image;
	transition-duration: 0s, 5s;
	transition-timing-function: linear;
	transition-delay: 0ms;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.hd_div_menu .div_menu {
	width: 33.3333%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hd_div_menu .div_menu.div01 {
	background-image: none;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	background-color: #4b4b4b;
}

.hd_div_menu .div_menu.div02 {
	background-image: none;
	-webkit-transform: translate(-200%, 0);
	transform: translate(-200%, 0);
	-moz-transform: translate(-200%, 0);
	-ms-transform: translate(-200%, 0);
	-o-transform: translate(-200%, 0);
	background-color: #333;
}

.hd_div_menu .div_menu.div03 {
	background-image: none;
	-webkit-transform: translate(-300%, 0);
	transform: translate(-300%, 0);
	-moz-transform: translate(-300%, 0);
	-ms-transform: translate(-300%, 0);
	-o-transform: translate(-300%, 0);
	background-color: #202020;
}

.div_instar{
	margin-top: 40px;
	margin-bottom: 20px;
	/* max-width:300px; */
	/* max-height: 1090px; */
	overflow: hidden;
}

.div_instar #instagram-feed1{
	margin-bottom: 20px;
}

.div_instar #instagram-feed1 img{
	margin: auto;
	margin-bottom: 10px;
}


.div_instar .masongram-image-caption-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}

.div_instar .masongram-image-caption-container a {
	display: block;
	width: 100%;
	height: 100%;
}


.hd_div_menu.open_menu .div_menu.div01 {
	background-image: url(../img/hd_menu_img01.jpg);
	z-index: 3;
}

.hd_div_menu.open_menu .div_menu.div02 {
	background-image: url(../img/hd_menu_img02.jpg);
	z-index: 2;
}

.hd_div_menu.open_menu .div_menu.div03 {
	background-image: url(../img/hd_menu_img03.jpg);
	z-index: 1;
}

.hd_div_menu .div_menu ul {
	padding-top: 17.1875vw;
	width: 22vw;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
}

.hd_div_menu.open_menu .div_menu ul {
	opacity: 1;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
	transition: opacity 1100ms cubic-bezier(.42, 0, .58, 1) 900ms;
}


.hd_div_menu .div_menu ul .title {
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 3.51562vw;
}

.hd_div_menu .div_menu ul li {
	font-size: 16px;
	line-height: 238%;
	color: #fff;
}

.hd_div_menu .div_menu ul li a {
	color: #000;
	transition: opacity 400ms;
}

.hd_hamber_menu.open_menu .span_line {
	background-color: #fff;
}

.hd_hamber_menu.open_menu .span_line:before {
	-webkit-transform: translate(0, 6px) rotate(45deg);
	transform: translate(0, 6px) rotate(45deg);
}

.hd_hamber_menu.open_menu .span_line:after {
	-webkit-transform: translate(0, -6px) rotate(-45deg);
	transform: translate(0, -6px) rotate(-45deg);
}

.hd_div_menu .div_menu {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	transition: -webkit-transform 800ms;
	transition: transform 800ms;
	transition: transform 800ms, -webkit-transform 800ms;
	-webkit-transition: -webkit-transform 800ms;
	-moz-transition: -webkit-transform 800ms;
	-ms-transition: -webkit-transform 800ms;
	-o-transition: -webkit-transform 800ms;
	position: relative;
}

.hd_div_menu.open_menu .div_menu {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.hd_sns {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	max-width: 60px;
	top: 31px;
	right: 31px;
	mix-blend-mode: exclusion;
}

.hd_sns .ul_sns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.hd_sns .ul_sns .li_sns {
	width: 50%;
	text-align: center;
}

.hd_sns .ul_sns .li_sns img {
	width: 50%;
	width: auto;
	height: 21px;
	margin-left: auto;
}

#photos { max-height: 900px;}

/* End Header */

footer {
	padding-top: 105px;
	padding-bottom: 65px;
	background-color: #F781D8;
	color: #fff;
	width: calc(100vw - 175px);
	height: 100%;
	overflow: hidden;
	margin-left: auto;
	display: block;
	float: none;
}

footer .ft_logo {
	width: 25%;
	max-width: 250px;

}

footer .ft_logo .logo {
	margin-bottom: 30px;
	display: block;
	letter-spacing: 2px;
}

footer .ft_menu {
	width: 100%;
	justify-content: space-between;
}

/* footer .ft_menu .div_menu{
	width: 18%;
} */

footer .ft_menu .div_menu ul li a {
	font-size: 16px;
	letter-spacing: .14em;
	color: #fff;
	line-height: 2.54545;
	text-decoration: none;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-ms-transition: color 400ms;
	-o-transition: color 400ms;
}

footer .ft_menu .div_menu ul li a:hover {
	color: #ffffff;
}

footer .ft_menu .div_menu.div04 ul li a {
	transition: background-color 400ms;
	width: 206px;
	color: #fff;
	text-align: center;
	height: 48px;
	border: 1px solid #fff;
	line-height: 48px;
	font-size: 16px;
	margin-bottom: 30px;
	display: block;
}

footer .ft_menu .div_menu.div04 ul li a:hover {
	background-color: rgba(255, 255, 255, .15);
}

.ft_sns {
	width: 100%;
	max-width: 50px;
	top: 31px;
	left: 31px;
	mix-blend-mode: exclusion;
	margin-left: auto;
	margin-right: auto;
}

.ft_sns .ul_sns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.ft_sns .ul_sns .li_sns {
	width: 50%;
	text-align: center;
}

footer .ft_copyright {
	width: 100%;
	font-size: 12px;
	color: #fff;
	margin-top: 40px;
}

.ft_sns .ul_sns .li_sns img {
	width: 50%;
	width: auto;
	height: 21px;
	margin-left: auto;
}

.ft_sns .ul_sns .li_sns:first-child img {
	margin-left: 0;
}

footer .cont {
	position: relative;
}


footer .cont .btn_backtop {
	position: absolute;
	bottom: 0;
	right: 4.6875vw;
	cursor: pointer;
}

/* Footer */



/* End Footer */

/* Page Top */

#top_slide .owl-carousel.owl-loaded{
	display: none;
}

#top_slide .div_video {
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}

#top_slide .div_video video {
	width: calc(100vw - 175px);
	height: calc((100vw - 175px) * 0.5625);
	vertical-align: middle;
}

#top_slide .div_video iframe {
	width: calc(100vw - 175px);
	height: calc((100vw - 175px) * 0.5625);
	position: relative;
	z-index: 0;
	vertical-align: middle;
}

_::-webkit-full-page-media, _:future, :root #top_slide .div_video video {
	width: calc(100vw - 160px);
	height: calc((100vw - 160px) * 0.5625);
}

_::-webkit-full-page-media, _:future, :root #top_slide .div_video iframe{
	width: calc(100vw - 160px);
	height: calc((100vw - 160px) * 0.5625);
}
_::-webkit-full-page-media, _:future, :root footer {
	width: calc(100vw - 160px);
}
_::-webkit-full-page-media, _:future, :root .hd_div_menu {
	width: calc(100vw - 160px);
}
_::-webkit-full-page-media, _:future, :root main {
	width: calc(100vw - 160px);
}

@media all and (-ms-high-contrast:none) {
	#top_slide .div_video iframe {
		width: calc(100vw - 160px);
		height: calc((100vw - 160px) * 0.5625);
	}
	footer {
		width: calc(100vw - 160px);
	}
	.hd_div_menu {
		width: calc(100vw - 160px);
	}
	main {
		width: calc(100vw - 160px);
	}
}



#top_slide .div_video .div_onvideo {
	position: relative;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

#top_slide .div_video .txt_video {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	z-index: 2;
 text-align: justify;
 text-justify: inter-ideograph;
  line-height: 1.9;
  letter-spacing: 0.03em;
	color: #fff;
	font-size: 20px;
	top: 50%;
	right: 5vw;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	padding: 20px 20px;
	font-family:  'Meiryo', sans-serif;
	transform:translateY(-50%);
	white-space: nowrap;
}

#top_slide .div_video .div_news {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 532px;
	z-index: 5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 30px;
}

#top_slide .div_video .div_news ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	font-size: 11px;
}

#top_slide .div_video .div_news ul li .date {
	margin-right: 20px;
}

#top_slide .div_video .div_news ul li .title {
	max-width: 315px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top_slide .div_video .div_news ul li .title a{
	color: inherit;
}

#top_slide .div_video .div_news .btn_list {
	margin-left: 30px;
}

#top_slide .div_video .div_news .btn_list a {
	color: inherit;
	font-size: 11px;
	border-bottom: 1px solid #000;
	text-decoration: none;
	white-space: nowrap;
}

#top_slide .div_video .div_news .btn_list a:hover {
	border-bottom: 0px solid #000;
}

#top_cont01 .div_all {
	align-items: center;
}

#top_cont01 .div_all .div_left {
	width: 50%;
	height: 45.3125vw;
	background-image: url(../../images/index/main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	justify-content: center;
	position: relative;
}

.div_title {
	font-size: 30px;
	line-height: 200%;
	text-align: center;
	
}

footer .ft_logo .logo {
    font-size: 23px;
    letter-spacing: 2px;
    text-align: center;
	color: #fff;
	font-weight: bold;
}

#top_cont01 .div_all .div_left .div_bgcolor {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

#top_cont01 .div_all .div_left .div_content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#top_cont01 .div_all .div_left .div_content .btn_div {
	width: 100%;
	text-align: center;
}

#top_cont01 .div_all .div_left .div_content .img {
	text-align: center;
}

#top_cont01 .div_all .div_left .div_content .img img {
	margin-left: auto;
	margin-right: auto;
}

#top_cont01 .div_all .div_left .div_content .btn_div a {
	display: block;
	margin-top: 3vw;
	width: 16.09375vw;
	height: 3.75vw;
	line-height: 3.75vw;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	font-size: 13px;
	letter-spacing: .14em;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	transition: background-color 400ms;
}

#top_cont01 .div_all .div_left .div_content .btn_div a:hover {
	background-color: rgba(255, 255, 255, .15);
}

#top_cont01 .div_all .div_right {
	width: 50%;
	height: 45.3125vw;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
}

#top_cont01 .div_all .div_right .div_txt {
	width: 32.78125vw;
	min-width: 500px;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 2.3;
	letter-spacing: .08em;    
    padding: 6vw 4vw;
}

#top_cont02 .cont.dl_flex {
	justify-content: flex-start;
	padding-top: 7.8125vw;
	padding-bottom: 3.8125vw;
	background-image: linear-gradient(to bottom, #fff 0, #fff 20%, #eaeaea 20%, #eaeaea 100%);
}

#top_cont02 .div_menu {
	width: 24.21875vw;
	margin-right: 1.5%;
	height: 33.59375vw;
	align-items: stretch;
	text-align: center;
	margin-bottom: 3vw;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	position: relative;
	overflow: hidden;
}

#top_cont02 .div_menu .div_img {
	background-image: url(../img/top_img01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont02 .div_menu:hover .div_img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#top_cont02 .div_menu:nth-child(3n) {
	margin-right: 0;
}

#top_cont02 .div_menu a {
	/* display: block; */
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 36px;
	letter-spacing: .12em;
	text-shadow: 2px 2px 2px #000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000;
	align-items: center;
	justify-content: center;
}

#top_cont02 .div_menu a .txt {
	line-height: 100%;
	position: relative;
	z-index: 1;
}

#top_cont03 {
	padding-top: 7.8125vw;
	background-color: #fff;
}

#top_cont03 .owl-carousel .item .img,
#top_cont05 .div_prolist .owl-carousel .item .img {
	width: 100%;
	margin-bottom: 1.25vw;
}

.title_style01 {
	width: 100%;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.14em;
	position: relative;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4.6875vw;
}

.title_style01 .title_eng {
	font-size: 11px;
	vertical-align: middle;
	margin-left: 0.7em;
}

.title_style01 .btn_title {
	padding-bottom: 6px;
	border-bottom: 1px solid #3f3f3f;
	font-size: 13px;
	color: #3f3f3f;
	text-decoration: none;
	transition: border-color ease 500ms;
	-webkit-transition: border-color ease 500ms;
	-moz-transition: border-color ease 500ms;
	-ms-transition: border-color ease 500ms;
	-o-transition: border-color ease 500ms;
}

.title_style01 .btn_title:hover {
	border-color: #fff;
}

#top_cont03 .owl-carousel .item a,
#top_cont05 .div_prolist .owl-carousel .item a {
	text-decoration: none;
}

#top_cont03 .owl-carousel .item .title,
#top_cont05 .div_prolist .owl-carousel .item .title {
	font-size: 12px;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
	color: #3f3f3f;
}

#top_cont03 .owl-carousel .item .dec,
#top_cont05 .div_prolist .owl-carousel .item .dec {
	font-size: 10px;
	margin-bottom: 5px;
	width: 100%;
	color: #3f3f3f;
}

#top_cont03 .owl-carousel .item .weight,
#top_cont05 .div_prolist .owl-carousel .item .weight {
	font-size: 10px;
	margin-bottom: 5px;
	color: #afafaf;
	width: 100%;
}

#top_cont03 .owl-carousel .item .price,
#top_cont05 .div_prolist .owl-carousel .item .price {
	font-size: 12px;
	color: #476941;
}

#top_cont03 .owl-carousel .item .price span,
#top_cont05 .div_prolist .owl-carousel .item .price span {
	font-size: 10px;
	color: #3f3f3f;
}

#top_cont03 .owl-carousel .item .btn_detail,
#top_cont05 .div_prolist .owl-carousel .item .btn_detail {
	font-size: 10px;
	padding: 0px 10px;
	border: 1px solid #3f3f3f;
	transition: all 400ms;
	float: right;
	color: inherit;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	margin-left: auto;
	margin-right: 2px;
	color: #3f3f3f;
}

#top_cont03 .owl-carousel .item:hover .btn_detail,
#top_cont05 .div_prolist .owl-carousel .item:hover .btn_detail {
	background-color: #3f3f3f;
	color: #fff;
}

#top_cont03 .owl-carousel .owl-nav button,
#top_cont05 .owl-carousel .owl-nav button {
	height: 40px;
	width: 40px;
}

#top_cont03 .owl-carousel .owl-nav button.disabled,
#top_cont05 .owl-carousel .owl-nav button.disabled {
	display: none;
}

#top_cont03 .owl-theme .owl-nav [class*='owl-']:hover,
#top_cont05 .owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
}

#top_cont03 .owl-carousel .owl-nav button.owl-next,
#top_cont05 .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#top_cont03 .owl-carousel .owl-nav button.owl-prev,
#top_cont05 .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#top_cont03 .div_event {
	margin-top: 7.8125vw;
}

#top_cont03 .banner_event {
	width: 100%;
	height: 402px;
	position: relative;
	display: block;
	overflow: hidden;
}

#top_cont03 .banner_event .img01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont03 .banner_event:hover .img01 {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#top_cont03 .banner_event .bg01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.3);
}

#top_cont03 .banner_event .txt01 {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 3.90625vw;
	font-size: 25px;
	position: absolute;
	z-index: 3;
	color: #fff;
}

#top_cont03 .banner_event .txt02 {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 3.90625vw;
	font-size: 13px;
	letter-spacing: .14em;
	line-height: 1.85;
	position: absolute;
	z-index: 3;
	color: #fff;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

#top_cont03 .video {
	margin-top: 7.8125vw;
	overflow: hidden;
}

#top_cont03 .video img {
	width: 100%;
	position: relative;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont03 .video a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#top_cont03 .video a {
	position: relative;
	width: 100%;
	display: block;
}

#top_cont03 .video a::after {
	content: url(../img/ico_video_start.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 1;
}

#top_cont04 {
	padding-top: 7.8125vw;
	background-image: linear-gradient(to bottom, #fff 0, #fff 20%, #eaeaea 20%, #eaeaea 100%);
	padding-bottom: 7.8125vw;
}

#top_cont04 .div_01 {
	width: 46.875vw;
	height: 37.5vw;
	margin-right: 2.34375vw;
	position: relative;
	overflow: hidden;
}

#top_cont04 .div_01 .img,
#top_cont04 .div_02 .div_sub1 .img,
#top_cont04 .div_02 .div_sub2 .img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont04 .div_01:hover .img,
#top_cont04 .div_02 .div_sub1:hover .img,
#top_cont04 .div_02 .div_sub2:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#top_cont04 .div_01 .bg_color,
#top_cont04 .div_02 .div_sub1 .bg_color,
#top_cont04 .div_02 .div_sub2 .bg_color {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

#top_cont04 .div_01 .text {
	font-size: 16px;
	left: 5.46875vw;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 3;
}

#top_cont04 .div_02 {
	width: 28.90625vw;
}

#top_cont04 .div_02 .div_sub1 {
	margin-bottom: 2.34375vw;
	height: 17.57812vw;
	position: relative;
	overflow: hidden;
}

#top_cont04 .div_02 .div_sub2 {
	/* width: 28.90625vw; */
	height: 17.57812vw;
	position: relative;
	overflow: hidden;
}

#top_cont04 .div_02 .div_sub1 .text,
#top_cont04 .div_02 .div_sub2 .text {
	font-size: 16px;
	left: 2.5vw;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 3;
}

#top_cont05 {
	padding-top: 7.8125vw;
	background-color: #fff;
}

#top_cont05 .div_media {
	margin-top: 7.8125vw;
}

#top_cont05 .div_media .item a {
	text-decoration: none;
}

#top_cont05 .div_media .img {
	margin-bottom: 20px;
}

#top_cont05 .div_media .date {
	font-size: 11px;
	margin-right: 1.2em;
	color: #7b7b7b;
}

#top_cont05 .div_media .title {
	font-size: 11px;
	margin-right: 1.2em;
	color: #2f763c;
}

#top_cont05 .div_media .dec {
	display: block;
	padding-bottom: 5px;
	margin-top: 1.1625vw;
}

#top_cont05 .div_media .dec span {
	font-size: 12px;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 4px;
	color: #3f3f3f;
	display: inline;
	transition: border-color ease 500ms;
	-webkit-transition: border-color ease 500ms;
	-moz-transition: border-color ease 500ms;
	-ms-transition: border-color ease 500ms;
	-o-transition: border-color ease 500ms;
}

#top_cont05 .div_media .item:hover .dec span {
	border-bottom: 1px solid #fff;
}

#top_cont06 {
	padding-top: 7.8125vw;
	background-color: #fff;
}

#top_cont06 .map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#top_cont06 .map iframe {
	width: 100%;
	height: 33.4375vw;
	vertical-align: middle;
}

.title_style01 {
	font-size: 20px;
	margin-bottom: 4.6875vw;
}

.title_style01 .title_eng {
	font-size: 10px;
}

.title_style01 .btn_title {
	font-size: 11px;
}

#top_cont03 .banner_event .txt01 {
	font-size: 20px;
}

#top_cont03 .banner_event .txt02 {
	font-size: 11px;
}

#top_cont03 .banner_event {
	height: 300px;
}

/* End Page Top */

/* Page general */

#page_banner {
	width: 100%;
	position: relative;
}

#page_banner .img {
	width: 100%;
	height: calc(100vw / 2.8);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#page_banner .img .txt{
	font-size: 52px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}

#page_cont01{
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 7.8125vw;
}

.title_style02{
	font-size: 26px;
	font-weight: bold;
	color: #3f3f3f;
	margin-bottom: 4.6875vw;
}

#page_cont01 .pro_ul{
	width: 100%;
	justify-content: flex-start;
}

#page_cont01 .pro_ul li{
	width: 22.122%;
	margin-right: 3.837%;
	margin-bottom: 6.25vw;
}

#page_cont01 .pro_ul li:nth-child(4n){
	margin-right: 0;
}

#page_cont01 .pro_ul li a{
	text-decoration: none;
}

#page_cont01 .pro_ul li .img{
	width: 100%;
	margin-bottom: 1.25vw;
}

#page_cont01 .pro_ul li .title{
	font-size: 12px;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    color: #3f3f3f;
}

#page_cont01 .pro_ul li .dec{
	font-size: 10px;
    margin-bottom: 5px;
    width: 100%;
    color: #3f3f3f;
}

#page_cont01 .pro_ul li .weight{
	font-size: 10px;
    margin-bottom: 5px;
    color: #afafaf;
    width: 100%;
}

#page_cont01 .pro_ul li .price{
	font-size: 12px;
    color: #476941;
}

#page_cont01 .pro_ul li .btn_detail{
	font-size: 10px;
    padding: 0px 10px;
    border: 1px solid #3f3f3f;
    transition: all 400ms;
    float: right;
    color: inherit;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    margin-left: auto;
    margin-right: 2px;
    color: #3f3f3f;
}

#page_cont01 .pro_ul li:hover .btn_detail{
    background-color: #3f3f3f;
    color: #fff;
}

#page_last{
	background-color: #fff;
}

#page_last ul{
	justify-content: space-between;
	padding-bottom: 2px;
}

#page_last li{
	width: calc((100% / 2) - 1px);
	overflow: hidden;
}

#page_last li a{
	position: relative;
	display: block;
	height: 17.1875vw;
}

#page_last li a .img{
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	bottom: 0;
	z-index: 1;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
	-webkit-transition: -webkit-transform 700ms;
	-moz-transition: -webkit-transform 700ms;
	-ms-transition: -webkit-transform 700ms;
	-o-transition: -webkit-transform 700ms;
}

#page_last li:hover a .img{
	-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#page_last li a .bg_color{
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}


#page_last li a .txt{
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 3;
}

#page_cont01 .delive_img a{
	text-align: center;
	width: 100%;
}

#page_cont01 .delive_img a img{
	margin-left: auto;
	margin-right: auto;
}

.mg-auto{
	margin-left: auto;
	margin-right: auto;
}

.contact-form-st1{
	width: 100%;
}

.contact-form-st1 tr td{
	vertical-align: middle;
	padding-bottom: 15px;
}

.contact-form-st1 tr td:first-child{
	padding-right: 20px;
	max-width: 50px;
}

.form-group{
	margin-bottom: 0;
}

.contact-note{
	float: right;
	color: red;
}

.contact-form-st1 textarea{
	height: 150px;
	resize: none;
}

.tr_btn button{
	background-color: #F781D8;
	padding: 5px 10px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
}

.menu_div {
	margin-bottom: 20px;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 20px;
}

.menu_div .dl_flex{
	align-items: center;
}
.menu_div .col-sm-5.dl_flex>div{
	width: 50%;
}

.menu_div .title_style03{
	font-weight: bold;
	color: red;
	font-size: 20px;
	margin-bottom: 10px;
}

.title_delive{
	max-width: 720px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #5382BE;
	text-align: center;
	border-top: 1px dashed #5382BE;
	padding-top: 5px;
	font-size: 18px;
	margin-top: 30px;
}

.note_delive{
	text-align: center;
}

.ul_delive{
	max-width: 720px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	counter-reset: item;
}

.ul_delive li{
	width: 100%;
	background-color: #F5F6FA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
}

.ul_delive li .img{
	width: 30%;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 5px;
	position: relative;
}

.ul_delive li .img::after{
	content: "";
	height: 36px;
	width: 35px;
	background-image: url(../img/deliveryworks_img004.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,100%);
	-webkit-transform: translate(-50%,100%);
	-moz-transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%);
	-o-transform: translate(-50%,100%);
}

.ul_delive li:last-child .img::after{
	content: none;
}

.ul_delive li .img img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ul_delive li .txt{
	width: 68%;
	font-weight: bold;
	color: #545456;
	font-size: 14px;
}

.ul_delive li .txt{
	padding-left: 30px;
	position: relative;
}

.ul_delive li .txt::before{
	counter-increment: item;
	content: counter(item);
	position: absolute;
	top: 1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FE6AA6;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.ul_delive li:nth-child(4n+2) .txt::before{
	background-color: #39A1C6;
}

.ul_delive li:nth-child(4n+3) .txt::before{
	background-color: #43CD99;
}

.ul_delive li:nth-child(4n+4) .txt::before{
	background-color: #B1C935;
}

.ul_delive2{
	width: 100%;
	max-width: 1000px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	counter-reset: item;
	margin-left: auto;
	margin-right: auto;
}

.ul_delive2 li{
	background-color: #F5F6FA;
	width: 32%;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
}

.ul_delive2 li::before{
	content: "";
	height: 36px;
	width: 35px;
	background-image: url(../img/deliveryworks_img004.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translate(-0%,-50%) rotate(-90deg);
	-webkit-transform: translate(-0%,-50%) rotate(-90deg);
	-moz-transform: translate(-0%,-50%) rotate(-90deg);
	-ms-transform: translate(-0%,-50%) rotate(-90deg);
	-o-transform: translate(-0%,-50%) rotate(-90deg);
	z-index: 5;
}

.ul_delive2 li:last-child::before{
	content: none;
}

.ul_delive2 li .img img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ul_delive2 li .txt{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	color: #545456;
	margin-top: 15px;
}

.ul_delive2 li .txt::before{
	counter-increment: item;
	content: counter(item);
	height: 28px;
	width: 28px;
	background-color: #FE6AA6;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
}

.ul_delive2 li:nth-child(4n+2) .txt::before{
	background-color: #39A1C6;
}

.ul_delive2 li:nth-child(4n+3) .txt::before{
	background-color: #43CD99;
}

.ul_delive2 li:nth-child(4n+4) .txt::before{
	background-color: #B1C935;
}

/* End Page general */