@charset "utf-8";

@import url("common.css");


/* cahrt */
#tenlove #chart .data {
  padding: 45px 60px 60px;
}
#tenlove #chart .chartArea {
  position: relative;
  margin-bottom: 40px;
}
#tenlove #chart .chartArea .chartImg {
  margin-left: -10px;
}
#tenlove #chart .chartArea .charLit li {
  position: absolute;
}
#tenlove #chart .chartArea .charLit li .modal {
  display: block;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
#tenlove #chart .chartArea .charLit li.hamada {
  top: 460px;
  left: 125px;
  width: 320px;
  height: 434px;
}
#tenlove #chart .chartArea .charLit li.ichige {
  top: 90px;
  left: 40px;
  width: 230px;
  height: 311px;
}
#tenlove #chart .chartArea .charLit li.nishio {
  bottom: 575px;
  left: 250px;
  width: 190px;
  height: 264px;
}
#tenlove #chart .chartArea .charLit li.yamoto {
  top: 364px;
  right: 25px;
  width: 190px;
  height: 264px;
}
#tenlove #chart .chartArea .charLit li.tayama {
  bottom: 575px;
  left: 30px;
  width: 190px;
  height: 264px;
}
#tenlove #chart .chartArea .charLit li.yoshioka {
  top: 80px;
  right: 25px;
  width: 190px;
  height: 264px;
}
#tenlove #chart .chartArea .charLit li.saito {
  top: 647px;
  right: 25px;
  width: 190px;
  height: 264px;
}
#tenlove #chart .chartArea .charLit li.ogata {
  top: 90px;
  left: 310px;
  width: 230px;
  height: 311px;
}
#tenlove #chart .textCast {
  position: relative;
  padding: 15px 135px;
}
#tenlove #chart .textCast:before,
#tenlove #chart .textCast:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
}
#tenlove #chart .textCast:before {
  left:0;
  border-left:10px #d1eef2 solid;
  border-right:2px #d1eef2 solid;
}
#tenlove #chart .textCast:after {
  right:0;
  border-right:10px #d1eef2 solid;
  border-left:2px #d1eef2 solid;
}
#tenlove #chart .textCast {
  line-height: 1.4;
  font-size: 0.938em;
  text-align: center;
}
#tenlove #chart .textCast .list {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  margin: 0 auto;
}
#tenlove #chart .textCast .list li {
  margin: 6px 0;
}
#tenlove #chart .textCast .aiueo {
  text-align: right;
}
#tenlove #chart .textCast .column3 {
  width: 510px;
}
#tenlove #chart .textCast .column3 li {
  width: 33.3%;
}
#tenlove #chart .textCast .column2 {
  width: 460px;
}
#tenlove #chart .textCast .column2 li {
  width: 50%;
}
#tenlove #chart .textCast .rows li {
  padding: 0 15px;
}
#tenlove #chart .textCast .ann {
  width: 460px;
  margin-bottom: 30px;
}
#tenlove #chart .textCast .ann .matusi {
  width: 50%;
  text-align: right;
}
#tenlove #chart .textCast .ann .itou {
  width: 50%;
  text-align: left;
}
#tenlove #chart .textCast .rows span {
  font-size: 0.8em;
}

/* comment */
#tenlove #comment .tenloveMember {
  margin-bottom: 30px;
  background: #f5eedb;
}
#tenlove #comment .tenloveMember .portrait {
  position: relative;
  float: left;
  width: 240px;
  height: 290px;
  margin-right: 30px;
  overflow: hidden;
}
#tenlove #comment .tenloveMember .portrait img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 260px;
  height: auto;
}
.tenloveMember h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}
.tenloveMember h3 strong {
  display: inline-block;
  position: relative;
  float: left;
  color: #d73961;
  font-weight: bold;
  font-size: 30px;
}
.tenloveMember h3 span {
  display: inline-block;
  margin: 2px 0 0 15px;
  padding: 6px 12px 7px;
  border-radius: 20px;
  background: #e0c445;
  color: #5d3d1f;
  font-weight: bold;
}
#tenlove #comment .tenloveMember .text {
  line-height: 1.9;
  padding: 0 30px 30px;
  font-weight: 300;
  font-size: 0.938em;
  text-align: justify;
}


/* modal */
#charModal .moadal {
  display: none;
}
.charModal.tenloveMember {
  width: 900px;
  height: 370px;
  padding: 25px;
  border-radius: 3px;
  background: url("../../img/bg_tree.jpg");
} 
.charModal.tenloveMember .inner {
  background: #f5eedb;
}
.charModal.tenloveMember .portrait {
  float: left;
  width: 300px;
  height: 320px;
  overflow: hidden;
}
.charModal.tenloveMember .portrait img {
  width: 100%;
  height: auto;
}
.charModal.tenloveMember .data {
  float: left;
  width: 550px;
  padding: 0 30px;
}
.charModal.tenloveMember h3 {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 18px;
  background: url("../../chart/img/dot.svg") repeat-x left bottom / 5px auto;
}
.charModal.tenloveMember h3 span {
  margin: 0 0 0 15px;
  font-size: 19px;
}
.charModal.tenloveMember .text {
  line-height: 1.9;
  font-weight: 300;
  font-size: 0.938em;
  text-align: justify;
}
.modaal-container {
  max-width: 900px;
  background: none;
}
.modaal-content-container {
    padding: 0;
}
.modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 0 14px;
}
.modaal-wrapper .modaal-close {
  background: #ea708f;
}

@media all and (max-width: 812px) {
/* cahrt */
#tenlove #chart .data {
  padding: 5% 5% 7%;
}
#tenlove #chart .chartArea {
  margin-bottom: 20px;
}
#tenlove #chart .chartArea .chartImg {
  width: 100%;
  height: auto;
  margin-left: -1%;
}
#tenlove #chart .chartArea .charLit li.hamada {
  top: 43.8vw;
  left: 12vw;
  width: 30.5vw;
  height: 41.5vw;
}
#tenlove #chart .chartArea .charLit li.ichige {
  top: 8.82vw;
  left: 3.694vw;
  width: 22.16vw;
  height: 29.5vw;
}
#tenlove #chart .chartArea .charLit li.nishio {
  bottom: 54.67vw;
  left: 23.89vw;
  width: 18.1vw;
  height: 25.24vw;
}
#tenlove #chart .chartArea .charLit li.yamoto {
  top: 34.65vw;
  right: 3.2vw;
  width: 18.1vw;
  height: 25.24vw;
}
#tenlove #chart .chartArea .charLit li.tayama {
  bottom: 54.67vw;
  left: 3.2vw;
  width: 18.1vw;
  height: 25.24vw;
}
#tenlove #chart .chartArea .charLit li.yoshioka {
  top: 7.58vw;
  right: 3.2vw;
  width: 18.1vw;
  height: 25.24vw;
}
#tenlove #chart .chartArea .charLit li.saito {
  top: 61.57vw;
  right: 3.2vw;
  width: 18.1vw;
  height: 25.24vw;
}
#tenlove #chart .chartArea .charLit li.ogata {
  top: 8.82vw;
  left: 29.5vw;
  width: 22.16vw;
  height: 29.5vw;
}
#tenlove #chart .textCast {
  padding: 0;
}
#tenlove #chart .textCast:before,
#tenlove #chart .textCast:after {
  display: block;
  content: "";
  position: static;
  width: 100%;
  height: 5px;
}
#tenlove #chart .textCast:before {
  margin-bottom: 15px;
  border: 0;
  border-top:5px #d1eef2 solid;
  border-bottom:1px #d1eef2 solid;
}
#tenlove #chart .textCast:after {
  margin-top: 15px;
  border: 0;
  border-bottom:5px #d1eef2 solid;
  border-top:1px #d1eef2 solid;
}
#tenlove #chart .textCast {
  font-size: 0.72em;
}
#tenlove #chart .textCast .list {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
#tenlove #chart .textCast .list li {
  margin: 4px 0;
}  
#tenlove #chart .textCast .aiueo {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
#tenlove #chart .textCast .column3 {
  max-width: 350px;
  width: 100%;
}
#tenlove #chart .textCast .column3 li {
  width: 33.3%;
}
#tenlove #chart .textCast .column2 {
  max-width: 320px;
  width: 100%;
}
#tenlove #chart .textCast .rows li {
  padding: 0 10px;
}
#tenlove #chart .textCast .ann {
  max-width: 350px;
  width: 100%;
  margin-bottom: 20px;
}
#tenlove #chart .textCast .songer {
  max-width: 390px;
  width: 100%;
}  
#tenlove #chart .textCast .songer li:first-child {
  padding: 0 40px;
}
#tenlove #chart .textCast .songer span {
  display: inline-block;
}


/* comment */
#tenlove #comment .data {
  padding: 0;
}  
#tenlove #comment .tenloveMember {
  position: relative;
  padding-top: 7%;
  margin-bottom: 0;
  background: #f5eedb;
}
#tenlove #comment .tenloveMember:before,
.charModal .inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  background: #fff;
}
#tenlove #comment .tenloveMember .portrait {
  position: relative;
  float: none;
  max-width: 280px;
  width: 50vw;
  max-height: 360px;
  height: 65vw;
  margin: 0 auto 15px;
  border-radius: 5px;
}
#tenlove #comment .tenloveMember .portrait img {
  max-width: 320px;
  width: 120%;
}
.tenloveMember h3 {
  display: block;
  margin-bottom: 15px;
  padding: 0 5%;
  text-align: center;
}
.tenloveMember h3 strong {
  display: block;
  float: none;
}
.tenloveMember h3 span {
  margin: 0 0 10px 0;
}
#tenlove #comment .tenloveMember .text {
  padding: 0 7% 7%;
  font-size: 0.875em;
}
  
  
/* modal */
.charModal.tenloveMember {
  width: 100%;
  height: auto;
  padding: 3vw;
}
.charModal.tenloveMember .inner {
  position: relative;
  padding-top: 5%;
}
.charModal.tenloveMember .inner:before {
  height: 35vw;
}
.charModal.tenloveMember .portrait {
  position: relative;
  float: none;
  max-width: 320px;
  width: 100%;
  max-height: 320px;
  height: 80vw;
  margin: 0 auto;
}
.charModal.tenloveMember .data {
  float: none;
  width: 100%;
  padding: 5%;
}
.charModal.tenloveMember h3 {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 18px;
}
.charModal.tenloveMember h3 span {
  margin: 0 0 10px 0;
  font-size: 1em;
}
.charModal.tenloveMember .text {
  font-size: 0.875em;
}
}



@media all and (max-width: 480px) {
#tenlove #chart .textCast .column2 li {
  width: 100%;
}
#tenlove #chart .textCast .songer li:first-child {
  padding: 0;
}
  
  
#tenlove #cast .tenloveMember h3 strong {
  font-size: 20px;
}
#tenlove #cast .tenloveMember h3 span {
  font-size: 0.813em;
}
  
  
.charModal.tenloveMember .inner {
  padding-top: 0;
}
}































