@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
	--main: #f3b6c3;
	--sub:#faf6f5;
	--be: #f8f8f8;
	--accent: #f56080;
	--padding:72px;
}
@media screen and (max-width: 768px) {
	:root {
	--padding:40px;
}
}
html {
	overflow: auto;
}

body {
	font-family: YakuHanJP, "dnp-shuei-mgothic-std","Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing: .5px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (max-width: 1180px) {
	body {
		font-size: 14px
	}

}
.shuei,#gnav a,.icon{
	font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-style: normal;
}

body img {
	display: inline;
}


article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
p{
	margin: 0
}
a {
	color: inherit;
	outline: none;
	text-decoration: none;
	display: inline-block;
}


a:hover {
	opacity: .8;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

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

code,
kbd,
pre,
samp {
	font-size: inherit;
}

ul,
ol {
	list-style: none;
	padding-left: 0;
	    margin-bottom: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

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


blockquote,
q {
	quotes: none;
}

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

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

address {
	font-style: normal;
}

input,
textarea,
select {
	max-width: 100%;
}

.sp {
	display: none;
}

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

	.pc {
		display: none;
	}
	.scroll_area{
		overflow-x: auto;
	}
}

/*-----------------------
/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 only */
.cf {
	*zoom: 1;
}

.l-row {
	display: flex;
	flex-wrap: wrap;
}

.l-row--between {
	justify-content: space-between;
}

.l-row--center {
	justify-content: center;
}

.l-row--middle {
	align-items: center;
}

.l-row--end {
	align-items: flex-end;
}


.fadein {
	opacity: 0;
	transition: all 1s ease 0s;

}

.fadein.is-in {
	opacity: 1
}

.fadein-up {
	-webkit-transform: translate(0, 20px);
	opacity: 0;
	transform: translate(0, 20px);
	transition: all .6s ease 0s;
	transition-delay: 0;
}

.fadein-up.is-in {
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transform: translate(0, 0);
}

.delay1 {
	opacity: 0;
	transition: all 0.8s ease 0s;
	transition-delay: .3s;
}

.delay2 {
	opacity: 0;
	transition: all 0.8s ease 0s;
	transition-delay: .7s;
}

.delay3 {
	opacity: 0;
	transition: all 0.8s ease 0s;
	transition-delay: 1.1s;
}

.delay1.is-in,
.delay2.is-in,
.delay3.is-in {
	opacity: 1;
}

.fadein-right {
	-webkit-transform: translate(3.8rem, 0);
	opacity: 0;
	transform: translate(3.8rem, 0);
	transition: all 0.8s ease 0s;
	transition-delay: .3s;
}

.fadein-right.is-in {
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transform: translate(0, 0);
}

.fadein-left {
	-webkit-transform: translate(-3.8rem, 0);
	opacity: 0;
	transform: translate(-3.8rem, 0);
	transition: all 0.8s ease 0s;
	transition-delay: .3s;
}

.fadein-left.is-in {
	-webkit-transform: translate(0, 0);
	opacity: 1;
	transform: translate(0, 0);
}

.txt-center{
	text-align: center;
}
.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.imgzoom {
	overflow: hidden;
}

.imgzoom img {
	-webkit-animation: zoomin .6s 1;
	animation: zoomin .3s 1;
	animation-fill-mode: forwards;
}

.imgzoom:hover img {
	-webkit-animation: zoomup .8s 1;
	animation: zoomup .6s 1;
	animation-fill-mode: forwards;
}

@keyframes zoomin {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomup {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}
.l-inner {
	max-width: 1180px;
	margin: 0 auto
}
@media screen and (max-width: 1180px) {
	.l-inner {
		margin: 0 5%;
	}
}
section .btn01{
	width: min(380px,80%);
	margin: 0 auto
}
section .btn01 a{
	font-size: 20px;
	padding: 1em;
}
.p-ttl {
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 1180px) {
	.p-ttl {
		line-height: 1;
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 25px
	}
}
.p-ttl span{
	display: block;
	color: var(--main);
	font-size: 14px;
	margin-top: 5px
}
.swiper-pagination{
	position: inherit;
	padding: 10px 0;
}
@media screen and (max-width: 1180px) {
	.swiper-pagination{
		padding: 0 0 10px;
	}
}
.swiper-pagination-bullet{
	margin: 0 5px
}
.swiper-pagination-bullet-active{
	background: var(--main)
}

.item_list li{
	text-align: center;
	margin: 0 1% 3%;
	position: relative
}
.item_list a{
	display: block;
}
.item_list .img,.item_list .img img{
	width: 100%;
	height: auto;
	    display: block;
	margin-bottom: 10px
/*
	border: 5px solid var(--sub);
	border-radius: 5px
*/
}
.item_list .item_name{
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
	margin-bottom: 8px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.item_list .item_name{
		font-size: 12px;
	}
}
.item_list .item_info{
	justify-content: space-between;
}
.item_list .price,.item-category .not-overlay-image .card-body .card-text{
	opacity: .6;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #8a8a8a;
    padding: 2px 2px 2px 4px;
    line-height: 1;
    background: #fff;
    border-radius: 3px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.item_list .price{
		font-size: 12px;
	}
}
.item_list .price span{
	font-size: 10px
}
.icon{
	display: inline-block;
    line-height: 1;
    border-radius: 4px;
    padding: 4px 8px 3px;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
	.icon{
		 padding: 3px 5px 2px;
	font-size: 10px;
}
}
.icon._freeshipping{
	background: var(--accent);
	color: #fff;
}
.icon._new{
	background: #fff;
	color: #BE3A77;
	border: 1px solid #BE3A77
}

/*---------------
header
----------------*/
.p-header__top {
	background: var(--main);
	padding: 5px 3%;
	justify-content: space-between;
	color: #fff;
}
@media screen and (max-width: 1180px) {
	.p-header__top {
	padding: 5px 1% 5px 3%;
}
}
.p-header__top p{
	margin-bottom: 0;
}
.sub-nav {
	justify-content: flex-end;
	margin-bottom: 0;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.sub-nav {
	display: none;
}
}
.sub-nav a {
	padding: 0 .6em;
	position: relative;
	font-size: 12px;
	color: #fff;
}

.sub-nav a:hover {
	opacity: .7
}

.sub-nav a:after {
	content: '|';
	position: absolute;
	top: 0;
	font-size: 14px;
	right: 0
}

.sub-nav li:last-child a:after {
	display: none
}

.p-header__middle {
	height: 78px;
	position: relative;
	width: 100%;
		background: #fff;
}
.p-header__middle.fixed {
		position: fixed;
		top: 0;
		z-index: 101
	}
@media screen and (max-width: 1180px) {
	.p-header__middle {
		height: 50px;
	}
/*

	.p-header__middle.fixed {
		position: fixed;
		top: 0;
		z-index: 101
	}
*/
}

.site-ttl {
	max-width: 200px;
	position: absolute;
	top: 14%;
	left: 3%;
	z-index: 100
}
.site-ttl span{
	font-size: 10px;
	opacity: .5
}

@media screen and (max-width: 1180px) {
	.site-ttl {
		width: 180px;
		max-width: 100%;
		top: 3px;
		left: 3%;
	}
}

.site-ttl a {
	align-items: center;
}

.site-ttl img {
	width: calc(100% - 4em);
	margin-right: 1em;
}

@media screen and (max-width: 1180px) {
	.site-ttl img {
		margin-right: 4px;
		margin-top: -3px
	}
}

.site-ttl span {
	font-size: 12px;
}

@media screen and (max-width: 1180px) {
	.site-ttl span {
		font-size: 10px;
		margin-top: 4px;
	}
}

.p-header__middle .linkarea {
	position: absolute;
	right: 3%;
	height: 78px;
	display: flex;
	align-items: center;
	top: 0;
	z-index: 11;
	font-size: 12px
}
.p-header__middle .linkarea .mypage{
	margin-right: 16px
}
.p-header__middle .linkarea .mypage a{
	position: relative;
	width: 80px
}
@media screen and (max-width: 768px) {
	.p-header__middle .linkarea .mypage a{
	width: auto
}
}
.p-header__middle .linkarea .mypage a:after{
	content: 'マイページ';
	position: absolute;
	right: 0;
	top: 1px
}
@media screen and (max-width: 768px) {
.p-header__middle .linkarea .mypage a:after{
	content: '';
	position: inherit;
}
}
@media screen and (max-width: 768px) {
	.p-header__middle .linkarea .mypage{
	    margin-right: 12px;
    width: 17px;
		margin-top: -3px
}
}
.p-header__middle .linkarea .ico img{
	margin-right: 5px;
	width: 23px
}
@media screen and (max-width: 768px) {
	.p-header__middle .linkarea .ico img{
	width: 20px;
		margin-right: 9px;
}
}
@media screen and (max-width: 1180px) {
	.p-header__middle .linkarea {
		height: 50px;
		right: 47px
	}
}
.total-quant{
	background: var(--accent);
}
@media screen and (max-width: 768px) {
	.total-quant{
    right: -4px;
}
}
.p-search {
	text-align: center;
	position: relative;
}

.p-search input[type=text] {
	width: 90%;
	margin: 0 auto;
	padding: 1em 3em 1em 1.6em;
	background: #F0F0F0;
	border: none;
	border-radius: 3em;
	    height: auto;
}

@media screen and (max-width: 1180px) {
	.p-search input[type=text] {
		width: 100%
	}
}

.p-search input[type=text].icon {
	margin: 0;
	padding: 0;
	background: url(../images/ico-search.svg) no-repeat center;
	cursor: pointer;
	width: 35px;
	height: 25px;
	border: none;
	position: absolute;
	top: 50%;
	right: -2em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.p-search .btn-outline-secondary{
	border-color: transparent;
	position: absolute;
    top: 7px;
    right: 16px;
}
.search {
	margin-right: 20px
}

@media screen and (max-width: 1180px) {

	/* spnav*/
	.spnav {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 50px;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: all .5s;
		overflow: auto;
		padding: 10px 0;
		z-index: 30
	}

	.spnav .inner {
		padding: 0;
	}

	#js-search {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 50px;
		background: #fff;
		width: 100%;
		padding: 5%;
		z-index: 100;
		transition: all .4s;
	}

	.spnav.active,
	#js-search.active {
		opacity: 1;
		visibility: visible;
	}

	.openbtn {
		    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #fff;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}

	.openbtn span {
		display: block;
    transition: all .4s;
    height: 3px;
    background-color: #606060;
    z-index: 40;
    margin: 1px 0;
    border-radius: 4px;
	}

	.openbtn span:nth-of-type(1) {
		top: 22px;
		width: 40%;
	}

	.openbtn span:nth-of-type(2) {
		top: 29px;
		width: 40%;
	}
	.openbtn span:nth-of-type(3) {
		top: 36px;
		width: 40%;
	}

	.openbtn.active span:nth-of-type(1) {
		transform: translateY(3px) rotate(-45deg);

	}

	.openbtn.active span:nth-of-type(2) {
		transform: translateY(-2px) rotate(45deg);
	}
	.openbtn.active span:nth-of-type(3) {
		display: none
	}

	.spnav .c-accordion {
		border: none
	}

	.spnav .c-accordion__title {
		text-align: left;
		font-size: 18px;
		padding: 0.5em 1em;
	}

	.spnav .c-accordion__title--arrow {
		right: 18px
	}

	.spnav .c-accordion__content {
		padding: 18px;
		background: var(--sub)
	}

	.spnav .c-accordion__content a {
		padding: .5em 0;
		font-size: 15px;
		position: relative;
		width: 100%
	}

	.spnav .c-accordion__content a:after {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		width: 4px;
		height: 4px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -4px;
	}

	.spnav ._main {
		border-bottom: 1px solid #ebebeb
	}

	.spnav ._sub {
		padding: 18px
	}

	.spnav ._sub a {
		padding: 9px 0;
		font-size: 14px;
	}
	.spnav ._main .c-accordion__content._series li{
		width: 48%;
		margin: 0 1% 1%;
		float: left;
	}

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

/*---------------------------------------------
gnav
---------------------------------------------*/
#gnav {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 10;
}

#gnav > ul {
	margin: 0 auto auto 220px;
	width: 100%;
	height: 78px;
	text-align: center;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 1380px) {
	#gnav > ul {
		margin: 0 auto auto 200px;
	}
}
#gnav > ul > li > a {
	height: 78px;
	line-height: 78px;
	display: flex;
	align-items: center;
	text-align: center;
	transition: all 0s linear;
	text-decoration: none;
	padding: 1em;
	opacity: 1;
	font-size: 18px;
	letter-spacing: 1px
}
@media screen and (max-width: 1380px) {
	#gnav > ul > li > a {
		padding: 1em .6em;
	font-size: 14px;
	}
}
#gnav > ul > li > a span{
	margin-left: 5px
}
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: var(--main);
  line-height: 1;
width: 14px;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.4em;
    position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#gnav > ul > li > a.is-active .dli-plus:before{
	display: none
}

/*
.megainner {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1000px;
	height: auto;
	line-height: 1.5em;
	text-align: left;
	color: var(--bk);
	position: relative;
	box-sizing: border-box;
}
*/

.megainner .site-nav__in {
	width: 100%;
	flex-direction: row;
}

.megainner .site-nav__in .ttl {
	margin-bottom: 1em;
	font-weight: 700
}
.site-nav__list{
	width: 100%;
}
.site-nav__list li{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%
}
.site-nav__list li a{
	padding: 0.6em 1em;
    border: 1px solid #bbb;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 3px;
}
.site-nav__list li a:hover{
    background: var(--main);
	color: #fff;
}
.site-nav__list li a:after{
	content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #b5aeae;
  border-right: solid 2px #b5aeae;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}
header {
	position: relative;
	z-index: 9999
}

@media screen and (max-width: 1180px) {
	.mainwrap {
		padding-bottom: 64px
	}
}

/*---------------------------------------------
mv
---------------------------------------------*/
.topbnr_area {
	position: relative;
}

@media screen and (max-width: 1180px) {
	.topbnr_area {
		width: 100%;
		margin: 8px auto 0;
	}
}

@media screen and (max-width: 1180px) {
	.topbnr_list {
		margin-bottom: 30px
	}
}
.topbnr_list li a:hover{
	opacity: .8
}
.topbnr_list__img {
	border-radius: 30px
}
.topbnr_list__img img{
	border-radius: 30px
}
/*---------------------------------------------
/*point_exchange_info
---------------------------------------------*/
.point_exchange_info{
	background: #fcf8ef;
	padding: var(--padding) 0 10px;
}
.point_exchange_info .l-inner{
	width: min(660px, 90%);
}
.point_exchange_bnr{
	background: var(--accent);
	border: 1px solid var(--main);
	border-radius: 10px;
	max-width: 680px;
	margin: 36px auto 0;
	align-items: center;
}
.point_exchange_bnr:hover{
	background: var(--main);
}
.point_exchange_bnr .icon{
	width: 35%;
	border-radius: 0;
	padding: 30px 5%;
	background: #fff;
	border-radius: 10px 0 0 10px;
}
.point_exchange_bnr .ttl{
	width: 65%;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.point_exchange_bnr .ttl{
		font-size: 15px;
	}
}
/*---------------------------------------------
/*category_area
---------------------------------------------*/
.category_area{
	background: var(--be);
	padding: var(--padding) 0;
}
@media screen and (max-width: 768px) {
	.category_area .l-inner{
		margin: 0
	}
}
.category_list{
	justify-content: space-between;
	padding: 0 5%
}
@media screen and (max-width: 768px) {
	.category_list{
		width: 640px;
	}
}
.category_list li{
	width: calc(100% / 6 - 4%);
	    text-align: center;
	margin: 0 2% 3%;
}
@media screen and (max-width: 768px) {
	.category_list li{
width: calc(100% / 6 - 2%);
    margin: 0 1% 10px;
}
}
.category_list li .ttl{
	font-weight: 700
}
@media screen and (max-width: 768px) {
	.category_list li .ttl{
	font-weight: 12px
}
}
/*---------------------------------------------
/*ranking_area
---------------------------------------------*/
.ranking_area{
	padding: var(--padding) 0;
}
.item_list._ranking li:nth-child(-n+3){
	width: calc(100% / 3 - 2%);
}
@media screen and (max-width: 768px) {
	.item_list._ranking li:nth-child(-n+2){
	width: calc(100% / 2 - 2%);
}
	.item_list._ranking li:nth-child(3){
	width: calc(100% / 3 - 2%);
}
}
.item_list._ranking li:nth-child(n+4){
	width: calc(100% / 5 - 2%);
}
@media screen and (max-width: 768px) {
	.item_list._ranking li:nth-child(n+4){
	width: calc(100% / 3 - 2%);
}
}
.item_list._ranking li:before{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
	text-indent: 3px;
    line-height: 20px;
	color: #fff;
	z-index: 2;
	-webkit-clip-path: polygon(0 0,100% 0,0 100%);
    clip-path: polygon(0 0,100% 0,0 100%);
}
.item_list._ranking li:nth-child(-n+3):before{
	content: '';
    padding: 11px 30px 0 0;
	width: 70px;
    height: 70px;
}

.item_list._ranking li:nth-child(n+4):before{
	content: '';
    padding: 6px 20px 0 0;
    width: 50px;
    height: 50px;
}

.item_list._ranking li:nth-child(1):before{
	background: #E0D36A;
	content: '1';
	font-size: 20px;
}
.item_list._ranking li:nth-child(2):before{
	background: #C0C0C0;
	content: '2';
	font-size: 20px;
}
.item_list._ranking li:nth-child(3):before{
	background: #B49688;
	content: '3';
	font-size: 20px;
}
.item_list._ranking li:nth-child(4):before{
	background: #b5aeae;
	content: '4';
	font-size: 16px;
}
.item_list._ranking li:nth-child(5):before{
	background: #b5aeae;
	content: '5';
	font-size: 16px;
}
.item_list._ranking li:nth-child(6):before{
	background: #b5aeae;
	content: '6';
	font-size: 16px;
}
.item_list._ranking li:nth-child(7):before{
	background: #b5aeae;
	content: '7';
	font-size: 16px;
}
.item_list._ranking li:nth-child(8):before{
	background: #b5aeae;
	content: '8';
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.item_list._ranking li:nth-child(-n+3):before,
	.item_list._ranking li:nth-child(n+4):before{
  	padding: 3px 20px 0 0;
	width: 40px;
    height: 40px;
}
	.item_list._ranking li:nth-child(1):before,
	.item_list._ranking li:nth-child(2):before,
	.item_list._ranking li:nth-child(3):before{
		font-size: 16px
	}
}
/*---------------------------------------------
/*recommend_area
---------------------------------------------*/
.recommend_area{
	padding: var(--padding) 0;
	background: var(--sub)
}
.item_list._recommend li{
	width: calc(100% / 4 - 2%);
}
@media screen and (max-width: 768px) {
	.item_list._recommend li{
		width: calc(100% / 2 - 2%);
	}
}
/*---------------------------------------------
/*newitem_area
---------------------------------------------*/
.newitem_area{
	padding: var(--padding) 0
}
.category_list{
	justify-content: space-between;
}
.item_list._newitem li{
	width: calc(100% / 5 - 2%);
}
@media screen and (max-width: 768px) {
	.item_list._newitem li{
		width: calc(100% / 2 - 2%);
	}
}
.item_list._newitem li .item_name,
.item-category .not-overlay-image .card-body .card-title{
	position: relative;
	/*text-indent: 3em;*/
	text-align: left;
	min-height: 3em;
}
/*.item_list._newitem li .item_name:before{
	    content: 'NEW';
    color: #BE3A77;
    line-height: 1;
    font-size: 12px;
    background: #fff;
    border: 1px solid #BE3A77;
    border-radius: 3px;
    padding: 4px 8px;
    position: absolute;
    top: 0;
    width: 4em;
    left: 0;
    text-align: center;
    text-indent: 0;
}*/
@media screen and (max-width: 768px) {
	.item_list._newitem li .item_name:before{
		padding: 1px 5px;
		    font-size: 10px;
	}
}

/*---------------------------------------------
/*pickitem
---------------------------------------------*/
.pickitem{
	background: var(--be);
	padding: var(--padding) 0
}
.pickitem_area{
	position: relative;
}

.pickitem_area .swiper-wrapper {
	margin-bottom: 55px
}

@media screen and (max-width: 1180px) {
	.pickitem_area .swiper-wrapper {
		margin-bottom: 0
	}
}

.swiper-button-prev,
.swiper-button-next {
	height: 50px;
	width: 50px;
	background-image: none;
}

.pickitem_area .swiper-button-prev,
.pickitem_area .swiper-button-next {
	margin-top: 0;
	top: 45%
}
.pickitem_area .swiper-button-prev{
	left: -34px
}
.pickitem_area .swiper-button-next{
	right: -34px
}
@media screen and (max-width: 1180px) {

	.pickitem_area .swiper-button-prev,
	.pickitem_area .swiper-button-next {
		display: none
	}
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	margin: auto;
	width: 50px;
	position: absolute;
}

.swiper-button-prev::after {
	background-image: url(../images/ico-arrow-l.svg);
}

.swiper-button-next::after {
	background-image: url(../images/ico-arrow-r.svg);
}

.swiper-slide img {
	height: auto;
	width: 100%;
}

/*
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
*/
/*---------------------------------------------
/*series
---------------------------------------------*/
.series{
	padding: var(--padding) 0
}
.series_area{
	position: relative;
}
.series_list li{
	border-radius: 30px;
	border: 1px solid #d4d4d4
}
header .series_list li{
	border-radius: 10px;
	width: calc(100% / 5 - 2%);
    margin: 0 1% 1%;
	border: none
}
.series_list li a{
}
.series_list li a .series__img{
	margin-bottom: 10px
}
.series_list li a .series__img img{
	border-radius: 30px 30px 0 0 
}
header .series_list li a .series__img img{
	border-radius: 10px
}
.series_list li a .series__txt{
	background: #fff;
	padding: 1em;
	display: block;
	border-radius: 30px;
}
.series_list li a .series__txt .ttl{
	margin-bottom: .6em;
	text-align: center;
	font-size: 16px;
	margin-top: 0;
}
.series_list li a .series__txt .read{
	opacity: .8
}
/*---------------
about
----------------*/
.about{
	background: url(../images/about-bg.jpg)no-repeat center center;
	background-size: cover;
	padding-bottom: 240px
}
@media screen and (max-width: 768px) {
	.about{
	padding-bottom: 120px
}
}
.about-inner{
	width: 50%;
	padding: var(--padding) 3%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.about-inner{
		width: 97%
	}
}
.about-inner .logo{
	width: 200px;
	margin-bottom: 40px
}
@media screen and (max-width: 768px) {
	.about-inner .logo{
	width: 120px;
	margin-bottom: 20px
}
}
.about-inner .ttl{
	margin-bottom: 30px;
	 filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
}
.about-inner .ttl img{
	 filter: drop-shadow(5px 5px 5px #ffffff);
}
.btn a{
	color: var(--main);
	padding: 1em;
	border: 3px solid var(--main);
	border-radius: 3em;
	margin: 40px auto 0;
	width: 390px;
	font-size: 20px;
	background: #fff;
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
	transition: all .2s
}
@media screen and (max-width: 768px) {
	.btn a{
		    width: 276px;
    font-size: 14px;
	}
}
.btn a:hover{
	background: var(--main);
	color: #fff
}
.btn-icon{
	background: var(--main);
	color: #fff;
	border-radius: 3em;
	font-size: 12px;
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	padding: 4px 1em
}
@media screen and (max-width: 768px) {
	.btn-icon{
		top: -20px;
	}
}
.dli-right {
  display: inline-block;
  vertical-align: middle;
  color: var(--main);
  line-height: 1;
  position: relative;
  width: 16px;
  height: 16px;
  transform: translateX(-25%) rotate(45deg);
	margin-left: 16px;
	transition: all .2s
}
@media screen and (max-width: 768px) {
	.dli-right {
		    width: 12px;
    height: 12px;
	}
}
.btn a:hover .dli-right{
	color: #fff;
	margin-left: 24px;
}

.dli-right::before, .dli-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1em;
}

.dli-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.25em;
}

.dli-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.25em;
}

/*---------------------------------------------
news
---------------------------------------------*/
.news{
	padding: var(--padding) 5%;
}

.news_list{
	max-width: 880px;
	margin: 0 auto;
}
.news_list li{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #5e5e5e
}
.news_list a:hover{
	text-decoration: underline
}
.news_list a span{
	display: block;
}
.news_list .day{
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 14px;
	opacity: .3
}
/*---------------------------------------------
guide
---------------------------------------------*/
.guide{
background: var(--sub);
	padding: var(--padding) 0;
}
.guide__list li{
	width: calc(100% / 4 - 2%);
    text-align: center;
    margin: 0 1% 3%;
	background: #fff;
    border-radius: 10px;
    border: 1px solid #707070;
	font-size: 18px;
	padding: 20px
}
@media screen and (max-width: 768px) {
	.guide__list li{
	width: calc(100% / 2 - 2%);
		font-size: 14px;
}
}
.guide__list li a{
	aspect-ratio: 1.5/1;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column
}
.guide__img{
	height: 80px;
	margin-bottom: 16px;
	display: block
}
@media screen and (max-width: 768px) {
	.guide__img{
	height: 56px;
		    display: flex;
    align-items: center;
    justify-content: center;
}
	.guide__img img{
	width: 70%
}

}
/*---------------------------------------------
/*p-footer
---------------------------------------------*/
.p-footer {
	font-size: 14px;
	padding: 90px 0 20px;
	    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
	.p-footer {
		font-size: 13px;
		padding:0 0 20px
	}
	.p-footer >.l-inner{
		display: block;
		margin: 0
	}
}

.footer-logo{
	width: 200px;
}
@media screen and (max-width: 768px) {
	.footer-logo{
    width: 145px;
    margin: 0 auto 40px;
}
}

.footer-nav{
	width: calc(100% - 250px);
	margin-left: 50px
}
@media screen and (max-width: 768px) {
	.footer-nav {
    width: 100%;
    margin-left: 0;
}
}
.footer-nav__p{
	margin-bottom: 2em;
	margin-right: 2em
}
@media screen and (max-width: 768px) {
	.footer-nav__p{
	margin-right: 0;
		width: 100%;
		display: block;
}
}
.footer-nav__p a{
	padding: 4px 0
}
@media screen and (max-width: 768px) {
	.footer-nav__p a{
	padding: 4px 5%;
		width: 100%;
		position: relative
}
}
.footer-nav__ttl{
	font-weight: 700;
	padding-bottom: 4px;
	border-bottom: 1px solid #5e5e5e;
	margin-bottom: 1em
}
@media screen and (max-width: 768px) {
	.footer-nav__ttl{
		border-bottom: none;
		padding-left: 2%;
		margin-bottom: 0;
	}
}
._item_category .footer-nav__ttl{
	width: 100%
}
.footer-nav__p .ttl{
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.footer-nav__p .ttl{
		    border-bottom: 1px dotted #606060;
		font-weight: normal
	}
}
.footer-nav__c {
    margin: 0 1em;
}
.footer-nav__p .dli-right{
	display: none
}
@media screen and (max-width: 768px) {
	.footer-nav__c {
    margin: 0;
}
	.footer-nav__c.c-accordion{
		border-bottom: none
	}
	.footer-nav__p .dli-right{
		width: 7px;
    height: 7px;
    right: 16px;
    position: absolute;
    top: 10px;
		color: #333;
		display: block
	}
	.footer-nav__p .dli-right::before {
    height: 0.1em;
}
	.footer-nav__p .dli-right::after {
    width: 0.1em;
}
}
.footer-nav__c ul{
	margin-left: 1em;
}

footer .copy{
	font-size: 10px;
	text-align: center;
}
.c-accordion {
	border-bottom: 1px dotted #606060;
}

.c-accordion__title {
	cursor: pointer;
	position: relative;
}

.c-accordion__content {
	display: none;
	padding: .4em .8em
}

.c-accordion__title--arrow {
	padding-right: 2.4em;
	position: relative
}

.c-accordion__title--arrow::after {
	-webkit-transform: translateY(-50%);
	background: transparent url(./img/arrow-bottom-w.png) no-repeat top center/cover;
	content: "";
	height: .8em;
	position: absolute;
	right: .4em;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease 0s;
	width: .8em
}

.c-accordion__title--arrow {
	padding: 0;
	position: absolute;
	right: 20px;
	width: 26px;
	height: 15px;
}

@media screen and (max-width: 1180px) {
	.c-accordion__title--arrow {
		right: 0px;
	}
	.footer-nav__c .c-accordion__title--arrow {
		right: 12px;
		    top: 8px;
	}
}

.c-accordion__title--arrow::after,
.c-accordion__title--arrow::before {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #333;
	right: -2px;
	top: 50%;
	width: 10px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.c-accordion__title--arrow:before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.is-checked .c-accordion__title--arrow::before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.c-accordion_sp .c-accordion__title--arrow{
	display: none
}
@media screen and (max-width: 768px) {
	.c-accordion_sp .c-accordion__title--arrow{
	display: block
}
	.js-accordion-content_sp {
	display: none;
	padding: .4em .8em
}
}
/*打ち消し*/
/*body:not(.home) .site-content header{
	z-index: -1
}
*/
/*メガメニュー*/

.megaMenu__link.is-active {
    background: var(--sub);
}

.megaMenu__link.is-active + .megaMenu__content {
    opacity: 1;
    visibility: visible;
}

.megaMenu__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background-color: var(--sub);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 100;
    padding: 60px 0;
}

.megaMenu__content_inner {
    max-width: 1000px;
    width: 94%;
    margin: 0 auto;
}
/*---------------------------------------------
/*下層共通
---------------------------------------------*/
#content h1,
#content h2 {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
}
#content h1{
	font-size: 30px;
	margin: 1em 0;
	padding-bottom: 1em;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#content h1{
		font-size: 24px
	}
	}
#content h1:after{
	content: '';
	width: 100px;
	height: 5px;
	border-radius: 3px;
	background: var(--main);
	position: absolute;
	bottom: 0;
	  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#content h2 {
	font-size: 20px;
	padding-bottom: .6em;
    border-bottom: 2px solid var(--main);
	margin: 2em 0 1em;
}
@media screen and (max-width: 768px) {
	#content h2 {
		font-size: 17px;
	}
}
#content p{
	margin-bottom: 1em
}
#content ul{
	margin-bottom: 24px
}
/*ボタン関係上書き*/
article.wc_login form .submit input,
article.wc_login .new-entry .nav a,
#wc_newmemberform .send input,
.send input.to_confirm_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_customerinfo_button{
	background-color: var(--main)
}
.send input.checkout_button{
	background-color: var(--accent)
}
article.wc_login form .submit input:hover,
article.wc_login .new-entry .nav a:hover,
#wc_newmemberform .send input:hover{
	background-color: var(--main);
	opacity: .8
}
article.wc_member #memberinfo ul.member_submenu li:last-child a{
width: auto;
	max-width: 6em
}
article.wc_member #memberinfo .send .editmember{
	    background-color: #E91E63;
}
article.wc_member #memberinfo .user-edit-info table{
	background: #fff;
}
table#history_head{
	background: #fff;
}
/*---------------------------------------------
/*pointexchange
---------------------------------------------*/
.exchange_form_bloc{
	border: 2px solid var(--main);
	padding: 30px;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.exchange_form_bloc{
	padding: 30px 3%;
}
}
.exchange_form_bloc .inner{
	max-width: 680px;
	margin: 0 auto
}
.exchange_form_bloc .ico-exchange{
	width: 140px;
	margin: 0 auto;
}
#content .exchange_form_bloc h2{
	padding: 1em;
	margin-top: 0;
	text-align: center;
}
.num-circle{
	width: 24px;
	height: 24px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--accent);
	border-radius: 50%;
	margin-right: 5px
}
.form_item{
	align-items: center;
	justify-content: center;
	margin-bottom: 36px
}
.form_item input[type=text], .form_item input[type=email], .form_item input[type=password], .form_item input[type=tel], .form_item input[type=url], .form_item input[type=search] {
    border: 1px solid var(--main);
    border-radius: 4px;
    background-color: var(--sub);
    color: #000;
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.form_item input[type=text], .form_item input[type=email], .form_item input[type=password], .form_item input[type=tel], .form_item input[type=url], .form_item input[type=search] {
	font-size: 18px;
		padding: 0 5px
}
}
.form_item #pass{
	width: 6em;
	margin: 0 auto;
}
.exchange_btn{
	position: relative;
	 margin: 0 auto;
}
input.exchange,
a.btn.orange{
	    font-size: 20px;
    padding: 1em;
    background: var(--accent);
    color: #fff;
    border: none;
	position: relative;
}

/*.exchange_btn:after{
	content: '';
	background: url(../images/ico-change.svg)no-repeat;
	    width: 30px;
    height: 38px;
    background-size: cover;
    position: absolute;
    top: calc(50% - 19px);
    right: 30px;
	animation: 4s rotate-2d linear infinite;
}*/

@keyframes rotate-2d{
  0% {transform: rotate(0);}
  100% {transform: rotate(360deg);}
}
.history-area table th,
article.wc_member #memberinfo .history-area table th{
	background: var(--sub)
}
@media screen and (max-width: 768px) {
	#history-area{
		margin-bottom: 65px
	}
	.history-area table th,.history-area table td{
		font-size: 12px;
		padding: 10px;
	}
	.usces_filter_history .exclude_cancel{
		font-size: 12px;
		margin-right: 1em;
		width: 50%
	}
	article.wc_member #memberinfo .usces_filter_history{
		align-items: flex-end
	}
	article.wc_member #memberinfo .usces_filter_history input[type=checkbox]{
		margin-right: .5rem
	}
	table.customer_form tr th{
		padding-bottom: 0;
	}
	
}
.history-area table th,.history-area table td{
	vertical-align: inherit;
}

article.wc_member #memberinfo .history-area table th, article.wc_member #memberinfo .history-area table td{
	    border: 1px solid var(--general-border-color, #e7e7e7);
}
@media screen and (max-width: 1180px) {
	article.wc_member #memberinfo .history-area table th, article.wc_member #memberinfo .history-area table td{
	    border:none;
		position: relative
}
	article.wc_member #memberinfo .history-area table#history_head tr.order_head_label th,
	article.wc_member #memberinfo .history-area table#history_head tr.order_head_value td{
		    width: 50%;
		padding-left: 1em
	}
}
/*---------------------------------------------
/*商品ページ
---------------------------------------------*/
.group-add-item .skuform .add-to-cart .cart-button .skubutton{
	background-color: var(--accent)
}
/*---------------------------------------------
/*カート
---------------------------------------------*/
#wc_cart #cart .upbutton{
	margin-bottom: 2em
}
/*---------------------------------------------
/*マイページ
---------------------------------------------*/
.mypage_main{
	justify-content: space-between;
}
.myanchor_area{
	width: 240px;
}
.member_page_main{
	width: calc(100% - 260px);
	background: #fcf8ef;
    padding: 50px 5%;
}
@media screen and (max-width: 1180px) {
	.member_page_main{
	width: 100%;
}
}
.myanchor_area .ttl{
	margin-bottom: 1em;
    padding-bottom: 1em;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}
.myanchor_area a{
	padding: 5px 0
}
#content .member_page_main h1{
	margin-top: 0;
}
.userinfo_item_wrap{
	justify-content: space-between;
	margin-bottom: 36px
}
.userinfo_item{
	width: 48%;
}
@media screen and (max-width: 1180px) {
	.userinfo_item{
	width: 100%;
}
}
.userinfo_item dt{
	width: 110px;
    border-bottom: 1px solid #c5c5c5;
    padding: 1em 0;
}
.userinfo_item dd{
	width: calc(100% - 110px);
	border-bottom: 1px solid #c5c5c5;
    padding: 1em 0 1em 1em;
	word-wrap: break-word;
}
.p-name{
	font-size: 20px;
	margin-bottom: .5em
}
.p-point_box{
	border: 2px solid var(--main);
	background: #fff;
    padding: 30px;
    border-radius: 10px;
	margin-bottom: 62px
}
@media screen and (max-width: 768px) {
	.p-point_box{
    padding: 30px 15px;
}
}
.p-point_box .inner{
	max-width: 680px;
	margin: 0 auto;
}
#content .p-point_box h2{
	border: none;
	margin-top: 0;
}
.p-point_total .ttl{
	font-weight: 600;
}
.p-point_total{
	padding-right: 30px;
	border-right: 1px solid var(--main);
	width: 30%;
	    display: flex;
    flex-direction: column;
    align-items: baseline;
}
@media screen and (max-width: 768px) {
	.p-point_total{
		width: 100%;
		border-right: none;
		padding-right: 0;
		margin-bottom: 24px;
		align-items: center;
	}
}
.p-point_total .p-point_num{
	font-weight: 600;
	font-size: 30px;
	align-items: baseline;
}
.p-point_total .p-point_num span{
	font-size: 16px;
	font-weight: normal;
}
.p-point_info{
	width: 70%;
	padding-left: 5%;
}
@media screen and (max-width: 768px) {
	.p-point_info{
	width: 100%;
	padding-left: 0;
}
}
.limited_time_points{
	    display: flex;
    flex-wrap: wrap;
}
.limited_time_points dt {
    width: 60%;
    color: var(--accent);
    border-bottom: 1px solid var(--main);
    padding: 5px 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 768px) {
	.limited_time_points dt {
		font-size: 12px
	}
}
.limited_time_points dd {
    width: 40%;
	position: relative;
	font-size: 20px;
	border-bottom: 1px solid var(--main);
    padding: 5px 0;
	text-align: right;
	font-weight: 700
}
.limited_time_points dd:after{
	content: 'pt';
	position: relative;
	font-size: 65%
	
}
.p-point_info .ttl{
	border-bottom: 2px dotted var(--main)
}
@media screen and (max-width: 768px) {
	.p-point_info .ttl{
	font-size: 16px
}
}

.notranslate{
	color: #d4cfcf;
    font-weight: 700;
    border-bottom: 1px solid #b5aeae;
}
.gt-current-lang.notranslate{
	border-bottom: none;
	color: #000;
}
.txt-link a{
	text-align: center;
    padding: 1em;
    border: 1px solid #000;
    display: block;
    margin: 0 0 0 auto;
    width: 160px;
}
#point-changeform .exchange_form_bloc{
	margin-bottom: 62px
}
@media screen and (max-width: 768px) {
	#point-changeform .exchange_form_bloc{
	margin-bottom: 36px
}
}
article.wc_member #memberinfo .history-area{
	overflow-y: auto;
}
.customer_form{
	margin-bottom: 40px
}
@media screen and (max-width: 768px) {
article.wc_member #memberinfo .usces_filter_history select{
	height: 3rem;
	width: 100%
}
}


#wc_newcompletion .member-box.full{
	width: 50%;
    border: none;
    margin: 0 auto;
    padding: 0;
}

#wc_newcompletion .member-box.full .submit input{
	    margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
	.send input.checkout_button{
		margin-top: 30px
	}
#wc_confirm .send input.back_to_delivery_button{
	margin: 30px auto;
}
}
#purchase_form{
	width: min(980px,100%);
	margin: 0 auto;
}
#wc_confirm .send{
	justify-content: flex-end;
}
#cart_table td.stock{
	line-height: 1;
    padding: 4px;
    width: max-content;
    background: #fff7da;
    margin-bottom: 8px;
}
#cart_table tfoot tr{
	justify-content: flex-end;
}
#cart_table tfoot th.num{
	display: none;
}
#cart_table tfoot th.amount{
	width: 170px;
}
#cart_table tfoot th.amount-text{
	width: calc(100% - 180px);
}
body:not(.blog) .site-content {
    margin-top: auto;
}
.carousel.single-item-carousel .carousel-inner .caption{
	display: none
}
#content .group-add-item h2{
	margin: 1em auto .5em
}


/*アンケートフォームの改修*/

table.customer_form.custom_form tr{
	display: block;
  margin-bottom: 1em;
  padding: 0 .5em;
	border: none;
}

table.customer_form.custom_form tr th{
	padding: 1rem 0;
	background: none;
}

table.customer_form.custom_form tr td{
	display: block;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #a5a5a5;
  font-size: 1rem;
}

table.customer_form.custom_form select{
	max-width: none;
}




/*コンテンツページの見出し*/
#content h2{
	border-top: 0;
}