@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;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

.pt-200 {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  .pt-200 {
    padding-top: 200px;
  }
}

.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;
  }
}

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 #969696;
  color: #969696;
  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: 6.6666666667vw;
}

.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% - 10vw) / 2);
  /*width: calc((100% - 4vw) / 2);*/
}

.nav__item:not(:last-child) {
  margin-right: 4vw;
}

.recommrndVoice__content {
  padding: 0 0 7.3333333333vw;
}

.recommrndVoice__text {
  font-size: 3.4666666667vw;
  line-height: 1.7307692308;
  text-align: center;
}
.recommrndVoice__text span {
  font-size: 4.1333333333vw;
  position: relative;
}
.recommrndVoice__text span::after {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  /*width: calc(100% + 1.3333333333vw);*/
  height: 10px;
  left: 3vw;
  /*left: -1.3333333333vw;*/
  bottom: -5px;
  background: url(../img/sp/underLine.svg) no-repeat center/cover;
}

.pickUpContent {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  .pickUpContent {
    padding-top: 60px;
  }
}

.pickUpContent__ttl {
  padding: 0 6.6666666667vw 5.3333333333vw;
}

.section__ttl {
  padding: 13.3333333333vw 0 6.6666666667vw;
}

.mainImg--right {
  margin-left: 6.6666666667vw;
}

.mainImg--left {
  margin-right: 6.6666666667vw;
}

.tapered__head {
  padding: 0 9.3333333333vw;
}

.tapered__headTtl {
  margin: 0 auto 6.6666666667vw;
  width: 60vw;
  /*width: 64.5333333333vw;*/
}
#wide .tapered__headTtl {
  margin: 0 auto 6.6666666667vw;
  width: 40vw;
  /*width: 64.5333333333vw;*/
}

.workContent__inner {
  margin-left: auto;
  margin-right: 0;
  width: 85.3333333333%;
}

.workContent__text {
  position: relative;
  z-index: 1;
  margin-left: -5.3333333333vw;
  margin-bottom: -3.3333333333vw;
  width: 59.375%;
}

.datingContent__inner {
  width: 85.3333333333%;
}

.datingContent__text {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: -10.6666666667vw;
  margin-bottom: -3.3333333333vw;
  width: 59.375%;
}

.section__ttlWrapper {
  margin: 0 auto;
  width: 35.3333333333vw;
}

/* クレジットのレイアウト */
.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: #b59864;
}

.taperde01 .credit > .credit__item .size-link {
  background-color:rgba(172,44,114,0.8);
  /*background-color: #ac2b72;*/
  color: #fff;
}

.taperde01 .size__item .size-link {
  color: #ac2b72;
  background-color: #fff;
  border: 1px solid #ac2b72;
}

.taperde02 .credit > .credit__item .size-link {
  background-color:rgba(160,65,137,0.8);
  /*background-color: #a04189;*/
  color: #fff;
}

.taperde02 .size__item .size-link {
  color: #964887;
  /*color: #a04189;*/
  background-color: #fff;
  border: 1px solid #964887;
  /*border: 1px solid #a04189;*/
}

.taperde03 .credit > .credit__item .size-link {
  background-color: rgba(181,152,100,0.8);
  /*background-color: #b59864;*/
  color: #fff;
}

.taperde03 .size__item .size-link {
  color: #b59864;
  background-color: #fff;
  border: 1px solid #b59864;
}

.taperde04 .credit > .credit__item .size-link {
  background-color:rgba(213,194,85,0.8);
  /*background-color: #d5c255;*/
  color: #fff;
}

.taperde04 .size__item .size-link {
  color: #d5c255;
  background-color: #fff;
  border: 1px solid #d5c255;
}

.wide01 .credit > .credit__item .size-link {
  background-color:rgba(159,108,176,0.8);
  /*background-color: #9f6cb0;*/
  color: #fff;
}

.wide01 .size__item .size-link {
  color: #9f6cb0;
  background-color: #fff;
  border: 1px solid #9f6cb0;
}

.wide02 .credit > .credit__item .size-link {
  background-color:rgba(171,0,96,0.8);
  /*background-color: #ab0060;*/
  color: #fff;
}

.wide02 .size__item .size-link {
  color: #ab0060;
  background-color: #fff;
  border: 1px solid #ab0060;
}

.size__item .col-1 {
  width: 100%;
}

.size__item:not(:last-child) {
  margin-right: 10px;
}

/* 掲載アイテム一覧リンク */
.all-item__linkWrapper {
  padding: 20vw 4vw;
  /*padding: 20vw 4vw 0;*/
}

.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;
}

.try button {
  font-size: 2.4vw;
}

/* トライコンテンツ */
.try__inner {
  margin-top: 13.3333333333vw;
  padding: 7.3333333333vw 2.6666666667vw 7.3333333333vw;
  background-color: rgba(244, 237, 223, 0.55);
}

.try__ttl {
  width: 62.6666666667vw;
  margin: 0 auto 6.6vw;
}

.try__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.try__item {
  width: 49%;
}

.try__item01 {
  margin-right: 10px;
}

.imgWidth {
  width: 109%;
  margin-left: -2vw;
}

.try .credit {
  margin-top: 5.33vw;
  width: 96%;
  padding: 0;
}

.try .credit__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.try .credit__heading {
  padding-bottom: 15px;
}

.try .size__lists {
  width: 100%;
}

.try .try__item02 .credit {
  margin-left: auto;
  margin-right: 0;
}

/* フッター */
.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;
  opacity: 1;
}

.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: 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 {
    left: 30px;
    z-index: 3;
  }
  .logo {
    width: 160px;
  }
  .mv {
    position: relative;
    z-index: 1;
  }
  .mv__text {
    position: absolute;
    left: inherit;
    right: 10px;
    top: 20vw;
    /*top: 60px;*/
    width: 59.72vw;
    z-index: 2;
    padding: 0;
  }
  .nav__item {
    width: 100%;
    max-width: 230px;
    /*max-width: 200px;*/
  }
  .accordion__box {
    display: block;
    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__textImg {
    width: 297px;
    left: 125px;
  }
  .recommrndVoice__text {
    font-size: 18px;
    text-align: center;
  }
  .recommrndVoice__text span {
    font-size: 20px;
  }
  .recommrndVoice__text span::after {
    left: 1.1vw;
    width: 90%;
    /*left: 0;
    width: 100%;*/
  }
  .pickUpContent {
    margin: 0 auto;
    max-width: 700px;
    /*max-width: 652px;*/
  }
  .pickUpContent__ttl {
    padding-left: 30px;
    /*padding-left: 20px;*/
    padding-bottom: 40px;
    max-width: 520px;
  }
  .tapered__head {
    margin: 0 auto;
    max-width: 500px;
    /*max-width: 425px;*/
  }
  .tapered__headTtl {
    width: 90%;
    margin: 0 auto;
    /*width: auto;
    margin: 0;*/
  }
  #wide .tapered__headTtl {
    width: 90%;
    margin: 0 auto;
    /*width: auto;
    margin: 0;*/
  }
  .pcFlexWrapper {
    padding-top: 100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
  }
  .pcFlexWrapper--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mainImg {
    width: 48%;
  }
  .contentTextWrapper {
    margin-left: min(6.8vw, 90px);
  }
  .pcFlexWrapper--reverse .contentTextWrapper {
    margin-right: min(6.8vw, 90px);
    margin-left: 20px;
  }
  .pink .contentTextWrapper {
    margin-left: min(9.0909090909vw, 100px);
  }
  .section__ttlWrapper {
    padding-top: 20px;
    width: 144px;
  }
  .section__ttlWrapper--ml42 {
    margin-left: -42px;
  }
  .section__ttlWrapper--ml8 {
    margin-left: -8px;
  }
  .section__ttl {
    padding: 0;
    font-size: min(2.9090909091vw, 32px);
  }
  .section__ttlStrong {
    font-size: min(4.0909090909vw, 45px);
    letter-spacing: -0.1em;
  }
  .de {
    font-size: min(3.4545454545vw, 38px);
  }
  .section__ttlLower {
    font-size: min(3.7272727273vw, 41px);
  }
  .section__ttl--bg {
    height: 294px;
    width: 100vw;
    margin: 0 calc(0% - 50vw);
  }
  .mainContentDesc {
    padding: 50px 0 50px 10px;
    font-size: min(2.7272727273vw, 30px);
    line-height: 1.5;
  }
  .workContent .pcFlexWrapper,
.datingContent .pcFlexWrapper {
    max-width: 975px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .workContent__inner,
.datingContent__inner {
    margin: 0;
    width: 46.1538461538%;
  }
  .subContentTextWrapper {
    width: 300px;
    margin: 0 auto;
  }
  .workContent__text {
    margin-bottom: 0;
  }
  .subContentText {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .workContent .pcFlexWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .workContent .workContent__inner {
    margin-left: 65px;
  }
  .workContent .workContent__text {
    padding: 40px 0 80px;
    width: 300px;
    margin-left: -15px;
  }
  .datingContent .pcFlexWrapper3,
.lavender .pcFlexWrapper2,
.pcFlexWrapper1 {
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .datingContent .pcFlexWrapper3.topReset,
.lavender .pcFlexWrapper2.topReset,
.pcFlexWrapper1.topReset {
    top: 0;
  }
  .try .accordion__box {
    display: none;
    padding-top: 30px;
  }
  .try button {
    font-size: 14px;
  }
  .try .size__item .size-link {
    font-size: 12px;
  }
  .try__ttl {
    margin-bottom: 35px;
    width: 48.9%;
    max-width: 333px;
  }
  .taperedTry__ttl {
  margin-bottom: 50px;
  }
  .try__lists {
  justify-content: center;
  }
  .try__item {
    max-width: 350px;
    margin: 0 20px;
    /*max-width: 400px;
    margin: 0 auto;*/
  }
  .try .credit {
    margin-top: 0;
  }
  .try .credit__heading {
    padding-bottom: 0;
  }
  .try .credit__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .try .try__item02 .credit {
    margin-left: auto;
    margin-right: auto;
  }
  .try .credit__ttl {
    white-space: nowrap;
    letter-spacing: normal;
  }
  .try .size__lists {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .try .size__item {
    width: auto;
  }
  .try__heading {
    padding-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.7;
    text-align: center;
  }
  .datingContent.pt-100 {
    padding-top: 0;
  }
  .datingContent .datingContent__inner {
    margin-right: 65px;
  }
  .datingContent .datingContent__text {
    margin: 0;
    width: 334px;
    margin-top: 190px;
    margin-bottom: 80px;
    margin-left: -34px;
  }
  .lavender .pcFlexWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lavender .lavenderWork {
    padding-top: 0;
  }
  .lavender .contentTextWrapper {
    margin-right: 55px;
    margin-left: 0;
  }
  .lavender .section__ttl--bg {
    margin: 0 calc(113% - 50vw);
  }
  .lavender .datingContent.pt-100 {
    padding-top: 100px;
  }
  .lavender .datingContent .pcFlexWrapper {
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lavender .subContentTextWrapper {
    width: 458px;
  }
  .lavender .partyContent__text {
    padding: 35px 0 80px;
  }
  .lavender .workContent .subContentTextWrapper {
    padding-top: 160px;
    max-width: 300px;
  }
  .subContentTextWrapper {
    width: 400px;
  }
  .pink__dating .subContentTextWrapper {
    padding-top: 200px;
  }
  .pink__dating .workContent__text {
    padding-bottom: 90px;
    margin-left: 0;
    width: 340px;
  }
  /* クレジット */
  .credit {
    padding: 0;
    width: 300px;
    margin: auto;
  }
  .credit--boder {
    padding: 30px;
  }
  .credit__ttl:first-child {
    padding-bottom: 5px;
  }
  .credit__item {
    margin-bottom: 15px;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .credit__ttl {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .color__content .credit__ttl {
    font-size: 16px;
    white-space: nowrap;
  }
  .point {
    width: 100%;
    padding: 0;
  }
  .size__lists {
    width: 125px;
  }
  .size__item .size-link {
    font-size: 14px;
    height: 30px;
    width: 38px;
  }
  .size__item:not(:last-child) {
    margin-right: 5px;
  }
  .size__item .size-link.col-1 {
    width: 125px;
  }
  /* ボタン  */
  button {
    font-size: 14px;
    height: 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: 6.66vw;
    width: 80px;
    height: 1px;
    background-color: #969696;
  }
  .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;
}

/* SPメディアクエリ */
@media only screen and (max-width: 767px) {
.pickUpContent__img {
    padding: 0 3vw;
}  
}

/* 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;
}
}*/

/*# sourceMappingURL=style.css.map */