@charset "utf-8";

/* === #footer === */
@media (min-width: 768px) {
  #footer {
    margin-bottom: 62px;
  }
}
@media not all and (min-width: 768px) {
  #footer {
    margin-bottom: 56px;
  }
}

/* === parts === */
@media (min-width: 768px) {
  .mt--pc-20 {
    margin-top: 20px;
  }
}

@media not all and (min-width: 768px) {
  .mt--sp-10 {
    margin-top: 10px;
  }
}

a:hover {
  opacity: .5;
}

/* === #fixedBtnArea === */
#fixedBtnArea {
  border-top: 1px solid #eee;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 16px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  #fixedBtnArea .btnBox a {
    width: 480px;
    margin: 0 auto;
  }
  #fixedBtnArea .btnBox a::after {
    right: 16px;
  }
}
@media not all and (min-width: 768px) {
  #fixedBtnArea {
    min-height: 56px;
    letter-spacing: 0;
    column-gap: 8px;
  }
  #fixedBtnArea .btnBox {
    flex: 1;
  }
  #fixedBtnArea .btnBox a {
    width: 100%;
    font-size: calc(15 / 16 * 1rem);
  }
  #fixedBtnArea .btnBox a::after {
    right: 8px;
  }
}

/* === #mv === */
#mv div img {
  display: block;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  #mv .container__under02 {
    padding: 0;
  }
}

/* === #outline === */
#outline {
  
}
@media screen and (min-width: 768px) {
}
@media not all and (min-width: 768px) {
  
}


/* === #flow > ol === */
#flow ol > li::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fcc;
}
#flow ol > li:last-child::after {
  content: none;
}
@media (min-width: 768px) {
  #flow ol > li::after {
    width: 200px;
    height: 30px;
    margin: 8px auto;
  }
}
@media not all and (min-width: 768px) {
  #flow ol > li::after {
    width: 100px;
    height: 20px;
    margin: 4px auto;
  }
}

/* === #flow .ttl === */
#flow .ttl {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e0e0e0;
  position: relative;
  cursor: pointer;
}
#flow .ttl p {
  line-height:1.2;
}
#flow .ttl .step {
  color: #fff;
  font-weight: bold;
  left:0;background: #ad0011;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#flow .ttl .step span {
  color: #fff;
  line-height: 1;
}
#flow .ttl::before {
  content:"";
  background:#970022;
  width:4px;
  height:24px;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-12px;
  margin-right:38px;
  transition: all 0.3s;
}
#flow .ttl::after {
  content:"";
  background:#970022;
  width:24px;
  height:4px;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-2px;
  margin-right:28px;
  transition: all 0.3s;
}
#flow .ttl.active::before {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  #flow .ttl {
    font-size: calc(41 / 16 * 1rem);
    -webkit-box-align:center;
    align-items:center;
  }
  #flow .ttl p {
    flex: 1;
  }
  #flow .ttl .step {
    font-size: calc(20 / 16 * 1rem);
    width:88px;
    height:104px;
    margin-right:30px;
  }
  #flow .ttl .step span {
    font-size: calc((48 / 16 * 1rem));
  }
}
@media not all and (min-width: 768px) {
  #flow .ttl {
    font-size: calc((21 / 16 * 1rem));
    -webkit-box-align: center;
    align-items: center;
  }
  #flow .ttl p {
    font-size: calc(20 / 16 * 1rem);
    width: 90%;
    padding-right: 35px;
  }
  #flow .ttl .step {
    font-size: calc((16 / 16 * 1rem));
    width: 76px;
    height: 86px;
    margin-right: 12px;
  }
  #flow .ttl .step span {
    font-size: calc((40 / 16 * 1rem));
  }
  #flow .ttl::before {
	margin-right:20px;
  }
  #flow .ttl::after {
	margin-right:10px;
  }
}

/* === .ttl+div === */
#flow .ttl+div {
  display: none;
  border: 1px solid #e0e0e0;
  border-top: none;
}
#flow .icn_seicho,
#flow .icn_tsumitate {
  display: inline-block;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 6px;
}
#flow .icn_seicho {
  color: #00008b;
  background-color: #c8e7fa;
}
#flow .icn_tsumitate {
  color: #d00000;
  background-color: #ffdf05;
}
#flow .ttl+div .innerFlexBox .btnBox p {
  text-align: center;
}
@media (min-width: 768px) {
  #flow .ttl+div {
    padding: 16px;
  }
  #flow .ttl+div strong {
    font-size: 120%;
  }
  #flow .ttl+div .inner_w60p {
    width: 60%;
    margin: 0 auto;
  }
  #flow .ttl+div .innerFlexBox {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #flow .ttl+div .innerFlexBox .btnBox {
    padding: 0 12px;
  }
  #flow .ttl+div .innerFlexBox .btnBox a {
    width: 350px;
    height: 72px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media not all and (min-width: 768px) {
  #flow .ttl+div {
    padding: 12px;
  }
  #flow .ttl+div strong {
    font-size: 110%;
  }
}
.btnBox--center {
  justify-items: center;
}
.appDownloadBox {
  padding: 0.8rem 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  gap: 1.3rem;
  align-items: center;
  justify-content: center;
}
.appDownloadBox__qr {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.appDownloadBox__badges {
  display: flex;
  flex-direction: row;
  gap: 1.3rem;
  align-items: center;
}
.appDownloadBox__link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.appDownloadBox__badge {
  width: auto;
  height: auto;
}
.downloadCta__buttonsSp {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
.downloadCta__buttonSpApple {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.downloadCta__buttonSpApple img {
  width: auto;
  height: 4.5rem;
}
.downloadCta__buttonSpGoogle {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.downloadCta__buttonSpGoogle img {
  width: auto;
  height: 4.5rem;
}
.payment dt {
  margin-top: 4px;
  font-size: 110%;
}
@media not all and (min-width: 768px) {
  .btnBox a {
    width: 90%;
  }
}

/* === #campaignPayb === */
#campaignPayb {
  text-align: center;
}
#campaignPayb img {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #campaignPayb img {
    width: 600px;
  }
}

/* === .contact === */
.contact ruby rt {
  font-weight: normal;
  font-size: calc(11 / 16 * 1rem);
}
