@charset "UTF-8";

/*
Theme Name: kamiyagift
Author: Catwork
*/

/* Reset
----------------------------------------------------------- */
:root {
	/* bodyの背景色 */
	--body-bg-color: #fff;

	/* メインのフォントファミリー */
    /* --main-font: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif; */
	--main-font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;


	/* メインのフォントカラー */
	--main-font-color: #333;

	/* h2~h5タグまでのフォントウェイト */
	--h-tag-weight: bold;
	/* ここはブログで使用します */
	--main-color: #999;
	--main-light-color: #efefef;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
::placeholder{
	color: #949292;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	height:auto;
	max-width:100%;
}
input[type="text"],
input[type="email"] {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color);
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: var(--main-font-color);
}
a:focus{ outline:none; }
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{ zoom:1; }
*:first-child + html .clearfix{ zoom:1; }
a{ text-decoration:none; }
strong{ font-weight:normal; }
ul,ol{ list-style-type:none; }
body{
	font-family: var(--main-font);
	font-size:16px;
	line-height:1.5;
	color: var(--main-font-color);
	background: var(--body-bg-color);
}
.wrap{
	width:100%;
	overflow-x:hidden;
}
h2,h3,h4,h5{
	font-weight: var(--h-tag-weight);
}
.inner{
	margin: 0 auto;
	width: 970px;
}


/* wordpress ブロックcss
----------------------------------------------------------- */
.wp-block-embed iframe {
    max-width: 100%;
	position: relative !important;
	margin-bottom: 30px;
	pointer-events: none;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-block-table{
	padding-bottom: 30px;
	overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
	width: 100%;
}
.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
    border: 1px solid #777777;
    word-break: normal;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
}
.wp-block-table thead{
	background: #aa843f;
	color: #fff;
}
.wp-block-table tfoot{
	background: #aa843f;
	color: #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(157, 190, 76, 0.4);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,1);
}
.wp-block-table figcaption{
	text-align: center;
}
.blogcont ul{
	padding:0 0 30px 30px;
	list-style: disc;
}
.blogcont ol {
	padding: 0 0 30px 30px;
	list-style: decimal;
}
.blogcont ul.pager{
	padding: 0;
	list-style: none;
}
.blogcont a{
	font-weight: bold;
	text-decoration: underline;
}
.blogcont ul.pager a{
	text-decoration:none;
}

/* 引用 */
blockquote.wp-block-quote {
	border-left: 1px solid;
    padding-left: 15px;
}
blockquote.wp-block-quote p {
	padding-bottom: 10px !important;
}

/* 埋め込みコンテンツ */
figure.wp-block-embed {
	margin-top: 30px;
}
blockquote.wp-block-quote cite {
	color: currentColor;
	font-size: 14px;
	color: #aaaaaa;
}

/* ギャラリー　*/
figure.wp-block-gallery {
	display: flex;
}
figure.wp-block-gallery.columns-1 figure.wp-block-image {
	width: 100%;
}
figure.wp-block-gallery.columns-2 figure.wp-block-image {
	width: 48%;
}
figure.wp-block-gallery.columns-3 figure.wp-block-image {
	width: 32%;
}
figure.wp-block-gallery.columns-4 figure.wp-block-image {
	width: 23%;
}
figure.wp-block-gallery.columns-5 figure.wp-block-image {
	width: 18%;
}
figure.wp-block-gallery.columns-6 figure.wp-block-image {
	width: 15%;
}
figure.wp-block-gallery figure.wp-block-image.is-style-rounded img {
	border-radius: 15px;
}

/* 動画 */
.wp-block-video {
	margin-top: 30px;
}
.wp-block-video video {
	max-width: 100%;
}

/* その他 */
.wp-block-embed__wrapper {
	position: relative;
}
.wp-block-embed__wrapper .wp-embedded-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wp-block-embed__wrapper .wp-embedded-content a {
	display: block;
	width: 100%;
	height: 100%;
}
iframe.wp-embedded-content {
	margin-bottom: 0;
}
/* color */
:root .has-pale-pink-color {
    color: #f78da7
}
:root .has-vivid-red-color {
    color: #cf2e2e
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900
}
:root .has-light-green-cyan-color {
    color: #7bdcb5
}
:root .has-vivid-green-cyan-color {
    color: #00d084
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3
}
:root .has-vivid-purple-color {
    color: #9b51e0
}
:root .has-white-color {
    color: #fff
}
:root .has-very-light-gray-color {
    color: #eee
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}
:root .has-very-dark-gray-color {
    color: #313131
}
:root .has-black-color {
    color: #000
}
.blog_single strong {
	font-weight: bold;
}
/* bg */
:root .has-vivid-cyan-blue-background-color {
	padding-left: 20px;
	background: rgb(6, 147, 227);
}
/*===============================================
画面の横幅が1200px以下 441px以上
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px) {
	html,
	body,
	.wrap{
		width:1240px;
	}
}


/*===============================================
画面の横幅が440px以上
===============================================*/
@media screen and (min-width: 441px) {
	a {
		transition: all .5s;
	}
	a:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		transition: all .5s;
	}
	.sp {
		display: none;
	}
	p {
		line-height: 2;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 135px;
	}

/*header
----------------------------------------------------------*/
	header {
		position: relative;
		width: 100%;
		height: 140px;
	}
	header h1 {
		position: absolute;
    	top: 155px;
    	right: 170px;
    	color: #fff;
    	font-size: 12px;
    	font-weight: normal;
    	line-height: 1;
    	z-index: 9;
	}
	header .header_box {
		position: absolute;
    	top: 0;
    	left: 50%;
    	transform: translateX(-50%);
    	width: 85%
	}
	header .logo {
		color: #fff;
		position: absolute;
		top: 45px;
		left: 0;
	}
	header .logo img {
		width: 160px;
	}

	/* 検索ボックス */
	header .search-form {
		position: relative;
	}
	header .search-form form {
		position: absolute;
    	top: 70px;
    	left: 180px;
	}
	header .search-form form button {
		border: none;
    	background: none;
   		position: absolute;
		top: 50%;
    	transform: translateY(-50%);
    	left: 20px;
		cursor: pointer;
	}
	header .search-form .search-box input[type="text"] {
		width: 330px;
        height: 40px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        border-radius: 30px;
        border: 1px solid #8e8c8a;
        padding-left: 50px;
        box-sizing: border-box;
	}
	header .search-form .search-box .search-input::placeholder {
    	color: #ccc;
   		opacity: 1;
	}
	header .search-form .search-box .search-input::-webkit-input-placeholder,
	header .search-form .search-box .search-input::-moz-placeholder,
	header .search-form .search-box .search-input:-ms-input-placeholder {
		color: #ccc;
	}
	header .search-form .search-box .search-input:focus {
		border-color:#555;
		outline: none;
	}
	@media screen and (max-width: 1600px) {
		header h1 {
			right: 140px;
		}
	}
	@media screen and (max-width: 1400px) {
		header h1 {
			right: 120px;
		}
	}
	@media screen and (max-width: 1270px) {
		.home header .search-form .search-box input[type="text"] {
			width: 330px;
		}
	}

	header .cart-btn_sp {
		display: none;
	}
	header nav ul {
		display: flex;
		align-items: center;
		position: absolute;
		top: 70px;
		right: 0;
	}
	header nav ul li {
		display: inline-block;
		margin-left: 25px;
		position: relative;
		font-size: 14px;
	}
	header nav ul li a {
		font-weight: bold;
	}
	header nav li:before,
	header nav li:after {
		position: absolute;
		top: 25px;
		content: "";
		display: inline-block;
		width: 0;
		height: 1px;
		background: #333;
		transition: .2s;
	}
	header nav li:before {
		left: 50%;
	}
	header nav li:after {
		right: 50%;
	}
	header nav li:hover:before,
	header nav li:hover:after {
		width: 50%;
	}
	header nav li a:hover {
		opacity: 1;
	}
	header nav ul li.login {
		margin-left: 0;
		position: absolute;
		top: 54px;
		right: 100px;
	}
	header nav ul li.login a {
		padding: 10px 0 10px 30px;
		background: url(img/common_icon02.png) left center no-repeat;
	}
	header nav ul li.cart span {
		display: block;
		font-weight: bold;
    	font-size: 10px;
    	margin-top: 4px;
    	padding-left: 4px;
	}
	header nav ul li.cart a {
		padding: 10px 0 10px 30px;
		background: url(img/common_icon03.png) left center no-repeat;
		background-size: 29px;
	}
	header nav ul li.login:before,
	header nav ul li.cart:before,
	header nav ul li.login:after,
	header nav ul li.cart:after {
		display: none;
	}
	header nav li.login a:hover,
	header nav li.cart a:hover {
		opacity: 0.8;
	}
	header .box .text01 {
		text-align: center;
		font-size: 14px;
		background: rgba(224,255,255,0.7);
		padding: 4px 0;
		position: relative;
	}
	header .news-slider .swiper-button-prev {
		left: 100px;
	}
	header .news-slider .swiper-button-next {
		right: 100px;
	}
	header .news-slider .swiper-button-prev,
	header .news-slider .swiper-button-next {
		position: absolute;
	}
	header .news-slider .swiper-button-prev:hover::before,
	header .news-slider .swiper-button-next:hover::before {
		border-top: solid 2px #333c;
		border-right: solid 2px #333;
		transition: 0.4s;
	}

	header .news-slider .swiper-button-prev::after,
	header .news-slider .swiper-button-next::after {
		display: none;
	}

	header .news-slider .swiper-button-prev::before {
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #ccc;
		border-right: solid 2px #ccc;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(-50%, -50%) rotate(-135deg);
	}

	header .news-slider .swiper-button-next::before {
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #ccc;
		border-right: solid 2px #ccc;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	header .box .text01 a:hover {
		text-decoration: underline;
	}

	@media screen and (max-width: 1300px) {
		header nav ul li {
			margin-left: 20px;
		}
	}
	
	#nav-btn .menu {
		display: block;
		height: 0;
		overflow: hidden;
	}

	
	/* 下層ページ共通 */
	.temple header.inner {
		width: 100%;
	}
	.temple header .header_box {
		width: 1200px;
	}


/* メインラップ
----------------------------------------------------------*/
	.main {
		width: 970px;
	}
/*home
----------------------------------------------------------*/
	/* key */
	.home .key {
		margin-bottom: 160px;
		position: relative;
	}
	.home .key li.swiper-slide {
		width: 100%;
		padding-top: 40.5%;
	}
	.home .key li.swiper-slide01 {
		background: url(img/home_key01.png) center center no-repeat;
		background-size: 85%;
	}
	.home .key li.swiper-slide02 {
		background: url(img/home_key02.png) center center no-repeat;
		background-size: 85%;
	}
	.home .key li.swiper-slide03 {
		background: url(img/home_key03.png) center center no-repeat;
		background-size: 85%;
	}
	/* .home .key .swiper-button-next,
	.home .key .swiper-button-prev {
		width: 45px;
		height: 45px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.75);
		border-radius: 50%;
	}
	.home .key .swiper-button-prev {
		padding-right: 5px !important;
	}
	.home .key .swiper-button-next {
		padding-left: 5px !important;
	}
	.home .key .swiper-button-next:after,
	.home .key .swiper-button-prev:after {
		color: #333 !important;
		font-weight: bold;
		font-size: 24px;
	} */
	.home .key .swiper-button-next,
	.home .key .swiper-button-prev {
		display: none!important;
	}
	.home .key .swiper-pagination {
		position: relative;
		bottom: -10px;
		left: 0;
		right: 0;
	} 
	.home .key .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #333 !important;
	}

	/* MV上のバナー */
	.home .key .key-banner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: url(img/key-banner_bg.png) center center no-repeat;
		border-radius: 5px;
		width: 450px;
		position: absolute;
  		bottom: 5%;
  		left: 10%;
		z-index: 10;
	}
	.home .key .key-banner .banner-left {
		padding: 20px 10px 20px 20px;
  		color: #fff;
	}
	.home .key .key-banner .title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
	.home .key .key-banner .sub {
		font-size: 15px;
		margin-top: 13px;
		line-height: 1;
	}
	.home .key .banner-btn {
  		color: #91271a;
		padding: 0 13px;
  		font-size: 15px;
  		white-space: nowrap;
		box-sizing: border-box;
		letter-spacing: -0.04em;
	}
	@media screen and (max-width: 1370px) {
		.home .key .key-banner {
			width: 420px;
			position: absolute;
        	bottom: 4%;
        	left: 9%;
		}
	}

	/* cont03 */
	.home .cont03 {
		background: rgba(224,255,255,0.5);
		padding: 140px 0 130px;
	}
	.home .cont03 h2 {
		border-bottom: none;
		margin-bottom: 40px;
		font-size: 26px;
		color: #5c482f;
		text-align: center;
		position: relative;
	}
	.home .cont03 h2::before {
		content: "Seasonal Fruits";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		position: absolute;
		top: -30px;
		left: 50%;
  		transform: translateX(-50%);
		letter-spacing: 0.05em;
	}
	.home .cont03 h3:nth-of-type(2) {
		margin-top: 50px;
	}

	/* フルーツの種類から探す */
	.home .cont03 .cate-box {
		display: flex;
    	flex-wrap: wrap;
    	gap: 20px;
	}
	.home .cont03 .cate-box .img a {
		display: block;
		position: relative;
	}
	.home .cont03 .cate-box .img a span {
		width: 100%;
		display: block;
        line-height: 1;
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 30px;
		text-shadow: 6px 0px 20px rgba(0,0,0,0.8);
		text-align: center;
	}
	.home .cont03 .cate-box .img a span::before {
		color: rgba(255,255,255,0.5);
		font-size: 12px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.04em;
		position: absolute;
		top: -20px;
		left: 50%;
  		transform: translateX(-50%);
	}
	.home .cont03 .cate-box .img.ringo a span::before {
		content: "APPLE";
	}
	.home .cont03 .cate-box .img.mikan a span::before {
		content: "MANDARIN";
	}
	.home .cont03 .cate-box .img.kaki a span::before {
		content: "PERSIMMON";
	}
	.home .cont03 .cate-box .img.ichigo a span::before {
		content: "STRAWBERRY";
	}
	.home .cont03 .cate-box .img.younashi a span::before {
		content: "PEAR";
	}
	.home .cont03 .cate-box .img.budou a span::before {
		content: "GRAPES";
	}
	.home .cont03 .cate-box .img.meron a span::before {
		content: "MELON";
	}
	.home .cont03 .cate-box .img.masukumeron a span::before {
		content: "MUSK MELON";
	}
	.home .cont03 .cate-box .img.nashi a span::before {
		content: "JAPANESE PEAR";
	}
	.home .cont03 .cate-box .img.dekopon a span::before {
		content: "DEKOPON";
	}

	/* イベントから探す */
	.home .cont04 {
		width: 970px;
		margin: 120px auto 130px;
	}
	.home .cont04 h2 {
		border-bottom: none;
		margin-bottom: 40px;
		font-size: 26px;
		color: #5c482f;
		text-align: center;
		position: relative;
	}
	.home .cont04 h2::before {
		content: "Event";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		position: absolute;
		top: -30px;
		left: 50%;
  		transform: translateX(-50%);
		letter-spacing: 0.05em;
	}
	.home .cont04 .cate-box {
		display: flex;
    	flex-wrap: wrap;
    	gap: 20px;
	}
	.home .cont04 .cate-box .event_box {
		width: 100%;
	}
	.home .cont04 .cate-box .event_box a {
		display: block;
		width: 100%;
		height: 170px;
		border-radius: 5px;
	}
	.home .cont04 .cate-box .new-year a {
		background: url(img/event_cate01.png) left center no-repeat;
	}
	.home .cont04 .cate-box .age-day a {
		background: url(img/event_cate02.png) left center no-repeat;
	}
	.home .cont04 .cate-box .setsubun a {
		background: url(img/event_cate03.png) left center no-repeat;
	}
	.home .cont04 .cate-box .valentine a {
		background: url(img/event_cate04.png) left center no-repeat;
	}
	.home .cont04 .cate-box .hinamatsuri a {
		background: url(img/event_cate05.png) left center no-repeat;
	}
	.home .cont04 .cate-box .white-day a {
		background: url(img/event_cate06.png) left center no-repeat;
	}
	.home .cont04 .cate-box .graduation a {
		background: url(img/event_cate07.png) left center no-repeat;
	}
	.home .cont04 .cate-box .entrance-ceremony a {
		background: url(img/event_cate08.png) left center no-repeat;
	}
	.home .cont04 .cate-box .mother-day a {
		background: url(img/event_cate09.png) left center no-repeat;
	}
	.home .cont04 .cate-box .father-day a {
		background: url(img/event_cate10.png) left center no-repeat;
	}
	.home .cont04 .cate-box .tanabata a {
		background: url(img/event_cate11.png) left center no-repeat;
	}
	.home .cont04 .cate-box .summer-gift a {
		background: url(img/event_cate12.png) left center no-repeat;
	}
	.home .cont04 .cate-box .obon a {
		background: url(img/event_cate13.png) left center no-repeat;
	}
	.home .cont04 .cate-box .aged-day a {
		background: url(img/event_cate14.png) left center no-repeat;
	}
	.home .cont04 .cate-box .halloween a {
		background: url(img/event_cate15.png) left center no-repeat;
	}
	.home .cont04 .cate-box .shichigosan a {
		background: url(img/event_cate16.png) left center no-repeat;
	}
	.home .cont04 .cate-box .christmas a {
		background: url(img/event_cate17.png) left center no-repeat;
	}
	.home .cont04 .cate-box .new-year-eve a {
		background: url(img/event_cate18.png) left center no-repeat;
	}
	.home .cont04 .cate-box .oseibo a {
		background: url(img/event_cate19.png) left center no-repeat;
	}
	.home .cont04 .cate-box .event_box .inner {
		width: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 170px;
		padding-left: 540px;
		background: rgba(163,126,81,0.1);
	}
	.home .cont04 .cate-box .event_box .inner h3 {
		font-size: 20px;
		line-height: 1;
		margin: 10px 0 15px;
		position: relative;
	}
	.home .cont04 .cate-box .event_box .inner h3::before {
		color: rgba(163,126,81,0.7);
		font-size: 12px;
		font-style: italic;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.05em;
		position: absolute;
		bottom: 3px;
	}
	.home .cont04 .cate-box .new-year .inner h3::before {
		content: "New Year holidays";
		left: 70px;
	}
	.home .cont04 .cate-box .age-day .inner h3::before {
		content: "Coming of Age Day";
		left: 90px;
	}
	.home .cont04 .cate-box .setsubun .inner h3::before {
		content: "Setsubun";
		left: 50px;
	}
	.home .cont04 .cate-box .valentine .inner h3::before {
		content: "Valentine’s Day";
		left: 168px;
	}
	.home .cont04 .cate-box .hinamatsuri .inner h3::before {
		content: "Hinamatsuri";
		left: 85px;
	}
	.home .cont04 .cate-box .white-day .inner h3::before {
		content: "White Day";
		left: 130px;
	}
	.home .cont04 .cate-box .graduation .inner h3::before {
		content: "Graduation ceremony";
		left: 70px;
	}
	.home .cont04 .cate-box .entrance-ceremony .inner h3::before {
		content: "Entrance ceremony / Joining ceremony";
		left: 130px;
	}
	.home .cont04 .cate-box .mother-day .inner h3::before {
		content: "Mother’s Day";
		left: 70px;
	}
	.home .cont04 .cate-box .father-day .inner h3::before {
		content: "Father’s Day";
		left: 70px;
	}
	.home .cont04 .cate-box .tanabata .inner h3::before {
		content: "Tanabata";
		left: 48px;
	}
	.home .cont04 .cate-box .summer-gift .inner h3::before {
		content: "Summer Gift";
		left: 70px;
	}
	.home .cont04 .cate-box .obon .inner h3::before {
		content: "Obon";
		left: 50px;
	}
	.home .cont04 .cate-box .aged-day .inner h3::before {
		content: "Respect for the Aged Day";
		left: 85px;
	}
	.home .cont04 .cate-box .halloween .inner h3::before {
		content: "Halloween";
		left: 105px;
	}
	.home .cont04 .cate-box .shichigosan .inner h3::before {
		content: "Shichi-Go-San";
		left: 70px;
	}
	.home .cont04 .cate-box .christmas .inner h3::before {
		content: "Christmas";
		left: 110px;
	}
	.home .cont04 .cate-box .new-year-eve .inner h3::before {
		content: "New Year’s Eve";
		left: 68px;
	}
	.home .cont04 .cate-box .oseibo .inner h3::before {
		content: "Oseibo";
		left: 70px;
	}

	.home .cont04 .cate-box .event_box .inner .text {
		line-height: 1.75;
	}

	/* cont01 */
	.home .cont01 {
		background: rgba(224,255,255,0.5);
		margin: 170px 0;
		padding: 140px 0;
	}
	.home .cont01 h2 {
		border-bottom: none;
        margin-bottom: 25px;
        font-size: 26px;
        color: #5c482f;
        text-align: center;
        position: relative;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.home .cont01 h2::before {
		content: "Popular Fruit";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		position: absolute;
		top: -30px;
		left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0.05em;
	}
	.home .cont01 .popular-box {
		display: flex;
		justify-content: center;
		gap: 17px;
		padding-top: 50px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.home .cont01 .popular-box a {
		display: flex;
		flex-direction: column;
		width: 230px;
		position: relative;
	}
	.home .cont01 .popular-box a::before {
		content: "1";
		color: #fff;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		line-height: 30px;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		background: #ffc41b;
		position: absolute;
		top: -15px;
		left: 0;
		z-index: 9999;
	}
	.home .cont01 .popular-box a:nth-of-type(2):before {
		content: "2";
		background: #8a8a8a;
	}
	.home .cont01 .popular-box a:nth-of-type(3):before {
		content: "3";
		background: #9b886f;
	}
	.home .cont01 .popular-box a:nth-of-type(4):before {
		content: "4";
		background: #9fbf43;
	}
	.home .cont01 .popular-box h3 {
		font-weight: normal;
		order: 2;
	}
	.home .cont01 .popular-box .price {
		order: 3;
	}
	.home .cont01 .popular-box .price .small {
		font-size: 13px;
	}
	.home .cont01 .popular-box .img {
		order: 1;
	}
	.home .cont01 .popular-box a.img {
		z-index: 2;
		overflow: hidden;
	}
	.home .cont01 .popular-box a .img img {
		width: 230px;
		height: 230px;
		object-fit: contain;
		transition: transform 0.8s ease;
	}
	.home .cont01 .popular-box a:hover .img img {
		transform: scale(1.05);
	}

	/* cont02 */
	.home .cont02 {
		width: 970px;
		margin: 0 auto 70px;
	}
	.home .cont02 .cont {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row-reverse;
	}
	.home .cont02 .cont:nth-of-type(2) {
		flex-flow: initial;
		margin-top: 60px;
	}
	.home .cont02 .cont .text-box {
		width: 430px;
	}
	.home .cont02 .cont .text-box h2 {
		font-size: 19px;
		line-height: 1;
		border-bottom: 1px solid rgba(163,126,81,0.3);
		padding-bottom: 25px;
		position: relative;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.home .cont02 .cont .text-box h2::before {
		color: rgba(163,126,81,0.7);
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-style: italic;
		font-size: 14px;
		letter-spacing: 0.05em;
		position: absolute;
		top: -30px;
		left: 0;
	}
	.home .cont02 .cont:nth-of-type(1) .text-box h2::before {
		content: "For Celebrations & Memorials";
	}
	.home .cont02 .cont:nth-of-type(2) .text-box h2::before {
		content: "For Anniversaries & Celebrations";
	}
	.home .cont02 .cont .text-box .text {
		padding-top: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.home .cont02 .cont .text-box .btn {
		padding-top: 35px;
	}
	.home .cont02 .cont .text-box .btn a {
		display: inline-block;
		color: #fff;
		letter-spacing: 0.05em;
		width: 430px;
		background: #5c482f;
		border: 1px solid #5c482f;
		border-radius: 50px;
		text-align: center;
		line-height: 50px;
		box-sizing: border-box;
	}
	.home .cont02 .cont .text-box .btn a:hover {
		background: #fff;
		color: #5c482f;
		border: 1px solid #5c482f;
		transition: all .5s;
	}
	.home .cont02 .cont .img img {
		border-radius: 3px;
	}

	/*common
	----------------------------------------------------------*/
	.common .pan {
		padding: 10px 0 50px;
	}
	.common .pan li {
		display: inline-block;
	}
	.common .pan li:after {
		display: inline-block;
		content: "＞";
		padding: 0 20px;
	}
	.common .pan li:last-of-type:after {
		content: "";
		padding: 0;
	}


	/* temple
	------------------------------------------------------------------------*/
	.temple .key {
		width: 100%;
		height: 240px;
		padding-top: 100px;
		box-sizing: border-box;
	}
	.temple .key .ttl {
		text-align: center;
		font-size: 28px;
		color: #5c482f;
		font-weight: bold;
		padding-bottom: 15px;
		line-height: 1;
		position: relative;
	}
	.temple .key .ttl::before {
		color: rgba(163,126,81,0.7);
        font-size: 14px;
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 0.15em;
	}
	.company .key .ttl::before {
		content: "Company";
	}
	.item .key .ttl::before {
		content: "Item";
	}
	.guide .key .ttl::before {
		content: "Guide";
	}
	.corporation .key .ttl::before {
		content: "Anniversaries & Celebrations";
	}
	.contact .key .ttl::before {
		content: "Contact";
	}
	.thanks .key .ttl::before {
		content: "Thanks";
	}
	.privacy .key .ttl::before {
		content: "Privacy";
	}
	.yonmaru .key .ttl::before {
		content: "404 Not Found";
	}

	/*company
	----------------------------------------------------------*/
	/* company 共通 */
	.company h2 {
		font-size: 22px;
		text-align: center;
		color: #5c482f;
		font-weight: bold;
		position: relative;
	}
		.company h2::before {
			content: '';
			font-size: 14px;
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			font-weight: normal;
        	letter-spacing: 0.05em;
			color: rgba(163,126,81,0.7);
			width: 100%;
			text-align: center;
			position: absolute;
			top: -30px;
			left: 0;
		}
		.company .cont01 h2::before {
			content: "Outline";
		}
		.company .cont02 h2::before {
			content: "Specified Commercial Transaction Law";
		}
		.company .cont03 h2::before {
			content: "Greeting";
		}
	.company table {
		width: 900px;
		text-align: left;
		margin: 40px auto 0;
	}
	.company table tr {
		border-top: 1px solid rgba(163,126,81,0.2);
	}
	.company table tr:last-of-type {
		border-bottom: 1px solid rgba(163,126,81,0.2);
	}
	.company table th {
		width: 250px;
		padding: 23px 0 20px 50px;
		font-weight: bold;
	}
	.company table td {
		padding: 23px 0 20px;
	}
	.company table td a {
		text-decoration: underline;
	}
	.company table td span {
		font-size: 14px;
	}

	/* conrt01 */
	.company .cont01 {
		background: rgba(224,255,255,0.5);
		margin: 70px auto 0;
		padding: 100px 0;
	}

	/* cont02 */
	.company .cont02 {
		margin: 110px auto 0;
	}
	.company .cont02 table tr {
		border-top: 1px solid rgba(163,126,81,0.2);
	}
	.company .cont02 table tr:last-of-type {
		border-bottom: 1px solid rgba(163,126,81,0.2);
	}

	/* cont03 */
	.company .cont03 {
		margin-top: 60px;
	}
	.company .cont03 .flex {
		padding-top: 40px;
	}
	.company .cont03 .flex .text_box {
		padding-left: 30px;
	}
	.company .cont03 .flex .text_box .text01 {
		font-size: 15px;
		line-height: 2.5;
		padding-bottom: 15px;
	}
	.company .cont03 .flex .text_box .text01:last-of-type {
		padding-bottom: 0;
	}
	.company .cont03 .flex .text_box .text02 {
		text-align: right;
		line-height: 1;
		margin-top: 40px;
	}
	.company .cont03 .flex .text_box .text02 span {
		display: block;
		font-size: 14px;
		line-height: 1;
		padding-bottom: 15px;
	}
	.company .cont03 .flex .text_box .text02 span:nth-of-type(2) {
		display: inline;
	}
	.company .cont03 .img {
		flex-shrink: 0;
	}


	/*guide
	----------------------------------------------------------*/
	.guide .link-box ul {
		display: flex;
    	justify-content: space-between;
    	margin: 40px 0 90px;
	}
	.guide .link-box ul li a {
		display: block;
        border: 1px solid rgba(163,126,81,0.4);
        border-radius: 70px;
        font-weight: bold;
        padding: 12px 17px;
        box-sizing: border-box;
	}
	.guide .link-box ul li a:hover {
		color: #fff;
		background: #5c482f;
		border: 1px solid #5c482f;
	}
	.guide .cont01 h2 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 24px;
		color: #5c482f;
	}
	.guide .cont01 h3 {
		font-size: 20px;
		border-bottom: 1px solid rgba(163,126,81,0.7);
		padding-bottom: 20px;
		color: #5c482f;
	}
	.guide .cont01 .box:nth-of-type(n+2) {
		margin-top: 70px;
	}
	.guide .cont01 .box p {
		padding: 20px 0 40px;
	}
	.guide .cont01 .box .card-img {
		padding-top: 0;
	}
	.guide .cont01 .box .table-area {
		padding-top: 25px;
	}
	.guide .cont01 .box .table-area table {
		width: 100%;
	}
	.guide .cont01 .box .table-area table tr .head {
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		background: rgba(163,126,81,0.1);
		font-weight: bold;
		line-height: 2.0;
		border: 1px solid #fff;
		padding: 15px 10px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
	}
	.guide .cont01 .box .table-area table tr:first-of-type .head {
		border-bottom: none;
	}
	.guide .cont01 .box .table-area table tr:nth-of-type(2) .head {
		font-size: 14px;
		border-bottom: 1px solid #f2e7f3;
	}
	.guide .cont01 .box .table-area table tr .price {
		font-weight: bold;
    	border: 1px solid rgba(163,126,81,0.2);
    	padding: 15px 10px;
    	text-align: center;
    	vertical-align: middle;
	}


	/*archive-item
	----------------------------------------------------------*/
	.archive-item .pan {
		width: 970px;
		margin: auto;
	}
	.archive-item.main {
		width: 100%;
	}
	.archive-item .link-box-wrap {
		background: rgba(224,255,255,0.5);
    	padding: 70px 0;
	}
	.archive-item .link-box h2 {
		position: relative;
	}
	.archive-item .link-box h2 a {
		color: #5c482f;
    	font-size: 18px;
		font-weight: bold;
	}
	.archive-item .link-box h2::before {
		color: rgba(163,126,81,0.7);
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-style: italic;
		font-size: 12px;
		letter-spacing: 0.05em;
		position: absolute;
		bottom: 0;
	}
	.archive-item .link-box.fruit h2::before {
		content: "_Seasonal Fruits";
		left: 135px;
	}
	.archive-item .link-box.event h2::before {
		content: "_Event";
		left: 80px;
	}
	.archive-item .link-box.celebration h2::before {
		content: "_Celebration";
		left: 155px;
	}
	.archive-item .link-box ul {
		display: flex;
		flex-wrap: wrap;
    	justify-content: flex-start;
		gap: 8px;
    	margin: 20px 0 50px;
	}
	.archive-item .link-box:last-of-type ul {
		margin-bottom: 0;
	}
	.archive-item .link-box ul li a {
		display: block;
		border: 1px solid rgba(163,126,81,0.4);
		border-radius: 70px;
		background: #fff;
		font-weight: bold;
		padding: 12px 30px;
		box-sizing: border-box;
	}
	.archive-item .link-box ul li a:hover {
		color: #fff;
		background: #5c482f;
		border: 1px solid #5c482f;
	}

	/* cont01 */
	.archive-item .cont01 {
		width: 970px;
		margin: auto;
		padding: 0 15px;
	}
	.archive-item .cont01 h2 {
		padding-bottom: 15px;
        border-bottom: 3px double rgba(163,126,81,0.7);
        margin-bottom: 25px;
        font-size: 20px;
		color: #5c482f;
	}
	.archive-item .cont01 .box .text_box {
		margin-top: 25px;
	}
	.archive-item .cont01 .box .text_box h3 {
		border-bottom: 1px solid rgba(163,126,81,0.7);
    	padding-bottom: 18px;
	}
	.archive-item .cont01 .box .text_box .text {
		padding-top: 20px;
	}

	/* cont02 */
	.archive-item .cont02 {
		width: 970px;
    	margin: 100px auto 0;
	}
	.archive-item .cont02 h2 {
		padding-bottom: 15px;
		border-bottom: 3px double rgba(163,126,81,0.7);
		margin-bottom: 25px;
		font-size: 20px;
		color: #5c482f;
	}
	.archive-item .cont02 .flex-box {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.archive-item .cont02 a.cont {
		width: 230px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.archive-item .cont02 a.cont:hover {
		opacity: 1;
	}
	.archive-item .cont02 a.cont .img {
		z-index: 2;
		overflow: hidden;
	}
	.archive-item .cont02 a.cont .img img {
		width: 230px;
    	height: 230px;
    	object-fit: contain;
		transition: transform 0.8s ease;
	}
	.archive-item .cont02 a:hover .img img {
		transform: scale(1.05);
	}
	.archive-item .cont02 a.cont h3 {
		font-weight: normal;
		padding: 10px 0;
		order: 2;
	}
	.archive-item .cont02 a.cont .cate {
		display: inline-block;
		margin: 10px 0 0;
		padding: 0px 15px;
		font-size: 14px;
		background: rgba(163,126,81,0.7);
		border-radius: 3px;
		color: #fff;
		flex-shrink: 0;
		width: 100%;
        box-sizing: border-box;
        text-align: center;
	}
	.archive-item .cont02 a.cont .price {
		font-size: 18px;
		line-height: 1;
		order: 3;
	}
	.archive-item .cont02 a.cont .price .line {
		text-decoration: line-through;
		font-size: 14px;
		color: #333;
		position: relative;
		padding-right: 15px;
	}
	.archive-item .cont02 a.cont .price .line:after {
		content: "▶";
		font-size: 8px;
		display: block;
		position: absolute;
		top: 1px;
		right: 0;
	}
	.archive-item .cont02 a.cont .price .small {
		font-size: 13px;
	}

	/* 検索結果ページ */
	.search .cont02 {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		margin: 0 auto;
	}

	/* 販売中止ポップアップアップ */
	.item .info {
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.item .info .info-box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		background: #eee;
		padding: 30px 50px;
		filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
		width: 570px;
		box-sizing: border-box;
		line-height: 1.9;
		border-radius: 5px;
	}
	.item .info .info-box .close {
		position: absolute;
        top: 4px;
        right: 18px;
        color: #aaa;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
	}
	.item .info .info-box h2 {
		font-size: 20px;
        color: #5c482f;
        position: relative;
	}
	.item .info .info-box h2::before {
		content: "";
        width: 380px;
        height: 1px;
        background: rgba(163,126,81,0.7);
        position: absolute;
        right: 0;
        left: 0;
        top: 50px;
        margin: auto;
	}
	.item .info .info-box p {
		margin-top: 28px;
	}


	/*single-item
	----------------------------------------------------------*/
	/* cont01 */
	.single-item > h2 {
		padding-bottom: 15px;
		border-bottom: 3px double rgba(163,126,81,0.7);
		margin-bottom: 25px;
		font-size: 20px;
		color: #5c482f;
	}
	.single-item .item-flex {
		display: flex;
		justify-content: space-between;
	}
	.single-item .cont01 {
		margin-bottom: 60px;
		width: 500px;
		box-sizing: border-box;
		padding-left: 30px;
	}
	.single-item .gallery-thumbs {
		margin-top: 15px;
	}
	.single-item .gallery-thumbs .swiper-slide {
		cursor: pointer;
		transition: 0.3s;
	}
	.gallery-thumbs .swiper-slide:hover {
		opacity: 0.8;
	}
	.gallery-thumbs .swiper-slide.active {
		opacity: 1;
		outline: 2px solid rgba(163,126,81,0.7);
	}
	.single-item .cont01 .swiper-slide img {
		width: 500px;
	}
	.single-item .cont01 .gallery-wrap {
		position: relative;
	}
	.single-item .cont01 .gallery-wrap::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		width: 20px;
		height: 20px;
		border-left: 2px solid #5c482f;
		border-bottom: 2px solid #5c482f;
		transform: translateY(-50%) rotate(45deg);
		cursor: pointer;
		z-index: 10;
	}
	.single-item .cont01 .gallery-wrap::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -30px;
		width: 20px;
		height: 20px;
		border-right: 2px solid #5c482f;
		border-bottom: 2px solid #5c482f;
		transform: translateY(-50%) rotate(-45deg);
		cursor: pointer;
		z-index: 10;
	}

	.single-item .cont01 .gallery-thumbs-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.single-item .cont01 .gallery-thumbs-wrapper .swiper-slide {
		width: calc((100% - 30px) / 4)!important;
		margin-right: 0!important;
		/* opacity: 1.0!important; */
		cursor: pointer;
	}


	/* cont02 */
	.single-item .cont02 {
		width: 380px;
	}
	.single-item .cont02 .box .title {
		font-size: 24px;
		color: #5c482f;
        line-height: 1.7;
		margin-bottom: 10px;
	}
	.single-item .cont02 .box .price {
		font-size: 20px;
		border-bottom: 1px solid rgba(163,126,81,0.7);
    	padding-bottom: 25px;
	}
	.single-item .cont02 .box .price .span01 {
		font-size: 26px;
	}
	.single-item .cont02 .box .price .small {
		font-size: 14px;
	}
	.single-item .cont02 .box .item_number {
		font-size: 14px;
		line-height: 1;
	}
	.single-item .cont02 .box .cmt_box {
		margin-top: 35px;
	}
	.single-item .cont02 .box .cmt_box .accordion_box {
		display: flex;
    	align-items: center;
    	justify-content: space-between;
    	cursor: pointer;
	}
	.single-item .cont02 .box .cmt_box .ttl {
		background: url(img/item_icon04.svg) left top 6px no-repeat;
        background-size: 20px;
        color: #5c482f;
		font-size: 18px;
        font-weight: bold;
        padding: 0 0 5px 30px;
	}
	.single-item .cont02 .box .cmt_box .accordion_box .btn {
		position:relative;
		width:24px;
		height:24px;
		border:none;
		background:none;
		cursor:pointer;
		padding:0;
	}
	.single-item .cont02 .box .cmt_box .accordion_box .btn::before {
		content:"";
		position:absolute;
		top:50%;
		left:50%;
		width:8px;
		height:8px;
		border-right:2px solid #333;
		border-bottom:2px solid #333;
		transform:translate(-50%,-70%) rotate(45deg);
		transition:.3s;
	}
	.single-item .cont02 .box .cmt_box.active .btn::before {
		transform:translate(-50%,-30%) rotate(-135deg);
	}
	.single-item .cont02 .box .cmt_box .accordion_content {
		display: none;
	}
	.single-item .cont02 .box .cmt_box .list .row {
		border-bottom: 1px solid rgba(163, 126, 81, 0.7);
    	padding-bottom: 15px;
		padding-top: 15px;
	}
	.single-item .cont02 .box .cmt_box .list .row .head {
		font-weight: bold;
	}

	.single-item .cont02 .box .attention_box {
		padding-top: 35px;
	}
	.single-item .cont02 .box .attention_box .ttl {
		color: #d72020;
		line-height: 1;
		padding-bottom: 20px;
	}
	.single-item .cont02 .box .attention_box .text {
		border: 1px solid #d72020;
		border-radius: 3px;
    	color: #d72020;
    	font-size: 14px;
		padding: 20px;
    	box-sizing: border-box;
	}
	.single-item .cont02 form {
		text-align: center;
		margin-bottom: 20px;
		text-align: left;
		padding-top: 35px;
	}
	.single-item .cont02 form .item_count {
		padding: 10px !important;
    	font-size: 20px !important;
    	border: 1px solid #555 !important;
    	margin-left: 20px !important;
    	width: 320px !important;
    	border-radius: 3px !important;
	}
	.single-item .cont02 .cartjs_box {
		padding: 0 !important;
	}
	.single-item .cont02 .cartjs_box .cartjs_product_table table {
		width: 100% !important;
	}
	.single-item .cont02 .cartjs_box .cartjs_product_table table th,
	.single-item .cont02 .cartjs_box .cartjs_product_table table td {
		padding: 0 !important;
		vertical-align: middle;
	}
	.single-item .cont02 input[name="item_count"] {
		padding: 10px !important;
    	font-size: 20px !important;
    	border: 1px solid #555 !important;
    	margin-left: 25px !important;
    	width: 50px !important;
		border-radius: 3px!important;
    	text-align: left !important;
	}
	.single-item .cont02 input[name="product_num"] {
		padding: 10px !important;
		font-size: 20px !important;
		border: 1px solid #555 !important;
		width: 50px !important;
	}
	.single-item .cont02 input[type="submit"] {
		-webkit-appearance: none !important;
        display: block !important;
        width: 100% !important;
        padding: 10px !important;
        height: 50px !important;
        margin: 25px auto 50px !important;
        background: #5c482f url(img/item_icon01.svg) left 120px center no-repeat !important;
		background-size: 24px!important;
		border-radius: 50px;
        cursor: pointer !important;
        color: #FFF !important;
        box-sizing: border-box !important;
        border: 1px solid #5c482f !important;
        font-size: 14px !important;
		font-weight: bold!important;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
		padding-left: 40px!important;
	}
	.single-item .cont02 input[type="submit"]:hover {
		background: #fff url(img/item_icon02.svg) left 120px center no-repeat !important;
		background-size: 24px!important;
        color: #5c482f!important;
		border: 1px solid #5c482f!important;
        transition: all .5s!important;
	}

	/* cont03 */
	.single-item .cont03 h3 {
		font-size: 18px;
		color: #5c482f;
		padding-bottom:12px;
		border-bottom: 1px solid rgba(163,126,81,0.7);
		margin-bottom: 18px;
	}
	.single-item .cont03 .content {
		background: url(img/item_icon04.svg) left top no-repeat;
		background-size: 20px;
		padding-left: 30px;
	}
	.single-item .cont03 .size {
		background: url(img/item_icon03.svg) left top no-repeat;
		background-size: 16px;
		padding-top: 5px;
		padding-left: 25px;
	}
	.single-item .cont03 .exp {
		background: url(img/item_icon06.svg) left top no-repeat;
		background-size: 28px;
		padding-left: 36px;
	}
	.single-item .cont03 .allergy {
		background: url(img/item_icon05.svg) left top no-repeat;
		background-size: 28px;
		padding-left: 36px;
	}
	.single-item .cont03 .order {
		background: url(img/item_icon07.svg) left top no-repeat;
		background-size: 24px;
		padding-left: 32px;
	}
	.single-item .cont03 .keep {
		background: url(img/item_icon08.svg) left top no-repeat;
		background-size: 28px;
		padding-left: 32px;
	}
	.single-item .cont03 p {
		padding: 0px 2px;
		margin-bottom: 26px;
		line-height: 2;
	}
	.single-item .cont03 .box02 .item-box {
		display: flex;
		gap: 0 25px;
		margin-bottom: 30px;
	}
	.single-item .cont03 .box02 .item-box:last-of-type {
		margin-bottom: 0;
	}
	.single-item .cont03 .box02 .item-box:nth-of-type(2n) {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.single-item .cont03 .box02 .item-box .img{
		width: 330px;
	}
	.single-item .cont03 .box02 .item-box img{
		width: 100%;
	}
	.single-item .cont03 .box02 .item-box .text_box{
		width: 600px;
	}
	.single-item .cont03 .box01,
	.single-item .cont03 .box02,
	.single-item .cont03 .box03{
		margin-bottom: 50px;
	}

	/* 検索結果 */
	.search-tit h2 {
		padding-bottom: 15px;
        border-bottom: 3px double rgba(163,126,81,0.7);
        margin-bottom: 25px;
        font-size: 20px;
		color: #5c482f;
	}

	/* pager */
	.pager{
		padding: 60px 0 0;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 10px;
	}
	.pager .page-numbers{
		border: 1px solid #5c482f;
		background: #fff;
		color: #5c482f;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		box-sizing: border-box;
	}
	.pager .page-numbers.current {
		border: none;
		background: #5c482f;
		color: #fff;
		box-sizing: border-box;
	}
	.pager .page-numbers.prev,
	.pager .page-numbers.next{
		border: 1px solid #5c482f;
		background: #fff;
		color: #5c482f;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		box-sizing: border-box;
		padding-top: 3px;
	}
	.pager .page-numbers.next {
		padding-left: 3px;
	}

	/*corporation
	----------------------------------------------------------*/
	.corporation .inner {
		width: 100%;
	}
	.corporation .pan {
		width: 1200px;
		margin: auto;
	} 

	/* cont01 */
	.corporation .cont01.inner {
		width: 1200px;
		background: #f5f1ed;
  		background-image: radial-gradient(circle, #ccc 0.5px, transparent 0.5px);
  		background-position: 0 0;
  		background-size: 13px 13px;
		border-radius: 5px;
		padding: 80px 80px 70px;
		margin: 50px auto 130px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.corporation .cont01.inner::before {
		content: "";
		background: url(img/corporation_img02.png) no-repeat;
		width: 377px;
		height: 254px;
		position: absolute;
		top: 9px;
		right: 51px;
		z-index: 9;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.05));
	}
	.corporation .cont01.inner::after {
		content: "";
		background: url(img/corporation_img01.png) no-repeat;
		width: 249px;
		height: 281px;
		position: absolute;
		top: -25px;
		left: -21px;
	}
	.corporation .cont01 h2 {
		font-size: 24px;
		color: #5c482f;
		line-height: 1;
		position: relative;
	}
	.corporation .cont01 h2::before {
		content: "";
		width: 710px;
		height: 1px;
		background: rgba(163,126,81,0.3);
		position: absolute;
		top: 50%;
  		transform: translateY(-50%);
		left: 330px;
	}
	.corporation .cont01 .text {
		padding-top: 30px;
	}
	.corporation .cont01 .text span {
		font-size: 18px;
		font-weight: bold;
	}

	/* cont02 */
	.corporation .cont02 {
		background: rgba(224,255,255,0.5);
		padding: 120px 0;
	}
	.corporation .cont02 .inner {
		width: 1200px;
		position: relative;
	}
	/* .corporation .cont02 .inner::before {
		content: "";
		background: url(img/corporation_img03.png) no-repeat;
		width: 260px;
		height: 301px;
		position: absolute;
		top: -225px;
		left: -90px;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.05));
	} */
	/* .corporation .cont02 .inner::after {
		content: "";
		background: url(img/corporation_img04.png) no-repeat;
		width: 353px;
		height: 279px;
		position: absolute;
		bottom: -250px;
		right: -113px;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.05));
	} */
	.corporation .cont02 h2 {
		font-size: 26px;
		color: #5c482f;
		line-height: 1;
		text-align: center;
		padding-top: 35px;
		position: relative;
	}
	.corporation .cont02 h2::before {
		content: "For Company Gift";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont02 .flex_box {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.corporation .cont02 .flex_box .cont {
		width: 385px;
	}
	.corporation .cont02 .flex_box .cont h3 {
		font-size: 20px;
		color: #fff;
		line-height: 1;
		background: #5c482f url(img/corporation_ico01.svg) no-repeat center left 53px;
		background-size: 28px;
		border-radius: 5px 5px 0 0;
		padding: 18px 0 18px 95px;
	}
	.corporation .cont02 .flex_box .cont:nth-of-type(2) h3 {
		background: #5c482f url(img/corporation_ico02.svg) no-repeat center left 56px;
		background-size: 40px;
		padding: 18px 0 18px 110px;
	}
	.corporation .cont02 .flex_box .cont:nth-of-type(3) h3 {
		background: #5c482f url(img/corporation_ico03.svg) no-repeat center left 90px;
		background-size: 28px;
		padding: 18px 0 18px 134px;
	}
	.corporation .cont02 .flex_box .cont .text {
		height: 180px;
		background: #fff;
		border-radius: 0 0 5px 5px;
		padding: 25px 25px 30px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 1460px) {
		.corporation .cont02 .inner::before {
			left: 30px;
		}
		.corporation .cont02 .inner::after {
			right: 10px;
		}
	}

	/* cont03 */
	.corporation .cont03 {
		margin: 120px auto;
	}
	.corporation .cont03.inner {
		width: 1200px;
	}
	.corporation .cont03 h2 {
		font-size: 26px;
		color: #5c482f;
		line-height: 1;
		text-align: center;
		padding-top: 35px;
		position: relative;
	}
	.corporation .cont03 h2::before {
		content: "Flow";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont03 .flex_box {
		display: flex;
		justify-content: space-between;
		padding-top: 50px;
	}
	.corporation .cont03 .flex_box .box {
		width: 370px;
		background: #f5f1ed;
		border-radius: 5px;
		padding: 40px 35px;
		box-sizing: border-box;
		position: relative;
	}
	.corporation .cont03 .flex_box .box:nth-of-type(2) {
		padding: 30px 40px 40px;
	}
	.corporation .cont03 .flex_box .box::before {
		content: "";
		background: rgba(163,126,81,0.7);
		width: 300px;
		height: 3px;
		border-radius: 3px;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont03 .flex_box .box::after {
		content: "";
		background: url(img/corporation_ico07.svg) no-repeat;
		width: 19px;
		height: 17px;
		background-size: 19px;
		position: absolute;
		right: -33px;
		top: 50%;
  		transform: translateY(-50%);
	}
	.corporation .cont03 .flex_box .box:nth-of-type(3)::after {
		content: none;
	}
	.corporation .cont03 .flex_box .box h3 {
		font-size: 24px;
		color: #5c482f;
		background: url(img/corporation_ico04.svg) no-repeat center left;
		padding-left: 65px;
	}
	.corporation .cont03 .flex_box .box:nth-of-type(2) h3 {
		background: url(img/corporation_ico05.svg) no-repeat top left;
		background-size: 46px;
		padding: 10px 0 0 78px;
	}
	.corporation .cont03 .flex_box .box:nth-of-type(3) h3 {
		background: url(img/corporation_ico06.svg) no-repeat center left;
		background-size: 54px;
		padding-left: 80px;
	}
	.corporation .cont03 .flex_box .box .text01 {
		margin-top: 25px;
	}
	.corporation .cont03 .flex_box .box .text02 {
		font-size: 14px;
		padding-top: 20px;
	}
	.corporation .cont03 .btn {
		text-align: center;
		padding-top: 60px;
	}
	.corporation .cont03 .btn a {
		display: inline-block;
        color: #fff;
        letter-spacing: 0.05em;
        width: 430px;
        background: #5c482f;
        border: 1px solid #5c482f;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
        box-sizing: border-box;
	}
	.corporation .cont03 .btn a:hover {
		background: #fff;
        color: #5c482f;
        border: 1px solid #5c482f;
        transition: all .5s;
	}

	/* cont04 */
	.corporation .cont04 {
		background: rgba(224,255,255,0.5);
        background-image: radial-gradient(circle, #ccc 0.5px, transparent 0.5px);
        background-position: 0 0;
        background-size: 13px 13px;
		padding: 120px 0;
	}
	.corporation .cont04 .wrapper {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.corporation .cont04 .wrapper::before {
		content: "";
		background: url(img/corporation_img06.png) no-repeat;
		width: 397px;
		height: 425px;
		position: absolute;
		top: -120px;
		right: -40px
	}
	.corporation .cont04 .inner {
		width: 1200px;
		background: rgba(255,255,255,0.6);
		border-radius: 10px;
		margin-top: 60px;
		padding: 100px 90px;
		box-sizing: border-box;
		position: relative;
	}
	/* .corporation .cont04 .inner::before {
		content: "";
		background: url(img/corporation_img05.png) no-repeat;
		width: 360px;
		height: 290px;
		position: absolute;
		top: -343px;
		left: -150px;
		filter: drop-shadow(20px 20px 10px rgba(0,0,0,0.05));
	} */
	.corporation .cont04 h2 {
		font-size: 26px;
		color: #5c482f;
		line-height: 1;
		text-align: center;
		padding-top: 35px;
		position: relative;
	}
	.corporation .cont04 h2::before {
		content: "Service";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont04 .box h3 {
		font-size: 22px;
		line-height: 1;
		border-bottom: 1px solid rgba(163,126,81,0.4);
		padding-bottom: 30px;
		position: relative;
	}
	.corporation .cont04 .box h3::before {
		content: "_Noshi / Wrapping Paper";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 25%;
  		transform: translateY(-50%);
		left: 145px;
	}
	.corporation .cont04 .box .flex_box {
		display: flex;
		justify-content: space-between;
		padding: 55px 0 60px;
	}
	.corporation .cont04 .box .flex_box .cont {
		display: flex;
		flex-direction: column;
		width: 320px;
	}
	.corporation .cont04 .box .flex_box .cont h4 {
		font-size: 18px;
		line-height: 1;
		padding: 28px 0 20px;
		border-bottom: 1px solid rgba(163,126,81,0.4);
		order: 2;
	}
	.corporation .cont04 .box .flex_box .cont .text {
		line-height: 1.875;
		padding-top: 17px;
		order: 3;
	}
	.corporation .cont04 .box .flex_box .cont figure {
		order: 1;
	}
	.corporation .cont04 .box .flex_box .cont figure img {
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
	}
	.corporation .cont04 .order_box {
		background: #f5f1ed;
		border-radius: 3px;
		padding: 40px;
		box-sizing: border-box;
		position: relative;
	}
	.corporation .cont04 .order_box::before {
		content: "";
		background: #bea485;
		width: 4px;
		height: 25px;
		position: absolute;
		left: 0;
		top: 36px;
	}
	.corporation .cont04 .order_box h3 {
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.corporation .cont04 .order_box h3::before {
		content: "_Order";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 50%;
  		transform: translateY(-50%);
		left: 100px;
	}
	.corporation .cont04 .order_box .text {
		padding-top: 20px;
    	line-height: 1.875;
	}
	@media screen and (max-width: 1560px) {
		.corporation .cont04 .inner::before {
			left: 30px;
		}
	}

	/* cont05 */
	.corporation .cont05 {
		background: rgba(224,255,255,0.5);
		background-image: radial-gradient(circle, #ccc 0.5px, transparent 0.5px);
		background-position: 0 0;
		background-size: 13px 13px;
		padding-bottom: 120px;
	}
	.corporation .cont05 .wrapper {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.corporation .cont05 .wrapper::before {
		content: "";
        background: url(img/corporation_img06.png) no-repeat;
        width: 397px;
        height: 425px;
        position: absolute;
        top: -153px;
        left: -28px;
        transform: scale(-1, 1);
	}
	.corporation .cont05 .inner {
		width: 1200px;
		background: rgba(255, 255, 255, 0.6);
		border-radius: 10px;
		padding: 100px 90px;
		box-sizing: border-box;
		position: relative;
	}
	/* .corporation .cont05 .inner::before {
		content: "";
		background: url(img/corporation_img07.png) no-repeat;
		width: 379px;
		height: 278px;
		position: absolute;
		top: -52px;
        right: -52px;
        z-index: 9;
	} */
	.corporation .cont05 h3 {
		font-size: 22px;
		color: #5c482f;
        line-height: 1;
        border-bottom: 1px solid rgba(163,126,81,0.4);
        padding-bottom: 30px;
        position: relative;
	}
	.corporation .cont05 h3::before {
		content: "_Message Card";
        color: rgba(163,126,81,0.7);
        font-size: 14px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 0.05em;
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
        left: 183px;
	}
	.corporation .cont05 .text01 {
		padding: 20px 0 50px;
	}
	.corporation .cont05 .box {
		display: flex;
		justify-content: center;
		gap: 50px 30px;
		flex-wrap: wrap;
		padding-bottom: 60px;
	}
	.corporation .cont05 .box .card:nth-of-type(1),
	.corporation .cont05 .box .card:nth-of-type(2),
	.corporation .cont05 .box .card:nth-of-type(3),
	.corporation .cont05 .box .card:nth-of-type(4) {
		width: 485px
	}
	.corporation .cont05 .box .card:nth-of-type(5),
	.corporation .cont05 .box .card:nth-of-type(6) {
		width: 360px;
	}
	.corporation .cont05 .box .card img {
		filter: drop-shadow(20px 20px 10px rgba(0,0,0,0.05));
	}
	.corporation .cont05 .box .card figcaption {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		color: #5c482f;
		line-height: 1;
		margin-top: 15px;
	}
	.corporation .cont05 .order_box {
		background: #f5f1ed;
        border-radius: 3px;
        padding: 40px;
        box-sizing: border-box;
        position: relative;
	}
	.corporation .cont05 .order_box::before {
		content: "";
        background: #bea485;
        width: 4px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 36px;
	}
	.corporation .cont05 .order_box h3 {
		font-size: 18px;
        line-height: 1;
		border-bottom: none;
		padding-bottom: 0;
        position: relative;
	}
	.corporation .cont05 .order_box h3::before {
		content: "_Order";
        color: rgba(163,126,81,0.7);
        font-size: 14px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 0.05em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100px;
	}
	.corporation .cont05 .order_box .text {
		padding-top: 20px;
        line-height: 1.875;
	}
	@media screen and (max-width: 1400px) {
		.corporation .cont05 .inner::before {
			right: 50px;
		}
	}

	/* contact_box */
	.contact_box {
		height: 350px;
		background: url(img/corporation_bg01.png) center center no-repeat;
		margin: 0 auto;
		padding: 100px 0;
	}
	.contact_box .flex_box {
		width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
		margin: 100px auto;
	}
	.contact_box .flex_box h2 {
		width: 375px;
		font-size: 30px;
		color: #fff;
		text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
		padding-top: 25px;
		position: relative;
	}
	.contact_box .flex_box h2::before {
		content: "Order / Contact";
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: -5px;
		left: 0;
	}
	.contact_box .flex_box .tel_box {
		width: 400px;
		height: 150px;
    	text-align: center;
		background: rgba(255,255,255,0.85);
		border-radius: 3px;
		padding: 24px 0 22px;
		box-sizing: border-box;
	}
	.contact_box .flex_box .tel_box .ttl,
	.contact_box .flex_box .mail_box .ttl {
		font-weight: bold;
		line-height: 1;
	}
	.contact_box .flex_box .tel_box .tel {
		line-height: 1;
		padding: 20px 0 16px;
	}
	.contact_box .flex_box .tel_box .tel a {
		display: block;
		font-size: 36px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: url(img/corporation_ico08.svg) no-repeat left 73px center;
		background-size: 22px;
		padding-left: 35px;
	}
	.contact_box .flex_box .tel_box .time {
		line-height: 1;
	}
	.contact_box .flex_box .mail_box {
		width: 400px;
		height: 150px;
    	text-align: center;
		background: rgba(255,255,255,0.85);
		border-radius: 3px;
		padding: 24px 0 22px;
		box-sizing: border-box;
	}
	.contact_box .flex_box .mail_box .btn {
		padding: 15px 0;
	}
	.contact_box .flex_box .mail_box .btn a {
		display: inline-block;
        background: #5c482f url(img/corporation_ico09.svg) left 65px center no-repeat;
        background-size: 18px;
        color: #fff;
		letter-spacing: 0.05em;
        width: 300px;
        border: 1px solid #5c482f;
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 30px;
	}
	.contact_box .flex_box .mail_box .btn a:hover {
		background: #fff url(img/corporation_ico10.svg) left 65px center no-repeat;
        background-size: 18px;
        color: #5c482f;
        border: 1px solid #5c482f;
        transition: all .5s;
	}
	.contact_box .flex_box .mail_box .note {
		font-size: 14px;
		line-height: 1;
	}
	.contact_box .text {
		width: 1200px;
		margin: auto;
		color: #fff;
		text-align: right;
		line-height: 1;
		margin-top: -80px;
		text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
	}

	@media screen and (max-width: 1360px) {
		.contact_box .flex_box {
			justify-content: center;
		}
		.contact_box .flex_box h2 {
			width: auto;
		}
		.contact_box .text {
			width: 1150px;
		}
	}


	/*contact
	----------------------------------------------------------*/
	/* cont01 */
	.contact .cont01 .tel-box,
	.contact .cont01 .line-box {
		padding: 50px 0 40px;
		border-top: 1px solid rgba(163,126,81,0.2);
		border-bottom: 1px solid rgba(163,126,81,0.2);
	}
	.contact .cont01 h2{
		font-size: 18px;
	}
		.contact .cont01 .tel-box h2::before {
			content: '■';
			color: rgba(163,126,81,0.7);
			padding-right: 5px;
		}
	.contact .cont01 .tel-box p {
		display: flex;
		align-items: center;
		margin-top: 15px;
		line-height: 1.5;
	}
	.contact .cont01 .tel-box a {
		display: inline-block;
		font-size: 30px;
		padding-right: 20px;
	}
	.contact .cont01 .line-box p {
		margin-top: 20px;
	}
	.contact .cont01 .line-box a {
		font-size: 18px;
		line-height: 1;
		padding: 20px 75px 20px 55px;
		background: url(img/contact-line.png) no-repeat center left, url(img/contact-qr.png) no-repeat center right;
	}

	/* cont02 */
	.contact .cont02 {
		margin: 40px auto 90px;
	}
	.contact .cont02 h2{
		font-size: 18px;
	}
		.contact .cont02 h2::before {
			content: '■';
			color: rgba(163,126,81,0.7);
			padding-right: 5px;
		}
	.contact .cont02 .lead {
		margin-top: 20px;
		font-size: 14px;
		line-height: 2;
	}
	.contact .cont02 table{
		width:100%;
		margin: 40px auto 0;
	}
	.contact .cont02 table tr {
		border-top: 1px solid rgba(163,126,81,0.2);
	}
	.contact .cont02 table tr:last-of-type {
		border-bottom: 1px solid rgba(163,126,81,0.2);
	}
	.contact .cont02 table th{
		width: 265px;
		text-align: left;
		vertical-align: middle;
		position: relative;
		box-sizing: border-box;
		font-weight: bold;
		padding: 30px 0;
		position: relative;
	}
	.contact .cont02 table th span{
		color: #fff;
		background: rgba(163,126,81,0.7);
		border-radius: 5px;
		float: right;
		padding: 7px 15px;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.contact .cont02 tr.address-contact th {
		vertical-align: top;
		padding-top: 48px;
	}
	.contact .cont02 tr.address-contact th span {
		top: 45px;
		transform: none;
	}
	.contact .cont02 table td{
		vertical-align: middle;
		padding: 30px 0 30px 25px;
	}
	.contact .cont02 table td .radio-box {
		display: flex;
		align-items: center;
		gap: 20px 60px;
	}
	.contact .cont02 table td .radio-box span {
		display: flex;
		align-items: center;
		gap: 0 5px;
	}
	.contact .cont02 table td .radio-box span input {
		margin: 0 !important;
	}
	.contact .cont02 table td input[type="text"],
	.contact .cont02 table td input[type="email"],
	.contact .cont02 table td input[type="tel"],
	.contact .cont02 table td select,
	.contact .cont02 table td textarea{
		width:100% !important;
		height: 60px !important;
		font-size:16px;
		font: inherit;
		padding: 5px;
		box-sizing: border-box;
		padding: 20px 30px;
		border: none !important;
		background: rgba(163,126,81,0.1);
		border-radius: 5px !important;
	}
	.contact .cont02 tr.address-contact input {
		margin-bottom: 10px !important;
	}
	.contact .cont02 tr.address-contact input:first-of-type {
		margin-right: 20px;
	}
	.contact .cont02 tr.address-contact input:first-of-type,
	.contact .cont02 tr.address-contact input:nth-of-type(2) {
		width: 210px !important;
	}
	.contact .cont02 tr.address-contact input:last-of-type {
		margin-bottom: 0 !important;
	}
	.contact .cont02 table td select {
		cursor: pointer;
	}
	.contact .cont02 table td textarea{
		height: 250px !important;
		vertical-align: middle;
		resize:none
	}
	.contact .cont02 .privacy_check{
		text-align: center;
		padding: 50px 0 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.contact .cont02 .privacy_check a {
		text-decoration: underline;
	}
	.contact .cont02 .privacy_check div.mfp_err {
		text-align: center;
		width: 1000px;
		margin: 0 auto;
		padding: 10px 0;
		box-sizing: border-box;
		background: url(img/mfp_error.gif) no-repeat top 13px left 310px;
	}
	.contact .cont02 .privacy_check input {
		width: 15px;
		height: 15px;
		margin: 0 5px;
	}
	.contact .cont02 .privacy_check label {
		margin: 0 5px!important;
	}
	.contact .cont02 .button{
		text-align: center;
	}
	.contact .cont02 .button input{
		font-family: var(--main-font) !important;
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		letter-spacing: 0.05em;
		background: #5c482f;
		border: 1px solid #5c482f;
		transition: all .5s;
	}
	.contact .cont02 .button input:hover{
		background: #fff;
		color: #5c482f;
		transition: all .5s;
	}


	/*thanks
	----------------------------------------------------------*/
	.thanks .cont01 {
		margin-bottom: 80px;
	}
	.thanks .cont01 h2{
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(163,126,81,0.7);
		margin-bottom: 25px;
		font-size: 20px;
		color: #5c482f;
	}
	.thanks .cont01 .text{
		margin-bottom: 30px;
	}
	.thanks .cont01 .button a {
		display: inline-block;
		color: #dddddd;
		width: 300px;
		background: #5c482f;
		border: 1px solid #5c482f;
		border-radius: 50px;
		text-align: center;
		line-height: 50px;
		box-sizing: border-box;
	}
	.thanks .cont01 .button a:hover {
		background: #fff;
		color: #5c482f;
		border: 1px solid #5c482f;
		transition: all .5s;
	}


	/*privacy
	----------------------------------------------------------*/
	.privacy .cont01 {
		margin: 20px auto 0;
	}
	.privacy .cont01 h2 {
		font-size: 28px;
		text-align: center;
		color: #5c482f;
	}
	.privacy .cont01 .text01 {
		margin-top: 35px;
		line-height: 2;
	}
	.privacy .cont01 .box {
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed rgba(163,126,81,0.7);
	}
	.privacy .cont01 .box:first-of-type {
		margin-top: 45px;
	}
	.privacy .cont01 .box:last-of-type {
		border-bottom: none;
	}
	.privacy .cont01 .box h3 {
		font-size: 20px;
		color: #5c482f;
	}
	.privacy .cont01 .box .text02 {
		line-height: 2;
		margin-top: 10px;
	}
	.privacy .cont01 .box .text02 a {
		text-decoration: underline;
	}
	.privacy .cont01 .box ul {
		margin-top: 15px;
	}
	.privacy .cont01 .box ul li:nth-of-type(n+2) {
		margin-top: 8px;
	}
	.privacy .cont01 .box .text03 {
		line-height: 2;
		display: inline-block;
		padding: 25px 30px;
		background: rgba(163,126,81,0.1);
		margin-top: 20px;
	}


	/*yonmaru
	----------------------------------------------------------*/
	.yonmaru .cont01 h2{
		padding-bottom: 15px;
		border-bottom: 1px double rgba(163,126,81,0.7);
		margin-bottom: 25px;
		font-size: 20px;
		color: #5c482f;
	}
	.yonmaru .cont01 .text{
		margin-bottom: 30px;
	}
	.yonmaru .cont01 .button a {
		display: inline-block;
        color: #dddddd;
        width: 300px;
        background: #5c482f;
		border: 1px solid #5c482f;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
	}
	.yonmaru .cont01 .button a:hover {
		background: #fff;
		color: #353535;
		border: 1px solid #5c482f;
		transition: all .5s;
	}
	


	/*footer
	----------------------------------------------------------*/
	footer {
		background: #353535;
		padding: 80px 0;
		color: rgba(176,176,176, 0.687);
	}
	footer .flex {
		display: flex;
		justify-content: center;
	}
	footer .left {
		width: 470px;
	}
	footer .left .logo {
		padding-bottom: 15px;
	}
	footer .left .logo img {
		filter: brightness(0) invert(1);
		width: 45%;
	}
	footer .left h2 {
		font-size: 16px;
		font-weight: normal;
		color: rgba(176,176,176, 0.687);
		text-align: left;
		padding: 20px 0 6px;
	}
	footer .left .tel {
		padding-left: 49px;
		position: relative;
	}
	footer .left .tel::before {
		content: "TEL： ";
		position: absolute;
		left: 0;
	}
	footer .left .fax {
		padding-left: 49px;
		position: relative;
	}
	footer .left .fax::before {
		content: "FAX： ";
		position: absolute;
		left: 0;
	}
	footer .left .mail {
		padding-left: 59px;
		position: relative;
	}
	footer .left .mail::before {
		content: "MAIL： ";
		position: absolute;
		left: 0;
	}
	footer .center {
		width: 260px;
		margin-right: 60px;
	}
	footer .center h3 {
		border-bottom: 1px solid #999;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0.05em;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	footer .center ul {
		list-style-type: disc;
	}
	footer .center ul li {
		padding-bottom: 10px;
		list-style: none;
		position: relative;
	}
	footer .center ul li a {
		color: rgba(176,176,176, 0.687);
	}
	footer .center ul li a:hover {
		opacity: 1;
		text-decoration: underline;
	}
	/* footer .center ul li a::before {
		content: "・";
	} */
	footer .right {
		width: 260px;
	}
	footer .right h3 {
		border-bottom: 1px solid #999;
		font-size: 14px;
		font-weight: normal;
        letter-spacing: 0.05em;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	footer .right ul {
		list-style-type: disc;
	}
	footer .right ul li {
		padding-bottom: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		list-style-type: disc;
		list-style-position: inside;
		list-style: none;
		position: relative;
	}
	footer .right ul li::before {
		content: "・";
	}
	footer .right ul .main_li {
		list-style: none;
	}
	footer .right ul .main_li::before {
		content: none;
	}
	footer .right ul:nth-of-type(2) .main_li,
	footer .right ul:nth-of-type(3) .main_li {
		margin-top: 15px;
	}
	footer .right ul .main_li a {
		font-weight: bold;
	}
	footer .right ul li a {
		color: rgba(176,176,176, 0.687);
	}
	footer .right ul li a:hover {
		opacity: 1;
		text-decoration: underline;
	}
	footer .copy {
		width: 1200px;
		margin: auto;
		color: rgba(176,176,176, 0.687);
		font-size: 14px;
		text-align: center;
		margin-top: 50px;
	}
	footer .to_top {
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 10;
	}
	footer .to_top a {
		display: inline-block;
        width: 200px;
        height: 55px;
        background: #5c482f url(img/to_top.svg) left 23px center no-repeat;
        border: 1px solid #5c482f;
        background-size: 16px;
        border-radius: 30px;
        font-size: 15px;
        line-height: 1;
        padding: 20px 0 20px 22px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
	}
	footer .to_top a:hover {
		background: #fff url(img/to_top02.svg) left 23px center no-repeat;
		background-size: 16px;
		border: 1px solid #5c482f;
		color: #5c482f;
	}
}



/*===============================================
画面の横幅が440px以下
===============================================*/
@media screen and (max-width: 441px) {
	html,
	body,
	.wrap {
		/* margin: 0 auto; */
		width: 440px;
		position: relative;
	}
	.inner {
		box-sizing: border-box;
		padding: 80px 15px 0;
		width: auto;
	}
	img {
		max-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
	p {
		font-size: 14px;
		line-height: 1.8;
	}
	
	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 80px;
	}


	/*header
	----------------------------------------------------------*/
	header {
		position: relative;
		width: 100%;
		z-index: 2;
	}
    header h1 {
		position: absolute;
        top: 265px;
		font-size: 10px;
        padding: 0 20px;
	}
	header.banner_none h1 {
		top: 160px;
	}
	header .logo {
		position: absolute;
		top: 45px;
		left: 15px;
	}
	header .logo img {
		width: 120px;
	}

	/* 検索ボックス */
	header .search-form {
		position: relative;
	}
	header .search-form form {
		position: absolute;
    	top: 90px;
    	left: 20px;
	}
	header .search-form form button {
		border: none;
    	background: none;
   		position: absolute;
		top: 50%;
    	transform: translateY(-50%);
    	left: 20px;
		cursor: pointer;
	}
	header .search-form .search-box input[type="text"] {
		width: 400px;
        height: 40px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        border-radius: 30px;
        border: 1px solid #8e8c8a;
        padding-left: 60px;
        box-sizing: border-box;
	}
	header .search-form .search-box .search-input::placeholder {
    	color: #ccc;
		font-size: 14px;
   		opacity: 1;
	}
	header .search-form .search-box .search-input::-webkit-input-placeholder,
	header .search-form .search-box .search-input::-moz-placeholder,
	header .search-form .search-box .search-input:-ms-input-placeholder {
		color: #ccc;
		font-size: 14px;
	}
	header .search-form .search-box .search-input:focus {
		border-color:#555;
		outline: none;
	}

	header .box .text01 {
		text-align: center;
    	font-size: 14px;
    	background: rgba(224,255,255,0.7);
    	padding: 5px 0;
	}
	
	header .news-slider .swiper-button-prev {
		left: 10px;
	}
	header .news-slider .swiper-button-next {
		right: 10px;
	}
	header .news-slider .swiper-button-prev,
	header .news-slider .swiper-button-next {
		position: absolute;
	}
	header .news-slider .swiper-button-prev::after,
	header .news-slider .swiper-button-next::after {
		display: none;
	}
	header .news-slider .swiper-button-prev::before {
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #ccc;
		border-right: solid 2px #ccc;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(-50%, -50%) rotate(-135deg);
	}

	header .news-slider .swiper-button-next::before {
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #ccc;
		border-right: solid 2px #ccc;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	/* 下層ページ共通 */
	.temple header.inner {
		width: 100%;
		padding: 0;
	}
	.temple header h1 {
		top: 320px;
	}

	/*cart
	----------------------------------------------------------*/
	header .cart-btn_sp a {
		display: inline-block;
    	width: 60px;
    	height: 60px;
   		background: url(img/common_icon03.png) center bottom 14px no-repeat;
    	background-size: 23px;
		position: absolute;
		right: 75px;
	}
	header .cart-btn_sp span {
		display: block;
        font-weight: bold;
        font-size: 10px;
        margin-top: 49px;
		text-align: center;
        padding-left: 4px;
	}


	/*nav
	----------------------------------------------------------*/
	nav {
		position: absolute;
		top: 40px;
		right: 20px;
		width: 60px;
		height: 60px;
		z-index: 10;
	}
	#nav-btn {
		width: 60px;
		height: 60px;
		position: absolute;
		z-index: 10010;
		transition: all .5s;
	}
	.menu-btn,
	.menu-btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-btn {
		position: absolute;
		width: 20px;
		height: 16px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.menu-btn .ham {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #555;
	}
	.menu-btn .ham:nth-of-type(1) {
		top: 0;
	}
	.menu-btn .ham:nth-of-type(2) {
		top: 7px;
	}
	.menu-btn .ham:nth-of-type(3) {
		bottom: 0;
	}
	#nav-btn.active .menu-btn .ham:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	#nav-btn.active .menu-btn .ham:nth-of-type(2) {
		opacity: 0;
	}
	#nav-btn.active .menu-btn .ham:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
	#nav-btn .menu {
		display: block;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		margin-top: 45px;
	}
	#nav {
		display: none;
	}
	#nav-btn.active + #nav {
		display: block;
		position: absolute;
		z-index: 1001;
		top: 60px;
		right: -20px;
		background: rgba(255, 255, 255);
		width: 440px;
		height: 100vh;
        height: 100dvh;
	}
	header.banner_none #nav-btn.active + #nav {
		top: 160px;
	}
	#nav-btn.active + #nav li a {
		display: block;
		color: #111;
		padding: 15px 0 15px 50px;
		position: relative;
	}
	#nav-btn.active + #nav li a::before {
		content: "";
		background: rgba(163,126,81,0.7);
		width: 5px;
		height: 5px;
		border-radius: 5px;
		position: absolute;
		top: 50%;
  		transform: translateY(-50%);
		margin-left: -15px;
	}
	#nav-btn.active + #nav li.login a {
		padding: 15px 0 15px 60px;
		background: url(img/common_icon02.png) 30px center no-repeat;
	}
	/* #nav-btn.active + #nav li.cart a {
		padding: 15px 0 15px 60px;
		background: url(img/common_icon03.png) 30px center no-repeat;
		background-size: 25px;
	}
	#nav-btn.active + #nav li.cart a span {
		font-weight: bold;
	} */
	#nav-btn.active + #nav li.cart {
		height: 0;
		overflow: hidden;
	}


	/*home
	----------------------------------------------------------*/
	/* key */
	.home .key {
		height: 500px;
		margin-top: 230px;
		position: relative;
	}
	.home .key.banner_none {
		margin-top: 160px;
	}
	.home .key .swiper-slide {
		width: 440px;
		padding-top: 540px;
	}
	.home .key .swiper-slide01 {
		background: url(img/home_key01_sp.png) center center no-repeat;
		background-size: 400px;
	}
	.home .key .swiper-slide02 {
		background: url(img/home_key02_sp.png) center center no-repeat;
		background-size: 400px;
	}
	.home .key .swiper-slide03 {
		background: url(img/home_key03_sp.png) center center no-repeat;
		background-size: 400px;
	}
	.home .key .swiper-button-next,
	.home .key .swiper-button-prev {
		width: 35px;
		height: 35px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.75);
		border-radius: 50%;
	}
	.home .key .swiper-button-prev {
		padding-right: 3px !important;
	}
	.home .key .swiper-button-next {
		padding-left: 3px !important;
	}
	.home .key .swiper-button-next:after,
	.home .key .swiper-button-prev:after {
		color: #333 !important;
		font-weight: bold;
		font-size: 16px;
	}
	.home .key .swiper-pagination {
		position: relative;
		bottom: -10px;
		left: 0;
		right: 0;
	} 
	.home .key .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #333 !important;
	}

	/* MV上のバナー */
	.home .key .key-banner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #91271b;
		border-radius: 3px;
		width: 400px;
		height: 60px;
		position: absolute;
  		top: -95px;
        left: 50%;
        transform: translateX(-50%);
		margin-top: 15px;
	}
	.home .key .key-banner .banner-left {
		padding: 2px 0 0 20px;
  		color: #fff;
	}
	.home .key .key-banner .title {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}
	.home .key .key-banner .sub {
		font-size: 14px;
		margin-top: 8px;
		line-height: 1;
	}
	.home .key .banner-btn {
  		color: #fff;
		padding: 0 13px;
  		font-size: 13px;
  		white-space: nowrap;
		box-sizing: border-box;
		letter-spacing: -0.04em;
	}

	/* cont03 */
	.home .cont03 {
		background: rgba(224,255,255,0.5);
        padding: 85px 0 80px;
        margin-top: 70px;
	}
	.home .cont03 .inner {
		padding: 0 15px;
	}
	.home .cont03 h2 {
		margin-bottom: 20px;
		font-size: 22px;
		color: #5c482f;
		text-align: center;
		position: relative;
	}
	.home .cont03 h2::before {
		content: "Seasonal Fruits";
        color: rgba(163,126,81,0.7);
        font-size: 14px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0.05em;
	}

	/* フルーツの種類から探す */
	.home .cont03 .cate-box {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 10px;
	}
	.home .cont03 .cate-box .img {
		width: calc(100% / 2 - 5px);
	}
	.home .cont03 .cate-box .img a {
		display: block;
		position: relative;
	}
	.home .cont03 .cate-box .img a span {
		width: 100%;
		display: block;
        line-height: 1;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 14px;
		text-shadow: 6px 0px 20px rgba(0,0,0,0.8);
		text-align: center;
	}
	.home .cont03 .cate-box .img a span::before {
        color: rgba(255, 255, 255, 0.5);
        font-size: 8px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: 0.08em;
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
	}
	.home .cont03 .cate-box .img.ringo a span::before {
		content: "APPLE";
	}
	.home .cont03 .cate-box .img.mikan a span::before {
		content: "MANDARIN";
	}
	.home .cont03 .cate-box .img.kaki a span::before {
		content: "PERSIMMON";
	}
	.home .cont03 .cate-box .img.ichigo a span::before {
		content: "STRAWBERRY";
	}
	.home .cont03 .cate-box .img.younashi a span::before {
		content: "PEAR";
	}
	.home .cont03 .cate-box .img.budou a span::before {
		content: "GRAPES";
	}
	.home .cont03 .cate-box .img.meron a span::before {
		content: "MELON";
	}
	.home .cont03 .cate-box .img.masukumeron a span::before {
		content: "MUSK MELON";
	}
	.home .cont03 .cate-box .img.nashi a span::before {
		content: "JAPANESE PEAR";
	}
	.home .cont03 .cate-box .img.dekopon a span::before {
		content: "DEKOPON";
	}

	/* イベントから探す */
	.home .cont04 {
		padding: 0 15px;
		margin-top: 80px;
	}
	.home .cont04 .cate-box {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
	}
	.home .cont04 h2 {
		margin-bottom: 20px;
		font-size: 22px;
		color: #5c482f;
		text-align: center;
		position: relative;
	}
	.home .cont04 h2::before {
		content: "Event";
        color: rgba(163,126,81,0.7);
        font-size: 14px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0.05em;
	}
	.home .cont04 .cate-box:nth-of-type(2) {
		row-gap: 30px;
	}
	.home .cont04 .cate-box .event_box {
		width: 100%;
		height: 250px;
		background: rgba(163,126,81,0.1);
		border-radius: 0 0 5px 5px;
	}
	.home .cont04 .cate-box .event_box a {
		display: block;
		width: 100%;
		height: 140px;
		border-radius: 5px 5px 0 0;
	}
	.home .cont04 .cate-box .new-year a {
		background: url(img/event_cate01.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .age-day a {
		background: url(img/event_cate02.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .setsubun a {
		background: url(img/event_cate03.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .valentine a {
		background: url(img/event_cate04.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .hinamatsuri a {
		background: url(img/event_cate05.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .white-day a {
		background: url(img/event_cate06.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .graduation a {
		background: url(img/event_cate07.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .entrance-ceremony a {
		background: url(img/event_cate08.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .mother-day a {
		background: url(img/event_cate09.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .father-day a {
		background: url(img/event_cate10.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .tanabata a {
		background: url(img/event_cate11.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .summer-gift a {
		background: url(img/event_cate12.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .obon a {
		background: url(img/event_cate13.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .aged-day a {
		background: url(img/event_cate14.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .halloween a {
		background: url(img/event_cate15.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .shichigosan a {
		background: url(img/event_cate16.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .christmas a {
		background: url(img/event_cate17.png) top center no-repeat;
	}
	.home .cont04 .cate-box .new-year-eve a {
		background: url(img/event_cate18.png) top center no-repeat;
		background-size: 410px;
	}
	.home .cont04 .cate-box .oseibo a {
		background: url(img/event_cate19.png) top center no-repeat;
		background-size: 410px;
	}
	
	.home .cont04 .cate-box .event_box .inner {
		display: flex;
		flex-direction: column;
		padding: 160px 20px 25px;
	}
	.home .cont04 .cate-box .event_box .inner h3 {
		font-size: 16px;
		line-height: 1;
		margin: 10px 0 15px;
		position: relative;
	}
	.home .cont04 .cate-box .event_box .inner h3::before {
		color: rgba(163,126,81,0.7);
		font-size: 11px;
		font-style: italic;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 0.05em;
		position: absolute;
		bottom: 2px;
	}
	.home .cont04 .cate-box .new-year .inner h3::before {
		content: "New Year holidays";
		left: 60px;
	}
	.home .cont04 .cate-box .age-day .inner h3::before {
		content: "Coming of Age Day";
		left: 78px;
	}
	.home .cont04 .cate-box .setsubun .inner h3::before {
		content: "Setsubun";
		left: 45px;
	}
	.home .cont04 .cate-box .valentine .inner h3::before {
		content: "Valentine’s Day";
		left: 145px;
	}
	.home .cont04 .cate-box .hinamatsuri .inner h3::before {
		content: "Hinamatsuri";
		left: 75px;
	}
	.home .cont04 .cate-box .white-day .inner h3::before {
		content: "White Day";
		left: 110px;
	}
	.home .cont04 .cate-box .graduation .inner h3::before {
		content: "Graduation ceremony";
		left: 65px;
	}
	.home .cont04 .cate-box .entrance-ceremony .inner h3::before {
		content: "Entrance ceremony / Joining ceremony";
		left: 115px;
	}
	.home .cont04 .cate-box .mother-day .inner h3::before {
		content: "Mother’s Day";
		left: 60px;
	}
	.home .cont04 .cate-box .father-day .inner h3::before {
		content: "Father’s Day";
		left: 60px;
	}
	.home .cont04 .cate-box .tanabata .inner h3::before {
		content: "Tanabata";
		left: 42px;
	}
	.home .cont04 .cate-box .summer-gift .inner h3::before {
		content: "Summer Gift";
		left: 65px;
	}
	.home .cont04 .cate-box .obon .inner h3::before {
		content: "Obon";
		left: 45px;
	}
	.home .cont04 .cate-box .aged-day .inner h3::before {
		content: "Respect for the Aged Day";
		left: 80px;
	}
	.home .cont04 .cate-box .halloween .inner h3::before {
		content: "Halloween";
		left: 95px;
	}
	.home .cont04 .cate-box .shichigosan .inner h3::before {
		content: "Shichi-Go-San";
		left: 65px;
	}
	.home .cont04 .cate-box .christmas .inner h3::before {
		content: "Christmas";
		left: 95px;
	}
	.home .cont04 .cate-box .new-year-eve .inner h3::before {
		content: "New Year’s Eve";
		left: 60px;
	}
	.home .cont04 .cate-box .oseibo .inner h3::before {
		content: "Oseibo";
		left: 62px;
	}
	.home .cont04 .cate-box .event_box .inner .text {
		line-height: 1.75;
	}

	/* cont01 */
	.home .cont01 {
		background: rgba(224, 255, 255, 0.5);
    	margin: 80px 0;
    	padding: 80px 15px;
	}
	.home .cont01 h2 {
		border-bottom: none;
        font-size: 22px;
        color: #5c482f;
        text-align: center;
        position: relative;
	}
	.home .cont01 h2::before {
		content: "Popular Fruit";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		position: absolute;
		top: -20px;
		left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0.05em;
	}
	.home .cont01 .popular-box {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		padding-top: 30px;
	}
	.home .cont01 .popular-box a {
		width: calc(50% - 15px);
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.home .cont01 .popular-box a::before {
		content: "1";
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		line-height: 25px;
		width: 25px;
		height: 25px;
		border-radius: 25px;
		background: #ffc41b;
		position: absolute;
		top: 5px;
		left: 0;
		z-index: 9999;
	}
	.home .cont01 .popular-box a:nth-of-type(2):before {
		content: "2";
		background: #8a8a8a;
	}
	.home .cont01 .popular-box a:nth-of-type(3):before {
		content: "3";
		background: #9b886f;
	}
	.home .cont01 .popular-box a:nth-of-type(4):before {
		content: "4";
		background: #9fbf43;
	}
	.home .cont01 .popular-box h3 {
		font-weight: normal;
		order: 2;
	}
	.home .cont01 .popular-box .price {
		order: 3;
		font-size: 16px;
	}
	.home .cont01 .popular-box .price .small {
		font-size: 13px;
	}
	.home .cont01 .popular-box .img {
		order: 1;
	}
	.home .cont01 .popular-box a.img {
		z-index: 2;
		overflow: hidden;
	}
	.home .cont01 .popular-box a .img img {
		width: 230px;
		height: 230px;
		object-fit: contain;
		transition: transform 0.8s ease;
	}
	.home .cont01 .popular-box a:hover .img img {
		transform: scale(1.05);
	}

	/* cont02 */
	.home .cont02 {
		padding: 0 15px;
		margin-bottom: 70px;
	}
	.home .cont02 .cont {
		display: flex;
		flex-flow: column-reverse;
		gap: 55px;
	}
	.home .cont02 .cont:nth-of-type(2) {
		margin-top: 70px;
	}
	.home .cont02 .cont .text-box h2 {
		font-size: 18px;
		line-height: 1;
		border-bottom: 1px solid rgba(163,126,81,0.3);
		padding-bottom: 20px;
		position: relative;
	}
	.home .cont02 .cont .text-box h2::before {
		color: rgba(163,126,81,0.7);
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-style: italic;
		font-size: 12px;
		letter-spacing: 0.05em;
		position: absolute;
		top: -28px;
		left: 0;
	}
	.home .cont02 .cont:nth-of-type(1) .text-box h2::before {
		content: "For Celebrations & Memorials";
	}
	.home .cont02 .cont:nth-of-type(2) .text-box h2::before {
		content: "For Anniversaries & Celebrations";
	}
	.home .cont02 .cont .text-box .text {
		padding-top: 18px;
	}
	.home .cont02 .cont .text-box .btn {
		padding-top: 25px;
	}
	.home .cont02 .cont .text-box .btn a {
		display: inline-block;
		color: #fff;
		letter-spacing: 0.05em;
		width: 410px;
		background: #5c482f;
		border-radius: 50px;
		text-align: center;
		line-height: 50px;
	}
	.home .cont02 .cont .img img {
		border-radius: 3px;
	}


	/*common
	----------------------------------------------------------*/
	.common .pan {
		padding: 10px 10px 50px;
		font-size: 14px;
	}
	.common .pan li {
		display: inline-block;
	}
	.common .pan li:after {
		display: inline-block;
		content: "＞";
		padding: 0 20px;
	}
	.common .pan li:last-of-type:after {
		content: "";
		padding: 0;
	}


	/* temple
	------------------------------------------------------------------------*/
	.temple .key {
		width: 100%;
		height: 150px;
		padding-top: 60px;
		margin-top: 120px;
		box-sizing: border-box;
	}
	.temple .key .ttl {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #5c482f;
		padding-bottom: 20px;
		position: relative;
		line-height: 1;
	}
	.temple .key .ttl::before {
		color: rgba(163,126,81,0.7);
        font-size: 12px;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 0.15em;
	}

	.company .key .ttl::before {
		content: "Company";
	}
	.item .key .ttl::before {
		content: "Item";
	}
	.guide .key .ttl::before {
		content: "Guide";
	}
	.corporation .key .ttl::before {
		content: "Anniversaries & Celebrations";
	}
	.contact .key .ttl::before {
		content: "Contact";
	}
	.thanks .key .ttl::before {
		content: "Thanks";
	}
	.privacy .key .ttl::before {
		content: "Privacy";
	}
	.yonmaru .key .ttl::before {
		content: "404 Not Found";
	}

	/* company
	------------------------------------------------------------------------*/
	/* company 共通 */
	.company h2 {
		font-size: 18px;
		text-align: center;
		color: #5c482f;
		font-weight: bold;
		position: relative;
	}
	.company h2::before {
		content: '';
		font-size: 12px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		color: rgba(163,126,81,0.7);
		width: 100%;
		text-align: center;
		position: absolute;
		top: -20px;
		left: 0;
	}
	.company .cont01 h2::before {
		content: "Outline";
	}
	.company .cont02 h2::before {
		content: "Specified Commercial Transaction Law";
	}
	.company .cont03 h2::before {
		content: "Greeting";
	}
	.company table {
		width: 100%;
		text-align: left;
		margin: 40px auto 0;
		font-size: 14px;
	}
	.company table tr {
		border-top: 1px solid rgba(163,126,81,0.2);
		width: 85%;
        margin: auto;
		padding: 20px;
		display: block;
	}
	.company table tr:last-of-type {
		border-bottom: 1px solid rgba(163,126,81,0.2);
	}
	.company table th {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.company table td {
		display: block;
	}

	/* cont01 */
	.company .cont01 {
		margin-top: 60px;
		padding: 80px 0;
		background: rgba(224,255,255,0.5);
	}

	/* cont02 */
	.company .cont02 {
		margin: 80px 0 70px;
		padding: 0 15px;
	}
	.company .cont02 table tr {
		border-top: 1px solid rgba(163,126,81,0.2);
	}
	.company .cont02 table tr:last-of-type {
		border-bottom: 1px solid rgba(163,126,81,0.2);
	}

	/* cont03 */
	.company .cont03 {
		padding: 40px 15px 0;
	}
	.company .cont03 .flex .text_box {
		padding-top: 20px;
	}
	.company .cont03 .flex .text_box .text01 {
		line-height: 2.0;
	}
	.company .cont03 .flex .text_box .text02 {
		text-align: right;
		font-size: 16px;
		margin-top: 15px;
		font-weight: bold;
	}
	.company .cont03 .flex .text_box .text02 span {
		display: block;
		font-size: 13px;
		font-weight: bold;
	}
	.company .cont03 .flex .text_box .text02 span:nth-of-type(2) {
		display: inline;
	}
	.company .cont03 .flex .img img {
		width: 100%;
	}


	/*guide
	----------------------------------------------------------*/
	.guide .link-box ul {
		display: flex;
        justify-content: center;
        gap: 12px;
        margin: 20px 0 70px;
        flex-wrap: wrap;
	}
	.guide .link-box ul li a {
		display: block;
        border: 1px solid rgba(163,126,81,0.4);
        border-radius: 70px;
        font-weight: bold;
        padding: 12px 17px;
        box-sizing: border-box;
	}
	.guide .cont01 {
		padding: 0 15px;
	}
	.guide .cont01 h2 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 22px;
		color: #5c482f;
	}
	.guide .cont01 h3 {
		font-size: 17px;
		color: #5c482f;
		border-bottom: 1px solid rgba(163,126,81,0.7);
		padding-bottom: 20px;
	}
	.guide .cont01 .box:nth-of-type(n+2) {
		margin-top: 50px;
	}
	.guide .cont01 .box p {
		padding: 20px 0 40px;
	}
	.guide .cont01 .box:last-of-type p {
		padding-bottom: 70px;
	}
	.guide .cont01 .box .card-img {
		padding-top: 0;
	}
	.guide .cont01 p img {
		max-width: 100%;
	}
	.guide .cont01 .box .table-area {
		padding-top: 25px;
		overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
	}
	.guide .cont01 .box .table-area table {
		width: 100%;
	}
	.guide .cont01 .box .table-area table tr .head {
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		background: rgba(163,126,81,0.1);
		font-size: 15px;
		font-weight: bold;
		line-height: 2.0;
		border: 1px solid #fff;
		padding: 15px 10px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
	}
	.guide .cont01 .box .table-area table tr:nth-of-type(2) .head {
		font-size: 13px;
		border-bottom: 1px solid #f2e7f3;
	}
	.guide .cont01 .box .table-area table tr .price {
		font-weight: bold;
		font-size: 14px;
		white-space: nowrap;
    	border: 1px solid rgba(163,126,81,0.2);
    	padding: 15px 10px;
    	text-align: center;
    	vertical-align: middle;
	}


	/* archive-item
	----------------------------------------------------------*/
	.archive-item .pan {
		padding: 90px 30px 50px;
	}
	.archive-item .link-box-wrap {
		background: rgba(224,255,255,0.5);
    	padding: 70px 0;
	}
	.archive-item .link-box-wrap .inner {
		padding: 0 15px;
	}
	.archive-item .link-box h2 {
		position: relative;
	}
	.archive-item .link-box h2 a {
		color: #5c482f;
    	font-size: 16px;
		font-weight: bold;
	}
	.archive-item .link-box h2::before {
		color: rgba(163,126,81,0.7);
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-style: italic;
		font-size: 12px;
		letter-spacing: 0.05em;
		position: absolute;
		bottom: 0;
	}
	.archive-item .link-box.fruit h2::before {
		content: "_Seasonal Fruits";
		left: 120px;
	}
	.archive-item .link-box.event h2::before {
		content: "_Event";
		left: 70px;
	}
	.archive-item .link-box.celebration h2::before {
		content: "_Celebration";
		left: 140px;
	}
	.archive-item .link-box ul {
		display: flex;
		flex-wrap: wrap;
    	justify-content: flex-start;
		gap: 8px;
    	margin: 20px 0 40px;
	}
	.archive-item .link-box:last-of-type ul {
		margin-bottom: 0;
	}
	.archive-item .link-box ul li a {
		display: block;
		border: 1px solid rgba(163,126,81,0.4);
		border-radius: 70px;
		background: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 12px 25px;
		box-sizing: border-box;
	}
	.archive-item .link-box ul li a:hover {
		color: #fff;
		background: #5c482f;
		border: 1px solid #5c482f;
	}
	/* cont01 */
	.archive-item .cont01 {
		padding: 0 15px;
	}
	.archive-item .cont01 h2 {
		padding-bottom: 15px;
        border-bottom: 3px double rgba(163,126,81,0.7);
        margin-bottom: 25px;
        font-size: 20px;
		color: #5c482f;
        text-align: center;
	}
	.archive-item .cont01 .box .text_box {
		margin-top: 25px;
	}
	.archive-item .cont01 .box .text_box h3 {
		border-bottom: 1px solid rgba(163,126,81,0.7);
    	padding-bottom: 18px;
	}
	.archive-item .cont01 .box .text_box .text {
		padding-top: 20px;
	}
	/* cont02 */
	.archive-item .cont02 {
		padding: 80px 15px 0;
	}
	.archive-item .cont02 h2 {
		padding-bottom: 15px;
		border-bottom: 3px double rgba(163,126,81,0.7);
		margin-bottom: 25px;
		font-size: 20px;
		color: #5c482f;
		text-align: center;
	}
	.archive-item .cont02 .flex-box {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 10px;
	}
	.archive-item .cont02 a.cont {
		width: 200px;
		display: block;
		text-align: center;
		display: flex;
        flex-direction: column;
	}
	.archive-item .cont02 a.cont .img img {
		width: 200px;
		height: 200px;
		object-fit: contain;
	}
	.archive-item .cont02 a.cont h3 {
		padding-top: 10px;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		order: 2;
	}
	.archive-item .cont02 a.cont .cate {
		display: inline-block;
		padding: 0 10px;
		font-size: 14px;
		margin: 10px 0 0;
		background: rgba(163,126,81,0.7);
		border-radius: 5px;
		color: #fff;
		flex-shrink: 0;
		width: auto;
		order: 1;
	}
	.archive-item .cont02 a.cont .price {
		text-align: left;
		font-size: 16px;
		order: 3;
	}
	.archive-item .cont02 a.cont .price .line {
		text-decoration: line-through;
		font-size: 14px;
		color: #333;
		position: relative;
		padding-right: 15px;
	}
	.archive-item .cont02 a.cont .price .line:after {
		content: "▶";
		font-size: 8px;
		display: block;
		position: absolute;
		top: 1px;
		right: 0;
	}
	.archive-item .cont02 a.cont .price .small {
		font-size: 13px;
	}
	.archive-item .pager {
		margin-bottom: 80px;
	}

	/* 検索結果ページ */
	.search .cont02 {
		display: flex;
    	flex-wrap: wrap;
    	gap: 30px 10px;
    	padding: 30px 15px;
	}

	/* 販売中止ポップアップアップ */
	.item .info {
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.item .info .info-box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		background: #eee;
		padding: 30px 50px;
		filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
		width: 95%;
		box-sizing: border-box;
		line-height: 1.9;
		border-radius: 5px;
	}
	.item .info .info-box .close {
		position: absolute;
        top: 4px;
        right: 18px;
        color: #aaa;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
	}
	.item .info .info-box h2 {
		font-size: 18px;
        color: #5c482f;
        position: relative;
	}
	.item .info .info-box h2::before {
		content: "";
        width: 270px;
        height: 1px;
        background: rgba(163,126,81,0.7);
        position: absolute;
        right: 0;
        left: 0;
        top: 50px;
        margin: auto;
	}
	.item .info .info-box p {
		margin-top: 35px;
	}


	/*single-item
	----------------------------------------------------------*/
	.single-item > h2 {
		padding-bottom: 15px;
		border-bottom: 3px double rgba(163,126,81,0.7);
		margin-bottom: 25px;
		font-size: 20px;
		color: #5c482f;
		text-align: center;
	}
	.single-item .cont01 {
		width: 350px;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
	.single-item .cont01 .gallery-thumbs {
		margin-top: 15px;
	}
	.single-item .cont01 .gallery-thumbs .swiper-slide {
		cursor: pointer;
		transition: 0.3s;
	}
	.gallery-thumbs .swiper-slide.active {
		opacity: 1;
		outline: 2px solid rgba(163,126,81,0.7);
	}

	.single-item .cont01 .gallery-wrap {
		position: relative;
	}
	.single-item .cont01 .gallery-wrap::before {
		content: "";
        position: absolute;
        top: 50%;
        left: -25px;
        width: 10px;
        height: 10px;
        border-left: 2px solid #5c482f;
        border-bottom: 2px solid #5c482f;
        transform: translateY(-50%) rotate(45deg);
        cursor: pointer;
        z-index: 10;
	}
	.single-item .cont01 .gallery-wrap::after {
		content: "";
        position: absolute;
        top: 50%;
        right: -25px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #5c482f;
        border-bottom: 2px solid #5c482f;
        transform: translateY(-50%) rotate(-45deg);
        cursor: pointer;
        z-index: 10;
	}

	.single-item .cont01 .gallery-thumbs-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.single-item .cont01 .gallery-thumbs-wrapper .swiper-slide {
		width: calc((100% - 30px) / 4)!important;
		margin-right: 0!important;
		/* opacity: 1.0!important; */
		cursor: pointer;
	}

	/* cont02 */
	.single-item .cont02 {
		margin: 0 10px
	}
	.single-item .cont02 .box .title {
		font-size: 20px;
		color: #5c482f;
        line-height: 1.6;
		margin-bottom: 15px;
	}
	.single-item .cont02 .box .price {
		font-size: 16px;
		border-bottom: 1px solid rgba(163,126,81,0.7);
    	padding-bottom: 15px;
	}
	.single-item .cont02 .box .price .span01 {
		font-size: 24px;
	}
	.single-item .cont02 .box .price .small {
		font-size: 12px;
	}
	.single-item .cont02 .box .item_number {
		font-size: 13px;
		line-height: 1;
		margin-bottom: 5px;
	}
	.single-item .cont02 .box .cmt_box {
		margin-top: 25px;
	}
	.single-item .cont02 .box .cmt_box .ttl {
		background: url(img/item_icon04.svg) left top 6px no-repeat;
        background-size: 15px;
        color: #5c482f;
        font-weight: bold;
        padding: 0 0 0px 25px;
        font-size: 16px;
	}
	.single-item .cont02 .box .cmt_box .accordion_box {
		display: flex;
    	align-items: center;
    	justify-content: space-between;
    	cursor: pointer;
	}
	.single-item .cont02 .box .cmt_box .ttl {
		background: url(img/item_icon04.svg) left top 4px no-repeat;
        background-size: 20px;
        color: #5c482f;
        font-weight: bold;
        padding: 0 0 5px 30px;
	}
	.single-item .cont02 .box .cmt_box .accordion_box .btn {
		position:relative;
		width:24px;
		height:24px;
		border:none;
		background:none;
		cursor:pointer;
		padding:0;
	}
	.single-item .cont02 .box .cmt_box .accordion_box .btn::before {
		content:"";
		position:absolute;
		top:50%;
		left:50%;
		width:8px;
		height:8px;
		border-right:2px solid #333;
		border-bottom:2px solid #333;
		transform:translate(-50%,-70%) rotate(45deg);
		transition:.3s;
	}
	.single-item .cont02 .box .cmt_box.active .btn::before {
		transform:translate(-50%,-30%) rotate(-135deg);
	}
	.single-item .cont02 .box .cmt_box .accordion_content {
		display: none;
	}
	.single-item .cont02 .box .cmt_box .list .row {
		border-bottom: 1px solid rgba(163, 126, 81, 0.7);
    	padding-bottom: 15px;
		padding-top: 15px;
	}
	.single-item .cont02 .box .cmt_box .list .row .head {
		font-weight: bold;
	}

	.single-item .cont02 .box .attention_box {
		padding-top: 25px;
	}
	.single-item .cont02 .box .attention_box .ttl {
		color: #d72020;
		line-height: 1;
		padding-bottom: 20px;
	}
	.single-item .cont02 .box .attention_box .text {
		border: 1px solid #d72020;
		border-radius: 3px;
    	color: #d72020;
    	font-size: 14px;
		padding: 20px;
    	box-sizing: border-box;
	}
	/* .single-item .cont02 .box .cmt {
		line-height: 1.6;
		padding-bottom: 20px;
	} */
	.single-item .cont02 form {
		text-align: left;
		width: 390px !important;
		padding-top: 25px;
	}
	.single-item .cont02 form span {
		font-size: 14px;
	}
	.single-item .cont02 form .item_count {
		padding: 10px !important;
    	font-size: 20px !important;
    	border: 1px solid #555 !important;
    	margin-left: 20px !important;
    	width: 330px !important;
    	border-radius: 3px !important;
	}
	.single-item .cont02 input[name="item_count"] {
		padding: 10px !important;
        font-size: 20px !important;
        border: 1px solid #555 !important;
		border-radius: 3px!important;
        margin-left: 20px !important;
        width: 50px !important;
        text-align: left !important;
	}
	.single-item .cont02 input[type="number"] {
		-webkit-appearance: none;
  		appearance: none;
	}
	.single-item .cont02 input[type="submit"] {
		-webkit-appearance: none !important;
        display: block !important;
        width: 380px !important;
        padding: 10px 0 10px 35px !important;
        margin: 20px auto 50px !important;
        background: #5c482f url(img/item_icon01.svg) left 130px center no-repeat !important;
		background-size: 20px!important;
		border-radius: 40px!important;
        cursor: pointer !important;
        color: #FFF !important;
        box-sizing: border-box !important;
        border: 1px solid #5c482f !important;
        height: 40px !important;
        font-size: 14px !important;
		font-weight: bold!important;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
	}

	/* cont03 */
	.single-item .cont03 {
		margin: 0 10px;
	}
	.single-item .cont03 h3 {
		font-size: 18px;
		color: #5c482f;
		padding-bottom:12px;
		border-bottom: 1px solid rgba(163,126,81,0.7);
		margin-bottom: 18px;
	}
	.single-item .cont03 .content {
		background: url(img/item_icon04.svg) left top no-repeat;
		background-size: 20px;
		padding-left: 30px;
	}
	.single-item .cont03 .size {
		background: url(img/item_icon03.svg) left top no-repeat;
		background-size: 16px;
		padding-top: 5px;
		padding-left: 25px;
	}
	.single-item .cont03 .exp {
		background: url(img/item_icon06.svg) left top no-repeat;
		background-size: 28px;
		padding-left: 36px;
	}
	.single-item .cont03 .allergy {
		background: url(img/item_icon05.svg) left top no-repeat;
		background-size: 28px;
		padding-left: 36px;
	}
	.single-item .cont03 .order {
		background: url(img/item_icon07.svg) left top no-repeat;
		background-size: 24px;
		padding-left: 32px;
	}
	.single-item .cont03 .keep {
		background: url(img/item_icon08.svg) left top no-repeat;
		background-size: 28px;
		padding-left: 32px;
	}
	.single-item .cont03 p {
		padding: 0px 2px;
		margin-bottom: 26px;
		line-height: 2;
	}
	.single-item .cont03 .item-box .img{
		width: 340px;
		margin:0 auto 20px;
	}
	.single-item .cont03 .item-box img{
		width: 100%;
	}
	.single-item .cont03 .box01,
	.single-item .cont03 .box02,
	.single-item .cont03 .box03{
		margin-bottom: 50px;
	}

	/* 検索結果 */
	.search-tit.inner {
		padding-top: 0;
	}
	.search-tit h2 {
		padding-bottom: 15px;
        border-bottom: 3px double rgba(163,126,81,0.7);
        margin-bottom: 25px;
        font-size: 20px;
		color: #5c482f;
        text-align: center;
	}

	/* pager */
	.pager{
		width: 100%;
		margin: 30px auto 0;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 10px;
	}
	.pager .page-numbers{
		border: 1px solid #5c482f;
		background: #fff;
		color: #5c482f;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		box-sizing: border-box;
	}
	.pager .page-numbers.current {
		border: none;
		background: #5c482f;
		color: #fff;
		box-sizing: border-box;
	}
	.pager .page-numbers.prev,
	.pager .page-numbers.next{
		border: 1px solid #5c482f;
		background: #fff;
		color: #5c482f;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		box-sizing: border-box;
		padding-top: 3px;
	}
	.pager .page-numbers.next {
		padding-left: 3px;
	}

	/*corporation
	----------------------------------------------------------*/
	/* cont01 */
	.corporation .cont01.inner {
		background: #f5f1ed;
  		background-image: radial-gradient(circle, #ccc 0.5px, transparent 0.5px);
  		background-position: 0 0;
  		background-size: 13px 13px;
		border-radius: 3px;
		padding: 50px 40px 36px;
		margin: 0 auto 80px;
		box-sizing: border-box;
		position: relative;
	}
	.corporation .cont01.inner::before {
		content: "";
		background: url(img/corporation_img02.png) no-repeat;
		background-size: 180px;
		width: 180px;
		height: 125px;
		position: absolute;
		top: -63px;
        right: -25px;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.05));
	}
	.corporation .cont01.inner::after {
		content: "";
        background: url(img/corporation_img01_sp.png) no-repeat;
		width: 160px;
		height: 197px;
        position: absolute;
        top: 0;
        left: 0;
	}
	.corporation .cont01 h2 {
		font-size: 22px;
		color: #5c482f;
		line-height: 1;
		position: relative;
	}
	.corporation .cont01 .text {
		padding-top: 20px;
	}
	.corporation .cont01 .text span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	/* cont02 */
	.corporation .cont02 {
		background: rgba(224,255,255,0.5);
		padding: 70px 0;
	}
	.corporation .cont02 .inner {
		padding-top: 0;
		position: relative;
	}
	/* .corporation .cont02 .inner::before {
		content: "";
        background: url(img/corporation_img03.png) no-repeat;
        width: 150px;
        background-size: 150px;
        height: 175px;
        position: absolute;
        top: -162px;
        left: -25px;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.05));
	} */
	/* .corporation .cont02 .inner::after {
		content: "";
		background: url(img/corporation_img04.png) no-repeat;
		background-size: 180px;
		width: 180px;
		height: 145px;
		position: absolute;
		bottom: -110px;
		right: -8px;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.05));
	} */
	.corporation .cont02 h2 {
		font-size: 22px;
		color: #5c482f;
		line-height: 1;
		text-align: center;
		padding-top: 25px;
		position: relative;
	}
	.corporation .cont02 h2::before {
		content: "For Company Gift";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont02 .flex_box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
		margin-top: 30px;
	}
	.corporation .cont02 .flex_box .cont h3 {
		font-size: 16px;
		color: #fff;
		line-height: 1;
		background: #5c482f url(img/corporation_ico01.svg) no-repeat center left 25px;
		background-size: 24px;
		border-radius: 5px 5px 0 0;
		padding: 15px 0 15px 65px;
	}
	.corporation .cont02 .flex_box .cont:nth-of-type(2) h3 {
		background: #5c482f url(img/corporation_ico02.svg) no-repeat center left 25px;
		background-size: 35px;
		padding: 18px 0 18px 76px;
	}
	.corporation .cont02 .flex_box .cont:nth-of-type(3) h3 {
		background: #5c482f url(img/corporation_ico03.svg) no-repeat center left 25px;
		background-size: 25px;
		padding: 18px 0 18px 65px;
	}
	.corporation .cont02 .flex_box .cont .text {
		background: #fff;
		border-radius: 0 0 5px 5px;
		padding: 20px 25px 18px;
		box-sizing: border-box;
	}

	/* cont03 */
	.corporation .cont03 {
		padding-top: 70px;
	}
	.corporation .cont03 h2 {
		font-size: 22px;
		color: #5c482f;
		line-height: 1;
		text-align: center;
		padding-top: 25px;
		position: relative;
	}
	.corporation .cont03 h2::before {
		content: "Flow";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont03 .flex_box {
		display: flex;
		flex-direction: column;
		gap: 50px;
		padding-top: 30px;
	}
	.corporation .cont03 .flex_box .box {
		background: #f5f1ed;
		border-radius: 5px;
		padding: 35px 30px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.corporation .cont03 .flex_box .box:nth-of-type(2) {
		padding: 27px 30px 30px;
	}
	.corporation .cont03 .flex_box .box::before {
		content: "";
		background: rgba(163,126,81,0.7);
		width: 260px;
		height: 3px;
		border-radius: 3px;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont03 .flex_box .box::after {
		content: "";
        background: url(img/corporation_ico07.svg) no-repeat;
        width: 19px;
        height: 17px;
        background-size: 19px;
        position: absolute;
        bottom: -35px;
        transform: rotate(90deg);
        right: 0;
        left: 0;
        margin: 0 auto;
	}
	.corporation .cont03 .flex_box .box:nth-of-type(3)::after {
		content: none;
	}
	.corporation .cont03 .flex_box .box h3 {
		font-size: 20px;
		color: #5c482f;
		background: url(img/corporation_ico04.svg) no-repeat center left;
		background-size: 30px;
		padding-left: 48px;
	}
	.corporation .cont03 .flex_box .box:nth-of-type(2) h3 {
		background: url(img/corporation_ico05.svg) no-repeat top left;
		background-size: 35px;
		padding: 7px 0 0 53px;
	}
	.corporation .cont03 .flex_box .box:nth-of-type(3) h3 {
		background: url(img/corporation_ico06.svg) no-repeat center left;
		background-size: 40px;
		padding-left: 58px;
	}
	.corporation .cont03 .flex_box .box .text01 {
		margin-top: 15px;
	}
	.corporation .cont03 .flex_box .box .text02 {
		font-size: 12px;
		padding-top: 15px;
	}
	.corporation .cont03 .btn a {
		display: inline-block;
        color: #fff;
        letter-spacing: 0.05em;
        width: 100%;
        background: #5c482f;
        border: 1px solid #5c482f;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
        box-sizing: border-box;
	}
	.corporation .cont03 .btn {
		text-align: center;
		padding: 30px 0 90px;
	}

	/* cont04 */
	.corporation .cont04 {
		background: rgba(224,255,255,0.5);
        background-image: radial-gradient(circle, #ccc 0.5px, transparent 0.5px);
        background-position: 0 0;
        background-size: 13px 13px;
		padding: 70px 0;
	}
	.corporation .cont04 .wrapper {
		position: relative;
	}
	.corporation .cont04 .wrapper::before {
		content: "";
		background: url(img/corporation_img06.png) no-repeat;
		background-size: 170px;
		width: 170px;
		height: 183px;
		position: absolute;
		top: -70px;
		right: 0;
	}
	.corporation .cont04 .inner {
		width: 90%;
		background: rgba(255,255,255,0.6);
		border-radius: 3px;
		margin-top: 40px;
		padding: 50px 20px;
		box-sizing: border-box;
		position: relative;
	}
	/* .corporation .cont04 .inner::before {
		content: "";
		background: url(img/corporation_img05.png) no-repeat;
		background-size: 190px;
        width: 190px;
        height: 155px;
		position: absolute;
		top: -226px;
        left: -50px;
		filter: drop-shadow(20px 20px 10px rgba(0,0,0,0.05));
	} */
	.corporation .cont04 h2 {
		font-size: 22px;
		color: #5c482f;
		line-height: 1;
		text-align: center;
		padding-top: 25px;
		position: relative;
	}
	.corporation .cont04 h2::before {
		content: "Service";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 0;
		left: 50%;
  		transform: translateX(-50%);
	}
	.corporation .cont04 .box h3 {
		font-size: 18px;
		line-height: 1;
		border-bottom: 1px solid rgba(163,126,81,0.4);
		padding-bottom: 20px;
		position: relative;
	}
	.corporation .cont04 .box h3::before {
		content: "_Noshi / Wrapping Paper";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 25%;
  		transform: translateY(-50%);
		left: 120px;
	}
	.corporation .cont04 .box .flex_box {
		display: flex;
		flex-direction: column;
		gap: 40px;
		padding: 40px 0;
	}
	.corporation .cont04 .box .flex_box .cont {
		display: flex;
		flex-direction: column;
	}
	.corporation .cont04 .box .flex_box .cont h4 {
		font-size: 16px;
		line-height: 1;
		padding: 20px 0 17px;
		border-bottom: 1px solid rgba(163,126,81,0.4);
		order: 2;
	}
	.corporation .cont04 .box .flex_box .cont .text {
		line-height: 1.875;
		padding-top: 15px;
		order: 3;
	}
	.corporation .cont04 .box .flex_box .cont figure {
		order: 1;
	}
	.corporation .cont04 .box .flex_box .cont figure img {
		width: 100%;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
	}
	.corporation .cont04 .order_box {
		background: #f5f1ed;
		border-radius: 3px;
		padding: 30px 25px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.corporation .cont04 .order_box::before {
		content: "";
		background: #bea485;
		width: 3px;
		height: 25px;
		position: absolute;
		left: 0;
		top: 24px;
	}
	.corporation .cont04 .order_box h3 {
		font-size: 16px;
		line-height: 1;
		position: relative;
	}
	.corporation .cont04 .order_box h3::before {
		content: "_Order";
		color: rgba(163,126,81,0.7);
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: 50%;
  		transform: translateY(-50%);
		left: 90px;
	}
	.corporation .cont04 .order_box .text {
		padding-top: 15px;
	}

	/* cont05 */
	.corporation .cont05 {
		background: rgba(224,255,255,0.5);
		background-image: radial-gradient(circle, #ccc 0.5px, transparent 0.5px);
		background-position: 0 0;
		background-size: 13px 13px;
		padding-bottom: 70px;
		margin-bottom: 70px;
	}
	.corporation .cont05 .wrapper {
		position: relative;
	}
	.corporation .cont05 .wrapper::before {
		content: "";
        background: url(img/corporation_img06.png) no-repeat;
		background-size: 170px;
        width: 170px;
        height: 185px;
        position: absolute;
        top: -73px;
        left: 0;
        transform: scale(-1, 1);
	}
	.corporation .cont05 .inner {
		width: 90%;
		background: rgba(255, 255, 255, 0.6);
		border-radius: 3px;
		padding: 50px 20px;
		box-sizing: border-box;
		position: relative;
	}
	/* .corporation .cont05 .inner::before {
		content: "";
        background: url(img/corporation_img07.png) no-repeat;
        background-size: 190px;
        width: 190px;
        height: 142px;
        position: absolute;
        top: -95px;
        right: -45px;
        z-index: 9;
	} */
	.corporation .cont05 h3 {
		font-size: 18px;
		color: #5c482f;
        line-height: 1;
        border-bottom: 1px solid rgba(163,126,81,0.4);
        padding-bottom: 20px;
        position: relative;
	}
	.corporation .cont05 h3::before {
		content: "_Message Card";
        color: rgba(163,126,81,0.7);
        font-size: 14px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 0.05em;
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
        left: 150px;
	}
	.corporation .cont05 .text01 {
		padding: 20px 0 30px;
	}
	.corporation .cont05 .box {
		display: flex;
		gap: 40px 0;
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	.corporation .cont05 .box .card img {
		filter: drop-shadow(20px 20px 10px rgba(0,0,0,0.05));
	}
	.corporation .cont05 .box .card figcaption {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #5c482f;
		line-height: 1;
		margin-top: 12px;
	}
	.corporation .cont05 .order_box {
		background: #f5f1ed;
        border-radius: 3px;
        padding: 30px 25px 20px;
        box-sizing: border-box;
        position: relative;
	}
	.corporation .cont05 .order_box::before {
		content: "";
        background: #bea485;
        width: 3px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 24px;
	}
	.corporation .cont05 .order_box h3 {
		font-size: 16px;
        line-height: 1;
		border-bottom: none;
		padding-bottom: 0;
        position: relative;
	}
	.corporation .cont05 .order_box h3::before {
		content: "_Order";
        color: rgba(163,126,81,0.7);
        font-size: 14px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 0.05em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
	}
	.corporation .cont05 .order_box .text {
		padding-top: 15px;
	}

	/* contact_box */
	.contact_box {
		height: 520px;
		background: url(img/corporation_bg01_sp.png) center center no-repeat;
		border-radius: 5px;
		padding: 40px 0;
		box-sizing: border-box;
	}
	.contact_box .flex_box {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.contact_box .flex_box h2 {
		font-size: 24px;
		color: #fff;
		text-align: center;
		width: 100%;
		text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		position: relative;
	}
	.contact_box .flex_box h2::before {
		content: "Order / Contact";
		color: #fff;
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		position: absolute;
		top: -5px;
		left: 50%;
        transform: translateX(-50%);
	}
	.contact_box .flex_box .tel_box {
		width: 360px;
    	text-align: center;
		background: rgba(255,255,255,0.85);
		border-radius: 3px;
		padding: 24px 0 22px;
		box-sizing: border-box;
	}
	.contact_box .flex_box .tel_box .ttl,
	.contact_box .flex_box .mail_box .ttl {
		font-weight: bold;
		line-height: 1;
	}
	.contact_box .flex_box .tel_box .tel {
		line-height: 1;
		padding: 16px 0 13px;
	}
	.contact_box .flex_box .tel_box .tel a {
		display: block;
		font-size: 36px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: url(img/corporation_ico08.svg) no-repeat left 54px center;
        background-size: 18px;
        padding-left: 20px;
	}
	.contact_box .flex_box .tel_box .time {
		line-height: 1;
	}
	.contact_box .flex_box .mail_box {
		width: 360px;
    	text-align: center;
		background: rgba(255,255,255,0.85);
		border-radius: 3px;
		padding: 24px 0 22px;
		box-sizing: border-box;
	}
	.contact_box .flex_box .mail_box .btn {
		padding: 20px 0;
	}
	.contact_box .flex_box .mail_box .btn a {
		display: inline-block;
        background: #5c482f url(img/corporation_ico09.svg) left 65px center no-repeat;
        background-size: 18px;
        color: #fff;
		letter-spacing: 0.05em;
        width: 300px;
        border: 1px solid #5c482f;
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 30px;
	}
	.contact_box .flex_box .mail_box .note {
		font-size: 14px;
		line-height: 1;
	}
	.contact_box .text {
		width: 360px;
        margin: auto;
        font-size: 12px;
        color: #333;
        margin-top: 20px;
        text-align: center;
	}

	/*contact
	----------------------------------------------------------*/
	/* cont01 */
	.contact .cont01 {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.contact .cont01 .tel-box,
	.contact .cont01 .line-box {
		padding: 30px 0 25px;
		border-top: 1px solid rgba(163,126,81,0.2);
		border-bottom: 1px solid rgba(163,126,81,0.2);
	}
	.contact .cont01 h2{
		font-size: 16px;
	}
		.contact .cont01 .tel-box h2::before {
			content: '■';
			color: rgba(163,126,81,0.7);
			padding-right: 5px;
		}
	.contact .cont01 .tel-box p {
		margin-top: 5px;
		line-height: 1.5;
	}
	.contact .cont01 .tel-box a {
		display: inline-block;
		font-size: 30px;
	}
	.contact .cont01 .line-box p {
		margin-top: 20px;
	}
	.contact .cont01 .line-box a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		padding: 15px 30px 15px 70px;
		border-radius: 30px;
		background: url(img/contact-line_sp.png) no-repeat center left 30px #00b12b;
	}

	/* cont02 */
	.contact .cont02 {
		padding: 0 15px;
		margin: 30px auto 0;
	}
	.contact .cont02 h2{
		font-size: 16px;
	}
		.contact .cont02 h2::before {
			content: '■';
			color: rgba(163,126,81,0.7);
			padding-right: 5px;
		}
	.contact .cont02 .lead {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
	}
	.contact .cont02 .lead li:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.contact .cont02 table{
		width:100%;
		margin: 20px auto 0;
		font-size: 14px;
	}
	.contact .cont02 table tr {
		display: block;
		padding: 20px 0;
		border-top: 1px solid #ededed;
	}
	.contact .cont02 table tr:last-of-type {
		border-bottom: 1px solid #ededed;
	}
	.contact .cont02 table tr:first-of-type {
		border-top: none;
	}
	.contact .cont02 table th{
		display: block;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		position: relative;
		margin-bottom: 15px;
	}
	.contact .cont02 table th span{
		color: #fff;
		background: rgba(163,126,81,0.7);
		border-radius: 3px;
		padding: 7px 15px;
		font-size: 12px;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.contact .cont02 table td{
		display: block;
	}
	.contact .cont02 table td .radio-box {
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.contact .cont02 table td .radio-box span {
		display: flex;
		align-items: center;
		gap: 0 5px;
	}
	.contact .cont02 table td .radio-box span input {
		margin: 0 !important;
	}
	.contact .cont02 table td input[type="text"],
	.contact .cont02 table td input[type="email"],
	.contact .cont02 table td input[type="tel"],
	.contact .cont02 table td select,
	.contact .cont02 table td textarea{
		width:100% !important;
		height: 60px !important;
		font-size:16px;
		font: inherit;
		padding: 5px;
		box-sizing: border-box;
		padding: 20px;
		border: none !important;
		background: rgba(163,126,81,0.1);
		border-radius: 5px !important;
	}
	.contact .cont02 table td textarea{
		height: 250px !important;
	}
	.contact .cont02 tr.address-contact td {
		position: relative;
		padding-top: 30px;
	}
	.contact .cont02 tr.address-contact td span {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 14px;
	}
	.contact .cont02 tr.address-contact input:first-of-type {
		width: 160px !important;
		margin-right: 5px;
	}
	.contact .cont02 tr.address-contact input:nth-of-type(2) {
		width: 230px !important;
	}
	.contact .cont02 tr.address-contact input:last-of-type {
		margin-top: 10px !important;
	}
	.contact .cont02 .privacy_check{
		text-align: center;
		padding: 50px 0 20px;
		font-size: 16px;
	}
	.contact .cont02 .privacy_check a {
		text-decoration: underline;
	}
	.contact .cont02 .privacy_check div.mfp_err {
		text-align: center;
		background: url(img/mfp_error.gif) no-repeat top 7px left 30px;
	}
	.contact .cont02 .privacy_check input {
		width: 15px;
		height: 15px;
		border-radius: 3px;
		margin: 0 5px !important;
	}
	.contact .cont02 .privacy_check label {
		margin: 0 5px !important;
	}
	.contact .cont02 .button{
		text-align: center;
	}
	.contact .cont02 .button input[type="submit"] {
		font-family: var(--main-font) !important;
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		letter-spacing: 0.05em;
		background: #5c482f;
	}


	/*thanks
	----------------------------------------------------------*/
	.thanks .cont01 {
		margin-bottom: 80px;
	}
	.thanks .cont01 h2{
		margin-bottom: 30px;
		font-size: 18px;
		text-align: center;
		color: #5c482f;
	}
	.thanks .cont01 .text{
		margin: 0 0 35px;
		text-align: center;
	}
	.thanks .cont01 .button{
		text-align: center;
	}
	.thanks .cont01 .button a {
		display: inline-block;
		color: #dddddd;
		width: 300px;
		background: #5c482f;
		border-radius: 50px;
		text-align: center;
		line-height: 50px;
	}


	/* privacy
	----------------------------------------------------------*/
	.privacy .cont01 {
		padding: 0 15px;
		margin-bottom: 60px;
	}
	.privacy .cont01 h2 {
		font-size: 22px;
		color: #5c482f;
		text-align: center;
	}
	.privacy .cont01 .text01 {
		margin-top: 20px;
		font-size: 14px;
		line-height: 2;
	}
	.privacy .cont01 .box {
		margin-top: 30px;
		padding-bottom: 25px;
		border-bottom: 1px dashed rgba(163,126,81,0.7);
	}
	.privacy .cont01 .box:first-of-type {
		margin-top: 30px;
	}
	.privacy .cont01 .box:last-of-type {
		border-bottom: none;
	}
	.privacy .cont01 .box h3 {
		font-size: 18px;
		color: #5c482f;
	}
	.privacy .cont01 .box .text02 {
		line-height: 2;
		margin-top: 10px;
		font-size: 14px;
	}
	.privacy .cont01 .box .text02 a {
		text-decoration: underline;
	}
	.privacy .cont01 .box ul {
		margin-top: 15px;
	}
	.privacy .cont01 .box ul li {
		font-size: 14px;
	}
	.privacy .cont01 .box ul li:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.privacy .cont01 .box .text03 {
		line-height: 2;
		display: inline-block;
		padding: 25px;
		background: rgba(163,126,81,0.1);
		margin-top: 20px;
		font-size: 14px;
	}


	/*yonmaru
	----------------------------------------------------------*/
	.yonmaru .cont01 {
		margin-bottom: 80px;
	}
	.yonmaru .cont01 h2{
		margin-bottom: 30px;
		font-size: 18px;
		text-align: center;
		color: #5c482f;
	}
	.yonmaru .cont01 .text{
		margin: 0 0 35px;
		text-align: center;
	}
	.yonmaru .cont01 .button{
		text-align: center;
	}
	.yonmaru .cont01 .button a {
		display: inline-block;
        color: #dddddd;
        width: 300px;
        background: #5c482f;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
	}


	/*footer
	----------------------------------------------------------*/
	footer {
		background: #353535;
        margin-top: 100px;
        color: rgba(176, 176, 176, 0.687);
		margin-top: 80px;
	}
	footer .inner {
		padding-top: 60px;
	}
	footer .left {
		margin: 0 20px 50px;
	}
	footer .left .logo {
		padding-bottom: 10px;
	}
	footer .left .logo img {
		filter: brightness(0) invert(1);
		width: 38%;
	}
	footer .left h2 {
		font-size: 16px;
		font-weight: normal;
		color: rgba(176,176,176, 0.687);
		text-align: left;
		padding: 30px 0 6px;
	}
	footer .left .tel {
		position: relative;
	}
	footer .left .tel::before {
		content: "TEL：";
	}
	footer .left .fax {
		position: relative;
	}
	footer .left .fax::before {
		content: "FAX：";
	}
	footer .left .mail {
		position: relative;
	}
	footer .left .mail::before {
		content: "MAIL：";
	}
	footer .center {
		margin: 0 20px 50px;
	}
	footer .center h3 {
		border-bottom: 1px solid #999;
		font-size: 14px;
		letter-spacing: 0.05em;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	footer .center ul {
		list-style-type: disc;
	}
	footer .center ul li {
		padding-bottom: 18px;
		list-style: none;
		position: relative;
	}
	footer .center ul li::before {
		content: "・";
	}
	footer .center ul li a {
		color: rgba(176, 176, 176, 0.687);
	}
	footer .center ul li a:hover {
		opacity: 1;
		text-decoration: underline;
	}
	footer .right {
		margin: 0 20px;
	}
	footer .right h3 {
		border-bottom: 1px solid #999;
		font-size: 14px;
		letter-spacing: 0.05em;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	footer .right .flex_box {
		display: flex;
    	gap: 10px;
		flex-wrap: wrap;
	}
	footer .right ul {
		/* width: calc(100% / 2); */
		width: 175px;
	}
	footer .right ul li {
		padding-bottom: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		list-style-type: disc;
		list-style-position: inside;
		list-style: none;
		position: relative;
	}
	footer .right ul li::before {
		content: "・";
	}
	footer .right ul .main_li {
		list-style: none;
	}
	footer .right ul .main_li::before {
		content: none;
	}
	footer .right ul li.main_li ~ li.main_li {
		margin-top: 15px;
	}
	footer .right ul .main_li a {
		font-weight: bold;
	}
	footer .right ul li a {
		color: rgba(176, 176, 176, 0.687);
	}
	footer .right ul li a:hover {
		opacity: 1;
		text-decoration: underline;
	}
	footer .copy {
		color: rgba(176, 176, 176, 0.687);
		font-size: 12px;
		text-align: center;
		padding: 5px 0 60px;
		margin-top: 20px;
	}
	footer .to_top {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 99999;
	}
	footer .to_top a {
		display: inline-block;
        width: 180px;
        background: #5c482f url(img/to_top.svg) left 22px center no-repeat;
        border: 1px solid #5c482f;
        background-size: 16px;
        border-radius: 30px;
        font-size: 14px;
        line-height: 1;
        padding: 17px 0 15px 22px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
	}
}


/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	margin: 5px 0 0 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	background-image: url(img/mfp_error.gif);
}
.privacy_check div.mfp_err {
	width: 330px;
	text-align: center;
	margin: 5px auto 0px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next, button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #5c482f;
	border: 1px solid #5c482f;
	border-radius: 50px;
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #5c482f;
	border-radius: 50px;
	color: #5c482f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	cursor: pointer;
	background: #fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next, button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item, input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}

div#mfp_OperationCheck ul li {
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: linear-gradient(#EEE, #CCC);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background {
		width: 1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
@media screen and (max-width: 441px) {
	div#mfp_overlay_background {
		width: 440px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 440px !important;
	}
	div#mfp_overlay_inner {
		width: 390px;
		max-width: none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width: 300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width: 300px;
		margin-right: 3px;
	}
}


/* calendr
--------------------------------------------------------------------- */
span.Today {
	cursor: pointer;
	display: block;
	background-color: rgba(163,126,81,0.3);
}
li.deli {
	background-color: #009900;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
li.holyday {
	color: #ff1372;
	font-weight:bold;
}
li.Sun {
	color: #333;
}
li.Sat {
	color: #333;
}
li.undefined {
	cursor: pointer;
}
div.cal_wrapper {
	width: 180px !important;
	height: 225px;
	background: #FFFFFF;
	position: relative;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 60px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
li.cal_prev {
	margin-top:10px;
	background-image: url(cal/cal_01.gif);
}
li.cal_to {
	margin-top:10px;
	background-image: url(cal/cal_02.gif);
}
li.cal_next {
	margin-top:10px;
	background-image: url(cal/cal_03.gif);
}
div.cal_base {
	color:#333;
}
div.cal_base p {
	font-size: 16px;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px rgba(163,126,81,0.7); 
}
ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	width: 14.28571428571429%;
	text-align: center;
	list-style: none;
	font-size: 14px;
	float: left;
	overflow: hidden;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}
@media screen and (min-width: 181px){
	div.cal_wrapper {
		width: 390px !important;
		height: 280px;
		margin-bottom: 10px;
	}
	ul.cal_main li {
		font-size: 16px;
	}
}


/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}