@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@font-face {
  font-family: "kollektif";
  src: url("./font/Kollektif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "kollektif";
  src: url("./font/Kollektif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* レスポンシブ break points */
@media screen and (max-width: 1199px) {
  .XL {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .XL {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .PC {
    display: none !important;
  }
  .XL {
    display: none !important;
  }
  .TB {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .TB {
    display: none;
  }
  .PC {
    display: block !important;
  }
}
@media screen and (max-width: 430px) {
  .SP {
    display: block;
  }
  .PC {
    display: none;
  }
  .XL {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .SP {
    display: none;
  }
  .PC {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 430px;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  color: #000;
  letter-spacing: 0.02rem;
  font-family: "kollektif", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
}

* html body {
  background: url(null) fixed;
}

img {
  border: 0;
}

ul li {
  list-style: none;
}

a {
  color: #e40081 !important;
  text-decoration: none;
}

main {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#main {
  padding: 80px 30px 80px 30px;
  border-bottom: #000 1px solid;
}
#main .main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3";
  font-size: 7.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 75%;
}
#main .main span.ji {
  letter-spacing: -0.25em;
}
#main .en-title-pc {
  font-size: 9.2rem;
  font-family: "kollektif";
  line-height: 85%;
  letter-spacing: 0.01em;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
#main .en {
  font-family: "kollektif";
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 20px 0 30px 0;
}
#main .copy {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 3.3rem;
  letter-spacing: 0.06em;
}
#main .copy span {
  font-weight: 400;
}
#main .title-exp {
  margin: 30px auto 0 auto;
  color: #e33a47;
}

@media screen and (max-width: 430px) {
  #main {
    padding: 50px 20px 50px 20px;
  }
  #main .main {
    font-size: 5.6rem;
    letter-spacing: 0.03em;
    line-height: 105%;
  }
  #main .en-title-sp {
    line-height: 85%;
    font-size: 5.2rem;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
  }
  #main .en {
    font-family: "kollektif";
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 10px 0 30px 0;
  }
  #main .copy {
    font-size: 1.65rem;
    font-weight: bold;
    line-height: 2.8rem;
    letter-spacing: 0.06em;
  }
}
.title-exp {
  text-align: left;
  display: inline-block;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
}
.title-exp p:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .title-exp {
    padding: 0 5%;
  }
}

section {
  position: relative;
}
section .title {
  margin-top: 70px;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
section .title div {
  color: #000;
  font-size: 7.8rem;
  letter-spacing: 0;
  margin: 0 30px;
}
section .title div span {
  font-size: 6.2rem;
  display: inline-block;
  position: relative;
  bottom: 4px;
}
section .title h2 {
  margin-top: 10px;
  font-size: 2.3rem;
  line-height: 3.6rem;
  letter-spacing: 0.06em;
  padding: 0 7.5%;
}
@media screen and (max-width: 767px) {
  section .title h2 {
    padding: 0 7.5%;
  }
}
section h3 {
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  line-height: 2.8rem;
  font-weight: bold;
}
section .exp {
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section .exp {
    padding: 0 7.5%;
  }
}

@media screen and (max-width: 430px) {
  section .title {
    margin-top: 60px;
  }
  section .title div {
    color: #000;
    font-size: 6.2rem;
    letter-spacing: 0;
    margin: 0 30px;
    line-height: 90%;
  }
  section .title div span {
    font-size: 5rem;
  }
  section .title h2 {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.04em;
    padding: 0 7.5%;
  }
}
#flow {
  margin: 0 auto 80px auto;
  border-bottom: #000 1px solid;
}
#flow .title {
  margin-bottom: 60px;
}
#flow .flow-sec {
  margin: 0 auto 80px auto;
}
#flow img {
  max-width: 980px;
  width: 90%;
}

@media screen and (max-width: 430px) {
  #flow {
    margin: 50px auto 60px auto;
  }
  #flow .title {
    margin-bottom: 40px;
  }
}
.mB50 {
  margin-bottom: 50px;
}

.mT80 {
  margin-top: 80px;
}

#account {
  width: 100%;
}
#account .sec {
  margin-top: 80px;
}
@media screen and (max-width: 430px) {
  #account .sec {
    margin-top: 50px;
  }
}

.temp-1 {
  letter-spacing: 0.08rem;
}
.temp-1 .exp {
  margin: 50px 0 50px 0;
  padding: 0 5%;
}
@media screen and (max-width: 430px) {
  .temp-1 .exp {
    margin: 30px 0 40px 0;
    padding: 0 10%;
  }
}
.temp-1 .exp span {
  color: #e33a47;
}
.temp-1 .bg {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .temp-1 .bg {
    padding-bottom: 60px;
  }
}
.temp-1 .sec {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .temp-1 .sec {
    padding: 0 2.5%;
  }
}
.temp-1 .sec .sec-no {
  position: relative;
  top: -20px;
  left: -40px;
}
@media screen and (max-width: 430px) {
  .temp-1 .sec .sec-no {
    left: -20px;
  }
}
.temp-1 .sec h3 {
  margin-bottom: 20px;
}
.temp-1 .sec p {
  line-height: 2.6rem;
}
.temp-1 .sec .exp-2 {
  margin-bottom: 15px;
}
.temp-1 .sec .flow-exp {
  letter-spacing: 0.02rem;
}
.temp-1 .sec .guide-img {
  margin: 50px 0 60px 0;
  display: flex;
  justify-content: center;
  /*flex-wrap: wrap;*/
  gap: 55px;
}
.temp-1 .sec .guide-img .box {
  text-align: left;
  max-width: 231px;
  width: 100%;
  position: relative;
}
.temp-1 .sec .guide-img .box .detail img {
  width: 100%;
}
.temp-1 .sec .guide-img .box .detail .flow-exp {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0 0 0;
}
.temp-1 .sec .guide-img .arr {
  position: relative;
  top: 220px;
}
@media screen and (max-width: 767px) {
  .temp-1 .sec .guide-img .arr {
    top: 110px;
    left: -10px;
  }
}
@media screen and (max-width: 430px) {
  .temp-1 .sec .guide-img {
    flex-wrap: wrap;
    gap: 50px;
  }
  .temp-1 .sec .guide-img .arr {
    width: 300px;
    position: relative;
    top: 120px;
    transform: rotate(90deg);
    left: 0;
  }
}
.temp-1 .sec .guide-2 {
  border: #000 2px solid;
  width: 100%;
}
.temp-1 .sec .guide-2 .title-2 {
  display: flex;
  align-items: center;
  border-bottom: #000 2px solid;
}
.temp-1 .sec .guide-2 .title-2 .sec-no-2 {
  margin: 20px;
}
.temp-1 .sec .guide-2 .title-2 h4 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  .temp-1 .sec .guide-2 .title-2 {
    padding-right: 20px;
  }
  .temp-1 .sec .guide-2 .title-2 .sec-no-2 {
    margin: 15px 25px 15px 15px;
  }
  .temp-1 .sec .guide-2 .title-2 h4 {
    font-size: 1.9rem;
    line-height: 130%;
  }
}
.temp-1 .sec .guide-2 h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 50px 0 0 50px;
}
@media screen and (max-width: 430px) {
  .temp-1 .sec .guide-2 h5 {
    margin: 40px 30px 40px 30px;
    line-height: 130%;
  }
}
.temp-1 .sec .guide-2 .guide-img {
  padding: 0 50px;
  margin: 40px 0 60px 0;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.temp-1 .sec .guide-2 .guide-img .box {
  text-align: left;
  max-width: 206px;
  width: 100%;
}
.temp-1 .sec .guide-2 .guide-img .box .detail {
  position: relative;
}
.temp-1 .sec .guide-2 .guide-img .box .detail img {
  width: 100%;
}
.temp-1 .sec .guide-2 .guide-img .box .detail .flow-exp {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0 0 0;
}
.temp-1 .sec .guide-2 .guide-img .arr {
  position: relative;
  top: 185px;
  /*
  @include mq-down(md){
  	top: 100px;
  	left: -15px;
  }
  @include mq-down(sm){
  	top: 100px;
  	left: 0;

  }*/
}
@media screen and (max-width: 767px) {
  .temp-1 .sec .guide-2 .guide-img {
    margin: 40px 0 40px 0;
    padding: 0 10%;
    flex-wrap: wrap;
    gap: 45px;
  }
  .temp-1 .sec .guide-2 .guide-img .box {
    margin-right: 0;
    max-width: 180px;
    width: 100%;
  }
  .temp-1 .sec .guide-2 .guide-img .arr {
    width: 29px;
    position: relative;
    top: 160px;
    left: 0;
    transform: rotate(0deg);
  }
  .temp-1 .sec .guide-2 .guide-img .arr img {
    width: 29px;
    height: auto;
  }
  .temp-1 .sec .guide-2 .guide-img::after {
    content: "";
    display: block;
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .temp-1 .sec .guide-2 .guide-img {
    margin: 40px 0 40px 0;
    padding: 0 10%;
    flex-wrap: wrap;
    gap: 25px;
  }
  .temp-1 .sec .guide-2 .guide-img .box {
    margin-right: 0;
    max-width: 100px;
    width: 100%;
  }
  .temp-1 .sec .guide-2 .guide-img .arr {
    width: 29px;
    position: relative;
    top: 90px;
    transform: rotate(0deg);
  }
  .temp-1 .sec .guide-2 .guide-img .arr img {
    width: 29px;
    height: auto;
  }
  .temp-1 .sec .guide-2 .guide-img::after {
    content: "";
    display: block;
    max-width: 131px;
    width: 100%;
  }
}
.temp-1 .sec .guide-2 .guide-img-2 {
  padding: 0 50px;
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.temp-1 .sec .guide-2 .guide-img-2 .box {
  margin-right: auto;
  text-align: left;
  max-width: 131px;
  width: 100%;
}
.temp-1 .sec .guide-2 .guide-img-2 .box .detail {
  position: relative;
}
.temp-1 .sec .guide-2 .guide-img-2 .box .detail img {
  width: 100%;
}
.temp-1 .sec .guide-2 .guide-img-2 .box .detail .flow-exp {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0 0 0;
}
.temp-1 .sec .guide-2 .guide-img-2 .arr {
  position: relative;
  top: 125px;
}
.temp-1 .sec .guide-2 .guide-img-2 .arr img {
  width: 29px;
  height: auto;
}
.temp-1 .sec .guide-2 .guide-img-2::after {
  content: "";
  display: block;
  max-width: 131px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .temp-1 .sec .guide-2 .guide-img-2 {
    margin: 40px 0 40px 0;
    padding: 0 10%;
    flex-wrap: wrap;
    gap: 45px;
  }
  .temp-1 .sec .guide-2 .guide-img-2 .box {
    margin-right: 0;
    max-width: 180px;
    width: 100%;
  }
  .temp-1 .sec .guide-2 .guide-img-2 .arr {
    position: relative;
    top: 160px;
  }
  .temp-1 .sec .guide-2 .guide-img-2::after {
    content: "";
    display: block;
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .temp-1 .sec .guide-2 .guide-img-2 {
    margin: 40px 0 40px 0;
    padding: 0 10%;
    flex-wrap: wrap;
    gap: 25px;
  }
  .temp-1 .sec .guide-2 .guide-img-2 .box {
    margin-right: 0;
    max-width: 100px;
    width: 100%;
  }
  .temp-1 .sec .guide-2 .guide-img-2 .arr {
    position: relative;
    top: 90px;
  }
  .temp-1 .sec .guide-2 .guide-img-2::after {
    content: "";
    display: block;
    max-width: 131px;
    width: 100%;
  }
}
.temp-1 .sec .guide-img-3 {
  padding: 0 55px;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}
.temp-1 .sec .guide-img-3 .box {
  text-align: left;
  margin-right: auto;
  max-width: 167px;
  width: 100%;
}
.temp-1 .sec .guide-img-3 .box .detail {
  position: relative;
}
.temp-1 .sec .guide-img-3 .box .detail img {
  width: 100%;
}
.temp-1 .sec .guide-img-3 .box .detail .flow-exp {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0 0 0;
}
.temp-1 .sec .guide-img-3 .arr {
  position: relative;
  top: 150px;
}
.temp-1 .sec .guide-img-3 .arr img {
  width: 35px;
  height: auto;
}
.temp-1 .sec .guide-img-3::after {
  content: "";
  display: block;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 1303px) {
  .temp-1 .sec .XL {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .temp-1 .sec .guide-img-3 {
    margin: 40px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 40px;
  }
  .temp-1 .sec .guide-img-3 .box {
    margin-right: 0;
    max-width: 167px;
    width: 100%;
  }
  .temp-1 .sec .guide-img-3 .arr {
    position: relative;
    top: 160px;
  }
  .temp-1 .sec .guide-img-3::after {
    content: "";
    display: block;
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .temp-1 .sec .guide-img-3 {
    margin: 40px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 30px;
  }
  .temp-1 .sec .guide-img-3 .box {
    margin-right: 0;
    max-width: 120px;
    width: 100%;
  }
  .temp-1 .sec .guide-img-3 .arr {
    position: relative;
    top: 100px;
  }
}
.temp-1 .guide-img-reg {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .temp-1 .guide-img-reg {
    gap: 50px;
  }
}
.temp-1 .guide-img-reg .box {
  text-align: left;
  border: #000 2px solid;
  padding: 40px;
  max-width: 346px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .temp-1 .guide-img-reg .box {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .temp-1 .guide-img-reg .box {
    max-width: 346px;
  }
}
.temp-1 .guide-img-reg .box .detail {
  position: relative;
}
.temp-1 .guide-img-reg .box .detail img {
  width: 221px;
}
.temp-1 .guide-img-reg .box .detail .flow-exp {
  width: 226px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px auto 0 auto;
}
.temp-1 .guide-img-reg .arr {
  position: relative;
  top: 220px;
}
@media screen and (max-width: 430px) {
  .temp-1 .guide-img-reg {
    gap: 60px;
  }
}
.temp-1 .guide-img-reg::after {
  content: "";
  display: block;
  max-width: 346px;
  width: 100%;
}
.temp-1 .cau {
  font-size: 1.4rem;
  line-height: 22px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 430px) {
  .temp-1 .cau {
    line-height: 21px !important;
    margin-bottom: 10px;
  }
}
.temp-1 .account-02 {
  margin-top: 60px;
}
.temp-1 .account-02 .guide-img {
  margin: 40px 0 0 0;
}
.temp-1 .account-02 .cau {
  margin-top: 30px;
}
.temp-1 .guide-img-show {
  padding: 0 50px;
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.temp-1 .guide-img-show .box {
  margin-right: auto;
  text-align: left;
  max-width: 131px;
  width: 100%;
}
.temp-1 .guide-img-show .box .detail {
  position: relative;
}
.temp-1 .guide-img-show .box .detail img {
  width: 100%;
}
.temp-1 .guide-img-show .box .detail .flow-exp {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0 0 0;
}
.temp-1 .guide-img-show .arr {
  position: relative;
  top: 125px;
}
.temp-1 .guide-img-show .arr img {
  width: 29px;
  height: auto;
}
.temp-1 .first .box {
  margin-bottom: 30px;
}
.temp-1 .guide-img-show::after {
  content: "";
  display: block;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .temp-1 .guide-img-show {
    margin: 40px 0 40px 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 45px;
  }
  .temp-1 .guide-img-show .box {
    margin-right: 0;
    max-width: 167px;
    width: 100%;
  }
  .temp-1 .guide-img-show .arr {
    position: relative;
    top: 160px;
  }
  .temp-1 .guide-img-show .arr img {
    width: 35px;
    height: auto;
  }
  .temp-1 .guide-img-show::after {
    content: "";
    display: block;
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .temp-1 .guide-img-show {
    margin: 40px 0 40px 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 30px;
  }
  .temp-1 .guide-img-show .box {
    margin-right: 0;
    max-width: 120px;
    width: 100%;
  }
  .temp-1 .guide-img-show .arr {
    position: relative;
    top: 105px;
  }
  .temp-1 .guide-img-show::after {
    content: "";
    display: block;
    max-width: 180px;
    width: 100%;
  }
}
.temp-1 .guide-img-show-2 {
  padding: 0 50px;
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.temp-1 .guide-img-show-2 .box {
  margin-right: auto;
  text-align: left;
  max-width: 131px;
  width: 100%;
}
.temp-1 .guide-img-show-2 .box .detail {
  position: relative;
}
.temp-1 .guide-img-show-2 .box .detail img {
  width: 100%;
}
.temp-1 .guide-img-show-2 .box .detail .flow-exp {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0 0 0;
}
.temp-1 .guide-img-show-2 .arr {
  position: relative;
  top: 125px;
}
.temp-1 .guide-img-show-2 .arr img {
  width: 29px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .temp-1 .guide-img-show-2 {
    margin: 40px 0 40px 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 45px;
  }
  .temp-1 .guide-img-show-2 .box {
    margin-right: 0;
    max-width: 167px;
    width: 100%;
  }
  .temp-1 .guide-img-show-2 .arr {
    position: relative;
    top: 160px;
  }
  .temp-1 .guide-img-show-2 .arr img {
    width: 35px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .temp-1 .guide-img-show-2 {
    margin: 40px 0 40px 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 30px;
  }
  .temp-1 .guide-img-show-2 .box {
    margin-right: 0;
    max-width: 120px;
    width: 100%;
  }
  .temp-1 .guide-img-show-2 .arr {
    position: relative;
    top: 105px;
  }
}
.temp-1 .guide-img-resale {
  padding: 0;
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.temp-1 .guide-img-resale .box {
  margin-right: 0;
  text-align: left;
  max-width: 130px;
  width: 100%;
}
.temp-1 .guide-img-resale .box .detail {
  position: relative;
}
.temp-1 .guide-img-resale .box .detail img {
  width: 100%;
}
.temp-1 .guide-img-resale .box .detail .flow-exp {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0 0 0;
}
.temp-1 .guide-img-resale .arr {
  position: relative;
  top: 115px;
}
.temp-1 .guide-img-resale .arr img {
  width: 29px;
  height: auto;
}
.temp-1 .guide-img-resale::after {
  content: "";
  display: block;
  max-width: 780px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .temp-1 .guide-img-resale::after {
    content: "";
    display: block;
    max-width: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .temp-1 .guide-img-resale {
    margin: 40px 0 40px 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 45px;
  }
  .temp-1 .guide-img-resale .box {
    margin-right: 0;
    max-width: 167px;
    width: 100%;
  }
  .temp-1 .guide-img-resale .arr {
    position: relative;
    top: 160px;
  }
  .temp-1 .guide-img-resale .arr img {
    width: 35px;
    height: auto;
  }
  .temp-1 .guide-img-resale::after {
    content: "";
    display: block;
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .temp-1 .guide-img-resale {
    margin: 40px 0 40px 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 30px;
  }
  .temp-1 .guide-img-resale .box {
    margin-right: 0;
    max-width: 120px;
    width: 100%;
  }
  .temp-1 .guide-img-resale .arr {
    position: relative;
    top: 105px;
  }
  .temp-1 .guide-img-resale::after {
    content: "";
    display: block;
    max-width: 131px;
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .flow-exp {
    font-size: 1.5rem !important;
    line-height: 2.4rem !important;
  }
}
#face .bg {
  padding-top: 50px;
  padding-bottom: 40px;
}

#ticket {
  border-bottom: #000 1px solid;
  padding-bottom: 90px;
}
@media screen and (max-width: 430px) {
  #ticket {
    padding-bottom: 50px;
  }
}
#ticket .sec {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#ticket .sec .ticket-link {
  width: 100%;
  margin: 60px 0 40px 0;
  border: #000 2px solid;
  text-align: left;
  padding: 50px;
}
#ticket .sec .ticket-link h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#ticket .sec .cau {
  line-height: 2.6rem;
  text-align: left;
}
@media screen and (max-width: 430px) {
  #ticket .sec {
    width: 80%;
  }
  #ticket .sec .ticket-link {
    margin: 40px 0 30px 0;
    border: #000 2px solid;
    padding: 40px;
  }
  #ticket .sec .ticket-link h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #ticket .sec .cau {
    line-height: 2.6rem;
    text-align: left;
  }
}

#registration {
  border-bottom: #000 1px solid;
  padding-bottom: 90px;
}
@media screen and (max-width: 430px) {
  #registration {
    padding-bottom: 10px;
  }
}
#registration .exp {
  display: flex;
  justify-content: center;
}
#registration .exp div p {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 430px) {
  #registration .exp {
    padding: 0 5%;
  }
  #registration .exp div p {
    margin-bottom: 20px;
  }
}
#registration .sec {
  padding: 0;
}
#registration .sec .box {
  position: relative;
  display: flex;
  justify-content: center;
}
#registration .sec .box .detail {
  text-align: center;
}
#registration .sec .box .detail div:first-child {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.4rem;
  height: 70px;
  text-align: left;
}
#registration .sec .box .detail .en {
  font-size: 1.65rem !important;
  line-height: 1.8rem !important;
}
#registration .sec .box .detail .flow-exp {
  text-align: left;
}
#registration .sec .sec-no {
  position: absolute;
  top: -25px;
  left: 20px;
}

#guest .bg {
  padding-top: 50px;
  padding-bottom: 40px;
}
#guest .exp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#guest .exp div p {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
#guest .exp div:nth-child(2) {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 430px) {
  #guest .exp {
    padding: 0 10%;
  }
  #guest .exp div p {
    margin-bottom: 20px;
  }
  #guest .exp div:nth-child(2) {
    margin: 10px 0 0 0;
  }
}

#show .bg {
  padding-top: 50px;
  padding-bottom: 40px;
}
#show h2 {
  margin-bottom: 40px;
}
#show h3:nth-of-type(3) {
  margin-top: 30px;
}
#show span {
  color: #e33a47;
}

#enter {
  border-bottom: #000 1px solid;
  padding-bottom: 70px;
}
#enter .sec {
  max-width: 1280px;
}
#enter .guide-img-enter {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
}
#enter .guide-img-enter .box {
  text-align: left;
  display: block;
}
#enter .guide-img-enter .box .detail {
  position: relative;
}
#enter .guide-img-enter .box .detail img {
  width: 100%;
}
#enter .guide-img-enter .box .detail .flow-exp {
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin: 20px 0 0 0;
}
#enter .guide-img-enter .box .detail .img2 {
  margin: 105px 0 0 0;
}
#enter .guide-img-enter .box .detail .img3 {
  margin: 65px 0 0 0;
}
#enter .guide-img-enter .en-img-1 {
  max-width: 180px;
  width: 100%;
}
#enter .guide-img-enter .en-img-2 {
  max-width: 250px;
  width: 100%;
  margin-top: 55px;
}
#enter .guide-img-enter .en-img-3 {
  max-width: 190px;
  width: 100%;
  margin-top: 45px;
}
#enter .guide-img-enter .en-img-4 {
  max-width: 180px;
  width: 100%;
}
#enter .guide-img-enter .arr {
  position: relative;
  top: 160px;
}
#enter .guide-img-enter .arr img {
  width: 35px;
  height: auto;
}
#enter .guide-img-enter::after {
  content: "";
  display: block;
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #enter .guide-img-enter .en-img-1 {
    max-width: 180px;
    width: 100%;
  }
  #enter .guide-img-enter .en-img-2 {
    max-width: 250px;
    width: 100%;
  }
  #enter .guide-img-enter .en-img-3 {
    max-width: 190px;
    width: 100%;
  }
  #enter .guide-img-enter .en-img-4 {
    max-width: 180px;
    width: 100%;
    margin-right: auto;
  }
  #enter .guide-img-enter .arr {
    position: relative;
    top: 160px;
  }
}
@media screen and (max-width: 767px) {
  #enter .guide-img-enter {
    margin: 50px 0 0 0;
    display: block;
    text-align: center;
    flex-wrap: nowrap;
  }
  #enter .guide-img-enter .box {
    display: block;
    margin: 40px auto;
  }
  #enter .guide-img-enter .box .detail .img2 {
    margin: 20px 0 0 0;
  }
  #enter .guide-img-enter .box .detail .img3 {
    margin: 20px 0 0 0;
  }
  #enter .guide-img-enter .en-img-4 {
    margin-bottom: 0;
  }
  #enter .guide-img-enter .arr {
    position: relative;
    top: 0;
    transform: rotate(90deg);
  }
}

#resale .bg {
  padding-top: 50px;
  padding-bottom: 40px;
}
#resale .sec {
  max-width: 1280px;
}
#resale .exp .cau {
  margin-top: 20px;
  padding-left: 0;
  text-indent: -0.5em;
}
#resale .exp .cau span {
  color: #000;
}
#resale .exp .cau span::before {
  content: "⚠️";
  margin-right: 2px;
  color: #ffcc00;
  font-size: 1.4rem;
  vertical-align: middle;
}
#resale .box span {
  color: #e33a47;
}/*# sourceMappingURL=style.css.map */