@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");
@import url("https://use.typekit.net/ctz0prk.css");
@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: #888888;
  --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;
  -webkit-font-smoothing: antialiased; /* Safari, Chrome, Edge用 */
  -moz-osx-font-smoothing: grayscale; /* Firefox (Mac) 用 */
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: min(16px, 1.09375vw);
  }
}
#contents {
  overflow: hidden;
}
#contents img {
  width: 100%;
  height: auto;
}
#contents .contents__bg {
  background-color: #E6E7E6;
}
#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: 100px 0 120px;
    width: 800px;
    margin: 0 auto;
  }
}
#contents .mv__wrapper .lead p {
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #contents .mv__wrapper .lead p {
    text-align: left;
    line-height: 2.4;
  }
}
#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: 1.5625vw;
  }
}
@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__04 .sec__cregit--color, #contents .sec__05 .sec__cregit--color, #contents .sec__06 .sec__cregit--color, #contents .sec__07 .sec__cregit--color, #contents .sec__08 .sec__cregit--color, #contents .sec__09 .sec__cregit--color, #contents .sec__10 .sec__cregit--color, #contents .sec__11 .sec__cregit--color, #contents .sec__12 .sec__cregit--color {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 1000px) {
  #contents .sec__04 .sec__cregit--color, #contents .sec__05 .sec__cregit--color, #contents .sec__06 .sec__cregit--color, #contents .sec__07 .sec__cregit--color, #contents .sec__08 .sec__cregit--color, #contents .sec__09 .sec__cregit--color, #contents .sec__10 .sec__cregit--color, #contents .sec__11 .sec__cregit--color, #contents .sec__12 .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 {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17.0666666667vw;
  color: var(--c-txt);
  text-align: center;
  margin-bottom: 8vw;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__number {
    font-size: min(4.171875vw, 80px);
    margin-bottom: min(1.875vw, 36px);
  }
}
#contents section .sec__number span {
  display: block;
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #contents section .sec__number span {
    font-size: min(1.0390625vw, 20px);
  }
}
#contents section .img__link {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  #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: 3.2vw;
  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;
  line-height: 1.7;
}
@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.7333333333vw;
}
@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 aside {
  background-color: var(--c-white);
  padding: 21.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  #contents aside {
    padding: 100px 0;
  }
}
#contents .stores {
  width: 80vw;
  margin: 0 auto 21.3333333333vw;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  #contents .stores {
    width: 600px;
    margin: 0 auto 100px;
  }
}
#contents .stores__ttl {
  font-size: 4.5333333333vw;
  margin-bottom: 6.4vw;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--c-txt);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1000px) {
  #contents .stores__ttl {
    font-size: min(21px, 1.484375vw);
    margin-bottom: 1.875vw;
  }
}
#contents .stores__list {
  list-style: none;
  line-height: 1.8;
  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:not(.stores__list--last)::before {
  content: "・";
}
#contents .stores__list--last {
  text-indent: -1em !important;
  padding-left: 2em !important;
}
#contents .stores__list:nth-of-type(1) {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1000px) {
  #contents .stores__list:nth-of-type(1) {
    margin-bottom: 1.875vw;
  }
}
#contents .stores__list:nth-of-type(2) {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .stores__list:nth-of-type(2) {
    margin-bottom: 0.78125vw;
  }
}
#contents .stores h4 {
  font-size: 3.4666666667vw;
  font-weight: 600;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .stores h4 {
    font-size: 1.09375vw;
    margin-bottom: 0.78125vw;
  }
}
#contents .cour_ur {
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  padding: 16vw 5.3333333333vw;
  border: 1px solid var(--c-txt);
}
@media screen and (min-width: 1000px) {
  #contents .cour_ur {
    width: 600px;
    padding: 60px;
  }
}
#contents .cour_ur img {
  width: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .cour_ur img {
    width: 100px;
  }
}
#contents .cour_ur hr {
  border: none;
  border-top: 1px solid #333;
  margin: 10.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #contents .cour_ur hr {
    margin: 40px 0;
  }
}
#contents .cour_ur h3 {
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .cour_ur h3 {
    margin-bottom: 25px;
  }
}
#contents .cour_ur h3 span {
  display: block;
  font-size: 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .cour_ur h3 span {
    font-size: 10px;
    margin-top: 10px;
  }
}
#contents .cour_ur p {
  line-height: 2;
  text-align: left;
}

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

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

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

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

/* --------------------
	slick.js
-------------------- */
.dots-class {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}

.dots-class li button {
  display: none;
}

.dots-class li {
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  margin-right: 5.3333333333vw;
  border-radius: 50%;
  background-color: var(--c-txt);
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.dots-class li:last-child {
  margin-right: 0;
}
.dots-class li.slick-active {
  background-color: var(--c-accent);
}

.slider:not(.slick-initialized) > div:nth-child(n+2) {
  display: none;
}

/* ----------------------------------------
	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;
  }
}

.block-top-bnr-obi {
  display: none !important;
}/*# sourceMappingURL=260704_cour_myakumyaku_style.css.map */