@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500&display=swap');


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	letter-spacing: 0;
	line-height: 1.6;
	color: var(--main-text-color);
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .toggle-menu,
body.navOpen #g_nav,
body.navOpen #g_nav * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* p {
	margin-bottom: 20px;
} */

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}


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

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}


/*--------------------------------------
	fonts
--------------------------------------*/
.fnt-ZenMaruGothic {
	font-family: 'Zen Maru Gothic', sans-serif;
}

/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}


/*--------------------------------------
	shortcuts
--------------------------------------*/

/*margin */
.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb55 { margin-bottom: 55px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb65 { margin-bottom: 65px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb75 { margin-bottom: 75px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb85 { margin-bottom: 85px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb95 { margin-bottom: 95px!important; }
.mb100 { margin-bottom: 100px!important; }

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
/* .clearfix {
	*zoom: 1;
} */

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.cl {
	clear: both!important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}

/* color */
.c-01 {
	color: var(--wp--preset--color--floral-white);
}
.c-02 {
	color: var(--wp--preset--color--pale-spring-bud);
}
.c-03 {
	color: var(--wp--preset--color--tea-green);
}
.c-04 {
	color: var(--wp--preset--color--middle-green-yellow);
}
.c-05 {
	color: var(--wp--preset--color--gold);
}
.c-06 {
	color: var(--wp--preset--color--yellow);
}
.c-07 {
	color: var(--wp--preset--color--rajah);
}
.c-08 {
	color: var(--wp--preset--color--brown-sugar);
}
.c-09 {
	color: var(--wp--preset--color--coffee);
}

.half {
	display: inline-block;
}

/*Pc/sp change*/
.sp {
	display: none;
}

.mb {
	display: none;
}

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

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}
}

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

	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px !important;
	margin: 0 auto;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
}

@media (max-width: 767px) {
	
}


/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
	color: var(--wp--preset--color--middle-green-yellow);
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: var(--wp--preset--color--middle-green-yellow) !important;
}

.txt_link:hover {
	text-decoration: none!important;
}

.catch_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFAEA2;
}


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	width: 100%;
	padding: 24px 32px 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
@media screen and (max-width: 1400px) {
	#header {
		padding: 15px 10px 0;
	}
}
@media screen and (max-width: 1179px) {
	#header {
		padding: 0;
	}
}

/* container */
.header__main-container, 
.header__sub-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.header__main-container {
	min-height: 60px;
	padding: 0px 30px;
	background: #fff;
	border-radius: 99px;
	box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.25);
}
.header__sub-container {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 220px;
}
@media screen and (max-width: 1400px) {
	.header__main-container {
		padding: 0 20px;
	}
	.header__sub-container {
		flex-basis: 100px;
	}
}

@media screen and (max-width: 1179px) {
	.header__main-container {
		min-height: auto;
		padding: 0px;
		display: block;
		border-radius: 0;
		box-shadow: none;
	}
	.header__sub-container {
		padding: 20px;
	  flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
		box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.25);
	}
}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	padding-right: 20px;
	line-height: 1;
}

header .header__logo img {
	width: 100%;
	max-width: 128px;
	height: auto;
}


/*--------------------------------------
	nav
--------------------------------------*/

header .header__nav .menu-text {
	color: var(--main-text-color);
}
header .header__nav .menu-text:hover {
	color: var(--wp--preset--color--middle-green-yellow);
}
header .header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 25px;
}
header .header__nav nav ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	column-gap: 25px;
}
header .header__nav nav ol > li .up-menu {
	width: auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.2;
	white-space: pre;
	color: var(--main-text-color);
	cursor: pointer;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
}
header .header__nav nav ol > li.current-menu-item .up-menu,
header .header__nav nav ol > li.current-menu-item .menu-text {
	color: var(--wp--preset--color--middle-green-yellow);
}
header .header__nav nav ol > li > .up-menu a,
header .header__nav nav ol > li > .up-menu span {
	display: block;
}
header .header__nav nav ol > li > .up-menu sub {
	display: block;
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: 0.04em;
}
header .header__nav .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	min-width: 130px;
	height: auto;
	padding: 10px 20px;
	border-radius: 0.5em;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	visibility: hidden;
	opacity: 0;
	background: rgba(222, 241, 204, 0.9);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
header .header__nav .menu-item-has-children {
	position: relative;
}
header .header__nav .menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
@media screen and (min-width: 1180px) {
  #g_nav .footer-content {
    display: none;
  }
	header .header__nav nav ol > li dl {
		pointer-events: none;
	}
	header .header__nav nav ol .sub-menu a:hover {
		color: #94C789;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}	
	header .header__nav .menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	header .header__nav nav ol > li .up-menu {
		font-size: 12px;
	}
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	header .header__nav nav ol {
		column-gap: 10px;
	}
}
@media screen and (max-width: 1179px) {
	#g_nav {
		display: none;
    height: 94vh;
    overflow: auto;
	}


	header .header__nav {
		width: 100%;
		display: block;
		padding: 30px 20px;
	}

	header .header__nav nav ol {
		-webkit-flex-direction: column;
		flex-direction: column; 
	}

	header .header__nav nav ol > li {
		position: relative;
		width: 100%;
	}

	header .header__nav nav ol > li > .up-menu {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: left;
		font-size: 20px;
	}

	header .header__nav nav ol > li > .up-menu a,
	header .header__nav nav ol > li > .up-menu span {
		padding: 0px;
	}

	header .header__nav nav ol > li > .up-menu span {
		margin: 0;
	}

	header .header__nav nav ol > li > span {
		position: relative;
	}

	header .header__nav .menu-item-has-children .up-menu::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		margin-top: -14px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	header .header__nav .menu-item-has-children.hover .up-menu::after {
		margin-top: -3px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	header .header__nav .sub-menu {
		width: 100%;
	}

	header .header__nav nav ol > li .sub-menu a {
		padding: 15px 20px 12px;
	}

	header .header__nav nav ol > li .sub-menu a:hover {
		text-decoration: none;
	}

	header .header__nav nav ol > li dl {
		position: relative;
		top: 0;
		padding: 0;
		background: none;
	}

	header .header__nav nav ol > li dl li {
		padding-left: 0;
	}

	header .header__nav nav ol > li dl li::before {
		display: none;
	}

	header .header__nav nav ol > li dt {
		display: none;
	}

	header .header__nav nav ol > li .sub-menu {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
		border-radius: 0;
	}

	header .header__nav nav ol > li.hover .sub-menu {
		display: block;
		visibility: initial;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}

	header .header__nav nav ol > li .sub-menu li {
		display: block;
	}

	header .header__nav nav ol > li .sub-menu li:first-child {
		border-top: 0px;
	}

	header .header__nav nav ol > li .sub-menu a {
		display: block;
	}

	header .header__nav nav ol > li.hover > span + dl,  
	header .header_menu .header__nav nav ol > li > span:hover + dl {
		opacity: 1;
		pointer-events: auto;
	}

}

header .header__nav .tel {
	width: max-content;
	height: 80px;
	padding: 21px 0 21px 54px;
	box-sizing: border-box;
	border-left: 1px solid var(--wp--preset--color--gold);
	color: var(--wp--preset--color--brown-sugar);
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
header .header__nav .tel::before {
	content: '';
	width: 34px;
	height: 100%;
	display: block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M14.167 17L16.292 19.125L19.8337 15.5833' stroke='%23B07450' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.20801 25.5H24.7913' stroke='%23B07450' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.20801 8.5H24.7913' stroke='%23B07450' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.292 5.66666H17.7087' stroke='%23B07450' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6663 2.83334H11.333C10.1594 2.83334 9.20801 3.78474 9.20801 4.95834V29.0417C9.20801 30.2153 10.1594 31.1667 11.333 31.1667H22.6663C23.8399 31.1667 24.7913 30.2153 24.7913 29.0417V4.95834C24.7913 3.78474 23.8399 2.83334 22.6663 2.83334Z' stroke='%23B07450' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.0003 29.0417C17.3915 29.0417 17.7087 28.7245 17.7087 28.3333C17.7087 27.9421 17.3915 27.625 17.0003 27.625C16.6091 27.625 16.292 27.9421 16.292 28.3333C16.292 28.7245 16.6091 29.0417 17.0003 29.0417Z' fill='%23B07450'/%3E%3C/svg%3E") center / contain no-repeat;
	position: absolute;
	left: 16px;
	top: 0;
}
header .header__nav .tel dt {
	font-size: 12px;
}
header .header__nav .tel .tel-number {
	font-size: 20px;
}
@media screen and (max-width: 1179px) {
	header .header__nav .tel {
		border-left: 0;
	}
	header .header__nav .tel::before {
		left: 0;
	}
}
@media screen and (max-width: 1179px) {
	header .header__nav .tel {
		width: 0;
		height: 0;
		display: none;
	}
}

/*--------------------------------------
	toggle menu
--------------------------------------*/

header .toggle-menu {
	display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.toggle-menu__trigger {
	position: relative;
	display: block;
	width: 38px;
	height: 24px;
	padding: 0;
	border: 0px;
	margin: 0;
	text-align: center;
	background: none;
}

.toggle-menu__trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #15724E;
}

.toggle-menu__trigger span:nth-of-type(1) {
	top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
	top: 11px;
}

.toggle-menu__trigger span:nth-of-type(3) {
	bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
	-moz-transform: translateY(11px) rotate(-45deg);
	-ms-transform: translateY(11px) rotate(-45deg);
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
	opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
	-moz-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}


@media screen and (max-width: 1179px) {
	header .toggle-menu {
		display: block;
	}
}

.shopinfo {
	margin-top: 40px;
}
.shopinfo dl {
	display: flex;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
}
.shopinfo dl + dl {
	margin-top: 16px;
}
.shopinfo dl dt {
	flex: 0 0 100px;
	font-weight: 500;
}
.shopinfo dl dd {
	flex: 0 1 100%;
}
@media screen and (max-width: 450px) {
  .shopinfo {
    margin-top: 20px;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

.footer-content {
	padding: 50px 0 90px;
	background: var(--wp--preset--color--middle-green-yellow);
	color: #fff;
}
.footer-content h2.ttl {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.08em;
}
.footer-content .sitemap {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}
.footer-content .sitemap a:hover {
	opacity: 0.7;
}
.footer-content .footer-menu ol {
	display: flex;
	column-gap: 24px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}
.footer-content .footer-menu ol .up-menu {
	display: none;
}
.footer-content .footer-menu ol .menu-text {
	display: inline-block;
	padding: 6px 0 6px 24px;
	position: relative;
}
.footer-content .footer-menu ol .menu-text::before {
	content: '';
	width: 16px;
	height: 36px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15' fill='none'%3E%3Cpath d='M16.7071 8.20711C17.0976 7.81658 17.0976 7.18342 16.7071 6.79289L10.3431 0.428932C9.95262 0.0384079 9.31946 0.0384079 8.92893 0.428932C8.53841 0.819456 8.53841 1.45262 8.92893 1.84315L14.5858 7.5L8.92893 13.1569C8.53841 13.5474 8.53841 14.1805 8.92893 14.5711C9.31946 14.9616 9.95262 14.9616 10.3431 14.5711L16.7071 8.20711ZM0 7.5V8.5H16V7.5V6.5H0V7.5Z' fill='%23B07450'/%3E%3C/svg%3E") center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
.footer-content .footer-menu ol .menu-text:hover::before {
	left: 3px;
}
.footer-content .btn-fb,
.footer-content .btn-line {
	margin-bottom: 14px;
}
.footer-content .btn-fb a,
.footer-content .btn-line a {
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
	font-weight: 500;
	letter-spacing: 0;
}
.footer-content .btn-fb a:hover,
.footer-content .btn-line a:hover {
	opacity: 0.7;
}
.footer-content .btn-fb a::after,
.footer-content .btn-line a::after {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cg%3E%3Cpath d='M9 4H12V7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.667 8.66683V11.3335H4.66699V5.3335H7.33366' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8.00016L11.6667 4.3335' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.footer-content .set {
	display: flex;
	column-gap: 100px;
	margin-top: 35px;
}
.footer-content .set .gr1 {
  flex: 0 0 433px;
}
.footer-content .set .gr2 {
	display: flex;
	flex-direction: column;
  flex: 0 1 100%;
}
.footer-content .set .gr2 .txtbox {
	margin-top: auto;
	text-align: right;
}
.footer-content .copyright {
	margin-top: 40px;
	font-weight: 500;
}
@media screen and (max-width: 1023px) {
	.footer-content .set {
		display: block;
	}
	.footer-content .set .gr1,
	.footer-content .set .gr2 {
		width: 100%;
    flex: none;
	}
	.footer-content .set .gr2 {
		margin-top: 50px;
	}
	.footer-content .set .gr2 .txtbox {
		margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.footer-content {
		padding: 50px 0 200px;
	}
	.footer-content .shopinfo {
		margin-top: 30px;
	}
	.footer-content .set {
		margin-top: 25px;
	}
  #footer .footer-content {
    padding-bottom: 100px;
  }
}

/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
	position: fixed;
	right: 0px;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
 
.fixed-box .fixed-banner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	.fixed-banner {
		display: none;
	}
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.conversion .conversion__title {
	margin-bottom: 25px;
	font-size: 34px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #fff;
}

.conversion .conversion__text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}

.conversion .conversion__list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.conversion .conversion__list li + li {
	margin-left: 1%;
}


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

	.conversion .conversion__title {
		font-size: 28px;
	}

	.conversion .conversion__list {
		max-width: 535px;
		margin: 0 auto;
	}

	.conversion .conversion__list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.conversion .conversion__list li + li {
		margin-top: 10px;
		margin-left: 0%;
	}

}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

body:not(.home) .elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

body:not(.home) .elementor-image-box-img {
	float: right;
	display: block!important;
	width: 30%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}

body:not(.home) .img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

body:not(.home) .auto_width .elementor-image-box-img {
	width: auto!important;
}

body:not(.home) .elementor-widget-image .elementor-image > a,
body:not(.home) .elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

body:not(.home) .elementor-element + .elementor-element {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	body:not(.home) .elementor-image-box-img,
	body:not(.home) .img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}
	body:not(.home) .elementor-element + .elementor-element {
		margin-top: 30px !important;
	}
}