@charset "UTF-8";
/*===========================================
         style for Coolmic Original Artists
===========================================*/
/* --- fonts --- */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,700&display=swap');

/*--- common parts ---*/
.main-coolmic-original {
  padding: 81px 0 0;
  font-family: 'Roboto', sans-serif;
  background-repeat: repeat;
  background-size: 50%;
}

.main-inner {
  background-color: #49c6a8;
  padding-bottom: 30px;
}

.button-questionnair a {
  background-color: #1439a3;
}

.button-comic-title a {
  background-color: #49c6a8;
}

.button-comic-title a {
  background-color: #49c6a8;
}

.title-pink a {
  background-color: #ff9ab7;
}

.title-xl a {
  background-color: #43dbe0;
}

.title-papashita a {
  background-color: #ffa925;
}

.title-souryo a {
  background-color: #9a18ad;
}

.title-25jo a {
  background-color: #19bbbb;
}

.title-kusojoshi a {
  background-color: #599dfb;
}

.giveaway a {
  background-color: #fff;
}

.article-co {
  padding: 0 15px;
  text-align: left;
}

.paragraph {
  margin-bottom: 45px;
  line-height: 1.5;
}

/* --------------------------------------
    common parts
---------------------------------------*/
/* 画像や文字の横幅（インタビュー文字組時に使用）
画像・・・35％(w35)　or 100%(wfull)
テキスト・・・65％(w65) */
.wfull {
  width: 100%;
}

.w35 {
  width: 35%;
}

.w65 {
  width: 35%;
}

/* 画像や文字のレイアウト（左右） */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* 各段落のテキスト・画像 */
.box {
  overflow: hidden;
}

.box.question {
  margin-bottom: 20px;
}

.text {
  line-height: 1.5;
}

.image {
  display: block;
}

.image.fl-right {
  margin-left: 14px;
  margin-top : 10px;
}

.image.fl-left {
  margin-right: 14px;
}

.image.wfull {
  margin-top: 30px;
}

.image img {
  width: 100%;
  vertical-align: bottom;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.box.question .text {
  font-size: 16px;
  font-weight: bold;
  color: #375BB3;
}

.box.answer .text {
  font-size: 15px;
  color: #6f7279;
}

/* -------------- */
.btn-event {
  width: 60%;
  height: 50px;
  background-color: #0050ad;
  color: #fff;
  font-size: 20px;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.btn-event::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .2s, opacity .5s;
}

.btn-event:active::after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

.mod-footer {
  background: #fff;
  padding: 20px 20px 20px;
}

/* --- mv --- */
.mv-artist img {
  width: 100%;
}

/* --- area button upper --- */
/*---
.area-button-upper {
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.area-button-upper .button-questionnair,
.area-button-upper .button-comic-title {
  min-width: 98%;
}

.area-button-upper .button-questionnair a,
.area-button-upper .button-comic-title a {
  display: block;
  border-radius: 5px;
  padding: 10px 18px;
  color: #49c6a8;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 20px;
  text-decoration: none;
}

.area-button-upper .button-questionnair a::after,
.area-button-upper .button-comic-title a::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 40%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
-- */
/* --- interview introduction --- */
.introduction {
  padding-bottom: 30px;
  overflow: hidden;
}

.introduction h2 {
  font-style: italic;
  font-weight: lighter;
  font-size: 20px;
  color: #424448;
  text-align: left;
  line-height: 1.25;
}

.introduction h2.with-icon {
  width: calc(100% - 82px);
}

.introduction h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #424448;
  vertical-align: super;
}

.introduction .icon-artist {
  width: 82px;
  padding-left: 10px;
}

.introduction .icon-artist img {
  width: 100%;
  vertical-align: bottom;
}

/* --- area-button-lower --- */
.area-button-lower {
  padding: 0 14px;
}

.area-button-lower .button-questionnair {
  margin-bottom: 10px;
}

.area-button-lower .button-questionnair a,
.area-button-lower .button-comic-title a {
  display: block;
  border-radius: 5px;
  padding: 15px 20px;
  color: #49c6a8;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 20px;
  text-decoration: none;
}

.area-button-lower .button-comic-title a {
  padding: 10px;
}

.area-button-lower .button-comic-title a img {
  width: 32px;
  vertical-align: middle;
  margin-right: 8px;
}

.area-button-lower .button-questionnair a::after,
.area-button-lower .button-comic-title a::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 38%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #49c6a8;
  border-bottom: 1px solid #49c6a8;
  transform: rotate(-45deg);
}

.area-button-upper {
  padding: 20px 14px;
}

.area-button-upper .button-questionnair {
  margin-bottom: 10px;
}

.area-button-upper .button-questionnair a,
.area-button-upper .button-comic-title a {
  display: block;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 20px;
  text-decoration: none;
}

.area-button-upper .button-comic-title a {
  padding: 10px;
}

.area-button-upper .button-comic-title a img {
  width: 32px;
  vertical-align: middle;
  margin-right: 8px;
}

.area-button-upper .button-questionnair a::after,
.area-button-upper .button-comic-title a::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 38%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

/* --- uniq style --- */
.introduction.for-co0008 {
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (min-width:430px) {
  .introduction.for-co0008 {
    background-size: contain;
  }
}

@media screen and (min-width:690px) {
  .main-inner {
    max-width: 690px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
  }

  .introduction.for-co0008 {
    background-size: 10%;
  }
}

.area-button-upper2 {
  padding: 10px 10px 0 10px;
}

.figure-margin {
  margin-bottom: 15px;
}

.cont-bg img {
  border: solid 1px #ccc;
}

.box.question.souryo-question .text {
  color: #9a18ad;
}

.box.question.nigojo-question .text {
  color: #19bbbb;
}

.box.question.kusojoshi-question .text {
  color: #599dfb;
}
