@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #666;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: underline;
  color: #ad5a48;
}
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

#wrapper {
  width: 100%;
  background: #efefef;
  padding: 0 0;
}

header {
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient(-10deg, #ffd59f 0%, #f7818c 100%);
  padding: 3%;
}
header .headerArea {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
header .headerArea .banner {
  position: absolute;
  right: 0;
  top: 20%;
  width: 15%;
}
header .headerArea .banner a {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 2%;
}
header .headerArea .banner a:hover {
  background: #fff;
  color: #ad5a48;
}
header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1%;
}
header h2 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 768px) {
  header .headerArea {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  header .headerArea .banner {
    margin-top: 2%;
    position: static;
    display: block;
    width: 100%;
  }
  header .headerArea .banner a {
    padding: 1%;
  }
  header .headerArea .banner a:hover {
    background: #fff;
    color: #ad5a48;
  }
}
/*******************note**************************/
.noteArea {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 5%;
  padding: 1%;
  border: 1px solid #ad5a48;
  box-sizing: border-box;
}
.noteArea h2 {
  font-size: 2rem;
  margin-bottom: 1%;
  color: #ad5a48;
  letter-spacing: 1px;
}
.noteArea .note {
  border-bottom: 1px solid #ad5a48;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
.noteArea dd {
  width: 100%;
}

/*******************app**************************/
#app {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #f0f7fa;
}

.step {
  width: 40%;
  padding: 5% 0;
}
.step-inner {
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto;
  padding: 5%;
  border-style: solid;
  border-width: 10px;
  border-color: white;
  border-radius: 30px;
  background-color: #f0f7fa;
  box-shadow: 0px 1px 20px 2px #dde6ea;
}
.step-inner .header {
  margin-bottom: 8%;
}
.step-inner h2 {
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin-bottom: 2%;
  color: #868585;
}

.step01 textarea {
  height: 50px;
  width: 100%;
  border: 3px solid #fff;
  margin-bottom: 10%;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 3%;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
}
.step01 textarea::placeholder {
  color: #ccc;
}
.step01 textarea:focus {
  outline: none;
  background: #ffccad;
}
.step01 .dice_color {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.step01 .dice_color .colorBox {
  width: 20%;
}
.step01 ul {
  display: flex;
  justify-content: space-between;
  background: #efefef;
  color: #cccccc;
  width: 75%;
  overflow: hidden;
  border-radius: 50px;
  border: 3px solid #fff;
}
.step01 ul li {
  cursor: pointer;
  width: 50%;
  letter-spacing: 0.3rem;
  font-weight: bold;
  display: flex;
}
.step01 ul li input {
  display: none;
}
.step01 ul li input + label {
  padding: 8% 0;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.step01 ul li input:checked + label {
  background: linear-gradient(-10deg, #ffd59f 0%, #f7818c 100%);
  color: #fff;
  transition: background-color 0.2s;
}
.step01 ul li input:checked + label.ccb {
  border-radius: 5px 0 0 5px;
}
.step01 ul li input:checked + label.cc {
  border-radius: 0 5px 5px 0;
}
.step01 ul li span {
  display: block;
  width: 100%;
}
.step01 .optionBox {
  border-radius: 15px;
  padding: 5% 0;
  gap: 20px;
}
.step01 .optionBox .optionArea {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.step01 .optionBox .optionlist .checkShokichi {
  width: 33%;
}
.step01 .optionBox h3 {
  color: #868585;
  letter-spacing: 0.2rem;
  margin-bottom: 3%;
}
.step01 .acc {
  letter-spacing: 1.2px;
  color: #7f7f7f;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  /*    & + div{
        display: none;
        margin-top: 3%;
      }*/
}
.step01 .acc:before, .step01 .acc:after {
  content: "";
  width: 13px;
  height: 1px;
  background: #7f7f7f;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.step01 .acc:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.step01 .acc.selected:after {
  transform: rotate(180deg);
}
.step01 .checkShokichi {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step01 .checkShokichi .shokichiBox {
  width: 100%;
}
.step01 .colorBox {
  margin-top: -4px;
  /*------ Style 1 ------*/
}
.step01 .colorBox #style1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: calc(100% + 4px);
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.step01 .colorBox #style1::-webkit-color-swatch {
  border: 3px solid #fff;
  border-radius: 50px;
}
.step01 .colorBox #style1::-moz-color-swatch {
  border-radius: 50px;
  border: 3px solid #fff;
}
.step01 .colorBox label {
  color: #fff;
  position: relative;
  top: -75%;
}
.step01 .checkShokichi {
  margin-bottom: 5%;
  /*    input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border: none;
        margin-right: 3%;
        opacity: .6;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
      }
      input[type="checkbox"]:checked + label{
        background: #f9a995;
        color: #fff;
      }
      input[type="checkbox"]:checked + label:before {
        width: 5px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border: 1px solid #fff;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }*/
}
.step01 .checkShokichi input[type=checkbox] {
  display: none;
}
.step01 .checkShokichi input[type=checkbox] + label {
  position: relative;
  padding: 3%;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  color: #cccccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #efefef;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
}
.step01 .checkShokichi input[type=checkbox] + label:hover {
  border: 2px solid #fff;
  background: #f9a995;
  color: #fff;
}
.step01 .checkShokichi input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.step01 .checkShokichi input[type=checkbox]:checked + label {
  background: #f9a995;
  color: #fff;
}

.step02 {
  color: #868585;
  font-size: 1.2rem;
}
.step02 button {
  background: linear-gradient(-10deg, #ffd59f 0%, #f7818c 100%);
  margin: 0 0 10%;
  width: 80%;
  padding: 0;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.step02 button p {
  padding: 5% 0;
}
.step02 button::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -3px;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  /* 外枠は同じグラデ */
  background: linear-gradient(-10deg, #ffd59f 0%, #f7818c 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.step02 button:hover {
  opacity: 0.7;
}
.step02 .output {
  border: none;
  border-radius: 20px;
  margin: 0 auto;
  padding: 10px;
  width: 80%;
  background: #e3edf7;
  color: #868585;
}
.step02 .output p {
  padding: 2% 0 0;
}
.step02 .moreBtn {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 2%;
  box-sizing: border-box;
}

#ctxt {
  color: #868585;
  height: 150px;
  font-size: 1.2rem;
  overflow: scroll;
  padding: 3%;
}
#ctxt::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  #app {
    display: block;
  }

  .step {
    width: 100%;
  }

  .step-inner {
    width: 90%;
  }
}
/*----------textBox----------*/
.textBox {
  border-radius: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 2% auto;
  border: 1px solid #000;
  box-sizing: border-box;
}
.textBox h2 {
  padding: 1%;
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: normal;
}
.textBox ul {
  padding: 1% 5%;
  display: none;
}
.textBox ul li {
  list-style: disc;
  margin-bottom: 2%;
}
.textBox strong {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #f9a995 70%);
}

@media (max-width: 768px) {
  .textBox {
    width: 90%;
    margin: 5% auto;
  }
  .textBox h2 {
    padding: 2%;
    font-size: 1.6rem;
  }
  .textBox ul {
    padding: 3% 8%;
    display: none;
  }
  .textBox ul li {
    list-style: disc;
    margin-bottom: 2%;
  }
}
/*----------snsArea----------*/
.snsArea {
  position: fixed;
  top: 20%;
  right: 5%;
  text-align: center;
}
.snsArea h1 {
  color: #ad5a48;
  margin-bottom: 1%;
}
.snsArea p a {
  background: linear-gradient(-10deg, #ffd59f 0%, #f7818c 100%);
  padding: 25% 2%;
  display: block;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.snsArea p a:hover {
  background: #f9a995;
  color: #fff;
}

@media (max-width: 768px) {
  .snsArea {
    position: static;
    width: 15%;
  }
  .snsArea p a {
    border: 1px solid #ad5a48;
  }
}
footer {
  background: #666;
  padding: 2%;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
}

.copy-value {
  cursor: pointer;
  position: relative;
}

/* Tooltip */
.tooltip::before {
  content: "記憶しました！";
  background: #ad5a48;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  padding: 5%;
  animation: fade-tooltip 0.5s 1s 1 forwards;
  -webkit-mask: none;
  -webkit-mask-composite: none;
  mask-composite: none;
}

/* Animation */
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.fetch-status {
  margin: -6% 0 8%;
  font-size: 1.2rem;
  color: #605e5e;
}

.fetch-status.error {
  color: #c0392b;
}

.admax-ads {
  position: fixed;
  width: 10% !important;
  bottom: 10px;
  left: 0;
}

/* Step2 overlay lock */
.step2-inner {
  position: relative;
}

.step2-overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 20px;
}

.step2-overlay__box {
  width: 88%;
  max-width: 520px;
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.step2-overlay__box.error {
  border-color: rgba(192, 57, 43, 0.35);
}

.step2-overlay__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #605e5e;
  letter-spacing: 0.2rem;
}

.step2-overlay__detail {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #605e5e;
  line-height: 1.6;
}

.copy-value:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

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