/*

Theme Name: renewal2025
Description: リニューアルテーマ、since2025
Author: TCC
Version: 1.0

*/

@charset "UTF-8";

html {
	font-size: 15px;
}
body {
	font-size: 1rem;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	color: #333;
	margin-top: 173px;

	counter-reset: section;
}

.body_color {
	margin-top: 240px;
}

a {
	color: #333;
	transition: 0.3s;
}

a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}

.d_none {
	display: none;
}

.ib {
	display: inline-block;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.sp {
	display: none;
}

.section #gallery-1 .gallery-item {
	margin: 0;
}

.section #gallery-1 img {
	border: none;
	display: block;
}

.drawer-nav {
	z-index: 3!important;
	display: none;
}

.drawer-toggle.drawer-hamburger {
	top: 0;
	display: none;
	padding-top: 12px;
}

.drawer-open .drawer-overlay {
	background-color: rgba(0,0,0,0.60);
	z-index: 2;
}

.drawer-nav ul.menu {
	list-style: none;
	padding: 0;
}

.drawer-nav ul.menu li a {
	display: block;
	padding: 10px 10px;
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
}

.drawer--right .drawer-toggle.drawer-hamburger {
	right: 7px;
	/* background-color: #E8E7DF;
	border-radius: 300px; */
}

.drawer_txt {
	font-size: 10px;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 6px;
	transform: scale(0.85);
	white-space: nowrap;
}

.drawer-nav ul.menu {
	display: block;
}

.drawer-nav ul.menu li {
	width: 100%;
	height: auto;
	background-color: inherit;
	color: #000;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.drawer-nav ul.menu li a {
	color: #000;
}


ul.dr_nav {
	list-style: none;
	padding-left: 4%;
	padding-right: 4%;
	margin-top: 10px;
	margin-bottom: 5px;
}

ul.dr_nav + ul.dr_nav {
	margin-top: 5px;
}

ul.dr_nav li {
	margin-bottom: 5px;
}

ul.dr_nav a {
	text-decoration: none;
}

ul.dr_nav .nav_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

ul.dr_nav .nav_txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
}

.wrap {
	max-width: 980px;
	margin: 0 auto;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	z-index: 2;
}

header > .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .wrap {
	max-width: 1200px;
}

.headline {
	background-color: #EEEEEE;
	padding: 5px 0;
}

.headline .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_title {
	font-size: 0.8rem;
	line-height: 1.2em;
	margin: 0;
	font-weight: normal;
	color: #3C3C3C;
}

.head_input {
	display: flex;
	margin-top: 1px;
}

ul.account_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

ul.account_list li {
	font-size: 0.8rem;
	line-height: 1.2em;
	margin-left: 20px;
}

ul.account_list li a {
	text-decoration: none;
}

.head_icon {
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}

ul.cart_list {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

ul.cart_list li {
	font-size: 0.8rem;
	line-height: 1.2em;
	margin-left: 15px;
	text-align: center;
}

ul.cart_list li a {
	text-decoration: none;
}

.item_search input,
.item_search button {
	font-size: 1rem;
}

.nav_icon {
	display: block;
}

.nav_txt {
	display: block;
	font-size: 10px;
}

.head_main {
	padding: 20px 0;
}

.logo {
	margin: 0;
}

.logo a {
	text-decoration: none;
	font-size: 1.5rem;
}

.logo img {
	display: block;
}

.search_box {
	border: 1px solid #000;
	border-radius: 3px;
	padding: 10px;
	width: 140px;
	height: 18px;
}

.search_btn {
	width: 70px;
	background-color: #000;
	color: #FFF;
	border: none;
	padding: 0 3px;
	border-radius: 0 4px 4px 0;
	margin-left: -9px;
	vertical-align: middle;
	height: 40px;
	line-height: 37px;
	cursor: pointer;
}

.search_btn img {
	margin-bottom: 3px;
    vertical-align: middle;
    line-height: 15px;
    display: inline-block;
    margin-left: -3px;
}

nav.nav {
	background-color: #eee;
}
/*
.nav .wrap {
	display: flex;
} */

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	position: relative;
	z-index: 2;
}

ul.menu li {
    position: relative;
    width: 140px;
	letter-spacing: 0.1em;
    text-align: center;
    list-style:none;
}

ul.menu li a {
    display: block;
	padding: 10px 3px;
    width: calc(100% - 6px);
    color: #000;
    text-decoration: none;
	font-size: 0.95rem;
}

ul.menu li a:hover {
	opacity: 1;
}

.menu > li a {
    display: block;
    color: #000;
	background-color: #eee;
	text-decoration: none;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

#wpadminbar ul li ul {
    visibility: unset;
    opacity: unset;
    z-index: unset;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li {
    position: relative;
}

.menu li ul {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	padding-left: 0;
}

.menu li:hover > ul {
    top: 35px;
    visibility: visible;
    opacity: 1;
}

.menu li ul li {
    position: relative;
}

.menu li ul li:hover {
    background: #eee;
}

.menu li ul li ul {
    position: absolute;
    top: -20px;
    left: 100%;
	margin-top: -28px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.menu li ul li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

.menu li ul li ul.menu__third-level li {
    position: relative;
}

.menu li ul li ul.menu__third-level li:hover {
    background: #2a1f1f;
}

.menu li ul li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #2a1f1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.menu li ul li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}




.flex_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagelink {
	margin-top: -80px;
	padding-top: 80px;
}

.main {
	padding: 80px 0 40px;
}

.section {
	margin-bottom: 100px;
}

.title {
	text-align: center;
	margin-bottom: 70px;
	position: relative;
}

.title .jp {
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
}

.title .en {
	font-size: 1.9rem;
	display: block;
}

.title::after {
	content: "";
	display: block;
	width: 180px;
	border-bottom: 2px solid #000;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -13px;
	position: absolute;
}

.section_title {
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 29px;
}

.section_title .jp {
	font-weight: 600;
	letter-spacing: 0.2em;
}

.section_title .en {
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}

.section_title:before,
.section_title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.section_title:before {
	margin-right: 1rem;
}
.section_title:after {
	margin-left: 1rem;
}

.topics_category_name {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 50px;
}

.title_box {
	display: inline-block;
	padding: 0 20px;
}

.section_title .jp {
	font-size: 0.8rem;
	display: block;
	font-weight: normal;
}

ul.pickup_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.pickup_list li {
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 25px;
}

ul.pickup_list li:nth-child(3n) {
	margin-right: 0;
}

ul.pickup_list li img {
	border: 1px solid #ddd;
}

.section > .main_title {
	margin-top: 0;
}

.section_about p {
	font-size: 1.1rem;
	line-height: 2.2rem;
}

.btn_list {
	margin: 10px 0 0;
	display: flex;
	justify-content: center;
}

.main_title {
	text-align: center;
	color: #2D3680;
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #2D3680;
}

.copy_area {
	border: 1px solid #D7DD48;
	padding: 20px;
	border-radius: 5px;
	background-color: #FEFFED;
}

.color_red {
	color: #FF0004;
}

.btn_lsit {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.btn {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 1rem;
	background-color: #FDBB06;
	padding: 14px;
	width: 140px;
	text-align: center;
	border-radius: 5px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	margin: 0 10px 15px;
}


.txt_center {
	text-align: center;
}

footer {
	text-align: center;
	background-color: #474747;
	padding: 30px 0 0;
}

.footer_contents {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4%;
	padding-right: 4%;
}

.footer_info {
	display: flex;
	justify-content: space-between;
}

.footer_info a {
	color: #FFF;
}

.footer_section {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	width: 30%;
}

.footer_section h2 {
	text-align: left;
	font-size: 0.85rem;
	border-bottom: 1px solid #FFF;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.footer_box {
	margin-bottom: 32px;
}

.footer_section table {
	width: 100%;
	border-collapse: collapse;
}

.footer_section table th {
	text-align: left;
	padding: 4px;
	font-size: 12px;
}

.footer_section table td {
	text-align: left;
	padding: 4px;
	font-size: 12px;
}

table.footer_pay th {
	width: 6em;
	vertical-align: top;
}

table.footer_pay td {
	vertical-align: top;
}

table.footer_contact th {
	width: 50px;
}

.copyright {
	color: #FFF;
	background-color: #323332;
	padding: 14px 4%;
	font-size: 12px;
	margin-top: 30px;
}

.copyright a {
	color: #FFF;
}

.more_btn {
	text-align: center;
	margin: 15px 0 30px;
}

.more_btn a {
	display: inline-block;
	color: #000;
	font-size: 0.9rem;
	text-decoration: none;
	border: 1px solid #000;
	padding: 10px 40px;
	border-radius: 300px;
}

.fix_announce {
	text-align: center;
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 0;
	width: 340px;
	z-index: 102;
	background-color: #FFF;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

.doc_box img {
	display: block;
}

.close_btn {
	position: absolute;
	z-index: 103;
	right: 0;
    top: -30px;
	cursor: pointer;
}

.close_btn i {
	font-size: 28px;
	text-shadow: 0 1px 6px rgba(0,0,0,0.15);
}

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

			トップページ

----------------------------- */
.slide {
	background-color: #f7f7f7;
	text-align: center;
	padding-bottom: 40px;
}

.slide img {
	width: 100%;
	display: block;
	opacity: 1;
}

ul.slider {
	padding: 0;
	margin: 0 !important;
	list-style: none;
}


.slick-slide {
	background-color: #000;
}
ul.slider li:not(.slick-active) img {
	opacity: 0.7;
}

ul.slick-dots {
	bottom: -30px;
}

.slick-next {
	right: 20px;
	z-index: 1;
	width: 32px;
	height: 62px;
}

.slick-prev {
	left: 20px;
	z-index: 1;
	width: 32px;
	height: 62px;
}

.slick-next:before {
	content: url("img/arrow_next.png");
}

.slick-prev:before {
	content: url("img/arrow_prev.png");
}

.thumb-item-nav {
	list-style: none;
	padding: 0;
	max-width: 700px;
	margin: 30px auto 0;
}

.thumb-item-nav li {
	margin-left: 10px;
	margin-right: 10px;
}

.thumb-item-nav li img {
	border: 1px solid #eee;
}

ul.rankinh_list {
	margin-top: 50px;
}

ul.rankinh_list li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 35px;
	position: relative;
}

ul.rankinh_list li:nth-child(3n) {
	margin-right: 0;
}

ul.rankinh_list li h3 {
	font-size: 0.95rem;
	margin: 0;
	font-weight: 500;
	text-align: left;
}


ul.rankinh_list li p {
	font-size: 0.85rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

ul.rankinh_list li::before {
	position: absolute;
	top: -20px;
	left: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 38px;
	height: 38px;
	border-radius: 300px;
	border: 1px solid #9F9D9D;
	background-color: #F7F7F5;
	counter-increment: section;                 /* section カウンターの値に1を加算 */
	content: counter(section);
	z-index: 1;
}

ul.rankinh_list li:nth-child(1)::before {
	background-color: #FAE526;
}

ul.rankinh_list li:nth-child(2)::before {
	background-color: #DBDBD7;
}

ul.rankinh_list li:nth-child(3)::before {
	background-color: #ED9538;
}

.new_label {
	display: inline-block;
	padding: 2px 10px;
	font-size: 0.8rem;
	background-color: #ff5f06;
	color: #FFF;
	margin-bottom: 3px;
	margin-top: 3px;
}

.rank_price {
	font-size: 1rem;
	text-align: right;
}

ul.newitem_list li {
	width: 21%;
	margin-right: 5%;
	margin-bottom: 20px;
	position: relative;
}

ul.newitem_list li:nth-child(4n) {
	margin-right: 0;
}

ul.newitem_list li h3 {
	font-size: 0.95rem;
	margin: 0;
	font-weight: 500;
}

ul.front_topics {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

ul.front_topics li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 33px;
}

ul.front_topics li:nth-child(2n) {
	margin-right: 0;
}

.front_topics_img {
	position: relative;
}

.front_topics_img img {
	width: 100%;
	height: 340px;
	display: block;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.topics_label {
	background-color: rgba(238, 238, 238, 0.8);
	width: 92%;
	padding: 0 4%;
	position: absolute;
	left: 0;
	bottom: 0;
	min-height: 121px;
}

ul.front_topics li h3 {
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	margin: 0;
	padding: 15px 4% 8px;
}

ul.front_topics li p {
	margin: 0;
	font-size: 0.85rem;
	padding: 0 4% 15px;
}

ul.front_topics li a {
	text-decoration: none;
	display: block;
}

.no404 {
	text-align: center;
}

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

			新着情報

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

ul.info_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.info_list li {
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 20px;
}

ul.info_list li:nth-child(3n) {
	margin-right: 0;
}

ul.info_list li h2 {
	font-size: 1rem;
	font-weight: 600;
	margin: 5px 0;
}

ul.info_list li a {
	text-decoration: none;
}

.blog_date {
	font-size: 0.85rem;
}

.widget_area li {
	list-style: none;
}

.widget_area > li {
	font-size: 15px;
}

.widget_area > li + li {
	margin-top: 20px;
}

.widget_area li a {
	text-decoration: none;
}

.widgettitle {
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 4px;
}

.widget ul {
	padding-left: 5px;
	margin: 0;
}

.widget ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 800;
	color: #ddd;
	font-size: 12px;
	padding-right: 3px;
}

ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

ul.page-numbers li {
	border: 1px solid #CCC;
	margin: 5px;
	line-height: 1em;
	text-align: center;
	width: 36px;
	height: 36px;
}

ul.page-numbers li a {
	padding: 10px;
	text-decoration: none;
	background-color: #FFF;
	display: block;
}

ul.page-numbers li .current {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7f7f7;
}


ul.box_info {
	list-style: none;
	padding: 0;
	margin-bottom: 65px;
}

ul.box_info li {
	padding: 17px 10px;
	border-bottom:1px dotted #999;
	display: flex;
	align-items: center;
}

ul.box_info li a {
	text-decoration: none;
}

ul.box_info li h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 500;
}

ul.box_info li h3 a {
	text-decoration: none;
	color: #000;
}

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

			新着情報　詳細

----------------------------- */
.single_title {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	font-size: 1.7rem;
	margin-bottom: 50px;
}

.single_date {
	font-size: 1rem;
	color: #666;
}


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

			特集

----------------------------- */
.page_header img {
	width: 100%;
}

ul.topics_list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.topics_list li {
	width: calc((100% - 4px) / 3);
	margin-right: 2px;
	margin-bottom: 35px;
}

ul.topics_list li:nth-child(3n) {
	margin-right: 0;
}

.topics_txt {
	padding-left: 4%;
	padding-right: 4%;
}

.topics_img img {
	height: 240px;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

ul.topics_list li h3 {
	font-size: 1rem;
	margin: 0;
	font-weight: 600;
}

ul.topics_list li h3 a {
	text-decoration: none;
}

ul.topics_list li p {
	font-size: 0.85rem;
}

.topics_date {
	margin-right: 25px;
	width: 120px;
	flex-shrink: 0;
}

.topics_category {
	margin: 5px 0;
}

.topics_category a {
	text-decoration: none;
}

.topics_category span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #000;
	font-size: 0.8rem;
	line-height: 1.3em;
	margin: 4px 4px 4px 0;
	white-space: nowrap;
	text-align: center;
}


ul.recommend_list li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	position: relative;
}

ul.recommend_list li:nth-child(3n) {
	margin-right: 0;
}

ul.recommend_list li h3 {
	font-size: 1rem;
	margin: 0;
	font-weight: 500;
}

.pickup_img {
	margin-top: 80px;
	margin-bottom: 80px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.pickup_img img {
	width: 100%;
}

.rank_img img {
	width: 208px;
	height: 208px;
	object-fit: cover;
	object-position: center;
	border: 1px solid #ddd;
}

.rankinh_list .rank_img img {
	width: 276px;
	height: 276px;
}

.recommend_list .rank_img img {
	width: 296px;
	height: 296px;
	object-fit: cover;
	object-position: center;
}

ul.recommend_list li p {
	font-size: 0.9rem;
}

.section_single h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-weight: 600;
}

.section_single p {
	line-height: 2em;
}

.section_recommend h2 {
	text-align: center;
	font-size: 1.3rem;
	border-bottom: 3px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.guide_box h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-top: 35px;
}

.guide_box table th {
	vertical-align: top;;
	text-align: left;
	padding: 5px;
}

.guide_box table td {
	vertical-align: top;;
	text-align: left;
	padding: 5px 10px;
}

.section_recommend {
	padding-top: 70px;
}

.page .main .content h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-top: 40px;
}

.section_page .footer_box th {
	text-align: left;
	padding: 5px;
}

.section_page .footer_box td {
	padding: 5px;
}

.single-post .main .section {
	overflow: hidden;
}


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

			カラーミー

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

.c-product-list__item {
	text-align: left;
}

.c-image-wrap {
	background: #FFF;
	border: 1px solid #ddd;
}

.c-image-wrap:hover {
	background: #FFF;
}

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

			岡山特集ページ

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

.okayama_main .wrap {
	max-width: 1100px;
}

.okayama_header {
	text-align: center;
}

.okayama_header img {
	width: 100%;
}

.okayama_sub {
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.okayama_sub::after {
	content: "";
	display: block;
	width: 180px;
	height: 3px;
	background-color: #000;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -10px;
}

.okayama_border {
	text-align: center;
	margin-bottom: 40px;
}

.oj_icon {
	display: block;
	text-align: center;
}

.oj_t {
	display: inline-block;
    text-align: center;
    border-top: 3px solid #000;
    padding: 5px;
    margin-top: 5px;
}

.okayama_about {
	overflow: hidden;
	padding: 30px 0 60px;
}

.okayama_about p {
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	line-height: 2.4em;
}

ul.okayama_slide {
	padding: 0 0 50px;
}

.okayama_slide .slick-next {
	right: 10px;
	width: 40px;
	height: 82px;
}

.okayama_slide .slick-prev {
	left: 10px;
	width: 40px;
	height: 82px;
}

.okayama_slide .slick-next:before {
	content: url(img/o_r.png);
}

.okayama_slide .slick-prev:before {
	content: url(img/o_l.png);
}

.okayama_slide .slick-slide {
	background-color: inherit;
	text-align: center;
	padding: 20px 20px 0;
}

.okayama_main .rank_img {
	border: none;
}

.okayama_slide .rank_img img {
	margin: 0 auto;
}

.okayama_chara01 {
	float: right;
}

.okayama_select {
	margin-bottom: 100px;
}

.okayama_item {
	margin-bottom: 100px;
}

.okayama_ranking {
	margin-bottom: 100px;
}

.rank_title {
	margin: 10px 0 5px;
	font-weight: normal;
	font-size: 1rem;
	font-weight: 500;
}

.rank_tax {
	margin: 10px 0 5px;
}

.rank_tax span {
	color: #FFF;
	background-color: #000;
	font-size: 0.9rem;
	line-height: 1.2em;
	padding: 2px 10px;
}

.okayama_main .rank_price {
	text-align: center;
}

.okayama_more {
	text-align: center;
	margin-top: 30px;
}

.okayama_more a {
	display: inline-block;
    color: #FFF;
    text-decoration: none;
    background-color: #DC000C;
    border-radius: 200px;
    line-height: 1.2em;
    padding: 17px 20px;
    width: 280px;
    font-size: 1.2rem;
    font-weight: 500;
	background-image: url(img/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

.round_bg {
	background-image: url(img/round.png),url(img/round_b.png);
	background-repeat: repeat-x,repeat-x;
	background-position: 0 0, 0 100%;
	padding: 50px 0;
}

.round_content {
	background-color: #FFF84A;
	padding: 20px 0;
}

.rank_expl {
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.9rem;
    line-height: 1.4em;
    margin-top: 7px;
}

ul.okayama_list li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 25px;
}

ul.okayama_list li:nth-child(4n) {
	margin-right: 0;
}

ul.okayama_list li .rank_img img {
	border: none;
	border-radius: 300px;
}

ul.okayama_list li {
	text-align: center;
}

ul.okayama_list li .rank_price {
	text-align: center;
}

ul.okayama_ranking li {
	width: 30.5%;
	margin-right: 4%;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

ul.okayama_ranking li:nth-child(3n) {
	margin-right: 0;
}

ul.okayama_ranking li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

ul.okayama_ranking li:nth-child(1)::before {
	content: url(img/rank01.png);
}
ul.okayama_ranking li:nth-child(2)::before {
	content: url(img/rank02.png);
}
ul.okayama_ranking li:nth-child(3)::before {
	content: url(img/rank03.png);
}
ul.okayama_ranking li:nth-child(4)::before {
	content: url(img/rank04.png);
}
ul.okayama_ranking li:nth-child(5)::before {
	content: url(img/rank05.png);
}
ul.okayama_ranking li:nth-child(6)::before {
	content: url(img/rank06.png);
}

.rank_img .mask_img {
	mask-image: url('img/mask.png');
	  -webkit-mask-image: url('img/mask.png');
	  mask-repeat: no-repeat;
	  -webkit-mask-repeat: no-repeat;
	  width: 290px;
	  height: 214px;
}

.okayama_attention {
	font-size: 0.85rem;
	margin-top: 40px;
	margin-bottom: 60px;
	color: #000;
	padding: 0 4%;
}

.okayama_attention_w {
	color: #FFF;
}
.coupon_code {
	background-color: #eee;
	max-width: 700px;
	margin: 60px auto 25px;
	padding: 20px;
	border-radius: 3px;
	text-align: center;
}

.coupon_code h3 {
	font-size: 1.6rem;
	margin: 0 0 15px;
	background-color: #F77103;
	color: #FFF;
	border-radius: 200px;
	padding: 6px;
}

ul.coupon_melit {
	list-style: none;
	padding: 0;
	margin: 25px auto;
	max-width: 500px;
}

ul.coupon_melit li {
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.3rem;
	color: #F74203;
}

ul.coupon_melit li span {
	border-bottom: 2px dotted #F77103;
	display: inline-block;
	padding: 0 3px 2px;
}

.coupon_about {
	text-align: center;
	line-height: 1.6em;
}

.coupon_main {
	padding: 20px;
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 20px;
}

.coupon_main h4 {
	margin: 10px 0;
	font-size: 1.1rem;
}

.coupon_text {
	font-size: 3.8rem;
	line-height: 1em;
	margin: 10px 0 20px;
	font-weight: bold;
	color: #FF0000;
}

.coupon_maintxt {
	font-size: 1.2rem;
	font-weight: bold;
	color: #F74203;
}

.coupon_maintxt_summer {
	color: #FFF;
	text-align: center;
}

.desc_btn a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	background-color: #FDB024;
	padding: 14px 26px;
	border-radius: 8px;
}

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

			お中元特集

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

.summergift_header img {
	display: block;
}

.section_gift_cam {
	background-color: #B6913B;
	text-align: center;
	color: #FFF;
	padding: 10px 8px;
	background-image: url(img/bg_sq01.png), url(img/bg_sq02.png);
	background-position: 0 0, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 165px auto, 165px auto;
}

.content_gift_cam {
	border: 2px solid rgba(255, 255, 255, 0.48);
	padding: 50px 4%;
}

.gift_title_slash {
	margin: 0 0 15px;
	font-size: 1.85rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.gift_title_slash span {
  position: relative;
  display: inline-block;
  padding: 0 65px;
}

.gift_title_slash span::before, .gift_title_slash span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #FFF;
}

.gift_title_slash span::before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.gift_title_slash span::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.cam_title {
	font-size: 1.1rem;
	margin: 25px 0 5px;
	line-height: 1.4em;
}

.section_gift_code {
	background-color: #08799B;
	background-image: url(img/bg_shippou.jpg);
	padding: 50px 0 80px;
}

.cam_day_content {
	display: inline-block;
	background-color: #FFF;
	border-radius: 200px;
	padding: 5px 20px;
	color: #B6913B;
	font-weight: bold;
}

.cd_n {
	font-size: 1.8rem;
}

.cd_t {
	font-size: 1.1rem;
}

.title_double {
	text-align: center;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 45px;
}

.title_double span {
  position: relative;
  display: inline-block;
  padding: 0 365px;
  text-align: center;
  white-space: nowrap;
}

.title_double span::before,
.title_double span::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 330px;
  height: 6px;
  content: '';
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}

.title_double span:before {
  left: 0;
}

.title_double span:after {
  right: 0;
}

.special_main {
	width: 760px;
	margin: 0 auto;
}

.special_content {
	display: flex;
	margin-bottom: 28px;
}

.special_no {
	width: 138px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #FFF;
	background-color: #194783;
	border-radius: 300px;
	margin-right: -105px;
	z-index: 1;
}

.special_desc {
	width: calc(100% - 138px);
	background-color: #FFF;
	padding: 35px 25px 37px 125px;
	color: #011E5A;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	border-radius: 300px;
	line-height: 1.3em;
}

.special_l {
	color: #FF580B;
	font-size: 2.2rem;
}

.special_number {
	font-size: 3rem;
	font-weight: 600;
}

.section_gift_code .coupon_code h3 {
	background-color: #194783;
}

.section_gift_code .desc_btn {
	text-align: center;
	margin-top: 35px;
}

.section_gift_code .desc_btn a {
	background-color: #FFB100;
	color: #FFF;
	border-radius: 200px;
	font-size: 1.25rem;
	padding: 20px 36px;
}

.gift_title {
	text-align: center;
	padding-bottom: 54px;
	background-image: url(img/title_noshi.png);
	margin-bottom: 57px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 180px auto;
}

.gift_title_s span {
	font-size: 0.85rem;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin-bottom: 10px;
}

.gift_title_s span::before, .gift_title_s span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #000;
}

.gift_title_s span::before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.gift_title_s span::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.section_hanabi {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 160px;
	background-image: url(img/hanabi01.png), url(img/hanabi02.png), url(img/hanabi03.png), url(img/kingyo.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: -30px 70px, 102% 20px, 103% 98%, -10px 102%;
}

.blue_more a {
	background-color: #08799B;
}

ul.summergift_list li {
	position: relative;
}

ul.summergift_list li .rank_img img {
	border-radius: 30px;
}

ul.summergift_list li .rank_tax {
	position: absolute;
	top: -15px;
	right: -1px;
}

ul.summergift_list li .rank_tax span {
	background-color: #65BE37;
}

ul.over_hidden li:nth-child(n + 17) {
	display: none;
}

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

			きびだんご特集

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

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

.about_kibidango {
	margin-top: 40px;
	background-image: url(img/kibidango_i01.png);
	background-repeat: no-repeat;
	background-size: 128px auto;
	background-position: 100% 100%;
}

.about_kibidango .wrap {
	max-width: 900px;
}

.about_kibidango .flex {
	align-items: center;
}


.ribbon_brawn {
  display: block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #64402D;/*塗りつぶし色*/
  color: #FFF84A;/*文字色*/
  box-sizing: border-box;
}

.ribbon_brawn:before, .ribbon_brawn:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_brawn:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #FFFAE2;
  border-style: solid;
}

.ribbon_brawn:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #FFFAE2 transparent transparent;
  border-style: solid;
}

.section_coupon .coupon_maintxt {
	color: #000;
}

.section_coupon ul.coupon_melit {
	max-width: inherit;
}

.section_coupon ul.coupon_melit li span {
	border: none;
	background-color: #FFF;
	padding: 10px;
	display: block;
	border-radius: 400px;
}

.cam_limit {
	text-align: center;
	color: #F54619;
}

.cam_limit h4 {
	margin: 10px 0;
}

.cam_limit h4 strong {
	font-size: 1.3rem;
}

.cam_limit h4 {
	font-size: 2rem;
}

.cam_limit h4 small {
	font-size: 1rem;
}

.about_kibidango_img {
	width: 413px;
	margin-right: 4%;
	flex-shrink: 0;
}

.about_kibidango_info h3 {
	text-align: center;
	font-size: 1.4rem;
}

.section_coupon {
	background-image: url(img/kibidango_i03.png), url(img/kibidango_i02.png), url(img/kibidango_i04.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 102px auto, 150px auto, 92px auto;
	background-position: 2% 0, 98% 280px, 1% 100%;
}

.section_coupon .wrap {
	max-width: 700px;
}

.section_coupon .coupon_code {
	background-color: #FFFAE2;
}

.maker_list .flex {
	flex-wrap: wrap;
}

.maker_title {
	text-align: center;
}

.maker_title .gift_title_s span {
	font-size: 1.1rem;
}

.maker_title .gift_title_l {
	font-size: 1.4rem;
}

.maker_content {
	padding: 30px 4% 100px;
	width: 42%;
	position: relative;
}

.maker_content:nth-child(1),
.maker_content:nth-child(4),
.maker_content:nth-child(5),
.maker_content:nth-child(8),
.maker_content:nth-child(9) {
	background-color: #FFFDF2;
}

.maker_content:nth-child(2),
.maker_content:nth-child(3),
.maker_content:nth-child(6),
.maker_content:nth-child(7),
.maker_content:nth-child(10) {
	background-color: #F8F8F8;
}

.maker_content .okayama_more {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

ul.kibi_list li {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}

ul.kibi_list li:nth-child(2n) {
	margin-right: 2%;
}

.kn155651388,
.kn155651387,
.kn155651217,
.kn155876777 {
	display: none;
}

@media (max-width: 1200px) {
	header .wrap {
		margin-left: 2%;
		margin-right: 2%;
	}

	.recommend_list .rank_img img {
		width: 296px;
		height: 296px;
	}
}
@media (max-width: 1100px) {

	.recommend_list .rank_img img {
		width: 260px;
		height: 260px;
	}

}
@media (max-width: 980px) {

	body {
		margin-top: 165px;
	}

	.wrap {
		margin-left: 4%;
		margin-right: 4%;
	}

	.topics_img img {
	    height: 220px;
	}

	.logo img {
		width: 350px;
	}

	.rank_img img {
		width: 170px;
		height: 170px;
	}

	.rankinh_list .rank_img img {
		width: 220px;
		height: 220px;
	}

	.recommend_list .rank_img img {
		width: 200px;
		height: 200px;
	}


	ul.okayama_list li {
		width: 30.5%;
    	margin-right: 4%;
	}

	ul.okayama_list li:nth-child(4n) {
		margin-right: 4%;
	}

	ul.okayama_list li:nth-child(3n) {
		margin-right: 0;
	}

	ul.okayama_ranking li {
		width: 48%;
	}

	ul.okayama_ranking li:nth-child(3n) {
		margin-right: 4%;
	}

	ul.okayama_ranking li:nth-child(2n) {
		margin-right: 0;
	}

	ul.kibi_list li {
		width: 46%;
		margin-right: 2%;
	}

	ul.kibi_list li:nth-child(3n) {
		margin-right: 2%;
	}

	ul.kibi_list li:nth-child(2n) {
		margin-right: 2%;
	}

}
@media (max-width: 768px) {

	html {
		font-size: 14px;
	}

	body {
		margin-top: 95px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.drawer-nav {
		display: block;
	}

	.alignleft {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.main {
		padding-top: 20px;
	}

	.sub-menu {
		display: none !important;
	}

	ul.menu > li > a:hover::before {
		transform: none;
	}

	.drawer-toggle.drawer-hamburger {
		display: block;
	}

	.section {
		padding: 25px 5% 0;
		margin-bottom: 20px;
	}

	.more_btn {
		margin-bottom: 40px;
	}

	ul.box_info {
		margin-bottom: 35px;
	}

	.headline {
		display: none;
	}

	.head_main {
		padding: 13px 0;
		height: 32px;
	}

	ul.cart_list {
		display: none;
	}

	ul.nav {
		justify-content: center;
		margin-top: 15px;
	}

	ul.nav li a {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	ul.box_info li {
		display: block;
	}

	.topics_img img {
	    height: 180px;
	}

	.header_title {
		width: 470px;
		height: 270px;
	}

	.btn_list {
		display: block;
	}

	.btn {
		width: calc(100% - 36px);
		margin-left: 0;
		margin-right: 0;
	}

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

	.pagelink {
		margin-top: -100px;
		padding-top: 100px;
	}

	ul.rankinh_list li {
		width: 46%;
	}

	ul.rankinh_list li:nth-child(3n) {
		margin-right: 8%;
	}

	ul.rankinh_list li:nth-child(2n) {
		margin-right: 0;
	}

	ul.newitem_list li {
		width: 47%;
	}

	ul.newitem_list li:nth-child(2n) {
		margin-right: 0;
	}

	.footer_info {
		display: block;
	}

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

	.section_top_topics ul.topics_list li {
		position: relative;
		width: 100%;
		margin-right: 0;
	}

	.section_top_topics ul.topics_list li:nth-child(3n) {
		margin-right: 0;
	}

	ul.front_topics li {
		width: 100%;
		margin-right: 0;
	}

	ul.pickup_list li {
		width: 48%;
	}

	ul.pickup_list li:nth-child(3n) {
		margin-right: 4%;
	}

	ul.pickup_list li:nth-child(2n) {
		margin-right: 0;
	}

	.thumb-item-nav {
		display: none;
	}

	.body_color {
		margin-top: 120px;
	}

	.rank_img img {
		width: 280px;
		height: 280px;
	}

	.rankinh_list .rank_img img {
		width: 280px;
		height: 280px;
	}

	.recommend_list .rank_img img {
		width: 160px;
		height: 160px;
	}

	ul.okayama_list li {
		width: 48%;
	}

	ul.okayama_list li:nth-child(3n) {
		margin-right: 4%;
	}

	ul.okayama_list li:nth-child(2n) {
		margin-right: 0;
	}

	ul.okayama_ranking li {
		width: 100%;
		margin-right: 0;
	}

	ul.okayama_ranking li:nth-child(3n) {
		margin-right: 0;
	}

	.rank_expl {
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}

	.special_main {
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}

	.special_desc {
		font-size: 1.1rem;
		padding: 25px 25px 24px 125px;
	}

	.special_l {
		font-size: 1.7rem;
	}

	.special_number {
		font-size: 1.8rem;
	}

	.special_no {
		width: 120px;
	}

	.title_double span::before, .title_double span::after {
		width: 130px;
	}

	.title_double span {
		padding: 0 165px;
	}

	.cd_n {
		font-size: 1.2rem;
	}

	.gift_title_slash {
		font-size: 1.35rem;
	}

	.section_hanabi {
		background-size: 90px auto, 170px auto, 180px auto, 160px auto;
	}

	.flex {
		display: block;
	}

	.maker_content {
		width: 92%;
	}

	ul.kibi_list li {
	    width: 46%;
	}

	ul.kibi_list li:nth-child(2n) {
		margin-right: 2%;
	}

	ul.kibi_list li:nth-child(3n) {
		margin-right: 2%;
	}

	.about_kibidango_img {
		text-align: center;
		width: 100%;
		margin-right: 0;
	}

	.about_kibidango {
		background-position: 100% 0;
	}

	.section_coupon {
		background-image: none, none, url(img/kibidango_i04.png);
	}

}
@media (max-width: 660px) {

	.rank_img img {
		width: 250px;
		height: 250px;
	}

	.rankinh_list .rank_img img {
		width: 250px;
		height: 250px;
	}

}
@media (max-width: 550px) {

	.rank_img img {
		width: 210px;
		height: 210px;
	}

	.rankinh_list .rank_img img {
		width: 210px;
		height: 210px;
	}

	.okayama_chara01 {
		float: none;
		text-align: center;
		font-size: 1rem;
		line-height: 2rem;
	}

}
@media (max-width: 480px) {

	.body_color {
		margin-top: 0;
	}

	.c-product-list__item {
		width: 100%;
	}

	.fl_r {
		float: none;
		text-align: center;
	}

	.fl_l {
		float: none;
		text-align: center;
	}

	.fix_announce {
		width: 260px;
		bottom: 10px;
		right: 10px;
	}

	.logo img {
		width: 200px;
	}

	ul.nav li a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.logo a {
		font-size: 1.2rem;
	}

	ul.pickup_list li {
		width: 100%;
		margin-right: 0;
	}

	ul.pickup_list li:nth-child(3n) {
		margin-right: 0;
	}

	.title {
		margin-bottom: 40px;
	}

	.header_title {
		width: 92%;
		height: 195px;
	}

	header .wrap {
		justify-content: flex-start;
	}

	ul.rankinh_list li {
		width: 100%;
		margin-right: 0;
	}

	ul.rankinh_list li:nth-child(3n) {
		margin-right: 0;
	}

	ul.newitem_list li {
		width: 100%;
		margin-right: 0;
	}

	ul.newitem_list li:nth-child(3n) {
		margin-right: 0;
	}

	ul.topics_list li {
		width: 100%;
		margin-right: 0;
	}

	ul.recommend_list li {
		width: 100%;
		margin-right: 0;
	}

	.slick-arrow {
		display: none !important;
	}

	.rank_img img {
		width: 100%;
		height: 100%;
	}

	.rankinh_list .rank_img img {
		width: 100%;
		height: 100%;
	}

	.recommend_list .rank_img img {
		width: 100%;
		height: 100%;
	}

	.title_double span {
	    padding: 0 80px;
	}

	.title_double span::before, .title_double span::after {
	    width: 60px;
	}

	.special_desc {
		line-height: 1.6em;
		font-size: 0.85rem;
		padding-left: 115px;
	}

}
