@charset "utf-8";

/* CSS information ===================================================

	file name : style.css
	style info : コンテンツ部分スタイルシート

=================================================================== */

/*----------------------------------------------------------
/* .top トップページ
----------------------------------------------------------*/
/* .swiper　スライダー
------------------------------------------------*/
.common .swiper_pc100 {
	padding: 40px 0 60px;
}
.swiper-container {
		width: 100%;
		height: 100%;
		overflow: visible;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{
	max-width: 100%;
	height: auto;
}
/*.swiper-slide img {
		width: 100%;
}*/
.swiper-button-prev {
	left: 23vw;
	background-image: url(../img/slider_prev.png);
}
.swiper-button-next {
	right: 23vw;
	background-image: url(../img/slider_next.png);
}
.swiper-button-prev,
.swiper-button-next {
		width: 35px;
		height: 35px;
		margin-top: -17px;
		background-size: 35px 35px;
}
.swiper-pagination-bullet {
		background: #DDD;
		opacity: 1.0;
}
.swiper-pagination-bullet-active {
		background: #679843;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -30px;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.common .swiper_pc100 {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
} /*/@media*/

@media print, screen and (max-width: 1360px){
.swiper-button-prev {
	left: 22.5vw;
}
.swiper-button-next {
	right: 22.5vw;
}
} /*/@media*/

@media print, screen and (max-width: 1280px){
.swiper-button-prev {
	left: 22vw;
}
.swiper-button-next {
	right: 22vw;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.swiper-button-prev {
	left: 21vw;
}
.swiper-button-next {
	right: 21vw;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .swiper_pc100 {
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 0 20px;
}
.swiper-container {
		overflow: hidden;
}
.swiper-button-prev {
	left: 10px;
}
.swiper-button-next {
	right: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
}
} /*/@media*/

/* .news お知らせ
------------------------------------------------*/
/* 共通 *******************************/
.news,
.imp_news {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 10px 0 10px;
}
.news h2 {
	margin-bottom: 20px;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.imp_news h2 {
	margin-bottom: 0;
	padding: 8px 10px;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	background-color: #E83939;
}
.imp_news .box {
	padding: 25px 25px 20px;
	background-color: #FEF9F1;
}
.news ul {
	margin-bottom: 30px;
}
.imp_news ul {
	margin-bottom: 0;
}
.news li,
.imp_news li {
	padding: 10px 15px 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #3F332C;
}
.news li a,
.imp_news li a {
	text-decoration: none;
	color: #3F332C;
	display: block;
	background-position: right center;
}
.news li time,
.imp_news li time {
	padding-right: 20px;
	color: #507634;
	float: left;
}
.imp_news li time {
	padding-right: 54px;
}
.news li .tag {
	width: 142px;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	float: left;
}
.news li .tag.color01 { background-color: #2F8FA7; }
.news li .tag.color02 { background-color: #E83939; }
.news li .tag.color03 { background-color: #AEADA2; }

.news li span,
.imp_news li span {
	overflow: hidden;
	display: block;
}

.news li span {
	padding-left: 34px;
}
.imp_news li span {
	padding-left: 0;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.news li a,
.imp_news li a {
	transition: all 0.05s linear;
}
.news li a:hover,
.imp_news li a:hover {
	padding-left: 3px;
	padding-right: 12px;
	background: url(../img/common_arw03.png) no-repeat right center;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.news {
	margin-bottom: 60px;
	padding: 0 20px;
}
.imp_news {
	margin-bottom: 40px;
	padding: 0;
}
.news h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.imp_news h2 {
	margin-bottom: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.imp_news .box {
	padding: 10px 20px;
}
.news ul {
	margin-bottom: 20px;
}
.imp_news ul {
	margin-bottom: 0;
}
.news li a,
.imp_news li a {
	background: url(../img/common_arw03.png) no-repeat right center;
	padding-right: 10px;
}
.imp_news li time {
	padding-right: 0;
}
.news li time,
.imp_news li time {
	float: none;
}
.news li .tag {
	width: auto;
	min-width: 100px;
	font-size: 12px;
	font-size: 1.2rem;
	float: none;
}
.news li span,
.imp_news li span {
	margin-top: 5px;
	display: block;
	overflow: hidden;
}
.news li span {
	padding-left: 0;
}
.imp_news li span {
	padding-left: 0;
}
} /*/@media*/

/*----------------------------------------------------------
/* .save_point ポイントを貯める
/* .select_item 交換商品を選ぶ
/* .enjoy_cont コンテンツを楽しむ
----------------------------------------------------------*/
.dot_line {
	max-width: 640px;
	height: 3px;
	margin: 0 auto;
	text-align: center;
	border: none;
	border-top: 3px dotted #FFF;
}
.save_point .bg01 {
	padding: 20px 0;
	background: #FFF url(../img/top_bg01.png) repeat-x center top;
}
.save_point .bg02 {
	padding: 20px 0;
	background-color: #F8EFE9;
}
.top .save_point .common_btn a,
.common .common_btn.save_point a,
.common .common_btn.save_point button,
.common .common_btn.save_point input[type=button],
.common .common_btn.save_point input[type=submit] {
	background-color: #E83939;
}
.select_item .bg01 {
	padding: 20px 0;
	background-color: transparent;
}
.top .select_item .common_btn a,
.common .common_btn.select_item a,
.common .common_btn.select_item button,
.common .common_btn.select_item input[type=button],
.common .common_btn.select_item input[type=submit] {
	background-color: #1E92AA;
}
.top .enjoy_cont .common_btn a,
.common .common_btn.enjoy_cont a,
.common .common_btn.enjoy_cont button,
.common .common_btn.enjoy_cont input[type=button],
.common .common_btn.enjoy_cont input[type=submit] {
	background-color: #65A833;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.save_point .bg01 {
	padding: 10px 0;
}
.save_point .bg02 {
	padding: 10px 0;
}
.select_item .bg01 {
	padding: 10px 0;
}
} /*/@media*/

/* .headline 各コンテンツ見出し
------------------------------------------------*/
.headline {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 10px 80px;
}
.select_item .headline,
.enjoy_cont .headline {
	padding-bottom: 40px;
}
.headline figure {
	float: right;
	width: 31.3265%;
	text-align: center;
}
.headline .box {
	float: left;
	width: 66.4285%;
}
.headline .box h2 {
	margin-bottom: 20px;
}
.headline .box p {
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
}
.headline .box .btn_set li {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
.headline .box .btn_set li:nth-child(even) {
	float: right;
}
.save_point .headline .box .btn_set li:last-child {
	width: 100%;
}
.headline .box .btn_set li a {
	padding: 12px 10px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #FFF;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: block;
}
.save_point .headline .box .btn_set li a { background-color: #E83939; }
.select_item .headline .box .btn_set li a { background-color: #1E92AA; }
.enjoy_cont .headline .box .btn_set li a { background-color: #65A833; }

.headline .box .btn_set li a:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	padding-right: 0.5em;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.headline .box .btn_set li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.headline .box .btn_set li a:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	filter:alpha(opacity=80);
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.headline {
	padding: 60px 20px 20px;
}
.select_item .headline,
.enjoy_cont .headline {
	padding-bottom: 0;
}
.headline figure {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.headline figure img {
	width: 25%;
}
.headline .box {
	float: none;
	width: auto;
}
.headline .box h2 {
	margin-bottom: 15px;
	text-align: center;
}
.headline .box h2 img {
	max-width: 80%;
}
.headline .box p {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.headline .box p br {
	display: none;
}
.headline .box .btn_set li a {
	font-size: 14px;
	font-size: 1.4rem;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.headline figure img {
	width: 35%;
}
.headline .box .btn_set li {
	float: none;
	width: 100%;
}
.headline .box .btn_set li:nth-child(even) {
	float: none;
}
} /*/@media*/

/* .guidance 各ページへの案内
------------------------------------------------*/
.guidance {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 10px;
}
.guidance figure {
	width: 26.5306%;
	text-align: center;
}
.guidance.style01 figure {
	float: left;
	margin-left: 13.2653%;
}
.guidance.style02 figure {
	float: right;
	margin-right: 13.2653%;
}
.guidance .box {
	padding-top: 20px;
	width: 53.0612%;
}
.guidance.style01 .box {
	float: right;
	margin-right: 5.1020%;
}
.guidance.style02 .box {
	float: left;
	margin-left: 5.1020%;
}
.save_point .guidance.style02 .box {
	padding-top: 50px;
}
.select_item .guidance .box {
	padding-top: 70px;
}
.select_item .guidance:first-child .box {
	padding-top: 20px;
}
.guidance h3,
.common .guidance h3 {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-left: 0;
}
.common .guidance h4 {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	color: #3F332C;
}
.guidance h3 em,
.common .guidance h3 em {
	font-weight: bold;
}
.save_point .guidance h3 em { color: #EB2419; }
.select_item .guidance h3 em { color: #339698; }

.guidance .box p,
.common .guidance .box p {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.guidance .box .common_btn,
.common .guidance .box .common_btn {
	margin-bottom: 0;
}
.select_item .guidance:first-child  .common_btn {
	width: 350px;
}
.guidance.style03 {
	max-width: 882px;
	margin: 0 auto;
	padding: 30px 10px;
}
.guidance.style03 ul {
	margin-bottom: 20px;
	padding-right: 60px;
}
.guidance.style03 li {
	float: left;
	width: 16.6666%;
	margin-right: 12px;
	margin-bottom: 10px;
	text-align: center;
}
.guidance.style03 li:last-child {
	margin-right: -60px;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.guidance {
	padding: 30px 20px;
}
.guidance figure {
	width: auto;
	margin-bottom: 20px;
}
.guidance.style01 figure {
	float: none;
	margin-left: 0;
}
.guidance.style02 figure {
	float: none;
	margin-right: 0;
}

.select_item .guidance:first-child figure {
	margin-right: 0;
}
.guidance figure img {
	width: 30%;
}
.select_item .guidance:first-child figure img {
	width: 40%;
}
.guidance .box {
	padding-top: 0;
	width: auto;
}
.guidance.style01 .box {
	float: none;
	margin-right: 0;
}
.guidance.style02 .box {
	float: none;
	margin-left: 0;
}
.select_item .guidance .box {
	padding-top: 0;
}
.save_point .guidance.style02 .box {
	padding-top: 0;
}
.select_item .guidance .box {
	padding-top: 0;
}
.select_item .guidance:first-child .box {
	padding-top: 0;
}
.guidance h3,
.common .guidance h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
.common .guidance h4 {
	font-size: 18px;
	font-size: 1.8rem;
}
.guidance h3 br,
.common .guidance h3 br {
	display: none;
}
.guidance .box p,
.common .guidance .box p {
	font-size: 14px;
	font-size: 1.4rem;
}
.guidance .common_btn,
.common .guidance .common_btn {
	width: 80%;
	margin: 0 auto;
}
.select_item .guidance:first-child  .common_btn {
	width: 90%;
	margin: 0 auto;
}
.guidance.style03 {
	padding: 30px 20px;
}
.guidance.style03 ul {
	margin-bottom: 30px;
	padding-right: 28px;
}
.guidance.style03 li {
	width: 33.3333%;
}
.guidance.style03 li:last-child {
	margin-right: -28px;
}
.guidance.style03 li:nth-child(3n) {
	margin-right: -28px;
}
.guidance.style03 {
	padding: 20px 20px;
}
.guidance.style03 ul {
	margin-bottom: 10px;
	padding-right: 20px;
}
.guidance.style03 li {
	width: 33.3333%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.guidance.style03 li:last-child {
	margin-right: -20px;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.guidance figure img {
	width: 40%;
}
.select_item .guidance:first-child figure img {
	width: 50%;
}
.guidance .common_btn {
	width: 100%;
}
.select_item .guidance:first-child  .common_btn {
	width: 100%;
}
} /*/@media*/

/* .pickup_ec ピックアップEC
------------------------------------------------*/
.pickup_ec {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 10px 0;
}
.pickup_ec h3,
.common .pickup_ec h3 {
	margin-bottom: 30px;
	padding-left: 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	border-left: none;
}
.pickup_ec .items {
	padding-right: 120px;
}
.pickup_ec .item {
	float: left;
	width: 20%;
	margin-right: 30px;
	margin-bottom: 40px;
}
.pickup_ec .item:last-child {
	margin-right: -120px;
}
.pickup_ec .item a {
	text-decoration: none;
	display: block;
}
.pickup_ec .item figure {
	position: relative;
	text-align: center;
}
.pickup_ec.pickup01 .item figure {
	padding-top: 50px;
}
.pickup_ec .item figure span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.pickup_ec .item figure span:nth-child(1),
.pickup_ec .item figure span:nth-child(2),
.pickup_ec .item figure span:nth-child(3) {
	top: 0;
	left: 10px;
}
.pickup_ec .item figure span:nth-child(4),
.pickup_ec .item figure span:nth-child(5) {
	top: 5px;
	left: 5pxpx;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.pickup_ec .item a figure img {
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
	transition: all 0.45s ease-in-out;
}
.pickup_ec .item a:hover figure img {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
}
.pickup_ec .item a:hover figure span img  {
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.pickup_ec {
	padding: 30px 20px 0;
}
.pickup_ec h3,
.common .pickup_ec h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
.pickup_ec .items {
	padding-right: 20px;
}
.pickup_ec .item {
	float: left;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.pickup_ec .item:last-child {
	margin-right: -20px;
}
.pickup_ec .item:nth-child(even) {
	margin-right: -20px;
}
.pickup_ec .item:nth-child(2n+1) {
	clear: both;
}
.pickup_ec .item figure {
	display: inline-block;
}
.pickup_ec.pickup01 .item figure {
	padding-top: 30px;
}
.pickup_ec .item figure span img {
	width: 29px;
	height: 29px;
}
} /*/@media*/

/* .pickup_item ピックアップ商品
------------------------------------------------*/
.pickup_item {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 10px;
}
.common .pickup_item {
	padding: 20px 0;
}
.pickup_item h3,
.common .pickup_item h3 {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	border-left: none;
}
.pickup_item .items,
.item_list .items {
	padding-right: 180px;
}
.pickup_item .item,
.item_list .item {
	float: left;
	width: 20%;
	margin-right: 45px;
	margin-bottom: 40px;
}
.pickup_item .item:nth-child(5n),
.item_list .item:nth-child(5n) {
	margin-right: -180px;
}
.pickup_item .item:nth-child(5n+1),
.item_list .item:nth-child(5n+1) {
	clear: both;
}
.pickup_item .item a,
.item_list .item a {
	text-decoration: none;
	color: #3F332C;
	display: block;
}
.pickup_item .item figure,
.item_list .item figure {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	height: 216px;
	width: 100%;
	vertical-align: middle;
}
.pickup_item .item figure img,
.item_list .item figure img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.pickup_item .item figure span,
.item_list .item figure span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.pickup_item .item figure span img,
.item_list .item figure span img {
	width: 64px;
	height: 64px;
	position: initial;
	left: inherit;
	top: inherit;
	-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
}
.pickup_item .item figure span:nth-child(1),
.pickup_item .item figure span:nth-child(2),
.pickup_item .item figure span:nth-child(3) {
	top: 0;
	left: 10px;
}
.pickup_item .item figure span:nth-child(4),
.pickup_item .item figure span:nth-child(5) {
	top: 5px;
	left: 5px;
}
.pickup_item .item h4,
.common .pickup_item .item h4,
.common .item_list .item h4 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #3F332C;
	line-height: 1.8;
}
.pickup_item .item p,
.common .pickup_item .item p,
.common .item_list .item p {
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}




/* Desktop ****************************/
@media print, screen and (max-width: 1200px){
.pickup_item .items,
.item_list .items {
	padding-right: 120px;
}
.pickup_item .item,
.item_list .item {
	float: left;
	width: 20%;
	margin-right: 30px;
	margin-bottom: 40px;
}
.pickup_item .item:nth-child(5n),
.item_list .item:nth-child(5n) {
	margin-right: -120px;
}
}



/* Desktop ****************************/
@media print, screen and (max-width: 1000px){
.item_list .item {
	float: left;
	width: 25%;
	margin-right: 45px;
	margin-bottom: 40px;
}
.item_list .items {
	padding-right: 135px;
}
.item_list .item:nth-child(5n) {
	margin-right: 45px;
}
.item_list .item:nth-child(5n+1) {
	clear: none;
}
.item_list .item:nth-child(4n) {
	margin-right: -135px;
}
.item_list .item:nth-child(4n+1) {
	clear: both;
}
.pickup_item .item figure,
.item_list .item figure {
	height: 200px;
}
}
/* Desktop ****************************/
@media print, screen and (max-width: 950px){
.pickup_item .item figure,
.item_list .item figure {
	height: 185px;
}
}
/* Desktop ****************************/
@media print, screen and (max-width: 850px){
.pickup_item .item figure,
.item_list .item figure {
	height: 180px;
}
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.pickup_item .item a figure img,
.item_list .item a figure img {
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
	transition: all 0.45s ease-in-out;
}
.pickup_item .item a:hover figure img,
.item_list .item a:hover figure img {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
}
.pickup_item .item a:hover figure span img,
.item_list .item a:hover figure span img {
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.pickup_item {
	padding: 30px 20px;
}
.common .pickup_item {
	padding: 0;
}
.pickup_item h3,
.common .pickup_item h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
.pickup_item .items,
.item_list .items {
	padding-right: 20px;
}
.pickup_item .item,
.item_list .item {
	width: 50%;
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.pickup_item .item:nth-child(5n),
.item_list .item:nth-child(5n),
.pickup_item .item:nth-child(4n),
.item_list .item:nth-child(4n) {
	margin-right: 20px;
}
.pickup_item .item:nth-child(even),
.item_list .item:nth-child(even) {
	margin-right: -20px;
}
.pickup_item .item:nth-child(5n+1),
.item_list .item:nth-child(5n+1),
.pickup_item .item:nth-child(4n+1),
.item_list .item:nth-child(4n+1) {
	clear: none;
}
.pickup_item .item:nth-child(2n+1),
.item_list .item:nth-child(2n+1) {
	clear: both;
}
.pickup_item .item figure,
.item_list .item figure {
	height: 180px;
}
.pickup_item .item figure span img {
	width: 29px;
	height: 29px;
}
.item_list .item figure span img {
	width: 56px;
	height: 56px;
}
} /*/@media*/

/* .pickup_bnr ピックアップバナー
------------------------------------------------*/
.pickup_bnr ul {
	padding-right: 30px;
}
.pickup_bnr li {
	float: left;
	width: 25%;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.pickup_bnr li:nth-child(4n) {
	margin-right: -30px;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.pickup_bnr {
	padding: 0;
}
.pickup_bnr ul {
	padding-right: 12px;
}
.pickup_bnr li {
	float: left;
	width: 50%;
	margin-right: 12px;
}
.pickup_bnr li:nth-child(even) {
	margin-right: -12px;
}
} /*/@media*/

/* .pickup_cont ピックアップコンテンツ
------------------------------------------------*/
.pickup_cont {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 10px;
}
.pickup_cont h3 {
	margin-bottom: 20px;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
}
.pickup_cont h3 em {
	font-weight: bold;
	color: #399913;
}
.pickup_cont .items {
	padding-right: 30px;
}
.pickup_cont .item {
	float: left;
	width: 25%;
	margin-right: 10px;
	margin-bottom: 40px;
}
.pickup_cont .item:nth-child(4n) {
	margin-right: -30px;
}
.pickup_cont .item a {
	text-decoration: none;
	display: block;
}
.pickup_cont .item figure {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.pickup_cont .item figure span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.pickup_cont .item figure figcaption {
	padding: 8px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	background-color: #888;
	display: block;
}
.pickup_cont .item figure figcaption:before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	padding-right: 0.5em;
}
.pickup_cont .item figure figcaption.not_yet {
	background-color: #ED7636;
}
.pickup_cont .item figure figcaption.done {
	background-color: #888;
}
.pickup_cont .item h4,
.common .pickup_cont .item h4 {
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #3F342D;
}
.pickup_cont .item h4 .mem_only,
.common .pickup_cont .item h4 .mem_only {
	margin-right: 10px;
	padding: 2px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #FFF;
	background-color: #507634;
	display: inline-block;
}
.pickup_cont .item h4 .new,
.common .pickup_cont .item h4 .new {
	padding-left: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ED7636;
}
.pickup_cont .item p,
.common .pickup_cont .item p {
	margin-bottom: 5px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #3F342D;
	line-height: 1.2;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.pickup_cont .item a figure img {
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
	transition: all 0.45s ease-in-out;
}
.pickup_cont .item a:hover figure img {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.pickup_cont .item figure figcaption {
	padding: 5px 0;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.pickup_cont {
	padding: 30px 20px;
}
.pickup_cont h3 {
	font-size: 26px;
	font-size: 2.6rem;
}
.pickup_cont .items {
	padding-right: 10px;
}
.pickup_cont .item {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	text-align: center;
}
.pickup_cont .item:nth-child(4n) {
	margin-right: 10px;
}
.pickup_cont .item:nth-child(even) {
	margin-right: -10px;
}
.pickup_cont .item:nth-child(2n+1) {
	clear: both;
}
.pickup_cont .item figure {
	display: inline-block;
}
.pickup_cont .item figure span img {
	width: 67px;
	height: 58px;
}
.pickup_cont .item figure figcaption {
	font-size: 13px;
	font-size: 1.3rem;
}
.pickup_cont .item h4,
.common .pickup_cont .item h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
.pickup_cont .item h4 .mem_only,
.common .pickup_cont .item h4 .mem_only {
	padding: 2px 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
.pickup_cont .item h4 .new,
.common .pickup_cont .item h4 .new {
	padding-left: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.pickup_cont .item p,
.common .pickup_cont .item p {
	font-size: 14px;
	font-size: 1.4rem;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.pickup_cont .item h4 .mem_only,
.common .pickup_cont .item h4 .mem_only {
	margin-right: 0;
	margin-bottom: 5px;
	text-align: center;
	display: block;
}
} /*/@media*/

/* .entry 新規会員登録導線
------------------------------------------------*/
.top .entry {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 10px;
}
.top .entry h2 {
	margin-bottom: 10px;
	text-align: center;
}
.top .entry .common_btn {
	width: 380px;
	margin: 0 auto;
}
.top .entry .common_btn a {
		padding: 25px 10px;
	font-size: 30px;
	font-size: 3.0rem;
}
.top .entry .common_btn a:before {
	content: "";
	padding-right: 0;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.top .entry {
	padding: 30px 20px;
}
.top .entry h2 {
	margin-left: -15px;
	margin-right: -15px;
}
.top .entry .common_btn {
	width: 90%;
}
.top .entry .common_btn a {
		padding: 15px 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.top .entry .common_btn {
	width: 100%;
}
} /*/@media*/

/*----------------------------------------------------------
/* .entry 新規会員登録
----------------------------------------------------------*/
.entry .common_btn.top {
	position: absolute;
	top: -80px;
	right: 10px;
}
.entry .step_img {
	margin-bottom: 60px;
	text-align: center;
}
.rule_box {
	width: 100%;
	margin-top: -20px;
	margin-bottom: 60px;
	padding: 20px 20px 10px;
	border: 1px solid #D9CFBD;
}
.rule_box em {
	font-weight: bold;
}
.rule_box .check {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.rule_box .radio,
.rule_box .checkbox {
	padding-left: 35px;
	display: block;
}
.rule_box .err {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.entry .common_btn.top {
	position: static;
}
.entry .step_img {
	margin-bottom: 20px;
}
.rule_box {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 10px 10px 0;
}
.rule_box .check {
	font-size: 14px;
	font-size: 1.4rem;
}
.rule_box .err {
	margin-bottom: 20px;
}
} /*/@media*/

/*----------------------------------------------------------
/* .login ログイン
----------------------------------------------------------*/
.login .box01 {
	float: left;
	width: 47.3469%;
}
.login .box02 {
	float: right;
	width: 47.3469%;
}
.login dl {
	padding: 8px 30px 18px 12px;
	background-color: #EEECE7;
}
.login dt {
	font-weight: normal;
}
.login dd {
	padding-left: 120px;
}
.login .common_btn {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
.login .box01 .common_btn {
	padding-top: 10px;
}
.login .box02 .common_btn {
	padding-top: 20px;
}
.login .link01 {
	clear: both;
	text-align: right;
}

@media print, screen and (max-width: 1000px){
.common .login .login_tbl {
	width: 100%;
	margin-bottom: 30px;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.login .box01 {
	float: none;
	width: auto;
	margin-bottom: 40px;
}
.login .box02 {
	float: none;
	width: auto;
}
.login dl {
	padding: 15px;
}
.login dd {
	padding-left: 20%;
}
.common .login .login_tbl {
	width: 90%;
}
.login .common_btn {
	float: none;
	width: 90%;
}
.login .box01 .common_btn {
	padding-top: 0;
}
.login .box02 .common_btn {
	padding-top: 0;
}
.login .link01 {
	text-align: center;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.login dd {
	padding-left: 0;
}
.common .login .login_tbl {
	width: 100%;
	margin-bottom: 30px;
}
.login .common_btn {
	width: 100%;
}
} /*/@media*/

/*----------------------------------------------------------
/* .mypage マイページ
----------------------------------------------------------*/
.mypage .items {
	padding-right: 60px;
}
.mypage .item {
	float: left;
	width: 25%;
	margin-right: 20px;
	margin-bottom: 30px;
	border: 1px solid #EEECE7;
}
.mypage .item:nth-child(4n) {
	margin-right: -60px;
}
.mypage .item:nth-child(4n+1) {
	clear: both;
}
.mypage .item a {
	padding: 20px 10px;
	color: #3F332C;
	text-decoration: none;
	display: block;
}
.mypage .item figure {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}
.mypage .item figure span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.mypage .item h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
	color: #3F332C;
}
.mypage .item p {
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	color: #3F332C;
}
.mypage .link01 {
	text-align: center;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.mypage .item a img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
}
.mypage .item a:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
} /*/@media*/

@media print, screen and (max-width: 980px){
.common .mypage h2.line span {
	padding-left: 17%;
	padding-right: 17%;
}
.common .mypage h2.line span:before,
.common .mypage h2.line span:after{
	width: 15%;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .mypage h2.line span {
	padding-left: 22%;
	padding-right: 22%;
}
.common .mypage h2.line span:before,
.common .mypage h2.line span:after{
	width: 20%;
}
.mypage .items {
	padding-right: 10px;
}
.mypage .item {
	float: left;
	width: 50%;
	margin-right: 10px;
	margin-bottom: 20px;
}
.mypage .item:nth-child(4n) {
	margin-right: -10px;
}
.mypage .item:nth-child(2n) {
	margin-right: -10px;
}
.mypage .item:nth-child(even) {
	margin-right: -10px;
}
.mypage .item:nth-child(2n+1) {
	clear: both;
}
.mypage .item a {
	padding: 10px;
}
.mypage .item figure img {
	max-width: 30%;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.common .mypage h2.line span {
	padding-left: 17%;
	padding-right: 17%;
}
.common .mypage h2.line span:before,
.common .mypage h2.line span:after{
	width: 15%;
}
.mypage .item figure img {
	max-width: 50%;
}
} /*/@media*/

/* .sub_menu サブメニュー
------------------------------------------------*/
.sub_menu {
	margin-top: 55px;
	padding: 0 10px;
}
.contents .sub_menu h2 {
	margin-bottom: 10px;
	padding: 12px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	background-color: #5B8734;
	border-bottom: none;
}
.sub_menu li {
	margin-bottom: 10px;
}
.contents .sub_menu li a {
	padding: 10px 0 10px 50px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #3F332C;
	background-repeat: no-repeat;
	background-position: 5px center;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	-o-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
	display: block;
}
.sub_menu li.member_sm a { background-image: url(../img/mypage_ico01.png) }
.sub_menu li.mail_sm a { background-image: url(../img/mypage_ico02.png) }
.sub_menu li.point_sm a { background-image: url(../img/mypage_ico03.png) }
.sub_menu li.cart_sm a { background-image: url(../img/mypage_ico04.png) }
.sub_menu li.history_sm a { background-image: url(../img/mypage_ico05.png) }
.sub_menu li.survey_sm a { background-image: url(../img/mypage_ico06.png) }
.sub_menu li.letter_sm a { background-image: url(../img/mypage_ico07.png) }
.sub_menu li.unsubscribe_sm a { background-image: url(../img/mypage_ico08.png) }

.contents .sub_menu li a:hover {
	color: #3F332C;
}

/* PC用 *******************************/
@media print, screen and (min-width: 768px){
.contents .sub_menu li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.contents .sub_menu li a:hover {
	background-color: #EDF4C1;
}
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width: 767px){
.sub_menu {
	margin-top: 40px;
	padding: 0 20px;
}
.sub_menu li {
	float: left;
	width: 50%;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.sub_menu li {
	float: none;
	width: 100%;
}
} /*/@media*/

/*----------------------------------------------------------
/* .save_point ポイントを貯める
/* .select_item 交換商品を選ぶ
/* .enjoy_cont コンテンツを楽しむ
----------------------------------------------------------*/
.common .save_point h2.img,
.common .select_item h2.img,
.common .enjoy_cont h2.img {
	clear: both;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
	border-bottom: none;
}
.common .save_point .lead_txt,
.common .select_item .lead_txt,
.common .enjoy_cont .lead_txt {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.common .save_point .news {
	padding: 0 0 40px;
}
.common .select_item .news {
	margin-bottom: 0;
	padding: 40px 0;
}
.common .save_point .pickup_cont,
.common .select_item .pickup_cont,
.common .enjoy_cont .pickup_cont {
	padding: 30px 0;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.common .save_point .bg01 {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-left: 10px;
	padding-right: 10px;
}
.common .save_point .bg02 {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-left: 10px;
	padding-right: 10px;
}
.common .select_item .bg01 {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-left: 10px;
	padding-right: 10px;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .save_point .bg01 {
	margin-left: -20px;
	margin-right: -20px;
}
.common .save_point .bg02 {
	margin-left: -20px;
	margin-right: -20px;
}
.common .select_item .bg01 {
	margin-left: -20px;
	margin-right: -20px;
}
.common .save_point h2.img,
.common .select_item h2.img,
.common .enjoy_cont h2.img {
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.common .save_point .lead_txt,
.common .select_item .lead_txt,
.common .enjoy_cont .lead_txt {
	font-size: 16px;
	font-size: 1.6rem;
}
.common .save_point .news {
	padding: 0 0 40px;
}
.common .select_item .news {
	margin-bottom: 0;
	padding: 40px 0;
}
.common .save_point .pickup_cont,
.common .select_item .pickup_cont,
.common .enjoy_cont .pickup_cont {
	padding: 10px 0;
}
} /*/@media*/

/*----------------------------------------------------------
/* .help ヘルプ
----------------------------------------------------------*/
.help .items01 {
	margin: 0 70px;
	padding-right: 20px;
}
.help .items01 .item {
	float: left;
	width: 33.3333%;
	margin-right: 10px;
	margin-bottom: 40px;
}
.help .items01 .item:nth-child(1) { width: 32% }
.help .items01 .item:nth-child(2) { width: 32% }
.help .items01 .item:nth-child(3) { width: 36% }

.help .items01 .item:last-child {
	margin-right: -20px;
}
.help .items02 .items {
	padding-right: 30px;
}
.help .items02 .item {
	float: left;
	width: 25%;
	margin-right: 10px;
	margin-bottom: 40px;
}
.help .items02 .item:nth-child(1) { width: 26% }
.help .items02 .item:nth-child(2) { width: 26% }
.help .items02 .item:nth-child(3) { width: 32% }
.help .items02 .item:nth-child(4) { width: 16% }

.help .items02 .item:last-child {
	margin-right: -30px;
}
.help .item a {
	color: #3F332C;
	text-decoration: none;
	display: block;
}
.help .item figure {
	margin-bottom: 15px;
	text-align: center;
}
.help .item h4 {
	text-align: center;
}
.help .item h4 span {
	min-height: 25px;
	padding-left: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	color: #3F332C;
	background: url(../img/common_arw06.png) no-repeat left center;
	display: inline-block;
}
.help dt {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 10px 15px 55px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	background-color: #5B8734;
}
.help dt:before {
	position: absolute;
	top: 8px;
	left: 10px;
	content: "Q";
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #FFF;
}
.help dd {
	position: relative;
	margin-bottom: 40px;
	padding: 15px 10px 15px 55px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.help dd:before {
	position: absolute;
	top: 8px;
	left: 10px;
	content: "A";
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #B9D309;
}
.help dd a {
	padding: 5px 0;
	display: inline-block;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.help .item a img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
}
.help .item a:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
} /*/@media*/

@media print, screen and (max-width: 1000px){
.help .items01 {
	margin: 0;
}
.help .items01 .item:nth-child(1) { width: 33.3333% }
.help .items01 .item:nth-child(2) { width: 33.3333% }
.help .items01 .item:nth-child(3) { width: 33.3333% }

.help .items02 .item:nth-child(1) { width: 25% }
.help .items02 .item:nth-child(2) { width: 25% }
.help .items02 .item:nth-child(3) { width: 25% }
.help .items02 .item:nth-child(4) { width: 25% }
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.help .items01,
.help .items02 {
	padding-right: 10px;
	padding-bottom: 20px;
}
.help .items01 .item,
.help .items02 .item {
	float: left;
	width: 50% !important;
	margin-right: 10px;
	margin-bottom: 20px;
}
.help .items01 .item:last-child,
.help .items02 .item:last-child {
	margin-right: -10px;
}
.help .item:nth-child(even) {
	margin-right: -10px;
}
.help .item:nth-child(2n+1) {
	clear: both;
}
.help .item figure img {
	max-width: 40%;
}
.help .item h4 span {
	min-height: 20px;
	padding-left: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
}
.help dt {
	margin-bottom: 5px;
	padding: 10px 10px 10px 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.help dt:before {
	top: 5px;
	font-size: 24px;
	font-size: 2.4rem;
}
.help dd {
	margin-bottom: 20px;
	padding: 10px 10px 10px 40px;
	line-height: 1.6;
}
.help dd:before {
	top: 5px;
	font-size: 24px;
	font-size: 2.4rem;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.help .item figure img {
	max-width: 60%;
}
} /*/@media*/

/* 〇〇〇の流れ
------------------------------------------------*/
.help.guide .style01,
.help.guide  .style02 {
	position: relative;
	padding: 60px 0;
	background: url(../img/common_line02.png) no-repeat center bottom;
}
.help.guide  .style01:first-child {
	padding-top: 0;
}
.help.guide .last_box {
	padding-bottom: 0;
	background: none;
}
.help.guide  .box01 {
	position: absolute;
	top: 50%;
	width: 48.3673%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.help.guide  .style01 .box01 {
	left: 0;
}
.help.guide  .style02 .box01 {
	right: 0;
}
.help.guide  .box01 .num {
	float: left;
	margin-bottom: 20px;
	font-size: 100px;
	font-size: 10.0rem;
	font-weight: bold;
	line-height: 1.0;
}
.help.guide  .box02 {
	float: right;
	width: 66.4556%;
}
.common .help.guide  .box02 h3 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	font-size: 2.0rem;
	border-left: none;
}
.help.guide  figure {
	width: 48.3673%;
}
.help.guide  .style01 figure {
	float: right;
	text-align: right;
}
.help .style02 figure {
	float: left;
	text-align: left;
}

/* Desktop ****************************/
@media print, screen and (max-width: 1000px){
.help.guide  .box01 .num {
	font-size: 10vw;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.help.guide  .style01,
.help.guide  .style02 {
	padding: 40px 0;
}
.help.guide  .box01 {
	position: relative;
	width: auto;
	-webkit-transform: none;
	transform: none;
}
.help.guide  .box01 .num {
	float: none;
	margin-bottom: 10px;
	font-size: 50px;
	font-size: 5.0rem;
	text-align: center;
}
.help.guide  .box02 {
	float: none;
	width: 100%;
}
.common .help.guide  .box02 h3 {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.help.guide  .box02 p {
	text-align: center;
}
.help.guide  figure {
	width: auto;
}
.help.guide  .style01 figure {
	float: none;
	text-align: center;
}
.help.guide  .style02 figure {
	float: none;
	text-align: center;
}
} /*/@media*/

/*----------------------------------------------------------
/* .leave 退会手続き
----------------------------------------------------------*/
.leave .frame {
	margin-bottom: 20px;
	padding: 40px 40px 20px;
	border: 1px solid #EEECE7;
}
.common .leave h2.notice {
	padding: 0 0 0 60px;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	color: #B31D22;
	background: url(../img/leave_ico01.png) no-repeat left center;
	border: none;
}
.common .leave h3 {
	margin-bottom:5px;
	padding-left: 0;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: none;
}
.common .leave .txt01 {
	margin-bottom: 30px;
}
.common .leave .txt02 {
	margin-bottom: 60px;
}
.common .leave .txt03 {
	font-size: 16px;
	font-size: 1.6rem;
}
.common .leave .common_btn.wide01 {
	margin-left: 0;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.leave .frame {
	padding: 20px 20px 0;
}
.common .leave h2.notice {
	padding-left: 30px;
	font-size: 22px;
	font-size: 2.2rem;
	-moz-background-size: 26px 23px;
	-webkit-background-size: 26px 23px;
	-o-background-size: 26px 23px;
	-ms-background-size: 26px 23px;
	background-size: 26px 23px;
}
.common .leave .txt01 {
	margin-bottom: 20px;
}
.common .leave .txt02 {
	margin-bottom: 40px;
}
.common .leave .txt03 {
	font-size: 14px;
	font-size: 1.4rem;
}
.common .leave .common_btn.wide01 {
	margin-left: auto;
}
} /*/@media*/

/*----------------------------------------------------------
/* .privacy.policy 個人情報保護方針
/* .privacy.handling 個人情報のお取り扱いについて
----------------------------------------------------------*/
.privacy p,
.privacy ul,
.privacy ol,
.privacy dl {
	font-size: 16px;
	font-size: 1.6rem;
}
.privacy table {
	margin-bottom: 40px;
	line-height: 1.2;
}
.privacy table th,
.privacy table td {
	border: 1px solid #D9CFBD;
}
.privacy table th {
	text-align: left;
}
.privacy table  th span.num {
	padding-left: 2.0em;
	text-indent: -2.6em;
	display: block;
}
.privacy table td {
}
.privacy table thead th {
	padding: 20px 20px;
	text-align: center;
	background-color: #E2DFD8;
}
.privacy table tbody th,
.privacy table tbody td {
	padding: 15px 20px;
}
.privacy table tbody tr:nth-child(odd) {
	background-color: #FAF9F8;
}
.privacy table.browser_tbl tbody tr:nth-child(odd) {
	background-color: inherit;
}
.privacy table.browser_tbl .th_bg th {
	background-color: #E2DFD8;
	text-align: center;
}
.common .privacy h3 {
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 0;
	font-size: 20px;
	font-size: 2.0rem;
	border-left: none;
}
.privacy.policy p {
	margin-bottom: 40px;
}
.privacy.policy ol {
	margin-left: 20px;
}
.common .privacy.policy ol li {
	margin-bottom: 40px;
}
.privacy.handling .indent_box {
	padding-left: 20px;
}
.privacy.handling h2.simple {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
}
.privacy.handling p,
.privacy.handling dt {
	padding-left: 20px;
}
.privacy.handling ul,
.privacy.handling dd {
	padding-left: 40px;
}
.privacy.handling table {
	margin-left: -20px;
}
.privacy.handling p.num {
	padding-left: 40px;
	text-indent: -15px;
}
.privacy.handling p.rice {
	margin-top: -20px;
	padding-left: 40px;
	text-indent: -15px;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.privacy p,
.privacy ul,
.privacy ol,
.privacy dl {
	font-size: 14px;
	font-size: 1.4rem;
}
.privacy table {
	margin-bottom: 40px;
}
.privacy table thead th {
	padding: 15px 10px;
}
.privacy table tbody th,
.privacy table tbody td {
	padding: 10px 10px;
}
.common .privacy h3 {
	margin-bottom: 15px;
	padding-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
.privacy.policy p {
	margin-bottom: 20px;
}
.privacy.policy ol {
	margin-left: 0;
}
.common .privacy.policy ol li {
	margin-bottom: 20px;
}
.privacy.handling .indent_box {
	padding-left: 0;
}
.privacy.handling h2.simple {
	margin-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
}
.privacy.handling p,
.privacy.handling dt {
	padding-left: 0;
}
.privacy.handling ul {
	padding-left: 20px;
}
.privacy.handling dd {
	padding-left: 0;
}
.privacy.handling table {
	margin-left: 0;
}
.privacy.handling p.num {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.privacy.handling p.rice {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.privacy table col:nth-child(1) {
	width: 40% !important;
}
.privacy table col:nth-child(2) {
	width: 60% !important;
}
.privacy table th,
.privacy table td {
	border: 1px solid #D9CFBD;
	display: table-cell;
}
.privacy table th {
	text-align: left;
}
.privacy table thead th {
	padding: 15px 5px;
}
.privacy table tbody th,
.privacy table tbody td {
	padding: 10px 5px;
}
} /*/@media*/

/*----------------------------------------------------------
/* .news_list お知らせ一覧
----------------------------------------------------------*/
.common .news{
	margin-bottom: 0;
	padding: 0;
}
.common .imp_news {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 60px;
	padding: 0;
}
.common .news h2 {
	margin-bottom: 20px;
}
.common .imp_news h2 {
	margin-bottom: 0;
	padding: 8px 10px;
	font-size: 30px;
	font-size: 3.0rem;
	border: none;
}
.common .news ul {
	margin-bottom: 30px;
}
.common .news li a,
.common .imp_news li a {
	text-decoration: none;
	line-height: 1.2;
}
.common .news li span,
.common .imp_news li span {
	color: #3F332C;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .imp_news {
	margin-bottom: 30px;
}
.common .imp_news h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
} /*/@media*/

/*----------------------------------------------------------
/* .contact お問い合わせ
----------------------------------------------------------*/
.contact_b_box {
	border: 1px solid #D9CFBD;
	padding: 30px 30px 10px 30px;
	margin-bottom: 30px;
}
/* Phone ******************************/
@media only screen and (max-width: 767px){
.contact_b_box {
	padding: 20px 20px 10px 20px;
}
.contact textarea {
	height: 100px;
}
} /*/@media*/

/*----------------------------------------------------------
/* .maint メンテナンス
----------------------------------------------------------*/
.maint {
	padding: 60px 0;
}
.maint p {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.maint .maint_time {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 60px;
}
.maint .maint_time em {
	font-size: 30px;
	font-size: 3.0rem;
	color:#C00;
	font-weight: bold;
}
.maint dl {
	text-align: center;
}
.maint dt,
.maint dd {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.maint h1.center_txt {
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	font-size: 3.0rem;
}
/* Phone ******************************/
@media only screen and (max-width: 767px){
.maint {
	padding: 40px 0;
}
.maint p {
	font-size: 14px;
	font-size: 1.4rem;
}
.maint h1.center_txt {
	ont-size: 24px;
	font-size: 2.4rem;
}
}
@media only screen and (max-width: 543px){
.maint h1.center_txt {
	ont-size: 20px;
	font-size: 2.0rem;
}
.maint.closed p {
	text-align: left;
}
.maint dt,
.maint dd{
	margin-bottom: 0;
	line-height: 1.2;
}
} /*/@media*/

/*----------------------------------------------------------
/* .cart カート
----------------------------------------------------------*/
.cart .item_info p {
	margin-bottom: 0;
	line-height: 1.4;
}
.cart .item_info .box .num {
	margin-right: 10px;
	display: inline-block;
}
.cart .item_info .box ul {
	margin-bottom: 5px;
}
.cart .item_info .link01 {
	margin-bottom: 10px;
	text-align: left;
}
.cart .item_info .link02 a {
	text-decoration: none;
}
.cart .item_info .link02 a:hover {
	text-decoration: underline;
}
.item_info .item_tag li img {
	height: 18px;
}
.cart .box01 {
	float: left;
	width: 41.1224%;
}
.cart .box01 h3 {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 20px;
	font-size: 2.0rem;
	border-left: none;
}
.cart .box02 {
	float: right;
	width: 56.8367%;
}
.common table.list_tbl.cart01 td {
	line-height: 1.6;
}
.common table.list_tbl.cart01 td:nth-child(2),
.common table.list_tbl.cart01 td:nth-child(4) {
	text-align: right;
}
.common table.list_tbl.cart01.chk {
	margin-bottom: 0;
}
.common table.list_tbl.cart01.chk td:nth-child(3) {
	text-align: right;
}
.common table.cart02 td table {
	width: 100%;
}
.common table.cart02 td table th,
.common table.cart02 td table td {
	padding: 5px 0;
}

.common table.cart02 td table th {
	padding-right: 10px;
	text-align: right;
	line-height: 1.2;
}
.common table.cart02 td table th.none,
.common table.cart02 td table td.none {
	color: #B2ADAB;
}
.common table.cart03 th {
	background-color: #E2DFD8;
}
.common table.cart03 td {
	text-align: right;
}
.cart .note {
	margin-top: -50px;
	margin-bottom: 60px;
	text-align: right;
}
.cart .note.red { color: #B21D20; }

.cart .last_txt {
	font-weight: bold;
}
.cart .last_txt b {
	padding: 0 20px;
	font-size: 30px;
	font-size: 3.0rem;
	color: #597E3F;
}
.cart .select_pay li {
	margin-bottom: 10px;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.cart .box01 {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.cart .box01 h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
.cart .box02 {
	float: none;
	width: 100%;
}
.cart .note {
	margin-top: -20px;
	margin-bottom: 30px;
	text-align: center;
}
.cart .last_txt b {
	padding: 0 10px;
	font-size: 22px;
	font-size: 2.2rem;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.common table.list_tbl.cart01 td:nth-child(3) {
	text-align: right;
}
.common table.list_tbl.cart01 td:nth-child(2):before,
.common table.list_tbl.cart01 td:nth-child(3):before,
.common table.list_tbl.cart01 td:nth-child(4):before {
	content: attr(label)" :";
	font-weight: bold;
	text-align: left;
	display: block;
}
.common table.list_tbl.cart01 td table td:nth-child(2):before,
.common table.list_tbl.cart01.chk td:nth-child(1):before {
	content: "";
}
.common table.cart02 td table th,
.common table.cart02 td table td {
	display: block;
	text-align: left;
}
.common table.cart02 td table th {
	padding: 0;
}
} /*/@media*/

/*----------------------------------------------------------
/* .select_item 選ぶ
----------------------------------------------------------*/
.select_item .item_search {
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 10px;
	text-align: center;
	background-color: #EEECE7;
}
.item_search .box01 {
	float: left;
}
.select_item .item_search > .box01 {
	float: none;
	display: inline-block;
}
.item_search .box02 {
	float: right;
}
.select_wp {
	position: relative;
	float: left;
	background-color: #3F352E;
	border: 1px solid #DEDEDE;
	display: inline-block;
}
.select_wp::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border: none;
	border-bottom: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
select.category {
	position: relative;
	padding: 6px 40px 6px 10px;
	color: #FFF;
	background: transparent;
	border: none;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.category option {
	color:#3F332C;
}
select.category::-ms-expand {
		display: none;
}
.search_box {
	float: left;
	width: 375px;
	display: inline-block;
}
.search_btn {
	float: left;
	margin-right: 10px;
	display: inline-block;
}
.search_btn button,
.search_btn input[type=button],
.search_btn input[type=submit] {
	width: 100%;
	margin: 0 auto;
	padding: 6px 10px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	background-color: #3F352E;
	border: 1px solid #DEDEDE;
	display: block;
	cursor: pointer;
}
.power_search_btn {
	float: left;
	display: inline-block;
	cursor: pointer;
}
.power_search_btn button,
.power_search_btn input[type=button],
.power_search_btn input[type=submit] {
	padding: 10px 10px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #FFF;
	background-color: #5B8734;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.power_search_btn button:hover,
.power_search_btn input[type=button]:hover,
.power_search_btn input[type=submit]:hover {
	color: #FFF;
}
.acod_panel {
	clear: both;
	width: 770px;
	margin: 0 auto 40px;
	padding: 30px 80px 10px;
	background-color: #FFF;
	border: 1px solid #DCDCDC;
}
.select_item .item_search .acod_panel {
	margin-bottom: 30px;
}
.acod_panel .box01,
.acod_panel .box02 {
	float: none;
	padding: 0 20px;
}
.acod_panel hr {
	margin-bottom: 30px;
}
.acod_panel li {
	float: left;
	width: 33.3333%;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.acod_panel li .checkbox {
	padding-left: 30px;
}
.acod_panel h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #1F1310;
}
.acod_panel dl {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.acod_panel dt {
	clear: both;
	float: left;
	width: 15.0em;
	padding-top: 5px;
	text-align: right;
	display: block;
}
.acod_panel dd {
	margin: 2px 0 2px 16.0em;
	display: block;
}
.cat_list ul {
	padding-top: 40px;
	padding-right: 36px;
}
.cat_list li {
	float: left;
	width: 25%;
	margin-right: 12px;
	margin-bottom: 6px;
}
.cat_list li:nth-child(4n) {
	margin-right: -36px;
}
.cat_list li:nth-child(4n+1) {
	clear: both;
}
.cat_list li a {
	min-height: 60px;
	padding: 25px 10px 25px 110px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	color: #3F332C;
	background-color: #EEECE7;
	background-repeat: no-repeat;
	background-position: 15px center;
	display: block;
}
.cat_list li.fashion a { background-image: url(../img/category_ico01.png); }
.cat_list li.kitchen a { background-image: url(../img/category_ico02.png); }
.cat_list li.house_keeping a { background-image: url(../img/category_ico03.png); }
.cat_list li.interior a { background-image: url(../img/category_ico04.png); }
.cat_list li.home_electric a { background-image: url(../img/category_ico05.png); }
.cat_list li.health_beauty a { background-image: url(../img/category_ico06.png); }
.cat_list li.outdoor a { background-image: url(../img/category_ico07.png); }
.cat_list li.kids_baby a { background-image: url(../img/category_ico08.png); }
.cat_list li.game a { background-image: url(../img/category_ico09.png); }
.cat_list li.gourmet a { background-image: url(../img/category_ico10.png); }
.cat_list li.ticket a { background-image: url(../img/category_ico11.png); }
.cat_list li.point_exchange a { background-image: url(../img/category_ico12.png); }

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.search_btn button,
.search_btn input[type=button],
.search_btn input[type=submit],
.power_search_btn button,
.power_search_btn input[type=button],
.power_search_btn input[type=submit] {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.search_btn button:hover,
.search_btn input[type=button]:hover,
.search_btn input[type=submit]:hover,
.power_search_btn button:hover,
.power_search_btn input[type=button]:hover,
.power_search_btn input[type=submit]:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	filter:alpha(opacity=80);
}
.cat_list li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cat_list li a:hover {
	background-color: #F7F6F3;
}
} /*/@media*/

@media print, screen and (max-width: 1280px){
.cat_list li a {
	padding-left: 90px;
	font-size: 16px;
	font-size: 1.6rem;
	background-position: 10px center;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.search_box {
	width: 330px;
}
.acod_panel {
	width: 90%;
}
.cat_list ul {
	padding-right: 24px;
}
.cat_list li {
	width: 33.3333%;
}
.cat_list li:nth-child(4n) {
	margin-right: 12px;
}
.cat_list li:nth-child(4n+1) {
	clear: none;
}
.cat_list li:nth-child(3n) {
	margin-right: -24px;
}
.cat_list li:nth-child(3n+1) {
	clear: both;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.select_item .item_search {
	padding: 20px 10px 0;
}
.item_search .box01 {
	float: none;
	width: 100%;
}
.common .select_wp {
	float: none;
	margin-bottom: 0;
}
.select_wp,
select.category {
	width: 100%;
	margin-bottom: 0;
}
.common .search_box {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.power_search_btn {
	float: none;
	width: 90%;
	margin: 0 auto;
	display: block;
}
.power_search_btn button,
.power_search_btn input[type=button],
.power_search_btn input[type=submit] {
	width: 100%;
}
.acod_panel {
	width: 100%;
	padding: 20px 20px 10px;
	margin-bottom: 10px;
}
.select_item .item_search .acod_panel {
	margin-bottom: 20px;
}
.acod_panel .box01,
.acod_panel .box02 {
	padding: 0;
}
.acod_panel ul {
	margin-bottom: 10px;
}
.acod_panel li {
	width: 50%;
	font-size: 14px;
	font-size: 1.4rem;
}
.acod_panel hr {
	margin-bottom: 20px;
}
.acod_panel h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}
.acod_panel p {
	margin-bottom: 10px;
}
.acod_panel dl {
	margin-bottom:10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.acod_panel dt {
	float: none;
	width: auto;
	padding-top: 0;
	text-align: left;
}
.acod_panel dd {
	margin: 0 0 10px;
}
.cat_list ul {
	padding-top: 20px;
	padding-right: 12px;
}
.cat_list li {
	width: 50%;
}
.cat_list li:nth-child(3n) {
	margin-right: 12px;
}
.cat_list li:nth-child(3n+1) {
	clear: none;
}
.cat_list li:nth-child(2n) {
	margin-right: -12px;
}
.cat_list li:nth-child(2n+1) {
	clear: both;
}
.cat_list li a {
	min-height: 40px;
	padding: 20px 5px 20px 65px;
	font-size: 15px;
	font-size: 1.5rem;
	background-position: 10px center;
	-moz-background-size: 50px 40px;
	-webkit-background-size: 50px 40px;
	-o-background-size: 50px 40px;
	-ms-background-size: 50px 40px;
	background-size: 50px 40px;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.power_search_btn {
	width: 100%;
}
.search_box input::-webkit-input-placeholder {
	font-size: 12px;
}
.search_box input:-moz-placeholder {
	font-size: 12px;
}
.search_box input::-moz-placeholder {
	font-size: 12px;
}
.search_box input:-ms-input-placeholder {
	font-size: 12px;
}
} /*/@media*/

@media only screen and (max-width: 480px){
.cat_list ul {
	padding-right: 0;
}
.cat_list li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.cat_list li:nth-child(2n) {
	margin-right: 0;
}
.cat_list li:nth-child(2n+1) {
	clear: both;
}
.cat_list li a {
	padding-top: 15px;
	padding-bottom: 15px;
}
} /*/@media*/

/* .category 交換商品カテゴリ
------------------------------------------------*/
.alignment_sequence {
	padding-top: 5px;
	display: inline-block;
}
.alignment_sequence span {
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.search_radio {
	position: relative;
	min-width: 90px;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	color: #5A8633;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
input[type=radio]:checked + .search_radio {
	color: #FFF;
	background-color: #5B8734;
}
.category .item_tag {
	margin-right: -30px;
}
.category .item_tag li {
	width: 42%;
	margin-right: 2%;
}


/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .alignment_sequence {
	margin-bottom: 10px;
}
.alignment_sequence span {
	font-size: 14px;
	font-size: 1.4rem;
}
.category .item_tag {
	margin-right: -20px;
}

.category .item_tag li {
	width: auto;
	margin-right: 1%;
	text-align:left;
}

} /*/@media*/


/* Phone ******************************/
@media only screen and (max-width: 480px){
.category .item_tag li {
	width: 48%;
}

} /*/@media*/

/*----------------------------------------------------------
/* .item_detail 商品詳細
----------------------------------------------------------*/
.item_detail .item_box {
	max-width: 1280px;
	margin: 0 auto;
}
.item_detail .item_img {
	float: left;
	width: 515px;
}
.item_detail .item_txt {
	float: right;
	width: 100%;
	margin-left: -615px;
	padding-left: 615px;
}
.item_main_img {
	position: relative;
	margin: 0 auto;
	width: 515px;
	height: 515px;
	border: 1px solid #EEECE7;
	overflow: hidden;
	cursor: pointer;
}
.item_main_img span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.item_main_img ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 515px;
	overflow: hidden;
}
.item_main_img ul li {
	position: relative;
	float: left;
	width: 515px;
	height: 515px;
	text-align: center;
	vertical-align: middle;
	display: inline;
	overflow: hidden;
}
.item_main_img ul li img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.item_tmb_img {
	width: 515px;
	height: 96px;
	margin: 10px auto 0;
	text-align: center;
}
.item_tmb_img ul {
	width: 515px;
	height: 96px;
}
.item_tmb_img ul li {
	position: relative;
	float: left;
	width: 96px;
	height: 96px;
	text-align: center;
	margin-right: 8.75px;
	vertical-align: middle;
	display: inline;
	cursor: pointer;
}
.item_tmb_img ul li img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.item_tmb_img ul li:last-child {
	margin-right: 0;
}
.item_tmb_img ul li.active {
	position: relative;
	border: 3px solid #EE7933;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
.item_tmb_img ul li.active:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #EE7933;
	display: block;
}
.item_detail .item_txt .num {
	margin-bottom: 5px;
	line-height: 1.2;
}
.item_detail .item_txt h2 {
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: left;
	line-height: 1.4;
}
.item_detail .item_txt h2 .tit_tag {
	padding-left: 10px;
	font-size: 0;
	font-weight: normal;
	line-height: 1.0;
	border-left: none;
	display: inline;
}
.item_detail .item_txt h2 .tit_tag img {
	width: 105px;
	height: 25px;
	padding-top: 3px;
}
.item_detail .item_txt .stock {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	color: #507634;
}
.item_detail .item_tag {
	margin-bottom: 10px;
}
.item_detail .item_tag li {
	float: left;
	margin-right: 9px;
	margin-bottom: 4px;
	padding: 0;
	font-size: 0;
	display: block;
}
.item_detail .item_txt .item_tbl {
	margin-bottom: 20px;
	line-height: 1.2;
	border-collapse: separate;
	border-spacing: 0 4px;
}
.item_detail .item_txt .item_tbl th,
.item_detail .item_txt .item_tbl td {
	vertical-align: middle;
	background-color: #F7F5F2;
	border: none;
}
.item_detail .item_txt .item_tbl th {
	padding: 10px 40px;
	text-align: left;
}
.item_detail .item_txt .item_tbl td {
	padding: 10px 20px;
	text-align: right;
}
.item_detail .item_txt .item_tbl tfoot th,
.item_detail .item_txt .item_tbl tfoot td {
	border-top: 4px solid #FFF;
	background-color: #EEECE7;
}
.item_detail .item_txt .item_tbl tfoot td {
	padding: 20px 20px;
	text-align: center;
}
.item_detail .item_txt .item_tbl .switch02 {
	display: none;
}
.item_detail .item_txt .item_tbl span:after {
	content: "→";
	padding-left: 1.0em;
}
.item_detail .item_txt .item_tbl tfoot span:after {
	content: "";
	padding-left: 0;
}
.item_detail .item_txt .item_tbl tfoot select {
	width: 70px;
	text-align: center;
}
.item_detail .item_txt .item_tbl b.red {
	font-size: 22px;
	font-size: 2.2rem;
	color: #E50012;
}
.item_detail .item_txt .item_tbl i {
	padding-left: 1.0em;
	display: inline-block;
}
.item_detail .item_txt hr {
	margin-bottom: 20px;
}
.item_detail .brand_desc figure {
	width: 37.2093%;
	padding-right: 3.8759%;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.item_detail .brand_desc .box {
	width: 58.9147%;
	vertical-align: middle;
	display: table-cell;
}
.item_detail .brand_desc .box p {
	font-size: 14px;
	font-size: 1.4rem;
}
.common .item_detail h3 {
	padding-top: 60px;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: left;
}
.common .item_detail h3.float {
	float: left;
}
.item_detail .txt_box {
	float: right;
	width: 100%;
	margin-left: -160px;
	margin-bottom: 0px;
	padding-top: 60px;
	padding-left: 160px;
}
.item_detail .items {
	padding-right: 78px;
}

.item_detail .items .item figure {
		position: relative;
		margin-bottom: 10px;
		text-align: center;
		height: 295px;
		width: 100%;
		vertical-align: middle;
}
.item_detail .items .item figure img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.item_detail .item {
	float: left;
	width: 25%;
	margin-right: 26px;
}
.item_detail .item:nth-child(4n) {
	margin-right: -78px;
}
.item_detail .item figure {
	margin-bottom: 20px;
}
.item_detail .tag_box {
	margin-bottom: 10px;
}
.item_detail .spec_tag {
	margin-bottom: 10px;
	padding-right: 45px;
}
.item_detail .spec_tag li {
	float: left;
	width: 10%;
	font-size: 0;
	margin-right: 5px;
	margin-bottom: 4px;
	display: block;
}
.item_detail .spec_tag li:nth-child(10n) {
	margin-right: -45px;
}
.carousel {
	max-width: 980px;
	margin: 0 auto;
}
.carousel img {
	width: 100%;
	height: auto;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
	content: "";
}
.carousel .slick-prev,
.carousel .slick-next {
	width: 35px;
	height: 35px;
	margin-top: -17px;
}
.carousel .slick-next {
	right: -60px;
	z-index: 100;
	background: url(../img/slider_next.png) no-repeat;
}
.carousel .slick-prev {
	left: -60px;
	z-index: 100;
	background: url(../img/slider_prev.png) no-repeat;
}
.carousel li {
	margin: 0 10px;
}
.carousel figure {
	margin-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	height: 214px;
	width: 100%;
	vertical-align: middle;
}
.carousel figure img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.carousel .name {
	margin-bottom: 10px;
	line-height: 1.4;
}
.carousel .point {
	margin-bottom: 0;
	line-height: 1.4;
}
.customer_voice {
	margin-bottom: 20px;
}
.customer_voice figure {
	float: left;
	width: 200px;
}
.customer_voice figure figcaption {
	padding-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	display: block;
}
.customer_voice .box {
	float: left;
	width: 100%;
	margin-left: -200px;
}
.customer_voice .balloon {
	position: relative;
	margin-left: 200px;
	padding: 30px 40px 10px;
	color: #555;
	background: #FFF;
	border: 1px solid #D9CFBD;
}
.customer_voice .balloon::before{
	content: "";
	position: absolute;
	top: 40px;
	left: -20px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 20px solid #D9CFBD;
	border-bottom: 10px solid transparent;
	display: block;
}
.customer_voice .balloon:after{
	content: "";
	position: absolute;
	top: 40px;
	left: -18px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 20px solid #FFF;
	border-bottom: 10px solid transparent;
	display: block;
}
.item_detail .free_txt_box {
	margin-bottom: 20px;
	padding: 30px 40px 10px;
	background-color: #F7F5F2;
	border: 1px solid #D9CFBD;
}

@media print, screen and (max-width: 1280px){
.item_detail .item_img {
	width: 515px;
}
.item_detail .item_txt {
	margin-left: -565px;
	padding-left: 565px;
}
.item_detail .item_txt .item_tbl th {
	padding: 10px 20px;
}
.item_detail .item_txt .item_tbl td {
	padding: 10px 10px;
}
.carousel .slick-next {
	right: 0;
}
.carousel .slick-prev {
	left: 0;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.item_detail .item_img {
	width: 280px;
}
.item_detail .item_txt {
	margin-left: -300px;
	padding-left: 300px;
}
.item_main_img {
	width: 280px;
	height: 280px;
}
.item_main_img span {
	width: 80px;
	height: 80px;
}
.item_main_img ul {
	height: 280px;
}
.item_main_img ul li {
	width: 280px;
	height: 280px;
}
.item_tmb_img {
	width: 280px;
	height: 54px;
}
.item_tmb_img ul {
	width: 300px;
	height: 54px;
}
.item_tmb_img ul li {
	width: 54px;
	height: 54px;
	margin-right: 2.5px;
}
.item_tmb_img ul li.active {
	border-width: 2px;
}
.item_tmb_img ul li.active:before {
	top: -8px;
	margin-left: -8px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
}
.item_detail .spec_tag {
	padding-right: 35px;
}
.item_detail .spec_tag li {
	width: 12.5%;
}
.item_detail .spec_tag li:nth-child(10n) {
	margin-right: 5px;
}
.item_detail .spec_tag li:nth-child(8n) {
	margin-right: -35px;
}
.customer_voice figure {
	width: 180px;
}
.customer_voice figure img {
	max-width: 80%;
}
.customer_voice figure figcaption {
	font-size: 14px;
	font-size: 1.4rem;
}
.customer_voice .box {
	margin-left: -180px;
}
.customer_voice .balloon {
	margin-left: 180px;
	padding: 20px 20px 0;
}
.item_detail .free_txt_box {
	padding: 20px 20px 0;
}
.item_detail .items .item figure {
		height: 200px;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.item_detail .item_img {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.item_detail .item_txt {
	float: none;
	margin-left: 0;
	padding-left: 0;
}
.item_main_img span {
	width: 60px;
	height: 60px;
}
.item_detail .item_txt h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
.item_detail .item_txt h2 .tit_tag {
	padding-left: 5px;
}
.item_detail .item_txt h2 .tit_tag img {
	width: 100px;
	height: 22px;
	padding-top: 2px;
}
.item_detail .item_txt .stock {
	font-size: 16px;
	font-size: 1.6rem;
}
.item_detail .item_tag li {
	margin-right: 5px;
}
.item_detail .item_tag li img {
	width: 100px;
	height: 20px;
}
.common .item_detail h3 {
	padding-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
.common .item_detail h3.float {
	float: none;
}
.item_detail .txt_box {
	float: none;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}
.item_detail .items {
	padding-right: 20px;
}

.item_detail .item {
	width: 50%;
	margin-right: 20px;
}
.item_detail .item:last-child {
	margin-right: 20px;
}
.item_detail .item:nth-child(4n) {
	margin-right: 0;
}
.item_detail .item:nth-child(2n) {
	margin-right: -20px;
}
.item_detail .item figure {
	margin-bottom: 10px;
}
.item_detail .spec_tag {
	padding-right: 25px;
}
.item_detail .spec_tag li {
	width: 16.6666%;
}
.item_detail .spec_tag li:nth-child(8n) {
	margin-right: 5px;
}
.item_detail .spec_tag li:nth-child(6n) {
	margin-right: -25px;
}
.carousel {
	margin: 0 20px;
}
.carousel figure {
	height: 160px;
}
.carousel .slick-prev,
.carousel .slick-next {
	width: 25px;
	height: 25px;
	margin-top: -12px;
}
.carousel .slick-next {
	right: -20px;
	-moz-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-ms-background-size: 25px 25px;
	background-size: 25px 25px;
}
.carousel .slick-prev {
	left: -20px;
	-moz-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-ms-background-size: 25px 25px;
	background-size: 25px 25px;
}
.customer_voice figure {
	width: 140px;
}
.customer_voice .box {
	margin-left: -140px;
}
.customer_voice .balloon {
	margin-left: 140px;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.item_detail .item_txt h2 .tit_tag {
}
.item_detail .item_txt h2 .tit_tag img {
	width: 90px;
	height: 21px;
	padding-top: 3px;
}
.item_detail .item_tag li img {
	width: 90px;
	height: 18px;
}
.item_detail .item_txt .item_tbl {
	border-bottom: none;
}
.item_detail .item_txt .item_tbl th {
	padding: 10px 10px 5px;
}
.item_detail .item_txt .item_tbl td {
	padding: 0 10px 10px;
}
.item_detail .item_txt .item_tbl tfoot th,
.item_detail .item_txt .item_tbl tfoot td {
	padding: 10px 10px;
	text-align: center;
}
.item_detail .item_txt .item_tbl .switch01 {
	display: none;
}
.item_detail .item_txt .item_tbl .switch02 {
	display: inline;
}
.item_detail .item_txt .item_tbl th br {
	display: none;
}
.item_detail .item_txt .item_tbl span:after {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.item_detail .item_txt .item_tbl tfoot span:after {
	padding-right: 0;
}
.item_detail .item_txt .item_tbl tfoot select {
	width: 50%;
}
.item_detail .item_txt .item_tbl b.red {
	font-size: 18px;
	font-size: 1.8rem;
}
.item_detail .item_txt .item_tbl i {
	padding-left: 0.5em;
}
.item_detail .brand_desc figure {
	width: auto;
	max-width: 60%;
	margin: 0 auto;
	padding-right: 0;
	padding-bottom: 10px;
	display: block;
}
.item_detail .brand_desc .box {
	width: auto;
	display: block;
}
.item_detail .spec_tag {
	padding-right: 15px;
}
.item_detail .spec_tag li {
	width: 25%;
}
.item_detail .spec_tag li:nth-child(6n) {
	margin-right: 5px;
}
.item_detail .spec_tag li:nth-child(4n) {
	margin-right: -15px;
}
.customer_voice figure {
	float: none;
	width: auto;
	margin-bottom: 20px;
	text-align: center;
}
.customer_voice figure img {
	max-width: 40%;
}
.customer_voice figure figcaption {
	padding-top:5px;
	text-align: center;
}
.customer_voice .box {
	float: none;
	margin-left: 0;
}
.customer_voice .balloon {
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.customer_voice .balloon::before{
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-top: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #D9CFBD;
	display: block;
}
.customer_voice .balloon::after{
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-top: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #FFF;
	display: block;
}
.carousel figure {
	height: 140px;
}
.item_detail .free_txt_box {
	padding-left: 10px;
	padding-right: 10px;
}
.item_detail .items .item figure {
		height: 180px;
}
} /*/@media*/

/*----------------------------------------------------------
/* .event イベント
/* .enquete アンケート
----------------------------------------------------------*/
.common .event .list_tbl td,
.common .enquete .list_tbl td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.common .enquete .list_tbl.enquete02 td:nth-child(3),
.common .enquete .list_tbl.enquete03 td:nth-child(3) {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.common .enquete .list_tbl td .mem_only,
.save_point.detail .mem_only {
	margin-right: 10px;
	padding: 2px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #FFF;
	background-color: #507634;
	display: inline-block;
}
.enquete .bg02 {
	margin-top: 80px;
	margin-bottom: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.enquete .tit_box {
	padding: 0 10px;
	text-align: center;
}
.enquete .tit01 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 0;
}
.enquete h2.img.tit02 {
	margin-bottom: 0;
	padding-top: 0;
	line-height: 0;
}
.enquete .tit03 {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 10px 30px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	background-color: #7EB02B;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
}
.enquete .tit04 {
	padding-bottom: 5px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: url(../img/enquete_line01.png) no-repeat center bottom;
	display: block;
}
.enquete .guidance figure {
	width: 26.5306%;
}
.enquete .guidance.wide01 figure {
		margin-right: 6.1224%;
}
.enquete .guidance.wide01 .box {
	width: 57.1428%;
		margin-left: 6.1224%;
	padding-top: 30px;
}
.enquete .guidance.wide02 figure {
	margin-left: 14.2857%;
}
.enquete .guidance.wide02 .box {
	width: 36.7346%;
		margin-right: 14.2857%;
	padding-top: 40px;
}
.enquete .guidance.wide03 figure {
		margin-right: 8.1632%;
}
.enquete .guidance.wide03 .box {
	width: 51.0204%;
		margin-left: 8.1632%;
	padding-top: 20px;
}
.enquete .guidance h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
	line-height: 1.8;
}
.common .enquete .guidance p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.common .enquete .guidance p.num {
	margin-bottom: 20px;
	font-size: 100px;
	font-size: 10.0rem;
	font-weight: bold;
	line-height: 1.0;
}
.enquete .note_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.enquete .note_box dl {
	padding: 40px 100px 20px;
	border: 1px solid #3F332C;
}
.enquete .note_box dt {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-bottom: 2px solid #3F332C;
}

@media print, screen and (max-width: 1000px){
.enquete .guidance p.num {
	font-size: 10vw;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.enquete .note_box dl {
	padding-left: 50px;
	padding-right: 50px;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .enquete .list_tbl.enquete02 td:nth-child(3),
.common .enquete .list_tbl.enquete03 td:nth-child(3) {
	padding-left: 10px;
	padding-right: 10px;
}
.common .enquete .list_tbl td .mem_only,
.save_point.detail .mem_only {
	padding: 2px 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
.enquete .bg02 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.enquete .tit_box {
	padding: 0 20px
}
.enquete .tit01 {
	max-width: 70%;
	margin: 0 auto 5px;
}
.enquete h2.img.tit02 {
	max-width: inherit;
	margin: 0 -15px 10px;
}
.enquete .tit03 {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 5px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
}
.enquete .tit04 {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.enquete .guidance figure {
	width: auto;
}
.enquete .guidance.wide01 figure {
		margin-right: 0;
}
.enquete .guidance.wide01 .box {
	width: auto;
		margin-left: 0;
	padding-top: 0;
}
.enquete .guidance.wide02 figure {
	margin-left: 0;
}
.enquete .guidance.wide02 .box {
	width: auto;
		margin-right: 0;
	padding-top: 0;
}
.enquete .guidance.wide03 figure {
		margin-right: 0;
}
.enquete .guidance.wide03 .box {
	width: auto;
		margin-left: 0;
	padding-top: 0;
}
.enquete .guidance h3 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
}
.common .enquete .guidance p.num {
	float: none;
	margin-bottom: 10px;
	font-size: 50px;
	font-size: 5.0rem;
	text-align: center;
}
.common .enquete .guidance p br {
	display: none;
}
.enquete .note_box {
	padding: 0 20px;
}
.enquete .note_box dl {
	padding: 20px 15px 10px;
}
.enquete .note_box dt {
	margin-bottom: 20px;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.common .event .list_tbl td,
.common .enquete .list_tbl td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.common .event .list_tbl td:nth-child(1):before,
.common .enquete .list_tbl.enquete01 td:nth-child(1):before,
.common .enquete .list_tbl.enquete03 td:nth-child(1):before {
	content: attr(label)" ";
}
.common .enquete .list_tbl.enquete02 td:nth-child(1):before {
	content: attr(label)" : ";
}
.common .event .list_tbl td:nth-child(4):before,
.common .enquete .list_tbl td:nth-child(4):before {
	content: attr(label)" : ";
}
} /*/@media*/

/*----------------------------------------------------------
/* .event イベント一覧
/* .column コラム一覧
----------------------------------------------------------*/
.column .list,
.event .list {
	margin-bottom: 60px
}
.column .list li a,
.event .list li a {
	padding: 10px 15px 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	background: url(../img/common_arw03.png) no-repeat;
	background-position: 99% center;
	background-position: -webkit-calc(100% - 3px) center;
	background-position: calc(100% - 3px) center;
}
.column .list li time,
.event .list li time {
	padding-right: 40px;
	color: #3F332C;
}
.column .list li a span,
.event .list li a span {
	text-decoration: underline;
}
.column .list li a:hover span,
.event .list li a:hover span {
	text-decoration: none;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.column .list li a,
.event .list li a {
	transition: all 0.05s linear;
}
.column .list li a:hover,
.event .list li a:hover {
	padding-left: 3px;
	padding-right: 12px;
	background: url(../img/common_arw03.png) no-repeat right center;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.column .list,
.event .list {
	margin-bottom: 30px
}
.column .list li a,
.event .list li a {
	font-size: 14px;
	font-size: 1.4rem;
	background-position: right center;
}
.column .list li time,
.event .list li time {
	padding-right: 0;
}
.column .list li span,
.event .list li span {
	padding-top: 5px;
	display: block;
	overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}
} /*/@media*/

/*----------------------------------------------------------
/* .save_point.detail アンケート詳細
/* .enjoy_cont.detail イベント詳細・コラム詳細
----------------------------------------------------------*/
.common .save_point.detail p.date {
	margin-bottom: 10px;
	padding-top: 40px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
.common .enjoy_cont.detail h2.column_ttl {
	text-align: left;
}
.common .enjoy_cont.detail h2.column_ttl small {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
}
.save_point.detail figure,
.enjoy_cont.detail figure {
	margin-bottom: 20px;
	text-align: center;
}
.save_point.detail p,
.enjoy_cont.detail p {
	font-size: 16px;
	font-size: 1.6rem;
}
.save_point.detail .style01,
.save_point.detail .style02,
.save_point.detail .img_box01,
.enjoy_cont.detail .style01,
.enjoy_cont.detail .style02,
.enjoy_cont.detail .img_box01 {
	padding-bottom: 20px;
}
.save_point.detail .style01 figure,
.save_point.detail .style01 .box,
.enjoy_cont.detail .style01 figure,
.enjoy_cont.detail .style01 .box {
	width: 47.7777%;
}
.save_point.detail .style01 figure,
.enjoy_cont.detail .style01 figure {
	float: left;
}
.save_point.detail .style01 .box,
.enjoy_cont.detail .style01 .box {
	float: right;
}
.save_point.detail .style02 figure,
.save_point.detail .style02 .box,
.enjoy_cont.detail .style02 figure,
.enjoy_cont.detail .style02 .box {
	width: 47.7777%;
}
.save_point.detail .style02 figure,
.save_point.detail .style02 .box,
.enjoy_cont.detail .style02 figure,
.enjoy_cont.detail .style02 .box {
	float: right;
}
.save_point.detail .style02 .box,
.enjoy_cont.detail .style02 .box {
	float: left;
}
.save_point.detail .img_box01 figure,
.enjoy_cont.detail .img_box01 figure {
	width: 47.7777%;
}
.save_point.detail .img_box01 figure:nth-child(1),
.enjoy_cont.detail .img_box01 figure:nth-child(1) {
	float: left;
}
.save_point.detail .img_box01 figure:nth-child(2),
.enjoy_cont.detail .img_box01 figure:nth-child(2) {
	float: right;
}
.save_point.detail hr,
.enjoy_cont.detail hr {
	width: 640px;
	margin: 80px auto;
}
.enjoy_cont.detail .bg_box {
	margin-bottom: 80px;
	padding: 20px 50px 30px;
	background-color: #EEECE7;
}
.enjoy_cont.detail .bg_box:last-child {
	margin-bottom: 0;
}
.enjoy_cont.detail .bg_box h2 {
	padding-top: 0;
}
.enjoy_cont.detail .bg_box textarea {
	margin-top: -10px;
	margin-bottom: 20px;
}
.enjoy_cont.detail .bg_box .file_btn {
	float: left;
}
.enjoy_cont.detail .bg_box .common_btn {
	margin-bottom: 0;
}
.enjoy_cont.detail .bg_box .common_btn.right {
	text-align: right;
}
.enjoy_cont.detail .bg_box .common_btn.right.float {
	clear: none;
	float: right;
}
.select_box {
	margin-bottom: 20px;
}
.enjoy_cont.detail .radio,
.enjoy_cont.detail .checkbox {
	min-width:180px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 10px 40px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #E2DFD8;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.enjoy_cont.detail .radio:after,
.enjoy_cont.detail .checkbox:after {
	left: 15px;
	background-color: #FFF;
	border: 1px solid #3F332C;
}
.enjoy_cont.detail .radio:before {
	left: 19px;
	z-index: 10;
}
.enjoy_cont.detail .checkbox:before {
	left: 20px;
	z-index: 10;
}
.enjoy_cont.detail .bg_box .style01 figure {
	width: 27.2500%;
}
.enjoy_cont.detail .bg_box .style01 .box {
	width: 67.75%;
}
.enjoy_cont.detail .bg_box .note {
	margin-top: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}
.enjoy_cont.detail .bg_box .note li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.enquete .page {
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.common .enquete_form {
	margin-bottom: 30px;
}
.common .enquete_form .err {
	margin-bottom: 10px;
}
.enquete_form dt {
	padding: 15px 15px 15px 20px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	background-color: #EEECE7;
}
.enquete_form dd {
	padding-top: 20px;
	padding-bottom: 30px;
}
.enquete_form dd li {
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.enquete_form .radio,
.enquete_form .checkbox,
.enquete_tester .radio,
.enquete_tester .checkbox {
	padding-left: 30px;
	display: block;
}
.enquete_form .radio.other,
.enquete_form .checkbox.other,
.enquete_tester .radio.other,
.enquete_tester .checkbox.other {
	display: inline-block;
}
.enquete_form .radio:after,
.enquete_form .checkbox:after,
.enquete_tester .radio:after,
.enquete_tester .checkbox:after {
	border: 1px solid #3F332C;
}
.enquete_form .radio:before,
.enquete_tester .radio:before {
	background-color: #3F332C;
}
.enquete_form .checkbox:before,
.enquete_tester .checkbox:before {
	border-right: 3px solid #3F332C;
	border-bottom: 3px solid #3F332C;
}
.enquete_form dd input[type=text] {	display: inline-block;
}
.enquete_form .uploader_box {
	background: #E9E9E9;
	padding: 20px;
}
.common .enquete_tester {
	margin-top: 80px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.common .enquete_tester_text {
	font-size: 16px;
	font-size: 1.6rem;
	color: #B21D21;
}
.common .enquete_form table {
	margin-bottom: 20px;
}
.common .enquete_tbl th,
.common .enquete_tbl td {
	border: 1px solid #D9CFBD;
}
.common .enquete_tbl thead th {
	text-align: center;
	line-height: 1.4;
	background-color: #E2DFD8;
}

.common .enquete_tbl tbody th {
	text-align: left;
	line-height: 1.4;
}
.common .enquete_tbl tbody td {
	position: relative;
	text-align: center;
}
.enquete_form .enquete_tbl input[type=radio],
.enquete_form .enquete_tbl input[type=checkbox] {
	display: none;
}
.enquete_form .enquete_tbl label {
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .save_point.detail p.date {
	margin-bottom: 5px;
	padding-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}
.save_point.detail p,
.enjoy_cont.detail p {
	font-size: 14px;
	font-size: 1.4rem;
}
.save_point.detail .style01,
.save_point.detail .style02,
.save_point.detail .img_box01,
.enjoy_cont.detail .style01,
.enjoy_cont.detail .style02,
.enjoy_cont.detail .img_box01 {
	padding-bottom: 10px;
}
.save_point.detail .style01 figure,
.save_point.detail .style01 .box,
.enjoy_cont.detail .style01 figure,
.enjoy_cont.detail .style01 .box {
	width: auto;
}
.save_point.detail .style01 figure,
.enjoy_cont.detail .style01 figure {
	float: none;
}
.save_point.detail .style01 .box,
.enjoy_cont.detail .style01 .box {
	float: none;
}
.save_point.detail .style02 figure,
.save_point.detail .style02 .box,
.enjoy_cont.detail .style02 figure,
.enjoy_cont.detail .style02 .box {
	width: auto;
}
.save_point.detail .style02 figure,
.save_point.detail .style02 .box,
.enjoy_cont.detail .style02 figure,
.enjoy_cont.detail .style02 .box {
	float: none;
}
.save_point.detail .style02 .box,
.enjoy_cont.detail .style02 .box {
	float: none;
}
.save_point.detail .img_box01 figure,
.enjoy_cont.detail .img_box01 figure {
	width: auto;
}
.save_point.detail .img_box01 figure:nth-child(1),
.enjoy_cont.detail .img_box01 figure:nth-child(1) {
	float: none;
}
.save_point.detail .img_box01 figure:nth-child(2),
.enjoy_cont.detail .img_box01 figure:nth-child(2) {
	float: none;
}
.save_point.detail hr,
.enjoy_cont.detail hr {
	width: 100%;
	margin: 40px auto;
}
.enjoy_cont.detail .bg_box {
	margin-bottom: 40px;
	padding: 20px 20px 20px;
}
.enjoy_cont.detail .bg_box .file_btn {
	float: none;
}
.enjoy_cont.detail .bg_box .common_btn.right {
	text-align: center;
}
.enjoy_cont.detail .bg_box .common_btn.right.float {
	clear: both;
	float: none;
}
.enjoy_cont.detail .radio,
.enjoy_cont.detail .checkbox {
	width: 100%;
	min-width: inherit;
	margin-right: 0;
}
.enquete_form .radio.other,
.enquete_form .checkbox.other,
.enquete_tester .radio.other,
.enquete_tester .checkbox.other {
	display: block;
	margin-bottom: 10px;
}
.enjoy_cont.detail .bg_box .style01 figure {
	width: auto;
}
.enjoy_cont.detail .bg_box .style01 .box {
	width: auto;
}
.enquete .page {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}
.common .enquete_form {
	margin-bottom: 10px;
}
.enquete_form dt {
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
.enquete_form dd {
	padding-top: 10px;
	padding-bottom: 20px;
}
.enquete_form dd li {
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.common .enquete_tester {
	margin-top: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}
.common .enquete_tester_text {
	font-size: 14px;
	font-size: 1.4rem;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.common .enquete_tbl col {
	width: auto !important;
}
.common .enquete_tbl th,
.common .enquete_tbl td {
	padding: 5px 5px;
	border: 1px solid #D9CFBD;
	display: table-cell;
}
} /*/@media*/


/*----------------------------------------------------------
/* .ec ネットショッピング
----------------------------------------------------------*/
.ec .swiper_pc100 {
	padding-bottom: 120px;
}
.ec_cat_list {
	margin-bottom: 0;
	padding-right: 40px;
}
.ec_cat_list li {
	float: left;
	width: 20%;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
	background-color: #FBD5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ec_cat_list li:nth-child(5n) {
	margin-right: -40px;
}
.ec_cat_list li:nth-child(5n+1) {
	clear: both;
}
.ec_cat_list li a {
	position: relative;
	padding: 30px 0;
	text-decoration: none;
	color: #3F352E;
	display: block;
}
.ec_cat_list li a:hover {
	color: #3F352E;
}
.ec_cat_list li span {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-left: 40px;
	padding-right: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: url(../img/common_arw05.png) no-repeat 20px center;
	transform: translate(0, -50%);
	display: block;
	z-index: 0;
}
.common .ec_cat_note {
	margin-top: -20px;
	margin-bottom: 80px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: right;
}
.ec_shop_list .items {
}
.ec_shop_list .item {
	float: left;
	width: 15.8730%;
	margin-right: 5.1587%;
	margin-bottom: 40px;
}
.ec_shop_list .item:nth-child(5n) {
	margin-right: 0;
}
.ec_shop_list .item:nth-child(5n+1) {
	clear: both;
}
.ec_shop_list .item a {
	text-decoration: none;
	color: #3F332C;
}
.ec_shop_list .item figure {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.ec_shop_list .item h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #3F332C;
}
.ec_shop_list .item p.txt {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #3F332C;
}
.ec_shop_list .item p.point {
	margin-bottom: 0;
	padding: 10px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	background-color: #EEECE7;
}
.ec_shop_list .item p.point b {
	font-size: 16px;
	font-size: 1.6rem;
}
#cat_menu {
		padding-top: 120px;
		margin-top: -120px;
}
.common .cat_menu {
	margin-bottom: 80px;
	text-align: right;
}
.cat_menu a {
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	text-decoration: none;
	color: #3F332C;
}
.cat_menu a:hover {
	color: #3F332C;
}
.cat_menu span {
	padding-left: 35px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: url(../img/common_btn01.png) no-repeat left center;
	-moz-background-size: 23px 23px;
	-webkit-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	-ms-background-size: 23px 23px;
	background-size: 23px 23px;
	display: inline-block;
}

@media print, screen and (max-width: 1280px){
.ec_cat_list {
	padding-right: 30px;
}
.ec_cat_list li {
	width: 25%;
}
.ec_cat_list li:nth-child(5n) {
	margin-right: 10px;
}
.ec_cat_list li:nth-child(5n+1) {
	clear: none;
}
.ec_cat_list li:nth-child(4n) {
	margin-right: -30px;
}
.ec_cat_list li:nth-child(4n+1) {
	clear: both;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.ec_cat_list {
	padding-right: 20px;
}
.ec_cat_list li {
	width: 33.3333%;
}
.ec_cat_list li a {
	padding: 25px 0;
}
.ec_cat_list li:nth-child(4n) {
	margin-right: 10px;
}
.ec_cat_list li:nth-child(4n+1) {
	clear: none;
}
.ec_cat_list li:nth-child(3n) {
	margin-right: -20px;
}
.ec_cat_list li:nth-child(3n+1) {
	clear: both;
}
.ec_cat_list li span {
	font-size: 16px;
	font-size: 1.6rem;
}
.ec_shop_list .items {
	padding-right: 90px;
}
.ec_shop_list .item {
	width: 25%;
	margin-right: 30px;
}
.ec_shop_list .item:nth-child(5n) {
	margin-right: 30px;
}
.ec_shop_list .item:nth-child(5n+1) {
	clear: none;
}
.ec_shop_list .item:nth-child(4n) {
	margin-right: -90px;
}
.ec_shop_list .item:nth-child(4n+1) {
	clear: both;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.ec .swiper_pc100 {
	padding-bottom: 40px;
}
.ec_cat_list {
	padding-right: 10px;
}
.ec_cat_list li {
	width: 50%;
}
.ec_cat_list li a {
	padding: 20px 0;
}
.ec_cat_list li:nth-child(3n) {
	margin-right: 10px;
}
.ec_cat_list li:nth-child(3n+1) {
	clear: none;
}
.ec_cat_list li:nth-child(2n) {
	margin-right: -10px;
}
.ec_cat_list li:nth-child(2n+1) {
	clear: both;
}
.ec_cat_list li span {
	font-size: 14px;
	font-size: 1.4rem;
}
.common .ec_cat_note {
	margin-bottom: 40px;
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
.ec_shop_list .items {
	padding-right: 20px;
}
.ec_shop_list .item {
	width: 50%;
	margin-right: 20px;
	margin-bottom: 30px;
}
.ec_shop_list .item:nth-child(5n) {
	margin-right: 20px;
}
.ec_shop_list .item:nth-child(4n) {
	margin-right: 20px;
}
.ec_shop_list .item:nth-child(4n+1) {
	clear: none;
}
.ec_shop_list .item:nth-child(2n) {
	margin-right: -20px;
}
.ec_shop_list .item:nth-child(2n+1) {
	clear: both;
}
#cat_menu {
		padding-top: 100px;
		margin-top: -100px;
}
.common .cat_menu {
	margin-bottom: 40px;
}
.cat_menu span {
	padding-left: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	-moz-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	-o-background-size: 18px 18px;
	-ms-background-size: 18px 18px;
	background-size: 18px 18px;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.ec_cat_list li span {
	padding-left: 30px;
	padding-right: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: -1px;
	background-position: 15px center;
}
} /*/@media*/

/* .ec.detail ECサイト詳細
------------------------------------------------*/
.ec.detail .inner {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
/* .ec.detail p,
.ec.detail ul {
	font-size: 16px;
	font-size: 1.6rem;
}*/
.ec.detail .ec_box01 figure {
	float: left;
	width: 24.4897%;
	margin-bottom: 20px;
	text-align: center;
}
.ec.detail .ec_box01 .box {
	float: right;
	width: 67.3469%;
}
.ec.detail .ec_box02 {
	margin-bottom: 60px;
	padding: 20px 0;
	background-color: #EEECE7;
}
.ec.detail .ec_box02 p {
	margin-bottom: 0;
}
.ec.detail .ec_box02 .box01 {
	float: left;
	width: 50%;
	padding: 20px 20px 10px 80px;
	border-right: 1px solid #CDC8BC;
}
.ec.detail .ec_box02 .box01 .txt b {
	font-size: 30px;
	font-size: 3.0rem;
}
.ec.detail .ec_box02 .box02 {
	float: right;
	width: 50%;
	padding: 20px 20px;
}
.ec.detail .ec_box02 .box02 .txt {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
}

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.ec.detail .ec_box02 .box01 {
	padding-left: 40px;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.ec.detail .inner {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
/* .ec.detail p,
.ec.detail ul {
	font-size: 14px;
	font-size: 1.4rem;
}*/
.ec.detail .ec_box01 figure {
	float: none;
	width: auto;
	margin-bottom: 10px;
}
.ec.detail .ec_box01 .box {
	float: none;
	width: auto;
}
.ec.detail .ec_box02 {
	margin-bottom: 30px;
	padding: 0 20px;
}
.ec.detail .ec_box02 p {
	margin-bottom: 0;
}
.ec.detail .ec_box02 .box01 {
	float: none;
	width: auto;
	padding: 20px 0 10px;
	border-right: none;
	border-bottom: 1px solid #CDC8BC;
}
.ec.detail .ec_box02 .box01 .txt {
	text-align: center;
}
.ec.detail .ec_box02 .box01 .txt b {
	font-size: 20px;
	font-size: 2.0rem;
}
.ec.detail .ec_box02 .box02 {
	float: none;
	width: auto;
	padding: 20px 0 30px;
}
} /*/@media*/

/* .exchange ギフト券・ポイント券をポイントへ移行
------------------------------------------------*/
.exchange p {
	font-size: 16px;
	font-size: 1.6rem;
}
.exchange .how_to_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px 40px;
}
.exchange .how_to_box .items {
	padding-right: 60px;
}
.exchange .how_to_box .item {
	float: left;
	width: 33.3333%;
	margin-right: 30px;
}
.exchange .how_to_box .item:last-child {
	margin-right: -60px;
}
.exchange .how_to_box .item figure {
	margin-bottom: 20px;
	text-align: center;
}
.exchange .how_to_box .item h4 {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	color: #3F332C;
}
.common .exchange .how_to_box .item p {
	text-align: center;
}
.exchange .note_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.exchange .note_box dl {
	padding: 40px 70px 20px;
	border: 1px solid #3F332C;
}
.exchange .note_box dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.exchange .note_box .txt01 {
	text-align: center;
}
.exchange .note_box figure {
	float: left;
	width: 34.0476%;
	margin-bottom: 20px;
	text-align: center;
}
.exchange .note_box .box {
	float: right;
	width: 61.1904%;
	padding-top: 50px;
}
.exchange .note_box .tel {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.8;
}
.exchange .note_box .txt02 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}
.exchange h3 {
	margin-bottom: 10px;
	padding-top: 60px;
	padding-left: 0;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.2;
	border-left: none;
}
.exchange .img {
	float: left;
	width: 16.3265%;
	padding-top: 8px;
	text-align: center;
}
.exchange .tbl_img {
	float: right;
	width: 80.6122%;
	text-align: center;
}

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.exchange .how_to_box .item h4 {
	font-size: 18px;
	font-size: 1.8rem;
}
.exchange .how_to_box .item p br {
	display: none;
}
.exchange .how_to_box .common_btn.wide02 {
	width: 100%;
}
.exchange .note_box dl {
	padding-left: 40px;
	padding-right: 40px;
}
.exchange .note_box .box {
	padding-top: 0;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.exchange p {
	font-size: 14px;
	font-size: 1.4rem;
}
.exchange .how_to_box {
	padding: 0 20px 20px;
}
.exchange .how_to_box .items {
	padding-right: 0;
}
.exchange .how_to_box .item {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 30px;
}
.exchange .how_to_box .item:last-child {
	margin-right: 0;
}
.exchange .how_to_box .item figure {
	width: 75%;
	margin: 0 auto 20px;
}
.exchange .how_to_box .item h4 {
	font-size: 18px;
	font-size: 1.8rem;
}
.exchange .how_to_box .common_btn.wide02 {
	width: 90%;
}
.exchange .note_box {
	padding: 0 20px 20px;
}
.exchange .note_box dl {
	padding: 20px 15px 10px;
}
.exchange .note_box dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
.exchange .note_box figure {
	float: none;
	width: 75%;
	margin-left: 10%;
}
.exchange .note_box .box {
	float: none;
	width: auto;
}
.exchange .note_box .tel {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.exchange .note_box .txt02 {
	text-align: center;
}
.exchange h3 {
	padding-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
}
.exchange .img {
	padding-top: 0;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.exchange .how_to_box .common_btn.wide02 {
	width: 100%;
}
.exchange .txt03 {
	margin-bottom: 10px;
}
.exchange .img {
	float: none;
	width: 20%;
	margin: 0 auto 10px;
}
.exchange .tbl_img {
	float: none;
	width: auto;
}
} /*/@media*/

/*----------------------------------------------------------
/* .attention_pwd　パスワード再設定のお願い
----------------------------------------------------------*/

.attention_pwd {
	padding: 30px 30px 10px 30px;
	border: 4px solid #C00;
	margin-bottom: 60px;
	overflow: hidden;
}
.attention_pwd .box {
	float: left;
	width: 100%;
		margin-right : -250px;
	overflow:hidden;
}
.attention_pwd .box h3 {
		margin-bottom : 10px;
}
.attention_pwd .box p,
.attention_pwd .box h3 {
		margin-right : 250px;
}
.attention_pwd .common_btn {
	float: right;
	clear: none;
	margin-top: 40px;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.attention_pwd {
	padding: 20px 20px 10px 20px;
}
.attention_pwd .box {
	float: none;
		margin-right : 0;
}
.attention_pwd .box p,
.attention_pwd .box h3 {
		margin-right : 0px;
}
.attention_pwd .common_btn {
	float: none;
	margin-top: 0px;
}
} /*/@media*/


/*----------------------------------------------------------
/* .point_campaign　ポイントキャンペーン情報
----------------------------------------------------------*/
.point_campaign .item {
		clear: both;
}
.point_campaign .item a {
		display: block;
		text-decoration: none;
		padding: 30px 15px;
		border-bottom: 1px solid #DBDBEA;
}
.point_campaign .item a:hover {
		background-color: #F1F0EC;
}
.point_campaign .item figure {
		float: left;
		margin-right: 40px;
}
.point_campaign .item .box {
		overflow: hidden;
}
.point_campaign .item .box h3 {
		border: 0;
		padding: 0;
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 5px;
	margin-top: 0px !important;
}
.point_campaign .item .box p {
		margin-bottom: 10px;
		color: #3F332C;
	font-size: 14px;
		font-size: 1.4rem;
}
.point_campaign .item .box dl {
		margin-bottom: 0;
}
.point_campaign .item .box dt {
		background: #979073;
		padding: 2px 3px;
		color: #FFFFFF;
		width: 50px;
		text-align: center;
		float: left;
		margin-right: 10px;
		line-height: 1.4;
}
.point_campaign .item .box dd {
		color: #555555;
}
/* Phone ******************************/
@media only screen and (max-width: 767px){
.point_campaign .item a {
		padding: 30px 10px;
}
.point_campaign .item figure {
		float: none;
		margin: 0 0 15px 0;
		text-align: center;
}
.point_campaign .item .box h3 {
		font-size: 20px;
		font-size: 2.0rem;
}
.point_campaign .item .box dd {
		overflow: hidden;
}
} /*/@media*/



/*----------------------------------------------------------
/* .template
----------------------------------------------------------*/
/* .template
------------------------------------------------*/

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
} /*/@media*/

@media only screen and (max-width: 543px){
} /*/@media*/
