body {
  .kaisei-opti-medium {
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
   }
  .kaisei-opti-bold {
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    font-style: normal;
   }
   
   font-family: "Kaisei Opti", serif;
   font-weight: 700;
   font-style: normal;
   color: #b69d58;
   background-image: url(./image/bg.png);
   overflow-wrap: anywhere;
}
a:link { color: #C7444C; }
a:visited { color: #C7444C; }
a:hover { color: #C7444C; }
a:active { color: #C7444C; }
header {
   padding: 15px 4% 15px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: rgba(250, 250, 250, 0.8);
   display: flex;
   align-items: center;
   justify-content: space-between;
}

h1 {
   margin: 0; padding: 0;
   font-size: 20px;
   font: weight 800; 
   font-family: "Kaisei Opti", serif;
}
h2 {
    margin-top: 20pt;
    text-align: center;
    font-size: 30px;
}
  h3{
   font-size: 12pt;
}  
a {	
   text-decoration: none;
   color: #b69d58;
}

ul {
   list-style: none;
   margin: 0;
   display: flex;
}

li {
   margin: 0 0 0 15px;
   font-size: 14px;
}
.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background: url('./image/top.png') top center / cover no-repeat;
  border-radius:0% 0% 50% 50%;
  background-position: 40%;
}
.kugiri{
  margin: 0 auto;
  margin-top: 20pt;
  margin-bottom: 20pt;
  width: 200px;
}
.kugiri2{
  margin: 0 auto;
  margin-top: 10pt;
  margin-bottom: 10pt;
  width: 15px;
}

.mv-title {
  margin-top: 85vh;
  font-size: 50px;
  font: weight 900; 
  font-family: "Kaisei Opti", serif;
  color: #b69d58;
  text-shadow:
    2px 2px 0 #ffffff,
    2px 2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    2px -2px 0 #ffffff;
  text-align: center;
}

.profile-list {
  flex-wrap: wrap;
}


.profile-three{
align-items: center;
}

.footer {
  padding: 30px;
  background-color:rgba(250, 250, 250, 0.5)
}
.sns-btn {
justify-content: center;
display: flex;
margin-top: 20px;
}

.sns-btn li {
width: 30px;
margin-left: 10px;
margin-right: 10px;
text-align: center;}
.copyright{
  font-size: 12px;
  text-align: center;
  margin-bottom: 20pt;
}

table{
  margin-top: 20pt;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  width: 80%;
}
.tb01 th,
.tb01 td,
.tb02 th,
.tb02 td
{
  padding: 10px;
  border: solid 0pix ;
  text-align:center;
  vertical-align: middle;
  box-sizing:border-box;
}
.tb01 th {
  width: 30%;
  background: #F7BDCB;
  color: #fff;
  
}
.tb02 th {
  width: 50%;
  background: none;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb01,.tb02
   {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td,
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr,.tb02 tr:last-child{
    border-bottom: solid 0px ;
  }
}
.about{
  text-align: center;
}

.maman{
  font-size: 12px;
color: #C7444C;
}