@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	position: relative;
}
.inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 767px) {
.inner {
	padding: 0 20px;
}
}


/* header
----------------------------------------------- */
#header {
	background: #030000;
	z-index: 3;
}
.headerin {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerin .headerlogo {
	margin-right: 10px;
	flex-shrink: 0;
}
.headerin .headerlogo a {
	background: #fbf5f5;
	width: 175px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headerin .headermess {
	padding: 50px 0 0;
	display: flex;
	align-items: center;
}
.headerin .headerdet {
	color: #fff;
	text-align: center;
}
.headerin .headerdetlar {
	font-size: 36px;
	display: block;
	line-height: 1.3;
}
.headerin .headerbtn {
	display: flex;
	align-items: center;
}
.headerin .headerbtn li {
	margin-left: 40px;
}
.headerin .headerbtn li+li {
	margin-left: 20px;
}
.headerin .headerbtn li a {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #020202;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	width: 200px;
	height: 48px;
}
.headerin .headerbtn li a i {
	margin-right: 7px;
}
.headerin .headerbtn li.cart a {
	background: #d45dae;
}

.gnavibox {
	background: #fbf5f5;
	padding: 0 20px;
}
.gnavi {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	border-left: 1px #010001 solid;
}
.gnavi > li {
	flex: 1;
	border: 1px #010001 solid;
	border-left: none;
	position: relative;
}
.gnavi > li > a {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 21px;
	font-weight: 600;
	background: #fff;
	position: relative;
}
.gnavi > li > a .gnavien {
	font-size: 14px;
	color: #0d5930;
}
.gnavi > li > a:hover,
.gnavi > li.current > a {
	background: #d45dae;
	color: #fcfcfc;
}
.gnavi > li > a:hover .gnavien,
.gnavi > li.current > a .gnavien{
	color: #fcfcfc;
}
.gnavi li .pulldownmenu {
	display: none;
	position: absolute;
	left: -1px;
	top: 100%;
	width: calc(100% + 2px);
	z-index: 2;
}
.gnavi li .pulldownmenuin {
	border: 1px #010001 solid;
	padding: 15px 0;
	background: #fff;
}
.gnavi li .pulldownmenuin li+li {
	margin-top: 5px;
}
.gnavi li .pulldownmenuin li a {
	display: block;
	color: #306847;
	font-size: 21px;
	line-height: 1.8;
	font-weight: 600;
	text-align: center;
}
.gnavi li .pulldownmenuin li a:hover {
	background: #f9e5f8;
}

@media (max-width: 1150px) {
.headerin .headermess {
	padding: 0;
}
.headerin .headerbtn li {
	margin-left: 20px;
}
}

@media (max-width: 1024px) {
.gnavibox {
	display: none;
}
.headerin {
	padding: 0;
}
.headerin .headerbtn {
	display: none;
}
.headerin .headerlogo {
	margin-right: 10px;
	flex-shrink: 0;
}
.headerin .headerlogo a {
	width: auto;
	height: auto;
	padding: 10px;
}
.headerin .headerlogo a img {
	width: 67px;
}
.headerin .headermess {
	flex: 1;
	display: block;
}
.headerin .headerdetlar {
	font-size: 30px;
}
.navbartoggle {
	background: #030000;
	padding: 10px;
	color: #fff;
	font-size: 0;
	cursor: pointer;
	position: fixed;
	z-index: 6;
	right: 10px;
	top: 20px;
}
.navbartoggle i {
	font-size: 40px;
}
}
@media (max-width: 767px) {
.headerin .headerdet {
	font-size: 12px;
	text-align: left;
}
.headerin .headerdetlar {
	font-size: 20px;
}
.navbartoggle {
	top: 10px;
}
.navbartoggle i {
	font-size: 30px;
}
.headerin .headerlogo a img {
	width: 50px;
}
}



/* header_gnav
----------------------------------------------- */
.header_gnav {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	padding: 60px 20px 20px;
	overflow-y: scroll;
	z-index: 99;
}
.header_gnav {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.header_gnav::-webkit-scrollbar{
	display: none;
}
.header_gnav {
	scrollbar-width: none;
}

.header_gnav .header_gnav_close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 40px;
	background: #c8cfd2;
	width: 80px;
	height: 80px;
}
.header_gnav .menubox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.header_gnav .menulist {
	
}
.header_gnav .menulist > li > a {
	display: block;
	color: #000;
	border-bottom: 2px #0d0b09 solid;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 5px;
}
.header_gnav .menulist > li > a .gnavien {
	color: #0d5930;
	margin-left: 10px;
	font-size: 18px;
}
.header_gnav .menulist > li+li {
	margin-top: 45px;
}
.header_gnav .menulist > li i {
	font-size: 24px;
	color: #000;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.header_gnav .menulist > li .comtoggle.on i {
	transform: rotate(-180deg);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.header_gnav .menuchild {
	padding: 20px 15px 0;
	display: none;
}
.header_gnav .menuchild li {
	font-size: 26px;
	font-weight: 500;
}
.header_gnav .menuchild li+li {
	margin-top: 10px;
}
.header_gnav .menuchild li a {
	color: #000;
	display: block;
}
.header_gnav .menubtn {
	display: flex;
	align-items: stretch;
	margin-top: 40px;
}
.header_gnav .menubtn li {
	margin: 0 10px;
}
.header_gnav .menubtn li a {
	background: #020202;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	width: 200px;
	height: 50px;
}
.header_gnav .menubtn li a i {
	margin-right: 7px;
}
.header_gnav .menubtn li.cart a {
	background: #d45dae;
	font-size:18px;
}


@media (max-width: 767px) {
.header_gnav {
	padding: 30px 20px 10px;
}
.header_gnav .header_gnav_close {
	font-size: 20px;
	width: 40px;
	height: 40px;
}
.header_gnav .menulist > li > a {
	border-bottom: 1px #0d0b09 solid;
	font-size: 18px;
}
.header_gnav .menulist > li > a .gnavien {
	margin-left: 5px;
	font-size: 14px;
}
.header_gnav .menulist > li+li {
	margin-top: 20px;
}
.header_gnav .menuchild {
	padding: 10px 10px 0;
}
.header_gnav .menuchild li {
	font-size: 18px;
}
.header_gnav .menubtn {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header_gnav .menubtn li {
	margin: 5px 0;
}
.header_gnav .menubtn li a {
	font-size: 16px;
	height: 40px;
}
}


/* teaser
----------------------------------------------- */
.teaser {
}
.teaser .teaserin img {
	width: 100%;
}


/* contents
----------------------------------------------- */



/* footer
----------------------------------------------- */
#footer {
	background: #faf6f6;
}
#footer .footercta {
	background: #020202;
	padding: 25px 20px;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}
#footer .footerin {
	padding: 60px 20px;
}
#footer .footerbox+.footerbox {
	margin-top: 60px;
}
#footer .footerlogo {
	text-align: center;
	margin-bottom: 50px;
}
#footer .footertit {
	text-align: center;
}
#footer .footertitin {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	padding: 0 30px;
	display: inline-block;
	width: 250px;
	position: relative;
}
#footer .footertitin:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	content: "";
	background: url(../img/common/arrow_footer.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	z-index: 1;
}
#footer .footertitin:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	content: "";
	background: url(../img/common/arrow_footer.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	z-index: 1;
}
#footer .footername {
	text-align: center;
	font-size: 24px;
	margin-top: 35px;
}	
#footer .footernameshita {
		font-size:20px;
		margin-top: 20px;
		text-align: center;
}
#footer .footeraddr {
	text-align: center;
	font-size: 24px;
	line-height: 1.25;
	margin-top: 25px;
}
#footer .footermail {
	text-align: center;
	font-size: 30px;
	margin-top: 25px;
}
#footer .footermail a {
	display: inline-block;
}
#footer .footermail a i {
	margin-right: 5px;
	vertical-align: middle;
	font-weight: 300;
}
#footer .footerdet {
	text-align: center;
	font-size: 24px;
	margin-top: 25px;

}
#footer .footerdomein {
	text-align: center;
	font-size: 20px;
	color:d#dc143c
	margin-top: 25px;
}

#footer .footersns {
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .footersns li {
	margin: 0 10px;
}
#footer .footerbtn {
	max-width: 400px;
	margin: 0 auto;
}
#footer .footerbtn a {
	background: #d45dae;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 60px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
#footer .footerbtn .footerbtnin {
	font-size: 22px;
	line-height: 1;
	color: #fdfafa;
	border-bottom: 1px #fdfafa solid;
}
#footer .footerbtn a:hover .footerbtnin {
	border-bottom: none;
}
#footer .footernote  {
	line-height: 1.4;
	font-weight: 600;
	text-align: left;
	display: table;
	margin: 0 auto;
  }

#footer .footermess {
	background: #020202;
	padding: 80px 20px 60px;
	color: #fff;
}
#footer .footernavi {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .footernavi li {
	margin: 0 20px;
}
#footer .footernavi li a {
	color: #fff;
	display: block;
	position: relative;
}
#footer .footernavi li a:before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 1px);
	height: 1px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: 0.8s transform cubic-bezier(0.52, 0.08, 0.18, 1);
}
#footer .footernavi li a:hover:before {
	transform: scale(1, 1);
	transform-origin: left top;
}
#footer .copyright {
	text-align: center;
	font-size: 18px;
	margin-top: 75px;
}
@media (max-width: 1024px) {
#footer .footernavi {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .footernavi li {
	margin: 10px 1.5%;
	text-align: center;
	width: 30%;
}
}
@media (max-width: 767px) {
#footer .footercta {
	padding: 10px 20px;
	font-size: 24px;
}
#footer .footerin {
	padding: 30px 20px;
}
#footer .footerbox+.footerbox {
	margin-top: 30px;
}
#footer .footerlogo {
	margin-bottom: 30px;
}
#footer .footerlogo img {
		width: 100px;
	}
#footer .footertitin {
	font-size: 26px;
}
#footer .footername {
	font-size: 18px;
	margin-top: 20px;
}
#footer .footernameshita {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;

  }
#footer .footeraddr {
	font-size: 18px;
	margin-top: 20px;
}
#footer .footermail {
	font-size: 20px;
	margin-top: 20px;
}
#footer .footerdet {
	font-size: 18px;
	margin-top: 20px;
}
#footer .footerdomein {
	text-align: left;
	display: table;
	margin: 0 auto;
	font-size: 16px;
	color:#dc143c
	margin-top: 25px;
	
}
#footer .footersns {
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .footersns li {
	width: 25%;
	text-align: center;
	margin: 15px 0;
}
#footer .footerbtn a {
	height: 50px;
}
#footer .footerbtn .footerbtnin {
	font-size: 18px;
}
#footer .footermess {
	padding: 30px 20px 40px;
}
#footer .footernavi {
	display: block;
}
#footer .footernavi li {
	width: auto;
	border-bottom: 1px #fff solid;
	text-align: left;
	line-height: 2;
}
#footer .footernavi li a {
	color: #fff;
	display: block;
	position: relative;
}
#footer .footernavi li a:before {
	display: none;
}
#footer .footernavi li a:hover:before {
	display: none;
}
#footer .copyright {
	font-size: 14px;
	margin-top: 40px;
}
}


.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.pagetop a {
	background: #d45dae;
	width: 78px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 400;
}
@media (max-width: 767px) {
.pagetop a {
	width: 50px;
	height: 50px;
	font-size: 30px;
}
}



/* H
----------------------------------------------- */
.hdl {
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	line-height: 1.3;
	font-family: 'Shippori Mincho B1', serif;
	flex-wrap: wrap;
}
.hdl .hdljp {
	font-size: 26px;
	border-bottom: 2px #d45dae solid;
	width: 100%;
	padding: 0 5px 8px;
	margin-bottom: 5px;
}
.hdl .hdlen {
	font-size: 20px;
	color: #204d02;
}
@media (max-width: 767px) {
.hdl .hdljp {
	font-size: 20px;
	border-bottom: 1px #d45dae solid;
}
.hdl .hdlen {
	font-size: 14px;
}
}

.hdm {
	border-bottom: 1px #040404 solid;
	border-left: 8px #040404 solid;
	padding: 0 0 5px 10px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	font-family: 'Shippori Mincho B1', serif;
}
.hdm .hdmin {
	font-size: 22px;
}
@media (max-width: 767px) {
.hdm {
	border-bottom: 1px #040404 solid;
	border-left: 4px #040404 solid;
	padding: 0 0 3px 10px;
	font-size: 20px;
}
.hdm .hdmin {
	font-size: 14px;
}
}


/* backup
----------------------------------------------- */
.backup {
	max-width: 270px;
	margin: 100px auto 100px;
}
.backup a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #d45dae;
	font-size: 20px;
	font-weight: 600;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
.backup a i {
	margin-right: 5px;
	font-size: 34px;
}
@media (max-width: 767px) {
.backup {
	max-width: 80%;
	margin: 50px auto 50px;

}
.backup a {
	height: 50px;
	font-size: 14px;


}
.backup a i {
	font-size: 22px;
}
}





