@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* custom property */
:root {
  --mc-black: #000;
  --mc-white: #FFF;
  --mc-yellow: #FF0;
  --mc-blue: #0062C6;
  --mc-pink: rgba(255,110,150,1.00);
  --mc-blue10: rgba(0,98,198,0.10);
}

/* font */
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/* figure */
figure {
  margin: 0 auto 48px;
}
figure.box_img360 {
  width: 360px;
}
figure.box_img620 {
  width: 620px;
}
.box_img_flex {
  display: flex;
  justify-content: space-between;
}
.box_img_flex figure {
  flex-basis: 49%;
}
@media screen and (max-width: 639px) {
  figure {
    margin: 0 auto 24px;
  }
  figure.box_img360 {
    width: 75%;
  }
  figure.box_img620 {
    width: 100%;
  }
  .box_img_flex {
    display: block;
  }
  .box_img_flex figure {
    width: 100%;
  }
}

/* main */
#main {
  background-image: url(bg_1.png), linear-gradient(180deg,rgba(0,98,198,0.20) 50%,rgba(152,192,232,0.20) 100%);
}
#main .inner {
  background-color: var(--mc-white);
  padding: 4% 0;
}
#main .el_m6 {
  margin: 0 0 6%;
}
#main .el_dash {
  letter-spacing: -3px;
}
#main .box_buy {
  text-align: center;
}
#main .box_buy a {
  background-color: var(--mc-pink);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
  color: var(--mc-white);
  display: inline-block;
  font-size: calc(16px + 0.1vw);
  line-height: 1.4em;
  padding: 1.5%;
  text-decoration: none;
  opacity: 1.0;
  width: min(400px, 80%);
}
#main .box_buy a:hover {
  box-shadow: 0px 0px 0px;
  opacity: 0.6;
}
@media screen and (max-width: 639px) {
  #main .inner {
    padding: 8px 0;
  }
  #main .visible_pc {
    display: none;
  }
  #main .box_buy a {
    font-size: calc(15px + 0.1vw);
    line-height: 1.6em;
    padding: 2%;
    width: min(300px, 80%);
  }
}

/* area_title */
.area_title {
  margin: 0 0 32px;
  padding: 0;
}
.area_title .box_logo_bloom {
  margin: 0 36% 2%;
  text-align: center;
}
.area_title .box_note {
  font-size: calc(18px + 0.1vw);
  line-height: 1.6em;
  margin: 0 0 2%;
  text-align: center;
}
.area_title .box_img_main {
  margin: 0 16% 2%;
}
.area_title .box_catch {
  margin: 4% 28%;
}
.area_title .box_vol {
  background-image: linear-gradient(90deg,rgba(0,98,198,1.00) 50%,rgba(242,165,174,1.00) 100%);
  color: var(--mc-white);
  font-size: calc(20px + 0.1vw);
  line-height: 1em;
  margin: 0 0 1%;
  padding: 0.4% 1% 0.6%;
  text-align: center;
}
.area_title h1 {
  font-size: calc(36px + 0.1vw);
  line-height: 1.2em;
  margin: 0 auto 1%;
  text-align: center;
}
.area_title h1 .el_group {
  display: block;
  font-size: calc(20px + 0.1vw);
  line-height: 1.4em;
  margin: 0 auto;
}
.area_title .box_summary_yj {
  background-image: linear-gradient(90deg,rgba(0,98,198,1.00) 50%,rgba(242,165,174,1.00) 100%);
  font-size: calc(15px + 0.1vw);
  line-height: 1.6em;
  padding: 5px 0;
}
.area_title .box_summary_yj p {
  background-color: var(--mc-white);
  font-size: calc(14px + 0.1vw);
  line-height: 1.6em;
  padding: 0.8% 0 0.2%;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .area_title {
    margin: 0 0 4%;
  }
  .area_title .box_fb {
    margin: 0 20% 4%;
    text-align: center;
  }
  .area_title .box_note {
    font-size: calc(16px + 0.1vw);
    margin: 0 4% 4%;
    text-align: left;
  }
  .area_title .box_img_main {
    margin: 0 8% 2%;
  }
  .area_title .box_catch {
    margin: 0 12% 3%;
  }
  .area_title .box_vol {
    margin: 0 0 2%;
    padding: 1% 1% 1.5%;
  }
  .area_title h1 {
    margin: 0 1% 2%;
  }
  .area_title .box_summary_yj p {
    font-size: calc(14px + 0.1vw);
  }
}

/* area_lead */
.area_lead {
  background-image: url(bg_1.png), linear-gradient(90deg,rgba(0,98,198,0.25) 50%,rgba(152,192,232,0.25) 100%);
  margin: 0 8% 4%;
  padding: 2%;
}
.area_lead p {
  font-size: calc(16px + 0.1vw);
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .area_lead {
    margin: 0 6% 6%;
    padding: 3%;
  }
  .area_lead p {
    font-size: calc(14px + 0.1vw);
    text-align: left;
  }
}

/* area_interview */
.area_interview section {
  margin: 0 8% 8%;
}
.area_interview section h2 {
  color: var(--mc-blue);
  font-size: calc(24px + 0.1vw);
  line-height: 1.6em;
  margin: 0 0 4%;
}
.area_interview section p {
  font-size: calc(16px + 0.1vw);
  line-height: 1.6em;
  margin: 0 0 6%;
}
.area_interview section .el_editor {
  color: var(--mc-black);
  font-size: calc(14px + 0.1vw);
  line-height: 1.6em;
  margin: 0 0 2%;
}
@media screen and (max-width: 639px) {
  .area_interview section {
    margin: 0 6% 8%;
  }
  .area_interview section h2 {
  font-size: calc(18px + 0.1vw);
    margin: 0 0 4%;
  }
  .area_interview section p {
    margin: 0 0 6%;
  }
  .area_interview section .el_editor {
    margin: 0 0 2%;
  }
}

/* area_profile */
.area_profile {
  background-image: url(bg_1.png), linear-gradient(90deg,rgba(0,98,198,0.25) 50%,rgba(242,165,174,0.25) 100%);
  margin: 0 2% 4%;
  padding: 2.8% 2%;
}
.area_profile h1 {
  font-size: calc(24px + 0.1vw);
  line-height: 1.2em;
  margin: 0 0 0.6%;
}
.area_profile h1 .el_group {
  font-size: calc(14px + 0.1vw);
}
.area_profile h2 {
  background-color: var(--mc-white);
  color: var(--mc-blue);
  margin: 0 0 2%;
  padding: 1.5%;
}
.area_profile h3 {
  font-size: calc(16px + 0.1vw);
  line-height: 1.6em;
  margin: 0 0 1%;
}
.area_profile p {
  font-size: calc(12px + 0.2vw);
  line-height: 1.8em;
  margin: 0 0 1.8%;
}
.area_profile .el_txt_roma {
  font-size: calc(15px + 0.1vw);
  line-height: 1.2em;
  margin: 0 0 2%;
}
.area_profile .box_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2%;
}
.area_profile .box_flex .box_prof_detail {
  flex-basis: 48%;
}
.area_profile .box_flex .box_prof_info {
  flex-basis: 48%;
}
.area_profile .el_list_sns {
  display: flex;
  margin: 4% 0;
}
.area_profile .el_list_sns li {
  flex-basis: 10%;
  list-style: none;
  margin: 0 2% 0 0;
}
.area_profile .el_list_sns li a {
  background-color: var(--mc-pink);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
  display: block;
}
.area_profile .el_list_sns li a:hover {
  box-shadow: 0px 0px 0px;
}
.area_profile .box_info_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3%;
}
.area_profile .box_info_more .el_bloom {
  background-color: var(--mc-white);
  border-radius: 50%;
  flex-basis: 28%;
  margin: 0 1%;
}
.area_profile .box_info_more .el_yjcover {
  flex-basis: 24%;
  margin: 0 1%;
}
@media screen and (max-width: 639px) {
  .area_profile {
    margin: 0 4% 4%;
    padding: 4% 2%;
  }
 .area_profile .box_flex {
    display: block;
  }
  .area_profile .box_prof_detail {
    margin: 0 0 8%;
  }
  .area_profile .el_txt_prof {
    font-size: calc(13px + 0.2vw);
  }
  .area_profile .box_prof_cover {
    display: block;
    margin: 0 16% 4%;
  }
  .area_profile h1,
  .area_profile h2,
  .area_profile h3,
  .area_profile .el_txt_roma,
  .area_profile p {
    text-align: center;
  }
  .area_profile .el_list_sns {
    justify-content: center;
  }
  .area_profile .el_list_sns li {
    margin: 0 1% 0;
  }
}

/* area_credit */
.area_credit {
  font-size: calc(13px + 0.1vw);
  line-height: 1.2em;
  margin: 0 8% 4%;
  text-align: center;
}
.area_credit dl dt {
  margin: 0 0 1%;
}
@media screen and (max-width: 639px) {
}
