@charset "UTF-8";
/* --------------------
	　　　設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #333;
  --c-grey: #666666;
  --c-lightgrey: #F5F5F5;
  --c-white: #fff;
  --c-red: #E60012;
}

/* --------------------
		content
-------------------- */
#contents {
  color: var(--c-txt);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 3.4666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: min(16px, 1.09375vw);
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents .contents__bg {
  background-image: url(../img/white-kraft-paper-texture.jpg);
  background-position: center;
  background-size: 500%;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .contents__bg {
    background-size: 300%;
    padding-bottom: min(155px, 7.8125vw);
  }
}
#contents .mv__wrapper .mv {
  position: relative;
  width: 100vw;
  height: 100%;
}
#contents .mv__wrapper .mv p {
  position: absolute;
}
@media screen and (max-width: 999px) {
  #contents .mv__wrapper .mv p {
    left: 37.6vw;
    top: 36.5vw;
    transform: rotate(90deg) translateX(100%);
    transform-origin: bottom right;
    white-space: nowrap;
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .mv p {
    font-size: min(0.9375vw, 13px);
    left: 3.90625vw;
    bottom: 0;
  }
}
#contents .mv__wrapper .lead {
  position: relative;
  padding: 10.6666666667vw 10vw 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .lead {
    padding: min(120px, 6.25vw) 14.84375vw min(150px, 7.8125vw) !important;
  }
}
#contents .mv__wrapper .lead p {
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .lead p {
    text-align: center;
  }
}
#contents .mv__wrapper .lead p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .lead p:not(:last-child) {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (min-width: 1000px) {
  #contents .sec__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 6.25vw;
    margin: 0 auto;
    max-width: 1920px;
  }
}
#contents .sec__06 .sec__cregit--color, #contents .sec__07 .sec__cregit--color {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 1000px) {
  #contents .sec__06 .sec__cregit--color, #contents .sec__07 .sec__cregit--color {
    margin-bottom: min(18px, 0.9375vw);
  }
}
#contents section {
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents section {
    width: min(945px, 28.125%);
    padding-bottom: min(150px, 7.8125vw);
  }
}
#contents section .sec__number {
  width: 41.0666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__number {
    width: min(201px, 10.46875vw) !important;
    margin: 0 auto min(60px, 3.125vw);
  }
}
#contents section .img__link {
  display: block;
  transition: 0.5s;
}
#contents section .img__link:hover {
  transform: scale(1.05);
}
#contents section .sec__img {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__img {
    margin-bottom: min(45px, 2.34375vw);
  }
}
#contents section .sec__img .deco {
  position: absolute;
  width: 34.6666666667vw !important;
  top: -10.4vw;
  right: -6.4vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__img .deco {
    width: min(157.5px, 8.203125vw) !important;
    top: max(-49.5px, -2.578125vw);
    right: max(-40.5px, -2.109375vw);
    z-index: 100;
  }
}
#contents section .sec__cregit {
  text-align: center;
}
#contents section .sec__cregit--name {
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__cregit--name {
    font-size: min(22.5px, 1.171875vw);
    margin-bottom: min(12px, 0.625vw);
  }
}
#contents section .sec__cregit--price {
  font-size: 3.4666666667vw;
  color: var(--c-grey);
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__cregit--price {
    font-size: min(19.5px, 1.015625vw);
    margin-bottom: min(45px, 2.34375vw);
  }
}
#contents section .sec__cregit--color {
  font-size: 3.2vw;
  color: var(--c-txt);
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__cregit--color {
    font-size: min(18px, 0.9375vw);
    margin-bottom: min(7.5px, 0.390625vw);
  }
}
#contents section .sec__cregit--size {
  font-size: 3.2vw;
  color: var(--c-txt);
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__cregit--size {
    font-size: min(18px, 0.9375vw);
    margin-bottom: min(18px, 0.9375vw);
  }
}
#contents section .sec__cregit--btn a {
  display: flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  background: var(--c-txt);
  border: 2px solid var(--c-txt);
  border-radius: 4px;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__cregit--btn a {
    font-size: min(21px, 1.09375vw);
    width: min(406.5px, 21.171875vw);
    height: min(67.5px, 3.515625vw);
  }
}
#contents section .sec__cregit--btn a:hover {
  background: transparent;
  color: var(--c-txt);
  text-decoration: none;
}
#contents .stores {
  width: 80vw;
  margin: 0 auto;
  padding: 10.6666666667vw;
  background-color: var(--c-white);
  border: 2px solid var(--c-txt);
  border-radius: 30px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  #contents .stores {
    width: min(750px, 39.0625vw);
    padding: min(60px, 3.125vw);
  }
}
#contents .stores__ttl {
  font-size: 4.5333333333vw;
  text-decoration: underline;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .stores__ttl {
    font-size: min(21px, 1.484375vw);
    margin-bottom: 1.5625vw;
  }
}
#contents .stores__list {
  list-style: none;
  line-height: 1.8;
  margin-bottom: 2.6666666667vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .stores__list {
    margin-bottom: 10px;
    font-size: min(16px, 1.09375vw);
  }
}
#contents .stores__list li {
  text-indent: -1em;
  padding-left: 1em;
}
#contents .stores__list li::before {
  content: "・";
}
#contents .stores__list--attention {
  line-height: 1.8;
  font-size: 2.9333333333vw;
  color: var(--c-grey);
}
@media screen and (min-width: 1000px) {
  #contents .stores__list--attention {
    font-size: min(14px, 0.9375vw);
  }
}

/* --------------------
	animation
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.8s ease 0.5s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

.fadeinfwd {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: scale(0.85);
}

.fadeinfwd-active {
  opacity: 1;
  transform: scale(1);
}

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease 0.5s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadeinleft {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  transform: translateX(20px);
}

.fadeinleft-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ----------------------------------------
	base, reset
---------------------------------------- */
.container {
  width: auto !important;
}

.block-event-page {
  width: 100% !important;
  padding: 0 !important;
}

.block-event-page--header-img {
  display: none;
}

.block-event-page--comment-bot {
  margin: 0;
  padding: 0 !important;
  background-color: transparent;
}

.block-footer-download {
  display: none !important;
}

.block-event-page--goods {
  margin: 0;
}

.pane-contents {
  padding-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .pane-right-menu {
    margin: 0;
  }
}/*# sourceMappingURL=250905_onlinestore_expo-officialgoods_style.css.map */