/* CSS Document */
.textnone {
	position: absolute;
	z-index: -1;
	color: rgba(0,0,0,0);
	background-color: rgba(255,255,255,0);
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/* text style */
[wc-text-be]::before,
[wc-text-af]::after {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
[wc-text-be]::before {
	content: attr(wc-text-be) "";
}
[wc-text-af]::after {
	content: attr(wc-text-af) "";
}

.wcscroll_mask_l {
	-webkit-mask-image: -webkit-linear-gradient(left, transparent var(--maskst,0.5rem),black var(--maskstdif,2rem),black calc( var(--maskend,100%) - var(--maskenddif,2rem)),transparent var(--maskend,100%));
	mask-image: linear-gradient(to right, transparent var(--maskst,0.5rem),black var(--maskstdif,2rem),black calc( var(--maskend,100%) - var(--maskenddif,2rem)),transparent var(--maskend,100%));
}
.wcscroll_mask_v {
	-webkit-mask-image: -webkit-linear-gradient(top, transparent var(--maskst,0.5rem),black var(--maskstdif,2rem),black calc( var(--maskend,100%) - var(--maskenddif,2rem)),transparent var(--maskend,100%));
	mask-image: linear-gradient(to bottom, transparent var(--maskst,0.5rem),black var(--maskstdif,2rem),black calc( var(--maskend,100%) - var(--maskenddif,2rem)),transparent var(--maskend,100%));
}
[wc-scr-pos] {
	position: relative;
	z-index: 1;
}
[wc-scr-pos][pos-type='x'] {
	max-width: 100%;
}
[wc-scr-pos][pos-type='y'] {
	max-height: 100%;
}
[wc-scr-pos]:not([wc-scr-pos="none"]) {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
[wc-scr-pos][pos-type='x']:not([wc-scr-pos="none"]) {
	overflow-x: auto;
}
[wc-scr-pos][pos-type='y']:not([wc-scr-pos="none"]) {
	overflow-y: auto;
}
[wc-scr-pos]:not(.wcmasknone):not([wc-scr-pos="none"]) {
	transition: mask-size 0.2s ease;
}
[wc-scr-pos][pos-type='x']:not(.wcmasknone):not([wc-scr-pos="none"]):not([wc-scr-pos="false"]) {
	-webkit-mask-image: linear-gradient(to right, transparent 0.125rem,black 2.5rem,black calc( 100% - 2.5rem),transparent calc( 100% - 0.125rem));
	mask-image: linear-gradient(to right, transparent 0.125rem,black 2.5rem,black calc( 100% - 2.5rem),transparent calc( 100% - 0.125rem));
}
[wc-scr-pos][pos-type='y']:not(.wcmasknone):not([wc-scr-pos="none"]):not([wc-scr-pos="false"]) {
	-webkit-mask-image: linear-gradient(to bottom, transparent 0.125rem,black 2.5rem,black calc( 100% - 2.5rem),transparent calc( 100% - 0.125rem));
	mask-image: linear-gradient(to bottom, transparent 0.125rem,black 2.5rem,black calc( 100% - 2.5rem),transparent calc( 100% - 0.125rem));
}
[wc-scr-pos][pos-type='x'][wc-scr-pos="false"],
[wc-scr-pos][pos-type='y'][wc-scr-pos="false"] {
	-webkit-mask-image: none;
	mask-image: none;
}
[wc-scr-pos="active"]:not(.wcmasknone),
[wc-scr-pos="false"]:not(.wcmasknone) {
	-webkit-mask-position: center center;
	mask-position: center center;
}
[wc-scr-pos="active"]:not(.wcmasknone) {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
[wc-scr-pos="false"][pos-type='x']:not(.wcmasknone) {
	-webkit-mask-size: calc(100% + 5rem) 100%;
	mask-size: calc(100% + 5rem) 100%;
}
[wc-scr-pos="false"][pos-type='y']:not(.wcmasknone) {
	-webkit-mask-size: 100% calc(100% + 5rem);
	mask-size: 100% calc(100% + 5rem);
}
[wc-scr-pos="first"][pos-type='x']:not(.wcmasknone),
[wc-scr-pos=""][pos-type='x']:not(.wcmasknone) {
	-webkit-mask-position: center right;
	mask-position: center right;
	-webkit-mask-size: calc(100% + 2.5rem) 100%;
	mask-size: calc(100% + 2.5rem) 100%;
}
[wc-scr-pos="last"][pos-type='x']:not(.wcmasknone) {
	-webkit-mask-position: center left;
	mask-position: center left;
	-webkit-mask-size: calc(100% + 2.5rem) 100%;
	mask-size: calc(100% + 2.5rem) 100%;
}
[wc-scr-pos="first"][pos-type='y']:not(.wcmasknone),
[wc-scr-pos=""][pos-type='y']:not(.wcmasknone) {
	-webkit-mask-position: bottom center;
	mask-position: bottom center;
	-webkit-mask-size: 100% calc(100% + 2.5rem);
	mask-size: 100% calc(100% + 2.5rem);
}
[wc-scr-pos="last"][pos-type='y']:not(.wcmasknone) {
	-webkit-mask-position: top center;
	mask-position: top center;
	-webkit-mask-size: 100% calc(100% + 2.5rem);
	mask-size: 100% calc(100% + 2.5rem);
}
[wc-scr-pos]:not([wc-scr-pos="none"])::-webkit-scrollbar {
	display: none;
}
#mainwrap .blockreset {
  padding: 0;
  margin: 0;
}
#mainwrap .formcontentswrap {
  padding: 0;
  margin: 0;
}
#mainwrap .formcontentswrap .ec-pageHeader h1 {
  margin: 0 0 2rem;
  padding: calc(var(--avesize) * 2);
}
#mainwrap .formcontentswrap .formwrap {
  max-width: 680px;
  margin: 0 auto 2rem;
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
}
#mainwrap .formcontentswrap .formwrap > * {
  width: 100%;
  margin: 0;
}
.linebtnlinkarea {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
  border: none;
  border-radius: 0;
}
#mainwrap .formcontentswrap .formwrap .ec-borderedDefs dl {
  display: flex;
  padding: calc(var(--avesize) * 2);
}
body[wc-view-code="sp"] #mainwrap .formcontentswrap .formwrap .ec-borderedDefs dl {
  flex-flow: column;
}
body:not([wc-view-code="sp"]) #mainwrap .formcontentswrap .formwrap .ec-borderedDefs dl {
  flex-flow: row;
}
#mainwrap .formcontentswrap .formwrap .ec-borderedDefs dl dd .ec-halfInput {
  display: flex;
  gap: 1px;
}
#mainwrap .formcontentswrap .formwrap .ec-borderedDefs dl dd .ec-halfInput > * {
  margin: 0;
}
#mainwrap .formcontentswrap .formwrap .ec-borderedDefs dl dd .ec-halfInput:not([half-state="none"]) > * {
  width: calc((100% - 1px) * 0.5);
}
#mainwrap .formcontentswrap .formwrap .ec-borderedDefs dl dd .ec-halfInput[half-state="none"] > * {
  width: 100%;
}
#mainwrap .formcontentswrap .formwrap input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	border:none;
	box-shadow:none;
	box-sizing:border-box;
	font-size: 16px;
	padding: 0;
  text-indent: calc(var(--avesize) * 2);
}
#mainwrap .formcontentswrap .formwrap input::placeholder {
  font-size: 0.9rem;
}
/*----------------------------------------------------
** html
**----------------------------------------------------*/
html {
	touch-action: manipulation;
	font-family: var(--basefont);
	color: var(--defColor);
  max-width: var(--windowwidth);
}



html.pagestandby body {
  opacity: 0;
}





/*----------------------------------------------------
** header
**----------------------------------------------------*/
#customizeheader {
  top: 0px;
  left: 0px;
  z-index: 9000;
  margin-bottom: calc((var(--headerBtnSize,2rem) + var(--headerPaddingTop,0px) + var(--headerPaddingBottom,0px)) * -1);
  transition: background-color 0.3s ease;
}
html.headersticky #customizeheader {
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
}
html:not(.headersticky) #customizeheader {
  background-color: rgba(var(--defBgColorRGB),0);
}
#customizeheader .header {
  width: 100%;
  max-width: var(--innerWidth,100%);
  padding: var(--headerPaddingTop,0px) var(--headerPaddingRight,0px) var(--headerPaddingBottom,0px) var(--headerPaddingLeft,0px);
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 auto;
}
#customizeheader[btn-flow="right"] .header {
  justify-content: flex-end;
}
#customizeheader .header .logo,
#customizeheader .header .menubtn {
  height: var(--headerBtnSize,2rem);
}
#customizeheader .header .logo {
  display: block;
  position: absolute;
  z-index: 1;
  top: var(--headerPaddingTop,0px);
  left: var(--headerPaddingLeft,0px);
}
#customizeheader .header .menubtn {
  width: var(--headerBtnSize,max-content);
  cursor: pointer;
}
#customizeheader .header .menubtn[wc-icon] {
  position: relative;
  z-index: 1;
}
#customizeheader .header .menubtn[wc-icon]::before {
  content: "";
  display: block;
  background-color: var(--headerIconColor);
	-webkit-mask-image: var(--wciconsrc);
	mask-image: var(--wciconsrc);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: var(--headerBtnSize);
	mask-size: var(--headerBtnSize);
}
#customizeheader .header .menubtn[wc-icon][name]::before {
  width: 61.8%;
  padding-top: 61.8%;
  left: 19.1%;
}
#customizeheader .header .menubtn[wc-icon]:not([name])::before {
  width: 100%;
  padding-top: 100%;
  left: 0;
}
#customizeheader .header .menubtn[drawer-menu="cartmenu"] .numbadge {
  display: block;
  padding: 0 var(--avesize);
  line-height: 1rem;
  font-family: "Number";
  border-radius: 0.5rem;
  background-color: var(--accentColor);
  color: var(--contrastColor);
  font-weight: 700;
  font-size: 0.7rem;
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(100% - 0.9rem);
}
#customizeheader .header .menubtn[drawer-menu="cartmenu"] .numbadge::before {
  content: attr(cart-count);
}
#customizeheader .header .logo img {
  width: auto;
  height: var(--headerBtnSize,0px);
  position: relative;
  z-index: 1;
}
#customizeheader .header .logo::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}






#customizeheader + * {
  padding-top: calc(var(--headerBtnSize,2rem) + var(--headerPaddingTop,0px) + var(--headerPaddingBottom,0px));
}





#mainwrap {
  background-color: var(--defBgColor);
}
#mainwrap .ec-layoutRole {
  background: none;
}






footer#customizefooter {
  background-image: url("/img/pattern_01.png");
  background-position: center;
  background-repeat: repeat;
  color: var(--contrastColor);
}
body[wc-view-code="sp"] footer#customizefooter {
  background-size: 100px 100px;
}
footer#customizefooter .footer,
footer#customizefooter .footerbottom {
  width: 100%;
  padding-right: calc((100% - var(--innerWidth)) * 0.5);
  padding-left: calc((100% - var(--innerWidth)) * 0.5);
}
footer#customizefooter .footer {
  padding-top: var(--headerBtnSize);
  padding-bottom: 2rem;
}
body[wc-view-code="sp"] footer#customizefooter .footer {
  display: flex;
  flex-flow: column;
  gap: calc(var(--avesize) * 2);
  padding-right: 1rem;
  padding-left: 1rem;
}
body:not([wc-view-code="sp"]) footer#customizefooter .footer {
  column-count: 3;
  column-gap: calc(var(--avesize) * 2);
}
body:not([wc-view-code="sp"]) footer#customizefooter .footer .ecblock {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
}


footer#customizefooter .footer .ecblock dl {
  margin-top: var(--avesize);
}
footer#customizefooter .footer .ecblock dl:not(.flextype) > dt {
  box-sizing: border-box;
  padding: var(--avesize) 1rem;
  font-weight: 700;
}
footer#customizefooter .footer .ecblock > dt {
  border: solid 1px var(--contrastColor);
  padding: var(--avesize) 1rem;
  text-align: center;
  font-weight: 700;
}
footer#customizefooter .footer .ecblock dd dl:not(.flextype) > dt {
  background-color: var(--contrastColor);
  color: var(--defColor);
  width: max-content;
}
footer#customizefooter .footer .ecblock p {
  padding: var(--avesize) 1rem;
  line-height: 1.2rem;
  font-size: 0.8rem;
}
footer#customizefooter .footer .ecblock ul.icons {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  list-style-position: outside;
  padding: var(--avesize) var(--avesize) 0 1rem;
  gap: var(--avesize);
}
footer#customizefooter .footer .ecblock ul.icons li[icon-check="true"] {
  
}
footer#customizefooter .footer .ecblock ul.icons li[icon-check="true"]::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
}
footer#customizefooter .footer .ecblock ul.icons li[icon-check="false"] {
  line-height: 2rem;
  white-space: nowrap;
  font-weight: 700;
  padding: 0 0.5rem;
  border: solid 1px var(--contrastColor);
  border-radius: var(--avesize);
}
footer#customizefooter .footer .ecblock ul.icons li[icon-check="false"]::before {
  content: attr(card-name);
}
footer#customizefooter .footer .ecblock ul.normal {
  list-style: disc;
  list-style-position: outside;
  padding: var(--avesize) var(--avesize) 0 1rem;
}
footer#customizefooter .footer .ecblock ul.normal li {
  line-height: 1.2rem;
  font-size: 0.8rem;
  padding-bottom: var(--avesize);
  margin-left: 1rem;
}
footer#customizefooter .footer .ecblock dl.flextype {
  border: solid 1px var(--contrastColor);
  display: flex;
}
footer#customizefooter .footer .ecblock dl.flextype > dt {
  border-right: solid 1px var(--contrastColor);
  flex: none;
  width: 38.2%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2rem;
  font-size: 0.8rem;
  font-weight: 700;
}
footer#customizefooter .footer .ecblock dl.flextype > dd {
  flex: 1;
  width: 61.8%;
}

footer#customizefooter .footerbottom {
  border-top: solid var(--bordersize) var(--contrastColor);
  padding-top: 2rem;
  padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 0;
}
footer#customizefooter .footertextlinks {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  max-width: var(--maxWidth,100%);
  width: 100%;
  flex: none;
  padding-bottom: var(--avesize);
}
footer#customizefooter .footertextlinks > div {
  margin-top: var(--avesize);
  padding: var(--avesize) 0;
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1em;
  font-size: 0.9rem;
  font-weight: 700;
  flex: none;
}
footer#customizefooter .footertextlinks > div:not(:last-child):not(.nonemargin) {
  margin-right: calc(var(--avesize) * 4);
}
footer#customizefooter .footertextlinks > div + div:not(.noneline)::before {
  content: "";
  display: block;
  width: var(--bordersize);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: calc(var(--avesize) * -2);
  transform: translateX(50%);
  background-color: var(--footerColor);
}
footer#customizefooter .footertextlinks a {
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1em;
  text-decoration: underline;
  color: var(--contrastColor);
}





#wcCopyright a {
  color: var(--contrastColor);
  font-weight: 700;
}




#cartmenu .cartitems {
  display: flex;
  flex-flow: column;
  gap: 1px;
}
#cartmenu .cartitems .cartitem {
  overflow: hidden;
  background-color: var(--defBgColor);
  padding-right: var(--avesize);
}
#cartmenu .cartitems .cartitem figure {
  display: block;
  float: left;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: var(--avesize);
}
#cartmenu .cartitems .cartitem .cartitemdata {
  line-height: 1.2rem;
}
#cartmenu .cartitems .cartitem .cartitemdata .itemname {
  font-size: 0.9rem;
  font-weight: 700;
}
#cartmenu .cartitems .cartitem .cartitemdata .productitem {
  font-size: 0.8rem;
}
#cartmenu .cartitems .cartitem .itempricearea {
  display: flex;
  font-family: "Number";
  text-align: right;
  justify-content: flex-end;
}
#cartmenu .cartitems .cartitem .itempricearea .itemcount {
  margin-right: var(--avesize);
}
#cartmenu .cartitems .cartitem .itempricearea .itemcount::before {
  content: "数量：";
  font-size: 0.75rem;
}
#cartmenu .cartitems .cartitem figure img {
  width: 100%;
  height: 100%;
}
#cartmenu .cartpricearea {
  background-color: var(--defBgColor);
  padding: 0.5rem var(--avesize);
  text-align: right;
}
#cartmenu .btnarea {
  padding: 1rem 0 2rem;
}
#cartmenu .btnarea a {
  display: flex;
  align-items: center;
  padding: 0 calc(var(--avesize) * 2);
  width: max-content;
  height: var(--headerBtnSize);
  border-radius: calc(var(--avesize) * 2);
  color: var(--contrastColor);
  background-color: var(--defColor);
  margin: 0 auto;
  white-space: nowrap;
  font-weight: 700;
}
#cartmenu .cartitemnull {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
}






/*
#mainwrap .ec-layoutRole__main {
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
}
*/
#mainwrap .ec-layoutRole__main .ec-pageHeader {
  
}
#mainwrap .ec-layoutRole__main .ec-pageHeader h1 {
  color: var(--defColor);
  font-size: 1.2rem;
}
#mainwrap .ec-progress .ec-progress__label {
  font-size: 0.8rem;
}
#mainwrap .ec-progress .is-complete .ec-progress__label {
  color: var(--accentCtColor);
  font-weight: 700;
}
#mainwrap .ec-progress {
  display: flex;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: calc(var(--avesize) * 2);
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
}
#mainwrap .ec-progress .ec-progress__item {
  width: 20%;
  box-sizing: border-box;
  padding: 0 var(--avesize);
}
#mainwrap .ec-progress .ec-progress__number {
  font-family: "Number";
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: var(--headerBtnColor);
}
#mainwrap .ec-progress .is-complete .ec-progress__number {
  background-color: var(--accentCtColor);
  font-weight: 700;
}
#mainwrap .ec-progress .ec-progress__item::after {
  background-color: var(--sysDarkBgColor);
  height: 4px;
  top: calc(1.3rem - 2px);
}
#mainwrap .ec-progress .ec-progress__item:last-child::after {
  display: none;
}
#mainwrap .ec-cartRole#form_cart {
  padding-right: 0;
  padding-left: 0;
}
#mainwrap .ec-cartRole:not(#form_cart) {
  padding-right: var(--headerPaddingRight);
  padding-left: var(--headerPaddingLeft);
  padding-bottom: 2rem;
}
#mainwrap .ec-cartRole .ec-cartRole__totalText {
  margin: 2rem auto;
}
#mainwrap .ec-cartRole__totalText > p {
  font-size: 0.9rem;
  color: var(--defColor);
}
#mainwrap .ec-cartRole__totalText > p strong {
  font-size: 1rem;
}

#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon::after,
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon::after,
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--defColor);
	-webkit-mask-size: var(--headerBtnSize);
	mask-size: var(--headerBtnSize);
}
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon::after,
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon::after {
	-webkit-mask-image: url("/img/icons/link_minus.svg");
	mask-image: url("/img/icons/link_minus.svg");
}
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon::after {
	-webkit-mask-image: url("/img/icons/link_plus.svg");
	mask-image: url("/img/icons/link_plus.svg");
}

#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon::after,
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon::after,
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon::after,
#mainwrap .ec-cartRow .ec-cartRow__delColumn .ec-icon {
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}


#mainwrap .ec-cartRow .ec-cartRow__delColumn .ec-icon {
  background-color: var(--sysDarkBgColor);
	-webkit-mask-image: url("/img/icons/delete.svg");
	mask-image: url("/img/icons/delete.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}
#mainwrap .ec-cartRole .ec-cartRole__cart {
  display: flex;
  flex-flow: column;
  gap: 1px;
  margin: 0 auto;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable {
  border: none;
  display: flex;
  flex-flow: column;
  gap: 1px;
  margin: 0 auto;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow {
  display: flex;
  flex-flow: wrap;
  gap: 1px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: calc(2rem + 1px);
  box-sizing: border-box;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow > * {
  display: flex;
  align-items: center;
  background-color: var(--defBgColor);
  min-height: calc(2rem + var(--avesize) * 2);
  border: none;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__delColumn {
  width: 2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
}
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img,
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img,
#mainwrap .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img,
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  opacity: 0;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__img {
  width: 3rem;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__contentColumn {
  box-sizing: border-box;
  border: none;
  padding: var(--avesize);
}
body[wc-view-code="sp"] #mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__contentColumn,
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__summary {
  width: 100%;
}
body:not([wc-view-code="sp"]) #mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__contentColumn {
  min-width: calc(50% + 3rem + var(--avesize));
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow .ec-cartRow__summary {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amountColumn {
  min-width: calc(4rem + var(--avesize));
  width: max-content;
  gap: var(--avesize);
  padding: 0 var(--avesize) 0 0;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amount,
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amountSP {
  white-space: nowrap;
  padding: 0 var(--avesize);
  font-family: "Number";
  margin: auto;
  font-size: 0.9rem;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amount::before,
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amountSP::before {
  content: "数量:";
  font-family: var(--jptype);
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: space-between;
  width: calc(4rem + var(--avesize));
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amountUpDown > * {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0;
  display: block;
  border: none;
  line-height: 1;
  background-color: var(--sysDarkBgColor);
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__amountUpDown > * span {
  border-radius: 50%;
  background-color: var(--defBgColor);
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__subtotalColumn {
  max-width: 100%;
  flex: 1;
  width: max-content;
  box-sizing: border-box;
  padding-right: var(--avesize);
  justify-content: flex-end;
  font-family: "Number";
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__name a {
  color: var(--defColor);
  font-weight: 700;
  text-decoration: underline;
  font-size: 0.9rem;
  line-height: 1rem;
  display: flex;
  flex-flow: wrap;
}
#mainwrap .ec-cartRole .ec-cartRole__cart .ec-cartTable .ec-cartRow .ec-cartRow__name a::after {
  content: "";
  display: block;
  background-color: var(--defColor);
	-webkit-mask-image: url("/img/icons/link_blank.svg");
	mask-image: url("/img/icons/link_blank.svg");
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
  width: 1rem;
  height: 1rem;
}

#mainwrap .ec-cartRole .ec-cartRole__actions {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: calc(var(--avesize) * 2);
  flex-flow: wrap;
  justify-content: center;
}
#mainwrap .ec-cartRole .ec-cartRole__total {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem var(--avesize);
  margin-top: 1px;
  margin-bottom: 1rem;
  background-color: var(--defBgColor);
}





#mainwrap .ec-layoutRole .ec-layoutRole__contents {
  max-width: var(--columnWidth);
}
#mainwrap.customitemdetail .ec-layoutRole .ec-layoutRole__contents {
  margin-bottom: 2rem;
}
#mainwrap .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-bottom: 1rem;
}
#mainwrap .ec-blockBtn--action {
  display: flex;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  align-items: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0 calc(var(--avesize) * 2);
  text-decoration: none;
  color: var(--contrastColor);
  background-color: var(--accentColor);
  width: max-content;
  height: var(--headerBtnSize);
  line-height: 1;
  font-size: 1rem;
  justify-content: center;
  border-radius: calc(var(--avesize) * 2);
}
#mainwrap .ec-blockBtn--cancel {
  display: flex;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  align-items: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0 calc(var(--avesize) * 2);
  text-decoration: none;
  color: var(--contrastColor);
  background-color: var(--headerBtnColor);
  width: max-content;
  height: var(--headerBtnSize);
  line-height: 1;
  font-size: 1rem;
  justify-content: center;
  border-radius: calc(var(--avesize) * 2);
}
#mainwrap .ec-topicpath {
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
  letter-spacing: -0.4em;
  border: none;
  list-style: none;
  overflow: hidden;
  font-size: 0.9rem;
  color: var(--accentCtColor);
  display: flex;
  flex-flow: wrap;
  gap: var(--avesize);
}
body[wc-view-code="sp"] #mainwrap .ec-topicpath {
  padding: 0 var(--headerPaddingRight) 0 var(--headerPaddingLeft);
}
body:not([wc-view-code="sp"]) #mainwrap .ec-topicpath {
  padding: 0 1rem;
}
#mainwrap .ec-topicpath .ec-topicpath__divider {
  display: flex;
  height: var(--headerBtnSize);
  align-items: center;
  min-width: 0;
}
#mainwrap .ec-topicpath a {
  display: flex;
  height: var(--headerBtnSize);
  align-items: center;
}
#mainwrap .ec-searchnavRole .ec-searchnavRole__infos {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--defColor);
  width: 100%;
  max-width: var(--columnWidth);
  display: flex;
  border: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1px;
  flex-direction: column;
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
}
body[wc-view-code="sp"] #mainwrap .ec-searchnavRole .ec-searchnavRole__infos {
  padding: 0 var(--headerPaddingRight) 0 var(--headerPaddingLeft);
}
body:not([wc-view-code="sp"]) #mainwrap .ec-searchnavRole .ec-searchnavRole__infos {
  padding: 0 1rem;
}
#mainwrap .ec-searchnavRole .ec-searchnavRole__counter {
  padding-top: 0.5rem;
}
#mainwrap .ec-shelfRole {
  margin: 0 auto;
  padding: 1px 0;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--defColor);
  width: 100%;
  max-width: var(--columnWidth);
}
#mainwrap .ec-shelfGrid {
  gap: 1px;
  margin: 0;
}
#mainwrap .ec-searchnavRole {
  padding: 0;
  max-width: var(--columnWidth);
}
#mainwrap .ec-searchnavRole .ec-searchnavRole__actions {
  width: 100%;
}
#mainwrap .ec-shelfGrid .ec-shelfGrid__item {
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
  margin: 0;
  box-sizing: border-box;
  padding: var(--avesize);
}
body[wc-view-code="sp"] #mainwrap .ec-shelfGrid .ec-shelfGrid__item {
  width: calc((100% - 1px) * 0.5);
}
#mainwrap .ec-shelfGrid .ec-shelfGrid__item-image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: var(--avesize);
}
#mainwrap .ec-shelfGrid .ec-shelfGrid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainwrap .ec-shelfGrid .itemname {
  font-weight: 700;
}
#mainwrap .ec-shelfGrid .ec-shelfGrid__item .price02-default {
  text-align: right;
  font-family: "Number";
  margin-top: var(--avesize);
  margin-bottom: var(--avesize);
  font-weight: 700;
  color: var(--accentColor);
}
#mainwrap .ec-role {
  box-sizing: border-box;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--defColor);
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
#mainwrap .ec-role:not(.ortabelwrap) {
  margin: 1rem auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-flow: wrap;
  gap: calc(var(--avesize) * 2);
  justify-content: center;
}
body:not([wc-view-code="sp"]) .ec-role:not(.ortabelwrap) {
  max-width: var(--columnWidth);
}
#mainwrap .ec-inlineBtn--cancel,
#mainwrap .ec-inlineBtn--action {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0 1rem;
  text-decoration: none;
  color: var(--contrastColor);
  width: max-content;
  height: var(--headerBtnSize);
  border-radius: calc(var(--avesize) * 2);
  box-sizing: border-box;
  align-items: center;
}
#mainwrap .ec-inlineBtn--cancel {
  background-color: var(--headerBtnColor);
}
#mainwrap .ec-inlineBtn--action {
  background-color: var(--accentColor);
}








#mainwrap.customitemdetail .ec-layoutRole .ec-layoutRole__main {
  border-radius: calc(var(--avesize) * 2);
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
}
body[wc-view-code="sp"] #mainwrap.customitemdetail .ec-layoutRole .ec-layoutRole__main {
  max-width: calc(100% - var(--avesize) * 4);
  margin: calc(var(--avesize) * 2) auto;
}
body[wc-view-code="sp"] #mainwrap.customitemdetail .ec-layoutRole .ec-layoutRole__main {
  margin-top: 2rem;
}
#mainwrap.customitemdetail .ec-productRole.customitemwrap {
  margin: 0 auto;
  padding: calc(var(--avesize) * 2);
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--defColor);
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: var(--columnWidth);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__profile {
  display: flex;
  flex-flow: wrap;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__title {
  width: 100%;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--defColor);
  margin: 0;
  padding-bottom: calc(var(--avesize) * 2);
}
body[wc-view-code="sp"] #mainwrap.customitemdetail .ec-productRole .ec-productRole__title .ec-headingTitle {
  padding-top: 2rem;
}
body:not([wc-view-code="sp"]) #mainwrap.customitemdetail .ec-productRole .ec-productRole__title .ec-headingTitle {
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__tags {
  margin: 0;
  border-bottom: none;
  width: 100%;
  padding: 0 0 calc(var(--avesize) * 2) 0;
  display: flex;
  flex-flow: wrap;
  gap: var(--avesize);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__tags .ec-productRole__tag {
  
}
#mainwrap.customitemdetail .ec-productRole .custompricearea {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  border-top: dotted 1px var(--defColor);
  border-bottom: dotted 1px var(--defColor);
  padding: calc(var(--avesize) * 2) 0;
  gap: calc(var(--avesize) * 2);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__priceRegular {
  display: flex;
  width: max-content;
  max-width: 100%;
  font-family: "Number";
  font-size: 1rem;
  padding: 0;
  align-items: center;
  opacity: 0.8;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__priceRegular::before {
  content: "通常価格";
  font-family: var(--jptype);
  font-size: 0.7rem;
  display: block;
  padding: 0 calc(var(--avesize) * 2);
  border-radius: var(--avesize);
  border: solid 1px var(--defColor);
  margin-right: var(--avesize);
  height: max-content;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__code {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding: calc(var(--avesize) * 2) 0 0 0;
  border: none;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__code::before {
  content: "商品コード";
  font-family: var(--jptype);
  font-size: 0.7rem;
  display: block;
  padding: 0 calc(var(--avesize) * 2);
  border-radius: var(--avesize);
  border: solid 1px var(--defColor);
  margin-right: var(--avesize);
  height: max-content;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__code * {
  font-family: var(--entype);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__price {
  padding: 0;
  text-align: right;
  font-size: 1rem;
  color: var(--accentColor);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__price .ec-price {
  display: flex;
  align-items: center;
  height: max-content;
}
#mainwrap.customitemdetail .ec-price .ec-price__price {
  display: block;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Number";
  line-height: 1.8rem;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__price .ec-price .ec-price__tax {
  margin-left: var(--avesize);
  font-size: 0.8rem;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__priceRegularTax {
  display: block;
  margin-left: var(--avesize);
  font-size: 0.7rem;
  padding-top: 0.2rem;
}


#mainwrap.customitemdetail .ec-productRole .ec-productRole__category {
  width: 100%;
  padding: calc(var(--avesize) * 2) 0;
  border-bottom: dotted 1px var(--defColor);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__category::before {
  font-family: var(--jptype);
  font-size: 0.7rem;
  display: block;
  width: max-content;
  height: max-content;
  padding: 0 calc(var(--avesize) * 2);
  border-radius: var(--avesize);
  border: solid 1px var(--defColor);
  margin: 0;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__category ul {
  padding-top: calc(var(--avesize) * 2);
  padding-left: 1rem;
  display: flex;
  flex-flow: column;
  gap: calc(var(--avesize) * 2);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__category ul li {
  display: flex;
  flex-flow: wrap;
  position: relative;
  z-index: 1;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__category ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  z-index: 1;
  top: calc(0.5rem - 2px);
  left: calc(-0.5rem - 2px);
  background-color: var(--defColor);
  border-radius: 50%;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__category a {
  display: block;
  text-decoration: underline;
  color: var(--accentCtColor);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__category ul li span {
  font-size: 0.8rem;
  color: var(--headerBtnColor);
}
#mainwrap.customitemdetail .ec-productRole form {
  width: 100%;
}
#mainwrap.customitemdetail .ec-productRole form.customitemform {
  padding-top: calc(var(--avesize) * 2);
  display: flex;
  flex-flow: column;
}
body[wc-view-code="sp"] #mainwrap.customitemdetail .ec-productRole form.customitemform {
}
body:not([wc-view-code="sp"]) #mainwrap.customitemdetail .ec-productRole form.customitemform {
}
#mainwrap.customitemdetail .ec-productRole form:not(.customitemform) {
  display: block;
  margin-top: calc(var(--avesize) * 2);
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-productRole__actions {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: calc(var(--avesize) * 2) 0;
  gap: calc(var(--avesize) * 2);
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-productRole__actions .ec-select {
  margin: 0 !important;
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-productRole__actions .ec-select .mb-3 {
  display: flex;
  flex-flow: wrap;
  margin: 0 !important;
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-productRole__actions .ec-select .mb-3 label {
  flex: none;
  font-family: var(--jptype);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--avesize);
  border-radius: var(--avesize) 0 0 var(--avesize);
  border: solid 1px var(--borderColor);
  border-right: dotted 1px var(--borderColor);
  background-color: var(--defBgColor);
  margin: 0;
  width: max-content;
  min-width: 100px;
  height: var(--headerBtnSize);
  box-sizing: border-box;
  font-weight: 700;
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-productRole__actions .ec-select .mb-3 select {
  display: block;
  height: var(--headerBtnSize);
  max-width: 0;
  width: max-content;
  min-width: 180px;
  text-align: right;
  margin: 0;
  border: solid 1px var(--borderColor);
  border-left: none;
  border-radius: 0 var(--avesize) var(--avesize) 0;
  flex: none;
  box-sizing: border-box;
  background-color: var(--defBgColor);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  gap: calc(var(--avesize) * 2);
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-numberInput {
  flex: none;
  width: max-content;
  display: flex;
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-numberInput span {
  flex: none;
  font-family: var(--jptype);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--avesize);
  border-radius: var(--avesize) 0 0 var(--avesize);
  border: solid 1px var(--borderColor);
  border-right: dotted 1px var(--borderColor);
  background-color: var(--defBgColor);
  margin: 0;
  width: max-content;
  height: var(--headerBtnSize);
  box-sizing: border-box;
  font-weight: 700;
  min-width: 50px;
}
#mainwrap.customitemdetail .ec-productRole form.customitemform .ec-numberInput input[type="number"] {
  display: block;
  width: auto;
  height: var(--headerBtnSize);
  max-width: 100px;
  text-align: right;
  margin: 0;
  border: solid 1px var(--borderColor);
  border-left: none;
  border-radius: 0 var(--avesize) var(--avesize) 0;
  flex: none;
  box-sizing: border-box;
  background-color: var(--defBgColor);
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__btn .ec-blockBtn--action {
  margin: 0;
  flex: none;
}
#mainwrap.customitemdetail .ec-productRole .ec-productRole__description {
  font-size: 0.9rem;
  color: var(--defColor);
  margin: 2rem 0;
  line-height: 1.5rem;
}
#mainwrap.customitemdetail #product_review_area {
  border: none !important;
  padding-bottom: 0;
  margin-bottom: 2rem !important;
}
#mainwrap.customitemdetail #product_review_area .ec-role {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: var(--defColor);
  max-width: 100%;
  flex-flow: column;
  gap: 0;
  justify-content: center;
}
#mainwrap.customitemdetail #product_review_area .ec-rectHeading {
  margin: 0;
}
#mainwrap.customitemdetail #product_review_area .ec-rectHeading h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--sysBgColor);
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
body[wc-view-code="sp"] #mainwrap.customitemdetail #product_review_area .ec-rectHeading h4 {
  padding: var(--avesize) var(--avesize) calc(1rem + var(--avesize)) var(--avesize);
}
body:not([wc-view-code="sp"]) #mainwrap.customitemdetail #product_review_area .ec-rectHeading h4 {
  padding: var(--avesize) calc(1rem + var(--avesize)) var(--avesize) var(--avesize);
}
#mainwrap.customitemdetail #product_review_area .ec-rectHeading h4 .chevron.pull-right {
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  background-color: var(--defColor);
  -webkit-mask-image: url("/img/icons/arrow_select.svg");
  mask-image: url("/img/icons/arrow_select.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 2rem;
  mask-size: 2rem;
}
body[wc-view-code="sp"] #mainwrap.customitemdetail #product_review_area .ec-rectHeading h4 .chevron.pull-right {
  bottom: var(--avesize);
  left: calc(50% - 0.5rem);
}
body:not([wc-view-code="sp"]) #mainwrap.customitemdetail #product_review_area .ec-rectHeading h4 .chevron.pull-right {
  top: calc(50% - 0.5rem);
  right: var(--avesize);
}
#mainwrap.customitemdetail #product_review_area .ec-rectHeading.is_active h4 .chevron.pull-right {
  -webkit-mask-position: center 0;
  mask-position: center 0;
}
#mainwrap.customitemdetail #product_review_area .ec-rectHeading:not(.is_active) h4 .chevron.pull-right {
  -webkit-mask-position: center -0.8rem;
  mask-position: center -0.8rem;
}
#mainwrap.customitemdetail #product_review_area .ec-rectHeading h4 .chevron.pull-right i {
  display: none;
}
#mainwrap.customitemdetail #product_review_area .ec-role #reviewContent p {
  padding: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
#mainwrap.customitemdetail #product_review_area .ec-inlineBtn--action {
  margin: 0 auto;
}



#mainwrap form.listitemform {
  padding-bottom: 1rem;
}
#mainwrap form.listitemform .ec-productRole__actions {
  display: flex;
  flex-flow: column;
  gap: var(--avesize);
}
#mainwrap form.listitemform .ec-select {
  margin: 0;
}
#mainwrap form.listitemform .ec-select .mb-3 {
  display: flex;
  flex-flow: row;
  margin: 0 !important;
}
body[wc-view-code="sp"] #mainwrap form.listitemform .ec-select .mb-3 {
  flex-flow: column;
}
body:not([wc-view-code="sp"]) #mainwrap form.listitemform .ec-select .mb-3 {
  flex-flow: row;
}
#mainwrap form.listitemform .ec-select .mb-3 label {
  flex: none;
  font-family: var(--jptype);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--avesize);
  border: solid 1px var(--borderColor);
  background-color: var(--defBgColor);
  margin: 0;
  min-width: 100px;
  height: var(--headerBtnSize);
  box-sizing: border-box;
  font-weight: 700;
}
body[wc-view-code="sp"] #mainwrap form.listitemform .ec-select .mb-3 label {
  border-radius: var(--avesize) var(--avesize) 0 0;
  border-bottom: dotted 1px var(--borderColor);
  width: 100%;
}
body:not([wc-view-code="sp"]) #mainwrap form.listitemform .ec-select .mb-3 label {
  border-radius: var(--avesize) 0 0 var(--avesize);
  border-right: dotted 1px var(--borderColor);
  width: max-content;
  max-width: 50%;
}
#mainwrap form.listitemform .ec-select .mb-3 select {
  display: block;
  height: var(--headerBtnSize);
  width: 100%;
  min-width: 0;
  text-align: right;
  margin: 0;
  border: solid 1px var(--borderColor);
  flex: 1;
  box-sizing: border-box;
  background-color: var(--defBgColor);
}
body[wc-view-code="sp"] #mainwrap form.listitemform .ec-select .mb-3 select {
  border-radius: 0 0 var(--avesize) var(--avesize);
  border-top: none;
}
body:not([wc-view-code="sp"]) #mainwrap form.listitemform .ec-select .mb-3 select {
  border-radius: 0 var(--avesize) var(--avesize) 0;
  border-left: none;
}
#mainwrap form.listitemform .ec-numberInput {
  flex: none;
  width: max-content;
  display: flex;
}
#mainwrap form.listitemform .ec-numberInput span {
  flex: none;
  font-family: var(--jptype);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--avesize);
  border-radius: var(--avesize) 0 0 var(--avesize);
  border: solid 1px var(--borderColor);
  border-right: dotted 1px var(--borderColor);
  background-color: var(--defBgColor);
  margin: 0;
  width: max-content;
  height: var(--headerBtnSize);
  box-sizing: border-box;
  font-weight: 700;
  min-width: 50px;
}
#mainwrap form.listitemform .ec-numberInput input[type="number"] {
  display: block;
  width: auto;
  height: var(--headerBtnSize);
  max-width: 100px;
  text-align: right;
  margin: 0;
  border: solid 1px var(--borderColor);
  border-left: none;
  border-radius: 0 var(--avesize) var(--avesize) 0;
  flex: none;
  box-sizing: border-box;
  background-color: var(--defBgColor);
}


#mainwrap .customlogin {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
#mainwrap .customlogin .ec-pageHeader {
  width: 100%;
}
#mainwrap .customlogin .customloginwrap {
  display: flex;
  width: 100%;
  max-width: calc(640px + 5rem);
  border-radius: calc(var(--avesize) * 3);
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
}
body[wc-view-code="sp"] #mainwrap .customlogin .customloginwrap {
  flex-flow: column;
}
body:not([wc-view-code="sp"]) #mainwrap .customlogin .customloginwrap {
  flex-flow: row;
}
body[wc-view-code="sp"] #mainwrap .customlogin .customloginwrap {
  flex-flow: column;
}
#mainwrap .customlogin .customloginwrap .logincontent:not(.linebtnwrap),
#mainwrap .customlogin .linebtnwrap {
  margin: 0;
  padding: 2rem 0;
  display: flex;
  width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
body[wc-view-code="sp"] #mainwrap .customlogin .customloginwrap .logincontent:nth-of-type(1) {
  border-bottom: dotted 1px var(--defColor);
}
body:not([wc-view-code="sp"]) #mainwrap .customlogin .customloginwrap .logincontent:nth-of-type(1) {
  border-right: dotted 1px var(--defColor);
}
body:not([wc-view-code="sp"]) #mainwrap .customlogin .customloginwrap .logincontent:nth-of-type(1) {
  flex: none;
  width: 61.8%;
}
#mainwrap .customlogin .ec-login,
#mainwrap .customlogin .ec-guest {
  background-color: transparent;
}
#mainwrap .customlogin .customloginwrap .logincontent form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body:not([wc-view-code="sp"]) #mainwrap .customlogin .customloginwrap .logincontent:nth-of-type(1) .ec-login {
  width: 61.8%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#mainwrap .customlogin .linebtnwrap .btn {
  width: 61.8%;
  margin: 0;
  padding: 0;
  height: max-content;
  flex: none;
  border: none;
}
#mainwrap .customlogin .linebtnwrap .btn a {
  display: block;
}
#mainwrap .customlogin .linebtnwrap + .ec-guest {
  border-top: dotted 1px var(--defColor);
  margin: 0;
  padding: 0 2rem;
  flex: 1;
}
#mainwrap .customlogin .linebtnwrap .linerepletion {
  height: auto;
  padding: 2rem;
  box-sizing: border-box;
  flex: none;
}
















#mainwrap .customlogin .ec-login .ec-icon {
  margin: 0;
}
body[wc-view-code="sp"] #mainwrap .customlogin .ec-login .ec-icon {
  padding: calc(var(--avesize) * 4) 0 calc(var(--avesize) * 8) 0;
}
body:not([wc-view-code="sp"]) #mainwrap .customlogin .ec-login .ec-icon {
  padding: calc(var(--avesize) * 4) 0;
}
#mainwrap .customlogin .ec-login .ec-icon img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 80px;
}
#mainwrap .customlogin .ec-login .ec-login__input {
  max-width: 480px;
  margin: auto;
  display: flex;
  flex-flow: column;
  gap: calc(var(--avesize) * 4);
}
#mainwrap .customlogin .ec-login .ec-grid2,
#mainwrap .customlogin .ec-login .ec-grid2 .ec-grid2__cell,
#mainwrap .customlogin .ec-login .ec-login__input .ec-input {
  display: flex;
  flex-flow: column;
  gap: calc(var(--avesize) * 4);
}
#mainwrap .customlogin .ec-login .ec-login__link,
#mainwrap .customlogin .ec-login .ec-login__input .ec-input input {
  margin: 0;
}
#mainwrap .customlogin .ec-login .ec-grid2 .ec-grid2__cell {
  width: 100%;
}






#mainwrap .ortabelwrap,
#mainwrap .orformwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--defBgColor);
}
body[wc-view-code="sp"] #mainwrap .ortabelwrap,
body[wc-view-code="sp"] #mainwrap .orformwrap {
  border-radius: calc(var(--avesize) * 2);
  padding: calc(var(--avesize) * 2);
  margin: 1rem calc(var(--avesize) * 2);
  max-width: calc(var(--columnWidth) - var(--avesize) * 4);
}
body:not([wc-view-code="sp"]) #mainwrap .ortabelwrap,
body:not([wc-view-code="sp"]) #mainwrap .orformwrap {
  border-radius: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1rem auto;
}
#mainwrap .ortabelwrap .ec-pageHeader h1,
#mainwrap .orformwrap .ec-pageHeader h1 {
  margin: 0 0 1rem;
  border-bottom: none;
  border-top: none;
  padding: 0;
}
#mainwrap .ortabelwrap .ec-borderedDefs {
  margin-bottom: 0;
}
#mainwrap .ortabelwrap .ec-borderedDefs dl[id*="help_about_box"]:last-of-type {
  border-bottom: none;
}
#mainwrap .ortabelwrap ul.promise_list {
  padding-left: 1.2rem;
  margin-top: 0.5rem;
}

#mainwrap .orformwrap p.ec-para-normal {
  font-size: 0.9rem;
  line-height: 1.2rem;
}


body[wc-view-code="sp"] #mainwrap .customlogin > .ec-grid3 > .ec-grid3__cell2 {
  display: flex;
  flex-flow: column;
}
body[wc-view-code="sp"] #mainwrap .customlogin > .ec-grid3 > .ec-grid3__cell2 > .btn {
  order: 2;
  border-bottom: dotted 1px var(--defColor);
  background-color: rgba(var(--defBgColorRGB),0.5);
  -webkit-backdrop-filter: brightness(1.1) blur(0.75rem);
  backdrop-filter: brightness(1.1) blur(0.75rem);
  border-radius: 0;
  padding: 2rem 0;
}
body[wc-view-code="sp"] #mainwrap .customlogin > .ec-grid3 > .ec-grid3__cell2 > .btn a {
  display: block;
  margin: 0 auto;
  width: max-content;
}
body:not([wc-view-code="sp"]) #mainwrap .customlogin > .ec-grid3 > .ec-grid3__cell2 > .btn {
  position: absolute;
  z-index: 6;
  width: 61.8%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -61.8%;
  box-sizing: border-box;
  border-bottom: dotted 1px var(--defColor);
  border-radius: 0;
}











#mainwrap .customlogin > .ec-grid3 > .ec-grid3__cell2 > .btn + br {
  display: none;
}



