@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Icons&family=Josefin+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* CSS Document */
/*-----------------------------------------------*/
.lp {
  position: relative;
  font-family: 'Noto Sans JP', Meiryo, "sans-serif";
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  overflow: hidden;
}
.lp * {
  box-sizing: border-box;
}
.lp a {
  color: #b60005;
  text-decoration: none;
  border-bottom: 1px solid #b60005;
  transition: all 0.4s;
}
.lp a:hover {
  color: #b60005;
  text-decoration: none;
  border-bottom-color: transparent;
}
.lp a img {
  transition: all 0.3s;
}
.lp a:hover img {
  opacity: .7;
}
.lp .section:after,
.lp .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.lp img {
  max-width: 100%;
  height: auto;
}
.lp .en {
  font-family: 'Josefin Sans', 'Noto Sans JP', Meiryo, "sans-serif";
}

.lp h2,
.lp h3,
.lp h4,
.lp h5,
.lp h6 {
	position: relative;
  margin: 0 0 1em 0;
	font-family: 'Noto Sans JP', Meiryo, "sans-serif";
  font-weight: 500;
  letter-spacing: .2em;
	line-height: 1.3;  
}
.lp .section:not(#contact) h2 {
	margin: 0 0 1.75em;
  font-size: 2rem;
}
.lp .section:not(#contact) h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 15px 0 0;
  background-color: #fd5b00;
  border-radius: 2px;
}
.lp .section:not(#contact) h2.text-center:after {
  margin: 15px auto 0;
}
.lp h3 {
  color: #fd5b00;
  font-size: 1.5rem;
}

.lp * + h3 {
	margin-top: 3em;
}
.lp h2 + h3 {
	margin-top: 0;
}
.lp h4,
.lp .h4 {
  padding-bottom: .5em;
  color: #fd5b00;
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
}

.lp h3 + h4,
.lp h4:not(:first-of-type) {
  margin-top: 2em;
}
.lp h5,
.lp .h5 {
	font-size: 1.15rem;
}
.lp h6 {
  padding-bottom: 1.5em;
  font-size: 0.9375rem;
  font-weight: bold;
}
.lp h6:before,
.lp h6:after {
  content: "";
  position: absolute;
  display: block;
}
.lp h6:before {
  left: 0;
  bottom: 0.5em;
  width: 100%;
  height: 1px;
  background-color: #fd5b00;
}
.lp h6:after {
  content: "\002605";
  width: 2em;
  line-height: 1;
  left: calc(50% - 1em);
  bottom: 0;
  color: #fd5b00;
  text-align: center;
  background-color: #fff;
}
.lp .box-note h6:after {
  background-color: #fdf4f4;
}

.lp .hd-style-line {
  margin: 4em 0 1.5em !important;
  padding: 0.75em 0;
  border-top: 3px solid #fd5b00;
  border-bottom: 3px double #fd5b00;
}
.lp p {
  margin: 0 0 2em 0;
  padding: 0;
}

.lp ol,
.lp ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none !important;
}
.lp ol > li,
.lp ul > li {
  position: relative;
  margin: 0 0 .5em;
  padding: 0.25em 0 0.25em 24px;
  line-height: 1.5;
}
.lp ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #fd5b00;
  border-radius: 3px;
}
.lp ol {
  counter-reset: number;
}
.lp ol > li:before {
	content: counter(number)".";
	counter-increment: number;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	color: #fd5b00;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
}
.lp ol.underline,
.lp ul.underline {
  border-bottom: 1px solid #ccc;
}
.lp ol.underline > li,
.lp ul.underline > li {
  border-top: 1px solid #ccc;
}
.lp ol.underline > li,
.lp ul.underline > li {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.lp ul.underline > li:before {
  top: calc(1.75em - 3px);
}
.lp ol.underline > li:before {
  top: .75em;
}

.lp hr {
  clear: both;
  margin-bottom: 30px;
  color: #fff;
  background: none transparent;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-left: 0px none transparent;
  border-bottom: 1px solid #ccc;
}
.lp .section {
  position: relative;
}
.lp .inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.lp .section .inner {
  padding: 60px 0;
}
.lp .block-set {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.lp .block-set.reverse {
  flex-direction: row-reverse;
}
.lp .block-set.center {
  justify-content: center;
}
.lp .block-set > * {
  width: calc(50% - 15px);
}
.lp .block-set > .col1-3 {
  width: calc(33.333% - 15px);
}
.lp .block-set > .col2-3 {
  width: calc(66.667% - 15px);
}
.lp .block-set > .col1-4 {
  width: calc(25% - 15px);
}
.lp .block-set > .col3-4 {
  width: calc(75% - 15px);
}
.lp .block-set > .middle {
  align-self: center;
}
.lp .img-set {
  display: flex;
  margin: 2em 0 0 0;
}
.lp .img-set > *:nth-child(2) {
	margin-left: 15px;
}
.lp .img-set > .img {
	width: 25%;
	height: auto;
}
.lp .img-set > :not(.img) {
	flex: 1;
}
.lp .imgRight {
	float: right;
	display: block;
	margin: 0 0 15px 30px;
	word-wrap: break-word;
}
.lp .frame {
  margin-bottom: 2em;
  padding: 25px;
  border: 4px solid #ddd;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.6);
}
.lp .frame > :last-child {
	margin-bottom: 0 !important;
}
.lp .box {
  position: relative;
  margin-bottom: 2em;
  padding: 30px;
	background-color: #fdf4f4;
  border-radius: 10px;
}
.lp .box > *:last-child {
  margin-bottom: 0;
}

.lp .box-note {
	position: relative;
  border-radius: 0;
  
}
.lp .box-note:after {
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .4);
	transform: rotate(3deg); 
	right: 15px;
	bottom: 15px;
	z-index: -1;
	width: 250px;
	height: 20%;
}
.lp .box-elem {
  position: relative;
  margin: 50px 0;
  padding: 40px 30px 30px;
  border-radius: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
  background-color: rgba(255,255,255,0.5);
  background-image:
          radial-gradient(circle at 15px 0, rgba(255,255,255,0) 14px, #ccc 15px, rgba(255,255,255,0) 16px),
          radial-gradient(circle at 15px 0, rgba(255,255,255,0) 14px, #ccc 15px, rgba(255,255,255,0) 16px),
          radial-gradient(circle at 15px 0, rgba(255,255,255,0) 4px, #ccc 5px, rgba(255,255,255,0) 6px),
          radial-gradient(circle at 5px 5px, rgba(255,255,255,0) 1px, #ccc 2px, rgba(255,255,255,0) 3px);
  background-repeat: repeat-x;
  background-position: 0 0, 15px 6px, 0 0, 25px 9px;
  background-size: 30px 21px, 30px 21px, 30px 21px, 30px 20px;
}
.lp .box-elem > *:last-child {
  margin-bottom: 0;
}

.lp .box-elem h3,
.lp .box-elem h4 {
  position: relative;
  text-align: center;
  line-height: 1.5;
}


#lp-ft > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
#lp-ft .logo img {
  width: 150px;
}
#lp-ft p {
	margin: 0;
}

.lp .btn a {
  position: relative;
  display: inline-block;
  min-width: 280px;
  padding: 1em 3em calc(1em + 3px) 1.5em;
  color: #fff;
  font-family: 'Noto Sans JP', Meiryo, "sans-serif";
  font-size: 1.1em;
  line-height: 1.5;
  vertical-align: middle;
  text-decoration: none;
  border: 3px solid #fd5b00;
  background-color: #fd5b00;
  border-radius: 34px;
  transition: .3s linear;
}
.lp .btn a:hover {
  color: #fd5b00;
  background: #fff;
}

.lp .btn a::after {
  content: "\e5cc";
  position: absolute;
  top: calc(50% - .5em);
  right: 10px;
  font-size: 2em;
  font-family: 'Material Icons';
  line-height: 1;
  vertical-align: middle;
}
.lp .btn.mail a::after {
  content: "\e0be";
}
.lp .btn.blue a {
	border-color: #1038c7;
	background: #1038c7;
}
.lp .btn.blue a:hover {
  color: #1038c7;
  background: #fff;
}
.lp .btn.green a {
	border-color: #8fc31f;
	background: #8fc31f;
}
.lp .btn.green a:hover {
  color: #8fc31f;
  background: #fff;
}
.lp .btn.square a {
  border-radius: 0;
}

.lp .btn.btn-back a {
  padding: 1em 1.5em calc(1em + 3px) 3em;
}
.lp .btn.btn-back a::after {
  right: auto;
  left: 10px;
  transform: scaleX(-1);
}

.lp .btn a::after {
  content: "\e5cc";
  position: absolute;
  top: calc(50% - .5em);
  right: 10px;
  font-size: 2em;
  font-family: 'Material Icons';
  line-height: 1;
  vertical-align: middle;
}


.lp a.link-arrow::after {
	content: "";
	display: inline-block;
	right: 1em;
	width: 8px;
	height: 8px;
	margin-left: .5em;
	border-top: 1px solid #b60005;
	border-right: 1px solid #b60005;
	transform: rotate(45deg);
}

.lp .section#contact {
	background-color: #faf6f0;
}
.lp .section#contact h2 .en {
  color: #fd5b00;
  font-size: .8em;
  font-weight: normal;
}

.lp table {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
.lp th,
.lp td {
	position: relative;
	padding: 20px 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.lp th {
	width: 25%;
	font-weight: bold;
}
.lp table tr > *:not(:last-child) {
  border-right: 1px solid #ccc;
}

.inline-center {
  text-align: center;
}
.inline-center > * {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.lp .note {
  font-size: 0.75em;
  padding-left: 1em;
  text-indent: -1em;
}
.lp .note:before {
  content: "※";
}
.lp p + .note {
  margin-top: -1.5em;
}


.color-red {color: #b60005 !important;}
.color-pink {color: #b96a7c !important;}
.color-blue {color: #1038c7 !important;}
.color-green {color: #34582c !important;}

.bgcolor00 {background-color: #fff !important;}
.bgcolor01 {background-color: #fdf4f4 !important;}
.bgcolor02 {background-color: #f8f8f8 !important;}
.bgcolor03 {background-color: #FBFEDA !important;}

.bg-dot {
  background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

.textS {font-size: 0.9em;}
.textSS {font-size: 0.75em;}
.textL {font-size: 1.25em;}
.textLL {font-size: 1.5em;}

.text-left {text-align: left !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.img-right {float: right; margin-left: 1em;}
.img-left {float: left; margin-right: 1em;}

.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.pcOnly {display: block;}
.spOnly {display: none;}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	z-index: 998;
}
#pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	padding: 22px 10px 0 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.25;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #b60005;
	box-sizing: border-box;
	transition: all 0.3s;
}
#pagetop a:hover {
	color: #ffffff;
	background: #a8a5ac;
}


.lead {
  font-family: 'Noto Sans JP', Meiryo, "sans-serif";
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: .2em;
}

.lp .float-btn {
  position: fixed;
  right: 20px;
  bottom: 150px;
  margin: 0;
  padding: 0;
  z-index: 999;
}
.lp .float-btn a {
  display: block;
  padding: .5em 1em;
  box-shadow: 2px 2px 4px gray;
  border: none;
}
.lp .float-btn a span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1000px) {
  .lp .section .inner {
    padding: 40px 20px;
  }
	#lp-ft > .inner {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px),print {
  /*#lp-ft {
    margin-top: 40px;
  }*/
  .lp .block-set > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .lp .block-set.auto {
    width: auto;
  }
  .lp .block-set.auto > * {
    width: auto;
    margin: 0 20px;
  }
  .pc-center {text-align: center;}
  .list-colmn2 {
    columns: 2;
  }

  .lp #office .block-set > * {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .lp {
    font-size: 0.8125rem;
  }
  .lp {
    padding-bottom: 40px;
  }
  .lp .section:not(#contact) h2 {
    font-size: 1.375rem;
  }
  .lp h3 {
    font-size: 1.25rem;
  }
  .lp h4 {
    font-size: 1.125rem;
  }
  .lp h5 {
    font-size: 1rem;
  }
  
  .lp .btn a {
    display: block;
    margin: 10px 0;
  }
  .lp .block-set > *,
  .lp .block-set > .col1-3,
  .lp .block-set > .col2-3,
  .lp .block-set > .col1-4,
  .lp .block-set > .col3-4 {
    width: 100%;
  }
  .lp .block-set > .sp-col1-2 {
    width: calc(50% - 7.5px);
  }
  .lp .img-set > img {
    width: 50%;
  }
  .lp .block-set.box > *:not(:first-child) {
    margin-top: 2em;
  }
  
  .lead {
    font-size: 0.9375rem;
  }
  #pagetop {
    right: 10px;
    bottom: 60px;
  }
  .lp .float-btn {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .lp .float-btn a {
    display: block;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  
  .lp .box {
    padding: 20px;
  }
  .lp .box-elem {
    margin: 30px 0;
    padding: 30px 20px 20px;}
  }

@media screen and (min-width: 480px) {
}

@media screen and (max-width: 479px) {
  .lp table.sp-vertical th,
  .lp table.sp-vertical td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .lp table.sp-vertical tr > *:not(:last-child) {
    border: none;
  }
  .lp table.sp-vertical th {
    padding-bottom: 0;
    border: none;
  }
  #lp-ft > .inner {
    display: block;
    text-align: center;
  }
}

#mv {
  position: relative;
  padding: 80px 20px;
}
#mv .mv-set {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}
#mv .mv-img {
  flex: 1;
}
#mv .mv-img .img {
	display: inline-block;
	position: relative;
}
#mv .mv-img .img:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	z-index: -1;
}
#mv .mv-title {
  display: flex;
  flex-direction: column;
  width: 400px;
  padding-right: 40px;
}
#mv h1 {
  color: #fd5b00;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#mv h1 .h1-sub1 {
  position: relative;
  display: inline-block;
  margin: 0.5em 0.5em 1em;
  padding: 0 16px;
  font-size: .75em;
  font-weight: 500;
  transform: rotate(-15deg)
}
#mv h1 .h1-sub1:before,
#mv h1 .h1-sub1:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fd5b00;
}
#mv h1 .h1-sub1:before {
  left: 0;
  transform: skewX(20deg)
}
#mv h1 .h1-sub1:after {
  right: 0;
  transform: skewX(-20deg)
}
#mv h1 .h1-sub2 {
  display: block;
  font-size: .5em;
  text-align: center;
}
#mv h1 a {
  color: #fd5b00;
  border: none;
}
#mv h1 + * {
  margin-top: 20px;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lp#kiraribito:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url("../images/bg_pc.jpg") no-repeat center;
  background-size: 100% auto;
}

.btn-set {
  margin-top: 60px;
  text-align: center;
}
.btn-lead span {
  position: relative;
  display: inline-block;
  padding: 0 0 .75em;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 4px solid #f9f703;
}
.btn-lead span:before,
.btn-lead span:after {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  width: 0;
  height: 0;
  border: 16px solid transparent;
}
.btn-lead span:before {
  bottom: -32px;
  border-top-color: #f9f703;
}
.btn-lead span:after {
  bottom: -26px;
  border-top-color: #fff;
}

@media screen and (max-width: 767px) {
  .lp#kiraribito:before {
    background-image: url("../images/bg_sp.jpg");
  }
  #mv {
    padding: 40px 20px;
  }
  #mv .mv-set {
    display: block;
  }
  #mv .mv-title {
    width: auto;
    margin: 0 0 30px;
    padding: 0;
  }
  #mv h1 {
    font-size: 2rem;
  }
  #mv h1 .h1-sub2 {
    margin: 0 1em;
    text-align: left;
  }
}

.lp .result-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.3;
}
.lp .result-list > * {
  width: 25%;
  padding: 0 20px 40px;
}
.lp .result-list a {
  color: unset;
}
.lp .result-list .img {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  border: 4px solid #FF9D34;
  border-radius: 100%;
  background-color: #fff;
}
.lp .result-list .img:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '\e65f';
  color: #ff0;
  font-size: 3em;
  font-family: 'Material Icons';
  line-height: 1;
  text-shadow: 0 0 4px #fff;
  transform: rotate(5deg) scale(1);
  transition: .3s;
}
.lp .result-list a:hover .img:after {
  transform: rotate(15deg) scale(1.25);
}
.lp .result-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 100%;
  border: 4px solid #fff;
  overflow: hidden;
}
.lp .result-list .c_name {
  margin: 1em 0 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.lp .result-list .c_name:after {
  content: " さん";
  font-size: 0.65em;
}
.lp .profile-elem {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
}
.lp .profile-elem dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
.lp .profile-elem dt,
.lp .profile-elem dd {
  margin: 0;
  padding: 1.5em 0;
  border-bottom: 1px solid #ccc;
}
.lp .profile-elem dt {
  width: 130px;
}
.lp .profile-elem dd {
  width: calc(100% - 130px);
}
.lp .profile-elem a {
  border: none;
}
.lp .profile-elem .c_name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1.25em;
  height: 2.5em;
  margin: 0 10px 0;
  padding: 0 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  background-color: #fd5b00;
}
.lp .profile-elem .c_name:after,
.lp .profile-elem .c_name:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  border: 1.25em solid transparent;
}
.lp .profile-elem .c_name:before {
  left: 0;
  border-left: 15px solid #fff;
}
.lp .profile-elem .c_name:after {
  right: 0;
  border-right: 15px solid #fff;
}
.lp .profile-elem .c_name span:after {
  content: " さん";
  font-size: 0.65em;
}
.lp .profile-elem .c_name rt {
  font-weight: normal;
}
.lp .profile-elem .img {
  position: relative;
  margin: 0;
  padding: 20px;
  aspect-ratio: 1.25;
  border: 1px solid #fd5b00;
  border-radius: 8px;
}
.lp .profile-elem .img:before,
.lp .profile-elem .img:after {
  position: absolute;
  right: -15px;
  bottom: -15px;
  content: '\e65f';
  color: #ff0;
  font-size: 3em;
  font-family: 'Material Icons';
  line-height: 1;
  text-shadow: 0 0 4px #fff;
  transform: rotate(5deg) scale(1);
  transition: .3s;
  animation: anim-star 1s infinite linear;
  z-index: 5;
}
.lp .profile-elem .img:before {
  right: auto;
  bottom: auto;
  left: -15px;
  top: -15px;
  animation-delay: 0.5s;
}

.lp .profile-elem .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes anim-star {
  0%   {transform: rotate(5deg) scale(1);}
  50%  {transform: rotate(15deg) scale(1.5);}
  100% {transform: rotate(5deg) scale(1);}
}

@media screen and (max-width: 1000px) {
  .lp .result-list > * {
    width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .lp .result-list > * {
    width: 50%;
    padding: 0 15px 30px;
  }
  .lp .result-list .c_name {
    font-size: 1rem;
  }
  .lp .profile-elem .c_name {
    font-size: 1rem;
  }
  .lp .profile-elem dl {
    display: block;
  }
  .lp .profile-elem dt {
    width: auto;
    padding-bottom: 0.5em;
    border: none;
  }
  .lp .profile-elem dd {
    width: auto;
    padding-top: 0;
  }
}

@media print {
  #kiraribito:before {position: absolute; height: 100vh;}
}
