@charset "UTF-8";
html {
  font-size: 62.5%;
}

/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

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

:root {
  --black: #333;
  --white: #fff;
  --red: #680015;
  --txt-sp: 1.3rem;
  --txt-pc: 1.4rem;
}

/* --------------------
		#content
-------------------- */
#contents {
  overflow: hidden;
  margin: 30px auto 0;
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  transition: all 0.3s;
}
#contents a:hover {
  opacity: 0.5;
}
#contents .view_timer {
  display: none;
}
#contents p:not(.attention__txt) {
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: var(--txt-sp);
}
@media screen and (min-width: 1000px) {
  #contents p:not(.attention__txt) {
    letter-spacing: 0.08em;
    font-size: var(--txt-pc);
  }
}

/* -----------------------
　　　　　　header
----------------------- */
.header {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  .header {
    margin-bottom: 100px;
  }
}

.header__mv {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .header__mv {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }
}

.header__intro {
  width: 80%;
  margin: 10.6666666667vw auto 0;
  text-align: left !important;
}
@media screen and (min-width: 1000px) {
  .header__intro {
    margin-top: 80px;
    text-align: center !important;
  }
}
.header__intro--bold {
  font-weight: 600;
}
.header__intro__link {
  text-decoration: underline;
  color: var(--red);
}
.header__intro__link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 2px 0 1px;
  background: url(../img/window.svg) no-repeat;
  background-size: 10px;
}

/* タブレット＿＿横幅調整 */
/* -----------------------
　　　　main(common)
----------------------- */
.main {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .main {
    width: 750px;
    margin: 0 auto;
  }
}

.sec {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec {
    margin-bottom: 100px;
  }
}

.sec__ttl:not(.attention__ttl) {
  margin-bottom: 5.3333333333vw;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec__ttl:not(.attention__ttl) {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 600;
  }
}

.sec__txt {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .sec__txt {
    margin-bottom: 40px;
  }
}

.link__txt {
  display: block;
  text-align: center;
}

.__btn {
  display: block;
  margin: 8vw auto 0;
  font-size: var(--txt-sp);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 60px;
  text-align: center;
  background-color: var(--red);
  border-radius: 4px;
}
@media screen and (min-width: 1000px) {
  .__btn {
    width: 460px !important;
    margin: 40px auto 0;
    font-size: var(--txt-pc);
    line-height: 60px !important;
  }
}

.--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* -----------------------
　　　　　.keyword
----------------------- */
/* 性別タブ */
.keyword__category__type {
  gap: 4vw;
  width: 90%;
  margin: 0 auto 8vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .keyword__category__type {
    gap: 20px;
    width: 500px;
    margin: 0 auto 40px;
  }
}

.type--list {
  width: 30%;
  padding: 2.1333333333vw 0;
  border-bottom: 2px solid #DDDDDD;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: 0.3s all;
}
@media screen and (min-width: 1000px) {
  .type--list {
    width: 153.3333333333px;
    padding: 10px 0;
    border-bottom: 2px solid #DDDDDD;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    transition: 0.3s all;
  }
}

.type--list:hover {
  cursor: pointer;
  opacity: 0.5;
}

.keyword__category__list .--flex {
  gap: 15px 10px;
}
@media screen and (min-width: 1000px) {
  .keyword__category__list .--flex {
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .keyword__category__list.--kids {
    width: 460px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .keyword__category__list .list__item {
    width: 100px;
  }
}

.type--active.type--list {
  border-bottom: 2px solid var(--red);
}

/* キーワード一覧 */
.keyword__category__list .list__item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.keyword__category__list img {
  width: 80px !important;
}
@media screen and (min-width: 1000px) {
  .keyword__category__list img {
    width: 100% !important;
  }
}
.keyword__category__list .link__txt {
  padding-top: 1.3333333333vw;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .keyword__category__list .link__txt {
    padding-top: 6px;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

/* ボタン設定 */
.keyword__btn--small {
  justify-content: space-around;
  flex-wrap: nowrap !important;
  gap: 16px;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .keyword__btn--small {
    width: 460px;
  }
}

.__btn.--small {
  margin: 4.2666666667vw auto 0;
  padding: 3.7333333333vw 0;
  border: 2px solid var(--red);
  background-color: var(--white);
  color: var(--black);
  line-height: 1.4;
  text-align: left !important;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .__btn.--small {
    width: 230px;
    margin-top: 16px;
    border: 2px solid var(--red);
    background-color: var(--white);
    color: var(--black);
    padding: 0 !important;
  }
}
.__btn.--small em {
  font-style: normal;
  font-weight: 600;
  color: var(--red);
}

/* ボタン設定 */
.keyword__btn {
  width: 90%;
  margin: 0 auto;
}
.keyword__btn .__btn {
  width: 100%;
}
.keyword__btn--small {
  gap: 3%;
  flex-wrap: nowrap !important;
}

.__btn.--small {
  margin: 16px auto 0;
  padding: 14px 0;
  border: 2px solid var(--red);
  background-color: var(--white);
  color: var(--black);
  line-height: 1.4;
  text-align: left !important;
}
.__btn.--small em {
  font-style: normal;
  font-weight: 600;
  color: var(--red);
}

.__btn__txt {
  display: block;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .__btn__txt {
    text-align: center;
  }
}

.__btn__txt.--01 {
  width: 94px;
}
@media screen and (min-width: 1000px) {
  .__btn__txt.--01 {
    width: auto;
  }
}

.__btn__txt.--02 {
  width: 78px;
}
@media screen and (min-width: 1000px) {
  .__btn__txt.--02 {
    width: auto;
  }
}

/* ここまで */
/* -----------------------
    　　　.label
----------------------- */
.label__list .--flex {
  gap: 0 2%;
}
@media screen and (min-width: 1000px) {
  .label__list .--flex {
    gap: 15px;
  }
}

.label {
  width: 90%;
  margin: 0 auto 100px;
}
.label .list__link {
  width: 31.3333333333%;
  margin-bottom: 4%;
  border: 1px #CCC solid;
}
@media screen and (min-width: 1000px) {
  .label .list__link {
    width: 160px;
    border: 1px #CCC solid;
  }
}
.label .link__txt {
  display: block;
  padding: 13px 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .label .link__txt {
    padding: 20px 0;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}
.label .link__txt:has(br) {
  padding: 6px 0;
}
@media screen and (min-width: 1000px) {
  .label .link__txt:has(br) {
    padding: 11px 0;
  }
}
.label .label__list .--flex {
  gap: 0 2%;
}
@media screen and (min-width: 1000px) {
  .label .label__list .--flex {
    gap: 15px;
  }
}

.staff-recommend .__btn {
  width: 90%;
}

/* タブレット＿＿横幅調整 */
@media (min-width: 768px) {
  .label .list__link {
    width: 30%;
  }
  .staff-recommend .__btn {
    width: 500px;
  }
}
/* -----------------------
　　　　.attention
----------------------- */
.attention {
  padding: 13.3333333333vw 10%;
  background-color: #EEEEEE;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .attention {
    padding: 50px 75px;
    background-color: #EEEEEE;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
}

.attention__ttl {
  margin-bottom: 4vw;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .attention__ttl {
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
}

.attention__list {
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

.attention__txt {
  margin-top: 10px;
}

/* --------------------
	aside
-------------------- */
.aside__inner {
  overflow: hidden;
  position: relative;
  padding: 21.3333333333vw 0 0;
}
@media screen and (min-width: 1000px) {
  .aside__inner {
    width: 600px;
    margin: 0 auto;
    padding: 6.25vw 0 6.25vw;
    margin: 0 auto;
  }
}
.aside__inner a {
  transition: all 0.5s ease;
}
.aside__inner a:hover {
  opacity: 0.5;
}

.aside__wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .aside__wrap {
    overflow: hidden;
    width: 100%;
  }
}
.aside__wrap .aside__ttl {
  font-size: 6.4vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__ttl {
    font-size: 28.8px;
    margin-bottom: 20px;
  }
}
.aside__wrap p {
  line-height: 2;
  font-size: 1.2rem !important;
  margin-bottom: 13.3333333333vw;
  text-align: left !important;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .aside__wrap p {
    font-size: var(--txt-pc) !important;
    margin-bottom: 50px;
  }
}
.aside__wrap:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 80px auto;
}
.aside__wrap .aside__list li {
  width: 40vw !important;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__list li {
    width: 225px !important;
  }
}
.aside__wrap .aside__list li a {
  width: 60vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__list li a {
    width: 225px;
  }
}
.aside__wrap .aside__list__img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__list__img {
    margin-bottom: 10px;
  }
}
.aside__wrap .aside__list__p {
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__list__p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

aside .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  width: 60vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  aside .swiper-container .swiper-wrapper .swiper-slide {
    width: 225px;
    margin-right: 10px;
  }
}

.aside__staffstyling__img {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside__staffstyling__img {
    margin-bottom: 50px;
  }
}

.aside__list.--1 {
  justify-content: center;
}
.aside__list.--1 li {
  margin: 0 !important;
}

@media screen and (min-width: 1000px) {
  .aside__list.--2 {
    justify-content: center;
  }
}
.aside__list.--2 li:last-child {
  margin-right: 0 !important;
}

/* --------------------
	reset.css
-------------------- */
.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 {
  padding: 0 !important;
  background-color: transparent;
}

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

.block-event-page--goods {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .block-event-page--goods {
    padding: 0;
    width: 1200px !important;
    margin: 0 auto !important;
  }
}/*# sourceMappingURL=251226_onlinestore_winter-sale.css.map */