@charset "UTF-8";

a:active,
a:hover {
	border: none;
}

.ly_header,
img {
	width: 100%;
}

li,
ol,
ul {
	list-style: none;
}

#ulNewsList li a,
.bl_product_catLink:active,
.bl_product_catLink:active .bl_product_catText,
.bl_product_catLink:active .bl_product_catTitle,
.bl_product_catLink:hover,
.inner__newslist-pagenavi ul li:hover a,
a,
a:hover,
ins {
	text-decoration: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	outline: 0;
	background: 0 0;
}

ins,
mark {
	background-color: #ff9;
	color: #000;
}

a {
	background: 0 0;
}

mark {
	font-weight: 700;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

.gNav__item:hover,
.open #mask,
.slide-arrow:hover,
.toggle_btn {
	cursor: pointer;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

* {
	box-sizing: border-box;
}

a:hover {
	opacity: 0.7;
}

.hp_pcHide {
	display: none !important;
}

.ly_header {
	background: #ea6000;
	position: fixed;
	z-index: 9999;
}

@media screen and (max-width: 768px) {
	.hp_pcHide {
		display: block !important;
	}

	.hp_spHide {
		display: none !important;
	}

	.ly_header {
		position: fixed;
	}
}

.ly_header-inner {
	max-width: 1030px;
	margin: 0 auto;
	padding: 33px 0 37px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 4;
}

.el_header_logo {
	max-width: 183px;
}

.el_header_logo img {
	width: 183px;
	height: auto;
}

.bl_header_nav {
	margin-left: auto;
	padding-left: 10px;
}

@media screen and (max-width: 768px) {
	.ly_header-inner {
		padding: 10px;
	}

	.el_header_logo {
		width: 30%;
	}

	.el_header_logo img {
		width: 100%;
		height: auto;
	}

	.bl_header_nav {
		display: none;
	}
}

.bl_header_navList {
	display: flex;
	align-items: center;
}

.bl_header_navLink {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.bl_header_navLink .bl_header_navLink-en {
	font-size: 10px;
	letter-spacing: 0.15em;
}

.bl_header_navItem {
	text-align: center;
	line-height: 1.1;
	margin-right: 24px;
}

.bl_header_sns {
	display: flex;
	align-items: center;
  /* 2025-04-07 m.kon */
  /* ショップリンクなくなったことにより、右端消去 */
  /* padding-right: 166px; */
}

@media screen and (max-width: 768px) {
	.bl_header_sns {
		padding: 0;
		margin-left: auto;
		margin-right: 35px;
	}
}

.bl_header_snsItem {
	margin-right: 18px;
}

.bl_header_snsItem-facebook {
	width: 31px;
}

.bl_header_snsItem-facebook img {
	width: 31px;
	height: auto;
}

.bl_header_snsItem-twitter {
	width: 28px;
}

.bl_header_snsItem-twitter img {
	width: 28px;
	height: auto;
}

.bl_header_snsLink {
	display: inline-block;
	vertical-align: middle;
}

.bl_header_badge {
	text-align: center;
	position: absolute;
	top: -16px;
	right: 0;

  /* 2025-04-07 */
  /* m.kon */
  display:none;
}

.bl_header_badgeLink {
	width: 160px;
	height: auto;
	display: inline-block;
}

.bl_header_badgeLink:hover {
	opacity: 1;
}

.ly_spNav {
	display: block;
	position: fixed;
	top: 0;
	right: -250px;
	bottom: 0;
	width: 250px;
	background: #f07600;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.5s;
	z-index: 3;
	opacity: 0;
	height: 55%;
}

.open .ly_spNav {
	right: 0;
	opacity: 1;
}

.ly_spNav .ly_spNav_inner {
	padding: 55px 10px;
}

.ly_spNav .ly_spNav_inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ly_spNav .ly_spNav_inner ul li {
	position: relative;
	margin: 0 0 10px;
	border-bottom: 1px dotted #fff;
}

.ly_spNav .ly_spNav_inner ul li:last-of-type {
	border: none;
}

.ly_spNav .ly_spNav_inner ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition-duration: 0.2s;
	line-height: 2;
	padding: 10px 15px 5px;
}

#mask,
.toggle_btn,
.toggle_btn span {
	transition: all 0.5s;
}

.ly_spNav .ly_spNav_inner ul li a:hover {
	background: #e4e4e4;
}

.toggle_btn {
	display: block;
	position: fixed;
	top: 12px;
	right: 15px;
	width: 30px;
	height: 30px;
	z-index: 5;
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
}

.toggle_btn span:nth-child(1) {
	top: 4px;
}

.toggle_btn span:nth-child(2) {
	top: 14px;
}

.toggle_btn span:nth-child(3) {
	bottom: 4px;
}

.open .toggle_btn span {
	background-color: #fff;
}

.open #mask,
.u_bg-b {
	background: #000;
}

.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

#mask {
	display: none;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 2;
}

.ly_footer {
	border-top: 12px solid #ea6000;
	padding: 56px 0 125px;
}

.bl_footer_inner {
	max-width: 965px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.bl_footer_inner {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
}

.bl_footer_logo {
	max-width: 198px;
	flex: 1;
	margin-right: 60px;
}

@media screen and (max-width: 768px) {
	.bl_footer_logo {
		margin-right: 0;
	}
}

.bl_footer_body {
	margin-top: 16px;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.bl_footer_body {
		margin-right: 0;
		margin-bottom: 40px;
	}
}

.bl_footer_companyName {
	font-size: 20px;
	line-height: 2.35;
	letter-spacing: 0.11em;
}

.bl_footer_companyDetail {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.11em;
}

.bl_footer_link {
	margin: -45px 0 0 258px;
	display: flex;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.11em;
}

.bl_footer_link>li {
	margin-right: 30px;
}

.bl_footer_link a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.bl_footer_link {
		justify-content: center;
		margin: 20px 0 0;
	}
}

.bl_footer_linkWrap {
	max-width: 965px;
	margin: 0 auto;
}

.bl_footer_img {
	width: 328px;
}

.u_textVertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	letter-spacing: 0;
}

.p_title-l {
	font-size: 101px;
	line-height: 1.1;
}

@media screen and (max-width: 768px) {
	.bl_footer_img {
		width: 100%;
	}

	.p_title-l {
		font-size: 11vw;
	}
}

.p_title-m {
	font-size: 85px;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
	.p_title-m {
		font-size: 42px;
	}
}

.p_title-s {
	font-size: 58px;
	line-height: 1.3;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.p_title-s {
		font-size: 6vw;
	}
}

.p_title-ss {
	font-size: 44px;
}

.el_addBtn {
	font-size: 40px;
	color: #fff;
	background-color: #ea6000;
	padding: 0 32px;
	border-radius: 10px;
	letter-spacing: 0.06em;
	display: inline-block;
}

.bl_item__notes--orenge>small,
.el_item__btn {
	color: #ea6000;
}

@media screen and (max-width: 768px) {
	.el_addBtn {
		font-size: 20px;
		padding: 5px 16px;
	}
}

.el_addBtn-wrap {
	text-align: center;
	margin-top: 20px;
}

.el_item__btn {
	border-radius: 7px;
	border: 3px solid #ea6000;
	font-size: 20px;
	padding: 0 13px;
	display: inline-block;
}

.el_addBtn-wrap-premium {
	margin-top: 125px;
}

@media screen and (max-width: 768px) {
	.el_addBtn-wrap-premium {
		margin-top: 60px;
	}
}

.bl_itemList {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bl_item {
	text-align: center;
	margin: 0 50px 80px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.bl_item {
		margin: 0 5px 40px;
		width: 45%;
	}
}

.bl_item__name {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 5px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.bl_item__name {
		font-size: 16px;
	}
}

.bl_item__price {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.bl_item__price {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.bl_item__img {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.bl_item__img {
		margin-bottom: 15px;
	}
}

.bl_item__img-02 {
	margin-top: auto;
}

.bl_item__text {
	font-weight: 700;
	text-align: left;
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 30px;
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
td,
th {
	font-weight: 400;
}

.bl_item__notes {
	margin-top: -20px;
	margin-bottom: 15px;
	line-height: 1.1;
}

@media screen and (max-width: 768px) {
	.bl_item__text {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.bl_item__notes {
		margin: 0;
	}
}

.bl_item__notes>small {
	font-size: 10px;
}

.bl_item__notes--orenge {
	margin-top: 0;
}

.bl_newItem {
	/*margin-bottom: 280px*/
	margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
	.bl_newItem {
		margin-bottom: 140px;
	}
}

.bl_newItem_secTitle {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
	.bl_newItem_secTitle {
		font-size: 18px;
	}
}

.bl_newItem_text,
.bl_newItem_title {
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.16em;
	/* text-align: center; */
	text-align: left;
	color: #fff;
}

.bl_newItem_img {
	margin-bottom: 10px;
}

.bl_newItem_listWrap {
	max-width: 1125px;
	margin: 0 auto;
	width: 80%;
}

@media screen and (max-width: 768px) {
	.bl_newItem_listWrap {
		width: 70%;
	}
}

.bl_newItem_list li {
	margin: 0 15px;
}

.bl_newItem_list .bl_newItem_link {
	display: block;
}

.slide-arrow {
	width: 60px;
	height: 60px;
	top: 44%;
}

.slide-arrow.prev-arrow {
	position: absolute;
	left: -70px;
	transform: translateY(-50%);
}

.slide-arrow.next-arrow {
	position: absolute;
	right: -70px;
	transform: translateY(-50%);
}

.bl_youTube {
	max-width: 810px;
	margin: 0 auto;
	padding: 0 10px 240px;
}

@media screen and (max-width: 768px) {
	.slide-arrow {
		width: 30px;
		height: 30px;
		top: 35%;
	}

	.slide-arrow.prev-arrow {
		left: -40px;
	}

	.slide-arrow.next-arrow {
		right: -40px;
	}

	.bl_youTube {
		padding: 0 10px 120px;
	}
}

.bl_youTube_title {
	width: 420px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
	.bl_youTube_title {
		width: 80%;
	}
}

.bl_youTube_content {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin-bottom: 90px;
}

.bl_youTube_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.bl_mv {
	padding-bottom: 105px;
	padding-top: 115px;
}

.p_mvInner {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}

.p_mvTitle-premiun {
	position: absolute;
	left: calc(50% - 35%);
	bottom: 70px;
}

.p_mvTitle-premiunIco {
	width: 182px;
	margin: 10px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.p_mvTitle-premiun {
		bottom: 0;
	}

	.p_mvTitle-premiun .p_title-l {
		font-size: 10vw;
	}

	.p_mvTitle-premiunIco {
		width: 60%;
	}
}

.p-mvText-premiun {
	position: absolute;
	right: calc(50% - 36%);
	top: 84px;
}

@media screen and (max-width: 768px) {
	.bl_mv {
		padding: 60px 0 120px;
	}

	.p_mvTitle-premiun {
		left: calc(50% - 48%);
		bottom: -75px;
	}

	.p_mvTitle-premiunIco {
		width: 50%;
		margin: 10px 0;
	}

	.p-mvText-premiun {
		right: calc(50% - 45%);
		top: 10%;
	}
}

.bl_lead_wrap {
	margin-bottom: 184px;
}

@media screen and (max-width: 768px) {
	.bl_lead_wrap {
		margin-bottom: 90px;
	}
}

.bl_lead {
	margin-bottom: 100px;
	position: relative;
	display: flex;
	width: 100%;
}

@media screen and (min-width: 911px) and (max-width: 1250px) {
	.bl_lead {
		margin-bottom: 25%;
	}
}

@media screen and (max-width: 910px) {
	.bl_lead {
		position: static;
		margin-bottom: 45px;
		flex-direction: column;
	}
}

.bl_lead_text {
	font-size: 24px;
	/*line-height: 2.5;*/
	line-height: 2.3;
	position: relative;
	z-index: 2;
}

.bl_lead_textWrap {
	position: absolute;
	left: calc(40% + 10%);
	order: 2;
}

@media screen and (max-width: 910px) {
	.bl_lead_text {
		font-size: 16px;
	}

	.bl_lead_textWrap {
		position: static;
		order: 1;
		margin-left: 0;
		width: 100%;
	}

	.bl_lead_textInner {
		display: flex;
		justify-content: center;
		margin: 0 auto 30px;
	}
}

.bl_lead_img {
	width: 54%;
	order: 1;
}

.bl_recommended {
	max-width: 980px;
	padding: 0 5px;
	margin: 0 auto 210px;
}

@media screen and (max-width: 910px) {
	.bl_lead_img {
		width: 100%;
		position: static;
		order: 2;
	}

	.bl_recommended {
		margin: 0 auto 100px;
	}
}

.bl_recommended figure {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 110px;
}

.bl_recommended figcaption {
	display: flex;
	width: 60%;
}

.bl_recommended_title {
	order: 2;
	font-size: 45px;
	line-height: 1.5;
}

@media screen and (max-width: 910px) {
	.bl_recommended figure {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.bl_recommended figcaption {
		padding: 0;
		margin: 0 auto 30px;
		justify-content: center;
	}

	.bl_recommended_title {
		font-size: 20px;
		margin-right: 0;
	}
}

.bl_recommended_text {
	font-size: 20px;
	line-height: 2.6;
	margin-right: 30px;
}

.bl_recommended_img {
	width: 35%;
}

@media screen and (max-width: 910px) {
	.bl_recommended_text {
		font-size: 14px;
		line-height: 2.2;
		margin-right: 15px;
	}

	.bl_recommended_img {
		width: 60%;
		margin: 0 auto;
	}
}

.bl_item-premium {
	margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
	.bl_item-premium {
		margin-bottom: 60px;
	}
}

.bl_gift {
	max-width: 810px;
	padding: 0 10px 270px;
	margin: 0 auto;
}

.bl_gift::before {
	content: "";
	display: inline-block;
	position: relative;
	background: url(../images/premium/ico_gift.svg) center no-repeat #000;
	width: 44px;
	height: 14px;
	padding: 0 16px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.bl_gift {
		padding: 0 10px 130px;
	}
}

.bl_gift_inner {
	display: flex;
	margin-bottom: 156px;
	justify-content: space-between;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0 45px;
	position: relative;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.bl_gift_inner {
		flex-direction: column;
		margin-bottom: 70px;
		padding: 30px 0;
	}
}

.bl_gift_body {
	order: 2;
	display: flex;
	justify-content: flex-end;
}

.bl_gift_title {
	order: 2;
	font-size: 42px;
	line-height: 1.65;
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.bl_gift_body {
		justify-content: center;
	}

	.bl_gift_title {
		font-size: 20px;
		margin-right: 0;
	}
}

.bl_gift_text {
	font-size: 18px;
	line-height: 2;
	order: 1;
	margin-right: 40px;
}

.bl_gift_img {
	order: 1;
	max-width: 390px;
}

.bl_mv-uminosachi {
	position: relative;
	padding: 230px 0 150px;
	display: flex;
}

.bl_mv-uminosachi_body {
	position: relative;
	margin-left: 50px;
}

@media screen and (max-width: 768px) {
	.bl_gift_text {
		font-size: 14px;
		margin-right: 10px;
	}

	.bl_gift_img {
		order: 2;
		width: 70%;
	}

	.bl_mv-uminosachi {
		padding: 0 10px 70px 0;
	}

	.bl_mv-uminosachi_body {
		margin-left: 0;
		top: 80px;
	}
}

.bl_mv-uminosachi_body_inner {
	display: flex;
}

.bl_mv-uminosachi_title {
	order: 2;
	position: relative;
	z-index: 2;
}

.bl_mv-uminosachi_text {
	font-size: 25px;
	line-height: 2.4;
	letter-spacing: 0.12em;
	order: 1;
	position: relative;
	z-index: 2;
}

.bl_mv-uminosachi_titleLogo {
	width: 94px;
	order: 3;
	margin-left: 20px;
}

.bl_mv-uminosachi_leadText {
	color: #fff;
	font-size: 25px;
	line-height: 2.3;
	letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
	.bl_mv-uminosachi_text {
		display: none;
	}

	.bl_mv-uminosachi_titleLogo {
		width: 50px;
		margin-left: 10px;
	}

	.bl_mv-uminosachi_leadText {
		font-size: 14px;
		line-height: 2.4;
		letter-spacing: 0.12em;
	}
}

.bl_mv-uminosachi_img {
	width: 60%;
}

.bl_mv-uminosachi_lead {
	max-width: 1190px;
	margin: 0 auto 150px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.bl_mv-uminosachi_img {
		width: 100%;
		padding-top: 70px;
	}

	.bl_mv-uminosachi_lead {
		width: 100%;
		margin-bottom: 40px;
	}
}

.ly_content-uminosachi {
	padding-top: 150px;
}

@media screen and (max-width: 768px) {
	.ly_content-uminosachi {
		padding-top: 20px;
	}
}

.bl_dev {
	padding-bottom: 240px;
	display: flex;
}

.bl_dev_inner {
	border: 1px solid #fff;
	max-width: 600px;
	margin: 0 auto;
	padding: 80px 50px 60px 70px;
}

.bl_dev_title {
	font-size: 50px;
	line-height: 1.6;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
	.bl_dev_inner {
		padding: 40px 20px 30px 30px;
	}

	.bl_dev_title {
		font-size: 25px;
	}
}

.bl_dev_text {
	font-size: 21px;
	line-height: 2.6;
	margin-right: 60px;
	letter-spacing: 0.15em;
}

.bl_mv-kouramori {
	display: flex;
	padding-top: 115px;
	padding-bottom: 145px;
}

@media screen and (max-width: 768px) {
	.bl_dev_text {
		font-size: 14px;
		margin-right: 30px;
	}

	.bl_mv-kouramori {
		padding: 60px 0 70px;
		width: 100%;
	}
}

.bl_mv-kouramori_title {
	line-height: 1.1;
	letter-spacing: 0.02em;
}

.bl_mv-kouramori_title span {
	font-size: 44px;
	line-height: 1.4;
	letter-spacing: 0.09em;
}

.bl_mv-kouramori_img {
	width: 75%;
}

.bl_mv-kouramori_body {
	position: relative;
	right: 90px;
	top: 85px;
}

.bl_lead-kouramori {
	max-width: 1190px;
	margin: 0 auto 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gNav__link,
.heading__title__link,
.mainVisual__link {
	display: block;
}

.bl_lead-kouramori_text {
	font-size: 22px;
	line-height: 2.7;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
	.bl_mv-kouramori_title span {
		font-size: 22px;
	}

	.bl_mv-kouramori_body {
		right: 0;
		top: 20px;
	}

	.bl_lead-kouramori {
		margin: 0 auto 100px;
	}

	.bl_lead-kouramori_text {
		font-size: 14px;
		line-height: 2.4;
	}

	.bl_lead-kouramori_img {
		width: 70%;
		margin: 0 auto;
	}
}

.bl_itemList-kouramori {
	margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
	.bl_itemList-kouramori {
		margin-bottom: 35px;
	}
}

.bl_itemList-uminosachi {
	margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
	.bl_itemList-uminosachi {
		margin-bottom: 35px;
	}

	.bl_itemList-uminosachi .bl_item {
		width: 70%;
	}
}

.contents__bg {
	background: url(../img/bg_page.png) top center #000;
}

.heading {
	position: relative;
}

.heading__title {
	position: absolute;
	top: 283px;
	right: 30px;
}

.gNav__list {
	position: relative;
}

.gNav__item {
	position: absolute;
}

#blog-wrap,
#event-wrap,
#facebook-wrap,
#twitter-wrap,
.inner-hidden {
	display: none;
}

#ulNewsList li {
	overflow: hidden;
}

#ulNewsList li span {
	float: left;
}

.dynamic-contents {
	width: 500px;
}

.dynamic-contents h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #e75f00;
}

.news-once p,
.wordpress-list h2 {
	margin-bottom: 20px;
}

.wordpress-list h2 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #e75f00;
}

.news-once {
	padding: 30px 0;
	border-bottom: dotted 1px #fff;
}

.news-once img {
	max-width: 500px;
	height: auto;
}

.banner__list {
	position: relative;
	top: 508px;
}

.banner__item {
	position: absolute;
}

.banner__item--left {
	left: 49px;
}

.banner__item--right {
	right: 58px;
}

.subContents {
	background-color: #000;
}

.subContents__title__wrapper {
	margin-bottom: 80px;
	padding-top: 80px;
}

.subContents__title {
	text-align: center;
}

.commodity__link:hover .commodity__img--large,
.commodity__link:hover .commodity__img--small {
	opacity: 1;
}

.commodity__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	justify-content: space-between;
}

.commodity__item--large {
	margin-bottom: 60px;
	position: relative;
}

.ico_new {
	position: absolute;
	top: -40px;
	left: 20px;
}

.commodity__img--large {
	opacity: 0.7;
	margin-bottom: 10px;
}

.commodity__list--small {
	float: left;
	margin-bottom: 40px;
	overflow: visible;
}

.commodity__list--small:not(:nth-child(4n)) {
	margin-right: 72px;
}

.commodity__img--small {
	opacity: 0.7;
	margin-bottom: 10px;
}

.banner_wrap {
	height: 200px;
	text-align: center;
	background: url(../img/bg_page.png) center bottom #000;
	position: relative;
}

.banner_wrap img {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fancybox-skin {
	background: 0 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.fancybox-close {
	background: url(../img/detail/btn_modal_close.png) no-repeat !important;
	top: 0 !important;
	left: 0 !important;
	width: 23px !important;
	height: 23px !important;
}

.ly_content-top {
	padding-top: 100px;
}

.bl_product {
	max-width: 1125px;
	margin: 0 auto;
}
.bl_product_text01{
  text-align:center;
  line-height:2;
  margin-top:40px;
}
@media screen and (max-width: 768px) {
  .bl_product_text01{
    text-align:left;
    padding:0 20px;
  }
  .bl_product_text01 br{
    display:none;
  }
}



.bl_product_title {
	text-align: center;
	font-size: 40px;
	color: #ea6000;
	letter-spacing: 0.09em;
	line-height: 1.6;
}

.bl_product_catWrap {
	margin-top: 120px;
}

.bl_product_catLink:hover .bl_product_catText,
.bl_product_catLink:hover .bl_product_catTitle {
	opacity: 0.7;
}

.bl_product_catLink:hover .bl_product_catImg img {
	transform: scale(1.1, 1.1);
}

.bl_product_cat {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 180px;
}

@media screen and (max-width: 768px) {
	.ly_content-top {
		padding-top: 50px;
	}

	.bl_product_title {
		font-size: 30px;
	}

	.bl_product_catWrap {
		margin-top: 40px;
	}

	.bl_product_cat {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 100px;
	}
}

.bl_product_cat-rev {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 180px;
}

.bl_product_cat-rev .bl_product_catBody {
	order: 2;
}

.bl_product_cat-rev .bl_product_catImg {
	margin-left: 0;
	margin-right: 60px;
}

@media screen and (max-width: 768px) {
	.bl_product_cat-rev {
		flex-direction: column;
		align-items: center;
		margin-bottom: 100px;
	}

	.bl_product_cat-rev .bl_product_catBody {
		order: 0;
	}

	.bl_product_cat-rev .bl_product_catImg {
		margin-right: 0;
	}
}

.bl_product_cat-premium {
	align-items: center;
}

.bl_product_catTitle {
	font-size: 35px;
	line-height: 1.6;
	letter-spacing: 0.09em;
	margin-left: 10px;
	color: #fff;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.bl_product_catTitle {
		font-size: 28px;
		margin-left: 0;
	}
}

.bl_product_catText {
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 2.6;
	color: #fff;
	transition: all 0.3s;
}

.bl_product_catImg {
	margin-left: 20px;
	overflow: hidden;
}

.bl_product_catImg img {
	transition: all 1s;
}

@media screen and (max-width: 768px) {
	.bl_product_catText {
		font-size: 16px;
		line-height: 2.2;
	}

	.bl_product_catImg {
		margin-left: 0;
	}
}

.bl_product_catImg-komuke {
	margin-left: 110px;
}

.bl_product_catBody-premium {
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	.bl_product_catImg-komuke {
		margin-left: 0;
	}

	.bl_product_catBody-premium {
		padding: 40px;
	}
}

.bl_product_logoTittl {
	width: 55px;
	margin-left: 20px;
}

.el_tit_ico {
	display: inline-block;
	width: 117px;
	height: 117px;
}

.bl_ecCat {
	max-width: 1125px;
	margin: 0 auto;
	padding-bottom: 200px;
}

.bl_ecCat_title {
	color: #ea6000;
	font-size: 30px;
	letter-spacing: 0.09em;
	line-height: 2.3;
	text-align: center;
}

.bl_ecCat_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	.el_tit_ico {
		width: 64px;
		height: 64px;
	}

	.bl_ecCat {
		padding-bottom: 100px;
	}

	.bl_ecCat_list {
		justify-content: justfy-content;
	}
}

.bl_ecCat_item {
	text-align: center;
	width: 16%;
	margin: 0 15px 60px;
}

@media screen and (max-width: 768px) {
	.bl_ecCat_item:nth-of-type(2) figure img {
		width: 100%;
	}

	.bl_ecCat_item {
		width: 36%;
		margin: 0 10px 30px;
	}

	.bl_ecCat_item:first-of-type,
	.bl_ecCat_item:nth-of-type(4),
	.bl_ecCat_item:nth-of-type(5) {
		margin: 0 10px;
	}
}

.bl_ecCat_link {
	display: block;
	transition: all 0.3s;
}

.bl_ecCat figcaption {
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
	.bl_ecCat figcaption {
		font-size: 14px;
	}
}

.contents__bg-top {
	background: url(../images/common/bg_page.png) top center #000;
}

.contents-wrap {
	padding-top: 114px;
}

.mainContents__inner {
	position: relative;
	height: 700px;
	overflow-x: scroll;
	top: 60px;
}

.contents__inner {
	height: 1830px;
}

.dynamic-contents {
	margin: 0 auto;
}

.mainContents {
	position: relative;
	background: url(../images/common/bg_contents_02.png) 50% 0 no-repeat;
	background-size: 665px 903px;
	display: inline-block;
	width: 665px;
	height: 903px;
	top: 541px;
	left: 134px;
}

.mainVisual__bunner {
	position: absolute;
	top: 350px;
	left: -165px;
	z-index: 2;
	transform: skewX(-4deg) skewY(41deg);
	overflow: hidden;
}

.mainVisual__bunner img {
	transform: skewY(-41deg) skewX(5deg);
}

.gNav__item--right-01 {
	top: 773px;
	left: -57px;
}

.gNav__item--right-02 {
	top: 986px;
	left: -58px;
}

.gNav__item--right-03 {
	top: 1198px;
	left: -57px;
}

.gNav__item--right-04 {
	top: 1412px;
	left: -57px;
}

.gNav__item--left-05 {
	top: 772px;
	right: -52px;
}

.gNav__item--left-06 {
	top: 986px;
	right: -52px;
}

.gNav__item--left-07 {
	top: 1197px;
	right: -52px;
}

.gNav__item--left-08 {
	top: 1412px;
	right: -52px;
}

.el_comming_contCover {
	position: relative;
}

.el_comming_contCover_txt {
	top: 0;
	left: 0;
	position: absolute;
	font-size: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	z-index: 3;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainVisual__block {
	position: absolute;
	top: -11px;
	left: -56px;
}

.mainVisual__link:hover {
	opacity: 1;
}

.mainVisual__link img {
	width: 842px;
	height: auto;
}

#js_mvSlider {
	width: 846px;
}

.heading__title {
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.el_comming_contCover_txt {
		align-items: flex-start;
		font-size: 24px;
	}

	.ly_contens-top-sp {
		padding-top: 57px;
	}

	.mvSlider-wrap {
		background: url(../images/index/sp/kv_index_bg.jpg) top center no-repeat;
		background-size: cover;
	}

	.kv_index_01 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	#news_list>li {
		font-size: 14px;
		color: #fff;
		padding: 0 10px;
		line-height: 45px;
	}

	#news_list {
		padding: 0 10px 10px;
		background-color: #000;
	}

	#news_list>li:before {
		font-family: FontAwesome;
		content: "\f067";
		margin-right: 5px;
	}

	#news_info {
		background-color: #b8903d;
	}

	#news_event {
		background-color: #b44329;
	}
}

body {
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.6;
	background-color: #f7f8f8;
	color: #fff;
}

a {
	color: #fff;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:active,
a:focus {
	color: #fff;
	text-decoration: underline;
}

a:active,
a:hover,
a:link,
a:visited {
	overflow: hidden;
	outline: 0;
}

input[type="text"],
input[type="email"],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.inner {
	width: 950px;
	margin: 0 auto;
}

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

.inner--w1000 {
	width: 1000px;
	margin: 0 auto;
}

.inner--w1100 {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.inner--w1200 {
	width: 1200px;
	margin: 0 auto;
}

.contents__h1970 {
	/*height: 1970px*/
}

.contents__h1970 .inner {
	padding-bottom: 300px;
}

.contents__h1760 {
	height: 2160px;
}

.contents__h1550 {
	height: 1550px;
}

#header-common {
	background-color: #ea6000;
	height: 116px;
}

#header-common .inner {
	position: relative;
	overflow: visible;
}

#header-common h1 {
	position: absolute;
	top: 38px;
	left: 0;
}

#header-common h1 img {
	width: 183px;
	height: auto;
}

#header-common ul {
	margin: 0 0 0 428px;
	overflow: hidden;
}

#header-common li {
	float: left;
	margin-left: 16px;
	height: 116px;
	line-height: 116px;
	font-size: 15px;
}

#header-common li:first-child {
	margin-left: 0;
}

#header-common a {
	color: #fff;
	display: block;
}

#header-common .btn-shop {
	width: 179px;
	height: 138px;
	position: absolute;
	top: 0;
	right: -25px;
}

.bg-inner-01 {
	background: url(../images/common/bg_contents_01.png) top center;
	padding: 126px 0;
}

.inner__type01 {
	margin: 0 83px;
}

.inner__type01 h1 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	padding-bottom: 30px;
	border-bottom: solid 1px #fff;
	text-align: center;
	margin-bottom: 16px;
}

.inner__type01 h2 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1;
	margin-bottom: 16px;
}

.inner__type01 h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 12px;
}

.inner__provacypolicy>h1,
.inner__type01 ol {
	margin-bottom: 30px;
}

.inner__type01 p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.inner__type01 ol {
	list-style-type: decimal;
}

.inner__type01 ol li {
	font-size: 14px;
	font-size: 1.4rem;
}

.inner__provacypolicy h1+p {
	margin-bottom: 50px;
}

.inner__provacypolicy h2+p {
	margin-left: 20px;
	margin-bottom: 15px;
}

.inner__provacypolicy h3 {
	margin-left: 10px;
}

.inner__provacypolicy h3+p {
	margin-left: 50px;
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.inner__provacypolicy ol {
	margin-left: 74px;
}

.inner__news-ttl-wrap {
	overflow: hidden;
	border-bottom: solid 1px #fff;
	position: relative;
	margin-bottom: 30px;
}

.inner__news-ttl-wrap h1 {
	text-align: left;
	float: left;
	border: none;
	margin-bottom: 0;
	margin-right: 80px;
}

.inner__news-ttl-wrap .day {
	line-height: 1;
	position: absolute;
	bottom: 30px;
	right: 0;
}

.inner__news-contents {
	margin-bottom: 100px;
}

.inner__news-contents p {
	margin-bottom: 30px;
}

.inner__news-pagenavi {
	border-top: solid 1px #fff;
	padding-top: 10px;
	display: table;
	width: 100%;
}

.inner__news-pagenavi .link_pre {
	width: 33%;
	display: table-cell;
	text-align: left;
}

.inner__news-pagenavi .link_pre:before {
	content: "\00ab";
	margin-right: 5px;
}

.inner__news-pagenavi .link_list {
	width: 34%;
	display: table-cell;
	text-align: center;
}

.inner__news-pagenavi .link_next {
	width: 33%;
	display: table-cell;
	text-align: right;
}

.list01 dt,
.news-list dt {
	display: inline;
	text-indent: 1px;
	padding-top: 25px;
	float: left;
	clear: both;
}

#footer-common,
.btn-fax,
.description__body,
.eatin_menu_wrap h2,
.inner-fax p,
.inner__newslist-pagenavi,
.story__text,
.typo__text {
	text-align: center;
}

.inner__news-pagenavi .link_next:after {
	content: "\00bb";
	margin-left: 5px;
}

.list01,
.news-list {
	margin: 2px 0 100px;
	overflow: hidden;
}

.list01 {
	width: 784px;
	font-size: 16px;
	font-size: 1.6rem;
}

.list01 dt {
	width: 216px;
}

.list01 dd {
	padding-top: 25px;
	width: 568px;
	float: left;
}

.news-list {
	width: 784px;
	font-size: 16px;
	font-size: 1.6rem;
}

.news-list dt {
	width: 116px;
}

.news-list dd {
	padding-top: 25px;
	width: 668px;
	float: left;
}

.inner__newslist-pagenavi ul {
	display: inline-block;
	overflow: hidden;
}

.inner__newslist-pagenavi ul li {
	float: left;
	border: 1px solid #aaa;
	height: 30px;
	line-height: 30px;
	margin-left: 4px;
	width: 30px;
}

.inner__newslist-pagenavi ul li a {
	display: block;
}

.inner__newslist-pagenavi ul li:hover {
	border: 1px solid #fff;
}

#footer-common {
	height: 104px;
	background-color: #000;
}

#footer-common li {
	display: inline-block;
	line-height: 104px;
	font-size: 15px;
	margin-left: 15px;
}

.description__text,
.story__text {
	line-height: 2em;
	letter-spacing: -0.1em;
}

#footer-common li:first-child {
	margin-left: 0;
}

#footer-common a {
	color: #fff;
}

.mainVisual {
	position: relative;
	height: 462px;
}

.mainVisual__img {
	position: absolute;
	top: -1px;
	left: 9px;
}

.description--zuwai {
	position: relative;
	background: url(../../kanikora/img/bg_01.png) 50% 0 no-repeat;
	background-size: 697px 569px;
	width: 950px;
	height: 697px;
	top: 20px;
	left: 2px;
}

.description__area {
	position: relative;
}

.description__body {
	position: absolute;
	top: 46px;
	left: 222px;
}

.description__title {
	font-size: 33px;
	font-size: 3.3rem;
	margin-bottom: 15px;
	margin-top: 15px;
}

.description__text {
	font-size: 17px;
	font-size: 1.7rem;
}

.bg__img__list {
	position: relative;
}

.bg__img__item {
	position: absolute;
}

.typo,
.typo__bg {
	position: relative;
}

.bg__img__item__left {
	top: -309px;
	left: 127px;
}

.bg__img__item__right {
	top: -309px;
	right: 127px;
}

.bg__img__item__left--large01 {
	top: -74px;
	left: -11px;
}

.bg__img__item__left--large01 img {
	-webkit-filter: brightness(70%);
}

.bg__img__item__left--large01 img:hover {
	-webkit-filter: brightness(100%);
}

.bg__img__item--right--large02 {
	top: -76px;
	right: 8px;
}

.bg__img__item--right--large02 img {
	-webkit-filter: brightness(70%);
}

.bg__img__item--right--large02 img:hover {
	-webkit-filter: brightness(100%);
}

.bg__img__item__left--large03 {
	top: 400px;
	left: -11px;
}

.bg__img__item__left--large03 img {
	-webkit-filter: brightness(70%);
}

.bg__img__item__left--large03 img:hover {
	-webkit-filter: brightness(100%);
}

.bg__img__item--right--large04 {
	top: 400px;
	right: 8px;
}

.bg__img__item--right--large04 img {
	-webkit-filter: brightness(70%);
}

.bg__img__item--right--large04 img:hover {
	-webkit-filter: brightness(100%);
}

.typo {
	background: url(../../kanikora/img/bg_02.png) 50% 0 no-repeat;
	background-size: 273px 292px;
	width: 950px;
	height: 273px;
	top: 252px;
	left: 2px;
}

.typo__text {
	font-size: 17px;
	font-size: 1.7rem;
	position: absolute;
	left: 334px;
}

.story {
	position: relative;
}

.story__title {
	position: absolute;
	top: 23px;
	left: 127px;
	z-index: 999;
}

.story__text__wrapper {
	position: relative;
	width: 1200px;
}

.story__bg,
.story__text {
	position: absolute;
}

.story__text {
	font-size: 18px;
	font-size: 1.8rem;
}

.story__bg-01 {
	top: 849px;
	right: -231px;
}

.story__bg-02 {
	top: 1204px;
	left: -111px;
}

.story__text-01 {
	top: 232px;
	left: 127px;
}

.story__text-02 {
	top: 84px;
	left: 122px;
}

.story__text-03 {
	top: 100px;
	left: 135px;
}

.story__text-01__wrapper {
	position: relative;
	background: url(../images/story/bg_01.png) 0 50% no-repeat;
	background-size: 697px 562px;
	width: 697px;
	height: 562px;
	top: 489px;
	left: 127px;
}

.story__text-02__wrapper {
	top: 397px;
	left: 127px;
}

.story__text-03__wrapper {
	top: 306px;
	left: 127px;
}

.story__text-02__wrapper,
.story__text-03__wrapper {
	position: relative;
	background: url(../images/story/bg_02.png) 0 50% no-repeat;
	background-size: 697px 564px;
	width: 697px;
	height: 564px;
}

.inner-fax h1 {
	margin-bottom: 30px;
}

.inner-fax p {
	line-height: 1.8;
}

.img-fax {
	margin-bottom: 10px;
}

.btn-fax {
	margin-bottom: 30px;
}

.btn-fax span {
	display: inline-block;
	background: url(../../fax/images/ico_fax.png) top left no-repeat;
	line-height: 34px;
	padding-left: 40px;
	font-size: 16px;
	font-size: 1.6rem;
}

.cf:after,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.fax-number {
	font-size: 36px !important;
	font-size: 3.6rem;
	margin-bottom: 30px;
}

.fax-number span {
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
}

.inner-first h1 {
	border-bottom: none;
	margin-bottom: 86px;
	line-height: 1;
	padding-bottom: 0;
}

.img_orderflow_01 {
	margin: 0 0 40px -50px;
}

.img_orderflow_02 {
	margin: 0 0 40px -20px;
}

.order_sentence {
	margin-bottom: 100px;
}

.order_sentence h2 {
	font-size: 33px;
	font-size: 3.3rem;
	line-height: 1;
	color: #e6611d;
	margin-bottom: 30px;
}

.order_sentence h3,
.order_sentence h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 42px;
}

.order_sentence .tbl_01 {
	margin-bottom: 30px;
	margin-left: 42px;
}

.order_sentence .tbl_divide {
	overflow: hidden;
	margin-left: 42px;
}

.order_sentence .tbl_divide img {
	width: 656px;
	margin-bottom: 20px;
}

.order_sentence .tbl_divide .attention02 {
	font-size: 10px;
	font-size: 1rem;
	font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
	line-height: 1.6;
}

.order_sentence .tbl_divide .attention02 li:before {
	content: "※";
}

.order_sentence .order_list {
	margin-left: 14px;
}

.order_sentence .order_list li {
	list-style-type: none;
	padding-left: 30px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.order_sentence .order_list li:first-child {
	background: url(../../first/images/list_a.png) 0 5px no-repeat;
}

.order_sentence .order_list li:nth-child(2) {
	background: url(../../first/images/list_b.png) 0 5px no-repeat;
}

.order_sentence .order_list li:nth-child(3) {
	background: url(../../first/images/list_c.png) 0 5px no-repeat;
}

.order_sentence .read01 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 40px;
	margin-left: 42px;
	line-height: 1.8;
}

.pay_method .name,
.pay_method .number,
.pay_method .subtitle,
.pay_method h3 {
	line-height: 1;
	font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
}

.order_sentence .read01 span,
.order_sentence span {
	color: #e6611d;
}

.pay_method {
	overflow: hidden;
	margin-bottom: 70px;
	margin-left: 44px;
}

.pay_method li {
	float: left;
	width: 216px;
	margin-left: 30px;
}

.pay_method li:first-child {
	margin-left: 0;
}

.pay_method h3 {
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 4px;
	border-bottom: solid 1px #fff;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.pay_method .subtitle {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 6px;
}

.pay_method .number {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

.pay_method .name {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 15px;
}

.pay_method .attention {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.4;
	font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
}

.pay_method .img_credit {
	margin-bottom: 10px;
}

.body_popup {
	width: 840px !important;
	min-width: 840px !important;
	height: 540px !important;
}

.cf:after {
	content: "";
	clear: both;
}

.list {
	margin: 0 0 1em;
}

.list li {
	text-indent: -1em;
	padding-left: 1em;
}

.disc,
.square {
	margin: 0 0 1em 1.5em;
}

.decimal {
	margin: 0 0 1em 2em;
	list-style-type: decimal;
}

.disc {
	list-style: disc;
}

.square {
	list-style: square;
}

.text_c {
	text-align: center;
}

.text_r {
	text-align: right;
}

.text_l {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.horizontal {
	overflow: hidden;
}

.horizontal li {
	float: left;
}

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
td,
th {
	text-align: left;
	vertical-align: middle;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

a img {
	border: none;
}

#inline-content,
#ulNewsList {
	margin: 20px;
}

#ulNewsList li {
	padding: 10px 0 !important;
	line-height: 1.4;
	display: table;
	width: 100%;
	color: #fff;
}

#ulNewsList li span {
	width: 30%;
	display: table-cell;
}

#ulNewsList li a {
	color: #fff;
	width: 68%;
	padding-left: 2%;
	display: table-cell;
}

#cboxOverlay {
	background: #000;
}

#cboxLoadedContent {
	background: #222;
	padding: 10px;
	overflow: auto;
	-moz-box-shadow: 0 1px 10px #000;
	-webkit-box-shadow: 0 1px 10px #000;
	box-shadow: 0 1px 10px #000;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow,
#cboxTitle {
	top: -30px;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
	overflow: visible;
}

#cboxTitle {
	color: #fff;
}

.js_modalWrap {
	display: none;
}

.bl_modal_ttl {
	font-size: 24px;
	margin-bottom: 10px;
}

.bl_modal_txt {
	font-size: 18px;
}

.is_sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.is_sp {
		display: block;
	}

	.is_pc {
		display: none;
	}
}

/*----------------------------------*/
/*2020-10-15以降追加 m.kon*/
/* 旧SP用のCSSを統合 */
@media screen and (max-width: 768px) {
	/*----------------------------------*/

	/* line 1, ../sass/partials/_reset.scss */
	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,
	hgroup,
	menu,
	nav,
	output,
	ruby,
	section,
	summary,
	time,
	mark,
	audio,
	video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-style: normal;
		vertical-align: baseline;
	}

	/* line 22, ../sass/partials/_reset.scss */
	html {
		line-height: 1;
	}

	/* line 26, ../sass/partials/_reset.scss */
	ol,
	ul {
		list-style: none;
	}

	/* line 30, ../sass/partials/_reset.scss */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	/* line 35, ../sass/partials/_reset.scss */
	caption,
	th,
	td {
		text-align: left;
		font-weight: normal;
		vertical-align: middle;
	}

	/* line 41, ../sass/partials/_reset.scss */
	q,
	blockquote {
		quotes: none;
	}

	/* line 44, ../sass/partials/_reset.scss */
	q:before,
	q:after,
	blockquote:before,
	blockquote:after {
		content: "";
		content: none;
	}

	/* line 49, ../sass/partials/_reset.scss */
	a img {
		border: none;
	}

	/* line 53, ../sass/partials/_reset.scss */
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	menu,
	nav,
	section,
	summary {
		display: block;
	}

	/* line 14, ../sass/base.scss */
	body {
		-webkit-text-size-adjust: 100%;
	}

	/* line 17, ../sass/base.scss */
	img {
		max-width: 100%;
		height: auto;
	}

	/* line 22, ../sass/base.scss */
	html {
		font-size: 62.5%;
	}

	/* line 27, ../sass/base.scss */
	body {
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		background-color: #f7f8f8;
		color: #fff;
	}

	/* line 35, ../sass/base.scss */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	strong {
		font-weight: normal;
	}

	/* line 39, ../sass/base.scss */
	a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}

	/* line 12, ../sass/modules/_mixin.scss */
	a:hover,
	a:active,
	a:focus {
		color: white;
		text-decoration: underline;
	}

	/* line 49, ../sass/base.scss */
	a:link,
	a:visited,
	a:active,
	a:hover {
		/* FireFox リンク選択時の点線を消す */
		overflow: hidden;
		outline: none;
	}

	/* line 57, ../sass/base.scss */
	input[type="text"],
	input[type="email"],
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	/* line 63, ../sass/base.scss */
	.inner10 {
		margin: 0 10px;
	}

	/* line 66, ../sass/base.scss */
	.txtC {
		text-align: center;
	}

	/* line 70, ../sass/base.scss */
	#common_header {
		background-color: #f07600;
		height: 50px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* line 78, ../sass/base.scss */
	#common_header .inner01 {
		position: relative;
		height: 50px;
		overflow: visible;
		margin: 0 10px;
	}

	/* line 84, ../sass/base.scss */
	#common_header h1 {
		position: absolute;
		top: 11px;
		left: 0;
	}

	/* line 88, ../sass/base.scss */
	#common_header h1 img {
		width: 125px;
		height: auto;
	}

	/* line 93, ../sass/base.scss */
	#common_header .btn-shop {
		position: absolute;
		top: 0;
		right: 45px;
	}

	/* line 97, ../sass/base.scss */
	#common_header .btn-shop img {
		width: 90px;
		height: auto;
	}

	/* line 102, ../sass/base.scss */
	#common_header .header-common__navi {
		background-color: #f07600;
		padding: 0 10px 10px;
		z-index: 99999;
		position: absolute;
		top: 60px;
		right: -1000px;
		width: 80%;
	}

	/* line 115, ../sass/base.scss */
	#common_header .header-common__navi li {
		line-height: 50px;
		padding: 0 15px;
		border-bottom: dotted 1px #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* line 120, ../sass/base.scss */
	#common_header .header-common__navi li a {
		color: #fff;
		display: block;
	}

	/* line 126, ../sass/base.scss */
	#common_header #btn_trigger {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 10px;
		right: 0;
		background: url("../img/btn_trigger.png") center left/30px 26px no-repeat;
	}

	/* line 133, ../sass/base.scss */
	#common_header #btn_trigger img {
		width: 30px;
		height: auto;
	}

	/* line 138, ../sass/base.scss */
	#common_header #btn_trigger:hover {
		cursor: pointer;
	}

	/* line 141, ../sass/base.scss */
	#common_header a {
		color: #666;
	}

	/* line 144, ../sass/base.scss */
	#common_header .visible {
		background: url("../img/btn_trigger_close.png") center left/30px 26px no-repeat !important;
	}

	/* line 150, ../sass/base.scss */
	.kv_index_01 img {
		vertical-align: bottom;
	}

	/* line 155, ../sass/base.scss */
	#contents {
		background-color: #000;
		overflow: hidden;
	}

	/* line 162, ../sass/base.scss */
	#news_list {
		margin: 0 10px 10px;
	}

	/* line 164, ../sass/base.scss */
	#news_list>li {
		font-size: 14px;
		font-size: 1.4rem;
		color: #fff;
		padding: 0 10px;
		line-height: 45px;
	}

	/* line 172, ../sass/base.scss */
	#news_list>li:before {
		font-family: FontAwesome;
		content: "\f067";
		margin-right: 5px;
	}

	/* line 177, ../sass/base.scss */
	#news_list>li.active:before {
		content: "\f068";
	}

	/* line 181, ../sass/base.scss */
	#news_list>li>ul {
		display: none;
		background-color: #000;
		margin: 0px -10px;
		padding: 10px;
		overflow: hidden;
	}

	/* line 187, ../sass/base.scss */
	#news_list>li>ul>li {
		padding-bottom: 20px;
	}

	/* line 190, ../sass/base.scss */
	#news_list>li>ul h2 {
		color: #f07600;
		margin: 0 0 6px 0;
	}

	/* line 194, ../sass/base.scss */
	#news_list>li>ul p {
		line-height: 1.8;
		margin-bottom: 10px;
	}

	/* line 202, ../sass/base.scss */
	#news_info {
		background-color: #b8903d;
	}

	/* line 205, ../sass/base.scss */
	#news_facebook {
		background-color: #00395b;
	}

	/* line 208, ../sass/base.scss */
	#news_twitter {
		background-color: #336680;
	}

	/* line 211, ../sass/base.scss */
	#news_blog {
		background-color: #b44329;
	}

	/* line 214, ../sass/base.scss */
	#news_event {
		background-color: #b44329;
	}

	/* line 217, ../sass/base.scss */
	.facebook_wrap {
		display: none;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	/* line 222, ../sass/base.scss */
	.facebook_wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/* line 230, ../sass/base.scss */
	.twitter_wrap {
		display: none;
	}

	/* line 234, ../sass/base.scss */
	#ulNewsList li {
		padding: 5px 0 !important;
		line-height: 1.4;
		display: table;
		width: 100%;
	}

	/* line 239, ../sass/base.scss */
	#ulNewsList li span {
		width: 30%;
		display: table-cell;
	}

	/* line 243, ../sass/base.scss */
	#ulNewsList li a {
		width: 70%;
		display: table-cell;
	}

	/* line 249, ../sass/base.scss */
	#disp {
		display: none;
	}

	/* line 254, ../sass/base.scss */
	#outerlink_wrap {
		margin: 0 10px 30px;
	}

	/* line 256, ../sass/base.scss */
	#outerlink_wrap li {
		font-size: 14px;
		font-size: 1.4rem;
		color: #fff;
		padding: 0 10px;
		line-height: 45px;
	}

	/* line 264, ../sass/base.scss */
	#outerlink_wrap li:before {
		font-family: FontAwesome;
		content: "\f067";
		margin-right: 5px;
	}

	/* line 270, ../sass/base.scss */
	#link_gift {
		background-color: #574186;
	}

	/* line 273, ../sass/base.scss */
	#link_ana {
		background-color: #455a38;
	}

	/* line 276, ../sass/base.scss */
	#link_gift:before,
	#link_ana:before {
		content: "\f08e" !important;
		margin-left: -2px;
	}

	/* line 281, ../sass/base.scss */
	.item_list {
		text-align: center;
	}

	/* line 283, ../sass/base.scss */
	.item_list h1 {
		text-align: center;
		margin-bottom: 10px;
	}

	/* line 286, ../sass/base.scss */
	.item_list h1 img {
		height: 30px;
		width: auto;
	}

	/* line 291, ../sass/base.scss */
	.item_list ul {
		margin: 0 10px;
		overflow: hidden;
		*zoom: 1;
	}

	/* line 294, ../sass/base.scss */
	.item_list ul li {
		margin-bottom: 20px;
		float: left;
	}

	/* line 300, ../sass/base.scss */
	.item_large {
		text-align: center;
		width: 100%;
		position: relative;
		overflow: visible;
	}

	/* line 305, ../sass/base.scss */
	.item_large .product_name {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* line 309, ../sass/base.scss */
	.item_large__first {
		margin-top: 40px;
	}

	/* line 313, ../sass/base.scss */
	.product_name {
		display: block;
		text-align: left;
	}

	/* line 317, ../sass/base.scss */
	.ico_new {
		position: absolute;
		top: -40px;
		left: 20px;
	}

	/* line 324, ../sass/base.scss */
	.item_middle {
		width: 48%;
		margin-left: 4%;
	}

	/* line 328, ../sass/base.scss */
	.item_middle:nth-child(even) {
		margin-left: 0;
	}

	/* line 333, ../sass/base.scss */
	#footer-common {
		height: 104px;
		text-align: center;
		background-color: #000;
	}

	/* line 337, ../sass/base.scss */
	#footer-common li {
		display: inline-block;
		line-height: 104px;
		font-size: 15px;
		margin-left: 15px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* line 344, ../sass/base.scss */
	#footer-common li:first-child {
		margin-left: 0;
	}

	/* line 347, ../sass/base.scss */
	#footer-common a {
		color: #fff;
	}

	/* line 352, ../sass/base.scss */
	#page-top {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 9999;
	}

	/* line 360, ../sass/base.scss */
	#page-top a {
		display: block;
		outline: none;
	}

	/* line 367, ../sass/base.scss */
	.kv_eatin_01 {
		margin-bottom: 20px;
	}

	/* line 419, ../sass/base.scss */
	.kv_kanikora_01 {
		text-align: center;
	}

	/* line 422, ../sass/base.scss */
	.kanikora_title {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
		margin: -50px 0 30px 0;
	}

	/* line 427, ../sass/base.scss */
	.kanikora_text {
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 2;
	}

	/* line 433, ../sass/base.scss */
	.ph_kanikoura_01 {
		margin-top: -50px;
		text-align: center;
	}

	/* line 438, ../sass/base.scss */
	.ph_kanikoura_01 {
		width: 100%;
		height: 700px;
		background-image: url("../../kanikora/img/ph_kanikoura_01.png");
		background-position: center top;
		background-repeat: no-repeat;
		-moz-background-size: contain;
		background-size: contain;
		padding-top: 56%;
	}

	/* line 447, ../sass/base.scss */
	.ph_kanikoura_01 ul {
		overflow: hidden;
		*zoom: 1;
	}

	/* line 450, ../sass/base.scss */
	.ph_kanikoura_01 li {
		width: 50%;
		height: auto;
		float: left;
	}

	/* line 454, ../sass/base.scss */
	.ph_kanikoura_01 li img {
		width: 100%;
		height: auto;
	}

	/* line 459, ../sass/base.scss */
	.ph_kanikoura_01 li:first-child {
		margin-left: -4px;
	}

	/* line 462, ../sass/base.scss */
	.ph_kanikoura_01 li:nth-child(2) {
		margin-left: 1px;
	}

	/* line 464, ../sass/base.scss */
	.ph_kanikoura_01 li:nth-child(2) img {
		width: 100%;
		height: auto;
		margin-left: -12px;
	}

	/* line 470, ../sass/base.scss */
	.ph_kanikoura_01 li:nth-child(3) {
		margin-top: 7px;
		margin-left: -1px;
	}

	/* line 474, ../sass/base.scss */
	.ph_kanikoura_01 li:nth-child(4) {
		margin-top: 7px;
		margin-left: 1px;
	}

	/* line 477, ../sass/base.scss */
	.ph_kanikoura_01 li:nth-child(4) img {
		width: 100%;
		height: auto;
		margin-left: -12px;
	}

	/* line 487, ../sass/base.scss */
	.kaniikura_text {
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 2;
		margin-top: -80px;
	}

	/* line 497, ../sass/base.scss */
	.kv_story_01 {
		margin-bottom: 20px;
		text-align: center;
	}

	/* line 501, ../sass/base.scss */
	.story_text {
		line-height: 2;
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 10px 40px;
		text-align: center;
	}

	/* line 507, ../sass/base.scss */
	.ph_story_01 {
		margin-bottom: 30px;
		text-align: center;
	}

	/* line 511, ../sass/base.scss */
	.ph_story_02 {
		margin-bottom: 30px;
		text-align: center;
	}

	/* line 520, ../sass/base.scss */
	.ttl_type_01 {
		text-align: center;
		border-bottom: solid 1px #fff;
		padding-bottom: 10px;
		margin: 30px 0;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
	}

	/* line 529, ../sass/base.scss */
	.img-fax {
		text-align: center;
		margin-bottom: 20px;
	}

	/* line 532, ../sass/base.scss */
	.img-fax img {
		width: 60%;
		height: auto;
	}

	/* line 538, ../sass/base.scss */
	.btn-fax {
		text-align: center;
		margin-bottom: 30px;
	}

	/* line 541, ../sass/base.scss */
	.btn-fax span {
		display: inline-block;
		background: url("../../fax/images/ico_fax.png") no-repeat top left;
		line-height: 34px;
		padding-left: 40px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* line 550, ../sass/base.scss */
	.fax-number {
		font-size: 18px !important;
		font-size: 1.8rem;
		margin-bottom: 30px;
		text-align: center;
	}

	/* line 555, ../sass/base.scss */
	.fax-number span {
		font-size: 12px;
		font-size: 1.2rem;
		padding-right: 10px;
	}

	/* line 561, ../sass/base.scss */
	.list01 {
		margin: 2px 0 30px 0;
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		overflow: hidden;
		*zoom: 1;
	}

	/* line 566, ../sass/base.scss */
	.list01 dt {
		display: inline;
		float: left;
		text-indent: 1px;
		padding-top: 10px;
		width: 30%;
		clear: both;
	}

	/* line 574, ../sass/base.scss */
	.list01 dd {
		padding-top: 10px;
		width: 70%;
		float: left;
		padding-left: 10px;
		box-sizing: border-box;
	}

	/* line 583, ../sass/base.scss */
	.inner__provacypolicy {
		margin: 0 10px;
	}

	/* line 585, ../sass/base.scss */
	.inner__provacypolicy>h1 {
		margin-bottom: 30px;
	}

	/* line 588, ../sass/base.scss */
	.inner__provacypolicy h1+p {
		margin-bottom: 20px;
	}

	/* line 591, ../sass/base.scss */
	.inner__provacypolicy h2 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	/* line 595, ../sass/base.scss */
	.inner__provacypolicy h2+p {
		margin-left: 15px;
		margin-bottom: 15px;
	}

	/* line 599, ../sass/base.scss */
	.inner__provacypolicy h3 {
		margin-left: 10px;
	}

	/* line 602, ../sass/base.scss */
	.inner__provacypolicy h3+p {
		margin-left: 42px;
		margin-bottom: 15px;
	}

	/* line 606, ../sass/base.scss */
	.inner__provacypolicy ol {
		margin-left: 60px;
		margin-bottom: 10px;
	}

	/* line 609, ../sass/base.scss */
	.inner__provacypolicy ol li {
		list-style-type: decimal;
	}

	/* line 613, ../sass/base.scss */
	.inner__provacypolicy p {
		line-height: 1.6;
	}

	/* line 621, ../sass/base.scss */
	.ttl_first_01 {
		border-bottom: none;
		text-align: left;
		margin: 30px 0;
		line-height: 1;
		padding-bottom: 0;
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* line 629, ../sass/base.scss */
	.img_orderflow_01 {
		margin: 0 0 20px 0;
	}

	/* line 632, ../sass/base.scss */
	.img_orderflow_02 {
		margin: 0 0 20px 0;
	}

	/* line 636, ../sass/base.scss */
	.order_sentence {
		margin-bottom: 60px;
	}

	/* line 638, ../sass/base.scss */
	.order_sentence h2 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		color: #e6611d;
		margin-bottom: 20px;
	}

	/* line 644, ../sass/base.scss */
	.order_sentence h3 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		margin-bottom: 10px;
		margin-left: 20px;
	}

	/* line 650, ../sass/base.scss */
	.order_sentence h4 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		margin-bottom: 10px;
		margin-left: 20px;
	}

	/* line 657, ../sass/base.scss */
	.order_sentence .tbl_01 {
		margin-bottom: 30px;
	}

	/* line 660, ../sass/base.scss */
	.order_sentence .attention02 {
		font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
		margin-left: 14px;
		line-height: 1.6;
	}

	/* line 664, ../sass/base.scss */
	.order_sentence .attention02 li:before {
		content: "※";
	}

	/* line 668, ../sass/base.scss */
	.order_sentence .order_list {
		margin-left: 14px;
	}

	/* line 670, ../sass/base.scss */
	.order_sentence .order_list li {
		list-style-type: none;
		padding-left: 30px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	/* line 677, ../sass/base.scss */
	.order_sentence .order_list li:first-child {
		background: url("../../first/images/list_a.png") 0 5px no-repeat;
	}

	/* line 680, ../sass/base.scss */
	.order_sentence .order_list li:nth-child(2) {
		background: url("../../first/images/list_b.png") 0 5px no-repeat;
	}

	/* line 683, ../sass/base.scss */
	.order_sentence .order_list li:nth-child(3) {
		background: url("../../first/images/list_c.png") 0 5px no-repeat;
	}

	/* line 687, ../sass/base.scss */
	.order_sentence .read01 {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
		margin-left: 20px;
		line-height: 1.8;
	}

	/* line 692, ../sass/base.scss */
	.order_sentence .read01 span {
		color: #e6611d;
	}

	/* line 696, ../sass/base.scss */
	.order_sentence span {
		color: #e6611d;
	}

	/* line 700, ../sass/base.scss */
	.table_link {
		margin-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	/* line 705, ../sass/base.scss */
	.pay_method {
		overflow: hidden;
		*zoom: 1;
		margin-bottom: 30px;
		margin-right: 10px;
	}

	/* line 709, ../sass/base.scss */
	.pay_method li {
		margin: 0 0 20px 20px;
	}

	/* line 712, ../sass/base.scss */
	.pay_method h3 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		padding-bottom: 4px;
		border-bottom: solid 1px #fff;
		font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
		margin-left: 0 !important;
		padding-left: 0 !important;
	}

	/* line 721, ../sass/base.scss */
	.pay_method .subtitle {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
		margin-bottom: 6px;
	}

	/* line 727, ../sass/base.scss */
	.pay_method .number {
		font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
		line-height: 1;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	/* line 733, ../sass/base.scss */
	.pay_method .name {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		margin-bottom: 15px;
		font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
		margin-bottom: 15px;
	}

	/* line 740, ../sass/base.scss */
	.pay_method .attention {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		font-family: '"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif';
	}

	/* line 745, ../sass/base.scss */
	.pay_method .img_credit {
		margin-bottom: 10px;
	}

	/* line 750, ../sass/base.scss */
	.banner_wrap {
		margin-top: 50px;
		padding: 20px 10px 0;
		background: url("../img/bg_sp_base.png") center bottom #000;
		background-size: cover;
	}

	/* line 755, ../sass/base.scss */
	.banner_wrap img {
		vertical-align: bottom;
	}

	/* line 760, ../sass/base.scss */
	.banner_wrap+#contents {
		margin-top: 0;
	}

	/* line 765, ../sass/base.scss */
	.sinble_contents {
		margin: 0 !important;
		padding: 100px 20px 20px;
	}

	/* line 770, ../sass/base.scss */
	.single-news-once h2 {
		color: #f07600 !important;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 20px;
		text-align: center;
	}

	/* line 777, ../sass/base.scss */
	.text_c {
		margin-top: 60px;
		text-align: center;
	}

	/* line 782, ../sass/base.scss */
	.body_popup {
		width: 260px !important;
		min-width: 260px !important;
		height: 360px !important;
	}

	/* line 788, ../sass/base.scss */
	.fancybox-skin {
		background: none !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		border: none !important;
	}

	/* line 794, ../sass/base.scss */
	.fancybox-inner {
		height: 360px !important;
	}

	/* line 797, ../sass/base.scss */
	.fancybox-close {
		background: url(../img/detail/btn_modal_close.png) no-repeat 0 0 !important;
		top: 0px !important;
		right: 0px !important;
		width: 23px !important;
		height: 23px !important;
	}

	/*----------------------------------*/
}

/*----------------------------------*/

.contents__bg--type02 {
	background: url(../images/common/bg_contents.png) center 109px #000;
}

@media screen and (max-width: 768px) {
	.contents__bg--type02 {
		background: none center 0 #000;
	}
}

.contents__bg--type03 {
	background: #000 url("../images/common/bg_contents.png") top center repeat;
}

.eatinnews_content {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.eatinnews_content p {
	font-size: 16px;
	font-size: 1.6rem;
}

.eatinnews_content img {
	width: 100%;
	height: auto;
}

/* add 20240701 */
.text_notes {
	font-size: 14px;
}

.u-notes-text-wrap {
	width: min(100%, 860px);
	margin-inline: auto;
}