/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
	sellers
------------------------------ */
#page_sellers {
  overflow: hidden;
}

#sec_mv {
  position: relative;
  height: 59rem;
  max-width: 140rem;
  margin: 0 auto;
}
#sec_mv .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 90rem;
  height: 100%;
}
#sec_mv .wrap {
  padding-top: 8rem;
}
#sec_mv .ttl {
  font-size: 4.4rem;
  line-height: 1.6;
  letter-spacing: 0.22em;
}
#sec_mv .txt {
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 2.6;
  letter-spacing: 0.14em;
}
#sec_mv .pict {
  margin-top: 4rem;
  padding-left: 24rem;
}
@media screen and (max-width: 767px) {
  #sec_mv {
    height: auto;
  }
  #sec_mv .bg {
    position: static;
    width: 100%;
    height: auto;
  }
  #sec_mv .bg img {
    width: 100%;
  }
  #sec_mv .wrap {
    padding-top: 4rem;
  }
  #sec_mv .ttl {
    font-size: 3.4rem;
  }
  #sec_mv .txt {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  #sec_mv .pict {
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    top: -4rem;
    z-index: 1;
  }
  #sec_mv .pict img {
    width: 10rem;
  }
}

#sec_contract {
  background: #f6f4f0;
  padding: 8rem 0;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #sec_contract {
    margin-top: 6.8rem;
    padding: 5rem 0 8rem;
  }
}
#sec_contract .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec_contract .ttl_wrap .ja {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#sec_contract .ttl_wrap .en {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
#sec_contract .ttl_wrap .txt {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sec_contract .ttl_wrap {
    display: block;
  }
  #sec_contract .ttl_wrap .ja {
    font-size: 2.2rem;
  }
  #sec_contract .ttl_wrap .en {
    font-size: 1.4rem;
    line-height: 2.2;
    margin-left: 0;
  }
  #sec_contract .ttl_wrap .txt {
    font-size: 1.4rem;
    margin-top: 2em;
  }
}
#sec_contract .table_wrap {
  width: 88rem;
  margin: 8rem auto;
  text-align: center;
}
#sec_contract .table_wrap table {
  width: 100%;
  border-collapse: collapse;
}
#sec_contract .table_wrap table th,
#sec_contract .table_wrap table td {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
  width: 22rem;
  height: 6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
#sec_contract .table_wrap table th:first-child,
#sec_contract .table_wrap table td:first-child {
  border-left: none;
}
#sec_contract .table_wrap table th:last-child,
#sec_contract .table_wrap table td:last-child {
  border-right: none;
}
#sec_contract .table_wrap table th {
  background: #ee8d48;
  color: #fff;
}
#sec_contract .table_wrap table th:first-child {
  border: none;
  background: #f6f4f0;
}
#sec_contract .table_wrap table tr:first-child th,
#sec_contract .table_wrap table tr:first-child td {
  border-top: none;
}
#sec_contract .table_wrap table tr:last-child th,
#sec_contract .table_wrap table tr:last-child td {
  border-bottom: none;
}
#sec_contract .table_wrap table tr:nth-child(2) td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  #sec_contract .table_wrap {
    width: 100vw;
    margin: 2rem -10vw 8rem;
    padding: 2rem 10vw;
    overflow-x: auto;
  }
  #sec_contract .table_wrap table {
    width: 88rem;
    white-space: nowrap;
  }
}
#sec_contract .flex .item {
  background: #fff;
  padding: 5rem 10rem;
  width: 49%;
  position: relative;
}
#sec_contract .flex .num {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
#sec_contract .flex .ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
#sec_contract .flex .img {
  text-align: center;
  margin: 4rem 0;
}
#sec_contract .flex .txt {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sec_contract .flex {
    display: block;
  }
  #sec_contract .flex .item {
    width: 100%;
    padding: 4rem 10vw;
  }
  #sec_contract .flex .item + .item {
    margin-top: 6rem;
  }
  #sec_contract .flex .num {
    font-size: 2.8rem;
  }
}
#sec_contract .illust01 {
  position: absolute;
  right: 5.2rem;
  top: -20.6rem;
}
@media screen and (max-width: 767px) {
  #sec_contract .illust01 {
    right: -1rem;
    top: -5rem;
  }
}
#sec_contract .illust01 .fukidashi {
  position: absolute;
  left: -7.4rem;
  top: -6.8rem;
  scale: 0.2;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
#sec_contract .illust01 .fukidashi.is-show {
  -webkit-animation-name: fukidashi;
          animation-name: fukidashi;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#sec_contract .illust01 .fukidashi img {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  #sec_contract .illust01 .fukidashi img {
    width: 9.6rem;
  }
}
#sec_contract .illust01 .illust_main img {
  width: 14.5rem;
}
@media screen and (max-width: 767px) {
  #sec_contract .illust01 .illust_main img {
    width: 10rem;
  }
}

#sec_others .box {
  position: relative;
}
#sec_others .box .flex {
  width: 140rem;
  margin: 10rem auto;
  position: relative;
  z-index: 1;
}
#sec_others .box .flex_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 73rem;
  position: relative;
}
#sec_others .box .flex_img img {
  width: 100%;
}
#sec_others .box .flex_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_others .box .flex {
    display: block;
    width: 100%;
    margin: 8rem auto;
  }
  #sec_others .box .flex_img {
    width: 100%;
    padding-right: 10vw;
  }
  #sec_others .box .flex_detail {
    padding: 0;
  }
}
#sec_others .box .inner {
  width: 42rem;
}
#sec_others .box .inner .ttl {
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
}
#sec_others .box .inner .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1px;
  background: #ee8d48;
}
#sec_others .box .inner .sttl {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.14em;
  margin: 2em 0;
}
#sec_others .box .inner .txt {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
#sec_others .box .inner .btn_arrow {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #sec_others .box .inner .btn_arrow a {
    font-size: 1.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    text-align: left;
    padding-left: 3em;
    padding-right: 6em;
  }
}
@media screen and (max-width: 767px) {
  #sec_others .box .inner {
    width: 80%;
    margin: 3rem auto 0;
  }
  #sec_others .box .inner .ttl {
    font-size: 2.8rem;
    padding-left: 0;
  }
  #sec_others .box .inner .ttl::before {
    display: none;
  }
  #sec_others .box .inner .sttl {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 1.5em 0;
  }
  #sec_others .box .inner .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  #sec_others .box .inner .btn_arrow {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec_others .box:first-child .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec_others .box:first-child .flex_detail {
    padding-top: 0;
  }
}
#sec_others .box:nth-child(odd) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #sec_others .box:nth-child(odd) .flex_img {
    padding-right: 0;
    padding-left: 10vw;
  }
}
#sec_others .box:nth-child(even) {
  margin-bottom: 14rem;
}
#sec_others .box:nth-child(even)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4rem;
  height: calc(100% + 4rem);
  width: calc(50vw + 52rem);
  background: #f6f4f0;
}
@media screen and (max-width: 767px) {
  #sec_others .box:nth-child(even) {
    margin-bottom: 8rem;
  }
  #sec_others .box:nth-child(even)::before {
    height: calc(100% + 10rem);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec_others .box:nth-child(2) .flex_detail {
    padding-top: 2rem;
  }
}
#sec_others .box:nth-child(3) .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #sec_others .box:nth-child(3) .flex {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #sec_others .box:nth-child(3) .flex_detail {
    padding-top: 2rem;
  }
}
#sec_others .illust02 {
  position: absolute;
  left: 4.4rem;
  bottom: -6.4rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust02 {
    left: auto;
    right: 1.5rem;
    bottom: -10rem;
  }
}
#sec_others .illust02 .fukidashi {
  position: absolute;
  left: -10.2rem;
  top: -3.8rem;
  scale: 0.2;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media screen and (max-width: 767px) {
  #sec_others .illust02 .fukidashi {
    left: -9.6rem;
    top: -2.6rem;
  }
}
#sec_others .illust02 .fukidashi.is-show {
  -webkit-animation-name: fukidashi;
          animation-name: fukidashi;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#sec_others .illust02 .fukidashi img {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust02 .fukidashi img {
    width: 9.6rem;
  }
}
#sec_others .illust02 .illust_main img {
  width: 14.9rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust02 .illust_main img {
    width: 10rem;
  }
}
#sec_others .illust03 {
  position: absolute;
  left: 9.2rem;
  bottom: -15.4rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust03 {
    left: auto;
    right: 1.5rem;
    bottom: -10rem;
  }
}
#sec_others .illust03 .illust_main img {
  width: 15.1rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust03 .illust_main img {
    width: 10.5rem;
  }
}
#sec_others .illust04 {
  position: absolute;
  left: -2.6rem;
  bottom: -7.8rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust04 {
    left: auto;
    right: -0.4rem;
    bottom: -12.6rem;
  }
}
#sec_others .illust04 .fukidashi {
  position: absolute;
  left: -4.2rem;
  top: -7.8rem;
  scale: 0.2;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media screen and (max-width: 767px) {
  #sec_others .illust04 .fukidashi {
    left: -5.2rem;
    top: -7.6rem;
  }
}
#sec_others .illust04 .fukidashi.is-show {
  -webkit-animation-name: fukidashi;
          animation-name: fukidashi;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#sec_others .illust04 .fukidashi img {
  width: 9.4rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust04 .fukidashi img {
    width: 8.6rem;
  }
}
#sec_others .illust04 .illust_main img {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  #sec_others .illust04 .illust_main img {
    width: 12.6rem;
  }
}

#sec_flow {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  #sec_flow {
    padding: 14rem 0 6rem;
  }
  #sec_flow .wrap {
    width: 90%;
  }
}
#sec_flow .bnr a {
  background: url(../img/sellers/flow_bg_pc02@2x.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  height: 22rem;
  padding: 0 6rem;
}
#sec_flow .bnr a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #sec_flow .bnr a {
    background-image: url(../img/sellers/flow_bg_sp02@2x.jpg);
    display: block;
    height: auto;
    padding: 5rem;
    text-align: center;
  }
}
#sec_flow .bnr .ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 6rem;
}
#sec_flow .bnr .ttl .en {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#sec_flow .bnr .ttl .ja {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#sec_flow .bnr .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
#sec_flow .bnr .ico_arrow {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_flow .bnr .ttl {
    margin: 0 0 2rem;
  }
  #sec_flow .bnr .txt {
    text-align: left;
    margin-bottom: 2rem;
  }
}
#sec_flow .illust05 {
  position: absolute;
  right: -29.4rem;
  top: -42.8rem;
  z-index: -1;
  scale: 0.1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#sec_flow .illust05.is-show {
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  #sec_flow .illust05 {
    right: -10rem;
    top: -20.6rem;
  }
}
#sec_flow .illust05 .illust_main img {
  width: 64.7rem;
}
@media screen and (max-width: 767px) {
  #sec_flow .illust05 .illust_main img {
    width: 31rem;
  }
}

#sec_qa {
  background: #f6f4f0;
  margin-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_qa {
    margin-top: 6rem;
    padding-bottom: 8rem;
    margin-bottom: 6rem;
  }
}
#sec_qa .wrap {
  max-width: 109.8rem;
}
#sec_qa .ttl_wrap {
  text-align: center;
  position: relative;
  top: -2.5rem;
}
#sec_qa .ttl_wrap .en {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_qa .ttl_wrap .en {
    font-size: 3.2rem;
  }
}
#sec_qa .ttl_wrap .ja {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_qa .ttl_wrap {
    top: 0;
    padding-top: 6rem;
    margin-bottom: 2rem;
  }
  #sec_qa .ttl_wrap .ja {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #sec_qa .flex {
    display: block;
  }
}
#sec_qa .flex > div {
  -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%;
}
#sec_qa .flex .qa dt {
  background: #fff;
  padding: 1.5em 2.5em;
  border-radius: 100px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1rem 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
#sec_qa .flex .qa dt .ico {
  position: absolute;
  width: 1em;
  height: 1em;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec_qa .flex .qa dt .ico::before, #sec_qa .flex .qa dt .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #ee8d48;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#sec_qa .flex .qa dt .ico::after {
  width: 1px;
  height: 100%;
}
#sec_qa .flex .qa dt:hover:not(.acd-open) {
  background: #ee8d48;
  color: #fff;
}
#sec_qa .flex .qa dt:hover:not(.acd-open) .ico::before, #sec_qa .flex .qa dt:hover:not(.acd-open) .ico::after {
  background: #fff;
}
#sec_qa .flex .qa dt.acd-open {
  background: #e6e1d7;
}
#sec_qa .flex .qa dt.acd-open .ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  #sec_qa .flex .qa dt {
    padding: 1em 2.5em 1em 1.5em;
  }
  #sec_qa .flex .qa dt .ico {
    right: 1em;
  }
}
#sec_qa .flex .qa dd {
  padding: 1em 3em 2rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
#sec_qa .flex .qa dd::before {
  content: "A.";
  font-family: "Marcellus", serif;
  color: #ee8d48;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  #sec_qa .flex .qa dd {
    padding: 1rem 2rem 2rem;
  }
}
#sec_qa .txt.tac {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}

@-webkit-keyframes fukidashi {
  0% {
    scale: 0.2;
  }
  80% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}

@keyframes fukidashi {
  0% {
    scale: 0.2;
  }
  80% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes star {
  0% {
    scale: 0.1;
  }
  80% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes star {
  0% {
    scale: 0.1;
  }
  80% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}