@charset "UTF-8";
/*共通*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: all 0.2s ease-out !important;
  opacity: 1 !important;
}

a:hover {
  opacity: 0.8 !important;
}

@media screen and (min-width: 481px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .only-pc {
    display: none !important;
  }
}
/*---------------------------
レスポンシブ
-----------------------------*/
/*--------------------
 ゆめバーゲン
  ---------------------*/
.youmebargain_2025summer {
  position: relative;
}

.logo {
  position: absolute;
  z-index: 2;
  padding: 5px;
  background: #fff;
  width: 70px;
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 60px;
  }
}
.fv {
  width: 100%;
  background: #e50020;
  overflow: hidden;
  text-align: center;
}

.fv_bg {
  padding: 2.5rem 0 1rem;
  background-image: url(../images/fv_bg-pc.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .fv_bg {
    padding: 4rem 0 1rem;
    background-image: url(../images/fv_bg.png);
    background-repeat: no-repeat;
    background-size: 142%;
    background-position: top center;
  }
}

.main__title {
  margin: 0 auto;
}

.fv_title {
  width: 90%;
  margin: 0 auto;
  max-width: 750px;
}

.fv_kikan {
  max-width: 260px;
  margin: 20px auto;
}
@media (max-width: 599px) {
  .fv_kikan {
    width: 40%;
  }
}

/* ----------------------------
             動画
  -----------------------------*/
#movie {
  position: relative;
}

#movie .caution-text {
  text-align: center;
  margin-top: 100px;
}

#movie .caution-text + .caution-text {
  margin-top: 0;
}

.movie__wrap--bd {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 80px 4% 100px;
  text-align: center;
}
@media (max-width: 799px) {
  .movie__wrap--bd {
    width: unset;
  }
}
.movie__wrap--bd .movie__title {
  font: 900 2.5rem "Noto Sans JP", sans-serif;
}
@media (max-width: 799px) {
  .movie__wrap--bd .movie__title {
    font-size: 1.5rem;
  }
}
.movie__wrap--bd .movie__title + p {
  color: #808080;
  font: 400 1.75rem "Noto Sans JP", sans-serif;
}
@media (max-width: 799px) {
  .movie__wrap--bd .movie__title + p {
    font-size: 1.25rem;
  }
}

.movie-youtube {
  text-align: center;
  position: relative;
}
@media (max-width: 799px) {
  .movie-youtube {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-sizing: border-box;
  }
}

@media (max-width: 799px) {
  .movie-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.osae {
  padding: 1rem 4% 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 599px) {
  .osae {
    font-size: 0.95rem;
    font-weight: 500;
  }
}

/*--------------------
 左右の文字
  ---------------------*/
.wrap--ly {
  position: relative;
  overflow: hidden;
}

.yb__moji--deco-l,
.yb__moji--deco-r {
  width: 1.5em;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  z-index: -1;
  padding: 0;
  color: #e50020;
  font: 900 2.8rem/1.2 "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 799px) {
  .yb__moji--deco-l,
  .yb__moji--deco-r {
    font-size: 0.75rem;
  }
}

.yb__moji--deco-l {
  position: absolute;
  top: 0;
  left: -4px;
  text-align: left;
}
@media (max-width: 799px) {
  .yb__moji--deco-l {
    left: 0px;
  }
}
@media (max-width: 599px) {
  .yb__moji--deco-l {
    left: -3px;
  }
}

.yb__moji--deco-r {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: -10px;
  text-align: right;
}
@media (max-width: 799px) {
  .yb__moji--deco-r {
    right: 0;
  }
}
@media (max-width: 599px) {
  .yb__moji--deco-r {
    right: -3px;
  }
}

.yb__moji--deco ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.yb__moji--deco li {
  display: inline-block;
}

#loadTrigger {
  opacity: 0;
}

#s_footer #s_toPageTop {
  padding: 50px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_footer #s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_footer #s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: -28px;
  }
  #s_footer #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #s_footer #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}