@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 751px) {
  html {
    font-size: 6px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit;
  touch-action: manipulation; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.slide .photo {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .photo:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .photo {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: calc(100% + 1.3rem);
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 4rem;
    margin: 0 0 0 0.8rem; }
    .slide .slick-dots li:first-child:last-child {
      display: none; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 100%;
      height: 2px;
      text-indent: -9999em;
      background-color: #cccccc;
      transition: background-color 0.2s ease-out; }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      background-color: #29abe2; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 2rem;
  height: 3rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain; }
  .slide .slick-arrow.slick-prev {
    left: 1.1rem; }
  .slide .slick-arrow.slick-next {
    right: 1.1rem;
    transform: rotate(180deg); }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #231815, #231815);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 751px) {
  .slide .slick-dots {
    top: calc(100% + 16px); }
    .slide .slick-dots li {
      flex-basis: 20px;
      margin: 0 3px 0 0; }
      .slide .slick-dots li button {
        width: 20px;
        height: 3px; }
  .slide .slick-arrow {
    width: 4rem;
    height: 4rem; }
    .slide .slick-arrow.slick-prev {
      left: 0.6rem; }
    .slide .slick-arrow.slick-next {
      right: 0.6rem; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.8; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.8; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

.modeSPib {
  display: inline-block; }
  .modeSPib.important {
    display: inline-block !important; }

@media screen and (min-width: 751px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP,
  .modeSPib {
    display: none; }
    .modeSP.important,
    .modeSPib.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes blink2 {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.7; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes bound {
  0% {
    opacity: 0;
    transform: scale(0); }
  15% {
    opacity: 1;
    transform: scale(1.04); }
  30% {
    transform: scale(0.98); }
  45% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(2rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

#main {
  overflow: hidden; }

.contentInner {
  width: calc(650 / 750 * 100%);
  margin: auto; }

.scrollPosition {
  margin-top: calc(-104 / 750 * 100%) !important;
  padding-top: calc(104 / 750 * 100%) !important; }

.tabContent {
  display: none;
  margin-top: calc(-104 / 750 * 100%) !important;
  padding-top: calc(104 / 750 * 100%) !important; }
  .tabContent.current {
    display: block; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  will-change: transform, opacity; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

#stage #scene1,
#stage #scene2 {
  display: none; }

@media screen and (min-width: 751px) {
  #stage {
    display: grid;
    grid-template-areas: "scene1 mainContents scene2";
    grid-template-columns: 1fr 500px 1fr;
    position: relative; }
    #stage #scene1 {
      display: block;
      grid-area: scene1;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh; }
      #stage #scene1 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc(600 / 413 * 100%);
        min-width: 100%;
        min-height: 100%;
        background: url(../images/common/bg_stage_left.jpg) left center no-repeat;
        background-size: cover; }
      #stage #scene1 .logo {
        display: none;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10;
        width: 80%;
        max-width: 412px;
        height: 100vh;
        margin: auto;
        box-sizing: border-box; }
        #stage #scene1 .logo img {
          margin: 0 0.5vw 2.5vh 0; }
    #stage #scene2 {
      display: block;
      grid-area: scene2;
      position: sticky;
      top: 0;
      height: 100vh; }
      #stage #scene2 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: calc(600 / 413 * 100%);
        min-width: 100%;
        min-height: 100%;
        background: url(../images/common/bg_stage_right.jpg) right center no-repeat;
        background-size: cover; }
      #stage #scene2 .logo {
        display: none;
        position: relative;
        z-index: 10;
        width: 80%;
        max-width: 504px;
        height: 100vh;
        margin: 0 0 0 auto;
        box-sizing: border-box; }
        #stage #scene2 .logo .image {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          margin: 0 1.4vw 4.5vh 0; }
        #stage #scene2 .logo .copyright {
          position: absolute;
          bottom: 0;
          right: 0;
          width: calc(305 / 504 * 100%);
          margin: 0 1.5vw 2.8vh 0; } }
@media screen and (min-width: 1000px) {
  #stage #scene1 .logo {
    display: flex; }
  #stage #scene2 .logo {
    display: block; } }
/* maincCntents */
#maincCntents {
  background-color: #bcb5a0; }

@media screen and (min-width: 751px) {
  #maincCntents {
    position: relative;
    z-index: 50;
    max-width: 500px;
    margin: auto; }
    #maincCntents:before, #maincCntents:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 20;
      width: 15px;
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
      background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      will-change: filter; }
    #maincCntents:after {
      left: 100%;
      right: auto;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); } }
#header {
  position: relative;
  z-index: 1000;
  background: #ffffff;
  aspect-ratio: 750 / 100; }
  #header hgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 calc(20 / 750 * 100%); }
    #header hgroup .lLogo {
      flex-basis: calc(230 / 710 * 100%);
      padding: 0 10px 0 0; }
    #header hgroup .lazona {
      flex-basis: calc(160 / 710 * 100%);
      margin-right: calc(16 / 710 * 100%); }
    #header hgroup .mlogo {
      flex-basis: calc(284 / 710 * 100%); }

.footerWrap {
  background-color: #ffffff;
  padding: calc(50 / 750 * 100%) 0 1px 0; }
  .footerWrap a {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .footerWrap a:hover {
      opacity: 0.8; }
  .footerWrap .wrap2 {
    position: relative;
    z-index: 2;
    padding: 0 calc(20 / 750 * 100%); }
    .footerWrap .wrap2 .coution {
      font-size: 2.4rem;
      line-height: 1.4;
      font-size: 2.4rem;
      line-height: 1.38;
      font-weight: 700;
      margin-bottom: calc(80 / 710 * 100%); }
    .footerWrap .wrap2 #sns {
      display: flex;
      justify-content: space-between; }
      .footerWrap .wrap2 #sns ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: calc(45% - 10px);
        padding: 0;
        margin: 0 auto calc(60 / 710 * 100%) auto; }
        .footerWrap .wrap2 #sns ul li {
          width: 27%;
          font-weight: 700;
          white-space: nowrap; }
          .footerWrap .wrap2 #sns ul li:nth-child(1) {
            width: 100%;
            padding: 0 0 2rem 0;
            font-size: 2.2rem;
            text-align: center; }
  .footerWrap .footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto 8rem auto;
    font-size: 2.2rem;
    letter-spacing: 0.2rem; }
    .footerWrap .footer__nav li {
      margin: 0 0 3rem 0; }
      .footerWrap .footer__nav li:nth-child(1), .footerWrap .footer__nav li:nth-child(7) {
        margin-right: 6rem; }
      .footerWrap .footer__nav li:nth-child(4) {
        width: 100%;
        text-align: center; }
      .footerWrap .footer__nav li a {
        color: #444;
        text-decoration: none;
        transition: 0.4s; }
      .footerWrap .footer__nav li a:hover {
        filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5; }
  .footerWrap .footer__foot .links ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
    .footerWrap .footer__foot .links ul li {
      float: left;
      padding-bottom: 3rem;
      font-size: 2.0rem; }
      .footerWrap .footer__foot .links ul li:first-of-type {
        width: 100%;
        color: #878787;
        text-align: center;
        font-size: 2rem;
        padding: 0 1rem 3.3rem 0; }
        .footerWrap .footer__foot .links ul li:first-of-type a:after {
          display: none; }
      .footerWrap .footer__foot .links ul li:nth-of-type(2) a:after {
        display: none; }
      .footerWrap .footer__foot .links ul li a {
        position: relative;
        display: inline-block;
        padding: 0 1.8rem;
        color: #343434;
        text-decoration: none; }
        .footerWrap .footer__foot .links ul li a:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 1px;
          height: 1.6rem;
          margin-top: -0.8rem;
          background: #c1c1c1; }
  .footerWrap .footer__foot .copyright {
    display: block;
    padding: 0px 0 25px;
    font-size: 2rem;
    line-height: 1.5;
    color: #999;
    text-align: center; }
  .footerWrap .footer__logo {
    width: 45%;
    margin: 0 auto 20px; }

/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #ede6df; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000000;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* titleType01 */
/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }
  #toTop a {
    display: block;
    position: absolute;
    bottom: 3rem;
    right: 3rem; }
  #toTop span {
    display: block;
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
    text-indent: -9999em;
    background: url(../images/common/img_totop.png) center center no-repeat;
    background-size: contain;
    box-sizing: border-box; }

@media screen and (min-width: 751px) {
  #toTop {
    max-width: 500px;
    margin: auto; }
    #toTop span {
      width: 70px;
      height: 70px;
      line-height: 70px; } }
/* soon */
.soon {
  position: relative; }
  .soon[data-date="7/13"].open:after {
    content: "4/24より公開​"; }
  .soon[data-date="7/13"]:after {
    content: "7/13(月)\A情報公開​"; }
  .soon[data-date="7/17"]:after {
    content: "7/17(金)応募開始​"; }
  .soon:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    left: -1rem;
    right: -1rem;
    color: #231815;
    font-size: 4.2rem;
    line-height: 1.43;
    background-color: rgba(181, 181, 181, 0.5);
    -webkit-text-stroke: 5px #ffffff;
    text-stroke: 5px #ffffff;
    paint-order: stroke;
    white-space: pre; }

/* firstContent */
#firstContent .mv {
  position: relative;
  z-index: 10; }
  #firstContent .mv .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 1080 / 1912; }
  #firstContent .mv .titleWrap {
    position: relative;
    z-index: 10;
    padding: calc(16 / 750 * 100%) 0 0 0; }
    #firstContent .mv .titleWrap .title {
      display: block; }
      #firstContent .mv .titleWrap .title.title01 {
        opacity: 0;
        width: calc(576 / 750 * 100%);
        margin: 0 0 0 calc(70 / 750 * 100%);
        aspect-ratio: 1657 / 905; }
        #firstContent .mv .titleWrap .title.title01.active {
          opacity: 1; }
      #firstContent .mv .titleWrap .title.title02 {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(247 / 750 * 100%);
        margin: calc(192 / 750 * 100%) calc(72 / 750 * 100%) 0 0;
        aspect-ratio: 711 / 363;
        transition: all 0.4s ease-out 7.1s; }
  #firstContent .mv .period {
    opacity: 0;
    position: relative;
    z-index: 10;
    width: calc(370 / 750 * 100%);
    margin: calc(14 / 750 * 100%) calc(52 / 750 * 100%) 0 auto;
    transition: all 0.4s ease-out 7.6s; }
#firstContent .contents {
  position: relative;
  z-index: 10;
  background: url(../images/common/bg_mv_contents.png) center top no-repeat;
  background-size: 100% auto;
  margin: calc(544 / 750 * 100%) 0 0 0; }
  #firstContent .contents .logo {
    width: calc(594 / 750 * 100%);
    margin: 0 auto calc(74 / 750 * 100%) auto;
    padding: calc(37 / 750 * 100%) 0 0 0; }
  #firstContent .contents .voice {
    width: calc(594 / 750 * 100%);
    margin: auto; }
    #firstContent .contents .voice .balloon {
      margin: 0 0 calc(22 / 594 * 100%) 0; }
    #firstContent .contents .voice .wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #firstContent .contents .voice .wrap .icon {
        flex-basis: calc(120 / 594 * 100%);
        position: relative;
        margin: 0 0 0 calc(30 / 594 * 100%); }
        #firstContent .contents .voice .wrap .icon:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          width: calc(195 / 120 * 100%);
          background: url(../images/common/text_mv_voice_soundon.png) left center no-repeat;
          background-size: cover;
          margin: calc(-1 / 120 * 100%) 0 0 calc(-29 / 120 * 100%);
          aspect-ratio: 391 / 138; }
      #firstContent .contents .voice .wrap .button {
        flex-basis: calc(379 / 594 * 100%); }
.load_complete #firstContent .mv .titleWrap .title.title02 {
  opacity: 1; }
.load_complete #firstContent .mv .period {
  opacity: 1; }

/* announce */
#announce {
  position: relative; }
  #announce:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/teaser/bg_announce.jpg) center top repeat-y;
    background-size: 100% auto;
    margin: calc(-455 / 750 * 100%) 0 0 0; }
  #announce .content {
    position: relative;
    z-index: 2; }
  #announce .title {
    font-size: 4.4rem;
    line-height: 1.66;
    font-weight: 700;
    text-align: center;
    background: url(../images/teaser/bg_announce_title.png) center center no-repeat;
    background-size: 100% auto;
    padding: calc(183 / 750 * 100%) 0 calc(197 / 750 * 100%) 0; }
  #announce .list {
    font-weight: 700;
    text-align: center;
    margin: calc(-53 / 750 * 100%) 0 calc(26 / 750 * 100%) 0; }
    #announce .list .item {
      position: relative;
      width: calc(594 / 750 * 100%);
      margin: auto; }
      #announce .list .item.item01 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(620 / 750 * 100%);
        background: url(../images/teaser/bg_announce_item01.png) center center no-repeat;
        background-size: contain;
        margin-bottom: calc(10 / 750 * 100%);
        aspect-ratio: 1240 / 560; }
        #announce .list .item.item01 .text {
          font-size: 4rem;
          line-height: 1.38; }
          #announce .list .item.item01 .text .em {
            color: #910016;
            font-size: 4.5rem;
            line-height: 1.22; }
            #announce .list .item.item01 .text .em .large {
              font-size: 6.3rem;
              line-height: 1; }
      #announce .list .item.item02 {
        background: url(../images/teaser/bg_announce_item02.png) center center no-repeat;
        background-size: contain;
        margin-bottom: calc(18 / 750 * 100%);
        aspect-ratio: 1188 / 1295; }
        #announce .list .item.item02 .headline {
          font-size: 4.5rem;
          line-height: 1.33;
          padding: calc(105 / 594 * 100%) 0 calc(62 / 594 * 100%) 0; }
          #announce .list .item.item02 .headline .em {
            color: #910016;
            font-size: 6.4rem;
            line-height: 1.17;
            letter-spacing: 0.2rem; }
        #announce .list .item.item02 .image {
          width: calc(497 / 594 * 100%);
          margin: 0 auto calc(15 / 594 * 100%) auto; }
        #announce .list .item.item02 .sale {
          width: calc(490 / 594 * 100%);
          font-size: 2.6rem;
          line-height: 1.38;
          background-color: #f8d1b7;
          margin: auto;
          padding: 0 0 calc(25 / 594 * 100%) 0; }
          #announce .list .item.item02 .sale .text {
            padding: calc(25 / 490 * 100%) 0 calc(15 / 490 * 100%) 0; }
          #announce .list .item.item02 .sale a {
            display: block;
            width: calc(235 / 535 * 100%);
            margin: auto; }
      #announce .list .item.item03 {
        background: url(../images/teaser/bg_announce_item03.png) center center no-repeat;
        background-size: contain;
        margin-bottom: calc(18 / 750 * 100%);
        aspect-ratio: 1188 / 542; }
        #announce .list .item.item03 .headline {
          color: #910016;
          font-size: 6.8rem;
          line-height: 1;
          letter-spacing: 0.2rem;
          padding: calc(67 / 594 * 100%) 0 0 0; }
        #announce .list .item.item03 .text {
          font-size: 4.5rem;
          line-height: 1.89; }
      #announce .list .item.item04 {
        background: url(../images/teaser/bg_announce_item04.png) center center no-repeat;
        background-size: contain;
        aspect-ratio: 1188 / 484; }
        #announce .list .item.item04 .headline {
          color: #910016;
          font-size: 6.8rem;
          line-height: 1;
          letter-spacing: 0.2rem;
          padding: calc(55 / 594 * 100%) 0 0 0; }
        #announce .list .item.item04 .text {
          font-size: 4.5rem;
          line-height: 2; }
      #announce .list .item .parts {
        position: absolute;
        top: 0; }
        #announce .list .item .parts.parts01_1 {
          right: 0;
          width: calc(56 / 620 * 100%);
          margin: calc(-43 / 620 * 100%) calc(27 / 620 * 100%) 0 0;
          aspect-ratio: 112 / 99; }
        #announce .list .item .parts.parts01_2 {
          left: 0;
          width: calc(51 / 620 * 100%);
          margin: calc(163 / 620 * 100%) 0 0 calc(53 / 620 * 100%);
          aspect-ratio: 103 / 107; }
        #announce .list .item .parts.parts02_1 {
          right: 0;
          width: calc(245 / 594 * 100%);
          margin: calc(-26 / 594 * 100%) calc(-28 / 594 * 100%) 0 0;
          aspect-ratio: 491 / 156; }
        #announce .list .item .parts.parts02_2 {
          left: 0;
          width: calc(52 / 594 * 100%);
          margin: calc(87 / 594 * 100%) 0 0 calc(29 / 594 * 100%);
          aspect-ratio: 104 / 131; }
        #announce .list .item .parts.parts02_3 {
          left: 0;
          width: calc(206 / 594 * 100%);
          margin: calc(437 / 594 * 100%) 0 0 calc(-109 / 594 * 100%);
          aspect-ratio: 412 / 234; }
        #announce .list .item .parts.parts02_4 {
          right: 0;
          width: calc(72 / 594 * 100%);
          margin: calc(625 / 594 * 100%) calc(-28 / 594 * 100%) 0 0;
          aspect-ratio: 144 / 69; }
        #announce .list .item .parts.parts03_1 {
          right: 0;
          width: calc(201 / 594 * 100%);
          margin: calc(-22 / 594 * 100%) calc(-102 / 594 * 100%) 0 0;
          aspect-ratio: 403 / 284; }
        #announce .list .item .parts.parts03_2 {
          left: 0;
          width: calc(207 / 594 * 100%);
          margin: calc(174 / 594 * 100%) 0 0 calc(-104 / 594 * 100%);
          aspect-ratio: 414 / 113; }
        #announce .list .item .parts.parts04_1 {
          left: 0;
          width: calc(49 / 594 * 100%);
          margin: calc(26 / 594 * 100%) 0 0 calc(-13 / 594 * 100%);
          aspect-ratio: 99 / 99; }
        #announce .list .item .parts.parts04_2 {
          right: 0;
          width: calc(276 / 594 * 100%);
          margin: calc(176 / 594 * 100%) calc(-122 / 594 * 100%) 0 0;
          aspect-ratio: 552 / 91; }
        #announce .list .item .parts.parts04_3 {
          left: 0;
          width: calc(198 / 594 * 100%);
          margin: calc(219 / 594 * 100%) 0 0 calc(-74 / 594 * 100%);
          aspect-ratio: 397 / 111; }
  #announce .more {
    width: calc(290 / 750 * 100%);
    margin: 0 auto calc(12 / 594 * 100%) auto;
    padding: 0 0 0 calc(14 / 750 * 100%); }
  #announce .banner {
    position: relative;
    background: url(../images/teaser/bg_banner.png) center top no-repeat;
    background-size: 100% auto;
    margin: calc(-115 / 750 * 100%) 0 0 0;
    aspect-ratio: 1500 / 450; }
    #announce .banner .image {
      width: calc(594 / 750 * 100%);
      margin: 0 auto;
      padding: calc(114 / 750 * 100%) 0 0 0; }



