/* フォントとか */

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);


/* 全体の設定 */

*{
  font-family: "Kiwi Maru", serif;
  color: #282828;
  font-size: 10px;
}

body{
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
  color: #63AED8;
}

a,a:visited{
    color: #63AED8;
}

hr{
  border: 0;
  border-top: none;
}

textarea{
  border: 0;
  border-top: none;
}

details p{
  width:80%;
}

summary{
  list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}


/* 色 */

guti {
    color: #326d40;
}
.gutitu {
    color: #326d40;
}
gen {
    color: #d64e7c;
}
.genpyo {
    color: #d64e7c;
}


rada {
    color: #32C5EE;
}
.radda {
    color: #32C5EE;
}
pen {
    color: #F3B822;
}
.pein {
    color: #F3B822;
}


saiki {
    color: #8C4664;
}
.tetsu {
    color: #8C4664;
}
usami {
    color: #FAC31E;
}
.rito {
    color: #FAC31E;
}


/* 説明とか */

.box {
    margin: 0 auto;
    padding: 15px;
    width: 85%;
    border-left: 2px dotted black;
    border-right: 2px dotted black;
    background-color: white;
    outline: 2px solid black;
    outline-offset: 2px;
}

.box span {
    color: #87B1B2;
    font-size: 13px;
}


.box Sole a {
    color: #806552;
}

.box Lune a {
    color: #883452;
}

.box Terra a {
    color: #69AA7C;
}

.box Caelum a {
    color: #9B9F69;
}


/* 本文とか */
.main {
  margin: 0 auto;
  width: 85%;
  position: relative;
  padding: 4rem 1rem 1rem;
  background-color: #efefef;
  background-image: repeating-linear-gradient(
    45deg,
    var(--stripe-accent) 0 5px,
    var(--stripe-base) 5px 10px
  );
  background-position: top;
  background-size: 100% 2rem;
  background-repeat: no-repeat;
}

.main::before {
  position: absolute;
  top: 1rem;
  left: 50%;
  padding: 0.7rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  transform: translateX(-50%);
  border-radius: 30px;
  background-color: var(--badge-bg);
  box-shadow: 0 0 5px  rgba(0, 0, 0, 0.4);
  color: var(--badge-text);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  content: attr(data-title);
}

.main p {
    color: #333;
    line-height: 1.5;
}

/* テーマ（色だけ） */
.savo {
  --stripe-accent: #B8E7C3;
  --stripe-base: #77B485;
  --badge-bg: #77B485;
  --badge-text: #FFF;
}

.pyope {
  --stripe-accent: #FCBAD1;
  --stripe-base: #DC6F94;
  --badge-bg: #DC6F94;
  --badge-text: #FFF;
}

.sik {
  --stripe-accent: #C69DAE;
  --stripe-base: #8C4664;
  --badge-bg: #8C4664;
  --badge-text: #FFF;
}

.usm {
  --stripe-accent: #FDE6A2;
  --stripe-base: #FAC31E;
  --badge-bg: #FAC31E;
  --badge-text: #FFF;
}

.theme-blue {
  --stripe-accent: #3498db;
  --stripe-base: #333;
  --badge-bg: #333;
  --badge-text: #FFF;
}

/* 乱入 */


/* フキダシ */
.mrmr {
    width: 70%;
    max-width: 400px;
    height: 150px;
    margin: 0 auto;
    padding: 10px 0;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mrmr::-webkit-scrollbar{
  display:none;
}

/* ぐちつぼ左 */
.mrmr .tbl {
    position: relative;
    display: inline-block;
    max-width: 170px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
    font-size:9px;
    float: left;
    background: #77B485;
    color: #fff;
}

/* ぐちつぼ右 */
.mrmr .tvr {
    position: relative;
    display: inline-block;
    max-width: 170px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
    font-size:9px;
    float: right;
    background: #77B485;
    color: #fff;
}

/* ぐちつぼ左 しっぽなし */
.mrmr .tbl.nt {
    margin-bottom: 0;
}

/* ぐちつぼ右 しっぽなし */
.mrmr .tvr.nt {
    margin-bottom: 0;
}

.mrmr .tbl::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}

.mrmr .tvr::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}

.mrmr .tbl::after {
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0; 
    box-shadow: -14px 2px 0 -3px #77B485 inset; 
}

.mrmr .tvr::after {
    right: -6px;
    border-radius: 0px 0  0 17px/ 0px 0 0 13px; 
    box-shadow: 14px 2px 0 -3px #77B485 inset; 
}

.mrmr .tbl.nt::after {
    content: none;
}

.mrmr .tvr.nt::after {
    content: none;
}

/* 原人左 */
.mrmr .pyo {
    position: relative;
    display: inline-block;
    max-width: 170px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
    font-size:9px;
    float: left;
    background: #DC6F94;
    color: #fff;
}

/* 原人右 */
.mrmr .pye {
    position: relative;
    display: inline-block;
    max-width: 170px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
    font-size:9px;
    float: right;
    background: #DC6F94;
    color: #fff;
}

/* 原人左 しっぽなし */
.mrmr .pyo.nt {
    margin-bottom: 0;
}

/* 原人右 しっぽなし */
.mrmr .pye.nt {
    margin-bottom: 0;
}

.mrmr .pyo::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}

.mrmr .pye::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}

.mrmr .pyo::after {
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0; 
    box-shadow: -14px 2px 0 -3px #DC6F94 inset; 
}

.mrmr .pye::after {
    right: -6px;
    border-radius: 0px 0  0 17px/ 0px 0 0 13px; 
    box-shadow: 14px 2px 0 -3px #DC6F94 inset; 
}

.mrmr .pyo.nt::after {
    content: none;
}

.mrmr .pye.nt::after {
    content: none;
}


/* タイトル */

    .fukidashi-01-11 {
      position: relative;
      display: grid;
      place-items: center;
      width: 120px;
      height: 120px;
      border: 2px solid #333333;
      border-radius: 50%;
    }
    .fukidashi-01-11::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 58%;
      width: 26px;
      height: 2px;
      transform: rotate(50deg);
      box-sizing: border-box;
      background-color: #333333;
      box-shadow: 0 2px 0 #f5f5f5, 0 -2px 0 #f5f5f5; /* 背景色と同じ色を指定 */
    }
    .fukidashi-01-11 > .text {
      position: absolute;
      z-index: 3;
      display: grid;
      place-items: center;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #ffffff;
      font-size: 25px;
    }
    .fukidashi-01-11 > .ornament {
      position: absolute;
      top: -30%;
      left: -25%;
      z-index: 1;
      display: grid;
      place-items: center;
      width: 60%;
      height: 60%;
      font-size: 12px;
      border: 2px solid #333333;
      border-radius: 50%;
      background-color: #ffffff;
    }
    .fukidashi-01-11 > .ornament::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 70px;
      width: 15px;
      height: 15px;
      transform: rotate(135deg);
      box-sizing: border-box;
      background-color: #ffffff;
    }


/* ボタン */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #ddd;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.icon-path {
  fill: #333;
  transition: fill 0.3s ease;
}

.btn:hover .icon-path {
  fill: #888;
}


.icons-color {
    color: #63AED8;
}
