html,
body {
  margin: 0px;
  padding: 0;
  font-family: "Poiret One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
li {
  list-style-type: none;
}

.character-video{
  width: 60%;
  height: 480px;
  border: none;
  display: block;
  margin: 0 auto;
}

.fv2 {
  position: relative;
  width: 100%;
  height: 680px;
  background: url("https://www.kin-kaitori.com/wp-content/themes/k-gold/assets/img/cm/background.webp") center/cover no-repeat;
  margin-top: -30px;
}

.showcase {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5%;
}

.text-box-fv {
  position: absolute;
  top: 30%;
  left: 20%;
}

.text-fv {
  color: white;
  font-size: 2rem;
  display: flex;
  font-family:sans-serif;
  font-weight: 600;
}

.play-btn {
  display: flex;
  padding: 20px 0 0 70px;
}

.video {
  padding-top: 12%;
  padding-bottom: 5%;
}

.video-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
}

.character1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d2c8aa;
  height: 100vh;
}

.character2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d2c8aa;
  height: 100vh;
}

.character3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d2c8aa;
  height: 100vh;
}

.outer-shell {
  display: flex;
  width: 80%;
  height: 80%;
  align-content: center;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.795);
}

.character-img img {
  position: absolute;
  height: 500px;
  width: auto;
}

.word {
  margin-top: 50px;
  font-size: 8rem;
  line-height: 9rem;
  font-family: sans-serif;
  font-weight: 900;
  color: #d2c8aa57;
}
.word1{
  margin-top: 50px;
  margin-left: 50px;
  font-size: 8rem;
  line-height: 9rem;
  font-family: sans-serif;
  font-weight: 900;
  color: #d2c8aa57;
}
.word2 {
  margin-top: -50px;
  margin-left: 350px;
  font-size: 8rem;
  line-height: 9rem;
  font-family: sans-serif;
  font-weight: 900;
  color: #d2c8aa57;
}

div#character2.character2 .word {
  margin-top: 420px;
  font-size: 8rem;
  line-height: 9rem;
  font-family: sans-serif;
  font-weight: 900;
  color: #d2c8aa57;
}
.character-img {
  width: 40%;
}
.character-img2 {
  width: 40%;
}
.character-img2 img {
  position: absolute;
  height: 500px;
  margin-top: 100px;
  width: auto;
}
.description-list {
  padding: 3rem;
  width: 50%;
}
.video-title h2 {
    display: inline-block;
    font-size: 2em;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.video-title h2:before {
    background: #d2c8aa;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}
.character-name{
    font-size: 3em;
    line-height: 1.2em;
}
.character-eng{
font-size: 1.2em;
    padding-bottom: 20px;
}
.table_design05 {
border-collapse: collapse;
width: 100%;
max-width: 700px;
margin-bottom: 20px;
}
.table_design05 th, .table_design05 td {
padding: 1em;
}
.table_design05 th {
color: #aa975e;
font-weight: bold;
text-align: left;
width: 20%;
min-width: 4em;
position: relative;
}
.table_design05 th::after {
content: ”;
background-color: #c1c7c6;
position: absolute;
top: 50%;
left: 100%;
transform: translateY(-50%);
width: 1px;
height: 60%;
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease,
    opacity 1s ease;
}

.icon {
  transform: scale(.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

#play:hover {
  .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
  }

  .icon {
    transform: scale(.9);
  }
}

#play {
  cursor: pointer;
  /* transform: translateY(-50%) translateX(-50%); */
}




/* takuhai point icon */
.icon {
  display: flex;
  align-items: center;
  width: 100px;
  height: auto;
}

.ptpt {
  display: flex;
  width: 630px;
  padding-bottom: 15px;
}

.pt-text {
  width: 530px;
  padding-left: 10px;
}


/* FV position */
.top .mv {
  margin: 0 0 10px 0;

}

.ls-is-cached {
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {
  div .icon {
    display: flex;
    align-items: center;
    width: 15%;
    height: auto;
  }

  .ptpt {
    width: 350px;
  }

  .pt-text {
    width: 85%;
  }

  .float_btn {
    bottom: -10px;
  }
}

@media screen and (max-width: 767px) {
  .top .mv {
    margin: 5px 0 10px 0;
  }

  .ls-is-cached {
    margin-top: 10px;
  }
  .fv2{
    height: 80VH;
  }
.showcase {
  flex-direction: column;
  padding-top: 100px;
}
.text-box-fv {
 position: relative;
 padding-bottom: 50px;
 margin: auto;
 left: 0;
}
.video{
  padding-top: 40%;
}
.character-video {
    width: 100%;
    height: 250px;
}
.character-img img {
    position: absolute;
    height: auto; 
    width: 80%;
}
.outer-shell{
  width: 100%;
  flex-direction: column;
  height: auto;
}
.character-img {
    width: 80%;
}
.word {
    font-size: 6rem;
    line-height: 7rem;
}
.table_design05 th {
width: 30%;
}
.description-list{
  width:100%;
  padding: 2.5rem;
}
.character1{
  height: 100%;
  padding-top:20px;
}
.character2 {
  height: 100%;
  padding-top:50px;
}
.character3{
  height: 100%;
  padding-top:50px;
}
div#character2.character2 .word {
    margin-top: 50px;
    font-size: 6rem;
    line-height: 7rem;
}
div#character2 .description-list .character-name{
  padding-top: 50px;
}
  .character-img2 {
    width: 80%;
}
.character-img2 img{
      position: absolute;
    height: auto; 
    width: 80%;
    margin-left: -15px;
}
.word1 {
    font-size: 6rem;
    line-height: 7rem;
    margin-left:0px;
    margin-top: 50px;
}
.word2 {
    font-size: 6rem;
    line-height: 7rem;
    margin-left:210px;
    margin-top: -100px;
}
}