@charset "utf-8";
/*mobile first*/
/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
a:hover,button:hover{ opacity: 1 !important;}
a:active,button:active{ opacity: 1 !important;}
a:visit,button:visit{ opacity: 1 !important;}

@media screen and (min-device-width:1025px){
  a,button{cursor: pointer; color:inherit; transition:opacity 0.3s ease;}
  a:hover,button:hover{ opacity: 0.5;}
}

/*画像幅100%*/
img{ width: 100%; height: auto;}

/*背景画像デフォルト設定*/
.bgcover{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
small{
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (min-width:1025px){
  small{
    font-size: 1.3rem;
    font-weight: normal;
  }
}

.gray{
  color: #666666;
}
.red{
  color: #FF2626;
}

.blue{
  background-color: transparent;
  color: #00A3D8;
}

.uline{
  color: #00208C;
  background-color: transparent;
  text-decoration: underline;
}
.uline:hover{
  text-decoration: none;
}

/*画像切り替えなど*/

.sp{ display:block !important; }
.pc{ display: none !important; }

@media screen and (min-width:1025px){
  .sp{ display: none !important; }
  .pc{ display:block !important; }
}

/*ローディング*/
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 10;}
#loader {display: block;position: absolute;top: 50%;width: 100%;height: 60px;left: 0;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);text-align: center;z-index: 100;}
/*ローダー・サークル*/
.loader1{ width:45px; height:45px; border-radius:50%; border:2px solid rgba(0,0,0,0.2); border-top-color:rgba(0,0,0,0.4); box-sizing:border-box; display: inline-block; animation:loading 0.6s linear infinite; -webkit-animation:loading 0.6s linear infinite;}
  @keyframes loading{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
  @-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

/*リサイズ時アニメーション回避*/
/*------------------
レイアウト
------------------*/
body{
  font-family:"Noto Sans Jp","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.3rem;
  line-height:1.41;
  font-weight: 400;
}
#all-wrap{ opacity: 0;}
#all-wrap.active{ opacity: 1;}

#container{
  /*padding-top: 45px;*/
  padding-bottom :30px;
}
#container.mypage{
/*  padding-bottom :60px; */
}
.comment #container {
  padding-bottom: 0px;
}
.message-top,
#contents{
  padding-top: 20px;
  padding-bottom: 0px;
  max-width: 768px;
  margin: 0 auto;
}
.mypage #contents{
  padding-bottom: 0px;
}
.detail #contents{
  padding-top: 0px;
  padding-bottom: 0px;
}
.comment #contents{
  padding-top: 0px;
}

.mypage.sell-regist{
  padding-bottom: 40px;
}
.mypage .req{
	color: #FFF;
	background: #F00;
	padding: 0.2em 0.4em;
	border-radius: 0.3em;
	font-size: 1.2rem;
	margin-right: 0.5em;
	line-height: 1;
}

.detail.detail-return-done #contents,
.detail.detail-return #contents,
.detail.detail-done #contents,
.detail.detail-send #contents,
.detail.detail-transfer #contents{
  padding-bottom: 40px;
}

.detail-top #contents{
  padding-top: 0px;
  padding-bottom: 100px;
}

.detail.detail-sell #contents{
  padding-bottom: 30px;
}

.detail-sell-done #contents{
  padding-top: 20px;
  padding-bottom: 100px;
}
.detail-send-done #contents{
  padding-top: 20px;
}
@media screen and (min-width:1025px){
  body{
    font-size: 1.6rem;
  }
  #container{
    /*padding-top: 64px;*/
    padding-bottom :100px;
    max-width: 1000px;
    margin: 0 auto;
  }
  #contents{
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .detail #contents {
    padding-top: 40px;
  }
  .comment #contents{
    padding-top: 40px;
  }

}

/*******************************************
共通パーツ
********************************************/
/*------------------
ラップ
------------------*/
.home .cmn-wrap{
  padding: 0 20px;
  max-width: 1025px;
  width: 100%;
}
.home .cmn-wrap2{
  padding: 0 0 0 20px;
}
.cmn-wrap{
  max-width: 768px;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
}
.product-list .cmn-wrap{
  max-width: 1025px;
  padding-top: 20px;
}

@media screen and (min-width:1025px){
  .home .cmn-wrap{
    padding: 0px;
  }
  .home .cmn-wrap2{
    padding: 0;
  }
  .cmn-wrap{
    padding: 0px;
  }
}

/*------------------
パラグラフ
------------------*/
.cmn-inner{
  padding: 0 15px;
  width: 100%;
}

/*------------------
注釈リスト
------------------*/
.cmn-note>li{
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  color:#868686;
}
.cmn-note>li::before{
  content:"※";
}
.cmn-note.black>li{
  color: #000;
}
.cmn-note-s>li{
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
.cmn-note-s>li::before{
  content:"※";
}
@media screen and (min-width:1025px){
  .cmn-note-s>li{
    font-size: 1.3rem;
  }
}

/*------------------
アンダーラインのリンクボタン
------------------*/
.cmn-button-link{
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  text-decoration: underline;
  color: #00208C;
  font-weight: bold;
}
.cmn-button-link-wrap{
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width:1025px){
  .cmn-button-link{
    font-size: 2.8rem;
  }
  .cmn-button-link-wrap{
    margin-top: 50px;
    text-align: center;
  }
}

/*------------------
パラグラフ
------------------*/
.cmn-message1{
  margin-bottom: 1.5em;
}
.cmn-message2{
  font-size:  1.4rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px){
  .cmn-message2{
    font-size:  1.8rem;
    margin-bottom: 1.4em;
  }
}
/*------------------
ボタン
------------------*/
.cmn-button-wrap{
  margin-top: 35px;
  text-align: center;
  display: grid;
  gap: 20px;
}
.cmn-button{
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 54px;
  height: 54px;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.cmn-button.black{
  background:#000;
  color:#fff;
}
.cmn-button.red{
  background:#fff;
  color:#FF2626;
  border:1px solid #FF2626;
}
.cmn-button.bg-red{
  color:#fff;
  background:#FF2626;
}
.cmn-button.red .icon-profile{
  background-image: url(../img/icon_mypage.png);
  background-size:22px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 32px;
}
.cmn-button.red .icon-comment{
  background-image: url(../img/icon_comment_red.png);
  background-size:29px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 35px;
}
.cmn-button.bg-blue{
  color:#fff;
  background: #00A3D9;
  text-align: center;
}
.cmn-button.blue{
  background:#fff;
  color:#00A3D9;
  border:1px solid #00A3D9;
  text-align: center;
}

.cmn-button[disabled]{
  opacity: 0.36 !important;
  cursor:not-allowed;
}

@media screen and (min-width:1025px){
  .cmn-button-wrap{
    margin-top: 50px;
    text-align: center;
  }
  .cmn-button{
    font-size: 2rem;
    font-weight: bold;
  }
  .cmn-button.red .icon-profile{
    background-size:28px;
    padding-left: 35px;
  }
}

/*------------------
ファイルアップボタン
------------------*/
.cmn-button-wrap{
  margin-top: 35px;
  text-align: center;
}
.cmn-button-file{
  display: flex;
  justify-content: center;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 54px;
  height: 56px;
  width: 100%;
  max-width: 233px;
  background:#000;
  color:#fff;
}

/*------------------
中ボタン
------------------*/
.cmn-button-m-wrap{
  margin-top: 35px;
  text-align: center;
}
.cmn-button-m{
  display: inline-block;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 41px;
  height: 43px;
  width: 100%;
  max-width: 136px;
  text-align: center;
}
.cmn-button-m.black{
  background:#000;
  color:#fff;
}
.cmn-button-m.red{
  background:#FF2626;
  color:#fff;
}
.cmn-button-m.blue{
  background:#00A3D9;
  color:#fff;
}
@media screen and (min-width:1025px){
  .cmn-button-m-wrap{
    margin-top: 50px;
    text-align: center;
  }
  .cmn-button-m{
    font-size: 1.8rem;
    max-width: 185px;
    font-weight: bold;
  }
}

/*------------------
小ボタン
------------------*/
.cmn-button-s{
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 38px;
  height: 40px;
  width: 100%;
  width: 59px;
  margin: 0 auto;
  color:#fff;
}
.cmn-button-s.red{
  background:#FF2626;
}
.cmn-button-s.blue{
  background:#00A3D9;
}

@media screen and (min-width:1025px){
  .cmn-button-s{
    font-size: 2rem;
    font-weight: bold;
    width: 75px;
  }
}

/*------------------
コンテンツ見出し
------------------*/
.cmn-contents-head{
  margin-bottom: 15px;
}
@media screen and (min-width:1025px){
  .cmn-contents-head{
    margin-bottom: 30px;
  }
}

/*------------------
ページ見出し
------------------*/
.cmn-page-head{
  position: sticky;
  padding: 10px 0;
  border-bottom:1px solid #DDDDDD;
  background: #fff;
  top: 0;
  z-index: 100;
}
.cmn-page-head .back{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 50px;
  background-image: url(../img/icon_back.png);
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width:1025px){
  .cmn-page-head{
    position: sticky;
    padding: 25px 0;
  }
  .cmn-page-head .back{
    background-size: 30px;
  }
}

/*------------------
変更ボタン
------------------*/
.cmn-edit{
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #00208C;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top:0;
  width: auto;
  display: inline-block;
  font-weight: normal;
}

@media screen and (min-width:1025px){
  .cmn-edit{
    font-size: 1.6rem;
  }
}


/*------------------
見出し
------------------*/
.cmn-headline-l{
  text-align: center;
  font-size: 1.9rem;
  color: #999999;
}
.cmn-headline-m2{
  text-align: center;
  font-size: 1.7rem;
}
.cmn-headline-m2.mgn1{
  text-align: center;
  margin-bottom: 20px;
}
.cmn-headline-m{
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.cmn-headline-s{
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.cmn-headline-xs{
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.cmn-headline-s.mgn1{
  margin-bottom: 10px;
}
@media screen and (min-width:1025px){
  .cmn-headline-l{
    font-size: 3rem;
  }
  .cmn-headline-m{
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .cmn-headline-m2.mgn1{
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .cmn-headline-s{
    font-size: 2.2rem;
  }
  .cmn-headline-s{
    margin-bottom: 20px;
  }
  .cmn-headline-xs{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .cmn-headline-s.mgn1{
    margin-bottom: 30px;
  }
}

/*------------------
.見出し（赤）
------------------*/
.cmn-headline-red{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.cmn-headline-red>span{
  display: inline-block;
  border-radius: 5px;
  background:#FF2626;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.15em 13px 0.2em;
}
@media screen and (min-width:1025px){
  .cmn-headline-red{
    margin-bottom: 15px;
  }
  .cmn-headline-red>span{
    border-radius: 5px;
    font-size: 2.4rem;
    padding: 0.15em 13px 0.2em;
  }
}

/*------------------
セクション
------------------*/
.cmn-section-head {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
}
.cmn-section-head.border{
  padding-bottom: 10px;
  border-bottom:1px solid #DDDDDD;
}
@media screen and (min-width:1025px){
  .cmn-section-head {
    margin-bottom: 40px;
    padding: 0;
  }
}

/*------------------
セクション
------------------*/
.cmn-more-wrap{
  position: relative;
  text-align: right;
  margin-top: 10px;
}
.cmn-more-wrap .cmn-more{
  position: static;
  display: inline-block;
}
.cmn-more{
  position: absolute;
  right:20px;
  top:5px;
  color: #999999;
  font-size: 1.1rem;
  padding-right: 25px;
  background-image: url(../img/icon_arw.png);
  background-size:14px;
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
}
.cmn-more>span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.cmn-more>span::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom:0;
  left:0;
  background:#999999;
  background-size:19px;
}
@media screen and (min-width:1025px){
  .cmn-more{
    top:8px;
    font-size: 1.8rem;
    background-size: 19px;
  }
}

/*------------------
グループ
------------------*/
.cmn-group{
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cmn-group:not(:last-of-type){
  border-bottom:1px solid #DDDDDD;
}
.cmn-group-head {
  position: relative;
  margin-bottom: 0px;
}
.cmn-group-head .cmn-section-more{
  right:0px;
}
@media screen and (min-width:1025px){
  .cmn-group-head {
    margin-bottom: 0px;
  }
  .cmn-group{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/*------------------
ブランドリスト
------------------*/
.cmn-brand-list{
  padding: 20px 0 20px;
}
.cmn-brand-list>.swiper-wrapper>.swiper-slide{
  display: block;
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: 2.5%;
}
.cmn-brand-list>.swiper-wrapper>.swiper-slide>a{
  border-radius: 5px;
  overflow:hidden;
  background:#FFF;
  border: 1px solid #DDD;
  display: flex;
  height: 100%;
  padding: 5px;
}
.cmn-brand-list>.swiper-wrapper>.swiper-slide>a .image{
  text-align: center;
  display: flex;
  align-items: center;
}
.cmn-brand-list-wrap .swiper-button-next,
.cmn-brand-list-wrap .swiper-button-prev{
  display: none;
}

@media screen and (min-width:1025px){
  .cmn-brand-list-wrap{
    margin-bottom: 50px;
  }

  .cmn-brand-list-wrap .swiper-button-next,
  .cmn-brand-list-wrap .swiper-button-prev{
    display: block;
  }
  .cmn-brand-list>.swiper-wrapper>.swiper-slide{
    display: block;
    width: 164px;
    max-width: 164px;
    min-width: 164px;
    height: auto;
    display: flex;
    align-items: flex-start;
    margin-right: 2.5%;
  }
  .swiper-button-prev {
    background-image: url(../img/prev.png);
    background-size: 100%;
  }
  .swiper-button-next {
    background-image: url(../img/next.png);
    background-size: 100%;
  }
  .cmn-brand-list-wrap .swiper-button-next,
  .cmn-brand-list-wrap .swiper-button-prev {
    display: block;
    width: 36px;
    height: 36px;
    background-size: 100% auto;
  }
}

/*------------------
メインリスト
------------------*/
.cmn-main-list{
  display: flex;
  flex-wrap:wrap;
}
.cmn-main-list>li{
  width: 31.5%;
  margin-bottom: 15px;
}
.cmn-main-list>li:not(:nth-child(3n)){
  margin-right: 2.75%;
}
.cmn-main-list>li .image{
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: calc(100%);
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
  background: #ddd;
}
.cmn-main-list>li .image .link{
  border-radius: 5px;
  overflow:hidden;
  background:#EEEEEE;
  display: flex;
}
.cmn-main-list>li .image .nologin-like,
.cmn-main-list>li .image .like{
  position: absolute;
  right:3px;
  top:3px;
  width:26px;
  height: 26px;
  background-image: url(../img/like_off.png);
  background-size: 100%;
}
.cmn-main-list>li .image .like.active{
  background-image: url(../img/like_on.png);
}
.cmn-main-list>li .price{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0 0 5px 3px;
  width: 100%;
  font-size: 1.3rem;
  color:#FF2626;
  color: #fff;
  text-shadow:  1px 0 5px rgba(0,0,0,0.2),
                0px 1px 5px rgba(0,0,0,0.2),
                1px 1px 5px rgba(0,0,0,0.2),
                0 -1px 5px rgba(0,0,0,0.2),
                -1px 0 5px rgba(0,0,0,0.2);
  background: linear-gradient(rgba(255,255,255,0) 5% , rgba(0,0,0,0.05) 25% , rgba(0,0,0,0.35) 95%);
  font-weight: bold;
  white-space: nowrap;
  font-family:'Montserrat', "Noto Sans Jp","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cmn-main-list>li .image.sold .inner::after{
  content:"";
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  top:0;
  left:0;
  background-image: url(../img/icon_soldout.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cmn-main-list>li .image .inner img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

@media screen and (min-width:1025px){
  .cmn-main-list>li {
    width: 23.1%;
    margin-bottom: 30px;
  }
  .cmn-main-list>li:not(:nth-child(3n)){
    margin-right: auto;
  }
  .cmn-main-list>li:not(:nth-child(4n)){
    margin-right: 2.53%;
  }
  .cmn-main-list>li .price{
    font-size: 2.8rem;
  }
  .cmn-main-list>li .image .nologin-like,
  .cmn-main-list>li .image .like{
    position: absolute;
    right:12px;
    top:12px;
    width:53px;
    height: 53px;
  }
  .cmn-main-list>li .image.sold .inner::after{
    width: 109px;
    height: 109px;
  }
}

/*------------------
項目リスト
------------------*/
.cmn-item-list-wrap{
  overflow-y: hidden;
}
.cmn-item-list-wrap::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.cmn-item-list-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.cmn-item-list{
  display: flex;
}
.cmn-item-list>.swiper-wrapper>.swiper-slide{
  width: 91px;
  max-width: 91px;
  min-width: 91px;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cmn-item-list>.swiper-wrapper>.swiper-slide .image{
  position: relative;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  padding-bottom: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #ddd;
}
.cmn-item-list>.swiper-wrapper>.swiper-slide .image .inner img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cmn-item-list>.swiper-wrapper>.swiper-slide .image .link{
  border-radius: 5px;
  overflow:hidden;
  background:#EEEEEE;
  display: flex;
  height: 100%;
}
.cmn-item-list>.swiper-wrapper>.swiper-slide .image.sold .inner::after{
  content:"";
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top:0;
  left:0;
  background-image: url(../img/icon_soldout.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cmn-item-list>.swiper-wrapper>.swiper-slide .image .nologin-like,
.cmn-item-list>.swiper-wrapper>.swiper-slide .image .like{
  position: absolute;
  right:5px;
  top:5px;
  width:26px;
  height: 26px;
  background-image: url(../img/like_off.png);
  background-size: 100%;
}
.cmn-item-list>.swiper-wrapper>.swiper-slide .image .like.active{
  background-image: url(../img/like_on.png);
}
.cmn-item-list>.swiper-wrapper>.swiper-slide .price{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0 0 3px 3px;
  width: 100%;
  font-size: 1.1rem;
  color:#FF2626;
  color: #fff;
  text-shadow:  1px 0 5px rgba(0,0,0,0.2),
                0px 1px 5px rgba(0,0,0,0.2),
                1px 1px 5px rgba(0,0,0,0.2),
                0 -1px 5px rgba(0,0,0,0.2),
                -1px 0 5px rgba(0,0,0,0.2);
  background: linear-gradient(rgba(255,255,255,0) 5% , rgba(0,0,0,0.05) 25% , rgba(0,0,0,0.35) 95%);
  font-weight: bold;
  white-space: nowrap;
  font-family:'Montserrat', "Noto Sans Jp","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cmn-item-list-wrap .swiper-button-next,
.cmn-item-list-wrap .swiper-button-prev{
  display: none;
}

@media screen and (min-width:1025px){

 .cmn-item-list-wrap .swiper-button-prev {
    margin-top: -42px;
  }
  .cmn-item-list-wrap .swiper-button-next {
    margin-top: -42px;
  }
  .cmn-item-list>.swiper-wrapper>.swiper-slide{
    width: 167px;
    max-width: 167px;
    min-width: 167px;
    margin-right: 14px;
    margin-bottom: 15px;
  }
  .cmn-item-list>.swiper-wrapper>.swiper-slide .price{
    font-size: 2rem;
    font-weight: bold;
  }
  .cmn-item-list>.swiper-wrapper>.swiper-slide .image.sold .inner::after{
    width: 76px;
    height: 76px;
  }
}

/*------------------
登録テーブル1
------------------*/
.cmn-table1{
  margin: 0 auto;
}

.cmn-table1,
.cmn-table1 tbody,
.cmn-table1 tr,
.cmn-table1 th,
.cmn-table1 td,
.cmn-table1{
  display: block;
}
.cmn-table1 tr{
  margin-bottom: 20px;
}

.cmn-table1 th{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cmn-table1 th .req{
  font-size: 1rem;
  border-radius: 3px;
  color: #fff;
  width: 35px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  background-color: #ff0000;
  display: block;
  margin-top: 3px;
  margin-right: 3px;
}
.cmn-table1 th .free{
  font-size: 1rem;
  border-radius: 3px;
  color: #fff;
  width: 35px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  background-color: #AAAAAA;
  display: block;
  margin-top: 3px;
  margin-right: 3px;
}

.cmn-table1 th>span{
  font-weight: bold;
  font-size: 1.5rem;
  padding-right:0.5em;
}
.cmn-table1 .note{
  padding-left: 0.5em;
  padding-top: 0.2em;
}

.cmn-table1 .price-block{
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.cmn-table1 .price-block>span{
  padding-left: 0.5em;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (min-width:1025px){
  .cmn-table1 th .free,
  .cmn-table1 th .req{
    margin-right: 8px;
    font-size: 1.1rem;

  }
  .cmn-table1 tr{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .cmn-table1 th {
    padding-top: 8px;
    width: 40%;
    line-height: 1.5;
    flex-wrap: wrap;
  }
  .cmn-table1 tr.align-start{
    align-items: flex-start;
  }

  .cmn-table1 td{
    line-height: 1.5;
    width: 60%;
  }
  .cmn-table1 th>span{
    font-weight: bold;
    font-size: 1.8rem;
    padding-right:0.5em;
  }
  .cmn-table1 .note {
    padding-left: 0.5em;
    padding-top: 0.3em;
  }
  .cmn-table1 .price-block {
    margin-bottom: 0;
  }
}

/*------------------
テーブルリスト
------------------*/
.cmn-table-list .title{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.cmn-table-list>li{
  margin-bottom: 10px;
}
@media screen and (min-width:1025px){
  .cmn-table-list .title{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }

}

/*------------------
ボックス
------------------*/
.cmn-box{
  padding: 15px 12px 13px;
  background:#EEEEEE;
  margin-bottom: 20px;
}
.comment .cmn-box{
  margin-bottom: 0;
}

.cmn-box-table{
  background:#fff;
}
.cmn-box-table tr:not(:last-child){
  border-bottom: 1px solid #DDDDDD;
}
.cmn-box-table th{
  width: 130px;
  padding: 10px 15px;
  color: #999999;
  text-align: left;
}
.cmn-box-table td{
  padding: 10px 20px 10px 0;
  width: calc(100% - 130px);
}
.cmn-box-table td>small{
  display: block;
}
.cmn-box-title{
  font-size: 1.4rem;
  padding-left: 0px;
  /*padding-left: 5px;*/
  margin-bottom: 8px;
}
.cmn-box-group:not(:last-child){
  margin-bottom: 15px;
}
.cmn-box-list{
  background:#fff;
}
.cmn-box-list>li>a {
  padding: 10px 15px;
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}
.cmn-box-list>li:not(:last-child){
  border-bottom: 1px solid #DDDDDD;
}

.cmn-box .button{
  margin: 20px 0 20px;
}



@media screen and (min-width:1025px){
  .cmn-box{
    padding: 15px;
    background:#EEEEEE;
    margin-bottom: 40px;
  }
  .cmn-box-table{
    background:#fff;
  }
  .cmn-box-table th{
    width: 200px;
    padding: 1em;
    color: #999999;
    text-align: left;
  }
  .cmn-box-table td{
    padding: 1em;
    width: calc(100% - 200px);
  }
  .cmn-box-list>li>a {
    font-size: 1.8rem;
    display: block;
    font-weight: bold;
    padding: 1em;
  }

  .cmn-box-title{
    font-size: 1.8rem;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

/*------------------
ボックスhead
------------------*/
.cmn-box-head{
  margin:0 0 10px 0;
  display: flex;
  justify-content: space-between;
}
.cmn-box-head .col2 .status{
  display: flex;
}
.cmn-box-head .col2 .status>li{
  margin-right: 7px;
}

.cmn-box-head .col1 .radio-group{
  padding-left: 5px;
  padding-top: 6px;
}

.cmn-box-group:not(:first-child) .cmn-box-head{
  margin-top: 20px;
}

.cmn-box-group:not(:first-child) .cmn-box-head strong{
  font-size: 1.4rem;
  font-weight: bold;
}

/*------------------
テキストボックス
------------------*/
.cmn-box-text{
  padding: 10px;
  background:#fff;
}

.cmn-box-text2{
  padding: 15px;
  background:#fff;
}

/*------------------
タブ
------------------*/

.buy .cmn-tab>li{
  width: 50%;
}

.cmn-tab{
  display: flex;
  margin-bottom: 20px;
}
.cmn-tab>li{
  width: 33.33%;
}
.cmn-tab>li>span,
.cmn-tab>li>a{
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666666
}
.cmn-tab>li a{
  color: #000;
}
.cmn-tab>li>span::after,
.cmn-tab>li>a::after{
  content:"";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom:0;
  left:0;
  background: #DDDDDD;
}
.cmn-tab>li>span::after{
  bottom:0;
  left:0;
  background: #ff0000;
}
@media screen and (min-width:1025px){
  .cmn-tab>li>span,
  .cmn-tab>li>a{
    font-size: 2.4rem;
  }
}

/*ページャー*/
.cmn-pager {
  text-align: center;
  margin-top: 30px;
  padding: 0px;
  display: flex;
  justify-content:space-between;
  border:1px solid #CCCCCC;
  border-radius: 10px;
}
.cmn-pager li{
  display: inline-block;
  margin: 0px;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  width: 40px;
  text-align: center;
  letter-spacing: normal;
  vertical-align: middle;
  font-weight: bold;
  margin: 0 5px;
  font-size: 1.6rem;
  color: #666666;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.cmn-pager li:first-child{border-right:none;}
.cmn-pager li:last-child{border-right:none;}
.cmn-pager li:nth-last-child(2){border-right: #152A87;}
.cmn-pager .first{}
.cmn-pager .prev{margin-right: 10px;}
.cmn-pager .next{margin-left: 10px;}
.cmn-pager .last{}

.cmn-pager .prev,
.cmn-pager .next{
  position: relative;
}
.cmn-pager span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 50%;
  background: #008C69;
  color: #fff;
}
.cmn-pager a{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 2rem;
  transition: opacity 0.3s ease;
  border-radius: 50%;
  background:#DDDDDD;
  color: #444444;
}
.cmn-pager a:hover{
  opacity: 0.6;
}

.cmn-pager .first a,.cmn-pager .first span,
.cmn-pager .prev a,.cmn-pager .prev span,
.cmn-pager .next a,.cmn-pager .next span,
.cmn-pager .last a,.cmn-pager .last span{
  position: relative;
  background: transparent !important;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.cmn-pager .prev a::after{
  content:"";
  position: absolute;
  top:50%;
  left:18px;
  width: 10px;
  height: 10px;
  border-left:2px solid #FF2626;
  border-bottom:2px solid #FF2626;
  transform: translate(0,-50%) rotate(45deg);
}

.cmn-pager .next a::after{
  content:"";
  position: absolute;
  top:50%;
  right:18px;
  width: 10px;
  height: 10px;
  border-right:2px solid #FF2626;
  border-bottom:2px solid #FF2626;
  transform: translate(0,-50%) rotate(-45deg);
}

.cmn-pager .prev a,
.cmn-pager .next a{
}

.cmn-pager .prev a{
  background-image: url(../img/icon_cmn-pager_left.png) !important;
}
.cmn-pager .count{
  width: auto;
}
@media screen and (min-width:1025px){
  .cmn-pager {
    margin-top: 50px;
  }
  .cmn-pager li{
    font-size: 2rem;
  }
  .cmn-pager .prev a::after{
    width: 13px;
    height: 13px;
  }
  .cmn-pager .next a::after{
    width: 13px;
    height: 13px;
  }
}

/*------------------
コメント
------------------*/
.cmn-comment-list{
  padding: 0 8px;
  background-color: #fff;
}
.cmn-comment-wrap{
/*  overflow-y: scroll;
  max-height: 650px;*/
}
@media screen and (max-width: 1024px){
  .cmn-comment-wrap{
    margin-bottom: 80px;
  }
}
.cmn-box-group .cmn-comment-list{
  padding: 15px 10px;
}
.cmn-comment-list ul>li{
  margin-bottom: 15px;
}
.cmn-comment-list ul>li>.row{
  display: flex;
  flex-wrap:wrap;
}
.cmn-comment-list ul>li>.row>.box1{
  width: 50px;
}
.cmn-comment-list ul>li>.row>.box1 .image{
  border-radius: 50%;
  overflow: hidden;
}
.cmn-comment-list ul>li>.row>.box1 .image img{
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.cmn-comment-list ul>li>.row>.box2{
  width: calc(100% - 50px);
  padding-left: 8px;
}
.cmn-comment-list ul>li>.row>.box2 .author{
  font-weight: bold;
  display:inline-block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}
.cmn-comment-list ul>li>.row>.box2 .message{
  margin-bottom: 3px;
}
.cmn-comment-list ul>li>.row>.box2 .time{
  font-size: 1rem;
  color: #AAA;
}
.cmn-comment-list .cmn-like-box{
  justify-content: flex-start;
  margin-bottom: 5px;
}
.cmn-comment-list .cmn-like-box li{
  margin-bottom: 0;
}
@media screen and (min-width:1025px){
  .cmn-comment-list{
    padding: 0 15px;
  }
  .cmn-box-group .cmn-comment-list{
    padding: 25px 20px;

  }
  .cmn-comment-list ul>li{
    margin-bottom: 25px;
  }
  .cmn-comment-list ul>li>.row>.box1{
    width: 80px;
  }
  .cmn-comment-list ul>li>.row>.box1 .image{
    border-radius: 50%;
    overflow: hidden;
  }
  .cmn-comment-list ul>li>.row>.box1 .image img{
    object-fit: cover;
    width: 80px;
    height: 80px;
  }
  .cmn-comment-list ul>li>.row>.box2{
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .cmn-comment-list ul>li>.row>.box2 .author{
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .cmn-comment-list ul>li>.row>.box2 .message{
    margin-bottom: 5px;
  }
  .cmn-comment-list ul>li>.row>.box2 .time{
    font-size: 1.3rem;
    color: #AAA;
  }

}

/*------------------
評価表示
------------------*/
.cmn-like-box{
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.cmn-like-box>ul{
  display: flex;
}
.cmn-like-box>ul>li{
  width: 22px;
  height: 22px;
  background-image: url(../img/icon_star_off.png);
  margin-right: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.cmn-like-box>ul>li.active{
  background-image: url(../img/icon_star_on.png);
}
.detail-block .cmn-like-box>ul>li{
  background-image: url(../img/icon_star_off2.png);
}
.detail-block .cmn-like-box>ul>li.active{
  background-image: url(../img/icon_star_on2.png);
}
.cmn-like-box .total{
  color:#00238C;
  text-decoration: underline;
  font-size: 1.5rem;
  margin-top: 1px;
}
@media screen and (min-width:1025px){
  .cmn-like-box .total {
    font-size: 1.8rem;
    margin-top: -1px;
  }
}



/*------------------
ヘッダー
------------------*/
header {
/*  position: fixed;*/
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #DDDDDD;
}

header .logo{
  position: absolute;
  width: 110px;
  left:15px;
  top:4px;
}

header .header-login{
  position: absolute;
  right:20px;
  top:15px;
  display: flex;
}
header .header-login{
  display: flex;
}
header .header-login>li{
  margin-left: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}
header .header-login>li a.link-login{
  color: #252525;
}
header .header-login>li a.link-regist{
  color: #FF2626;
}
header #menu-button-wrap{
  display: none;
}
header nav .nav-logo{
  display: none;
}
header nav{
  position: absolute;
  display: none;
  opacity: 1;
  top:80px;
  right:-283px;
  width: 283px;
  padding:0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.3s ease,right 0.3s ease;
  text-align: left;
  background:#D6EFFF;
  border-top: none;
  z-index: 10;
  overflow: auto;
}
header nav.block {
  display: block;
}
header nav.block.active {
  opacity: 1;
  right:0px;
  transition: all 0.3s ease;
}
@media screen and (max-width:1025px){
	header {
		  background: #ffda46;
		  z-index: 100;
		  border-bottom: none;
		  height: 64px;
		}
	header .logo{
	  width: 180px;
	  left:0px;
	  top:0px;
	}
	header .header-login{
	  right:20px;
	  top:20px;
	}
	header .header-login>li {
	    font-size: 1.4rem;
	}
	
}
@media screen and (min-width:1025px){
  header {
    height: 64px;
    border-bottom: 1px solid #DDDDDD;
  }
  header .logo {
    width: 160px;
    left: 20px;
    top: 4px;
  }
  header .header-login {
    right: 30px;
    top: 20px;
  }
  header .header-login>li{
    margin-left: 15px;
    font-size: 1.8rem;
  }


}

/*------------------
メニューボタン
------------------*/
header #menu-button-wrap {
  position: absolute;
  display: block;
  width: 90px;
  height: 80px;
  right: 0;
  top:0;
  z-index: 20;
  display: flex;
  justify-content: center;
}
header #menu-button-wrap::after {
  content:"MENU";
  position: absolute;
  display: block;
  width: 100%;
  bottom:12px;
  left:0;
  font-size: 1.3rem;
  text-align: center;
}
header #menu-button {
  position: relative;
  display: block;
  width: 32px;
  height: 22px;
  cursor: pointer;
  margin-top:23px;
  transition: all 0.3s ease;
}
header #menu-button>div{
  width: 100%;
  height: 2px;
  background: #707070;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .active>#menu-button>div {
  background: #707070;
}
header #menu-button>div:nth-child(1){
  top: 0%;
  transform: translate(0%,0%);
}
header .active>#menu-button {
  top: 0px;
}
header .active>#menu-button>div:nth-child(1) {
  top: 50%;
  transform: translate(-5%,-50%) rotate(45deg);
}
header #menu-button>div:nth-child(2){
  top: 50%;
}
header .active>#menu-button>div:nth-child(2) {
  opacity: 0;
}
header #menu-button>div:nth-child(3){
  top: 100%;
  left: 0px;
  transform: translate(0%,0%);
}
header .active>#menu-button>div:nth-child(3) {
  top: 50%;
  transform: translate(-5%,-50%) rotate(-45deg);
}

/*------------------
フッター
------------------*/
/*footer {
  position: relative;
  background: #333333;
  color: #868686;
  padding-bottom: 70px;
  z-index:  10;
}*/
footer {
  position: relative;
  /*background: #F6F6F6;*/
  color: #666;
  padding-bottom: 170px;
  z-index:  10;
}
/*
.comment footer{
  padding-bottom: 180px;
}*/

/*
footer .menu{
  display: flex;
  flex-wrap:wrap;
}
footer .menu>li{
  width: 50%;
  border-bottom: 1px solid #555555;
}
footer .menu>li:nth-child(odd){
  border-right: 1px solid #555555;
}
*/
footer .menu{
  display: block;
  flex-wrap:wrap;
  border-top: 1px solid #E0E0E0;
}
footer .menu>li{
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

footer .menu>li>a{
  display: block;
  padding: 0.9em 1.2em;
}
footer .sns{
  display: flex;
  padding:15px 0;
  justify-content: center;
}
footer .sns>li:not(:last-child){
  margin-right:20px; 
}
footer .sns>li>a{
  display: block;
  width: 25px;
}
footer .copyright{
  text-align: center;
}
footer .copyright span{
  display: block;
}
@media screen and (min-width:1025px){
  footer{
    padding-top: 35px;
    padding-bottom: 140px;
  }
  footer .menu{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  footer .menu>li{
    width: auto;
    border-bottom: 0 !important;
  }
  footer .menu>li:nth-child(odd){
    border-right:0;
  }
  footer .menu>li>a{
    display: block;
    padding: 0 1em;
  }
  footer .sns{
    display: flex;
    padding:0;
    justify-content: center;
    margin-bottom: 55px;
  }
  footer .sns>li:not(:last-child){
    margin-right:30px; 
  }
  footer .sns>li>a{
    width: 36px;
  }
  footer .copyright{
    text-align: center;
  }
  footer .copyright span{
    display: block;
    margin-bottom: 25px;
  }
  footer .copyright em{
    font-size: 1.4rem;
  }
}

/*------------------
footer-nav
------------------*/
.footer-nav{
  position: fixed;
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  height: 80px;
  left:0;
  bottom:0;
  background:#fff;
  z-index:  10000;
  box-shadow: 0px -8px 10px -4px rgba(0, 0, 0, 0.15);
}
.footer-nav .menu{
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.footer-nav .menu>li{
  width: 20%;
}
.footer-nav .menu>li>a {
  padding-top: 7px;
  display: block;
  padding: 20px 0;
}
.footer-nav .menu>li:nth-child(3)>a {
  background: #FFDA46;
  color: #252525;
}
.footer-nav .menu>li>a i{
  width: 26px;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.footer-nav .menu>li>a>i>span.note{
  position: absolute;
  background: #FF0000;
  display: inline-block;
  top:-3px;
  left:18px;
  text-align: center;
  padding: 1px 5px;
  border-radius:10px;
  font-size: 1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.footer-nav .menu>li>a .label{
  display: block;
  font-size: 1rem;
  white-space: nowrap;
  text-align: center;
  padding-top: 2px;
}
@media screen and (min-width:1025px){
  .footer-nav{
    width: 100%;
    height: 120px;
    left:0;
    bottom:0;
    /*border-top: 1px solid #E6E6E6;*/

  }
  .footer-nav .menu {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    /*padding-top: 22px;*/
  }
  .footer-nav .menu>li>a {
    display: block;
    padding: 30px 0;
  }
  .footer-nav .menu>li>a i{
    position: relative;
    display: block;
    text-align: center;
    width: 40px;
  }
  .footer-nav .menu>li>a .label{
    font-size: 1.6rem;
    padding-top: 5px;
  }
  .footer-nav .menu>li>a>i>span.note {
    top: -5px;
    left: 28px;
    padding: 1px 6px;
    border-radius: 50%;
    font-size: 1.3rem;
     border-radius:20px;
  }
}


/*******************************************
トップページ
*******************************************/
/*------------------
 top-image
------------------*/
.top-image{
  position: relative;
  color: #252525;
text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.top-image .inner{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-image .text{
  padding: 0 28px;
}
.top-image .text .title{
  display: flex;
  margin-bottom: 5px;
}
.top-image .text .title em{
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  background:#FF0000;
  padding: 1px 0.2em 2px;
  margin-right: 3px;
  line-height: 1em;
  margin-top: 2px;
}
.top-image .text .title span{
  font-size: 1.5rem;
}
.top-image .text p{
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width:925px){
	.top-image .text .title{
	  font-size: 1.8rem;
	}
	.top-image .text p{
	  font-size: 1.4rem;
	}
	.top-image .text{
	  padding: 0 15px;
	}
}

@media screen and (min-width:1025px){
  .top-image .text {
    /*padding: 0 0 0 70px;*/
  }
  .top-image .text .title{
    margin-bottom: 12px;
  }
  .top-image .text .title em{
    font-size: 3.3rem;
    padding: 7px 0.2em 2px;
    margin-right: 10px;
    line-height: 1em;
    margin-top: 2px;
  }
  .top-image .text .title span{
    font-size: 3.4rem;
  }
  .top-image .text p {
    font-weight: normal;
    font-size: 2.4rem;
  }
}

.top-section-new{
  padding-top: 0px;
  margin-bottom: 30px;
}
.top-section-like{
  padding-top: 0px;
  margin-bottom: 30px;
}
.top-section-about .cmn-section-head{
  margin-bottom: 5px;
}
.top-section-about .cmn-wrap{
  padding: 0 20px;
}
.top-section-about .img{
	max-width: 760px;
	margin: 0 auto;
}
@media screen and (min-width:1025px){
  .top-section-new{
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .top-section-like{
    padding-top: 0px;
    margin-bottom: 80px;
  }
  .top-section-about .cmn-section-head{
    margin-bottom: 10px;
  }
  .top-section-about .cmn-wrap{
    padding: 0px;
  }
}


/*******************************************
マイページ
*******************************************/
.mypage-head{
  display: flex;
  background: #EEEEEE;
  margin-top: 0px;
  padding: 15px 0 20px;
}

.mypage-head .upload-form2{
  margin: 0 auto;
}
.mypage-head .icon{
  position: relative;
  margin: 0 auto 5px;
  height: 78px;
  width: 78px;
}
.mypage-head .icon>.image{
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow:hidden;
}
.mypage-head .icon>.image>img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
@media screen and (max-width: 1024px){
  .mypage-head .icon>.image>img{
    width: 78px;
    height: 78px;
  }
}
.mypage-head .icon>.delete {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 28px;
    height: 28px;
    z-index: 2;
}
.mypage-head .name{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.mypage-head .like-box{
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.mypage-head .like-box>ul{
  display: flex;
}
.mypage-head .like-box>ul>li{
  width: 22px;
  height: 22px;
  background-image: url(../img/icon_star_off.png);
  margin-right: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mypage-head .like-box>ul>li.active{
  background-image: url(../img/icon_star_on.png);
}
.mypage-head .like-box .total{
  color:#00238C;
  text-decoration: underline;
  font-size: 1.5rem;
  margin-top: 1px;
}

.mypage-head .mypeage-input1{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width:1025px){
  .mypage-head {
    padding: 40px 0 40px;
  }
  .mypage-head .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 10px;
  }
  .mypage-head .like-box>ul>li{
    width: 25px;
    height: 25px;
  }
  .mypage-head .name{
    font-size: 2.2rem;
  }
  .mypage-head .like-box .total{
    font-size: 1.8rem;
  }
  .mypage-head .icon>.delete {
    width: 40px;
    height: 40px;
  }
  .mypage-head .mypeage-input1{
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

/*------------------
user-block
------------------*/
.user-block{
  padding: 0 0 35px;
}
.user-block-text{
  padding: 0 0 20px;
}


/*------------------
マイページ:編集画面
------------------*/
.mypage-edit .mypage-head .button{
  margin-bottom: 18px;
}


/*------------------
マイページ:口座の追加
------------------*/

/*------------------
マイページ:住所登録
------------------*/
.postal-box{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.hyphen{
  padding: 0 1em;
}
.tel-block{
  display: flex;
  align-items: center;
}

/*******************************************
出品
********************************************/

.sell-head{
  margin-bottom: 10px;
  font-weight: bold;
}

.product-list .sell-head{
  padding-top: 10px; 
  padding-left: 10px;
  margin-bottom: 0px;
}

.cmn-detail-list>li{
  padding: 0 0 14px;
}

.cmn-detail-list>li:not(:first-child) {
  padding: 14px 0;
}

.cmn-detail-list>li:not(:last-child){
  border-bottom: 1px solid #DDDDDD;
}

.cmn-detail-list.transaction>li{
  padding-top: 40px;
  border: none;
}

.buy .cmn-detail-list>li {
  /*padding-top: 0;
  border-bottom: 0;*/
}

.cmn-detail-list>li .item{
  display:flex;
  width: 100%;
}
.cmn-detail-list>li .item .box1{
  display: flex;
  justify-content: center;
  height: 110px;
  width:32px ;
}
.cmn-detail-list>li .item .box1 .inner {
  margin-top: 37px;
}
.cmn-detail-list>li .item .box2{
  width:110px;
}
.cmn-detail-list>li .item .box2 .inner{
  position: relative;
  background: #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.cmn-detail-list>li .item .box2 .inner .image img{
  object-fit: cover;
}
.status-running .cmn-detail-list>li .item .box3{
  width: calc(100% - 110px);
  padding: 0 0 0 15px;
}
.cmn-detail-list>li .item .box3{
  width: calc(100% - 110px);
  padding: 0 0 0 15px;
}
.cmn-detail-list>li .item .box3 .time{
  font-size: 1.1rem;
  color: #AAAAAA;
  text-decoration: none;
}
.cmn-detail-list>li .item .box3 .notice-message,
.cmn-detail-list>li .item .box3 .name{
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-bottom: 2px;
  padding-right: 30px;
}

.cmn-detail-list>li .item .box3 .notice-message{
  font-size: 1.2rem;
}

.cmn-detail-list>li .item .box3 .brand{
  font-size: 1.1rem;
  color: #AAAAAA;
}
.cmn-detail-list>li .item .box3 .price{
  display: flex;
  font-size: 1.7rem;
  color: #FF2626;
  font-weight: bold;
  margin-bottom: 3px;
}
.cmn-detail-list>li .item .box3 .customer{
  display: flex;
}
.cmn-detail-list>li .item .box3 .customer .icon-like{
  display: flex;
  margin-right: 10px;
}
.cmn-detail-list>li .item .box3 .customer .comment{
  display: flex;
}
.cmn-detail-list>li .item .box3 .customer .icon-like>i{
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/like_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 3px;
}
.cmn-detail-list>li .item .box3 .customer .comment>i{
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_comment.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 3px;
  margin-top: 2px;
}
.cmn-detail-list>li .item .box3 .display{
  position: absolute;
  text-align: center;
}
.cmn-detail-list>li .item .box3 .inner{
  position: relative;
}
.cmn-detail-list>li .item .box3 .display{
  display: none;
  position: absolute;
  right:0;
  bottom:4px;
}
.cmn-detail-list>li .item.close .box3 .display{
  display: block;
}
.cmn-detail-list>li .item .box3 .display>span{
  display:inline-block;
  right:0;
  bottom:0;
  font-size: 1rem;
  color:#FF2626;
  border:1px solid #FF2626;
  border-radius: 3px;
  padding: 0 5px;
}
/*close*/
.cmn-detail-list>li .item.close .box2 .inner{
  position: relative;
}
.cmn-detail-list>li .item.close .box2 .inner::after{
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.36);
  z-index: 2;
}
.cmn-detail-list>li .item.sold .box2 .inner::after{
  content:"";
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  top:0;
  left:0;
  background-image: url(../img/icon_soldout.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cmn-detail-list>li .item.return .box2 .inner::after{
  content:"";
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  top:0;
  left:0;
  background-image: url(../img/icon_return.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.buy .cmn-detail-list>li .item .box3{
  padding-top: 5px;
}


@media screen and (min-width:1025px){
  .product-list .sell-head{
    padding-left: 0px;
  }
  .cmn-detail-list>li {
    padding: 30px 0;
  }

  .cmn-detail-list>li:not(:first-child) {
    padding: 30px 0;
  }

  .cmn-detail-list.transaction>li {
    padding-top: 80px;
  }
  .cmn-detail-list>li .item .box1 {
      display: flex;
      justify-content: center;
      height:auto;
      width: 50px;
  }
  .cmn-detail-list>li .item .box2 {
    position: relative;
    width: 218px;
  }
  .cmn-detail-list>li .item .box3{
    width: calc(100% - 218px);
    padding: 0 0 0 40px;
  }
  .cmn-detail-list>li .item .box1 .inner {
    margin-top: 102px;
  }
  .cmn-detail-list>li .item .box2 .inner{
    border-radius: 5px;
  }
  .status-running .cmn-detail-list>li .item .box3{
    width: calc(100% - 50px - 218px);
  }
  .cmn-detail-list>li .item .box3 .time{
    font-size: 1.6rem;
  }
  .cmn-detail-list>li .item .box3 .notice-message,
  .cmn-detail-list>li .item .box3 .name{
    font-weight: bold;
    line-height: 1.2;
    font-size: 2.6rem;
    margin-bottom: 2px;
    padding-right: 50px;
  }
  .cmn-detail-list>li .item .box3 .brand{
    font-size: 1.6rem;
  }
  .cmn-detail-list>li .item .box3 .display>span {
    font-size: 1.6rem;
  }
  .cmn-detail-list>li .item .box3 .price{
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
   .cmn-detail-list>li .item .box3 .customer{
    font-size: 1.8rem;
   }

   .cmn-detail-list>li .item .box3 .customer .icon-like{
      margin-right: 15px;
   }

  .cmn-detail-list>li .item .box3 .customer .icon-like>i{
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .cmn-detail-list>li .item .box3 .customer .comment>i{
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: 3px;
  }
  .buy .cmn-detail-list>li .item .box3{
    padding-top: 10px;
  }
}

/*------------------
通知
------------------*/
.notice-body .cmn-detail-list>li .item .box2 {
    width: 80px;
}

.notice-body .cmn-detail-list>li .item .box3{
  width: calc(100% - 50px);
}

.notice-body .cmn-detail-list>li .item .box img{
  width: 100%;
  max-width: none;
  height: 100%;
}

@media screen and (min-width:1025px){

  .notice-body .cmn-detail-list>li .item .box2 {
    position: relative;
    width: 150px;
  }
  .notice-body .cmn-detail-list>li .item .box3{
    width: calc(100% - 150px);
  }
}


.product-image-area{
  position: relative;
}
.sample-images{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sample-images li{
  position: relative;
  width: calc((100% - 40px) / 5);
  padding-bottom: calc((100% - 40px) / 5);;
  border: 1px solid #ddd;
  background-position: center center;
  background-repeat: norepeat;
  background-size: cover;
}
/*時計*/
.sample-images li:nth-child(1){ background-image: url(../img/putup_icon/1/icon1.png); }
.sample-images li:nth-child(2){ background-image: url(../img/putup_icon/1/icon2.png); }
.sample-images li:nth-child(3){ background-image: url(../img/putup_icon/1/icon3.png); }
.sample-images li:nth-child(4){ background-image: url(../img/putup_icon/1/icon4.png); }
.sample-images li:nth-child(5){ background-image: url(../img/putup_icon/1/icon5.png); }
.sample-images li:nth-child(6){ background-image: url(../img/putup_icon/1/icon6.png); }
.sample-images li:nth-child(7){ background-image: url(../img/putup_icon/1/icon7.png); }
.sample-images li:nth-child(8){ background-image: url(../img/putup_icon/1/icon8.png); }
.sample-images li:nth-child(9){ background-image: url(../img/putup_icon/1/icon9.png); }
.sample-images li:nth-child(10){ background-image: url(../img/putup_icon/1/icon10.png); }
/*バッグ*/
.sample-images.type2 li:nth-child(1){ background-image: url(../img/putup_icon/2/icon1.png); }
.sample-images.type2 li:nth-child(2){ background-image: url(../img/putup_icon/2/icon2.png); }
.sample-images.type2 li:nth-child(3){ background-image: url(../img/putup_icon/2/icon3.png); }
.sample-images.type2 li:nth-child(4){ background-image: url(../img/putup_icon/2/icon4.png); }
.sample-images.type2 li:nth-child(5){ background-image: url(../img/putup_icon/2/icon5.png); }
.sample-images.type2 li:nth-child(6){ background-image: url(../img/putup_icon/2/icon6.png); }
.sample-images.type2 li:nth-child(7){ background-image: url(../img/putup_icon/2/icon7.png); }
.sample-images.type2 li:nth-child(8){ background-image: url(../img/putup_icon/2/icon8.png); }
.sample-images.type2 li:nth-child(9){ background-image: url(../img/putup_icon/2/icon9.png); }
.sample-images.type2 li:nth-child(10){ background-image: url(../img/putup_icon/2/icon10.png); }
/*宝石・ジュエリー*/
.sample-images.type3 li:nth-child(1){ background-image: url(../img/putup_icon/3/icon1.png); }
.sample-images.type3 li:nth-child(2){ background-image: url(../img/putup_icon/3/icon2.png); }
.sample-images.type3 li:nth-child(3){ background-image: url(../img/putup_icon/3/icon3.png); }
.sample-images.type3 li:nth-child(4){ background-image: url(../img/putup_icon/3/icon4.png); }
.sample-images.type3 li:nth-child(5){ background-image: url(../img/putup_icon/3/icon5.png); }
.sample-images.type3 li:nth-child(6){ background-image: url(../img/putup_icon/3/icon6.png); }
.sample-images.type3 li:nth-child(7){ background-image: url(../img/putup_icon/3/icon7.png); }
.sample-images.type3 li:nth-child(8){ background-image: url(../img/putup_icon/3/icon8.png); }
.sample-images.type3 li:nth-child(9){ background-image: url(../img/putup_icon/3/icon9.png); }
.sample-images.type3 li:nth-child(10){ background-image: url(../img/putup_icon/3/icon10.png); }
/*アパレル*/
.sample-images.type4 li:nth-child(1){ background-image: url(../img/putup_icon/4/icon1.png); }
.sample-images.type4 li:nth-child(2){ background-image: url(../img/putup_icon/4/icon2.png); }
.sample-images.type4 li:nth-child(3){ background-image: url(../img/putup_icon/4/icon3.png); }
.sample-images.type4 li:nth-child(4){ background-image: url(../img/putup_icon/4/icon4.png); }
.sample-images.type4 li:nth-child(5){ background-image: url(../img/putup_icon/4/icon5.png); }
.sample-images.type4 li:nth-child(6){ background-image: url(../img/putup_icon/4/icon6.png); }
.sample-images.type4 li:nth-child(7){ background-image: url(../img/putup_icon/4/icon7.png); }
.sample-images.type4 li:nth-child(8){ background-image: url(../img/putup_icon/4/icon8.png); }
.sample-images.type4 li:nth-child(9){ background-image: url(../img/putup_icon/4/icon9.png); }
.sample-images.type4 li:nth-child(10){ background-image: url(../img/putup_icon/4/icon10.png); }

#product-images{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#product-images li{
  position: relative;
  width: calc((100% - 40px) / 5);
  padding-bottom: calc((100% - 40px) / 5);;
  border: 1px solid #ddd;
  background-position: center center;
  background-repeat: norepeat;
  background-size: cover;
}
#product-images li .delete{
  position: absolute;
  top: -10px;
  right: -5px;
  width: 25px;
  height: 25px;

  background: url(../img/icon_profile_close.png) no-repeat;
  background-size: 100%;
  cursor:pointer;
}
#product-images li img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  background: #fff;
}
#product-images li label{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#product-images li label input{
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

  cursor: pointer;
}
@media screen and (max-width: 768px){
  .product-image-area{
    margin-top: 20px;
  }
  .sample-images,
  #product-images{
    gap: 7px;
  }
  .sample-images li,
  #product-images li{
    width: calc((100% - 28px) / 5);
  }
}

/*リサイズ*/
#cropper{
  display: none;
}

.cmn-detail-list>li .item .box3 .icon{
  display: flex;
  padding: 0 3px 1px;
  font-size: 1.1rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  align-self: flex-start;
  min-width: 36px;
  text-align: center;
}
.cmn-detail-list>li .item .box3 .state .icon.blue{
  color:#00A3D8;
  background-color: transparent;
  border:1px solid #00A3D8;
}
.cmn-detail-list>li .item .box3 .state .icon.red{
  color:#FF2626;
  border:1px solid #FF2626;
}
.cmn-detail-list>li .item .box3 .state .icon.pre-y{
  color:#FFBE3E;
  border:1px solid #FFBE3E;
}
.cmn-detail-list>li .item .box3 .state .icon.done-y{
  color:#fff;
  background: #FFBE3E;
  border:1px solid #FFBE3E;
}
.cmn-detail-list>li .item .box3 .note{
  color: #FF2626;
  font-size: 1.1rem;
  padding-top: 3px;
}
.cmn-detail-list>li .item .box3 .note>em{
  color: #00A3D8;
}

.cmn-detail-list>li .item .box3 img{
  width: 100%;
  height: 100%;
}

/*.cmn-detail-list>li .item .box3 .return>.state,
.cmn-detail-list>li .item .box3 .value>.state,
.cmn-detail-list>li .item .box3 .send>.state{
  display: flex;
  padding: 0 3px 1px;
  font-size: 1.1rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  align-self: flex-start;
  min-width: 36px;
  text-align: center;
}
.cmn-detail-list>li .item .box3 .send.pre>.state,
.cmn-detail-list>li .item .box3 .send.pre>.state{
  color:#00A3D8;
  border:1px solid #00A3D8;
}
.cmn-detail-list>li .item .box3 .send.done>.state{
  color:#FF2626;
  border:1px solid #FF2626;
}
.cmn-detail-list>li .item .box3 .send.pre>.note{
  color: #FF2626;
  font-size: 1.1rem;
  padding-top: 3px;
}
.cmn-detail-list>li .item .box3 .send.pre .note>em{
  color: #00A3D8;
}
.cmn-detail-list>li .item .box3 .value.pre >.state{
  color:#FFBE3E;
  border:1px solid #FFBE3E;
}
.cmn-detail-list>li .item .box3 .value.done>.state{
  color:#fff;
  border:1px solid #FFBE3E;
  background:#FFBE3E;
}
.cmn-detail-list>li .item .box3 .value.pre >.note{
  color: #FF2626;
  font-size: 1.1rem;
  padding-top: 3px;
}
.status-return .cmn-detail-list>li .item .box3,
.status-sold .cmn-detail-list>li .item .box3,
.status-send .cmn-detail-list>li .item .box3 {
  width: calc(100% - 110px);
}*/
@media screen and (min-width:1025px){

  .cmn-detail-list>li .item .box2 .inner {
    border-radius: 5px;
  }

  .cmn-detail-list>li .item .box3 .icon{
    padding: 0 5px 1px;
    font-size: 1.3rem;
    border-radius: 3px;
  }

  .cmn-detail-list>li .item .box3 .note,
  .cmn-detail-list>li .item .box3 .note {
      font-size: 1.5rem;
      padding-top: 3px;
  }
  .cmn-detail-list>li .item.return .box2 .inner::after,
  .cmn-detail-list>li .item.sold .box2 .inner::after {
    width: 109px;
    height: 109px;
  }
}

/*------------------
全選択チェック
------------------*/
.operate-check{
  padding-top: 25px;
  margin-bottom:30px;
}

.operate-check .event-list{
  display: flex;
  margin-bottom: 10px;
}
.operate-check .event-list>li{
  margin-right: 1em;
}
.operate-check .event-list>li>a{
  text-decoration: underline;
  color:#00208C;
  font-size: 1.5rem;
}
.operate-check .message{
  margin-bottom: 10px;
}
.operate-check .event-button{
  display: flex;
}
.operate-check .event-button>button{
  margin-right: 10px;
  margin-left: 0;
}

/*------------------
発送完了
------------------*/
.detail-send-done .flow .cmn-headline-s{
  text-align: center;
}
.detail-send-done .flow .phase1{}
.detail-send-done .flow .item{
  color: #FF2626;
  border:1px solid #FF2626;
  padding:0.6em 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.detail-send-done .flow .arrow{
  text-align: center;
}
.detail-send-done .flow .arrow{
  width: 22px;
  display: inline-block;
  padding: 10px 0;
}
.detail-send-done .flow .phase1{
  text-align: center;
}
.detail-send-done .flow .phase2{
  margin-bottom: 20px;
}
.detail-send-done .flow .phase2 .block{
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.detail-send-done .flow .phase2 .block p{
  text-align: left;
}
.detail-send-done .flow .phase2 .block .arrow{
  padding-bottom: 5px;
}
.detail-send-done .flow .phase2 .block .title{
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.detail-send-done .flow .phase2 .block .inner{
  padding: 5px;
}
.detail-send-done .flow .phase2 .block .message{
  margin-bottom: 5px;
}

.detail-send-done .flow .phase2 .block .box1{
  width: 47%;
}
.detail-send-done .flow .phase2 .block .box2{
  width: 47%;
}
@media screen and (min-width:1025px){
  .detail-send-done .flow{
    padding-top: 40px;
  }
  .detail-send-done .flow .cmn-headline-s{
    text-align: center;
  }
  .detail-send-done .flow .item{
    font-size: 2rem;
  }
  .detail-send-done .flow .arrow{
    width: 40px;
    padding: 20px 0;
  }
  .detail-send-done .flow .phase2{
    margin-bottom: 40px;
  }
  .detail-send-done .flow .phase2 .block .arrow{
    padding-bottom: 10px;
  }
  .detail-send-done .flow .phase2 .block .title{
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .detail-send-done .flow .phase2 .block .inner{
    padding: 5px 0px;
  }
  .detail-send-done .flow .phase2 .block .message{
    margin-bottom: 10px;
  }
}

/*------------------
  商品登録
------------------*/
.footer-button{
  position: fixed;
  bottom:0px;
  left:0;
  width: 100%;
  background:#fff;
  z-index:  10000;
  border-top: 1px solid #ddd;
}
.footer-button .block{
  max-width: 768px;
  margin: 0 auto;
  padding:12px 10px;
}
.buy .footer-button .block{
  /*border:2px solid #FF2626;*/
}
.footer-button .row{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer-button .row .box1{
  width: 36%;
}
.footer-button .row .box2{
  width: 62%;
}
.footer-button .button{
  height: 53px;
  line-height: 51px;
  text-align: center;
}
.footer-button .button.blue{
  background:#00A3D9;
  text-align: center;
  font-size:  2rem;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
}
.footer-button .button.bdr-blue{
  background:#fff;
  text-align: center;
  font-size:  1.5rem;
  border-radius: 8px;
  font-weight: bold;
  color: #00A3D9;
  border:1px solid #00A3D9;
}
.footer-button .row2{
  margin-top: 12px;
}

.footer-button .customer{
  display: flex;
  justify-content: space-between;
}
.footer-button .customer>li{
  width: 48%;
}
.footer-button .customer>li>a{
  display: block;
  border-radius: 8px;
  border:1px solid #CCCCCC;
  background:#fff;
  text-align: center;
  padding: 8px 0;
  height: 56px;
}
.footer-button .customer>li>a i{
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25px;
}
.footer-button .customer>li>a i.icon-like{
  background-size: 20px;
  background-image: url(../img/like_off.png);
}
.footer-button .customer>li>a i.icon-like.active{
  background-size: 20px;
  background-image: url(../img/like_on.png);
}
.footer-button .customer>li>a i.comment{
  background-size: 25px;
  background-image: url(../img/icon_comment_black.png);
}
.footer-button .customer>li>a span{
  display: block;
  font-size: 1.1rem;
  font-weight:bold;
}

@media screen and (min-width: 1025px){

  .footer-button .customer>li>a{
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  .footer-button .customer>li>a i{
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .footer-button .customer>li>a span{
    width: auto;
    font-size: 1.5rem;
    padding-top: 2px;
  }
  .footer-button .block{
    padding: 10px 0;
  }
  .buy .footer-button .block{
    padding: 10px;
    border-width: 3px;
  }



  .footer-button .button{
    height: 53px;
    line-height: 51px;
    text-align: center;
  }
  .footer-button .button.blue{
    font-size:  2.2rem;
  }
  .footer-button .button.bdr-blue{
    font-size:  1.8rem;
  }
  .footer-button .customer>li>a span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}
}

/*------------------
商品詳細
------------------*/
.detail-block .main-visual{
  position: relative;
}

.detail-block .main-visual .soldout{
  content:"";
  position: absolute;
  display: block;
  width: 155px;
  height: 155px;
  top:0;
  left:0;
  background-image: url(../img/icon_soldout_main.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}

.detail-block .main-visual .return{
  content:"";
  position: absolute;
  display: block;
  width: 155px;
  height: 155px;
  top:0;
  left:0;
  background-image: url(../img/icon_return_main.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}
.detail-block .main-visual .swiper-slide .image{
  position: relative;
  padding-bottom: 100%;
}
.detail-block .main-visual .swiper-slide .image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.detail-block .main-visual .nologin-like,
.detail-block .main-visual .like{
  position: absolute;
  display: block;
  right:10px;
  bottom:10px;
  width: 37px;
  height:37px; 
  background-image: url(../img/like_off.png);
  background-size: 100%;
  z-index: 2;
}
.detail-block .main-visual .like.active{
  background-image: url(../img/like_on.png);
}

.detail-block .main-visual .swiper-button-next,
.detail-block .main-visual .swiper-button-prev{
  display: block;
}
.detail-block .main-visual .swiper-button-prev {
  background-image: url(../img/prev_wh.png);
}
.detail-block .main-visual .swiper-button-next {
  background-image: url(../img/next_wh.png);
}
.detail-block .main-visual .swiper-button-next,
.detail-block .main-visual .swiper-button-prev {
  display: block;
  width: 36px;
  height: 36px;
  background-size: 100% auto;
}
.detail-block .main-visual .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  margin: 0 3px;
  z-index: 10;
}
.detail-block .main-visual .swiper-pagination-bullet-active {
  background: #999999;
  opacity: 1;
}
.detail-block .main-head{
  padding: 10px 5px;
}
.detail-block .main-head .name{
  font-size: 2.0rem;
  font-weight: 900;
  font-family:'Montserrat', "Noto Sans Jp","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.detail-block .main-head .brand{
  font-size: 1.2rem;
  color:#AAAAAA;
  margin-bottom: 8px;
  font-family:'Montserrat', "Noto Sans Jp","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.detail-block .main-head .price{
  margin-bottom: 20px;
  font-family:'Montserrat', "Noto Sans Jp","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.detail-block .main-head .price strong{
  font-size: 2.8rem;
  font-weight: bold;
  color: #FF2626;
  display: inline-block;
  margin-right: 0.1em;
}
.detail-block .main-head .price span{
  font-size: 1.2rem;
}
.detail-block .main-head .value{
  display: flex;
  flex-wrap: wrap;
		background: #FFBF00;
		padding: 1em 1em;
		border-radius: 5px;
		margin: 0 0 15px;
}
.detail-block .main-head .value a{
	color: #FFF;
}
.detail-block .main-head .value .box1{}
.detail-block .main-head .value .box2{}
.detail-block .main-head .value .box1 .author{
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 5px;
}
.detail-block .main-body .button-area{
  padding: 20px 0;
  display: block;
}

@media screen and (min-width:1025px){
  .detail-block .main-head {
    padding: 30px 15px;
  }
  .detail-block .main-head .name{
    font-size: 2.6rem;
  }
  .detail-block .main-head .brand{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .detail-block .main-head .price{
    margin-bottom: 30px;
  }
  .detail-block .main-head .price strong{
    font-size: 2.8rem;
    margin-right: 0.1em;
  }
  .detail-block .main-head .price span{
    font-size: 1.6rem;
  }
  .detail-block .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 22px;
    left: 0;
    width: 100%;
  }
}
/*------------------
取引完了
------------------*/

.progress-block{
  padding-top: 30px;
  padding-bottom: 20px;
}

.progress-block .label{
  width: 258px;
  display: block;
  font-size: 3rem;
  text-align: center;
  margin: 15px auto 25px;
  font-weight: bold;
  padding: 5px;
}

.progress-block .label.red{
  color:#FF2626;
  border:1px solid #FF2626;
}
.progress-block .label.blue{
  color:#00A3D8;
  border:1px solid #00A3D8;
}

.progress-block .message-l{
  font-size: 2rem;
  margin-bottom: 0.4em;
  text-align: center;
  font-weight: bold;
}
.progress-block .message-s{
  font-size: 1.3rem;
  margin-bottom: 0.4em;
  text-align: center;
  font-weight: bold;
}
.progress-block .message-s2{
  font-size: 1.3rem;
  margin-bottom: 0.4em;
  text-align:left;
}
@media screen and (min-width:390px){
  .progress-block .message-l{
    font-size: 2.2rem;
    margin-bottom: 0.4em;
  }
  .progress-block .message-s{
    font-size: 1.4rem;
    margin-bottom: 0.4em;
  }
}

.progress-block .message-m,
.progress-block .message-m2{
  font-size: 1.6rem;
  margin-bottom: 0.4em;
  text-align: center;
  font-weight: bold;
}
.progress-block .message-m2{
  margin-bottom: 0.2em;
}
.progress-block  .like-box{
  margin-bottom: 20px;
}
.progress-block  .like-box .title{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.progress-block  .like-box>ul{
  display: flex;
  justify-content: center;
}

.progress-block  .like-box>ul>li{
  width: 35px;
  height: 35px;
  background-image: url(../img/icon_star_off.png);
  margin-right: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.progress-block .like-box>ul>li.active{
  background-image: url(../img/icon_star_on.png);
}

.progress-block .this-comment>li:not(:last-child){
  margin-bottom: 10px;
}
@media screen and (min-width:1025px){
  .progress-block  .like-box .title{
    font-size: 2.4rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .progress-block{
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .progress-block .message-l{
    font-size: 2.8rem;
    margin-bottom: 0.4em;
  }
  .progress-block .message-m,
  .progress-block .message-m2{
    font-size: 2.2rem;
    margin-bottom: 0.4em;
  }
  .progress-block .message-m2{
    font-size: 2.2rem;
  }
  .progress-block .message-s{
    font-size: 1.8rem;
    margin-bottom: 0.4em;
  }
  .progress-block .message-s2{
    font-size: 1.8rem;
    margin-bottom: 0.1em;
  }
  .progress-block  .like-box{
    margin-bottom: 40px;
  }
  .progress-block .this-comment>li:not(:last-child){
    margin-bottom: 20px;
  }
}
/*------------------
商品発送
------------------*/
.progress-block .send-block {
  margin-top: -30px;
}
.progress-block .send-block .label {
  margin: 40px auto 25px;
}

.buy.detail-transfer .progress-block .send-block .label{
  margin-top: 0px;
}
.progress-block .send-block .message-m{
  margin-bottom: 30px;
}
.progress-block .send-block .code{
  background:#FF2626;
  padding:.8em 1em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width:1025px){
  .progress-block .send-block .code{
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

/*------------------
コメント
------------------*/
.comment-block{
  margin-bottom: 0px;
}
@media screen and (min-width:1025px){
  .comment-block{
    margin-bottom: 30px;
  }

}

.footer-comment{
  position: fixed;
  width: 100%;
  left:0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
}
.footer-comment .block{
  max-width: 768px;
  margin: 0 auto;
}
.footer-comment .row1{
  display: block;
  margin-bottom: 10px;
}
.footer-comment .row2{
  display: flex;
}
.footer-comment .row2 .box1{
  width: calc(100% - 46px);
}
.footer-comment .row2 .box2 {
  width: 46px;
  padding-left: 5px;
  padding-top: 4px;
}
.footer-comment .block{
  padding:12px 10px;
}
.footer-comment .row2 textarea {
  height: 46px;
  padding:0.5em;
}
.footer-comment .select-label{
  max-width:none;
}

/*------------------
鑑定購入
------------------*/
.buy .send-block{
  margin: 5px 0;
}
.buy .send-text{
  position: relative;
  padding-right: 40px;
}
.buy .send-text .name{
  display: block;
}
.buy .send-text .kana {
  display: block;
  margin-bottom: 5px;
}
.buy .send-text .address{
  display: block;
  white-space: normal;
  font-size: 1.4rem;
  color: #000;
}
.error{
  color: #FF2626;
}
.buy .period .note{
  margin-bottom: 10px;
}
.buy .period{
  margin-bottom: 10px;
}
.buy .branch{
  margin-top: 5px;
  color: #000;
  display: flex;
}

.buy .radio-group .branch{
  margin-top: 0px;
}

.buy .send-text {
    position: relative;
    padding-right: 0;
}

.buy .branch-name{
  margin-bottom: 10px;
  margin-right: 0.5em;
}
.buy .branch-number{
}

.buy .account-block{
  color: #000;
  display: flex;
}

.buy .account-block .account-number{
  display: flex;
  margin-right: 1em;
}
.buy .account-block .account-number>span:nth-child(1){
  display: flex;
  margin-right: 0.7em;
}
.buy .account-block .account-name{
}
.buy .account-block .account-name>span:nth-child(1){
    display: flex;
  display: inline-block;
  margin-right: 1em;
}
.buy .send-text .price-block{
display: flex;
}
.buy .send-text .price-block .box1{
font-size: 1.8rem;
font-weight:bold;
margin-right: 0.5em;
}
.buy .send-text .price-block .box2 span {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 2px;
  padding: 0.2em 0.5em;
  background-color: #FF2626;
  font-size: 1.2rem;
}
.buy .buy-item{
  padding: 0 5px;
}

.buy .select-account>li:not(:last-child){
  margin-bottom: 20px;
}

@media screen and (min-width:1025px){

  .buy .send-text .price-block .box1 {
    font-size: 2.4rem;
  }
  .buy .buy-item{
    padding: 0px;
  }
  .buy .buy-item{
    padding: 0px;
  }
  .buy .send-block{
    margin: 10px 0;
  }
  .buy .send-text .name {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .buy .send-text .kana{
    margin-bottom: 15px;
  }
  .buy .send-text .price-block .box2 span {
    font-size: 1.8rem;
  }
  .buy .send-text .address {
    font-size: 1.6rem;
  }

}
@media screen and (max-width:420px){
	.buy .account-block{
	  display: block;
	}
}
/*------------------
購入するボタン
------------------*/
.footer-buy{
  position:relative;
  width: 100%;
  left:0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 0;
}
.footer-buy .block{
  max-width: 768px;
  margin: 0 auto;
}

/*------------------
購入完了（振込）
------------------*/
.detail-fransfer .progress-block{
  margin-bottom: 0;
}
.transfer-info-block{
  border:5px solid #DDDDDD;
  padding:1.1em 1em;
  margin-top:1.5em;
  margin-bottom:1em;
}
.transfer-info-block dl{
  display: flex;
}
.transfer-info-block > dl:not(:last-child){
  margin-bottom: 10px;
}
.transfer-info-block dl>dt{
  width: 70px;
  color: #999999;
  font-weight: bold;
}
.transfer-info-block dl>dd{
  width: calc(100% - 70px);
}

.transfer-info .message1{
  margin-bottom: 10px;

}
.transfer-info .message2{
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.transfer-info .message3{
  text-align: center;
}
@media screen and (min-width:1025px){
  .detail-fransfer .progress-block{
    margin-bottom: 0;
  }
  .transfer-info-block{
    border:5px solid #DDDDDD;
    padding:2em 2em;
    margin-top:2em;
    margin-bottom:1em;
  }
  .transfer-info-block dl{
    display: flex;
    font-size: 1.8rem;
  }
  .transfer-info-block > dl:not(:last-child){
    margin-bottom: 15px;
  }
  .transfer-info-block dl>dt{
    width: 150px;
  }
  .transfer-info-block dl>dd{
    width: calc(100% - 150px);
  }
  .transfer-info .message1{
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .transfer-info .message2{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8rem;
    font-size: 1.8rem;
  }
  .transfer-info .message3{
    text-align: center;
  }
}

/*------------------
ログイン
------------------*/
.login{
  /*max-width: 500px;*/
  margin: 0 auto;
}


#login_modal{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#login_modal.active{
  display: block;
  opacity: 1;
}
#login_modal .bg{
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  cursor:pointer;
}
#login_modal .modal{
  position: absolute;
  left: 50%;
  top: 45%;
  width: calc(100% - 30px);
  max-width: 500px;
  background: #fff;
  padding: 50px 30px;
  transform: translate(-50%,-50%);
}
#login_modal .modal .inner{
  display: grid;
  gap: 20px;
}
#login_modal .modal .inner img{
  width: 180px;
  display: block;
  margin: 0 auto;
}
#login_modal .modal .inner .cmn-button-link-wrap{
  margin-top: 20px;
}
#login_modal .modal .inner .close{
  cursor: pointer;
}
@media screen and (max-width: 768px){
  #login_modal .modal{
    left: 15px;
    top: 47%;
    padding: 30px 20px;
    transform: translate(0,-50%);
  }
  #login_modal .modal .inner img{
    width: 160px;
  }
  #login_modal .modal .inner .cmn-button-link-wrap{
    margin-top: 10px;
  }
}

.request-link{
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: 80px;
  height: 80px;
  z-index: 9999;
}
.request-link a{
  position: relative;
  display: block;
}
.request-link::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.request .request-link{
  display: none;
}
@media screen and (min-width: 1025px){
  .request-link{
    right: 20px;
    bottom: 140px;
    width: 100px;
    height: 100px;
  }
}


.box-address-account{
  padding-top: 20px;
}
.box-address-account>.title{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}
.box-address-account>.title>i{
  font-size: 1rem;
  border-radius: 3px;
  color: #fff;
  width: 35px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  background-color: #ff0000;
  display: block;
  margin-top: 3px;
  margin-right: 3px;
}
.box-address-account>.title>span{
  font-weight: bold;
  font-size: 1.5rem;
  padding-right:0.5em;
}
.box-address-account>.title>.view{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  color: #00208C;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.box-address-account>.box{
  padding: 10px;
  display: none;
}

@media screen and (min-width: 1025px){
  .box-address-account>.title>i{
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .box-address-account>.title>span,
  .box-address-account>.title>.view{
    font-size: 1.8rem;
  }
  .box-address-account>.box{
    padding: 20px;
  }
}