@charset "UTF-8";
/*
----------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  display: block;
  background-color: #fff;
  border: none;
}

a {
  text-decoration: none;
}

/*------------------------------------------------
Common
-------------------------------------------------*/
/*a:hover {
  opacity: 0.7;
}*/
a.size-link:hover {
  opacity: 0.7;
}
a img {
  transition: transform .6s ease;
}
a img:hover {
  transform: scale(1.03);
  transition: transform .6s ease;
}
.footer a img:hover {
  opacity: 0.85;
  transform: none;
  transition: none;
}
.otherColor__img a img:hover {
  opacity: 0.85;
  transform: none;
  transition: none;
}
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
.pt-100 {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .pt-100 {
    padding-top: 120px;
  }
}

.pt-80 {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .pt-80 {
    padding-top: 120px;
  }
}

.pt-60 {
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pt-othercolor {
  padding-top: 15vw;
}
@media screen and (min-width: 768px) {
  .pt-othercolor {
    padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
  background: #fff;
  color: #1a1a1a;
  overflow-x: hidden;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  margin-top: 30px;
  border: 1px solid #444343;
  color: #424242;
  height: 10.66vw;
  width: 100%;
  font-size: 3.5vw;
  /*font-size: 4vw;*/
}

.inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
}

.main-content {
  max-width: 750px;
  margin: auto;
}

.logo {
  width: 100px;
}

.header {
  z-index: 3;
  position: absolute;
  top: 4vw;
  left: 4vw;
}

.mv {
  position: relative;
}

.mv__text {
  padding: 0 2.6666666667vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13.3333333333vw;
}

.nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__item {
  width: calc((100% - 4vw) / 2);
}

.nav__item:not(:last-child) {
  margin-right: 4vw;
}

.recommrndVoice__content {
  padding: 0 8vw 7.3333333333vw;
}

.recommrndVoice__text {
  font-size: 3.4666666667vw;
  line-height: 1.7307692308;
}

.item__headingWrapper {
  padding: 0 2.6666666667vw;
}

.item__desc {
  padding: 6.6666666667vw 0 10.6666666667vw;
  text-align: center;
  font-size: 4.8vw;
  /*font-size: 5.0666666667vw;*/
  line-height: 1.5;
  /*line-height: 1.75;*/
}

.item__img {
  width: 94.9333333333%;
}

.item__img--right {
  margin-left: auto;
  margin-right: 0;
}

.otherColor__ttl {
  padding: 0 5.3333333333vw 4vw;
}

.otherColor__textWrapper {
  margin-top: -4vw;
}

.pointImg {
  width: 22.2666666667%;
  margin-left: 4vw;
}

.otherColor__text {
  padding: 0 6.6666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1.7307692308;
}

/* クレジットのレイアウト */
.credit {
  padding: 10.6666666667vw 4vw 0;
}

.credit__item {
  margin-bottom: 4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.size__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
}

.credit__ttl {
  font-size: 3.73vw;
  line-height: 1;
}

.credit__ttl:first-child {
  padding-bottom: 8px;
}

.size__item {
  width: 100%;
}

.size__item .size-link {
  font-size: 3.73vw;
  height: 10.66vw;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c0a062;
}

.size__item .col-1 {
  width: 100%;
}

.size__item:not(:last-child) {
  margin-right: 10px;
}

/* 掲載アイテム一覧リンク */
.all-item__linkWrapper {
  padding: 20vw 4vw;
}

.all-item__link {
  padding: 3.33vw 0;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 3.73vw;
  color: #4d4d4d;
  border: 1px solid #969696;
}

.all-item__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.66vw;
  width: 11vw;
  height: 1px;
  background-color: #969696;
}

.all-item__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.66vw;
  width: 15px;
  height: 15px;
  border-right: 1px solid #969696;
  -webkit-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
  -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
}

.collaborator__list {
  text-align: center;
  font-size: 2.66vw;
  padding-bottom: 10.66vw;
  line-height: 2;
}

.lower__banner {
  width: 63.6%;
  margin: 0 auto;
  padding-bottom: 13.33vw;
}

.mainContentButton {
  color: #919191;
  background-color: #dedede;
  border: none;
}

/* フッター */
.footer__upper {
  padding: 10.66vw 5.33vw;
  background-color: #f7eded;
  font-family: "Marcellus", serif;
}

.footer__upper .link__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__upper .link__item {
  width: 47%;
  height: 13.33vw;
}

.footer__upper .link__item:nth-child(odd) {
  margin-right: 18px;
}

.footer__upper .link__item:first-child,
.footer__upper .link__item:nth-child(2) {
  margin-bottom: 18px;
}

.footer__upper .link__item .link__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3.33vw;
  background-color: #d8808e;
  color: #fff;
  letter-spacing: 0.16em;
}

.footer__upper .link__item .link__btn img {
  width: 3.33vw;
  margin-right: 10px;
}

.footer__upper .link__item .link__btn span {
  font-size: 2.4vw;
}

/* フッターlower */
.footer__lower {
  padding: 13.3vw 5.33vw;
  background-color: #f2e3e3;
}

.footer__lower .footer__logo {
  width: 40.5%;
  margin: 0 auto 17.3vw;
  /*margin-inline: auto;*/
  /*margin-bottom: 17.3vw;*/
}

.sns__lists {
  margin: 0 auto 9.33vw;
  /*margin-inline: auto;*/
  /*margin-bottom: 9.33vw;*/
  max-width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns__lists .sns__icon {
  width: 19px;
}

.sns__lists .sns__icon.sns__icon--facebook {
  width: 11px;
}

.footer-nav__lists {
  margin-bottom: 10.66vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav__lists .footer-nav__link {
  color: #9f9b9a;
  font-size: 2.8vw;
}

.footer-nav__lists .footer-nav__item:not(:last-child) {
  margin-right: 2.4vw;
}

.footer__bottom {
  padding: 9.3333333333vw 0 26.6666666667vw;
  background-color: #fff;
}

.instaImg {
  width: 18.4vw;
  margin: 0 auto 9.3333333333vw;
}

.onward__logo {
  width: 30%;
  margin: 0 auto 5.33vw;
}

.copy-right {
  text-align: center;
  color: #000;
  font-size: 10px;
  margin-bottom: 4vw;
}

/* アコーディオン設定 */
.accordion__box {
  display: none;
  padding-top: 35px;
}

/* フローティングバナー */
.sp-banner {
  /* display: none; */
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.sp-banner__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp-banner__img a {
  width: 50%;
  display: block;
}

.sp-banner__img .sp-top-button {
  display: inline-block;
  width: 54%;
  margin: 0 auto;
}

.banner--center {
  text-align: center;
  width: 20%;
}

.pc-banner {
  position: fixed;
  top: 10vw;
  /*top: 200px;*/
  right: 0;
}

.pc-banner__img {
  width: 100px;
}

.pc-banner__img img {
  margin-bottom: 10px;
}

.top-img {
  display: block;
  width: 65px;
  margin: 0 auto;
}

/* PCメディアクエリ */
@media only screen and (min-width: 768px) {
  .header {
    top: 20px;
    left: 20px;
    z-index: 3;
  }
  .logo {
    width: 100px;
    /*width: 120px;*/
  }
  .mv {
    position: relative;
    z-index: 1;
  }
  .mv__text {
    position: absolute;
    left: inherit;
    bottom: inherit;
    right: 8%;
    /*right: 10px;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 53.84vw;
    height: auto;
    z-index: 2;
    padding: 0;
  }
  .nav__item {
    width: 100%;
    max-width: 200px;
  }
  .accordion__box {
    padding-top: 0;
  }
  .main-content {
    max-width: 1100px;
  }
  .contentTextWrapper .credit > .credit__item {
    padding-bottom: 10px;
    border-bottom: 0.5px solid #000;
  }
  /* ナブ */
  .nav__lists {
    max-width: 645px;
    margin: auto;
    /*margin-inline: auto;*/
    padding: 0;
  }
  .nav__item:not(:last-child) {
    margin-right: 40px;
  }
  .recommrndVoice__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .recommrndVoice__content {
    padding: 0;
  }
  .recommrndVoice__text {
    font-size: 16px;
    text-align: center;
  }
  .item__descText {
    width: 235px;
    height: 585px;
    display: grid;
    place-items: center;
    font-size: 28px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-align: left;
    background-image: url(../img/pc/text-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0;
  }
  .item02 .item__descText {
    margin-right: auto;
    margin-left: 0;
  }
  .item__inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
  }
  .ly-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item01 .ly-flex, .item03 .ly-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .item__img--right {
    margin-right: inherit;
    margin-left: inherit;
  }
  .item__headingWrapper {
    margin: 0 auto 50px;
    width: 88.5%;
  }
  .item__desc {
    padding: 0;
    width: 24.2%;
  }
  .item__img {
    margin-bottom: 50px;
    width: 65.2%;
  }
  .otherColor__ttl {
    padding: 0;
    margin: 0 auto;
    width: 64.3%;
  }
  .otherColor__img {
    margin: 0 auto;
    width: 77.7%;
  }
  .item03 .otherColor__img {
    width: 60%;
  }
  .otherColor__textWrapper {
    margin: 0 auto;
    max-width: 614px;
  }
  .item03 .otherColor__textWrapper {
    max-width: 750px;
    padding-left: 80px;
  }
  .pointImg {
    margin-left: -40px;
    max-width: 105px;
  }
  .otherColor__text {
    margin-bottom: 30px;
    padding: 0;
    font-size: 17px;
  }
  /* クレジット */
  .credit {
    padding: 0;
    width: 480px;
    margin: auto;
  }
  .credit--boder {
    padding: 30px;
  }
  .credit__ttl:first-child {
    padding-bottom: 5px;
  }
  .credit__item {
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .credit__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .credit__ttl {
    font-size: 19px;
    letter-spacing: 0.05em;
  }
  .credit__ttl .tax {
    font-size: 12px;
  }
  .credit__ttl.credit__price {
    margin-left: 10px;
  }
  .point {
    width: 100%;
    padding: 0;
  }
  .size__lists {
    width: 153px;
  }
  .size__item .size-link {
    font-size: 18px;
    height: 35px;
    width: 48px;
  }
  .size__item:not(:last-child) {
    margin-right: 5px;
  }
  .size__item .size-link.col-1 {
    width: 153px;
  }
  /* ボタン  */
  button {
    font-size: 16px;
    height: 50px;
    margin-bottom: 30px;
  }
  .all-item__linkWrapper {
    padding: 100px 4vw 0px;
    /*padding: 100px 4vw 100px;*/
  }
  /* 特集掲載アイテムリンク */
  .all-item__link {
    padding: 22px 20px;
    position: relative;
    display: block;
    max-width: 570px;
    margin: auto;
    /*margin-inline: auto;*/
    text-align: center;
    font-size: 17px;
  }
  .all-item__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15%;
    /*right: 6.66vw;*/
    width: 80px;
    height: 1px;
    background-color: #969696;
  }
.all-item__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15%;
    /*right: 6.66vw;*/
    width: 15px;
    height: 15px;
    border-right: 1px solid #969696;
    -webkit-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
    -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
}
  .collaborator__list {
    font-size: 12px;
    padding-bottom: 120px;
  }
  .stylist__wrapper {
    width: 72.7272727273%;
    max-width: 750px;
    margin-top: 120px;
  }
  .stylist__img {
    width: 43.75%;
  }
  .stylist__txt {
    padding: 0 16px;
  }
  .lower__banner {
    max-width: 664px;
  }
  /* フッター */
  .footer__upper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .footer__upper .link__lists {
    max-width: 830px;
    margin: auto;
    /*margin-inline: auto;*/
  }
  .footer__upper .link__item {
    height: 80px;
  }
  .footer__upper .link__item .link__btn {
    font-size: 16px;
  }
  .footer__upper .link__item .link__btn span {
    font-size: 10px;
  }
  .footer__upper .link__item .link__btn img {
    width: 16px;
  }
  /* .footer__lower */
  .footer__lower {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .footer__lower .footer__logo {
    max-width: 190px;
    margin-bottom: 60px;
  }
  .sns__lists {
    width: 90px;
    margin-bottom: 60px;
  }
  .footer-nav__lists {
    margin-bottom: 60px;
  }
  .footer-nav__lists .footer-nav__link {
    font-size: 11px;
  }
  .footer-nav__lists .footer-nav__item:not(:last-child) {
    margin-right: 60px;
  }
  .onward__logo {
    max-width: 160px;
    margin-bottom: 30px;
  }
  .footer__bottom {
    padding: 35px 0 20px;
    background-color: #fff;
  }
  .instaImg {
    width: 80px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 850px) {
  .datingContent .pcFlexWrapper3,
.lavender .pcFlexWrapper2,
.pcFlexWrapper1 {
    position: relative;
    top: -8.1818181818vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .datingContent .pcFlexWrapper3.topReset,
.lavender .pcFlexWrapper2.topReset,
.pcFlexWrapper1.topReset {
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .stylist__txt {
    font-size: 10px;
  }
  .stylist__txt .name {
    font-size: 12px;
  }
  .stylist__txt .cameraImg img {
    width: 16px;
  }
}
.pc-banner,
.sp-banner {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pc-banner.active {
  opacity: 1;
}

.sp-banner.active {
  opacity: 1;
}  

/* add */
@media only screen and (min-width: 768px) {
.credit__heading {
  width: 65%;
}
.credit__ttl {
  width: 60%;
}
.credit__ttl.credit__price {
  margin-left: 0;
  text-align: right;
  width: 40%;
}
.accordion__box .credit__ttl {
  font-size: 16px;
}
    }

/* STAFF Credit */
.staff-credit__Wrapper {
    padding: 20vw 4vw;
}
.staff-credit__text {
    font-size: 3.4666666667vw;
    line-height: 1.7307692308;
    text-align: center;
}

@media only screen and (min-width: 767px) {
.staff-credit__Wrapper {
    padding: 100px 4vw 100px;
}  
.staff-credit__text {
    font-size: 16px;
    text-align: center;
}
}