@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 960px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#wrapper-index {
  background: #caeafb;
}

#header {
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}

.header-main {
  padding: 1% 0 0;
}
.header-main a {
  display: inline-block;
}
.header-main a img {
  width: 70%;
  margin: 0 auto;
}

#footer {
  background: #caeafb;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.btn a {
  display: inline-block;
}
.btn a img {
  width: 70%;
  margin: 0 auto;
}

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fadein.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.mv-wrapper {
  position: relative;
  width: 100%;
  background: #caeafb;
  padding-bottom: 0;
}

.mv-illust {
  position: absolute;
  opacity: 0;
}

.mv-illust01 {
  top: 32%;
  left: 1%;
  width: 17%;
}
@media screen and (min-width: 960px) {
  .mv-illust01 {
    top: 24%;
    left: 1%;
    width: 14%;
  }
}

.mv-illust02 {
  top: 16%;
  left: 37%;
  width: 12%;
}
@media screen and (min-width: 960px) {
  .mv-illust02 {
    top: 16%;
    left: 40%;
    width: 8%;
  }
}

.mv-illust03 {
  top: 23%;
  right: 4%;
  width: 20%;
}
@media screen and (min-width: 960px) {
  .mv-illust03 {
    top: 24%;
    right: 19%;
    width: 14%;
  }
}

.mv-illust04 {
  top: 49%;
  right: 13%;
  width: 13%;
}
@media screen and (min-width: 960px) {
  .mv-illust04 {
    top: 45%;
    right: 3%;
    width: 9%;
  }
}

.mv-illust01-appear {
  opacity: 0;
  animation: illustScaleInRightToLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
}

.mv-illust02-appear {
  opacity: 0;
  animation: illustScaleIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
}

.mv-illust03-appear {
  opacity: 0;
  animation: illustScaleIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
}

.mv-illust04-appear {
  opacity: 0;
  animation: illustScaleInLeftToRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
}

.mv-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  width: 94%;
  max-width: 830px;
}
@media screen and (min-width: 960px) {
  .mv-main {
    width: 45%;
    bottom: 3%;
  }
}
.mv-main img {
  visibility: hidden;
  transform: scale(0);
  width: 100%;
  margin: 0 auto;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
}
@media screen and (min-width: 960px) {
  .mv-main img {
    width: 94%;
  }
}

@keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes illustScaleIn {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes illustScaleInRightToLeft {
  0% {
    opacity: 0;
    transform: translateX(80px) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes illustScaleInLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-80px) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.mv-main-appear img {
  visibility: visible !important;
  transform: scale(1) !important;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
}

.mv-date {
  background: #fdd35c;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 1rem 0;
  font: 16px/1em "M PLUS Rounded 1c";
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .mv-date {
    padding: 1.5rem 0 1rem;
  }
}
.mv-date-texts {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.mv-date-name {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .mv-date-name {
    margin-bottom: 0;
    font-size: 1.875rem;
    margin-right: 30px;
  }
}
.mv-date-num {
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .mv-date-num {
    font-size: 3.125rem;
  }
}
.mv-date-num-s {
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .mv-date-num-s {
    font-size: 2rem;
  }
}
.mv-date-week {
  font-size: 1rem;
  border: solid 1px #000;
  border-radius: 30px;
  padding: 1px 2px 1px 3px;
}
@media screen and (min-width: 960px) {
  .mv-date-week {
    padding: 0 4px;
    font-size: 1.25rem;
  }
}

.mv-date-week-1 {
  margin-left: -13px;
}
@media screen and (min-width: 960px) {
  .mv-date-week-1 {
    margin-left: -20px;
  }
}

.br-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .br-sp {
    display: none;
  }
}

.howto {
  background-color: #009be5;
  margin: 0 auto;
  padding: 5% 0 250px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .howto {
    padding: 5% 0;
  }
}
.howto::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-image: url(../img/common/wave.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: translateY(100%);
  z-index: 10;
}
.howto .howto-texts-wrapper {
  position: relative;
  margin-bottom: 15rem;
}
@media screen and (min-width: 960px) {
  .howto .howto-texts-wrapper {
    margin: 0 auto 2rem;
    max-width: 1280px;
  }
}
.howto .howto-texts-wrapper .howto-illust-a {
  position: absolute;
  display: none;
}
@media screen and (min-width: 960px) {
  .howto .howto-texts-wrapper .howto-illust-a {
    display: block;
    bottom: 0.78125vw;
    left: 5%;
    width: 7.8125vw;
    max-width: 120px;
  }
}
.howto .howto-texts-wrapper .howto-illust-b {
  position: absolute;
  bottom: -150px;
  right: 5%;
  width: 40vw;
  max-width: 200px;
}
@media screen and (min-width: 960px) {
  .howto .howto-texts-wrapper .howto-illust-b {
    bottom: 0.78125vw;
    right: 5%;
    width: 12.5vw;
  }
}
.howto .howto-texts-wrapper .howto-illust-c {
  position: absolute;
  bottom: -190px;
  left: 5%;
  width: 37.3333333333vw;
  max-width: 160px;
}
@media screen and (min-width: 960px) {
  .howto .howto-texts-wrapper .howto-illust-c {
    display: none;
  }
}
.howto-texts {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.howto-illust-a {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 51%;
  max-width: 50px;
}
@media screen and (min-width: 960px) {
  .howto-illust-a {
    display: none;
  }
}
.howto-illust-e {
  position: absolute;
  display: none;
}
@media screen and (min-width: 960px) {
  .howto-illust-e {
    bottom: 4%;
    left: 12%;
    width: 11%;
    display: block;
  }
}
.howto-illust-f {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 51%;
  max-width: 230px;
}
@media screen and (min-width: 960px) {
  .howto-illust-f {
    bottom: 2%;
    right: 10%;
    width: 18%;
    max-width: 270px;
  }
}

.movie-container-wrapper {
  max-width: 690px;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}
.movie-container-wrapper video {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1/1;
  border: solid #000 3px;
}
@media screen and (min-width: 960px) {
  .movie-container-wrapper video {
    width: 80%;
  }
}
.movie-container-wrapper .howto-illust-c {
  position: absolute;
  display: none;
}
@media screen and (min-width: 960px) {
  .movie-container-wrapper .howto-illust-c {
    display: block;
    top: 21%;
    left: -11.71875vw;
    width: 11.25vw;
    max-width: 210px;
  }
}
.movie-container-wrapper .howto-illust-d {
  position: absolute;
  top: 27%;
  right: -11.71875vw;
  width: 11.25vw;
  display: none;
}
@media screen and (min-width: 960px) {
  .movie-container-wrapper .howto-illust-d {
    display: block;
  }
}

.movie-container {
  position: relative;
  padding-bottom: 102%;
  height: 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .movie-container {
    padding-bottom: 82%;
  }
}

@media (max-width: 768px) {
  #movie {
    padding: 15vw 0 0;
  }
}
.howto-btn {
  margin: 0 auto;
  text-align: center;
}
.howto-btn a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 75%;
  max-width: 330px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 960px) {
  .howto-btn a {
    width: 25%;
  }
}
.howto-btn a:hover {
  transform: scale(1.2);
}
.howto-btn a img {
  width: 100%;
}

.cp-gift {
  background: #caeafb;
  padding: 10% 0 0;
  position: relative;
}
.cp-gift-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 960px) {
  .cp-gift-wrapper {
    margin: 0 auto 5rem;
  }
}
.cp-gift-box {
  width: 90%;
  padding: 2% 0 0;
  border: 4px solid #000;
  margin: 0 1rem 30px;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .cp-gift-box {
    width: 28%;
  }
}
.cp-gift-box-03, .cp-gift-box-06 {
  background: #f6bdb0;
}
.cp-gift-box-02, .cp-gift-box-05 {
  background: #bfb2d7;
}
.cp-gift-box-01, .cp-gift-box-04 {
  background: #fff684;
}
.cp-gift-box img {
  width: 85%;
  margin: 0 auto 1rem;
}
.cp-gift-box-texts {
  height: 84px;
  background: #fff;
  padding: 2% 3%;
  border-top: 3px #000 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
}
.cp-gift-box .cp-gift-box-caution {
  font-size: 0.75rem;
  display: block;
  letter-spacing: -0.025em;
}
.cp-gift-box-text {
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .cp-gift-box-text {
    font-size: clamp(0.75rem, 1.25vw, 1rem);
  }
}
.cp-gift-box-ppl {
  background: #aed36e;
  border-radius: 30px;
  padding: 5px 8px;
}
.cp-gift-box-ppl-num {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}
.cp-gift .cp-gift-box-ppl-num-10 {
  padding: 5px 2px;
}
@media screen and (min-width: 960px) {
  .cp-gift .cp-gift-box-01 {
    background: #f6bdb0 !important;
  }
}
@media screen and (min-width: 960px) {
  .cp-gift .cp-gift-box-03 {
    background: #fff684 !important;
  }
}
.cp-gift .comment-btn {
  margin: 0 auto 9rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cp-gift .comment-btn {
    margin: 0 auto 8rem;
  }
}
.cp-gift .comment-btn a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 75%;
  max-width: 330px;
  transition: all 0.5s ease;
  position: relative;
}
@media screen and (min-width: 960px) {
  .cp-gift .comment-btn a {
    width: 25%;
  }
}
.cp-gift .comment-btn a:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background-image: url(../img/index/illust07.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -210%;
  left: 7%;
}
@media screen and (min-width: 960px) {
  .cp-gift .comment-btn a:before {
    left: -57%;
    bottom: -50%;
    height: 120px;
    transform: translate(50%, 0);
  }
}
.cp-gift .comment-btn a:after {
  content: "";
  width: 140px;
  height: 100px;
  position: absolute;
  background-image: url(../img/index/illust08.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -210%;
  right: -9%;
}
@media screen and (min-width: 960px) {
  .cp-gift .comment-btn a:after {
    right: -80%;
    bottom: -50%;
    height: 120px;
    transform: translate(-50%, 0);
  }
}
.cp-gift .comment-btn a:hover {
  transform: scale(1.2);
}
.cp-gift .comment-btn a img {
  width: 100%;
}
.cp-gift-illust {
  position: relative;
  background-image: url(../img/index/illust-bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 40vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cp-gift-illust {
    background-image: url(../img/index/illust-bg_pc.png);
    height: 11.71875vw;
    max-height: 150px;
    max-width: 1280px;
  }
}
.cp-gift-illust-a {
  position: absolute;
  bottom: 18%;
  left: 1%;
  width: 19%;
}
@media screen and (min-width: 960px) {
  .cp-gift-illust-a {
    bottom: 44%;
    left: 8%;
    width: 11%;
  }
}
.cp-gift-illust-b {
  position: absolute;
  bottom: 21%;
  left: 28%;
  width: 15%;
}
@media screen and (min-width: 960px) {
  .cp-gift-illust-b {
    bottom: 35%;
    left: 34%;
    width: 8%;
  }
}
.cp-gift-illust-c {
  position: absolute;
  top: 24%;
  right: 21%;
  width: 22%;
}
@media screen and (min-width: 960px) {
  .cp-gift-illust-c {
    top: 0;
    right: 31%;
    width: 10%;
  }
}
.cp-gift-illust-d {
  position: absolute;
  top: 42%;
  right: 2%;
  width: 11%;
}
@media screen and (min-width: 960px) {
  .cp-gift-illust-d {
    top: 15%;
    right: 12%;
    width: 6%;
  }
}

#terms {
  background-color: #fff;
  padding: 50px 5%;
  margin: 0 auto;
}

.terms-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.terms-box-ttl {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.terms-box-text {
  font-size: 0.875rem;
  line-height: 1.8;
}

.terms-box {
  max-width: 820px;
  margin: 0 auto 1rem;
}
.terms-box li {
  line-height: 1.8;
  text-align: left;
  font-size: 0.875rem;
}

.terms-list-indent li {
  padding-left: 0.875em;
  text-indent: -0.875em;
}

.terms-list-bold {
  font-weight: bold;
}

.head {
  background: #caeafb;
}

/* ふわふわ上下アニメーション */
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
  animation: floating 5s ease-in-out infinite;
}

.floating1 {
  animation: floating1 5s ease-in-out infinite;
}

.head {
  background: #caeafb;
  padding: 2% 0 6%;
}

.head-ttl {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .head-ttl {
    width: 30%;
  }
}

/*-------------------------------

#post

-------------------------------*/
#post {
  background-color: #009be5;
  padding: 5% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 960px) {
  #post {
    padding: 1% 0 0;
  }
}

.post {
  position: relative;
}
.post::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-image: url(../img/comment/wave_up.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  top: 2px;
  left: 0;
  transform: translateY(-100%);
  z-index: 10;
}

#post-list {
  margin: 0 auto 4rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #post-list {
    margin: 0 auto 5rem !important;
  }
}

.post .post-ttl {
  margin: 0 auto 2rem;
}

.post .post-list .image {
  width: 350px;
  border: solid 2px #000;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
}
@media screen and (min-width: 960px) {
  .post .post-list .image {
    width: calc(100% - 40px)/3;
    max-width: none;
  }
}

.post .post-list .image > div {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% auto 5%;
}

.post .post-list .image > div > img {
  width: 48px;
  height: 48px;
  border-radius: 100vw;
}

.post .post-list .image > div > div {
  margin-left: 5%;
}

.post .post-list .image > div > div .name {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  color: #1a509a;
}

.post .post-list .image > div > div .text {
  text-align: justify;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
}

.post .post-list .image > img {
  width: 90%;
  margin: 0 auto 5%;
  border: 1px solid #a1a1a1;
}

#more {
  margin: 0 auto 2rem;
  text-align: center;
}
#more img {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #more img {
    width: 60%;
  }
}

#top-link {
  margin: 0 auto 2rem;
  text-align: center;
}
#top-link img {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #top-link img {
    width: 60%;
  }
}

.comment-illust {
  background-image: url(../img/comment/illlust_bg_sp.png);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 58.6666666667vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .comment-illust {
    background-image: url(../img/comment/illlust_bg_pc.png);
    background-position: bottom right;
    height: 200px;
    max-width: 1280px;
  }
}
.comment-illust-a {
  position: absolute;
  top: 0;
  left: 3%;
  width: 27%;
}
@media screen and (min-width: 960px) {
  .comment-illust-a {
    top: 15%;
    left: 0%;
    width: 12%;
  }
}
.comment-illust-b {
  position: absolute;
  bottom: 43%;
  left: 10%;
  width: 17%;
}
@media screen and (min-width: 960px) {
  .comment-illust-b {
    bottom: 40%;
    left: 27%;
    width: 8%;
  }
}
.comment-illust-c {
  position: absolute;
  top: -5;
  right: 10%;
  width: 23%;
}
@media screen and (min-width: 960px) {
  .comment-illust-c {
    top: 0;
    right: 22%;
    width: 11%;
  }
}
.comment-illust-d {
  position: absolute;
  top: 30%;
  right: 3%;
  width: 14%;
}
@media screen and (min-width: 960px) {
  .comment-illust-d {
    top: 5%;
    right: 0;
    width: 6%;
  }
}
.comment-illust-e {
  position: absolute;
  top: 10%;
  left: 34%;
  width: 33%;
}
@media screen and (min-width: 960px) {
  .comment-illust-e {
    top: 5%;
    left: 44%;
    width: 13%;
  }
}/*# sourceMappingURL=style.css.map */