@charset "utf-8";
.ttl {
  font-size: 2rem;
  /*font-weight: bold;*/
  padding: 0.5%;
  text-align: center;
  background-color: #eedf01;
  color: #fff;
  margin: 20px 0 10px;
}

#leftbox #profdata,
#reviewbox {
  /*background: rgba(255, 255, 255, 0.5);*/
  padding: 2%;
}

/*
====================================================
■ BASECONT
====================================================
*/

#topbox {
  overflow: hidden;
}

#leftbox {
  /*  width: 61%;
    overflow: hidden;
    float: left;
    margin-right: 1%;*/
}

#rightbox {
  /*width: 38%;*/
  /*max-width:390px;*/
  /*overflow: hidden;
    float: left;*/
}

@media screen and (max-width: 1024px) {
  #leftbox,
  #rightbox {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
  #rightbox {
    margin: 1% auto;
  }
}

/*
====================================================
■ プロフ
====================================================
*/

#leftbox #namedata {
  margin: 0 auto 15px;
}

#leftbox #namedata h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

#leftbox #namedata h3 span {
  font-size: 2.2rem;
}

#leftbox #namedata .body {
  /*color: #FFF;*/
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}

#leftbox #profdata {
  position: relative;
}

#leftbox #profdata .types p {
  width: 24%;
  padding: 7px 0;
}

#leftbox #profdata dl {
  border-bottom: 1px dotted #ccc;
  font-size: 1.5rem;
  overflow: hidden;
  padding: 1.5% 0 1% 0;
  text-align: left;
  width: 100%;
  margin: 1% auto;
  line-height: 1.6;
}

#leftbox #profdata dl:last-child {
  border: none;
}

#leftbox #profdata dl.today {
  color: #eedf01;
}

#leftbox #profdata dt {
  float: left;
  width: 35%;
  font-weight: bold;
  text-align: center;
}

#leftbox #profdata dd {
  float: left;
  width: 65%;
}

@media screen and (max-width: 768px) {
  #leftbox #profdata .types p {
    width: 49%;
  }
}

/*
====================================================
■ 写真
====================================================
*/

#leftbox #photodata {
  position: relative;
  max-width: 390px;
  margin: auto;
}

.slider li img {
  width: 100%;
}

.slider-nav:hover {
  cursor: pointer;
}

.slider-nav img {
  transition: all 0.5s ease 0s;
}

.slider-nav img:hover {
  opacity: 0.7;
}

#leftbox #photodata .slick-prev {
  left: 0;
}

#leftbox #photodata .slick-next {
  right: 0;
}

#leftbox #photodata .list_icons {
  width: 15%;
}

#leftbox #photodata .list_icons img {
  display: block;
}

#photodata .list_ranking {
  /*bottom:18%;*/
}

.list_rank img {
  width: 30px;
}

/*
====================================================
■ オプション設定
====================================================
*/

#opbox {
  margin-top: 5%;
}

#prof_option {
  margin: auto;
}

#prof_option li {
  border: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0.5%;
  overflow: hidden;
  padding: 1% 0;
  width: 31%;
  /*border-radius: 6px;*/
  font-weight: bold;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

#prof_option li.selected {
  /*background: linear-gradient(135deg, #E3DBC8, #fcf5e6);*/
  color: #eedf01;
  border: 1px solid #eedf01;
  /*border: 1px solid #014e90;*/
}

/*
====================================================
■ オプション設定
====================================================
*/

#moviebox {
  margin-top: 5%;
}

/*
====================================================
■ 5段階
====================================================
*/

#fivesteps {
  margin-top: 6%;
}

#fivesteps table {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 98%;
}

#fivesteps table tr,
#fivesteps table th,
#fivesteps table td {
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 8px 5px;
  text-align: left;
}

#fivesteps table th {
  width: 35%;
  text-align: center;
}

#fivesteps table td span a {
  display: inline-block;
  padding: 0.5% 1%;
  font-size: 1.3rem;
  margin: 0 5px;
  border-radius: 4px;
  background: #eee;
  font-weight: bold;
}

#fivesteps table td span a:hover {
  background: #eedf01;
  color: #fff;
}

#fivesteps table th {
  background: #e3dbc8;
}

#fivesteps table td p {
  line-height: 2;
}

/*
====================================================
■ 写メ日記
====================================================
*/

#diarybox {
  min-height: 600px;
  margin: 5% auto 0;
}

#diarybox iframe {
  min-height: 600px;
  width: 98%;
}

/*
====================================================
■ レビュー設定
====================================================
*/

#reviewbox {
  position: relative;
  margin-top: 6%;
}

/*タブ切り替え*/

.tab {
  overflow: hidden;
}

.tab li {
  background: #eedf01;
  padding: 2% 0;
  float: left;
  width: 50%;
  text-align: center;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
}

.tab li.select {
  background: none;
  color: #eedf01;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 1px;
}

.content li {
  background: none;
  transition: all 0.4s ease 0s;
  overflow: auto;
  /*height:412px;*/
}

.hide {
  display: none;
}

/*レビュー部分*/

#reviewlist {
  height: 400px;
  overflow: auto;
}

#reviewlist div {
  border-bottom: 1px solid #ccc;
  padding: 2%;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
}

#reviewlist div .reviewer {
  font-size: 1.6rem;
  font-weight: bold;
}

#reviewlist div .reviewer:after {
  font-size: 1.4rem;
  content: "様の投稿";
  margin-left: 5px;
}

#reviewlist div .reviewer span {
  font-size: 1.3rem;
  display: block;
  color: #333;
}

#reviewlist div .reviewer span:after {
  content: "UPDATE";
  margin-left: 5px;
  font-size: 1.1rem;
}

/*FORM*/

.content li form {
  padding: 0 2% 2% 2%;
  text-align: left;
  font-size: 1.5rem;
}

.content li form p {
  margin-top: 2%;
}

.content li form #comment {
  width: 95%;
}

.content li form #title {
  width: 70%;
}

.content li form .red {
  font-size: 1.2rem;
}

input#reviewer,
input#mailad,
textarea#comment {
  font-size: 1.6rem;
  padding: 1%;
  background-color: #eee;
  border: 1px solid #eee;
  color: #000;
}

/*
====================================================
■ SCHEDULE 設定
====================================================
*/

#rightbox #schebox {
  position: relative;
  margin-top: 1%;
}

#schebox > ul {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: auto;
  width: 98%;
  background: rgba(255, 255, 255, 0.5);
}

#schebox > ul li {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  float: none;
  width: calc(100% / 1);
}

#schebox > ul li .day {
  border-bottom: 1px solid #ccc;
  background: #eee;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0;
}

#schebox > ul li .timesche {
  font-size: 1.5rem;
  padding: 20px 0;
  text-align: center;
}

#schebox > ul li .day,
#schebox > ul li .timesche {
  float: left;
  padding: 10px 0;
  display: block;
}

#schebox > ul li .day {
  width: 35%;
}

#schebox > ul {
  border-bottom: none;
}

#schebox > ul li .timesche {
  border-bottom: 1px solid #ccc;
  width: 65%;
}

/*
====================================================
■ BOTTOM CONT
====================================================
*/

#bottombox {
  width: 98%;
  margin: auto;
  overflow: hidden;
}

/*
====================================================
■ LINEトーク画面風
====================================================
*/

.prof_talk {
  position: relative;
  width: calc(100% - 10px);
  background-image: url(/img/op_title.png);
  background-repeat: repeat-y;
  background-size: 96%;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  padding: 10px 5px;
  margin: 0 auto;
}

.prof_talk::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(118, 158, 206, 0.8);
}

.prof_talk .balloon {
  clear: both;
  position: relative;
  display: inline-block;
  max-width: 40%;
  text-align: left;
  border-radius: 19px;
  overflow-wrap: break-word;
  box-sizing: content-box;
  padding: 9px 14px;
  margin: 8px 0 0;
}

.prof_talk .balloon.left {
  float: left;
  margin-left: 62px;
  background: #fff;
}

.prof_talk .name + .balloon.left {
  margin-top: 5px;
}

.prof_talk .balloon.right {
  float: right;
  margin-right: 12px;
  background: #7adc40;
  font-weight: bold;
}

.prof_talk .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -54px;
  top: -2px;
  border-radius: 20px;
  background: #fff;
}

.prof_talk .name + .left .icon {
  top: -1.8em;
}

.prof_talk .balloon::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 36px;
  top: -21px;
}

.prof_talk .balloon.left:after {
  left: -10px;
  border-radius: 18px 0 6px 18px/18px 0 1px 18px;
  box-shadow: -3px -15px 0 -5px #fff inset;
}

.prof_talk .balloon.right::after {
  right: -10px;
  border-radius: 0 18px 18px 6px/0 18px 18px 1px;
  box-shadow: inset 3px -15px 0 -5px #7adc40;
}

.prof_talk .left + .left::after,
.prof_talk .right + .right::after {
  content: none;
}

.bottom_to_top {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.bottom_to_top_fadeIn {
  transform: translate3d(0, 0, 0);
  transition: 1s ease-in-out 1s;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .prof_talk .balloon {
    max-width: 85%;
  }
}
