@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header#big_header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  word-break: break-all;
}
* {
	margin: 0px;
	padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scrollbar-width: thin;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: Verdana, YakuHanJP, Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #000;
	font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
	overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
	font-size: 10px;
}
html,
body {
  text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 960px){	
	body {
		font-size: calc(1.4rem + 2 * ((100vw - 520px) / 440));
	}	
}
@media screen and (max-width: 520px){	
	body {
		font-size: 1.4rem;
		font-feature-settings: "palt";
	}	
}

article,aside,details,figcaption,figure,
footer,header#big_header,hgroup,menu,nav,section {
	display:block;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	color: var(--text-link);
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	 font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display: block;
	height: 0px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'] {
  padding: 5px;
}

input, select {
	vertical-align: middle;
}
p {
	margin: 0;
}
@media (max-width: 520px){
	p {
	margin: 0 0 5px;
 }
}
img {
	max-width: 100%;
	height: auto;
}


/*----------------------------------------*/
/* フォントサイズ・カラー */
/*----------------------------------------*/
@media (min-width: 961px) {
	.fs26 {
		font-size: 2.6rem;
	}
}
@media (min-width: 521px) and (max-width: 960px) {
	.fs26 {
		font-size: calc(14px + 12 * ((100vw - 520px) / 440));
	}
}
@media screen and (max-width: 520px){
	.fs26 {
		font-size: 1.4rem;
	}
}
.bold {
  font-weight: var(--font-bold);
}

.icon-link-arrow {
  position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: middle;
	text-decoration: none;
}
.icon-link-arrow::after {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 2px;
	margin: auto;
	width: 6px;
	height: 6px;
	font-size: 15px;
	vertical-align: middle;  
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*----------------------------------------*/
/* タイトル */
/*----------------------------------------*/
.page-title-lev1 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1em;
}
.page-title-lev1.reorder-orderlist {
  padding-bottom: 20px;
  text-align: left;
}
.page-title-lev1.reorder-orderno {
  padding-bottom: 30px;
  text-align: left;
}
.page-title-lev1.setmg_top {
  padding-top: 70px;
}
.page-title-lev1.maypage {
  padding-bottom: 30px;
  text-align: left;
}
.page-title-lev1.guide {
  padding-bottom: 28px;
  text-align: left;
}
.page-title-lev1.guide.center {
  text-align: center;
}
.page-title-lev1.coupon {
  padding-bottom: 0;
  text-align: left;
}
.page-title-lev1.size_s {
  padding-bottom: 30px;
  font-size: 2.2rem;
  font-weight: var(--font-normal);
}
.page-title-msg {
  padding-bottom: 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: var(--font-normal);
  line-height: 1em;
}
.page-title-msg:not(:first-child),
.page-title-msg:not(:first-of-type) {
  padding-top: 10px;
}

.page-title-submsg {
  padding-top: 20px;
}
.page-title-lev1.mb0,
.page-title-lev1.size_s.mb0 {
  padding-bottom: 0;
}
.page-title-lev1.size_s.fw_b {
  text-align: left;
  font-weight: var(--font-bold);
}
.page-title-lev1.size_s.pwforget {
  padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .page-title-lev1 {
		font-size: calc(1.6rem + 10 * ((100vw - 520px) / 440));
	}
  .page-title-lev1.size_s,
  .page-title-msg {
		font-size: calc(1.6rem + 6 * ((100vw - 520px) / 440));
	}
}
@media screen and (max-width: 520px) {
  .page-title-lev1,
  .page-title-msg {
		font-size: 1.6rem;
	}
  .page-title-lev1.size_s {
    padding-top: 10px;
		font-size: 1.6rem;
	}
  .page-title-lev1.setmg_top {
    padding-top: 70px;
  }
  .page-title-lev1.reorder-orderno {
    padding-bottom: 15px;
  }  
}

/*----------------------------------------*/
/* 配置 */
/*----------------------------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.position-fix {
  position: fixed!important;
}
.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important;
}
.overflow-hidden {
  overflow: hidden!important;
}
.scrollbar-gutter {
  overflow: auto;
  scrollbar-gutter: stable;
}
.content_bottom {
  margin-top: 100px;
}

@media screen and (max-width: 520px){
  .content_bottom {
    margin-top: 50px;
  }
}

/*----------------------------------------*/
/* アイコン */
/*----------------------------------------*/
.icon-close {
  position: relative;
	display: inline-block;
  width: 24px;
  height: 3px;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  background: var(--color-gray);
  border-radius: 0.1em;
  transform: rotate(45deg);
}
.icon-close:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/*----------------------------------------*/
/* breadcrumb */
/*----------------------------------------*/
.breadcrumb {
  display: flex;
  align-items: center;
  min-height: 38px;
  font-size: 1.4rem;
}
.breadcrumb.set-btm {
  padding-top: 30px;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list > li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .4em 0 .5em;
}
.breadcrumb_none {
  padding-top: 38px!important;
}

@media screen and (max-width: 520px) {
  .breadcrumb {
    padding: .5rem 0;
  }
}

/*-------------------------------
ページ遷移
-------------------------------*/
.cmn-transition-area {
  background: var(--linkband-bgcolor);
}
.cmn-transition-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .cmn-transition-link {
    font-size: calc(1.4rem + 2 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px) {
  .cmn-transition-link > span {
    font-size: 1.4rem;
  }
}

/*----------------------------------------*/
/* 表示・非表示 */
/*----------------------------------------*/
.d-pc-block {
  display: block!important;
}
.d-pc-inline {
  display: inline!important;
}
.d-pc-none {
  display: none!important;
}
.d-pc-row {
  flex-direction: row!important;
}
.d-pc-col {
  flex-direction: column!important;
}

@media screen and (max-width: 960px) {
  .d-tab-block {
    display: block!important;
  }
  .d-tab-inline {
    display: inline!important;
  }  
  .d-tab-none {
    display: none!important;
  }
  .d-tab-row {
    flex-direction: row!important;
  }
  .d-tab-col {
    flex-direction: column!important;
  }  
}
@media screen and (max-width: 520px) {
  .d-sp-block {
    display: block!important;
  }
  .d-sp-inline {
    display: inline!important;
  }
  .d-sp-none {
    display: none!important;
  }
  .d-sp-row {
    flex-direction: row!important;
  }
  .d-sp-col {
    flex-direction: column!important;
  } 
}

.active {
  display: block!important;
}
.invalid-link {
  pointer-events: none;
  text-decoration: none!important;
}
.text_autoleft {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*----------------------------------------*/
/* slick */
/*----------------------------------------*/
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*------------------------------------------*/
/* ページのトップへ */
/*------------------------------------------*/
a.gotop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 10px;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 50;
}
a.gotop > span {
  display: none;
}
a.gotop > .circle {
  display: block;
  width: 50px;
  height: 50px;
}

a.gotop > .circle .d{
  fill: var(--gotop-bgcolor);
}

a.gotop > .circle .w{
  fill: var(--backcolor-white);
}
a.gotop.active{
	display: block;
}
@media screen and (max-width: 960px) {	
  a.gotop > .circle {
    width: 40px;
    height: 40px;
  }
}

/*------------------------------------------*/
/* フッターナビ */
/*------------------------------------------*/
.footer-inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav {
  display: flex;
}
.footer-navlist {
  width: calc(100% / 3);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  border-left: 1px solid #000;
}
.footer-navlist:last-child {
  padding-right: 0;
}
.footer-navlist > li {
  padding: 0.35em 0;
}
.footer-navlist a {
  color: #000;
}
.footer-navlist a:hover {
  text-decoration: underline;
}

.footer-contact{
  text-align: center;
  padding: 6px 0;
}

@media screen and (max-width: 960px) {
  .footer-inner {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-nav {
    display: block;
  }
  .footer-navlist {
    width: 100%;
    padding: 0;
    border: none;
  }
  .footer-navlist > li {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .footer-logo-area {
    margin-bottom: 10px;
  }
  .footer-logo {
    margin-top: -40px;
    height: 80px;
  }
  .footer-navlist,
  .footer-navlist:last-child {
    padding: 0 20px;
  }
  .footer-navlist a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-navlist a::after {
    content: '';
    position: absolute;
    top: 1em;
    right: 7px;
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
}
@media screen and (max-width: 520px) {
  .footer-navlist,
  .footer-navlist:last-child {
    padding: 0 8px;
  }
}
.box-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

/* ボタン */
.btn-link_basic {
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
	color: var(--color-main);
  font-size: 1.6rem;
  line-height: 40px;
  border: 1px solid var(--color-main);
	border-radius: 30px;
  background: var(--color-main-light);
	cursor: pointer;
}
.btn-link_basic.btn-link_entry {
  width: 240px;
  font-weight: var(--font-bold);
}
.btn-link_basic.w_large {
  width: 220px;
}
.btn-link_basic.w_middle {
  width: 180px;
}
.btn-link_basic.btn-back_white {
  background: #fff;
}
.btn-link_basic.btn-link_maincolor {
  color: #fff;
  font-weight: inherit;
  background: var(--color-main);
  border: none;
}
.btn-link_basic.btn-link_gray {
  color: #fff;
  font-weight: inherit;
  background: var(--color-gray);
  border: none;
}
.btn-link_basic.btn-link_red {
  color: #fff;
  font-weight: inherit;
  background: var(--color-accent1);
  border: none;
}
.btn-link_basic.btn-link_red_bdr {
  color: var(--color-accent1);
  font-weight: inherit;
  background: #fff;
  border: 1px solid var(--color-accent1);
}
.btn-link_basic.btn-link_red_bdr_pink {
  color: var(--color-accent1);
  font-weight: inherit;
  background: var(--color-accent1-light);
  border: 1px solid var(--color-accent1);
}

/* disabledボタン */
.btn-link_basic.btn-link_disabled {
  color: var(--color-gray);
  background-color: var(--color-gray-light);
  border-color: var(--color-gray);
}

/* （注文予約をする）disabledボタン ボタン配置箇所の背景色が異なるので別途定義 */
.btn-link_basic.btn-link_red.order-execute:disabled {
  color: var(--color-gray);
  background-color: var(--color-gray-light);
  border-color: var(--color-gray);
  border: 1px solid var(--color-gray);
  cursor: default;
}

.btn-link_basic.btn-link_maincolor.btn-atone_payment_dialog
{
  width: 300px;
}
.btn-link_basic.btn-link_maincolor.yoyaku-order-execute
{
    width: 250px;
    height: initial;
    line-height: 1.5;
}

.btn-link_basic.btn-link_maincolor.order-execute:disabled {
  color: var(--color-gray);
  background-color: var(--color-gray-light);
  border-color: var(--color-gray);
  border: 1px solid var(--color-gray);
  cursor: default;
}

p + .btn-link_basic {
  margin-top: 3px;
}
.btn-header-login {
	width: 188px;
  height: 40px;
	border-radius: 20px;
  padding: 0 1em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
  color: #fff;
	font-weight: var(--font-bold);
	font-size: 1.6rem;
	background: var(--color-main);
}
@media screen and (max-width: 960px) {
  .btn-link_basic {
    font-size: calc(1.4rem + 2 * ((100vw - 520px) / 440));
    width: calc(175px + 25 * ((100vw - 520px) / 440));
  }
  .btn-link_basic.btn-link_entry {
    width: calc(210px + 30 * ((100vw - 520px) / 440));
  }
  .btn-link_basic.w_large {
    width: calc(195px + 25 * ((100vw - 520px) / 440));
  }
  .btn-link_basic.w_middle {
    width: calc(160px + 20 * ((100vw - 520px) / 440));
  }
	.btn-header-login  {
  	width: auto;
    max-width: 188px;
    height: 30px;
    font-size: calc(1.3rem + 3 * ((100vw - 520px) / 440));
	}
}
@media screen and (max-width: 520px){
  .btn-link_basic {
    width: 175px;
    font-size: 1.4rem;
  }
  .btn-link_basic.btn-link_entry {
    width: 210px;
  }
  .btn-link_basic.w_large {
    width: 195px;
  }
  .btn-link_basic.w_middle {
    width: 160px;
  }
	.btn-header-login {
    height: 30px;
		font-size: 1.3rem;
	}
}

/*----------------------------------------*/
/* お知らせ欄 */
/*----------------------------------------*/
.content-inner_wide {
  width: 100%;
  max-width: 1600px;
  max-height: 480px;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
}
.notice-box-wrap {
  margin-bottom: 20px;
	border: 1px solid var(--color-gray-medium);
  border-radius: 6px;
}
.notice-box {
  padding: 20px;
}
.notice-box-inner {
  width: 100%;
  overflow: hidden;
}
.notice-box-contents {
  height: 100%;
  max-height: calc(480px - 45px* 2);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-color) #fff;
}
h2.notice-title {
  text-align: center;
  font-size: 2.6rem;
}
.notice-info {
  margin-top: 20px;
}
.notice-info p {
  margin-bottom: 0;
}

.notice-info .notice-info-date{
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 960px) {
  .content-inner_wide {
    height: auto;
    max-height: none;
    padding: 15px;
  }
  .notice-box-contents {
    max-height: none;
  }
  h2.notice-title {
		font-size: calc(1.8rem + 8 * (100vw - 520px) / 440);
	}
}
@media screen and (max-width: 520px) {
  .notice-box {
    padding: 15px;
  }
  h2.notice-title {
    font-size: 1.8rem;
  }
}

h2.title {
	position: relative;
	margin: 0 0 20px;
}

/*----------------------------------------*/
/* バナー欄 */
/*----------------------------------------*/
ul.topics-bannerlist {
  line-height: 1;
}
.notice-box-inner ul.topics-bannerlist {
  margin-top: 20px;
}
.notice-box-inner .notice-info + ul.topics-bannerlist {
  margin-top: 40px;
}
ul.topics-bannerlist > li {
  margin-bottom: 10px;
  text-align: center;
}
ul.topics-bannerlist > li:last-child {
  margin-bottom: 0;
}
.notice-box-inner ul.topics-bannerlist > li:last-child {
  margin-bottom: 0;
}
ul.topics-bannerlist > li > a {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------*/
/* 概要欄：商品情報表記等 */
/*----------------------------------------*/
.netsuper-outline {
  margin-top: 100px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 2px solid var(--separator-color-light);
}
ul.netsuper-outline-list {
  padding-left: 0.5em;
  font-size: 1.4rem;
  list-style: disc;
}
ul.netsuper-outline-list > li {
  margin-bottom: 0.35em;
}
@media screen and (max-width: 960px) {
  .netsuper-outline {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
}

/*-------------------------------
ソート順変更・抽出件数
-------------------------------*/
.setsort {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-align: center;
}
h1 + .setsort {
  margin-top: -10px;
}
.setsort.set-btm {
  padding-top: 18px;
}
.setsort-count {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.setsort .setsort-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}
.setsort.set-btm .setsort-count {
  position: inherit;
  transform: none;
}
.pagination-area + .setsort-count {
  margin-top: 18px;
  margin-bottom: 0;
}
.setsort-count > span {
  display: inline-block;
}
.setsort-count_min {
  margin-right: 0.3em;
}
.setsort-count_max,
.setsortcount_all {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.setsort-sorttype  {
  position: relative;
  border-radius: 5px;
  z-index: 10;
}
select.sorttype_select::-ms-expand  {
  display: block;
}
select.sorttype_select {
  height: 32px;
  width: 10em;
  margin: 0;
  padding: 0 5px;
  color: #000;
  font-size: 1.6rem;
  border: 1px solid var(--color-gray);
  background: #fff;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  border-radius: 5px;
  box-sizing: border-box;
}
select.sorttype_select::-ms-expand {
  display: block;
}
@media screen and (max-width: 960px) {
  select.sorttype_select {
    font-size: calc(1.4rem + 2 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 550px) {
  .prod-setsort > .setsort-count:not(:first-of-type) {
    text-align: left;
  }
  .setsort .setsort-count {
    text-align: left;
  }
  .setsort.set-btm .setsort-count {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  select.sorttype_select {
    width: 9em;
    font-size: 1.4rem;
  }
  .setsort-count {
    font-size: calc(1.2rem + 2 * ((100vw - 349px) / 172));
  }  
}
@media screen and (max-width: 349px) {
  .setsort {
    display: block;
    min-height: inherit;
    text-align: center;
  }
  h1 + .setsort {
    margin-top: 0;
  }
  .setsort-sorttype {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 0;
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
  }
  .setsort .setsort-count {
    position: static;
    transform: none;
  }  
  .setsort-count {
    text-align: center;
    font-size: 1.2rem;
  }
  .setsort .setsort-count {
    text-align: center;
  }
  .prod-setsort > .setsort-count:not(:first-of-type) {
    text-align: center;
  }
}

/*-------------------------------
ページネーション
-------------------------------*/
.pagination-area {
  width: 100%;
  text-align: center;
}
.setsort + .pagination-area {
  padding-top: 3px;
}
.setsort-count +  .pagination-area {
  padding-top: 13px;
}
.product-list-group + .pagination-area {
  padding-top: 28px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  list-style-type: none;
}
.pagination li {
  margin: 0 7px;
}
.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 1.7em;
  color: #000;
  border-radius: 6px;
}
.pagination .current span {
  position: relative;
}
.pagination .current span::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-main);
}
.pagination .prev span,
.pagination .next span {
  position: relative;
  display: block;
  height: 100%;
  width: 45px;
  font-size: 0;
  text-indent: -99999999px;
  line-height: 1;
  border-radius: 3px;
}
.pagination .prev span::before {
  content: '';
  position: absolute;
  top: 48%;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.pagination .next span::before {
  content: '';
  position: absolute;
  top: 48%;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.pagination .prev span::after {
  content: '';
  position: absolute;
  top: 48%;
  left: 40%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.pagination .next span::after {
  content: '';
  position: absolute;
  top: 48%;
  left: 60%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.pagination .prev span::before,
.pagination .prev span::after {
  transform: translate(-40%, -40%) rotate(-135deg);
}
.pagination .next span::before,
.pagination .next span::after {
  transform: translate(-65%, -40%) rotate(45deg);
}
@media screen and (max-width: 520px) {
  .pagination li {
    margin: 0 7px;
  }
}
@media screen and (max-width: 349px) {
  .setsort + .pagination-area {
    padding-top: 10px;
  }
  .pagination li {
    margin: 0 5px;
  }
}

/*-------------------------------
ダイアログボックス
-------------------------------*/
.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  width: 100dvw;
  height: 100%;
  height: 100dvh;
  z-index: 900;
}
.dialog-wrap > .dialog-scrollbar {
  position: relative;
  display: block;
  width: 100%;
  width: 100dvw;
  height: 100%;
  overflow-x: hidden;
	overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-color) var(--color-gray-light);
  overscroll-behavior-y: contain;
}
.dialog-wrap > .dialog-scrollbar::-webkit-scrollbar {
  background: var(--color-gray-light);
  width: 2px;
}
.dialog-wrap > .dialog-scrollbar::-webkit-scrollbar-track {
  background-color: var(--color-gray-light);
  border-radius: 100px;
}
.dialog-wrap > .dialog-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color);
  border-radius: 10px;
}
.dialog-wrap.active {
  display: block;
}
.dialog-wrap::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.dialog-login-wrap.dialog-wrap::before {
  display: none;
}

.dialog-wrap .hide {
  display: none;
}
.dialog-wrap .msgdialog-opt{
  margin: 5px 0;
}

/* アイテムメッセージリスト */
.dialog-wrap .msgdialog-opt .item-msg-list {
  max-height: 400px; /* テーブル最大の高さ */
  overflow-y: auto;  /* 縦スクロール */
}

/* アイテムメッセージリスト テーブル */
.dialog-wrap .msgdialog-opt .item-msg-list table {
  border-collapse:separate;
  width: 100%;
  font-size: 0.9em;
}

/* アイテムメッセージリスト テーブルのヘッダー行 */
.dialog-wrap .msgdialog-opt .item-msg-list table .header-row th {
  border: 1px solid black;
  background-color: #f0f0f0; /* 背景色 */
  position: -webkit-sticky; /* 固定位置を設定 */
  position: sticky;
  top: 0px;
  z-index: 1;
}

.dialog-wrap .msgdialog-opt .item-msg-list table .item-name{
  width:30%;
}

.dialog-wrap .msgdialog-opt .item-msg-list table .msg{
  width:70%;
}

/* アイテムメッセージリスト テーブルのヘッダー行以外 */
.dialog-wrap .msgdialog-opt .item-msg-list table .body-rows td {
  border: 1px solid black;
  padding: 2px;
  text-align: left;
}

.dialog-notice {
  margin-bottom: 30px;
}
.dialog-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  z-index: 910;
}
.dialog-msgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 50px);
  max-width: 380px;
  padding: 30px 15px 50px;
  background: var(--backcolor-white);
  border: 3px solid var(--color-main);
  border-radius: 12px;
}
.dialog-msgbox-header {
  text-align: center;
}
.dialog-msgbox-logo {
  width: 100px;
}
.dialog-msgbox-guide {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: var(--font-bold);
}
.dialog-msgbox-guide p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.dialog-msgbox-guide p:last-child {
  margin-bottom: 0;
}
.dialog-msgbox-btn-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.dialog-msgbox-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 11em;
  height: 38px;
  color: #000;
  font-size: 1.8rem;
  font-weight: var(--font-bold);
  border: 1px solid var(--bdrcolor-black);
  border-radius: 30px;
  background: var(--backcolor-white);
  cursor: pointer;
}
.dialog-msgbox-btn:last-child {
  margin-bottom: 0;
}

.dialog-msgbox-btn.btn_red {
    background: var(--color-accent1);
    color: #fff;
}
.dialog-msgbox-btn.btn_gray {
    background: var(--color-gray);
    color: #fff;
}
@media screen and (max-width: 960px) {
  .dialog-msgbox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
}

/*----------------------------------------*/
/* メッセージボックス／ダイアログ */
/*----------------------------------------*/
.msgdialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100dvw;
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
.msgdialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.msgdialog-close {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.msgdialog-inner {
  display: inline-block;
  padding: 30px 35px;
  height: auto;
  background: #fff;
  border-radius: 5px;
}
.msgdialog-title {
  margin-bottom: 5px;
  font-size: 2.0rem;
  text-align: center;
}
p.msgdialog-msg {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.msgdialog-btnarea {
  display: flex;
  justify-content: center;
  width: 265px;
  min-width: 100%;
}
.btn-msgdialog {
  width: calc(50% - 15px / 2);
  max-width: 8em;
  margin-right: 15px;
  padding-left: 1em;
  padding-right: 1em;
  color: #000;
  font-weight: var(--font-bold);
  line-height: 2em;
  border: 1px solid var(--color-gray);
  border-radius: 3px;
}
.btn-msgdialog:nth-of-type(2n) {
  margin-right: 0;
}
.btn-msgdialog.btn-msgdialog__submit {
  color: var(--text-red);
  border: 1px solid var(--color-red);
}

.btn-msgdialog.btn-msgdialog__submit:disabled {
  color: var(--color-gray);
  border: 1px solid var(--color-gray);
  background-color: var(--color-gray-light);
}

@media screen and (max-width: 960px) {
  .msgdialog {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
}
/*------------------------------------------*/
/* クーポンご利用案内 ／ フッター固定タイプ */
/*------------------------------------------*/
.msgpopup-wrap {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  text-align: center;
  z-index: 40;
}
.msgpopup-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px;
  text-align: center;
}
.msgpopup-main.type-coupon {
  height: 120px;
  color: #fff;
  background: var(--msgpopup-bg-image) center center;
  border: 1px solid var(--coupon-popup-color);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.msgpopup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.icon-close.icon-msgpopup-close {
  width: 35px;
  height: 6px;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  background: currentColor;
  border-radius: 0.1em;
  transform: rotate(45deg);
}
.icon-close.icon-msgpopup-close:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.msgpopup-txt {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: var(--font-bold);
}
@media screen and (max-width: 960px) {
  .msgpopup-main.type-coupon {
    height: auto;
    border-radius: 10px;
  }
  .msgpopup-txt {
    font-size: calc(1.4rem + 2 * ((100vw - 520px) / 440));
  }
}
@media screen and (max-width: 520px){
  .icon-close.icon-msgpopup-close {
    width: 25px;
    height: 5px;
  }
  .msgpopup-main {
    width: 100%;
    max-width: inherit;
  }
  .msgpopup-txt {
    font-size: 1.4rem;
  }
}
.msgpopup-coupon-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.msgpopup-coupon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  color: var(--coupon-popup-text);
  font-size: 1.6rem;
  font-weight: var(--font-bold);
  line-height: 1;
  background: #fff;
  border-radius: 3px;
}
.msgpopup-coupon::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  display: block;
  margin: auto;
  width: 7px;
  height: 12px;
  border-radius: 0 7px 7px 0;
  background: var(--coupon-popup-bgcolor);
}
.msgpopup-coupon::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  display: block;
  margin: auto;
  width: 7px;
  height: 12px;
  border-radius: 7px 0 0 7px;
  background: var(--color-accent1);
}
@media screen and (max-width: 960px) {
  .msgpopup-coupon {
    height: auto;
    padding: 10px 0;
    font-size: calc(1.4rem + 2 * ((100vw - 520px) / 440));
  }
  .msgpopup-coupon::before {
    width: 6px;
    height: 10px;
  }
  .msgpopup-coupon::after {
    width: 6px;
    height: 10px;
  }  
}
@media screen and (max-width: 520px){
  .msgpopup-wrap {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .msgpopup-coupon-wrap {
    margin-top: 10px;
  }
  .msgpopup-close {
    top: 10px;
    right: 10px;
  }  
  .msgpopup-coupon {
    font-size: 1.4rem;
  }
}

ul.btn-link-footer {
  padding-top: 100px;
}

.amount-check + ul.btn-link-footer {
  padding-top: 50px;
}

.reorder-entry + ul.btn-link-footer {
  padding-top: 20px;
}

.cmn-transition-area + ul.btn-link-footer {
  padding-top: 30px;
}
ul.btn-link-footer > li {
  text-align: center;
  padding-bottom: 20px;
}
ul.btn-link-footer > li:last-child {
  padding-bottom: 0;
}
ul.btn-link-footer p + .btn-link_basic {
  margin-top: 5px;
}
.msg_basic {
  text-align: center;
  font-size: 2.2rem;
}
.side-none-contents > .msg_basic:first-child,
.breadcrumb + .msg_basic {
  padding-top: calc(70px - 38px);
}
@media (min-width: 521px) and (max-width: 960px) {
  .msg_basic {
    font-size: calc(1.6rem + 6 * (100vw - 520px) / 440);
  }
}
@media screen and (max-width: 520px) {
  .msg_basic {
    font-size: 1.6rem;
  }
  ul.btn-link-footer {
    padding-top: 50px;
  }
}

/* stepbar */
.stepbar-block {
  padding-bottom: 30px;
}
.stepbar-list {
  position: relative;
  display: flex;
  justify-content: center;
}
.stepbar-list > li {
  position: relative;
  text-align: center;
  color: var(--stepbar-color);
  font-size: 1.2rem;
  line-height: 1.2em;
}
.stepbar-list > li.current {
  color: var(--color-main);
  font-weight: var(--font-bold);
}
.stepbar-list > li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--stepbar-color);
}
.stepbar-list > li.current::before {
  background: var(--color-main);
}
.stepbar-list > li:last-child::before {
  display: none;
}
.stepbar-list > li::after {
  content: '';
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 16px;
  background: #fff;
  z-index: 0;
}
.stepbar-list > li > span {
  display: block;
  padding-top: 20px;
}
.stepbar-list > li > span::after {
  content: '';
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--stepbar-color);
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
}
.stepbar-list > li.current > span::after {
  border: 2px solid var(--color-main);
  background: var(--color-main);
}

.stepbar-list.stepbar_type_w3em > li {
  width: calc(3em + 1.5em);
}
.stepbar-list.stepbar_type_w3em > li > span {
  padding-right: 1.5em;
}
.stepbar-list.stepbar_type_w3em > li::after,
.stepbar-list.stepbar_type_w3em > li > span::after {
  left: calc(50% - 1.5em / 2);
}
.stepbar-list.stepbar_type_w3em > li::before {
  left: 1.5em;
}
.stepbar-list.stepbar_type_w3em > li:last-child {
  width: 3em;
}
.stepbar-list.stepbar_type_w3em > li:last-child > span {
  padding-right: 0;
}
.stepbar-list.stepbar_type_w3em > li:last-child > span::after,
.stepbar-list.stepbar_type_w3em > li:last-child::after {
  left: 50%;
}

.stepbar-list.stepbar_type_w4em > li {
  width: calc(4em + 2em);
}
.stepbar-list.stepbar_type_w4em > li > span {
  padding-right: 2em;
}
.stepbar-list.stepbar_type_w4em > li::after,
.stepbar-list.stepbar_type_w4em > li > span::after {
  left: calc(50% - 2em / 2);
}
.stepbar-list.stepbar_type_w4em > li::before {
  left: 2em;
}
.stepbar-list.stepbar_type_w4em > li:last-child {
  width: 4em;
}
.stepbar-list.stepbar_type_w4em > li:last-child > span {
  padding-right: 0;
}
.stepbar-list.stepbar_type_w4em > li:last-child > span::after,
.stepbar-list.stepbar_type_w4em > li:last-child::after {
  left: 50%;
}

.stepbar-list.stepbar_type_w6em > li {
  width: calc(6em + 1em);
}
.stepbar-list.stepbar_type_w6em > li > span {
  padding-right: 1em;
}
.stepbar-list.stepbar_type_w6em > li::after,
.stepbar-list.stepbar_type_w6em > li > span::after {
  left: calc(50% - 1em / 2);
}
.stepbar-list.stepbar_type_w6em > li::before {
  left: 3em;
}
.stepbar-list.stepbar_type_w6em > li:last-child {
  width: 6em;
}
.stepbar-list.stepbar_type_w6em > li:last-child > span {
  padding-right: 0;
}
.stepbar-list.stepbar_type_w6em > li:last-child > span::after,
.stepbar-list.stepbar_type_w6em > li:last-child::after {
  left: 50%;
}

.notice-content {
  text-align: center;
}
.notice-content + .cmn-transition-area,
.guide-content + .cmn-transition-area {
  margin-top: 100px;
}
.breadcrumb + .main .notice-content,
.breadcrumb + .notice-content {
  padding-top: calc(70px - 38px);
}
@media screen and (max-width: 520px) {
  .breadcrumb + .main .notice-content {
    padding-top: calc(50px - 38px);
  }
  .breadcrumb + .notice-content {
    padding-top: 30px;
  }
  .notice-content + .cmn-transition-area,
  .guide-content + .cmn-transition-area {
    margin-top: 50px;
  }
  .notice-content.set_pt_sp {
    padding-top: 10px;
  }
}

/****コモンマージン***/
.mt05 {
  margin-top: 5px !important;
}
.mt06 {
  margin-top: 6px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
h2.fav-faolder-select-title{
  text-align: center;
  font-size: 2.6rem;
}


.notification {
  position: fixed;
  right: 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 324px;
  transition: top 0.3s ease-in-out;
  z-index: 950;
}

.notification.hide {
  display: none;
}

.notification.in {
  animation: slideIn 0.4s ease;
}

.notification.out {
  animation: fadeOut 0.3s ease-out;
}

@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.notification.shop{
  border: 1px solid var(--color-gray);
  height: 180px;
}

.notification.shop .item-box{
  padding: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}

.notification.shop .message{
  text-align: center;
  padding: 5px 0;
}

.notification.shop .item-box .item-image{
  width: 90px;
  height: 90px;
  margin-right: 5px;

  /* 商品名の長さに応じて縮小しないように */
  flex-shrink: 0;

  display: grid;
  place-items: center;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}

.notification.shop .item-box .item-image img{
  max-width: 100%;
  max-height: 100%;
}

.notification.shop .item-box .item-name{
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification.shop .pay{
  font-weight: var(--font-bold);
  text-align: center;
  padding: 5px 0;
}

/* ローディング */
.loader {
	background-color: black;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index:10001;
	place-content: center;
	display:none;
}

.loader.active{
	display: grid !important;
}

.loader.fullscreen {
	position: fixed;
	width: 100vw;
	height: 100vh;
}

.loader .circle {
	--circle-width: 10rem;
	width: var(--circle-width);
	height: var(--circle-width);
	border-radius: calc(var(--circle-width) * 1.5);
	border:1rem solid #fff;
	border-top-color:rgba(0,0,0,0.3);
	box-sizing:border-box;
	animation:circle 1s linear infinite;
}

@keyframes circle{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(360deg)}
}
