
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html {
  overflow: auto;
  font-size: 62.5%; /*ベースを10pxにしています*/
}

body {
  font-size: 1rem;
  color: #4e5052;
  background: white;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  width: 100%;
  line-height: 1.8;
}

.clearFix {
  clear: both;
}

p {
  font-size: 1.6rem;
}

footer {
  background-color: white;
  height: 52px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footerWrapper {
  margin: 0 auto;
  width: 940px;
}

.footerInfo {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.footerInfo > img {
  height: 42px;
}

.footerInfo > p {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

header {
  background: #ffffff;
  width: 100%;
  margin:0 auto ;
  position:relative;
}

.headerLogo {
  max-width: 1320px;
  height: 40px;;
  text-align: left;
  padding: 20px;
  margin: 0 auto;
}

.headerLogo > a > img {
  width: 120px;
  height: 43px;
  margin-left: -8px;
  margin-top: -2px;
}

.mv {
  height: 270px;
  width: 100%;
  background-color:#3ebcfa;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

._pc_headerImage {
  max-width: 850px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -19%;
  left: -13px;
}

._sp_headerImage {
  display: none;
}

.wrapper {
  padding-bottom: 100px;
  background: #e5f4fb;
}

.tRed {
  color: #d70234;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  タイトル部分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


.resaleTitle {
  width: 890px;
  margin: 0 auto;
  color: #0074af;
  padding-top: 80px;
  padding-bottom: 80px;
}

.resaleTitle > h1 {
  font-size: 4rem;
}

.resaleTitle > p {
  font-size: 2rem;
}


/* リンク */

.link {
  width: 730px;
  margin: 0 auto;
}

.sell_link {
  max-width: 730px;
  margin: 0 auto 100px;
}

.link > ul {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 5%);
  background: #fff;
}

.sell_link > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin: auto;
}

.link > ul > li {
  width: 50%;
  background: #fff url(../img/resaleSell/anchor_arrow2x.png) 50% 93% no-repeat;
  background-size: 15px 7px;
  display: inline;
}

.sell_link > ul > li {
  display: inline;
  width: 47%;
  line-height: 1.4;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 5%);
  background: #fff url(../img/resaleSell/anchor_arrow2x.png) 48% 85% no-repeat;
  background-size: 15px 7px;
}
.sell_link > ul > li.active {
  background-color: #0096e0;
  background-image: inherit;
}

.link > ul > li:last-child > a {
  border-right: none;
}

.link ul > li > a:link,
.sell_link ul > li > a:link {
  color: #0074af;
}

.link > ul > li > a {
  color: #0074af;
  border-right: 1.5px solid #cccccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0px 100px 15px 100px;
  text-decoration: none;
}
.sell_link > ul > li a {
  color: #0096e0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 20px 15px 20px;
}
.sell_link > ul > li.active a {
  color: #fff;
} 

.link > ul > li:hover,
.sell_link  > ul > li:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.link > ul > li:first-child:hover,
.sell_link  > ul > li:first-child:hover {
  opacity: 1;
}

.resaleSubtitle {
  color: #0096e0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.resaleSubtitle > h2 {
  font-size: 4rem;
}

.resaleSubtitle > p {
  font-size: 2rem;
}

/* 初回出品時 */

.initial_sellTicket {
  background-color: #fefeed;
  margin-top: 72px;
}

.initial_sellTicket_title{
  color: #4e5052;
  font-size: 3rem;
  padding-top: 30px;
}

._initial {
  margin-top: 0px !important;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  メイン部分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


.main {
  background-color: white;
  width: 940px;
  margin: 0 auto;
  padding: 40px 40px 130px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}

/* ログイン */

.howToLogin {
  background-color: #fefeed;
  width: 90%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.howToLogin_title {
  font-size: 2.6rem;
  width: 75%;
  margin: 0 auto;
}

.howToLogin_subtitle {
  font-size: 1.6rem;
}

.howToLogin_illustration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.howToLogin_illustration_loginButton {
  width: auto;
  text-align: left;
}

.howToLogin_illustration_loginButton > img {
  width: 320px;
}

.howToLogin_illustration_arrow > img {
  width: 93px;
}

.howToLogin_illustration_login {
  width: auto;
  text-align: left;
}

.howToLogin_illustration_login > img {
  width: 400px;
}

.attention {
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}

/* リセール購入説明 */

.resaleStep {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 71px;
}

.resaleStep_detail {
  display: flex;
  align-items: center;
}

.relaseStep_detail_number {
  font-size: 16rem;
  font-family: 'Oswald', sans-serif;
  color: #dcedf6;
  margin-right: 80px;
  width: 75px;
}

.relaseStep_detail_descriptionBox {
  text-align: left;
  width: 310px;
}

.relaseStep_detail_descriptionBox > span {
  font-size: 1.4rem;
}

.relaseStep_detail_descriptionBox .qaButton {
  margin-top: 40px;
}
.relaseStep_detail_descriptionBox .qaButton a {
    max-width: 240px;
    padding: 0.6em 1em;
    width: 100%;
}
.resaleStep_detail_descriptionBox_title {
  font-size: 3rem;
}

.resaleStep_detail_descriptionBox_sentence {
  font-size: 1.5rem;
}

.resaleStep_detail_descriptionBox_sentence > span {
  font-size: 1.4rem;
  display: inline-block;
  padding-top: 10px;
}

.resaleStep > img {
  width: 400px;
  display: inline-block;
}

.resaleStep_detail_descriptionBox_supplement {
  margin-top: 20px;
}

.resaleStep_detail_descriptionBox_supplement_text {
  padding-left: 13px;
}

.resaleStep_addition {
 margin-top: 20px;
 display: flex;
 justify-content: space-between;
 width: 750px;
 padding-left: 150px;
}

.resaleStep_addition > img {
  width: 350px;
}

.resaleStep_addition_image {
  display: flex;
  align-items: center;
}

.resaleStep_addition_explain {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
}

.resaleStep_addition_explain > img {
  width: 35px;
  height: 35px;
  margin-top: 10px;
}

.resaleStep_addition_explain_text {
  text-align: left;
  margin-left: 20px;  
}

.resaleStep_detail_descriptionBox_supplement_list {
  font-size: 1.5rem;
  padding-left: 20px;
}

.resaleStep_detail_descriptionBox_supplement_list > li{
  list-style-type: disc;
}


/*リセール出品説明間に出てくる選択肢 */

.indicator {
  margin-top: 71px; padding-right: 40px;
}

.indicator_text {
  color: #0096e0; 
  font-size: 2.6rem;
  border: solid 1px #0096e0;
  padding: 20px 0;
  width: 80%;
  float: right;
  border-radius: 50px;
}

.stepIndicator {
  margin-top: 71px;
}

.stepIndicator_text {
  font-size: 2.6rem;
  background-color: #dcedf6;
  padding: 20px 0;
  width: 92%;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.stepIndicatorSub {
  margin-top: 60px;
}

.stepIndicatorSub_text {
  font-size: 2.6rem;
  padding: 20px 0;
  width: 92%;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.stepIndicatorSub_text_decorationLeft {
  display: inline-block;
  transform: scale(5.0, 1.0);
  margin-right: 40px;
}

.stepIndicatorSub_text_decorationRight {
  display: inline-block;
  transform: scale(5.0, 1.0);
  margin-left: 40px;
}

.qaButton {
  margin: 100px auto 0 auto;
}

.qaButton a {
	background: #0096e0;
  border: 2px solid transparent;
  color:  #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  max-width: 100%;
  padding: 12px 20px;
  text-align: center;
  width: 240px;
  border-radius: 50px;
	text-decoration: none;
}

.qaButton a:hover {
  background: #fff;
  border-color: currentColor;
  color: #0096e0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  スマホ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


@media screen and (max-width: 750px) {

  body {
    /* チェック用 */
    /* background-color: red; */
    width: 100%;
  }

  .headerLogo {
    height: 36px;
    float: left;
  }

  .headerLogo > a > img {
    width: 107px;
    height: 39px;
  }

  .mv {
    height: 370px;
    background-image: none;
    height: auto;
    clear: both;
  }

  ._pc_headerImage {
    display: none;
  }

  ._sp_headerImage {
    width: 100%;
    display: block;
  }

  .resaleTitle {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .resaleTitle > h1 {
    font-size: 2.4rem;
  }

  .resaleTitle > p {
    font-size: 1.3rem;
  }

  .resaleSubtitle {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .resaleSubtitle > h2 {
    font-size: 2.4rem;
  }

  .resaleSubtitle > p {
    font-size: 1.3rem;
  }

  .link,
  .sell_link {
    width: 93%;
    /* width: 80%; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .link > ul {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link > ul > li {
    font-size: 1.4rem;
    /* background: #fff url(../img/resaleSell/anchor_arrow@2x.png) 50% 90% no-repeat;
    background-size: 9%; */
  }
  .sell_link > ul > li {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 20px;
  }

  .link > ul > li:first-child > a {
    padding: 5px 20px 5px 10px;
  }

  .link > ul > li:nth-child(2) > a {
    padding: 5px 10px 5px 20px;
  }

  .main {
    width: 90%;
    padding: 20px 10px 50px 10px;
  }

  .howToLogin {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .howToLogin_title {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  .howToLogin_subtitle {
    font-size: 1rem;
  }

  .howToLogin_illustration {
    flex-direction: column;
  }

  .howToLogin_illustration_loginButton > img {
    width: 300px;
  }

  .howToLogin_illustration_loginButton > p {
    font-size: 1.4rem;
  }

  .howToLogin_illustration_arrow > img {
    transform:rotate(90deg);
    width: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .howToLogin_illustration_login > img {
    width: 300px;
  }

  .howToLogin_illustration_login > p {
    font-size: 1.4rem;
  }

  .attention {
    width: 90%;
  }

  .attention > p {
    font-size: 1.2rem;
  }

  .initial_sellTicket {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .initial_sellTicket_title {
    font-size: 2.3rem;
  }

  .resaleStep {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .resaleStep > img {
    max-width: 320px;
    height: auto;
    padding-top: 20px;
  }

  .resaleStep_detail {
    flex-direction: row;
    width: 95%;
  }

  .relaseStep_detail_number {
    font-size: 10rem;
    margin-right: 25px;
  }

  .relaseStep_detail_descriptionBox {
    width: 65%;
  }

  ._sp_descriptionBox_sentence {
    padding-bottom: 20px;
  }

  .resaleStep_detail_descriptionBox_title {
    font-size: 2.3rem;
    padding-bottom: 10px;
  }


  .resaleStep_addition {
    width: 100%;
    flex-direction: column;
    padding-left: 0px; 
  }

  .resaleStep_addition_explain {
    flex-direction: column;
    width: 80%;
    text-align: right;
    display: flex;
    flex-direction: row;
    padding-left: 45px;
  }

  .resaleStep_addition_explain_text {
    width: 80%;
  }

  .resaleStep_addition > img {
    max-width: 320px;
    padding-left: 7px;
    padding-top: 20px;
  }

  .stepIndicator {
    padding-right: 0px;
  }

  .stepIndicator_text {
    font-size: 2rem;
    padding: 10px 0;
    width: 92%;
  }

  .stepIndicatorSub_text {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .stepIndicatorSub_text_decorationLeft {
    transform: scale(2.3, 1.0);
    margin-right: 5px;
  }
  .stepIndicatorSub_text_decorationRight {
    transform: scale(2.3, 1.0);
    margin-left: 5px;
  }

  .indicatorPurchase_text {
    font-size: 2rem;
    padding: 10px 0;
  }

  footer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .footerInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .footerInfo > img {
    width: 270px;
    height: auto;
    margin: 0 auto;
  }

  .footerInfo > p {
    padding-top: 10px;
    margin: 0 auto;
  }

  .relaseStep_detail_descriptionBox .qaButton {
    margin-top: 20px;
  }

  .relaseStep_detail_descriptionBox .qaButton a {
    width: 85%;
    padding: 0.4em 0.8em;
}

}


/* 横 */
@media screen and (min-width: 500px) and (max-width: 699px) {

  .wrapper {
    padding: 30px 10px 30px;
  }

  /* .mv {
    height: 337px;
  }

  .mv > img {
    width: 135%;
    top: -14%;
    left: -16%;
  } */

  .resaleTitle {
    width: 100%;
  }

  .resaleTitle > p {
    width: 80%;
    margin: 0 auto;
  }

  .link {
    width: 90%;
  }

  .link > ul > li {
    font-size: 2rem;
    width: 100%;
  }

  .link > ul > li:first-child > a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .link > ul > li:last-child > a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main {
    width: 93%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .howToLogin {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .howToLogin_illustration {
    flex-direction: column;
  }

  .howToLogin_illustration_loginButton > img {
    /* width: 580px; */
  }

  .howToLogin_illustration_arrow {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .howToLogin_illustration_arrow > img {
    transform: rotate(90deg);
  }

  .howToLogin_illustration_login > img{
    /* width: 580px; */
  }

  .resaleStep {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }

  .resaleStep_detail {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .relaseStep_detail_descriptionBox {
    width: 78%;
  }

  .initial_sellTicket {
    width: 100%;
  }

  .relaseStep_detail_number {
    font-size: 8rem;
    margin-right: 10px;
  }

  .resaleStep > img {
    width: 580px;
  }

  .initial_sellTicket_title {
    margin-top: 50px;
    padding-bottom: 30px;
  }

  footer {
    height: 133px;
  }

  .footerInfo {
    display:flex;
    flex-direction: column;
    height: auto;
  }

  .footerInfo > img {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }

  .footerInfo > p {
    margin: 0 auto;
  }

}

/* SE縦 */
@media screen and (max-width: 320px) {

  .headerLogo {
    height: 32px;
    float: left;
  }

  .headerLogo > a > img {
    width: 98px;
    height: 35px;
  }

  .mv {
    clear: both;
  }

  .link > ul > li:first-child > a {
    padding: 0px 10px 15px 10px;
  }

  .link > ul > li:nth-child(2) > a {
    padding: 0px 10px 15px 10px;
  }

  .resaleSubtitle > h2 {
    font-size: 2.2rem;
  }

  .howToLogin_illustration_loginButton > img {
    max-width: 270px;
  }

  .howToLogin_illustration_login > img {
    max-width: 270px;
  }

  .resaleStep > img {
    max-width: 270px;
  }


  .stepIndicatorSub_text {
    font-size: 1.8rem;
  }

  .stepIndicatorSub_text_decorationLeft {
    transform: scale(1.5, 1.0);
    margin-right: 0px;
  }
  .stepIndicatorSub_text_decorationRight {
    transform: scale(1.5, 1.0);
    margin-left: 0px;
  }

}

/* SE横 */
@media screen and (min-width: 510px) and (max-width: 570px) {

  .howToLogin_illustration {
    height: auto;
    justify-content: space-between;
  }

  .howToLogin_illustration_loginButton {
    width: 90%;
  }

  .howToLogin_illustration_loginButton > img {
    width: 100%;
  }

  .howToLogin_illustration_arrow {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .howToLogin_illustration_arrow > img {
    width: 15%;
    transform: rotate(90deg);
    padding-top: 0px;
  }

  .howToLogin_illustration_login {
    width: 90%;
  }

  .howToLogin_illustration_login > img {
    width: 100%;
  }

  .resaleStep > img {
    width: 95%;
  }

  .initial_sellTicket {
    padding-bottom: 50px;
  }

  .footerInfo > img {
    width: 50%;
  }

  .footerInfo > p {
    font-size: 1rem;
  }

  footer {
    height: 133px;
  }

  .footerInfo {
    display:flex;
    flex-direction: column;
    height: auto;
  }

  .footerInfo > img {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }

  .footerInfo > p {
    margin: 0 auto;
  }

  .stepIndicatorSub_text {
    font-size: 3rem;
  }

  .stepIndicatorSub_text_decorationLeft {
    transform: scale(2.5, 1.0);
    margin-right: 10px;
  }
  .stepIndicatorSub_text_decorationRight {
    transform: scale(2.5, 1.0);
    margin-left: 10px;
  }


}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  iPad
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 縦 */
@media screen and (min-width: 700px) and (max-width: 959px) {

  .mv > img {
    left: -7%;
  }

  .resaleTitle {
    width: 90%;
  }

  .resaleTitle > h1 {
    font-size: 3.5rem;
  }




  .wrapper {
    padding: 30px 10px 30px;
  }

  .main {
    width: 87%;
  }

  .howToLogin_illustration_loginButton > img {
    width: 207px;
  }

  .howToLogin_illustration_loginButton {
    width: 210px;
  }

  .howToLogin_illustration_login > img {
    width: 260px;
  }

  .howToLogin_illustration_arrow {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;

  }

  .howToLogin_illustration_arrow > img {
    width: 93px;
  }

  .resaleStep {
    padding-left: 10px;
    padding-right: 10px;
  }

  .relaseStep_detail_number {
    font-size: 10rem;
    margin-right: 30px;
    min-width: 75px;
  }

  .resaleStep_detail {
    width: 45%;
  }

  .resaleStep > img {
    width: 310px;
  }

  .initial_sellTicket {
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .stepIndicatorSub_text_decorationLeft {
    transform: scale(3.5, 1.0);
    margin-right: 30px;
  }
  .stepIndicatorSub_text_decorationRight {
    transform: scale(3.5, 1.0);
    margin-left: 30px;
  }

}

@media screen and (min-width: 970px) and (max-width: 1024px) {

  .main {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }

.relaseStep_detail_descriptionBox {
  max-width: 300px;
}

}