@charset "UTF-8";
/*=======================================
 	             SMACSS  base
 ========================================*/
img, video {
  width: 100%;
}

/*=======================================
          　　  　flex
========================================*/
/*=======================================
          　　   　js
========================================*/
.fade {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
}

.fade.onView {
  opacity: 1;
}

/*=======================================
                  PC   
========================================*/
/* ===================
	　　 General
=================== */
#aw2_211015 {
  width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.015em;
  text-align: center;
}

/* ===================
	　　　 top
=================== */
.l-top {
  width: 120rem;
  margin: 4rem auto 6.85rem;
  position: relative;
}
.l-top .logo {
  width: 33rem;
  margin: 0 auto;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
}
.l-top .delay {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.l-top__mv {
  position: relative;
  width: 63.8rem;
  height: 85.1rem;
  margin: 0 auto 11rem;
  overflow: hidden;
}
.l-top__mv--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-top__mv .block__video {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-top__mv .block__txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.l-top__mv .block__txt .block__btn {
  position: absolute;
  right: 3.5rem;
  top: -7rem;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
}
.l-top__mv .block__txt .block__btn .block__ico {
  position: relative;
  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: 3.5rem;
  height: 3.5rem;
  border: 0.5px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.l-top__mv .block__txt .block__btn .block__ico--triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.8rem;
  border-color: transparent transparent transparent #fff;
  margin-left: 0.2rem;
  -webkit-transition: 1s;
  transition: 1s;
}
.l-top__mv .block__txt .block__btn .block__ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.l-top__mv .block__txt .block__btn .block__ico:hover::after {
  -webkit-animation: ripple 1s ease;
  animation: ripple 1s ease;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white;
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white;
  }
}
.l-top__ttl {
  font-size: 2.05rem;
  line-height: 2.1668292683;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: le-monde-livre-std, serif;
  font-weight: 300;
  font-style: normal;
  color: #595757;
}

/* ===================z
	　　  common
=================== */
.sec-wrap {
  width: 120rem;
  margin: 0 auto;
}

.sec {
  margin: 0 auto;
  position: relative;
}
.sec .sec__credit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
}
.sec .sec__credit .modal_bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.sec .sec__credit .modal_bg a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec .sec__credit .credit_list {
  position: relative;
  z-index: 1;
}
.sec .sec__credit .credit_list li {
  margin-bottom: 0.5rem;
}
.sec .sec__credit .credit_list li a {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  line-height: 2;
  border-bottom: 1px solid #fff;
}
.sec .sec__credit:hover {
  opacity: 1;
}
.sec .blk01,
.sec .blk02,
.sec .blk03 {
  margin: 0 auto;
}

.content__movie {
  width: 60rem;
  margin: 0 auto;
}

/* ===================
	　　 section
=================== */
.sec01 .blk01 {
  width: 60rem;
  margin-bottom: 9.9rem;
}
.sec01 .mv01 {
  margin-bottom: 30rem;
}
.sec01 .blk02 {
  width: 39rem;
  margin-bottom: 30rem;
  position: relative;
}
.sec01 .blk02 .delay {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.sec01 .blk02 .bg {
  width: 53.4rem;
  height: 80rem;
  position: absolute;
  top: -10.9rem;
  left: -7.2rem;
  z-index: -1;
}
.sec01 .blk03 {
  width: 53.4rem;
  margin-bottom: 20rem;
}
.sec01 .mv02 {
  margin-bottom: 10rem;
}

.sec02 .blk01 {
  width: 109.6rem;
  margin-bottom: 19.9rem;
}
.sec02 .blk01 .li01 {
  width: 60rem;
  z-index: 22;
}
.sec02 .blk01 .li02 {
  width: 55.3rem;
  margin-top: 37.6rem;
  margin-left: -6rem;
}
.sec02 .blk02 {
  width: 52rem;
  margin-bottom: 19.9rem;
}
.sec02 .blk03 {
  width: 53.4rem;
  margin-bottom: 19.9rem;
}

.sec03 .mv03 {
  margin-bottom: 9.9rem;
}
.sec03 .blk01 {
  width: 53rem;
  margin-bottom: 10.2rem;
}
.sec03 .sectitle {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.04em;
  color: #595757;
}
.sec03 .sectitle h3 {
  font-size: 4.2rem;
  margin-bottom: 3rem;
}
.sec03 .sectitle .lp-text {
  font-size: 2.2rem;
  margin-bottom: 6rem;
}
.sec03 .blk02 {
  width: 56rem;
  margin-bottom: 20.1rem;
}
.sec03 .blk03 {
  width: 106.7rem;
  margin-bottom: 19.9rem;
}
.sec03 .blk03 .li01 {
  width: 53.4rem;
}
.sec03 .blk03 .li02 {
  width: 53.4rem;
  margin-top: 28.7rem;
}

.sec04 .mv04 {
  margin-bottom: 10.1rem;
}
.sec04 .blk01 {
  width: 60rem;
  margin-bottom: 19.9rem;
}
.sec04 .blk02 {
  width: 106.7rem;
  margin-bottom: 9.9rem;
}
.sec04 .blk02 ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec04 .blk02 .li01 {
  width: 53.4rem;
}
.sec04 .blk02 .li02 {
  width: 53.4rem;
  margin-top: 30.6rem;
}
.sec04 .mv05 {
  margin-bottom: 19.9rem;
}
.sec04 .blk03 {
  width: 108rem;
  margin-bottom: 19.9rem;
}
.sec04 .blk03 .li01 {
  width: 52rem;
}
.sec04 .blk03 .li02 {
  width: 52rem;
}

.sec05 .blk01 {
  width: 63.8rem;
  margin-bottom: 9.9rem;
}
.sec05 .mv06 {
  margin-bottom: 19.9rem;
}
.sec05 .blk02 {
  width: 53.4rem;
  margin-bottom: 15rem;
  position: relative;
}
.sec05 .blk02 .sec_text {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #595757;
}
.sec05 .blk02 .sec_text h3 {
  font-size: 4.2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 17.5rem;
  right: -24.5rem;
}
.sec05 .blk02 .sec_text .lp-text {
  font-size: 2.2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  bottom: 23.5rem;
  left: -27.5rem;
}
.sec05 .lp-staffcredit {
  margin-bottom: 14.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2.3076923077;
}
.sec05 .blk03 {
  width: 53.4rem;
  margin-bottom: 9.9rem;
}

/* ===================
	　　  button
=================== */
.m-btn {
  width: 60rem;
  margin: 0 auto;
  padding: 0 0 18.5rem;
}
.m-btn a {
  width: 60rem;
  height: 6.4rem;
  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;
  border: 1px solid #000;
  background-color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 1.1rem;
  line-height: 1.54;
  letter-spacing: 0.002em;
  text-align: center;
}

/*=======================================
               Responsive   
========================================*/
/* for PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }

  .slick-slider .slick-track::before,
.slick-slider .slick-track::after,
.slick-slider .slick-list::before,
.slick-slider .slick-list::after {
    content: "" !important;
    display: none !important;
  }

  .codinate___img ul li {
    display: block !important;
  }

  html {
    font-size: 62.5%;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fdrr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .fw {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* for tablet */
@media screen and (min-device-width: 768px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
/* for SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  html {
    font-size: calc(10* (100vw / 750)) !important;
  }

  .main-area .main-inner {
    width: 100%;
  }

  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  #Contents {
    overflow: hidden;
  }

  /*=======================================
                    SP    
  ========================================*/
  /* ===================
  	　　 General
  =================== */
  /* モーダルCSSここから */
  .modalArea {
    visibility: hidden;
    /* displayではなくvisibility */
    opacity: 0;
    position: fixed;
    z-index: 10000;
    /* サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .closeModal {
    cursor: pointer;
  }

  .is-show {
    /* モーダル表示用クラス */
    visibility: visible;
    opacity: 1;
  }

  .modalBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .modalWrapper {
    width: 100%;
    height: 100%;
  }
  .modalWrapper .modalContents {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .modalWrapper .modal___content_inner {
    padding: calc(83* (100vw / 2160)) 0 0;
    position: relative;
  }
  .modalWrapper .modal___content_inner .slick-prev:before,
.modalWrapper .modal___content_inner .slick-next:before {
    content: "" !important;
    font-size: 0 !important;
  }
  .modalWrapper .modal___header {
    width: calc(650* (100vw / 750));
    margin: 0 auto calc(40* (100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: calc(26 * (100vw / 750));
  }

  #make___slide {
    width: calc(650* (100vw / 750));
    margin: 0 auto;
  }
  #make___slide .slick-arrow {
    width: calc(50* (100vw / 750));
    height: calc(50* (100vw / 750));
    top: 30%;
  }
  #make___slide .slick-arrow::before, #make___slide .slick-arrow::after {
    width: calc(4* (100vw / 750));
    height: calc(28* (100vw / 750));
    left: 50%;
  }
  #make___slide .slick-arrow::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  #make___slide .slick-arrow::after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  #make___slide .slick-arrow.slick-prev {
    left: calc(-50* (100vw / 750));
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
  }
  #make___slide .slick-arrow.slick-next {
    right: calc(-50* (100vw / 750));
  }
  #make___slide .codinate___img {
    margin-bottom: calc(38* (100vw / 750));
  }
  #make___slide .codinate___img ul li picture {
    width: calc(650* (100vw / 750));
    display: block;
  }
  #make___slide .codinate___img ul li picture img {
    width: calc(650* (100vw / 750));
  }
  #make___slide .sec__credit {
    display: block;
    margin-top: calc(38* (100vw / 750));
  }
  #make___slide .sec__credit .credit_list {
    position: relative;
    z-index: 999;
  }
  #make___slide .sec__credit .modal_bg {
    display: block;
    width: calc(650* (100vw / 750));
    height: calc(978* (100vw / 750));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #make___slide .sec__credit .modal_bg a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #make___slide .credit_list li {
    margin-bottom: calc(12* (100vw / 750));
    text-align: left;
  }
  #make___slide .credit_list li a {
    font-size: calc(23* (100vw / 750));
    letter-spacing: 0.015em;
    line-height: 182.6086956522%;
    border-bottom: 1px solid #d2d2d2;
  }
  #make___slide .slick-slide {
    position: relative;
  }

  .slick-counter {
    letter-spacing: 0;
  }

  .m-btn {
    width: calc(615* (100vw / 750));
    margin: calc(155* (100vw / 750)) auto calc(250* (100vw / 750));
  }
  .m-btn 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;
    border: 1px solid #898989;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    font-size: calc(22* (100vw / 750));
    line-height: 154.5454545455%;
    padding: 1.5em 0;
    text-align: center;
  }

  .modalArea {
    font-family: "Crimson Text";
  }
  .modalArea img {
    width: 100%;
    display: block;
  }
  .modalArea .inpage___slide li:nth-child(n+2),
.modalArea .inpage___slide_sponly li:nth-child(n+2) {
    display: none !important;
  }

  /* ===================
  	　　 General
  =================== */
  #aw2_211015 {
    width: calc(750* (100vw / 750));
    font-size: calc(23* (100vw / 750));
  }

  /* ===================
  　　　 top
  =================== */
  .l-top {
    width: calc(750* (100vw / 750));
    margin: 0 auto calc(72* (100vw / 750));
  }
  .l-top .logo {
    width: calc(320* (100vw / 750));
    top: 45%;
  }
  .l-top__mv {
    width: calc(750* (100vw / 750));
    height: calc(1125* (100vw / 750));
    margin-bottom: calc(71* (100vw / 750));
  }
  .l-top__mv .block__txt .block__btn {
    right: calc(35* (100vw / 750));
    top: calc(-90* (100vw / 750));
    width: calc(52* (100vw / 750));
    height: calc(52* (100vw / 750));
  }
  .l-top__mv .block__txt .block__btn .block__ico {
    width: calc(50* (100vw / 750));
    height: calc(50* (100vw / 750));
  }
  .l-top__mv .block__txt .block__btn .block__ico--triangle {
    border-width: calc(8* (100vw / 750)) 0 calc(8* (100vw / 750)) calc(16* (100vw / 750));
    margin-left: calc(6* (100vw / 750));
  }
  .l-top__mv .block__txt .block__btn .block__ico::after {
    width: calc(52* (100vw / 750));
    height: calc(52* (100vw / 750));
  }
  .l-top__ttl {
    font-size: calc(23* (100vw / 750));
    line-height: 1.8695652174;
    letter-spacing: 0.08em;
  }

  /* ===================
  　　  common
  =================== */
  .sec-wrap {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
  }

  .sec {
    width: calc(750* (100vw / 750));
    margin: initial;
  }
  .sec .sec__credit {
    display: none;
  }
  .sec .sec__credit .modal_bg {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec .sec__credit .modal_bg a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec .sec__credit .credit_list {
    position: relative;
    z-index: 1;
  }
  .sec .sec__credit .credit_list li {
    margin-bottom: 1rem;
  }
  .sec .sec__credit .credit_list li a {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.015em;
    line-height: 2;
    border-bottom: 1px solid #fff;
  }
  .sec .sec__credit:hover {
    opacity: 1;
  }

  .content__movie {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
  }

  /* ===================
  　　 section
  =================== */
  .sec01 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(75* (100vw / 750));
  }
  .sec01 .mv01 {
    margin-bottom: calc(271* (100vw / 750));
  }
  .sec01 .blk02 {
    width: calc(438* (100vw / 750));
    margin-bottom: calc(271* (100vw / 750));
  }
  .sec01 .blk02 .bg {
    width: calc(601* (100vw / 750));
    height: calc(901* (100vw / 750));
    position: absolute;
    top: -10.9rem;
    left: -7.2rem;
    z-index: -1;
  }
  .sec01 .blk03 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec01 .mv02 {
    margin-bottom: calc(77* (100vw / 750));
  }

  .sec02 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec02 .blk01 .li01 {
    width: calc(750* (100vw / 750));
    z-index: 22;
  }
  .sec02 .blk01 .li02 {
    width: calc(651* (100vw / 750));
    margin: calc(151* (100vw / 750)) auto 0;
  }
  .sec02 .blk02 {
    width: calc(651* (100vw / 750));
    margin-bottom: calc(151* (100vw / 750));
  }
  .sec02 .blk03 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }

  .sec03 .mv03 {
    margin-bottom: calc(152* (100vw / 750));
  }
  .sec03 .blk01 {
    width: calc(531* (100vw / 750));
    margin-bottom: calc(124* (100vw / 750));
  }
  .sec03 .sectitle h3 {
    font-size: calc(51* (100vw / 750));
    margin-bottom: calc(44* (100vw / 750));
  }
  .sec03 .sectitle .lp-text {
    font-size: calc(22* (100vw / 750));
    margin-bottom: calc(94* (100vw / 750));
  }
  .sec03 .blk02 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec03 .blk03 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(145* (100vw / 750));
  }

  .sec04 .mv04 {
    margin-bottom: calc(99* (100vw / 750));
  }
  .sec04 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(151* (100vw / 750));
  }
  .sec04 .blk02 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(75* (100vw / 750));
  }
  .sec04 .mv05 {
    margin-bottom: calc(147* (100vw / 750));
  }
  .sec04 .blk03 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }

  .sec05 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(74* (100vw / 750));
  }
  .sec05 .mv06 {
    margin-bottom: calc(145* (100vw / 750));
  }
  .sec05 .blk02 {
    width: calc(534* (100vw / 750));
    margin-bottom: calc(151* (100vw / 750));
    position: relative;
  }
  .sec05 .blk02 .sec_text h3 {
    font-size: calc(42* (100vw / 750));
    top: calc(182* (100vw / 750));
    right: calc(-252* (100vw / 750));
  }
  .sec05 .blk02 .sec_text .lp-text {
    font-size: calc(22* (100vw / 750));
    bottom: calc(245* (100vw / 750));
    left: calc(-288* (100vw / 750));
  }
  .sec05 .lp-staffcredit {
    margin-bottom: calc(146* (100vw / 750));
    font-size: calc(20* (100vw / 750));
    line-height: 2.4;
    letter-spacing: 0.02em;
  }
  .sec05 .blk03 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(174* (100vw / 750));
  }

  /* ===================
  　　  button
  =================== */
  .m-btn {
    width: calc(676* (100vw / 750));
    margin: 0 auto;
    padding: calc(39* (100vw / 750)) 0;
  }
  .m-btn a {
    width: calc(676* (100vw / 750));
    height: calc(125* (100vw / 750));
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.1rem solid #000;
    background-color: #fff;
    font-family: "Crimson Text", serif;
    font-size: calc(22* (100vw / 750));
    line-height: 1.5454545455;
    letter-spacing: 0.002em;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */