@charset "utf-8";

@media screen and (min-width: 960px) {
	.sp{
		display:none;
	}
	.pc{
		display:block;
	}
	body.sp{
		display:block;
	}	
}
@media screen and (max-width: 960px) {
	.sp{
		display: block;
	}
	.pc{
		display:none;
	}
}


* {
	margin: 0;
	padding: 0;
}

table,
img,
p {
	border: 0;
}

html {
	height: 100%;
}

:focus {
	outline: none;
}
.red{
    color: #ff0000;
}
.link{
    text-decoration: underline;
}
body {
    font-family: neue-haas-grotesk-display, dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-style: normal;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	color: #000;
	letter-spacing: 0.05em;
	word-break: break-word;
	overflow-x: hidden;
	cursor:url("../img/common/ph_star_y_Yq5PKneu.png")  32 32, auto !important;
}
body a,
body input,
body button{
	cursor:url("../img/common/ph_heart_Yq5PKneu.png")  32 32, auto !important;
}
body em{
    color: #ff0000;
    font-style: normal;
    font-size: 12px;
}
body #new--arrival .title--top {
    margin: 0px 0 30px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

@keyframes nyoki {
  0% {
    opacity: 1;
    transform: translate(-50%, 150%) rotate(5deg) scaleY(1);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -55%) rotate(-5deg) scaleY(1.1);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scaleY(0.95);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scaleY(1);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -55%) rotate(-5deg) scaleY(1.1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 150%) rotate(5deg) scaleY(0.8);
  }
}


.floating-char {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100px;
  height: 80px;
  pointer-events: none;
  transition: transform 1s steps(10);
  will-change: transform;
}
.floating-char img {
  width: 100%;
  height: 100%;
  animation: walk 0.6s infinite steps(2);
}

@keyframes walk {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}


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

  .floating-char {
    width: 60px;
    height: 48px;
  }
@keyframes walk-right {
  0% {
    left: -200px;
    visibility: visible;
  }

  48% {
    left: 100vw;
    visibility: visible;
  }

  49% {
    left: 100vw;
    visibility: hidden;
  }

  50% {
    left: -200px;
    visibility: hidden;
  }

  51% {
    visibility: visible;
  }

  100% {
    left: 100vw;
    visibility: visible;
  }
}

@keyframes walk-left {
  0% {
    left: 100vw;
    visibility: visible;
  }

  48% {
    left: -200px;
    visibility: visible;
  }

  49% {
    left: -200px;
    visibility: hidden;
  }

  50% {
    left: 100vw;
    visibility: hidden;
  }

  51% {
    visibility: visible;
  }

  100% {
    left: -200px;
    visibility: visible;
  }
}

}


.bold {
	font-weight: bold;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

li {
	list-style-type: none;
}
.attention{
    color: #ff0000;
    line-height: 1.5;
    font-size: 14px;
}
select {
	border: solid 1px #E5E5E5;
	padding: 5px 10px 5px 5px;
	background: #fff;
	cursor:url("../img/common/ph_heart_Yq5PKneu.png")  32 32, auto !important;
}

select::-ms-expand {
	display: none;
}

.selectOption {
	position: relative;
	display: inline-block;
}

.selectOption:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: 1.2em;
	right: 8px;
	margin-left: 10px;
	width: 14px;
	height: 8px;
	background: rgba(0, 0, 0, 0) url("../img/common/icon_accordion_open.svg") no-repeat scroll center center;
}

.selectOption select {
	border: solid 1px #E5E5E5;
	padding: 0 30px 0 5px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	position: relative;
}

.selectOption select::-ms-expand {
	display: none;
}

.wrap {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 0;
	min-height: 100vh;
}
body.top #undercolumn,
#undercolumn.page--products__detail {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

#section--detail {
	/*margin: 80px auto 0;*/
}

#section--detail .section--tit,
.title--top,
.title,
#detailtitle h2,
#listtitle h2 {
	margin-bottom: 1em;
	font-size: 31px;
	text-align: center;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
}
.error{
	text-align: center;
}
.title {
	color: inherit;
	line-height: 1.4;
	letter-spacing: 0.03em;
	margin: 0 0 30px;
	text-align: center;
}
.txt--lead{
	margin-bottom: 20px;
}
#section--detail h3 {
	margin-bottom: 1.6em;
	font-size: 16px;
	text-align: center;
}

#section--detail .block--content {
	margin: 0 auto 3em;
	padding: 3em;
	background-color: #fff;
	border: #dedede solid 1px;
	border-radius: 10px;
}
body.top #undercolumn,
#undercolumn.page--products__detail {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
#section--detail .section--tit {
	margin-bottom: 1em;
	font-size: 22px;
}
#section--detail h3 {
	margin-bottom: 1.6em;
	font-size: 16px;
	text-align: center;
}
#section--detail .block--content {
	margin: 0 auto 3em;
	padding: 3em;
	background-color: #ffffff;
}


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

.title--top{
	font-size: 20px;
}
#section--detail .section--tit {
    margin-bottom: 10px;
    font-size: 14px;
}

}

@media only screen and (max-width: 960px) {
	  body,a {
	    cursor: auto;
	  }
	#section--detail .block--content{
		padding: 1.5em;
	}
	#section--detail h3 {
	    font-size: 14px;
	}	
}

/* form items
----------------------------------------------- */
select {
	padding: 0.8em;
	border: solid 1px #A1A1A1;
	border-radius: 3px;
	background: #ffffff;
	color: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
form button,
textarea {
	-webkit-appearance: none;
	appearance: none;
	font-size: 15px;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: auto;
	appearance: auto;
	font-size: 15px;
    cursor: url(../img/common/ph_star_y_Yq5PKneu.png) 32 32, auto !important;
}
input[type='text'],
input[type='password'] {
	padding: 1.2em .8em;
	border: solid 1px #8a8a8a;
	border-radius: 3px;
    box-sizing: border-box;
}
textarea {
	padding: 1.2em;
	border: solid 1px #8a8a8a;
	border-radius: 3px;
    box-sizing: border-box;
}
form label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    cursor: url(../img/common/ph_star_y_Yq5PKneu.png) 32 32, auto !important;
}
.page--form{
    width: 65%;
    max-width: 1000px;
    margin: 0 auto 0;
}
.page--form .txt--sub{
	margin-bottom: 10px;
}
.page--form .attention{
	color: #f00;
}
.page--form #section--detail .block--inner {
	max-width: 1280px !important;
}

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

.page--form {
    width: 100%;
}
.page--form .btn--group{
    flex-direction: column;
}
.page--form .btn--group .btn_main{
	order: 2;
}


}

input[type="checkbox"] {
	position: relative;
	top: -1px;
	width: 20px;
	height: 20px;
	margin-right: .6em;
	border: 1px solid;
	vertical-align: bottom;
}
input[type="checkbox"]:checked {
	background-color: #000000;
}
/*
input[type="checkbox"]:checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 42%;
	left: 50%;
	width: 6px;
	height: 10px;
	border-right: solid #ffffff 2px;
	border-bottom: solid #ffffff 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}
*/
.block--form__check {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 13px;
}
.block--form__check label {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	line-height: 1.5;
}
.block--form__check label .txt--sub {
	margin-bottom: 0;
}


.form__radio {
	/*margin-bottom: 1em;*/
}
.form__radio:last-child{
	margin-bottom: 0;
}
.form__radio label p {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 2%;
	padding-left: 2em;
}
.form__radio input[type="checkbox"],
.form__radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}
.form__radio.form__error {
	color: #E8374A;
}
.form__radio input[type="radio"] + label p::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
    left: 0;
	z-index: 1;
	width: 1.25em;
	height: 1.25em;
	border: solid 1px;
	border-radius: 50%;
	background: #ffffff;
}
.form__radio input[type="radio"]:checked + label p::after {
	content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(0.4em);
    width: 0.6em;
    height: 0.6em;
    background: #000000;
    border-radius: 50%;
    z-index: 1;
}
.form__radio .txt:last-of-type {
	margin-bottom: 0;
}


.select__box {
	display: inline-block;
	position: relative;
	height: fit-content;
	margin-bottom: 1.6em;
}
.select__box::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 8px;
	height: 8px;
	border-top: solid 1px #383d40;
	border-right: solid 1px #383d40;
	transform: translateY(-50%) rotate(135deg);
	z-index: 1;
	pointer-events: none;
}
.select__box select {
	padding: 1.2em;
	padding-right: 3em;
	border: solid 1px #8a8a8a;
	background-color: #ffffff;
	cursor:url("../img/common/ph_heart_Yq5PKneu.png")  32 32, auto !important;
}
.formList {
	margin-bottom: 4em;
}
.formList li .block--form__check label {
	display: block;
}
.formList li .block--form__check span {
	margin-top: 0;
	font-size: 13px;
}
.formList .select__box {
	/* width: 46%; */
	width: 60%;
}
.formList .block--address .select__box:first-of-type {
	margin-bottom: 1em;
}
.formList .select__box select {
	width: 100%;
	margin-top: 0;
	font-size: 13px;
}
.formList .select__box select.date {
	width: auto;
	margin: 0 10px;
}
.formList .select__box select.date:first-of-type {
	margin-left: 0;
}
.formList li .checkBtn {
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.formList li .checkBtn.mass {
	flex-wrap: wrap;
}
.formList li .checkBtn.mass li {
	margin-right: 30px;
	margin-bottom: 15px;
}
.formList li .checkBtn li {
	padding: 0;
	margin-right: 25px;
	border: none;
	display: flex;
	align-items: center;
}
.formList li input[type="button"],
.formList li input[type="submit"] {
	display: block;
	width: 120px;
	height: 40px;
	border: solid #8a8a8a 1px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	letter-spacing: 0.1em;
}
.formList li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 1.2em 0;
	border-bottom: solid 1px #d0d0d0;
	font-size: 13px;
}
.formList > li:last-of-type {
	border-bottom: none;
}
.formList li .formTtl {
    /* width: 270px; */
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.formList li .formTtl .attention {
	margin-left: 4px;
	padding: 2px 6px;
	border-radius: 2px;
	background: #f00;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.formList li .formTtl .txt--sub {
	display: block;
	width: 90%;
	margin-top: .6em;
}
.formList li .block-form__text {
	margin-bottom: 1em;
}
.formList li .block-form__text:last-of-type {
	margin-bottom: 0;
}
.formList li > div {
	width: calc(100% - 225px);
}
.formList li > .block--form__row {
	display: flex;
	align-items: flex-start;
}
.formList li .block--form__row .block-form__text {
	margin-right: 1em;
	margin-bottom: 0;
}
.formList li textarea {
	width: 100%;
	height: 200px;
	resize: vertical;
}
.formList li .block--form__row input[type="text"] {
	width: 100%;
	min-width: 250px;
	box-sizing: border-box;
}
.formList li > div input[type="text"].wide,
.formList li > div input[type="password"].wide {
	width: 100%;
}
.formList li > div input[type="text"].quarter,
.formList li > div input[type="tel"].quarter,
.formList li > div input[type="password"].quarter {
	width: 23%;
	min-width: auto;
}
.formList li > div input[type="text"].half,
.formList li > div input[type="tel"].half,
.formList li > div input[type="password"].half {
	display: block;
	width: 100%;
	min-width: auto;
	box-sizing: border-box;
}
.formList li > div {
	margin-bottom: 15px;
}
.formList li .expire-date-box > div {
	width: 10% !important;
	min-width: 80px;
	margin-right: 10px;
	margin-bottom: 0;
}
.formList li .expire-date-box > div.slash {
	width: 10px !important;
	min-width: inherit;
	position: relative;
	margin-right: 20px;
}
.formList li .expire-date-box > div.slash::after {
	content: '';
	display: block;
	position: absolute;
	left: 9px;
	top: 5px;
	width: 1px;
	height: 80%;
	background: #383d40aa;
	transform: rotate(25deg);
}
.formList li .expire-date-box > div input {
	width: 100% !important;
}
.formList li > div:last-of-type {
	margin-bottom: 0;
}
.formList li > div p {
	/*margin-top: 1em;*/
	font-size: 14px;
}
.formList li > div p.txt--sub{
    font-size: 12px;
    width: 450px;
}
.formList li > div p br{
	display: none;
}
.formList li > div p.note {
	font-size: 14px;
	color: #666;
}
.formList li > div .postSearch {
	font-size: 13px;
	color: #383d40;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 3px;
}
.formList li .attention {
	margin-top: .6em;
	font-size: 12px;
    color: #ff0000;
}

.formList li .autoAddress {
	font-size: 12px;
	margin-top: 25px;
}
.formList li .autoAddress input[type="button"] {
	background-color: #383d40;
	color: #fff;
	border-radius: 17px;
	font-size: 11px;
	height: 30px;
	line-height: 26px;
	margin-right: 10px;
	display: inline-block;
}
.formList li > div .custom-input-dropdown .input {

}
.formList li > div .block--expiration {
	display: flex;
	justify-content: space-between;
	width: 14em;
}
.formList li > div .block--expiration > span {
	display: flex;
	align-items: center;
	line-height: 0;
	margin-right: 10px;
}
.formList li > div .block--expiration .slash {
	position: relative;
	width: 20px;
	margin-right: 13px;
}
.formList li > div .block--expiration .slash::after {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #383d4055;
	position: absolute;
	transform: rotate(24deg);
	top: 8px;
	left: 3px;
}
.formList li > div .block--expiration input[type="number"] {
	width: 8em;
	text-align: center;
	padding: 10px 0;
	margin-right: 5px;
}
.LC_Page_AbstractMypage .formList li > div .block--expiration input[type="number"] {
	width: 4em;
}
.block-postal-code {
	width: 100%;
}
.block-postal-code .btn_main {
	display: flex;
	align-items: center;
	margin-top: 1em;
	padding-left: 1.2em;
	line-height: 1.5;
}
.block-postal-code .btn_main a {
    display: inline-block;
    width: auto;
    min-width: 100px;
    margin: 0 0 0;
    margin-right: 1em;
    padding: 1em;
    border-radius: 50em;
    font-size: 11px;
}
.block-postal-code .btn_main .txt--sub {
    margin-bottom: 0;
    font-size: 12px;
}
.block-postal-code .block--link {
	display: inline-block;
	margin-left: 2%;
	text-align: left;
}
.formList .block--birthday .block--form__row {
	display: flex;
	align-items: center;
}
.block--birthday .bday + span {
	margin: 0 .6em;
}
.formList .block--notice_mail {
	align-items: center;
}
@media screen and (max-width: 960px) {
	select,
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	input[type="number"],
	input[type="checkbox"],
	input[type="radio"],
	form button,
	textarea {
		font-size: 11px;
	}
	input[type="checkbox"]{
        width: 15px;
        height: 15px;
	}
	.formList{
		margin-bottom: 0;
	}
	.formList .block--form__check label {
		flex-wrap: nowrap;
		align-items: center;
	}
	.formList li .formTtl {
		width: 100%;
		margin-bottom: 1.1em;
		line-height: inherit;
	}
	.formList li .block--form__row input[type="text"] {
		width: 100%;
		min-width: auto;
	}
	.formList li > div {
		width: 100%;
	}
	.formList li > div p{
		/*padding-left: 2.5em;*/
		margin-bottom: 1em;
	}
	.formList .select__box {
		width: 100%;
	}
	.formList li > div input[type="text"].half {
		width: 100%;
	}
	.formList li textarea{
		width: 100%;
	}
	.block-postal-code .btn_main a {
	    width: 110px;
	    min-width: auto;
	    font-size: 10px;
	}
	.block--tel input[type="text"] {
		width: 20%;
	}
	.formList li .form1c .block--form__check {
		display: block;
		position: relative;
		padding-left: 22px;
	}
	.formList li .form1c .block--form__check input[type="checkbox"] {
		position: absolute;
		top: .5em;
		left: 0;
	}
	.form__radio{
		margin-bottom: 0;
	}
	.form__radio input[type="radio"]:checked + label p::after{
		top: calc(50% - 0.55em);
		left: 0.4em;
		width: 0.65em;
		height: 0.65em;
	}
	.block-postal-code .block--link{
		font-size: 12px;
		width: 30%;
	}
}
/* リンク指定
----------------------------------------------- */

a {
	text-decoration: none;
	cursor:url("../img/common/ph_heart_Yq5PKneu.png")  32 32, auto !important;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a::before,
a::after {
	content: '';
}

a,
a::before,
a::after {

}

a span {

}

input::before,
input::after {
	content: '';
}

input,
input::before,
input::after {
	font-family: source-han-sans-japanese, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    border: none;
cursor: url(../img/common/ph_star_y_Yq5PKneu.png) 32 32, auto !important;
}

.itemImg a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=30);
}

.recomendleft a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=30);
}

#sideBnr a:hover {
	opacity: 0.6;
	filter: alpha(opacity=30);
}

#detailphotoblock a:hover {
	opacity: 0.6;
	filter: alpha(opacity=30);
}

.item_img a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=30);
}


/* ボタン
====================== */
.input_blue,
.btn_blue a {
	color: #fff;
}

.input_blue:hover,
.btn_blue a:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}

/* ボタンメイン
-------------------- */

.btn_contribute a,
.input_blue,
.input_main,
.btn_main a,
.btn_standard a {
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	border: solid 1px #71bce9;
	color:#71bce9;
	background: #fff;
	display: block;
	font-size: 16px;
	letter-spacing: 0.05em;
	position: relative;
	top: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-decoration: none !important;
	word-break: break-word;
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: 600;
	padding: 20px 0;
	line-height: 1;
	border-radius: 0;
	cursor:url("../img/common/ph_heart_Yq5PKneu.png")  32 32, auto !important;
}

.input_main {
	background: #71bce9;
	color: #fff;
}

.btnBox{

}
.btnBox .favo{
    display: inline-block;
    float: left;
    margin: 20px 0 0 20px;
}
.btn_cart {
    width: 60%;
    max-width: 350px;
    float: left;
}

.btn_cart a {
	background: #71bce9;
    border: solid 1px #71bce9;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 13px 1.5em;
    position: relative;
    top: 0;
    text-align: center;
    text-shadow: none;
    text-decoration: none !important;
    word-break: break-word;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 100;
    letter-spacing: 0.1em;
}

.btn_address input,
.btn_address a {
    color: #fff;
    background: #71bce9;
    width: 100px;
    line-height: 1;
    display: block;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    border-radius: 999px;
    padding: 10px;
 border: 1px solid #71bce9;
}

.btn_address input {
	margin: 10px 0 0;
}


@media screen and (min-width: 960px) {

/* ボタンメイン:hover
-------------------- */

.btn_contribute a:hover,
.input_blue:hover,
.btn_main a:hover {
        opacity: 1;
        background: #fff;
        color: #71bce9;
        border: 1px solid #71bce9;
}

.btn_cart a:hover{
        opacity: 1;
        background: #fff;
        color: #71bce9;
        border: 1px solid #71bce9;
}


.btn_address input:hover,
.btn_address a:hover,
.input_main:hover {
        opacity: 1;
        background: #fff;
        color: #71bce9;
        border: 1px solid #71bce9;
}

}

/* ボタンサブ
-------------------- */
.btn_standard a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
}


/* ボタンサブ:hover
-------------------- */

.btn_detailed a:hover,
.btn_standard a:hover,
.input_standard:hover {
    opacity: 1;
    background: #71bce9;
    color: #fff;
    border: 1px solid #71bce9;
}

.btn_bookmark a:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}

.btn_back {
	border: none;
}

/* 入力不可文字注意喚起 PC ここから
----------------------------------------------- */

.inputBan {
	border: 1px solid #E5E5E5;
	padding: 10px 10px 15px;
	box-sizing: border-box;
	margin: 0 0 30px;
}

.inputBan .inputBantit {
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 10px;
	margin: 0 0 10px 0;
}

.inputBan .inputBantit span {
	vertical-align: -2px;
}

.inputBan .svgarea {
	position: relative;
	overflow: hidden;
}

.inputBan .inputSample {
	float: left;
	left: 50%;
	position: relative;
}

.inputBan .inputSample li {
	padding: 0 10px 0 0;
	float: left;
	left: -50%;
	position: relative;
	vertical-align: 10px;
}

.inputBan .inputSample li:last-child {
	padding: 0;
}

.inputBan .inputSample li .inputIcon {
	background:#71bce9;
	margin: 0px 5px 0 0;
	color: #FFF;
	padding: 5px 10px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 10px;
	position: relative;
	line-height: 1;
	transform: translate(0, 1px);
	display: inline-block;
}

.inputBan .inputSample li svg {
	vertical-align: -5px;
	height: 14px;
	display: inline-block;
}

.inputBan .inputSample li .svg1 {}

.inputBan .inputSample li .svg2 {}

.inputBan .inputSample li .svg3 {}

.inputBan .inputSample li .svg4 {}

.inputBan .inputSample li svg path {
	fill: #000;
	/* SVG部分の色味*/
}

/* 入力不可文字注意喚起 ここまで
----------------------------------------------- */
/* 商品詳細 */

.btn_detailed a {
	float: right;
	margin: 0 10px 0 0;
	width: 120px;
	height: 24px;
	line-height: 26px;
	color: #f5f5f5;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #333;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	background: rgb(153, 153, 153);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(85, 85, 85, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153, 153, 153, 1)), color-stop(100%, rgba(85, 85, 85, 1)));
	/* Chrome,Safari4+ */
}


/* カートに入れる */
/*
.btn_cart a {
	background: #71bce9;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #71bce9;
	color: #fff;
	width: 175px;
}
*/

/* お気に入りに追加 */

.btn_bookmark a {
	width: 140px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background: #71bce9;
	color: #fff;
	border: 1px solid #71bce9;
}

.btn_bookmark a span {
	font-size: 85%;
	margin: 0 3px 0 0;
}


/* コメントを投稿する */

.btn_contribute a {
	width: 150px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #71bce9;
	background: #71bce9;
	/*
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
*/
}

.btn_blue a {
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	display: block;
	font-size: 11px;
	/*
    font-weight:bold;
border-radius: 2em;
-moz-border-radius:2em;
-webkit-border-radius:2em;
border: none;
*/
	border: 1px solid #71bce9;
	background: #71bce9;
	color: #fff;
	display: block;
	letter-spacing: 0.05em;
	padding: 0 1.5em;
	position: relative;
	top: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-decoration: none !important;
	word-break: break-word;
	-webkit-appearance: none;
}

#mycontents_area .btn_blue {
	margin: 0 auto;
	text-align: center;
}

#mycontents_area .btn_blue input {
	border: 1px solid #71bce9;
	background: #71bce9;
	color: #fff;
	margin: 0 auto;
	line-height: 30px;
	width: calc(146px + 3em);
	font-size: 11px;
}

.input_standard {
	margin: 0 auto 20px;
	width: 340px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.btn_main a {
	background: #71bce9;
	color: #fff;
	margin: 0 auto 20px;
	display: block;
	/*font-size: 14px;*/
	text-decoration: none;
	text-align: center;
	border: 1px solid #71bce9;
}

.linkKiyaku {
	text-align: center;
}
#undercolumn_entry{
	width: 65%;
    max-width: 1000px;
	margin: 0 auto 0;
}
#undercolumn_entry .choice {
	width: 100%;
	border: none;
}
#undercolumn_entry table.choice tr{
	display: flex;
	justify-content: space-between;
}
#undercolumn_entry table.choice tr td{
	width: 45%;
	padding: 0;
}
#undercolumn_entry table tr td {
	border: none;
}
#section--detail .btn--group{
	display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: auto;
    margin: 0 auto;
}
#section--detail .btn--group > *{
	width: 45%;
	margin: 0;
	line-height: 1;
}

@media screen and (min-width: 960px) {

.btn_main a:hover{
background: #fff;
    color: #71bce9;
}

}

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


	.btn_contribute a, .input_blue, .input_main, .btn_main a, .btn_standard a{
   	 font-size: 14px;
	    margin: 0 auto 10px;
	}
	#section--detail .btn--group {
		flex-direction: column-reverse;
	}

	#section--detail .btn--group>* {
		width: 100%;
		margin: 0 auto;
		border-radius: 0px;
	}

	#section--detail .btn--group .input_main {
		margin-bottom: 10px;
		border-radius: 0px;
	    font-size: 14px;
	}
	.btn_standard a {
	    font-size: 14px;
	}
	#undercolumn_entry table.choice tr {
        display: flex;
        flex-wrap: wrap;
	}
	#undercolumn_entry table.choice tr td {
	    width: 100%;
	    padding: 0;
	   display: block;
	    margin: 0 0 10px 0;
	}
	#undercolumn_entry table.choice tr td input{
        margin: 0 auto;
	}
	#undercolumn_entry table.choice.confirm tr td:nth-child(2){
	    order: -1;
	}

}

/* フロート回り込み解除
----------------------------------------------- */

br.clear {
	clear: both;
	display: none;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/* テーブル共通指定
----------------------------------------------- */

table {
	margin: 15px auto 0 auto;
	/*border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;*/
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

table th {
	padding: 15px;
	/*border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;*/
	background-color: none;
	width: 30%;
}

table td {
	padding: 15px;
	background: none;
	/*border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;*/
}

table#item_img {
	table-layout: fixed;
	width: 100%;
	border-bottom: none;
	border-right: none;
}

table#item_img td {
	text-align: center;
}

#item_img td p.itemImg {
	margin: 0 0 10px;
}

#item_img td h3.item--tit {
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px;
}

#item_img td p.item--price {
	text-align: left;
	margin: 0 0 7px;
}

#item_img td p.itemCap {
	text-align: left;
	font-size: 84%;
	line-height: 130%;
}

#item_img td p.itemCap a {
	text-decoration: none;
}

ul.pagecondarea+table {
	border: none;
}

ul.pagecondarea+table td {
	border: none;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
}

div.tblareabtn {
	clear: both;
	margin: 70px 0 0 0;
	text-align: center;
}

div.tblareabtn>p {
	margin-bottom: 20px;
}

.phototd {
	width: 75px;
	text-align: center;
}

.centertd {
	text-align: center;
}

.pricetd {
	text-align: right;
}

.pricetd em {
	font-weight: bold;
}

#completetext {
	margin: 15px auto 0 auto;
	padding: 0 0 20px;
}

#completetext em {
	font-weight: bold;
}

#completetext p {
	padding: 20px 0 0 0;
	text-align: left;
}

/* テーブルセット商品 */

table td.setProducts {}

table td.setProducts .tit {
	color: #999;
	font-weight: bold;
}

table td.setProducts .set li {
	line-height: 30px;
	margin: 5px 0 0;
}

table td.setProducts .set img {
	height: 30px;
	vertical-align: middle;
}


/* 商品リスト指定
----------------------------------------------- */


/* リスト */

.item--list {
font-size: 0;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.item--list:after {
  content:"";
  display: block;
  width:30%;
}

.item--list .item {
	vertical-align: top;
	letter-spacing: normal;
	display: inline-block;
	font-size: 14px;
	text-align: left;
	position: relative;
}

.item--list li.empty {
	letter-spacing: normal;
	display: block;
	font-size: 14px;
	text-align: left;
	padding: 0 0 0 2%;
}

.floor .item--list .item:nth-child(3n),
.item--list .item:nth-child(3n) {
	/*margin:0 0 8% 0;*/
	margin-right: 0;
}
.floor .item--list .item,
.item--list .item {
    width: 30%;
    margin: 0 0 50px 0;
    position: relative;
    box-sizing: border-box;
}

.item--list .item a {
	margin: 0;
}

.item--list .item a:hover img {
	/*    transform: scale(1.1, 1.1);*/
}

.item--list .item a .item--photo img {

}

.item--list .item a {
	display: block;
	text-decoration: none;
	line-height: 1.4em;
}

.item--list .item a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.item--list .item--photo {
	background: #fff;
	/*border: solid 1px #dedede;*/
	margin: 0 0 15px;
	vertical-align: middle;
	position: relative;
	/*	overflow: hidden;*/
}
.item--list .item--photo:hover {}

.item--list .item img {
	width: 100%;
	box-sizing: border-box;
}


/*
.item--list .item--photo {
	width: 230px;
	height: 230px;
}
.item--list img {
	max-width: 229px;
	max-height: 229px;
}
.item--list a:hover .item--photo {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
*/

.item--list .item--tit {
    font-size: 17px;
    margin: 0 auto 8px;
    word-wrap: break-word;
    font-weight: 400;
}

.item--list .item--price {
	font-size: 14px;
    position: relative;
}
.item--list .item--price.normal{
    color: #ff0000;
}
.item--list .item--price .price {
	margin: 0 0 0 5px;
	color: #aaa;
	font-weight: normal;
	font-size: 10px;
}

.item--list .item--price.limited {
	color: #dd1e0b;
}

.item--list .itemComment {
	font-size: 12px;
}
.item--list .item p.soldstatus {
	display: inline-block;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    padding: 8px 10px;
    margin: 0 8px 8px 0;
    border: 1px solid #000;
    transform-origin: left;
    letter-spacing: 0.1em;
}
.item--list .status_icon {
	margin: 5px 0 5px;
}
.item--list .status_icon li img {
	padding: 0;
	height: 12px;
	padding: 0;
	width: auto;
	vertical-align: -1px;
	margin: 0 2px 0 0;
}

.item--list #status_icon {
	margin: 15px 0 5px;
	text-align: left;
	transform-origin: left;
}

.item--list #status_icon li {
display: inline-block;
    background: none;
    color: #0045cd;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    padding: 8px 10px;
    margin: 0 8px 8px 0;
    border: 1px solid #0045cd;
    transform-origin: left;
    letter-spacing: 0.1em;
}

.item--list .soldout{
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 0 0px 0px;
    padding: 1em;
    background: rgba(0,0,0,.4);
    color: #ffffff;
    line-height: 1.2;
    font-size: 25px;
    font-weight: normal;
	box-sizing:border-box;
}
.item--list .favorite__delete {
    display: inline-block;
    width: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item--list #status_icon li.out-of-period{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

@media screen and (max-width: 960px) {
	.item--list .soldout{
		font-size: 13px;
	}
}
	.item--list .item--price {
	    font-size: 12px;
	}
.item--list #status_icon li.fc {
    color: #f2eab6;
    background: #357baf;
    border-color: #357baf;
}

.top.guide__contents .list--item.new--arrival .thumb{
	position: relative;
}

.item--list .item--photo .newico, .top.guide__contents .list--item.new-arrival .thumb .ico--new{
	content: "NEW";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1vw;
	left: -1vw;
	z-index: 10;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 100%;
	background: #71bce9;
	color: #ffffff;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
    font-family: neue-haas-grotesk-display, sans-serif;
}

.item--list .item a:hover .newico img {
	transform: scale(1, 1);
}

.item--list .item--tit,
.item--list .item--price,
.item--list .itemComment {
	margin: 0 0 8px 0px;
}
.item--list #status_icon{
	margin-bottom: 0;
}
.item--list #status_icon li img {
	height: 12px;
	padding: 0;
	width: auto;
	vertical-align: -1px;
	margin: 0 2px 0 0;
}

@media only screen and (max-width: 960px) {
	.item--list .item p.soldstatus{
		padding: 0.4em 0.8em;
		font-size: 10px;
	}
	.item--list .item--photo .newico, .top.guide__contents .list--item.new-arrival .thumb .ico--new{
		top: -3vw;
		left: -3vw;
		width: 10vw;
		height: 10vw;
		font-size: 2.5vw;
	}
	.item--list .item--tit{
        font-size: 13px;
        margin: 0 0 2px 0;
	}
	.item--list .favorite__delete {
	    display: inline-block;
	    width: 16px;
	}

}

/* 擬似要素の共通スタイル */

.item--photo::after,
.item--photo::before,
.itemPhoto__inner::after,
.itemPhoto__inner::before {
	background-color: #6A696C;
	content: none;
	display: block;
	position: absolute;
	z-index: 10;
}


/* 左上 */

.itemPhoto__inner::after {
	height: 0px;
	left: -1px;
	top: -1px;
	width: 3px;
	/*transition-delay: 0s;*/
}


/* 右上 */

.item--photo::after {
	height: 3px;
	right: -1px;
	top: -1px;
	width: 0px;
	/*transition-delay: .9s;*/
}


/* 右下 */

.itemPhoto__inner::before {
	bottom: -1px;
	height: 0px;
	right: -1px;
	width: 3px;
	/*transition-delay: .6s;*/
}


/* 左下 */

.item--photo::before {
	bottom: -1px;
	height: 3px;
	left: -1px;
	width: 0px;
	/*transition-delay: .3s;*/
}


/* hover */

.item--photo:hover::after,
.item--photo:hover::before {
	width: 100%;
	width: calc(100% + 1px);
}

.item--photo:hover .itemPhoto__inner::after,
.item--photo:hover .itemPhoto__inner::before {
	height: 100%;
	height: calc(100% + 1px);
}

.productFavorite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productFavorite .productDetail {
	width: calc(100% - 30px);
}

.productFavorite .btn.delete_favorite a {
	width: 25px;
	margin: 5px 0 0;
}


/* NEW!
------------------------------------------------ */

.status_icon {
	margin: 0px auto 20px;
}

.status_icon li {
	display: inline-block;
	background: #fff;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 5px 7px 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #000;
}

#detailrightblock .status_icon {
	margin: 0px auto 0px;
	display: flex;
	flex-wrap: wrap;
}

#detailrightblock .status_icon li {
    display: inline-block;
    color: #71bce9;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    padding: 9px 20px 8px;
    margin: 0 10px 10px 0;
    border: 1px solid #71bce9;
}

#detailrightblock .status_icon li.fc,
.status_icon li.fc {
    color: rgb(242, 234, 182);
    background: rgb(53, 123, 175);
    border-color: rgb(53, 123, 175);
}

.status_icon li.new,
#detailrightblock .status_icon li.new {
	background: #71bce9;
	color: #fff;
}

#detailrightblock .status_icon li img {
	height: 12px;
	padding: 0;
	width: auto;
	vertical-align: -1px;
	margin: 0 2px 0 0;
}

#detailrightblock .status_icon li.catalog {
	border: 1px solid #000;
	background: initial;
    color: #000000;
}
#detailrightblock .status_icon li.catalog.soldout{
    color: #f00;
	border: 1px solid #f00;
}

/* ヘッダーナビ
----------------------------------------------- */

#invitation {
	color: red;
}

#information {
	/*	float: left;*/
}

#information ul li {
	/*	display: inline-block;*/
}

#information ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
}

#information ul li span {}


/* 下層ヘッダー
----------------------------------------------- */

#pageHeader img {
	margin: 0 0 10px;
}


/* パンくず
----------------------------------------------- */

#breadcrums {
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #000;
}

.listPage #breadcrums {
	margin: 10px 35px;
}

#breadcrums a {
	margin: 0 5px 0 0;
}

#breadcrums a:hover {
	color: #000;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#breadcrums span.grater {
	color: #E5E5E5;
	margin: 0 5px 0 0;
}


/* フレーム
----------------------------------------------- */

.content--main {
	width: 85%;
	/*max-width: 1300px;*/
	margin: 0 auto 0;
	padding: 13vw 0 140px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	min-height: 50vh;
    box-sizing: border-box;
}
.top .content--main {
	padding: 0 0 140px;
}



@media screen and (max-width: 960px) {
	.content--main{
        width: 90%;
        padding: 30vw 0 50px;
	}
}
.listPage .listTop {
	margin: 0 auto;
	width: 940px;
}

.content--main:after {
	/* firefox背景色表示用 */
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.leftcolumn {
	float: left;
	width: 166px;
}

#detailphotoblock .photo .mini {
	display: block;
	margin: 10px 0 20px;
}

.leftcolumn h2 {
	padding: 15px 0 0 0;
}

.leftcolumn h2 img {
	vertical-align: bottom;
}

.rightcolumn {
	float: right;
	width: 180px;
	margin: 0;
}


/* ★ 右カラムタイトル */

.rightcolumn h2 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	color: #004ea2;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	line-height: 1em;
}

.rightcolumn h2 span {
	font-size: 14px;
	margin: 0 3px 0 0;
	vertical-align: -2px;
}

.rightcolumn h2 img {
	vertical-align: bottom;
}


/* ★ タイトル
----------------------------------------------- */
.titleDot {
	margin: 0 0 10px;
	padding: 0 0 15px;
	font-size: 14px;
	border-bottom: 1px solid #E5E5E5;
}

.titleLine {
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 0 auto 5px;
}


/* 3カラム設定
----------------------------------------------- */

#three_maincolumn {
	float: left;
	width: 750px;
}


/* 2カラム設定
----------------------------------------------- */

#two_maincolumn {
	float: left;
	width: 750px;
	padding: 0;
	margin: 0 20px 0 0;
}


/* 下層 */

#under02column {
	width: 750px;
	margin: 0 auto;
}

#under02column table {
	width: 100%;
}

.break {
	word-wrap: break-word;
}

#pageHeader img {
	margin: 0 0 10px;
}


/* 1カラム設定
----------------------------------------------- */

#one_maincolumn {
	width: 750px;
	margin: 0 auto;
}

#undercolumn_shopping {
	padding: 0px;
	background: #fff;
}

#under02column,
#three_maincolumn,
#two_maincolumn,
#one_maincolumn {
	width: 100%;
}


/* ログイン(MYページ)
----------------------------------------------- */


/* メンバー */

#under02column #loginSelect {
	border: none;
	margin: 0 auto;
}

#under02column #loginSelect td {
	width: 50%;
	padding: 0 30px 15px;
	vertical-align: top;
	background: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#under02column #loginSelect td .inner {
	padding: 0;
}

#under02column #loginSelect td h3 {
	font-size: 16px;
	margin: 0 0 12px;
	padding: 0 0 5px;
}

#under02column #loginSelect td #loginId {
	padding: 0 0 5px;
	font-size: 14px;
}

#under02column #loginSelect td #loginId p {
	padding: 0 0 5px;
	vertical-align: -0.2em;
}

#under02column #loginSelect td #loginId input {
	margin-right: 5px;
}

#under02column #loginSelect td .inputtext02.mini {
	text-align: center;
}

#under02column_login #memberLogin .inner .lead {
	padding: 0 0 10px;
}

#under02column_login #memberLogin .inner ul {
	margin: 20px 0 25px;
}

#under02column_login #memberLogin .inner ul li {
	float: none !important;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#memberLogin .list--sub {
	margin-top: -30px;
}

#under02column #loginSelect td ul#loginId {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

#under02column #loginSelect td ul#loginId li {}

#under02column #loginSelect td ul#loginId li input[type="radio"] {
	display: none;
}

#memberLogin .inner input[type="radio"]+label {
	display: block;
	padding: 15px 0;
	background: #fff;
	color: #000;
}

#memberLogin .inner input[type="radio"]:checked+label {
	display: block;
	padding: 15px 0;
	background: #000;
	color: #fff;
}

#under02column #loginSelect td .loginArea {
	padding: 0;
	display: inline-block;
}

#under02column #loginSelect td:first-child {}

#under02column #loginSelect td #memberLogin {
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

#under02column #loginSelect td #memberLogin dl.form--post {
	text-align: left;
}

#under02column #loginSelect td #memberLogin dl.form--post dd {
	margin: 0 auto 15px;
}

#under02column_login .title {}

#under02column_login #memberLogin .inner .lead {
	padding: 0 0 10px;
}

#under02column_login #memberLogin .inner ul {
	margin: 20px 0 25px;
}

#under02column_login #memberLogin .inner ul li {
	float: none !important;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#memberLogin .list--sub {
	margin-top: -30px;
}


/* ラジオボタンに対応するラベル */

#memberLogin .inner input[type="radio"]+label,
#memberLogin .inner input[type="radio"]:checked+label {

}

#memberLogin .inner .idCap {
	display: block;
	font-size: 10px;
	color: #dd1e0b;
	padding: 0 0 0 21px;
}

#under02column_login #memberLogin .inner .loginArea .tit {
	padding: 10px 0 3px;
	font-size: 14px;
	text-align: left;
}

#under02column_login #memberLogin .inner .loginArea .box300 {
	padding: 2px;
	width: 300px;
	margin: 0 0 3px;
	padding: 10px;
	border: 1px solid #eee;
}

#under02column_login #memberLogin .inner .loginArea .mini input {
	vertical-align: -0.2em;
}

#under02column_login #memberLogin .inner .loginArea .forget {
	padding: 0 0 5px;
	font-size: 11px;
}

#under02column_login #memberLogin .titArrowright {
	padding: 5px 10px 10px;
	background: #ddd;
}

#under02column_login #memberLogin a {
	text-decoration: underline;
}

#under02column_login #memberLogin a:hover {
	text-decoration: none;
}

#under02column_login .titArrowright {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

#under02column_login .titArrowright span {
	display: block;
	float: left;
}

#under02column_login .titArrowright .icon-circle-arrow-right {
	padding: 0 5px 0 0;
	color: #666;
	font-size: 22px;
}

#under02column_login .inputbox p {
	padding: 0 0 8px;
}

#under02column_login .loginarea .inputtext {
	margin: 0 0 15px;
}

#under02column_login .loginarea .inputbox .tit {
	padding: 0 0 5px;
	font-weight: bold
}

#under02column_login .loginarea .inputbox .forget {
	padding: 0 0 8px 3px;
	font-size: 10px;
}

#under02column_login .loginarea .inputbox .mini {
	padding: 0;
}

#under02column_login .loginarea .inputbox .mini.center {
	text-align: center;
}

#under02column_login .loginarea .inputbox .mini #login_memory {
	float: left;
	margin: 5px
}

#under02column_login .loginarea .inputbox .mini span {
	float: left;
	margin: 3px 0 0;
}

#under02column_login .loginarea .inputbox .passwd {
	margin: 15px 0 0 0;
}

#under02column_login .loginarea .inputbox .box300 {
	width: 300px;
	padding: 2px;
	border: 1px solid #eee;
}

#under02column_login .loginArea .loginMemory {
	width: auto !important;
	margin: 20px auto !important;
	text-align: center;
	font-size: 13px;
}


/* ログインblock */

#loginarea {
	/*
    width: 145px;
    padding:10px 10px 12px;
    border: solid 1px #eee;
	border-top:none;
	margin:0 0 15px 0;
*/
}

#loginarea li {
	font-size: 10px;
	line-height: 1.2em;
	padding: 10px 0 0;
	margin: 10px 0 0;
}

#loginarea .btn_standard {
	padding: 15px 0 0;
}

#loginarea .btn_standard a {
	/*margin: 0 auto 5px;*/
	width: 100%;
	font-size: 11px;
	height: 22px;
	line-height: 23px;
}

#loginarea .btn_blue a {
	width: 140px;
}

#loginarea .name {
	margin: 0 0 10px;
}

#loginarea .name span {
	font-weight: bold;
}

#loginarea li.id {
	border: none;
	padding: 0;
	margin: 0;
}

#loginarea li.pw {
	padding: 5px 0 0;
}

#loginarea .btn {
	padding: 0 15px;
}

#loginarea ul li input,
#cartarea input,
#cartarea a,
#searcharea select {
	margin: 0 auto 5px;
}

#searcharea select {
	width: 100%;
}

#loginarea ul li input.input_blue,
#cartarea input.input_blue,
#cartarea a {
	width: 140px;
}

#loginarea li .lost a {
	text-decoration: underline;
}

#loginarea li .lost a:hover {
	text-decoration: none;
}

#loginarea li label {
	display: block;
	text-indent: -15px;
	padding: 0 0 5px 15px;
}

#undercolumn_entry .lead {
	/*padding: 0 0 15px;*/
}
@media screen and (max-width: 960px) {
#undercolumn_entry{
	width: 100%;
}
}
/* 検索
----------------------------------------------- */

.btn__search--area {

}

.btn__search--area .menu img {
	width: 20px;
}

.btn__search--area:hover {
	opacity: 0.8;
}

#searcharea {
    box-sizing: border-box;
    transition: all 0s ease-out 0s;
    background: #71bce9;
    position: absolute;
    z-index: -999;
    padding: 35px 30px;
    top: 60px;
    left: -40px;
    width: calc(100% + 120px);
    opacity: 0;
    pointer-events: none;
    border-radius: 20px;
}

.menu__search--area #searcharea {
	opacity: 1;
	z-index: 999;
	pointer-events: auto;
}

#searcharea dl {
	width: 85%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	border-bottom: #dedede solid 1px;
}

#searcharea dl dt {
	width: 90%;
	margin: 0;
	padding: 0;
	/* width: auto; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#searcharea dl dt input {
	background: none;
	padding: 0 3%;
	width: 100%;
	height: 32px;
	line-height: 1;
	font-size: 14px;
	box-shadow: none;
	/* vertical-align: middle; */
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	letter-spacing: 0.1rem;
    color: #fff;
}
#searcharea dl dt input::placeholder {
    font-weight: bold;
    color: #ccc;
}
#searcharea dl dd {
	margin: 0;
	width: 32px;
	/* padding-left: 25px; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	right: 0;
}

#searcharea dl dd .btn input {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: bold;
	height: 32px;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: -999px;
	background: rgba(0, 0, 0, 0);
}

#searcharea dd dd .btn {
	position: relative;
	width: 38px;
	height: 32px;
	color: #E5E5E5;
	font-size: 15px;
	background: none;
}

#searcharea .btn:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	display: inline-block;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 10px;
}

#searcharea .btn .input_blue {
	opacity: 1;
}

#searcharea .close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 20px;
	height: 20px;
	z-index: 1500;
}

#searcharea .close::before,
#searcharea .close::after {
	content: "";
	background: #fff;
	display: inline-block;
	width: 100%;
	height: 1px;
	transform: translate(-50%, -50%) rotate(-45deg);
	left: 50%;
	top: 50%;
	position: absolute;
}

#searcharea .close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}



/* 新着アイテム
----------------------------------------------- */

#new--arrival{
    position: relative;
    margin: 0 auto 100px;
}

@keyframes flow {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100vw;
  }
}

#new--arrival .character p:nth-child(1){
    top: 0;
}
#new--arrival .character p:nth-child(2){
	top: 10%;
    animation: walk-left 70s linear infinite;
    left: auto;
    right: -500px;
}


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

#new--arrival .character p:nth-child(2) {
    top: auto;
    bottom: 0;
    right: -200px;
    width: 70px;
}

}


/* 新着情報
----------------------------------------------- */

#block-news {
	width: 365px;
	float: left;
}

#block-news h2 span {
	display: none;
	color: #6A696C;
	font-size: 11px;
	margin: 0 0 0 10px;
	position: absolute;
	bottom: 44px;
	right: 0;
}

#block-news h2 span a {
	text-decoration: underline;
}

#block-news h2 span a:hover {
	opacity: .8;
}

#block-news ul {
    width: 100%;
    border-top: 1px solid #ccc;
}

#block-news li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    transition: 0s;
}

#block-news li:hover {}

#block-news li:first-child {}

#block-news li:last-child {}

#block-news dt {
    position: relative;
    letter-spacing: 0;
}

#block-news dt:after {
	position: absolute;
	margin: auto;
	content: "";
	top: 15px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 0;
}

#block-news li.open dt:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}


.slick-slide img {
	width: 100%;
}
#block-news .date {
    font-size: 11px;
    line-height: 1.4;
    padding-right: 0;
    box-sizing: border-box;
    display: block;
    padding: 0 0 0 25px;
}
#block-news dt .detail {
	font-weight: normal;
	display:block;
}
#block-news dt h3{
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 0 0 25px;
    position: relative;
}
#block-news dt h3:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 30%;
    border: 1px solid #000;
    border-radius: 999px;
    transform: translate(0, -50%);
}

#block-news dt .detail .txt{
	display: none;
	margin-top: 10px;
    padding: 0 0 0 25px;
}
#block-news dt .detail .txt a{
	border-bottom: #000 solid 1px;
}


@media screen and (min-width: 960px){

#block-news dt h3:hover{
	opacity: .8;
}
#block-news dt h3:hover:before{
    background: #000;
}

.page--userguide, .page--faq, .page--support {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 0;
}



}


/* ご利用ガイド
----------------------------------------------- */

#usersGuide a{
	border-bottom: #000 solid 1px;
}
#usersGuide .step_list,
#usersGuide .sector {
	padding: 0 0 50px;
}
#usersGuide .tit {
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	margin: 0 0 16px;
	padding: 0px 0 20px;
}

#usersGuide dl dt .tit {
	font-size: 16px;
	text-align: left;
	border: none;
	padding: 0 50px 27px 40px;
	margin: 0;
	position: relative;
	line-height: 1.5;
}

#usersGuide dl dt .tit span.bold {
	font-size: 18px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	border-radius: 34px;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	position: absolute;
	top: 2.5px;
	left: 0;
	line-height: 1;
}

#usersGuide .step_list ul li {
	padding: 0 0 5px;
}

#usersGuide .step_list ul li:last-child {
	border-bottom: solid 1px #E5E5E5;
}

#usersGuide .step_list ul .step {
	margin: 0 0 10px;
	padding: 15px 0 0px;
	font-size: 14px;
	border-top: 1px solid #E5E5E5;
}

#usersGuide .step_list ul .step span {
	margin: 0 5px 0 0;
	padding: 3px 5px 1px;
	font-size: 10px;
	line-height: 1;
	background: #000;
	border: 1px solid #000;
	vertical-align: 1px;
	color: #fff;
}

#usersGuide .step_list .text {
	padding: 0 0 8px 52px;
}

#usersGuide dl {
	margin: 0 auto 20px;
	border-bottom: 1px solid #E5E5E5;
}

#usersGuide dl dt {
	position: relative;
	margin: -1px 0 0;
	padding: 25px 0px 0;
	border-top: 1px solid #E5E5E5;
}

#usersGuide dl dt,
#usersGuide dl dt::before,
#usersGuide dl dt::after {
}

#usersGuide dl dt:hover {}

#usersGuide dl dd .leadSub span.bold {
	margin: 0 0px 0 0;
	font-size: 14px;
	width: 21px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	text-align: center;
	font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#usersGuide dl dt.open:hover {
	padding-left: 0;
	cursor: auto;
	margin-bottom: 20px;
}

#usersGuide dl dt:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: -5px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #212121;
	border-right: 1px solid #212121;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 0;
}

#usersGuide dl dt.open:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 5px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #212121;
	border-right: 1px solid #212121;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 0;
}

#usersGuide dl dd {
	display: none;
	padding: 0 0 5px;
	border-top: none;
	background: #fff;
	margin: 0 0 20px;
}

#usersGuide dl dd p {
	padding: 0 0px 0px 3.2em;
}

#usersGuide dd a {
	color: #3B4043;
	text-decoration: underline;
}

#usersGuide dd a:hover {
	color: #000;
	text-decoration: none;
}


.btn #choiceList {
	text-align: left;
}

.btn #choiceList li {
	display: inline-block;
	text-align: left;
	border: solid 1px #000;
	margin: 0 0 20px;
	width: 90%;
	min-width: 260px;
    padding: 15px;
    box-sizing: border-box;
}
.btn #choiceList li label {
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.btn #choiceList li .selectOption {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #000000;
	padding: 15px 0 0;
	margin: 10px 0 0 0;
}
.btn #choiceList li .selectOption select {
	border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    height: auto;
    font-size: 13px;
    padding: 0 3px;
}
.btn #choiceList li .selectOption:after {
    top: 18px;
    right: 10px;
}

.btn #choiceList .bottom {
	width: 30%;
	min-width: 150px;
}

.btn #choiceList li .attention {
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.3em;
}

.btn #choiceList li span.selectName {
	display: inline-block;
	min-width: 4em;
}


#detailrightblock .btn #choiceList li .box54 {
	border: none;
    text-align: right;
    padding: 0 25px 0 0;
    width: calc(100% - 4.4em);
    display: flex;
    height: 50px;
}


@media screen and (max-width: 960px) {
	.btn #choiceList li{
		width:100%;
		padding: 10px;
	}
	.btn #choiceList li .selectOption{
		width: 100%;
	    padding: 10px 0 0;
	    margin: 0;
	}
	.btn #choiceList li .selectOption select{
	    font-size: 12px;
	}
	.btn #choiceList li .selectOption:after {
	    top: 13px;
	    right: 10px;
	    width: 10px;
	}
}


/* ページ送り
----------------------------------------------- */

.pagenumberarea,
.pagecondarea {
	padding: 10px 0 8px;
	margin: 0 0 50px;
}

ul.pagenumberarea li {
	float: left;
	width: 32.9%;
}

ul.pagenumberarea li.left {
	text-align: left;
	white-space: nowrap;
}

ul.pagenumberarea li.center {
	text-align: center;
	white-space: pre;
}

ul.pagenumberarea li.right {
	text-align: right;
	white-space: nowrap;
}

.pagenumberarea .pagenumber {
	margin: 0 3px 0 0;
	font-weight: bold;
}

p.pagenumberarea .number {
	font-weight: bold;
}


/* 商品詳細
----------------------------------------------- */



/* セット商品リスト */

#detailrightblock #childProducts {
	clear: both;
}

#detailrightblock #childProducts .item--list {
	padding: 0 0 010px;
	margin: 0;
}

#detailrightblock #childProducts .item--list .item {
	width: 120px;
	float: left;
}


/* 商品説明 */

#itemDetail {
	margin: 30px 0;
}

#itemDetail h4,
#producthistory h2 {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0px 0 10px;
	border-bottom: 1px solid #E5E5E5;
}

#itemDetail .itemComment {
    line-height: 1.5em;
    margin: 0 auto 30px;
    font-weight: normal;
    font-size: 14px;
}
#itemDetail .itemComment a{
	border-bottom: #000 solid 1px;
}
#itemDetail ul#tabMenu {
	margin: 50px 0 10px;
}

#itemDetail ul#tabMenu li {
	display: inline;
	vertical-align: top;
	margin: 0 5px 5px 0;
}

#itemDetail ul#tabMenu li a {
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;
	padding: 3px 5px;
}

#itemDetail ul#tabMenu li a:hover {}

#itemDetail ul#tabMenu li a.open {
	background: #000;
	color: #fff;
}

#itemDetail #tabBoxes {}

#itemDetail #tabBoxes div {}

#itemDetail #tabBoxes div.open {
	display: block !important;
}

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

#itemDetail .itemComment {
    font-size: 12px;
}

}

/* 会員登録
----------------------------------------------- */

#undercolumn_entry #form1 table tr td {
	/*border-right: 1px solid #E5E5E5;*/
	border-bottom: 1px solid #E5E5E5;
}

#undercolumn_entry #form1 .btn_address {
	margin: 5px 0 0;
}

#undercolumn #undercolumn_entry #form1 .choice tr td {
	border: none;
}

#undercolumn_entry #form1 table tr td input#woman {
	margin: 0 0 0 20px;
}

#undercolumn_entry #form1 table tr td .passQuestion {
	margin: 0 0 10px;
}

#undercolumn_entry #form1 table tr td input#html,
#undercolumn_entry #form1 table tr td input#text,
#undercolumn_entry #form1 table tr td input#no,
#undercolumn_entry #form1 table tr td input#man {
	margin: 0 5px 0 0;
}

#undercolumn_entry #form1 table tr td input#woman {
	margin: 0 5px 0 20px;
}
#undercolumn_entry table:first-of-type{
	margin-bottom: 2em;
}
table tr td.check_notification input {
	accent-color: #888;
}
#undercolumn_entry table:first-of-type tr th{
	border-bottom: #dedede solid 1px;
}
#undercolumn_entry table:first-of-type tr th .mini{
    font-size: 80%;
}

/* 会員登録完了
----------------------------------------------- */
#completion {
	border-radius: 10px;
	margin-bottom: 6em;
}

#completion .leadMain {
	padding-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

#completion .leadMain span {

}

#completion p {
	text-align: center;
}

#completion .text {
	padding-bottom: 8px;
}

#completion .mailList {
	padding-bottom: 30px;
	line-height: 1.8em;
}

#completion .reason {
	padding-bottom: 15px;
	color: #ff0000;
}

#completion .thanks {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
}


#header_inner #cartarea table {
	margin: 0 0 0 0px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
}

#header_inner #cartarea table th,
#header_inner #cartarea table td {
	padding: 6px 8px 0;
	border: none;
	background: none;
	font-size: 13px;
}

#header_inner #cartarea table th {
	width: 25px;
	color: #004ea2;
	text-align: right;
}

#header_inner #cartarea table td {
	width: 140px;
}

#header_inner #cartarea table td span.price {
	margin: 0 0 0 2px;
	font-size: 85%;
	font-weight: bold;
}

#cartarea p {
	padding: 0px 0;
}

#cartarea p.item {
	padding: 5px 0 15px;
}

#cartarea p.btn_blue {
	padding: 0;
	text-align: center;
}

#cartarea p.btn_blue a {
	color: #fff;
	text-shadow: none;
	background: #000;
	border: 1px solid #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	width: auto;
	margin: 0 auto 10px;
	padding: 1px 8px;
}

#cartarea p.btn_blue a:hover {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	box-shadow: none;
}

#under02column_cart .choice {
	border: none;
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
}

#under02column_cart .choice>div {
	width: 45%;
}

#payment_form_loading table {
	border: none;
}

#payment_form_loading table tr td {
	border: none;
	background: none;
}
@media screen and (max-width: 960px) {
	#completion .leadMain,#completion p,#completion .thanks{
		text-align: left;
	}
	#completion{
		margin-bottom: 2em;
	} 
}

/* お届け先の指定
----------------------------------------------- */

#under02column_shopping .btn_blue {
	margin: 10px 0 20px;
	width: 220px;
}

#under02column_shopping .choice {
	border: none;
}

#under02column_shopping .choice td {
	border: none;
}


/* お客様の声の書き込み・新しいお届け先の追加・変更
----------------------------------------------- */

#windowcolumn {
	width: 65%;
    max-width: 1000px;
	padding: 0 0 0px;
	margin: 15px auto;
	background: #FFF;
    cursor: auto;
}
#windowcolumn a{
    cursor: auto;
}

#windowcolumn table {
	margin: 0 0 20px;
}

#windowcolumn .choice {
	border: none;
}

#windowcolumn .choice td {
	border: none;
}

#windowcolumn .choice td input {
	width: 200px;
    cursor: auto;
}

#windowcolumn h2 {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#windowarea {
	width: auto;
    padding: 0 0 140px 0;
    margin: 0 auto 0 auto;
	word-break: break-all;
	background: #FFF;
}

#windowarea .title {
	padding: 0px 0;
}

#windowarea p.windowtext {
	margin: 15px 0 0 0;
}

#windowarea .btn_address {
	margin: 5px 0 0;
}

#windowarea table {
	width: 100%;
}

#windowarea .box350 {
	width: 350px;
	padding: 2px;
	border: 1px solid #E5E5E5;
}

#windowarea .area350 {
	width: 350px;
	height: 120px;
	border: 1px solid #E5E5E5;
}

#windowarea .box120 {
	width: 111px;
	padding: 2px;
	border: 1px solid #E5E5E5;
}

#windowarea .box60 {
	width: 60px;
	padding: 2px;
	border: 1px solid #E5E5E5;
}

#windowarea .box300 {
	width: 300px;
	padding: 2px;
	border: 1px solid #E5E5E5;
}

#windowarea .btn {
	margin: 15px 0 30px 0;
	text-align: center;
}

#windowarea #completebox {
	width: 490px;
	margin: 0 0 20px;
	border: 1px solid #eee;
}

#windowarea #completebox p {
	padding: 60px 5px;
	text-align: center;
}

#windowcolumn .formList li > div{
	width: auto;
}

@media screen and (max-width: 960px) {
	#windowcolumn{
		width: 90vw;
	}
	#windowcolumn .formList li > div{
		width: 100%;
	}
}
/* クレジットカード決済
----------------------------------------------- */

#payment_form .choice {
	border: none;
}

#payment_form .choice td {
	border: none;
}

#payment_form_body #cardlogo {
	padding: 0 0 0 70px;
}

#payment_form_body .information .wait {
	padding: 0 0 20px;
	font-weight: bold;
}

#payment_form #convenience {
	margin: 10px 0 20px;
	font-size: 14px;
}

#payment_form #convenience tr td {
	padding: 10px;
}

#payment_form #convenience .radioBtn {
	width: 10%;
	padding: 10px;
	text-align: center;
	/*	border-right:none;*/
}

#payment_form #convenience .img {
	width: 70%;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#payment_form #convenience .text {
	width: 60%;
	line-height: 1.5em;
    padding-right: 20px;
}
@media screen and (max-width: 960px) {
	#payment_form #convenience .text {
		width: 100%;
		margin-left: 10px;
	}
}

/* 非会員の購入
----------------------------------------------- */

#under02column_customer .lead {
	padding: 0 0 10px;
}

#under02column_customer #form1 {}

#under02column_customer #form1 table {
	margin: 0 0 20px;
}

#under02column_customer #form1 table .post {
	padding: 0 0 5px;
}


/* ご注文完了
----------------------------------------------- */


#under02column_shopping .shoulder {
	padding: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
}

#under02column_shopping .shoulder.shoulderImg {
	padding: 0px 0 40px;
	position: relative;
}

#under02column_shopping .lead {
	padding: 0 0 20px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}

#under02column_shopping .text {
	padding: 0 0 5px;
	line-height: 1.8em;
}

#under02column_shopping .shopInfo {
	margin: 0 0 40px;
	padding: 20px 0 10px;
	border-bottom: 1px solid #eee;
}

#under02column_shopping .shopInfo span {
	font-weight: bold;
}

#under02column_shopping a {
	text-decoration: underline;
}

#under02column_shopping a:hover {
	text-decoration: none;
}

#under02column_shopping .btn_blue a {
	text-decoration: none;
}


/* 購入履歴詳細
----------------------------------------------- */

.content--main .column-one #mypagecolumn table {
	width: 100%;
	border: 1px solid #E5E5E5;
	border-right: none;
}
.content--main .column-one #mypagecolumn table th {
	width: 90px;
	border: 1px solid #E5E5E5;
	background: #fff;
	border-left: none;
	min-width: auto;
}
.content--main .column-one #mypagecolumn table th.shopname {
	width: 12em;
}

.content--main .column-one #mypagecolumn table td {
	border: 1px solid #E5E5E5;
	border-left: none;
	min-width: 3em;
}

.content--main .column-one #mypagecolumn table .items {
	width: 20px;
	text-align: center;
}

.content--main .column-one #mypagecolumn table .item {
	width: 300px;
}

.content--main .column-one #mypagecolumn .qr--box{
	display: table;
	width: 100%;
	margin-bottom: 0;
}
.content--main .column-one #mypagecolumn .qr--box .qr--ttl,#mypagecolumn .qr{
	padding: 15px;
	border: 1px solid #E5E5E5;
	border-top: none;
}
.content--main .column-one #mypagecolumn .qr--box .qr--ttl{
	width: 30.1%;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.content--main .column-one #mypagecolumn .data{
	margin-top: 50px;
    display: block;
}
.content--main .column-one #mypagecolumn div#mycontentsarea .mypage ul.tit{
    border-top: none;

}
.content--main .column-one #mypagecolumn .qr{
	border-left: none;
}
@media screen and (max-width: 960px) {
	.content--main .column-one #mypagecolumn .qr--box{
		display: block;
	}
	.content--main .column-one #mypagecolumn .qr--box .qr--ttl{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.content--main .column-one #mypagecolumn .qr{
		border-left:  1px solid #E5E5E5;
	}
	.content--main .column-one #mypagecolumn .qr .qr_container{
		text-align: center;
	}
}
/* カテゴリー
----------------------------------------------- */
.listImage {
	padding: 0 0 10px 0;
}

#categoryarea {
	position: relative;
	display: block;
	color: #444;
	font-size: 16px;
	width: 100%;
	margin: 0 0 30px;
}

#categorytree li.level1>dl dt {
	font-size: 17.5px;
	padding: 5px 30px 5px 0;
	position: relative;
}

#categorytree li.level1>dl dt a {
	pointer-events: none;
}

#categorytree li.level2>dl dt a {
	pointer-events: all;
}

#categorytree li.level1>dl dt span.menu {
	font-size: 17.5px;
	font-weight: bold;
}

#categorytree li.level1>dl dt span.menu:after {
	display: none;
}

#categorytree li.level1:first-child>dl dt {
	pointer-events: none;
}

#categorytree li.level1:first-child>dl dt a span.menu {
	font-size: 22px;
}

#categorytree li.level1:first-child>dl dd a span.menu {
	font-size: 17.5px;
}

#categorytree li.level1>dl dt span.menu i,
#categorytree li.level2>dl dd a span.menu i {
	font-style: normal;
}

#categorytree li.level1>dl dt span.menu i {

}

#categorytree li.level1>dl dt:hover span.menu i {
	letter-spacing: 3px;
}

#categorytree li.level1>dl dd dt:hover span.menu i {
	letter-spacing: inherit;
}

#categorytree li.level1:first-child>dl dd span.menu::after {
	font-size: 17.5px;
}

#categorytree li.level1:first-child>dl dd dt {
	font-size: 22px;
	pointer-events: all;
}

#categorytree li.level1:first-child>dl dt+dd {
	display: block !important;
}

#categorytree li.level1>dl dt:before,
#categorytree li.level1>dl dt:after {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
}

#categorytree li.level1>dl dt::before {
	width: 16px;
	height: 2px;
	right: 0;
	margin-top: -1px;
}

#categorytree li.level1>dl dt::after {
	width: 2px;
	height: 16px;
	right: 7px;
	margin-top: -8px;
	transition: all 0.3s ease-out;
}

#categorytree li.level1>dl dt {
	transition: all 0.3s ease-out;
}

#categorytree li.level1>dl dt:hover {
	letter-spacing: 3px;
}

#categorytree li.level1>dl dd dt:hover {
	letter-spacing: inherit;
}

#categorytree li.level1>dl dt.open:after {
	opacity: 0;
}

#categorytree li.level1>dl dd {
	display: none;
}

#categorytree li.level1:first-child>dl dt:before,
#categorytree li.level1:first-child>dl dt:after,
#categorytree li.level2>dl dt:before,
#categorytree li.level2>dl dt:after {
	display: none;
}

#categorytree li.level2>dl dt {
	padding: 0;
}

#categorytree li.level2>dl dt a {
	padding: 0;
	font-size: 17.5px !important;
}


/* カレンダー
----------------------------------------------- */

#block-calendar {
	margin: 0 0 20px 0;
}

#block-calendar table {
	border-collapse: collapse;
	margin: 0 auto 10px;
	text-align: center;
}

#block-calendar th,
#block-calendar td {
	padding: 2px;
	background: #eff5f7;
	border: solid 1px #fff;
}

#block-calendar th {
	background: #8199a0;
	color: #FFFFFF;
}

#block-calendar .off {
	background: #c3d3d8;
	color: #696969;
}

#block-calendar caption {
	color: #444;
}


/* ガイドリンク
----------------------------------------------- */

.guide {
	width: 100%;
	border: none;
	padding: 0 0 20px;
	font-size: 12px;
	margin: 0;
	text-align: left;
	line-height: 1.8;
}

.guide .guide__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.guide .guide__list li {
	text-align: left;
	margin: 0 0px 0px 20px;
}

.guide .guide__list li a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    transition: all 1s;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    font-weight: lighter;
}

.guide .guide__list li a:hover {
	opacity: 0.8;
}

.guide .guide__list li dl {
	text-align: center;
	letter-spacing: -0.4em;
	font-size: 0;
}

.guide .guide__list li dl dd {
	text-align: center;
	vertical-align: top;
	letter-spacing: normal;
	display: inline-block;
	font-size: 18px;
	color: #000000;
}

.guide .guide__list li dl dd a,
.guide .guide__list li dl dd a:hover {
	text-decoration: none;
}

.guide .guide__list li dl dd a span {
	font-size: 20px;
	color: #000000;
}

.guide .guide__list li dl dd a:hover span {
	color: #f58ea8;
}

ul.sns--list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

ul.sns--list .snsTit {
	color: #f0f0f0;
	font-size: 12px;
	transform: translateY(-3px);
}

ul.sns--list li {
	margin-right: 40px;
}
ul.sns--list li:last-child{
	margin-right:0;
}

ul.sns--list li.bnr {
	width: 210px;
	margin-right: 0;
}

ul.sns--list li a {
	display: inline-block;
}

ul.sns--list li a img {
    height: 26px;
}

ul.sns--list li.bnr img {
	height: auto;
}

ul.sns--list li.tiktok a svg {
	width: 21px;
}
ul.sns--list li i{
    font-size: 26px;
}



@media screen and (min-width: 960px){

	ul.sns--list li a:hover{
	color: #71bce9;
	}
	ul.sns--list li.tiktok a:hover svg {
fill: #71bce9;
	}

}

/* バナー
----------------------------------------------- */

ul#banner {
	padding: 15px 0 0 0;
}

#banner li {
	padding: 0 0 10px 0;
}


/* サイドバナー
----------------------------------------------- */

#sideBnr {
	padding: 0;
	text-align: center;
	position: relative;
	line-height: 0;
	margin: 0 auto 40px;
}

#sideBnr li {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 0;
}

.svg-symbol {
	display: none !important;
}

#sideBnr li.bnrOf a {
	display: block;
}

#sideBnr li.bnrOf a:hover {}

#sideBnr li.bnrOf a img {
	width: auto;
	vertical-align: bottom;
	width: 140px;
}

.flexslider .slides>li a {
	display: block;
	transition: .4s;
}

.flexslider .slides>li a:hover {
	box-shadow: 20px 40px 40px rgba(60, 65, 68, 0.2);
}

#sideBnr+.sns--list {
	text-align: left;
}

#sideBnr+.sns--list li {
	display: inline-block;
	font-size: 15px;
	padding: 20px 15px 0 0;
	vertical-align: middle;
}

#sideBnr+.sns--list li a {
	color: #fff;
	display: block;
}

#sideBnr+.sns--list li a svg {
	fill: #fff;
	width: 19px;
}


/* お問い合わせ
----------------------------------------------- */

#undercolumn_contact .btn_address {
	margin: 5px 0 0;
}

#undercolumn_contact .choice {
	border: none;
}

#undercolumn_contact .choice td {
	border: none;
}

#undercolumn_contact #completetext {
	margin-bottom: 20px;
}


/* 利用規約
----------------------------------------------- */


.page--support {
	line-height: 1.6em;
	/*    border-bottom:1px solid #eee;*/
}

.page--support .lead {
	padding: 0 0 30px;
}

.page--support .text {
	padding: 0 0 30px;
}

.page--support .sentence {
	padding: 0 0 5px;
}

.page--support .indent {
	padding-left: 12px;
	text-indent: -12px;
}

.page--support .list {
	padding: 0 0 0px;
}

.page--support .list li {
	padding: 0 0 5px 12px;
	text-indent: -12px;
}

.page--support .list li:last-child {
	padding: 0 0 0px 12px;
}

.page--support .listSub {
	padding: 0 0 3px 12px;
}

.page--support .listSub li {
	padding: 0 0 5px 12px;
	text-indent: -12px;
}


/* 利用規約
----------------------------------------------- */

#privacy {
	line-height: 2em;
	border-bottom: 0px solid #eee;
}

#privacy .title {}

#privacy .lead {
	padding: 0 0 30px;
}

#privacy .text {
	padding: 0 0 30px;
}


/* faq
----------------------------------------------- */
.page--faq ul {
	width: 100%;
	margin-bottom: 40px;
}
.page--faq ul li {
	padding: 30px;
	background-color: #ffffff;
	transition: .4s;
	border-bottom: #dedede solid 1px;
}
.page--faq ul li dt , .page--faq ul li dd {
	display: flex;
	align-items: baseline;
	position: relative;
}
.page--faq ul li dt {
	position: relative;
	padding-right: 1.1em;
	line-height: 1.6em;
}
.page--faq ul li dt:hover{
	opacity: .5;
}
.page--faq ul li .icon--q,
.page--faq ul li .icon--a {
	margin-right: .6em;
	font-family: sofia-pro, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.page--faq ul li dt::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	top: -5px;
	right: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	vertical-align: middle;
	transform: rotate(135deg);
	transition: transform .2s;
}
.page--faq ul li.open dt{
	margin-bottom: 20px;
}
.page--faq ul li.open dt::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	top: 5px;
	right: 0px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	vertical-align: middle;
	transform: rotate(-45deg);
}
.page--faq ul li dd.txt {
	opacity: 0;
	margin-bottom: 0;
}
.page--faq ul li.open dd.txt{
	opacity: 1;
}
.page--faq ul li dd a,
.item--centering a {
	border-bottom: #000 solid 1px;
}
.item--centering{
	margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
	.page--faq ul li{
		padding: 25px 0;
	}
}
/* テキストフィールド
----------------------------------------------- */

input[type='text'],
input[type='password'] {
	border: solid 1px #a1a1a1;
	padding: 10px;
}


/* ボタン
----------------------------------------------- */

input[type='image'] {
	border: none;
}

.tblareabtn input[type="image"] {
	border: none;
	background: #000;
	color: #fff;
	width: 360px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 50px 0;
}

input[type='image'].box190 {
	width: 190px;
	height: 30px;
}

input[type='image'].box180 {
	width: 180px;
	height: 30px;
}

input[type='image'].box150 {
	width: 150px;
	height: 30px;
}

input[type='image'].box140 {
	width: 140px;
	height: 30px;
}

input[type='image'].box130 {
	width: 130px;
	height: 30px;
}

input[type='image'].box51 {
	width: 51px;
	height: 22px;
}


/* フッター
----------------------------------------------- */

#pagetop {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 15px 0;
	background-color: #FFF;
	text-align: center;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding-top: 80px;
    padding-bottom: 50px;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-align: center;
	box-sizing: border-box;
}
#footer:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background-image: url(../img/common/ph_line_Yq5PKneu.png);
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#footer .topBtn a{
    background: #000;
    width: 80px;
    height: 70px;
    display: block;
    color: #fff;
    position: fixed;
    right: -16px;
    border-radius: 10px;
    bottom: 50px;
}
#footer .topBtn a span{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.3;
    font-size: 11px;
    font-weight: bold;
}
#footer .footer__link {
	margin: 0 auto;
}
#footer>* {
	position: relative;
	z-index: 1;
}

#footer>dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
}

#footer .copyright {
	text-align: center;
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	font-size: 10px;
}

#footer .copyright img {
	width: 100%;
	position: absolute;
	bottom: 40px;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
}

#footer .copyright img.yura {
	transform-origin: center bottom;
	animation: yurayura 1s linear 2;
}

@keyframes yurayura {

	0%,
	50%,
	100% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(10deg);
	}

	75% {
		transform: rotate(-10deg);
	}
}

#footer small {
	color: #f0f0f0;
	font-family: nobel, sans-serif;
	font-size: 12px;
}

#add_head {
	width: 940px;
	padding: 20px 0 10px 0;
	margin: 0 auto;
}



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


#footer {
    padding-top: 60px;
}
#footer:before {
    height: 3px;
}
#footer .copyright {
    padding-bottom: 20px;
    font-size: 10px;
}
ul.sns--list li i {
    font-size: 19px;
}
ul.sns--list li {
    margin-right: 20px;
}
ul.sns--list li:last-child{
    margin-right: 0;
}
ul.sns--list li.tiktok a svg {
    width: 17px;
}
ul.sns--list li a img {
    height: 21px;
}

}


/*【全ページ共通】pageTop
----------------------------------------------- */

#pageTop {
	width: 40px;
	height: 45px;
	bottom: -45px;
	right: 50px;
	z-index: 99;
	position: fixed;
	display: none;
}

#pageTop a {
	display: block;
	width: 40px;
	height: 45px;
	filter: invert(1);
}

#pageTop a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


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

	【サービス毎】色変え

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


/* body bg */


/* ヘッダー */

#header {
	border-bottom: none;
	padding: 0;
}


/* ヘッダーロゴ
------------------------------------------------ */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    padding: 1.5625vw;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

div #header_inner {
    position: relative;
    margin: 0 ;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 10vw;
}

div #header_inner .logo {
	width: 295px;
	padding: 48px 30px 25px;
	transition: .4s;
	margin: auto;
}

#header a {
	display: block;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#header a h1 {
	transition: .4s;
}

#header a:hover h1 {
	opacity: .6;
}

#header a h1 img {
	display: block;
	width: 100%;
}

#header a #siteName {
	display: none;
	/*	font-family:"Noto Sans Japanese",sans-serif;*/
	font-family: "Quicksand", sans-serif;
	font-size: 22px;
	/*left: 55px;
    color: #004ea2;
    letter-spacing: 0.01em;*/
	line-height: 1.3em;
	text-decoration: none;
	position: absolute;
	top: 23px;
}

#header a:hover {}

#header .shopMenu a::after {
	content: none;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);

}

#header .shopMenu a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

#header a #siteName p.siteTit {}

#header a #siteName p.siteTit span {
	padding: 0 0 10px;
}

#header a #siteName p.siteTit span.shop {
	padding: 0 0 0px;
}

#header a #siteName p.siteTit span.shop svg .st0 {
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	font-style: normal;
}

#header a #siteName p.siteTit span img {
	width: 170px;
}

#header a .siteTit span {
	display: block;
	font-size: 10px;
}

#header a .copy {
	color: #888;
	font-size: 10px;
}


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

#header{
    padding: 0;
}


}



.logo {
	width: 160px;
	margin: 30px 0 0 40px;
}

.top .logo {
	display: none;
}

.header_bg {
	display: none;
}

.header_bg {
	display: block;
	position: relative;
	width: 100%;
}

.header_bg img {
	width: 100%;
}

.header_bg .header_main {

}

.header_bg .header_main .toplogo {
	width: 100%;
}
.header_bg .header_main .jk {
	width: 90vh;
	max-width: 50vw;
}

.header_bg .scroll {
	position: absolute;
	bottom: 12em;
	left: 0;
	font-family: classico-urw, sans-serif;
	color: #000;
	font-size: 10px;
}

.header_bg .scroll span.bar {
	position: absolute;
	top: 0;
	left: 0.3em;
	width: 1px;
	height: 50px;
	margin-left: 0;
	border: 0px solid #fff;
	border-radius: 0;
	box-sizing: border-box;
}

.header_bg .scroll span.bar:before {
	position: absolute;
	top: 8em;
	left: 0.5em;
	content: '';
	width: 1px;
	height: 40px;
	background-color: #000;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

.header_bg .scroll .txt {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(0, 50px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 50px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


/* グロナビ */

#information [class^="icon-"],
#information [class*=" icon-"] {
	/*	color: #EB6A10; */
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#information #headerList li {}

#information #headerList a {
	padding: 5px 0 6px;
	line-height: 1;
}

#information #headerList a:hover {}

#information #navBtn {
	z-index: 999;
	height: 30px;
	position: fixed;
	left: auto;
	right: 50px;
	top: 43px;
	width: 42px;
	padding: 0;
	margin: 0 0 0 42px;
}

#information #navBtn:after {
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	content: "";
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -22px;
	position: absolute;
	top: 50%;
	width: 40px;
}

#information #navBtn span {
	background-color: #000000;
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	color: #000;
}

#information #navBtn span:nth-of-type(1) {
	top: 0;
}

#information #navBtn span:nth-of-type(2) {
	top: 10px;
}

#information #navBtn span:nth-of-type(3) {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	top: 16px;
}

#information #navBtn span:nth-of-type(3):after {
	content: "MENU";
	display: block;
	font-family: "Quicksand", sans-serif;
	font-size: 10px;
	letter-spacing: 0.17em;
	font-size: 12px;
	letter-spacing: 0.2em;
}

.menuOpen #headerList nav {
	height: 100%;
}

.menuOpen #headerList {
	/*    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 999;*/
}

.menuOpen #headerList .guide__list {
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.menuOpen #information #navBtn {
	z-index: 1000;
}

.menuOpen #information #navBtn span:nth-of-type(1) {
	transform: rotate(45deg);
}

.menuOpen #information #navBtn span:nth-of-type(2) {
	top: 0;
	transform: rotate(-45deg);
}

.menuOpen #information #navBtn span:nth-of-type(3)::after {
	content: "CLOSE";
	font-size: 9px;
	left: 1px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.menuOpen #information #navBtn:hover {
	opacity: 0.5;
}

.menuOpen #information li:nth-child(1) {
	animation: 1s ease 0.4s normal forwards 1 running fade;
}

.menuOpen #information li:nth-child(2) {
	animation: 1s ease 0.5s normal forwards 1 running fade;
}

.menuOpen #information li:nth-child(3) {
	animation: 1s ease 0.6s normal forwards 1 running fade;
}

.menuOpen #information li:nth-child(4) {
	animation: 1s ease 0.7s normal forwards 1 running fade;
}

@keyframes wavehover {
	0% {
		background-position: 100% 0;
	}

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

#information #headerList a:hover span {
	color: #000;
}

.neon {
	padding: 10px 0 5px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.neon a {
	text-decoration: none;
}

.neon a:hover {
	text-decoration: underline;
}

.shopMenu {
	position: relative;
	/*	width: 940px;
	margin: 0 auto 40px;
	top: 4em;
position: absolute;
right: 4.3%;
display: flex;
-webkit-display: flex;*/
}

table td.alignC #quantity_level a {
	display: inline-block;
	height: 25px;
	width: 25px;
	padding: 0 0px 0 0;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	background: #eee;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-wbekit-border-radius: 50px;
}

table td.alignC #quantity_level a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#undercolumn .choice td,
#undercolumn_entry .choice td,
#under02column_cart .choice td,
#under02column_shopping .choice td {
	background: none;
	border: none;
	vertical-align: top;
}

table .alignC {
	text-align: center;
	min-width: auto;
}

#payment_form .information+table .alignC {
	width: auto;
}

table .alignR {
	text-align: right;
}

#listtitle h2 {
	/*	padding:10px 0 5px;
	text-align:left;
	letter-spacing:0.1em;*/
	font-family: greycliff-gurmukhi-cf, “游ゴシック体“, YuGothic;
	text-align: left;
	font-style: normal;
	font-size: 35px;
	padding: 0 0 60px 0;
	font-weight: normal;
}

.title--top {
    font-size: 31px;
    line-height: 1;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #71bce9;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px 0;
}

#loginarea {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #bfdbf9
}

.top #loginarea {
	border: none;
}

.top #loginarea {
	margin: 0 0 110px;
}

#loginarea {
	height: 265px;
}

#loginarea li .tit input {
	vertical-align: -0.2em;
}

.menuOpen .guide {
	background: #ffffff none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	transition: all 0.3s ease 0s;
}

.menuOpen .guide ul {
	position: fixed;
	display: block;
	top: calc(50% - 144px);
	text-align: center;
}

/* join login
----------------------------------------------- */
.page--login {
	width: 65%;
	max-width: 1000px;
	margin: 0 auto;
	/*max-width: 1280px;*/
}
.page--login .login--inner{
	border: #dedede solid 1px;
	border-radius: 10px;
	margin-bottom: 2em;
	overflow: hidden;
}
.page--login #section--detail > section {
	margin: 0 auto;
	background-color: #ffffff;
}
.page--login #section--detail > section .input_main{
	margin-bottom: 2em;
}
.page--login #section--detail > section > p{
	text-align: center;
}
.page--login #section--detail .block--inner {
    padding:5% 10%;
}
.page--login #section--detail .block--inner .tit {
	margin: 30px 0 10px;
	font-weight: bold;
    font-size: 14px;
}
.page--login #section--detail .block--inner .form_text {
	margin-bottom: 15px;
}
.page--login #section--detail .block--inner .form_text input {
	width: 100%;
	box-sizing: border-box;
}
.page--login #section--detail .block--inner .forget {
	text-align: center;
}
.page--login #section--detail .block--inner .btn_standard{
	margin-bottom: 2em;
}
.page--login .select_login.tab--nav {
	/*display: flex;
	justify-content: center;*/
	background: #f0f0f0;
    border-radius: 10px 10px 0 0;
    display: none;
}
.page--login .select_login.tab--nav li {
	background: #f0f0f0;
	width: 100%;
	border-bottom: solid 1px #e8e8e8;
	border-radius: 10px 10px 0 0;
}
.page--login .select_login.tab--nav li:has(input:checked) {
	background: #fff;
	font-weight: bold;
	margin-bottom: -1px;
    /*border: #dedede solid 1px;*/
    border-bottom: solid 1px #fff;
}
.page--login .select_login.tab--nav li .form__radio{
	margin-bottom: 0;
}
.page--login .select_login.tab--nav  label {
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	color: #000;
	box-sizing: border-box;
	font-size: 12px;
}
.page--login .select_login.tab--nav  label.active{
	background: #fff;
	font-weight: bold;
	margin-bottom: -1px;
    border: #dedede solid 1px;
    border-bottom: solid 1px #fff;
	border-radius: 10px 10px 0 0;
}
.page--login .tab--content {
	transition: opacity .4s , display .4s;
	opacity: 1;
}
.page--login .tab--content select {
	width: 100%;
}
.block--input_memory {
	margin: 40px auto 15px;
	justify-content: center;
}
.page--login #section--detail .block--inner .inputbox {
	margin-top: 30px;
}
@media only screen and (max-width: 960px) {
	.page--login{
		width: 100%;
	}
	.page--login .select_login.tab--nav input[type="radio"] + label{
		font-size: 12px;
	}
	.page--login #section--detail .block--inner .tit{
        font-size: 11px;
        margin: 20px 0 5px;
	}
	.page--login #section--detail .block--inner .forget {
	    margin-bottom: 0;
	    font-size: 10px;
	}
	.block--input_memory {
	    margin: 20px auto 10px;
	    justify-content: center	    font-size: 11px;
	}
	.page--login .login--inner .input_main {
	    width: 90%;
	}
}
/* shopping
----------------------------------------------- */
.page--shopping {
	width: 65%;
	max-width: 1000px;
	margin: 0 auto;
}
.page--shopping .box{
    padding: 20px;
    border: 1px solid;
    margin: 0 0 20px 0;
}


.page--shopping .flow {
	display: flex;
	justify-content: center;
	margin-top: 5em;
	margin-bottom: 2em;
}
.page--shopping .flow li.current {
	background: none;
	color: #71bce9;
}
.page--shopping .flow li {
	position: relative;
    padding: 10px 4%;
    font-size: 12px;
    text-align: center;
    width: 20%;
}
.page--shopping .flow li.current::before {
	background:#71bce9;
}
.page--shopping .flow li::before {
	content: '';
	display: block;
	position: absolute;
	top: -21px;
	left: 50%;
	z-index: 2;
	width: 18px;
	height: 18px;
	margin-left: -5px;
	border-radius: 22px;
	background: #cdd2d6;
}
.page--shopping .flow li::after {
	content: '';
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #cdd2d6;
}
.page--shopping #section--detail .block--inner {
	margin: 5% auto 0;
}
.page--shopping #section--detail .block--inner .txt{
	margin-bottom: 2%;
}
.page--shopping #section--detail .block--inner .txt:last-child{
	margin-bottom: 30px;
}
.page--shopping #section--detail .block--inner #form1{
	margin-top: 3em;
} 
.page--shopping #section--detail .block--inner .tit {
	margin-bottom: 2%;
}
.page--shopping #section--detail .block--inner .form_text {
	margin-bottom: 5%;
}
.page--shopping #section--detail .block--inner .form_text input {
	width: 100%;
}
.page--shopping #section--detail .block--inner .form__radio {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #d0d0d0;
	
	transition: all .3s;
}
.page--shopping #section--detail .block--inner .form__radio:hover{
	opacity: .5;
}
.page--shopping #section--detail .block--inner .form__radio:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.page--shopping #section--detail .block--inner .form__radio:last-of-type p {
	margin-bottom: 0;
}
.page--shopping #section--detail .block--inner .form__radio label[for="pay_3"] p , .page--shopping #section--detail .block--inner .form__radio label[for="pay_4"] p {
	margin-bottom: 2%;
}
.page--shopping #section--detail .block--inner .block--select {
	margin: 0 auto 4%;
	padding: 1.4em;
	background-color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	border: #dedede solid 1px;
	border-radius: 10px;
}
.page--shopping #section--detail .block--inner .block--select p {
	width: 100%;
	margin-bottom: 0;
}
.page--shopping #section--detail .block--inner .block--select .block--link_list {
	justify-content: flex-end;
    margin: 0;
    display: flex;
    width: 20%;
    float: right;
    text-align: right;
}
.page--shopping #section--detail .block--inner .block--select .block--link_list .block--link {
	margin-right: 0;
	margin-left: 4%;
}
.page--shopping #section--detail .block--inner .block--select .form__radio input[type="radio"] + label p::before{
	top: 50%;
	transform: translate(0, -50%);
}
.page--shopping #section--detail .block--inner .block--select .form__radio input[type="radio"]:checked + label p::after{
	top: 50%;
    transform: translateY(-50%);
}
.page--shopping #section--detail .block--inner .block--link{
	margin-bottom: 10%;
    text-align: center;
}
.page--shopping #section--detail .block--inner .block--content > div {
	/*max-width: 600px;
	margin: 0 auto;*/
}
.page--shopping #section--detail .block--inner .block--content > div + .attention {
    max-width: 600px;
    margin: 2em 0 0;
    margin-bottom: 0.6em;
    font-size: 14px;
}
.page--shopping #section--detail .block--inner .block--content .select__box {
	margin-top: .6em;
	margin-bottom: 0;
}
.page--shopping #section--detail .block--inner .block--content select {
	width: 100%;
}
.page--shopping .block--user_info > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
	margin-bottom: 2%;
}
.page--shopping .block--user_info > dl dt{
	width: 30%;
}
.page--shopping .block--user_info > dl dt span {
	font-size: 10px;
}
.page--shopping .block--user_info > dl dd {
	width: 70%;
	font-weight: bold;
}
.page--shopping .block--item_info {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: left;
	align-items: flex-start;
	max-width: 600px;
	/*margin: 0 auto 4%;*/
}
.page--shopping .block--item_info .block--thumb {
	width: 20%;
	margin-right: 3%;
    margin-bottom: 10px;
}
.page--shopping .block--item_info .block--thumb > a {
	pointer-events: none;
}
.page--shopping .block--item_info .block--item_txt {
	width: 50%;
	margin-right: 3%;
	font-size: 12px;
}
.page--shopping .block--item_info .block--item_txt > ul li{
	font-size: 14px;
}
.page--shopping .block--item_info .block--item_price {
	width: clamp(3em,30%,10em);
	padding-left: 2%;
	border-left: dotted 1px #d0d0d0;
	text-align: right;
}
.page--shopping .block--item_info .block--item_price > p {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 2%;
}
.page--shopping .block--item_info .block--item_price > p span {
	font-size: 11px;
}
.page--shopping .block--total {
	border-top: solid 1px #dedede;
	margin-top: 30px;
	padding-top: 30px;
}
.page--shopping .block--total dl {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	/*margin-bottom: 2%;*/
}
.page--shopping .block--total dl dt {
	text-align: right;
}
.page--shopping .block--total dl dd {
	width: clamp(3em,50%,6em);
	font-weight: bold;
	text-align: right;
}
.page--shopping .block--total .item_total {
	margin-top: 4%;
	padding: 1em;
	background-color: #f1f1f1;
	font-size: 20px;
}
.page--shopping .block--total .item_total dt {
	margin-right: 2%;
}
.page--shopping .block--total .item_total dd {
	width: auto;
}
.page--shopping .block--content.block--confirm_payment h3 {
	max-width: 600px;
	margin: 0 auto;
}
.page--shopping .block--content.block--confirm_payment .lead {
	max-width: 600px;
	margin: 0 auto;
}
.page--shopping .block--content.block--confirm_payment .txt {
	max-width: 600px;
	margin: 1em auto 0;
}
.page--shopping.page--complete #section--detail h3{
	margin: 70px 0 30px 0;
}
.page--shopping.page--complete #section--detail .lead.pay{
	overflow: hidden;
    border: #dedede solid 1px;
    border-radius: 10px;
    margin: 0 auto 10px;
    padding: 3em;
    background-color: #ffffff;
}
.page--shopping.page--complete #section--detail .txt--link.large--margin,.page--shopping.page--complete #section--detail .large--margin--irregular{
	margin-bottom: 10%;
}
.page--shopping.page--complete #section--detail .txt--link{
	color: #ff0000;
}
.page--shopping.page--complete #section--detail .attention.bold{
	font-weight: bold;
}
.page--shopping.page--complete #section--detail .large--margin{
	margin-bottom: 5%;
}
.page--shopping_complete{

}

@media screen and (max-width: 960px) {
	.page--shopping {
		width: 100%;
	}
	.page--shopping .flow {
		margin-top: 4em;
		margin-bottom: 3em;
	}
	.page--shopping .flow li {
		position: relative;
		width: 24%;
		padding: 0;
		font-size: 10px;
		text-align: center;
		line-height: 1.4;
	}
	.page--shopping .flow li::before {
		top: -18px;
		width: 12px;
		height: 12px;
		margin-left: -6px;
	}
	.page--shopping .block--item_info {
			flex-wrap: wrap;
		margin: 0 auto 4%;
	}
	.page--shopping .block--item_info .block--item_txt {
		width: 70%;
	}
	.page--shopping .block--item_info .block--item_price {
		width: 100%;
		margin-top: 3%;
		padding-top: 3%;
		padding-left: 0;
		border-top: dotted 1px #D0D0D0;
		border-left: none;
		font-size: 11px;
		text-align: right;
	}
	.page--shopping .block--total .item_total {
		padding: .6em;
		font-size: 16px;
	}
	.page--shopping #section--detail .block--inner .block--select {
		padding: 1.5em;
		font-size: 14px;
	}
	.page--shopping #section--detail .block--inner .block--select .block--link_list{
		width: 40%;
	}
	.page--shopping #section--detail .block--inner .txt{
		margin-bottom: 2%;
	  	  font-size: 12px;
	}
	.item--centering {
	    margin-bottom: 20px;
	    font-size: 12px;
	}
	.page--shopping #section--detail .block--inner .txt:last-child {
	    margin-bottom: 10px;
	}	
	.page--shopping .block--user_info > dl dd {
		width: 60%;
		font-weight: bold;
		padding-left: 10%;
	}
	.page--shopping .block--user_info > dl dt br{
		display: none;
	}
}
/* cart
-------------------------------------------- */
.page--cart {
	width: 65%;
	max-width: 1000px;
	margin: 0 auto;
}

.page--cart .cart_list {
	margin: 3em auto 3em;
	border: 1px solid;
	border: solid 1px #dedede;
	border-radius: 10px;
	padding: 30px;
}

.page--cart .block--total {
	padding: 2em 3em;
	background-color: #f1f1f1;
}

.page--cart .block--total dl {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.page--cart .block--total dl dt {
	margin-right: 1.5em;
	font-size: 18px;
}

.page--cart .block--total dl dd {
	font-weight: bold;
	font-size: 22px;
}

.page--cart .block--payment .txt {
	margin-bottom: 2em;
	text-align: center;
}

.page--cart .block--cart .block--cart__list .block--cart__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 100px);
}

.page--cart .block--cart .block--cart__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #dedede solid 1px;
}

.page--cart .block--cart .block--cart__list:nth-last-child(2) {
	border: none;
	margin: 0;
}

.page--cart .block--cart .block--cart__list .block--cart__photo {
	position: relative;
	width: 120px;
	margin-right: 4%;
	background: #ffffff;
	border: none;
}

.page--cart .block--cart .block--cart__list .block--cart__photo a {
	display: flex;
	position: relative;
	padding-top: 100%;
	pointer-events: none;
}

.page--cart .block--cart .block--cart__list .block--cart__photo img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page--cart .block--cart .block--cart__list .block--cart__name {
	width: 60%;
}

.page--cart .block--cart .block--cart__list .block--cart__name .product-name {
	font-size: 16px;
	font-weight: bold;
}

.page--cart .block--cart .block--cart__list .block--cart__name .product-price {
	font-size: 14px;
}

.page--cart .block--quantity {
	width: 100px;
	text-align: right;
}

.page--cart .block--quantity ul>li {
	margin-bottom: 1.5%;
	display: flex;
	justify-content: center;
}

.page--cart .block--quantity ul>li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50em;
	background: #f1f1f1;
	color: #313131;
	text-decoration: none;
}

.page--cart .block--quantity ul {
	margin-bottom: 1.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page--cart .block--quantity .product-num {
	width: 3em;
	background-color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.page--cart .block--quantity .block--product__num .icon-plus::before {
	content: '＋';
	font-weight: 400;
	font-size: 16px;
	line-height: 0.5;
    display: flex;
    align-items: baseline;
}

.page--cart .block--quantity .block--product__num .icon-minus::before {
	content: '－';
	font-weight: 400;
	font-size: 16px;
	line-height: 0.5;
    display: flex;
    align-items: baseline;
}
.page--cart .empty{
	text-align: center;
    font-size: 12px;
}
.page--cart .block--quantity .product-delete a {
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	.page--cart {
		width: 100%;
	}

	.page--cart .cart_list {
		padding: 1.5em;
	}

	.page--cart .block--total {
		padding: 1em 1.5em;
	}

	.page--cart .block--cart .block--cart__list {
		margin-bottom: 10%;
		justify-content: right;
	}

	.page--cart .block--cart .block--cart__list .block--cart__item {
		align-items: flex-start;
		width: 100%;
	}

	.page--cart .block--cart .block--cart__list .block--cart__photo {
		width: 40%;
		margin-right: 4%;
	}

	.page--cart .block--cart .block--cart__list .block--cart__name {
		font-size: 12px;
	}

	.page--cart .block--quantity {
		width: 100px;
	}

	.page--cart .block--quantity .product-num {
		font-size: 14px;
	}
	.btn_cart a{
        width: 100%;
        font-size: 13px;
	}
}


/* MYページ内 */

.tabBox input {
	width: 100%;
	box-sizing: border-box;
}

#loginarea li .tit.emtg {
	margin: 0 0 8px;
}

#loginarea ul li .txt {
	margin: 0 0 3px !important;
}

.news {
    margin: 0 auto 80px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.news .character p{
    top: auto;
    bottom: -150px;
}
.news--area {
    width: 100%;
    /* margin: 0 auto 100px; */
    padding: 0;
    table-layout: fixed;
    border: none;
}

.news--area #block-news {
width: 100%;
    display: block;
    float: none;
}

.news--area #block-news .title--top {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
}

.news--area {
	border-right: none !important;
	border-bottom: none !important;
}
.news--area td {
	vertical-align: top;
	background: none;
	padding: 0;
	border-right: none !important;
	border-bottom: none !important;
}

#windowarea table {
	width: 100%;
	border-right: 0px;
	border-left: 0px;
}

#windowarea table th {
	text-align: left;
	background: #fff;
	border-right: 0px;
	border-bottom: 1px solid #E5E5E5;
	width: 12em;
	padding: 10px 0;
	min-width: auto;
}

#windowarea table td {
    border-right: 0px;
    text-align: left;
    padding: 0;
    font-size: 12px;
    margin: 0 0 20px 0;
    display: block;
}



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

.news .character p {
    top: auto;
    bottom: -100px;
    width: 70px;
}
    
}



/* もっと見るボタン */

.more--btn {
    text-align: right;
}

.more--btn a {
    position: relative;
    font-size: 19px;
    color: #ccc;
    text-decoration: none;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.more--btn a:hover {
    color: #71bce9;
}

.block--share {
	text-align: center;
	padding: 0 0 80px;
	margin-top: -80px;
}

.block--share::before {
	content: 'SHARE';
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-size: 10px;
	color: #9fa3a7;
	letter-spacing: 0.04em;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 3px
}

.block--share .share {
	display: inline-block;
	position: relative
}

.block--share .share::before {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: #bec3c7;
	position: absolute;
	top: -7px;
	left: 3px;
	transform: rotate(30deg)
}

.block--share li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #9fa3a7;
	margin: 0 7px 0 0
}

.block--share .lineIco {
	display: none
}

.block--share .share {
	font-size: 12px;
	margin-right: 15px
}

.block--share .ico {
	font-size: 20px
}

.block--share a {
	color: #9fa3a7
}

.block--share a:hover {
	color: #000
}

.block--share::before {
	display: none
}

.block--share .nav--sns::before {
	content: 'SHARE';
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: #3B4043;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	padding-left: 3.5px;
	margin-bottom: 10px
}

.block--share .nav--sns li {
	line-height: 1;
	text-align: center;
	font-size: 28px;
	margin: 0 10px 0 0
}

.block--share .nav--sns li.nav__item--facebook {
	margin-right: 11px
}

.block--share .nav--sns li.nav__item--facebook i {
	font-size: 24px
}

.block--share .nav--sns li:last-of-type {
	margin-right: 0
}

.block--share .nav--sns li a {
	color: #3B4043
}

.block--share .nav--sns li a:hover {
	color: #000
}

.block--share .nav--sns li a:hover svg {
	fill: #000
}

.block--share .nav--sns li a svg {
	width: 22px;
	height: 22px;
	fill: #3B4043;
	margin-top: 4px;
	transition: .3s
}

input:focus {
	outline: none;
}


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

.more--btn a {
    position: relative;
    font-size: 17px;
}


}



/* 海外発送
----------------------------------------------- */

.overseasInfo {
	position: relative;
}

.overseasInfo .lead {
	margin: 0 0 40px;
}

.overseasInfo h2.title {
	padding: 30px 10px 10px 4px;
	/*	font-size: 40px;*/
	line-height: 1.4;
	letter-spacing: 1px;
font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}


.overseasInfo h2.title span {
	display: block;
	font-size: 20px;
}

.overseasInfo h3.tit {
	margin: 0 0 40px;
	padding: 10px 0;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	/*	border-bottom: solid 1px #b8b8b8;*/
	color: #fff;
	background: #959EA7;
	/*	margin-top: -160px;
	padding-top: 160px;*/
}


/* Lang */

.overseasInfo .blockLang {
	position: absolute;
	right: 0;
	width: 100%;
	text-align: right;
}

.overseasInfo .blockLang p {
	display: inline;
	padding: 5px 10px;
}

.overseasInfo .overseasNav {
	display: table;
	margin: 0 0 50px;
	width: 100%;
	border-spacing: 4px;
}

.overseasInfo .overseasNav li {
	display: table-cell;
	padding: 0 2px;
	box-sizing: border-box;
	width: 33.33333%;
	/* 未対応ブラウザ用フォールバック */
	/*	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;*/
	background: #000;
	vertical-align: middle;
	border: solid 1px #666;
}

.overseasInfo .overseasNav li a {
	/*	background: #000;*/
	width: 100%;
	display: block;
	padding: 8px 10px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	/*	border: solid 1px #666;*/
}

.overseasInfo .overseasNav li:last-child {
	background: #f75e5e;
}

.overseasInfo .overseasNav li a:hover {
	opacity: 0.8;
}

.overseasInfo .overseasNav li .ico {
	font-size: 11px;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

.overseasInfo .anc {
	margin-top: -160px;
	padding-top: 160px;
}


/*
margin: 0 0 10px;
padding: 0 0 2px;
font-weight: bold;
border-bottom: 1px solid #999;
*/

.overseasInfo .overseasGuide {
	margin: 0 0 100px;
}

.overseasInfo .overseasGuide p.step {
	background: #f75e5e;
	padding: 3px 10px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px 20px 0;
}

.overseasInfo .overseasGuide p.subTit {
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}

.overseasInfo .overseasGuide>li {
	margin: 0 0 50px;
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 50px;
}

.overseasInfo .overseasGuide dl dt {
	width: 50%;
	float: left;
}

.overseasInfo .overseasGuide dl dt img {
	width: 100%;
	border: solid 1px #666;
	box-sizing: border-box;
	/*	padding: 5px;*/
}

.overseasInfo .overseasGuide dl dd {
	padding: 0 25px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.overseasAtt {
	padding: 0 20px;
}

.overseasAtt li {
	margin: 0 0 15px;
	text-indent: -1em;
	padding-left: 1em;
}

.overseasInfo .guideLink {
	padding: 0 20px;
}

.overseasInfo .guideLink li {
	position: relative;
	padding-left: 1.2em;
}

.overseasInfo .guideLink li a {
	/*position: ;*/
	/*	text-decoration: none;*/
}

.overseasInfo .guideLink li a::before {
	position: absolute;
	top: 3px;
	left: 0;
	font-family: "WebHostingHub-Glyphs";
	font-style: normal;
	height: auto;
	width: auto;
	content: '\f31b';
	color: #000;
	font-size: 11px;
}

.overseasInfo .warningBox {
	/*	background: #dea89a;*/
	color: #000;
	padding: 1px 10px 10px;
	margin-top: 10px;
	border: 1px solid #959EA7;
}

.overseasInfo .warning {
	position: relative;
	margin: 10px 0 5px;
	/*	padding-left: 1.3em;*/
}

.overseasInfo .warning:before {
	/*	position: absolute;
	top: 3px;
	left: 0;
	font-family: "WebHostingHub-Glyphs";
	font-style: normal;
	height: auto;
	width: auto;
	content: '\f316';
	color: #000;
	font-size: 11px;*/
}

.overseasInfo .warningList li {
	position: relative;
	/*	padding-left: 1.3em;*/
}

.overseasInfo .warningList li span {
	background: #151515;
	color: #fff;
	padding: 1px 7px;
	font-size: 13px;
	border-radius: 4px;
}

.overseasInfo .warningList li:before {
	/*	position: absolute;
	top: 3px;
	left: 0;
	font-family: "WebHostingHub-Glyphs";
	font-style: normal;
	height: auto;
	width: auto;
	content: '\2713';
	color: #000;
	font-size: 11px;*/
}

.overseasInfo .attArea {
	/*	background: #dea89a;*/
	padding: 25px 15px;
	color: #000;
	margin: 0 auto 100px;
	border: 1px solid #959EA7;
}

.overseasInfo .attArea h3.tit {
	margin: 0 0 15px;
	background: none;
	color: #f75e5e;
}

.overseasInfo .attArea a {
	color: #000;
}

.goodsCartTable.itemDetail {
	border-left: none;
	margin-top: 0;
	table-layout: fixed;
	border-bottom: 1px solid #e0e0e0;
    border-top: none;
}

.goodsCartTable.itemDetail tr {
	display: block;
	position: relative;
}

.goodsCartTable.itemDetail td {
	width: 70%;
	border-right: none;
	border-bottom: none;
	/*padding: 10px;*/
	vertical-align: middle;
}

.goodsCartTable.itemDetail .quantity_level {
	width: 13%;
	vertical-align: middle;
	/*padding: 0 10px;*/
}

.goodsCartTable.itemDetail .product-delete {
	width: 1%;
	text-align: center;
	vertical-align: middle;
	/*padding: 0 15px;*/
}

.goodsCartTable.itemDetail .product-delete a {
	display: inline-block;
	width: 50px;
	color: #000;
	line-height: 1;
	/*padding: 6px 10px;*/
	font-size: 10px;
}

.goodsCartTable.itemDetail .product-delete a:hover {}

.goodsCartTable.itemDetail tr td.phototd {
	width: 10%;
	min-width: 100px;
	/*padding-right: 10px;*/
}

.goodsCartTable.itemDetail .phototd a {
	display: block;
}

.goodsCartTable.itemDetail .phototd img {
	width: 65px;
	height: 65px;
}

.goodsCartTable.itemDetail .product-name {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.goodsCartTable.itemDetail .detailtdName .product-category {
	font-size: 11px;
}

.goodsCartTable.itemDetail .detailtdName .product-category+.product-price {
	margin-top: 8px;
	border-top: 1px solid #ddd;
	padding-top: 8px;
}

.goodsCartTable.itemDetail .detailtdName .product-price {
	font-size: 12px;
}

.goodsCartTable.itemDetail .detailtdName .product-price span:not(.discount-price) {
	font-weight: bold;
	font-size: 14px;
}

.goodsCartTable.itemDetail .detailtdName .discount-price {
	display: inline-block;
	font-size: 11px;
	color: #888;
	vertical-align: 0;
	text-decoration: line-through;
	margin-right: -3px;
}

.goodsCartTable.itemDetail .detailtdName .discount-price i {
	display: none;
}

.goodsCartTable.itemDetail .block--product-num {
	font-size: 12px;
}

.goodsCartTable.itemDetail .block--product-num ul {
	display: inline-block;
	font-size: 10px;
	margin-left: 2px;
}

.goodsCartTable.itemDetail .block--product-num li.product-num {
	font-size: 20px;
	vertical-align: -1px;
	padding: 0 !important;
}

.goodsCartTable.itemDetail.confirm .block--product-num ul {
	font-size: 13px;
}
.goodsCartTable.itemDetail + .total{
	/*background: #f8f8f8;*/
	border-left: none;
	border-top: none;
	margin-top: 30px;
}
.goodsCartTable.itemDetail + .total tr{
	/*border-bottom: 1px solid #E5E5E5;*/
}
.goodsCartTable #quantity_level li {
	display: inline-block;
	padding: 0 6px;
}

.goodsCartTable td #quantity_level a {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: none;
	color: #000;
	font-size: 15px;
	text-align: center;
	line-height: 19px;
	vertical-align: 0;
	border: 1px solid #000;
	border-radius: 26px;
	text-decoration: none;
	padding: 0;
}

.goodsCartTable td #quantity_level a span {
	display: block;
	transform: scale(0.6);
	position: relative;
	top: 1px;
}

table.total .alignR {
	font-weight: bold;
	font-size: 20px;
}

table.total th {
	padding: 7px 0 10px;
}


/* confirm */

.goodsCartTable.confirm.itemDetail .detailtdName .product-price span:not(.discount-price) {
	font-size: 12px;
}

.goodsCartTable .itemDetail .block--subtotal {
	font-size: 12px;
	margin-top: 8px;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

.goodsCartTable .unit_subtotal {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.goodsCartTable+.total th {
	text-align: right;
	padding: 10px 0;
	border-right: none;
}

.goodsCartTable.confirm+.total th {
	font-size: 13px;
	border-bottom: none;
}

.goodsCartTable.confirm+.total .pricetd {
	width: 31vw;
	border-right: none;
	border-bottom: none;
	padding: 10px 0;
}

.goodsCartTable+.total .block--total .pricetd {
	font-weight: bold;
	font-size: 22px;
	color: #ff0000;
	line-height: 1;
	padding: 10px 0;
}

#under02column_shopping table td.centertd .btn--sub {
	display: inline-block;
	width: 50px;
	color: #000;
	line-height: 1;
	padding: 6px 10px;
}

#under02column_shopping table td.centertd .btn--sub:hover {}

#menuButton {
	isolation: isolate;
	mix-blend-mode: exclusion;
	display: block;
	width: 121px;
	height: 79px;
	float: right;
	text-align: center;
	padding: 0;
	position: fixed;
	top: 0;
	right: -5px;
	
	z-index: 300;
	border-radius: 0;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
}

.top.loaded #menuButton {
	transform: translateX(0);
	transition: .35s .9s;
}

#menuButton:hover {
	opacity: 1;
}

.top #menuButton {
	transform: translateX(200%);
}

#menuButton .top {
	top: 0;
}

#menuButton .mid {
	top: 32px;
}

#menuButton .btm {
	top: 64px;
}

#menuButton span {
	width: 100%;
	height: 16px;
	background: #fff;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	position: absolute;
	right: 0;
	z-index: 50;
	border-radius: 0;
	overflow: hidden;
}

#menuButton:hover .top::after {
	transition-delay: 0.1s;
}

#menuButton:hover span::after {
	opacity: 1;
	transition: 0.1s;
	transition-delay: 0s;
}

#menuButton span::after {
	opacity: 0;
	background: #001cf2;
}

#menuButton span::before,
#menuButton span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#menuButton.active .top {
	top: 24px;
	transform: rotate(12deg) skew(10deg, 10deg);
}

#menuButton.active .mid {
	opacity: 0;
}

#menuButton.active .btm {
	top: 24px;
	transform: rotate(148deg) skew(-30deg, 10deg);
}

#menuButton.active:hover span::after {
	opacity: 0;
	transition: 0s;
}

#globalNavi {
	position: fixed;
	display: block !important;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #FFFFFF;
	transform: translateX(150%) skew(15deg);
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	overflow-y: scroll;
	overflow-x: hidden;
}

#globalNavi.activeNav {
	transform: translateY(0%);
	display: block !important;
	overflow: hidden;
	right: 0;
	padding: 0;
	top: 0;
	background-color: #0B0B0B;
}

#globalNavi .shopMenu {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: start;
	align-items: center;
	padding: 0 0 0 5%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	transform: translateY(-150%);
}

#globalNavi.activeNav .shopMenu {
	transform: translateY(0%);
}

#globalNavi .shopMenu ul li {
	font-family: 'Carter One', cursive;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	padding: 0;
}

#globalNavi .shopMenu ul li.list.category--list {
	padding: 8px 0 0;
}

#globalNavi.activeNav .shopMenu ul li {
	opacity: 0;
	-webkit-animation: txt-expand 0.4s cubic-bezier(0, 0.61, 0.65, 1.07) both;
	animation: txt-expand 0.4s cubic-bezier(0, 0.61, 0.65, 1.07) both;
	animation-delay: 0s;
	overflow: hidden;
}

#globalNavi.activeNav .shopMenu ul li.list.category--list ul li {
	opacity: 0;
	-webkit-animation: txt-expand 1s cubic-bezier(0.22, 0.61, 0.65, 1.07) both;
	animation: txt-expand 1s cubic-bezier(0.22, 0.61, 0.65, 1.07) both;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(11) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(12) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

#globalNavi.activeNav .shopMenu ul#headerList li.list:nth-child(13) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@-webkit-keyframes txt-expand {
	0% {
		letter-spacing: -0.8em;
		opacity: 0;
	}

	80% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
		letter-spacing: 0.02em;
	}
}

@keyframes txt-expand {
	0% {
		letter-spacing: -0.8em;
		opacity: 0;
	}

	80% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
		letter-spacing: 0.02em;
	}
}

#globalNavi .shopMenu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 40px;
	text-align: left;
}

#globalNavi .shopMenu ul.menuSns {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#globalNavi .shopMenu ul.menuSns li {
	margin: 0 10px;
}

#globalNavi .shopMenu ul.menuSns li a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	text-indent: 0.15em;
}

#mycontentsarea table td.centertd a {
	display: inline-block;
	width: 50px;
	color: #000;
	line-height: 1;
	padding: 6px 10px;
}

table#mypage-history-list td a.delete {
	display: inline-block;
	width: 50px;
	border: 1px solid #000;
	color: #000;
	line-height: 1;
	padding: 6px 10px;
	font-size: 10px;
	text-decoration: none !important;
	margin: 0 auto 15px;
}

table#mypage-history-list td a.cart {
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	line-height: 1;
	padding: 6px 10px;
	font-size: 10px;
	text-decoration: none !important;
}

#mycontentsarea table td.centertd .entryChange {
	margin: 0.5em 0 0;
	font-size: 85%;
}

#mypagecolumn table.choice,
#mypagecolumn table.choice td {
	border: 0px solid #E5E5E5;
}

#mypagecolumn table.choice td .btn_standard a {
	margin: 0 auto 0px;
}

#detailrightblock ul.sns {}

#detailrightblock ul.sns li {
	font-size: 12px;
	display: inline-block;
}

#detailrightblock ul.sns li {
	margin-right: 5px;
}
#detailrightblock ul.sns li.tit{
    font-size: 13px;
    margin-right: 15px;
}
ul.sns li a {
	position: relative;
	display: inline-block;
	z-index: 0;
	text-decoration: none;
	color: #000;
}

ul.sns li a i {
    font-size: 22px;
}
ul.sns li a.fav {}



ul.sns li a.fav:hover {}

ul.sns li a .ico {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
ul.sns li a svg{
    width: 23px;
}


@media screen and (min-width: 960px){

ul.sns li a:hover {
    color: #71bce9;
}
ul.sns li a svg:hover{
    fill: #71bce9;
}

}

.drawer {
	padding: 35px 0 0 0;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	transform: translateY(-200%);
	transform-origin: top;
	background: #0B0B0B;
}

.drawer-inner {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100%;
	padding: 5vw 150px 2.5% 5vw;
	box-sizing: border-box;
}

.drawer-inner li {
	width: auto;
	min-width: 26em;
	margin-bottom: 18px;
	position: relative;
	text-align: center;
}

.drawer-inner li.disabled {
	opacity: 0.3;
	pointer-events: none;
}

#header .drawer-inner li a {
	display: inline-block;
	font-family: 'Carter One', cursive;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	position: relative;
	word-break: break-all;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-align: left;
}

.drawer-inner li a:hover {
	opacity: 1;
}

.drawer-inner li a:hover .menu::after {
	width: 100%;
}

.drawer-inner li span.num {
	font-size: 15px;
	position: absolute;
	top: 5px;
	margin-right: 8px;
	letter-spacing: 0.01em;
	transition: .4s;
	color: #525252;
	left: 0;
}

.drawer-inner li span.menu {
	display: inline-block;
	position: relative;
	text-align: left;
	font-size: 4vh;
	font-weight: normal;
	letter-spacing: 0.01em;
	padding: 0 5px 0 0;
	white-space: nowrap;
}

.drawer-inner #categorytree li span.menu {
	font-size: 3vh;
}

.drawer-inner li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 2px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-inner li a:hover::after {
	-webkit-transform: scaleX(1);
	transform-origin: left;
}

.drawer-inner .g-nav {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(94vw - 160px);
	min-width: 480px;
	height: 100%;
	width: 55vw;
	align-items: start;
}

.drawer-inner .g-nav>div {
	width: 50%;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.drawer-inner .img_airtist {
	width: 70%;
	height: 100%;
}

.drawer-inner .img_airtist img {
	height: 100%;
}

.drawer__btn {
	isolation: isolate;
	mix-blend-mode: exclusion;
	display: block;
	width: 60px;
	height: 40px;
	float: right;
	text-align: center;
	padding: 0;
	position: fixed;
	top: 32px;
	right: 30px;
	
	z-index: 300;
	border-radius: 0;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
}

.drawer__btn:hover span::after {
	opacity: 1;
	transition: 0.1s;
}

.drawer__btn:hover .mid::after {
	transition-delay: 0.05s;
}

.drawer__btn:hover .top::after {
	transition-delay: 0.1s;
}

.drawer__btn span {
	width: 100%;
	height: 5px;
	background: #fff;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	position: absolute;
	right: 0;
	z-index: 50;
	border-radius: 0;
	overflow: hidden;
}

.drawer__btn span::before,
.drawer__btn span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.drawer__btn span::before {
	background: #FFFFFF;
}

.drawer__btn .top {
	top: 0;
}

.drawer__btn .mid {
	top: 17px;
}

.drawer__btn .btm {
	top: 35px;
}

.drawer__btn:hover .top {
	top: 4px;
}

.drawer__btn:hover .btm {
	top: 31px;
}

.drawer-visible .drawer {
	transform: translateY(0%);
	display: block;
	overflow: hidden;
	right: 0;
	padding: 0;
	top: 0;
	background-color: #0B0B0B;
}

.drawer-visible .g-nav li a .menu {
	opacity: 0;
	-webkit-animation: txt-expand 0.3s cubic-bezier(0.22, 0.61, 0.65, 1.07) both;
	animation: txt-expand 0.3s cubic-bezier(0.22, 0.61, 0.65, 1.07) both;
}

.drawer-visible .g-nav li:nth-child(2) a .menu {
	-webkit-animation-delay: calc(0.05s * 5);
	animation-delay: calc(0.05s * 5);
}

.drawer-visible .g-nav li:nth-child(2) a .menu {
	-webkit-animation-delay: calc(0.05s * 6);
	animation-delay: calc(0.05s * 6);
}

.drawer-visible .g-nav li:nth-child(3) a .menu {
	-webkit-animation-delay: calc(0.05s * 7);
	animation-delay: calc(0.05s * 7);
}

.drawer-visible .g-nav li:nth-child(4) a .menu {
	-webkit-animation-delay: calc(0.05s * 8);
	animation-delay: calc(0.05s * 8);
}

.drawer-visible .g-nav li:nth-child(5) a .menu {
	-webkit-animation-delay: calc(0.05s * 9);
	animation-delay: calc(0.05s * 9);
}

.drawer-visible .g-nav li:nth-child(6) a .menu {
	-webkit-animation-delay: calc(0.05s * 10);
	animation-delay: calc(0.05s * 10);
}

.drawer-visible .g-nav li:nth-child(7) a .menu {
	-webkit-animation-delay: calc(0.05s * 11);
	animation-delay: calc(0.05s * 11);
}

.drawer-visible .g-nav li:nth-child(8) a .menu {
	-webkit-animation-delay: calc(0.05s * 12);
	animation-delay: calc(0.05s * 12);
}

.drawer-visible .g-nav li:nth-child(9) a .menu {
	-webkit-animation-delay: calc(0.05s * 13);
	animation-delay: calc(0.05s * 13);
}

.drawer-visible .g-nav li:nth-child(10) a .menu {
	-webkit-animation-delay: calc(0.05s * 14);
	animation-delay: calc(0.05s * 14);
}

.drawer-visible .g-nav li:nth-child(11) a .menu {
	-webkit-animation-delay: calc(0.05s * 15);
	animation-delay: calc(0.05s * 15);
}

.drawer-visible .g-nav li:nth-child(12) a .menu {
	-webkit-animation-delay: calc(0.05s * 16);
	animation-delay: calc(0.05s * 16);
}

.drawer-visible .drawer__btn {
	transform: rotate(180deg);
}

.drawer-visible .drawer__btn:hover span::after {
	opacity: 0;
	transition: 0s;
}

.drawer-visible .drawer__btn span {
	background: #fff !important;
}

.drawer-visible .drawer__btn .btm,
.drawer-visible .drawer__btn .top {
	margin: 0;
}

.drawer-visible .drawer__btn .btm span,
.drawer-visible .drawer__btn .top span {
	height: 10px;
}

.drawer-visible .drawer__btn .top {
	top: 18px;
	transform: rotate(12deg) skew(10deg, 10deg);
}

.drawer-visible .drawer__btn .mid {
	opacity: 0;
}

.drawer-visible .drawer__btn .btm {
	top: 18px;
	transform: rotate(148deg) skew(-30deg, 10deg);
}

.drawer-visible .img_airtist {
	width: 70%;
}

.drawer-visible .img_airtist img {
	width: 100%;
	background-size: cover;
}

.drawer-inner li.list.category--list {
	color: #fff;
	text-align: left;
	margin: 0;
}

.drawer-inner li.list.category--list #categorytree {
	border-top: 1px solid #E5E5E5;
	padding: 10px 0 0;
}

.drawer-inner li.list.category--list .tit--cat {
	pointer-events: none;
	padding: 0 0 10px;
}

.drawer-inner li.list.category--list .tit--cat span {
	font-size: 4vh;
}

.drawer-inner li.list.category--list #categorytree li {
	margin: 0;
	padding: 7px 0;
	height: auto;
}

.drawer-inner li.list.category--list #categorytree li.level2 {
	margin: 0;
	padding: 10px 0;
	height: auto;
}

.drawer-inner li {
	text-align: left;
}

.list.sns--list {
	color: #fff;
	padding: 15px 0 0;
}

.list.sns--list p {
	font-size: 3vh;
}

.list.sns--list a {
	font-size: 3.5vh;
	text-decoration: none;
}

.list.sns--list a i+span {
	font-size: 2vh;
}

.list.sns--list a:hover {
	color: #04293B;
}

.list.sns--list div .tit {
	font-size: 2.2vh;
	font-weight: 800;
}

.list.sns--list div.block--sns__item .tit {
	font-size: 2vh;
	padding: 0 0 2px;
}

.drawer-inner .list.sns--list .list--sns {
	padding: 0 0 2.5vh;
}

.drawer-inner .list.sns--list .list--sns li {
	text-align: left;
	display: inline-block;
	min-width: auto;
	margin: 0;
	padding: 0 2vh 0 0;
}

.slides li a,
.slides li a img {
	width: 100%;
	display: block;
}

.bab {
	letter-spacing: -2px;
	margin: 0 2px 0 0;
}

.bab.s {
	font-size: 98%;
}

.btn_standard.addnew {
	padding: 20px 0;
}

.btn_standard.addnew a {
	font-size: 12px;
}

.regulationBlock {
	border: 1px solid #828282;
	padding: 50px;
	margin: 30px 0;
	height: 40vh;
	overflow-y: scroll;
}

.list--box {
    background: none;
    display: flex;
}

.list--box .send {
	text-align: right;
	margin: 5px 0px 0 0;
}

.list--box .send a {
	font-family: classico-urw, sans-serif;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

ul.list--menu {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}

ul.list--menu li {
	margin: 0 20px 0 0;
}

ul.list--menu li.btn_member a{
    padding: 0 0 0 10px;
}
.list--box .list_cart {
	position: relative;
	margin-right: 20px;
    top: 7px;
}
.list--box .list_favorite{
	height: auto;
    width: 25px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
ul.list--menu li a {
text-decoration: none;
    color: #000;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 18px;
    letter-spacing: 0;
}

ul.list--menu li a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #000;
    border-radius: 999px;
    transform: translate(0, -50%);
}

ul.list--menu li.btn_member{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
ul.list--menu li.btn_member a{
    padding: 0 0 0 10px;
}
ul.list--menu li.btn_member a:before {
    display: none;
}
ul.list--menu li.btn_member a img{
    height: 40px;
}

ul.list--menu li a img {
	width: auto;
	height: 20px;
}

ul.list--menu li a img.off{
    opacity: 1;
    position: relative;
}
ul.list--menu li a img.on{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

ul.list--menu li a:hover img.on{
    opacity: 1;
    position: relative;
}

ul.list--menu.list_search li a img {
	height: 26px;
}

ul.list--menu li p.tit--cat {
    position: relative;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
    font-family:neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 25px;
    font-size: 18px;
    letter-spacing: 0;
}
ul.list--menu li p.tit--cat:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #000;
    border-radius: 999px;
    transform: translate(0, -50%);
}


ul#category__tree {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    position: absolute;
    background-color: #71bce9;
    box-sizing: border-box;
    top: 60px;
    left: -40px;
    width: calc(100% + 120px);
    z-index: -1000;
    text-align: left;
    color: #fff;
    padding: 40px;
    opacity: 0;
    pointer-events: none;
    border-radius: 20px;
}

ul#category__tree.category__tree--open {
	z-index: 1000;
	opacity: 1;
	pointer-events: auto;
}
ul#category__tree li{
	margin-bottom: 20px;
}
ul#category__tree li:last-child{
	margin-bottom: 0;
}
ul#category__tree .cat--close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 20px;
	height: 20px;
	z-index: 1500;
	
}

ul#category__tree .cat--close::before,
ul#category__tree .cat--close::after {
	content: "";
	background: #fff;
	display: inline-block;
	width: 100%;
	height: 1px;
	transform: translate(-50%, -50%) rotate(-45deg);
	left: 50%;
	top: 50%;
	position: absolute;
}

ul#category__tree .cat--close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

ul#category__tree a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.1em;
	/*padding: 5px 0;*/
}
ul#category__tree a:before {
    border: 1px solid #fff;
}

#categorytree li:nth-of-type(1) {
	/*border-top: solid 1px #DEDEDE;
padding: 15px 0 0;*/
}

#categorytree li.level1 {
	height: auto;
}

#categorytree li.level1>dl dt span.menu::after,
#categorytree li.level2>dl dt span.menu::after {
	display: inline-block;
	font-size: 17.5px;
}

ul#category__tree li .category-menu{

}
ul#category__tree li .category-menu li.nav--category__item.level1{
    margin: 20px 0 5px 0;
}
ul#category__tree li .category-menu li.nav--category__item.level1 > a{
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}
ul#category__tree li .category-menu li.nav--category__item.level2{
    margin:0 0 5px 0;
}
ul#category__tree li .category-menu li.nav--category__item.level2 > a{
    text-decoration: none;
    font-size: 15px;
    padding: 0 0 0 25px;
    position: relative;
}
ul#category__tree li .category-menu li.nav--category__item.level2 > a::before{
    height: 0;
    width: 15px;
    display: block;
    background: none;
    position: absolute;
    left: 0;
    top: 13px;
}

.list--box span.count {
	font-style: normal;
	font-size: 19px;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	border-radius: 100%;
	padding: 0.35em 0 0 0.05em;
	box-sizing: border-box;
	background: #71bce9;
	color: #fff;
	line-height: 0.8;
	display: inline-block;
	margin: 0 0 0;
	position: absolute;
	top: -0.6em;
	right: -0.9em;
	-webkit-transition: all 0s;
	transition: all 0s;
}

.list--box span.count.small {
	transform: scale(0.8);
	width: 1.7em;
	height: 1.6em;
	padding: 0.5em 0 0 0.2em;
	top: -1em;
	right: -1.3em;
}

.list--box span.count i {
	font-weight: lighter;
	font-style: normal;
	font-size: 10px;
	line-height: 1;
}

.noren {
	display: none;
}

.top .noren {
	display: block;
	position: fixed;
	margin: auto;
	top: 0;
	left: -10vw;
	z-index: 9999;
	width: 120vw;
}

.top .noren img {
	width: 100%;
}

.top.loaded .noren {
	-webkit-animation: fadeIn 1.5s ease 1.5s 1 forwards;
	animation: fadeIn 1.5s ease 1.5s 1 forwards;
}

@-webkit-keyframes fadeIn {
	0% {
		transform: translateY(0%);
		opacity: 1;
	}

	99% {
		transform: translateY(-110%);
		opacity: 1;
	}

	100% {
		transform: translateY(-110%);
		opacity: 0;
	}
}

@keyframes fadeIn {
	0% {
		transform: translateY(0%);
		opacity: 1;
	}

	99% {
		transform: translateY(-110%);
		opacity: 1;
	}

	100% {
		transform: translateY(-110%);
		opacity: 0;
	}
}

#payment_form_loading {
	position: relative;
}

#payment_form_loading:before {
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	background:none;
	top: 0;
	left: 0;
	z-index: 90;
}

select {
	color: #000;
}



@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(10px, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(10px, 50px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(10px, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(10px, 50px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


@media screen and (min-width: 960px){

ul#category__tree a:hover:before {
    background: #fff;
}
ul.list--menu li p.tit--cat:hover:before {
    background: #000;
}
ul.list--menu li a:hover:before{
background: #000;
}
ul.list--menu li a:hover img.off{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

}


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

ul.list--menu li a,
ul.list--menu li p.tit--cat {
    font-size: 22px;
}
ul.list--menu li.btn_member a img{
    height: 55px;
}

}

/* Slider */
.flexslider#slider {
	/*border: solid 1px #dedede;*/
}
.flexslider#slider.slider_one {
    pointer-events: none;
}
.slider--wrap {
    position: relative;
    z-index: 1;
    padding-top: 12vw;
    margin: 0 auto 5vw;
    width: 90vw;
    max-width: 1130px;
}

.slider--wrap .scroll {
	position: absolute;
	bottom: 0;
	left: 20px;
	font-family: greycliff-gurmukhi-cf, sans-serif;
	font-size: 11px;
}

.slider--wrap .txt {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
	transform: translate(2px, -8em);
}

.slider--wrap .scroll span.bar {
	position: absolute;
	top: 0;
	left: 0%;
	width: 1px;
	height: 50px;
	margin-left: 3px;
	border: 0px solid #000;
	border-radius: 0;
	box-sizing: border-box;
}

.slider--wrap .scroll span.bar:before {
	position: absolute;
	top: -30px;
	left: 00%;
	content: '';
	width: 1px;
	height: 40px;
	margin-left: 0;
	background-color: #000;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
.slider--wrap.one ul {

}
.slider--wrap.one ul li img{
    width: 100%;
}
.slick-slider {
	overflow: hidden;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-trac {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	/*border: solid 1px #dedede;*/
}

.slick-slide div {
	padding: 0;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide,
.slick-initialized .slick-slide a {
	display: block;
	outline: none;
}

.slick-slide a:hover {
	opacity: 1;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
	/*margin: 120px 0 30px auto;*/
	width: 100%;
	right: 0;
	/*padding: 0 0px 0px 40px;*/
}

.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	list-style: none;
}

.slick-dots li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
    cursor: none;
	border: 0;
	outline: none;
	background: #fff;
	border-radius: 100%;
	padding: 0;
	border: solid 1px #71bce9;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li.slick-active button {
	background: #71bce9;
	border: solid 1px #71bce9;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-arrow {
	opacity: 0;
	background: #71bce9;
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin: -30px 0 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0;
	width: 35px;
	height: 35px;
	transition: all .3s;
	transform: translateY(-50%);
}

.slick-arrow::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	transform: rotate(45deg);
	top: 65%;
	margin-top: -12px;
	right: 15px;
}

.slick-prev {
	left: 20px;
}

.slick-prev::after {
	right: auto;
	left: 15px;
	transform: rotate(-135deg);
	top: 65%;
}

.slick-next {
	right: 20px;
}

.flexslider {
	padding: 20px 0 0;
}

.slick-dotted.slick-slider:hover .slick-arrow {
	opacity: 1;
}

.bnr_bottom{
    width: 90vw;
    max-width: 1130px;
    margin: 0 auto 80px;
}
.top .bnr_bottom{
    width: 820px;
    max-width: initial;
}
.bnr_bottom a{
    display: block;
}
.bnr_bottom a img{
    width: 100%;
}
.bnr_bottom a:hover{
    opacity: 0.9;
}


@media screen and (min-width: 960px){

.slick-slide:hover img{
    filter: grayscale(1);
}

}


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

.bnr_bottom {
    margin: 10px auto 15px;
}
.bnr_bottom a:hover{
    opacity: 1;
}
.top .bnr_bottom {
    width: 90vw;
    max-width: 1130px;
}

}

.btn_standard.btn_toppage a {
	font-weight: 100;
	letter-spacing: 0.1em;
}

#under02column_shopping .btn_faq {
	text-align: center;
	margin: 40px auto 30px;
}

#under02column_shopping .btn_faq a {
	display: inline-block;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	text-decoration: none;
	padding: 15px 40px;
}

.lastAttentionmail {
	border: solid 2px #ff0000;
	padding: 20px;
	margin: 0 auto 20px;
}

.lastAttentionmail .shoulderTit {
	color:#ff0000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 5px;
	padding: 0;
}

#under02column_shopping .shoulderTxt .text.red {
	margin: 0 auto 10px;
}

.selectOption select {
	border: solid 1px #E5E5E5;
	padding: 0 30px 0 12px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	position: relative;
}

.pagenumberarea,
.pagecondarea {
	padding: 10px 0 8px;
	margin: 0 0 30px;
	display: flex;
	align-items: center;
}
.pagecondarea{
    width: 100%;
    margin: 0;
}
ul.pagenumberarea li.center {
	font-family: greycliff-gurmukhi-cf, sans-serif;
	text-align: center;
	white-space: pre;
	font-size: 0px;
	display: flex;
	justify-content: center;
}

.pagenumberarea li strong,
.pagenumberarea li a {
	background: #f5f5f5;
	padding: 8px 16px;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	margin-right: 14px;
	position: relative;
}

.pagenumberarea li a.next,
.pagenumberarea li a.prev {
	font-size: 0px;
	height: auto;
	padding: 16px;
}

.pagenumberarea li a.next:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: #000 solid 1px;
	border-right: #000 solid 1px;
	transform: rotate(45deg);
}

.pagenumberarea li a.prev:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	transform: rotate(-45deg);
}

#under02column_shopping .btn_standard.btn_top {
	text-align: center;
}

#under02column_shopping .btn_standard.btn_top a {
	font-weight: lighter;
	font-size: 24px;
	padding: 18px 140px 15px;
	height: auto;
	letter-spacing: 0.1em;
	width: auto;
	display: inline-block;
	background: #000;
	border: solid 1px #000;
	color: #fff;
}

#tabNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0 0;
}

#tabNav li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

#tabNav li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none !important;
	padding: 16px 15px 15px;
}

#tabNav li a:hover {
	opacity: 0.6;
}

#tabNav li a.active {
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-bottom: none;
	font-weight: bold;
	pointer-events: none;
}

#tabNav li:first-child a.active {
	border-right: 1px solid #E5E5E5;
	border-left: 0px solid #E5E5E5;
}

.motion {
	display: none;
}

#cont1 {
	display: block;
}

#cont2 {
	padding: 15px 0 0px;
}

#under02column_login .motion #memberLogin .loginArea {
	padding: 10px 0 0;
}

#under02column #cont2 table {
	border: none;
}

#cont2 table td {
	padding: 0;
	border: none;
	vertical-align: top;
}

#cont2 .btn_standard a.input_main {
	font-size: 14px;
	font-family: source-han-sans-japanese, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.shopping_login {
	height: auto;
	position: relative;
	padding: 0 0 200px;
}

.shopping_login #footer {
	position: absolute;
	bottom: 0;
}

.shopping_login .tabWrap {
	height: 600px;
	box-sizing: border-box;
}

#detailphotoblock .flexslider .slides {
	width: 100%;
}
#detailphotoblock .flexslider .slides li{
	display: none;
}
body.guide__contents.top .news--area{
	margin-top: 90px;
}
@media screen and (min-width:600px) and ( max-width:960px) {
	.header_bg img{
		width: 200px;
	}
}
@media only screen and (max-width: 960px) {
	div #header_inner {
        width: 20vw;
        position: fixed;
        top: 6vw;
        left: 15px;
        max-width: 100px;
	}
	.header_bg .header_main img {
		width: 100%;
	}
	.item--list{
		justify-content: space-between;
	}
	.item--list .item {
		width: 46%;
		margin: 0 0 40px 0;
	}

	.item--list .item:last-child {
		margin-bottom: 0;
	}
	.item--list:after {
	    content: "";
	    display: block;
	    width: 46%;
	}
	.item--list #status_icon li{
		padding: 1.2vw;
	}
	.list--box {
		background: none;
		width: 100%;
		height:0;
		padding: 0;
		display: flex;
		pointer-events: none;
	}

	.list--box>div {
		pointer-events: all;
	}
	.list--box.open {
		background: #fff;
		pointer-events: all;
        height: 100vh;
	}

	.list--box ul.list--menu {
        width: 100vw;
        padding: 45vw 3vw 20vw;
        margin: 0 auto;
        justify-content: left;
        flex-direction: column;
        align-items: baseline;
        flex-wrap: nowrap;
        opacity: 0;
        overflow-y: scroll;
        box-sizing: border-box;

	}

	.list--box.open ul.list--menu {
		opacity: 1;
	}
	.list--box ul.list--menu li {
		text-align: left;
		margin-right: 0;
		font-size: 6.5vw;
		margin-bottom:0;
		width: 100%;
        line-height: 1.4;
	}
	.list--box ul.list--menu li:last-child {
		margin-bottom: 0;
	}
	.list--box ul.list--menu li.btn_member{
        width: auto;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
	}
	.list--box ul.list--menu li.btn_member img.on{
    display: none;	
	}
	ul.list--menu li.btn_member a {
	    padding: 0 0 0 5px;
	}
	#searcharea .btn .input_blue {
		background: url(../img/common/icon_serch_Zy2XdUbA.svg) no-repeat center center/contain;
		width: 20px;
		height: 20px;
        margin: 0;
	}

	#searcharea .btn::before,
	#searcharea .btn::after {
		display: none;
	}

	.list--box ul.list--menu li.list_search {
		/*display: none;*/
	}

	.list--box ul.list--menu li.category--list p.tit--cat {
		pointer-events: none;
	}
	.list--box ul.list--menu ul#category__tree{
		opacity: 1;
        position: static;
        width: 100%;
        background: none;
        padding: 0;
        border-radius: 0;
	}
	.list--box ul.list--menu ul#category__tree .cat--close {
		display: none;
	}
	.list--box.open ul.list--menu ul#category__tree {
		pointer-events: all;
	}
	.list--box.open ul.list--menu li.category--list{
        margin-bottom: 20px;
	}
	ul#category__tree li .category-menu li.nav--category__item.level1{
    margin: 0;
	}
	ul#category__tree li .category-menu li.nav--category__item.level1 > a {
	    text-decoration: none;
	    font-size: 16px;
        color: #000;
	}
	ul#category__tree li .category-menu li.nav--category__item.level1 > a:before{
        border: none;
        width: 15px;
        height: 1px;
        background: #000;
	}
	ul#category__tree li .category-menu li.nav--category__item.level2 > a {
	    text-decoration: none;
	    font-size: 13px;
	     color: #000;
	}
	ul#category__tree li .category-menu li.nav--category__item.level2 > a::before {
        border: none;
        width: 15px;
        height: 1px;
        background: #000;
	}
	ul#category__tree .cat--close {
		display: none;
	}
	.list--box .list_cart {
		display: block;
		width: 28px;
		position: absolute;
		top: 11vw;
		right: 40px;
		opacity: 1;
		pointer-events: all;
		z-index: 10;
	}
	.list--box .list_cart img{
		position: absolute;
		left: 0;
		top: 0;
	}
	.list--box .list_favorite{
position: absolute;
        top: 9vw;
        right: 80px;
        z-index: 10;
	}
	.list--box .list_favorite img{
		position: absolute;
		left: 0;
		top: 0;
	}
	.menu--icon {
position: absolute;
        right: 1.5625vw;
        top: 12vw;
        width: 26px;
        height: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        z-index: 20;
	}

	.menu--icon::before,
	.menu--icon::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.4s;
	}

	.menu--icon.open {
		justify-content: center;
	}

	.menu--icon.open::before {
		transform: rotate(-45deg);
	}

	.menu--icon.open::after {
		transform: rotate(45deg);
		margin-top: -2px;
	}
	

	

	.btn__search--area {
		display: none;
	}

	#searcharea {
        opacity: 1;
        pointer-events: none;
        z-index: 10;
        padding: 10px;
        background: #fff;
        border-radius: 0;
        top: 25vw;
        width: 95vw;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #000;
	}

	#searcharea dl {
		width: 100%;
		border: none;
		width: 100%;
		border: none;
		display: flex;
		align-items: center;
	}

	#searcharea dl dt input {
        padding: 0;
        color: #000;
	}

	#searcharea .close {
		display: none;
	}
	.list--box.open #searcharea {
		pointer-events: all;
	}
	#contents #new--arrival {
		margin-bottom: 10vh;
	}
	.top .content--main {
		padding: 40px 0 50px 0;
		padding-top: 40px;
		width: 90%;
	}
	#contents #new--arrival .title--top,
	.news--area #block-news .title--top {
        font-size: 24px;
        margin-bottom: 10px;
	}

	.news--area #block-news ul {
		width: 100%;
	}

	.news--area #block-news ul li {
		padding: 15px 0;
	}
	.news--area #block-news dt {
		position: relative;
	}
	.news--area #block-news dt h3 {
        font-size: 14px;
	}
	.news--area #block-news dt h3:hover{
		opacity: 1;
	}
	#block-news dt:after {
	    top: 10px;
	}
	#block-news dt h3:before {
	    width: 10px;
	    height: 10px;
	}
	.news--area #block-news .date {
        font-size: 10px;
	}
	.news--area #block-news dt .detail{
		width: 100%;
		position: relative;
		z-index: 1;
	}
	ul.sns--list {
        justify-content: center;
        margin: 0;
	}

	ul.sns--list li:nth-last-child(2) {

	}

	ul.sns--list li.bnr {
		padding-top: 10px;
		width: 55%;
	}

	.guide .guide__list {
		justify-content: center;
	}

	.guide .guide__list li {
		margin: 0;
		width: 100%;
		text-align:left;
	}

	.guide .guide__list li a {
        padding: 0;
        font-size: 12px;
        margin: 0 0 5px 0;
        color: #71bce9;
	}
	.slick-dotted.slick-slider .slick-arrow{
		display: none !important;
	}
	.slider--wrap{
		margin-bottom: 0;
		overflow: hidden;
    padding-top: min(190px, 30vw);
	}
	.slider--wrap.one ul {

	}
	.slick-dots{
		padding-top: 0;
	}
	#footer #acd{
        width: 90%;
        margin: 0 auto 30px;
	}
	#footer #acd .acdTit {
        font-size: 12px;
        position: relative;
        font-family: quasimoda, sans-serif;
        padding-bottom: 10px;
        letter-spacing: 0.1em;
        font-weight: 500;
        padding-right: 15px;
        color: #000;
        border-bottom: 1px solid #000;
        text-align: left;
	}
	#footer #acd .acdTit:before, #footer #acd .acdTit:after {
	    content: "";
	    display: inline-block;
	    width: 10px;
	    right: -5px;
	    height: 0.5px;
	    background-color: #000;
	    position: absolute;
	    top: 14px;
	    transform: translateY(-50%);
	    transition: opacity 0.3s;
	}
	#footer #acd .acdTit:after {
	    transform: translateY(-50%) rotate(90deg);
	    transition: transform 0.3s;
	}
	#footer #acd .acdTit.open:after {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
	#footer #acd .acdIn{
		margin: 20px 0 0 0;
        font-size: 12px;
        text-align: left;
	}
	#footer .footer__link {
	    margin: 0 auto 30px;
	}


}


/* payment: creditcard conveniencestore
----------------------------------------------- */
.page--payment__creditcard #undercolumn,
.page--payment__conveniencestore #undercolumn {
	width: 65%;
    max-width: 1000px;
	margin: 0 auto;
	font-size: 13px;
}
.page--payment__creditcard #undercolumn .title,
.page--payment__conveniencestore #undercolumn .title {
	margin-bottom: 1em;
	font-size: 22px;
}
.page--payment__creditcard #undercolumn .information,
.page--payment__conveniencestore #undercolumn .information {
	margin-bottom: 2em;
}
.page--payment__creditcard #undercolumn .btn_detailed,
.page--payment__conveniencestore #undercolumn .btn_detailed {
	margin-bottom: 1em;
	font-size: 22px;
}
.page--payment__creditcard #undercolumn table,
.page--payment__conveniencestore #undercolumn table {
	width: 100%;
	margin: 0 auto 3em;
}
.page--payment__conveniencestore #undercolumn table#convenience,
.page--payment__creditcard #undercolumn table:first-of-type{
	border: #dedede solid 1px;
    border-radius: 10px;
    display: block;
    overflow: auto;
}
.page--payment__conveniencestore #undercolumn table#convenience tr:first-child,
.page--payment__creditcard #undercolumn table:first-of-type tr:first-child{
	display: none;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:first-of-type th,
.page--payment__conveniencestore #undercolumn table:first-of-type tr:first-of-type th {
	padding-top: 3em;
	padding-bottom: 1.6em;
	font-size: 16px;
	text-align: center;
}
.page--payment__conveniencestore #undercolumn table.choice tr,
.page--payment__creditcard #undercolumn table.choice tr,
.page--payment__select_creditcard #undercolumn table.choice tr {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: auto;
    margin: 0 auto;
}
.page--payment__conveniencestore #undercolumn table.choice tr td,
.page--payment__creditcard #undercolumn table.choice tr td,
.page--payment__select_creditcard #undercolumn table.choice tr td {
	width: 45%;
	align-self: center;
	text-align: center;
    padding: 0;
}
.page--payment__conveniencestore #undercolumn table.choice tr td input.input_standard,
.page--payment__creditcard #undercolumn table.choice tr td input.input_standard,
.page--payment__select_creditcard #undercolumn table.choice tr td input.input_standard{
	max-width: 360px;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #71bce9;
    color: #71bce9;
    background: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    top: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-decoration: none !important;
    word-break: break-word;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 600;
    padding: 20px 0;
	height: auto;
    line-height: 1;
	border-radius: 0;
}
/* conveniencestore only */
.page--payment__conveniencestore #undercolumn table:first-of-type tr {
	border-bottom: solid 1px #d0d0d0;
	background-color: #ffffff;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:first-of-type,
.page--payment__conveniencestore #undercolumn table:first-of-type tr:first-of-type {
	justify-content: center;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr:nth-of-type(n+2) {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
	padding: 1em 0;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr:first-of-type,
.page--payment__conveniencestore #undercolumn table:first-of-type tr:last-of-type {
	border-bottom: none;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr {
	position: relative;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn {
	width: 11%;
	text-align: center;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn input {
	opacity: 0;
	display: block;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100% !important;
	height: 100% !important;
	appearance: auto;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 1;
	width: 1.25em;
	height: 1.25em;
	border: solid 1px;
	border-radius: 50%;
	background: #ffffff;
	transform: translate(-50%, -50%);
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn:has(input:checked)::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 1;
	width: .6em;
	height: .6em;
	border: solid 1px;
	border-radius: 50%;
	background: #000000;
	transform: translate(-50%, -50%);
}
.page--payment__conveniencestore #undercolumn input[type="radio"] {
	appearance: auto;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.img {
	width: 30%;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.img br {
	display: none;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.img label {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	font-weight: bold;
	width: 100%;
	font-size: 12px;
}
.page--payment__conveniencestore #undercolumn table:first-of-type tr td.img label img {
	width: 30%;
	height: auto;
	margin-right: 1em;
}

.page--payment__conveniencestore #undercolumn table.wait,
.page--payment__creditcard #undercolumn table.wait {
	font-size: 14px;
	text-align: center;
}

/* creditcard only */
.page--payment__creditcard #undercolumn colgroup {
	width: 100%;
}
.page--payment__creditcard #undercolumn table:first-of-type {
	margin: 0 auto 3em;
	padding: 1em 3em 0;
	background-color: #ffffff;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(n+2) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border-bottom: #dedede solid 1px;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(n+2) th {
    font-size: 14px;
    text-align: left;
    padding-bottom: 0;
    width: 30%;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(n+2) td{
    width: 60%;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type {
	margin-bottom: 3em;
	border-bottom: none;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td.hideBox::before{
	display: none;
}


.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .6em;
	border: solid 1px #000000;
	vertical-align: bottom;
	transition: background .2s;
}
.page--payment__creditcard.max #undercolumn table:first-of-type tr:last-of-type td::before{
	display: none;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td:has(input[type="checkbox"]:checked)::before {
	background-color: #000000;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td:has(input[type="checkbox"]:checked)::after {
	content: "";
	display: block;
	position: absolute;
    top: 26px;
    left: 26px;
    width: 6px;
    height: 10px;
	border-right: solid #fff 2px;
	border-bottom: solid #fff 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}
.page--payment__creditcard #undercolumn table:first-of-type tr td .attention {
	display: block;
	font-weight: bold;
	font-size: 10px
}
.page--payment__creditcard #undercolumn table:first-of-type tr td .mini {
	width: 100%;
	margin-top: .6em;
	font-size: 10px;
}
.page--payment__creditcard #undercolumn table:first-of-type input#SecurityCode {
	float: left;
}
.page--payment__creditcard #undercolumn table:first-of-type input#SecurityCode + .mini{
	width: 100%;
    float: right;
    /*margin-right: -20%;*/
}
.page--payment__creditcard #undercolumn table:first-of-type tr td select:first-of-type {
	margin-right: .6em;
}
.page--payment__creditcard #undercolumn table:first-of-type tr td select:last-of-type {
	margin-left: .6em;
	margin-right: .6em;
}
.page--payment__creditcard #undercolumn table:first-of-type tr td select:first-of-type:last-of-type {
	margin-right: 0;
	margin-left: 0;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(4) td input {
    width: calc(100% - 35px);
    margin: 0 0 10px 0;
}
.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td input[type="checkbox"] {
	top: 2px;
}
.page--payment__creditcard #undercolumn table:nth-last-of-type(2) {
	text-align:left;
}

@media screen and (min-width: 960px) {
.page--payment__conveniencestore #undercolumn table.choice tr td input.input_standard:hover,
.page--payment__creditcard #undercolumn table.choice tr td input.input_standard:hover,
.page--payment__select_creditcard #undercolumn table.choice tr td input.input_standard:hover{
    background: #71bce9;
    color: #fff;
}
}

@media screen and (max-width: 960px) {
	.page--payment__creditcard #undercolumn,
	.page--payment__conveniencestore #undercolumn {
		width: 100%;
		margin: 0 auto;
	}
	.page--payment__creditcard #undercolumn .title,
	.page--payment__conveniencestore #undercolumn .title {
		font-size: 20px;
	}
	.page--payment__conveniencestore #undercolumn table.choice tr,
	.page--payment__creditcard #undercolumn table.choice tr,
	.page--payment__select_creditcard #undercolumn table.choice tr{
		flex-direction: column-reverse;
	}
	.page--payment__conveniencestore #undercolumn table.choice tr td,
	.page--payment__creditcard #undercolumn table.choice tr td,
	.page--payment__select_creditcard #undercolumn table.choice tr td {
        align-self: center;
        width: 100%;
        padding: 0;
	}
	.page--payment__creditcard #undercolumn table.choice tr td input,
	.page--payment__creditcard #undercolumn table.choice tr td input.input_standard {
		/*font-weight: normal !important;*/
		/*width: 70%;*/
		border-radius: 0;
	}
	.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td:has(input[type="checkbox"]:checked)::after {
	    top: 11px;
	    left: 12px;
	}
	/* conveniencestore only */
	.page--payment__conveniencestore #undercolumn table:first-of-type tr:nth-of-type(n+2) {
		flex-wrap: wrap;
	}
	.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn {
		width: 16%;
	}
	.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn::before {
		top: auto;
		left: 8%;
	}
	.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn:has(input:checked)::after {
		top: auto;
		left: 8%;
	}
	.page--payment__conveniencestore #undercolumn table:first-of-type tr td.img {
		width: 80%;
	}
	.page--payment__conveniencestore #undercolumn table:first-of-type tr td.img label {
		font-size: 11px;
	}
	.page--payment__conveniencestore #undercolumn table:first-of-type tr td.img label img {
		width: 30%;
		margin-right: 2em;
	}
	.page--payment__conveniencestore #undercolumn table:first-of-type tr td.text {
		width: 100%;
		padding: .8em 6vw 0;
		font-size: 10px;
	}
	
	/* creditcard only */
	.page--payment__creditcard #undercolumn table:first-of-type{
		box-sizing: border-box;
		margin: 0 auto;
		padding: 1.5em;
	}
	.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(n+2) {
	    padding: 0 0 20px 0;
	    margin: 0 0 20px 0;
	}
	.page--payment__creditcard #undercolumn table:first-of-type tr td{
		box-sizing: border-box;
	}
	.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(n+2) th {
		width: 100%;
		margin-bottom: 1.1em;
		font-size: 12px;
		padding: 0;
	}
	.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(n+2) td {
  	  padding: 0;
	    width: 100%;
	}
	.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(2) td,
	.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(2) td input {
		width: 100%;
		box-sizing: border-box;
	}
	.page--payment__creditcard #undercolumn table:first-of-type tr:nth-of-type(4) td input {
		margin-bottom: 1.1em;
	}
	.page--payment__creditcard #undercolumn table:first-of-type input#SecurityCode + .mini {
 	   margin: 10px 0 0 0;
	}
	.page--payment__conveniencestore #undercolumn table.wait, .page--payment__creditcard #undercolumn table.wait {
	    font-size: 12px;
	    text-align: left;
	}
	.page--payment__conveniencestore #undercolumn table.choice tr td input.input_standard, .page--payment__creditcard #undercolumn table.choice tr td input.input_standard, .page--payment__select_creditcard #undercolumn table.choice tr td input.input_standard {
	    font-size: 14px;
	}


}


/* payment select creditcard
----------------------------------------------- */
.page--payment__select_creditcard #undercolumn {
	width: 65%;
    max-width: 1000px;
	margin: 0 auto;
	font-size: 13px;
}
.page--payment__select_creditcard .title {
	margin-bottom: 1em;
	font-size: 22px;
}
.page--payment__select_creditcard .information {
	margin-bottom: 2em;
}
.page--payment__select_creditcard table {
	width: 100%;
}
.page--payment__select_creditcard table:first-of-type{
	border: #dedede solid 1px;
    border-radius: 10px;
    display: grid;
}
.page--payment__select_creditcard table:first-of-type colgroup {
	display: none;
}
.page--payment__select_creditcard table:first-of-type tr {
	position: relative;
	padding: 0;
	margin: 0;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: #dedede solid 1px;
}
.page--payment__select_creditcard table:first-of-type tr:first-of-type {
	display: none;
}
.page--payment__select_creditcard table:first-of-type tr:last-child{
	border: none;
}
.page--payment__select_creditcard table:first-of-type tr th {
	width: auto;
	padding: 0 2%;
}
.page--payment__select_creditcard table:first-of-type tr th input[type="radio"] {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	appearance: auto;
}
.page--payment__select_creditcard table:first-of-type tr th::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4%;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    border: solid 1px;
    z-index: 1;
    background: #fff;
    transform: translate(-50%, -50%);
}
.page--payment__select_creditcard table:first-of-type tr:has(input:checked) th::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 4%;
	width: .6em;
	height: .6em;
	border-radius: 50%;
	border: solid 1px;
	z-index: 1;
	background: #000;
	transform: translate(-50%, -50%);
}
.page--payment__select_creditcard table:first-of-type tr td:first-of-type {
	display: none;
}
.page--payment__select_creditcard table:first-of-type tr:last-of-type {
	display: flex;
	padding: 0;
	background-color: transparent;
}
.page--payment__select_creditcard table:first-of-type tr:last-of-type th::before,
.page--payment__select_creditcard table:first-of-type tr:last-of-type th::after {
	display: none;
}
.page--payment__select_creditcard table:first-of-type tr:last-of-type td:first-of-type {
	display: inherit;
}
.page--payment__select_creditcard table:first-of-type tr:last-of-type th{
	padding-left: 4%;
}
.page--payment__select_creditcard table.wait {
	font-size: 14px;
	text-align: center;
}
.page--payment__select_creditcard table.choice {
	margin-top: 3em;
}
.page--payment__select_creditcard table.choice tr {
	display: flex;
	/*flex-direction: column-reverse;*/
}
.page--payment__select_creditcard table.choice tr td {
	align-self: center;
	width: 50%;
	text-align: center;
}

/*.page--support
----------------------------------------*/
.page--support{

}
.page--support .block--inner{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.page--support .block--inner .tit,
.page--support .block--inner .txt{
	padding: 1.2em 0;
	border-bottom: solid 1px #d0d0d0;
}
.page--support .block--inner .tit{
	width: 20%;
	font-weight: bold;
}
.page--support .block--inner .txt{
	width: 70%;
	padding-left: 10%;
}
.page--support .block--inner .txt a{
	border-bottom: #000 solid 1px;
}
@media screen and (max-width: 960px) {
	.page--payment__select_creditcard #undercolumn {
		width: 100%;
	}
	.page--payment__select_creditcard table:first-of-type tr {
		padding: 0.5em;
	}
	.page--payment__select_creditcard table:first-of-type tr th {
		padding: 0 4%;
	}
	.page--payment__select_creditcard table:first-of-type tr:last-of-type th {
		min-width: 30%;
		padding-left: 1.5em;
		text-align: left;
	}
	.page--payment__select_creditcard table:first-of-type tr th::before {
		top: 50%;
		left: 8%;
	}
	.page--payment__select_creditcard table:first-of-type tr:has(input:checked) th::after {
		top: 50%;
		left: 8%;
	}
	.page--payment__select_creditcard table.choice tr{
		flex-direction: column-reverse;
	}
	.page--payment__select_creditcard table.choice tr td {
		align-self: center;
		width: 100%;
	}


	.page--support .block--inner .tit{
		width: 100%;
		font-weight: bold;
		padding-bottom: 0;
		border: none;
	}
	.page--support .block--inner .txt{
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
}

_:lang(x)::-moz-placeholder, .page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn::before {
	display: none !important;
}
/* only Firefox */
_:lang(x)::-moz-placeholder, .page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn input[type="radio"] {
	opacity: 1 !important;
	position: relative !important;
	top: 0;
	left: 1em;
	z-index: 2 !important;
	width: 1.6em !important;
	height: 1.6em !important;
}
/* only Safari 14.x :has unsupported ver */
@media not all and (min-resolution:.001dpcm) {
	@supports (not (has: none)) {
		input[type="radio"] {
			-webkit-appearance: auto !important;
			appearance: auto !important;
		}
		.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn input[type="radio"] {
			opacity: 1 !important;
			position: relative !important;
			top: 0 !important;
			left: 1em !important;
			z-index: 2 !important;
			width: 1.6em !important;
			height: 1.6em !important;
		}
		.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn input[type="radio"]:checked,
		.page--payment__creditcard #undercolumn table:first-of-type tr td.radioBtn input[type="radio"]:checked {
			accent-color: #000000;
		}
		.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn::before {
			display: none !important;
		}
		.page--payment__conveniencestore #undercolumn table:first-of-type tr td.radioBtn::after {
			display: none !important;
		}
		input[type="checkbox"] {
			-webkit-appearance: auto !important;
			appearance: auto !important;
		}
		.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td input[type="checkbox"] {
			opacity: 1 !important;
			position: relative !important;
			width: 1.6em !important;
			height: 1.6em !important;
		}
		input[type="checkbox"]:checked::after,
		.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td::before,
		.page--payment__creditcard #undercolumn table:first-of-type tr:last-of-type td::after {
			display: none !important;
		}
		.page--payment__select_creditcard table:first-of-type tr th::after,
		.page--payment__select_creditcard table:first-of-type tr th::before {
			display: none !important;
		}
		.page--payment__select_creditcard table:first-of-type tr th input[type="radio"] {
			opacity: 1 !important;
			position: relative !important;
			top: 0 !important;
			left: -1.5em !important;
			z-index: 2 !important;
			width: 1.6em !important;
			height: 1.6em !important;
		}
		.page--payment__select_creditcard table:first-of-type tr:last-of-type th {
			min-width: 41% !important;
		}
	}
}

/* ----------------------------------------------- */
/* ----------------------------------------------- */
/*  ベース作業以下 */

   /* 受け取りガイド（タブ）
----------------------------------------------- */
body.guide__contents.top .area--venefit,
body.guide__contents.top .area--normal {
 display: none;
 pointer-events: none;
 position: absolute;
}
body.guide__contents.top .area--venefit.current,
body.guide__contents.top .area--normal.current {
 display: block;
 pointer-events: auto;
 position: relative;
}
body.guide__contents .list--tab {
 text-align: center;
 margin-bottom: 90px;
 }
body.guide__contents .list--tab li {
 width: 300px;
 display: inline-block;
 line-height: 3.4;
 border: 1px solid;
 font-size: 18px;
 margin: 0 10px;
}
body.guide__contents .list--tab li.list--tab__item--venu {
 color: #000000;
 border: #000000 1px solid;
}
body.guide__contents .list--tab li.list--tab__item--venu.current, .list--tab li.list--tab__item--venu:hover {
 color: #ffffff !important;
 background: #000000;
}
body.guide__contents .list--tab li.list--tab__item--normal {
 color: #888888;
 border-color: #888888;
}
body.guide__contents .list--tab li.list--tab__item--normal.current, .list--tab li.list--tab__item--normal:hover {
   color: #ffffff !important;
   background: #888888;
}
@media screen and (max-width: 960px) {
   body.guide__contents.sp .list--tab {
	   margin-bottom: 30px;
   }
   body.guide__contents.sp .list--tab li{
	   width: 44%;
	   display: inline-block;
	   line-height: 1;
	   border: 1px solid;
	   font-size: 13px;
	   margin: 0;
	   padding: 10px 0;
   }
   body.guide__contents.sp .receive_howto_tit{
	   font-size: 18px;
	   letter-spacing: 0.04rem;
	   margin: 10px auto 10px;
   }
}
/* 受け取りガイド（スケジュール）
----------------------------------------------- */
.scheduleBox.old{
	display: none;
}
body.guide__contents .receive_howto_tit {
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px;
}
body.guide__contents dl.scheduleBox dd .detailbox .ico_entry {
    background: #aaaaaa;
    font-weight: bold;
    color: #fff;
    padding: 3px 10px;
    line-height: 1;
    margin: 0 10px 0 0;
}
body.guide__contents dl.scheduleBox {
    padding: 20px 20px 20px;
    margin: 0 auto 10px;
    background: #eee;
}
body.top.guide__contents .note_box{
	margin-bottom: 90px;
}
body.guide__contents dl.scheduleBox dt {
    font-size: 16px;
    font-weight: bold;
}
body.guide__contents dl.scheduleBox dd .detailbox {
	width: 100%;
	display: table;
    border-top: solid 1px #fff;
    margin: 10px 0 0;
    padding: 15px 0 0;
    font-weight: bold;
word-break: break-all;
}
body.guide__contents dl.scheduleBox dd .detailbox .day {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    border-right: solid 1px #fff;
}
body.guide__contents dl.scheduleBox dd .detailbox .paybox{
	padding-left: 3em;
}
body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name .day_icon{
	color: #000000;
    padding: 0.3em 0.8em;
    border: 1px solid #000000;
	margin-right: 1em;
}
body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name .schedule__artist{
	margin-right: 1em;
	padding: 0.3em 0.8em;
    color: #ffffff;
    background-color: #000000;
}
body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name{
	margin-top: 0.7em;
}
body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name:first-of-type{
	margin-top: 0;
}
body.guide__contents dl.scheduleBox dd .detailbox:nth-of-type(3) .paybox{
	display: inline-block;
}
body.guide__contents dl.scheduleBox dd .detailbox  .status_icon{
	color: #ffffff;
    padding: 0.3em 0.8em;
    background: #838383;
	margin-left: 10px;
}
body.guide__contents dl.scheduleBox dd .detailbox  .status_icon.status_middle{
	background: #c11f32;
}
@media screen and (max-width: 960px) {
	body.guide__contents.sp dl.scheduleBox {
    	margin: 0 20px 10px;
	}
	/* body.guide__contents.guide__list.sp dl.scheduleBox,.guide__contents.guide__detail.sp dl.scheduleBox{
		padding: 20px 0;
	} */
	body.guide__contents dl.scheduleBox dd .detailbox .day{
		width: 30%;
	}
	body.guide__contents dl.scheduleBox dd .detailbox .paybox{
		padding-left: 1.5em;
		margin-bottom: 5px;
	}
	body.guide__contents.sp .note_box{
		margin: 0 20px 50px;
	}
	body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name .day_icon,body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name .schedule__artist{
		font-size: 12px;
	}
body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name .schedule__artist,
body.guide__contents dl.scheduleBox dd .detailbox .paybox .live_name .day_icon{
    margin-right: 2px;
    line-height: 2;
}


}
/* 受け取りガイド（会場受取方法）
----------------------------------------------- */
body.guide__contents .howto_wrap {
	background: rgba(210,210,210,0.25);
    margin-bottom: 40px;
    padding: 60px;
}
body.guide__contents .receive_howto_tit {
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px;
	font-weight: 600;
	color: #838383;
}
body.guide__contents ul.receive_howto {
	margin: 0 auto 0px;
}
body.guide__contents ul.receive_howto li {
	background: #fff;
	padding: 25px 30px;
	position: relative;
	margin: 0 0 36px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
}
body.guide__contents ul.receive_howto li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: 0;
	margin: auto;
	left: 0;
	bottom: -25px;
}
body.guide__contents.top ul.receive_howto li:nth-child(2) {
	margin: 0;
}
body.guide__contents.top ul.receive_howto li:nth-child(2):after {
	content: none;
}
body.guide__contents ul.receive_howto li:nth-child(2){
	margin: 0;
}
body.guide__contents ul.receive_howto li:nth-child(2):after {
	content: none;
}
body.guide__contents ul.receive_howto li .receive_txt {
	margin: 0px 0 5px;
}
body.guide__contents ul.receive_howto li .receive_howto_topic {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 6px;
	letter-spacing: 0.05em;
	color: #838383;
}
body.guide__contents ul.receive_howto li .receive_howto_topic span {
	font-size: 1.6em;
	width: 1.3em;
	display: inline-block;
	position: relative;
	top: 2px;
	line-height: 1;
}
body.guide__contents ul.receive_howto li .certificateBox,body.guide__contents.guide__list ul.receive_howto li .certificateBox,body.guide__contents.guide__detail ul.receive_howto li .certificateBox {
	margin: 20px 0 0px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	font-size: 14px;
	border-top: 1px solid rgba(220, 214, 233);
	padding: 25px 0 0;
	line-height: 1.5;
	display: flex;
	display: webkit-flex;
}
body.guide__contents ul.receive_howto li .certificateBox .certificateDetail {
	width: 50%;
	float: left;
	margin: 0 0 0;
	position: relative;
}
body.guide__contents  ul.receive_howto li .certificateBox p.certificateTit {
	color:#838383;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 6px;
}
body.guide__contents  ul.receive_howto li .certificateBox .certificateTxt {
	padding-left: 62px;
}
body.guide__contents ul.receive_howto li .certificateBox .certificateDetail.qr {
	border-right: 1px solid rgba(220, 214, 233);
	width: 50%;
	margin: 0 3% 0 0;
	padding: 0 3% 0 0;
}
body.guide__contents  ul.receive_howto li .certificateBox .iconCertificate {
	background: #838383;
	border-radius: 60px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1!important;
}	
body.guide__contents  ul.receive_howto li .certificateBox .iconCertificate svg {
	width: 23px;
	padding: 11px 0 0;
	height: auto;
}
body.guide__contents  ul.receive_howto li .certificateBox .iconCertificate.card svg {
	width: 27px;
	padding: 13px 0 0;
}
body.guide__contents  ul.receive_howto li .certificateBox .iconCertificate svg > * {fill: #fff;}

 @media screen and (max-width: 960px) {
	body.guide__contents ul.receive_howto li .receive_howto_topic{
		font-size: 14px;
    	font-weight: bold;
    	margin: 0 auto 10px;
    	letter-spacing: 0.05em;
	}
	body.guide__contents.sp  ul.receive_howto li .certificateBox {
		display: block;
		border-top: none;
		margin: 0;
		padding-top: 10px;
	}
	body.guide__contents.sp  ul.receive_howto li .certificateBox .certificateDetail{
		width: 100%;
		border-top: 1px solid rgba(131, 131, 131, .4);
    	margin: 20px 0 0;
    	padding: 20px 0 0;
		font-weight: normal;
	}
	body.guide__contents.sp  ul.receive_howto li .certificateBox .certificateDetail.qr{
		border-right: none;
	}
	body.guide__contents.guide__list .receiveInfo ul.receive_howto li .certificateBox .certificateDetail.qr{
		width: 100%;
		border-right: none;
	}
	body.guide__contents.sp .howto_wrap,body.guide__contents.guide__list.sp ul.receive_howto,body.guide__contents.guide__detail.sp ul.receive_howto{
		padding: 10px 10px 15px;
		margin: 0 20px;
	}
	body.guide__contents.sp.top .howto_wrap{
		margin-bottom: 30px;
	}
	body.guide__contents.guide__list.sp ul.receive_howto,body.guide__contents.guide__detail.sp ul.receive_howto{
		margin-bottom: 30px;
	}
	body.guide__contents  ul.receive_howto li .receive_txt {
		font-size: 14px;
		font-weight: normal;
	}
}
   /* 受け取りガイド（新着アイテム）
----------------------------------------------- */
body.guide__contents .list--item{
	border-top: 0px solid;
    display: flex;
    justify-content: baseline;
    flex-wrap: wrap;
    position: relative;
}
body.guide__contents .list--item li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 30px 0 30px;
}
body.guide__contents .list--item li a .thumb img{
	width: 100%;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.list--item.new-arrival{
	display: none;
}
.loaded .list--item.new-arrival{
	display: block;
}
@media screen and (max-width: 960px) {
	body #new--arrival{
	    margin:0 auto 50px;
	}
	body #new--arrival .title--top{
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        font-size: 24px;
	}
	body.guide__contents.top #new--arrival.floor--top{
		margin: 60px 20px 0px;
	}
	body.guide__contents.guide__list.sp #undercolumn{
		margin: 30px 0 30px 0;
	}
	body.guide__contents.guide__detail.sp #undercolumn{
		overflow: hidden;
		margin: 0 0 30px;
	}
	body.guide__contents.guide__list.sp .btn_main,body.guide__contents.guide__detail.sp .btn_main{
		max-width: 250px;
		margin: 0 auto;
	}
	body.guide__contents.top #new--arrival .more--btn{
		margin: 50px auto 50px;
	}
	body.guide__contents.sp .list--item li{
		border-right: 0px solid #3E3A39;
		border-bottom: 0px solid #3E3A39;
		position: relative;
		box-sizing: border-box;
	}
	body.guide__contents.sp .list--item li a{
		padding: 0;
	}
	body.guide__contents.top .current .list--item li a .tit{
		font-size: 13px !important;
		line-height: 1.4em;
	}
}
/* 受け取りガイド（ボタン）
----------------------------------------------- */
body.guide__contents .block--btn {
    margin: 0 auto 100px;
	text-align: center;
}
body.guide__contents .block--btn .btn {
    width: 300px;
    margin: 0 10px;
	display: inline-block;
}
body.guide__contents .block--btn .btn a {
    border: 1px solid #888888;
    background: #fff;
    color: #888888;
    letter-spacing: 1px;
	width: 100%;
    font-size: 13px;
    line-height: 1.5;
    padding: 16px 5px 15px;
    letter-spacing: 0;
    margin-bottom: 0;
	display: block;
}
body.guide__contents .block--btn .btn a:hover {
    background: #888888;
    color: #fff;
    border: 1px solid #888888;
}
body.guide__contents .block--btn .btn a.btn--sub:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}
body.guide__contents .block--btn .btn a.btn--sub {
    border: 1px solid #000000;
    color: #000000;
}
body.guide__contents .block--btn .btn a svg {
    width: 12px;
    margin: 0 0 0 5px;
}
/* 受け取りガイド（注意事項）
----------------------------------------------- */
body.guide__contents.top #targetInfoBottom{
	padding-top: 40px;
    margin-top: -40px;
}
body.guide__contents.top .attention--link{
	text-align: center;
    margin: 100px 0 110px;
}
body.guide__contents.top .attention--link a{
	padding: 1em 1.5em;
    background: #c11f32;
    color: #ffffff;
}
body.guide__contents .attentionArea{
	background: #eee;
    padding: 35px 35px 1px;
    margin: 0 auto 90px;
}
body.guide__contents .attentionArea .attentionDetail{
	margin: 0 auto 25px;
}
body.guide__contents .attentionArea .topStep{
	font-size: 16px;
    margin: 0 auto 15px;
}
body.guide__contents .attentionArea .red{
    color: #c11f32;
}
body.guide__contents .section--new-arrival .note_box .red{
	color: #ff0000;
}
body.guide__contents.guide__detail .fromlink{
	display: none;
}
body.guide__contents #reservedInfoArea{
	margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
	body.guide__contents.sp .attentionArea{
		margin: 10px 20px 0;
		padding: 20px 20px 1px;
	}
	body.guide__contents.sp  #reservedInfoArea{
		margin:  0 20px;
	}
	body.top.guide__contents.sp  #reservedInfoArea{
		margin:  0 20px 50px;
	}
	body.guide__contents.top .attention--link{
		margin: 60px 0 70px;
	}
}
/* 受け取りガイド（受付状況）
----------------------------------------------- */
body.guide__contents .receiveListBox {
	font-size: 14px;
	text-align: center;
	}
body.guide__contents .receiveListBox dl.listStatus {
	color: #000;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: left;
}
body.guide__contents .receiveListBox dl.listStatus dt {
	background: #f0f0f0;
	margin: 20px auto 0;
	position: relative;
	padding: 30px 30px ;
	font-weight: bold;
}
body.guide__contents .receiveListBox dl.listStatus dt span.start {
	font-weight: normal;
}
body.guide__contents .receiveListBox dl.listStatus dt span.num {
	color: #000;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
}
body.guide__contents .receiveListBox dl.listStatus dt:hover {

}
body.guide__contents .receiveListBox dl.listStatus dt:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0px;
	right: 30px;
	width: 12px;
	height: 2px;
	background: #000;
	z-index: 0;
}
body.guide__contents .receiveListBox dl.listStatus dt:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0px;
	right: 35px;
	width: 2px;
	height: 12px;
	background: #000;
	z-index: 0;
}
body.guide__contents .receiveListBox dl.listStatus dt.open::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.guide__contents  .receiveListBox dl.listStatus dt.open::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.guide__contents .receiveListBox dl.listStatus dd {
	display:none;
	margin: 0 auto 0px;
	padding: 30px;
	background: #f0f0f0;
	line-height: 2;
	position: relative;
	font-weight: bold;
	-webkit-transition: none;
	transition: none;
}
body.guide__contents .receiveListBox .receiveListBox dl.listStatus dd {
	line-height: 1.8;
}
body.guide__contents .receiveListBox dl.listStatus dd span.limit {
	font-weight: normal;
}
body.guide__contents .receiveListBox dl.listStatus dd:before {
	position: absolute;
	content: "";
	background: #333333;
	width: calc(100% - 60px);
	height: 1px;
	margin: auto;
	top: 0;
	right: 0;
	left:0;
	z-index: 5;
}
body.guide__contents .receiveListBox dl.listStatus dd span.target {
	color: rgba(0,0,0,0.5);
}
body.guide__contents .receiveListBox dl.listStatus dd span.sch {
	font-weight: bold;
}
body.guide__contents .receiveListBox dl.listStatus dt.fin_tit ,
body.guide__contents .receiveListBox dl.listStatus dd.fin_detail {
	background: #ccc;
}
body.guide__contents .receiveListBox dl.listStatus dt.fin_tit:hover {
	background: #fff;
}
body.guide__contents .receiveListBox .status_sample{
	display: flex;
	justify-content: center;
}
body.guide__contents .receiveListBox .status_sample li{
	margin-right: 1em;
}
body.guide__contents .receiveListBox .status_sample li:last-of-type{
	margin-right: 0;
}
body.guide__contents .receiveListBox .status_sample li .ico_stock{
	vertical-align: sub;
}
body.guide__contents .receiveListBox dl.listStatus dd .ico_stock{
	vertical-align: text-top;
}
body.guide__contents .receiveListBox .status_sample li .ico_stock ,body.guide__contents .receiveListBox dl.listStatus dd .ico_stock{
	margin-right: 0.4em;
}
@media screen and (max-width: 960px) {
	body.guide__contents.guide__list.sp .receiveListBox,body.guide__contents.guide__detail.sp .receiveListBox{
		margin:  0 20px;
		padding: 50px 0 0 0;
	}
	body.guide__contents .receiveListBox dl.listStatus dt{
		font-size: 14px;
		padding: 30px 15px;
	}
	body.guide__contents .receiveListBox dl.listStatus dt:before {
		right: 20px;
	}
	body.guide__contents .receiveListBox dl.listStatus dt:after {
		right: 15px;
	}
}
/* 受け取りガイド（通常配送）
----------------------------------------------- */
body.guide__contents.top .current .list--item{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
	margin-bottom: 50px;
	transition: none;
	animation:none
}
body.guide__contents.top .list--item .item{
	width: calc(calc(100% - 8vw)/3);
    margin: 0 4vw 40px 0;
    position: relative;
}
body.guide__contents.top .current .list--item .item:nth-child(3n){
	margin-right: 0;
}
body.guide__contents.top .current .list--item li img{
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
body.guide__contents.top .current #status_icon {
	margin: 8px 0;
	text-align: left;
	transform-origin: left;
}
body.guide__contents.top .current #status_icon li {
	display: inline-block;
	background: #f5f5f5;
	color: #000;
	font-size: 10px;
	text-align: center;
	line-height: 1;
	padding: 8px 10px;
	margin: 0 8px 8px 0;
	border: 1px solid #f5f5f5;
	transform-origin: left;
	letter-spacing: 0.1em;
}
body.guide__contents.top .current #status_icon li.ico--few,.top #status_icon li.ico--new{
	background: #000000;
	color: #ffffff;
}
body.guide__contents.top .current .price {
    font-size: 14px;
}
body.guide__contents.top .current .list--category.sub-category {
    margin-top: 10px;
}
body.guide__contents.top .current .list--category.sub-category li {
	display: inline-block;
    background: none;
    color: #3E3A39;
    font-size: 10px;
    border-radius: 0;
    border: 1px solid #3E3A39 !important;
    padding: 3px 10px;
}
body.guide__contents.top .current .list--item .item .tit{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
	body.guide__contents.top .current .list--item{
		justify-content: space-between;
		margin: 40px 20px;
	}
	body.guide__contents.top  .current .item{
		width: 48%;
		margin: 0 0 20px 0;
		padding: 0;
	}
}
@media screen and (max-width: 960px) {
	body.guide__contents.top  .current .item{
		margin-bottom: 40px;
	}
}
/* 受け取りガイド（リストページ）
----------------------------------------------- */
body.guide__contents.guide__list{
	padding-top: 0;
}
body.guide__contents.guide__list .page--header{
	text-align: center;
}
body.guide__contents.guide__list .block{
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(131, 131, 131, .4);
}
body.guide__contents.guide__list .lead{
	font-size: 28px;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 600;
    color: #838383;
}
body.guide__contents.guide__list .content--main{

}
body.guide__contents.guide__list #targetInfoTop{
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(131, 131, 131, .4);
}
body.guide__contents.guide__list #targetInfoMiddle{
	margin: 90px 0 90px;
}
body.guide__contents.guide__list .receiveInfo,body.guide__contents.guide__detail .receiveInfo{
	margin: 90px 0;
}
body.guide__contents.guide__list #noteArea,body.guide__contents.guide__detail #noteArea{
	margin: 90px 0;
}
body.guide__contents.guide__list .attentionArea{
	padding: 25px 30px 1px;
}
body.guide__contents.guide__list #targetInfoTop{
	margin-top: 50px;
}
body.guide__contents.guide__list ul.receive_howto,body.guide__contents.guide__detail ul.receive_howto{
	background: rgba(210,210,210,0.25);
    margin: 0 0 40px;
    padding: 60px;
}
body.guide__contents p.fromlink {
	text-align: center;
	margin-bottom: 90px;
	display: none;
}
body.guide__contents.loaded p.fromlink{
	display: block;
}

body.top.guide__contents .slider{
	display: none;
}
body.top.guide__contents.loaded .slider{
	display: block;
}
body.guide__contents p.fromlink {
	opacity: 1 !important;
}
body.guide__contents.top .area--normal .btn{
	text-align: center;
}
body.guide__contents p.fromlink a, body.top .area--normal .btn a{
	background: #000;
	margin: 0 auto 0px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 500;
	position: relative;
	top: 0px;
	display: inline-block;
	color: #fff;
	width: 250px;
	height: 50px;
	line-height: 50px;
}	
body.guide__contents p.fromlink a svg {
	fill: #fff;
	vertical-align: -3px;
	width: 14px;
	height: 14px;
	max-width: 14px;
	max-height: 14px;
}
body.guide__contents p.fromlink a:hover {
	opacity: 0.7;
	text-decoration: none;
}
body.guide__contents dl.scheduleBox dd .detailbox:first-of-type{
	border: none;
	padding: 0;
}
body.guide__contents.guide__list ul.block--pager{
	margin-top: 60px;
	justify-content: center;
}
body.guide__contents.guide__list ul.block--pager li a,body.guide__contents.guide__list ul.block--pager li a,body.guide__contents.guide__list ul.block--pager li strong{
	background: none;
	margin-right: 0;	
	color: #71bce9;
}
body.guide__contents.guide__list ul.block--pager li a:not(strong){

}
body.guide__contents.guide__list  ul.block--pager li a.next:before{
	border-top: #71bce9 solid 1px;
	border-right: #71bce9 solid 1px;
}
body.guide__contents.guide__list  ul.block--pager li a.prev:before{
	border-top: #71bce9 solid 1px;
	border-left: #71bce9 solid 1px;
}
@media screen and (max-width: 960px) {
	body.guide__contents.guide__list .column-one,#targetInfoTop{

	}
	body.guide__contents.guide__list .block{
		margin-top: 25px;
		padding-bottom: 25px;
	}
	body.guide__contents.guide__list .lead{
		font-size: 18px;
		letter-spacing: 0.04rem;
    	margin: 10px auto 10px;
	}
	body.guide__contents.guide__list #targetInfoTop{
		margin-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid rgba(131, 131, 131, .4);
	}
	body.guide__contents.guide__list .content--main,body.guide__contents.guide__detail .content--main{
		padding-bottom: 0;
	}
	body.guide__contents.guide__list .receiveInfo,body.guide__contents.guide__detail .receiveInfo{
		margin: 50px 0 0;
	}
	body.guide__contents.guide__list #targetInfoMiddle{
		margin: 50px 0 50px;
	}
	body.guide__contents.guide__list #noteArea,body.guide__contents.guide__detail #noteArea{
		margin: 50px 0;
	}
	body.guide__contents.guide__list div #header_inner{
		margin-bottom: 0;
	}
	body.guide__contents.guide__list ul.block--pager{
		margin-top: 40px;
	}
	body.guide__contents.guide__list ul.block--pager li a,body.guide__contents.guide__list ul.block--pager li a,body.guide__contents.guide__list ul.block--pager li strong{
		margin-right: -14px;
	}
}
/* 受け取りガイド（詳細）
----------------------------------------------- */
body.guide__contents.top .content--main .item--list .item--photo{
	margin-bottom: 5px;
}
body.guide__contents.guide__detail .product--history .wrapp{
	padding-bottom: 0;
}
body.guide__contents.guide__detail #targetInfoBottom{
	margin-top: 50px;
}
body.guide__contents.guide__detail .btn #choiceList .bottom{
	display: flex;
	justify-content: space-around;
	min-width: 200px;
	padding: 15px;
}
body.guide__contents.guide__detail .btn #choiceList .bottom span{
    line-height: 2.4em;
    margin-right: 5px;
width: 30%;
}
body.guide__contents.guide__detail .btn #choiceList li .spinner_area .counter1{
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	-webkit-vertical-align: middle;
	width: 40%;
}
body.guide__contents.guide__detail .btn #choiceList li .spinner_area input[type="number"]::-webkit-outer-spin-button, 
body.guide__contents.guide__detail .btn #choiceList li .spinner_area input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
body.guide__contents.guide__detail .btn #choiceList li .spinner_area input[type="number"] { 
  -moz-appearance:textfield; 
} 
body.guide__contents.guide__detail.Android .btn #choiceList li .spinner_area .counter1{
	vertical-align: bottom;
	-webkit-vertical-align: bottom;
}
body.guide__contents.guide__detail .btn #choiceList li .spinner_area .btnspinner{
	color: #000000;
	font-size: 20px;
	vertical-align: middle;
	-webkit-vertical-align: middle;
}
body.guide__contents.guide__detail.Android .btn #choiceList li .spinner_area .btnspinner{
	vertical-align: bottom;
	-webkit-vertical-align: bottom;
}
body.guide__contents.guide__detail .btn #choiceList li span{
	line-height: 2.4em;
	margin-right: 30px;
}
body.guide__contents.guide__detail .btn #choiceList li label{
width: auto;
	display: block;
	padding: 0;
}
/*
body.guide__contents.guide__detail .btn #choiceList li label:first-child{
	display: flex;
    justify-content: space-between;
    width: 100%;
}
body.guide__contents.guide__detail .btn #choiceList li label:first-child .spinner_area{
width: 70%;
}
*/
body.guide__contents.guide__detail .btn #choiceList li label .spinner_area{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}


body.guide__contents.guide__detail .btn #choiceList .choice_txt{
	padding-bottom: 11px;
}
body.guide__contents.guide__detail .memberOnlyTxt{
	margin-top: 3em;
}
body.guide__contents.guide__detail .detail--login#memberOnly {
	margin: 10px 0 1em;
	background-color: #eeeeee;
	padding: 35px;
}
body.guide__contents.guide__detail .detail--login#memberOnly a{
	text-decoration: underline;
}
body.guide__contents.guide__detail .detail--login#memberOnly .link{
	font-size: 12px;
}

@media screen and (max-width: 960px) {
	body.guide__contents.top .content--main .item--list .item--photo{
		margin-bottom: 5px;
	}
	body.guide__contents.top .content--main .item--list .item p.soldstatus,body.guide__contents.top .content--main .item--list #status_icon li.fc{
		margin-bottom: 0;
	}
	body.guide__contents.top .news{
		width: auto;
		margin: 50px 20px 0;
	}
	body.guide__contents.guide__detail .btnBox .btn_cart{
	    width: 90%;
    margin: auto;
    display: block;
	}
	body.guide__contents.guide__detail .btnBox .btn_cart a{

	}
	.btnBox .favo {
	    display: inline-block;
	    float: left;
	    margin: 20px 0 0 5px;
	}
	body.guide__contents.guide__detail .btn #choiceList .bottom{
	    min-width: 200px;
	    padding: 10px 15px;
	    font-size: 12px;
	}
	body.guide__contents.guide__detail .btn #choiceList .bottom span {
	    line-height: 2.8em;
	}
	body.guide__contents.guide__detail .btn #choiceList li label{

	}
	body.guide__contents.guide__detail .btn #choiceList li span{
		margin-right: 20px;
	}
	body.guide__contents.guide__detail .detail--login#memberOnly {
		padding: 30px 20px;
	}
}


/* 受け取りガイド（インデント）
----------------------------------------------- */
.note_indent{
	padding: 0px 0 5px 1em;
    text-indent: -1em;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

.receive_announce .page--shopping .payarea04{
	border: #dedede solid 1px;
    border-radius: 10px;
	margin: 0 auto 3em;
    padding: 3em;
    background-color: #ffffff;
}
.receive_announce .page--shopping .payarea04 .status_sample{
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.receive_announce .page--shopping .payarea04 .status_sample::after{
	content: none;
}
.receive_announce .page--shopping .payarea04 .status_sample .ico_stock{
	vertical-align: sub;
	margin-right: 0.3em;
}
.receive_announce .page--shopping .payarea04 .ico_stock{
	border-bottom: none;
	margin-left: 0.4em;
}
.receive_announce .page--shopping .payarea04 .ico_stock.status_none{
	margin-left: 0.3em;
}
.receive_announce .page--shopping .payarea04 .listStatus{
	margin-top: 20px;
}
.receive_announce .page--shopping .payarea04 .listStatus dt{
	padding: 10px 20px;
	font-size: 18px;
	background: #eeeeee;
	pointer-events: none;
}
.receive_announce .page--shopping .payarea04 .listStatus dd{
	padding: 20px;
}
@media screen and (max-width: 960px) {
	.receive_announce .page--shopping .payarea04{
		padding: 1.5em;
	}
	.receive_announce .page--shopping .payarea04 .listStatus dt{
		padding: 8px 16px;
		font-size: 16px;
		background: #eeeeee;
		pointer-events: none;
	}
	.receive_announce .page--shopping .payarea04 .status_sample{
		width: 90%;
	}
}



/* 受け取りガイド（マイページ部分）
----------------------------------------------- */
#windowarea table th, #windowarea table td{
	border-bottom: none;
}

.guide__mypage--history #colorbox #cboxLoadedContent iframe {
	padding: 1em 0 1em 2em;
    box-sizing: border-box;
}
.guide__mypage--history #cboxClose{
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
}

@media screen and (max-width: 960px) {
	.guide__mypage--history #colorbox #cboxLoadedContent iframe{
		padding: 15px;
	}
	.guide__mypage--history #cboxContent #cboxClose{
		padding: 0.5em 1em !important;
	}
}
/*  ベース作業以上
----------------------------------------------- */
/* ----------------------------------------------- */



/* 非会員登録者フォーム
----------------------------------------------- */
body.nonmember--input .pc{
	display: block;
}
body.nonmember--input .page--shopping{
	width: 80%;
}
body.nonmember--input tbody tr{
	border-bottom: 1px solid #d0d0d0;
}
body.nonmember--input tbody tr:last-of-type{
	border: none;
}
body.nonmember--input tbody tr th{
	padding: 1.2em 0;
    font-size: 12px;
}
body.nonmember--input tbody tr td{
	padding: 1.2em 0;
}
body.nonmember--input tbody tr td .mini{
    font-size: 12px;
}
body.nonmember--input .page--shopping .floor .inputBan{
	margin-bottom: 70px;
}
body.nonmember--input  .page--shopping #under02column_customer .mailaddress{
	margin-bottom: 15px;
}
body.nonmember--input  .page--shopping .deliv_label{
	display: inline-block;
}
body.nonmember--input  .page--shopping .choice--prefectures{
	margin-bottom: 10px;
}
body.nonmember--input  .page--shopping .length--long{
	width: 75%;
}
body.nonmember--input .attention{
	margin-left: 4px;
    padding: 2px 6px;
    border-radius: 2px;
    background: #f00;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}
body.nonmember--input .validation{
	color: #f00;
}
body.nonmember--input #under02column_customer #form1 table{
	margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
	body.nonmember--input .pc{
		display: none;
	}
	body.nonmember--input .page--shopping{
		width: 100%;
	}
	body.nonmember--input .page--shopping .floor .inputBan{
		margin-bottom: 30px;
	}
	body.nonmember--input .content--main{
		box-sizing: border-box;
	}
	body.nonmember--input .form__name{
		width: 37vw;
	}
	body.nonmember--input tbody tr th{
		padding: 1.2em 0 0;
	}
	body.nonmember--input  .page--shopping table th{
		width: 100%;
	}
	body.nonmember--input  .page--shopping .box120{
		margin-bottom: 5px;
	}
	body.nonmember--input  .page--shopping .length--long{
		width: 100%;
	}
	body.nonmember--input  .page--shopping table,body.nonmember--input .page--shopping tbody,.page--shopping.nonmember--input tr{
		display: block;
	}
	body.nonmember--input  .page--shopping table th,body.nonmember--input .page--shopping table td{
		display: block;
		text-align: left;
		box-sizing: border-box;
	}
	body.nonmember--input .box380{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	body.nonmember--input #under02column_customer #form1 table{
		margin-bottom: 50px;
}
}



/* 会員登録ページ
----------------------------------------------- */
.member_entry #undercolumn_entry .sp{
		display: none;
}
.member_entry #undercolumn_entry{
	margin-top: 0;
}
.member_entry #undercolumn_entry p{
	text-align: left;
}
@media screen and (max-width: 960px) {
	.member_entry #undercolumn_entry .sp{
		display: block;
}
	.member_entry #undercolumn_entry .choice  tbody tr a{
		font-size: 14px;
		line-height: 1.3em;
	     margin: 0;
	}
	.member_entry #undercolumn_entry .choice  tbody tr .btn_standard a{
	}
}

/* お問い合わせ
----------------------------------------------- */
.contact--confirm .btn_main{
	margin: 50px 0 1em;
}

.contact--complete .btn_standard{
	margin-top: 50px;
}

/* アンケート
----------------------------------------------- */

#inquiry{
    padding: 80px 0;
}
#inquiry #undercolumn_contact{

}
#inquiry #undercolumn_contact #detailtitle {
    width: 100%;
    margin: 0;    
	background: none;
}
#inquiry #undercolumn_contact #detailtitle h2 {
    border: none;
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 18px;
    background: none;
    color: #000;
    padding: 0;
}
#inquiry #undercolumn_contact table td {
    padding: 30px;
    border: 1px solid #a9a9a9;    
}
#inquiry #undercolumn_contact table th {
	padding: 20px;
    border: 1px solid #a9a9a9;
    background: #e3e3e3;
    text-align: left;
    font-weight: 100; 
}
#inquiry #undercolumn_contact table th span{
    color: #ff0000;
}
#inquiry #undercolumn_contact textarea{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
	border: 1px solid #ccc;    
}
#inquiry #undercolumn_contact label {
    margin: 0 10px 0 0;
    font-size: 14px;
}
#inquiry #undercolumn_contact input[type="checkbox" i]{
    margin: 0 5px 0 0;
    top: -2px;
    position: relative;
    width: 15px;
    height: 15px;
}
#inquiry #undercolumn_contact input[type="radio" i]{
    margin: 0 5px 0 0;
    top: 2px;
    position: relative;
}

#inquiry #undercolumn_contact input[type='submit'],
#inquiry #undercolumn_contact input[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
    font-weight: bold;
}
#inquiry #undercolumn_contact input[type='submit']{
    background:#000;
    color: #fff;
    padding: 20px;
    border-radius: 999px;
    width: 300px;
    font-size: 16px;
    margin: auto;
    display: block;
    border: 1px solid #000;     
}
#inquiry #undercolumn_contact input[type='submit']:hover{
    border: 1px solid #71bce9;
    background: none;
    color: #71bce9;
}
#inquiry div#undercolumn table {
    border: none;
    width: 100%;
    margin: 0 0 20px 0;
}
#inquiry div#undercolumn table:last-child tr:last-child td{
    border: none;
}
#inquiry div#undercolumn .attention{
    font-size: 13px;
color: #ff0000;
}
#inquiry div#undercolumn div.tblareabtn{
    margin: 0;
}
#inquiry div#undercolumn .btn_standard a{
    width: 300px;
    padding: 20px;
    border-radius: 999px;
    box-sizing: border-box;
    line-height: 1.5;
    margin: auto;
}
#inquiry div#undercolumn .btn_standard a:hover{
	background: #000;
    color: #fff;
    opacity: 1;
}
#inquiry #completetext{
    text-align: center;
	margin: 0 0 20px 0;
}
#inquiry div#undercolumn_contact .box120 {
    padding: 10px;
    border: solid 1px #A1A1A1;
   margin: 0 0 10px 0;
}
#inquiry div#undercolumn_contact select{
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 5px 0;
}
#inquiry div#undercolumn_contact .selectBox{
    position: relative;
    display: inline-block;
}
#inquiry div#undercolumn_contact .selectBox::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #8b8b8b;
    border-right: solid 1px #8b8b8b;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(135deg);
}
#inquiry div#undercolumn_contact .box60 {
    padding: 5px;
    border: solid 1px #A1A1A1;
}
#inquiry div#undercolumn_contact .box380 {
    padding: 10px;
    border: solid 1px #A1A1A1;
    width: 100%;
}
#inquiry #undercolumn_contact input[name="address_input"]{
background: #000;
    font-size: 11px;
    color: #fff;
    padding: 2px 5px;
}
#inquiry input[type='text']{
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 5px 0;
}
#inquiry .mini{
    margin: 0 0 10px 0;
    font-size: 80%;
}
#inquiry div#undercolumn table:last-child tr:last-child td .btnList {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 650px;
    margin: auto;
}

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


#inquiry {
    padding: 0;
}

#inquiry div#undercolumn #undercolumn_contact,
#inquiry div#undercolumn #undercolumn_entry{
    padding:0;
}
#inquiry div#undercolumn #undercolumn_contact #detailtitle,
#inquiry div#undercolumn #undercolumn_entry #detailtitle{
    width: 100%;
    margin: 0;    
}
#inquiry div#undercolumn #undercolumn_contact #detailtitle h2,
#inquiry div#undercolumn #undercolumn_entry h2.title{
    border: none;
    font-size: 15px;
    margin: 0 auto 20px;
    padding: 0;
}
#inquiry div#undercolumn #undercolumn_contact table{
    width: 100%;
    display: block;
}

#inquiry div#undercolumn #undercolumn_entry h3{
    border: none;
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 5px;
}
#inquiry div#undercolumn #undercolumn_contact table tbody,
#inquiry div#undercolumn #undercolumn_contact table tbody tr{
    width: 100%;
    display: block;
    box-sizing: border-box;
}
#inquiry div#undercolumn #undercolumn_entry h3{
    margin: 0 0 10px 0;
}
#inquiry div#undercolumn .attention{
    font-size: 11px;
}
#inquiry div#undercolumn .enqLead{
    font-size: 12px;
    line-height: 1.5;
}
#inquiry div#undercolumn #undercolumn_contact table td {
    padding: 0 0 20px 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    border: none;
    border-bottom: 1px solid #a9a9a9;
}
#inquiry div#undercolumn #undercolumn_contact table tr:last-child td{
    padding: 0;
    margin: 0;
    border: none;
}
#inquiry div#undercolumn #undercolumn_contact table th {
    padding: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 0 10px 0;
    text-align: left;
    background: none;
    border: none;   
}

#inquiry div#undercolumn #undercolumn_contact textarea{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
	border: 1px solid #ccc;    
}
#inquiry div#undercolumn #undercolumn_contact label {
    margin: 0 5px 0 0;
    font-size: 12px;
}
#inquiry div#undercolumn #undercolumn_contact input[type="checkbox" i]{
    margin: 0 5px 0 0;
    top: -3px;
    position: relative;
}
#inquiry div#undercolumn #undercolumn_contact input[type="radio" i]{
    margin: 0 5px 0 0;
    top: 3px;
    position: relative;
}
#inquiry div#undercolumn #undercolumn_contact input[type='text'], #undercolumn_contact input[type='password'] {
    padding: 10px;
    border: 1px solid #ccc;
}
#inquiry div#undercolumn div#undercolumn_contact .box120 {
    padding: 10px;
}


#inquiry #undercolumn_contact input[type='submit'],
#inquiry #undercolumn_contact input[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

#inquiry div#undercolumn #undercolumn_contact input[type='submit']{
    padding: 20px;
    border-radius: 999px;
    width: 300px;
    font-size: 14px;
}
#inquiry #undercolumn_contact input[type='submit']:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    opacity: 1;
}
#inquiry #undercolumn_contact input[name="address_input"] {
    font-size: 11px;
    padding: 2px 5px;
}
#inquiry div#undercolumn #undercolumn_entry .spbtn-medeum{
	width: 100%;
    padding: 14px;
    box-sizing: border-box;
    margin: 0;
    background: #999;
}
#inquiry div#undercolumn #undercolumn_contact #completetext p {
    display: none;
}

#inquiry div#undercolumn #contents .floor #undercolumn_contact table.entryform {
    margin: 0 0 20px;
    width: 100%;
    font-size: 13px;
    text-align: left;
    border: none;
    border-top: 1px solid #ffccd9;
    border-left: 1px solid #ffccd9;
    padding: 0;
}
#inquiry div#undercolumn #contents .floor #undercolumn_contact table.entryform td {
background: #fff;
    padding: 10px 10px 15px;
    border-right: 1px solid #ffccd9;
    border-bottom: 1px solid #ffccd9;
    margin: 0;
}
#inquiry div#undercolumn #contents .floor #undercolumn_contact input[type='text'], body #contents .floor #undercolumn_contact input[type='password'] {
    padding: 0;
    border: 1px solid #ccc;
}
#inquiry div#undercolumn #completetext{
    text-align: center;
}
#inquiry div#undercolumn .btn_standard.backBtn {
    display: block!important;
}
#inquiry div#undercolumn .btn_standard.backBtn a{
    width: 300px;
    font-size: 14px;
    display: block!important;
    box-sizing: border-box;
    margin: 0 auto 10px;
    line-height: 1;
text-align: center;    
}
#inquiry div#undercolumn_contact .box380{
    width: 100%;
}
#inquiry div#undercolumn table:last-child tr:last-child td .btnList {
    display: block;
    width: 100%;
    margin: auto;
}
#inquiry div#undercolumn table:last-child tr:last-child td .btnList li{
    margin: 0 0 20px 0;
}


}