@charset "UTF-8";
/* -----------------------------------------------
 common
-------------------------------------------------- */

/* effect blur image
-------------------------------------------------- */
.js-blur-wrapper {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.js-blur-img {
	display: block;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

/* main visual
-------------------------------------------------- */
.mv-main-inner {
	max-width: 1225px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px 65px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}
.mv-main-ttl {
	margin-top: 20px;
	font-size: 32px;
	color: #fff;
	letter-spacing: .12em;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.mv-main-inner {
		padding: 0 20px 0 30px;
		transform: translateY(0);
		top: 20%;
	}
	.mv-main-txt {
		margin-top: 0;
	}
	.mv-main-txt img {
		max-width: 100%;
		height: auto;
	}
	.mv-main-ttl {
		margin-top: 15px;
		font-size: 22px;
		letter-spacing: 0.1em;
	}
}

/* list (/f/first/)
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.list {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list-item {
		width: calc(25% - 6px);
		margin: 0 0 40px 8px;
	}
	.list-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.list-item a:hover .list-item-inner {
		opacity: 1;
	}
}
.list-item {
	line-height: 0;
}
.list-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.list-item a:active {
	outline: none;
}
.list-item a:hover {
	opacity: 1;
}
.list-item-img img {
	width: 100%;
	height: auto;
}
.list-item-inner {
	background: rgba(36, 36, 36, .5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.list-item-ttl {
	height: 65%;
	padding-top: 13%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 0.1em;
}
.list-item-btn {
	margin: 0 auto;
	width: 140px;
	padding: 17px 0;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11%;
}

@media only screen and (max-width: 767px) {
	.list {
		margin: 0 -30px;
	}
	.list-item {
		margin: 0 5px;
		width: calc(100vw - 60px);
	}
	.list-item-inner {
		opacity: 1;
		position: static;
		background: none;
		text-align: center;
		padding: 10px 20px;
	}
	.list-item-ttl {
		width: auto;
		height: auto;
		padding-top: 0;
		font-size: 14px;
		line-height: 24px;
		color: #333;
		display: inline-block;
	}
	.list-item-ttl::before {
		content: "";
		width: 7px;
		height: 8px;
		background-image: url(https://tableware.itembox.design/item/images/common/link-deco02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 7px 8px;
		position: absolute;
		top: 9px;
		left: -10px;
	}
	.list .slick-dots {
		bottom: -5px;
		padding: 0 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.list .slick-dots li {
		width: auto;
		height: 1px;
		background: #b8b8b8;
		margin: 0;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.list .slick-dots li.slick-active {
		background: #010508;
	}
	.list .slick-dots button {
		display: none;
	}
}

/* mailmagazine(/f/first/)
-------------------------------------------------- */
.first .box-mailmagazine{
	position: fixed;
	right: -390px;
	bottom: 20px;
	z-index: 101;
	transition: .3s;
}
.first .box-mailmagazine.login-true{
	display: none;
}
.first .box-mailmagazine.is-view{
	right: 40px;
}
.first .box-mailmagazine-inner{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.25);
	padding: 25px;
	width: 390px;
	margin-left: auto;
	box-sizing: border-box;
}
.first .box-mailmagazine-close{
	position: absolute;
	top: 15px;
	right: 10px;
	width: 9px;
	height: 9px;
}
.first .box-mailmagazine-close span{
	position: absolute;
	display: block;
	width: 9px;
	height: 1px;
	top: 50%;
	left: 50%;
	background: #666666;
}
.first .box-mailmagazine-close span:nth-of-type(1){
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.first .box-mailmagazine-close span:nth-of-type(2){
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.box-mailmagazine-txt{
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-mailmagazine-txt > div h4{
	color: #333333;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.08em;
}
.box-mailmagazine-txt > div p{
	color: #333333;
	font-size: 13px;
	line-height: 1.54;
	letter-spacing: 0.08em;
	margin-top: 10px;
}
.box-mailmagazine-txt .box-mailmagazine-btn{
	margin-left: 20px;
	display: block;
	padding: 13px 40px 18px 20px;
	line-height: 1;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	background: #e5e4de;
	position: relative;
	transition: .3s;
}
.box-mailmagazine-txt .box-mailmagazine-btn:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transition: .3s;
}
.box-mailmagazine-txt .box-mailmagazine-btn:hover{
	opacity: 1;
	background-color: #000;
	color: #e5e4de;
}
.box-mailmagazine-txt .box-mailmagazine-btn:hover:before{
	border-right: 1px solid #e5e4de;
	border-top: 1px solid #e5e4de;
}
@media only screen and (max-width: 767px) {
	.first .box-mailmagazine{
		right: 20px;
		bottom: -130px;
	}
	.first .box-mailmagazine.is-view{
		bottom: 15px;
		right: 20px;
	}
	.first .box-mailmagazine-inner{
		border-radius: 12px;
		width: calc(100vw - 40px);
		max-width: 335px;
		padding: 20px;
	}
	.first .box-mailmagazine-close{
		top: 10px;
		right: 10px;
	}
	.first .box-mailmagazine-close span{
		width: 11px;
	}
	.box-mailmagazine-txt > div h4{
		font-size: 14px;
		line-height: 1.1;
	}
	.box-mailmagazine-txt > div p{
		font-size: 12px;
		margin-top: 12px;
	}
	.box-mailmagazine-txt .box-mailmagazine-btn{
		padding: 15px 30px 15px 20px;
		font-size: 12px;
	}
	.box-mailmagazine-txt .box-mailmagazine-btn:before{
		right: 15px;
		top: 52%;
		width: 4px;
		height: 4px;
	}
}

/* contact (/f/corporation/restaurant/, /f/corporation/corporate-gift/, /f/corporation/collaboration/)
-------------------------------------------------- */
.contact {
	padding: 115px 0 70px;
	background-color: #eeede9;
}
.contact-ttl {
	text-align: center;
	font-size: 31.99px;
	color: #333;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.contact-txt01 {
	margin-top: 55px;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.contact-txt02 {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.contact-tbl {
	margin: 35px auto 0;
	max-width: 1032px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact-tbl-ttl, .contact-tbl-content {
	border-top: 1px solid #b8b8b8;
	padding: 35px 0 40px;
}
.contact-tbl-ttl:nth-child(1), .contact-tbl-content:nth-child(2) {
	border-top: none;
}
.contact-tbl-ttl {
	width: 30%;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
}
.contact-tbl-content {
	width: 70%;
}
.contact-btn {
	margin: 15px 0 0;
}
.contact-tel {
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact-tel li {
	margin-top: 5px;
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.contact-tel-txt {
	font-size: 16px;
	letter-spacing: 0.025px;
	color: #333;
	margin-right: 25px;
	min-width: 112px;
}
.contact-tel-number {
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 0.025px;
	color: #333;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.contact-tel-txt {
		margin-top: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	.contact-tbl-ttl {
		font-size: 14px;
		width: 200px;
	}
	.contact-tbl-content {
		width: calc(100% - 200px);
	}
	.contact-tel-txt {
		margin-right: 10px;
		font-size: 12px;
		min-width: 84px;
	}
	.contact-tel-number {
		font-size: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.contact {
		padding: 55px 0;
	}
	.contact-ttl {
		font-size: 22px;
		line-height: 34px;
	}
	.contact-txt01 {
		margin-top: 15px;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	.contact-txt02 {
		font-size: 12px;
		line-height: 24px;
	}
	.contact-tbl {
		margin-top: 5px;
		display: block;
	}
	.contact-tbl-ttl, .contact-tbl-content {
		border: none;
	}
	.contact-tbl-ttl {
		width: 100%;
		border-bottom: 1px solid #b8b8b8;
		font-size: 14px;
		padding: 45px 0 10px;
	}
	.contact-tbl-content {
		width: 100%;
		padding: 10px 0 5px;
	}
	.contact-telSP {
		margin-top: 10px;
	}
	.contact-btn {
		width: 100%;
		max-width: 100%;
	}
}

/* accordion for sp (/f/first/, /f/corporation/restaurant/, /f/corporation/corporate-gift/)
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.js-btnSp {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.js-itemSp, .js-btnSp {
		display: none;
	}
}

/* index-news (/f/corporation/corporate-gift/, /f/corporation/collaboration/)
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.index-news {
		padding-bottom: 120px;
	}
}
@media only screen and (max-width: 767px) {
	.index-news {
		padding-bottom: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* index-ranking(/f/gift/, /f/corporation/corporate-gift/)
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.index-ranking {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.index-ranking a:hover {
		outline: none;
	}
}

/* -----------------------------------------------
 page /f/first/
-------------------------------------------------- */

/* reason
-------------------------------------------------- */
.first .reason {
	padding: 80px 0 75px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.first .reason-info {
	width: 55%;
	padding-left: 8%;
	margin-bottom: 55px;
}
.first .reason-ttl {
	font-size: 31.99px;
	color: #333;
	letter-spacing: .1em;
	font-weight: normal;
}
.first .reason-txt {
	font-size: 16px;
	color: #333;
	letter-spacing: 0.1em;
	margin: 54px 0 20px;
}
.first .reason-img {
	width: 42%;
	max-width: 513px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.first .reason-info {
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.first .reason {
		padding: 55px 0;
		display: block;
	}
	.first .reason-info {
		width: 100%;
		padding-left: 0;
		margin-bottom: 60px;
	}
	.first .reason-ttl {
		font-size: 22px;
	}
	.first .reason-txt {
		margin-top: 15px;
	}
	.first .reason-img {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 350px) {
	.first .reason-ttl {
		font-size: 20px;
	}
}

/* design
-------------------------------------------------- */
.first .design {
	background-color: #eeede9;
	padding-bottom: 165px;
}
.first .design-hd {
	width: 45%;
	position: absolute;
	top: -40px;
	left: 35px;
}
.first .design-hd img {
	max-width: 100%;
}
.first .design-ttl {
	width: 48%;
	max-width: 510px;
	margin-left: auto;
	padding-top: 115px;
}
.first .design-ttl-01 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 20px;
	max-width: 410px;
}
.first .design-ttl-02 {
	margin-top: 35px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.first .design .list {
	margin-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.first .design-hd {
		width: 40%;
	}
	.first .design-ttl {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.first .design {
		padding-bottom: 70px;
	}
	.first .design-hd {
		width: 100%;
		max-width: 212px;
		top: -10px;
		left: 30px;
	}
	.first .design-ttl {
		width: 100%;
		max-width: 100%;
	}
	.first .design-ttl-01 {
		font-size: 14px;
		padding-bottom: 15px;
	}
	.first .design-ttl-02 {
		font-size: 12px;
		line-height: 24px;
		margin-top: 5px;
	}
	.first .design .list {
		margin-top: 40px;
	}
	.first .design-bnt {
		margin-top: 45px;
	}
}

/* quality
-------------------------------------------------- */
.first .quality {
	background-color: #eeede9;
	padding-bottom: 120px;
}
.first .quality-info {
	z-index: 1;
}
.first .quality-info::after {
	content: "";
	width: calc(50% + 200px);
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.first .quality-info-in {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	z-index: 2;
}
.first .quality-info-hd {
	width: 50%;
	padding: 0 10px;
}
.first .quality-info-img {
	width: 50%;
	max-width: 616px;
	padding: 80px 0 20px;
}
.first .quality-hd img {
	max-width: 100%;
	height: auto;
}
.first .quality-ttl {
	max-width: 405px;
	width: 100%;
	margin: 65px auto 0;
}
.first .quality-ttl-01 {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px solid #b8b8b8;
}
.first .quality-ttl-02 {
	margin-top: 35px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.first .quality-lst {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.first .quality-lst li {
	width: calc(50% - 4px);
	margin-bottom: 45px;
}
.first .quality-lst p {
	margin-top: 5px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.first .quality-voice {
	background-color: #e5e4de;
	max-width: 1032px;
	width: calc(100% - 60px);
	margin: -90px auto 0;
	padding: 75px 65px 80px;
}
.first .quality-voice-ttl {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
	z-index: 2;
}
.first .quality-voice-txt {
	margin-top: 35px;
	padding: 0 40px;
}
.first .quality-voice-txt p {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.first .quality-voice-txt p span {
	color: #828282;
}
.first .quality-voice-txt p+p {
	margin-top: 20px;
}

@media only screen and (max-width: 1439px) {
	.first .quality-info::after {
		width: calc(62%);
	}
}
@media only screen and (max-width: 767px) {
	.first .quality {
		padding-bottom: 60px;
	}
	.first .quality-info {
		background-color: #fff;
	}
	.first .quality-info::after {
		display: none;
	}
	.first .quality-info-in {
		display: block;
	}
	.first .quality-info-hd {
		width: 100%;
		padding: 0;
	}
	.first .quality-info-img {
		width: 100%;
		max-width: 100%;
		padding: 30px 0 40px;
	}
	.first .quality-hd {
		max-width: 202px;
		top: -10px;
		left: -15px;
	}
	.first .quality-ttl {
		margin-top: 40px;
		max-width: 100%;
	}
	.first .quality-ttl-01 {
		font-size: 14px;
		line-height: 21px;
		padding-bottom: 10px;
	}
	.first .quality-ttl-02 {
		margin-top: 10px;
		font-size: 12px;
		line-height: 24px;
	}
	.first .quality-lst li {
		width: calc(50% - 15px);
		margin-bottom: 20px;
	}
	.first .quality-lst p {
		margin-top: 0;
		font-size: 12px;
	}
	.first .quality-voice {
		width: 100%;
		padding: 35px 35px 15px;
		z-index: 3;
		margin-top: -40px;
	}
	.first .quality-voice-ttl {
		text-align: center;
		font-size: 14px;
	}
	.first .quality-voice-txt {
		padding: 0;
		margin-top: 35px;
	}
	.first .quality-voice-txt p {
		font-size: 12px;
		line-height: 20px;
	}
	.first .quality-voice-txt p span {
		display: inline-block;
		margin-top: 10px;
	}
	.first .quality-voice-txt p+p {
		margin-top: 30px;
	}
	.first .quality-voice-btn {
		margin-top: 1px;
		text-align: center;
		background-color: #e5e4de;
		padding: 14px 0;
		cursor: pointer;
	}
	.first .quality-voice-btn span {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding-left: 20px;
		color: #333;
	}
	.first .quality-voice-btn span::before {
		content: "";
		width: 7px;
		height: 6px;
		background-image: url(https://tableware.itembox.design/item/images/common/link-deco01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 7px 6px;
		position: absolute;
		top: 40%;
		left: 5px;
	}
}

/* choice
-------------------------------------------------- */
.first .choice-inner {
	padding-top: 110px;
	max-width: 1092px;
}
.first .choice-inner::before {
	content: "";
	width: 145px;
	height: 468px;
	background: url(../images/assets/first/first-choice-deco01.png) no-repeat center;
	position: absolute;
	top: -170px;
	left: 30px;
}
.first .choice-hd {
	text-align: center;
	font-size: 31.99px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #333;
}
.first .choice-txt {
	margin: 45px 0 110px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.08em;
	color: #333;
}
.first .choice-ttl {
	margin-top: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.first .choice-ttl-02 {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
	padding-left: 35px;
	margin-left: 30px;
	margin-right: 80px;
}
.first .choice-ttl-02::before {
	content: "";
	width: 4px;
	height: 40px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.first .choice-lst {
	margin-top: 55px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.first .choice-lst li {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
.first .choice-item-ttl {
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #000;
}
.first .choice-item-txt {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #000;
	margin: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
	.first .choice-inner {
		padding-top: 60px;
	}
	.first .choice-inner::before {
		width: 61px;
		height: 197px;
		background-size: cover;
		left: auto;
		right: 30px;
		top: -20px;
	}
	.first .choice-hd {
		text-align: left;
		font-size: 22px;
		padding-right: 80px;
	}
	.first .choice-txt {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
		margin: 10px 0 10px;
		padding-right: 80px;
	}
	.first .choice-ttl {
		margin-top: 50px;
		display: block;
		text-align: left;
	}
	.first .choice-ttl-01 {
		display: block;
		margin-left: -5px;
	}
	.first .choice-ttl-01 img {
		max-width: 100%;
		height: auto;
	}
	.first .choice-ttl-01.ttl01 {
		max-width: 182px;
	}
	.first .choice-ttl-01.ttl02 {
		max-width: 187px;
	}
	.first .choice-ttl-01.ttl03 {
		max-width: 235px;
	}
	.first .choice-ttl-02 {
		display: block;
		margin: 15px 0 0 0;
		font-size: 14px;
		padding-left: 20px;
	}
	.first .choice-ttl-02::before {
		width: 2px;
	}
	.first .choice-lst {
		margin-top: 50px;
		display: block;
	}
	.first .choice-lst li {
		width: 100%;
		margin-bottom: 30px;
	}
	.first .choice-item-ttl {
		margin-top: 10px;
		font-size: 14px;
	}
	.first .choice-item-txt {
		margin: 5px 0 10px;
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 350px) {
	.first .choice-hd {
		padding-right: 65px;
	}
	.first .choice-txt {
		padding-right: 65px;
	}
}

/* choice
-------------------------------------------------- */
.first .bg01 {
	margin-top: 75px;
}
@media only screen and (max-width: 767px) {
	.first .bg01 {
		margin-top: 55px;
	}
}

/* -----------------------------------------------
 page /f/corporation/restaurant/
-------------------------------------------------- */

/* video model
-------------------------------------------------- */
.restaurant .js-video {
	position: relative;
	cursor: pointer;
}
.restaurant .js-video::after {
	content: "";
	width: 186px;
	height: 214px;
	background-image: url(../images/restaurant/restaurant-icon-video.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.restaurant .js-videoBody {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100001;
	background-color: #fff;
}
.restaurant .js-videoInner {
	width: 1032px;
	max-width: 90vw;
	height: 580px;
	max-height: 80vh;
	background-color: #7d9296;
	background-image: url(../images/assets/restaurant/restaurant-icon-video.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
.restaurant .js-videoInner iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.restaurant .js-videoClose {
	width: 65px;
	height: 36px;
	position: fixed;
	top: 37px;
	right: 22px;
	z-index: 10;
	cursor: pointer;
}
.restaurant .js-videoClose::before,
.restaurant .js-videoClose::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.restaurant .js-videoClose::before {
	transform: rotate(30deg);
}
.restaurant .js-videoClose::after {
	transform: rotate(-30deg);
}
@media only screen and (max-width: 767px) {
	.restaurant .js-video::after {
		width: 93px;
		height: 107px;
		background-size: cover;
	}
	.restaurant .js-videoInner {
		max-width: 100%;
		height: 56vw;
	}
	.restaurant .js-videoClose {
		width: 35px;
		height: 26px;
		top: 30px;
		right: 30px;
	}
}

/* tableware
-------------------------------------------------- */
.restaurant .tableware-inner {
	padding: 155px 30px 120px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/assets/restaurant/restaurant-deco01.png);
	background-repeat: no-repeat;
	background-position: top -40px left 40px;
}
.restaurant .tableware-ttl {
	font-size: 31.99px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #333;
}
.restaurant .tableware-txt {
	margin-top: 50px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.08em;
	color: #333;
}
.restaurant .tableware-btn {
	margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
	.restaurant .tableware-inner {
		background-position: top -40px right 66vw;
		background-size: 280px auto;
	}
}
@media only screen and (max-width: 767px) {
	.restaurant .tableware-inner {
		padding: 55px 30px 50px;
		background: none;
		text-align: left;
	}
	.restaurant .tableware-ttl {
		font-size: 22px;
	}
	.restaurant .tableware-txt {
		margin-top: 15px;
		line-height: 24px;
	}
	.restaurant .tableware-btn {
		margin-top: 35px;
	}
}

/* pickup
-------------------------------------------------- */
.restaurant .pickup::after {
	content: "";
	width: 100%;
	height: calc(100% - 140px);
	background-color: #eeede9;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -1;
}
.restaurant .pickup::before {
	content: "";
	width: 100%;
	height: 140px;
	background-color: #e5e4de;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.restaurant .pickup-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.restaurant .pickup-inLeft {
	width: 50%;
}
.restaurant .pickup-inRight {
	width: 50%;
}
.restaurant .pickup-wrap {
	max-width: 630px;
	width: 100%;
	padding: 0 30px;
}
@media only screen and (min-width: 768px) {
	.restaurant .pickup-inner_firstItem .pickup-inLeft {
		width: calc((100% / 7) * 3);
	}
	.restaurant .pickup-inner_firstItem .pickup-inRight {
		width: calc((100% / 7) * 3.5);
	}
	.restaurant .pickup-inner_firstItem .pickup-wrap {
		margin: 0 auto;
	}
}
.restaurant .pickup-mlauto {
	margin-left: auto;
}
.restaurant .pickup-hd {
	margin: -20px auto 120px;
	text-align: center;
}
.restaurant .pickup-hd img {
	max-width: 100%;
	height: auto;
}
.restaurant .pickup-info {
	max-width: 410px;
	width: 100%;
	margin: 0 auto;
}
.restaurant .pickup-ttl {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 15px;
}
.restaurant .pickup-txt {
	margin-top: 35px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.restaurant .pickup-imgPc {
	max-width: 408px;
	display: inline-block;
}
.restaurant .pickup-link {
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.restaurant .pickup {
		padding-bottom: 100px;
	}
	.restaurant .pickup::after {
		height: calc(100% - 10px);
		top: 10px;
	}
	.restaurant .pickup-inner {
		display: block;
	}
	.restaurant .pickup-inLeft {
		width: 100%;
	}
	.restaurant .pickup-inRight {
		width: 100%;
	}
	.restaurant .pickup-wrap {
		max-width: 100%;
	}
	.restaurant .pickup-hd {
		max-width: 258px;
		margin: 0;
	}
	.restaurant .pickup-pic01Sp {
		margin: 50px -30px 0;
	}
	.restaurant .pickup-pic02Sp {
		margin: 15px -30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.restaurant .pickup-pic03Sp {
		margin-top: 55px;
	}
	.restaurant .pickup-pic04Sp {
		margin: 15px 0 -10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.restaurant .pickup-img01Sp {
	}
	.restaurant .pickup-img02Sp {
		width: 52%;
	}
	.restaurant .pickup-img03Sp {
		padding-left: 10px;
		width: 40%;
	}
	.restaurant .pickup-img04Sp {
		padding-left: 64px;
	}
	.restaurant .pickup-info {
		max-width: 100%;
	}
	.restaurant .pickup-ttl {
		font-size: 14px;
	}
	.restaurant .pickup-txt {
		margin-top: 10px;
		font-size: 12px;
		line-height: 24px;
	}
	.restaurant .pickup-link {
		margin-top: 5px;
	}
}

/* video
-------------------------------------------------- */
.restaurant .video {
	padding-top: 160px;
}
.restaurant .video::after {
	content: "";
	width: 100%;
	height: calc(100% - 80px);
	background-color: #e5e4de;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.restaurant .video .video-ttl {
	margin-bottom: 36px;
	text-align: center;
}
.restaurant .video .video-txt {
	margin-bottom: 64px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
	.restaurant .video #origgi {
		padding-top: 115px;
		margin-top: -115px !important;
	}
}
@media only screen and (max-width: 767px) {
	.restaurant .video {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.restaurant .video::after {
		height: 100%;
	}
	.restaurant .video #origgi {
		margin-top: -65px !important;
	}
	.restaurant .video .video-ttl {
		height: 60px;
	}
	.restaurant .video .video-ttl picture,
	.restaurant .video .video-ttl picture img {
		width: auto;
		height: 100%;
	}
}

/* video01
-------------------------------------------------- */
/* .restaurant .video01 {
	margin-top: 115px;
} */
.restaurant .video01-hd {
	text-align: right;
	position: absolute;
	top: 155px;
	right: 0;
	z-index: 2;
}
.restaurant .video01-hd01 img {
	max-width: 100%;
	height: auto;
}
.restaurant .video01-hd02 {
	margin-top: 5px;
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #333;
}
.restaurant .video01-video {
	width: calc(100% - 208px);
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.restaurant .video02 + .video01,
	.restaurant .js-videoBody + .video01 {
		margin-top: -75px;
		padding-top: 115px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
	.restaurant .video01-hd {
		max-width: 50%;
	}
	.restaurant .video02-hd {
		max-width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.restaurant .video01 {
		margin-top: -10px;
		padding-top: 65px;
	}
	.restaurant .video01-hd {
		position: relative;
		top: 0;
	}
	.restaurant .video01-hd01 {
		/*max-width: 232px;*/
		margin-left: auto;
	}
	.restaurant .video01-hd02 {
		font-size: 14px;
		letter-spacing: 0.01em;
	}
	.restaurant .video01-video {
		margin: -10px -30px 0;
		width: auto;
	}
}

/* video02
-------------------------------------------------- */
.restaurant .video02 {
	padding-top: 115px;
}
.restaurant .video02-hd {
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 2;
}
.restaurant .video02-hd01 {
	/*margin-left: -25px;*/
}
.restaurant .video02-hd01 img {
	max-width: 100%;
	height: auto;
}
.restaurant .video02-hd02 {
	margin-top: 5px;
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #333;
}
.restaurant .video02-video {
	margin-left: auto;
	width: calc(100% - 208px);
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.restaurant .video02 {
		margin-top: -75px;
	}
}
@media only screen and (max-width: 767px) {
	.restaurant .video02 {
		margin-top: -65px;
		padding-top: 65px;
	}
	.restaurant .video02-hd {
		position: relative;
		top: -15px;
	}
	.restaurant .video02-hd01 {
		/*max-width: 90px;*/
		margin-left: -10px;
	}
	.restaurant .video02-hd02 {
		font-size: 14px;
		letter-spacing: 0.01em;
	}
	.restaurant .video02-video {
		margin: -10px -30px 0;
		width: auto;
	}
}

/* recommend
-------------------------------------------------- */
.restaurant .recommend-inner {
	padding-top: 120px;
}
.restaurant .recommend-inner::before {
	content: "";
	width: 357px;
	height: 387px;
	background-image: url(../images/assets/restaurant/restaurant-deco01.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -120px;
	left: -30px;
}
.restaurant .recommend-hd {
	text-align: center;
	padding-right: 30px;
}
.restaurant .recommend-hd img {
	max-width: 100%;
	height: auto;
}
.restaurant .recommend-ttl {
	margin-top: 35px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333;
}
.restaurant .recommend .list {
	margin-top: 35px;
}
@media only screen and (max-width: 767px) {
	.restaurant .recommend-inner {
		padding-top: 120px;
		padding-bottom: 50px;
	}
	.restaurant .recommend-inner::before {
		width: 179px;
		height: 194px;
		background-size: cover;
		top: -80px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.restaurant .recommend-hd {
		padding-right: 0;
		max-width: 307px;
		margin: 0 auto;
	}
	.restaurant .recommend-ttl {
		margin-top: 10px;
		font-size: 14px;
	}
	.restaurant .recommend .list {
		margin-top: 40px;
	}
	.restaurant .recommend-btn {
		margin-top: 45px;
	}
}

/* catalog
-------------------------------------------------- */
.restaurant .catalog {
	padding: 109px 0 124px;
}
.catalog-ttl {
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.025em;
	color: #333;
}
.catalog-txt {
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #333;
}
.restaurant .catalog-inner {
	display: flex;
	justify-content: center;
	gap: 3.0635%;
	margin: 72px auto 0;
	width: 100%;
}
.restaurant .catalog-item {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	width: 31.291%;
}
.restaurant .catalog-item-img {
	max-width: 304px;
	margin: 0 auto;
}
.restaurant .catalog-item-img img {
	display: block;

}
.restaurant .catalog-item-info {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 28px;
	text-align: center;
}
.restaurant .catalog-item-txt {
	margin-bottom: 13px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.08em;
	color: #333;
}
@media only screen and (max-width: 767px) {
	.restaurant .catalog {
		padding: 0 0 60px;
	}
	.catalog-ttl {
		font-size: 23px;
	}
	.catalog-txt {
		margin-top: 15px;
		line-height: 24px;
	}
	.restaurant .catalog-inner {
		margin-top: 40px;
		display: block;
	}
	.restaurant .catalog-item {
		width: 100%;
		max-width: 100%;
	}
	.restaurant .catalog-item + .catalog-item {
		margin-top: 68px;
	}
	.restaurant .catalog-item-txt {
		font-size: 13px;
		line-height: 21px;
	}
}

/* reason
-------------------------------------------------- */
.restaurant .reason {
	padding: 115px 0 160px;
	background-color: #eeede9;
}
.restaurant .reason-ttl {
	text-align: center;
	font-size: 31.99px;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-image: url(../images/assets/restaurant/restaurant-deco02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 15px 15px;
	padding-bottom: 35px;
}
.restaurant .reason-lst {
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.restaurant .reason-lst li {
	width: 31.291%;
	margin: 0 0 38px 3.0635%;
}
.restaurant .reason-lst li:nth-child(3n+1) {
	margin-left: 0;
}
.restaurant .reason-item-ttl {
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 0.08em;
	color: #000;
	font-weight: bold;
}
.restaurant .reason-item-txt {
	margin-top: 35px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #000;
}
@media only screen and (max-width: 767px) {
	.restaurant .reason {
		padding: 55px 0 20px;
	}
	.restaurant .reason-ttl {
		font-size: 22px;
		background-size: 14px 14px;
		padding-bottom: 20px;
	}
	.restaurant .reason-lst {
		display: block;
	}
	.restaurant .reason-lst li {
		width: 100%;
		margin: 0 0 35px;
	}
	.restaurant .reason-item-ttl {
		margin-top: 10px;
		font-size: 14px;
	}
	.restaurant .reason-item-txt {
		font-size: 12px;
		line-height: 20px;
	}
}

/* voice
-------------------------------------------------- */
.restaurant .voice {
	margin-top: 85px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.restaurant .voice-box {
	width: 58%;
	padding: 111px 9% 30px 2.5%;
	z-index: 1;
}
.restaurant .voice-box::after {
	content: "";
	width: calc(100% + 205px);
	height: 100%;
	background-color: #e5e4de;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: -1;
}
.restaurant .voice-img {
	width: 42%;
	z-index: 1;
}
.restaurant .voice-ttl {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
}
.restaurant .voice-txt p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
}
.restaurant .voice-txt p+p {
	margin-top: 25px;
}
.restaurant .voice-txt p span {
	margin-top: 5px;
	display: block;
	color: #828282;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.restaurant .voice {
		margin-top: 40px;
		display: block;
	}
	.restaurant .voice-box {
		width: 100%;
		background-color: #e5e4de;
		padding: 35px 30px 15px;
	}
	.restaurant .voice-box::after {
		display: none;
	}
	.restaurant .voice-img {
		margin-top: 20px;
		width: 100%;
	}
	.restaurant .voice-btn {
		margin-top: 1px;
		text-align: center;
		background-color: #e5e4de;
		padding: 14px 0;
		cursor: pointer;
	}
	.restaurant .voice-btn span {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding-left: 20px;
		color: #333;
	}
	.restaurant .voice-btn span::before {
		content: "";
		width: 7px;
		height: 6px;
		background-image: url(https://tableware.itembox.design/item/images/common/link-deco01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 7px 6px;
		position: absolute;
		top: 40%;
		left: 5px;
	}
	.restaurant .voice-ttl {
		text-align: center;
		font-size: 14px;
	}
	.restaurant .voice-txt p {
		font-size: 12px;
		line-height: 20px;
	}
	.restaurant .voice-txt p+p {
		margin-top: 30px;
	}
	.restaurant .voice-txt p span {
		margin-top: 10px;
	}
}

/* feature
-------------------------------------------------- */
.restaurant .feature {
	padding: 110px 0 70px;
}
.restaurant .feature-ttl {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #333;
}
.restaurant .feature-lst {
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.restaurant .feature-lst li {
	width: 30.646%;
	margin: 0 0 50px 4.031%;
}
.restaurant .feature-lst li:nth-child(3n+1) {
	margin-left: 0;
}
.restaurant .feature-item-txt {
	padding: 20px 20px 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #000;
}
@media only screen and (max-width: 767px) {
	.restaurant .feature {
		padding: 55px 0 20px;
	}
	.restaurant .feature-inner {
		padding: 0 15px;
	}
	.restaurant .feature-ttl {
		font-size: 18px;
	}
	.restaurant .feature-lst {
		margin-top: 30px;
	}
	.restaurant .feature-lst li {
		width: calc(50% - 7.5px);
		margin: 0 15px 35px 0;
	}
	.restaurant .feature-lst li:nth-child(2n) {
		margin-right: 0;
	}
	.restaurant .feature-item-txt {
		padding: 0;
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}
}

/* banner-link
-------------------------------------------------- */
.restaurant .banner-link {
	text-align: center;
	padding: 120px 0;
}
@media only screen and (max-width: 767px) {
	.restaurant .banner-link {
		padding: 60px 0;
	}
}

/* -----------------------------------------------
 page /f/gift/
-------------------------------------------------- */

/* common page
-------------------------------------------------- */
.gift .ttl-page {
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: normal;
}
.gift  .ttl-icon {
	position: relative;
	padding-bottom: 35px;
}
.gift  .ttl-icon::after {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(../images/assets/gift/gift-icon01.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gift .txt-page {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.08em;
	color: #333;
}
@media only screen and (max-width: 767px) {
	.gift .ttl-page {
		font-size: 22px;
	}
	.gift .ttl-icon {
		padding-bottom: 20px;
	}
	.gift .ttl-leftSp {
		text-align: left;
	}
	.gift .txt-page {
		text-align: left;
		line-height: 24px;
	}
}

/* reason
-------------------------------------------------- */
.gift .reason {
	padding-bottom: 75px;
}
.gift .reason-inner {
	padding-top: 110px;
	background-image: url(../images/assets/gift/gift-deco01.png);
	background-repeat: no-repeat;
	background-position: top 77px left 12%;
}
.gift .reason .txt-page {
	margin-top: 50px;
}
.gift .reason-btn {
	margin-top: 20px;
	text-align: center;
}
.gift .reason-lst {
	margin-top: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gift .reason-lst li {
	width: 31.291%;
	margin: 0 0 40px 3.0635%;
}
.gift .reason-lst li:nth-child(3n+1) {
	margin-left: 0;
}
.gift .reason-item-img {
	margin-bottom: 25px;
}
.gift .reason-item-ttl {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #333;
	font-weight: bold;
}
.gift .reason-item-txt {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
@media only screen and (max-width: 767px) {
	.gift .reason {
		padding-bottom: 20px;
	}
	.gift .reason-inner {
		background: none;
		padding-top: 55px;
	}
	.gift .reason .txt-page {
		margin-top: 15px;
	}
	.gift .reason-btn {
		text-align: left;
	}
	.gift .reason-lst {
		margin-top: 60px;
		display: block;
	}
	.gift .reason-lst li {
		width: 100%;
		margin: 0 0 35px;
	}
	.gift .reason-item-img {
		margin-bottom: 10px;
	}
	.gift .reason-item-ttl {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.08em;
	}
	.gift .reason-item-txt {
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 340px) {
	.gift .reason .ttl-page {
		font-size: 20px;
	}
}

/* recommend
-------------------------------------------------- */
.gift .recommend {
	padding: 115px 0 125px;
	background-color: #eeede9;
	}
.gift .recommend-wrap {
	margin-top: 125px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.gift .recommend-wrap:first-of-type {
	margin-top: 80px;
}
.gift .recommend-info {
	width: 50%;
	padding-right: 20px;
}
.gift .recommend-inner {
	max-width: 495px;
	margin-left: auto;
}
.gift .recommend-photo {
	width: 50%;
	max-width: 600px;
}
.gift .recommend-hd {}
.gift .recommend-hd01 {
	display: block;
}
.gift .recommend-hd01 img {
	max-width: 100%;
	height: auto;
}
.gift .recommend-hd02 {
	margin-top: 15px;
	display: block;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
	border-left: 4px solid #333;
	padding: 5px 0 5px 30px;
}
.gift .recommend-txt01 {
	margin-top: 55px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
.gift .recommend-txt02 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #828282;
}
.gift .recommend-slide {
	padding-bottom: 20px;
	margin-bottom: 0 !important;
}
.gift .recommend-slide .slick-dots {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 60px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.gift .recommend-slide .slick-dots button {
	display: none;
}
.gift .recommend-slide .slick-dots li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background-color: #b8b8b8;
	margin: 0;
}
.gift .recommend-slide .slick-dots li:only-child{
	display: none;
}
.gift .recommend-slide .slick-dots .slick-active {
	background-color: #010508;
}
.gift .recommend-slide .slick-arrow {
	position: absolute;
	top: auto;
	transform: translateY(0);
	bottom: -10px;
	font-size: 0;
}
.gift .recommend-slide .slick-arrow::before {
	display: none;
}
.gift .recommend-slide .slick-arrow::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 5px;
}
.gift .recommend-slide .slick-prev {
	left: 0;
}
.gift .recommend-slide .slick-prev::after {
	left: 2px;
	transform: rotate(-135deg);
}
.gift .recommend-slide .slick-next {
	right: 0;
}
.gift .recommend-slide .slick-next::after {
	right: 2px;
	transform: rotate(45deg);
}
.gift .recommend-item {
	background-color: #eeede9;
}
.gift .recommend-item a {
	display: block;
}
.gift .recommend-item a:active {
	outline: none;
}
.gift .recommend-item-img {}
.gift .recommend-item-wrap {
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.gift .recommend-item-txt {
	width: calc(100% - 150px);
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
	position: relative;
	padding-left: 15px;
}
.gift .recommend-item-txt::before {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 10px;
	left: 0;
	transform: rotate(45deg);
}
.gift .recommend-item-price {
	width: 150px;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
.gift .recommend-item-note {
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
@media only screen and (min-width: 768px) {
	.gift .recommend-wrap.mt01 {
		margin-top: 190px;
	}
	.gift .recommend-wrap-reverse {
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.gift .recommend-wrap-reverse .recommend-inner {
		margin-left: 0;
	}
	.gift .recommend-wrap-reverse .recommend-info {
		padding-right: 0;
		padding-left: 20px;
	}
	.gift .recommend-flower {
		position: relative;
	}
	.gift .recommend-flower::after {
		content: "";
		width: 187px;
		height: 423px;
		background-image: url(../images/assets/gift/gift-deco01.png);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
	}
	.gift .recommend-flower.left::after {
		top: -100px;
		left: 8.5%;
	}
	.gift .recommend-flower.right::after {
		top: -135px;
		right: 8.5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.gift .recommend-flower::after {
		width: 84px;
		height: 190px;
		background-size: cover;
	}
	.gift .recommend-flower.left::after {
		top: 0;
	}
	.gift .recommend-flower.right::after {
		top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.gift .recommend {
		padding: 55px 0 100px;
		background-image: url(../images/assets/gift/gift-deco01.png);
		background-repeat: no-repeat;
		background-position: top 80px right;
		background-size: 94px auto;
	}
	.gift .recommend-wrap {
		display: block;
		margin-top: 60px;
	}
	.gift .recommend-wrap:first-of-type {
		margin-top: 40px;
	}
	.gift .recommend-info {
		width: 100%;
		padding-right: 0;
	}
	.gift .recommend-inner {
		margin-left: 0;
		width: 1005;
	}
	.gift .recommend-photo {
		width: 100%;
		max-width: 100%;
	}
	.gift .recommend-hd01 {
		margin-left: -5px;
	}
	.gift .recommend-hd01.hd01-sp {
		max-width: 190px;
	}
	.gift .recommend-hd01.hd02-sp {
		max-width: 248px;
	}
	.gift .recommend-hd01.hd03-sp {
		max-width: 195px;
	}
	.gift .recommend-hd01.hd04-sp {
		max-width: 213px;
	}
	.gift .recommend-hd01.hd05-sp {
		max-width: 160px;
	}
	.gift .recommend-hd02 {
		border-left-width: 2px;
		font-size: 14px;
		line-height: 21px;
		padding: 10px 0 10px 20px;
	}
	.gift .recommend-txt01 {
		margin-top: 35px;
		font-size: 12px;
		line-height: 20px;
	}
	.gift .recommend-txt02 {
		font-size: 12px;
		line-height: 20px;
	}
	.gift .recommend-slide {
		margin: 35px -30px 0;
	}
	.gift .recommend-item {
		width: calc(100vw - 60px);
		margin: 0 5px;
	}
	.gift .recommend-item:not(.slick-active) .recommend-item-info{
		opacity: 0;
	}
	.gift .recommend-item-wrap {
		display: block;
	}
	.gift .recommend-item-txt {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.gift .recommend-item-txt::before {
		top: 7px;
	}
	.gift .recommend-item-price {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.gift .recommend-item-note {
		font-size: 12px;
		line-height: 20px;
	}
}

/* gifts
-------------------------------------------------- */
.gift .gifts {
	padding: 110px 0 80px;
	background-color: #eeede9;
}
.gift .gifts-ttl {
	margin-top: 120px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #333;
}
.gift .gifts-box {
	margin-top: 40px;
	background-color: #e5e4de;
	padding: 55px 30px 60px;
}
.gift .gifts-boxInner {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.gift .gifts-boxItem {
	width: 45.4%;
}
.gift .gifts-boxTtl {
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #333;
}
.gift .gifts-boxTtl span {
	font-size: 12px;
	color: #828282;
	margin-left: 15px;
}
.gift .gifts-select {
	margin-top: 12px;
	position: relative;
}
.gift .gifts-select::after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
}
.gift .gifts-select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	width: 100%;
	border-bottom: 1px solid #333;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #333;
	padding: 8px 0;
}
.gift .gifts-select select::-ms-expand {
	display: none;
}
.gift .gifts-boxBtn {
	margin-top: 40px;
}
.gift .gifts-lst {
	margin: 20px auto 0;
	width: 100%;
	max-width: 1040px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.gift .gifts-lst li {
	width: calc(20% - 8px);
	margin: 0 4px 35px;
}
.gift .gifts-lst li a {
	display: block;
}
.gift .gifts-item-img {}
.gift .gifts-item-txt {
	margin-top: 3px;
	text-align: center;
}
.gift .gifts-item-txt span {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #333;
	padding-left: 15px;
}
.gift .gifts-item-txt span::before {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	position: absolute;
	top: 8px;
	left: -4px;
	transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
	.gift .gifts {
		padding: 55px 0;
	}
	.gift .gifts-ttl {
		margin-top: 35px;
		font-size: 14px;
	}
	.gift .gifts-box {
		margin: 20px -30px 0;
		padding: 30px 30px 40px;
	}
	.gift .gifts-boxInner {
		display: block;
	}
	.gift .gifts-boxItem {
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eeede9;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;

	}
	.gift .gifts-boxTtl {
		width: 37%;
	}
	.gift .gifts-boxTtl span {
		display: block;
		margin-left: 0;
	}
	.gift .gifts-select {
		margin-top: -5px;
		width: 63%;
	}
	.gift .gifts-select::after {
		border-width: 1px;
		width: 4px;
		height: 4px;
	}
	.gift .gifts-select select {
		font-size: 12px !important;
	}
	.gift .gifts-boxBtn {
		margin-top: 20px;
	}
	.gift .gifts-lst {
		width: auto;
		margin: 20px -3.75px 0;
	}
	.gift .gifts-lst li {
		width: calc(100%/3 - 7.5px);
		margin: 0 3.75px 15px;
	}
	.gift .gifts-item-txt {
		margin-top: -5px;
	}
	.gift .gifts-item-txt span {
		font-size: 12px;
		line-height: 20px;
	}
}

/* online
-------------------------------------------------- */
.gift .online {
	padding: 110px 0 120px;
}
.gift .online .txt-page {
	margin-top: 50px;
}
.gift .online-lst {
	margin: 80px auto 0;
	width: 100%;
	max-width: 1032px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.gift .online-lst li {
	width: calc(50% - 20px);
	margin-bottom: 75px;
}
.gift .online-item-img {}
.gift .online-item-ttl {
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #333;
}
.gift .online-item-txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
.gift .online-item-link {
	margin-bottom: 15px;
	font-size: 14px;
}
.gift .online-item-link a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.08em;
	font-weight: normal;
	color: #333;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}
.gift .online-item-btn {
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.gift .online {
		padding: 50px 0 60px;
	}
	.gift .online .ttl-page {
		line-height: 36px;
	}
	.gift .online .txt-page {
		margin-top: 15px;
	}
	.gift .online-lst {
		margin-top: 35px;
		display: block;
	}
	.gift .online-lst li {
		width: 100%;
		margin-bottom: 35px;
	}
	.gift .online-item-ttl {
		margin-top: 10px;
		font-size: 14px;
		line-height: 21px;
	}
	.gift .online-item-txt {
		font-size: 12px;
		line-height: 20px;
	}
	.gift .online-item-link {
		font-size: 12px;
	}
	.gift .online-item-link a {
		font-size: 12px;
		line-height: 20px;
	}
}

/* button fixed
-------------------------------------------------- */
.gift .btn-fixed {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 1100;
	background-color: #333;
	width: 300px;
	height: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.gift .btn-fixed span {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.08em;
	position: relative;
	padding-left: 40px;
}
.gift .btn-fixed span::before {
	content: "";
	width: 17px;
	height: 17px;
	background-image: url(../images/assets/gift/gift-icon-search.png);
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.gift .btn-fixed {
		/* display: none; */
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
	}
}

/* -----------------------------------------------
 page /f/corporation/corporate-gift/
-------------------------------------------------- */

/* common page
-------------------------------------------------- */
.corporate .ttl-page {
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 48px;
	color: #333;
	font-weight: normal;
}
.corporate .ttl-icon {
	padding-bottom: 30px;
}
.corporate .ttl-icon::after {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(../images/assets/corporate-gift/corporate-icon01.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.corporate .txt-page {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.08em;
	color: #333;
}
.corporate .boxTxt {
	max-width: 720px;
}
.corporate .boxTxt-ttl {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 15px;
}
.corporate .boxTxt-txt {
	margin-top: 35px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
@media only screen and (max-width: 767px) {
	.corporate .ttl-page {
		font-size: 22px;
		line-height: 36px;
	}
	.corporate .ttl-icon {
		padding-bottom: 20px;
	}
	.corporate .ttl-leftSp {
		text-align: left;
	}
	.corporate .txt-page {
		text-align: left;
		line-height: 24px;
	}
	.corporate .boxTxt {
		max-width: 100%;
	}
	.corporate .boxTxt-ttl {
		font-size: 14px;
		line-height: 31px;
		padding-bottom: 5px;
	}
	.corporate .boxTxt-txt {
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}
}

/* proposes
-------------------------------------------------- */
.corporate .proposes {
	padding: 110px 0 75px;
}
.corporate .proposes .txt-page {
	margin-top: 45px;
}
.corporate .proposes-lst {
	margin-top: 95px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.corporate .proposes-lst li {
	width: 31.291%;
	text-align: center;
	padding: 0 1.5%;
	margin: 0 0 38px 3.05%;
}
.corporate .proposes-lst li:nth-child(3n+1) {
	margin-left: 0;
}
.corporate .proposes-lst li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}
.corporate .proposes-lst li a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	transform: rotate(45deg);
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.corporate .proposes-item-ttl {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #b8b8b8;
}
.corporate .proposes-item-txt {
	padding: 35px 20px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 1270px) {
	.corporate .proposes-lst li {
		padding: 0 5px;
	}
	.corporate .proposes-item-txt {
		padding: 35px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.corporate .proposes {
		padding: 50px 0 0;
	}
	.corporate .proposes .txt-page {
		margin-top: 10px;
	}
	.corporate .proposes-lst {
		display: block;
		margin: 35px -30px 0;
	}
	.corporate .proposes-lst li {
		width: 100%;
		margin: 0 0 0;
		padding: 0;
		border-bottom: 1px solid #b8b8b8;
	}
	.corporate .proposes-lst li:first-of-type {
		border-top: 1px solid #b8b8b8;
	}
	.corporate .proposes-lst li a {
		padding: 35px 30px 60px;
	}
	.corporate .proposes-lst li a::after {
		border-width: 1px;
		bottom: 40px;
	}
	.corporate .proposes-item-ttl {
		font-size: 14px;
		line-height: 21px;
		border-bottom: none;
		padding-bottom: 0;
	}
	.corporate .proposes-item-txt {
		text-align: left;
		font-size: 12px;
		line-height: 20px;
		padding: 0;
		width: 100%;
		max-width: 255px;
		margin: 10px auto 0;
	}
}

/* reason
-------------------------------------------------- */
.corporate .reason {
	background-color: #eeede9;
	padding: 110px 0 80px;
}
.corporate .reason-lst {
	margin-top: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.corporate .reason-lst li {
	width: 31.291%;
	margin: 0 0 40px 3.0635%;
}
.corporate .reason-lst li:nth-child(3n+1) {
	margin-left: 0;
}
.corporate .reason-item-img {
	margin-bottom: 30px;
}
.corporate .reason-item-ttl {
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
	font-weight: bold;
}
.corporate .reason-item-txt {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
.corporate .reason-btn {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.corporate .reason {
		padding: 50px 0 60px;
	}
	.corporate .reason .ttl-page {
		margin: 0 -30px;
	}
	.corporate .reason-lst {
		margin-top: 40px;
		display: block;
	}
	.corporate .reason-lst li {
		width: 100%;
		margin: 0 0 35px;
	}
	.corporate .reason-item-img {
		margin-bottom: 10px;
	}
	.corporate .reason-item-ttl {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.08em;
	}
	.corporate .reason-item-txt {
		font-size: 12px;
		line-height: 20px;
	}
}

/* custom
-------------------------------------------------- */
.corporate .custom {
	padding-bottom: 40px;
	background-image: url(../images/assets/corporate-gift/corporate-custom-deco01.png);
	background-repeat: no-repeat;
	background-position: top 122px right;
}
.corporate .custom::before {
	content: "";
	width: 100%;
	height: 40px;
	background-color: #eeede9;
	position: absolute;
	top: 0;
	left: 0;
}
.corporate .custom-hd {
	text-align: right;
}
.corporate .custom-hd img {
	max-width: 100%;
	height: auto;
}
.corporate .custom-inner {
	max-width: 1032px;
	margin: 0 auto;
}
.corporate .custom-lst {
	margin-top: 115px;
}
.corporate .custom-lst li {
	margin-bottom: 75px;
}
.corporate .custom-lst li > * + * {
	margin-top: 40px;
}
.corporate .custom-media {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.corporate .custom-media-img {
	width: 50%;
	max-width: 496px;
}
.corporate .custom-media-info {
	width: 48%;
	padding-top: 15px;
}
.corporate .custom-media-ttl {
	margin-bottom: 35px;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333;
}
.corporate .custom-media-txt {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
.corporate .custom-media-txt + * {
	margin-top: 30px;
}
.corporate .custom-example {
	background-color: #eeede9;
	display: flex;
}
.corporate .custom-example-head {
	padding: 30px 0;
	flex-shrink: 0;
}
.corporate .custom-example-title {
	padding: 0 40px;
	font-size: 18px;
	font-weight: bold;
	border-style: solid;
	border-color: #808080;
	border-width: 0 1px 0 0;
	height: 100%;
	display: grid;
	place-items: center;
}
.corporate .custom-example-detail {
	min-width: 250px;
	padding: 80px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.corporate .custom-example-detail > * + * {
	margin-top: 10px;
}
.corporate .custom-example-detail > .custom-example-link {
	margin-top: 20px;
}
.corporate .custom-example-name {
	font-size: 18px;
}
.corporate .custom-example-img {
	margin-left: auto;
	padding: 35px 50px 35px 0;
	display: grid;
	place-items: center;
}
.corporate .custom-example-img-inner {
	max-width: 350px;
}
.corporate .custom-example-img > img {
	max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.corporate .custom {
		background-position: top 150px right;
		background-size: 260px auto;
	}
	.corporate .custom .boxTxt {
		width: 65%;
	}
}
@media only screen and (max-width: 767px) {
	.corporate .custom {
		background: none;
		padding: 40px 0 20px;
	}
	.corporate .custom::before {
		display: none;
	}
	.corporate .custom::after {
		content: "";
		width: 139px;
		height: 82px;
		background-image: url(../images/assets/corporate-gift/corporate-custom-deco01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: absolute;
		top: -20px;
		right: 0;
	}
	.corporate .custom-hd {
		max-width: 267px;
		margin-left: -10px;
	}
	.corporate .custom .boxTxt {
		margin-top: 45px;
	}
	.corporate .custom-lst {
		margin-top: 55px;
	}
	.corporate .custom-lst li {
		margin-bottom: 35px;
	}
	.corporate .custom-lst li > * + * {
		margin-top: 12px;
	}
	.corporate .custom-media {
		display: block;
	}
	.corporate .custom-media-img {
		width: 100%;
		max-width: 100%;
	}
	.corporate .custom-media-info {
		width: 100%;
		padding-top: 10px;
	}
	.corporate .custom-media-ttl {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 21px;
	}
	.corporate .custom-media-txt {
		font-size: 12px;
		line-height: 20px;
	}
	.corporate .custom-media-txt + * {
		margin-top: 12px;
	}
	.corporate .custom-example {
		display: block;
	}
	.corporate .custom-example-head {
		padding: 0 23px 0 10px;
	}
	.corporate .custom-example-title {
		padding: 16px 10px;
		font-size: 14px;
		border-color: #cccbc6;
		border-width: 0 0 1px 0;
		display: block;
	}
	.corporate .custom-example-detail {
		padding: 14px 20px 40px;
		display: block;
	}
	.corporate .custom-example-detail > * + * {
		margin-top: 10px;
	}
	.corporate .custom-example-detail > .custom-example-link {
		margin-top: 5px;
	}
	.corporate .custom-example-name {
		font-size: 14px;
	}
	.corporate .custom-example-img {
		padding: 0 20px 35px;
	}
}

/* easy
-------------------------------------------------- */
.corporate .easy {
	padding-bottom: 120px;
}
.corporate .easy-inner {
	max-width: 1032px;
	margin: 0 auto;
	padding-top: 40px;
}
.corporate .easy-hd {
	position: absolute;
	top: 0;
	left: 35px;
}
.corporate .easy-hd img {
	max-width: 100%;
	height: auto;
}
.corporate .easy .boxTxt {
	margin-left: auto;
}
.corporate .easy-lst {
	margin-top: 110px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.corporate .easy-lst li {
	width: calc(50% - 20px);
	margin-bottom: 75px;
	display: flex;
	flex-direction: column;
}
.corporate .easy-lst li > .btn {
	width: 100%;
	max-width: none;
	margin-top: auto;
}
.corporate .easy-lst li > .btn + .btn {
	margin-top: 12px;
}
.corporate .easy-lst li > .btn.-placeholder {
	visibility: hidden;
}
.corporate .easy-item-img {
	margin-bottom: 30px;
}
.corporate .easy-item-ttl {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #333;
}
.corporate .easy-item-txt {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
.corporate .easy-btn {
	margin: 0 auto 0;
	width: 410px;
	height: 100px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: #eeede9;
}
.corporate .easy-btn span {
	padding-left: 70px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #333;
}
.corporate .easy-btn span::before {
	content: "";
	width: 40px;
	height: 28px;
	background-image: url(../images/assets/corporate-gift/corporate-icon02.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1220px) {
	.corporate .easy .boxTxt {
		width: calc(100% - 380px);
	}
}
@media only screen and (max-width: 767px) {
	.corporate .easy {
		padding-bottom: 60px;
	}
	.corporate .easy-inner {
		padding-top: 5px;
	}
	.corporate .easy-hd {
		position: static;
		max-width: 177px;
		margin-left: auto;
	}
	.corporate .easy .boxTxt {
	}
	.corporate .easy-lst {
		margin-top: 55px;
		display: block;
	}
	.corporate .easy-lst li {
		width: 100%;
		margin-bottom: 40px;
	}
	.corporate .easy-lst li > .btn + .btn {
		margin-top: 10px;
	}
	.corporate .easy-lst li > .btn.-placeholder {
		display: none;
	}
	.corporate .easy-item-img {
		margin-bottom: 10px;
	}
	.corporate .easy-item-ttl {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 21px;
	}
	.corporate .easy-item-txt {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 20px;
	}
	.corporate .easy-btn {
		width: 100%;
		height: 90px;
	}
	.corporate .easy-btn span {
		font-size: 14px;
		line-height: 24px;
	}
	.corporate .easy-btn span::before {
		width: 34px;
		height: 23px;
		background-size: 34px 23px;
		left: 5px;
	}
}

/* index-ranking
-------------------------------------------------- */

@media only screen and (min-width: 768px) {
	.corporate .index-ranking-item,
	.corporate .index-ranking-item-inner,
	.corporate .lst-index-ranking-item {
		width: 100%;
		max-width: 1032px;
	}
	.corporate .lst-index-ranking-item {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.corporate .lst-index-ranking-item li {
		width: 22%;
		flex-basis: 22%;
	}
}
@media only screen and (max-width: 767px) {
	.corporate .lst-index-ranking-item {
		/* width: 450px; */
	}
	.corporate .index-ranking-item-inner {
		/* width: 530px; */
	}
}

/* recommend
-------------------------------------------------- */
.corporate .recommend {
	padding: 110px 0 75px;
	background-color: #eeede9;
}
.corporate .recommend-inner {
	max-width: 1092px;
}
.corporate .recommend .ttl-page {
	margin-bottom: 90px;
}
.corporate .recommend-ttl {
	margin-top: 65px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.corporate .recommend-ttl-01 {
	width: 49.8%;
	text-align: right;
	padding-right: 30px;
}
.corporate .recommend-ttl-01 img {
	max-width: 100%;
	height: auto;
}
.corporate .recommend-ttl-02 {
	width: 50.2%;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
	padding-left: 35px;
}
.corporate .recommend-ttl-02::before {
	content: "";
	width: 4px;
	height: 40px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.corporate .recommend-lst {
	margin-top: 55px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.corporate .recommend-lst li {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
.corporate .recommend-item-ttl {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 0.08em;
	color: #000;
}
.corporate .recommend-item-txt {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #000;
	margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
	.corporate .recommend {
		padding: 50px 0 20px;
	}
	.corporate .recommend .ttl-page {
		margin: 0 -30px;
	}
	.corporate .recommend-ttl {
		display: block;
	}
	.corporate .recommend-ttl-01 {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-left: -10px;
	}
	.corporate .recommend-ttl-01.ttl01 {
		max-width: 151px;
	}
	.corporate .recommend-ttl-01.ttl02 {
		max-width: 238px;
	}
	.corporate .recommend-ttl-01.ttl03 {
		max-width: 269px;
	}
	.corporate .recommend-ttl-02 {
		margin-top: 15px;
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 21px;
		padding-left: 25px;
	}
	.corporate .recommend-ttl-02::before {
		width: 2px;
	}
	.corporate .recommend-lst {
		margin-top: 50px;
		display: block;
	}
	.corporate .recommend-lst li {
		width: 100%;
		margin-bottom: 35px;
	}
	.corporate .recommend-item-ttl {
		margin-top: 10px;
		font-size: 14px;
	}
	.corporate .recommend-item-txt {
		margin: 5px 0;
		font-size: 12px;
		line-height: 20px;
	}
}

/* faq
-------------------------------------------------- */
.corporate .faq {
	padding: 50px 0 120px;
	background-color: #eeede9;
}
.corporate .faq-box {
	background-color: #e5e4de;
	padding: 110px 30px 80px;
}
.corporate .faq-inner {
	width: 100%;
	max-width: 1032px;
	margin: 45px auto 0;
}
.corporate .faq-item:last-of-type {
	border-bottom: 1px solid #b8b8b8;
}
.corporate .faq-item {
	border-top: 1px solid #b8b8b8;
	padding: 35px 100px 35px 20px;
}
.corporate .faq-q,
.corporate .faq-a {
	min-height: 42px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #333;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.corporate .faq-a {
	margin-top: 30px;
}
.corporate .faq-q::before,
.corporate .faq-a::before {
	content: "";
	display: inline-block;
	width: 85px;
	min-width: 85px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}
.corporate .faq-q::before {
	height: 42px;
	background-image: url(../images/assets/corporate-gift/corporate-icon-faq01.png);
	top: 5px;
	left: 0;
}
.corporate .faq-a::before {
	height: 34px;
	background-image: url(../images/assets/corporate-gift/corporate-icon-faq02.png);
	top: 2px;
	left: -3px;
}
@media only screen and (min-width: 768px) {
	.corporate .faq-btn {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.corporate .faq {
		padding: 55px 0 100px;
	}
	.corporate .faq-box {
		padding: 45px 10px 0;
	}
	.corporate .faq-inner {
		margin-top: 40px;
	}
	.corporate .faq-item:last-of-type {
		border-bottom: none;
	}
	.corporate .faq-item {
		padding: 25px 0;
	}
	.corporate .faq-q,
	.corporate .faq-a {
		min-height: 25px;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		font-size: 12px;
		line-height: 20px;
	}
	.corporate .faq-a {
		margin-top: 25px;
	}
	.corporate .faq-q::before,
	.corporate .faq-a::before {
		width: 30px;
		min-width: 30px;
	}
	.corporate .faq-q::before {
		height: 21px;
		background-size: 21px 21px;
		top: 0;
	}
	.corporate .faq-a::before {
		height: 17px;
		background-size: 22px 17px;
		top: 4px;
		left: 0;
	}
	.corporate .faq-btn {
		margin-top: 1px;
		text-align: center;
		background-color: #e5e4de;
		padding: 14px 0;
		cursor: pointer;
		display: none;
	}
	.corporate .faq-btn span {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding-left: 20px;
		color: #333;
	}
	.corporate .faq-btn span::before {
		content: "";
		width: 7px;
		height: 6px;
		background-image: url(https://tableware.itembox.design/item/images/common/link-deco01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 7px 6px;
		position: absolute;
		top: 40%;
		left: 5px;
	}
}

/* -----------------------------------------------
 page /f/corporation/collaboration/
-------------------------------------------------- */

/* common page
-------------------------------------------------- */
.collaboration .ttl-page {
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: normal;
}
.collaboration .ttl-icon {
	position: relative;
	padding-bottom: 35px;
}
.collaboration .ttl-icon::after {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(../images/assets/collaboration/collaboration-icon01.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.collaboration .txt-page {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.08em;
	color: #333;
}
@media only screen and (max-width: 767px) {
	.collaboration .ttl-page {
		font-size: 22px;
		line-height: 36px;
	}
	.collaboration .ttl-icon {
		padding-bottom: 20px;
	}
	.collaboration .txt-page {
		text-align: left;
		line-height: 24px;
	}
}

/* collaboration
-------------------------------------------------- */
.collaboration .development {
	padding: 80px 0;
}
.collaboration .development-inner {
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1300px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.collaboration .development-info {
	width: 50%;
	max-width: 615px;
	margin-top: 20px;
}
.collaboration .development-ttl {
	font-size: 32px;
	line-height: 48px;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
}
.collaboration .development-txt {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	letter-spacing: 0.08em;
}
.collaboration .development-img {
	width: 42%;
	text-align: right;
}
.collaboration .development-img img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 1000px) {
	.collaboration .development-info {
		width: 56%;
	}
	.collaboration .development-ttl {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.collaboration .development {
		padding: 50px 0;
	}
	.collaboration .development-inner {
		display: block;
	}
	.collaboration .development-info {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
	}
	.collaboration .development-ttl {
		font-size: 22px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.collaboration .development-txt {
		line-height: 24px;
	}
	.collaboration .development-img {
		width: 100%;
		max-width: 164px;
		margin: 55px auto 0;
	}
}
@media only screen and (max-width: 355px) {
	.collaboration .development-ttl {
		font-size: 19px;
	}
}

/* case
-------------------------------------------------- */
.collaboration .case {
	padding-bottom: 35px;
	background-color: #eeede9;
}
.collaboration .case-hd {
	text-align: center;
	margin: 0 auto;
	top: -20px;
}
.collaboration .case-hd img {
	max-width: 100%;
	height: auto;
}
.collaboration .case-ttl {
	top: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
}
.collaboration .case-lst {
	margin: 75px auto 0;
	width: 100%;
	max-width: 1032px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.collaboration .case-lst li {
	width: 49%;
	max-width: 496px;
	margin-bottom: 80px;
}
.collaboration .case-item-img {
}
.collaboration .case-item-ttl {
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.08em;
}
.collaboration .case-item-txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
	.collaboration .case {
		padding-bottom: 20px;
	}
	.collaboration .case-hd {
		padding: 0 5px;
		max-width: 339px;
		top: -10px;
	}
	.collaboration .case-ttl {
		font-size: 14px;
	}
	.collaboration .case-lst {
		display: block;
		margin-top: 50px;
	}
	.collaboration .case-lst li {
		width: 100%;
		max-width: 100%;
		margin: 0 0 35px;
	}
	.collaboration .case-item-ttl {
		margin-top: 10px;
		font-size: 14px;
		line-height: 21px;
	}
	.collaboration .case-item-txt {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}
}

/* reason
-------------------------------------------------- */
.collaboration .reason {
	padding: 115px 0 70px;
}
.collaboration .reason-lst {
	margin-top: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.collaboration .reason-lst li {
	width: 31.3%;
	margin: 0 0 50px 3.05%;
}
.collaboration .reason-lst li:nth-child(3n+1) {
	margin-left: 0;
}
.collaboration .reason-item-img {
	text-align: center;
}
.collaboration .reason-item-img img {
	max-width: 140px;
	height: auto;
}
.collaboration .reason-item-ttl {
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.collaboration .reason-item-txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
	.collaboration .reason {
		padding: 50px 0 5px;
	}
	.collaboration .reason .ttl-page {
		margin: 0 -30px;
	}
	.collaboration .reason-lst {
		margin-top: 40px;
		display: block;
	}
	.collaboration .reason-lst li {
		width: 100%;
		margin: 0 0 35px;
	}
	.collaboration .reason-item-ttl {
		margin-top: 30px;
		font-size: 14px;
		line-height: 21px;
	}
	.collaboration .reason-item-txt {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}
}

/* flow
-------------------------------------------------- */
.collaboration .flow {
	padding: 115px 0 105px;
}
.collaboration .flow .txt-page {
	margin-top: 50px;
}
.collaboration .flow-product {
	margin-top: 70px;
	text-align: center;
}
.collaboration .flow-img01 img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.collaboration .flow {
		padding: 50px 0 45px;
	}
	.collaboration .flow .txt-page {
		margin-top: 15px;
	}
	.collaboration .flow-product {
		margin: 40px -30px 0;
		padding: 0 5px;
	}
	.collaboration .flow-img01 {
		max-width: 345px;
		margin: 0 auto;
	}
}

/* box-corporation-foot
-------------------------------------------------- */
.box-corporation-foot-wrap{
	background-color: #eeede9;
	padding: 0 0 110px;
}
.box-corporation-foot{
	background-color: #eeede9;
	display: flex;
	max-width: 1030px;
	margin: 100px auto 0;
}
.box-corporation-foot--white{
	background-color: #fff;
	margin: 0 auto;
}
.box-corporation-foot__img{
	width: 50%;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 80px;
}
.box-corporation-foot__img img{
	max-width: 100%;
	height: auto;
}
.box-corporation-foot__cnt{
	width: 50%;
	padding: 72px 80px 75px;
}
.box-corporation-foot__cnt__txt{
	font-size: 12px;
	line-height: 1.67;
	letter-spacing: 0.1em;
	padding-top: 31px;
}
.box-corporation-foot .btn{
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	letter-spacing: 0.08em;
	padding: 18px 0;
	margin-top: 38px;
}
@media only screen and (max-width: 767px){ /* SP */
	.box-corporation-foot-wrap{
		padding: 0 0 70px;
	}
	.box-corporation-foot{
		margin: 0 -60px;
		display: block;
	}
	.box-corporation-foot--white{
		margin: 0;
	}
	.box-corporation-foot__img{
		width: 100%;
		padding-left: 0;
	}
	.box-corporation-foot__cnt{
		width: 100%;
		padding: 30px;
	}
	.box-corporation-foot__cnt__hdg{
		font-size: 18px;
		line-height: 1.33;
	}
	.box-corporation-foot__cnt__txt{
		padding-top: 30px;
		line-height: 1.92;
	}
	.box-corporation-foot .btn{
		margin-top: 15px;
	}
}