@charset "utf-8";

/*
	_::-webkit-full-page-media, _:future, :root .css {
	}
	color:#3c3742;
*/
* {
	margin: 0px;
	padding: 0px;

	/* overflow 
	outline: 1px solid magenta;*/
}


@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		display: none;
		opacity: 0;
		z-index: -1;
	}
}

@supports (-webkit-touch-callout: none) {
	html {
		height: -webkit-fill-available;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 1.0rem;
	font-family: sans-serif;
	line-height: 2.2rem;
	letter-spacing: .05rem;
	overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
	body {
		box-sizing: border-box;
		height: 100dvh;
	}
}

#sidebar {
	width: 100%;
	float: none;
}

#wrapper {
	margin: 0px auto;
	min-width: 360px;
	overflow: hidden;
}

#contents {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	height: 100%;
	/*grid bug */
	box-sizing: border-box;
}

#contents-c {
	position: relative;
	/*←相対位置*/
	overflow-x: hidden;
	min-height: 100vh;
	height: 100%;
	box-sizing: border-box;
	/*←全て含めてmin-height:100vhに*/
	background-color: #fff;
}


@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	word-wrap: break-word;
	box-sizing: border-box;
}

#main {
	margin: 0px auto 160px;
	height: 100%;
	display: block;
}

@media only screen and (max-width: 480px) {
	#main {
		margin: 0px auto 80px;
		height: 100%;
		width: 94%;
		display: block;
	}

	.maincontents {
		width: 90%;
		margin: 0 auto;
	}
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #172c4b;
	opacity: 0.8;
	z-index: 999999;
}

#animation {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 100px;
	transform: translate(-50%, -50%);
	color: #fff;
	white-space: nowrap;
}

#splash_text svg {
	height: 2px;
}




.wp-pagenavi {
	height: 34px;
	text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a.page,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding: 10px 15px;
	background-color: #fff;
}

.timewrap {
	margin: 20px 0;
	display: inline;
}

time {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.entry-date {
	margin-bottom: 5px;
}

.archivelist-ul {
	padding: 0;
	margin-bottom: 60px;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
}

.archivelist-ul li {
	background-color: #fff;
	word-break: break-all;
	margin: 10px;
	padding: 0;
	display: flexbox;
	width: 31.3%;
	height: auto;
	position: relative;
}

.category-contents-links {
	margin: 80px 0 0;
}

.catname {
	position: absolute;
	top: 20px;
	left: -10px;
	background-color: #A5C70C;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	z-index: 100;
	width: 100px;
	padding: 3px 12px;
	text-align: center;
}

.catname-news {
	text-align: center;
	text-decoration: none;
}

.catname-news a {
	position: absolute;
	top: 60px;
	left: -10px;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	z-index: 100;
	width: 180px;
	padding: 3px 12px;

}

.thum {
	width: 100%;
	height: 220px;
	display: inline-table;
	vertical-align: middle;
	overflow: hidden;
}

.thum img {
	width: 313px;
	height: 200px;
	object-fit: contain;
}

.woocommerce-product-gallery__image--placeholder {
	width: 100%;
	text-align: center;
}

img.wp-post-image {
	max-height: 480px;
	width: auto;
	margin: 0 auto;
}

.cal-section {
	padding-bottom: 80px;
}

.xo-event-calendar table.xo-month>thead th {
	background-color: #f0f0f0;
}

.xo-event-calendar {
	margin: 0 auto;
}

.calendar-caption {
	font-size: 1.25rem;
}

.xo-months {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xo-month-wrap {
	width: 47%;
	/*カレンダーの横幅の最大を47%とする*/
}

@media screen and (max-width: 599px) {
	.xo-event-calendar {
		width: 90%;
		/*カレンダー全体の表示幅の最大を70%とする*/
	}

	.xo-months {
		display: block;
		/*カレンダーを縦に並べる*/
	}

	.xo-month-wrap {
		width: 100%;
		/*カレンダーの横幅の最大を100%とする*/
	}
}

@media screen and (max-width: 599px) {
	.xo-month-wrap:last-child {
		display: none;
	}

	.archivelist-ul li {
		width: 100%;
	}
}

h2.newstitle {
	width: 100%;
}

.newstitle div a {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 5px 10px;
	background-color: #697b91;
	color: #fff;
}

.newstitle div.topicsnews {
	display: flex;
	width: 75%;
}

.newstitle div.newsall-list {
	position: absolute;
	top: 20px;
	right: 0;
	width: auto;
}

.news_h2_wrap {
	position: relative;
	display: block;
}

.newsall-list-btn {
	position: absolute;
	top: 5px;
	right: 0;
}

.newsall-list-btn a {
	padding: 5px 20px;
	font-size: 100%;
	border-bottom: none !important;
	border-radius: 3px !important;
	color: #fff !important;
	background-color: #6495ED;
	display: block;
}

.newsall-list-btn a:hover {
	background-color: rgb(12, 56, 139);
	transition: 0.6s;
	color: #fff;
}

.btn a {
	padding: 20px 40px;
	font-size: 120%;
	border-bottom: none !important;
	border-radius: 3px !important;
	color: #fff !important;
	background-color: #eb6100;
	display: block;
}

.btn a:hover {
	color: #fff !important;
	background: #f56500 !important;
}

.btn-work {
	width: calc(100% - 60%);
	margin: 40px auto 0;
}

@media only screen and (max-width: 700px) {
	.btn-work {
		width: calc(100% - 0%);
	}
}

.btn-work a {
	text-align: center;
	padding: 10px 20px;
	font-size: 120%;
	border-bottom: none !important;
	border-radius: 3px !important;
	color: #fff !important;
	background-color: cornflowerblue;
	display: block;
}

.btn-work a:hover {
	color: #fff !important;
	background: #075596 !important;
}

.single .post-author,
.author,
.meta-sep {
	display: none !important;
}

/* news list */

#news_wrap {
	margin-right: 50px;
	width: 100%;
	padding: 0 20px;
}

.news_title_wrap {
	width: 20%;
	min-width: 200px;
	padding: 25px 0px;
}

.news_title {}

.news_title h3 {
	margin-bottom: 0;
	border-bottom: none;
	line-height: 1;
	font-size: 2rem;
	padding-bottom: 0.5rem;
}

.news_title .sub_news_title {
	font-size: 12px;
	border-bottom: none;
}

.news_title .sub_news_title {}

.news_title_wrap .news_more {
	display: table-cell;
	vertical-align: bottom;
	height: 160px;
	width: 100%;
}

.news_list_wrap {
	width: 80%;
}

.news_list_wrap_single {
	width: 100%;
	margin: 0;
	padding: 100px 0 0px;
}

ul.news_list {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.news_list li {
	display: flex;
	width: 100%;
	padding: 25px 0px;
	border-bottom: solid 1px #ccc;
}

ul.news_list li div.date_wrap {
	display: flex;
	width: 170px;
}

ul.news_list li div.cat_wrap {
	display: flex;
	width: 100%;
}

ul.news_list li a {
	display: flex;
	width: 100%;
	margin-bottom: -1px;
	padding: 0 0 0 10px;
	align-items: center;
	line-height: 1.25;
}

ul.news_list li a time {
	width: 130px;
	display: flex;
	font-size: 1rem;
	letter-spacing: 0.05rem;
}

ul.news_list li span.cat {
	display: flex;
	width: 120px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-right: 25px;
	line-height: 1.5;
}

.cat {
	background-color: rgb(126, 126, 126);
}

.time_wrap {
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	ul.news_list li div.date_wrap {
		margin-bottom: 10px;
		align-items: flex-start;
	}

	ul.news_list li {
		width: 100%;
		display: block;
		min-height: 64px;
	}

	ul.news_list li div.cat_wrap {
		height: 23px;
	}

	.reading.center {
		text-align: left;
	}

	.news_title_wrap .news_more {
		display: table-cell;
		vertical-align: bottom;
		height: 60px;
		width: 100%;
	}

	.news_list_wrap {
		width: 100%;
	}

	.news_title_wrap {}
}

@media only screen and (max-width: 480px) {
	ul.news_list li div.date_wrap {
		margin-bottom: 10px;
		align-items: flex-start;
	}

	ul.news_list li {
		width: 100%;
		display: block;
		min-height: 64px;
	}

	ul.news_list li div.cat_wrap {
		height: 23px;
	}

	.reading.center {
		text-align: left;
	}

	.news_title_wrap .news_more {
		display: table-cell;
		vertical-align: bottom;
		height: 60px;
		width: 100%;
	}

	.news_list_wrap {
		width: 100%;
	}

	.news_title_wrap {
		width: 100%;
		min-width: 200px;
		padding: 25px 0px;
	}
}




/*
.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
*/
.cookie-consent {

	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	padding: 1.2em 0;
	box-sizing: border-box;
	z-index: 100;
	visibility: hidden;
}

.cookie_wrap {
	width: 97%;
	margin: 0 auto;
	display: flex;
	text-align: center;
}

.cookie-consent.is-show {
	visibility: visible;
}

.cookie-consent a {
	color: #fff !important;
}

.cookie-text {
	width: auto;
}

.cookie-text_wrap {
	width: 70%;
	text-align: left;
}

.cookie-agree_wrap {
	width: 30%;

}

.cookie-agree {
	color: #fff;
	background: dodgerblue;
	padding: .5em 1.5em;
	width: 100px;
	text-align: center;
	margin-left: auto;
}

.cookie-agree:hover {
	cursor: pointer;
}

.cc-hide1 {
	display: none;
}

.cc-hide2 {
	animation: hide 1s linear 0s;
	animation-fill-mode: forwards;
}

@keyframes hide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 600px) {
	.cookie-consent {
		flex-direction: column;
	}

	.cookie-text {
		margin-bottom: 1em;
	}
}

#logomark {
	padding: 0 10px;
}

.logo-center {
	text-align: center;
	justify-content: center;
}


#logomark a.logo-home,
#logomark-sp a.logo-home {
	background-image: url(https://vintagecafe.biz/wp-content/themes/p3-shop-theme/images/logomark-wh.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
	display: block;
	margin: 20px auto;
	position: relative;
}

#logomark-f a.logo-footer {
	background-image: url(https://vintagecafe.biz/wp-content/themes/p3-shop-theme/images/logomark-wh.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
	display: block;
	margin: 0 0 30px 0;
}

#logomark-f a.logo-footer {
	background-image: url(https://vintagecafe.biz/wp-content/themes/p3-shop-theme/images/logomark-wh.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
	display: block;
	margin: 0px 0;
}

#logomark a.logo-contents,
#logomark-sp a.logo-contents {
	background-image: url(https://vintagecafe.biz/wp-content/themes/p3-shop-theme/images/logomark-bk.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
	display: block;
	margin: 10px 0;
}

#logomark-c,
#logomark-c-sp {
	padding: 0;
}

#logomark-c a.logo-contents,
#logomark-c-sp a.logo-contents {
	background-image: url(https://vintagecafe.biz/wp-content/themes/p3-shop-theme/images/logomark-bk.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 160px;
	height: 50px;
	display: block;
	margin: 10px 0;
}

.entrydate {
	text-align: right;
}

.ftabout {
	padding-left: 10px;
}

.login-now {
	margin-bottom: -40px !important;
}

.editbt {
	margin: 0px 0;
	z-index: 9999;
	position: relative;
	display: block;

	bottom: 0;
	left: 0;
}

.editbt a {
	padding: 10px;
	background-color: #245C94;
	color: #fff !important;
	font-size: 12px;
	border-radius: 3px;
	opacity: 0.6;
}

.news_wrap {
	margin-bottom: 80px;
}

#pagetitle,
#content,
.site-content {
	max-width: 1200px;
	width: 94%;
	display: block;
	margin: 0px auto 0;
	overflow: hidden;
}

.page_title {
	margin: 0 auto 0px;
	padding: 0 0 0px;
	width: 94%;
	max-width: 1000px;
	height: 200px;
	display: flex;
	justify-content: left;
	align-items: center;
	z-index: 7777;
	color: #fff;
	font-size: 175%;
	font-weight: normal;
}

@media only screen and (max-width: 480px) {
	#logomark-f a.logo-footer {
		margin: 0 0 40px -10px;
	}

	#pagetitle {
		margin: 0;
	}

	.page_title {
		margin: 0 auto 0px;
		padding: 0 25px 10px;
		width: 100%;
		max-width: 480px;
		height: 200px;
		display: flex;
		justify-content: left;
		align-items: center;
		z-index: 7777;
		color: #fff;
		font-size: 175%;
		font-weight: normal;
	}
}

#pagetitle h1 {
	z-index: 100;
	color: #fff;
}

.scroll-box {
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 20px;
	color: #333;
}

.wpcf7 {
	background-color: #f1f1f1;
}

form.wpcf7-form {
	font-size: 12px;
	width: 80%;
	margin: 0 auto;
}

main form {
	padding: 0px 0;
	margin: 0 auto 40px;
}

main input[type="text"],
main input[type="email"],
main input[type="tel"],
main input[type="search"],
textarea {
	border: 1px solid rgb(168, 168, 168);
	border-radius: 2px;
	padding: 9px;
	color: #000;
	background: #fafafa;
	width: 100%;
	margin: 0 auto;
}


main input[type="submit"],
#main .wpcf7-submit,
button.wpcf7cp-cfm-edit-btn {
	border-radius: 0;
	background: -moz-linear-gradient(top, #FFF 0%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 3px solid #6495ED;
	color: #111;
	padding: 15px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 200px;
	font-size: 1.25em;
}

main input[type="submit"].btn-back {
	border-radius: 0;
	background: -moz-linear-gradient(top, #FFF 0%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 3px solid #7e7e7e;
	color: #111;
	padding: 15px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 200px;
	font-size: 1.25em;
}

button.wpcf7cp-cfm-submit-btn {
	border-radius: 0;
	background: #6495ED;
	border: 3px solid #6495ED;
	color: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 200px;
	font-size: 1.25em;
}

main input[type="submit"]:hover,
#main .wpcf7-submit:hover,
button.wpcf7cp-cfm-edit-btn:hover {
	background: #2672ff;
	transition: 1.0s;
}

main input[type="submit"].btn-back:hover {
	background: #c7c7c7;
	transition: 1.0s;
}

button.wpcf7cp-cfm-submit-btn:hover {
	background: #2672ff;
	transition: 1.0s;
}

div.wpcf7cp-btns {
	text-align: center;
}

#wpcf7cpcnf {
	padding: 40px 0;
}

#wpcf7cpcnf table {
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
}

#wpcf7cpcnf table th {
	background-color: #7a7a7a;
	color: #fff;
	text-align: left;
}

#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p {
	margin-bottom: 0;
	word-break: break-word;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #1a4ec0;
	background-color: #F8F98D;
	padding: 40px;
	text-align: center;
	font-size: 150%;
}

input.has-spinner {
	margin-right: -36px;
}

.wpcf7-list-item,
.wpcf7-radio label {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 480px) {

	button[type="submit"].button {
		margin-bottom: 60px !important;
	}

	main input[type="text"],
	main input[type="email"],
	main input[type="tel"],
	textarea {
		width: 100%;
	}

	main input[type="submit"],
	#main .wpcf7-submit {
		width: 100%;
	}

}

.select_wrap {
	position: relative;
}

.select_wrap {
	position: relative;
	width: 300px;
}


.mw_wp_form_input .select_wrap:after {
	content: '\f0dd';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	position: absolute;
	top: 22px;
	right: 10px;
	pointer-events: none;
}

.mw_wp_form_input .select_wrap:focus {
	content: '\f0de';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	position: absolute;
	top: 0px;
	right: 10px;
	pointer-events: none;
}

.select_wrap select {
	width: 300px;
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	font-size: 120%;
}

select::-ms-expand {
	display: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select {
	width: 300px;
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}

@media only screen and (max-width: 480px) {

	.select_wrap,
	.select_wrap select {
		width: 100%;
		max-width: 248px;
	}
}

.error {
	background-color: #ffd1d1;
	padding: 3px;
}

.mw_wp_form_preview {
	background-color: #eee;
}

.mw_wp_form_preview .mwform-item {
	background-color: #fff;
	padding: 5px;
	margin: 5px 0;
	width: 100%;
	display: block;
	min-height: 32px;
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.boxes {
	margin: auto;
	padding: 10px;
	background: #fff;
}

form .boxes {
	background: none;
}

.pc {
	display: block;
}

.sp,
.ipad {
	display: none;
}

.ipad {
	display: block;
}

@media screen and (max-width: 1024px) {}

@media only screen and (max-width: 480px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

.base_color {
	color: #245C94;
}

.base_bgcolor {
	background-color: #f8f8f8;
	/*color:#fff;*/
}

.bgf {
	background-color: #fff;
}

.bge {
	background-color: #eee;
}

.bgf0 {
	background-color: #f0f0f0;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.ccc {
	color: #ccc;
}

a[target="_blank"] {
	text-decoration: none;
}

a:active {
	border: none !important;
	outline: 0 !important;
}

.icon_metro>a[target="_blank"]::after,
h3>a[target="_blank"]::after,
.content_body>a[target="_blank"]::after {
	margin-left: 5px;
	content: "\f08e";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: -1px;
	font-size: 12px;
	color: #222;
}

.content_body>.addtoany_content>a[target="_blank"]::after {
	margin-left: 0px;
	content: "";
	display: inline-block;
	vertical-align: 0px;
	font-size: 12px;
	color: inherit;
}



@media screen and (max-width: 768px) {
	.modalArea {
		display: none;
		position: fixed;
		z-index: 99999;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.modalBg {
		width: 100%;
		height: 100%;
		background-color: rgba(30, 30, 30, 0.9);
	}

	.modalWrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70%;
		max-width: 500px;
		padding: 10px 30px;
	}

	.modalWrapper a {
		color: #fff;
		font-size: 150%;
		display: block;
		width: 100%;
		line-height: 2.5;
		text-align: center;
		text-decoration: none;
	}

	.modalWrapper a span {
		display: none;
	}

	.closeModal {
		position: fixed;
		top: 20px;
		right: 30px;
		font-size: 24px;
		color: #fff;
		cursor: pointer;
	}

	#openModal {
		position: fixed;
		top: 30px;
		right: -40px;
		transform: translate(-50%, -50%);
		z-index: 9999;
	}
}

header#masthead ul,
header#masthead ul li {
	list-style: none;
}

ul.sub-menu li {
	list-style: none;
	border-bottom: solid 1px #fff;
}

ul.disk {
	list-style: disc;
	margin-bottom: 20px;
	margin-left: 25px;
}

ul.disk li {
	list-style: disc;
}

ul.nonedot {
	list-style-type: none;
}

ul.list,
dl {
	padding-left: 40px;
	margin-bottom: 40px;
}

ol,
ul,
dl {
	padding-left: 20px;
	margin-bottom: 40px;
}

ul.list,
ul.list li {
	list-style: disc;
	margin-bottom: 5px;
	line-height: 1.5;
}

ol li {
	margin-bottom: 10px;
	line-height: 1.5;
	list-style-type: decimal;
}

ul#calendarList {
	padding-left: 0;
}

ul#calendarList li {
	font-weight: bold;
	font-size: 150%;
}

ul#calendarList li .scheduleComment {
	font-weight: normal;
	font-size: 16px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	width: auto;
	max-width: 100%;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	color: #000;
}

*:focus {
	outline: none;
}

a.deco_none {
	text-decoration: none;
}

.maincontents a {
	color: #001e5f;
}

a:link img {
	border-bottom: none;
}

.maincontents .catname-news a {
	border-bottom: none;
}

a.news_title {
	border-bottom: none;
}

p {
	margin-bottom: 20px;
	width: 100%;
}

th p,
td p {
	margin-bottom: 0px;
	width: 100%;
}

mark.count {
	background-color: transparent;
}

.content_wrap {
	min-height: 50vh;
	width: 100%;
	display: block;
	padding: 20px 60px 60px;
	background: #fff;
	margin-bottom: 60px;
}

.post .content_wrap {
	min-height: 80vh;
	width: 100%;
	display: block;
	padding: 80px 60px 60px;
	background: #fff;
	margin-bottom: 60px;
}

.content_wrap_contact {
	min-height: 40vh;
	width: 100%;
	display: block;
	padding: 20px 60px 40px;
	background: #fff;
	margin-bottom: 60px;
}

.content_wrap p {
	margin-bottom: 20px;
}

.content_wrap div.bt {
	margin-bottom: 40px;
}

.content_wrap .box1 .bt {
	margin-bottom: 0px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {

	.content_wrap img,
	.content_wrap_contact img {
		height: auto;
	}

	.col_table>.pl30 {
		padding-left: 15px;
	}

	.col_table>.pr30 {
		padding-right: 15px;
	}

	.col_table>.box2>.p40 {
		padding: 10px;
	}

	.col_table .box1.p40 {
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	.col_table .box1.p40 {
		padding: 10px;
	}

	.content_wrap {
		padding: 60px 20px;
	}
}

@media screen and (max-width: 480px) {
	.menu-trigger {
		margin-left: 0;
	}

	.col_table .box1.p40 {
		padding: 0 0 10px !important;
	}

	.content_wrap {
		padding: 0px 20px 20px;
	}

	.content_wrap p {
		font-size: 16px;
	}

	.content_wrap_contact {
		padding: 20px 20px 20px;
	}

	input.has-spinner {
		margin-right: 0px;
	}

	.post .content_wrap {
		padding: 80px 20px 60px;
	}
}

.ov_hover:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}

.m0_auto {
	margin: 0 auto;
}

@media only screen and (max-width: 480px) {
	.cont p20 {
		padding: 20px 0px;
	}
}

@media only screen and (max-width: 767px) {

	pre {
		/* Mozilla */
		white-space: -moz-pre-wrap;
		/* Opera 4-6 */
		white-space: -pre-wrap;
		/* Opera 7 */
		white-space: -o-pre-wrap;
		/* CSS3 */
		white-space: pre-wrap;
		/* IE 5.5+ */
		word-wrap: break-word;
	}
}


div div,
div hr,
div table,
div span {
	box-sizing: border-box;
}

.center,
.aligncenter {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.content_body {
	min-height: 200px;
	height: 100%;
	display: block;
	position: relative;
	padding-bottom: 100px;
}


hr {
	margin: 20px auto;
	border: 0;
	height: 0;
	border-top: 1px dotted #ccc;
}

.round_area {
	border-radius: 8px 8px 8px 8px;
	padding: 40px;
	border: solid 10px #eee;
}

.round_area ol {
	font-size: 16px;
}

.upper {
	text-transform: uppercase;
}

div.circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: skyblue;
}

a.circle {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: skyblue;
	text-align: center;
	line-height: 80px;
}

a.circle_2l span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	text-align: center;
}

a.circle_border {
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	border: solid 3px skyblue;
}

.arrow {
	position: relative;
	padding-left: 15px;
}

.arrow::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #ddd;
	border-right: solid 2px #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	margin-top: -3px;
}

.arrow- {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}

.arrow-::before,
.arrow-::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow_bg {
	position: relative;
	padding-left: 22px;
}

.arrow_bg ::before {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: #697b91;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

.arrow_bg ::after {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	margin-top: -1px;
}

.bubble {
	position: relative;
	display: inline-block;
	width: 200px;
	text-align: center;
	color: #FFF;
	padding: 25px;
	background-color: #f39800;
	border-radius: 5px;
}

.bubble:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #f39800 transparent;
	border-width: 20px 20px 0 0;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}

.bubble_o {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #FFF;
	background-color: #f39800;
	border-radius: 50%;
}

.bubble_o:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #f39800 transparent;
	border-width: 30px 10px 0 10px;
	bottom: -28px;
	left: 50%;
	margin-left: -10px;
}

.single_wrap p {
	margin-bottom: 20px;
}

.single_wrap h2,
.single_wrap h3,
.single_wrap h4,
.single_wrap ul,
.single_wrap ol,
.single_wrap dl {
	margin-bottom: 20px !important;
}

.news_img a img,
.page_wrap img,
.single_wrap img {
	width: 100% !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 40px;
}

table tr {
	border: solid 1px #ddd;

}

table tr:hover {
	background-color: #f9fafe;
}

table th {
	padding: 15px;
}

table td {
	padding: 15px;
}

.maincontents table th {
	width: 50%;
}

table.variations tr {
	border: none;
	margin-bottom: 40px;
}

.kakomi {
	border: solid 2px #ddd;
	padding: 20px 40px;
	border-radius: 0.25em;
	background: #f1f1f1;
}

.inline {
	display: inline-block;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
}

.head-flex {
	display: flex;
}

#headbox-sp .flex-left {
	align-items: center;
	justify-content: center;
	display: flexbox;
	width: 25%;
}

#headbox-sp .flex-center {
	justify-content: center;
	align-items: center;
	display: flex;
	width: 160px;
	margin: 0 auto;
}

#headbox-sp .flex-right {
	align-items: center;
	justify-content: flex-end;
	display: flex;
	width: 25%;
}

.aboutpimg {
	padding-right: 20px;
}

/* what's new */
.whatsnew {
	width: 100%;
	height: 200px;
	overflow-y: auto;
	margin: 0 auto 80px;
	padding: 20px 0px;
	background-color: #fff;
}

.scrollbar {
	width: 100%;
	height: 400px;
	overflow-y: auto;
	margin: 0 auto;
	padding: 20px 0px;
	background-color: #fff;
}

.whatsnew::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
	width: 5px;
	background: #ddd;
}

.whatsnew::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 2px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
	.whatsnew {
		width: 100%;
	}
}

.wn-item {
	padding: 10px 0px;
	margin: 0 auto 2px;
	border-bottom: dotted 1px #ccc !important;
	width: 94%;
}

.wn-item:after {
	content: "";
	display: block;
	clear: both;
}

.wn-date {
	font-size: 0.8em;
	width: 80px;
	white-space: nowrap;
	float: left;
	padding-right: 0px;
	color: #222;
}

.title_link {
	padding-left: 100px;
}

.title a,
.title_link a {
	text-decoration: none;
}

.wn-item .wn-article {
	font-size: 14px;
	letter-spacing: 0.05em;
	width: 100%;
	float: right;
}

.label_news,
.label_media,
.label_schedule,
.label_event,
.label_topics,
.label_publication {
	width: 75px;
	height: auto;
	display: inline-block;
	font-size: 0.75em;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 1px 3px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;

}

.label_media {
	background-color: #f7bd8f;
}

.label_schedule {
	background-color: #d4acad;
}

.label_event {
	background-color: #c5c56a;
}

.label_topics {
	background-color: #a0d8ef;
}

.label_news {
	background-color: #f8e58c;
}

.label_publication {
	background-color: #e6b422;
}

@media screen and (max-width: 560px) {
	.flex img {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.whatsnew {
		width: 100%;
	}

	iframe {
		width: 100% !important;
		margin: 0 auto;
	}

	.flex {
		display: block;
	}

	.flex img {
		margin-bottom: 10px;
	}

	.aboutpimg {
		padding-right: 0px;
	}

	.aboutpimg img {
		margin: 0 auto 10px;
	}

	/* 組 */
	.col1,
	.col2,
	.col3 {
		margin: 0 auto;
		width: 94%;
		max-width: 1180px;
		display: block;
		overflow-x: hidden;
	}

	.col_table .box1,
	div.col1 div.box1,
	div.col2 div.box1,
	div.col2 div.box2,
	div.col3 div.box1,
	div.col3 div.box2,
	div.col3 div.box3 {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0 0;
	}

	.box1 img,
	.box2 img,
	.box3 img,
	.center_box img {
		width: 100%;
		display: block;
	}

	.flex .p20 {
		padding: 20px 0;
	}

	.flex .btn .element,
	.flex .btn .element a {
		width: 100%;
		display: block;
		text-align: center;
		padding: 5px 0 3px;
	}

	.kakomi {
		padding: 20px !important;
	}
}

.center_box {
	display: table;
	text-align: center;
	border: solid 3px #eee;
	border-radius: 5px;
}

.box1 img,
.box2 img,
.box3 img,
.center_box img {
	width: 100%;
	display: block;
}

.box1 p,
.box2 p,
.box3 p {
	text-align: left;
}

.b-s-x-y-0-50px {
	border-spacing: 0 50px;
}

button.pulldown {
	border: none;
	background-color: #fff;
	cursor: pointer;
}

button:focus {
	outline: 0;
}

.puldtxt {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.container {
		width: 94%;
		margin: 0 auto;
	}

	#contents {
		width: 100%;
		float: none;
	}

	#sidebar {
		width: 100%;
		float: none;
	}

	#wrap {
		overflow: hidden;
	}

	#wrapper {
		margin: 0px auto;
		min-width: 360px;
	}
}















.point {
	position: relative;
	border: solid 2px #6FC822;
	background: #fff;
	line-height: 1.8;
	padding: 20px;
	margin: 2em auto 2.0em;
	max-width: 640px;
	background-image: linear-gradient(#f0f0f0 1px, transparent 0), linear-gradient(90deg, #f0f0f0 1px, transparent 0), linear-gradient(#f0f0f0 0.5px, transparent 0), linear-gradient(90deg, #f0f0f0 0.5px, transparent 0);
	background-size: 40px 40px, 40px 40px, 20px 20px, 20px 20px;
}

.point:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
	font-weight: 900;
	content: '\f0a7\ POINT';
	background: #6FC822;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
	.point {
		width: 100%;
	}
}

.container {
	width: 94%;
	margin: 0 auto;
}


.normal {
	font-weight: normal
}

.bold {
	font-weight: bold
}

.justify {
	text-align: justify
}

ol.kakko {
	margin-left: 2.0em;
	margin-top: 10px;
}

ol.kakko li {
	list-style-type: none;
	counter-increment: cnt;

	position: relative;
}

ol.kakko li::before {
	content: "(" counter(cnt) ") ";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

h1 {
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.25;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2.4rem;
	}
}



.page h2,
.cont h2 {
	line-height: 1;
	position: relative;
	padding: 40px 0 10px;
	font-size: 2.25rem;
	margin: 0 0 20px;
}

ul.products h2 {
	padding: 0 15px;
	text-align: left;
	font-weight: normal;
}

.pricing-table h2 {
	line-height: 1;
	position: relative;
	border-bottom: none;
	padding: 15px 0 10px;
	font-size: 2.25rem;
	margin: 0 0 0px;

}

h3.collection-title {
	line-height: 1;
	position: relative;
	border-bottom: none;
	padding: 40px 0 10px;
	font-size: 2.25rem;
	margin: 0 0 0px;
	font-weight: normal !important;
}

h2:before,
h3.collection-title:before {
	/*	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	content: '';
	background: #005e7e;*/
}

h2:after,
h3.collection-title:after {
	/*	position: absolute;
	left: 0;
	bottom: -5px;
	width: 60px;
	height: 5px;
	content: '';
	background: #27acd9;*/
}

ul.products h2:before {
	position: relative;
	background: none;
}

ul.products h2:after {
	position: relative;
	background: none;
}

.pricing-table h2:before {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 0px;
	content: '';
	background: none;
}

.pricing-table h2:after {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 0px;
	content: '';
	background: none;
}

.archivetitle_wrap h2 {
	height: auto;
	padding: 5px 0;
	margin-bottom: 10px;

}

.archivetitle_wrap div {
	text-justify: inter-ideograph;
}

h2.archivetitle {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.25;
}

h3.fukidashi {
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 10px;
	background: #20A4D0;
}

h3.fukidashi:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #20A4D0 transparent transparent transparent;
}




.mwform-checkbox-field-text {
	font-weight: bold !important;
}

.scroll-box {
	background-color: #f0f0f0;
}

.scroll-box .policy {
	font-size: 80%;
}

.scroll-box .policy h2 {
	font-size: 1.1rem !important;
}


h3 {
	font-weight: normal;
	font-size: 2.0rem;
	margin: 0 0 20px;
	line-height: 1.2;
}

h3.inqh3 {
	font-weight: 700;
	font-size: 1.25rem;
	margin: 0 0 0;
}

.scroll-box h3 {
	font-weight: 300;
	font-size: 1.2rem;
	margin: 0 0 10px;
}

h4 {
	font-weight: 700;
}

h5 {
	font-weight: 700;
}

.titleheadbgimg {}

.campainformconfirm-bg,
.campainformcomplete-bg,
.campainform-bg {
	background-image: url(../images/campain-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	filter: blur(6px);
	margin: -6px;
	/* blurの2倍値マイナス */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.points-for-website-creation-bg,
.about-bg {
	background-image: url(../images/pine-2-sign-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	filter: blur(6px);
	margin: -6px;
	/* blurの2倍値マイナス */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.service-bg {
	background-image: url(../images/service-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	filter: blur(6px);
	margin: -6px;
	/* blurの2倍値マイナス */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.price-bg {
	background-image: url(../images/price-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	filter: blur(6px);
	margin: -6px;
	/* blurの2倍値マイナス */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.request-method-bg {
	background-image: url(../images/request-method-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	filter: blur(6px);
	margin: -6px;
	/* blurの2倍値マイナス */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.qa-bg {
	background-image: url(../images/qa-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	filter: blur(6px);
	margin: -6px;
	/* blurの2倍値マイナス */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.confirm-bg,
.complete-bg,
.contact-bg {
	background-image: url(../images/contact-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	filter: blur(6px);
	margin: -6px;
	/* blurの2倍値マイナス */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.news-bg {
	overflow-x: hidden;
}

.news_archive_title {
	z-index: 1;
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}

img.shadow {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
	margin-bottom: 15px;
}

.ftloop {

	background: #3c3742;
	width: 100%;

	color: #fff;
	text-align: center;
	padding: 0;


	overflow: hidden;
}

.content-area:after,
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

ul.slider-slick li {
	width: 300px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

ul.slider-slick li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ol.marusuji {
	counter-reset: number;
	/*数字をリセット*/
	padding: 0.5em;

}

ol.marusuji li {
	position: relative;
	line-height: 1.5em;
	padding: 30px 30px 30px 60px;
	background: #f5faff;
	margin-bottom: 8px;
	list-style-type: none !important;
	/*数字を一旦消す*/
}

ol.marusuji li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display: inline-block;
	background: #5c9ee7;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50%;
	left: 20px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* fontawesome */
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
	/*For IE 6/7 (trigger hasLayout) */
}

.pricing-table {
	width: 100%;
	margin: 80px auto 60px;
	text-align: center;
	padding: 0px;
	padding-right: 0;
}

.pricing-table .heading {
	color: #474747;
	text-transform: uppercase;
	font-size: 1.3rem;
	margin-bottom: 4rem;
}

.block {
	width: 32%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.block .title {
	font-size: 140%;
}

@media screen and (max-width: 599px) {
	.block {
		width: 100%;
	}

	.block h2.title {
		margin-bottom: 0 !important;
	}

	h2.homeh2 {
		font-size: 2rem;
	}

	.pt-footer p {
		margin-bottom: 60px;
	}
}

/*Shared properties*/
.title,
.pt-footer {
	color: #FEFEFE;
	text-transform: capitalize;
	line-height: 2.5;
	position: relative;
}

.pt-footer p {
	line-height: 3.0;
}

.content {
	position: relative;
	color: #FEFEFE;
	padding: 20px 0 10px 0;
}

/*arrow creation*/
.content:after,
.content:before,
.pt-footer:before,
.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.pt-footer:after,
.pt-footer:before {
	top: 0;
}

.content:after,
.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 5px;
	margin-left: -5px;
}

/*/arrow creation*/
.price {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	padding: 0 15px;
	text-align: right;
}

.price span {}

.price sub {
	font-size: 1.5rem;

}

.hint {
	font-style: italic;
	font-size: 0.9rem;
}

p.hint {
	margin: 0 !important;
}

.block.cheap,
.block.design {
	margin: 0 1px;
}

.red {
	color: red;
}

.mw_wp_form_preview .preview_none,
.mw_wp_form_preview .red,
.mw_wp_form_preview .policy_wrap {
	display: none;
}

.features {
	list-style-type: none;
	/*background: #F4F4F4;*/
	text-align: left;
	color: #414141;
	padding: 30px 10%;
	font-size: 0.9rem;
	margin-bottom: 0;
}

.features li {
	padding: 0px 0;
	width: 100%;
}

.features li span {
	padding-right: 0.4rem;
}

.pt-footer {
	font-size: 0.95rem;
	text-transform: capitalize;
}

/*Cheeply*/
.cheap .title {
	background: #582f7a;
}

.cheapplan {
	color: #c75ce7;
}

.cheapplan-icobg {
	background: #fbeeff;
}

.cheap .content,
.cheap .pt-footer {
	background: #9251c7;
}

.cheap .content:after {
	border-top-color: #d6d6d6;
}

.cheap .pt-footer:after {
	border-top-color: #ffffff;
}

/*Basic*/
.basic .title {
	background: #168f79;
}

.basicplan {
	color: #168f79;
}

.basicplan-icobg {
	background: #e0f0ed;
}

.basic .content,
.basic .pt-footer {
	background: #2cb69d;
}

.basic .content:after {
	border-top-color: #04967b;
}

.basic .pt-footer:after {
	border-top-color: #FFFFFF;
}

/*Design*/
.design .title {
	background: #099cb9;
}

.designplan {
	color: #099cb9;
}

.designplan-icobg {
	background: #e3ebf0;
}

.design .content,
.design .pt-footer {
	background: #41c0da;
}

.design .content:after {
	border-top-color: #0e9bb8;
}

.design .pt-footer:after {
	border-top-color: #FFFFFF;
}

/*EC*/
.ec .title {
	background: #b32548;
}

.ecplan {
	color: #b32548;
}

.ecplan-icobg {
	background: #f5e6ec;
}

.ec .content,
.ec .pt-footer {
	background: #da456a;
}

.ec .content:after {
	border-top-color: #df4962;
}

.ec .pt-footer:after {
	border-top-color: #FFFFFF;
}

.helpie-faq.accordions .accordion .accordion__item {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #e1e1e1;
}

.content_area,
.content_area p {
	word-break: break-all;
}

.wp-pagenavi span.current {
	border-color: none;
	background-color: #333;
	color: #fff;
}

.maincontents .wp-pagenavi a {
	border-bottom: none;
	border: 1px solid #BFBFBF;
}

.helpie-faq.accordions .accordion__header::after {
	content: "";
	height: 2px;
	margin-right: 0px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
}

.helpie-faq.accordions .accordion__header::before {
	content: "";
	height: 2px;
	margin-right: 0px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(90deg);
	transition: all .2s ease-in-out;
	width: 14px;
}

.accordion__body {
	background-color: #7c7c7c !important;
	color: #fff !important;
	padding: 20px 20px 10px !important;
	border-radius: 5px;
}

.ico-camera {
	background-image: url(../images/ico-camera.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-single {
	background-image: url(../images/ico-single.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-design {
	background-image: url(../images/ico-design.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-ssl {
	background-image: url(../images/ico-ssl.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-wp {
	background-image: url(../images/ico-wp.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-mov {
	background-image: url(../images/ico-mov.png);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-single {
	background-image: url(../images/ico-single.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-page {
	background-image: url(../images/ico-page.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-form {
	background-image: url(../images/ico-form.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-cal {
	background-image: url(../images/ico-cal.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-mail {
	background-image: url(../images/ico-mail.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-server {
	background-image: url(../images/ico-server.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-domain {
	background-image: url(../images/ico-domain.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-ec {
	background-image: url(../images/ico-ec.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-item {
	background-image: url(../images/ico-item.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.ico-ana {
	background-image: url(../images/ico-ana.png);
	display: block;
	width: 100%;
	padding: 16px 16px 16px 55px;
	background-position: left 24px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	overflow-wrap: break-word;
}

.thumbnail {
	margin: 0px auto 10px;
	height: 240px;
}

.thumcell {
	/*display: table-cell;
	text-align: center;
	vertical-align: middle;*/
	width: 100%;
	height: 245px;
	overflow: hidden;
	position: relative;
}

.thumbnail .thumcell img {
	position: absolute;
	top: 0%;
	left: 0%;
	/*-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);*/
	width: 100%;
	height: auto;

}

.archive-txt {
	margin: 0 auto 20px;
	width: 90%;

}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;

}



.maincontents {
	position: relative;
}

main#content figure.ful {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: block;
	margin-bottom: 200px;
}

.fullwindow .centerbox {
	position: absolute;
	left: 50%;
	top: 15%;
	width: 80%;
	transform: translate(-50%, -50%);
	/*color: rgba(250, 250, 250, 1);*/
	font-size: 18px;
	text-align: center;
	z-index: 10;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wrap,
.wrap-l {
	/*width: 100%;*/
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.wrap {
		max-width: 1000px;
		width: 100%;
		;
	}

	.wrap-l {
		max-width: 1000px;
		width: 100%;
		;
	}
}

.mv {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv-ttl {
	text-align: center;
	font-size: 60px;
	font-size: 30px;
	font-weight: bold;
}

.demo-ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
	.mv-ttl {
		font-size: 60px;
	}
}

.demo01-block {
	margin-top: 80px;
}

.demo01-block:first-of-type {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.demo01-block {
		margin-top: 100px;
	}
}

.multiple-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.multiple-block-image {
	width: 49%;
	margin-top: 20px;
}

.multiple-block-image:nth-child(-n+2) {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.multiple-block-image {
		width: 32%;
	}

	.multiple-block-image:nth-child(-n+3) {
		margin-top: 0;
	}
}

.active-section {
	margin-top: 0px;
}

@media only screen and (max-width: 480px) {
	.active-section {
		margin-top: 250px;
	}
}

.active-section:first-of-type {
	margin-top: 0;
}

/* zoom block */
.zoom-block {
	overflow: hidden;
}

.zoom-block-bg {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background: url(../images/sample.jpg) no-repeat center/cover;
}

/* slide block */
.slide-block {
	margin-bottom: 60px;
}

.slide-block:first-of-type {
	margin-top: 0;
}

.slide-block-contents {
	margin-top: 60px;
}

@media only screen and (max-width: 480px) {
	.slide-block-contents {
		margin-top: 20px;
	}
}

.slide-block-ttl {
	font-size: 18px;
	font-weight: bold;
}

.slide-block-txt {
	margin-top: 10px;
}

/* fade up block */
.fade-up-block-image {
	/*margin-top: 20px;*/
	/* bg#000-120% */
	margin-top: 20px;
}

@media only screen and (max-width: 980px) {
	.fade-up-block-image {
		margin-top: 0px;
		margin-bottom: 60px;
		width: 48.5%;
		height: 200px;
	}

	.active-section.inline {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {

	_::-webkit-full-page-media,
	_:future,
	:root .fade-up-block-image {
		width: 320px;
		height: 220px;
		margin: 0 auto 60px;
	}

	.fade-up-block-image {
		width: 320px;
		height: 220px;
		margin: 0 auto 40px;
	}

	.fig_wrap {
		padding-bottom: 24px;
	}
}

.fade-up-block-image:first-of-type {
	margin-top: 0;
}

/* marker block */
.marker-block {
	margin-top: 40px;
}

.marker-block:first-of-type {
	margin-top: 0;
}

.marker-block-contents {
	margin-top: 20px;
}

.marker-block-ttl {
	font-size: 18px;
	font-weight: bold;
}

.marker-block-txt {
	margin-top: 10px;
}

/* fade left block */
.fade-left-block-item {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.fade-left-block-item:first-of-type {
	margin-top: 0;
}

.fade-left-block-num {
	color: #fff;
	background-color: #FFA500;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.fade-left-block-txt {
	width: calc(100% - 40px);
	margin-left: 10px;
}




/*------------------------------ */
/* ------ animation style ------ */
/* ----------------------------- */


/* fade zoom */
.u-fade-type-zoom.is-active {
	transition: 8s;
	transform: scale(1.06);
}

/* fade up */
.u-fade-type-up {
	transform: translateY(50px);
	opacity: 0;
}

.u-fade-type-up.is-active {
	transition: .6s;
	transform: translateY(0);
	opacity: 1;
}

.is-active .u-fade-type-up {
	transition: .6s;
	transform: translateY(0);
	opacity: 1;
}

.is-active .u-fade-type-up:nth-child(2) {
	transition-delay: .4s;
}

.is-active .u-fade-type-up:nth-child(3) {
	transition-delay: .8s;
}

.is-active .u-fade-type-up:nth-child(4) {
	transition-delay: 1.2s;
}

.is-active .u-fade-type-up:nth-child(5) {
	transition-delay: 1.6s;
}

.is-active .u-fade-type-up:nth-child(6) {
	transition-delay: 2s;
}

.is-active .u-fade-type-up:nth-child(7) {
	transition-delay: 2.4s;
}

.is-active .u-fade-type-up:nth-child(8) {
	transition-delay: 3.0s;
}

.is-active .u-fade-type-up:nth-child(9) {
	transition-delay: 3.4s;
}

.is-active .u-fade-type-up:nth-child(10) {
	transition-delay: 3.8s;
}

.is-active .u-fade-type-up:nth-child(11) {
	transition-delay: 4.2s;
}

.is-active .u-fade-type-up:nth-child(12) {
	transition-delay: 4.6s;
}

/* fade left */
.u-fade-type-left {
	transform: translateX(50px);
	opacity: 0;
}

.u-fade-type-left.is-active {
	transition: .6s;
	transform: translateX(0);
	opacity: 1;
}

.is-active .u-fade-type-left {
	transition: .6s;
	transform: translateX(0);
	opacity: 1;
}

.is-active .u-fade-type-left:nth-child(2) {
	transition-delay: .2s;
}

.is-active .u-fade-type-left:nth-child(3) {
	transition-delay: .4s;
}

.is-active .u-fade-type-left:nth-child(4) {
	transition-delay: .6s;
}

.is-active .u-fade-type-left:nth-child(5) {
	transition-delay: .8s;
}

/* img */
.u-fade-type-slide {
	position: relative;
}

.u-fade-type-slide::after {
	content: '';
	display: block;
	width: 100%;
	transform: scaleX(1);
	transform-origin: 100% 0;
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 0;
	right: 0;
}

.u-fade-type-slide.is-active::after {
	transition: .6s;
	transform: scaleX(0);
}

/* single marker */
.u-fade-type-marker {
	background: linear-gradient(to right, transparent 50%, rgba(0, 204, 255, 0.3) 30%);
	background: linear-gradient(to right, transparent 50%, rgba(0, 204, 255, 0.3) 50%);
	background-repeat: repeat-x;
	background-size: 200% .6em;
	background-position: 0 .6em;
	padding-bottom: .6em;
}

.u-fade-type-marker.is-active {
	transition: all 1.2s ease;
	background-position: -100% .6em;
}



/* ----------------------- */
/* -------- video -------- */
/* ----------------------- */
#video-header-wrap {
	position: relative;
	/*h1の中央寄せ配置の起点とするためのrelative*/
	height: 100vh;
	/*高さを全画面にあわせる*/
	height: 100%;
	overflow: hidden;
}

#video-area {
	position: fixed;
	z-index: -9999;
	/*最背面に設定*/
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

#video {
	/*天地中央配置*/
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	/*縦横幅指定*/
	/*width: 177.77777778vh;*/
	/* 16:9 の幅→16 ÷ 9＝ 177.77% */
	/*height: 56.25vw;*/
	/* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: -webkit-fill-available;
	min-height: 100%;
	min-width: 100%;
}

.homebgmobile {
	/*天地中央配置*/
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	/*縦横幅指定*/
	/*width: 177.77777778vh;*/
	/* 16:9 の幅→16 ÷ 9＝ 177.77% */
	/*height: 56.25vw;*/
	/* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: -webkit-fill-available;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
}

.homebgmobile img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.fitsize {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -9999;
}

.flowing {
	margin: 0;
	font-size: 50px;
	font-weight: bold;
	color: #ff6347;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 8s;
	text-align: center;
	position: relative;
	z-index: 999;
}

.fitvideo {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

/*
footer {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 0;

}
*/
.footer {
	color: rgb(255, 255, 255);
	padding: 40px 0 20px;
	position: relative;
	overflow-x: hidden;
}

.footer p {
	color: rgb(255, 255, 255);
}

.footer a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.footer li a:hover {
	text-decoration: underline;
}

.footer .wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .wrap h3 {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
}

.footer .wrap .box {
	width: 30%;
}

.footer .wrap .box ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

.footer .wrap .box ul li {
	margin-bottom: 5px;
}

.copy_wrap {
	width: 100%;
	overflow: hidden;
}

.copyright {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;

	text-align: center;
	font-size: 12px;
}

@media only screen and (max-width: 599px) {
	.footer .wrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.footer .wrap h3 {
		border: none;
	}

	.footer .wrap .box {
		width: 100%;
	}

	.footer .wrap .box ul {
		border-top: 1px #f0f0f0 solid;
	}

	.footer .wrap .box ul li a {
		display: block;
		padding: 5px 15px;
		border-bottom: 1px #f0f0f0 solid;
	}
}


#page_top {
	width: 80px;
	height: 30px;
	position: fixed;
	right: 0;
	bottom: -100px;
}

#page_top a::after {
	display: inline-block;
	vertical-align: middle;
	/*color: #999;*/
	line-height: 1;
	position: relative;
	width: 0.1em;
	height: 1.5em;
}

#page_top a {
	padding: 10px;
	color: #8f8f8f;

}

#page_top a::before {
	content: '';
	width: 1rem;
	height: 1rem;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: -1em;
	right: 55%;
	box-sizing: border-box;
}

.rotate_fig_wrap {
	width: 100%;
	display: table;
	text-align: center;
	position: relative;

}

.rotate_fig,
.island_fig {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.island_fig {
	z-index: 777;
}

img#enjoy {
	animation: 18s linear infinite rotation2;
	width: 100%;
	height: auto;
}

img#island {
	width: 100%;
	height: auto;

}

@media only screen and (max-width: 599px) {
	.footer {
		padding: 20px 0 20px;
	}

	img#island {
		width: 100%;
		height: auto;
		max-width: 100%;
	}

	img#enjoy {
		width: 120%;
		max-width: 120%;
	}

	.rotate_fig {
		display: table-cell;
		vertical-align: middle;
		position: absolute;
		top: 0%;
		left: 45%;
		transform: translate(-50%, -50%);
	}

	.island_fig {
		display: table-cell;
		vertical-align: middle;
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@keyframes rotation2 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

/* PC スマホ切り替え */
.pc {
	display: block;
}

.sp {
	display: none;
}

.no-scr {
	overflow-y: hidden;
}

#header {
	width: 100%;
	height: 0px;
	/* このまま */
	display: block;
	z-index: 9999;

}

#header-c {
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	display: block;
	z-index: 9999;
	background-color: #fff;
	overflow: hidden;
}


#headbox,
#headbox-sp {
	height: 90px;
	width: 100%;
	color: #fff;
}

#headbox-sp {
	position: relative;
}

.headbg {
	background-color: #fff !important;
	color: #000;
}

.home #container {
	width: 100%;
	margin: 0 0 0;
	padding: 120px 0 0px;
	background-color: #fff;
	position: relative;
	z-index: 0;
	overflow-x: hidden;
}

.cont #container {
	width: 100%;
	margin: 140px 0 0;
	padding: 0px 0 0px;

}

.cont #container-news {
	/*width: 100%;*/
	margin: 90px 0 0;
	padding: 0px 0 0px;

}

@media screen and (max-width: 480px) {
	.cont #container {
		width: 100%;
		margin: 90px 0 0;
		padding: 0px 0 0px;
		background-color: #fff;
	}
}

.pc #g-nav a {
	padding: 0 15px;
}

.pc #g-nav a.wh {
	color: #fff;
}

.pc #g-nav a.bk {
	color: #000 !important;
}

.pc #g-nav a.btn.bk {
	color: #fff !important;
}

.sp #g-nav a.bk {
	color: #fff;
}

.sp #g-nav-sp a.bk {
	color: #000;
}

#g-nav a.btn.bk {
	color: #fff;
}

#g-nav-sp a.btn.bk {
	color: #fff;
}

.g-nav,
.g-nav-c,
.g-nav-sp,
.g-nav-c-sp {
	display: block;
}

.g-nav ul.menu,
.g-nav-c ul.menu {
	width: 100%;
	line-height: 30px;
	display: flex;
	justify-content: flex-end;
	padding-left: 0;
}

.megaMenu__content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #d0d0d0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	padding: 40px 0;
}

@media only screen and (max-width: 1060px) {

	.g-nav ul.menu,
	.g-nav-c ul.menu {
		display: block;
	}
}

.g-nav-sp ul.menu,
.g-nav-c-sp ul.menu {
	width: 75%;
	line-height: 30px;
}

.g-nav ul.menu li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
	line-height: 70px;
}

.g-nav-c ul.menu li {
	list-style-type: none;
	display: inline-block;
	line-height: 70px;
}

.g-nav-c ul.menu li a {
	padding: 0 15px;
}

.g-nav ul.menu li a.nav-qa,
.g-nav-c ul.menu li a.nav-qa {
	padding: 0 30px 0 20px;
}

.g-nav-sp ul.menu li,
.g-nav-c-sp ul.menu li {
	list-style-type: none;
	display: inline-block;
	line-height: 70px;
}

.g-nav ul.menu li a.btn {
	background-color: cornflowerblue;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	margin-left: 10px;
}

.g-nav-c ul.menu li a.btn {
	background-color: cornflowerblue;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
}

.g-nav ul.menu li a.btn:hover {
	background-color: rgb(12, 56, 139);
	transition: 0.6s;
	color: #fff;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.fixed .g-nav ul.menu li {
	line-height: 70px;
}

.nav-block {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	margin: 0px auto;
}

@media screen and (max-width: 480px) {
	.g-nav ul.menu li {
		line-height: 40px;
	}

	.g-nav ul.menu li a.nav-qa,
	.g-nav-c ul.menu li a.nav-qa {
		padding: 20px 0;
	}

}

@media screen and (max-width: 920px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.g-nav ul.menu li a.btn {
		display: block;
		margin: 0 10px;
	}

	.g-nav ul.menu li a {
		color: #fff;
	}

	.g-nav ul.menu li a:hover {
		color: #000;
	}
}

/*==================================================
hamburger menu
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.hamburger {
	position: relative;
	background: transparent;
	cursor: pointer;
	width: 35px;
	height: 45px;
	border-radius: 0px;
	z-index: 9999;
	margin: 15px 50px;
}

@media screen and (max-width: 768px) {
	.hamburger {
		margin: 10px 20px;
	}
}

/*ボタン内側*/
.hamburger span {
	display: inline-block;
	transition: all .4s;
	/*アニメーションの設定*/
	position: absolute;
}

.hamburger span:nth-of-type(1),
.hamburger span:nth-of-type(2),
.hamburger span:nth-of-type(3) {
	height: 2px;
	background: #fff;
	width: 100%;
	left: 0px;
}

.hamburger span:nth-of-type(1) {
	top: 10px;
}

.hamburger span:nth-of-type(2) {
	top: 21px;
}

.hamburger span:nth-of-type(3) {
	top: 32px;
}

.hamburger span:nth-of-type(4) {
	/* menu */
	top: 40px;
	left: 3px;
	font-size: 0.85rem;
	/*text-transform: uppercase;*/
	color: #fff;
}

#header-c .hamburger span:nth-of-type(1),
#header-c .hamburger span:nth-of-type(2),
#header-c .hamburger span:nth-of-type(3) {
	height: 2px;
	background: #000000;
	width: 100%;
	left: 0px;
}

#header-c .hamburger span:nth-of-type(4) {
	/* menu */
	top: 40px;
	left: 0px;
	font-size: 0.85rem;
	/*text-transform: uppercase;*/
	color: #000000;
}

@media screen and (max-width: 480px) {
	.hamburger span:nth-of-type(4) {
		font-size: 0.75rem;
	}
}


.m-line {
	display: block;
	height: 40px;
	width: 30px;
	text-align: center;
	margin: 0 auto;
}

.span-menu {
	letter-spacing: 0.05rem;
	z-index: 9999;
	position: relative;
	color: #222;
	line-height: 1;
	font-size: 12px;
	text-align: center;
}

.span-menu,
.span-menu.wh {
	color: #fff;
}

#contents-c .head-flex .span-menu,
.span-menu.bk {
	color: #000;
}

.hamburger.active .span-menu {
	color: transparent;
	display: none;
}

.hamburger span.bk:nth-of-type(1),
.hamburger span.bk:nth-of-type(2),
.hamburger span.bk:nth-of-type(3) {
	background: #000000;
}

.hamburger span.bk:nth-of-type(4) {
	color: #000000;
}

.hamburger.active span.span-menu:nth-of-type(4) {
	color: transparent;
	display: none;
}

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
.hamburger.active span:nth-of-type(1),
.hamburger.active span:nth-of-type(2),
.hamburger.active span:nth-of-type(3) {
	height: 2px;
	background: #000;
	width: 100%;
	left: 0px;
}


.hamburger.active span:nth-of-type(1) {
	top: 23px;
	left: 4px;
	transform: translateY(6px) rotate(-45deg);
	width: 75%;

}

.hamburger.active span:nth-of-type(2) {
	opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
	top: 35px;
	left: 4px;
	transform: translateY(-6px) rotate(45deg);
	width: 75%;
}

.nav-logo-center {
	width: 100%;
	margin: 20px 0;
}

.nav-logo-center img {
	display: block;
	width: 160px;
	height: 50px;
	z-index: 9999;
	margin: 0 auto;
}





.fullpage {
	width: 100vw;
	min-width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	background: rgba(0, 0, 0, .3);
}

.fullwindow {
	width: 100vw;
	min-width: 100%;
	height: 100vh;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

.globalMenuSp {
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align: center;
	width: 100%;
	transform: translateX(-100%);
	/* - */
	transition: all 0.1s;
	overflow: auto;
}

.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	min-height: 480px;
}

.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
}

.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}

.globalMenuSp ul li a {
	display: block;
	/*color: #fff;
	background-color: #234b9c;*/
	margin: 0 10px 1px;
	padding: 20px 0;
	text-decoration: none;
	font-size: 1.25rem;
}

.globalMenuSp ul li a:hover {
	background: #ddd;
	color: #000 !important;
}

.globalMenuSp ul li a.btn:hover {
	background: #ddd;
	color: #fff !important;
}

.globalMenuSp.active {
	opacity: 100;
	display: block;
	transform: translateX(0%);
}

.menu .ul {
	text-align: right;
}

.menu .ul li {
	background-color: transparent;
}

.nav-links {
	display: flex;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 50%;
	padding: 0 20px;
}

.nav-links .nav-previous {
	text-align: left;
}

.nav-links .nav-next {
	text-align: right;
}

.home .nav-home {
	display: none;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

.title_wrap {
	position: relative;
	z-index: 100;
}

.fig_wrap {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 240px;
	color: #ffffff;
	text-align: left;
	background-color: #20A4D0;
	font-size: 16px;
	-webkit-perspective: 50em;
	perspective: 50em;
}

_::-webkit-full-page-media,
_:future,
:root .fig_wrap img {
	height: 228px !important;
}

.fig_wrap * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

figure.figimg_wrap img {
	opacity: 1;
	width: 100%;
	height: 210px;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.figimg_wrap figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	z-index: 1;
	opacity: 0;
	padding: 20px 20px;
	font-size: 12px;
}

figure.figimg_wrap h3,
figure.figimg_wrap p {
	line-height: 1.0em;
}

figure.figimg_wrap h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

figure.figimg_wrap p {
	line-height: 1.3;
	font-size: 1.0em;
	font-weight: 500;
	margin: 0 0 10px;
}

figure.figimg_wrap .read-more {
	margin: 10px 0;
	padding: 0.5em 1em;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #6495ED;
	color: #6495ED;
	background-color: #fff;
	display: inline-block;
	letter-spacing: 0.1rem;
	border-bottom: none;
}

figure.figimg_wrap .read-more:hover {
	background-color: #6495ED;
	color: #fff;
	border: solid 1px #fff;
}

figure.figimg_wrap:hover img,
figure.figimg_wrap.hover img {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0;
}

figure.figimg_wrap:hover figcaption,
figure.figimg_wrap.hover figcaption {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

_::-webkit-full-page-media,
_:future,
:root .btmtxt {
	padding: 3px 10px 3px;
}

.btmtxt {
	padding: 0px 10px 3px;
	color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 10;
	font-size: 12px;
}

.tagname {
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	z-index: 100;
	margin-top: -0px;
	position: relative;
	top: 1px;
	line-height: 0.75;
	display: block;
	letter-spacing: 0.1em;
	text-align: left;
}

.casestudy {
	font-weight: 700;
	font-size: 160px;
	color: #fff;
	z-index: 0;
	margin-top: -105px;
	position: absolute;
	top: 190px;
	line-height: 0.75;
}

.makeawebsite {
	font-weight: 700;
	font-size: 120px;
	color: #fff;
	z-index: 0;
	position: relative;
	margin-top: -5px;
	margin-bottom: 0px;
	line-height: 0.75;
	display: block;
}

.basicpackage {
	font-weight: 700;
	font-size: 120px;
	color: #fff;
	z-index: 0;
	position: relative;
	margin-top: -35px;
	margin-bottom: 10px;
	line-height: 0.75;
	display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Days+One&display=swap');

.en-t {
	font-weight: 700;
	height: 55px;
	/* height */
}

.jp-t {
	line-height: 4rem;
}

@media screen and (max-width: 920px) {
	.btmtxt {
		padding: 0px 10px 2px;
	}
}

@media screen and (max-width: 780px) {

	_::-webkit-full-page-media,
	_:future,
	:root .fig_wrap {
		height: 120%;
		margin-top: 20px;
	}

	.wrap-l .w50 h2,
	.wrap-l h2 {
		height: auto;
		/*padding-top: 40px;*/
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.reading {
		font-size: 12px;
		line-height: 2;
	}

	figure.figimg_wrap figcaption {
		padding: 15px 15px;
	}

	.content_wrap>.p40 {
		padding: 20px;
	}

	figure.figimg_wrap h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	figure.figimg_wrap p {
		font-size: 12px;
		line-height: 1.25;
	}
}

@media screen and (max-width: 480px) {
	.active-section.inline {
		display: block;
	}

	.wrap-l .w50 h2 {
		width: 100%;
		height: auto;
	}

	.reading {
		font-size: 12px;
		line-height: 1.75;
	}

	h2.font_40 {
		font-size: 40px;
	}

	.content_wrap>.p40 {
		padding: 20px;
	}

	.tagname {
		font-weight: 700;
		font-size: 40px;
		color: #fff;
		z-index: 100;
		margin-top: -12px;
		position: relative;
		top: 0px;
		line-height: 1.5;
		display: block;
		height: 45px;
		letter-spacing: 0em;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .btmtxt {
		font-size: 16px;
		padding: 1px 10px 1px;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .tagname {
		font-weight: 700;
		font-size: 40px;
		color: #fff;
		z-index: 100;
		margin-top: -15px;
		position: relative;
		top: 0px;
		line-height: 1.5;
		display: block;
		height: 45px;
	}

	.pricing-table .fl {
		margin-bottom: 40px;
	}

	figure.figimg_wrap {
		height: 90%;
		width: 100%;
	}

	_::-webkit-full-page-media,
	_:future,
	:root figure.figimg_wrap {
		height: 237px;
		width: 100%;
	}

	figure.figimg_wrap p {
		font-size: 1.2em;
	}

	figure.figimg_wrap .read-more {
		font-size: 1em;
	}
}

.active-section {
	margin: 100px 0 150px;
}

.active-slide-section {
	margin: 0 0 150px 0;
}

.active-basicpackage-section {
	margin: 0 0 150px 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	.active-section {
		margin-top: 40px;
	}

	.active-slide-section {
		margin-top: 30px;
	}

	.package-section {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.z888.flex {
		display: block;
	}

	.active-section {
		margin-top: 20px;
	}

	.active-slide-section {
		margin-top: 30px;
	}

	.package-section {
		margin-top: 30px;
	}
}

@media screen and (min-width: 767px) {

	/* slide block */
	.slide-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0px;
	}

	.slide-block:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.slide-block-image {
		width: 48%;
	}

	.slide-block-contents {
		width: 48%;
		margin-top: 0;
		z-index: 8888;
	}

	/* fade up block */
	.fade-up-block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.fade-up-block-image {
		width: 32%;
	}

	.fade-up-block-image:nth-child(-n+3) {
		margin-top: 0;
	}

	/* marker block */
	.marker-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}

	.marker-block-image {
		width: 48%;
	}

	.marker-block-contents {
		width: 48%;
		margin-top: 0;
	}

	/* fade left block */
	.fade-left-block-txt {
		line-height: 1.8;
	}
}

@media only screen and (max-width: 1050px) {
	.fade-up-block {
		min-width: 1000px;
	}
}

@media only screen and (max-width: 940px) {

	.flex.z888,
	.flex.z888 .flex {
		display: block;
	}

	.flex.w50,
	.reading.w50 {
		width: 100%;
		z-index: 100;
		position: relative;
	}

	.flex.pb60 {
		padding-bottom: 20px;
	}

	.casestudy,
	.makeawebsite {
		font-size: 80px;
		margin-top: -40px;
		position: relative;
		top: auto;
	}

	.fade-up-block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		min-width: 660px;
	}
}

@media only screen and (max-width: 480px) {

	.casestudy,
	.makeawebsite,
	.basicpackage {
		font-size: 36px;
		margin-top: 0px;
	}

	.flex.z888 .flex {
		display: block;
	}

	.z888 {
		z-index: 888;
	}

	.title_wrap .flex,
	.title_wrap .inline,
	.title_wrap .w50 {
		display: block !important;
		width: 100% !important;
	}

	.fade-up-block {
		min-width: 320px;
		margin: 0 auto;
	}
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

figure.slimg_wrap {
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 220px;
	max-width: 310px;
	max-height: 220px;
	width: 100%;
	background: #000000;
	text-align: left;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 480px) {
	figure.slimg_wrap {
		min-width: 330px;
	}
}

figure.slimg_wrap * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.slimg_wrap img {
	max-width: 100%;
	position: relative;
}

figure.slimg_wrap figcaption {
	position: absolute;
	top: 15%;
	bottom: 15%;
	left: 20px;
	right: 40%;
	padding: 15px 20px;
	background-color: #ffffff;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.6);
	z-index: 1;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

figure.slimg_wrap h3 {
	color: #000000;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	padding: 7px;
}

figure.slimg_wrap h3 span {
	font-weight: 800;
}

figure.slimg_wrap p {
	font-size: 0.8em;
	font-weight: 500;
}

figure.slimg_wrap:after {
	background: #000000;
	width: 60px;
	height: 100%;
	position: absolute;
	left: -40px;
	top: 0;
	content: '';
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

figure.slimg_wrap a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

figure.slimg_wrap.blue h3 {
	color: #1b557a;
}

figure.slimg_wrap.blue:after {
	background-color: #0a212f;
}

figure.slimg_wrap.red h3 {
	color: #81261d;
}

figure.slimg_wrap.red:after {
	background-color: #36100c;
}

figure.slimg_wrap.yellow h3 {
	color: #b06f09;
}

figure.slimg_wrap.yellow:after {
	background-color: #583804;
}

figure.slimg_wrap.green h3 {
	color: #19703e;
}

figure.slimg_wrap.green:after {
	background-color: #082514;
}

figure.slimg_wrap.navy h3 {
	color: #19232d;
}

figure.slimg_wrap.navy:after {
	background-color: #000000;
}

figure.slimg_wrap:hover img,
figure.slimg_wrap.hover img {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

figure.slimg_wrap:hover:after,
figure.slimg_wrap.hover:after {
	left: 0;
}

figure.slimg_wrap:hover figcaption,
figure.slimg_wrap.hover figcaption {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Libre+Baskerville&display=swap');

.flowing {
	margin: 0;
	font-size: 4.75rem;
	max-width: 500px;
	word-wrap: break-word;
	width: 100%;
	height: auto;
	color: rgb(182, 226, 255);
	/*color: rgba(168, 101, 129, 0.75);
    filter: invert(90%) grayscale(82%) contrast(100);*/
	opacity: 0.85;
	overflow: hidden;
	animation: flowing-anim 8s;
	text-align: left;
	line-height: 1.1;
	/*mix-blend-mode: difference;*/
	/*mix-blend-mode: exclusion;*/
	/*mix-blend-mode: overlay;*/
	/*mix-blend-mode:color-burn;*/
	mix-blend-mode: color-dodge;
	/*mix-blend-mode:screen;*/
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

.sub-copy {
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin: 10px 0px;
}

.sub-copy:before {
	border-top: 1px solid #fff;
	content: "";
	width: 2em;
	/* 線の長さ */
	display: inline-block;
	padding: 0 0 5px;
}

.sub-copy:before {
	margin-right: 1em;
	/* 文字の右隣 */
}

.sub-copy:after {
	margin-left: 1em;
	/* 文字の左隣 */
}

.home-read-text {
	color: #fff;
	margin: 0 0 20px 3px;
	font-size: 110%;
}

.homebnr {
	margin: 10px 0 0;
}

@keyframes flowing-anim {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.mov-text-wrap {
	position: absolute;
	bottom: 3%;
	left: 55px;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	max-width: 500px;
}

@media screen and (max-width: 599px) {

	.sub-copy {
		font-size: 16px;
	}

	.sub-copy:before,
	.sub-copy:after {
		width: 0em;
	}

	.sub-copy:before {
		margin-right: 0em;
	}

	.sub-copy:after {
		margin-left: 1em;
	}

	.mov-text-wrap {
		left: 40px;
	}

	.home-read-text {
		font-size: 12px;
		line-height: 1.25rem;
	}

	.flowing {
		font-size: 40px;
		line-height: 1.25;
		white-space: normal;
		word-wrap: break-word;
		animation: flowing-anim 0s;
		margin-bottom: 10px;
	}

	.iPhone .flowing {
		font-size: 40px;
	}

	.Android .flowing {
		font-size: 32px;
	}

	.Android h2.homeh2 {
		font-size: 1.75rem;
	}

	.mov-text-wrap {
		bottom: 20px;
		width: 78%;
		margin: 0 0 0 0px;
		padding: 0px;
	}
}

.slick-list {
	margin: 0 0 -1px !important;
}

.scrolldown2 {
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.scrolldown2 span {
	display: none;
}

.scrolldown2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	animation:
		circlemove 3.0s ease-in-out infinite,
		cirlemovehide 13.0s ease-out infinite;
}

@keyframes circlemove {
	0% {
		bottom: 800px;
	}

	100% {
		bottom: -5px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1;
	}

	80% {
		opacity: 0.9;
	}

	100% {
		opacity: 0;
	}
}

.scrolldown2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 540px;
	background: #b8b8b8;
	z-index: -1;
}

@media screen and (max-width: 895px) {
	.scrolldown2:after {
		height: 540px;
	}
}

@media screen and (max-width: 599px) {
	.scrolldown2::after {
		height: 360px;
	}
}

.scd_wrapper {
	position: absolute;
	left: 1%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 100;
}

.scroll-down-box {
	display: block;
	position: relative;
	text-decoration: none;
}

.scroll-down-box svg {
	fill: #fff;
}

.scroll-down-box.alt svg {
	fill: #fff;
}

.scroll-down-box .scroll-text {
	width: 60px;
	height: auto;
	-webkit-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}

.scroll-down-box.alt .scroll-text {
	-webkit-animation: none;
	animation: none;
}

.scroll-down-box.alt:hover .scroll-text {
	-webkit-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}

.scroll-down-box .scroll-icon {
	width: 15px;
	height: auto;
	position: absolute;
	top: 45%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.scroll-down-box.alt .scroll-icon {
	width: 20px;
}

.scroll-down-box:hover .scroll-icon {
	-webkit-animation: move 1s infinite linear;
	animation: move 1s infinite linear;
}

.scroll-down-box.alt:hover .scroll-icon {
	-webkit-animation: none;
	animation: none;
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes move {
	0% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	25% {
		-ms-transform: translate(-50%, -35%);
		-webkit-transform: translate(-50%, -35%);
		transform: translate(-50%, -35%);
	}

	50% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	75% {
		-ms-transform: translate(-50%, -65%);
		-webkit-transform: translate(-50%, -65%);
		transform: translate(-50%, -65%);
	}

	100% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@-webkit-keyframes move {
	0% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	25% {
		-ms-transform: translate(-50%, -40%);
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}

	50% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	75% {
		-ms-transform: translate(-50%, -60%);
		-webkit-transform: translate(-50%, -60%);
		transform: translate(-50%, -60%);
	}

	100% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

a.gt-current-wrapper {
	display: none !important;
}

.menu-item-gtranslate-child {
	border-bottom: none !important;
	width: auto;
	display: inline-block;
	margin: 0px 2px 0;
	padding: 5px 2px;
}

li.menu-item-gtranslate a,
li.menu-item-gtranslate-child a {
	border-bottom: none !important;
	padding: 5px 2px !important;
}

.menu-item-gtranslate-child a img {
	width: 20px;
	height: auto;
}

.footer .wrap .box ul.dropdown-menu {
	border-top: none !important;
}

@charset "utf-8";

/*

@media screen and (max-width: 480px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 1200px) {
}

*/
.page {
	width: 87%;
	margin: 0 auto;
}

/* products head */
.storefront-sticky-add-to-cart__content-price {
	margin-right: 0.875em;
	opacity: 0.9;
}

.storefront-sticky-add-to-cart {
	color: #666;
}

.woocommerce-products-header>h1 {
	text-align: center;
}

.woocommerce-products-header>h1 span {
	position: relative;
	display: inline-block;
	padding: 0 0.8em;
}

.woocommerce-products-header>h1 span::before {
	/*    position: absolute;
     content: '';
     top:0;
     right:0.2em;
     width: 0.2em;
     height:100%;
     border: solid 3px #838A2D;
     border-left: none;
	 */
}

.woocommerce-products-header>h1 span::after {
	/*    position: absolute;
     content: '';
     top:0;
     left:0;
     width: 0.2em;
     height:100%;
     border: solid 3px #838A2D;
     border-right: none;
	 */
}

/* checkout */
form.woocommerce-checkout h3,
#order_review_heading {
	position: relative;
	padding: .25em 1em .25em 1.5em;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

/*form.woocommerce-checkout h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #838A2D;
  border-radius: 4px;
}*/
form.woocommerce-checkout h3::after {

	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #838A2D;
	border-radius: 4px;

}

#ship-to-different-address .woocommerce-form__input-checkbox {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0;
}


/* footer head */
.wpsbc-container>h2 {
	position: relative;
	padding: .35em .5em 0.6em 2em !important;
	border-bottom: 3px solid #eee;
	margin-top: 0 !important;
}

.gamma.widget-title {
	position: relative;
	padding: 0 .5em 0.25em 2em !important;
	border-bottom: 3px solid #eee;
}

.wpsbc-container>h2::before,
.wpsbc-container>h2::after,
.gamma.widget-title::before,
.gamma.widget-title::after {
	position: absolute;
	content: '';
	border-radius: 100%
}

.wpsbc-container>h2::before,
.gamma.widget-title::before {
	top: .2em;
	left: .2em;
	width: 18px;
	height: 18px;
	background-color: #838A2D;
	z-index: 2;
}

.wpsbc-container>h2::after,
.gamma.widget-title::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background-color: #daddb2;
}

/* footer h5 */
.textwidget.custom-html-widget>.box>h5,
.textwidget.custom-html-widget>.box>.flex>.box>h5 {
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	font-size: 20px;
}

.textwidget.custom-html-widget>.box>h5::before,
.textwidget.custom-html-widget>.box>h5::after,
.textwidget.custom-html-widget>.box>.flex>.box>h5::before,
.textwidget.custom-html-widget>.box>.flex>.box>h5::after {
	content: "";
	position: absolute;
	bottom: 0;
}

.textwidget.custom-html-widget>.box>h5:before,
.textwidget.custom-html-widget>.box>.flex>.box>h5:before {
	border-bottom: 3px solid #838A2D;
	width: 100%;
}

.textwidget.custom-html-widget>.box>h5:after,
.textwidget.custom-html-widget>.box>.flex>.box>h5:after {
	border-bottom: 3px solid #eee;
	width: 100%;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
	background-color: #838A2D;
	border-color: #43454b;
	color: #ffffff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	padding: 1em 1.618em;
	margin-bottom: 2.617924em;
	background-color: #838A2D;
	margin-left: 0;
	border-radius: 2px;
	color: #fff;
	clear: both;
	/*border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);*/
	border-left: none !important;
}

.woocommerce-active .site-header .site-branding {
	width: 150px;
	margin-left: 0;
	text-align: center;
}

.textwidget h5 {
	padding: 20px 0 0;
}

@media screen and (max-width: 480px) {


	.cart_totals>h2 {
		padding-top: 20px;
		text-align: center;
	}

	.wc-proceed-to-checkout {
		text-align: center;
		width: 80%;
		margin: 0 auto;

	}

	.button.alt,
	a.button.alt {
		margin-left: 0px;
	}

	.site-header>.col-full {
		width: 100% !important;
		margin: 0 auto;
	}

	.login_btn {
		display: none;
	}

	table.cart .product-thumbnail img {
		margin: 0 auto;
		max-width: 200px;
		height: auto;
	}

	.woocommerce-active .site-header .site-search {
		/*	width: 240px;
		margin-right: 0px;
		margin-top: 0px;
		clear: none;*/
	}

	.site-header {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.woocommerce-active .site-header .site-branding {

		text-align: center;
	}

	table.cart td.product-remove {
		height: 100px !important;
		width: 100%;
		vertical-align: top;
		background-color: #fff !important;
	}

	table.cart td.product-remove a.remove {
		display: block;
		width: 100%;
		height: 50px !important;

		font-size: 14px !important;
		/*font-weight: normal !important;*/
		text-indent: -9999px;
		overflow: hidden;
		position: relative;
		margin-top: 0px;
		padding-bottom: 80px;
		position: absolute;
		top: 40px;
		right: 0 !important;
		background-color: #fff !important;
	}

	table.cart td.product-remove a.remove:before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		font-family: 'Font Awesome 5 Free';
		line-height: inherit;
		vertical-align: baseline;
		content: "\f057 この商品を削除する";

		color: #737781;
		line-height: 1.618;
		text-indent: 0;
		text-align: center;
	}

	.site-header {
		padding-bottom: 0;
	}

	.site-header .site-branding {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		clear: both;
	}

	.site-header .site-branding img {
		height: auto;
		max-width: 230px;
		max-height: none;
	}

	.footer-widgets {
		width: 100%;
		max-width: 1200px;
	}
}

.woocommerce-active .site-header .site-header-cart_wrap {
	width: 280px;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
}

.storefront-secondary-navigation .site-header .site-branding {
	width: 39.1304347826%;
	float: left;
	margin-right: 0;
}

.storefront-secondary-navigation .site-header .secondary-navigation {
	width: 56.5217391304%;
	float: right;
	margin-right: 0;
}

.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
	width: 21.7391304348%;
	float: left;
	margin-right: 0;
}

.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%;
}

.site-branding .site-description {
	margin-bottom: 0;
	display: block;
}

.site-branding,
.site-search,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.custom-logo-link {}

.site-header .subscribe-and-connect-connect {
	margin-bottom: 1em;
}

.site-header .subscribe-and-connect-connect .icons {
	list-style: none;
	margin: 0;
}

.site-header .subscribe-and-connect-connect .icons a {
	font-size: 1em !important;
}

.site-header .subscribe-and-connect-connect .icons li {
	margin: 0 0 0 0.5407911001em !important;
	display: inline-block;
}

.site-header {
	width: 100%;
	display: block;
}


.site-header>.col-full {
	width: 100%;
	margin: 0 auto;
}

.site-header>.col-full>.flex {
	width: 100%;
	max-width: 1200px;
	height: 110px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.site-header>.col-full {
		width: 100%;
		margin: 0 auto;
	}

	.site-header>.col-full>.flex {
		width: 100%;
		max-width: 1200px;
		height: 110px;
		margin: 0 auto;
	}

	.footer-widgets {
		width: 100%;
		max-width: 1200px;
	}
}

.woocommerce-result-count,
form.woocommerce-ordering {
	width: 80%;
	margin: 0;
}

@media screen and (max-width: 480px) {

	.woocommerce-result-count,
	form.woocommerce-ordering {
		width: 80%;
		margin: 0 auto 20px;
		text-align: center;
	}
}

.col-full::before,
.col-full::after {
	content: '';
	display: table;
}

.col-full::after {
	clear: both;
}

.col-full:after {
	content: " ";
	display: block;
	clear: both;
}

.site-content::before,
.site-content::after {
	content: '';
	display: table;
}

.site-content::after {
	clear: both;
}

.mainimage-product {
	background-color: #fff;
}

.mainimage-product img {
	margin: 0 auto;
	padding: 30px;
	width: 100%;
}

.home-content-area {
	padding: 30px 0;
	background-color: #fff;
}

.guide_wrap {
	padding: 0;
}

.content-area,
.content-area-shoppingguide,
.content-area-mypage,
.content-area-news {
	padding: 0px 30px;

}

.content-area {
	margin: 0px 0 60px;
	padding-top: 100px;
	position: relative;
	z-index: 0;
}

.content-area-shoppingguide,
.content-area-mypage,
.content-area-news,
.content-area-policy {
	margin: 0px 0 60px;
	padding-top: 0px;
	position: relative;
	z-index: 0;
}

/*.content-area-page,*/
.content-area-shoppingguide {
	/*	padding-top:80px;*/
}

.content-area-policy .entry-content .p80 {
	padding: 0 80px 80px;
}

.widget_product_search form button[type="submit"] {
	clip-path: fill-box;
	clip: inherit;
	border: none;
	height: 38px;
	margin: 0 0 0 0px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 60px;
	word-wrap: normal !important;
	top: 0;
	left: 195px;
	background-color: #aaa;
}

.site-search .widget_product_search input[type="search"] {
	padding: 9px 10px;
	line-height: 1.5;
}

.woocommerce-cart-form__cart-item.cart_item {
	background-color: #fff;
	margin-bottom: 80px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	padding-top: 40px !important;
}

.menu-shoppingguidemenu-container ul {
	margin-left: 5px;
}

/* shopping guide bottom menu */
.shoppngguide_menu,
.shoppngguide_menu .menu-shoppingguidemenu-container ul#menu-shoppingguidemenu>li {
	width: 100%;
	text-align: center;
}

.shoppngguide_menu>.menu-shoppingguidemenu-container>ul#menu-shoppingguidemenu>li>a {
	font-size: 1.41575em;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-weight: 300;
	display: block;
	height: 40px;
}


.shoppngguide_menu ul.menu li {
	list-style: none;
}


*/ td.product-thumbnail {
	text-align: center !important;
}

.woocommerce-cart-form__cart-item {
	margin-bottom: 60px;
}

.coupon {
	margin: 0;
	border-bottom: none !important;
}

table.shop_table_responsive tr td {
	text-align: center;
}

@media screen and (max-width: 480px) {
	.coupon {
		margin: 20px 0 !important;
		border-bottom: none !important;
	}

	ul#menu-shoppingguidemenu ul.sub-menu {
		max-width: 310px !important;
		padding-bottom: 80px;
	}

	.woocommerce-cart-form__cart-item.cart_item,
	table.woocommerce-cart-form__contents tr {
		/*border-bottom: solid 1px #666;*/
		border: none !important;
	}

	.woocommerce-form-login__rememberme {
		margin-bottom: 40px;
	}

	.content-area {
		margin: 40px 0;
		padding: 30px 0px;
	}

	.content-area-policy .entry-content .p80 {
		padding: 20px 40px 40px;
	}

	.menu-shoppingguidemenu-container ul {
		margin-left: 0px;
	}

	.footer-widgets.col-1 .block,
	.footer-widgets.col-2 .block {
		width: 100% !important;
		float: none;
		margin: 0 auto;
		padding: 0 0 !important;
	}

	.footer-widgets .w40 img {
		width: 120px;
		padding: 15px;
	}
}

@media screen and (max-width: 1000px) {

	.shoppngguide_menu>li>ul.sub-menu {
		max-width: 620px;
	}

	.page-template-template-fullwidth-php .cart-collaterals .cart_totals,
	.page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
		width: 100%;
		float: none;
		margin-right: 0;
		margin: 0 auto;
	}


}

@media screen and (max-width: 1200px) {
	.single-product div.product {
		width: 80%;
		margin: 0 auto;
	}

	.shoppngguide_menu>li>ul.sub-menu {
		max-width: 945px;
	}

	.content-area-shoppingguide,
	.content-area-mypage,
	.content-area-news,
	.content-area-policy {
		margin: 0px 0;
	}

	.wpsbc-container {
		/*margin-top:380px;*/
	}
}

ul#menu-shoppingguidemenu li.menu-item>a {}


.shoppngguide_menu ul.sub-menu {
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
}






.shoppngguide_menu ul.sub-menu li {
	list-style-type: none;
	max-height: 70px;
	text-align: left;
}

.shoppngguide_menu ul.sub-menu li a {
	display: block;
	width: 290px;
	min-height: 20px;
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 3px;
	vertical-align: middle;
	margin: 10px;
	padding: 15px;
	line-height: 1.25;
	padding-left: 60px;
	background: url(../images/gide-icon.png) no-repeat left center;
}

ul.nav-menu {
	display: none;
}

.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children {
	background-color: #f0f0f0;
}

.main-navigation ul.menu ul a:hover,
.main-navigation ul.menu ul li:hover>a,
.main-navigation ul.menu ul li.focus,
.main-navigation ul.nav-menu ul a:hover,
.main-navigation ul.nav-menu ul li:hover>a,
.main-navigation ul.nav-menu ul li.focus {
	background-color: #fff;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
	background-color: #feffd9 !important;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
	background-color: #f2d6d5 !important;
}

.widget.wpsbc_calendar {
	margin-bottom: 0;
}

.wpsbc-calendar {
	margin: 0 auto;
}

.wpsbc-container>h2 {

	font-size: 1.41575em;
	letter-spacing: 0;
	border-bottom: 3px solid #eee;
	padding: 0 0 23px;
	margin: 6px 0 15px;
	text-rendering: optimizeLegibility;
	font-weight: 400;
}

.wpsbc-legend-item-icon.wpsbc-legend-item-icon-3 {
	display: none;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
	background-color: #f0f0f0;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-3 div:first-of-type {
	background-color: transparent;
}

#payment .payment_methods li input[type="radio"]:first-child+label::before {
	color: #ccc;
}

.includes_tax {
	display: none;
}

tr.fee .woocommerce-Price-amount.amount::after,
.order-total strong .woocommerce-Price-amount::after {
	/*	content:"<small class='tax_label'>(税込)</small>";*/
}

/* breadcrumb */
.storefront-breadcrumb {
	display: none;
}

/* FAQ */
.area_bk {
	margin: 20px auto;
	border: solid 1px #333;
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 20px;
	font-size: 14px;
}

.area_red {
	margin: 20px auto;
	border: solid 1px #C5504E;
	background-color: #ffeded;
	border-radius: 5px;
	padding: 20px;
	font-size: 14px;
}

.ufaq-faq-post {
	background-color: #fff;
	padding: 20px 20px 30px;
	border-radius: 5px;
}

.ufaq-faq-post p {
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
}

.mb60 {
	margin-bottom: 60x;
}

h3.maru {
	position: relative;
	padding: .75em 1em 0em 1.5em;
	font-size: 26px;
	line-height: 1.25;
	margin-left: 20px;
	margin-bottom: 20px;
}

h3.maru::after {
	position: absolute;
	top: 20px;
	left: 5px;
	z-index: 2;
	content: '';
	width: 25px;
	height: 25px;
	border: 6px solid #838A2D;
	border-radius: 100%
}

.ufaq-faq-title-text h4 {
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	border-bottom: none;
}

section.numbering {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 10px;
}

section.numbering p {
	width: 97%;
	margin: 0 auto;
	font-size: 14px;
}

div.ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	display: inline-block;
	text-decoration: none;
	float: left;
	text-align: center;
	width: 35px;
	height: 35px;
	width: auto;
	height: auto;
	margin-right: 15px;
	padding: 2px 0px 0px 2px;
	line-height: 1;
	margin-top: 15px;
}

.ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	color: #838A2D;
}

/* arrow */
.faq-arrow {
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	position: relative;
	height: 50px;
	width: 50px;
	margin: 0 auto 20px;
	/*			-webkit-border-radius: 50%;
border-radius: 50%;
border:solid 3px #f0f0f0;*/
}

.faq-arrow::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	border-top: solid 5px #8C923C;
	border-right: solid 5px #8C923C;
	transform: rotate(135deg);
	position: absolute;
	top: 10px;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}

div.titlebg {
	background-color: #f0f0f0;
	margin-bottom: 10px;
	padding: 8px 20px;
	font-size: 125%;
	border-radius: 5px;
}

a.remove_from_cart_button {
	z-index: 99999;
}

div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active,
div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:hover,
div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:focus {
	background: #00a3af !important;
}

#payment .payment_methods li input[type="radio"]:first-child:checked+label::before {
	color: #00a3af;
}

#payment .payment_methods li input[type="radio"]:first-child+label::before {
	/*color: #fff;*/

}

.login_btn {
	width: 100px;
	margin-left: 250px;
	margin-top: 5px;
}

.login_btn>a {
	width: 90px;
	height: 90px;
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: solid 5px #838A2D;
	border-radius: 50%;
}

.login_btn>a>span {
	position: absolute;
	display: inline-block;
	left: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90px;
	text-align: center;
}

hr.login_btn_hr {
	margin: 6px auto 8px;
	text-align: center;
	width: 80%;
}

.primary-navigation #menu-header-nav li a {
	font-size: 14px;
}

.woocommerce-active .site-header .site-search {
	width: 240px;
	margin-right: 340px;
	margin-top: 0px;
	clear: none;
}

.site-search .ex {
	padding-bottom: 3px;
}

/* 左上カート枠 */
/*
.site-header-cart_wrap.thisiscartpage {
	z-index: 9999;
	background-color: #f0f0f0;
	margin: -148px auto 0;
	padding: 28px;
	border: solid 1px #aaa;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
}

.site-header-cart_wrap {
	z-index: 9999;
	background-color: #fff;
	margin: -148px auto 0;
	padding: 0px;

}
*/
#site-header-cart {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0;
}

a.cart-contents:after {
	content: "（税込）";
	font-size: 12px;
}

/*
.site-header-cart_wrap .cart-icon {
	font-size: 14px;
	color: #aaa;
	padding: 0;
	border-bottom: dotted 1px #aaa;
}

.fa-shopping-cart {
	padding-right: 10px;
	color: #666;
}



.site-header-cart_wrap .widget_shopping_cart {
	background-color: #fff;
	border: solid 1px #aaa;
}

.site-header-cart_wrap .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 0em;
	margin: 10px auto;
}
*/
.widget_shopping_cart_content {
	padding: 20px;
	background: #fff;
}

.site-header-cart .widget_shopping_cart .buttons,
.site-header-cart .widget_shopping_cart .total {
	background-color: transparent;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
	padding-bottom: 10px;
}

.mini-cart-item {
	background: #fff;
}

.widget_shopping_cart .widget_shopping_cart_content .quantity,
.widget_shopping_cart .widget_shopping_cart_content p.total {
	text-align: left !important;
	margin: 0 0 20px !important;
}

.mini-cart-item .widget_shopping_cart a.button {
	background-color: #ccc !important;
	border-color: transparent;
}

.mini-cart-item .widget a.button.checkout {
	background-color: #1A1A1A;
	border-color: #1A1A1A;
	color: #222;
}

.site-header-cart .widget_shopping_cart .total {
	background-color: #fff;
}

.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
	background-color: #1A1A1A;
	border-color: #1A1A1A;
	color: #ffffff;
}

.storefront-full-width-content .woocommerce-products-header {
	text-align: center;
	padding: 2em 0 2em;
	font-weight: bold !important;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield !important;
}

.number-input {
	display: inline-flex;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	cursor: pointer;
	margin: 0;
	position: relative;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
	background-color: #838A2D;
	/*border-color: #43454b;*/
	color: #ffffff;

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
	border: 0;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	background: none;
	background-color: rgba(0, 0, 0, 0);
	background-color: #838A2D;
	/*border-color: #43454b;*/
	color: #fff;
	cursor: pointer;
	padding: 12px 20px 10px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	margin-top: 1px;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 1rem;
	height: 2px;
	background-color: #212121;
	transform: translate(-50%, -50%);
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
	outline-color: none;
}

.woocommerce-tabs {
	padding-top: 0;
	padding-bottom: 0;
	overflow: auto !important;
}

.description_tab.active,
.additional_information_tab.active {
	background-color: #fff;
	font-weight: 700;
}

.additional_information_tab {
	/*background-color: transparent;*/
	width: 250px;
}

#tab-description h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 30px;
}

#tab-description h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
}

#tab-description p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.25;
}

.storefront-full-width-content .woocommerce-tabs .panel {
	margin-bottom: 0;
}

.addinfo table.woocommerce-product-attributes.shop_attributes td {
	line-height: 1.25;
	margin: 0 0 20px;
	font-size: 14px;
}

table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
	padding: 5px;
}

.addinfo {
	padding-top: 55px;
}

.addinfo table.woocommerce-product-attributes.shop_attributes,
.addinfo table.woocommerce-product-attributes.shop_attributes tbody,
.addinfo table.woocommerce-product-attributes.shop_attributes tr,
.addinfo table.woocommerce-product-attributes.shop_attributes th,
.addinfo table.woocommerce-product-attributes.shop_attributes td {
	display: block;
	width: 100% !important;
	padding: 0;
	background: none;
}

.addinfo table.woocommerce-product-attributes.shop_attributes tr {
	border-bottom: 0;
}

.addinfo table.woocommerce-product-attributes.shop_attributes th {
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}

.entry-content.wc-tab {
	padding: 0;
	background-color: #fff;
}

.product-type-simple {
	display: flex;
	width: 100%;
}

.entry-summary {
	width: 45%;
	margin: 0 auto 60px;
	display: flexbox;
}

.woocommerce-product-gallery {
	width: 45%;
	margin: 0 auto 60px;
	display: flexbox;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	/*border: 1px solid rgba(0, 0, 0, 0.05);*/
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin-left: 0;
	text-align: left;
	border-top: none;
}

.description_tab.active {
	background-color: rgba(255, 255, 255, 1.0);
}

.description_tab,
.additional_information_tab {
	background-color: rgba(255, 255, 255, 0.5);
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
	/*    width: 30.4347826087%;
    float: left;
    margin-right: 0.2%;*/
	width: 100%;
	display: flex;
	/*background-color:#f0f0f0;*/
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li {
	width: 25%;
	display: block;
}

.inline {
	display: inlne;
}

.inline-box {
	vertical-align: top;
	display: inline-block;
	width: 32.5%;
	margin: 0 auto;
	padding: 0 20px;
}

.flex-box:nth-child(1) {
	align-self: flex-start;
}

.inline-box h3 {
	border-bottom: solid 2px #666;
	padding-bottom: .25em;
	margin: 0 0 0.3em;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li a {
	height: 97%;
	padding-left: 20px;
}

.storefront-full-width-content .woocommerce-tabs .panel {
	/* width: 69%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;*/
	width: 100%;
	/*border: 1px solid rgba(0, 0, 0, 0.05);*/
}

.woocommerce-tabs ul.tabs li::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f107";
	display: block;
	position: absolute;
	top: 50%;
	left: -1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all, ease, 0.3s;
	transition: all, ease, 0.3s;
}

.footer-widgets p,
.footer-widgets ul,
.footer-widgets ol {
	font-size: 12px;
}

table.ftable {
	font-size: 14px;
}

table.ftable th,
table.ftable td {
	padding: 10px !important;
}

.custom-html-widget table.ftable th {
	max-width: 220px !important;
}

/* 人気商品 */
.bestsalesarea {
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.bestsalesarea div {
	height: auto;
	text-align: center;
}

.bestsales {
	width: 175px;
}

.bestsalesarea div img {
	width: 175px;
	height: 175px;
	object-fit: cover;
}

.woocommerce-active .site-header .site-branding {
	width: 180px;
	margin-right: 0;
}

img.custom-logo {
	width: 175px;
	margin: 0 0;
}

.site-header {}

.woocommerce-Price-currencySymbol {
	/*display:none;*/
}

.summary.entry-summary .price .subtotal-head .woocommerce-Price-amount.amount {
	color: #C5504E;
}

.summary.entry-summary .price .subtotal-head .woocommerce-Price-amount.amount:before {
	content: "価格";
	font-size: 14px;
	margin-right: 10px;
}

.cart-contents .subtotal-head .woocommerce-Price-amount.amount {
	/* head amount */
	padding: 0 10px;
}

.cart-contents .subtotal-head .woocommerce-Price-amount.amount:before {
	content: "小計：";
}

.woocommerce-price-suffix {
	font-weight: normal;
}

#site-header-cart {
	/* up */
}

#site-header-cart a {
	text-decoration: none;
}

.site-header-cart li:first-child {
	padding: 10px 0 0;
	height: 38px;
}

.storefront-breadcrumb {
	padding: 1.41575em 0;
	margin: 0 0 0;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
	padding: 0.5em 1em;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
	margin-bottom: 0;
}

.storefront-primary-navigation .col-full {
	margin: 0 auto;
	max-width: 1200px;
}

.storefront-primary-navigation {
	/*	position: relative;
	margin-bottom:0px;
	padding:0 0;
	height:46px;*/
	width: 100%;
	background-color: #ebe9e1;
	border-top: solid 1px #c9c6bc;
}

.storefront-primary-navigation ul#menu-header-nav a {
	/*color:#111;*/
}

.storefront-primary-navigation ul#menu-header-nav ul.sub-menu a {
	/*color:#333;*/
}

.woocommerce-active .site-header .main-navigation {
	/*width: 100%;
	margin-right: 0;
	clear: both;*/
}

.single-product div.product p.price {
	font-size: 1.41575em;
	margin: 0 0 1.5em;
}

/*#site-header-cart>li>a>.subtotal-head>span>.woocommerce-Price-currencySymbol,
#site-header-cart>li>div>div>ul>li>span>div>span>span.woocommerce-Price-currencySymbol,*/
.widget_shopping_cart_content>.subtotal-head>span>span.woocommerce-Price-currencySymbol {
	display: none;
	/*　head cart 円w　*/
}

.subtotal-head {
	width: 120px;
	padding: 0 0;
}

ul.columns-3 li.product a.woocommerce-LoopProduct-link .price .subtotal-head:before {
	content: "価格：";
}

.n2-section-smartslider {
	margin: 0px 0 40px;
}

.execphpwidget,
.page-description {
	position: static;
}



#content,
.site-content {
	max-width: 1200px;
	width: 94%;
	display: block;
	margin: 0px auto 0;
	/* HOME で必要 */
	overflow-x: hidden;
}

.site-footer>.col-full {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.footer-widgets.col-2 {
	display: block;
	width: 100%;
	overflow: hidden;
}

.footer-widgets.col-2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.footer-widgets.col-2 .block {
	width: 49%;
	float: left;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-widgets.col-2 {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.single-product div.product .product_meta {
		display: block;
		clear: both;
	}

	.shoppngguide_menu ul.sub-menu {
		list-style: none;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
		max-width: 630px;
		width: 100%;
		margin: 0 auto;
	}

	.content-area-shoppingguide,
	.content-area-mypage,
	.content-area-news {
		margin: 0px 0;
	}

	.page>header>h1.entry-title {
		padding: 20px 0 0;
	}

	ul.products.columns-3 {
		max-width: 1014px;
		width: 100%;
		width: 86%;
	}

	.storefront-sorting {
		width: 94%;
		margin: 0 auto 40px;
	}
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
	display: block;
	margin: 0 auto 10px;
	width: 270px;
	height: 270px;
	object-fit: cover;
}

a.add_to_cart_button {
	padding-left: 60px;
	background: url(../images/cart-icon.png) no-repeat left center;
}

.single_add_to_cart_button {
	padding-left: 60px;
	background: url(../images/cart-icon-single.png) no-repeat left center;
}

.cat_wrap {
	margin: 60px auto 40px;
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.cat_wrap ul.products li.product img,
.cat_wrap ul.products .wc-block-grid__product img,
.cat_wrap .wc-block-grid__products li.product img,
.cat_wrap .wc-block-grid__products .wc-block-grid__product img {
	display: block;
	margin: 0 auto 10px;
	width: 200px;
	height: 200px;
	object-fit: cover;
}

ul.products li.product.product-category img {
	width: 280px;
	height: 76px;
	margin: 0 auto;
}

li.product a.button {
	background-color: #838A2D;
	border-color: solid 1px #999;
	color: #fff;
	width: 100% !important;
	display: block;
	margin: 0 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: normal;
}

ul.products.columns-4 li.product {
	/*カテゴリicon*/
	background-color: transparent;
	padding: 0px 0 0 0;
	border-radius: 8px;
	position: relative;
	margin: 0 20px 0px;
	float: left;
	overflow: hidden;
	width: 21.5%;
}

ul.products.columns-3 {
	/* -- */
	display: flex;
	flex-wrap: wrap;
	/*max-width:1095px;*/
	width: 980px;
	margin: 0 auto;
}

ul.products.columns-3 li.product {
	background-color: #fff;
	padding: 0px 0 0 0;
	border-radius: 5px;
	min-height: 410px;
	position: relative;
	margin: 0 20px 40px;
	/*overflow:hidden;*/
	width: 285px;
	border: solid 1px #aaa;
}

.tagged_as a {
	z-index: 5555;
	text-align: center;
	line-height: 85px;
	background-image: url(../images/tagbg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	/*border-radius:50%;
	border:solid 3px#399;*/
	position: absolute;
	top: -40px;
	right: -10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	text-decoration: none !important;
}

@media screen and (max-width: 1000px) {
	img.wp-post-image {
		max-width: 90% !important;

	}
}

@media screen and (max-width: 780px) {


	.product-type-simple {
		display: block;
		width: 100%;
	}

	.entry-summary {
		width: 100%;
		margin: 0 auto 60px;
		display: block;
	}

	.woocommerce-product-gallery {
		width: 100%;
		margin: 0 auto 60px;
		display: block;
	}

	.storefront-handheld-footer-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: none;
		box-shadow: none;
		z-index: 9999;
	}
}

@media screen and (max-width: 480px) {

	.entry-summary {
		width: 94%;
		margin: 0 auto 60px;
		display: block;
	}

	.tagged_as a {
		z-index: 5555;
		text-align: center;
		line-height: 85px;
		background-image: url(../images/tagbg.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 80px;
		height: 80px;
		/*border-radius:50%;
	border:solid 3px#399;*/
		position: absolute;
		top: -10px;
		right: -3px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #fff;
		text-decoration: none !important;
	}
}

main#main>.tagged_as {
	display: none;
}

li.product>.tagged_as {
	position: relative;
}

#mega-menu-wrap-handheld {
	position: relative;
}

/* single */

.news_head {
	height: 60px;
	padding-top: 20px;
	padding-left: 70px;
	background: url(../images/news-icon.png) no-repeat left center;
	margin-bottom: 0px !important;
}

main#main article.type-post {}

main#main article.type-post header.entry-header {
	padding: 20px 0;
}

.entry-content {
	margin: 0;
	width: 100%;
	min-height: 400px;
	display: block;
}

main#main article.type-post .entry-content img {
	width: 50%;
	float: left;
	margin: 0 60px 60px 0;
}

main#main article.type-post .entry-content:after {
	clear: both;
}

@media screen and (max-width: 414px) {
	.site-footer>.col-full {
		max-width: 414px;
		width: 100%;
	}

	.site-header>.col-full,
	.site-header>.col-full>.flex {
		width: 100%;
		max-width: 414px;
		height: 110px;
		margin: 0 auto;
	}

	#page,
	#content,
	.site-content {
		max-width: 414px;
		width: 100%;
		margin: 0px auto 0;
	}

	.site-header .site-branding img {
		height: auto;
		max-width: 160px !important;
		max-height: none;
	}

	.storefront-handheld-footer-bar ul.columns-3 li {
		width: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 6666;
	}

	#mega-menu-wrap-handheld {
		/*    position: absolute;
    top: 30px;
    left: 20px !important;
    width: 100%;*/
	}
}

@media screen and (max-width: 480px) {
	.entry-content.wc-tab {
		padding: 40px 0;
	}

	.inline-box {
		vertical-align: top;
		display: inline-block;
		width: 32%;
		margin: 0 auto;
		padding: 0 0px;
	}


	#order_review {
		padding: 20px 0 !important;
	}

	.mainimage-product img {
		margin: 0 auto;
		padding: 0 0 0;
		width: 100%;
	}

	.single-product div.product form.cart {
		margin-bottom: 80px;
		padding: 1em 0;
		height: 80px;
		position: relative;
	}

	form.cart {
		position: relative;
		margin-bottom: 100px;
	}

	.single_add_to_cart_button:hover {
		background-color: #000 !important;
	}

	.wc-proceed-to-checkout .button.checkout-button,
	button.button {
		font-size: 16px !important;
		font-weight: normal !important;
		line-height: 1.25;
		text-align: center;
	}



	.single_add_to_cart_button {
		padding-left: 60px;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 14px;
		margin-top: 60px;
	}

	.news_wrap>.flex {
		display: block;
		margin-bottom: 60px;
	}

	.news_wrap>.flex>.w45,
	.news_wrap>.flex>.w50 {
		width: 100%;
		height: auto
	}

	.flex dl.box {
		padding-left: 0px !important;
		margin-bottom: 40px;
	}

	main#main article.type-post .entry-content img {
		width: 100%;
		float: none;
		margin: 0 0px 40px 0;
	}

	.content-area-page,
	.content-area-shoppingguide,
	.content-area-mypage,
	.content-area-news {
		padding: 40px 30px;
		background-color: #fff;
	}

	.site-footer>.col-full {
		max-width: 480px;
	}

	.site-header>.col-full,
	.site-header>.col-full>.flex {
		width: 100%;
		max-width: 480px;
		height: 110px;
		margin: 0 auto;
	}

	#page,
	#content,
	.site-content {
		max-width: 480px;
		width: 100%;
		margin: 0px auto 0;
	}

	.important_news_wrap {
		margin-bottom: 0;
	}

	.site-header-cart {
		display: none;
	}

	.storefront-handheld-footer-bar ul li>a {
		background-color: transparent !important;
	}

	.ufaq-faq-body {
		padding: 10px 10px !important;
	}

	.storefront-full-width-content .woocommerce-tabs ul.tabs li {
		width: 50%;
		display: block;
	}

	.woocommerce-tabs ul.tabs li.active::after {
		right: 10px;
	}

	.bestsalesarea {
		text-align: left;
	}

	.bestsales {
		width: 150px;
	}

	.bestsalesarea div img {
		width: 150px;
		height: 150px;
		object-fit: cover;
	}

	.news_wrap gl {
		padding-left: 0;
	}

	.footer-widgets {
		width: 100%;
		max-width: 480px;
	}

	.footer-widgets.col-2 .block {
		width: 94%;
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {

	button.alt,
	input[type="button"].alt,
	input[type="reset"].alt,
	input[type="submit"].alt,
	.button.alt,
	.widget-area .widget a.button.alt {
		background-color: #838A2D;
		/*border-color: #43454b;*/
		color: #ffffff;
		/*margin-left: -180px;
		margin-top: 70px;*/
		width: 100%;
	}

	.single_add_to_cart_button {
		/*background-position: left 110px top -3px, center;*/
	}


	table.cart td.product-remove {
		padding: 0;
		border-top: none !important;
		position: relative;
	}

	/*table.cart td.product-remove a.remove {
		display: block;
		width: 100%;
		height: 50px !important;

		font-size: 12px !important;
		font-weight: normal !important;
		text-indent: -9999px;
		overflow: hidden;
		position: relative;
		margin-top: -10px;
		padding-bottom: 80px;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0 !important;

	}

	table.cart td.product-remove a.remove:before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal !important;
		font-family: 'Font Awesome 5 Free';
		line-height: inherit;
		vertical-align: baseline;
		content: "\f057 この商品を削除する";

		color: #737781;
		text-indent: 0;
		text-align: center;
	}
*/
	.product-remove {
		height: 80px;
		padding: 40px;
	}

	.site-footer>.col-full {
		max-width: 1000px;
	}

	.site-header>.col-full,
	.site-header>.col-full>.flex {
		width: 100%;
		max-width: 1000px;
		height: 80px;
		margin: 0 auto;
	}

	.site-header-cart_wrap .gotocart {
		margin-top: 31px !important;
		padding: 3px 0;
	}

	/* headerカート  ------------------------------------------------------------------------*/


	.storefront-primary-navigation {
		width: 100%;
		max-width: 1200px;
		background-color: none;
		border-top: none;
		position: relative;
		margin: 0 auto;
	}

	.site-header-cart_wrap {
		z-index: 999;
		background-color: #fff;
		margin: 0;
		padding: 0px;
		position: fixed;
		top: 0;
		right: 0;
		width: 240px;
	}

	.woocommerce-active .site-header .site-header-cart_wrap {
		width: 280px;
		float: right;
		margin-right: 0;
		margin-bottom: 0;
		position: absolute;
		top: 60px;
		right: 0;
	}

	.site-header-cart_wrap .cart-icon {
		font-size: 14px;
		color: #aaa;
		padding: 0px;
		border-bottom: none;
		background: #eeeeee;
	}

	header#masthead ul#site-header-cart {
		margin: 0 auto;
		text-align: center;
		padding: 0 8px 8px 8px;
		background: #eeeeee;
	}

	header#masthead ul#site-header-cart li {
		list-style: none;
		background: #FFF;
	}

	.site-header-cart_wrap .gotocart {
		font-size: 12px;
		text-align: center;
		background-color: #a3a3a3;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 5px;
		margin-top: 0;
	}

	#page,
	#content,
	.site-content {
		width: 768px;
		margin: 35px auto 0;
	}

	ul.products.columns-3 {
		width: 100%;
	}

	.storefront-handheld-footer-bar ul li>a,
	.storefront-handheld-footer-bar ul li.search .site-search,
	button.menu-toggle,
	button.menu-toggle:hover {
		background-color: transparent;
	}



	.footer-widgets {
		width: 100%;
		max-width: 1000px;
	}

	.footer-widgets.col-2 .block {
		width: 94%;
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.footer-widgets.col-2 {
		width: 80%;
	}

	.site-footer>.col-full {
		max-width: 1200px;
	}

	.site-header>.col-full>.flex {
		display: block;
		width: 100%;
		max-width: 1200px;
		height: 100px;
		margin: 0 0 0 0;
		margin: 0 auto;
		text-align: center;
		padding-top: 5px;
	}

	.login_btn {
		display: none;
	}

	#page,
	#content,
	.site-content {
		max-width: 1200px;
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;

	}



	#mega-menu-wrap-handheld .mega-menu-toggle,
	#mega-menu-wrap-handheld .mega-menu-toggle .mega-toggle-blocks-left,
	#mega-menu-wrap-handheld .mega-menu-toggle .mega-toggle-blocks-center {
		flex-basis: 1%;
		width: 40px;
	}

	#mega-menu-wrap-handheld .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
		margin-left: 0px;
	}

	#mega-menu-wrap-handheld {
		position: absolute;
		top: 30px;
		left: 30px;
		/*width:100%;*/
		/* 設定不可 */
	}

	#mega-menu-handheld {
		position: absolute;
		top: 70px;
		left: -35px !important;
	}

	.mega-sub-menu li {
		border-bottom: solid 1px #eee !important;
	}

	.woocommerce-active .site-header .site-header-cart_wrap {
		width: 250px;
	}

	.site-header-cart_wrap .gotocart {
		margin-top: -2px;
		padding: 3px 0;
	}

	li.cart {
		display: block;
	}

	.site-search {
		display: none;
	}

	.woocommerce-active .site-header .site-branding {
		width: 160px;
		float: none;
		margin: 10px auto 0;
		text-align: center;
	}

	.storefront-primary-navigation {
		background-color: transparent;
		/* background-color: transparent;
 border-top: none;
 position: absolute;
 top: 12px;
 left: 0;
 right:300px;
 padding: 0 0;
 height: 46px;
 width: 100%;*/
	}

	.storefront-primary-navigation>.col-full {
		/*width:100% !important;*/
	}

	button.menu-toggle::before {
		position: absolute;
		top: 23px;
		right: 80px;
		width: 36px;
		height: 3px;
		-webkit-transition: all, ease, 0.2s;
		transition: all, ease, 0.2s;
		border-radius: 0px;
	}

	#masthead {
		width: 100%;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5555;
		background-image: url(../images/bg_6@2X.png);
		background-repeat: scroll;
		background-size: 250px;
	}

	/*#site-navigation .menu {
 position: absolute;
 left: 0;
 top: 130px;
 width: 100% !important;
 border-bottom: solid 12px #c9c5b0;
 border-top: solid 1px #888577;
 overflow-y: scroll;
 z-index:9999;
}*/
	.site-search {
		/*	position: absolute;
		top: 3px;
		right: 165px;
		z-index: 3000;*/
	}

	.widget.woocommerce widget_product_search {}

	button:menu-toggle>span {
		display: none !important;
	}

	.storefront-handheld-footer-bar {
		position: relative;
	}

	li.my-account,
	li.search {
		display: none !important;
	}

	.storefront-handheld-footer-bar ul.columns-3 li {
		width: 70px;
		position: fixed;
		top: 0;
		right: 20px;
		z-index: 6666;
	}

	.storefront-handheld-footer-bar ul.columns-3 li.cart {
		overscroll-behavior: none;
	}

	.storefront-handheld-footer-bar ul.columns-4 li {
		width: 70px !important;
		position: fixed;
		top: 0;
		right: -10px;
		z-index: 6666;
	}

	.storefront-handheld-footer-bar ul li.cart>a::before {
		content: "";
	}

	.storefront-handheld-footer-bar ul li>a::before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		/*font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;*/

		background: url(../images/head-sp-cart-icon.png) no-repeat center center;
		background-size: 40%;
		position: absolute;
		top: 15px;
		left: 0;
		right: 5px;
		bottom: 0;
		text-align: center;
		line-height: 2.618046972;
		font-size: 1.618em;
		text-indent: 0;
		display: block;
		cursor: pointer;
		z-index: 9998;
	}

	.storefront-handheld-footer-bar ul li.cart .count {
		text-indent: 0;
		display: block;
		width: 2em;
		height: 2em;
		line-height: 2;
		box-sizing: content-box;
		font-size: 0.75em;
		position: absolute;
		top: 20px;
		right: 5px;
		border-radius: 100%;
		border: 1px solid;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
	}

	.storefront-breadcrumb {
		padding: 0 0 1.41575em 0;
		margin: 0 0 0;
	}

	.entry-header {
		display: block;
	}

	.storefront-handheld-footer-bar {
		background-color: transparent !important;
		width: 94% !important;
	}

	img.custom-logo {
		width: 135px;
		margin: 0 0;
	}

	.storefront-handheld-footer-bar ul li>a {
		height: 88px;
		width: 88px;
		display: block;
		position: relative;
		text-indent: -9999px;
		z-index: 999;
		/*border-right: 1px solid rgba(255, 255, 255, 0.2);
 overflow: hidden;*/
	}

	button.menu-toggle {
		/* margin-left:20px;
 margin-top:3px;
 border:none;
 padding: 1em 0em 0.6180469716em 3em;
 background-color:transparent !important;*/
		display: none;
	}

	.nav-open .black-bg {
		opacity: .8;
		visibility: visible;
	}

	#site-navigation>.menu {
		/*display: none;*/

	}

	/*#site-navigation .menu {
 position: absolute;
 right:0;
 top:76px;
 width:100% !important;
 border-bottom:solid 12px #c9c5b0;
 border-top:solid 1px #888577;
 overflow-y:scroll;
}
#site-navigation .menu li {
 background-color:#fff;
 padding:0;
 width:100%;
	
}
#site-navigation .menu li a {
 padding:0;
 width:94% !important;
	margin:0 auto;
	padding:5px 0;
 border-bottom:solid 1px #eee;
}
button.menu-toggle {
 cursor: pointer;
 text-align: left;
 float: none;
 position: relative;
 border: 2px solid transparent !important;
 box-shadow: none;
 border-radius: 2px;
 background-image: none;
 padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
 font-size: 0.875em;
 max-width: 120px;
}
 button.menu-toggle {
 cursor: pointer;
 margin-top:-2px;
 width: 40px;
 height: 39px;
}
button.menu-toggle::before {
 position: absolute;
 left: 11px;
 width: 36px;
 height: 3px;
 -webkit-transition: all, ease, 0.2s;
 transition: all, ease, 0.2s;
 border-radius: 0px;
 top:23px;
}
button.menu-toggle::after {
 position: absolute;
 left: 11px;
 width: 36px;
 height: 3px;
 -webkit-transition: all, ease, 0.2s;
 transition: all, ease, 0.2s;
 border-radius: 0px;
 top:24px;
}
button.menu-toggle span::before {
 position: absolute;
 left: 11px;
 width: 36px;
 height: 3px;
 -webkit-transition: all, ease, 0.2s;
 transition: all, ease, 0.2s;
 border-radius: 0px;
 top:38px;
}
button.menu-toggle::before {
 -webkit-transform: translateY(-4px);
 -ms-transform: translateY(-4px);
 transform: translateY(-4px);
}
 .header-widget-region {
 margin-bottom:20px;
}*/



}

@media screen and (max-width: 1000px) {
	.site-header>.col-full {
		width: 100%;
		margin: 0 auto;
	}

	.login_btn {
		display: none;
	}

	#masthead {
		width: 100%;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5555;
		background-image: url(../images/bg_6@2X.png);
		background-repeat: scroll;
		background-size: 250px;
	}

	.woocommerce-active .site-header .site-branding {
		width: 160px;
		heiht: 100px;
		float: none;
		margin: 10px auto 0;
		text-align: center;
	}

	.site-header-cart {
		/*	z-index: 9999;
		background-color: transparent;
		margin: 0px auto 0;
		padding: 0px;
		border: none;
		width: 250px;
		position: absolute;
		top: 20px;
		right: 2px;*/
	}

	.menu>ul>li>a {
		padding: 0px !important;
	}

	.menu>ul>li>ul.sub-menu--is-touch-device>li>a {
		background-color: #f0f0f0;
		padding: 5px !important;
		width: 100% !important;
		border-bottom: solid 1px #fff;
	}

	nav .menu li a {
		background-color: #fff;
		padding: 10px !important;
		width: 100% !important;
		border-bottom: solid 1px #eee;
	}

	.gotocart {
		font-size: 12px !important;
	}

	ul.products.columns-3 li.product {
		margin: 0 auto 40px;
	}

	ul.products.columns-3 {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		width: 610px;
		margin: 0 auto;
	}

	ul.products.columns-3 li.product {
		margin: 0 10px 20px;
	}

	ul.products.columns-3 li.product.last {
		margin: 0 10px 20px;
	}
}

#ship-to-different-address {
	margin-bottom: 40px;
}

#ship-to-different-address span {
	font-weight: bold !important;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
	margin-bottom: 0;
}

.woocommerce-active .site-header .main-navigation {
	width: inherit;
	margin-right: 0;
	clear: both;
}

.storefront-handheld-footer-bar ul li.cart .count {
	background-color: #ff201d !important;
	color: #fff !important;
}

.page>header>h1.entry-title {
	margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
	.page>header>h1.entry-title {
		margin-bottom: 0px;
	}
}

.mega-toggle-label-closed {
	font-size: 32px;
}

#mega-menu-wrap-handheld .mega-menu-toggle .mega-toggle-block-1::after {
	content: '\f349';
	font-family: 'dashicons';
	font-size: 28px;
	color: #838a2d;
	margin: 0 0 0 5px;
}



a.button.wc-backward {
	margin: 0 auto !important;
}

.footer-widgets .w40 {
	width: 40% !important;
}

.footer-widgets .w40 img {
	width: 160px;
}

#content:after {
	clear: both;
}

.n2-section-smartslider {
	margin: 0px 0 0px;
}

.site-footer {
	background-color: #fff;
	color: #222;
	width: 90%;
	margin: 0 auto;
}

a.cart-contents span.count {}

.widget_shopping_cart {
	overflow: hidden;
	width: 100%;
}



.site-header-cart .cart-contents::after {
	/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    line-height: inherit;
    vertical-align: bottom;
    content: "\f291";
    height: 1em;
    float: left;
				margin-top:-7px;
				fill:#871C1F;
				color:#871C1F;
				font-size:150%;
*/
}

.site-header-cart .cart-contents::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "";
	height: 1em;
	float: right;
	line-height: 1.618;
}

.storefront-primary-navigation .woocommerce-Price-amount.amount::before {
	/*content: "小計： "; ※あるとダブる*/
}

.site-header-cart .cart-contents .amount {
	margin-right: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover>a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item>a {
	color: #747474;
}

ul.menu li.current-menu-item>a {
	color: #43454b;
}

.site-header-cart .cart-contents {
	padding: 0 10px;
	display: inline-block;
	position: relative;
	background-color: transparent;
	height: auto;
	width: auto;
	text-indent: 0;
}

.woocommerce-mini-cart cart_list.product_list_widget {
	width: 80%;
	margin: 0 auto;
}

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
	width: 80%;
	margin: 0 auto;
}

.home.post-type-archive-product .site-header {
	margin-bottom: 0;
}

#menu-header-nav a {
	text-decoration: none;
	padding: 10px 25px;
}

.site-search {
	margin-bottom: 0;
	position: absolute;
	top: 7px;
	left: 45px;
}

table.shop_table {
	border-collapse: collapse;
	position: relative;
}

table.shop_attributes {
	width: 100%;
}

table.shop_attributes tr {
	border: none;
}

table.shop_attributes tbody tr td,
td.woocommerce-product-attributes-item__value {
	background-color: none !important;
}

table.shop_table th,
table.shop_table td {
	padding: 5px 20px;
	/*border: solid 1px #fff;*/
	font-weight: normal;
	text-align: center;
}

.cart_totals>h2 {
	padding-top: 40px;
}

tr.cart-subtotal>th {
	white-space: nowrap;
}

.entry-content table {
	cursor: default;
	width: 100%;
}

table:not(.has-background) th {
	background-color: #ddd;
	font-weight: normal;
	border-bottom: solid 1px #fff;
}

th.product-remove {
	width: 80px;
}

.woocommerce h3 {
	font-weight: bold;
}

#order_review {
	/*padding:20px;*/
}

.bestsalestitle {
	padding: 10px 0;
	width: 100%;
	line-height: 1.2;
}

h2.woocommerce-loop-product__title {
	font-weight: bold;
	line-height: 1.25 !important;
	font-size: 21px !important;
	text-align: center;
	width: 87%;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

/* cat column-5 */
.woocommerce.columns-5,
ul.products.columns-5 {
	width: 97%;
	margin: 0 auto !important;
}

ul.products.columns-5 li {
	width: 20%;
}

h2.woocommerce-loop-category__title {
	width: 100%;
	margin: 5px auto 10px;
	font-weight: bold !important;
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
	clear: none;
	max-width: 300px;
	float: left;
	font-size: 0.875em;
}




@media screen and (max-width: 480px) {
	.login_box {
		margin-right: -3px !important;
	}

	.coupon button.button,
	.actions button.button,
	table.shop_table_responsive tr td {
		text-align: center;
		margin: 0 auto;

	}

	ul.products li.product,
	ul.products .wc-block-grid__product,
	.wc-block-grid__products li.product,
	.wc-block-grid__products .wc-block-grid__product {
		clear: none;
		float: left;
		max-width: 100%;
		font-size: 0.875em;
	}

	.mainimage-product.mb40 {
		margin-bottom: 20px !important;
	}

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-noreviews,
	p.no-comments {
		padding: 1em 1.618em;
		margin-bottom: 20px;
		background-color: #0f834d;
		margin-left: 0;
		border-radius: 2px;
		color: #fff;
		clear: both;
		border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
	}

	.storefront-handheld-footer-bar {
		background-color: transparent !important;
		width: 100% !important;
		max-width: 100%;
		overflow: hidden !important;
	}

	ul.products.columns-3 {
		display: flex;
		flex-wrap: wrap;
		width: 305px;
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 1200px) {
	ul.products {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}

	.cat_wrap {
		margin: 30px auto 40px;
	}
}

@media screen and (max-width: 900px) {
	ul.products {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1000px) {

	.woocommerce-product-gallery,
	.summary {
		/*width: 80%;
		margin: 0 auto 60px;*/
	}

	/* 左上カート枠 */
	.site-header-cart {
		width: 180px;

	}

	.woocommerce-active .site-header .site-header-cart_wrap {
		width: 180px;
	}

	.n2-section-smartslider {
		margin: 0px 0 0px;
	}

	ul.products li.product.product-category img {
		max-width: 320px;
		max-height: 120px;
		width: 100%;
		height: 100%;
		margin: 0 20px;
	}

	ul.products li.product.last,
	ul.products .wc-block-grid__product.last,
	.wc-block-grid__products li.product.last,
	.wc-block-grid__products .wc-block-grid__product.last {}

	#content,
	.site-content {
		max-width: 1000px;
		width: 100%;
		display: block;
		margin: 40px auto;
		/*padding:80px 0 0;*/
		overflow: hidden;

	}

	ul.products {
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
	}

	ul.products li.product {
		/*カテゴリicon*/
		background-color: transparent;
		padding: 0px 0 0 0;
		border-radius: 8px;
		position: relative;
		margin: 0 auto 20px;
		float: left;
		overflow: hidden;
		width: 100%;
	}

	.storefront-full-width-content.woocommerce-cart .entry-header,
	.storefront-full-width-content.woocommerce-checkout .entry-header,
	.storefront-full-width-content.woocommerce-account .entry-header,
	.storefront-full-width-content .woocommerce-products-header {
		text-align: center;
		padding: 20px 0;
	}

	.news_thum,
	.news_thum>a>img {
		width: 100%;
		height: auto !important;
	}
}

@media screen and (max-width: 600px) {
	ul.products {
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}
}


@media screen and (max-width: 480px) {
	#mega-menu-handheld {
		position: absolute;
		top: 70px !important;
		left: -35px !important;
	}

	.mega-toggle-blocks-right {
		display: none !important;
	}

	li.product-category {
		background-color: transparent;
		padding: 0px 0 0 0;
		border-radius: 8px;
		position: relative;
		margin: 0 auto 20px;
		float: left;
		overflow: hidden;
		width: 80%;
	}

	.cat_wrap ul.products li.product img,
	.cat_wrap ul.products .wc-block-grid__product img,
	.cat_wrap .wc-block-grid__products li.product img,
	.cat_wrap .wc-block-grid__products .wc-block-grid__product img {
		display: block;
		margin: 0 auto 10px;
		max-width: 290px;
		max-height: 76px;
		object-fit: cover;
	}

	.wc-columns-2.woocommerce ul.products li.product,
	.wc-columns-3.woocommerce ul.products li.product {
		width: 100%;
	}

	ul.products li.product,
	ul.products .wc-block-grid__product,
	.wc-block-grid__products li.product,
	.wc-block-grid__products .wc-block-grid__product {
		margin-bottom: 10px;
	}

	ul.products.columns-5 li.product.last,
	ul.products.columns-5 li.product {
		/*カテゴリicon*/
		background-color: transparent;
		padding: 0px 0 0 0;
		border-radius: 8px;
		position: relative;
		margin: 0 5px 0px;
		float: left !important;
		overflow: hidden;
		width: 50%;
	}
}




ul.products li.product .button,
ul.products .wc-block-grid__product .button,
.wc-block-grid__products li.product .button,
.wc-block-grid__products .wc-block-grid__product .button {
	margin-bottom: 0;
}

.product_title.entry-title {
	font-size: 200%;
	padding-bottom: 10px;
	border-bottom: dotted 1px #222;
	line-height: 1.3;
}

ul.products li.product,
.woocommerce-loop-product__title .price .woocommerce-Price-amount.amount {
	font-size: 16px;
}

.entry-summary .price .woocommerce-Price-amount.amount {
	font-size: 1.75rem;
}

.woocommerce-loop-product__link .price .woocommerce-Price-amount.amount bdi {
	font-size: 1.0rem;
}

ul.products li.product a {
	margin: 0 auto 60px;
}

ul.products.columns-3 li.product a {
	margin: 0;
	text-align: left;
}

ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
	font-size: 100%;
}


.col-full {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
}



@media screen and (max-width: 1024px) {
	footer>.col-full {
		margin: 0 auto;
		padding: 0 0 0 0;
		width: 90%;
	}

	ul.products.columns-3 {}

	.storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
	.storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child,
	.storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
	.storefront-full-width-content .woocommerce-products-header h1:last-child {
		margin-bottom: 80px;
	}
}

.news_thum>a>img {
	width: 570px;
	height: auto;
}



.entry-summary>form.cart>.quantity>.number-input:before {
	/*content:"注文数";
	padding:8px 15px 0 0;*/
}

.single-product div.product form.cart .quantity {
	width: inherit;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: flex;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
	width: calc(100% - 40px);
}

.tabs.wc-tabs {
	display: none !important;
}

.storefront-full-width-content .woocommerce-tabs .panel,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel entry-content.wc-tab {
	/*width: 33%;*/
	/*width:100%;
				float: none;
    margin-right: 0;
    margin-bottom:0 !important;
				display:block !important;*/
	display: none;
}

.tab-additional_information {
	display: none;
}




@media screen and (max-width: 480px) {
	.form-row {
		margin-bottom: 20px;
	}

	#content,
	.site-content {
		max-width: 480px;
		width: 100%;
		display: block;
		margin: 50px auto;
		padding: 0;
		overflow: hidden;

	}

	.content-area-shoppingguide,
	.content-area-mypage,
	.content-area-news {
		padding: 80px 30px;
	}

	.news_thum>a>img {
		width: 100%;
		height: auto;
	}

	.storefront-full-width-content .woocommerce-tabs .panel,
	.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel entry-content.wc-tab {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0 !important;
		display: block !important;
	}

	.storefront-breadcrumb .col-full {
		margin-left: 0;
		margin-right: 0;
	}

	h2.woocommerce-loop-category__title {
		width: 100%;
		margin: 0 auto;
		/* display: flex;	
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
align-items: center;*/
		text-align: center;

	}

	mark.count {
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
		margin: 10px 0;
	}

	.products.columns-4 {
		width: 100%;
		/*max-width:290px;*/
		margin: 0 auto 60px;
	}

	.mainimage-product.mb40 {
		margin-bottom: 0;
	}

	.woocommerce-tabs.wc-tabs-wrapper {
		width: 80%;
		display: block;
		background-color: #fff;
		margin: 0 auto;

	}

	#tab-additional_information {
		padding: 0 !important;
	}

	.inline-box.w30 {
		width: 100% !important;
		margin-bottom: 40px;
	}

	.entry-content.wc-tab {
		background-color: #fff;
	}

	.addinfo {
		padding-top: 10px;
	}

	.form-row {
		margin-bottom: 20px;
	}

	#content,
	.site-content {
		max-width: 480px;
		width: 100%;
		display: block;
		margin: 50px auto;
		padding: 0;
		overflow: hidden;

	}

	.form-row {
		margin-bottom: 20px;
	}

	#content,
	.site-content {
		max-width: 480px;
		width: 100%;
		display: block;
		margin: 20px auto;
		padding: 0;
		overflow: hidden;

	}
}

@media screen and (max-width: 375px) {

	.storefront-handheld-footer-bar {
		max-width: 375px !important;

	}
}



.woocommerce-Tabs-panel {
	/*max-width:565px;*/
	width: 100% !important
}

.woocommerce-product-gallery__image a {
	/*border: solid 8px #fff;*/
	font-size: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 25% !important;
	float: left;
	margin-right: 0 !important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {

	width: 25%;
	float: left;
	margin-right: 0;

}

.cart-contents.woocommerce-Price-amount.amount {
	padding-left: 5px !important;
}

table.shop_table {
	margin-bottom: 40px;
}

table.shop_table th,
table.shop_table td {
	font-size: 1.15rem;
}


table.cart td.actions {
	/* cart line none */
	border-top: 0em solid;
	border-top-color: #fff;
	background-color: transparent;
	padding: 0;
}


/* --------------------------------------------------------------------------------------------------------------- */
.wc-proceed-to-checkout .button.checkout-button,
button.button {
	font-size: 16px;
	font-weight: normal !important;
}

table.cart {
	width: 100%;

}

table.cart td.actions {

	border-top-color: currentcolor;
	background-color: transparent;
	padding: 20px;
}


#g-nav .g-nav-box li {}

.site-header,
.secondary-navigation ul ul,
.main-navigation ul.menu>li.menu-item-has-children::after,
.secondary-navigation ul.menu ul,
.storefront-handheld-footer-bar ul li.search .site-search,
button.menu-toggle,
button.menu-toggle:hover {
	background-color: transparent;
}



#footerContact h2 {
	margin-bottom: 0;
}

.site-header-cart .cart-contents .count {
	font-weight: 400;
	opacity: 0.5;
	font-size: 16px;
	display: none;
}

.count {
	max-width: initial;
	/* 初期状態にリセット */
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
	padding: 14px 15px;
	border: 1px solid rgb(168, 168, 168);
	color: #43454b;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: normal;
	box-shadow: none;
}

input[type="number"].qty {
	border: none;
}

.woocommerce-product-details__short-description {
	font-size: 1.25rem;
	margin-bottom: 60px;
}


.search-field {
	background-color: #fff !important;
}

/*.archive .h1, .archive h1, .error404 .h1, .error404 h1, .page .h1, .page h1, .search .h1, .search h1 {
    padding:0 0 0.5rem 0 !important;
    font-size: 24px;
    margin-bottom: 80px;
}*/
.fa-envelope-o::before {

	content: "\f003";
}

*,
::after,
::before {
	box-sizing: inherit;
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
}

* html hr.hr_fade {
	/* for -IE6 */
	margin: 0;
}

*:first-child+html hr.hr_fade {
	/* for IE7 */
	margin: 0;
}

.footer .hr_fade {
	background-color: transparent;
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left, transparent 0%, #ccc 50%, transparent 100%);
	background-image: linear-gradient(90deg, transparent 0%, #ccc 50%, transparent 100%);
	margin-bottom: 80px;
}

.wcpa_type_radio-group label.wcpa_field_label {
	display: none !important;
}

/* edit-link */
.edit-link {
	background-color: #00a4ac;
	text-align: right;
	width: 50px;
	padding: 10px;
}

.edit-link a {
	color: #fff;
}

form.cart {
	position: relative;
	display: block;
	margin-bottom: 0px;
}

form.cart button.minus {
	/* &minus; */
	position: absolute;
	left: 0;
}

form.cart button.plus {
	position: absolute;
	left: 115px;
}

form.cart .quantity {
	position: absolute;
	left: 55px;
	float: none;
}

button.single_add_to_cart_button {
	/*	position: absolute;
	top: 100px;*/
	margin: 80px auto 40px;
}

/* -+ */

button.plus {
	background-color: #f0f0f0;
	border: solid 1px #666;
	color: #666;
	cursor: pointer;
	padding: 14px 20px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	font-size: 1.1rem;
	z-index: 999;
}

@-moz-document url-prefix() {
	padding: 8px 17px 12px 24px;
}

button.minus {
	background-color: #f0f0f0;
	border: solid 1px #666;
	color: #666;
	cursor: pointer;
	padding: 14px 18px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	font-size: 1.1rem;
}

.number-input input[type=number] {
	max-width: 5rem;
	padding: 10px;
	border: solid 1px #666;
	margin-top: 1px;
	font-size: 16px;
	/* height: 45px;*/
	font-weight: bold;
	text-align: center;
}

/* Safari */
_:lang(x)+_:-webkit-full-screen-document,
.button.minus {
	background-color: #f0f0f0;
	border: solid 1px #666;
	color: #666;
	cursor: pointer;
	padding: 8px 20px 12px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
}

_:lang(x)+_:-webkit-full-screen-document,
button.plus {
	background-color: #f0f0f0;
	border: solid 1px #666;
	color: #666;
	cursor: pointer;
	padding: 8px 20px 12px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
}


.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 7px 10px;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	position: absolute;
	top: 2px;
	right: 8px;
	width: 20px;
}

.woocommerce-terms-and-conditions-wrapper .p80 {
	padding: 20px !important;
}

.form-row.validate-required label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	background-color: #FF6;
}

.site-main {}



.single_add_to_cart_button {
	padding-left: 60px;
	background: url(../images/cart-icon-single.png);
	background-repeat: no-repeat;
	background-position: left 10px top -3px, center;
}

@media screen and (max-width: 1000px) {
	.single_add_to_cart_button {
		background-position: left 130px top -3px, center;
	}
}

@media screen and (max-width: 674px) {
	.single_add_to_cart_button {
		background-position: left 70px top -3px, center;
	}
}

@media screen and (max-width: 480px) {
	.single_add_to_cart_button {
		background-position: left 20px top -3px, center !important;
	}
}


nav.woocommerce-MyAccount-navigation ul {
	margin-bottom: 60px;
}

.wcpa_wrap .wcpa_group_field,
.wcpa_wrap .wcpa_grp_items {
	/*display: grid;
	grid-template-columns: 100%;
	gap: 10px 20px;
	align-items: flex-start;*/
	display: inline;
	grid-template-columns: 100%;
	gap: 10px 20px;
	align-items: center;
}

.wcpa_group_field {
	display: inline;
}

.wcpa_group_field .wcpa_radio {
	display: inline-block;
	width: 80px;
	margin: 5px;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 5px;
}

@media (min-width: 768px) {

	.col2-set .form-row-first {
		width: 44.4444444444%;
		float: left;
		margin-right: 11.1111111111%;
	}

	.col2-set .form-row-last {
		width: 44.4444444444%;
		float: right;
		margin-right: 0;
	}

}

select {
	position: relative;
	padding: 10px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


select.orderby {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	appearance: menulist;
}


/*IE用*/
select.orderby::-ms-expand {
	display: block;
}



/* .slick-arrow */
.wpgs-for .slick-arrow {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	margin-top: 0px;
}

.slick-arrow {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 0.1em;
	/*background: currentColor;
	background-position: 50% 5%;*/
}

.flaticon-back::before {
	/*content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top left;
	position: absolute;
	top: 50%;
	left: 0.05em;
	box-sizing: border-box;*/
}

.flaticon-right-arrow::before {
	/*content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: 0.05em;
	box-sizing: border-box;*/
}

dl.variation {
	font-size: 0.875em;
	padding-left: 0px;
	margin-bottom: 0px;
	display: block !important;
	flex-wrap: inherit !important;
	gap: 0px !important;
}

dl.variation dt.variation- {
	display: inline-block;
	text-align: center;
}

dl.variation dd.variation- {
	display: inline-block;
}

.woocommerce table.cart .variation dt {
	flex-basis: 0%;
	text-align: center;
}

.woocommerce table.cart .variation dt {
	flex-basis: 100%;
}


/*
// 最新のsafari用
_::-webkit-full-page-media, _:future, :root .text {
	color: red;
}
// 古いsafari用
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .text {
		color: red;
	}
}
*/



.faq-title h4 {
	border-bottom: none;
}

.widget {
	margin: 0;
}

.fo12 {
	font-size: 12px;
}

.site-main .entry-content h2 {
	padding: 1rem 0;
}


/*header ------------------------------------------------------------------------*/
.woocommerce-active .site-header .site-branding {
	max-width: 320px;
	width: 100%;
	margin-right: 10%;
}

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
	width: 100%;
	max-width: 313px;
}

.site-header>.col-full>.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	max-width: 1200px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
}

.ec-header {
	height: 52px;
	/*background-color: #ddd;*/
	width: 100%;
	display: flex;
	position: fixed;
	top: 90px;
	left: 0px;
}

/* pc category nav  ------------------------------------------------------------------------*/
.sp_nav {
	display: none;
}

.woocommerce-active .site-header .main-navigation

/*PCでは使用しない。SPで使用*/
	{
	display: none;
}

.pc_categorynav {
	/*margin-right: 6%;
    margin-top: 20px;*/
}

.pc_categorynav li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 0;
}

.header__menu {
	/*position: relative;*/
	background: #eee;
	/* メニューの背景色 */
	text-align: center;
	list-style: none;
	padding: 0;
	/*border-radius: 5px;*/
}

.arrow-bottom {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	border-bottom: 3px solid #222;
	border-right: 3px solid #222;
	transform: rotate(45deg);
}

.header__menu li.mega__menu {
	display: inline-block;
	padding: 10px 25px 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 0.1rem;
}

.header__menu li a {
	color: #222;
	/* メニューの文字色 */
	text-decoration: none;
}

.header__menu li a:hover {
	color: #222;
	/* ホバーした時の文字色 */
}

ul.mega__menu-second {
	visibility: hidden;
	opacity: 0;
}

.header__menu li:hover {
	background: #b3b3b3;
	/* メニューの背景色 */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

li.mega__menu ul.mega__menu-second {
	position: absolute;
	top: 135px;
	left: 0;
	width: 100%;
	background: #b3b3b3;
	/* メガメニューの背景色 */
	padding: 30px 20px 10px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

li.mega__menu:hover ul.mega__menu-second {
	top: 135px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

.mega__menu-second ul.products li.product.product-category img {
	width: 60px;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

.mega__menu-second ul.products li.product a {
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.mega__menu-second h2.woocommerce-loop-category__title {
	width: 70%;
	margin: 0 0 0 5px;
	color: #FFF;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	/*text-align: left;*/
	text-align: center;
}

.mega__menu-second mark {
	background: none;
	color: #FFF;
}

header#masthead .mega__menu-second ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mega__menu-second ul.products li.product {
	font-size: 14px;
}

.mega__menu-second ul.products li.product {
	clear: none;
	max-width: 320px;
	float: none;
	font-size: 14px;
}



/*search-box  ------------------------------------------------------------------------*/



/* headerカート  ------------------------------------------------------------------------*/


.storefront-primary-navigation {
	width: 100%;
	max-width: 1200px;
	background-color: none;
	border-top: none;
	position: relative;
	margin: 0 auto;
}

.site-header-cart_wrap {
	z-index: 999;
	margin: 0;
	padding: 0px;
	position: fixed;
	top: 0;
	right: 0;
	width: 240px;
}

.woocommerce-active .site-header .site-header-cart_wrap {
	width: 280px;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	top: 60px;
	right: 0;
}

.site-header-cart_wrap .cart-icon {
	font-size: 14px;
	color: #aaa;
	padding: 0px;
	border-bottom: none;
}

header#masthead ul#site-header-cart {
	margin: 0 auto;
	text-align: center;
	padding: 0 8px 8px 8px;
}

header#masthead ul#site-header-cart li {
	list-style: none;
	background: #FFF;
}

.site-header-cart_wrap .gotocart {
	font-size: 12px;
	text-align: center;
	color: #222;
	letter-spacing: 0.05em;
	padding: 0px;
	margin-top: 0px;
}

/* product loop -----------------------------------------------------------------*/

li.product-type-simple a img {
	border-bottom: 1px solid #eee;
	padding: 10px;
}


/* footer ------------------------------------------------------------------------*/
.site-footer img {
	display: inherit;
}

.site-footer a {
	text-decoration-line: none;
}

.site-footer p img {
	width: 100%;
	max-width: 220px;
}

.sns_link {
	margin-bottom: 40px;
}

.sns_link li {
	display: inline-block;
	margin: 0 5px;
}

.footer_linkbox li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0px;
	font-size: 14px;
}

.footer_linkbox li>dl {
	padding-left: 0;
}

.footer_linkbox li dt {
	margin-bottom: 20px;
}

.footer_linkbox li dd {
	margin-bottom: 10px;
}

.footer-widgets {
	padding-top: 0;
	border-bottom: none;

	width: 100%;
	margin: 0 auto;
}

.footer-widget-2 {
	display: block;
	/*margin-bottom:40px;*/
	min-height: 1px;
}

.wpsbc-legend {
	text-align: center;
	width: 392px;
	float: right;
	padding: 0 0 0 0;
}

@media screen and (max-width:1400px) {
	.footer-widget-2 {
		width: 57%;
	}

	.footer-widget-3 {
		width: 100%;
	}

	.wpsbc-calendars {
		width: 360px;
		float: right;
	}

	.wpsbc-legend {
		text-align: center;
		width: 360px;
		float: right;
	}
}

@media screen and (max-width:960px) {
	.footer-widget-2 {}

	.wpsbc-calendars {}

	.wpsbc-legend {
		text-align: center;
		width: 360px;
	}

	.wpsbc-container .wpsbc-calendars-wrapper {
		width: 360px;
		float: none;
	}
}

@media screen and (max-width:800px) {

	.wpsbc-calendars,
	.wpsbc-legend {
		width: 320px;
	}
}

@media screen and (max-width:760px) {
	.footer-widget-2 {
		margin: 0 auto !important;
	}

	.wpsbc-calendars,
	.wpsbc-legend {
		width: 360px;
	}

	.wpsbc-container .wpsbc-calendars-wrapper {
		width: 360px;
		float: none;
		margin: 0 auto !important;
	}
}

@media screen and (max-width:480px) {
	.footer-widget-2 {
		width: 94%;
		margin: 0 auto !important;
	}

	.wpsbc-calendars,
	.wpsbc-legend {
		width: 360px;
	}

	.wpsbc-container .wpsbc-calendars-wrapper {
		width: 340px;
		float: none;
		margin: 0 auto !important;
	}
}

.content-area-shoppingguide,
.content-area-mypage,
.content-area-news,
.content-area-policy {
	margin: 0 0 40px 0;
	padding: 0 0 60px;
	position: relative;
	z-index: 0;
}

/* TOPページ  ------------------------------------------------------------------------*/
.sp_top_img {
	display: none;
}

.widget ul.bn_top {
	width: 100%;
	max-width: 1000px;
	margin: 100px auto;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bn_top li {
	margin: 0 1%;
}

.bn_top li img {
	width: 100%;
	max-width: 320px;
	list-style: none;
}

.top_osusume,
.top_teiban,
.top_tokusyu,
.top_news,
.top_insta {
	margin-bottom: 100px;
}

.top_osusume>h2,
.top_teiban>h2,
.top_tokusyu>h2,
.top_news>h2,
.top_insta>h2 {
	line-height: 1.0;
}

.top_osusume br {
	line-height: 0;
}

.top_news ul {
	list-style: none;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
}

.top_news ul li {
	margin-bottom: 5px;
}

.top_news ul li span {
	margin-right: 20px;
}

.lnk_info {
	text-align: right;
	font-size: 12px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

ul.tokusyu_youtube {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

ul.tokusyu_youtube li {
	width: 50%;
	padding: 0 10px;
}

img.ico_yt {
	width: 115px;
	margin-bottom: 10px;
}

p.ttl_YT {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.tokusyu_youtube li p {
	line-height: 1.75;
	margin-bottom: 10px;
	width: auto;
}

/* 下層ページ　コンテンツ  ------------------------------------------------------------------------*/
.page_info {
	padding-top: 60px;
}

.page_info article h1 {
	font-size: 16px;
}

.site-main .entry-content ul.products li.product h2 {
	padding: 1rem;
	border-left: none;
}

.wpcf7c-conf {
	background-color: #f0f0f0;
	color: black;
	border: 1px solid #333333;
}

.wpcf7-box {
	text-align: center;
}

.wpcf7 .ajax-loader {
	display: block;
}


/* 商品系  ------------------------------------------------------------------------*/
.woocommerce-products-header>h1 span::before {
	/*   position: absolute;
    content: '';
    top: 0;
    right: 0.2em;
    width: 0.2em;
    height: 100%;
    border: solid 3px #006600;
    border-left: none;
    */
}

.woocommerce-products-header>h1 span::after {
	/*   position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.2em;
    height: 100%;
    border: solid 3px #006600;
    border-right: none;
    */
}


.bestsalesarea p {
	line-height: 1.75;
	margin-bottom: 0;
	width: auto;
}

.bestsalesarea div {
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.txt_price {
	font-size: 14px;
	font-weight: normal;
}

.woocommerce-Price-currencySymbol {
	display: inline-block;
}


ul.products li.product .button,
ul.products .wc-block-grid__product .button,
.wc-block-grid__products li.product .button,
.wc-block-grid__products .wc-block-grid__product .button {
	display: none;
}

.widget ul.products,
.wc-block-grid__products {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	text-align: center;
	/*display: block;*/
	/*flex-wrap: nowrap;*/
	flex-wrap: wrap;
}

.widget ul.products.columns-4 li.product {
	/*おすすめ商品*/
	background-color: transparent;
	padding: 0px;
	border-radius: 10px;
	position: relative;
	margin: 0 5px;
	float: none;
	overflow: hidden;
	width: auto;
	vertical-align: top;
	/*display: inline-block;*/
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	height: auto;
	width: 100%;
	object-fit: contain;
	background: #fff;
}

ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products li.product .wc-block-grid__product-title>a,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
ul.products .wc-block-grid__product .wc-block-grid__product-title>a,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products li.product .wc-block-grid__product-title>a,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title>a {
	font-size: 1rem;
	margin-bottom: 5px;
}

h2.woocommerce-loop-product__title {
	font-weight: bold;
	line-height: 1.25 !important;
	font-size: 14px !important;
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding-bottom: 0px;
	border-bottom: none;
}

.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.wc-block-grid__product-onsale,
.widget_search form:before,
.widget_product_search form:before {}

.woocommerce-Price-amount.amount,
.price,
.price .woocommerce-price-suffix {
	white-space: nowrap;
	color: #FF3259;
}

.widget .price .woocommerce-Price-amount.amount,
.widget .woocommerce-price-suffix {
	font-size: 14px;
	font-weight: normal;
}


ul.products.columns-3 li.product {
	/*定番商品*/
	background-color: #fafafa;
	padding: 0px;
	border-radius: 0;
	min-height: inherit;
	position: relative;
	margin: 0 auto;
	width: auto;
	float: none;
	border: none;
	/*display: inline-block;*/
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
	background-color: #59a841;
	color: #ffffff;
}

.page>header>h1.entry-title::before {
	border-bottom: 8px solid #bfbfbf;
	bottom: -30px;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.page>header>h1.entry-title::after {
	border-bottom: 8px solid #ddd;
	bottom: -30px;
	content: "";
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	left: 50px;
	width: 50px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	padding: 1em 1.618em;
	margin-top: 2.617924em;
	margin-bottom: 2.617924em;
	background-color: #27ACD9;
	margin-left: 0;
	border-radius: 0px;
	color: #fff;
	clear: both;
	border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 480px) {

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-noreviews,
	p.no-comments {
		padding: 1em 1.618em;
		margin-top: 6em;
		margin-bottom: 0em;
		background-color: #27ACD9;
		margin-left: 0;
		border-radius: 0px;
		color: #fff;
		clear: both;
		border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
	}
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
	background-color: #2f3640;
	color: #ffffff;
	width: 100%;

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
	border: 0;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	background: none;
	background-color: #6a6a6a;
	color: #fff;
	cursor: pointer;
	padding: 14px 20px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	margin-top: 1px;
}

.shipping-calculator-button {
	border: 0;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-radius: 0;
	background: none;
	background-color: #6a6a6a;
	color: #fff;
	cursor: pointer;
	padding: 5px 20px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	margin-top: 1px;
}

.single-product div.product {
	position: relative;
	overflow: hidden;
	padding: 2em 0 2em;
}

.content-area-page ul.products.columns-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-area-page ul.products.columns-4 li.product {
	background-color: transparent;
	padding: 0px;
	border-radius: 8px;
	position: relative;
	margin: 0;
	padding: 10px;
	float: none;
	overflow: hidden;
	width: 25%;
}

.entry-content ul.products li.product.product-category img {
	/*商品一覧アイコン画像*/
	width: auto;
	height: auto;
	margin: 0 auto 10px auto;
	background: #CCC;
	border: 10px solid #CCC;
}

.content-area-page {
	padding: 0 10px;
}

.pswp--open {
	/* 商品ポップアップ時 */
	display: block;
	z-index: 10001;
}


.content-area ul.products.columns-4 {
	/*商品カテゴリ一覧ページ*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-area ul.products.columns-4 li.product {
	/*商品カテゴリ一覧ページ*/
	background-color: transparent;
	padding: 0px 0 0 0;
	border-radius: 8px;
	position: relative;
	margin: 0;
	padding: 10px;
	float: none;
	overflow: hidden;
	width: 24%;
}

.footerbox .widget {
	width: 49%;
	float: left;
	margin: 0 auto 50px;
	padding: 0 20px;
	font-size: 13px;
}

.footer-widgets.col-2 {
	clear: both;
}

.textwidget.custom-html-widget>.box>h5:before,
.textwidget.custom-html-widget>.box>.flex>.box>h5:before {
	border-bottom: 3px solid #bfbfbf;
	width: 100%;
}

.wpcf7c-btn-back {
	background: #999 !important;
}

/* 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* レスポンシブCSS 1200px以下
-------------------------------------------------------------------------------------------*/

@media screen and (max-width:1200px) {

	#page,
	#content,
	.site-content {
		max-width: 1200px;
		/* width: 100%; */
		display: block;
		margin: 0 auto;
		/*padding: 0;*/
		overflow: hidden;
		box-sizing: border-box;
	}

	#masthead {
		width: 100%;
		height: 88px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10000;
		background-image: none;
	}

	.woocommerce-active .site-header .site-branding {
		width: 100%;
		max-width: 260px;
		float: none;
		margin: 0 20px 0 0;
		text-align: center;
	}

	.site-header-cart {
		z-index: 9999;
		background-color: transparent;
		margin: 0px auto 0;
		padding: 0px;
		border: none;
		width: auto;
	}

	/*  .site-search {
        display: inherit;

    }*/

	.footer-widgets.col-2 {
		width: 100%;
	}

	.single-product div.product {
		width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
	}

	ul.products {
		max-width: 100%;
	}

}

.login_box {
	position: absolute;
	top: 10px;
	right: 52px;
}

i {
	font-size: 1.2rem;
}

span.pc__txt {
	display: inline-block;
	font-size: 12px;
}


@media screen and (max-width: 1024px) {
	.content-area {
		padding: 30px 0px;
	}

	.single-product div.product .product_meta {
		padding-top: 100px;
		padding-bottom: 10px;
	}

	span.pc__txt {
		display: none !important;
	}

	.login_box {
		position: absolute;
		top: 100px;
		right: 55px;
	}

	.login_box a i {
		font-size: 1.4rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .login_box a i {
		font-size: 1.4rem;
		top: 110px;
		right: 30px;
	}

}

@media screen and (max-width: 768px) {
	.login_box {
		position: absolute;
		top: 10px;
		right: 40px;
	}
}

/* grid 1 */
.grid-layout {
	margin: 100px auto;
	display: grid;
	gap: 10px;
	/*grid: 25% 25% 25% 25% / 25% 25% 25% 25%;*/
	grid-template-columns: (4, 1fr);
	grid-template-rows: (4, 1fr);
	background-color: #fff;
	color: #444;
	width: 97%;
}

nav .grid-layout {
	margin: 0px auto;
}

@media(max-width: 1000px) {
	.grid-layout {
		width: 87%;
	}
}

@media(max-width: 600px) {
	.grid-layout {
		display: block;
		width: 87%;
	}

	.grid-layout .grid_box {
		margin-bottom: 10px;
		position: relative;

	}
}

.grid-layout .grid_box {
	background-color: #444;
	color: #fff;
	border-radius: 5px;
	padding-top: calc(10 / 10 * 100%);
	font-size: 150%;

	position: relative;

}

.grid-layout .inner_grid img,
.grid-layout .grid_box>img {
	height: 100%;
	width: 100%;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	border-radius: 5px;
}

.grid-layout .inner_grid a {
	height: 100%;
	width: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	border-radius: 5px;
}

.grid-layout .inner_grid,
.grid-layout .inner_grid_box {
	height: 100%;
	width: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border-radius: 5px;
}

.inner_grid_box {
	display: grid;
	place-content: center;
	place-items: center;
}

.grid-layout .a {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.grid-layout .b {
	grid-column: 1;
	grid-row: 3;
}

.grid-layout .c {
	grid-column: 2;
	grid-row: 3;
}

.grid-layout .d {
	grid-column: 3;
	grid-row: 1;
}

.grid-layout .e {
	grid-column: 4;
	grid-row: 1;
}

.grid-layout .f {
	grid-column: 3 / 5;
	grid-row: 2/5;
	margin-bottom: 10px;
	/* 下揃え */
}

/* grid 2 */