/* @font-face {
	font-family: 'RocknRollOne-Regular';
	src: url(/../../../files/user/_/mascot/2024/font/RocknRollOne-Regular.ttf);
}
@font-face {
	font-family: 'DotGothic16-Regular';
	src: url(/../../../files/user/_/mascot/2024/font/DotGothic16-Regular.ttf);
} */


@charset "UTF-8";
@font-face {
	font-family: 'misaki_gothic_2nd';
	src: url(/font/misaki_gothic_2nd.ttf);
}
p,span,h1,h2,h3,h4,div,nav{
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3E0000;
}

html,body {
  overflow-x: hidden;
}


@media screen and (max-width: 768px){
  .aaa {
    width        : 100wd;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

#charaNetworkBox{
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    position: relative;
    margin: auto auto;
    width        : 1300px;
    height       : 750px;

}
@media screen and (max-width: 768px){
  #charaNetworkBox {
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    position: relative;
    margin: auto 30px auto 3px;
    width        : 768px;
    height       : 800px;

  }
}
/*
@media screen and (max-width: 768px){
  #charaNetworkBox {
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    transform: scale(0.5);
    transform-origin: left top;
    height: calc(100% / 0.5);
    width: calc(100% / 0.5);
    background-image: url(/../../../files/user/_/mascot/2024/profile-site/profile-bg.webp);
  }
}
*/


.mascotImg{
    width: 60px;
    height: 60px;
    margin: auto auto;
}
@media screen and (max-width: 768px){
  .mascotImg {
    width: 45px;
    height: 45px;
    margin: auto auto;
  }
}
.teamLogo{
    width        : 20px;
    margin:auto auto;
}
.mascotName{
    font-size: 10px;
    font-style: normal;
    color: #716345;
}


/*===モーダル表示のためのcss　*/

.hide-area{/*モーダル表示をする場所をあらかじめ隠す*/
    display: none;
  }
  
  .modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
    background: #333;
    color: #fff;
    text-align: center;
  }
  
  .modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
    background:none;
    right:0px;
  }
  
  /*クローズボタンの×の色変更*/
  .modaal-close:focus:after,
  .modaal-close:focus:before,
  .modaal-close:hover:after,
  .modaal-close:hover:before{
  background:#88888800;
  opacity: 0;
  }
  
  /*画像の横幅を100%にしてレスポンシブ化*/
  img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/
  }
  
  /*========= レイアウトのためのCSS ===============*/
  
.detailBgImg{
  position: absolute;
  top: 0px;
  left:0px;
  width:350;
  height: 500px;
  z-index: 0;
}



/*本人*/
.detailImg1{
  position: absolute;
  width: 110px;
  z-index: 101;
}
/*言った方*/
.detailImg2{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg3{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg4{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg5{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg6{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg13{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
/*言われた方*/
.detailImg7{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg8{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg9{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg10{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg11{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg12{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImg13{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}
.detailImgTori{
  cursor: pointer;
  position: absolute;
  z-index: 101;
}
.detailImgAS{
  cursor: pointer;
  position: absolute;
  width: 80px;
  z-index: 101;
}

.caption{
  position: absolute;
  /* font-family: 'RocknRollOne-Regular'; */
  font-family: "heisei-maru-gothic-std", sans-serif;
  padding: 20px 20px;
  line-height:40px;
  bottom: 0px;
  left:0px;
  color: #000000;
  font-size: 20px;
  opacity: 0;
  background-color: #1e0300ec;
  height:500px;
  width: 100%;
  z-index: 0;
}
.captionBoxReceiver{  /*コメントBOX + コメント宛先*/
  position: absolute;
  padding: 20px 20px;
  top: 95px;
  left: 10px;
  border-radius: 3%;
  line-height:30px;
  font-size: 22px;
  font-weight: bold;
  color: #3E0000;
  text-align: left;
  z-index: 0;
}
.captionBox{  /*コメントBOX　背景黄色*/
  position: absolute;
  padding: 20px 20px;
  top: 100px;
  left: 10px;
  height: 320px;
  width:95%;
  border-top: solid 3px #3E0000;
  border-bottom: solid 3px #3E0000;
  border-left: solid 3px #3E0000;
  border-right: solid 3px #3E0000;
  background-color: #f7ca6f;
  border-radius: 3%;
  line-height:40px;
  font-size: 20px;
  z-index: -1;
}
.captionDescription{  /*本文*/
  position: absolute;
  padding: 20px 20px;
  top: 185px;
  left: 10px;
  width:95%;
  line-height:40px;
  font-size: 25px;
  font-weight: bold;
  color: #3E0000;
  z-index: 0;
}
.captionBox2{ /*コメントBOX　背景白*/
  position: absolute;
  padding: 0 20px;
  top: 180px;
  left: 18px;
  height: 210px;
  width:90%;
  border-radius: 3%;
  border-top: solid 2px #3E0000;
  border-bottom: solid 2px #3E0000;
  border-left: solid 2px #3E0000;
  border-right: solid 2px #3E0000;
  background-color: #faf3e5;
  font-size: 17px;
  color: #3E0000;
  z-index: -1;
}
/*罫線*/
/*
.captionBox3{
  position: absolute;
  top: 205px;
  left: 25px;
  height: 1px;
  width:85%;
  border-bottom:dotted 2px #3E0000;
}
/*罫線*/
/*
.captionBox4{
  position: absolute;
  top: 245px;
  left: 25px;
  height: 1px;
  width:85%;
  border-bottom:dotted 2px #3E0000;
}
*/
/*罫線*/
/*
.captionBox5{
  position: absolute;
  top: 285px;
  left: 25px;
  height: 1px;
  width:85%;
  border-bottom:dotted 2px #3E0000;
}
*/
.captionBoxSender{  /*コメントBOX + 罫線 + コメント受取*/
  position: absolute;
  padding: 20px 20px;
  top: 320px;
  left: 10px;
  width: 95%;
  line-height:40px;
  font-size: 20px;
  font-weight: bold;
  color: #3E0000;
  text-align: right;
  z-index: 0;
}

/*ロボスケ固有演出　ドラクエ風＋昔のPC画面風*/
/*
.classicPCStyle_box {
  position: absolute;
  padding: 20px 20px;
  top: 110px;
  left: 10px;
  background-color: #111;
  border-radius: 3%;
  line-height:40px;
  font-size: 23px;
  text-align: center;
  font-family: 'misaki_gothic_2nd';
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 0 4px #fff inset;
  border-radius: 3%;
  color: #eee;
  text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
  animation-duration: 0.01s;
  animation-name: textflicker;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: -1;
}*/
/*コメントBOX*/
/*
.classicPCStyle_captionBox2{ 
  position: absolute;
  padding: 0 20px;
  top: 170px;
  left: 18px;
  height: 210px;
  width:90%;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 0 4px #fff inset;
  border-radius: 3%;
  font-size: 17px;
  z-index: 1;
}/*
/*本文*/
/*
.classicPCStyle_Description{  
  position: absolute;
  padding: 20px 20px;
  top: 180px;
  left: 10px;
  width:95%;
  line-height:40px;
  font-size: 25px;
  text-align: left;
  z-index: 0;
  font-family: 'misaki_gothic_2nd';
  border-radius: 3%;
  color: #eee;
  text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
  animation-duration: 0.01s;
  animation-name: textflicker;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: 1;
}
.classicPCStyle_Description::after {
  content: "|";
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
/*
@keyframes blink {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
/*
.classicPCStyle_receiver {
  position: absolute;
  padding: 20px 20px;
  top: 110px;
  left: 10px;
  border-radius: 3%;
  line-height:40px;
  font-size: 23px;
  text-align: center;
  z-index: 0;
  font-family: 'misaki_gothic_2nd';
  border-radius: 3%;
  color: #eee;
  text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
  animation-duration: 0.01s;
  animation-name: textflicker;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}*/
/*コメント 〇〇より
.classicPCStyle_sender {
  position: absolute;
  padding: 20px 20px;
  top: 300px;
  left: 10px;
  width: 95%;
  border-radius: 3%;
  line-height:40px;
  font-size: 23px;
  text-align: center;
  font-family: 'misaki_gothic_2nd';
  border-radius: 3%;
  color: #eee;
  text-align: right;
  text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
  animation-duration: 0.01s;
  animation-name: textflicker;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: 0;
}



@keyframes textflicker {
  from {
      text-shadow: 1px 0 0 #ea36af, -2px 0 0 #75fa69;
    }
  to {
      text-shadow: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #75fa69;
    }
    }
*/

/*ロボスケ固有演出　ドラクエ風＋昔のPC画面風*/

/*モーダル用クラブロゴ*/
.detailClublogo1{
  position: absolute;
  top: 100px;
  left: 20px;
  width: 300px;
  opacity: 0.3;
  }

.commentTojiruBtn{
  font-family: "heisei-maru-gothic-std", sans-serif;
  padding: 12px 16px;
  position: absolute;
  line-height:20px;
  text-align: center;
  top: 110px;
  right: 20px;
  width: 50px;
  font-size: 40px;
  color: #3E0000;
  text-decoration: none;
  opacity: 0;
  cursor: pointer;
  z-index: -10;
}

/*===モーダル表示のためのcss　*/



/*ボタン*/

#btnBox{
position: absolute;
left: 10px;
width: 570px;
height: 80px;
border: none;
background-color:#FDB500;
border: 2px dotted #000E5B;
}
@media screen and (max-width: 768px){
  #btnBox {
    width: 50px;
    height: 377px;
  }
}

.memoBtn {
  position: absolute;
  margin: 0px 0px;
}

/*ボタン　タップアイコン*/
#btnTapIcon_pc{
  background-image:url("../../../files/user/_/mascot/2024/icon/tap-icon.png");
  position: absolute;
  top: 95px;
  left: 40px;
  width: 3.5%;
  animation:tapUpDown 1.5s infinite;
  z-index: 1;
}
@media screen and (max-width: 768px){
  #btnTapIcon_pc {
    display: none;
  }
}
#btnTapIcon_sp{
  background-image:url("../../../files/user/_/mascot/2024/icon/tap-icon.png");
  position: absolute;
  top: 65px;
  left: 80px;
  width: 4.5%;
  animation:slide 1.5s infinite;
  z-index: 1;
}
@media screen and (min-width: 768px){
  #btnTapIcon_sp {
    display: none;
  }
}

@keyframes slide {
  to {
    transform:translate(-40px,0px);
  }
}

/*マスコット　タップアイコン*/
#mascotTapIcon{
  position: absolute;
  top: 160px;
  left: 540px;
  width: 3.5%;
  animation:tapUpDown 1.5s infinite;
  z-index: 1;
}
@media screen and (max-width: 768px){
  #mascotTapIcon {
    top: 80px;
    left: 210px;
  }
}
.material-symbols-outlined{
  animation:tapUpDown 1.5s infinite;
}
@keyframes tapUpDown {
  to {
    transform:translate(0px,-40px);
  }
}


/*ボタンローディング*/
#loadingContainer {
  position:absolute;
  background-color: #000000ab;
  width: 574px;
  height: 85px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 768px){
  #loadingContainer {
    width: 55px;
    height: 382px;
  }
}
#loadingTxt{
  position: absolute;
  line-height: 1px;
  top: 30px;
  font-size: 20px;
  color: #fff;
  /* font-family: 'RocknRollOne-Regular'; */
  font-family: "heisei-maru-gothic-std", sans-serif;
}
@media screen and (max-width: 768px){
  #loadingTxt {
    top: 60px;
    font-size: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
#loader {
  border: 10px solid #e1ff5b;
  border-radius: 50%;
  margin: auto auto auto 100px;
  width: 55px;
  height: 55px;
  animation: spin 3s linear infinite;
}
@media screen and (max-width: 768px){
  #loader {
    margin: 20px auto auto 10px;
    width: 20px;
    height: 20px;
  }
}
@keyframes spin{
  0%{
    transform: rotate(0deg);
  }

  50%{
    transform: rotate(180deg);
    border-radius: 0%;
    width: 20px;
    height: 20px;
    border: 5px dotted #dff707;
  }

  100%{
    transform: rotate(360deg);
  }
}


/*なかよし*/
.nakayoshiBtnContents {
  position: absolute;
  width: 500px;
}

.nakayoshiBtn{
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px){
  .nakayoshiBtn{
    position: absolute;
    top: 10px;
    left: 5px;
  }
}
.nakayoshiBtn:hover {
  transform: scale(1.1,1.1);  /* 拡大 */
  transition: 0.5s;             /* 5秒かけて動く */
}
/*すき*/
.sukiBtnContents {
  position: absolute;
  width: 500px;
}

.sukiBtn{
  position: absolute;
  top: 10px;
  left: 80px;
}
@media screen and (max-width: 768px){
  .sukiBtn{
    position: absolute;
    top: 55px;
    left: 5px;
  }
}
.sukiBtn:hover {
  transform: scale(1.1,1.1);  /* 拡大 */
  transition: 0.5s;             /* 5秒かけて動く */
}
/*片思い
.kataomoiBtnContents {
  position: absolute;
  top: 75px;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 20px;
  margin: auto;
}
*/
/*リスペクト*/
.respectBtnContents {
  position: absolute;
  width: 500px;
}

.respectBtn{
  position: absolute;
  top: 10px;
  left: 150px;
}
@media screen and (max-width: 768px){
  .respectBtn{
    position: absolute;
    top: 100px;
    left: 5px;
  }
}
.respectBtn:hover {
  transform: scale(1.1,1.1);  /* 拡大 */
  transition: 0.5s;             /* 5秒かけて動く */
}
/*ライバル*/
.rivalBtnContents {
  position: absolute;
  width: 500px;
}

.rivalBtn{
  position: absolute;
  top: 10px;
  left: 220px;
}
@media screen and (max-width: 768px){
  .rivalBtn{
    position: absolute;
    top: 145px;
    left: 5px;
  }
}
.rivalBtn:hover {
  transform: scale(1.1,1.1);  /* 拡大 */
  transition: 0.5s;             /* 5秒かけて動く */
}
/*かわいい*/
.kawaBtnContents {
  position: absolute;
  width: 500px;
}

.kawaBtn{
  position: absolute;
  top: 10px;
  left: 290px;
}
@media screen and (max-width: 768px){
  .kawaBtn{
    position: absolute;
    top: 190px;
    left: 5px;
  }
}
.kawaBtn:hover {
  transform: scale(1.1,1.1);  /* 拡大 */
  transition: 0.5s;             /* 5秒かけて動く */
}
/*仲間いしき*/

.nakamaBtnContents {
  position: absolute;
  width: 500px;
}
.nakamaBtn{
  position: absolute;
  top: 10px;
  left: 360px;
}
@media screen and (max-width: 768px){
  .nakamaBtn{
    position: absolute;
    top: 235px;
    left: 5px;
  }
}
.nakamaBtn:hover {
  transform: scale(1.1,1.1);  
  transition: 0.5s;           
}

/*その他*/
.otherBtnContents {
  position: absolute;
  width: 500px;
}

.otherBtn{
  position: absolute;
  top: 10px;
  left: 430px;
}
@media screen and (max-width: 768px){
  .otherBtn{
    position: absolute;
    top: 281px;
    left: 5px;
  }
}
.otherBtn:hover {
  transform: scale(1.1,1.1);  /* 拡大 */
  transition: 0.5s;             /* 5秒かけて動く */
}

/*クリア*/
.clearBtnContents {
  position: absolute;
  width: 500px;
}
.clearBtn{
  position: absolute;
  top: 10px;
  left: 500px;
}
@media screen and (max-width: 768px){
  .clearBtn{
    position: absolute;
    top: 327px;
    left: 5px;
  }
}
.clear:hover {
  transform: scale(1.1,1.1);  /* 拡大 */
  transition: 0.5s;             /* 5秒かけて動く */
}

.btn {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px){
  .btn {
    position: absolute;
    width: 40px;
    height: 40px;
  }
}
/*ボタン*/

/*アイコン*/
.thumb {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
.star {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.heart {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.restaurant {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}


.fire{
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.pets{
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.hatena{
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}


.detailIcon{
  z-index: 1000;
  position: absolute;
}