
:root {
    	--cm-text-color: #678489;
	--cm-base-color: #E9E9E9;
	--cm-point-color: #859294;
		--cm-base-color-bb: #676767;	
	--cm-base-color-b: #ffffff;
	--cm-base-color-d:  #cbcbcb;
	--cm-base-color-dd:  #676767;
	--cm-point-color-bb: #dfecee;	
	--cm-point-color-b: #adbabc;
	--cm-point-color-d:  #677476;
	--cm-point-color-dd:  #031012;
	--cm-point-color-v:  #c7dbde;
	--cm-point-color-t:  rgba(133, 146, 148, 0.22);
  --cm-point-color-r: #858994;
  --cm-point-color-r-t: rgba(133, 137, 148, 0.22);
  --cm-base-color-t:  rgba(233, 233, 233, 0.22);
	--cm-text-color-t:  rgba(103, 132, 137, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #000000;
	--cm-point-color-auto: #000000;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #00000026;
	--cm-point-color-auto-t: #00000026;
  --cm-point-color-auto-tt: #00000060;

    --cm-default-font: var(--cm-e-font), var(--cm-j-font), 'Handletter';
  --cm-title-font: var(--cm-e-font), var(--cm-j-font), 'Handletter';

  --cm-j-font: 'Yuji Boku';
  --cm-e-font:  'Yellowtail';
  --cm-ani: 0.6s;
  --cm-form-color: #E9E9E9;}

  header#header {
  left: 0;
  width: 0px;
  z-index: 99;
  pointer-events: none;
  }
  header ~ section#body {
  margin: 0;
  }

.custommenu-wrapper {
  flex-direction: column;    align-items: flex-start;
      justify-content: center}

.custommenu {
  flex-direction: column;
  width: auto;
  height: auto;
  left: 120px;
  font-size: 11px;
  border: 0px outset var(--cm-text-color-t);
  border-radius: 5px;
  justify-content: center;
  }

.custommenu-item {
  padding: 10px;
  margin: 0px 0 0px 0;
  width: 100%;
}



.custommenu-icon {
    width: 12px;
  height: 12px;
  }

.custommenu-icon i,
.custommenu-icon .material-icons {
  font-size: 12px;
}

.custommenu-divider {
  height: 0px;
  width: 100%;
  border-bottom: 1px outset var(--cm-text-color-t);
}

.custommenu-get-background{
  background-image: url('https://i.imgur.com/9pHB5DX.png');
}

.cm-textborder.custommenu-wrapper .custommenu {
    align-items: flex-start;
  }
.cm-textborder .custommenu .custommenu-icon {
  display: none;
}
.cm-textborder .custommenu .custommenu-folder-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;}

.cm-textborder .custommenu .custommenu-folder {
  font-size: 1.3em;
  font-weight: bold;
  font-family: var(--cm-title-font);
}

.cm-textborder .custommenu .custommenu-item.custommenu-sub {
  display: none;
  }
.cm-textborder .custommenu .custommenu-sub.open {
  display: inline-flex;
  animation: flipInX var(--cm-ani);
}

.cm-textborder .custommenu .custommenu-divider {
  margin: 5px 33%;
  border: 0;
  border-top: 10px dotted;
  border-top: 10px dotted;
  width: 33%; height:0;  color: var(--cm-base-color);
}

.cm-textborder .custommenu .custommenu-item {
  filter: drop-shadow(2px 4px 6px var(--cm-base-color-auto-t));
  }

.cm-textborder .custommenu .custommenu-item::before {
  content: "× ";
  position: relative;
  -webkit-text-stroke: 9px var(--cm-base-color);
  color: transparent;
  z-index: 0;
}

.cm-textborder .custommenu .custommenu-item:hover::before {
  -webkit-text-stroke: 9px var(--cm-point-color);
}

.cm-textborder .custommenu .custommenu-item::after {
  content: "× ";
  position: absolute;
}

.cm-textborder .custommenu .custommenu-main.custommenu-folder::before {
  content: "》 ";
  position: relative;
  -webkit-text-stroke: 9px var(--cm-base-color);
  color: transparent;
  font-size: 12px;
}

.cm-textborder .custommenu .custommenu-main.custommenu-folder:hover::before {
  -webkit-text-stroke: 9px var(--cm-point-color);
}

.cm-textborder .custommenu .custommenu-main.custommenu-folder::after {
  content: "》 ";
  position: absolute;
  font-size: 12px;
}

.cm-textborder .custommenu .custommenu-item:hover .custommenu-name {
  letter-spacing: 0.5em;
}
.cm-textborder .custommenu .custommenu-name {
  letter-spacing: 0.3em;
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0, 0.56, 0.45, 1.06);
  line-height: 150%;
}
.cm-textborder .custommenu .custommenu-name-one {
  position: absolute;
  -webkit-text-stroke: 9px var(--cm-base-color);
  color: transparent;
  z-index: 0;
  display: block;
}

.cm-textborder .custommenu .custommenu-item:hover .custommenu-name-one {
  -webkit-text-stroke: 9px var(--cm-point-color);
}

.cm-textborder .custommenu .custommenu-name-two {
  position: relative;
  color: var(--cm-text-color);
  z-index: 1;
  display: block;
}

.cm-textborder .custommenu .custommenu-item:hover .custommenu-name-two,
.cm-textborder .custommenu .custommenu-item:hover{
  color: var(--cm-base-color);
}

  .cm-textborder .custommenu .custommenu-sub {
    left: 16px;
  }
