﻿/*
#ShareTitle
{
    padding:3px 7px;
    width:520px;
    margin:0 auto;
    font-size:12px;
    font-weight:bold;
    zoom:1;
    overflow:hidden;
}
#ShareTitleLeft
{
    float:left;
}
#ShareTitleRight
{
    float:right;
    cursor: pointer;
}
#ShareForm
{
    font-size:12px;
    clear:both;
    background-color: #fff;
    padding:10px;
    width:520px;
    margin:0 auto;
}
    #ShareForm
    {
        padding:0px;
        font-size:12px;
    }
    #ShareProductImage
    {
        display:none;
        float:left;
        overflow:hidden;
        zoom: 1;
        padding-bottom: 10px;
    }
    #ShareProductInfo
    {
    }
    #ShareProductInfo span
    {
        font-size:16px;
				font-weight:bold;
    }
    #ShareProductInfo table
    {
        margin-top:10px;
    }
    #ShareForm hr
    {
        clear:both;
    }
    #ShareForm th
    {
        text-align:left;
        vertical-align:middle;
        font-size:12px;
    }
    #ShareForm td
    {
        font-size:12px;
    }
    #ShareForm textarea
    {
        font-size:12px;
    }
    #ShareSubmit
    {
        margin-top:10px;
        text-align:center;
    }
    #ShareComplete
    {
        text-align:center;
    }
*/
/*refineSearchParts*/
#RefineConditionPanel .SearchCondUnit {display:flex;flex-wrap: wrap;margin-bottom: 30px;}
#RefineConditionPanel .uc_area .SearchCondUnit li{display:flex;width:50%;font-size:0.9em;}
#RefineConditionPanel .uc_menu .SearchCondUnit li{display:flex;width:33%;font-size:0.9em;}

#RefineConditionPanel .freeworda .search-boxb {display:flex;flex-wrap: wrap;width: 100%;}
#RefineConditionPanel a#KeywordSearchButton {
    border: none;
    background-color: #000;
    height: 33px;
    color: #fff;
    width: 100px;cursor: pointer;
		margin:0 0 0 5px;
	text-align:center;
}
@media screen and (max-width: 767px){
    #RefineConditionPanel a#KeywordSearchButton{
        width: 100%;
        border: none;
        border-radius: 0px;
        color: #fff;
        background-color: #000000;
        height: 2.3em;
        font-size: 1.2em;
        margin-top: 0.6em border-radius: 0;
        margin: 0.7em 0 0 0;
    }
}
.productdetail_aspx .RefineSearchParts ,
.promotion_aspx .RefineSearchParts,
.categorylist_aspx .RefineSearchParts {
    background-color: #e1e1e1;
    padding: 0.5em 0 1em;

}
.productdetail_aspx .RefineSearchParts .flex-w,
.promotion_aspx .RefineSearchParts .flex-w,
.categorylist_aspx .RefineSearchParts .flex-w{
  display:flex;flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.productdetail_aspx .RefineSearchParts #RefineConditionPanel,
.promotion_aspx .RefineSearchParts #RefineConditionPanel,
.categorylist_aspx .RefineSearchParts #RefineConditionPanel{
  width: calc(100% - 300px);
    max-width:600px;
    margin:0 20px;
}
.productdetail_aspx .headLinks, 
.promotion_aspx .headLinks,
.categorylist_aspx.headLinks{
  display: block;
  width: 220px;
}
.productdetail_aspx .headLinks a, 
.promotion_aspx .headLinks a,
.categorylist_aspx .headLinks a{
  display: block;
}
.productdetail_aspx .headLinks a img, 
.promotion_aspx .headLinks a img,
.categorylist_aspx .headLinks a img{
  width: 100%;
  margin: 0 auto;
}
.productdetail_aspx .headLinks p, 
.promotion_aspx .headLinks p,
.categorylist_aspx .headLinks p{
  margin: 8px 0;
}
@media screen and (min-width: 980px) {
.productdetail_aspx .RefineSearchParts, 
.promotion_aspx .RefineSearchParts,
.categorylist_aspx .RefineSearchParts {
position:relative;
}}
@media screen and (max-width: 979px) {
  .productdetail_aspx .RefineSearchParts #RefineConditionPanel,
  .promotion_aspx .RefineSearchParts #RefineConditionPanel,
  .categorylist_aspx .RefineSearchParts #RefineConditionPanel {
     width: 100%;
     margin: 0 20px !important;
  }
  .productdetail_aspx .headLinks, .promotion_aspx .headLinks,
  .categorylist_aspx .headLinks{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin: 0 20px;
  }
}
/**/
.SearchCondUnitBlock{margin-bottom:10px;}
@media screen and (max-width: 767px){
.SearchCondUnitBlock{margin-bottom:0px;}
}
.SearchCondUnit.tokyo23Block:before,
.SearchCondUnit.kantoBlock:before,
.SearchCondUnit.elseKantoBlock:before{
    display:block;
    border-bottom:1px solid #000;
    padding: 0.3em;
    border-bottom: #000 1px solid;
    margin-bottom:13px;
    width:100%;
}
.SearchCondUnit.tokyo23Block:before{
    content:"東京";
}
.SearchCondUnit.kantoBlock:before{
    content:"関東（神奈川・埼玉・千葉・群馬・茨城）";
}
.SearchCondUnit.elseKantoBlock:before{
    content:"上記以外のエリア";
}
@media screen and (max-width: 767px){
.SearchCondUnit.tokyo23Block:before,
.SearchCondUnit.kantoBlock:before,
.SearchCondUnit.elseKantoBlock:before{
background-color:#e9e9e9;
text-align:center;
padding:0.5em 0;
}}
.SearchCondUnit li span{
position:relative;
}
.SearchCondUnit li span:before{
    content: '';
    width: 14px;
    height: 14px;
    margin-right: 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #808080;
    position: relative;
    z-index: 10;
    border-radius: 2px;
    margin-top: -1px;
    background-color:#fff;
}
.SearchCondUnit li.selectedCondID span:before{
background-color: blue;
}
.SearchCondUnit li.selectedCondID span:after{
    content: '';
    width: 4px;
    height: 7px;
    margin-top: -8px;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% + 2px);
    left: 4px;
    z-index: 11;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
/*.SearchCondUnit li.selectedCondID{
background-color:#d5d5d5;
}*/
#RefineConditionPanel a#KeywordSearchButton{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*@media (min-width: 768px){
.s_01 .accordion_one .accordion_header.open+.accordion_inner{
    display: flex!important;
    margin-top: 50px;
}
}*/
.SearchCondUnitBlock{width:100%; max-width:550px;}
/*@media (min-width: 768px){
.s_01 .accordion_one .accordion_inner>.SearchCondUnitBlock:first-of-type{
margin-right: 30px;
}
.s_01 .accordion_one .accordion_inner>.SearchCondUnitBlock:nth-of-type(2){
align-self: flex-start;
}
.s_01 .accordion_one .accordion_inner>.SearchCondUnitBlock:last-of-type{
    align-self: center;
    margin-left: calc((50% - 100%) + 15px);
}}*/

@media (min-width: 980px){
.headLinks .golist, 
.headLinks .gotop {
/* left: calc((100vw - 50%) + 100px); */
position: relative;
top: inherit;
left: inherit;
}}
@media screen and (max-width: 767px){
#RefineConditionPanel .uc_area .SearchCondUnit li,
#RefineConditionPanel .uc_menu .SearchCondUnit li{
    flex-wrap:wrap;
    width:100%;
    padding: 0.5em 0;
    border-bottom: 1px solid #000;
}
}
.bx-wrapper img{
width:100%;
height:auto;
}

/*.SharePanel*/
.ShareProductInfoForm input,
.ShareProductInfoForm button,
.ShareProductInfoForm select,
.ShareProductInfoForm textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.ShareProductInfoForm textarea {
  resize: vertical;
}

.ShareProductInfoForm input[type='submit'],
.ShareProductInfoForm input[type='button'],
.ShareProductInfoForm label,
.ShareProductInfoForm button,
.ShareProductInfoForm select {
  cursor: pointer;
}

.ShareProductInfoForm select::-ms-expand {
  display: none;
}

.SharePanel{
    background: #fff;
    left: 50%!important;
    position: relative;
    top: 0;
    transform: translate(-50%, 0%);
    border-radius: 10px;
    max-width: 800px;
    padding: 0px;
    box-sizing: border-box;
    width: 100%!important;
}
@media screen and (max-width: 800px){
.SharePanel{
    width: 90%!important;
}
}
.SharePanel #ShareProductFrame{
    width: 100%!important;
    max-width: 760px;
}
.SharePanel #ShareTitle {padding:10px; font-size: 16px;}
#ShareProductImage{
    display:none;

}
#ShareForm{
padding:20px;
box-sizing:border-box;
}
#ShareForm p{
    margin: 0;
}
.ShareProductInfoForm{
display:flex;
flex-wrap:wrap;
margin-top: 0;
border: 1px solid #ccc;
margin-bottom: -1px;
}
.ShareProductInfoForm dt{
    width: 12em;
    margin: 0;
    padding: 14px 8px;
    box-sizing: border-box;
    font-size: 14px;
    border-top: 1px solid #ccc;
    background-color: #efefef;
}
.ShareProductInfoForm dt:first-of-type{
    border-top: 0;
}
.ShareProductInfoForm dd{
    width: calc(100% - 12em);
    margin: 0;
    padding: 8px;
    font-size: 14px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}
.ShareProductInfoForm dd:first-of-type{
    border-top: 0;
}
.ShareProductInfoForm dd input,
.ShareProductInfoForm dd textarea{
border:1px solid #ccc;
border-radius:4px;
box-sizing:border-box;
padding:5px;
width: calc(100% - 2em)!important;
}
.ShareMailCopy,
.ShareMailBtn{
text-align:center;
}
.ShareMailCopy{
    margin:10px auto;
}
.ShareMailBtn input{
    width: 100%;
    max-width: 200px;
    padding: 5px;
    margin: 0 auto;
}
#chkShareMailCopy{
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 500px){
.ShareProductInfoForm {
    display: block;
}
.ShareProductInfoForm dt {
    width: 100%;
    margin: 0;
    padding: 10px 8px;
}
.ShareProductInfoForm dd {
    width: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
}
.ShareProductInfoForm dd input, 
.ShareProductInfoForm dd textarea {
    border-radius: 4px;
    padding: 10px;
    width: calc(100% - 0em)!important;
}
.ShareProductInfoForm dd:nth-of-type(1){
padding-bottom:15px;
}
}
/*ProductDetail*/
#ProductDetail{
padding-top:40px;
}
/*.PageLink*/
.PageLinkWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4em;
}
.PageLink{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.PageLink>*{
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    border:1px solid #000;
    box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PageLink> a:hover{
  background-color: #000;
  color: #ffffff;
}
.PageLinkWrap>a{margin:20px;}
.PageLink b{
    box-sizing: border-box;
    background-color: #000;
    color: #ffffff;
}
#SortButton{display:none;}
div#SortPanel{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
}
div#SortPanel a{
    flex: 1;
    text-align: center;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
}
div#SortPanel a:before{
content:"";
width:1px;
height:calc(100% - 10px);
display:block;
background-color:#ccc;
position:absolute;
right:0;
top:0;
bottom:0;
margin:auto;

}
div#SortPanel a:last-of-type:before{
content:none;
}
.RefineSearchProductList{padding-top:40px;}
.ProductListHeader > .ItemLeft{
    margin-top:10px;
    color: #666;
    font-size: 14px;
}
@media (min-width: 767px){
#mainCol .inputBox {
    display: flex;
    flex-wrap: wrap;
}
}

.QuestionnaireFrame{
  
}
.QuestionnaireHeaderHtml,
.QuestionnaireFooterHtml{
  margin: 20px auto;

}
@media (min-width: 767px) {
  .userregist_aspx .box_input .clientValidationSummary,
  .addressbookregist_aspx .box_input .clientValidationSummary,
  .inquiry_aspx .box_input .clientValidationSummary,
  .questionnaire_aspx .box_input .clientValidationSummary {
    margin-bottom: 30px;
  }
}
.userregist_aspx .box_input .clientValidationSummary span,
.addressbookregist_aspx .box_input .clientValidationSummary span,
.inquiry_aspx .box_input .clientValidationSummary span,
.questionnaire_aspx .box_input .clientValidationSummary span {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border: 1px solid;
}
.userregist_aspx .inputBox,
.addressbookregist_aspx .inputBox,
.inquiry_aspx .inputBox,
.questionnaire_aspx .inputBox{
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
@media (max-width: 767px) {
  .userregist_aspx .inputBox,
  .addressbookregist_aspx .inputBox,
  .inquiry_aspx .inputBox,
  .questionnaire_aspx .inputBox {
    border-bottom: none;
    padding: 0;
  }
}
.userregist_aspx .inputBox dt,
.addressbookregist_aspx .inputBox dt,
.inquiry_aspx .inputBox dt,
.questionnaire_aspx .inputBox dt {
  width: 240px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .userregist_aspx .inputBox dt,
  .addressbookregist_aspx .inputBox dt,
  .inquiry_aspx .inputBox dt,
  .questionnaire_aspx .inputBox dt {
    width: 100%;
    background-color: #eee;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #484848;
  }
}
.userregist_aspx .inputBox dd,
.addressbookregist_aspx .inputBox dd,
.inquiry_aspx .inputBox dd,
.questionnaire_aspx .inputBox dd {
  margin-inline-start: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% - 240px);
  position: relative;
}
@media (max-width: 767px) {
  .userregist_aspx .inputBox dd,
  .addressbookregist_aspx .inputBox dd,
  .inquiry_aspx .inputBox dd,
  .questionnaire_aspx .inputBox dd {
    width: 100%;
  }
}
.userregist_aspx .inputBox dd.box_tell .box,
.addressbookregist_aspx .inputBox dd.box_tell .box,
.inquiry_aspx .inputBox dd.box_tell .box,
.questionnaire_aspx .inputBox dd.box_tell .box {
  width: 33.3%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.userregist_aspx .inputBox dd.box_tell .box input,
.addressbookregist_aspx .inputBox dd.box_tell .box input,
.inquiry_aspx .inputBox dd.box_tell .box input,
.questionnaire_aspx .inputBox dd.box_tell .box input {
  width: calc(100% - 13px);
}
.userregist_aspx .inputBox dd.box_tell .box input + span,
.addressbookregist_aspx .inputBox dd.box_tell .box input + span,
.inquiry_aspx .inputBox dd.box_tell .box input + span,
.questionnaire_aspx .inputBox dd.box_tell .box input + span {
  display: inline-block;
  margin: 1em 2px 0 4px;
}
.userregist_aspx .inputBox dd.box_tell > input,
.addressbookregist_aspx .inputBox dd.box_tell > input,
.inquiry_aspx .inputBox dd.box_tell > input,
.questionnaire_aspx .inputBox dd.box_tell > input {
  width: calc(33.3% - 30px);
}
.userregist_aspx .inputBox dd.box_tell > input + span,
.addressbookregist_aspx .inputBox dd.box_tell > input + span,
.inquiry_aspx .inputBox dd.box_tell > input + span,
.addressbookregist_aspx .inputBox dd.box_tell .selectBase + span,
.questionnaire_aspx .inputBox dd input + span {
  display: inline-block;
  margin: 0.8em 4px 0 4px;
}
.questionnaire_aspx .inputBox dd input + span.ImageSelectStatus{
  margin: 0 4px;
  align-items: center;
}
.questionnaire_aspx .inputBox dd input + span.ImageSelectStatus .Selected{
  display: flex;
  align-items: flex-start;
}
.questionnaire_aspx .inputBox dd input + span.ImageSelectStatus .Selected a{
  margin-top: 0 !important;
}
.userregist_aspx .inputBox dd .marble_form-name.box,
.addressbookregist_aspx .inputBox dd .marble_form-name.box,
.inquiry_aspx .inputBox dd .marble_form-name.box,
.questionnaire_aspx .inputBox dd .marble_form-name.box {
  /* width: calc(50% - 10px); */
  position: relative;
}
.userregist_aspx .inputBox dd .marble_form-name:first-child,
.addressbookregist_aspx .inputBox dd .marble_form-name:first-child,
.inquiry_aspx .inputBox dd .marble_form-name:first-child,
.questionnaire_aspx .inputBox dd .marble_form-name:first-child {
  margin-right: 20px;
}
.userregist_aspx .inputBox dd.box_mail input,
.addressbookregist_aspx .inputBox dd.box_mail input,
.inquiry_aspx .inputBox dd.box_mail input,
.questionnaire_aspx .inputBox dd.box_mail input {
  width: calc(50% - 12px);
}
.userregist_aspx .inputBox dd.box_mail input + span,
.addressbookregist_aspx .inputBox dd.box_mail input + span,
.inquiry_aspx .inputBox dd.box_mail input + span,
.questionnaire_aspx .inputBox dd.box_mail input + span {
  display: inline-block;
  margin: 0.5em 3px 0 3px;
}
.userregist_aspx .inputBox dd.box_postalcode input,
.addressbookregist_aspx .inputBox dd.box_postalcode input,
.inquiry_aspx .inputBox dd.box_postalcode input,
.questionnaire_aspx .inputBox dd.box_postalcode input {
  width: calc(100% - 100px);
}
.userregist_aspx .inputBox dd.box_postalcode .btnBorder,
.addressbookregist_aspx .inputBox dd.box_postalcode .btnBorder,
.inquiry_aspx .inputBox dd.box_postalcode .btnBorder,
.questionnaire_aspx .inputBox dd.box_postalcode .btnBorder {
  margin-left: 10px;
    padding: 8px 10px;
}
.userregist_aspx .inputBox dd.box_address .box,
.addressbookregist_aspx .inputBox dd.box_address .box,
.inquiry_aspx .inputBox dd.box_address .box,
.questionnaire_aspx .inputBox dd.box_address .box {
  width: 100%;
}
.userregist_aspx .inputBox dd.box_address .box .selectBase.select01:after,
.addressbookregist_aspx .inputBox dd.box_address .box .selectBase.select01:after,
.inquiry_aspx .inputBox dd.box_address .box .selectBase.select01:after {
    bottom: -24px;
    top:auto;
}


.userregist_aspx .inputBox dd .radioArea,
.addressbookregist_aspx .inputBox dd .radioArea,
.inquiry_aspx .inputBox dd .radioArea,
.questionnaire_aspx .inputBox dd .radioArea {
  background-color: transparent;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.userregist_aspx .inputBox dd .radioArea input[type="radio"],
.userregist_aspx .inputBox dd .radioArea input[type="radio"],
.addressbookregist_aspx .inputBox dd .radioArea input[type="radio"],
.addressbookregist_aspx .inputBox dd .radioArea input[type="radio"],
.inquiry_aspx .inputBox dd .radioArea input[type="radio"],
.inquiry_aspx .inputBox dd .radioArea input[type="radio"] ,
.questionnaire_aspx .inputBox dd .radioArea input[type="radio"]{
  margin-right: 0.5em;
}
.userregist_aspx .inputBox dd .radioArea input[type="radio"] + label,
.userregist_aspx .inputBox dd .radioArea input[type="radio"] + label,
.addressbookregist_aspx .inputBox dd .radioArea input[type="radio"] + label,
.addressbookregist_aspx .inputBox dd .radioArea input[type="radio"] + label,
.inquiry_aspx .inputBox dd .radioArea input[type="radio"] + label,
.inquiry_aspx .inputBox dd .radioArea input[type="radio"] + label,
.questionnaire_aspx .inputBox dd .radioArea input[type="radio"] + label,
.questionnaire_aspx .inputBox dd .checkBase input[type="checkbox"] + label {
  margin-right: 20px;
}
.questionnaire_aspx .inputBox dd .checkBase.check01 input[type="checkbox"]{
  position: relative;
}
.questionnaire_aspx .inputBox dd .checkBase input[type="checkbox"] + label{
  margin-right: 20px;
  position: relative;
}
@media (min-width: 767px) {
  .userregist_aspx .inputBox dd .errormsg,
  .addressbookregist_aspx .inputBox dd .errormsg,
  .inquiry_aspx .inputBox dd .errormsg,
  .questionnaire_aspx .inputBox dd .errormsg {
    width: 100%;
    /*position: absolute;
    top: -35px;
    left: 0;*/
  }
}
.userregist_aspx .inputBox dd .errormsg .inputError,
.addressbookregist_aspx .inputBox dd .errormsg .inputError,
.inquiry_aspx .inputBox dd .errormsg .inputError,
.questionnaire_aspx .inputBox dd .errormsg .inputError {
  margin: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  /*border: 1px solid #ff0000;*/
  margin-top: 10px;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .userregist_aspx .inputBox dd .errormsg .inputError,
  .addressbookregist_aspx .inputBox dd .errormsg .inputError,
  .inquiry_aspx .inputBox dd .errormsg .inputError,
  .questionnaire_aspx .inputBox dd .errormsg .inputError {
    margin-top: 0;
  }
}
.userregist_aspx .inputBox dd .a.fg-button,
.addressbookregist_aspx .inputBox dd .a.fg-button,
.inquiry_aspx .inputBox dd .a.fg-button,
.questionnaire_aspx .inputBox dd .a.fg-button {
  background: #fe92b6;
  background: -moz-linear-gradient(top, #fe92b6 0%, #ff4b86 100%);
  background: -webkit-linear-gradient(top, #fe92b6 0%, #ff4b86 100%);
  background: linear-gradient(to bottom, #fe92b6 0%, #ff4b86 100%);
}
.userregist_aspx .inputBox dd.box_postalcode,
.addressbookregist_aspx .inputBox dd.box_postalcode,
.inquiry_aspx .inputBox .inputBox dd.box_postalcode,
.questionnaire_aspx .inputBox dd.box_postalcode{
max-width:250px;
}
@media (min-width: 767px) {
.userregist_aspx .inputBox dd.box_tell,
.addressbookregist_aspx .inputBox dd.box_tell,
.inquiry_aspx .inputBox dd.box_tell,
.questionnaire_aspx .inputBox dd.box_tell{
max-width:400px;
}
}

.userregist_aspx .inputBox.fileUpLoad dd table tr,
.addressbookregist_aspx .inputBox.fileUpLoad dd table tr,
.inquiry_aspx .inputBox.fileUpLoad dd table tr,
.questionnaire_aspx .inputBox.fileUpLoad dd table tr {
  display: block;
}
.userregist_aspx .inputBox.fileUpLoad dd table tr td,
.addressbookregist_aspx .inputBox.fileUpLoad dd table tr td,
.inquiry_aspx .inputBox.fileUpLoad dd table tr td,
.questionnaire_aspx .inputBox.fileUpLoad dd table tr td {
  display: inline-block;
}
.userregist_aspx .inputBox.fileUpLoad dd table tr td:first-child,
.addressbookregist_aspx .inputBox.fileUpLoad dd table tr td:first-child,
.inquiry_aspx .inputBox.fileUpLoad dd table tr td:first-child {
  margin-bottom: 8px;
  margin-right: 20px;
}
.userregist_aspx .inputBox.fileUpLoad dd table tr td:last-child,
.addressbookregist_aspx .inputBox.fileUpLoad dd table tr td:last-child,
.inquiry_aspx .inputBox.fileUpLoad dd table tr td:last-child,
.questionnaire_aspx .inputBox.fileUpLoad dd table tr td:last-child {
  margin-bottom: 10px;
}
.userregist_aspx .inputBox.fileUpLoad dd p,
.addressbookregist_aspx .inputBox.fileUpLoad dd p,
.inquiry_aspx .inputBox.fileUpLoad dd p,
.questionnaire_aspx .inputBox.fileUpLoad dd p {
  width: 100%;
}
.userregist_aspx .inputBox.TerminalName dd,
.addressbookregist_aspx .inputBox.TerminalName dd,
.inquiry_aspx .inputBox.TerminalName dd,
.questionnaire_aspx .inputBox.TerminalName dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.userregist_aspx .inputBox.TerminalName dd input.inputBase,
.addressbookregist_aspx .inputBox.TerminalName dd input.inputBase,
.inquiry_aspx .inputBox.TerminalName dd input.inputBase,
.questionnaire_aspx .inputBox.TerminalName dd input.inputBase {
  width: calc(100% - 180px);
}
.userregist_aspx .inputBox.phBirthday dd .errormsg,
.addressbookregist_aspx .inputBox.phBirthday dd .errormsg,
.inquiry_aspx .inputBox.phBirthday dd .errormsg,
.questionnaire_aspx .inputBox.phBirthday dd .errormsg {
  width: 100%;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media (max-width: 767px) {
  .userregist_aspx .inputBox.phBirthday dd .errormsg,
  .addressbookregist_aspx .inputBox.phBirthday dd .errormsg,
  .inquiry_aspx .inputBox.phBirthday dd .errormsg,
  .questionnaire_aspx .inputBox.phBirthday dd .errormsg {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
  }
  .questionnaire_aspx .inputBox dd .radioArea,
  .questionnaire_aspx .inputBox dd .checkBase{
    display: flex;
    flex-wrap: wrap;
  }
}
.userregist_aspx .non_editable,
.addressbookregist_aspx .non_editable,
.inquiry_aspx .non_editable,
.questionnaire_aspx .non_editable {
  width: 100%;
  min-height: 35px;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #dfdfdf;
  font-size: 12px;
  line-height: 20px;
  color: gray;
  resize: none;
  cursor: default;
}
.userregist_aspx .box_address .select01.noarrow+.non_editable,
.addressbookregist_aspx .box_address .select01.noarrow+.non_editable,
.inquiry_aspx .box_address .select01.noarrow+.non_editable,
.questionnaire_aspx .box_address .select01.noarrow+.non_editable {
max-width:150px;
}


.userregist_aspx .UserRegistDescription,
.addressbookregist_aspx .UserRegistDescription,
.inquiry_aspx .UserRegistDescription,
.questionnaire_aspx .UserRegistDescription {
  width: 100%;
  font-size: 0.8em;
    color: #999;
}
.userregist_aspx .errormsg,
.addressbookregist_aspx .errormsg,
.inquiry_aspx .errormsg,
.questionnaire_aspx .errormsg{
  width: 100%;
}
.userregist_aspx .btnBox.center,
.addressbookregist_aspx .btnBox.center,
.inquiry_aspx .btnBox.center,
.questionnaire_aspx .btnBox.center {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.userregist_aspx .btnBox.center .ErrorMessage,
.addressbookregist_aspx .btnBox.center .ErrorMessage,
.inquiry_aspx .btnBox.center .ErrorMessage,
.questionnaire_aspx .btnBox.center .ErrorMessage {
  width: 100%;
}
.userregist_aspx input[type="radio"],
.userregist_aspx input[type="checkbox"],
.addressbookregist_aspx input[type="radio"],
.addressbookregist_aspx input[type="checkbox"],
.inquiry_aspx input[type="radio"],
.inquiry_aspx input[type="checkbox"],
.questionnaire_aspx input[type="radio"],
.questionnaire_aspx input[type="checkbox"] {
  margin: 0;
}
.marble_label--required {
  position: relative;
  top: -1px;
  color: #fff;
  margin: 0 5px;
  padding: 1px 5px;
  background: #ED013C;
  font-size: 10px;
  line-height: 1;
  border: solid 1px #ED013C;
}
.marble_label--optional {
  position: relative;
  top: -1px;
  color: #fff;
  margin: 0 5px;
  padding: 1px 5px;
  background: #ccc;
  font-size: 10px;
  line-height: 1;
  border: solid 1px #ccc;
}
#mainCol .btnBox.center {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  margin: 20px auto 0 auto;
  text-align: center;
  gap: 12px 0;
}
@media screen and (min-width: 980px){
.title_head .title_txt {
    text-align: center;
    font-size: 34px;
    font-family: serif;
    font-weight: normal;
    padding: 40px 0px;
}
}
@media screen and (max-width: 979px){
  .title_head .title_txt {
    text-align: center;
    font-size: 24px;
    font-family: serif;
    font-weight: normal;
    padding: 20px 0;
}
}
.questionnaire_aspx textarea {
  width: 100%;
  max-width: 500px;
}
p.inputBefore_txt{
  margin: 0;
}
.inputBase {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-align: left;
  background-color: #ffffff;
  font-size: 16px;
}
.inputBase.Required {
  background-color: #ffdcd1 !important;
}
@media (min-width: 1080px){
.inputBase {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
}
.btnColor {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 0px;
}
.btnColor.round {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btnColor:hover {
  opacity: 0.7;
}
.btnColor.min {
  width: auto;
  display: inline-block;
  padding: 5px 10px;
}
.btnBorder {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
}
.btnBorder.round {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btnBorder:hover {
  opacity: 1;
  background-color: #ccc;
}
.btnBox a,.btnBox input[type='submit'] {
  margin: 0 10px;
}
.mt40{
  margin-top: 40px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.mb60{
  margin-bottom: 60px !important;
}
.jlist p{
  font-size: 14px;
}
.jlist > p > span:first-child{
  padding-right: 2em;
}
.shopInfos .shopInfoSub .access{
  margin-right: 16px;
}
@media screen and (min-width: 980px){
.access td {
    word-break: break-all;
}
}



/*modal*/
/*c-modal*/

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 40px 10px;
  box-sizing:border-box;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}

.c-modal_bg {
position: fixed;
height: 100vh;
width: 100%;
top:0;

}
.c-modal_content {
  background: #fff;
  left: 50%;
  position: relative;
  /*top: 50%;
  transform: translate(-50%, -50%);*/
  top: 0;
  transform: translate(-50%, 0%);
  border-radius: 10px;
  max-width: 800px;
  padding: 20px 20px;
  box-sizing: border-box;
  width: 100%;
}

.c-modal_content_inner {
  position: relative;
}

#wrap .c-modal i.close {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../Images/Common/Icon/ico_close01Black.svg);
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
/*modal*/
#wrap #modal_searchWindow .top.c-modal_content {
  padding: 40px 20px;
}
#wrap .js-modal-open.ico_movie{
position:relative;
display: inline-block;
}
#wrap .js-modal-open.ico_movie:before{
position: absolute;
content: "";
display: block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
border: 2px solid #FF0000;
width: 40px;
height: 40px;
background-color:#FF0000;
-webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrap .js-modal-open.ico_movie:after{
position: absolute;
content: "";
display: block;
top: 50%;
left: 50%;
transform: translate(-40%, -50%);
border-style: solid;
border-color: transparent transparent transparent #fff;
border-width: 10px 0 10px 12px;
border-radius: 5px;
}
#wrap .js-modal-open.ico_movie:hover img{
opacity:1;
}
#wrap .js-modal-open.ico_movie:hover:before{
width: 46px;
height: 46px;
}
#wrap .c-modal .modalMain.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#wrap .c-modal .modalMain.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#wrap .c-modal i.close{
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
}
#wrap .c-modal .c-modal_content{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*hover shadow*/
.hovershadow{
  box-shadow: 0px 5px 5px -3px rgba(155,128,126,0.5);
  transition: .2s;
}
.hovershadow:hover{
  box-shadow: 0px 0px 0px 0px rgba(155,128,126,0.5);
  transform: translateY(3px);
}

/* 動画 */
.linlPanels{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
  margin-top: 1em;
}
.linlPanels > div{
  width: calc((100% / 3) - 10px);
}
#wrap .linlPanels .js-modal-open.ico_movie{
  width: 100%;
}
#wrap .linlPanels .js-modal-open.ico_movie > img{
  width: 100%;
}

@media screen and (max-width: 767px){
  .linlPanels > div{
    width: 100%;
  }
}

.top_aspx .RecommendParts > div h2 + p{
	text-align:center;
	display:block;
	margin-top:-20px;
	font-size:1em;
}
@media screen and (max-width: 767px){
.top_aspx .RecommendParts > div h2 + p{
	text-align:center;
	display:block;
	margin-top:0px;
	font-size:1em;
  }
 
}
.link.right p{
  font-size: 12px;
  text-align: right;
  margin: 1em 0;
}
@media screen and (max-width: 979px){
  #ProductDetail {
    padding-top: 0px;
}
}
@media screen and (min-width: 769px) {
  .information h2 {
      text-align: center;
      margin: 3em 0 1.5em;
      font-size: 2em;
      font-family: serif;
      font-weight: normal;
  }
}
@media screen and (max-width: 979px) {
  header img {
      width: 90%;
      max-width: 438px;
  }
}


.top_aspx .freeworda {
    width: 100% !important;
      max-width: 1000px;
  }

@media screen and (min-width: 980px) {
  .top_aspx .freeworda .search-boxb input[type=text] {
      width: calc(100% - 130px);
  }
}
@media screen and (max-width: 979px) {
  .top_aspx .search-boxb input[type=text] {
      width: calc(100% - 130px);
  }
}
@media screen and (min-width: 768px) {
  .top_aspx #RefineConditionPanel .freeworda .search-boxb{
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_aspx .search-boxb input[type=text] {
      width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .subImage {
      width: 40%;
      padding-right: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
  }
  .shop1 .bx-wrapper {
    margin-bottom: 0px;
  }
}
.shop1 .sendMail{
  margin-top: 40px;
}
.shop1 .sendMail a{
  display: block;
}
.PrevPageLink10,
.NextPageLink10{
  display: none;
}

.snsLinkBox, .snsLinkBoxInner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  justify-content: right;
  position: relative;
  gap: 10px;
  margin-top: 20px;
}
.reviewGenreBlock .snsLinkBox {
  width: calc(50% - 0px);
  text-align: right;
}
#wrap .snsLinkBox a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 1;
  color: #939598;
}
#wrap .snsLinkBox .snsLinkFacebook:before {
  background-image: url(../images/common/ico_facebook.svg);
  /* font-family: 'Font Awesome 6 Brands'; */
  font-weight: 400;
  font-size: 22px;
  /* content: "\f09a"; */
}
#wrap .snsLinkBox .snsLinkTwitter:before {
  background-image: url(../images/common/ico_twitter.svg);
  /* font-family: 'Font Awesome 6 Brands'; */
  font-weight: 400;
  font-size: 22px;
  /* content: "\f099"; */
  width: 18px;
  height: 18px;
}