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

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: #8596c9;
}
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

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

.poppins {
  font-family: "Poppins", sans-serif;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

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

header {
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient(to right, #667eea, #764ba2);
  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: #8596c9;
}
header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
}
header h2 {
  color: #fff;
  letter-spacing: 0.2rem;
  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: #8596c9;
  }
}
/*------------------------------------------------------------
パーツ
------------------------------------------------------------*/
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.btn {
  color: #fff;
  border-radius: 100vh;
  text-align: center;
  font-weight: 600;
  border: none;
  padding: 5px;
  cursor: pointer;
}
.btn--grad {
  font-size: 2rem;
  background: linear-gradient(to right, #4e83f3, #4e63e3);
  width: 120px;
}
.btn--grad ion-icon {
  font-size: 2rem;
}
.btn--grey {
  background: #8596c9;
}
.btn--blue {
  background: #4e64e4;
  font-size: 1.4rem;
}
.btn--blue ion-icon {
  font-size: 1.4rem;
}
.btn.poppins {
  font-weight: 500;
  letter-spacing: 2px;
  vertical-align: middle;
}
.btn ion-icon {
  vertical-align: middle;
  margin-top: -4px;
}
.btn--grad:hover {
  background: #8596c9;
}
.btn--grad:hover ion-icon {
  animation: 0.15s linear rotation;
  animation-iteration-count: 1;
  /*アニメーションを3回再生する*/
}
.btn--grey:hover {
  background: #aaafbb;
}
.btn--blue:hover {
  background: #8596c9;
}

.box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.box h2 {
  font-size: 2rem;
  color: #4e64e4;
  font-weight: 700;
}
.box h2.poppins {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 2.2rem;
}
.box header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5%;
  background: none;
  padding: 0;
}
/*------------------------------------------------------------
diceWrap
------------------------------------------------------------*/
main {
  margin-top: 5%;
}

.diceWrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.boxStatus_Traits {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2%;
}

.statusBox {
  width: 65%;
}

.boxR {
  width: 33%;
}

@media (max-width: 768px) {
  .boxStatus_Traits {
    display: block;
    margin-bottom: 5%;
  }

  .statusBox {
    width: 90%;
    margin: 0 auto 5%;
  }

  .boxR {
    width: 90%;
    margin: 0 auto;
  }
}
/*------------------------------------------------------------
statusRoll
------------------------------------------------------------*/
.statusRoll {
  margin-bottom: 5%;
}
.statusRoll ul {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.statusRoll ul li {
  text-align: center;
  flex: 1;
}
.statusRoll ul li h3 {
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.statusRoll ul li div:nth-of-type(1) {
  text-align: center;
  color: #aaafbb;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.statusRoll ul li div:nth-of-type(2) {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.statusRoll ul li button {
  font-size: 1.4rem;
  width: 60%;
  margin: 0 auto;
}
.statusRoll ul li .max-value {
  color: #0F60EA;
  font-weight: bold;
}
.statusRoll ul li .min-value {
  color: #f32222;
  font-weight: bold;
}

@media (max-width: 768px) {
  .statusRoll ul li {
    text-align: left;
    width: 100%;
    flex: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .statusRoll ul li h3 {
    font-size: 2.2rem;
    width: 24%;
  }
  .statusRoll ul li div:nth-of-type(1) {
    text-align: left;
    font-size: 1.4rem;
    width: 30%;
  }
  .statusRoll ul li div:nth-of-type(2) {
    font-size: 4.4rem;
    width: 24%;
    text-align: center;
  }
  .statusRoll ul li div:nth-of-type(3) {
    text-align: center;
    width: 22%;
  }
  .statusRoll ul li button {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 80%;
  }
}
.calculateValues {
  color: #606060;
  margin-bottom: 3%;
}
.calculateValues ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.calculateValues ul li {
  text-align: center;
  flex: 1;
}
.calculateValues ul li h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.calculateValues ul li div {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .calculateValues {
    margin-bottom: 15%;
  }
  .calculateValues ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .calculateValues ul li {
    background: #ebeef7;
    width: 24%;
    flex: auto;
    margin-bottom: 3%;
    border-right: 10px solid #fff;
    padding: 2%;
  }
  .calculateValues ul li:nth-of-type(3n) {
    border: none;
  }
  .calculateValues ul li div {
    font-size: 2.8rem;
  }
}
.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #4e64e4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox select {
  appearance: none;
  min-width: 90px;
  height: 38px;
  padding: 0.2em calc(.8em + 30px) 0.2em 1em;
  border: 2px solid #4e64e4;
  border-radius: 25px;
  background-color: #fff;
  color: #4e64e4;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.selectbox select:focus {
  outline: none;
}

/*------------------------------------------------------------
traitsBox
------------------------------------------------------------*/
.traitsBox {
  font-family: "Poppins", "Yu Gothic", sans-serif;
}
.traitsBox ul li {
  font-size: 2.5rem;
  margin-bottom: 0.5%;
  display: flex;
  align-items: center;
}
.traitsBox ul li button {
  margin-left: 3%;
  padding: 1% 3%;
}

/*------------------------------------------------------------
boxDown
------------------------------------------------------------*/
.boxDown {
  display: flex;
  justify-content: space-between;
}
.boxDown .diceBox, .boxDown .birthday_gender, .boxDown .colorPalette {
  width: 32%;
}
.boxDown .birthdayBox {
  margin-bottom: 5%;
}

@media (max-width: 768px) {
  .boxDown {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .boxDown .diceBox, .boxDown .birthday_gender, .boxDown .colorPalette {
    width: 100%;
  }

  .box {
    margin-bottom: 5%;
  }
}
.diceBox header {
  margin-bottom: 0;
}
.diceBox .diceResultBox {
  position: relative;
  padding: 1.5% 0;
}
.diceBox #customDiceResult {
  font-size: 7rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
.diceBox #diceCount {
  position: absolute;
  bottom: calc(50% - 2rem);
  font-size: 2rem;
}
.diceBox ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5%;
  margin-top: 5%;
}
.diceBox li button {
  padding: 5px 10px;
}

.logBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logBox h3 {
  width: 10%;
  font-weight: 500;
  letter-spacing: 1px;
}
.logBox p {
  width: 88%;
  display: flex;
  flex-wrap: wrap;
}
.logBox p span {
  margin-right: 3%;
  margin-bottom: 2%;
  color: #999;
}
.logBox p span:nth-of-type(1) {
  color: #242424;
}

@media (max-width: 768px) {
  .boxDown .diceBox ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .boxDown .diceBox li {
    margin: 0 3% 8%;
  }
  .boxDown .diceBox li button {
    padding: 15px;
  }
}
.customRollBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #8596c9;
  font-weight: 500;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #8596c9;
}
.customRollBox input {
  border: 1px solid #8596c9;
  padding: 5px;
}
.customRollBox input::placeholder {
  color: #b9b9b9;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}
.customRollBox button {
  padding: 5px 10px;
  letter-spacing: 0px;
}

.diceCritical,
.diceFumble {
  position: absolute;
  font-size: 3rem;
  top: calc(50% - 2rem);
}

#customDiceCount {
  width: 50px;
  margin-right: 2%;
}

#customDiceSides {
  width: 50px;
  margin-left: 2%;
  margin-right: 3%;
}

/*----------birthdayBox------------*/
.birthdayBox div {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.birthdayBox div p {
  font-size: 4.4rem;
}
.birthdayBox div p span {
  font-weight: 600;
  margin: 0 5px;
  font-size: 2rem;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.birthdayBox div p#starSignResult {
  font-weight: 500;
  color: #666;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*----------genderBox------------*/
.genderBox {
  text-align: center;
}
.genderBox #genderResult {
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 1%;
}
.genderBox .notice {
  color: #666;
}

/*----------colorPalette------------*/
.colorPalette #color-palette {
  margin-bottom: 10px;
  height: 220px;
}
.colorPalette #color-palette,
.colorPalette #color-codes {
  display: flex;
}
.colorPalette .color-box,
.colorPalette #color-codes p {
  text-align: center;
  flex: 1;
  display: inline-block;
}
.colorPalette .notice {
  color: #666666;
  text-align: center;
  margin-top: 5%;
}

@media (max-width: 768px) {
  .colorPalette {
    margin-bottom: 10%;
  }
  .colorPalette #color-palette {
    height: 150px;
  }
}
.googleAd {
  margin: 10% auto;
  height: 100%;
}

/*-------------------------------------------------------

xshare_scsho

---------------------------------------------------------*/
.xshare_scsho {
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  letter-spacing: 1px;
}

.xshare a,
.xshare button {
  padding: 20px 30px;
  background: linear-gradient(to right, #4ecce3, #3fbff4);
  text-decoration: none;
}
.xshare a:hover,
.xshare button:hover {
  background: #8596c9;
}

.capture {
  margin-left: 3%;
}
.capture label {
  padding: 20px 30px;
  background: linear-gradient(to right, #4e83f3, #4e63e3);
}
.capture label:hover {
  background: #8596c9;
}
.capture input {
  display: none;
}

@media (max-width: 768px) {
  .xshare_scsho {
    margin: 5% 0 10%;
    flex-wrap: wrap;
  }
  .xshare_scsho .xshare {
    margin-bottom: 20%;
    display: block;
  }
  .xshare_scsho .capture {
    display: block;
    margin: 0;
  }
  .xshare_scsho .capture label {
    margin: 0;
  }
}
/*-------------------------------------------------------

linkBox

---------------------------------------------------------*/
.linkBox {
  padding: 2% 0;
  letter-spacing: 1px;
}
.linkBox ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}
.linkBox li {
  width: 32%;
}
.linkBox a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 4% 0;
  border: 2px solid;
  border-radius: 30px;
  font-weight: 600;
  color: #1e1e1e;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.linkBox a:hover {
  background: #4e64e4;
  color: #fff;
}
.linkBox .hokanjo a {
  border-color: #4ecce3;
}
.linkBox .hokanjo a:hover {
  border-color: #4e64e4;
}
.linkBox .iachara a {
  border-color: #39e12c;
}
.linkBox .iachara a:hover {
  border-color: #4e64e4;
}
.linkBox .charaeno a {
  border-color: #ffac0b;
}
.linkBox .charaeno a:hover {
  border-color: #4e64e4;
}

@media (max-width: 768px) {
  .linkBox {
    width: 90%;
    margin: 0 auto;
  }
  .linkBox ul {
    display: block;
  }
  .linkBox ul li {
    width: 100%;
    margin-bottom: 5%;
  }
}
/*-------------------------------------------------------

swiper

---------------------------------------------------------*/
.amzon_link {
  max-width: 1000px;
  width: 80%;
  box-sizing: border-box;
  border: 2px solid #8596c9;
  padding: 2% 0 0;
  margin: 3% auto 0;
  box-sizing: border-box;
}
.amzon_link h3 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: normal;
}
.amzon_link img {
  max-width: 100%;
  max-height: 130px;
}
.amzon_link a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0%;
  height: 100%;
}
.amzon_link a:hover {
  background: #fff;
}
.amzon_link ul {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
.amzon_link ul li {
  width: 25%;
  text-align: center;
}
.amzon_link ul li dl dt {
  margin-bottom: 5%;
}
.amzon_link ul li p {
  background: #e2833d;
  padding: 2%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  width: 50%;
  margin: 5% auto 0;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .amzon_link {
    width: 90%;
    padding: 5%;
  }
  .amzon_link h3 {
    font-size: 2rem;
  }
  .amzon_link img {
    max-width: 100%;
    max-height: 130px;
  }
  .amzon_link a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3%;
    height: 100%;
  }
  .amzon_link a:hover {
    background: #fff;
  }
  .amzon_link ul {
    max-width: 100%;
  }
  .amzon_link ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
  }
  .amzon_link ul li dl {
    justify-content: space-between;
  }
  .amzon_link ul li dl dt {
    margin-bottom: 2%;
  }
  .amzon_link ul li p {
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
  }
}
.swiper {
  width: 80%;
  padding: 2%;
  margin: 0 auto;
  box-sizing: border-box;
}
.swiper:nth-of-type(1) {
  margin-bottom: 5%;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-slide:hover {
  opacity: 0.6;
}

.textBox {
  max-width: 1000px;
  width: 100%;
  margin: 5% auto;
  border: 1px solid #4e64e4;
  box-sizing: border-box;
  padding: 2%;
}
.textBox h2 {
  font-size: 2.4rem;
  margin-bottom: 2%;
  text-align: center;
  letter-spacing: 1.5px;
  color: #4e64e4;
  font-weight: normal;
}
.textBox ul li {
  list-style: disc;
  margin-bottom: 2%;
}
.textBox strong {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #aaafbb 70%);
}

@media (max-width: 768px) {
  .textBox {
    width: 90%;
    padding: 5% 10%;
  }
}
/*******************note**************************/
.noteArea {
  max-width: 1000px;
  width: 90%;
  margin: 5% auto;
  padding: 1%;
  border: 1px solid #8596c9;
  box-sizing: border-box;
}
.noteArea h2 {
  font-size: 2rem;
  margin-bottom: 1%;
  color: #8596c9;
  letter-spacing: 1px;
}
.noteArea .note {
  border-bottom: 1px solid #8596c9;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
.noteArea dd {
  width: 100%;
}

/*----------snsArea----------*/
.snsArea {
  position: fixed;
  top: 20%;
  right: 5%;
  text-align: center;
}
.snsArea h1 {
  color: #8596c9;
  margin-bottom: 1%;
}
.snsArea p a {
  background: #fff;
  padding: 25% 2%;
  display: block;
  color: #8596c9;
  border-radius: 50%;
}
.snsArea p a:hover {
  background: #8596c9;
  color: #fff;
}

@media (max-width: 768px) {
  .snsArea {
    top: 90%;
    right: auto;
    left: 5%;
  }
  .snsArea p a {
    border: 1px solid #8596c9;
  }
}
footer {
  background: #666;
  padding: 2%;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
}

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

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

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