@charset "UTF-8";
/* リスモングとリスモモちゃん */
[id*="h20"] {
	margin-top: -70px;
	padding-top: 130px;
}
#rismong_bg {
  background: repeating-linear-gradient(90deg, #f5ffd4, #f5ffd4 30px, #edfcbd 0, #edfcbd 70px);
  padding: 30px 0px;
}
section {
  background: #fff;
  padding: 30px;
}
.profile_bg {
  background-color: #fff;
  background-image: radial-gradient(#efefef 15%, transparent 20%), radial-gradient(#efefef 15%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}
.txt {
  font-weight: bold;
  border: 1px solid #93d661; /* 線の太さ・種類・色 */
  background: #fdfff0;
  border-radius: 5px;
  margin: 30px 0 0 0; /* 外側の余白 上・右・左・下 */
  padding: 25px 20px 10px 20px; /* 内側の余白 上・右・左・下 */
  position: relative;
}
.txt:before {
  background-color: #93d661; /* 吹き出し背景色 */
  border-radius: 5px;
  color: #fff; /* 吹き出し文字色 */
  content: 'リスモング';
  padding: 5px 40px;
  position: absolute;
  left: -10px;
  top: -28px;
  font-size: 18px;
}
.txt:after {
  border-top: 12px solid #93d661; /* 吹き出し三角部分の色 */
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  top: 10px;
  left: 15px;
}
.rismomo .txt {
  border: 1px solid #f3cbd0; /* 線の太さ・種類・色 */
  background: #fff5f6;
}
.rismomo .txt:before {
  background-color: #fab3bc;
  content: 'リスモモ';
}
.rismomo .txt:after {
  border-top: 12px solid #fab3bc; /* 吹き出し三角部分の色 */
}
.profile {
  background-color: #fff; /* 背景色 */
  border: 1px solid #ccc; /* 線の太さ・種類・色 */
  border-radius: 5px;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin: 20px 5px; /* 外側の余白 上下・左右 */
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
}
.profile:after {
  background-color: #d9ccb3; /* マステ部分の色1 */
  background-image: linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be), linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be); /* マステ部分の色2 */
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  border-left: 2px dotted rgba(255, 255, 255, 0.9);
  border-right: 2px dotted rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  content: 'Profile';
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 20px;
  color: #fff; /* マステ部分文字色 */
  text-align: center;
  position: absolute;
  top: -10px;
  left: 100px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
.rismon_col .fl {
  float: left;
}
.rismon_col .fr {
  float: right;
}
.rismon_col .txt {
  width: 60%;
}
#rismong {
  width: 38%;
}
#rismomo {
  width: 25%;
  margin-left: 5%;
}
.rismon_col img {
  width: 100%;
}
/* オリジナルグッズ */
#rismon_goods {
  display: flex;
}
#rismon_goods li {
  flex: 1;
  margin-left: 10px;
}
#rismon_goods li:first-child {
  margin-left: 0;
}
#rismon_goods li span {
  display: block;
  text-align: center;
}
#rismon_goods li img {
  width: 100%;
}
/* ページトップボタン */
#pagetop {
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .rismon_col .fl, .rismon_col .fr, #rismong, #rismomo {
    float: none;
  }
  .rismong, .rismomo {
    position: relative;
    z-index: 1;
  }
  .rismon_col .txt {
    width: 100%;
  }
  #rismong {
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 38%;
    z-index: 10;
  }
  #rismomo {
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 25%;
    margin-left: 0;
    z-index: 10;
  }
  /* インスタ調整 */
  #insta iframe {
    width: 100% !important;
    height: auto !important;
  }
  /* オリジナルグッズ */
  #rismon_goods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #rismon_goods li {
    flex: none;
    width: 48%;
    margin-left: 0;
  }
}