.spD {
  display: none;
}
@media screen and (max-width: 700px) {
  .spD {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .pcD {
    display: none;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

[disabled] {
  cursor: not-allowed;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  opacity: 0.7;
}

:-ms-input-placeholder {
  opacity: 0.7;
}

::placeholder {
  opacity: 0.7;
}

b,
strong {
  font-weight: bolder;
}

i,
em {
  font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.moodtimegift-page-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}

.moodtimegift-page-pcD {
  display: block;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-pcD {
    display: none;
  }
}

.moodtimegift-page-spD {
  display: none;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-spD {
    display: block;
  }
}

.moodtimegift-page-wrapper-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.moodtimegift-page-kv {
  background-color: #422314;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.moodtimegift-page-kv:before {
  content: "";
  position: absolute;
  left: 113px;
  bottom: 88px;
  width: 174px;
  height: 216px;
  background-image: url(../images/start_left.png);
  background-size: cover;
}
.moodtimegift-page-kv:after {
  content: "";
  position: absolute;
  right: 94px;
  top: 126px;
  width: 104px;
  height: 168px;
  background-image: url(../images/start_right.png);
  background-size: cover;
}
.moodtimegift-page-kv .kv-wrap {
  position: relative;
}
.moodtimegift-page-kv .kv-img {
  background-color: #422314;
}
.moodtimegift-page-kv .kv-video {
  width: 100%;
}
.moodtimegift-page-kv .kv-txt,
.moodtimegift-page-kv .kv-txt02,
.moodtimegift-page-kv .kv-txt03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  opacity: 0;
  transition: all 1.5s ease;
}
.moodtimegift-page-kv .show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.moodtimegift-page-kv .kv-txt {
  width: 620px;
  top: 26px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-kv .kv-txt {
    width: 88.5714285714vw;
    top: 3.7142857143vw;
  }
}
.moodtimegift-page-kv .kv-txt02 {
  width: 444px;
  top: 124px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-kv .kv-txt02 {
    width: 63.4285714286vw;
    top: 17.7142857143vw;
  }
}
.moodtimegift-page-kv .kv-txt03 {
  width: 384px;
  bottom: 3.3333333333vw;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-kv .kv-txt03 {
    width: 54.8571428571vw;
    bottom: 9.1428571429vw;
  }
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-kv .kv-txt03 {
    width: min(56vw, 560px);
    bottom: min(2.6041666667vw, 50px);
  }
}

.moodtimegift-page-intro {
  background-image: url(../images/intro_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-intro {
    background-image: url(../images/bg_2.png);
  }
}
.moodtimegift-page-intro .moodtimegift-page-wrapper-content {
  max-width: 700px;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-intro {
    background-image: url(../images/bg_2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100%;
  }
}
.moodtimegift-page-intro .intro-txt {
  width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-intro .intro-txt {
    width: 84.2857142857vw;
  }
}
.moodtimegift-page-intro .intro-img {
  width: 524px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-intro .intro-img {
    width: 74.8571428571vw;
    margin-top: 4.2857142857vw;
  }
}
.moodtimegift-page-intro .intro-txt02 {
  width: 618px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-intro .intro-txt02 {
    width: 83.4285714286vw;
  }
}

@media screen and (min-width: 1000px) {
  .moodtimegift-page-lighting {
    background-color: #422314;
    min-height: 100%;
  }
}
.moodtimegift-page-lighting .moodtimegift-page-wrapper-content::before {
  content: "";
  background-image: url("../images/lighting_deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: 48px;
  display: block;
  width: 104px;
  height: 120px;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lighting .moodtimegift-page-wrapper-content::before {
    top: 5.7142857143vw;
    right: 6.8571428571vw;
    width: 14.8571428571vw;
    height: 17.1428571429vw;
  }
}
.moodtimegift-page-lighting .moodtimegift-page-wrapper-content::after {
  content: "";
  background-image: url("../images/lighting_deco02.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 136px;
  left: 40px;
  display: block;
  width: 101px;
  height: 205px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lighting .moodtimegift-page-wrapper-content::after {
    bottom: 19.4285714286vw;
    left: 5.7142857143vw;
    width: 14.2857142857vw;
    height: 29.1428571429vw;
  }
}
.moodtimegift-page-lighting .lighting-ttl {
  width: min(53.5vw, 535px);
  margin: 0 auto;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lighting .lighting-ttl {
    width: 76vw;
    top: 7.4285714286vw;
  }
}
.moodtimegift-page-lighting .lighting-bg {
  background-image: url("../images/AGF_MoodTime_BOX_C2_anime.gif");
  background-size: 70%;
  background-position: center 50%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #422314;
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-lighting .lighting-bg {
    background-image: url("../images/AGF_MoodTime_BOX_C2_anime.gif");
    background-size: 50%;
    background-position: center 50%;
    background-repeat: no-repeat;
    position: relative;
    background-color: #422314;
  }
}
.moodtimegift-page-lighting .lighting-txt {
  width: 524px;
  margin: 0 auto;
  margin-top: 36px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lighting .lighting-txt {
    width: 74.8571428571vw;
    margin-top: 5.1428571429vw;
    bottom: 6.8571428571vw;
  }
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-lighting .lighting-txt {
    width: min(67.6363636364vw, 744px);
    bottom: min(3.4375vw, 66px);
  }
}

@media screen and (min-width: 1000px) {
  .moodtimegift-page-luxury {
    background-image: url(../images/bg_3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100%;
  }
}
.moodtimegift-page-luxury .moodtimegift-page-wrapper-content {
  background-color: #d6c677;
  padding: 48px 0;
}
.moodtimegift-page-luxury .moodtimegift-page-wrapper-content .luxury-ttl {
  width: 616px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-luxury .moodtimegift-page-wrapper-content .luxury-ttl {
    width: 88vw;
  }
}
.moodtimegift-page-luxury .moodtimegift-page-wrapper-content .luxury-img {
  width: 620px;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-luxury .moodtimegift-page-wrapper-content .luxury-img {
    width: 88.5714285714vw;
    margin-top: 3.4285714286vw;
  }
}

.moodtimegift-page-lineup {
  background-image: url(../images/lineup_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0 56px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-lineup {
    background-image: url(../images/bg_2.png);
    padding: min(4.1666666667vw, 80px) 0 min(2.9166666667vw, 56px);
  }
}
.moodtimegift-page-lineup .moodtimegift-page-wrapper-content {
  max-width: 700px;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-lineup {
    background-image: url(../images/bg_2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lineup {
    padding: 4.2857142857vw 0 7.1428571429vw;
  }
}
.moodtimegift-page-lineup .lineup-ttl {
  width: 578px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lineup .lineup-ttl {
    width: 82.5714285714vw;
  }
}
.moodtimegift-page-lineup .lineup-ttl02 {
  width: 468px;
  margin: 0 auto;
  margin-top: 52px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lineup .lineup-ttl02 {
    width: 66.8571428571vw;
    margin-top: 7.4285714286vw;
  }
}
.moodtimegift-page-lineup .lineup-txt {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lineup .lineup-txt {
    font-size: 4vw;
    margin-top: 4.5714285714vw;
  }
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-lineup .lineup-txt {
    font-size: min(2.2vw, 22px);
  }
}
.moodtimegift-page-lineup .lineup-txt br:nth-of-type(2) {
  display: inline;
}
@media screen and (min-width: 1000px) {
  .moodtimegift-page-lineup .lineup-txt br:nth-of-type(2) {
    display: none;
  }
}
.moodtimegift-page-lineup .lineup-img {
  width: 600px;
  margin: 0 auto;
  margin-top: 56px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lineup .lineup-img {
    width: 85.7142857143vw;
    margin-top: 8vw;
  }
}
.moodtimegift-page-lineup .lineup-link {
  width: 268px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-lineup .lineup-link {
    width: 38.2857142857vw;
    margin-top: 5.7142857143vw;
  }
}

@media screen and (min-width: 1000px) {
  .moodtimegift-page-link {
    background-image: url(../images/bg_3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100%;
  }
}
.moodtimegift-page-link .moodtimegift-page-wrapper-content {
  background-color: #d6c677;
  padding: 48px 0 44px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-link .moodtimegift-page-wrapper-content {
    padding: 6.8571428571vw 0 6.2857142857vw;
  }
}
.moodtimegift-page-link .moodtimegift-page-wrapper-content .link-ttl {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-link .moodtimegift-page-wrapper-content .link-ttl {
    width: 100%;
  }
}
.moodtimegift-page-link .moodtimegift-page-wrapper-content .link-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-link .moodtimegift-page-wrapper-content .link-flex {
    flex-direction: column;
    gap: 0;
  }
}
.moodtimegift-page-link .moodtimegift-page-wrapper-content .link-wrap {
  width: 330px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-link .moodtimegift-page-wrapper-content .link-wrap {
    width: 100%;
  }
}
.moodtimegift-page-link .moodtimegift-page-wrapper-content .link-btn {
  width: 312px;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}
.moodtimegift-page-link .moodtimegift-page-wrapper-content .link-btn:first-of-type {
  margin-top: 26px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-link .moodtimegift-page-wrapper-content .link-btn {
    width: 44.5714285714vw;
    margin-top: 4.5714285714vw;
  }
  .moodtimegift-page-link .moodtimegift-page-wrapper-content .link-btn:first-of-type {
    margin-top: 3.7142857143vw;
  }
}
.moodtimegift-page-link .moodtimegift-page-wrapper-content .link-txt {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .moodtimegift-page-link .moodtimegift-page-wrapper-content .link-txt {
    width: 100%;
    margin-top: 2.8571428571vw;
  }
}