html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  background: #dd6e42;
}
.header__box {
  padding: 7px 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__box {
    padding: 7px 25px;
  }
}
.header__box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header__box-left:hover {
  opacity: 0.7;
}
.header__box-left img {
  max-width: 30px;
}
@media screen and (min-width: 768px) {
  .header__box-left img {
    max-width: 60px;
  }
}
.header__box-lDesc {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__box-lDesc {
    font-size: 2rem;
  }
}
.header__box-right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__box-right a {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}
.header__box-right .switch {
  border: 3px solid #fff;
  width: 33px;
  height: 18px;
  border-radius: 15px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.header__box-right .switch.-f-end {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .header__box-right .switch {
    width: 68px;
    border-radius: 35px;
    border: 7px solid #fff;
    height: 38px;
  }
}
.header__box-right .switch span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__box-right .switch span {
    width: 20px;
    height: 20px;
  }
}
.header__box-right .switch.active span {
  left: calc(100% - 11px);
}
@media screen and (min-width: 768px) {
  .header__box-right .switch.active span {
    left: calc(100% - 22px);
  }
}

.scrape__ttl {
  font-size: 3rem;
  line-height: 1.3529411765;
  color: #4f6d7a;
  text-align: center;
  margin: 24px 0 22px;
}
@media screen and (min-width: 768px) {
  .scrape__ttl {
    font-size: 3.4rem;
    margin: 38px 0 35px;
  }
}
.scrape__form-ttl {
  font-size: 2rem;
  line-height: 1.3333333333;
  color: #dd6e42;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .scrape__form-ttl {
    font-size: 2.4rem;
    margin-bottom: 17px;
  }
  .scrape__form-ttl.-mb {
    margin-bottom: 0;
  }
}
.scrape__basic {
  background-color: rgba(232, 218, 178, 0.5);
  padding: 17px 10px 5px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .scrape__basic {
    padding: 27px 40px 15px;
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 992px) {
  .scrape__basic {
    padding: 27px 50px 15px;
  }
}
.scrape__basic.-mb {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .scrape__basic.-mb {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.scrape__basic-auth-wrpr input {
  max-width: 300px;
  margin-bottom: 10px;
}
.scrape__basic-wrpr {
  margin-bottom: 28px;
}
.scrape__basic-wrpr .scrape__basic-external {
  display: inline-flex;
  align-items: center;
  max-height: initial;
}
.scrape__basic-wrpr:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .scrape__basic-wrpr {
    margin-bottom: 47px;
  }
}
.scrape__basic-wrpr label {
  font-size: 1.6rem;
  line-height: 1.3125;
}
.scrape__basic-wrpr.-mt {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .scrape__basic-wrpr.-mt {
    margin-top: 20px;
  }
}
.scrape__basic-tooltip-txt {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  max-width: 200px;
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  position: relative;
  margin-top: -35px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.scrape__basic-tooltip-txt.active {
  visibility: visible;
  opacity: 1;
}
.scrape__basic-tooltip-txt::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 5px solid transparent;
  left: -10px;
  top: 80%;
  transform: translateY(-50%);
}
.scrape__basic-chkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.scrape__basic-chkbox .scrape__basic-domain {
  max-width: 200px;
}
.scrape__basic-ttl {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 700;
  margin-bottom: 10px;
}
.scrape__basic-ttl.-accordion {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-right: 50px;
}
.scrape__basic-ttl.-accordion::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='add_box_FILL0_wght400_GRAD0_opsz24' d='M133.333-816.667h3.333v-6.667h6.667v-3.333h-6.667v-6.667h-3.333v6.667h-6.667v3.333h6.667Zm-10,6.667a3.21,3.21,0,0,1-2.354-.979,3.21,3.21,0,0,1-.979-2.354v-23.333a3.21,3.21,0,0,1,.979-2.354,3.21,3.21,0,0,1,2.354-.979h23.333a3.21,3.21,0,0,1,2.354.979,3.21,3.21,0,0,1,.979,2.354v23.333a3.21,3.21,0,0,1-.979,2.354,3.21,3.21,0,0,1-2.354.979Zm0-3.333h23.333v-23.333H123.333Zm0-23.333v0Z' transform='translate(-120 840)' fill='%23dd6e42'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.scrape__basic-ttl.-accordion.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='add_box_FILL0_wght400_GRAD0_opsz24' d='M133.333-823.333h10v-3.333H126.667v3.333Zm-10,13.333a3.21,3.21,0,0,1-2.354-.979,3.21,3.21,0,0,1-.979-2.354v-23.333a3.21,3.21,0,0,1,.979-2.354,3.21,3.21,0,0,1,2.354-.979h23.333a3.21,3.21,0,0,1,2.354.979,3.21,3.21,0,0,1,.979,2.354v23.333a3.21,3.21,0,0,1-.979,2.354,3.21,3.21,0,0,1-2.354.979Zm0-3.333h23.333v-23.333H123.333Zm0-23.333v0Z' transform='translate(-120 840)' fill='%23dd6e42'/%3E%3C/svg%3E%0A");
}
.scrape__basic-domain {
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.scrape__basic-domain:focus-visible {
  outline: 1px solid #dd6e42;
}
@media screen and (min-width: 768px) {
  .scrape__basic-domain {
    padding: 11px 17px 13px;
  }
}
.scrape__basic-domain::placeholder {
  color: #d0cece;
}
.scrape__basic-domainDesc {
  font-size: 1.1rem;
  line-height: 1.3571428571;
  color: #89763f;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .scrape__basic-domainDesc {
    font-size: 1.4rem;
  }
}
.scrape__basic-swrpr {
  position: relative;
  margin-bottom: 15px;
}
.scrape__basic-swrpr input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.scrape__basic-swrpr label {
  display: block;
  position: relative;
  padding-left: 30px;
  z-index: 9;
  cursor: pointer;
}
.scrape__basic-swrpr .check {
  display: block;
  position: absolute;
  border: 1px solid #dd6e42;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  transition: border 0.25s linear;
}
.scrape__basic-swrpr .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.25s linear;
}
.scrape__basic-swrpr input[type=radio]:checked ~ .check {
  border: 1px solid #dd6e42;
}
.scrape__basic-swrpr input[type=radio]:checked ~ .check::before {
  background: #dd6e42;
}
.scrape__basic-swrpr input[type=radio]:checked ~ label {
  color: #dd6e42;
}
.scrape__basic-spreadsheetUrl input[type=text] {
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.scrape__basic-spreadsheetUrl input[type=text]:focus-visible {
  outline: 1px solid #dd6e42;
}
@media screen and (min-width: 768px) {
  .scrape__basic-spreadsheetUrl input[type=text] {
    padding: 11px 17px 13px;
  }
}
.scrape__basic-spreadsheetUrl input[type=text]::placeholder {
  color: #fff;
}
.scrape__basic-spreadsheetUrl {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.scrape__basic-spreadsheetUrl.checked {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
  margin-top: 11px;
  padding: 2px;
}
.scrape__submit {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .scrape__submit {
    margin-bottom: 100px;
    margin-top: 30px;
  }
}
.scrape__submit.-return {
  margin-bottom: 57px;
}
.scrape__submit-btn {
  width: 160px;
  font-size: 1.6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #fff;
  background-color: #dd6e42;
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.scrape__submit-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .scrape__submit-btn {
    font-size: 1.8rem;
    width: 250px;
    padding: 18px 0;
  }
}
.scrape__submit-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 6px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .scrape__submit-btn::after {
    width: 25px;
    height: 12px;
    right: 20px;
  }
}
.scrape__submit-btn.-return {
  display: block;
  margin: 40px auto 0;
  text-decoration: none;
  text-align: center;
}
.scrape__progress-box {
  margin: 85px 0 0;
}
.scrape__progress-bar {
  margin-bottom: 95px;
}
.scrape__progress-bar img {
  display: block;
  margin: 0 auto;
}
.scrape__progress-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .scrape__progress-txt {
    font-size: 1.8rem;
  }
}
.scrape__progress-orgtxt {
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #dd6e42;
  text-align: center;
  margin-bottom: 35px;
}
.scrape__progress-link {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  display: block;
  color: #dd6e42;
}

.footer {
  background-color: #dd6e42;
  margin-top: auto;
}
.footer__text {
  font-size: 1.6rem;
  color: #fff;
  padding: 13px 0 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__text {
    padding: 23px 0 26px;
  }
}

.scrape__basic-checkbox-wpr {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .scrape__basic-checkbox-wpr {
    margin-bottom: 20px;
    gap: 44px;
  }
}
.scrape__basic-checkbox-wpr.-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.scrape__basic-checkbox-wpr.depth {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .scrape__basic-checkbox-wpr.depth {
    gap: 0;
    margin-bottom: 25px;
  }
}
.scrape__basic-checkboxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .scrape__basic-checkboxes {
    gap: 20px 55px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.scrape__basic-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.scrape__basic-checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath id='select_check_box_FILL0_wght400_GRAD0_opsz24' d='M121.673-824a1.565,1.565,0,0,1-1.182-.522,1.767,1.767,0,0,1-.492-1.256v-12.444a1.767,1.767,0,0,1,.492-1.256,1.565,1.565,0,0,1,1.182-.522h11.712a1.411,1.411,0,0,1,.314.033,1.525,1.525,0,0,1,.293.1l-1.548,1.644H121.673v12.444h11.712v-5.911l1.673-1.778v7.689a1.767,1.767,0,0,1-.492,1.256,1.565,1.565,0,0,1-1.182.522Zm5.459-3.556-4.727-5.022,1.171-1.244,3.556,3.778,7.676-8.156L136-836.978Z' transform='translate(-120 840)' fill='%23dd6e42'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.scrape__basic-checkbox input:checked + label::before {
  content: none;
}
.scrape__basic-checkbox label {
  padding-left: 21px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.scrape__basic-checkbox label:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath id='check_box_outline_blank_FILL0_wght400_GRAD0_opsz24' d='M121.778-824a1.712,1.712,0,0,1-1.256-.522,1.712,1.712,0,0,1-.522-1.256v-12.444a1.712,1.712,0,0,1,.522-1.256,1.712,1.712,0,0,1,1.256-.522h12.444a1.712,1.712,0,0,1,1.256.522,1.712,1.712,0,0,1,.522,1.256v12.444a1.712,1.712,0,0,1-.522,1.256,1.712,1.712,0,0,1-1.256.522Zm0-1.778h12.444v-12.444H121.778Z' transform='translate(-120 840)' fill='%23dd6e42'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.scrape__basic-checkbox {
  display: flex;
  width: 45%;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .scrape__basic-checkbox {
    gap: 44px;
    width: initial;
  }
}
.scrape__acc {
  position: relative;
  cursor: pointer;
}
.scrape__acc::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='add_box_FILL0_wght400_GRAD0_opsz24' d='M133.333-816.667h3.333v-6.667h6.667v-3.333h-6.667v-6.667h-3.333v6.667h-6.667v3.333h6.667Zm-10,6.667a3.21,3.21,0,0,1-2.354-.979,3.21,3.21,0,0,1-.979-2.354v-23.333a3.21,3.21,0,0,1,.979-2.354,3.21,3.21,0,0,1,2.354-.979h23.333a3.21,3.21,0,0,1,2.354.979,3.21,3.21,0,0,1,.979,2.354v23.333a3.21,3.21,0,0,1-.979,2.354,3.21,3.21,0,0,1-2.354.979Zm0-3.333h23.333v-23.333H123.333Zm0-23.333v0Z' transform='translate(-120 840)' fill='%23dd6e42'/%3E%3C/svg%3E%0A");
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.scrape__acc.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='add_box_FILL0_wght400_GRAD0_opsz24' d='M133.333-823.333h10v-3.333H126.667v3.333Zm-10,13.333a3.21,3.21,0,0,1-2.354-.979,3.21,3.21,0,0,1-.979-2.354v-23.333a3.21,3.21,0,0,1,.979-2.354,3.21,3.21,0,0,1,2.354-.979h23.333a3.21,3.21,0,0,1,2.354.979,3.21,3.21,0,0,1,.979,2.354v23.333a3.21,3.21,0,0,1-.979,2.354,3.21,3.21,0,0,1-2.354.979Zm0-3.333h23.333v-23.333H123.333Zm0-23.333v0Z' transform='translate(-120 840)' fill='%23dd6e42'/%3E%3C/svg%3E%0A");
}
.scrape__acc-box {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.scrape__acc-box.active {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .scrape__acc-box.active {
    margin-bottom: 0;
  }
}
.scrape__basic-external {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.scrape__basic-external.checked {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .scrape__basic-external.checked {
    margin-bottom: 0;
  }
}
.scrape__basic-external select {
  width: 75px;
  border: 1px solid #dd6e42;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .scrape__basic-external select {
    width: 100px;
    padding: 8px 10px;
  }
}
.scrape__basic-external select:focus-visible {
  border: 1px solid #dd6e42 !important;
  outline: none;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

#container {
  width: 220px;
  height: 115px;
  margin: 10px auto 60px;
}
@media screen and (min-width: 768px) {
  #container {
    width: 420px;
    height: 215px;
    margin: 20px auto 120px;
  }
}
#container .progressbar-text {
  font-size: 3rem;
  font-weight: 700;
}

.tooltip {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tooltip img {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.tooltip img:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=app.css.map */
