
* {
  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;
  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;
  width: 100%;
}

.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.3rem;
  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 {
  width: 100%;
  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;
}

.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;
}

.link > ul > li {
  background: #fff url(../img/resaleBuy/anchor_arrow2x.png) 50% 93% no-repeat;
  background-size: 15px 7px;
  display: inline;
}

.link > ul > li:last-child > a {
  border-right: none;
}

.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;
}

.link > ul > li:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.link > ul > li:last-child:hover {
  opacity: 1;
}

.resaleSubtitle {
  color: #0096e0;
  padding-top: 100px;
  padding-bottom: 100px;
}


.resaleSubtitle > h2 {
  font-size: 4rem;
}

.resaleSubtitle > p {
  font-size: 2rem;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  メイン部分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main {
  background-color: white;
  max-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;
}

.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: 390px;
}

.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;
}

.resaleStep_detail_descriptionBox_title {
  font-size: 3rem;
}

.resaleStep_detail_descriptionBox_sentence {
  font-size: 1.5rem;
}

.resaleStep_detail_descriptionBox_sentence > span {
  font-size: 1.4rem;
}

.resaleStep > img {
  width: 400px;
  display: inline-block;
}

.resaleStep_detail_descriptionBox_supplement {
  margin-top: 10px;
}

.resaleStep_detail_descriptionBox_supplement_text {
  padding-left: 13px;
}

.resaleStep_addition {
 margin-top: 20px;
 display: flex;
 justify-content: space-between;
 width: 770px;
 padding-left: 140px;
}

.resaleStep_addition > img {
  width: 350px;
  height: 200px;
}

.resaleStep_addition_image {
  display: flex;
  align-items: center;
}

.resaleStep_addition_explain {
  padding-left: 40px;
  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;
}

.indicatorPurchase {
  margin-top: 71px;
}

.indicatorPurchase_text {
  font-size: 2.6rem;
  background-color: #dcedf6;
  padding: 20px 0;
  width: 92%;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.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: 764px) {

  body {
    /* チェック用 */
    /* background-color: red; */
    max-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 {
    width: 93%;
    display: flex;
    justify-content: space-between;
  }

  .link > ul {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link > ul > li {
    font-size: 1.4rem;
    background: #fff url(../img/resaleSell/anchor_arrow2x.png) 50% 90% no-repeat;
    background-size: 9%;

  }

  .link > ul > li:first-child > a {
    padding: 5px 20px 15px 10px;
  }

  .link > ul > li:nth-child(2) > a {
    padding: 5px 10px 15px 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;
  }

  .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;
  }

  .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%;
  }

  .relaseStep_detail_descriptionBox > span {
    font-size: 1.4rem;
  }

  ._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;
  }

  .indicator {
    padding: 0px;
    width:100%;
  }

  .indicator_text {
    font-size: 2rem;
    padding: 10px 0;
    margin: 0 auto;
    width: 92%;
    float: none;
  }

  .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: 260px;
    height: auto;
    margin: 0 auto;
  }

  .footerInfo > p {
    font-size: 1.2rem;
    padding-top: 10px;
    margin: 0 auto;

  }

  /* スマホ用のナンバリング無し対策 */

  ._sp_noNumber {
    display: none;
  }

  ._sp_noNumberNoFlex {
    display: block;
  }


  ._sp_noNumberWide {
    width: 100%;
  }

  ._sp_noNumberPadding {
    padding-left: 10px;;
  }

}


/* 横 */
@media screen and (min-width: 500px) and (max-width: 699px) {

  .wrapper {
    /* padding: 30px 10px 30px; */
    width: 100%;
  }

  /* .mv {
    height: 337px;
  } */

  /* .mv > img {
    width: 135%;
    top: -14%;
    left: -16%;
  } */

  .attention {
    width: 85%;
  }

  .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: 90%;
    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_login > img {
    width: 580px;
  }

  .howToLogin_illustration_arrow {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .howToLogin_illustration_arrow > img {
    transform: rotate(90deg);
  }

  .resaleStep {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }

  .relaseStep_detail_descriptionBox {
    width: 78%;
  }

  .resaleStep_detail {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .initial_sellTicket {
    width: 100%;
  }

  .indicator {
    padding-right: 0px;
    text-align: center;
  }

  .indicator_text {
    width: 92%;
    float: none;
    margin: 0 auto;
  }

  ._sp_noNumberNoFlex {
    display: block;
    padding-left: 50px;
  }

  .relaseStep_detail_number {
    font-size: 8rem;
    margin-right: 10px;
  }

  .resaleStep > img {
    width: 580px;
  }

  .resaleStep_addition {
    flex-direction: column;
    padding-left: 0px;
    width: 100%;
  }

  .resaleStep_addition > img {
    width: 94%;
    height: auto;
    margin: 0 auto;
  }

  .resaleStep_addition_explain {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .resaleStep_addition_explain > img {
    padding-left: 20px;
  }

  ._sp_noNumberNoFlex {
    display: block;
  }

  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;
  }

  .resaleStep_addition > img {
    max-width: 270px;
    padding-left: 0px;
    margin: 0 auto;
  }

}


/* SE横 */
@media screen and (min-width: 510px) and (max-width: 570px) {

  /* .mv > img {
    width: 135%;
    position:relative;
    left: -20%;
  } */

  .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;
  }

  ._sp_noNumberNoFlex {
    padding-left: 30px;
  }

  .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;
  }


}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  iPad
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 縦 */
@media screen and (min-width: 700px) and (max-width: 959px) {

  .mv > img {
    left: -7%;
  }

  .resaleTitle {
    width: 90%;
  }

  .resaleTitle > h1 {
    font-size: 3.5rem;
  }

  .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;
  }

  .attention {
    width: 90%;
  }

  .indicator {
    padding-right: 10px;

  }

  .indicator_text {
    width: 87%;
  }

  .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;
  }

  .resaleStep_addition {
    width: 87%;
    padding-left: 80px;
    justify-content: center;
  }

  .resaleStep_addition > img {
    width: 310px;
    height: 173px;
    padding-left: 50px;
  }

  .resaleStep_addition_explain {
    justify-content: flex-start;
    width: 60%;
  }

  .resaleStep_addition_explain_text {
    width: 100%;
  }

}

@media screen and (min-width: 970px) and (max-width: 1024px) {

  .main {
    margin-left: 10px;
    margin-right: 10px;
  }

  .indicator {
    padding-right: 30px;
  }

  .indicator_text {
    width: 83%;
    /* margin-right: 30px; */

  }

  .relaseStep_detail_descriptionBox {
    max-width: 300px;
  }
}









