@charset "UTF-8";
/* =========================================================
colors
========================================================= */
/* =========================================================
body
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #FFE5F1;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg.png);
  background-size: cover;
  /*--背景画像のサイズ--*/
  background-attachment: fixed;
  /*--背景画像の固定--*/
  background-repeat: no-repeat;
  /*--背景画像の繰り返し--*/
  background-position: center center;
  /*--背景画像の位置--*/
}

img {
  width: 100%;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block;
  /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phd__in {
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  margin-top: 52px;
  padding: 45px 0 58px;
  background: #222;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 88px;
    padding: 90px 0 100px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__logo {
  text-align: center;
}
.pft__logo svg {
  fill: #fff;
}
.pft__logo a {
  text-decoration: none;
}
.pft__logo__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
}
.pft__logo__img {
  width: 120px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}
.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 35px;
    bottom: 117px;
    margin: 0;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
colors
========================================================= */
.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
}
/* =========================================================
header
========================================================= */
.header {
  position: relative;
}
.header__title {
  text-align: center;
}
.header__title img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.lead {
  width: 100%;
  color: #ffffff;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(26 / 16);
  box-sizing: border-box;
  letter-spacing: 0.075em;
}
.lead--fashion {
  background-color: #34BAD5;
}
.lead--sylvanian {
  background-color: #F0453F;
}

@media screen and (min-width: 769px) {
  .lead {
    font-size: 22px;
    line-height: calc(38 / 22);
    position: relative;
    padding: 32px 118px 36px;
    bottom: 0;
  }
}
/* =========================================================
Main
========================================================= */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
/* =========================================================
ヘッダー下バナー
========================================================= */
.top-bnr-block {
  max-width: 596px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.top-bnr-block .bnr {
  margin: 0 auto 5px;
}
.top-bnr-block .bnr:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .top-bnr-block {
    max-width: 930px;
    padding: 60px 0 0;
  }
  .top-bnr-block .bnr {
    margin: 0 auto 20px;
  }
}
/* =========================================================
Local navigation
========================================================= */
.localnav-wrap {
  max-width: 1024px;
  padding: 30px 0 0;
  margin: 0 auto;
}

.localnav {
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
.localnav__item {
  width: calc(50% - 5px);
  position: relative;
  margin: 0 10px 0 0;
}
.localnav__item:last-child {
  margin-right: 0;
}
.localnav__item a {
  display: block;
  padding: 7px 0;
  text-align: center;
  background: #f2ec27;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  color: #000;
  border-radius: 5px;
  text-decoration: none;
}
.localnav__item a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .localnav-wrap {
    padding: 60px 0 0;
  }

  .localnav {
    padding: 0;
  }
  .localnav__item {
    width: calc(50% - 20px);
    margin: 0 40px 0 0;
  }
  .localnav__item a {
    padding: 23px 0;
    font-size: 2.1em;
    border-radius: 8px;
  }
  .localnav__item a:after {
    border-width: 8px 6px 0 6px;
  }
  .localnav__item a:hover {
    opacity: 0.7;
    text-decoration: none;
    background: #f2ec27;
    color: #000;
  }
}
/* current */
body.page-sale .localnav__item01 a,
body.page-tag .localnav__item02 a {
  background: #f2ec27;
  color: #000;
}
body.page-sale .localnav__item01 a:after,
body.page-tag .localnav__item02 a:after {
  border-color: #f2ec27 transparent transparent transparent;
}

/* =========================================================
Contents block
========================================================= */
.btn {
  position: relative;
  background: #F47B99;
  border-radius: 40px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-family: 'zen maru gothic', serif;
  cursor: pointer;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.btn:hover {
  opacity: 0.7;
}
.btn-wrap {
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
}

.top_btn {
  font-size: 20px;
  padding: 19px;
}
.top_btn:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_btn--fashion {
  background-color: #34BAD5;
}
.top_btn--sylvanian {
  background-color: #F0453F;
}

.nav_btn {
  height: 100%;
  min-height: 89px;
  width: calc(100% / 3);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0px;
  padding: 18px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.625;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}
.nav_btn .btn_label::after {
  content: "";
  display: block;
  background: url(../images/arrow_sp.png);
  width: 13px;
  height: 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.nav_btn_1 {
  background-color: #F47B99;
}
.nav_btn_2 {
  background-color: #34BAD5;
}
.nav_btn_3 {
  background-color: #E0AE09;
  margin-bottom: 0;
}
@media screen and (max-width: 370px) {
  .nav_btn_3 {
    font-size: 14px;
  }
}

.more_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #F0453F;
  color: #ffffff;
  position: relative;
  border-radius: 40px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-family: 'zen maru gothic', serif;
  cursor: pointer;
  line-height: calc(38 / 26);
  letter-spacing: 0.075em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 17px;
  max-width: 353px;
  margin: 0 auto;
}
.more_btn:hover .more_btn__icon {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.more_btn:hover .more_btn__arrow {
  transition: .5s;
  transform: translateX(10px);
}
.more_btn .more_btn__icon {
  display: block;
  width: 61px;
}
.more_btn .more_btn__arrow {
  transition: .5s;
  display: block;
}
.more_btn .more_btn__arrow {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 14px;
}

@media screen and (min-width: 769px) {
  .top_btn {
    font-size: 26px;
  }
  .top_btn::before {
    left: 48px;
  }

  .nav_btn {
    font-size: 22px;
  }
}
.top_btn_wrap {
  margin: 64px auto;
  max-width: 353px;
}

@media screen and (min-width: 769px) {
  .more_btn {
    font-size: 26px;
    max-width: 663px;
    border-radius: 80px;
  }
  .more_btn .more_btn__icon {
    width: 97px;
    position: absolute;
    left: 40px;
  }
  .more_btn .more_btn__arrow {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 50px;
  }

  .top_btn_wrap {
    margin: 100px auto 120px;
    max-width: 663px;
  }
}
/* =========================================================
Contents block
========================================================= */
.contents-wrap {
  max-width: 1124px;
  margin: 16px auto 0;
}
.contents-wrap .purple_area {
  color: #ffffff;
  background-color: #CF64E3;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.075em;
  padding: 16px;
  margin: 0px 16px 50px;
  color: #ffffff;
  border-radius: 30px;
}
.contents-block {
  margin: 0 0 40px;
  border-radius: 30px;
  background-color: #fff;
  border-width: 3px;
  border-style: solid;
}
.contents-block .pink_area {
  background-color: #F47B99;
  color: #fff;
}
.contents-block .box {
  margin-bottom: 24px;
}
.contents-block .box .box_ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.075em;
  width: fit-content;
  color: #ffffff;
  padding: 1px 8px;
  margin-bottom: 8px;
  border-radius: 0 8px 0 8px;
}
.contents-block .box:last-of-type {
  margin-bottom: 0;
}
.contents-block .box .box_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.075em;
  text-align: left;
  margin-bottom: 8px;
}
.contents-block .box .box_txt strong {
  font-weight: 700;
}
.contents-block .box .font-xs {
  font-size: 10px;
}
.contents-block .pink_line {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(244, 123, 153, 0.2) 50%);
}
.contents-oshikatsu01 {
  color: #F0453F;
  letter-spacing: 0.075em;
  border-color: #F0453F;
  padding: 29px 13px 0;
  margin: 0px 16px 48px;
  text-align: center;
}
.contents-oshikatsu01 .ttl {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.417;
  letter-spacing: 0.075em;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.contents-oshikatsu01 .ttl::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  border-left: 4px dotted #F0453F;
  transform: translate(-15px, 20px) rotate(-20deg);
}
.contents-oshikatsu01 .ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  border-left: 4px dotted #F0453F;
  transform: translate(15px, 20px) rotate(20deg);
}
.contents-oshikatsu01 .txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0;
}
.contents-oshikatsu01 .model_area .model {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  margin: 16px 0;
  text-align: left;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.075em;
}
.contents-oshikatsu01 .model_area .model_name {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.contents-oshikatsu01 .model_area .model_name .label {
  width: 100%;
  max-width: 180px;
  padding: 3.5px 0;
  margin: 0 auto 12px;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: calc(26 / 16);
  text-align: center;
  border-block: 2px dotted #F0453F;
  font-weight: bold;
}
.contents-oshikatsu01 .model_area .model_name .name {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .contents-oshikatsu01 .model_area .model_name .name {
    font-size: 34px;
  }
}
.contents-oshikatsu01 .model_area .model_image {
  margin-bottom: 16px;
}
.contents-oshikatsu01 .model_area .model_txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.075em;
  text-align: left;
  margin-bottom: 28px;
}
.contents-oshikatsu01 .model_area .model_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 308px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
  gap: 16px;
}
.contents-oshikatsu01 .model_area .model_btns .sylvanian {
  width: 158px;
  height: auto;
  margin-right: auto;
}
.contents-oshikatsu01 .model_area .model_btns .sns {
  width: 32px;
  height: 32px;
}
.contents-oshikatsu01 .slider {
  box-sizing: border-box;
  height: 100% !important;
}
.contents-oshikatsu01 .slider_area {
  margin-top: 24px;
}
.contents-oshikatsu01 .slider_area .prev-arrow {
  position: absolute;
  top: 20%;
  left: -32px;
}
.contents-oshikatsu01 .slider_area .next-arrow {
  position: absolute;
  top: 20%;
  transform: rotate(180deg);
  right: -32px;
}
.contents-oshikatsu01 .slider_area .btn.sns {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.075em;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-right: 41.8px;
  padding-left: 91.2px;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.contents-oshikatsu01 .slider_area .btn.sns .icon-instagram {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 42.5px;
}
.contents-oshikatsu01 .slider_body {
  padding: 15px 21px 23px;
  text-align: left;
}
.contents-oshikatsu01 .slider_image img {
  height: auto;
  width: 100%;
  border-radius: 0 24px 0 24px;
}
.contents-oshikatsu01 .slider_heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.075em;
  margin-bottom: 8px;
}
.contents-oshikatsu01 .slider_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.075em;
}
.contents-oshikatsu01 .slick-arrow {
  width: 30px !important;
  height: 30px !important;
  z-index: 1;
}
.contents-oshikatsu01 .slick-dots {
  bottom: -30px;
}
.contents-oshikatsu01 .slick-dots li {
  margin: 0 3px;
}
.contents-oshikatsu01 .slick-dots li button:before {
  color: #D8F0EC;
  font-size: 12px;
  opacity: 1;
}
.contents-oshikatsu01 .slick-dots li.slick-active button:before {
  color: #F0453F;
  opacity: 1;
}
.contents-oshikatsu01 .slick-dotted.slick-slider {
  margin-bottom: 56px;
}
.contents-oshikatsu01 .slick-track {
  display: flex;
}
.contents-oshikatsu01 .slick-slide {
  height: auto !important;
}
.contents-oshikatsu01 .novelty_area {
  background-color: #D8F0EC;
  border-radius: 0 24px 0 24px;
  padding: 24px;
  margin-bottom: 28px;
}
.contents-oshikatsu01 .novelty_area .novelty_ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.contents-oshikatsu01 .novelty_area .novelty_ttl .icon {
  width: 46px;
  height: auto;
  margin-right: 16px;
}
.contents-oshikatsu01 .novelty_area .novelty_ttl .label {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(54 / 30);
  letter-spacing: 0.075em;
}
.contents-oshikatsu01 .novelty_area .novelty_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14);
}
.contents-oshikatsu01 .more_btn_area {
  width: 100vw;
  margin: 0 calc(50% - 50vw) -3px;
}
.contents-oshikatsu02 {
  font-weight: bold;
  letter-spacing: 0.075em;
  border-color: #F47B99;
  color: #F47B99;
  background: #ffffff;
  padding: 29px 13px;
  margin: 0px 16px 24px;
  text-align: center;
}
.contents-oshikatsu02 .ttl {
  color: #F47B99;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.075em;
  line-height: 1.33;
  margin-bottom: 8px;
}
.contents-oshikatsu02 .txt {
  color: #F47B99;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.075em;
  margin-bottom: 24px;
}
.contents-oshikatsu02 .flex_area .col1 {
  margin-bottom: 24px;
}
.contents-oshikatsu02 .flex_area .col2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
.contents-oshikatsu03 {
  color: #CF64E3;
  letter-spacing: 0.075em;
  border-color: #CF64E3;
  padding: 29px 13px;
  margin: 0px 16px 24px;
  text-align: center;
}
.contents-oshikatsu03 .ttl {
  color: #CF64E3;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.contents-oshikatsu03 .txt {
  color: #CF64E3;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.075em;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 3px dotted #CF64E3;
}
.contents-oshikatsu03 .txt02 {
  color: #CF64E3;
  font-size: 14px;
  text-align: left;
  margin-bottom: 32px;
  line-height: 1.85;
  letter-spacing: 0.075em;
}
.contents-oshikatsu03 .txt02 .font-bold {
  font-weight: bold;
}
.contents-oshikatsu03 .box_ttl {
  background-color: #CF64E3;
  color: #ffffff;
}
.contents-oshikatsu03 .flex_area {
  margin-bottom: 32px;
}
.contents-oshikatsu03 .ownly-wrap .ownlyUgcWidget_square div.ownlyUgcPagination a.ugcPaging {
  width: calc(100% - 120px);
  max-width: 512px;
  margin: 16px auto 0;
  padding: 7px 0 12px;
  border-radius: 40px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-family: 'zen maru gothic', serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.41;
  letter-spacing: 0.075em;
  background-color: #00b2b3;
}
.contents-oshikatsu03 .ownly-wrap .ownlyUgcWidget_square div.ownlyUgcPagination a.ugcPaging:hover {
  opacity: 0.7;
}
.contents-oshikatsu03 .model_area .model {
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0 8px;
}
.contents-oshikatsu03 .model_area .model .pc-txt {
  font-size: 14px;
}
.contents-oshikatsu03 .model_area .model_txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
.contents-oshikatsu04 {
  color: #34BAD5;
  letter-spacing: 0.075em;
  border-color: #34BAD5;
  padding: 29px 13px 0;
  margin: 0px 16px 48px;
  text-align: center;
}
.contents-oshikatsu04 .ttl {
  color: #34BAD5;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.contents-oshikatsu04 .txt {
  color: #CF64E3;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.075em;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 3px dotted #CF64E3;
}
.contents-oshikatsu04 .txt02 {
  color: #CF64E3;
  font-size: 14px;
  text-align: left;
  margin-bottom: 32px;
  line-height: 1.85;
  letter-spacing: 0.075em;
}
.contents-oshikatsu04 .txt02 .font-bold {
  font-weight: bold;
}
.contents-oshikatsu04 .img_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 24px;
  background-image: url(../images/bg_fashion_sp.png);
  background-repeat: no-repeat;
}
.contents-oshikatsu04 .img_area img {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.contents-oshikatsu04 .img_area img:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
  top: 30px;
}
.contents-oshikatsu04 .more_btn_area {
  width: 100vw;
  margin: 0 calc(50% - 50vw) -3px;
}
.contents-oshikatsu04 .more_btn--fashion {
  background-color: #34BAD5;
}
.contents-oshikatsu05 {
  color: #E0AE09;
  letter-spacing: 0.075em;
  border-color: #E0AE09;
  padding: 29px 13px;
  margin: 0px 16px 24px;
  text-align: center;
}
.contents-oshikatsu05 .ttl {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 32px;
}
.contents-oshikatsu05 .contents-ttl {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.075em;
  padding: 5px 5px 6px;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #E0AE09;
  border-radius: 0 16px 0 16px;
}
.contents-oshikatsu05 .txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: #fff 2px solid;
}
.contents-oshikatsu05 .ownly-wrap .ownlyUgcWidget_square div.ownlyUgcPagination a.ugcPaging {
  width: calc(100% - 120px);
  max-width: 512px;
  margin: 10px auto 0;
  padding: 7px 0 12px;
  border-radius: 40px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-family: 'zen maru gothic', serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.41;
  letter-spacing: 0.075em;
  background-color: #EF93BB;
}
.contents-oshikatsu05 .ownly-wrap .ownlyUgcWidget_square div.ownlyUgcPagination a.ugcPaging:hover {
  opacity: 0.7;
}
.contents-oshikatsu05 .item-list {
  margin-bottom: 49px;
}
.contents-ttl {
  margin: 0 auto 25px;
  padding: 9px 0;
  color: #FFE5F1;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  font-size: 3.125rem;
  letter-spacing: 0.15em;
  position: relative;
}

#goods_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4.82%;
  position: relative;
}
#goods_list .goods_item {
  box-sizing: border-box;
  padding: 8px;
  width: 47.59%;
  height: 47.59%;
  margin-bottom: 4.82%;
  border: 1px solid #E0AE09;
  position: relative;
  overflow: hidden;
}
#goods_list .goods_item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 6px;
  bottom: 5px;
  z-index: 1;
}
#goods_list .goods_item::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0px;
  background-image: url(../images/goods_more.png);
  width: 30px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .btn-wrap {
    margin-bottom: 64px;
  }
  .btn.nav_btn {
    width: calc(100% / 3 - 8px);
    padding: 26px 10px 37px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .btn.nav_btn::before {
    background-image: url(../images/teka-before_pc.png);
    width: 80px;
    height: 17px;
    left: 17px;
    bottom: 10.5px;
  }
  .btn.nav_btn::after {
    background-image: url(../images/teka-after_pc.png);
    width: 80px;
    height: 17px;
    top: 10px;
    right: 20px;
  }
  .btn.nav_btn .btn_label {
    font-size: 18px;
    line-height: 1.6;
  }
  .btn.nav_btn .btn_label::after {
    background-image: url(../images/arrow_pc.png);
    width: 20px;
    height: 16px;
    left: 50%;
    bottom: 11px;
  }
  .btn.nav_btn:last-of-type {
    margin-right: 0;
  }

  .contents-wrap {
    padding: 0px;
    margin: 32px auto 0;
  }
  .contents-wrap .purple_area {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.075em;
    padding: 11px;
    margin: 20px 0 60px;
    color: #ffffff;
    text-align: center;
  }
  .contents-block {
    border-width: 6px;
    margin: 0 0 64px;
    border-radius: 40px;
  }
  .contents-block .box {
    margin-bottom: 20px;
  }
  .contents-block .box .box_ttl {
    font-size: 16px;
    line-height: 1.625;
    border-radius: 0 8px 0 8px;
  }
  .contents-block .box .box_txt {
    font-size: 16px;
    line-height: 1.625;
  }
  .contents-block .box .box_txt:last-of-type {
    margin-bottom: 0;
  }
  .contents-block .box .font-xs {
    font-size: 12px;
  }
  .contents-oshikatsu01 {
    padding: 62px 44px;
    margin: 0 0 130px;
  }
  .contents-oshikatsu01 .ttl {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  .contents-oshikatsu01 .txt {
    font-size: 24px;
    line-height: 1.41;
    letter-spacing: 0.075em;
    padding-bottom: 26px;
    margin-bottom: 0px;
  }
  .contents-oshikatsu01 .model_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .contents-oshikatsu01 .model_area .model_name {
    flex-direction: row;
  }
  .contents-oshikatsu01 .model_area .model_name .label {
    width: 136px;
    margin: 0 16px 0 0;
  }
  .contents-oshikatsu01 .model_area .model_name .name {
    font-size: 34px;
    font-weight: bold;
  }
  .contents-oshikatsu01 .model_area .col1 {
    width: 38%;
  }
  .contents-oshikatsu01 .model_area .col2 {
    width: 62%;
    padding-top: 8%;
    padding-left: 2%;
  }
  .contents-oshikatsu01 .model_area .col2 .model {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .contents-oshikatsu01 .model_area .col2 .model .pc-txt {
    font-size: 16px;
    line-height: 2.1;
  }
  .contents-oshikatsu01 .model_area .col2 .model_txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 48px;
  }
  .contents-oshikatsu01 .model_area .col2 .model_btn .sns {
    font-size: 14px;
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: 0;
    padding: 16px 24px;
    line-height: 1.7;
  }
  .contents-oshikatsu01 .model_area .col2 .model_btn .sns .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
  }
  .contents-oshikatsu01 .model_area .col2 .model_btn .sns .icon img {
    width: 14px;
  }
  .contents-oshikatsu01 .novelty_area {
    padding: 25px 48px;
  }
  .contents-oshikatsu01 .novelty_area .col2 {
    display: flex;
    flex-direction: row;
  }
  .contents-oshikatsu01 .novelty_area .novelty_ttl {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 60px;
    margin-bottom: 16px;
  }
  .contents-oshikatsu01 .novelty_area .novelty_ttl .icon {
    width: 58px;
    margin-right: 24px;
  }
  .contents-oshikatsu01 .novelty_area .novelty_ttl .label {
    font-size: 34px;
    line-height: calc(54 / 30);
    letter-spacing: 0.075em;
  }
  .contents-oshikatsu01 .novelty_area .novelty_txt {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(24 / 14);
  }
  .contents-oshikatsu01 .slider {
    max-width: 376px;
    min-height: 363px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .contents-oshikatsu01 .slider_area .btn.sns {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.075em;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 55px;
  }
  .contents-oshikatsu01 .slider_area .btn.sns .icon_instagram {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 56px;
  }
  .contents-oshikatsu01 .slider_area__inner {
    max-width: 810px;
    margin: 0 auto;
  }
  .contents-oshikatsu01 .slider_body {
    padding: 16px 29px 29px;
    text-align: left;
  }
  .contents-oshikatsu01 .slider_image {
    max-height: 282px;
  }
  .contents-oshikatsu01 .slider_image img {
    width: 100%;
  }
  .contents-oshikatsu01 .slider_heading {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.075em;
    margin-bottom: 8px;
  }
  .contents-oshikatsu01 .slider_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.075em;
  }
  .contents-oshikatsu01 .slick-arrow {
    width: 46px !important;
    height: 46px !important;
  }
  .contents-oshikatsu01 .slick-dots {
    bottom: -40px;
  }
  .contents-oshikatsu01 .slick-dotted.slick-slider {
    margin-bottom: 66px;
  }
  .contents-oshikatsu01 .more_btn_area {
    position: absolute;
    left: 0;
    right: 0;
  }
  .contents-oshikatsu02 {
    padding: 46px 44px;
  }
  .contents-oshikatsu02 .ttl {
    font-size: 52px;
    line-height: 1.38;
    margin-bottom: 8px;
  }
  .contents-oshikatsu02 .txt {
    font-size: 24px;
    line-height: 1.42;
    margin-bottom: 48px;
  }
  .contents-oshikatsu02 .flex_area {
    display: flex;
    justify-content: space-between;
  }
  .contents-oshikatsu02 .flex_area .col1 {
    width: 37%;
  }
  .contents-oshikatsu02 .flex_area .col2 {
    width: 60%;
    padding-left: 3%;
  }
  .contents-oshikatsu03 {
    padding: 46px 44px;
    margin: 0 0 15px;
  }
  .contents-oshikatsu03 .ttl {
    font-size: 52px;
    line-height: 1.38;
    letter-spacing: 0.075em;
    margin-bottom: 8px;
  }
  .contents-oshikatsu03 .txt {
    font-size: 24px;
    line-height: 1.41;
    letter-spacing: 0.075em;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .contents-oshikatsu03 .txt02 {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.075em;
    text-align: center;
  }
  .contents-oshikatsu03 .flex_area {
    display: flex;
    margin-bottom: 48px;
  }
  .contents-oshikatsu03 .flex_area .col1 {
    width: 49%;
    padding-left: 4.8%;
    padding-right: 3.2%;
  }
  .contents-oshikatsu03 .flex_area .col2 {
    width: 50%;
    padding-left: 3.2%;
    padding-right: 4.8%;
  }
  .contents-oshikatsu04 {
    padding: 52px 50px;
    margin: 0 0 120px;
  }
  .contents-oshikatsu04 .ttl {
    font-size: 52px;
    line-height: calc(72 / 52);
    margin-bottom: 70px;
  }
  .contents-oshikatsu04 .txt {
    color: #CF64E3;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.075em;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 3px dotted #CF64E3;
  }
  .contents-oshikatsu04 .txt02 {
    color: #CF64E3;
    font-size: 14px;
    text-align: left;
    margin-bottom: 32px;
    line-height: 1.85;
    letter-spacing: 0.075em;
  }
  .contents-oshikatsu04 .txt02 .font-bold {
    font-weight: bold;
  }
  .contents-oshikatsu04 .img_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 70px;
    background-image: url(../images/bg_fashion_pc.png);
    background-repeat: no-repeat;
  }
  .contents-oshikatsu04 .img_area img {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .contents-oshikatsu04 .img_area img:nth-of-type(2n) {
    margin-right: 2%;
    position: relative;
    top: 100px;
  }
  .contents-oshikatsu04 .img_area img:nth-of-type(3) {
    position: relative;
    top: 10px;
  }
  .contents-oshikatsu04 .img_area img:nth-of-type(4) {
    position: relative;
    top: 170px;
    margin-right: 0;
  }
  .contents-oshikatsu04 .more_btn {
    font-size: 26px;
    max-width: 663px;
    border-radius: 80px;
  }
  .contents-oshikatsu04 .more_btn_area {
    position: relative;
    top: 100px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .contents-oshikatsu04 .more_btn--fashion {
    background-color: #34BAD5;
    justify-content: center;
  }
  .contents-oshikatsu05 {
    padding: 46px 44px;
  }
  .contents-oshikatsu05 .ttl {
    font-size: 52px;
    line-height: 1.38;
    letter-spacing: 0.075em;
    margin-bottom: 48px;
  }
  .contents-oshikatsu05 .item-list {
    margin-bottom: 63px;
  }
  .contents-ttl {
    margin: 0 auto 70px;
    font-size: 26px;
  }

  #goods_list {
    gap: 1.95%;
  }
  #goods_list .goods_item {
    box-sizing: border-box;
    padding: 8px;
    width: 32.03%;
    height: 32.03%;
    margin-bottom: 1.95%;
    border: 1px solid #E0AE09;
  }
  #goods_list .goods_item::before {
    width: 20px;
    height: 19px;
    right: 10px;
    bottom: 9px;
  }
  #goods_list .goods_item::after {
    width: 55px;
    height: 39px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1124px) {
  .btn.nav_btn br {
    display: block;
  }
  .btn.nav_btn::before {
    left: 9%;
    bottom: 6%;
  }
  .btn.nav_btn::after {
    right: 6%;
    top: 7%;
  }
}
/* =========================================================
アニメーション
========================================================= */
.js-fadeInUp {
  opacity: 0;
}

/*base code*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*the animation definition*/
@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* =========================================================
タグ集約
========================================================= */
.taglist {
  overflow: hidden;
}
.taglist__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  list-style: none;
  display: none;
}
.taglist__item:first-child {
  border-top: 1px solid #ccc;
}
.taglist__item:last-child {
  margin-bottom: 0;
}
.taglist__item:nth-child(-n+6) {
  /* 初期表示6件 */
  display: block;
}
.taglist__item__in {
  height: 100%;
}
.taglist__item a {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px;
  color: #555;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
}
.taglist__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #555 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.taglist__txt {
  margin-top: 15px;
}
.taglist__photo {
  position: relative;
  padding: 0 40px;
}
.taglist__kaeru {
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.1;
  display: inline-block;
  background: #ea5550;
  padding: 7px 5px;
}
.taglist__name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.taglist__title {
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (min-width: 769px) {
  .taglist {
    display: flex;
    flex-wrap: wrap;
  }
  .taglist__item {
    width: calc(33.33% - 10px);
    margin: 15px 15px 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .taglist__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .taglist__item:nth-child(3n) {
    margin-right: 0;
  }
  .taglist__photo {
    padding: 0;
  }
}
.btn-taglist-more {
  display: none;
  width: calc(100% - 120px);
  max-width: 512px;
  margin: 30px auto 0;
  padding: 11px 0;
  background: #E0AE09;
  border-radius: 40px;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-family: 'zen maru gothic', serif;
  cursor: pointer;
  line-height: 1.41;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 769px) {
  .btn-taglist-more {
    margin: 30px auto 0;
  }
  .btn-taglist-more:hover {
    opacity: 0.7;
  }
}

/* =========================================================
OWNLY
========================================================= */
.contents-ownly {
  margin-top: 80px;
}
.contents-ownly .contents-ttl {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 46px;
}
@media screen and (min-width: 769px) {
  .contents-ownly .contents-ttl {
    font-size: 54px;
    margin-bottom: 50px;
    line-height: 1.2;
  }
}
.contents-ownly .white_area {
  color: #000;
  background: #fff;
  padding: 30px 20px;
  margin: 0 10px;
}
.contents-ownly .white_area .blue_area {
  background: #5CBFD9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 24px;
  padding: 10px;
}
.contents-ownly .white_area .col01 {
  margin-bottom: 30px;
}
.contents-ownly .white_area .col01 .txt {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 24px;
}
.contents-ownly .white_area .col01 .txt .pink_line {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(255, 229, 241, 0.6) 50%);
}
.contents-ownly .white_area .col01 .min {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 10px;
}
.contents-ownly .white_area .col02 {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.contents-ownly .white_area .col02 .icon {
  width: 56px;
}
.contents-ownly .white_area .col02 .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 769px) {
  .contents-ownly .white_area {
    padding: 50px;
    margin: 0;
  }
  .contents-ownly .white_area .flex_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .contents-ownly .white_area .flex_area .col01 {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .contents-ownly .white_area .flex_area .col01 .txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .contents-ownly .white_area .flex_area .col01 .min {
    font-size: 13px;
    margin-top: 12px;
  }
  .contents-ownly .white_area .flex_area .line {
    border-left: #5CBFD9 2px solid;
    padding-left: 30px;
    padding-right: 0;
  }
  .contents-ownly .white_area .flex_area .col02 {
    margin-bottom: 20px;
  }
  .contents-ownly .white_area .flex_area .col02 .icon {
    width: auto;
  }
  .contents-ownly .white_area .flex_area .col02 .ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
  }
  .contents-ownly .white_area .blue_area {
    font-size: 14px;
    padding: 10px 0;
  }
}

.ownly-wrap {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .ownly-wrap {
    padding: 0;
  }
}

/* =========================================================
シルバニアファミリー
========================================================= */
#sylvanian .contents-sylvanian {
  color: #F0453F;
  letter-spacing: 0.075em;
  border-color: #F0453F;
  padding: 24px 13px;
  margin: 0px 16px 32px;
  text-align: center;
}
#sylvanian .contents-sylvanian .ttl {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.417;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
#sylvanian .contents-sylvanian .ttl span {
  font-size: 20px;
}
#sylvanian .contents-sylvanian .ttl::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  border-left: 4px dotted #F0453F;
  transform: translate(-18px, 12px) rotate(-25deg);
}
#sylvanian .contents-sylvanian .ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  border-left: 4px dotted #F0453F;
  transform: translate(5px, 12px) rotate(25deg);
}
#sylvanian .contents-sylvanian .sub_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0em;
  padding-bottom: 18px;
}
#sylvanian .contents-sylvanian .col1 {
  margin-bottom: 24px;
}
#sylvanian .contents-sylvanian .col2 {
  flex: 1;
}
#sylvanian .contents-sylvanian .box {
  margin-bottom: 22px;
}
#sylvanian .contents-sylvanian .txt {
  font-size: 12px;
  padding-top: 24px;
  line-height: calc(22 / 12);
  text-align: left;
  margin-bottom: 12px;
}
#sylvanian .contents-sylvanian .miniwrap {
  border-top: 3px dotted #F0453F;
}
#sylvanian .contents-sylvanian .box_ttl {
  background-color: #F0453F;
  color: #ffffff;
}
#sylvanian .contents-sylvanian .btn_area {
  max-width: 270px;
  margin: 0 auto;
}
#sylvanian .contents-sylvanian .btn {
  font-size: 14px;
  background-color: #F0453F;
  padding: 16px;
  letter-spacing: 0.075em;
  line-height: calc(24 / 14);
}
#sylvanian .contents-sylvanian .btn.btn_icon-before_insta:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_instagram.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(2px);
}
#sylvanian .contents-sylvanian .btn.btn_icon-after_link:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_link.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(4px);
  position: absolute;
  right: 24px;
}
#sylvanian .contents-sylvanian:nth-of-type(5) .ttl::before {
  height: 50px;
  transform: translate(-18px, 30px) rotate(-25deg);
}
#sylvanian .contents-sylvanian:nth-of-type(5) .ttl::after {
  height: 50px;
  transform: translate(18px, 30px) rotate(25deg);
}
#sylvanian .contents-sylvanian:nth-of-type(6) .ttl {
  letter-spacing: 0;
}
#sylvanian .contents-sylvanian:nth-of-type(6) .ttl::before {
  height: 50px;
  transform: translate(-18px, 30px) rotate(-25deg);
}
#sylvanian .contents-sylvanian:nth-of-type(6) .ttl::after {
  height: 50px;
  transform: translate(18px, 30px) rotate(25deg);
}
#sylvanian #sylvanian_list {
  margin: 48px auto 48px;
  max-width: 1125px;
}
#sylvanian .sylvanian_btn_wrap {
  max-width: 338px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#sylvanian .sylvanian_btn_wrap .sylvanian {
  width: 100%;
  max-width: 338px;
  margin-bottom: 24px;
}
#sylvanian .sylvanian_btn_wrap .sns_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#sylvanian .sylvanian_btn_wrap .sns {
  width: 51px;
  height: 51px;
}

#fashion .contents-fashion {
  color: #34BAD5;
  letter-spacing: 0.075em;
  border-color: #34BAD5;
  padding: 25px 13px 18px;
  margin: 0px 16px 32px;
  text-align: center;
}
#fashion .contents-fashion .ttl {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.417;
  letter-spacing: 0.075em;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
#fashion .contents-fashion .img {
  border-radius: 0 24px 0 24px;
  overflow: hidden;
  margin-bottom: 18px;
}
#fashion .contents-fashion .shop {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: calc(26 / 14);
  text-align: left;
  margin-bottom: 12px;
}
#fashion .contents-fashion .credit {
  padding-top: 12px;
  border-top: 3px dotted #34BAD5;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  line-height: calc(22 / 12);
}
#fashion #fashion_list {
  margin: 48px auto 0;
  max-width: 1125px;
}

@media screen and (min-width: 769px) {
  #sylvanian .contents-sylvanian {
    padding: 40px 50px 50px;
    margin: 0 auto 64px;
  }
  #sylvanian .contents-sylvanian .col1 {
    width: 100%;
    max-width: 376px;
    margin-bottom: 0;
  }
  #sylvanian .contents-sylvanian .flex_area {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  #sylvanian .contents-sylvanian .ttl {
    font-size: 46px;
    margin-bottom: 28px;
    line-height: calc(52 / 46);
  }
  #sylvanian .contents-sylvanian .ttl span {
    font-size: 46px;
  }
  #sylvanian .contents-sylvanian .ttl::before {
    width: 5px;
    height: 70px;
    border-left: 6px dotted #F0453F;
    transform: translate(-20px, -5px) rotate(-25deg);
  }
  #sylvanian .contents-sylvanian .ttl::after {
    width: 5px;
    height: 70px;
    border-left: 6px dotted #F0453F;
    transform: translate(20px, -5px) rotate(25deg);
  }
  #sylvanian .contents-sylvanian .sub_title {
    font-size: 24px;
    text-align: left;
  }
  #sylvanian .contents-sylvanian .btn_area {
    margin-left: auto;
    margin-right: 0;
  }
  #sylvanian .contents-sylvanian .txt {
    font-size: 14px;
  }
  #sylvanian .contents-sylvanian:nth-of-type(5) .ttl::before, #sylvanian .contents-sylvanian:nth-of-type(6) .ttl::before {
    width: 5px;
    height: 70px;
    border-left: 6px dotted #F0453F;
    transform: translate(-20px, -5px) rotate(-25deg);
  }
  #sylvanian .contents-sylvanian:nth-of-type(5) .ttl::after, #sylvanian .contents-sylvanian:nth-of-type(6) .ttl::after {
    width: 5px;
    height: 70px;
    border-left: 6px dotted #F0453F;
    transform: translate(20px, -5px) rotate(25deg);
  }
  #sylvanian #sylvanian_list {
    margin: 80px auto 0;
    padding: 0;
  }
  #sylvanian .sylvanian_btn_wrap {
    max-width: 588px;
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
  #sylvanian .sylvanian_btn_wrap .sylvanian {
    margin-bottom: 0px;
  }
  #sylvanian .sylvanian_btn_wrap .sns_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
  #sylvanian .sylvanian_btn_wrap .sns {
    width: 51px;
    height: 51px;
  }

  #fashion .contents-fashion {
    margin: 0;
    width: 48.5%;
    max-width: 538px;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  #fashion .contents-fashion:nth-of-type(2n) {
    position: relative;
    top: 60px;
  }
  #fashion .contents-fashion .img {
    max-width: 370px;
    margin: 0 auto 24px;
  }
  #fashion .contents-fashion .ttl {
    font-size: 36px;
  }
  #fashion .contents-fashion .shop {
    font-size: 16px;
    line-height: calc(26 / 14);
    margin-bottom: 24px;
  }
  #fashion .contents-fashion .credit {
    font-size: 14px;
  }
  #fashion #fashion_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 47px;
    margin: 80px auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #fashion #fashion_list {
    gap: 25px;
  }
  #fashion .contents-fashion {
    width: 47.5%;
  }
}
/* =========================================================
値書き
========================================================= */
/* 館ナビ */
.floornav {
  width: calc(100% - 40px);
  max-width: 620px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 4px;
}
.floornav li {
  list-style: none;
  width: 50%;
  margin: 0;
}
.floornav li a {
  display: block;
  width: 100%;
  padding: 3px 0;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .floornav {
    margin: 0 auto 50px;
  }
  .floornav li a {
    font-size: 2.0rem;
    text-decoration: none;
    color: #000;
  }
  .floornav li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
/* current */
body.type1 .floornav .floornav__item01 a,
body.type2 .floornav .floornav__item02 a,
body.type3 .floornav .floornav__item03 a,
body.type4 .floornav .floornav__item04 a {
  background: #000;
  color: #FFF;
}

body.type1 .floornav .floornav__item01 a:after,
body.type2 .floornav .floornav__item02 a:after,
body.type3 .floornav .floornav__item03 a:after,
body.type4 .floornav .floornav__item04 a:after {
  border-color: #000 transparent transparent transparent;
}

/* 値書き*/
.salelist-container {
  margin: 50px 0 0;
}

.salelist-info1,
.salelist-info2 {
  font-size: 1.5rem;
  padding: 0 10px;
  line-height: 1.6;
}

.salelists {
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .salelists {
    margin: 60px auto 0;
  }
}

.salelist {
  padding: 0 0 10px;
}
.salelist__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 9px 20px;
  background: #5CBFD9;
  color: #FFE5F1;
  line-height: 1.1;
}
.salelist__title .ico-arr {
  text-align: center;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-block;
  position: relative;
}
.salelist__title .ico-arr:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 3px);
  transition-duration: 200ms;
}
.salelist__title__floor {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
}
.salelist__shop {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
}
.salelist__shop:first-child {
  margin-top: 0;
  border-top: none;
}
.salelist__link {
  padding: 30px 15px;
  display: block;
  text-decoration: none;
  color: #000;
}
.salelist__data {
  display: table;
  width: 100%;
}
.salelist__data__item01 {
  display: table-cell;
  width: 80px;
  padding-right: 15px;
  vertical-align: middle;
}
.salelist__data__item01 img {
  border: 1px solid #ccc;
}
.salelist__data__item02 {
  display: table-cell;
  vertical-align: middle;
}
.salelist__shopname {
  font-size: 1.2rem;
  font-weight: bold;
}
.salelist__text {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .salelist {
    padding: 0 0 40px;
  }
  .salelist__title__floor {
    font-size: 3rem;
  }
  .salelist__cont__in {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .salelist__shop {
    width: 50%;
    margin-top: 0;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .salelist__shop:nth-child(-n+2) {
    border: none;
  }
  .salelist__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .salelist__data__item01 {
    width: 120px;
    padding-right: 25px;
  }
  .salelist__data__item01 img {
    width: 100%;
    border: none;
  }
  .salelist__shopname {
    font-size: 1.3rem;
  }
  .salelist__text {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}
/* 開閉時の矢印*/
.salelist__title.is-open .ico-arr:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* =========================================================
フッター上バナー
========================================================= */
.footer-bnr {
  max-width: 1124px;
  margin: 30px auto 0;
  padding: 0 10px;
}

.ft-bnr {
  margin: 0 auto 10px;
}
.ft-bnr:last-child {
  margin-bottom: 0;
}
.ft-bnr a {
  display: block;
}

@media screen and (min-width: 769px) {
  .footer-bnr {
    margin: 60px auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .ft-bnr {
    width: calc(50% + 30px);
    margin: 0 20px 0 0;
  }
  .ft-bnr:last-child {
    margin-right: 0;
  }
  .ft-bnr a:hover {
    opacity: .7;
  }
}
/* =========================================================
フッター上SNSボタン
========================================================= */
.footer__social {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.footer__social .social__item {
  display: inline-block;
  height: 20px;
  margin: 0 2px;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .footer__social .social__item {
    margin: 0 11px;
  }
}
.footer__social .social__item a:hover {
  opacity: 0.6;
}
.footer__social .social__item img {
  height: 100%;
}

/* =========================================================
modal
========================================================= */
.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  overflow: scroll;
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  background-color: rgba(216, 240, 236, 0.95);
  position: fixed;
  top: 0;
  left: 0;
}

.modal-close {
  background-color: #E0AE09;
  border: none;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  padding: 12px 13px 8px;
  position: absolute;
  top: -45px;
  right: 0;
}
@media screen and (min-width: 769px) {
  .modal-close {
    border-radius: 20px 20px 0 0;
    padding: 14px 15px 10px;
    top: -58px;
    right: 0;
  }
}
.modal-close svg {
  width: 23.81px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .modal-close svg {
    width: 32.41px;
  }
}

.modal-close-bottom {
  cursor: pointer;
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E0AE09;
  border: none;
  border-radius: 40px;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #fff;
  width: 275px;
}
@media screen and (min-width: 769px) {
  .modal-close-bottom {
    bottom: 54px;
    font-size: 24px;
    width: 275px;
  }
}

.newrenew-modal .modal-wrap {
  width: calc(100vw - 50px);
  max-width: 1024px;
  position: relative;
  margin: 60px auto 20px;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .modal-wrap {
    width: calc(100vw - 170px);
    margin: 81px auto;
  }
}
.newrenew-modal .modal-cont {
  background: #fff;
  border: 3px solid #E0AE09;
  border-radius: 30px 0 30px 30px;
  padding: 25px 25px 32px;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .modal-cont {
    border: 6px solid #E0AE09;
    border-radius: 40px 0 40px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 60px;
  }
}
.newrenew-modal .img-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap {
    width: 43.58%;
  }
}
.newrenew-modal .img-wrap .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap .logo {
    display: none;
  }
}
.newrenew-modal .img-wrap .logo img {
  width: 29.5%;
}
.newrenew-modal .img-wrap .item-images .img {
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.newrenew-modal .img-wrap .item-images .img:last-of-type {
  margin-bottom: 0;
}
.newrenew-modal .img-wrap .img-slider {
  position: relative;
}
.newrenew-modal .img-wrap .img-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}
.newrenew-modal .img-wrap .img-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 100%;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap .img-slider .slick-dots li {
    width: 11px;
    height: 11px;
  }
}
.newrenew-modal .img-wrap .img-slider .slick-dots li.slick-active {
  background: #B41D23;
}
.newrenew-modal .detail {
  margin-top: 25px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .detail {
    margin-top: 0;
    width: 52.05%;
  }
}
.newrenew-modal .detail .item-name {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 150%;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .detail .item-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.newrenew-modal .detail .item-price {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.newrenew-modal .detail .item-price span.zei {
  font-size: 14px;
}
.newrenew-modal .detail .item-price + .item-name {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .detail .item-price {
    font-size: 20px;
  }
  .newrenew-modal .detail .item-price + .item-name {
    margin-top: 15px;
  }
}
.newrenew-modal .detail .item-description {
  border-top: dotted 3px #E0AE09;
  font-size: 12px;
  line-height: 150%;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .detail .item-description {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
}
