.Header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 68px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.Header__logo {
  margin-left: 0.5rem;
}

.Header__btn {
  margin-left: auto;
  margin-right: 0.5rem;
}

.Header__logo_text {
  font-size: 8px;
  color: #235994;
  line-height: 8px;
  width: 80px;
  text-align: center;
}

.Header__btn_img {
  width: 180px;
  height: auto;
}

.Main__container {
  margin: 0 auto;
  color: #555;
  font-family: sans-serif;
  font-weight: 400;
}

.TopContents__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 480px) {
  .TopContents__container {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .TopContents__container {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .TopContents__container {
    font-size: 30px;
  }
}
@media (orientation: landscape) {
  .TopContents__container {
    min-height: 760px;
  }
}

.TopContents__main {
  width: 100%;
  text-align: center;
}

#countdown__header {
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 18px;
  padding-top: 0.3rem;
}

#countdown__main {
  display: flex;
  justify-content: space-evenly;
  margin: 0 2%;
}

#day-count,
#hour-count,
#minute-count,
#second-count {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
}

#day-unit,
#hour-unit,
#minute-unit,
#second-unit {
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
  position: relative;
  top: -10%;
  left: -5%;
}

#countdown__disclaimer {
  margin-top: -0.5rem;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 16px;
  padding-bottom: 0.3rem;
}

.countdown__footer {
  color: white;
  background-color: #ff2581;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 700;
  padding: 2%;
  position: relative;
  margin-bottom: 4px;
}

.countdown__footer__arrow {
  max-width: 24px;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}

.expired {
  height: 12px;
}

@media screen and (min-width: 600px) {
  #countdown__header {
    margin-top: 2%;
    font-family: "Hiragino Kaku Gothic Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 18px;
  }

  #countdown__main {
    display: flex;
    justify-content: space-evenly;
    margin: 4% 12%;
  }

  #day-count,
  #hour-count,
  #minute-count,
  #second-count {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 5rem;
    line-height: 58px;
  }

  #day-unit,
  #hour-unit,
  #minute-unit,
  #second-unit {
    font-family: "Hiragino Kaku Gothic Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 30px;
    position: relative;
    top: -20%;
  }

  #countdown__disclaimer {
    margin-top: -1rem;
    font-family: "Hiragino Kaku Gothic Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 16px;
    padding-bottom: 0.7rem;
  }
  .countdown__footer__arrow {
    max-width: 36px;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
  }

  .expired {
    height: 20px;
  }
}

.infographicsMovie__Container {
  margin-bottom: -7px;
}

.DigestSquareVideo__Container {
  margin: 0 0 -7px 0;
}

.Module__Topvideo {
  max-width: 100%;
  margin: 0 auto;
}

#Module__TopSquarevideo {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 450px) {
  .DigestVideo__Container {
    display: none;
  }
}

@media (min-width: 451px) {
  .DigestSquareVideo__Container {
    display: none;
  }

  .DigestVideo__Container {
    margin-bottom: -12px;
  }

  .infographicsMovie__Container {
    max-width: 690px;
    margin: 0 auto -12px;
  }
}

@media screen and (max-width: 375px) {
  .ambassador__title_sp img {
    max-width: 195px;
    margin: 0 auto;
  }

  .ambassador__title_pc img {
    display: none;
  }
}

.Title__container {
  margin: 2.5rem 0 2rem;
}

.Title__label {
  text-align: center;
  font-size: 12px;
  color: #999999;
}

.Title__title {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
  text-align: center;
}

.Title__title_inner {
  background: linear-gradient(transparent 70%, #f99eb8 70%);
  padding: 0 5px 2px;
  font-weight: 400;
}

.Title__info {
  padding: 0 24px;
  margin: 0 auto 8px;
  width: 322px;
  text-align: center;
  font-size: 12px;
  color: #e02d6f;
}

.Title__info {
  padding: 0 24px;
  margin: 0 auto 8px;
  width: 322px;
  text-align: center;
  font-size: 12px;
  color: #e02d6f;
}

.RolaMedia__container {
  margin: 80px 0 0;
}

.content {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

.content img {
  width: 100%;
}

.Training__image_container {
  margin: 16px auto 8px;
  max-width: 568px;
}

.Training__image_movie {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.Training__image_movie iframe {
  position: absolute;
  top: 0;
  right: 9px;
  width: 95%;
  height: 95%;
}

.content__freeTraining {
  position: relative;
}

.content__freeTraining_btn_container {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 90%;
  height: auto;
  margin-bottom: 6px;
}

.content__freeTraining_btn {
  position: relative;
  animation: bounce-button 2s infinite;
  box-shadow: 0 12px 0 #af5872;
  display: flex;
  border-radius: 72px;
  padding: 12px 4px 20px 4px;
  background: -webkit-linear-gradient(top, #f1799d 50%, #e37194 50%);
  background: -moz-linear-gradient(top, #f1799d 50%, #e37194 50%);
  background: -ms-linear-gradient(top, #f1799d 50%, #e37194 50%);
  background: linear-gradient(top, #f1799d 50%, #e37194 50%);
}
@keyframes bounce-button {
  0% {
    box-shadow: 0 12px 0 #af5872;
    top: 0;
  }
  10% {
    box-shadow: 0 0 0 #af5872;
    top: 12px;
  }
  20% {
    box-shadow: 0 12px 0 #af5872;
    top: 0;
  }
  30% {
    box-shadow: 0 0 0 #af5872;
    top: 12px;
  }
  40% {
    box-shadow: 0 12px 0 #af5872;
    top: 0;
  }
}
.content__freeTraining_btn__left_column {
  width: 15%;
}

.content__freeTraining_btn__center_column {
  width: 70%;
}

.content__freeTraining_btn__right_column {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__freeTraining_btn__right_column img {
  width: 48px;
  height: 48px;
}

.content__freeTraining_btn__text_1__container {
  display: flex;
  justify-content: center;
}
.content__freeTraining_btn__text_1 {
  background-color: white;
  padding: 4px 16px;
  border-radius: 24px;
}
.content__freeTraining_btn__text_2 {
  color: white;
  font-size: 2.5rem;
  margin: -6px auto 0;
  font-weight: 500;
  width: 85%;
}

@media screen and (max-width: 480px) {
  .content__freeTraining_btn_container {
    bottom: 10%;
  }
  .content__freeTraining_btn {
    margin: 8px 16px 2px;
    padding: 12px 4px 16px 4px;
  }
  .content__freeTraining_btn__left_column {
    width: 10%;
  }
  .content__freeTraining_btn__center_column {
    width: 80%;
  }
  .content__freeTraining_btn__right_column {
    width: 10%;
    margin-left: -6px;
  }
  .content__freeTraining_btn__text_1 {
    font-size: 1rem;
  }
  .content__freeTraining_btn__text_2 {
    font-size: 1.5rem;
    margin: 2px auto 0;
    width: 90%;
  }
  .content__freeTraining_btn__right_column img {
    width: 32px;
    height: 32px;
  }
}

.content__message {
  margin: 20px 0 0;
}

.ureview_anchor {
  background-color: #fafafa;
  padding: 0 0 32px 0;
}

.ureview_anchor img {
  width: 167px;
}

.review_anchor {
  background-color: #fafafa;
  padding: 0 0 48px 0;
}

.review_anchor img {
  width: 167px;
}

@media screen and (min-width: 450px) {
  .review_anchor img {
    width: 208px;
  }

  .ureview_anchor img {
    width: 208px;
  }
}

.Review_Title__container {
  margin: 2.5rem 0 1rem;
}

.Studio_title_container {
  margin: 48px 0 24px 0;
}

.GReview__container {
  max-width: 690px;

  margin: 0 auto;
  background-color: #fafafa;
}

.GReview_Title__container {
  padding: 48px 0 24px 0;
}

.img_review_container {
  max-width: 350px;
  margin: 0 auto;
}

.img_review img {
  width: 100%;
  padding: 0 0 16px 0;
}

.review_note {
  font-size: 11px;
  text-align: left;
  margin: 0 16px;
  padding: 0 0 32px 0;
}

@media screen and (min-width: 1200px) {
  .grid-container {
    -webkit-column-count: 2;
    -webkit-column-gap: 16px;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 16px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 16px;
    column-fill: balance;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
  .grid img {
    width: 313px;
  }
  .review_note {
    margin: 0 25px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  .grid-container {
    -webkit-column-count: 2;
    -webkit-column-gap: 16px;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 16px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 16px;
    column-fill: balance;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 8px;
  }

  .grid img {
    width: 313px;
  }
  .review_note {
    margin: 0 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .grid-container {
    -webkit-column-count: 2;
    -webkit-column-gap: 16px;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 16px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 16px;
    column-fill: balance;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
  .grid img {
    width: 313px;
  }
  .review_note {
    margin: 0 25px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .grid-container {
    -webkit-column-count: 2;
    -webkit-column-gap: 16px;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 16px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 16px;
    column-fill: balance;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
  .grid img {
    width: 313px;
  }
  .review_note {
    margin: 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .grid-container {
    -webkit-column-count: 1;
    -webkit-column-gap: 16px;
    -webkit-column-fill: balance;
    -moz-column-count: 1;
    -moz-column-gap: 16px;
    -moz-column-fill: balance;
    column-count: 1;
    column-gap: 1px;
    column-fill: balance;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
}
.grid {
  display: inline-block;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  break-inside: avoid;

  max-width: 100%;
}

.grid img {
  max-width: 350px;
  padding-bottom: 16px;
}

/* Google Chorome BugFix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grid {
    display: block !important;
  }
}

@media screen and (min-width: 400px) {
  .img_review_container {
    max-width: 690px;
    margin: 0 auto;
  }

  .img_review img {
    width: 313px;
    padding: 0 0 16px 0;
  }
}

@media screen and (max-width: 1024px) {
  .scroll_list {
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: start;
  }
  .scroll_list li {
    display: inline-block;
    display: inline !important;
    list-style: none;
    height: 256px;
    vertical-align: top !important;
    display: table-cell !important;
  }
}

.scroll_list {
  margin: 0 auto;
  width: 50%;
  padding: 0;
}
.scroll_list li {
  display: inline-block;
  list-style: none;
  height: 256px;
  margin: 0 -5px;
}

.list3 {
  flex-direction: row;
  flex-wrap: wrap;
}

.list5 {
  display: none !important;
}

.Curriculum {
  margin: 2rem 0 0;
}

.Curriculum__text {
  font-size: 16px;
  margin: 2rem auto;
}

.Curriculum__img {
  width: 90%;
  max-width: 760px;
  margin-bottom: 5rem;
}

.Person {
  margin: 2rem 0 0;
}

.Person__title {
  font-size: 18px;
  color: #235994;
  text-align: center;
  margin: 3rem 0 1rem;
}

.Person_text_title {
  margin: 1rem 10px 1rem;
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  font-weight: 400;
}

.Person_text {
  margin: 1rem 1rem 2.5rem;
  font-size: 12px;
  text-align: left;
  line-height: 1.7;
}

.summerCampaign__img img {
  max-width: 100%;
}

@media screen and (min-width: 740px) {
  .summerCampaign__img img {
    width: 690px;
  }

  .Review__img img {
    max-width: 360px;
    margin: 8px auto;
    border-radius: 15px;
  }

  .Person__contents {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
  }

  .Person_text_title {
    margin: 1rem auto;
    text-align: left;
  }

  .Person_text {
    width: 460px;
    margin: 1rem auto 3rem;
  }

  .Review_trial__img img {
    margin: 0 auto;
    max-width: 540px;
  }
}

.Fa__description {
  margin: 2rem auto;
  font-size: 14px;
  text-align: left;
  max-width: 960px;
}

.Fa__label {
  display: flex;
  align-items: center;
  margin: 2rem auto;
  max-width: 760px;
  font-size: 13px;
  color: #000;
}

.Fa__label:before,
.Fa__label::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
}
.Fa__label:before {
  margin-right: 0.5em;
}
.Fa__label::after {
  margin-left: 0.5em;
}

.Advisery__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}

.Advisery__list li {
  width: 110px;
  margin: 1rem 10px;
}

.Advisery__list li:last-child {
  margin-right: 0;
}

.Advisery__list img {
  border-radius: 110px;
}

.Advisery__list_name {
  font-size: 14px;
  line-height: 2;
}

.Advisery__list_prof {
  font-size: 10px;
  color: #666;
  line-height: 1.1;
}

.MediaCoverage__container {
  margin: 1rem auto;
  max-width: 800px;
}

.MediaCoverage__label {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin: 32px 0 16px 0;
  color: #555;
}

.MediaCoverage__label:before,
.MediaCoverage__label:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
}
.MediaCoverage__label:before {
  margin-right: 0.5em;
}
.MediaCoverage__label::after {
  margin-left: 0.5em;
}

.MediaCoverage__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.MediaCoverage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 320px;
  margin: 0 auto;
  line-height: 3;
}

.MedeiaCoverage__mediaImage img {
  padding: 8px 0 8px 0;
  max-width: 100%;
}

.MedeiaCoverage__mediaImage.mediaImage__it img {
  padding: 16px 0 16px 0;
}

.MediaCoverage__tv {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto 2rem;
  width: 144px;
  text-align: center;
}

.MediaCoverage__magazine {
  margin: 0 0 1rem;
}

.MediaCoverage__magazine img {
  width: 90px;
}

.MediaCoverage__magazine_pc_nodisable {
  display: block;
}

@media screen and (min-width: 740px) {
  .MediaCoverage__item {
    width: 400px;
    margin: 0 auto;
  }
  .MediaCoverage__tv {
    width: auto;
  }
  .MediaCoverage__magazine img {
    width: 175px;
  }
  .MediaCoverage__magazine_pc_nodisable {
    display: none;
  }
}

.Recommend__container {
  margin-bottom: 2.5rem;
}

.Recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.Recommend__list_item {
  box-sizing: border-box;
  width: 49%;
  margin: 0.5rem 0 1rem;
}

@media (min-width: 480px) {
  .Recommend__list_item {
    width: 180px;
  }
}

.TrialCourse__container {
  margin: 2rem 0 56px;
}

.Course__container {
  border: 1px solid #cfcfcf;
  margin: 0 auto 15px;
  max-width: 350px;
  border-radius: 16px;
}

.Course__header_top {
  display: flex;
  justify-content: center;
  color: #f99eb8;
  text-align: left;
  width: 100%;
  margin: 24px 0 0 0;
}

.Course__header_text1 {
  width: 231px;
  left: 99px;
  top: 3694px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ee85a5;
}

.Course__header_text2 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ee85a5;
}

.Course__header_text_detail {
  display: flex;
  padding-top: 8px;
}

.Course__header_text3 {
  font-size: 12px;
  color: #4d4d4d;
  margin-right: 13px;
}

.Course__header_text3 span {
  font-weight: 800;
}

.Course__header_text4 {
  font-size: 12px;
  color: #4d4d4d;
}

.Course__header_text4 span {
  font-weight: 800;
}

.Course__header_text_detail2 {
  font-size: 12px;
  padding-top: 8px;
  color: #4d4d4d;
}

.Course__header_text_detail2 span {
  font-weight: 800;
}

.Course__header_free {
  box-sizing: border-box;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 15px 0 0;
  margin: 0 14px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background-color: #f99eb8;
}

.Course__header_points {
  display: flex;
  justify-content: space-around;
  max-width: 370px;
  margin: 0 auto 1.6rem;
}

.Course__header_point {
  box-sizing: border-box;
  width: 31vw;
  height: 31vw;
  max-width: 103px;
  max-height: 103px;
  border-radius: 50%;
  margin: 0 7px;
  padding: 22px 0 0;
  background-color: #fff;
  border: 3px #000 solid;
  font-size: 14px;
  color: #000;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.Course__overview {
  margin: 26px auto 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 2;
  text-align: left;
}

.Course__overview_title {
  padding-top: 16px;
  width: 318px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  border-top: 1px solid #cfcfcf;

  color: #4d4d4d;
}

.Course__overview_contents {
  max-width: 310px;
  margin: 0 auto 2.5rem;
}

.Course__overview_content {
  display: flex;
  margin-top: 1rem;
  text-align: left;
}

.Course__overview_content_image {
  margin-right: 12px;
}

.Course__overview_content_text {
  font-size: 12px;
  color: #666;
}

.Overview__content_title {
  font-weight: 800;
}

.Overview__content_text {
  font-size: 10px;
}

.TopContents__btn_reserve_text img {
  max-width: 214px;
  margin: 0 auto;
}

.br-sp {
  display: block;
}

.br-pc {
  display: none;
}

.TopContents__reserve {
  margin-bottom: 2.5rem;
}

.TopContents__btn_reserve {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 300px;
  height: 77px;
  margin: 1rem auto 0;
  padding: 13px 0;
  border-radius: 39px;
  background-color: #808080;
  border: solid 2px #808080;
  font-size: 16px;
  color: #555;
}

.TopContents__btn_reserve.reserve_online {
  background-color: #fccfdc;
  border: solid 2px #f99eb8;
  color: #555;
  cursor: pointer;
}

.TopContents__btn_reserve::after {
  content: "";
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  right: 17px;
  top: 34px;
  transform: rotate(-45deg);
}

.reserve_online_new {
  position: absolute;
  height: 54px;
  width: 54px;
  border-radius: 27px;
  background-color: #fff;
  top: 9px;
  left: 5px;
}

.reserve_online_new_inline {
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  background-color: #fff;
  margin: 3px;
  border: 1px solid #ff8dc5;
  color: #ff8ec5;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 15px 0 0 4px;
  text-align: center;
}

.Faq__item {
  max-width: 350px;
  margin: 0 auto 2.5rem;
  font-size: 16px;
  border: 1px solid #f99eb8;
  border-radius: 8px;
  text-align: left;
}

.Faq__question {
  padding: 26px 20px 26px 84px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.Faq__question::before {
  position: absolute;
  box-sizing: border-box;
  top: 20px;
  left: 20px;
  content: "Q";
  background-color: #f99eb8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 4px 0 0;
}

.Faq__answer {
  padding: 20px 20px 26px 84px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.Faq__answer::before {
  position: absolute;
  box-sizing: border-box;
  top: 20px;
  left: 20px;
  content: "A";
  background-color: #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 4px 0 0;
}

@media screen and (min-width: 740px) {
  .Faq__item {
    max-width: 700px;
    margin: 0 auto 2.5rem;
  }
}

.MediaPickUp__container {
  padding: 1px 0;
  margin: 2.5rem 0 2rem;
  background-color: #ebebeb;
}

.MediaPickUp__description {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 14px;
  width: 100%;
  max-width: 350px;
  font-size: 13px;
  text-align: left;
}

.MediaPickUp__magazine {
  display: flex;
  justify-content: center;
  margin: 2rem 0 2.5rem;
}

.MediaPickUp__magazine_img01 {
  width: 180px;
  height: 232px;
}

.MediaPickUp__magazine_img02 {
  display: none;
  width: 330px;
  height: 232px;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 740px) {
  .Stores_store {
    max-width: 380px;
    width: 45vw;
    margin: 1rem 0 0;
  }
}

.Stores__img {
  margin: 2rem 15px 2rem 0;
  flex-grow: 0;
}

.Stores__name {
  width: 129px;
  height: 129px;
  flex-basis: 129px;
}

.Stores__address {
  font-size: 12px;
  color: #666;
  margin: 2rem 0 0;
  flex-grow: 1;
}

.TopContents__btn_footer {
  margin: 3rem 0;
}

.Contact__Phone {
  padding: 1.5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 1rem 15px 2rem;
  font-size: 15px;
}

.Contact__Phone a {
  color: #fff;
}

.Contact__Phone_times {
  padding-top: 8px;
}

.Contact__Phone_times span {
  font-weight: 800;
}

.Contact__Contacts {
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

a.Contact__Contacts_link {
  display: block;
  box-sizing: border-box;
  margin: 1rem auto;
  padding-top: 3px;
  border: 1px solid #fff;
  width: 232px;
  height: 50px;
  border-radius: 50px;
  font-size: 15px;
  color: #fff;
}

.Contact__Contacts_sub {
  display: block;
  font-size: 10px;
}

.FooterNav__container {
  display: none;
}

.FooterNav__container_bt {
  display: none;
}

@media (max-width: 896px) {
  .Footer__btn_img img {
    position: absolute;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    right: 2%;
  }

  .FooterNav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #e5e5e5;
    z-index: 100;
  }

  .FooterNav__container_bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    padding-bottom: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 111px;
    background-color: rgba(252, 232, 239, 0.9);
    border-top: 1px solid #e5e5e5;
    z-index: 100;
  }

  .FooterNav__studio {
    width: 100%;
    position: relative;
  }

  .FooterNav__studioBtn {
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 2%;
    top: 6px;
    width: 96%;
    height: 86px;
    border-radius: 20px;
    background-color: #f99eb8;
    border: solid 1px #f97ca0;
    filter: drop-shadow(0 2px 0 #f97ca0);
    font-size: 16px;
    color: #404040;
    text-align: center;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 1.3;
    padding: 31px 8px 0 0;
  }

  .FooterNav__studioBtn:link,
  .FooterNav__studioBtn:active,
  .FooterNav__studioBtn:visited,
  .FooterNav__studioBtn:hover {
    color: #fff;
  }

  .FooterNav__studioBtn::after {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    right: 14px;
    top: 37px;
    transform: rotate(-45deg);
  }

  .FooterNav__trial {
    width: 100%;
    position: relative;
  }

  .FooterNav__trialBtn {
    position: absolute;
    display: block;
    box-sizing: border-box;
    right: 2%;
    top: 6px;
    width: 97%;
    height: 86px;
    border-radius: 20px;
    background-color: #fcf288;
    border: solid 1px #f8ea21;
    filter: drop-shadow(0 2px 0 #f8ea21);
    font-size: 16px;
    color: #404040;
    text-align: center;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 1.3;
    padding: 20px 8px 0 0;
  }

  .FooterNav__trialBtn_mini {
    font-size: 0.9rem;
    display: block;
  }

  .FooterNav__trialBtn::after {
    content: "";
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    right: 14px;
    top: 37px;
    transform: rotate(-45deg);
  }

  @media (max-width: 350px) {
    .FooterNav__studioBtn {
      font-size: 14px;
      padding-top: 32px;
    }
    .FooterNav__studioBtn:after {
      right: 7px;
    }
    .FooterNav__trialBtn {
      font-size: 14px;
      padding-top: 24px;
    }
    .FooterNav__trialBtn:after {
      right: 7px;
    }
  }
}
