@charset "utf-8";
#PC_ancor {
	color: #f66;
	font-size: 20px;
}

/** font
===================================*/



/** base
===================================*/
body {
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-weight: 500;
}

img {
	vertical-align: middle;
}

@media screen and (min-width: 1761px) {
	/* .l-wrapper-none {
	overflow: visible;
	} */
}
/* @media */


.l-wrapper-none {
	max-width: 100%;
}

#shopify-section-footer {
	max-width: 100%;
}


/** header
===================================*/
#header {
}

#page_header {
	box-shadow: 0 1px 6px #0000002e;
	z-index: 10001;
}

#page_header.fixed-nav {
	position: fixed;
	top: 0;
	width: 100%;
}

.headar_attention {
	background-color: #343434;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	font-family: "Zen Kaku Gothic New",sans-serif;
}

.headar_attention h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	font-family: "Zen Kaku Gothic New",sans-serif;
}

.header {
	position: relative;
}

.headline_wrap {
}

.headline {
}

.header_inner {
	position: relative;
	padding: 10px 20px;
}

.header_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	box-shadow: none;
}

nav.header_nav {
	max-width: none;
	box-shadow: none;
}

.navi_btn {
	height: auto;
	width: 300px;
}

.header-logo a {
	display: block;
	height: fit-content;
}

h2.header_logo_box {
	width: 177px;
	margin: 0;
	line-height: 0;
}

.logo {
}

.logo img {
}

.header_right {
	width: 300px;
}

ul.hr_links {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	align-items: center;
	justify-content: flex-end;
}

ul.hr_links .header_login_box {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
	font-size: 14px;
}

ul.hr_links .header_login_box a {
	display: flex;
	align-items: center;
	gap: 5px;
}

ul.hr_links .header_login_box:hover {
	color: #2aa03a;
}

a.header-start-btn.start_btn {
	display: block;
	background-color: #2BA03A;
	color: #fff;
	font-weight: bold;
	width: 162px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	font-size: 13px;
	box-shadow: -3px 4px 0 #00690E;
}

a.header-start-btn.start_btn:hover {
	box-shadow: -1px 2px 0 #00690E;
}

/* a.start_btn {
overflow: hidden;
position: relative;
}

a.start_btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
transition: .5s;
}

a.start_btn:hover::before {
top: 0;
left: 100%;
} */


/** Full screen drawer
===================================*/
/*menu*/
.full_drawer_menu_trigger {
	height: 20px;
	position: relative;
	width: 30px;
	cursor: pointer;
	display: block;
}

.fdm_line {
	background: #333;
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}

.fdm_line--center {
	top: 9px;
}

.fdm_line--bottom {
	bottom: 0;
}

.fdm_line--top.active {
	top: 8px;
	transform: rotate(45deg);
}

.fdm_line--center.active {
	transform:scaleX(0);
}

.fdm_line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
}

/*full_drawer */
.full_drawer {
	/* background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98; */
}

.full_drawer__wrap {
	align-items:center;
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%;
}

.full_drawer__menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
}

.fdm_item_item {
	margin: 40px 0 40px 100px;
	opacity: 0;
}

.fdm_item_item a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	transition: .5s;
}

.fdm_item_item a:hover{
	color: #666;
}

.modal-nav {
	position: absolute;
	top: 56px;
	height: calc(100dvh - 68px - 30px);
}














/** navi
===================================*/
#gnav {
}

.gnavi {
	display: flex;
	flex-wrap: wrap;
}

.gnavi li {
}

.gnavi li a {
}



/** eyecatch
===================================*/
.main_slider_wrap {
	position: relative;
}

.main_slider {
	padding-bottom: 51px;
}

.main_slider .swiper-slide {
}

.slider-wrapper {
	margin-top: 0;
}

.main_slider.swiper {
	padding-bottom: 51px;
}

.main_slider .swiper-slide {
	width: 1104px;
}

.main_slider .swiper-slide img {
	opacity: 1;
	overflow: hidden;
	border-radius: 20px;
}

.main_slider {

}

.main_slider.swiper-horizontal>.swiper-pagination-bullets {
	bottom: 17px;
	left: 0;
	width: 100%;
}

.main_slider.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.main_slider .swiper-pagination-bullet-active {
	background: #333;
}

.line_gift_btn {
	position: absolute;
	z-index: 9999;
	left: calc(50vw + 384px);
	bottom: 20px;
}

.line_gift_btn a {
	transition: 0.3s;
	position: relative;
	top: 0;
}

.line_gift_btn a:hover {
	top: -5px;
}

.line_gift_btn a:hover img {
	opacity: 1;
}


/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}

.breadcrumb{
	font-size:10px;
	max-width: 1200px;
	width: 100%;
	margin: 2em auto;
}
@media screen and (max-width: 1199px) {
.breadcrumb{
	padding-left: 20px;
	padding-right: 20px;
}
}


/** side
===================================*/
#side {
}



/** footer
===================================*/
#cv_box {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f7f7f7;
	padding: 10px 15px 14px;
}

.cv_box_inner {
}

.cv_link {
	margin: auto;
	width: fit-content;
	height: fit-content;
}

.cv_box_inner a {
	display: block;
	margin: auto;
	width: fit-content;
}

.cv_box_inner a img {
	filter: drop-shadow(-3px 4px 0 #00690E);
	transition: 0.2s;
}

.cv_box_inner a:hover img {
	filter: drop-shadow(-1px 2px 0 #00690E);
	opacity: 1;
}

/* .cv_link {
overflow: hidden;
position: relative;
}

.cv_link::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
transition: .5s;
}

.cv_link::before {
top: 0;
left: 100%;
} */


#footer {
}

#shopify-section-footer {
	background-color: #F7F7F7;
	margin-top: 57px;
}

.footer-inner {
	max-width: 1240px;
	margin: auto;
	padding: 90px 20px 90px;
}

.footer-contents {
	width: auto;
	max-height: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer_inner {
}

.footer_contents_item.footer_company_box {
	width: 25%;
}

.footer_contents_item.footer_menu_box {
	width: 20%;
}

.footer_contents_item.footer_sns_box {
	width: 17%;
}

.footer_copy p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin: 20px 0 24px;
}

.footer-access {
	min-width: auto;
	color: currentColor;
}

.footer_access_text {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}

.footer_access_text p {
	margin-bottom: 5px;
}

.e-mail_info a {
}

.e-mail_info a:hover {
	text-decoration: underline;
}

h3.footer_contents_item_title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
}

ul.footer_link_list li {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 10px;
}

ul.footer_link_list li a {
}

ul.footer_link_list li a:hover {
	text-decoration: underline;
}

ul.footer_sns_list.flbox {
	justify-content: space-between;
}












.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
}

.footer_copyright {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 70px 0 0;
}


/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}



/** drawer
===================================*/
.drawer_nav {
}

.modal-item {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.modal-en {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}


/** top
===================================*/
.base_section {
	padding: 90px 0;
}

section.base_section.top_greeting {
	padding: 90px 0 126px;
}

h2.d_title {
	font-size: 28px;
	font-family: 'Zen Kaku Gothic New',sans-serif;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}

h2.d_title span {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}


/* 挨拶 */
.top_greeting h2.d_title {
	line-height: 2;
}

.top_greeting_text {
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	font-weight: 500;
}


/* 画像スクロール */
/* アニメーションキーの設定 */
@keyframes scrollImg {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

@keyframes scrollMark {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.ss_scroll_item {
	position: relative;
	padding-top: 37.7%;
	margin-bottom: 140px;
}

.ss_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	/* width: fit-content; */
	width: 100%;
	height: fit-content;
	max-width: 100%;
	text-align: center;
}

.ss_title img {
	width: 85%;
}

.ss_img {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	overflow: hidden;
}

.ss_mark {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.ss_img, .ss_mark {
	display: flex;
	width: 200%; /* リピートのために幅を2倍に設定 */
}

.ss_img {
	display: flex;
	width: 245%; /* リピートのために幅を2倍に設定 */
}

.ss_mark {
	width: 259%;
	top: 3%;
}

.ss_mark_tips img {
	width: 100%;
}

/* 画像のリピートアニメーション */
/* .ss_img {
animation: scrollImg 20s linear infinite;
}

.ss_mark {
animation: scrollMark 30s linear infinite;
} */

.ss_img_tips {
	animation: scrollImg 20s linear infinite;
}

.ss_mark_tips {
	animation: scrollMark 30s linear infinite;
	padding: 0 5%;
}

/* 各要素のレイアウト調整 */
.ss_img_tips, .ss_mark_tips {
	width: 50%; /* それぞれの画像が幅の半分を占めるように設定 */
	flex-shrink: 0; /* 幅の縮小を防止 */
	padding: 0 1.5%;
}



/* メリット */
.base_section.top_merit {
	background: #F7F7F7;
	padding: 62px 0;
}

.top_merit {
}

.top_merit_inner {
	align-items: center;
}

.top_merit_info {
	padding: 0 20px;
	width: 47%;
	margin-right: 3%;
}

.top_merit_info h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.top_merit_info p {
	font-size: 16px;
	line-height: 2.1;
}

em.linePen {
	font-weight: inherit;
	background: -webkit-linear-gradient(transparent 64%, #FFEB00 0%);
	background: linear-gradient(transparent 64%, #FFEB00 0%);
}

.top_merit_img {
	padding: 0 30px;
	width: 50%;
	text-align: right;
}

.top_merit_img img {
}


/* FEATURE */
.base_section.top_feature {
	padding-bottom: 131px;
}

.top_feature_box_wrap {
	border-bottom: 1px solid #C9C9C9;
	margin-top: 80px;
	margin-bottom: 80px;
}

.top_feature_box {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #C9C9C9;
}

.top_feature_box:nth-child(2n) {
	flex-direction: row-reverse;
}

.top_feature_box .tfb_img {
	width: 50%;
}

.top_feature_box .tfb_img .tfb_img_inner {
	height: 100%;
}

.top_feature_box .tfb_img .tfb_img_inner img {
	height: 100%;
	object-fit: cover;
}

.tfb_contents {
	width: 50%;
	display: flex;
	padding: 40px;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
}

.tfb_contents:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.top_feature_box:hover .tfb_contents:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.top_feature_box.v_rakanka .tfb_contents {
	justify-content: flex-end;
}

.tfb_contents.v_tfb1:before {
	background-color: #ecdebf;
}

.tfb_contents.v_tfb2:before {
	background-color: #C4DA77;
}

.tfb_contents.v_tfb3:before {
	background-color: #e2b569;
}

.tfb_contents .tfb_contents_inner {
	max-width: 460px;
	position: relative;
	z-index: 1;
}

.tfb_contents .tfb_contents_inner .tfb_num {
	margin-bottom: 20px;
	line-height: 1;
}

.tfb_contents .tfb_contents_inner .tfb_num span {
	font-size: 20px;
	font-weight: bold;
	color: #DD4537;
	margin-right: -20px;
	position: relative;
}

.tfb_contents .tfb_contents_inner .tfb_num em {
	font-size: 154px;
	font-weight: bold;
	color: #F2F2F2;
}

.tfb_contents .tfb_contents_inner h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
}

.tfb_contents .tfb_contents_inner .tfb_text {
	font-size: 16px;
	line-height: 1.8;
}

.tfb_contents .tfb_contents_inner .tfb_text p {
}

.d_btn_wrap {
	text-align: center;
}

a.d_btn {
	display: inline-block;
	background-color: #333333;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	line-height: 1.6;
	padding: 17px 20px;
	border-radius: 32px;
	text-align: center;
	width: 346px;
	border: 1px solid #333333;
	overflow: hidden;
	vertical-align: middle;
}

a.d_btn b {
	font-weight: 500;
	position: relative;
	z-index: 1;
}

a.d_btn span {
	position: absolute;
	right: 20px;
	display: block;
	top: 0;
	margin: auto;
	bottom: 0;
	height: 4px;
	transition: 0.3s;
}

a.d_btn span img {
	display: block;
}

a.d_btn:hover {
	color: #333333;
}

a.d_btn:hover span {
	right: 17px;
}

a.d_btn:hover span img {
	opacity: 1;
	filter: invert(1);
}

a.d_btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #fff;
}

a.d_btn:hover:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}



/* STORE */
.base_section.top_store {
	padding: 65px 0 32px;
	background-color: #F7F7F7;
}

.top_store_inner {
	max-width: 950px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}

.top_store_img ;
widows: 42.1%.
}

.top_store_img img {
}

.top_store_info {
	width: 54%;
}

.top_store_info h3 {
	font-size: 22px;
	margin-bottom: 17px;
	line-height: 1.8;
	font-weight: bold;
}

.top_store_info p {
	font-size: 16px;
	line-height: 2;
}


/* 比較 */
.top_comparison {
}

p.d_sub_title {
	text-align: center;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 60px;
}

p.d_sub_title.v2 {
	margin-top: -20px;
	margin-bottom: 45px;
}

.top_comparison .contents_inner {
	text-align: center;
}

.top_comparison_contents {
	text-align: center;
}


/* おいしいプラスのメニュー一覧 */
.exp_tab_wrap.exp_tab_name.top_menu_tab_box {
	padding-bottom: 60px;
}

.top_menu_tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 auto 33px;
	justify-content: center;
}

.top_menu_tabs li {
	min-width: 148px;
	text-align: center;
}

.top_menu_tabs li span {
	display: block;
	text-align: center;
	color: #9D9D9D;
	background-color: #F2F2F2;
	line-height: 40px;
	font-size: 18px;
	border-radius: 8px;
	cursor: pointer;
}

.top_menu_tabs li:hover span {
	color: #fff;
	background-color: #333333;
}

.top_menu_tabs li.active span {
	color: #fff;
	background-color: #333333;
}

.item_box_list {
	margin-bottom: 71px;
}

.item_box_inner {
}

.item_box_part {
	position: relative;
}

.item_box_part.swiper-slide {
	width: 376px;
}

.item_box_img {
	margin-bottom: 1em;
	overflow: hidden;
}

.item_box_img a {
	display: block;
	overflow: hidden;
}

.item_box_img a img {
	transition: 0.3s;
	opacity: 1;
}

.item_box_img a:hover img {
	transform: scale(1.05, 1.05);
}


.item_box_title {
	font-size: 16px;
	font-weight:500;
	line-height: 1.5;
	min-height: 6em;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:1em 0;
}
.item_box_title h2{
	font-size: inherit;
	font-weight:inherit;
	line-height: 1.5;
	letter-spacing:0;
	margin:0;
}

.item_box_nutrients {

}

.nutrients_list {
	justify-content: center;
	gap: 16px;
}

li.icon_set {
	position: relative;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 111px;
	height: 111px;
	border: 1px solid #E8E8E8;
	border-radius: 50%;
	margin-top: 20px;
	background-color: #fff;
}

li.icon_set em {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	line-height: 0;
}

li.icon_set i {
	display: flex;
	height: 36px;
	justify-content: center;
	align-items: center;
}

.icon_set_c {
	color: #2AA038;
}

.icon_set_p {
	color: #DD4537;
}

.icon_set_f {
	color: #E0BF35;
}

.item_box_wrap .mode_item_control {
	position: relative;
}

.item_box_wrap .mode_item_control .swiper-scrollbar {
	height: 5px;
	cursor: pointer;
}

.mode_item_slider {
	will-change: transform;
}

/* スクロールバーの背景色やサイズを調整 */
.item_box_wrap .swiper-scrollbar {
	opacity: 1 !important; /* 非アクティブ時も表示されるように */
	transition: opacity 0.3s; /* 透明度の変化を滑らかに */
}

.item_box_wrap .swiper-scrollbar-drag {
	background-color: #333; /* スクロールバーの色 */
	border-radius: 4px; /* スクロールバーの角を丸くする */
}


/* メニューボタン */
.top_menu_link {
	padding: 8px 0 67px;
}

.menu_link_list_box_wrap {
	gap: 30px 0;
}

.menu_link_list_box {
	width: 50%;
	padding: 0 20px;
}

ul.menu_link_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

li.tab_btn_itme {
}

ul.menu_link_list li.tab_btn_itme {
	min-width: 160px;
}

ul.menu_link_list li.tab_btn_itme.v2 {
	width: 340px;
	font-size: 0.9em;
}

li.tab_btn_itme span {
	display: block;
	text-align: center;
	font-size: 17px;
	padding: 5px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #F2F2F2;
	border-radius: 8px;
}
li.tab_btn_itme a {
}
li.tab_btn_itme a {
	display: block;
	text-align: center;
	font-size: 17px;
	padding: 9px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #F2F2F2;
	border-radius: 8px;
	white-space:nowrap;
}

li.tab_btn_itme a:hover {
	background-color: #333;
	color: #fff;
}
li.tab_btn_itme.current a {
	background-color: #333;
	color: #fff;
	pointer-events: none;
}

.exp_tab_content {
	display: none;
}


/* 各お弁当のこだわり */
.top_bento_featuer {
	padding-top: 0;
	padding-bottom: 38px;
}

.article_list_box {
	margin-bottom: 40px;
}

.top_bento_featuer .article_list_box {
	margin-bottom: 73px;
}

.article_box {
}

.article_box_img {
	margin-bottom: 16px;
}

.article_box_img a {
}

.article_box_img a:hover {
}

.article_box_img img {
}

.article_box_img a {
	display: block;
	overflow: hidden;
}

.article_box_img a img {
	transition: 0.3s;
	opacity: 1;
}

.article_box_img a:hover img {
	transform: scale(1.05, 1.05);
}

.article_box_info {
}

.article_box_info h3 {
}

.article_box_info h3 a {
}

.article_box_info h3 a:hover {
}

.post_date {
	font-size: 12px;
}

.post_date span {
}


/* 累計50万食突破！ */
.to_set_bnr_sec {
}

.to_set_bnr {
	position: relative;
}

.to_set_bnr_img {
}

.to_set_bnr a.d_btn {
	display: block;
	position: absolute;
	top: 67%;
	left: 70%;
	width: 26.5%;
	background-color: #FFEB03;
	color: #333;
	padding: 1.3% 20px;
	text-align: center;
	font-weight: bold;
	border-color: #FFEB03;
}

.to_set_bnr a.d_btn img {
}

.to_set_bnr a.d_btn span {
	width: 14%;
}

.to_set_bnr a.d_btn img {
	width: 100%;
}

.to_set_bnr a.d_btn:hover {
	color: #fff;
	border: 1px solid #f4b900;
}

.to_set_bnr a.d_btn:hover::before {
	background-color: #f4b900;
}


/* お客様の声 */
.top_voice {
	overflow: hidden;
	padding: 18px 0 66px;
	scroll-margin-top: 80px;
}

.top_voice p.d_sub_title {
	margin-top: -20px;
	margin-bottom: 45px;
}

.voice_inner {
}

.customer_voice_sliderbox {
	margin-bottom: 77px;
}

.voice_item.swiper-slide {
	width: 340px;
	height: auto;
}

.customer_voice_slider_scrollbar {
	position: relative;
	padding-top: 50px;
}

.customer_voice_slider_scrollbar .swiper-scrollbar {
}

.customer_voice_slider_scrollbar .swiper-scrollbar-drag {
	background-color: #333; /* スクロールバーの色 */
	border-radius: 4px; /* スクロールバーの角を丸くする */
}

.card_item {
	border-radius: 12px;
	overflow: hidden;
}

.voice_card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card_img {
}

.card_img img {
}

.voice_card .card_img img {
	display: none;
}

.card_body {
	border: 1px solid #DBDBDB;
	border-radius: 0 0 12px 12px;
	border-top: 0;
	padding: 24px;
	flex-grow: 1;
}

.card_body {
	border: 1px solid #DBDBDB;
	border-radius: 12px 12px 12px 12px;
	border-top: 1px solid #DBDBDB;
	padding: 24px;
	flex-grow: 1;
}

.card_title {
}

.card_title .voice-member {
	margin-bottom: 16px;
}

.voice-member {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif !important;
	font-size: 16px;
}
.voice-member p {
	margin-bottom: 0;
}
.voice-img {
	width: 64px;
	margin-right: 24px;
}

.voice-img {
}

.voice-img img {
}

.voice-name {
}

.voice-name p {
}

.card_exp {
	font-size: 14px;
	font-weight: normal;
}

.card_exp h3 {
	font-size: 16px;
	font-weight: bold;
}

.voice-review {
}


/* 理由 */
.top_reason {
	padding-bottom: 117px;
}

p.d_title_upper {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

p.d_title_upper span:before {
	content: "＼";
	margin: 0 2px;
}

p.d_title_upper span:after {
	content: "／";
	margin: 0 2px;
}

h2.d_title.v_large {
	font-size: 36px;
	margin-bottom: 70px;
}

.top_reason_box {
	display: flex;
	flex-wrap: wrap;
}

.top_reason_box + .top_reason_box {
	margin-top: 60px;
}

.top_reason_box:nth-child(2n) {
	flex-direction: row-reverse;
}

.reason_img {
	width: 50%;
}

.reason_img_inner {
	height: 100%;
}

.reason_img_inner img {
	height: 100%;
	object-fit: cover;
}

.reason_contents {
	width: 50%;
}

.reason_contents_inner {
	padding: 0 10%;
}

.reason_num {
	font-size: 40px;
	color: #DD4537;
	margin-bottom: 27px;
}

.reason_num em {
	border-bottom: 3px solid #DD4537;
	line-height: 2;
	display: inline-block;
}

.reason_contents h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 16px;
	font-weight: bold;
}

.reason_text {
	font-size: 16px;
}

.reason_text p {
	font-size: 16px;
	line-height: 2;
}

.reason_text p small {
	font-size: 12px;
}



/* シェフ情報 */
.top_chef {
	background: 92px;
	background-color: #f7f7f7;
}

.chef_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0 5%;
}

.esaki_info {
	width: 33%;
}

.esaki_img {
	margin-bottom: 12px;
}

.esaki_img img {
}

.esaki_exp {
}

.esaki_exp h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

.esaki_exp p {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8;
}

.chef_info {
	width: 62%;
	padding-right: 4%;
}

.chef_info h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 32px;
}

.chef_info h2::after {
	content: "";
	width: 36px;
	height: 2px;
	background-color: currentcolor;
	display: block;
	margin-top: 15px;
}

.chef_info h2 span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 9px;
	line-height: 1.5;
}

.chef_info h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
}

.chef_exp {
	font-size: 16px;
	line-height: 1.7;
}

.chef_exp p {
}



/* ギフトリンク */
.gift_bnr_sec {
}

.gift_bnr {
	position: relative;
}

.gift_bnr a.d_btn {
	position: absolute;
	left: 4.2%;
	top: 70%;
	width: 29%;
	font-weight: bold;
}

.gift_bnr a.d_btn:hover {
}

section.base_section.to_set_bnr_sec2 {
	padding-top: 0;
}



/* レシピ・コラム */
.base_section.top_recipe {
	padding: 26px 0 0;
}

.top_column {
	padding-bottom: 112px;
	overflow: hidden;
}

.rakanka_img_box {
	position: absolute;
	top: 30px;
	left: -80px;
	width: 340px;
}

.rakanka_img_box {
	transform-origin: center;
	transition: transform 5s linear, top 5s linear, left 5s linear;
}

.rakanka_img_box img {
	/* transition: transform 0.2s linear; */
}

.top_column .article_list_box {
	z-index: 1;
	position: relative;
}


/* how to */
.top_how_to {
	background-color: #f7f7f7;
	padding: 73px 0 65px;
}

.how_to_box {
	margin-bottom: 35px;
}

.how_to_img {
	width: 50%;
}

.how_to_img img {
}

.how_to_info {
	width: 50%;
}

.how_to_list {
}

.how_to_list > li {
}

.how_to_list > li + li {
	margin-top: 15px;
}

.how_to_step {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 15px 25px;
	align-items: flex-start;
}

.how_to_step + .how_to_step {
}

.how_to_step_img {
	width: 28.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 3 / 2;
}

.how_to_step_img img {
}

.how_to_step_text {
	width: 71.5%;
	padding-left: 10px;
}

.how_to_step_text em {
	font-size: 20px;
	color: #DD4537;
}

.how_to_step_text h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.how_to_step_text p {
	font-size: 16px;
}

.d_btn_wrap {
}

.d_btn {
}

.d_btn:hover {
}

.d_btn span {
}

.d_btn span img {
}


/* ニュース */
ul.exp_tabs.top_news_tabs {
	text-align: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 29px;
	gap: 2em;
}

ul.top_news_tabs li {
	cursor: pointer;
	padding-bottom: 3px;
}

ul.top_news_tabs li.active, ul.top_news_tabs li:hover {
	border-bottom: 1px solid currentcolor;
}


/* メディア・ストア */
.top_media {
	padding: 33px 0;
}

p.d_sub_title.v3 {
	margin-top: -20px;
	margin-bottom: 65px;
}

.logolist_box {
}

.v_storelist {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 65px;
}

.logolist {
}

.logolist.row3 {
}

.logolist.rowsp1 {
}

.logolist > li {
	text-align: center;
}

.top_store {
}

.store_logo_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 150px;
}

.store_logo_img img {
}

.logolist p {
	font-size: 20px;
	margin-bottom: 0;
	height: 2.5em;
	overflow: visible;
}

.logolist p small {
	font-size: 12px;
	display: block;
}

.to_gmap {
}

.to_gmap a {
	font-size: 16px;
	text-underline-offset: 5px;
}

.to_gmap a::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 15px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/oishiipluscom/uploads/img/ext_link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.to_gmap a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}



/* top_faq */
.top_faq {
	padding: 18px 0 27px;
}

.faq_card_list {
	gap: 24px 35px;
	margin-bottom: 60px;
}

.faq_card {
	background-color: #FFFAE8;
	width: calc(100% / 2 - 35px* 1 / 2);
	padding: 30px;
}

.faq_card dt {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 12px;
}

.faq_card_icon {
	font-size: 34px;
	line-height: 1;
	margin-right: 9px;
}

.faq_card_icon.icon_Q {
	color: #2AA038;
}

.faq_card_icon.icon_A {
	color: #DD4537;
}

.faq_card dt span {
	width: calc(100% - 43px);
	display: block;
	font-size: 19px;
	font-weight: 500;
}

.faq_card dd {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	align-items: baseline;
}

.faq_card dd p {
	width: calc(100% - 43px);
	font-size: 14px;
	align-items: baseline;
}

.to_set_bnr_sec.v2 {
}






/** page
===================================*/



/** product_category
===================================*/
.page_title_section.v_products_page {
	height: 320px;
	position: relative;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/oishiipluscom/uploads/img/products_bg2.webp);
	background-position: center;
	background-size: cover;
	margin-bottom: 40px;
}

.page_title_section.v_products_page {
}

.page_title_section.v_products_page::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.29);
}

.page_title_section_inner {
}

.page_title_section_inner h1 {
	font-size: 32px;
	color: #fff;
	position: absolute;
	padding: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: block;
	height: fit-content;
	z-index: 2;
}

.menu_link_list_wrap {
	margin-bottom: 57px;
}

.menu_link_list_wrap .menu_link_list {
	justify-content: center;
}

.v_products_page_links {
}

.menu_item_list_box_section {
	margin-bottom: 50px;
}

.menu_item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 47px 16px;

}

.menu_item_list > div {
	width: calc(100% / 3 - 16px * 2 / 3);
	padding-bottom: 15px;
}

.menu_item_list_box_wrap .nutrients_list {
	justify-content: center;
	gap: 11px;
}

.item_box_part .d_btn_wrap {
	margin-top: 32px;
}

.menu_item_list .item_box_part:has(.d_btn) {
	background-color: #fff;
	transition: 0.3s;
}

.menu_item_list .item_box_part:has(.d_btn:hover) {
	background-color: #fbf9f6;
	background-color: rgb(251 242 230 / 70%);
}

.menu_item_list .item_box_part:has(.item_box_img a:hover) {
	background-color: #fbf9f6;
	background-color: rgb(251 242 230 / 70%);
}

.item_box_part .d_btn_wrap .d_btn {
	width: 264px;
}

.menu_item_list_box_wrap .item_box_title {
	//margin-bottom: 20px;
}

.menu_item_list_box_wrap .item_box_img a {
	aspect-ratio: 376 / 303;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.menu_item_list_box_wrap .item_box_img a img {
	aspect-ratio: 376/303;
}

.item_box_salt {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 66px;
	height: 66px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	border: 1px solid #333333;
	color: #333333;
	background-color: rgba(255, 255, 255, 0.735);
	border-radius: 50%;
	line-height: 1.2;
	text-align: center;
	z-index: 1;
}

.item_box_salt .icon_salt {
	font-size: 16px;
}

.item_box_salt .salt_title {
	font-size: 16px;
}

.item_box_salt .salt_icon_set_vol {
	font-size: 14px;
}


/** product
===================================*/
.product_page_inner.flbox {
	justify-content: space-between;
}

.product_page_image {
	width: 44.1%;
	position: relative;
	overflow: hidden;
}

.product_image_swiper {
	margin-bottom: 20px;
	display: none;
}

.product_image_swiper.swiper-initialized {
	display: block;
}

.pi_img_thumbs {
	cursor: pointer;
	opacity: 0.5;
}

.pi_img_thumbs.swiper-slide-thumb-active {
	opacity: 1;
}


.product_page_detail {
	width: 50%;
}

.pd_title h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 34px;
}

.pd_title h1 br {
	display: none;
}

.import_product_menu_slider_list section.base_section.top_menu_link {
	display: none;
}

.import_product_menu_slider_list .top_menu_tabs {
	display: none;
}

.top_menu_tab_contents > .exp_tab_content:first-child {
	display: block;
}

.product_page_detail .pd_note {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}

.product_page_detail .pd_note .pd_vol {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	padding-right: 16px;
}

.product_page_detail .pd_note .pd_vol span {
	font-size: 32px;
}

.product_page_detail .pd_note .pd_vol_info {
	background-color: #FFFAE8;
	display: inline-block;
	font-size: 20px;
	padding: 17px 22px;
	border-radius: 8px;
	font-weight: 500;
	position: relative;
	margin-left: 31px
}

.product_page_detail .pd_note .pd_vol_info::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 31px solid #fffae8;
	border-left: 0;
	position: absolute;
	left: -31px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.product_page_detail .pd_note .pd_vol_info span {
}

.product_page_detail .pd_cal {
	background-color: #F7F7F7;
	display: flex;
	width: fit-content;
	padding: 10px 60px;
	gap: 15px;
	align-items: center;
	font-size: 20px;
}

.product_page_detail .pd_cal em {
}

.product_page_detail .pd_cal span {
}

.item_box_nutrients.pd_nutrients {
}

.item_box_nutrients.pd_nutrients ul {
	width: fit-content;
	margin: 2em 0;
}

.product_page_detail .pd_infomation {
}

.product_page_detail .pd_infomation .btm {
	font-size: 16px;
	line-height: 1.7;
}

.product_page_detail h2,
.product_page_detail h3 {
	font-size:1.17em;
	margin-top: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.pd_infomation .btm p {
	margin-bottom: 1em;
}

.pd_infomation .btm.v_op8_at {
	text-align: right;
	font-size: 14px;
	margin-top: 30px;
}

.to_set_bnr_sec.v_prodcuts_page_cv {
	padding-bottom: 0;
}

.product_page_detail .pd_infomation .btm a {
	text-decoration: underline;
	color: #DD4537;
	display: flex;
	align-items: center;
}

.product_page_detail .pd_infomation .btm a + a {
	margin-top: 5px;
}

.product_page_detail .pd_infomation .btm a br {
	display: none;
}

.product_page_detail .pd_infomation .btm a:hover {
	text-decoration: none;
}




/** single
===================================*/
.article_header {
	position: relative;
}

.article_header_img {
	height: 300px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
}

.article_header_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}

.article_header_info {
	max-width: 800px;
	position: relative;
	top: -50px;
	/* border: 1px solid #333; */
	left: 0;
	right: 0;
	margin: auto;
	padding-inline: 20px;
}

.article_header_info_inner {
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.article_header_info_top.flbox {
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}

.art_head_info_sns {
}

.sns_share.flbox {
	gap: 16px;
	align-items: center;
	font-size: 13px;
}

h1.article_header_title {
	font-size: 24px;
	margin: 0;
	line-height: 1.6;
}

.l-container__row.bl_article_inner {
	margin-top: 0;
}

div.p-page_article__inner.u-text--body {
	font-size: 16px !important;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height: 2;
	padding-bottom: 3em;
	border-bottom: 1px dashed #ccc;
}

div.bl_article_nav_inner {
	margin: 60px 0;
}

.p-page_article__inner a {
	font-size: 16px;
	text-decoration: underline;
}

a.c-article_nav__inner__prev, a.c-article_nav__inner__next {
	display: flex;
	border: 1px solid #333;
	width: fit-content;
	padding: 5px 30px;
	transition: 0.3s;
}

a.c-article_nav__inner__prev:hover, a.c-article_nav__inner__next:hover {
	background-color: #333;
	color: #fff;
	opacity: 1;
}

a.c-article_nav__inner__back {
	text-decoration: none;
}

a.c-article_nav__inner__back:hover {
	text-decoration: underline;
}

div.c-article_nav__inner {
	gap: 20px;
	max-width: 624px;
	width: 100%;
	justify-content: space-between;
}


/** category
===================================*/
.news .section-title h2 {
	margin-bottom: 0;
	font-family: inherit;
	font-weight: bold;
	margin-bottom: 20px;
}

.news .box01 {
	background: none;
	padding: 0;
}

#sub.news .fv_sl {
	position: relative;
}

.news .section-title h2::after, .news .section-title h2::before {
	display: none;
}

div.news_inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 20px;
}

.news_inner ul li {
	border-bottom: 0;
}

.news_inner ul li a:hover {
	color: #2da03a;
	color: inherit;
	text-decoration: underline;
}

.blog_category_menu_link_wrap {
	overflow: auto;
}

ul.blog_category_menu_link {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

ul.blog_category_menu_link li {
}

ul.blog_category_menu_link li a {
	text-decoration: underline;
	text-underline-offset: 6px;
	/* text-decoration-thickness: from-font; */
	line-height: 1.8;
}

ul.blog_category_menu_link li a:hover {
	text-decoration: none;
	color: #2da03a;
}

ul.blog_category_menu_link li.current a {
	font-weight: bold;
	text-decoration: none;
}

.post_more_link {
	font-size: 12px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
}

.post_more_link a {
	display: flex;
	width: fit-content;
}

.post_more_link span {

}

.post_more_link a:hover span {
}

.news_inner ul li.c-pagination__list__item.is-active .c-pagination__list__item__page {
	border: 1px solid #333;
	border: 1px solid #333;
	border-radius: 50%;
}

ul.c-pagination__list {
	gap: 10px;
	border: 0;
}

.c-pagination__list__item.is-active:after {
	border-color: transparent;
}

.news_inner ul li.c-pagination__list__item.is-active span.c-pagination__list__item__page {
	background-color: #333;
	color: #fff;
}

.news_inner ul li.c-pagination__list__item.is-active span.c-pagination__list__item__page:hover {
	background-color: #333;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.news_inner ul li.c-pagination__list__item.is-active a.c-pagination__list__item__page:hover {
	background-color: #333;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

a.c-pagination__list__item__prev:hover, a.c-pagination__list__item__next:hover {
	text-decoration: none !important;
}

.news_inner ul li.c-pagination__list__item.is-active span.c-pagination__list__item__page.has_ellipsis {
	background: none;
	color: #333;
	border: 0;
}




/** pages
===================================*/
.bg_box {
	background: none !important;
	padding-bottom: 0 !important;
}

.bg_box h3 {
	margin-bottom: 12px;
}

.contact .box01 {
	background: none;
}

.faq {
	background: none;
}

#sub .company {
	background: #eee7d1 !important;
	margin-top: 0;
	padding-bottom: 80px;
}

/* こだわりページ */
.original_page_wrap {
}

.ori_head {
	background-color: #FFFAE8;
	text-align: center;
	font-size: 20px;
	padding: 62px 20px;
	margin-bottom: 64px;
}

.ori_head h1 {
	font-size: 28px;
	margin: 0;
	line-height: 1.4;
}

.ori_head h1 .visible-sp {
}

.o2col {
	margin-bottom: 80px;
}

.o2col + .o2col {

}

.o2col.flbox {
	gap: 5%;
}

.o2col > div {
	width: 47.5%;
}

.oc_img {
}

.oc_img img {
}

.oc_text {
	font-size: 18px;
}

.oc_text h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.oc_text h3::after {
	content: "";
	width: 33px;
	height: 3px;
	background-color: currentcolor;
	display: block;
	margin-top: 15px;
}

h3.d_title_h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

h3.d_title_h3::after {
	content: "";
	width: 33px;
	height: 3px;
	background-color: currentcolor;
	display: block;
	margin-top: 15px;
}

.oc_list {
}



.oc_text p {
	font-size: 18px;
	line-height: 1.7;
}

.oc_list {
}

.ol_list_wrap {
}

.ol_list_wrap ul {
}

.ol_list_wrap ul > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background-color: #FFFAE8;
	padding: 10px 5px;
	font-size: 19px;
	letter-spacing: 0;
}

.ol_list_wrap {
	padding-top: 7px;
}

.ol_list_wrap ul > li + li {
	margin-top: 16px;
}

.ol_list_wrap ul > li em {
	font-size: 20px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	font-weight: 500;
	margin-right: 10px;
}

.ol_list_wrap ul > li span {
}

.ol_list_wrap ul > li span strong {
	font-weight: bold;
	color: #DD4437;
}

.sep_hr {
	height: 0;
	border-bottom: 1px solid #707070;
	padding-top: 40px;
	margin-bottom: 120px;
}

.ol_sec1 {
	font-weight: bold;
	color: #DD4437;
	margin-right: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 8em;
	justify-content: space-between;
}

.ol_sec1::after {
	content: ":";
	color: #111;
	margin-right: 5px;
}

.ol_sec2 {
	font-size: 19px;
}

.ol_sec2 b {
	font-weight: bold;
}

.or_text {
}

.or_text h3 {
}

.or_text p {
}

.or_text p em {
}

em.u_line {
	background: linear-gradient(transparent 70%, #FFEB00 30%);
}

.or_img {
}

.or_img img {
}

.ul_list {
}

ul.ul_list {
}

ul.ul_list > li {
}

ul.ul_list > li em {
}

ul.ul_list > li .ol_sec1 {
}

ul.ul_list > li .ol_sec1 strong {
}

ul.ul_list > li .ol_sec2 {
}

ul.ul_list > li .ol_sec2 p {
}

ul.ul_list > li .ol_sec2 p b {
}

ul.ul_list > li .ol_sec2 p .visible-sp {
}

.oc_text em.u_line {
}

ul.ul_list > li a {
}

ul.ul_list > li a:hover {
}



/* あたため方 */
.no_bg_page_title {
	padding: 60px 16px;
}

.no_bg_page_title h2.d_title {
}

.no_bg_page_title p.d_sub_title {
	margin-bottom: 0;
}

.no_bg_page_title p.d_sub_title.nbr {
}

.no_bg_page_title p.d_sub_title.v3 {
}

.atatame_step_list {
	max-width: 860px;
	margin: 0 auto;
	padding-bottom: 88px;
}

.atatame_step_box {
}

.atatame_step_box + .atatame_step_box {
	margin-top: 60px;
}

.atatame_step_inner {
	align-items: center;
	gap: 5%;
}

.atatame_step_inner.flbox {
}

.atatame_img {
	width: 30%;
}

.atatame_img img {
}

.atatame_contents {
	font-size: 18px;
	width: 65%;
}

.atatame_contents h3 {
}

.atatame_contents p {
	margin: 0;
}

.atatame_contents p .hidden-sp {
}

.moritsuke_image {
	margin-bottom: 60px;
}

.moritsuke_image .moi1 {
	text-align: center;
	margin-bottom: 15px;
}

.moritsuke_image .moi1 img {
}

.moritsuke_image .moi2 {
}

.moritsuke_image .moi2 img {
}

.top_faq.atatame_faq {
	padding-bottom: 47px;
}



/* 見出し調整 */
.ori_exp .t_text {
	width: fit-content;
	max-width: max-content;
	line-height: 2;
	font-size: 18px;
	padding: 0 40px;
	margin: 50px auto;
	text-align: center;
}




/** search
===================================*/




/** contact
===================================*/
.contact form input#agree {
	width: auto;
	height: auto;
}

div#contact-form-container {
	padding-bottom: 60px;
}

label.c-form_table__checkbox {
	padding: 0px 0 20px;
	margin-top: 15px;
}

div#CustomerLoginForm {
	margin: 0;
	padding: 0;
}

div.contact-wrap-margin__top {
	margin-top: 0;
}


table.c-form_table--confirm2 {
	text-align: left;
	width: 100%;
	max-width: 600px;
	margin: auto;
	background-color: #fff;
}

.c-form_table--confirm2 th {
	width: 30%;
	padding: 15px;
	font-size: 14px !important;
	font-weight: bold !important;
}

.c-form_table--confirm2 td {
	width: 70%;
	padding: 15px;
	font-size: 14px !important;
}

#contact-form-container .contact-form .contact-btn-container.flex {
	align-items: center !important;
}


/** 特定商取引法について
===================================*/
.law_sec {
	scroll-margin-top: 80px;
}

table.law_info_table {
	text-align: left;
}

#sub.doc table .law_sec th {
	text-align: center;
	background-color: #f7f5ef;
	padding: 15px 15px;
}



/** 404
===================================*/












/*--------------------------------------------------------------------
=== [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1200px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1199px) {


}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1104px) {
	.main_slider .swiper-slide {
		width: 100%;
	}

	.line_gift_btn {
		left: auto;
		right: 20px;
		width: 120px;
	}


	/* メニュー */
	ul.menu_link_list {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}

	ul.menu_link_list li.tab_btn_itme {
		width: calc(100% / 3 - 16px* 2 / 3);
	}

	ul.menu_link_list li.tab_btn_itme.v2 {
		width: calc(200% / 3 - 16px* 1 / 3);
	}

	li.tab_btn_itme a {
		font-size: 14px;
	}



}/* @media */





/** Tablet
===================================*/
@media screen and (max-width: 1023px) {
	/** tb-base
	===================================*/
	#TB_ancor {
		color: #f66;
		font-size: 20px;
	}



	/** tb-header
	===================================*/
	ul.hr_links .header_login_box {
		font-size: 12px;
		gap: 5px;
	}

	a.header-start-btn.start_btn {
		width: 140px;
	}





	/** tb-navi
	===================================*/



	/** tb-eyecatch
	===================================*/



	/** tb-contents_all
	===================================*/



	/** tb-side
	===================================*/



	/** tb-footer
	===================================*/
	ul.footer_sns_list.flbox {
		justify-content: space-between;
		row-gap: 16px;
	}

	.footer_contents_item.footer_company_box {
		width: 40%;
	}

	.footer_contents_item.footer_menu_box {
		width: 30%;
	}

	.footer_contents_item.footer_sns_box {
		width: 30%;
	}


	/** tb-slideMenu
	===================================*/



	/** tb-drawer
	===================================*/



	/** tb-top
	===================================*/
	.top_store_img {
		width: 40%;
	}

	.top_store_info {
		width: 60%;
	}

	.faq_card_list {
		gap: 24px 24px;
		margin-bottom: 60px;
	}

	.reason_img_inner img {
		object-fit: contain;
		object-position: top;
	}




	/** tb-page
	===================================*/



	/** tb-product
	===================================*/



	/** tb-product_category
	===================================*/



	/** tb-single
	===================================*/



	/** tb-category
	===================================*/



	/** tb-search
	===================================*/



	/** tb-404
	===================================*/



}/* @media */



/** Tabletのみ
===================================*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.to_set_bnr a.d_btn span {
		display: none;
	}

	.gift_bnr a.d_btn {
		padding: 1.3% 20px;
	}

	.gift_bnr a.d_btn span {
		display: none;
	}


}/* @media */




/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
	/** base
	===================================*/
	#SP_ancor {
		color: #f66;
		font-size: 20px;
	}


	/** sp-header
	===================================*/
	/* header */
	.headar_attention h1 {
		font-size: 10px;
	}

	.header_inner {
		position: relative;
		padding: 8px 20px;
	}

	a.login.header_login_box {
		font-size: 0;
	}

	h2.header_logo_box {
		width: 143px;
	}

	.full_drawer_menu_trigger {
		height: 14px;
		position: relative;
		width: 24px;
	}

	.fdm_line--center {
		top: 7px;
		top: 6.5px;
	}

	.fdm_line--top.active {
		top: 6px;
	}

	.fdm_line--bottom.active {
		bottom: 7px;
	}





	/** sp-navi
	===================================*/


	/** sp-slideMenu
	===================================*/



	/** sp-drawer
	===================================*/
	.modal-nav {
		top: 45px;
	}


	/** sp-eyecatch
	===================================*/
	.line_gift_btn {
		left: auto;
		right: 10px;
		width: 100px;
	}


	/** sp-contents_all
	===================================*/



	/** sp-side
	===================================*/



	/** sp-footer
	===================================*/
	.inner.footer-inner {
		padding: 57px 20px 100px;
	}

	.footer_contents_item.footer_sns_box {
		width: 100%;
		margin-bottom: 56px;
	}

	ul.footer_sns_list.flbox {
		justify-content: center;
		gap: 20px;
	}

	.footer_contents_item.footer_menu_box {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer_contents_item.footer_company_box {
		width: 100%;
		text-align: center;
	}

	.footer_sns_box {
		order: 4;
	}

	.footer_menu_box2 {
		order: 2;
	}

	.footer_menu_box1 {
		order: 3;
	}

	.footer_company_box {
		order: 1;
	}

	.footer_contents_item.footer_menu_box {
	}



	/** sp-top
	===================================*/
	.base_section {
		padding: 60px 0;
	}

	h2.d_title {
		/* font-size: 24px; */
		font-size: 23px;
		letter-spacing: 0.04em;
	}

	h2.d_title span {
		display: block;
		font-size: 16px;
	}



	/* 挨拶 */
	section.base_section.top_greeting {
		padding: 27px 0 52px;
	}

	.top_greeting h2.d_title {
		line-height: 1.8;
		margin-bottom: 24px;
	}

	.top_greeting_text {
		text-align: left;
		font-size: 16px;
		line-height: 2;
		font-weight: 500;
	}

	.ss_scroll_item {
		width: 180%;
	}

	.ss_scroll_item {
		position: relative;
		padding-top: 68%;
		margin-bottom: 65px;
		left: -41%;
	}

	.ss_title {
		width: calc(100vw - 40px);
	}

	.ss_title {
		width: 60%;
	}

	.ss_mark {
		width: 168%;
		top: 19%;
	}



	/* merit */
	.base_section.top_merit {
		background: #F7F7F7;
		padding: 57px 0;
	}

	.top_merit_inner {
		align-items: center;
		flex-direction: column-reverse;
	}

	.top_merit_info {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.top_merit_img {
		padding: 0;
		width: 100%;
		margin-bottom: 44px;
	}

	.top_merit_info h3 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 16px;
	}

	.top_merit_info p {
		font-size: 16px;
		line-height: 2;
	}



	/* FEATURE */
	.base_section.top_feature {
		padding: 55px 0 69px;
	}

	.top_feature_box_wrap {
		margin: 40px 0 8px;
		border: 0;
	}

	.top_feature_box {
		border: 0;
		flex-direction: column;
	}

	.top_feature_box .tfb_img .tfb_img_inner {
		height: auto;
	}

	.top_feature_box .tfb_img {
		width: 100%;
	}

	.top_feature_box .tfb_img .tfb_img_inner img {
		height: auto;
		object-fit: unset;
		width: 100%;
	}

	.tfb_contents {
		width: 100%;
		padding: 20px 20px 52px;
	}


	.tfb_contents .tfb_contents_inner {
		width: 100%;
		max-width: 100%;
	}

	.tfb_contents .tfb_contents_inner .tfb_num em {
		font-size: 100px;
	}

	.tfb_contents:before {
	}



	/* ストア */
	.base_section.top_store {
		padding: 35px 0 59px;
	}

	.top_store_img {
		width: 100%;
	}

	.top_store_info {
		width: 100%;
	}

	.top_store_info h3 br {
		display: none;
	}



	/* 比較 */
	.base_section.top_comparison {
		padding: 60px 0 10px;
	}

	.top_comparison_inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.top_comparison_contents {
		margin-bottom: 22px;
	}

	.top_comparison_title h2.d_title {
		text-align: left;
		line-height: 1.7;
		margin-bottom: 14px;
		font-size: 22px;
	}

	p.d_sub_title {
		text-align: left;
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 24px;
	}



	/* おいしいプラスのメニュー一覧 */
	.base_section.top_menu_items {
	}

	.top_menu_tabs {
		gap: 10px;
		margin-bottom: 37px;
	}

	.top_menu_tabs li {
		min-width: auto;
		width: calc(100% / 3 - 10px* 2 / 3);
	}

	.top_menu_items .contents_inner {
		padding: 0 20px;
	}

	.top_menu_tabs li span {
		font-size: 14px;
		border-radius: 4px;
		padding: 2px;
	}

	.top_menu_items {
	}

	.top_menu_items .swiper-wrapper {
		display: block;
	}

	.item_box_title {
		height: auto;
		margin-bottom: 20px;
	}

	.top_menu_items .item_box_part.swiper-slide {
		width: 100%;
		margin: 0;
	}

	.nutrients_list {
		justify-content: center;
		gap: 8px;
	}

	.top_menu_items .item_box_part.swiper-slide + .item_box_part {
		margin-top: 40px;
	}

	.top_menu_items .item_box_list {
		margin-bottom: 0;
	}

	.top_menu_items .item_box_wrap .mode_item_control {
		display: none;
	}



	/* メニューリスト */
	.menu_link_list_box_wrap {
		gap: 0px 0;
	}

	.menu_link_list_box {
		width: 100%;
		padding: 0;
	}

	.base_section.top_menu_link {
		padding: 0 0 10px;
	}

	.menu_link_list_box h2.d_title {
		font-size: 20px;
		margin-bottom: 24px;
	}

	ul.menu_link_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	ul.menu_link_list li.tab_btn_itme {
		width: calc(100% / 3 - 10px* 2 / 3);
	}

	ul.menu_link_list li.tab_btn_itme.v2 {
		width: calc(200% / 3 - 10px* 1 / 3);
	}

	li.tab_btn_itme a {
		font-size: 14px;
		font-size: 14px;
		border-radius: 4px;
		padding: 2px;
		font-weight: 500;
		display: block;
		line-height: 40px;
	}

	li.tab_btn_itme.v2 a {
		font-size: 13px;
		padding-inline: 0;
	}

	.menu_link_list_box + .menu_link_list_box {
		margin-top: 40px;
	}



	/* こだわり */
	.base_section.top_bento_featuer {
		padding: 60px 0 10px;
	}

	p.d_sub_title.v2 {
		margin-top: -34px;
		margin-bottom: 36px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.contents_inner {
	}

	.contents_inner:has(.article_list_box) {
		overflow-x: scroll;
		margin-right: -20px;
		margin-left: -20px;
		position: relative;
		margin-bottom: 52px;
	}

	.scroll-container {
	}

	/* スクロールバーのカスタマイズ */
	.contents_inner:has(.article_list_box)::before, .contents_inner:has(.article_list_box)::after {

	}

	.contents_inner:has(.article_list_box)::before {
		margin-right: -20px;
	}

	.contents_inner:has(.article_list_box)::after {
		margin-left: -20px;
	}

	.contents_inner:has(.article_list_box)::-webkit-scrollbar {
		width: 2px;
		background: transparent;
		height: 4px;
		overflow: hidden;
		border-radius: 2px;
	}

	.contents_inner:has(.article_list_box)::-webkit-scrollbar-thumb {
		background-color: #333;
		border-radius: 2px;
	}

	.contents_inner:has(.article_list_box)::-webkit-scrollbar-track {
		background: transparent;
		width: 2px;
		background-color: #DDDDDD;
		height: 4px;
		overflow: hidden;
		border-radius: 2px;
		margin-left: 20px; /* スクロールバー左側の余白 */
		margin-right: 20px; /* スクロールバー右側の余白 */
	}

	.article_list_box {
		width: max-content;
		flex-wrap: nowrap;
		gap: 0 10px;
		margin-bottom: 50px;
	}

	article.article_box {
		width: 330px;
	}

	article.article_box:first-child {
		margin-left: 20px;
	}

	article.article_box:last-child {
		margin-right: 10px;
	}



	/* CV */
	.to_set_bnr_sec {
		padding-bottom: 0;
	}

	.to_set_bnr a.d_btn {
		width: auto;
		left: 8%;
		right: 8%;
		top: 81%;
		padding: 15px 5px;
	}

	.to_set_bnr a.d_btn b {
		font-weight: bold;
		position: relative;
		z-index: 1;
	}



	/* voice */
	.base_section.top_voice {
		padding-bottom: 0;
	}

	.customer_voice_slider_scrollbar {
		position: relative;
		padding-top: 60px;
	}

	.customer_voice_sliderbox {
		margin-bottom: 45px;
	}



	/* reason */
	h2.d_title.v_large {
		font-size: 24px;
		margin-bottom: 37px;
	}

	p.d_title_upper span {
		font-size: 14px;
	}

	p.d_title_upper span {
		position: relative;
	}

	p.d_title_upper span::before {
		position: absolute;
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		background-image: url(https://d2w53g1q050m78.cloudfront.net/oishiipluscom/uploads/img/dtu_left.svg?1731277670423);
		background-repeat: no-repeat;
		font-size: 0;
		bottom: 0;
		left: -34px;
	}

	p.d_title_upper span::after {
		position: absolute;
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		background-image: url(https://d2w53g1q050m78.cloudfront.net/oishiipluscom/uploads/img/dtu_right.svg?1731277670423);
		background-repeat: no-repeat;
		font-size: 0;
		bottom: 0;
		right: -88px;
	}

	.reason_img {
		width: 100%;
	}

	.reason_img_inner {
		height: auto;
	}

	.reason_img_inner img {
		object-fit: unset;
		object-position: unset;
		height: auto;
	}

	.reason_contents {
		width: 100%;
	}

	.reason_contents_inner {
		padding: 0;
	}



	.reason_img {
		width: auto;
		margin: 0 -20px;
	}

	.reason_num {
		font-size: 40px;
		color: #DD4537;
		margin-bottom: 12px;
	}

	.reason_num em {
		line-height: 1.8;
	}

	.reason_contents h3 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.02em;
	}

	.reason_text p {
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.02em;
	}

	.reason_text p:has(small) {
		margin-top: -1.2em;
	}

	.reason_text p small {
		font-size: 10px;
		letter-spacing: 0;
		line-height: 1.5;
		margin-top: 0;
	}

	.top_reason_box + .top_reason_box {
		margin-top: 33px;
	}


	/* chef */
	.base_section.top_chef {
		padding: 33px 0 60px;
	}

	.chef_wrap {
		flex-direction: column-reverse;
	}

	.chef_info {
		width: 100%;
		padding: 0;
		margin-bottom: 45px;
	}

	.esaki_info {
		width: 100%;
	}

	.chef_info h2 {
		font-size: 34px;
	}

	.chef_info h2 span {
		font-size: 21px;
		margin-bottom: 3px;
	}

	.chef_info h3 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 14px;
		line-height: 1.7;
	}

	.esaki_img {
		margin-inline: -20px;
	}

	.esaki_exp p {
		font-weight: normal;
		font-size: 10px;
		line-height: 1.8;
		letter-spacing: 0;
	}



	/* ギフトバナー */
	.base_section.gift_bnr_sec {
		padding-bottom: 40px;
	}

	.gift_bnr a.d_btn {
		width: auto;
		left: 7%;
		right: 7%;
		top: 80%;
	}

	.gift_bnr a.d_btn b {
		font-weight: bold;
	}



	/* レシピ */
	.base_section.top_recipe {
		padding: 0px 0 0;
	}

	.article_box_img {
		margin-bottom: 12px;
	}

	.article_box_info h3 {
		font-size: 14px;
		margin-bottom: 5px;
	}



	/* コラム */
	.base_section.top_column {
		padding-top: 72px;
	}

	.rakanka_img_box {
		width: 220px;
		width: 150px;
		left: -55px;
		top: 0;
		transition: transform 3s linear, top 3s linear, left 3s linear;
	}


	/* HOW TO */
	.base_section.top_how_to {
		padding: 52px 0 57px;
	}

	.how_to_img {
		width: 100%;
		margin-bottom: 30px;
	}

	.how_to_info {
		width: 100%;
	}

	.how_to_step {
		padding: 0 0 15px;
	}

	.how_to_step.step1 img{
		width: 51px;
	}

	.how_to_step.step2 img{
		width: 80px;
	}

	.how_to_step.step3 img{
		width: 70px;
	}

	.how_to_step_img {
		aspect-ratio: auto;
		padding-top: 30px;
	}

	.how_to_step_text em {
		font-size: 12px;
		color: #DD4537;
	}

	.how_to_step_text h3 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 1px;
	}



	/* news */
	.base_section.top_news {
		padding-top: 40px;
		padding-bottom: 0;
	}


	.top_news h2.d_title {
		margin-bottom: 24px;
	}

	ul.exp_tabs.top_news_tabs {
		gap: 0 1em;
		margin-bottom: 39px;
		font-size: 11px;
	}

	ul.top_news_tabs li {
		font-size: 12px;
	}


	/* media */
	.base_section.top_media {
		padding-bottom: 0;
	}

	p.d_sub_title.v3 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 45px;
	}

	.top_media .logolist {
		gap: 10px 2%;
	}


	.base_section.top_storeinfo {
	}

	.top_storeinfo .d_sub_title.v2 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0;
	}

	.logolist p {
		font-size: 16px;
		height: 3em;
	}

	p.to_gmap {
		line-height: 1.8;
		height: auto;
	}

	.top_storeinfo .logolist > li + li {
		margin-top: 40px;
	}

	.logolist p small {
		font-size: 16px;
		display: block;
		margin-bottom: 10px;
	}

	.v_storelist {
		margin-bottom: 40px;
	}


	/* faq */
	.top_faq {
		padding: 18px 0 0px;
	}

	.top_faq h2.d_title {
		margin-bottom: 16px;
	}

	.faq_card_list {
		gap: 10px;
		margin-bottom: 45px;
	}

	.faq_card {
		width: 100%;
		padding: 30px 20px 30px 30px;
	}



	/** sp-page
	===================================*/




	/** sp-product_category
	===================================*/
	.page_title_section.v_products_page {
		height: 160px;
		margin-bottom: 36px;
	}

	.page_title_section_inner h1 {
		font-size: 23px;
	}

	.menu_link_list_wrap {
		margin-bottom: 36px;
	}

	.menu_item_list {
		display: flex;
		flex-wrap: wrap;
		gap: 25px 10px;
	}

	.menu_item_list > div {
		width: calc(100% / 2 - 10px* 1 / 2);
	}

	.menu_item_list .item_box_img {
		margin-bottom: 8px;
	}

	.menu_item_list_box_wrap .item_box_title {
		font-size: 14px;
	}

	.item_box_nutrients {
	}

	.menu_item_list_box_wrap .nutrients_list {
		justify-content: center;
		gap: 3px;
	}

	.menu_item_list_box_wrap .menu_item_list li.icon_set {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		border: 1px solid currentcolor;
		border-radius: 4px;
		font-size: 12px;
		justify-content: flex-start;
		padding: 5px 5px;
		margin: 0;
		align-items: center;
		letter-spacing: 0;
	}

	.menu_item_list_box_wrap .menu_item_list li.icon_set i {
		display: flex;
		height: 19px;
		justify-content: center;
		align-items: center;
		width: 19px;
		text-align: left;
		margin-right: 4px;
	}

	.menu_item_list_box_wrap .menu_item_list span.icon_set_name {
		font-size: 12px;
	}

	.menu_item_list_box_wrap .menu_item_list span.icon_set_vol {
		font-size: 12px;
	}

	.menu_item_list_box_wrap li.icon_set.icon_set_c i img {
		width: 19px;
		height: 16px;
	}

	.menu_item_list_box_wrap li.icon_set.icon_set_p i img {
		width: 19px;
		height: 21px;
	}

	.menu_item_list_box_wrap li.icon_set.icon_set_f i img {
		width: 10px;
		height: 15px;
	}

	.menu_item_list_box_wrap .menu_item_list .item_box_salt {
		width: 41px;
		height: 41px;
		font-size: 12px;
		top: 4px;
		left: 4px;
	}

	.menu_item_list_box_wrap li.icon_set em {
		width: 38px;
		right: 3px;
		margin-inline: 0;
		left: auto;
		top: 8px;
	}

	.item_box_salt .salt_title {
		font-size: 12px;
	}

	.item_box_salt .salt_icon_set_vol {
		font-size: 12px;
	}

	.menu_item_list .icon_salt {
		display: none;
	}

	.item_box_part .d_btn_wrap {
		margin-top: 12px;
	}

	.item_box_part .d_btn_wrap .d_btn {
		max-width: 100%;
		font-size: 12px;
		padding: 9px 0px;
	}

	.item_box_part .d_btn_wrap a.d_btn span {
		width: 27px;
		right: 12px;
		height: 3px;
	}






	/** sp-product
	===================================*/
	.product_page_inner.flbox {
		justify-content: normal;
		padding-top: 25px;
		flex-direction: column;
	}

	.product_page_image {
		width: 100%;
	}


	.product_page_detail {
		width: 100%;
	}

	.product_image_swiper_thumbs {
		margin-bottom: 20px;
	}

	.pd_title h1 {
		font-size: 27px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 27px;
	}

	.product_page_detail .pd_note .pd_vol {
		padding-right: 10px;
	}

	.product_page_detail .pd_note .pd_vol_info {
		background-color: #FFFAE8;
		display: inline-block;
		font-size: 18px;
		padding: 12px 13px;
		border-radius: 8px;
		font-weight: 500;
		position: relative;
		margin-left: 35px;
	}

	.product_page_detail .pd_cal {
		padding: 10px 20px;
		width: 100%;
		justify-content: center;
	}

	.pd_infomation .btm.v_op8_at {
		text-align: right;
		font-size: 12px;
		margin-top: 30px;
	}

	.import_product_menu_slider_list .top_menu_items .item_box_part.swiper-slide:nth-child(n+6) {
		display: none;
	}



	/** sp-single
	===================================*/
	.article_header_info {
		top: 0;
		box-shadow: none;
		padding: 0;
	}

	.article_header_info_inner {
		padding: 30px 20px 24px;
		background-color: #fff;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	}

	.article_header_info_inner {
		box-shadow: none;
	}

	.article_header_info_top.flbox {
		justify-content: space-between;
		margin-bottom: 25px;
		align-items: center;
	}

	.sns_share.flbox {
		gap: 8px;
		align-items: center;
		font-size: 12px;
	}

	h1.article_header_title {
		font-size: 19px;
		margin: 0;
		line-height: 1.5;
	}

	div.bl_article_nav_inner {
		margin-bottom: 20px;
	}

	a.c-article_nav__inner__prev, a.c-article_nav__inner__next {
		margin: 0;
		width: 47%;
	}

	a.c-article_nav__inner__back {
		text-align: center;
		width: 100%;
	}


	/** sp-category
	===================================*/
	.news_inner ul.article_list_box {
		width: 100%;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}

	.news_inner ul.article_list_box li {
		padding: 0;
		margin: 0;
	}

	.news_inner article.article_box:first-child {
		margin: 0 0 32px;
	}

	.news_inner article.article_box {
		width: 100%;
	}

	.news_inner ul.article_list_box li {
		width: 48.5%;
	}





	/** sp-pages
	===================================*/

	#contact-form-container {
		padding: 30px 20px;
	}

	.contact .faq_inner {
		margin-inline: 0px;
		width: 100%;
	}

	/* kodawari */
	.ori_head {
		background-color: #FFFAE8;
		text-align: center;
		font-size: 24px;
		padding: 31px 16px;
		margin-bottom: 31px;
	}

	.ori_head h1 {
		font-size: 24px;
		margin: 0;
		line-height: 1.5;
	}

	.o2col {
		margin-bottom: 40px;
	}

	.o2col.flbox {
		flex-direction: column;
		gap: 28px 0;
	}

	.o2col.flbox.sp_rev {
		flex-direction: column-reverse;
	}

	.o2col.flbox.v_last {
		margin-bottom: 10px;
	}

	.o2col > div {
		width: 100%;
	}

	h3.d_title_h3 {
		font-size: 23px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.oc_text p {
		font-size: 16px;
		line-height: 1.7;
	}

	.oc_list {
		margin-bottom: 12px;
	}

	.ol_list_wrap {
		padding-top: 0px;
	}

	.ol_list_wrap ul > li {
		padding: 12px 5px;
		font-size: 18px;
		letter-spacing: 0;
		padding-right: 5px;
	}

	.ol_list_wrap ul > li em {
		font-size: 18px;
		line-height: 28px;
		height: 28px;
		width: 28px;
		margin-right: 8px;
	}

	.sep_hr {
		padding-top: 20px;
		margin-bottom: 60px;
	}

	.ol_list_wrap ul li {
		align-items: flex-start;
	}

	.ol_sec1 {
		font-size: 18px;
		margin-top: -2px;
	}

	.ol_sec1::after {
		display: none;
	}

	.ol_sec2 {
		margin-top: 1px;
		font-size: 18px;
		width: 100%;
		padding-left: 36px;
	}



	/* atatame */
	.no_bg_page_title {
		padding: 28px 16px 32px;
	}

	.no_bg_page_title h2.d_title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.no_bg_page_title p.d_sub_title.v3 {
		margin-top: 0;
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 0;
	}

	.atatame_step_list {
		padding-bottom: 60px;
	}

	.atatame_step_inner {
		align-items: flex-start;
	}

	.atatame_step_box {
	}

	.atatame_step_box + .atatame_step_box {
		margin-top: 40px;
	}

	.atatame_img {
		width: 36%;
	}

	.atatame_contents {
		font-size: 16px;
		width: 59%;
	}

	.atatame_step_box h3.d_title_h3 {
		margin-bottom: 16px;
		font-size: 18px;
	}

	.atatame_step_box h3.d_title_h3::after {
		margin-bottom: 16px;
		height: 2px;
	}

	.atatame_contents p span {
		font-size: 12px;
		display: block;
	}

	.moritsuke_image {
		margin-bottom: 50px;
	}

	.moritsuke_image .moi1 {
		text-align: center;
		margin-bottom: 8px;
	}

	.atatame_faq .faq_card {
		width: 100%;
		padding: 30px 10px 30px 20px;
	}

	.atatame_faq.top_faq h2.d_title {
		line-height: 1.8;
		margin-bottom: 26px;
	}

	.top_faq.atatame_faq a.d_btn {
		max-width: 100%;
	}

	.top_faq.atatame_faq a.d_btn span {
		right: 16px;
		width: 38px;
	}


	/** sp-search
	===================================*/




	/** sp-contact
	===================================*/
	.contact form input#agree {
		height: 1.2em;
		margin-right: 14px;
	}

	div.contact form textarea {
		padding: 10px;
	}

	div#contact-form-container {
		padding-inline: 20px;
		margin: 0;
	}

	div.contact-wrap-margin__top .grid {
		margin: 0;
	}

	div#contact-form-container .l-container__row.u-margin__top--60 {
		margin: 20px 0 0;
	}

	div#CustomerLoginForm > br {
		display: none;
	}

	form.p-account_form {
		padding-top: 15px;
	}

	.c-form_table--confirm2 th {
		width: 50%;
	}

	.c-form_table--confirm2 td {
		width: 50%;
	}

	#contact-form-container .contact-form .contact-btn-container.flex {
		flex-direction: column;
		margin-top: 41px;
	}



	/** sp-特定商
	===================================*/
	.mypage .w_box {
		text-align: left;
	}

	.doc .in_box {
		top: 50px;
	}

	div.privacy_policy_title_inner {
		padding-inline:0;
	}

	.inner.privacy_policy_title_inner {
		padding-inline: 0;
	}



	/** sp-404
	===================================*/





}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
	li.icon_set {
		width: 106px;
		height: 106px;
	}
	li.tab_btn_itme a{
	    line-height:1;
	    padding:1em 0;
	}
	li.tab_btn_itme a small{
		font-size:10px;
		margin-top:0.5em;
		display: block;
	}

}/* @media */

