@charset "utf-8";
/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/

/*------------------
  .article-contact
------------------*/

.article-contact .bnr{
  margin-bottom: 35px;
}
.article-contact .message{
  margin-bottom: 50px;
}

.contact-block .note{
  color: #C62E00;
  font-size: 1.4rem;
  margin-top: 10px;
}

.contact-block{
  border:1px solid #C4C4C4;
  border-radius: 10px;
  padding: 40px;
}

.contact-block dl{
  margin-bottom: 35px;
}
.contact-block dl dt{
  margin-bottom: 10px;
}

.contact-block dl dd .age{
  display: flex;
  align-items: center;
}
.contact-block dl dd .age .after{
  display: inline-block;
  padding-left: 0.5em;
}

.contact-privacy{
  text-align: center;
  display: flex;
  justify-content: center;
  padding:40px 0 0;
  flex-wrap: wrap;
}

.contact-button{
  margin-top: 40px;
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px 60px;
}

.contact-complete .complete-message1{
  margin-bottom: 30px;
}
.contact-complete .tel{
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
}

@media screen and (max-width:768px){

  .contact-block {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 20px;
  }

  .article-contact .bnr {
      margin-bottom: 20px;
      margin-top: 20px;
  }

  .article-contact .message {
    margin-bottom: 20px;
  }

}




/*------------------
フォーム
------------------*/
.req{
  border:1px solid #C62E00;
  color: #C62E00;
  border-radius: 3px;
  width: 34px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  margin-left: 0.5em;
}

::placeholder {
  color: #959595;
}
@media screen and (min-width: 1025px){
  ::placeholder {
    font-size:  1.6rem;
  }
}
.input,
textarea,
select{
  width: 100%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: none;
  border-radius: none;
  border-radius: 0;
  border:none;
  border-color: 0;
  box-shadow: none;
  font-weight: normal;
  color: #000000;
  background:#fff;
  font-size: 1.6rem;
  background: #FAFAFA;
}

.input:focus,
select:focus,
textarea:focus{
  outline: none;
}

.input{
  display: block;
  height: 64px;
  width: 100%;
  border-radius: 8px;
  text-indent: 1em;
  border:1px solid #C4C4C4;
  font-size: 1.6rem;
  color: #000000;
  max-width: 732px;
  background: #FAFAFA;
}
.input.size-l{
  width: 220px;
}
.input.size-m{
  width: 150px;
  margin-right: auto;
}
.input.size-s{
  max-width: 105px;
}
.input-search-wrap{
  padding-top: 12px;
  padding-bottom: 12px;
}
.input-search{
  width:100%;
  height: 36px;
  background: #E9E9E9;
  border-radius: 5px;
  background-image: url(../img/icon_search.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 26px;
  color: #878787;
  padding-left: 40px;
  border:none;
}

.input-search:focus{
  outline: none;
  outline-color: transparent;
}

.input-search::placeholder{
  color:#878787;
}

textarea{
  width: 100%;
  height: 220px;
  padding: 1em;
  border:1px solid #AAAAAA;
  border-radius: 8px;
  background: #FAFAFA;
  line-height:  1.6;
}

textarea.size-s{
  height: 68px;
}
textarea.size-m{
  height: 120px;
}

@media screen and (max-width:1100px){
  .input{
    max-width: 768px;
    height: 50px;
  }

}

/*------------------
写真アップロード
------------------*/
.upload-form-wrap{
  padding: 5px 0 0;
}
.upload-form1 {
  width: 100%;
  margin-bottom: 10px;
}
.upload-form1 label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.upload-form1 label span:nth-child(1) {
  position: relative;
  display: block;
  height: 46px;
  line-height: 44px;
  width: 180px;
  border-radius: 8px;
  text-indent: 1em;
  border:1px solid #AAAAAA;
  font-size: 1.6rem;
}
.upload-form1 label span:nth-child(2) {
  position: relative;
  width: calc(100% - 180px);
  padding-left: 12px;
  font-size: 1.4rem;
}
.upload-form1 label span:nth-child(1)::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right:20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
  z-index: 2;
  pointer-events: none;
}
.upload-form1 input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload-button{
  padding-top: 10px;
  margin-bottom: 30px;
}
.upload-button>span{
  padding-left:5px;
}
@media screen and (max-width: 768px){
  .upload-button{
    margin-bottom: 0px;
  }
  .upload-button>span{
    padding-left:5px;
  }
}


/*------------------
写真アップロード マイページ写真
------------------*/
.upload-form2 {
  width: 235px;
  margin-bottom: 10px;
}
.upload-form2 label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.upload-form2 label span:nth-child(1) {
  position: relative;
  display: block;
  height: 53px;
  line-height: 51px;
  width: 235px;
  border-radius: 8px;
  text-indent: 1em;
  font-size: 1.6rem;
  background-image: url(../img/icon_photo.png);
  background-color:#000;
  background-size:20px;
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 35px;
  color: #fff;
  font-weight: bold;
}
.upload-form2 input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*------------------
セレクト
------------------*/

.select-label{
  position: relative;
  display: block;
  height: 50px;
  width: 240px;
  border-radius: 8px;
  text-indent: 1em;
  font-size: 1.6rem;
  max-width: 738px;
}

.select-label>select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 25px 0 1em;
  line-height: 48px;
  height: 50px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  box-sizing: border-box;
  z-index: 1;
  border:1px solid #C4C4C4;
  color:#1B1B1B;
  background: #FAFAFA;
  border-radius: 8px;
}

.select-label::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right:20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #1B1B1B transparent transparent transparent;
  pointer-events: none;
  z-index: 2;
}

.select-message{
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.select-box1{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap:wrap;
}

.select-box1 .col1{
  width: 60px;
  padding-right: 1em;
}

.select-box1 .col2{
  width: calc(100% - 60px);
}

.select-box2{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap:wrap;
}

.select-box2 .col1{
  white-space: nowrap;
  padding-right: 1em;
}


@media screen and (max-width:1100px){

  .select-label{
    width: 190px;
    height: 40px;
  }

  .select-label>select {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 25px 0 1em;
    line-height: 38px;
    height: 40px;
  }

  .select-box1{
    margin-bottom: 10px;
  }

  .select-message{
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .select-box1 .col1{
    width: 50px;
  }

  .select-box1 .col2{
    width: calc(100% - 50px);
  }

}



/*------------------
チェックボックス
------------------*/
.check-group label{
    display: block;
    margin-right: 10px;
    padding:0;
    line-height: 1em;
    cursor: pointer;
}
.check-group span{
  padding-left: 1.5em;
  position:relative;
  padding-top: 7px;
  line-height: 1.3em;
  display: block;
}
/*チェック枠*/
.check-group span::before{
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  border:1px solid #CACACA;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 3px;
}

.check-group span a{
  color: #15B5E5;
  text-decoration: underline;
}

/*チェック*/
.check-group input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left:3px;
  -webkit-transform:  rotate(-45deg);
  transform:  rotate(-45deg);
  width: 10px;
  height: 5px;
  border-left:2px solid #1A76F5;
  border-bottom:2px solid #1A76F5;
}
.check-group input{
  display: none;
}
@media screen and (min-width:1025px){
  .check-group span {
    padding-top: 3px;
  }

}

/*------------------
  チェックボックス(商品登録など)
------------------*/
.check-group2 label{
    display: block;
    margin-right: 10px;
    padding:0;
    line-height: 1em;
    cursor: pointer;
}
.check-group2 span {
  padding-top: 5px;
  padding-left: 1.9em;
  position: relative;
  line-height: 1.3em;
  display: block;
}
/*チェック枠*/
.check-group2 span::before{
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 19px;
  height: 19px;
  position: absolute;
  border:1px solid #AAAAAA;
  border-radius: 2px;
  background: #EEEEEE;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.check-group2.check-red span::before{
  border:2px solid #FF2626;
}
/*チェック*/
.check-group2 input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left:3px;
  -webkit-transform:  rotate(-45deg);
  transform:  rotate(-45deg);
  width: 13px;
  height: 7px;
  border-left:3px solid #333;
  border-bottom:3px solid #333;
}
.check-group2 input:disabled + span{
  opacity: 0.4;
}
.check-group2 input{
  display: none;
}

/*------------------

------------------*/
.check-accessory .check-group2{
  display: flex;
  flex-wrap:wrap;
}
.check-accessory .check-group2 label{
  margin-bottom: 10px;
  margin-right: 15px;
}
.check-accessory .check-group2 label:not(:last-child){
}
.check-accessory .check-group2 label:nth-child(2){
  width: calc(100% - 100px);
}
.check-accessory .check-group2 label:nth-child(3){
  width: 70px;
  margin-right: 0;
}
.check-accessory .check-group2 label.other{
  width: calc(100% - 70px);
  margin-right: 0;
}
.check-accessory .check-group2 .input{
  display: block;
}
@media screen and (min-width: 1025px){
  .check-group2 span {
    padding-top: 5px;
  }
  .check-accessory .check-group2 label{
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .check-accessory {
    padding-top: 20px;
  }
  .check-accessory .check-group2 label:nth-child(3) {
      width: 95px;
      margin-right: 0;
  }
  .check-accessory .check-group2 label:nth-child(4) {
      width: calc(100% - 95px);
      margin-right: 0;
  }

}

/*ラジオボックス*/
.radio-block1{
  margin-bottom: 25px;
}
.radio-group {
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 0;
  align-items: center;
  gap:15px 20px;
}
.radio-group label{
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
}
.radio-group input{
    display: none;
}
.radio-group label>span {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-left: 1.4em;
  line-height:1.2em;
  display: block;
  font-size: 1.6rem;
  color: #666666;
}
.radio-group label>span::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border:1px solid #1A76F5;
}

.radio-group input:checked + span::before{
  background: #1A76F5;
} 
.radio-group input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border:1px solid #fff;
  transform:scale(0.5,0.5);
  z-index: 2;
}
@media screen and (min-width:1025px){
  .radio-block1{
    margin-top: 10px;
  }
}

.accessories_date{
  display: flex;
  gap: 10px;
  margin-left: 20px;
}
.accessories_date .select-label{
  width: 120px;
}
.accessories_date .select-label:last-child{
  width: 80px;
}
select:disabled{
  background: #f7f7f7;
}

/*------------------
検索
------------------*/
.search .cmn-headline-m{
  border-left: 10px solid #FF0000;
  padding-left: 15px;
}
/*フリーワード*/
.search-word{
  margin-bottom: 80px;
}
.search-word .cmn-button-wrap{
  margin-top: 10px;
}
.search-word .cmn-button{
  max-width: 380px;
}

/*詳細*/
.search-detail .cmn-button-wrap{
  display: flex;
}
.search-detail .cmn-button-wrap button[type="reset"]{
  width: 400px;
}
@media screen and (max-width: 1024px){
  .search .cmn-headline-m{
    border-left: 5px solid #FF0000;
    padding-left: 10px;
  }
  /*フリーワード*/
  .search-word{
    margin-bottom: 40px;
  }
  .search-word .cmn-button{
    width: 60%;
  }

  /*詳細*/
  .search-detail .cmn-button-wrap{
    display: flex;
    gap: 10px;
  }
  .search-detail .cmn-button-wrap button{
    width: calc(100% - 120px);
  }
  .search-detail .cmn-button-wrap button[type="reset"]{
    width: 110px;
    font-size: 1.5rem;
  }
}

.error-msg{
  width: 100%;
  color: #e90000;
}