@charset "UTF-8";
.js-fade {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.js-fade.active {
  opacity: 1;
}

.js-fade-Vr {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
}
#main-container img,
#main-container video {
  width: 100%;
  height: auto;
}
#main-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #main-container .sp_component {
    display: none;
  }
  #main-container #breadcrumb {
    width: 120rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main-container #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
  }
  #main-container .pc_component {
    display: none;
  }
  #main-container .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main-container .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : "CELFORD made with LIBERTY FABRIC" styles of the site

Created       : 2021-07-16
Last Modified : 2021-07-16

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container.__landing-page {
  margin: 0 auto;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page {
    padding: 2rem 0 9rem;
    font-size: 1.4rem;
  }
}
.main-container.__landing-page a,
.main-container.__landing-page picture {
  display: block;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page {
    width: 100%;
    padding: 0 0 calc(140* (100vw / 750));
    font-size: calc(28* (100vw / 750));
    text-align: justify;
  }
}
/*//////////////////////////////////////////////////

Title : _caption.css
For   : "announcer series Erina Masuda" styles of the site

Created       : 2021-09-02
Last Modified : 2021-09-02

==========================================

Content

    caption

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            caption
============================================================================================== */
.main-container.__landing-page .content__caption {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__caption {
    margin-top: 2.3rem;
    font-size: 1.3rem;
  }
}
.main-container.__landing-page .content__caption span {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__caption span:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__caption {
    margin-top: calc(35* (100vw / 750));
    font-size: calc(23* (100vw / 750));
  }
  .main-container.__landing-page .content__caption span:not(:first-of-type) {
    margin-left: calc(20* (100vw / 750));
  }
}
/*//////////////////////////////////////////////////

Title : _button.css
For   : "announcer series Erina Masuda" styles of the site

Created       : 2021-09-02
Last Modified : 2021-09-02

==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
.main-container.__landing-page .content__button {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__button {
    width: 60rem;
    margin-top: 9rem;
    font-size: 1.1rem;
  }
}
.main-container.__landing-page .content__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #000;
  letter-spacing: 0.002em;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__button a {
    width: 60rem;
    height: 6.4rem;
    line-height: 1.5454545455;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__button {
    width: calc(616* (100vw / 750));
    margin-top: calc(140* (100vw / 750));
    font-size: calc(22* (100vw / 750));
  }
  .main-container.__landing-page .content__button a {
    width: calc(616* (100vw / 750));
    height: calc(125* (100vw / 750));
    line-height: 1.5454545455;
  }
}
/*//////////////////////////////////////////////////

Title : _first view.css
For   : "announcer series Erina Masuda" styles of the site

Created       : 2021-09-02
Last Modified : 2021-09-02

==========================================

Content

    first view

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            first view
============================================================================================== */
.main-container.__landing-page .firstview {
  width: 100%;
}
.main-container.__landing-page .firstview__image {
  width: 100%;
  background: #8395ad;
}
.main-container.__landing-page .firstview__title {
  background: #8395ad;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title {
    width: 120rem;
    margin: 0 auto;
    padding-left: 13rem;
    padding-right: 14rem;
  }
}
.main-container.__landing-page .firstview__title span {
  display: block;
}
.main-container.__landing-page .firstview__title .image__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title .image {
    margin-left: 3rem;
  }
}
.main-container.__landing-page .firstview__title .frame {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title .frame {
    width: 92.2rem;
    height: 56.2rem;
  }
}
.main-container.__landing-page .firstview__lead {
  text-align: center;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__lead {
    margin-top: 8.3rem;
  }
  .main-container.__landing-page .firstview__lead--lower {
    margin-top: 1.8rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .firstview__title {
    padding-left: calc(12* (100vw / 750));
  }
  .main-container.__landing-page .firstview__title .image {
    margin-left: calc(48* (100vw / 750));
  }
  .main-container.__landing-page .firstview__title .frame {
    width: calc(724* (100vw / 750));
    height: calc(853* (100vw / 750));
  }
  .main-container.__landing-page .firstview__lead {
    margin-top: calc(126* (100vw / 750));
  }
  .main-container.__landing-page .firstview__lead--lower {
    margin-top: calc(26* (100vw / 750));
  }
}
/*//////////////////////////////////////////////////

Title : _content.css
For   : "announcer series Erina Masuda" styles of the site

Created       : 2021-09-02
Last Modified : 2021-09-02

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            content
============================================================================================== */
.main-container.__landing-page .content__wrapper {
  position: relative;
}
.main-container.__landing-page .content__wrapper--sec03 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__wrapper--sec01 {
    margin-top: 8.5rem;
  }
  .main-container.__landing-page .content__wrapper--sec02 {
    margin-top: 14.7rem;
  }
  .main-container.__landing-page .content__wrapper--sec03 {
    margin-top: 15rem;
  }
}
.main-container.__landing-page .content__heading {
  position: relative;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__heading {
    margin-bottom: 4rem;
    padding-bottom: 4.3rem;
    font-size: 2rem;
  }
}
.main-container.__landing-page .content__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__heading::after {
    width: 33.2rem;
    height: 3.8rem;
    background-image: url(/Page/style/211116_announcer/assets/img/brackets-pc.png);
  }
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__heading--sec02::after {
    width: 37.2rem;
    height: 3.5rem;
    background-image: url(/Page/style/211116_announcer/assets/img/brackets-pc-large.png);
  }
}
.main-container.__landing-page .content__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__inner--sec01lower {
    margin-top: 12rem;
  }
}
.main-container.__landing-page .content__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-container.__landing-page .content__block--sec01upper-bottom {
    margin-top: 6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container.__landing-page .content__block--sec01upper-bottom::before {
    content: "";
    position: absolute;
    bottom: 17rem;
    width: 100vw;
    height: 22.5rem;
    margin: auto;
    background: #edf0f3;
    z-index: -1;
  }
  .main-container.__landing-page .content__block--sec01lower-bottom {
    margin-top: 6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container.__landing-page .content__block--sec01lower-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 27.2rem;
    margin: auto;
    background: #edf0f3;
    z-index: -1;
  }
  .main-container.__landing-page .content__block--sec02lower {
    margin-top: -4.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container.__landing-page .content__block--sec02lower::before {
    content: "";
    position: absolute;
    top: 4.5rem;
    bottom: 0;
    width: 100vw;
    height: 22.4rem;
    margin: auto;
    background: #edf0f3;
    z-index: -1;
  }
}
.main-container.__landing-page .content__unit {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit--sec01-01 {
    width: 46.6rem;
    padding-top: 29rem;
  }
  .main-container.__landing-page .content__unit--sec01-01 .content__image {
    width: 40rem;
    margin-top: 18.5rem;
    margin-left: 3.3rem;
  }
  .main-container.__landing-page .content__unit--sec01-02 {
    width: 54rem;
    margin-left: 4rem;
  }
  .main-container.__landing-page .content__unit--sec01-03 {
    width: 100%;
  }
  .main-container.__landing-page .content__unit--sec01-03 .content__image {
    width: 50rem;
    margin: 0 auto;
  }
  .main-container.__landing-page .content__unit--sec01-04 {
    width: 31rem;
    margin-left: 4rem;
  }
  .main-container.__landing-page .content__unit--sec01-05 {
    width: 38rem;
  }
  .main-container.__landing-page .content__unit--sec02-01 {
    width: 40rem;
    margin-left: 4rem;
  }
  .main-container.__landing-page .content__unit--sec02-02 {
    width: 34rem;
    margin-left: 10rem;
    margin-top: 4rem;
  }
  .main-container.__landing-page .content__unit--sec02-03 {
    width: 40rem;
  }
  .main-container.__landing-page .content__unit--sec02-04 {
    width: 48.4rem;
  }
  .main-container.__landing-page .content__unit--sec03-01 {
    width: 100%;
  }
  .main-container.__landing-page .content__unit--sec03-01 .content__image {
    width: 69rem;
    margin: 0 auto;
  }
  .main-container.__landing-page .content__unit--sec03-02 {
    width: 100%;
    margin-top: 5rem;
  }
}
.main-container.__landing-page .content__text {
  position: relative;
}
.main-container.__landing-page .content__text .title {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #8395ad;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__text .title {
    font-size: 1.9rem;
    line-height: 2;
  }
}
.main-container.__landing-page .content__text--with-quot .lead {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__text--with-quot .lead {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-container.__landing-page .content__text--with-quot .lead::before, .main-container.__landing-page .content__text--with-quot .lead::after {
  content: "";
  position: absolute;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__text--with-quot .lead::before, .main-container.__landing-page .content__text--with-quot .lead::after {
    width: 2.6rem;
    height: 2rem;
  }
}
.main-container.__landing-page .content__text--with-quot .lead::before {
  top: 0;
  left: 0;
  background-image: url(/Page/style/211116_announcer/assets/img/quot-left.png);
}
.main-container.__landing-page .content__text--with-quot .lead::after {
  bottom: 0;
  right: 0;
  background-image: url(/Page/style/211116_announcer/assets/img/quot-right.png);
}
.main-container.__landing-page .content__text--with-bg {
  background: #edf0f3;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__text--with-bg {
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__text--sec01-01 .lead {
    width: 46.6rem;
    text-align: center;
    margin-top: 2.8rem;
  }
  .main-container.__landing-page .content__text--sec01-02 {
    margin-top: 12.5rem;
    margin-left: -3.3rem;
    width: 39.5rem;
  }
  .main-container.__landing-page .content__text--sec01-02::before {
    content: "";
    position: absolute;
    top: -23rem;
    left: -24rem;
    width: 56rem;
    height: 53rem;
    background: #edf0f3;
    z-index: -1;
  }
  .main-container.__landing-page .content__text--sec01-03 {
    margin-top: 5rem;
  }
  .main-container.__landing-page .content__text--sec01-03 .lead {
    width: 63.5rem;
    text-align: center;
  }
  .main-container.__landing-page .content__text--sec02-01 {
    margin-top: 14rem;
    text-align: center;
  }
  .main-container.__landing-page .content__text--sec02-01 .lead {
    display: inline-block;
    width: 48.6rem;
  }
  .main-container.__landing-page .content__text--sec02-02 {
    margin-left: -6rem;
  }
  .main-container.__landing-page .content__text--sec03-01 .lead {
    display: inline-block;
    padding: 0.3rem 4rem;
    text-align: center;
  }
}
.main-container.__landing-page .content__footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__footer {
    margin-top: 6rem;
  }
}
.main-container.__landing-page .content__footer .information {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #8395ad;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__footer .information {
    margin-top: 5.2rem;
    font-size: 1.5rem;
  }
}
.main-container.__landing-page .content__footer .release-date {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__footer .release-date {
    margin-top: 2rem;
  }
}
.main-container.__landing-page .content__footer .credit {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__footer .credit {
    margin-top: 9rem;
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.main-container.__landing-page .content__description {
  margin-left: auto;
  margin-right: auto;
  background: #edf0f3;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__description {
    width: 80rem;
    padding: 3rem 0 2.3rem;
  }
}
.main-container.__landing-page .content__description .image {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__description .image {
    width: 25rem;
  }
}
.main-container.__landing-page .content__description .name {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #8395ad;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__description .name {
    margin-top: 3rem;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__description .detail {
    margin-top: 1.8rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__wrapper--sec01 {
    margin-top: calc(130* (100vw / 750));
  }
  .main-container.__landing-page .content__wrapper--sec02 {
    margin-top: calc(237* (100vw / 750));
  }
  .main-container.__landing-page .content__wrapper--sec03 {
    margin-top: calc(200* (100vw / 750));
  }
  .main-container.__landing-page .content__heading {
    margin-bottom: calc(50* (100vw / 750));
    padding-bottom: calc(78* (100vw / 750));
    font-size: calc(36* (100vw / 750));
  }
  .main-container.__landing-page .content__heading::after {
    width: calc(596* (100vw / 750));
    height: calc(67* (100vw / 750));
    background-image: url(/Page/style/211116_announcer/assets/img/brackets-pc.png);
  }
  .main-container.__landing-page .content__inner--sec01lower {
    margin-top: calc(165* (100vw / 750));
  }
  .main-container.__landing-page .content__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-container.__landing-page .content__block--sec01upper-bottom {
    margin-top: calc(75* (100vw / 750));
  }
  .main-container.__landing-page .content__block--sec01lower-bottom {
    margin-top: calc(80* (100vw / 750));
  }
  .main-container.__landing-page .content__block--sec02upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-container.__landing-page .content__block--sec02lower {
    margin-top: calc(70* (100vw / 750));
  }
  .main-container.__landing-page .content__unit {
    position: relative;
  }
  .main-container.__landing-page .content__unit--sec01-01 {
    margin: 0 auto;
  }
  .main-container.__landing-page .content__unit--sec01-01 .content__image {
    margin-top: calc(20* (100vw / 750));
    padding: 0 calc(45* (100vw / 750));
  }
  .main-container.__landing-page .content__unit--sec01-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-container.__landing-page .content__unit--sec01-02 .content__image {
    margin-top: calc(70* (100vw / 750));
    padding: 0 calc(85* (100vw / 750));
  }
  .main-container.__landing-page .content__unit--sec01-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
  }
  .main-container.__landing-page .content__unit--sec01-03 .content__image {
    margin-top: calc(12* (100vw / 750));
    padding: 0 calc(65* (100vw / 750));
  }
  .main-container.__landing-page .content__unit--sec01-04 {
    z-index: 1;
  }
  .main-container.__landing-page .content__unit--sec01-05 {
    padding: 0 calc(85* (100vw / 750));
    text-align: center;
    z-index: 2;
  }
  .main-container.__landing-page .content__unit--sec02-01 .content__image {
    margin-top: calc(10* (100vw / 750));
    padding: 0 calc(115* (100vw / 750));
  }
  .main-container.__landing-page .content__unit--sec02-03 {
    padding: 0 calc(115* (100vw / 750));
  }
  .main-container.__landing-page .content__unit--sec03-01 .content__image {
    margin-top: calc(10* (100vw / 750));
  }
  .main-container.__landing-page .content__unit--sec03-02 {
    margin-top: calc(70* (100vw / 750));
    padding: 0 calc(20* (100vw / 750));
  }
  .main-container.__landing-page .content__text .title {
    font-size: calc(38* (100vw / 750));
    line-height: 1.7894736842;
  }
  .main-container.__landing-page .content__text--with-quot .lead {
    margin-top: calc(20* (100vw / 750));
  }
  .main-container.__landing-page .content__text--with-quot .lead::before, .main-container.__landing-page .content__text--with-quot .lead::after {
    width: calc(52* (100vw / 750));
    height: calc(40* (100vw / 750));
  }
  .main-container.__landing-page .content__text--with-quot .lead::before {
    top: calc(-4* (100vw / 750));
    left: calc(18* (100vw / 750));
    background-image: url(/Page/style/211116_announcer/assets/img/quot-left.png);
  }
  .main-container.__landing-page .content__text--with-quot .lead::after {
    bottom: calc(-10* (100vw / 750));
    right: calc(18* (100vw / 750));
    background-image: url(/Page/style/211116_announcer/assets/img/quot-right.png);
  }
  .main-container.__landing-page .content__text--with-quot .leadfix::before {
    top: calc(-4* (100vw / 750));
    left: calc(-2* (100vw / 750));
    background-image: url(/Page/style/211116_announcer/assets/img/quot-left.png);
  }
  .main-container.__landing-page .content__text--with-quot .leadfix::after {
    bottom: calc(-10* (100vw / 750));
    right: calc(-2* (100vw / 750));
    background-image: url(/Page/style/211116_announcer/assets/img/quot-right.png);
  }
  .main-container.__landing-page .content__text--with-bg {
    padding-top: calc(146* (100vw / 750));
  }
  .main-container.__landing-page .content__text--sec01-01 {
    margin-top: calc(70* (100vw / 750));
  }
  .main-container.__landing-page .content__text--sec01-01 .lead {
    padding: calc(36* (100vw / 750)) calc(65* (100vw / 750)) calc(24* (100vw / 750));
    text-align: center;
  }
  .main-container.__landing-page .content__text--sec01-02 {
    padding: calc(65* (100vw / 750)) calc(85* (100vw / 750));
  }
  .main-container.__landing-page .content__text--sec01-03 {
    margin-top: calc(65* (100vw / 750));
  }
  .main-container.__landing-page .content__text--sec01-03 .lead {
    padding: calc(36* (100vw / 750)) calc(40* (100vw / 750)) calc(24* (100vw / 750));
    text-align: center;
  }
  .main-container.__landing-page .content__text--sec01-04 {
    padding: calc(65* (100vw / 750)) calc(85* (100vw / 750));
  }
  .main-container.__landing-page .content__text--sec01-02::before {
    content: "";
    position: absolute;
    top: calc(-80* (100vw / 750));
    left: 0;
    width: 100%;
    height: calc(630* (100vw / 750));
    background: #edf0f3;
    z-index: -1;
  }
  .main-container.__landing-page .content__text--sec01-04::before {
    content: "";
    position: absolute;
    top: calc(-80* (100vw / 750));
    left: 0;
    width: 100%;
    height: calc(510* (100vw / 750));
    background: #edf0f3;
    z-index: -1;
  }
  .main-container.__landing-page .content__text--sec02-02::before {
    content: "";
    position: absolute;
    top: calc(-80* (100vw / 750));
    left: 0;
    width: 100%;
    height: calc(570* (100vw / 750));
    background: #edf0f3;
    z-index: -1;
  }
  .main-container.__landing-page .content__text--sec02-01 {
    margin-top: calc(65* (100vw / 750));
  }
  .main-container.__landing-page .content__text--sec02-01 .lead {
    padding: calc(36* (100vw / 750)) 0 calc(24* (100vw / 750));
    text-align: center;
  }
  .main-container.__landing-page .content__text--sec02-02 {
    padding: calc(65* (100vw / 750)) calc(120* (100vw / 750));
  }
  .main-container.__landing-page .content__text--sec03-01 .lead {
    padding: calc(36* (100vw / 750)) 0 calc(24* (100vw / 750));
  }
  .main-container.__landing-page .content__footer {
    margin-top: calc(120* (100vw / 750));
  }
  .main-container.__landing-page .content__footer .information {
    margin-top: calc(105* (100vw / 750));
    font-size: calc(30* (100vw / 750));
  }
  .main-container.__landing-page .content__footer .release-date {
    margin-top: calc(25* (100vw / 750));
  }
  .main-container.__landing-page .content__footer .credit {
    margin-top: calc(141* (100vw / 750));
    font-size: calc(23* (100vw / 750));
    line-height: 1.7391304348;
  }
  .main-container.__landing-page .content__description {
    width: 100%;
    padding: calc(50* (100vw / 750)) 0 calc(36* (100vw / 750));
  }
  .main-container.__landing-page .content__description .image {
    width: calc(400* (100vw / 750));
  }
  .main-container.__landing-page .content__description .name {
    margin-top: calc(50* (100vw / 750));
    font-size: calc(38* (100vw / 750));
  }
  .main-container.__landing-page .content__description .detail {
    margin-top: calc(36* (100vw / 750));
  }
}
/*# sourceMappingURL=layout.css.map */