@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800;900&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* mixinの定義 */
/* 必要箇所でmixinの呼び出し */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body.is-noScroll {
  overflow-y: hidden;
}

html {
  font-size: 62.5%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #019ef7;
}
a:hover {
  color: #015d91;
  text-decoration: underline;
}
a img {
  transition: 0.2s all ease;
}
a img:hover {
  opacity: 1;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333;
  font-weight: 700;
  line-height: inherit;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  max-width: 100%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th,
td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #eaeaea !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #eaeaea !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eaeaea !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #eaeaea !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #eaeaea !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #eaeaea !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #eaeaea !important;
}

sup {
  color: red;
  font-size: 1.3rem;
}

.l-header {
  width: 100%;
  background: linear-gradient(to right, #e6b1f3 0%, #e0c46a 70%, #aad28d 100%);
}
.l-header .l-header__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-header .l-header__headline {
    font-size: 1rem;
  }
}
.l-header .l-header__headline h1 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}

.l-main {
  background-size: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-main {
    background-size: cover;
  }
}

.l-content {
  padding: 0 1.6rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-content {
    width: 768px;
    margin: auto;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .l-content {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-content--twitter {
    width: 600px;
    margin: auto;
  }
}

.l-aside {
  padding: 4rem 0;
}

.asideTwitter {
  padding: 4rem 0 0;
  background: #FFE0D9;
}

/* ============
* .l-footer
============== */
.l-footer {
  position: relative;
  z-index: 0;
  padding: 2.3rem 0 3.5rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding: 4rem 0;
  }
}

.l-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.3rem;
  height: 5.5rem;
  margin: 0rem auto 3.5rem;
  border-radius: 5rem;
  border: 0.2rem solid #333;
  color: #333;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-footer__btn {
    margin: 0 auto 5rem;
    width: 49.2rem;
    height: 6.7rem;
  }
}
.l-footer__btn:hover {
  background: #FF6BD9;
  color: #fff;
  border: 0.2rem solid #fff;
}

.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 992px) {
  .l-footer__copy {
    padding: 1rem 0;
  }
}
.l-footer__copy a {
  color: inherit;
}

.mensesthe .l-footer__btn:hover {
  background: #29BDFF;
}

/* ==============
// button
================= */
.c-btn {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 52px;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  transition: all 250ms ease;
  filter: saturate(120%);
}
@media screen and (min-width: 992px) {
  .c-btn {
    height: 52px;
    font-size: 1.8rem;
  }
}
.c-btn:hover, .c-btn:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.c-btn:hover:hover, .c-btn:hover:focus, .c-btn:focus:hover, .c-btn:focus:focus {
  text-decoration: none;
}
.c-btn:hover:before, .c-btn:focus:before {
  opacity: 1;
}

.c-btn-outline {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  border-radius: 50px;
}
.c-btn-outline:hover, .c-btn-outline:focus {
  color: #fff;
}
.c-btn-outline:before {
  content: none;
}

/* ==============
// breadcrumbs
================= */
.l-breadCrumbs {
  display: flex;
  margin-left: 20px;
  margin-right: auto;
}
.l-breadCrumbs .list {
  padding: 5px 0;
  font-size: 0;
}
.l-breadCrumbs .item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
  vertical-align: middle;
}
.l-breadCrumbs .item::before {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 12px;
  color: #FFF;
}
.l-breadCrumbs .item:last-child::before {
  content: none;
}
.l-breadCrumbs a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.l-breadCrumbs .anchor {
  display: block;
  padding: 5px 10px 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.l-breadCrumbs .anchor[href] {
  font-weight: normal;
  color: #FFF;
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
/* ==============
// utility
================= */
.u-xs3-hidden {
  display: none;
}
@media screen and (min-width: 361px) {
  .u-xs3-hidden {
    display: block;
  }
}

.u-xs2-hidden {
  display: none;
}
@media screen and (min-width: 376px) {
  .u-xs2-hidden {
    display: block;
  }
}

.u-xs-hidden {
  display: none;
}
@media screen and (min-width: 415px) {
  .u-xs-hidden {
    display: block;
  }
}

.u-sm-hidden {
  display: none;
}
@media screen and (min-width: 577px) {
  .u-sm-hidden {
    display: block;
  }
}

.u-md-hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-md-hidden {
    display: block;
  }
}

.u-lg-hidden {
  display: none;
}
@media screen and (min-width: 993px) {
  .u-lg-hidden {
    display: block;
  }
}

.u-xl-hidden {
  display: none;
}
@media screen and (min-width: 1) {
  .u-xl-hidden {
    display: block;
  }
}

.u-xs3-visible {
  display: block;
}
@media screen and (min-width: 361px) {
  .u-xs3-visible {
    display: none;
  }
}

.u-xs2-visible {
  display: block;
}
@media screen and (min-width: 376px) {
  .u-xs2-visible {
    display: none;
  }
}

.u-xs-visible {
  display: block;
}
@media screen and (min-width: 415px) {
  .u-xs-visible {
    display: none;
  }
}

.u-sm-visible {
  display: block;
}
@media screen and (min-width: 577px) {
  .u-sm-visible {
    display: none;
  }
}

.u-md-visible {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-md-visible {
    display: none;
  }
}

.u-lg-visible {
  display: block;
}
@media screen and (min-width: 993px) {
  .u-lg-visible {
    display: none;
  }
}

.u-xl-visible {
  display: block;
}
@media screen and (min-width: 993px) {
  .u-xl-visible {
    display: none;
  }
}

.u-m5 {
  margin: 5px;
}

.u-m6 {
  margin: 6px;
}

.u-m7 {
  margin: 7px;
}

.u-m8 {
  margin: 8px;
}

.u-m9 {
  margin: 9px;
}

.u-m10 {
  margin: 10px;
}

.u-m11 {
  margin: 11px;
}

.u-m12 {
  margin: 12px;
}

.u-m13 {
  margin: 13px;
}

.u-m14 {
  margin: 14px;
}

.u-m15 {
  margin: 15px;
}

.u-m16 {
  margin: 16px;
}

.u-m17 {
  margin: 17px;
}

.u-m18 {
  margin: 18px;
}

.u-m19 {
  margin: 19px;
}

.u-m20 {
  margin: 20px;
}

.u-m21 {
  margin: 21px;
}

.u-m22 {
  margin: 22px;
}

.u-m23 {
  margin: 23px;
}

.u-m24 {
  margin: 24px;
}

.u-m25 {
  margin: 25px;
}

.u-m26 {
  margin: 26px;
}

.u-m27 {
  margin: 27px;
}

.u-m28 {
  margin: 28px;
}

.u-m29 {
  margin: 29px;
}

.u-m30 {
  margin: 30px;
}

.u-m31 {
  margin: 31px;
}

.u-m32 {
  margin: 32px;
}

.u-m33 {
  margin: 33px;
}

.u-m34 {
  margin: 34px;
}

.u-m35 {
  margin: 35px;
}

.u-m36 {
  margin: 36px;
}

.u-m37 {
  margin: 37px;
}

.u-m38 {
  margin: 38px;
}

.u-m39 {
  margin: 39px;
}

.u-m40 {
  margin: 40px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt6 {
  margin-top: 6px;
}

.u-mt7 {
  margin-top: 7px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt9 {
  margin-top: 9px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt11 {
  margin-top: 11px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt13 {
  margin-top: 13px;
}

.u-mt14 {
  margin-top: 14px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt17 {
  margin-top: 17px;
}

.u-mt18 {
  margin-top: 18px;
}

.u-mt19 {
  margin-top: 19px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt21 {
  margin-top: 21px;
}

.u-mt22 {
  margin-top: 22px;
}

.u-mt23 {
  margin-top: 23px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt26 {
  margin-top: 26px;
}

.u-mt27 {
  margin-top: 27px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt29 {
  margin-top: 29px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt31 {
  margin-top: 31px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt33 {
  margin-top: 33px;
}

.u-mt34 {
  margin-top: 34px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt37 {
  margin-top: 37px;
}

.u-mt38 {
  margin-top: 38px;
}

.u-mt39 {
  margin-top: 39px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr6 {
  margin-right: 6px;
}

.u-mr7 {
  margin-right: 7px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr9 {
  margin-right: 9px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr11 {
  margin-right: 11px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr13 {
  margin-right: 13px;
}

.u-mr14 {
  margin-right: 14px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr17 {
  margin-right: 17px;
}

.u-mr18 {
  margin-right: 18px;
}

.u-mr19 {
  margin-right: 19px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr21 {
  margin-right: 21px;
}

.u-mr22 {
  margin-right: 22px;
}

.u-mr23 {
  margin-right: 23px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr26 {
  margin-right: 26px;
}

.u-mr27 {
  margin-right: 27px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr29 {
  margin-right: 29px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr31 {
  margin-right: 31px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr33 {
  margin-right: 33px;
}

.u-mr34 {
  margin-right: 34px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr37 {
  margin-right: 37px;
}

.u-mr38 {
  margin-right: 38px;
}

.u-mr39 {
  margin-right: 39px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb7 {
  margin-bottom: 7px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb9 {
  margin-bottom: 9px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb11 {
  margin-bottom: 11px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb13 {
  margin-bottom: 13px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb17 {
  margin-bottom: 17px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb19 {
  margin-bottom: 19px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb21 {
  margin-bottom: 21px;
}

.u-mb22 {
  margin-bottom: 22px;
}

.u-mb23 {
  margin-bottom: 23px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb26 {
  margin-bottom: 26px;
}

.u-mb27 {
  margin-bottom: 27px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb29 {
  margin-bottom: 29px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb31 {
  margin-bottom: 31px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb33 {
  margin-bottom: 33px;
}

.u-mb34 {
  margin-bottom: 34px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb37 {
  margin-bottom: 37px;
}

.u-mb38 {
  margin-bottom: 38px;
}

.u-mb39 {
  margin-bottom: 39px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml6 {
  margin-left: 6px;
}

.u-ml7 {
  margin-left: 7px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml9 {
  margin-left: 9px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml11 {
  margin-left: 11px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml13 {
  margin-left: 13px;
}

.u-ml14 {
  margin-left: 14px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml17 {
  margin-left: 17px;
}

.u-ml18 {
  margin-left: 18px;
}

.u-ml19 {
  margin-left: 19px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml21 {
  margin-left: 21px;
}

.u-ml22 {
  margin-left: 22px;
}

.u-ml23 {
  margin-left: 23px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml26 {
  margin-left: 26px;
}

.u-ml27 {
  margin-left: 27px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml29 {
  margin-left: 29px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml31 {
  margin-left: 31px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml33 {
  margin-left: 33px;
}

.u-ml34 {
  margin-left: 34px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml37 {
  margin-left: 37px;
}

.u-ml38 {
  margin-left: 38px;
}

.u-ml39 {
  margin-left: 39px;
}

.u-ml40 {
  margin-left: 40px;
}

html {
  scroll-behavior: smooth;
}

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

.pc-display {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-display {
    display: block !important;
  }
}

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

.pc-display_flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-display_flex {
    display: flex !important;
  }
}

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

.pc-display_inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-display_inline {
    display: inline !important;
  }
}

/**/
.sp-display_sm {
  display: block !important;
}
@media screen and (min-width: 576px) {
  .sp-display_sm {
    display: none !important;
  }
}

.pc-display_sm {
  display: none !important;
}
@media screen and (min-width: 576px) {
  .pc-display_sm {
    display: block !important;
  }
}

.hero {
  background-image: url("../img/common_hero_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 4rem 0 3.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 414px) {
  .hero {
    background: url("../img/common_hero_bg.png") no-repeat center;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    min-height: 93rem;
    max-height: 108rem;
    padding-top: 5.2rem;
    padding-bottom: 1.7rem;
  }
}
.hero .hero_content {
  overflow: hidden;
  position: relative;
}
.hero .hero_img {
  width: 32rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 576px) {
  .hero .hero_img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero_img {
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero_img {
    width: 71rem;
  }
}
.hero .hero_date {
  position: relative;
  display: block;
  width: 22.3rem;
  margin: 0.6rem auto 1rem;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .hero .hero_date {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero_date {
    margin: 0.5rem auto 1rem;
    width: 40.7rem;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero_date {
    display: block;
    width: 59rem;
    margin: 0.8rem auto 1rem;
  }
}
.hero .hero_text .heroIntro {
  position: relative;
  z-index: 3;
  background-size: cover;
  max-width: 33rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .hero .hero_text .heroIntro {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 72.8rem;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero_text .heroIntro {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero_text .heroIntro {
    max-width: 104rem;
    width: 100%;
  }
}
.hero .hero_photoRight {
  position: absolute;
  bottom: -5.1rem;
  right: -2.4rem;
  z-index: 10;
  width: 18rem;
}
@media screen and (min-width: 576px) {
  .hero .hero_photoRight {
    bottom: auto;
    top: 1rem;
    right: -12rem;
    max-height: 640px;
    height: 97%;
    z-index: auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero_photoRight {
    top: 1rem;
    right: -12rem;
    max-height: 640px;
    height: 97%;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero_photoRight {
    max-width: 43rem;
    max-height: 92.5rem;
    top: 5rem;
    right: -13rem;
    height: auto;
  }
}
@media screen and (min-width: 1366px) {
  .hero .hero_photoRight {
    max-width: 43rem;
    max-height: 92.5rem;
    right: -5rem;
  }
}
@media screen and (min-width: 1600px) {
  .hero .hero_photoRight {
    right: 5rem;
  }
}
.hero .hero_photoRight img {
  max-height: 100%;
}
.hero .hero_photoLeft {
  position: absolute;
  z-index: 10;
  left: -2.5rem;
  bottom: -2.2rem;
  width: 8rem;
}
@media screen and (min-width: 576px) {
  .hero .hero_photoLeft {
    bottom: auto;
    top: 3.4rem;
    left: -8.4rem;
    max-height: 600px;
    height: 91%;
    width: auto;
    z-index: auto;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero_photoLeft {
    top: 3.4rem;
    left: -8.4rem;
    max-height: 600px;
    height: 91%;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero_photoLeft {
    top: 7.4rem;
    max-width: 47rem;
    max-height: 87.7rem;
    left: -15.4rem;
    height: auto;
  }
}
@media screen and (min-width: 1366px) {
  .hero .hero_photoLeft {
    max-width: 47rem;
    max-height: 87.7rem;
    left: -7.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .hero .hero_photoLeft {
    left: 3.6rem;
  }
}
.hero .hero_photoLeft img {
  max-height: 100%;
}

/*===================================
ローダー
===================================*/
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*===================================
スライダー
===================================*/
.sliderAuto__container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sliderAuto__container .sliderAuto__img-scroll {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sliderAuto__container .sliderAuto__img-scroll img {
  height: 12.4rem;
}
@media screen and (min-width: 768px) {
  .sliderAuto__container .sliderAuto__img-scroll img {
    height: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .sliderAuto__container .sliderAuto__img-scroll img {
    height: 31.5rem;
  }
}
.sliderAuto__container .sliderAuto__content__inner {
  background-color: #FFE8F9;
  padding: 0.7rem 0;
}
@media screen and (min-width: 992px) {
  .sliderAuto__container .sliderAuto__content__inner {
    padding: 1rem 0;
  }
}

.sliderAuto__wrap {
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: min-content;
  padding: 0.7rem 0 0.7rem;
  background-color: #FFB7EE;
  display: flex;
}
@media screen and (min-width: 992px) {
  .sliderAuto__wrap {
    padding: 2rem 0 2rem;
  }
}
.sliderAuto__wrap .sliderAuto {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}
.sliderAuto__wrap .sliderAuto__item {
  position: relative;
  width: 7.8rem;
  height: 7.8rem;
  margin: 0 0.35rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sliderAuto__wrap .sliderAuto__item {
    width: 14.6rem;
    height: 14.6rem;
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sliderAuto__wrap .sliderAuto__item {
    width: 20.2rem;
    height: 20.2rem;
    margin: 0 0.5rem;
    border-radius: 1.2rem;
  }
}
.sliderAuto__wrap .sliderAuto__item img {
  position: absolute;
  font-size: 3em;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-100%);
  }
}

/*メンエス版調整*/
.mensesthe .sliderAuto__container .sliderAuto__content__inner {
  background-color: #E3FCFF;
}
.mensesthe .sliderAuto__container .sliderAuto__content__inner .sliderAuto__wrap {
  background-color: #A7E3FD;
}

.c-event-none {
  pointer-events: none;
}

.c-sec {
  padding: 4.5rem 0;
}
@media screen and (min-width: 1440px) {
  .c-sec {
    padding: 5.5rem 0 7.5rem;
  }
}

.c-sec__title {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-sec__title {
    font-size: 2rem;
  }
}
.c-sec__title.c-sec__title--new {
  color: #333;
}
.c-sec__title.c-sec__title--movie {
  color: #fff;
}
.c-sec__title img {
  display: block;
}
.c-sec__title .title-sup {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .c-sec__title .title-sup {
    width: 7vw;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-sec__title .title {
    width: 10vw;
    margin-bottom: 2rem;
  }
}

.c-bg-gray {
  background: #f5f2eb;
}

.c-bg-accent--1 {
  background: #FF6BD9;
}

.c-bg-accent--2 {
  background: #FFE0D9;
}

.c-bg-thema {
  background: #f2f9ff;
}

.c-aside {
  padding: 4rem 0;
}
@media screen and (min-width: 992px) {
  .c-aside {
    padding: 7rem 0;
  }
}

.c-hero {
  margin: 6rem 0 0;
}
@media screen and (min-width: 992px) {
  .c-hero {
    margin: 0;
  }
}
.c-hero.c-hero--lower {
  height: 300px;
}
.c-hero .c-hero__title {
  font-weight: 700;
  color: #fff;
}

.c-table-caption {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .c-table-caption {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.c-sns-link {
  position: relative;
  color: #fff;
  background: #FFE0D9;
}
.c-sns-link:hover {
  background: #fff5f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.c-sns-link svg {
  display: block;
  fill: #fff;
}
.c-sns-link svg.fb {
  width: 10px;
  height: 19px;
}
.c-sns-link svg.tw {
  width: 18px;
  height: 15px;
}

.c-anchor {
  position: relative;
  top: 0;
}
@media screen and (min-width: 992px) {
  .c-anchor {
    top: 0;
  }
}

.c-pagetop {
  margin: 2rem auto 0;
}
.c-pagetop a {
  display: block;
  padding: 1rem;
  color: #019ef7;
  font-size: 1.1rem;
  text-align: center;
}

.c-error-box {
  margin: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 1.4rem;
}
@media screen and (min-width: 992px) {
  .c-error-box {
    padding: 4rem;
    width: 500px;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding: 2.1rem 1rem 1.9rem;
  background: #FDF7FB;
  border-radius: 1rem;
  color: #333;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
}
.acd-label::before {
  width: 0.5rem;
  height: 1.8rem;
  top: 1.9rem;
  right: 2.6rem;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 1rem;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 0;
  visibility: visible;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 0 0 1rem 1rem;
  margin-top: -1rem;
  padding-top: 1rem;
}

.acd-check:checked + .acd-label {
  margin-bottom: 0;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background-color: #FF6BD9;
  color: #fff;
  border: solid 0.3rem #fff;
}
.acd-check:checked + .acd-label::before {
  content: none;
}

.acd__list {
  background: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
}
.acd__list li:last-child a {
  border-bottom: 0;
}
.acd__list li a {
  display: flex;
  padding: 1.6rem 1rem;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 992px) {
  .acd__list li a {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.acd__list li a span {
  padding-left: 0.5rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: ligten(#333, 10%);
}
.acd__list li a:after {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
  background: url("../img/common_area_icon_arrow.png") no-repeat center;
  background-size: 100%;
}
.acd__list li .standByLink {
  display: flex;
  padding: 1.6rem 1rem;
  color: #ccc;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 992px) {
  .acd__list li .standByLink {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.acd__list li .standByLink span {
  padding-left: 0.5rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: ligten(#333, 10%);
}
.acd__list li .standByLink:after {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
  background: url("../img/common_area_icon_arrowGray.png") no-repeat center;
  background-size: 100%;
}

/*=================================== 
共通設定
===================================*/
.sectionHead {
  text-align: center;
  margin: 0 auto 0;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sectionHead {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .sectionHead {
    padding-bottom: 5rem;
  }
}

.sectionInner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .sectionInner {
    width: 96%;
  }
}

.pink {
  color: #FE6BCC;
  font-weight: 700;
  font-size: inherit;
}

.orange {
  color: #FF8567;
  font-weight: 700;
  font-size: inherit;
}

.hero {
  background-image: url(../img/notice_main_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 576px) {
  .hero {
    background-image: url(../img/notice_main.png);
  }
}

.common__followButton {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 9.4rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .common__followButton {
    width: 22.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}

/*===================================
写メ日記/TikTak動画 タブボックス（お気に入りの女の子/女の子を探す）
===================================*/
.noticeDiary .l-content {
  padding: 0 0rem;
}
@media screen and (min-width: 992px) {
  .noticeDiary .l-content {
    padding: 0 1.6rem;
  }
}
.noticeDiary .noticeTab {
  max-width: 1000px;
  width: 100%;
}
.noticeDiary .noticeTab .c-tab-content-wrap {
  background-color: #fff;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .noticeDiary .noticeTab .c-tab-content-wrap {
    padding: 0;
  }
}
.noticeDiary .noticeTab .noticeTab-cate {
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .noticeDiary .noticeTab .noticeTab-cate {
    gap: 1rem;
  }
}
.noticeDiary .noticeTab .noticeTab-cate li {
  width: calc((100% - 0.3rem) / 2);
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #FF6BD9;
  border-left: solid 0.2rem #FF6BD9;
  border-top: solid 0.2rem #FF6BD9;
  border-right: solid 0.2rem #FF6BD9;
  height: 4.6rem;
}
@media screen and (min-width: 768px) {
  .noticeDiary .noticeTab .noticeTab-cate li {
    width: 50%;
    height: 7rem;
    border-left: solid 0.3rem #FF6BD9;
    border-top: solid 0.3rem #FF6BD9;
    border-right: solid 0.3rem #FF6BD9;
  }
}
@media screen and (min-width: 992px) {
  .noticeDiary .noticeTab .noticeTab-cate li {
    width: calc((100% - 0.1rem) / 2);
    height: 8.9rem;
  }
}
.noticeDiary .noticeTab .noticeTab-cate li label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .noticeDiary .noticeTab .noticeTab-cate li label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .noticeDiary .noticeTab .noticeTab-cate li label {
    font-size: 2.5rem;
  }
}
.noticeDiary .noticeTab .noticeTab-area__list {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
  text-align: center;
}
.noticeDiary .noticeTab .noticeTab-area__list li {
  width: calc((100% - 5rem) / 6);
}
.noticeDiary .noticeTab .noticeTab-area__list li label {
  display: block;
  width: 100%;
  padding: 1.8rem 0;
  color: #333;
  background: #F7F7F7;
  font-weight: 700;
  font-size: 1.6rem;
  color: #7B767A;
}
.noticeDiary .noticeTab .noticeTab-area__list li label:checked {
  background: #FF6BD9;
}
.noticeDiary .noticeTab .noticeDiaryTab__list {
  display: flex;
  align-items: center;
  justify-self: flex-start;
}
.noticeDiary .noticeTab .noticeTab-pref__list {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  padding: 4.8rem;
  background: #FFF7F8;
}
@media screen and (min-width: 992px) {
  .noticeDiary .noticeTab .noticeTab-pref__list {
    justify-self: auto;
    justify-content: center;
  }
}
.noticeDiary .noticeTab .noticeTab-pref__list.noticeTab-pref__list--chubu a {
  padding: 0.4rem 1.3rem 0.4rem 0rem;
}
.noticeDiary .noticeTab .noticeTab-pref__list.noticeTab-pref__list--chushikoku a {
  padding: 0.4rem 1.4rem 0.4rem 0.4rem;
}
.noticeDiary .noticeTab .noticeTab-pref__list.noticeTab-pref__list--chushikoku span {
  padding: 0.4rem 1.4rem 0.4rem 0.4rem;
  color: #959595;
}
.noticeDiary .noticeTab .noticeTab-pref__list.noticeTab-pref__list--kyushu a {
  padding: 0.4rem 1.4rem 0.4rem 0.4rem;
}
.noticeDiary .noticeTab .noticeTab-pref__list a {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.4rem 0.4rem 1.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
}
.noticeDiary .noticeTab .noticeTab-pref__list a:hover {
  color: #FF6BD9;
}
.noticeDiary .noticeTab .noticeTab-pref__list a:after {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url("../img/common_area_icon_arrow@2x.png") no-repeat center;
  background-size: 100%;
}
.noticeDiary .noticeTab .noticeTab-pref__list span {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.4rem 0.4rem 1.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
}
.noticeDiary .noticeTab .noticeTab-pref__list span:after {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url("../img/common_area_icon_arrowGray@2x.png") no-repeat center;
  background-size: 100%;
}

.c-tab-btn {
  display: none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}

.c-tab-list-wrap {
  padding: 0 1rem;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (min-width: 992px) {
  .c-tab-list-wrap {
    padding: 0;
  }
}

.noticeTab-cate {
  border-bottom: solid 0.4rem #FF6BD9;
  box-sizing: border-box;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .noticeTab-cate {
    border-bottom: solid 0.5rem #FF6BD9;
  }
}

.c-tab-list {
  cursor: pointer;
}

.tabInAreaPC1:checked ~ .c-tab-list-wrap .tabListAreaPC1,
.tabInAreaPC2:checked ~ .c-tab-list-wrap .tabListAreaPC2,
.tabInAreaPC3:checked ~ .c-tab-list-wrap .tabListAreaPC3,
.tabInAreaPC4:checked ~ .c-tab-list-wrap .tabListAreaPC4,
.tabInAreaPC5:checked ~ .c-tab-list-wrap .tabListAreaPC5,
.tabInAreaPC6:checked ~ .c-tab-list-wrap .tabListAreaPC6 {
  position: relative;
  background: #FF6BD9;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .tabInAreaPC1:checked ~ .c-tab-list-wrap .tabListAreaPC1,
  .tabInAreaPC2:checked ~ .c-tab-list-wrap .tabListAreaPC2,
  .tabInAreaPC3:checked ~ .c-tab-list-wrap .tabListAreaPC3,
  .tabInAreaPC4:checked ~ .c-tab-list-wrap .tabListAreaPC4,
  .tabInAreaPC5:checked ~ .c-tab-list-wrap .tabListAreaPC5,
  .tabInAreaPC6:checked ~ .c-tab-list-wrap .tabListAreaPC6 {
    border: 4px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .tabInAreaPC1:checked ~ .c-tab-list-wrap .tabListAreaPC1:after,
  .tabInAreaPC2:checked ~ .c-tab-list-wrap .tabListAreaPC2:after,
  .tabInAreaPC3:checked ~ .c-tab-list-wrap .tabListAreaPC3:after,
  .tabInAreaPC4:checked ~ .c-tab-list-wrap .tabListAreaPC4:after,
  .tabInAreaPC5:checked ~ .c-tab-list-wrap .tabListAreaPC5:after,
  .tabInAreaPC6:checked ~ .c-tab-list-wrap .tabListAreaPC6:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 90%;
    left: 50%;
    margin-left: -1.25rem;
    border: 1.25rem solid transparent;
    border-top: 1.25rem solid #FF6BD9;
  }
}
@media screen and (min-width: 992px) {
  .tabInAreaPC1:checked ~ .c-tab-list-wrap .tabListAreaPC1:before,
  .tabInAreaPC2:checked ~ .c-tab-list-wrap .tabListAreaPC2:before,
  .tabInAreaPC3:checked ~ .c-tab-list-wrap .tabListAreaPC3:before,
  .tabInAreaPC4:checked ~ .c-tab-list-wrap .tabListAreaPC4:before,
  .tabInAreaPC5:checked ~ .c-tab-list-wrap .tabListAreaPC5:before,
  .tabInAreaPC6:checked ~ .c-tab-list-wrap .tabListAreaPC6:before {
    z-index: 1;
    content: "";
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    margin-left: -1.25rem;
    border: 1.25rem solid transparent;
    border-top: 1.25rem solid #fff;
  }
}

.c-tab-container {
  padding: 2rem 0;
  display: none; /*初期状態を非表示に*/
}
@media screen and (min-width: 992px) {
  .c-tab-container {
    padding: 4rem 2rem 2.4rem;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  }
}

.c-tab-content {
  display: none; /*初期状態を非表示に*/
}

.tabInAreaPC1:checked ~ .c-tab-content-wrap .tabAreaCont1,
.tabInAreaPC2:checked ~ .c-tab-content-wrap .tabAreaCont2,
.tabInAreaPC3:checked ~ .c-tab-content-wrap .tabAreaCont3,
.tabInAreaPC4:checked ~ .c-tab-content-wrap .tabAreaCont4,
.tabInAreaPC5:checked ~ .c-tab-content-wrap .tabAreaCont5,
.tabInAreaPC6:checked ~ .c-tab-content-wrap .tabAreaCont6 {
  display: block; /*対応するボタンにチェックが入ったときに表示*/
}

#tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary,
#tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie {
  position: relative;
  background: #FF6BD9;
  color: #fff;
  height: 5.7rem;
}
@media screen and (min-width: 768px) {
  #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary,
  #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie {
    height: 9rem;
  }
}
@media screen and (min-width: 992px) {
  #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary,
  #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie {
    height: 10.6rem;
  }
}

#tab-list-diary .tabIcon {
  background-image: url("../img/tab_icon_photo@2x.png");
  display: inline-block;
  width: 2rem;
  height: 1.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  #tab-list-diary .tabIcon {
    width: 3.1rem;
    height: 2.7rem;
    margin-right: 1rem;
  }
}

#tab-list-movie .tabIcon {
  background-image: url("../img/tab_icon_tiktak@2x.png");
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  #tab-list-movie .tabIcon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
}

#tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary .tabIcon {
  background-image: url("../img/tab_icon_photoActive@2x.png");
}

#tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie .tabIcon {
  background-image: url("../img/tab_icon_tiktakActive@2x.png");
}

#tab-btn-diary:checked ~ .c-tab-content-wrap #tab-content-diary,
#tab-btn-movie:checked ~ .c-tab-content-wrap #tab-content-movie {
  display: block;
}

/*風俗版調整*/
.mensesthe .tabInAreaPC1:checked ~ .c-tab-list-wrap .tabListAreaPC1,
.mensesthe .tabInAreaPC2:checked ~ .c-tab-list-wrap .tabListAreaPC2,
.mensesthe .tabInAreaPC3:checked ~ .c-tab-list-wrap .tabListAreaPC3,
.mensesthe .tabInAreaPC4:checked ~ .c-tab-list-wrap .tabListAreaPC4,
.mensesthe .tabInAreaPC5:checked ~ .c-tab-list-wrap .tabListAreaPC5,
.mensesthe .tabInAreaPC6:checked ~ .c-tab-list-wrap .tabListAreaPC6 {
  background: #29BDFF;
}
@media screen and (min-width: 992px) {
  .mensesthe .tabInAreaPC1:checked ~ .c-tab-list-wrap .tabListAreaPC1:after,
  .mensesthe .tabInAreaPC2:checked ~ .c-tab-list-wrap .tabListAreaPC2:after,
  .mensesthe .tabInAreaPC3:checked ~ .c-tab-list-wrap .tabListAreaPC3:after,
  .mensesthe .tabInAreaPC4:checked ~ .c-tab-list-wrap .tabListAreaPC4:after,
  .mensesthe .tabInAreaPC5:checked ~ .c-tab-list-wrap .tabListAreaPC5:after,
  .mensesthe .tabInAreaPC6:checked ~ .c-tab-list-wrap .tabListAreaPC6:after {
    border-top: 1.25rem solid #29BDFF;
  }
}
.mensesthe #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary,
.mensesthe #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie {
  background: #29BDFF;
}
.mensesthe .noticeDiary .noticeTab .noticeTab-cate {
  border-bottom: solid 0.5rem #29BDFF;
}
.mensesthe .noticeDiary .noticeTab .noticeTab-cate li {
  color: #29BDFF;
  border-left: solid 0.2rem #29BDFF;
  border-top: solid 0.2rem #29BDFF;
  border-right: solid 0.2rem #29BDFF;
}
@media screen and (min-width: 768px) {
  .mensesthe .noticeDiary .noticeTab .noticeTab-cate li {
    border-left: solid 0.3rem #29BDFF;
    border-top: solid 0.3rem #29BDFF;
    border-right: solid 0.3rem #29BDFF;
  }
}
.mensesthe .noticeDiary .noticeTab .noticeTab-pref__list a:hover {
  color: #29BDFF;
}
.mensesthe .noticeDiary .noticeTab .noticeTab-pref__list a:after {
  background: url(../img/common_area_icon_arrowMe@2x.png) no-repeat center;
  background-size: 100%;
}
.mensesthe .noticeDiary #tab-list-diary .tabIcon {
  background-image: url(../img/tab_icon_photoMe@2x.png);
}
.mensesthe .noticeDiary #tab-list-movie .tabIcon {
  background-image: url(../img/tab_icon_tiktakMe@2x.png);
}
.mensesthe .acd-label {
  background-color: #F7F7F7;
}
.mensesthe .acd-check:checked + .acd-label {
  background-color: #29BDFF;
}
.mensesthe .acd__list li a:after {
  background: url(../img/common_area_icon_arrowMe.png) no-repeat center;
  background-size: 100%;
}
.mensesthe .noticeDiary .noticeTab .noticeTab-pref__list {
  background: #F2FDFF;
}

.favoriteGirls {
  position: relative;
  padding: 3.6rem 0 2.6rem;
  background-image: url(../img/hold_bg_favoriteFu.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .favoriteGirls {
    padding: 9rem 0 7.6rem;
  }
}
.favoriteGirls .l-content {
  padding: 0;
  position: relative;
}
.favoriteGirls .sectionHead {
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  .favoriteGirls .sectionHead {
    padding-bottom: 5rem;
  }
}
.favoriteGirls .favorite_flowerLeft {
  position: absolute;
  top: 0.6rem;
  left: -3.1rem;
  max-width: 7.4rem;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .favorite_flowerLeft {
    top: 2rem;
    left: 3rem;
    max-width: 16.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .favoriteGirls .favorite_flowerLeft {
    top: 17.2rem;
    left: 9.6rem;
  }
}
.favoriteGirls .favorite_flowerRight {
  position: absolute;
  top: 1rem;
  right: -3rem;
  max-width: 8.7rem;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .favorite_flowerRight {
    top: 1.6rem;
    right: 1rem;
    max-width: 19.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .favoriteGirls .favorite_flowerRight {
    top: 13.1rem;
    right: 10.2rem;
  }
}
.favoriteGirls .sectionHead h2 {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .sectionHead h2 {
    max-width: 416px;
  }
}
.favoriteGirls .AreaPick_heading .AreaPick_title {
  display: none;
  position: relative;
  width: 93%;
  max-width: 890px;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  margin: 3rem auto 2.7rem;
  height: 3rem;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .AreaPick_heading .AreaPick_title {
    display: flex;
    font-size: 2.4rem;
    max-width: 890px;
    margin: 5.5rem auto 3rem;
    height: 4rem;
    border-radius: 1rem;
  }
}
.favoriteGirls .AreaPick_heading .AreaPick_title:before {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background-color: #333;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .AreaPick_heading .AreaPick_title:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.favoriteGirls .AreaPick_heading .AreaPick_textBox {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 auto 3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .AreaPick_heading .AreaPick_textBox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-align: left;
    margin: 0 auto 5rem;
  }
}
.favoriteGirls .AreaPick_heading .AreaPick_textBox picture {
  display: block;
  margin: 0 auto 0.8rem;
  max-width: 29.3rem;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .AreaPick_heading .AreaPick_textBox picture {
    margin: 0 0.5rem 0 0;
  }
}
.favoriteGirls .AreaPickUp__content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
  background: #fff;
  border-top: 0;
  border-radius: 0 0 2rem 2rem;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .favoriteGirls .AreaPickUp__content {
    padding: 0 5.5rem 2.4rem;
  }
}
.favoriteGirls .AreaPickUp__content:after {
  content: "";
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 414px) {
  .favoriteGirls .AreaPickUp__content:after {
    width: calc((100% - 4rem) / 3);
  }
}
.favoriteGirls .AreaPick_body .AreaPick_pref {
  display: none;
}

.tabBtn_areaIn1:checked ~ .AreaPickUp .AP_title1 {
  display: flex;
}
.tabBtn_areaIn1:checked ~ .AreaPickUp .AP_pref1 {
  display: block;
}
.tabBtn_areaIn1:checked ~ .holdTab_bottom .tabArea1 {
  color: #fff;
  background-color: #FF6BD9;
}

.tabBtn_areaIn2:checked ~ .AreaPickUp .AP_title2 {
  display: flex;
}
.tabBtn_areaIn2:checked ~ .AreaPickUp .AP_pref2 {
  display: block;
}
.tabBtn_areaIn2:checked ~ .holdTab_bottom .tabArea2 {
  color: #fff;
  background-color: #FF6BD9;
}

.tabBtn_areaIn3:checked ~ .AreaPickUp .AP_title3 {
  display: flex;
}
.tabBtn_areaIn3:checked ~ .AreaPickUp .AP_pref3 {
  display: block;
}
.tabBtn_areaIn3:checked ~ .holdTab_bottom .tabArea3 {
  color: #fff;
  background-color: #FF6BD9;
}

.tabBtn_areaIn4:checked ~ .AreaPickUp .AP_title4 {
  display: flex;
}
.tabBtn_areaIn4:checked ~ .AreaPickUp .AP_pref4 {
  display: block;
}
.tabBtn_areaIn4:checked ~ .holdTab_bottom .tabArea4 {
  color: #fff;
  background-color: #FF6BD9;
}

.tabBtn_areaIn5:checked ~ .AreaPickUp .AP_title5 {
  display: flex;
}
.tabBtn_areaIn5:checked ~ .AreaPickUp .AP_pref5 {
  display: block;
}
.tabBtn_areaIn5:checked ~ .holdTab_bottom .tabArea5 {
  color: #fff;
  background-color: #FF6BD9;
}

.tabBtn_areaIn6:checked ~ .AreaPickUp .AP_title6 {
  display: flex;
}
.tabBtn_areaIn6:checked ~ .AreaPickUp .AP_pref6 {
  display: block;
}
.tabBtn_areaIn6:checked ~ .holdTab_bottom .tabArea6 {
  color: #fff;
  background-color: #FF6BD9;
}

/*メンエス版調整*/
.mensesthe .favoriteGirls {
  background-image: url(../img/hold_bg_favoriteMe.jpg);
}
.mensesthe .tabBtn_areaIn1:checked ~ .holdTab_bottom .tabArea1 {
  background-color: #29BDFF;
}
.mensesthe .tabBtn_areaIn2:checked ~ .holdTab_bottom .tabArea2 {
  background-color: #29BDFF;
}
.mensesthe .tabBtn_areaIn3:checked ~ .holdTab_bottom .tabArea3 {
  background-color: #29BDFF;
}
.mensesthe .tabBtn_areaIn4:checked ~ .holdTab_bottom .tabArea4 {
  background-color: #29BDFF;
}
.mensesthe .tabBtn_areaIn5:checked ~ .holdTab_bottom .tabArea5 {
  background-color: #29BDFF;
}
.mensesthe .tabBtn_areaIn6:checked ~ .holdTab_bottom .tabArea6 {
  background-color: #29BDFF;
}

/*===================================
追従ボタン
===================================*/
.followBox {
  max-width: 9.8rem;
  box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  overflow: hidden;
  position: fixed;
  right: 1.5vw;
  bottom: 1.5vw;
  z-index: 100;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  transform: translateY(-2rem);
}
@media screen and (min-width: 768px) {
  .followBox {
    max-width: 14.4rem;
    border-radius: 1.3rem;
    right: 3vw;
    bottom: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .followBox {
    max-width: 19.4rem;
    border-radius: 1.8rem;
    right: 3vw;
    bottom: 3vw;
  }
}
@media screen and (min-width: 1440px) {
  .followBox {
    right: 6.8vw;
    bottom: 6.8vw;
  }
}
.followBox.active {
  opacity: 1;
  transition: 0.4s;
  pointer-events: all;
  transform: translateY(0px);
}

/*===================================
風活応援キャンペーン
===================================*/
.campaign {
  position: relative;
  background-color: #EFFAFF;
  padding: 3.7rem 1rem 3.3rem;
  background-image: url("../img/campaign_bg_city_sp@2x.png");
  background-size: 1464px;
  background-position: center bottom;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .campaign {
    padding: 6.1rem 0 10.5rem;
    background-image: url("../img/campaign_bg_city@2x.png");
    background-size: 1920px;
  }
}
.campaign .campaign_coinLeft {
  position: absolute;
  top: 0.6rem;
  left: -3.1rem;
  max-width: 7.4rem;
}
@media screen and (min-width: 992px) {
  .campaign .campaign_coinLeft {
    top: 2rem;
    left: -7rem;
    max-width: 26.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .campaign .campaign_coinLeft {
    top: 33.6rem;
    left: 9.6rem;
    max-width: 26.3rem;
  }
}
.campaign .campaign_coinRight {
  position: absolute;
  top: 1rem;
  right: -3rem;
  max-width: 8.7rem;
}
@media screen and (min-width: 992px) {
  .campaign .campaign_coinRight {
    top: 1.6rem;
    right: -6rem;
    max-width: 24.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .campaign .campaign_coinRight {
    top: 29.2rem;
    right: 10.2rem;
    max-width: 24.5rem;
  }
}
.campaign .sectionInner {
  background-color: #fff;
  box-sizing: border-box;
  padding: 2.2rem 1.3rem 3.3rem;
  border-radius: 0.8rem;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 96% auto;
  background-position: top 2.2rem center;
}
@media screen and (min-width: 576px) {
  .campaign .sectionInner {
    padding: 5rem 3rem 7rem;
    background-image: none;
  }
}
@media screen and (min-width: 1080px) {
  .campaign .sectionInner {
    padding: 5rem 7rem 7rem;
    background-image: none;
  }
}
.campaign .campaignRead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0.8rem auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .campaign .campaignRead {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .campaignRead {
    font-size: 2.2rem;
    margin: 2.6rem auto 1rem;
  }
}
.campaign .campaignInbox {
  margin: 0 auto 3.3rem;
}
@media screen and (min-width: 768px) {
  .campaign .campaignInbox {
    margin: 0 auto 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .campaignInbox {
    margin: 0 auto 6.4rem;
  }
}
.campaign .campaignInbox:last-child {
  margin: 0 auto 0;
}
.campaign .campaignInbox .ci_title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0.4rem;
  width: 100%;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF6BD9;
  margin: 0 auto 2.2rem;
}
@media screen and (min-width: 992px) {
  .campaign .campaignInbox .ci_title {
    font-weight: bold;
    font-size: 3.2rem;
    height: 6.6rem;
    margin: 0 auto 4.3rem;
    border-radius: 1rem;
  }
}
.campaign .campaignInbox .ci_content {
  padding: 0 1rem;
}
@media screen and (min-width: 576px) {
  .campaign .campaignInbox .ci_content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaignInbox .ci_content {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .campaignInbox .ci_content {
    padding: 0 5rem;
  }
}
.campaign .campaignInbox .ci_box {
  padding: 0 0 2rem;
}
@media screen and (min-width: 992px) {
  .campaign .campaignInbox .ci_box {
    padding: 0 0 2.3rem;
  }
}
.campaign .campaignInbox .ci_box .ci_comment {
  max-width: 14.5rem;
}
@media screen and (min-width: 992px) {
  .campaign .campaignInbox .ci_box .ci_comment {
    max-width: 28.3rem;
  }
}
.campaign .campaignInbox .ci_box .ci_text {
  max-width: 80.7rem;
  margin-top: -0.4rem;
}
.campaign .campaignInbox .ci_box:nth-child(2) .ci_comment {
  padding-bottom: 0.7rem;
  margin-top: 0rem;
}
@media screen and (min-width: 992px) {
  .campaign .campaignInbox .ci_box:nth-child(2) .ci_comment {
    padding-bottom: 2rem;
  }
}
.campaign .campaignInbox .ci_listBox {
  max-width: 81.6rem;
}
.campaign .campaignInbox .ci_listBox li {
  width: 100%;
}
.campaign .campaignInbox .ci_listBoxMore {
  display: block;
  max-width: 24rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 576px) {
  .campaign .campaignInbox .ci_listBoxMore {
    max-width: 46rem;
    margin: 5.7rem auto 0;
  }
}
.campaign .campaignInbox .ci_desc {
  padding-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .campaign .campaignInbox .ci_desc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .campaignInbox .ci_desc {
    font-size: 1.5rem;
  }
}
.campaign .campaignInbox .ci_desc .strong {
  font-weight: 600;
}
.campaign .howtoText1 {
  font-size: 1.4rem;
  padding-bottom: 0.7rem;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .campaign .howtoText1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .howtoText1 {
    font-size: 2.2rem;
    padding-bottom: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .howtoTextBox {
    display: flex;
  }
}
.campaign .howtoText2 {
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .campaign .howtoText2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .howtoText2 {
    font-size: 3rem;
  }
}
.campaign .howtoText2 .howtoDeco {
  box-sizing: border-box;
  margin-right: 0.9rem;
  width: 10.6rem;
}
@media screen and (min-width: 768px) {
  .campaign .howtoText2 .howtoDeco {
    width: 13.6rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .howtoText2 .howtoDeco {
    width: 20rem;
  }
}
.campaign .howtoText2 .howtoDeco img {
  max-width: 100%;
}
.campaign .howtoText3 {
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.9rem auto 0;
}
@media screen and (min-width: 768px) {
  .campaign .howtoText3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .howtoText3 {
    font-size: 3rem;
    margin: 0;
  }
}
.campaign .howtoText4 {
  font-size: 1.4rem;
  padding-top: 0.7rem;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .campaign .howtoText4 {
    font-size: 1.6rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .howtoText4 {
    font-size: 2rem;
    padding-top: 2.3rem;
  }
}
.campaign .periodTimeBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign .periodBox {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-flow: row wrap;
}
.campaign .periodBox .periodDate {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .campaign .periodBox .periodDate {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .periodBox .periodDate {
    font-size: 6rem;
    line-height: 6rem;
    max-width: 250px;
  }
}
.campaign .periodBox .periodDeco {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #333;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2rem 0 0.1rem;
  position: relative;
  top: -0.2rem;
}
@media screen and (min-width: 768px) {
  .campaign .periodBox .periodDeco {
    font-size: 2.3rem;
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 1.1rem 0 0.8rem;
    top: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .periodBox .periodDeco {
    font-size: 2.3rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 1.1rem 0 0.8rem;
    top: -0.3rem;
  }
}
.campaign .periodBox .periodTime {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  position: relative;
  top: -0.1rem;
  max-width: 273px;
}
@media screen and (min-width: 768px) {
  .campaign .periodBox .periodTime {
    font-size: 3rem;
    top: 0.2rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .periodBox .periodTime {
    font-size: 4.3rem;
    line-height: 4.3rem;
    top: -0.1rem;
    max-width: 273px;
  }
}
.campaign .periodArrow {
  max-width: 1.9rem;
  margin: 0 0.6rem 0 0.6rem;
  position: relative;
  top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .campaign .periodArrow {
    max-width: 3rem;
    margin: 0 1rem 0 1.2rem;
    top: 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  .campaign .periodArrow {
    max-width: 5rem;
    margin: 0 2rem 0 1.8rem;
    top: 0.8rem;
  }
}
.campaign .campaignFoot {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
.campaign .campaignFoot .cF_text {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2.8rem auto 3.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .campaign .campaignFoot .cF_text {
    font-size: 2.5rem;
    margin: 9.3rem auto 9.3rem;
  }
}
.campaign .campaignFoot .cF_text .strong {
  font-size: 2.9rem;
  position: relative;
  top: 0.8rem;
  margin-left: 0.4rem;
  display: block;
}
@media screen and (min-width: 992px) {
  .campaign .campaignFoot .cF_text .strong {
    font-size: 5.2rem;
    display: inline;
  }
}
.campaign .campaignFoot .loginButton {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  color: #fff;
  background-color: #FF6BD9;
  max-width: 29rem;
  width: 90%;
  height: 5.5rem;
  border-radius: 6.5rem;
}
@media screen and (min-width: 992px) {
  .campaign .campaignFoot .loginButton {
    font-size: 2.3rem;
    max-width: 49rem;
    width: 90%;
    height: 8rem;
  }
}

/*風俗版調整*/
.mensesthe .campaign {
  background-color: #FFF2FB;
  background-image: url("../img/campaign_bg_cityMe_sp@2x.png");
}
@media screen and (min-width: 992px) {
  .mensesthe .campaign {
    background-image: url("../img/campaign_bg_cityMe@2x.png");
  }
}

/*===================================
公式X
===================================*/
.noticeX {
  padding: 2.6rem 0 3rem;
  background-color: #FDF7FB;
  position: relative;
}
@media screen and (min-width: 992px) {
  .noticeX {
    padding: 9.7rem 0 12.7rem;
  }
}
.noticeX .noticeX__sakura__right {
  position: absolute;
  top: 0.9rem;
  right: 0;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__sakura__right {
    display: none;
  }
}
.noticeX .noticeX__sakura__left {
  position: absolute;
  top: 8rem;
  left: -1rem;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__sakura__left {
    display: none;
  }
}
.noticeX .noticeX__heading {
  border: solid 0.2rem #FF6BD9;
  border-radius: 0.9rem;
  background-color: #fff;
  max-width: 32rem;
  margin: 0 auto 0;
  padding: 2.1rem 0 2.1rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__heading {
    max-width: 79.5rem;
    padding: 3.6rem 0 3.6rem;
    border: solid 0.3rem #FF6BD9;
    border-radius: 1.6rem;
  }
}
.noticeX .noticeX__heading:before {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1.4rem;
  height: 1.7rem;
  background-color: #fff;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__heading:before {
    width: 3rem;
    height: 3.3rem;
    bottom: -3.2rem;
  }
}
.noticeX .noticeX__heading:after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 2.1rem;
  height: 2.1rem;
  background-color: #FF6BD9;
  position: absolute;
  bottom: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__heading:after {
    width: 3.6rem;
    height: 3.9rem;
    bottom: -3.9rem;
  }
}
.noticeX .noticeX__heading .noticeX__title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__heading .noticeX__title {
    font-size: 4rem;
  }
}
.noticeX .noticeX__heading .noticeX__title .strongColor {
  color: #FF6BD9;
}
.noticeX .noticeX__heading .noticeX__title img {
  max-width: 678px;
  width: 90%;
}
.noticeX .noticeX__heading .noticeX__appeal {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__heading .noticeX__appeal {
    font-size: 1.6rem;
  }
}
.noticeX .noticeX__widgetArea {
  max-width: 600px;
  margin: 2.8rem auto 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX__widgetArea {
    margin: 6rem auto 0;
  }
}

/*===================================
駅ちか公式X
===================================*/
.noticeX {
  background-color: #fff;
  padding: 3.3rem 0 3.3rem;
}
@media screen and (min-width: 576px) {
  .noticeX {
    padding: 6rem 0 6rem;
  }
}
@media screen and (min-width: 768px) {
  .noticeX {
    padding: 11rem 0 10.5rem;
  }
}
.noticeX .noticeX_contentArea {
  max-width: 85rem;
  margin: 0 auto;
  position: relative;
}
.noticeX .noticeX_followArea {
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .noticeX .noticeX_followArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67%;
    margin-right: 33%;
    margin-top: 0rem;
  }
}
.noticeX .noticeX_follow {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  color: #fff;
  background-color: #FF6BD9;
  max-width: 29rem;
  width: 90%;
  height: 5.5rem;
  border-radius: 6.5rem;
}
@media screen and (min-width: 992px) {
  .noticeX .noticeX_follow {
    font-size: 2.3rem;
    max-width: 38rem;
    width: 90%;
    height: 8rem;
  }
}

/*メンエス版調整*/
.mensesthe .noticeX .noticeX_follow {
  background-color: #29BDFF;
}

/*===================================
ピックアップタブ設定
===================================*/
.TabWrapper {
  max-width: 1000px;
  width: 100%;
}
.TabWrapper .TabSwitchList {
  gap: 0.6rem;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: solid 0.4rem #FF6BD9;
  box-sizing: border-box;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .TabWrapper .TabSwitchList {
    gap: 1rem;
    border-bottom: solid 0.5rem #FF6BD9;
  }
}
.TabWrapper .TabSwitchList li {
  width: calc((100% - 0.3rem) / 2);
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #FF6BD9;
  border-left: solid 0.2rem #FF6BD9;
  border-top: solid 0.2rem #FF6BD9;
  border-right: solid 0.2rem #FF6BD9;
  height: 4.6rem;
}
@media screen and (min-width: 768px) {
  .TabWrapper .TabSwitchList li {
    width: 50%;
    height: 7rem;
    border-left: solid 0.3rem #FF6BD9;
    border-top: solid 0.3rem #FF6BD9;
    border-right: solid 0.3rem #FF6BD9;
  }
}
@media screen and (min-width: 992px) {
  .TabWrapper .TabSwitchList li {
    width: calc((100% - 0.1rem) / 2);
    height: 8.9rem;
  }
}
.TabWrapper .TabSwitchList li:has(.active) {
  position: relative;
  background: #FF6BD9;
  color: #fff;
  height: 5.7rem;
}
@media screen and (min-width: 768px) {
  .TabWrapper .TabSwitchList li:has(.active) {
    height: 9rem;
  }
}
@media screen and (min-width: 992px) {
  .TabWrapper .TabSwitchList li:has(.active) {
    height: 10.6rem;
  }
}
.TabWrapper .TabSwitchList li:has(.active) .tabIcon_photo {
  background-image: url("../img/tab_icon_photoActive@2x.png");
}
.TabWrapper .TabSwitchList li:has(.active) .tabIcon_tiktak {
  background-image: url("../img/tab_icon_tiktakActive@2x.png");
}
.TabWrapper .TabSwitchList li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .TabWrapper .TabSwitchList li button {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .TabWrapper .TabSwitchList li button {
    font-size: 2.5rem;
  }
}
.TabWrapper .TabSwitchList .tabIcon {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.25rem;
}
.TabWrapper .TabSwitchList .tabIcon.tabIcon_photo {
  background-image: url("../img/tab_icon_photo@2x.png");
  width: 2rem;
  height: 1.7rem;
}
@media screen and (min-width: 768px) {
  .TabWrapper .TabSwitchList .tabIcon.tabIcon_photo {
    width: 3.1rem;
    height: 2.7rem;
    margin-right: 1rem;
  }
}
.TabWrapper .TabSwitchList .tabIcon.tabIcon_tiktak {
  background-image: url("../img/tab_icon_tiktak@2x.png");
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .TabWrapper .TabSwitchList .tabIcon.tabIcon_tiktak {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
}
.TabWrapper .TabSwitchList #tab-btn-diary:checked ~ .c-tab-content-wrap #tab-content-diary,
.TabWrapper .TabSwitchList #tab-btn-movie:checked ~ .c-tab-content-wrap #tab-content-movie {
  display: block;
}

.pickTabBox .pickTab_container {
  padding: 1.5rem 0 2rem;
  background-color: #fff;
  display: none;
}
@media screen and (min-width: 576px) {
  .pickTabBox .pickTab_container {
    padding: 2rem 0;
  }
}
.pickTabBox .pickTab_container.active {
  display: block;
}
@media screen and (min-width: 992px) {
  .pickTabBox .pickTab_container {
    padding: 4rem 2rem 2.4rem;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  }
}
.pickTabBox .largeArea {
  width: 93%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .pickTabBox .largeArea {
    width: 100%;
  }
}
.pickTabBox .largeArea ul {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
  text-align: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
.pickTabBox .largeArea ul li {
  width: calc((100% - 1.2rem) / 3);
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 576px) {
  .pickTabBox .largeArea ul li {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .pickTabBox .largeArea ul li {
    width: calc((100% - 5rem) / 6);
    margin-bottom: 0rem;
  }
}
.pickTabBox .largeArea ul li button {
  display: block;
  width: 100%;
  padding: 1.2rem 0;
  color: #333;
  background: #F7F7F7;
  font-weight: 700;
  font-size: 1.6rem;
  color: #7B767A;
  border-radius: 0.7rem;
}
@media screen and (min-width: 576px) {
  .pickTabBox .largeArea ul li button {
    padding: 1.8rem 0;
    border-radius: 0;
  }
}
.pickTabBox .largeArea ul li button.active {
  position: relative;
  background: #FF6BD9;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .pickTabBox .largeArea ul li button.active {
    border: 4px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .pickTabBox .largeArea ul li button.active:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 90%;
    left: 50%;
    margin-left: -1.25rem;
    border: 1.25rem solid transparent;
    border-top: 1.25rem solid #FF6BD9;
  }
}
@media screen and (min-width: 992px) {
  .pickTabBox .largeArea ul li button.active:before {
    z-index: 1;
    content: "";
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    margin-left: -1.25rem;
    border: 1.25rem solid transparent;
    border-top: 1.25rem solid #fff;
  }
}
.pickTabBox .prefArea {
  width: 93%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .pickTabBox .prefArea {
    width: 100%;
  }
}
.pickTabBox .prefArea ul {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-flow: row wrap;
  padding: 0rem 1rem 0rem;
}
@media screen and (min-width: 576px) {
  .pickTabBox .prefArea ul {
    justify-content: flex-start;
    background: #FFF7F8;
    padding: 2.8rem 1.8rem 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .pickTabBox .prefArea ul {
    padding: 4.8rem 1.8rem 4.8rem;
    justify-content: center;
  }
}
.pickTabBox .prefArea ul:after {
  display: block;
  content: "";
  width: 33.3333333333%;
}
@media screen and (min-width: 576px) {
  .pickTabBox .prefArea ul:after {
    display: none;
  }
}
.pickTabBox .prefArea ul.active {
  display: flex;
}
.pickTabBox .prefArea ul li {
  width: 33.3333333333%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .pickTabBox .prefArea ul li {
    width: auto;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .pickTabBox .prefArea ul li {
    margin-bottom: 0rem;
  }
}
.pickTabBox .prefArea ul a {
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem 0.4rem 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
}
.pickTabBox .prefArea ul a:hover {
  color: #FF6BD9;
}
.pickTabBox .prefArea ul a:after {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url("../img/common_area_icon_arrow@2x.png") no-repeat center;
  background-size: 100%;
}
.pickTabBox .prefArea ul span {
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem 0.4rem 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #959595;
}
@media screen and (min-width: 576px) {
  .pickTabBox .prefArea ul span {
    padding: 0.4rem 1.4rem 0.4rem 1.4rem;
  }
}
.pickTabBox .prefArea ul span:after {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url("../img/common_area_icon_arrowGray@2x.png") no-repeat center;
  background-size: 100%;
}
.pickTabBox .pickHead .pickTitle {
  display: flex;
  position: relative;
  width: calc(93% - 2rem);
  max-width: 890px;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  margin: 0rem auto 2.7rem;
  height: 3rem;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .pickTabBox .pickHead .pickTitle {
    width: 93%;
    margin: 3rem auto 2.7rem;
  }
}
@media screen and (min-width: 992px) {
  .pickTabBox .pickHead .pickTitle {
    font-size: 2.4rem;
    max-width: 890px;
    margin: 5.5rem auto 3rem;
    height: 4rem;
    border-radius: 1rem;
  }
}
.pickTabBox .pickHead .pickTitle:before {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background-color: #333;
}
@media screen and (min-width: 992px) {
  .pickTabBox .pickHead .pickTitle:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.pickTabBox .pickHead .pickTitle span {
  display: none;
}
.pickTabBox .pickHead .pickTitle span.active {
  display: block;
}
.pickTabBox .pickHead .pickTextBox {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 auto 3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .pickTabBox .pickHead .pickTextBox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-align: left;
    margin: 0 auto 5rem;
  }
}
.pickTabBox .pickHead .pickTextBox picture {
  display: block;
  margin: 0 auto 0.8rem;
  max-width: 29.3rem;
}
@media screen and (min-width: 992px) {
  .pickTabBox .pickHead .pickTextBox picture {
    margin: 0 0.5rem 0 0;
  }
}

.AreaPickUp {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .AreaPickUp {
    margin-bottom: 0;
  }
}
.AreaPickUp .AreaPickUp__heading {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 1.3rem 0;
  background: #FFF8F4;
  text-align: center;
  line-height: 1;
}
.AreaPickUp .AreaPickUp__heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 0.8rem solid transparent;
  border-top: 11px solid #FFF8F4;
}
.AreaPickUp .AreaPickUp__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .AreaPickUp .AreaPickUp__title {
    font-size: 2.5rem;
  }
}
.AreaPickUp .AreaPickUp__Standby,
.AreaPickUp .AreaPickUp__Standby_tiktak {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.4rem 0;
  background: #fff;
  border-top: 0;
  border-radius: 0 0 2rem 2rem;
  justify-content: space-between;
}
.AreaPickUp .AreaPickUp__Standby:after,
.AreaPickUp .AreaPickUp__Standby_tiktak:after {
  content: "";
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 768px) {
  .AreaPickUp .AreaPickUp__Standby,
  .AreaPickUp .AreaPickUp__Standby_tiktak {
    padding: 0 7rem 0;
  }
}
.AreaPickUp .AreaPickUp__Standby .AreaPickUp-box,
.AreaPickUp .AreaPickUp__Standby_tiktak .AreaPickUp-box {
  border: none;
  box-shadow: none;
  width: calc((100% - 1.2rem) / 2);
  margin: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 414px) {
  .AreaPickUp .AreaPickUp__Standby .AreaPickUp-box,
  .AreaPickUp .AreaPickUp__Standby_tiktak .AreaPickUp-box {
    width: calc((100% - 2.4em) / 3);
  }
}
@media screen and (min-width: 768px) {
  .AreaPickUp .AreaPickUp__Standby .AreaPickUp-box,
  .AreaPickUp .AreaPickUp__Standby_tiktak .AreaPickUp-box {
    margin-bottom: 2rem;
  }
}
.AreaPickUp .AreaPickUp__Standby .AreaPickUp-box .AreaPickUp__img,
.AreaPickUp .AreaPickUp__Standby_tiktak .AreaPickUp-box .AreaPickUp__img {
  background-color: transparent;
  height: auto;
  aspect-ratio: auto;
}
.AreaPickUp .AreaPickUp__Standby .AreaPickUp-box .AreaPickUp__img img,
.AreaPickUp .AreaPickUp__Standby_tiktak .AreaPickUp-box .AreaPickUp__img img {
  position: relative;
}
.AreaPickUp .AreaPickUp__desc {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .AreaPickUp .AreaPickUp__desc {
    font-size: 1.8rem;
    text-align: center;
  }
}
.AreaPickUp .AreaPickUp__fetish {
  display: flex;
  justify-content: center;
  margin-bottom: 2.2rem;
}
.AreaPickUp .AreaPickUp__fetish li {
  font-size: 2.1rem;
  font-weight: 700;
  color: #FF6BD9;
  padding: 1rem 1rem 1rem;
  background-color: #E7CA35;
  margin-right: 0.7rem;
  border-radius: 0.6rem;
}
@media screen and (min-width: 992px) {
  .AreaPickUp .AreaPickUp__fetish li {
    font-size: 3.6rem;
    margin-right: 1.3rem;
  }
}
.AreaPickUp .AreaPickUp__fetish li:last-child {
  margin-right: 0;
}
.AreaPickUp .AreaPickUp__event {
  padding: 2.8rem 5.6rem 1.3rem;
  box-sizing: border-box;
  border: solid 5px #E7CA35;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
.AreaPickUp .AreaPickUp__event .AreaPickUp__event-title {
  text-align: center;
  font-size: 1.9rem;
  padding-bottom: 2.1rem;
}
.AreaPickUp .AreaPickUp__event .AreaPickUp__event-listBox {
  display: flex;
  flex-flow: row wrap;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .AreaPickUp .AreaPickUp__event .AreaPickUp__event-listBox {
    justify-content: center;
  }
}
.AreaPickUp .AreaPickUp__event .AreaPickUp__event-listBox li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #5D5D5D;
  background-color: #FF8567;
  padding: 0.5rem 0.5rem 0.5rem;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
  border-radius: 0.2rem;
}
@media screen and (min-width: 992px) {
  .AreaPickUp .AreaPickUp__event .AreaPickUp__event-listBox li {
    font-size: 2rem;
    padding: 0.7rem 0.7rem 0.7rem;
    border-radius: 0.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.AreaPickUp-box {
  width: calc((100% - 1.2rem) / 2);
  margin: 0 0 1.2rem;
  padding: 0;
  border-radius: 1rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (min-width: 992px) {
  .AreaPickUp-box {
    width: calc((100% - 4rem) / 3);
    margin: 0 0 2rem;
  }
}
.AreaPickUp-box.AreaPickUp-box--none {
  pointer-events: none;
}
.AreaPickUp-box.AreaPickUp-box--none:hover {
  cursor: initial;
}
.AreaPickUp-box .AreaPickUp__img {
  overflow: hidden;
  position: relative;
  background: #000;
  border-radius: 0.5rem 0.5rem 0 0;
  aspect-ratio: 1/1;
}
.AreaPickUp-box .AreaPickUp__img.AreaPickUp__img--noimage {
  background: transparent;
}
.AreaPickUp-box .AreaPickUp__img img {
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.AreaPickUp-box .AreaPickUp-box__inner {
  padding: 0.8rem;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box .AreaPickUp-box__inner {
    padding: 1.5rem;
  }
}
.AreaPickUp-box .pick__tag {
  font-size: 1rem;
  font-weight: 700;
  color: #FF6BD9;
  background-color: #E7CA35;
  padding: 0.3rem 0.4rem 0.3rem;
  border-radius: 0.2rem;
  margin: 0rem 0 0.4rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .AreaPickUp-box .pick__tag {
    font-size: 1.3rem;
  }
}
.AreaPickUp-box .pick__title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.7rem;
  color: #333;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box .pick__title {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}
.AreaPickUp-box .pick__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box .pick__name {
    margin-bottom: 1.5rem;
  }
}
.AreaPickUp-box .pick__name .gname {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 10rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box .pick__name .gname {
    font-size: 1.5rem;
  }
}
.AreaPickUp-box .pick__name span {
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box .pick__name span {
    font-size: 1.5rem;
  }
}
.AreaPickUp-box .pick__attr {
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 0.4rem 0.3rem 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  background: #E8E8E8;
  border-radius: 0.25rem;
  color: #707070;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box .pick__attr {
    margin-bottom: 0.7rem;
  }
}
.AreaPickUp-box .pick__attr .area:before {
  content: "/";
  display: inline-block;
  padding-right: 0.25rem;
}
.AreaPickUp-box .pick__shop {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 576px) {
  .AreaPickUp-box .pick__shop {
    font-size: 1.2rem;
  }
}

.mensesthe .TabWrapper .TabSwitchList {
  border-bottom: solid 0.4rem #29BDFF;
}
@media screen and (min-width: 768px) {
  .mensesthe .TabWrapper .TabSwitchList {
    border-bottom: solid 0.5rem #29BDFF;
  }
}
.mensesthe .TabWrapper .TabSwitchList li {
  background-color: #fff;
  color: #29BDFF;
  border-left: solid 0.2rem #29BDFF;
  border-top: solid 0.2rem #29BDFF;
  border-right: solid 0.2rem #29BDFF;
}
@media screen and (min-width: 768px) {
  .mensesthe .TabWrapper .TabSwitchList li {
    border-left: solid 0.3rem #29BDFF;
    border-top: solid 0.3rem #29BDFF;
    border-right: solid 0.3rem #29BDFF;
  }
}
.mensesthe .TabWrapper .TabSwitchList li:has(.active) {
  background: #29BDFF;
  color: #fff;
}
.mensesthe .TabWrapper .TabSwitchList li:has(.active) .tabIcon_photo {
  background-image: url("../img/tab_icon_photoActive@2x.png");
}
.mensesthe .TabWrapper .TabSwitchList li:has(.active) .tabIcon_tiktak {
  background-image: url("../img/tab_icon_tiktakActive@2x.png");
}
.mensesthe .TabWrapper .TabSwitchList .tabIcon.tabIcon_photo {
  background-image: url("../img/tab_icon_photoMe@2x.png");
}
.mensesthe .TabWrapper .TabSwitchList .tabIcon.tabIcon_tiktak {
  background-image: url("../img/tab_icon_tiktakMe@2x.png");
}
.mensesthe .pickTabBox .largeArea ul li button.active {
  background: #29BDFF;
}
@media screen and (min-width: 992px) {
  .mensesthe .pickTabBox .largeArea ul li button.active:after {
    border-top: 1.25rem solid #29BDFF;
  }
}
@media screen and (min-width: 576px) {
  .mensesthe .pickTabBox .prefArea ul {
    background: #F2FDFF;
  }
}
.mensesthe .pickTabBox .prefArea ul a:hover {
  color: #29BDFF;
}
.mensesthe .pickTabBox .prefArea ul a:after {
  background: url("../img/common_area_icon_arrowMe@2x.png") no-repeat center;
  background-size: 100%;
}

/* IE10 & IE11  */
/* IE10 & IE11  */
/* Edge のみ適用される */
/*===================================
common調整 
===================================*/
.bodyResult .favoriteGirls {
  padding: 1.6rem 0 0rem;
  background-image: none;
}
@media screen and (min-width: 768px) {
  .bodyResult .favoriteGirls {
    padding: 3.6rem 0 2.6rem;
    background-image: url("../img/hold_bg_favoriteMe.jpg");
  }
}
@media screen and (min-width: 992px) {
  .bodyResult .favoriteGirls {
    padding: 9rem 0 10.8rem;
  }
}
.bodyResult .favoriteGirls .l-content {
  max-width: 124rem;
  width: 100%;
}
.bodyResult .favoriteGirls .noticeTab {
  max-width: none;
}
.bodyResult #content_movieRanking.c-tab-container,
.bodyResult #content_diaryRanking.c-tab-container {
  padding: 0;
}
.bodyResult .favorite_flowerLeft {
  position: absolute;
  top: 0.6rem;
  left: -3.1rem;
  max-width: 7.4rem;
}
@media screen and (min-width: 992px) {
  .bodyResult .favorite_flowerLeft {
    top: 2rem;
    left: 3rem;
    max-width: 20.1rem;
  }
}
@media screen and (min-width: 1600px) {
  .bodyResult .favorite_flowerLeft {
    top: 12.4rem;
    left: 6.9rem;
  }
}
.bodyResult .favorite_flowerRight {
  position: absolute;
  top: 1rem;
  right: -3rem;
  max-width: 8.7rem;
}
@media screen and (min-width: 992px) {
  .bodyResult .favorite_flowerRight {
    top: 1.6rem;
    right: 1rem;
    max-width: 19.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .bodyResult .favorite_flowerRight {
    top: 9.3rem;
    right: 6.6rem;
  }
}
.bodyResult .l-footer {
  background-color: transparent;
}
.bodyResult .Gp_BoxPC {
  display: none !important;
}
@media screen and (min-width: 577px) {
  .bodyResult .Gp_BoxPC {
    display: flex !important;
  }
}
.bodyResult .Gp_BoxSP {
  display: flex !important;
  padding-bottom: 2.7rem;
}
@media screen and (min-width: 577px) {
  .bodyResult .Gp_BoxSP {
    display: none !important;
  }
}

/*===================================
MVレイアウト 
===================================*/
.bodyResult .hero {
  padding: 4rem 0 4.4rem;
}
@media screen and (min-width: 992px) {
  .bodyResult .hero {
    padding-top: 3.7rem;
    padding-bottom: 4rem;
  }
}
.bodyResult .hero_img {
  padding-bottom: 1rem;
}
.bodyResult .hero_date {
  position: relative;
  display: block;
  width: 29.3rem;
  margin: 0rem auto 1rem;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .bodyResult .hero_date {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .bodyResult .hero_date {
    margin: 0rem auto 1rem;
    width: 40.7rem;
  }
}
@media screen and (min-width: 992px) {
  .bodyResult .hero_date {
    display: block;
    width: 55.7rem;
    margin: 0rem auto 1.7rem;
    top: 0rem;
  }
}
.bodyResult .hero_text {
  margin-bottom: -4.6rem;
}
@media screen and (min-width: 576px) {
  .bodyResult .hero_text {
    margin-bottom: -5rem;
  }
}
.bodyResult .hero_text .heroIntro {
  position: relative;
  top: -4.6rem;
}
@media screen and (min-width: 576px) {
  .bodyResult .hero_text .heroIntro {
    top: -2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .bodyResult .hero_text .heroIntro {
    top: -3rem;
  }
}
@media screen and (min-width: 992px) {
  .bodyResult .hero_text .heroIntro {
    top: -5rem;
  }
}

/*===================================
キャンペーン部分レイアウト
===================================*/
.campaign {
  position: relative;
}
.campaign .campaign_filterEnd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(149, 149, 149, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign .campaign_bannerEnd {
  max-width: 1190px;
  width: 90%;
}

/*===================================
グランプリ（総合ランキング）部分レイアウト
===================================*/
.GrandPrix {
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .GrandPrix {
    margin-bottom: 11rem;
  }
}

.grandContainer {
  padding: 2.5rem 1rem 5rem;
  box-sizing: border-box;
  background-image: url("../img/kekka_bg_grandprix.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .grandContainer {
    padding: 12.2rem 6rem 6rem;
  }
}
.grandContainer .tabRankingAnker {
  max-width: 30rem;
  margin: 0 auto 0;
  padding: 0 0 2.5rem;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 1rem 1rem;
}
@media screen and (min-width: 576px) {
  .grandContainer .tabRankingAnker {
    max-width: 82.6rem;
    gap: 2rem 2rem;
    justify-content: center;
    padding: 0 0 6.2rem;
  }
}
.grandContainer .tabRankingAnker li {
  width: calc((100% - 1rem) / 2);
  height: 7rem;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .grandContainer .tabRankingAnker li {
    width: calc((100% - 4rem) / 3);
    border-radius: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .grandContainer .tabRankingAnker li {
    height: 5.3rem;
  }
}
.grandContainer .tabRankingAnker li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .tabRankingAnker li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    text-align: left;
    padding-top: 0rem;
  }
}
@media screen and (min-width: 992px) {
  .grandContainer .tabRankingAnker li a {
    font-size: 2.2rem;
  }
}
.grandContainer .tabRankingAnker li a span {
  display: block;
  color: #fff;
  background-color: #FF6BD9;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  padding: 0.3rem 0.5rem 0.5rem;
  box-sizing: border-box;
  margin-left: 50%;
  margin-top: 0.7rem;
  transform: translateX(-50%);
  font-weight: 700;
  width: 3.8rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .tabRankingAnker li a span {
    width: auto;
    margin-left: 1rem;
    margin-top: 0rem;
    transform: translateX(0%);
  }
}
@media screen and (min-width: 992px) {
  .grandContainer .tabRankingAnker li a span {
    margin-left: 1.6rem;
  }
}
.grandContainer .GpWrap {
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap {
    border-radius: 1.7rem;
    padding: 0.7rem;
  }
}
.grandContainer .GpWrap:not(.gp3) {
  margin-bottom: 5rem;
}
.grandContainer .GpWrap.gp1 {
  background-color: #E5C419;
}
.grandContainer .GpWrap.gp1 .GpWrap_inner {
  background-image: url("../img/kekka_bg_gran1@2x.png");
}
.grandContainer .GpWrap.gp1 .TR_linksShop a {
  background-color: #AA8546;
  color: #fff;
}
.grandContainer .GpWrap.gp1 .TR_linksShop a .TR_linksArrow:before {
  background-color: #AA8546;
}
.grandContainer .GpWrap.gp1 .TR_linksTarget a {
  background-color: #fff;
  color: #AA8546;
  border: solid 0.2rem #AA8546;
}
.grandContainer .GpWrap.gp1 .TR_linksTarget a .TR_linksArrow {
  background-color: #AA8546 !important;
}
.grandContainer .GpWrap.gp1 .TR_linksTarget a .TR_linksArrow:before {
  background-color: #fff;
}
.grandContainer .GpWrap.gp2 {
  background-color: #9F989D;
}
.grandContainer .GpWrap.gp2 .GpWrap_inner {
  background-image: url("../img/kekka_bg_gran2@2x.png");
}
.grandContainer .GpWrap.gp2 .TR_linksShop a {
  background-color: #7B767A;
  color: #fff;
}
.grandContainer .GpWrap.gp2 .TR_linksShop a .TR_linksArrow:before {
  background-color: #7B767A;
}
.grandContainer .GpWrap.gp2 .TR_linksTarget a {
  background-color: #fff;
  color: #7B767A;
  border: solid 0.2rem #7B767A;
}
.grandContainer .GpWrap.gp2 .TR_linksTarget a .TR_linksArrow {
  background-color: #7B767A !important;
}
.grandContainer .GpWrap.gp2 .TR_linksTarget a .TR_linksArrow:before {
  background-color: #fff;
}
.grandContainer .GpWrap.gp2 .Gp_photoMain img {
  border: solid 0.3rem #9F989D;
}
.grandContainer .GpWrap.gp3 {
  background-color: #93796B;
}
.grandContainer .GpWrap.gp3 .GpWrap_inner {
  background-image: url("../img/kekka_bg_gran3@2x.png");
}
.grandContainer .GpWrap.gp3 .TR_linksShop a {
  background-color: #93796B;
  color: #fff;
}
.grandContainer .GpWrap.gp3 .TR_linksShop a .TR_linksArrow:before {
  background-color: #93796B;
}
.grandContainer .GpWrap.gp3 .TR_linksTarget a {
  background-color: #fff;
  color: #93796B;
  border: solid 0.2rem #93796B;
}
.grandContainer .GpWrap.gp3 .TR_linksTarget a .TR_linksArrow {
  background-color: #93796B !important;
}
.grandContainer .GpWrap.gp3 .TR_linksTarget a .TR_linksArrow:before {
  background-color: #fff;
}
.grandContainer .GpWrap.gp3 .Gp_photoMain img {
  border: solid 0.3rem #93796B;
}
.grandContainer .GpWrap .GpWrap_inner {
  border-radius: 0.7rem;
  box-sizing: border-box;
  padding: 3.6rem 2rem 3.2rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .GpWrap_inner {
    border-radius: 1.1rem;
    padding: 3.6rem 4.3rem 4.6rem;
  }
}
.grandContainer .GpWrap .Gp_head {
  padding-bottom: 2.3rem;
  position: relative;
}
.grandContainer .GpWrap .Gp_head .Gp_headImage {
  max-width: 62rem;
  margin: 0 auto 0;
}
.grandContainer .GpWrap .Gp_head .Gp_head_titleLeft {
  position: absolute;
  left: -0.5rem;
  top: -1rem;
  height: 17.9rem;
}
@media screen and (min-width: 576px) {
  .grandContainer .GpWrap .Gp_head .Gp_head_titleLeft {
    left: 5.7rem;
    top: 4.4rem;
    height: 24.7rem;
  }
}
.grandContainer .GpWrap .Gp_head .Gp_head_titleLeft img {
  max-height: 100%;
}
.grandContainer .GpWrap .Gp_head .Gp_head_titleRight {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  height: 17.1rem;
}
@media screen and (min-width: 576px) {
  .grandContainer .GpWrap .Gp_head .Gp_head_titleRight {
    right: 5.6rem;
    top: 4rem;
    height: 25.4rem;
  }
}
.grandContainer .GpWrap .Gp_head .Gp_head_titleRight img {
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_content {
    display: flex;
    padding: 0 0 0;
  }
}
.grandContainer .GpWrap .Gp_photoMain {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_photoMain {
    width: 45%;
    margin-right: 2%;
  }
}
.grandContainer .GpWrap .Gp_photoMain img {
  overflow: hidden;
  border-radius: 0.4rem;
  border: solid 0.4rem #E7CA35;
  aspect-ratio: 450/600;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_photoMain img {
    border-radius: 2rem;
  }
}
.grandContainer .GpWrap .Gp_detailArea {
  width: 100%;
  padding: 1.7rem 0 0;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_detailArea {
    width: 53%;
    padding: 2.2rem 0 0;
  }
}
.grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box {
    gap: 2rem;
  }
}
.grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List {
  width: calc((100% - 2rem) / 3);
  border-radius: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 0.5rem 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List {
    width: calc((100% - 4rem) / 3);
    padding: 0.7rem 0.7rem 1.1rem;
  }
}
.grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List .Gp_photoSub {
  aspect-ratio: 158/158;
}
.grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List .Gp_photoSub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List .Gp_PS_title {
  font-size: 1.1rem;
  font-weight: 700;
  padding-top: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List .Gp_PS_title {
    padding-bottom: 0.2rem;
  }
}
@media screen and (min-width: 992px) {
  .grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List .Gp_PS_title {
    padding-bottom: 0.8rem;
  }
}
.grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List .Gp_PS_text {
  display: none;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .Gp_detailArea .Gp_photoSub_Box .Gp_photoSub_List .Gp_PS_text {
    font-size: 0.9rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.grandContainer .GpWrap .TR_contentArea {
  box-sizing: border-box;
  margin: 0rem auto 0;
}
@media screen and (min-width: 576px) {
  .grandContainer .GpWrap .TR_contentArea {
    margin: 4.4rem auto 0;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox {
    margin-bottom: 5.2rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle {
  display: flex;
  align-items: center;
  padding-bottom: 1.2rem;
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyCup {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2.3rem;
  margin-right: 0.7rem;
  align-items: center;
  justify-content: center;
  background-color: #FF6BD9;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyCup {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    margin-right: 1.2rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyName {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyName {
    font-size: 3rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList {
  display: flex;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList {
    padding-bottom: 0.9rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList li {
    font-size: 1.7rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList li:not(:last-child):after {
  content: "/";
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList {
  display: flex;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList {
    padding-bottom: 0.9rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList li {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList li {
    font-size: 1.3rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList li:not(:last-child):after {
  content: "/";
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyShop {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyInfoBox .TR_ladyShop {
    font-size: 2rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1.2rem 0.7rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList {
    gap: 2rem 1.4rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li {
  width: calc((100% - 0.7rem) / 2);
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li {
    width: calc((100% - 1.4rem) / 2);
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 6.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a {
    font-size: 1.8rem;
    height: 5.6rem;
    padding-right: 0.4rem;
  }
}
@media screen and (min-width: 992px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a {
    font-size: 2.3rem;
    height: 6.8rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
  left: 0.06rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a:before {
    width: 0.63rem;
    height: 0.8rem;
    left: 0.12rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow {
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  right: 1.8rem;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    right: 2.4rem;
    top: calc(50% + 0.2rem);
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
  left: 0.06rem;
}
@media screen and (min-width: 768px) {
  .grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow:before {
    width: 0.63rem;
    height: 0.8rem;
    left: 0.12rem;
  }
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a {
  background-color: #FF6BD9;
  color: #fff;
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a .TR_linksArrow:before {
  background-color: #FF6BD9;
}
.grandContainer .GpWrap .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget {
  width: 100%;
}

/*===================================
ランキングタブ
===================================*/
.tabBtn_ranking {
  display: none;
}

.tabIcon_all {
  font-size: 1.3rem;
  width: 5rem;
  height: 1.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #FF6BD9;
  margin-left: 50%;
  margin-top: 0.5rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 576px) {
  .tabIcon_all {
    margin-left: 1.2rem;
    margin-top: 0rem;
    transform: translateX(0%);
  }
}
@media screen and (min-width: 768px) {
  .tabIcon_all {
    margin-left: 1.7rem;
    font-size: 1.4rem;
    width: 7.4rem;
    height: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .tabIcon_all {
    margin-left: 2.7rem;
    font-size: 1.9rem;
    width: 8.4rem;
    height: 3.7rem;
  }
}

#tab_diaryRanking ~ .c-tab-list-wrap #list_diaryRanking,
#tab_movieRanking ~ .c-tab-list-wrap #list_movieRanking,
#tab_diaryRanking2 ~ .c-tab-list-wrap #list_diaryRanking2,
#tab_movieRanking2 ~ .c-tab-list-wrap #list_movieRanking2 {
  height: 6.4rem;
  padding-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  #tab_diaryRanking ~ .c-tab-list-wrap #list_diaryRanking,
  #tab_movieRanking ~ .c-tab-list-wrap #list_movieRanking,
  #tab_diaryRanking2 ~ .c-tab-list-wrap #list_diaryRanking2,
  #tab_movieRanking2 ~ .c-tab-list-wrap #list_movieRanking2 {
    height: 7.2rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #tab_diaryRanking ~ .c-tab-list-wrap #list_diaryRanking,
  #tab_movieRanking ~ .c-tab-list-wrap #list_movieRanking,
  #tab_diaryRanking2 ~ .c-tab-list-wrap #list_diaryRanking2,
  #tab_movieRanking2 ~ .c-tab-list-wrap #list_movieRanking2 {
    height: 8.9rem;
  }
}

#tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking,
#tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking,
#tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2,
#tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 {
  position: relative;
  background: #FF6BD9;
  color: #fff;
  height: 7.5rem;
  padding-top: 1.4rem;
}
@media screen and (min-width: 576px) {
  #tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking,
  #tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking,
  #tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2,
  #tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 768px) {
  #tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking,
  #tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking,
  #tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2,
  #tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 {
    height: 9rem;
  }
}
@media screen and (min-width: 992px) {
  #tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking,
  #tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking,
  #tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2,
  #tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 {
    height: 10.6rem;
  }
}
#tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking .tabIcon_all,
#tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking .tabIcon_all,
#tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2 .tabIcon_all,
#tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 .tabIcon_all {
  color: #FF6BD9;
  background-color: #fff;
}

#tab_diaryRanking:checked ~ .c-tab-content-wrap #content_diaryRanking,
#tab_movieRanking:checked ~ .c-tab-content-wrap #content_movieRanking,
#tab_diaryRanking2:checked ~ .c-tab-content-wrap #content_diaryRanking,
#tab_movieRanking2:checked ~ .c-tab-content-wrap #content_movieRanking {
  display: block;
}

#list_diaryRanking .tabIcon,
#list_diaryRanking2 .tabIcon {
  background-image: url("../img/tab_icon_photo@2x.png");
  display: inline-block;
  width: 2rem;
  height: 1.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.25rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (min-width: 576px) {
  #list_diaryRanking .tabIcon,
  #list_diaryRanking2 .tabIcon {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #list_diaryRanking .tabIcon,
  #list_diaryRanking2 .tabIcon {
    width: 3.1rem;
    height: 2.7rem;
    margin-right: 1rem;
  }
}

#list_movieRanking .tabIcon,
#list_movieRanking2 .tabIcon {
  background-image: url("../img/tab_icon_tiktak@2x.png");
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.25rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #list_movieRanking .tabIcon,
  #list_movieRanking2 .tabIcon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    top: 0;
  }
}

#tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking .tabIcon,
#tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2 .tabIcon {
  background-image: url("../img/tab_icon_photoActive@2x.png");
}

#tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking .tabIcon,
#tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 .tabIcon {
  background-image: url("../img/tab_icon_tiktakActive@2x.png");
}

/**/
.nT-c2 {
  position: absolute;
  width: 100%;
  bottom: -8rem;
  align-items: flex-start;
  border-top: solid 0.5rem #FF6BD9;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .nT-c2 {
    bottom: -9rem;
  }
}
@media screen and (min-width: 992px) {
  .nT-c2 {
    bottom: -11rem;
  }
}
.nT-c2 #list_diaryRanking2,
.nT-c2 #list_movieRanking2 {
  border-left: solid 0.3rem #FF6BD9;
  border-top: none;
  border-right: solid 0.3rem #FF6BD9;
  border-bottom: solid 0.3rem #FF6BD9;
  border-radius: 0 0 1rem 1rem;
}

.bodyResult .noticeTab .c-tab-content-wrap {
  background-color: #fff;
  padding: 0 0rem;
}
@media screen and (min-width: 768px) {
  .bodyResult .noticeTab .c-tab-content-wrap {
    padding: 0;
  }
}
.bodyResult .noticeTab .noticeTab-cate {
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .bodyResult .noticeTab .noticeTab-cate {
    gap: 1rem;
  }
}
.bodyResult .noticeTab .noticeTab-cate li label {
  display: block;
}
@media screen and (min-width: 576px) {
  .bodyResult .noticeTab .noticeTab-cate li label {
    display: flex;
  }
}

/*===================================
『女の子を探す』タブの調整
===================================*/
.prefGirls {
  padding: 6rem 0 0rem;
  box-sizing: border-box;
}
.prefGirls .l-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .prefGirls {
    padding: 10.2rem 0 10.2rem;
  }
}
.prefGirls .sectionHead {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .prefGirls .sectionHead {
    margin-bottom: 2rem;
  }
}
.prefGirls .sectionHead__title {
  margin: 0 auto 1rem;
  max-width: 18.4rem;
}
@media screen and (min-width: 576px) {
  .prefGirls .sectionHead__title {
    max-width: 53.4rem;
  }
}
.prefGirls .sectionHead__desc {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .prefGirls .sectionHead__desc {
    font-size: 2rem;
  }
}
.prefGirls .noticeTab .noticeTab-cate {
  border: none;
}
.prefGirls .noticeTab .noticeTab-cate li {
  border: none;
  background-color: #F7F7F7;
  color: #7B767A;
}
.prefGirls .noticeTab .noticeTab-cate li label {
  display: flex;
}
.prefGirls .noticeTab .c-tab-content-wrap {
  background-color: #FFEBF9;
  padding: 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .prefGirls .noticeTab .c-tab-content-wrap {
    padding: 0 2rem 0;
  }
}
@media screen and (min-width: 992px) {
  .prefGirls .noticeTab .c-tab-content-wrap {
    padding: 0 0rem 0;
  }
}
.prefGirls #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary,
.prefGirls #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie {
  background-color: #FFEBF9;
  color: #FF6BD9;
}
.prefGirls #tab-list-diary .tabIcon {
  background-image: url("../img/tab_icon_photoGray@2x.png");
}
.prefGirls #tab-list-movie .tabIcon {
  background-image: url("../img/tab_icon_tiktakGray@2x.png");
}
.prefGirls #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary .tabIcon {
  background-image: url("../img/tab_icon_photo@2x.png");
}
.prefGirls #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie .tabIcon {
  background-image: url("../img/tab_icon_tiktak@2x.png");
}

/*===================================
各賞のレイアウト
===================================*/
.nominate_allContainer {
  padding: 0 0rem 0rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer {
    padding: 0 3.6rem 12rem;
  }
}
.nominate_allContainer .nominate_container {
  padding: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .nominate_container {
    padding: 12rem 0 0;
  }
}
.nominate_allContainer .nominate_container .nominate_titleBox {
  max-width: 63rem;
  margin: 0 auto 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .nominate_container .nominate_titleBox {
    margin: 0 auto 3.8rem;
  }
}
.nominate_allContainer .nominate_container .nominate_titleBox .nominate_title {
  max-width: 27.6rem;
  padding: 0 0 1.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .nominate_container .nominate_titleBox .nominate_title {
    max-width: none;
    padding: 0 0 3rem;
  }
}
.nominate_allContainer .nominate_container .nominate_titleBox .nominate_titleDesc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .nominate_container .nominate_titleBox .nominate_titleDesc {
    font-size: 2.3rem;
    line-height: 1.7;
  }
}
.nominate_allContainer .nominate_container .nominate_contentBox {
  background-color: #FFEBF9;
  padding: 3rem 1.5em 3rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .nominate_allContainer .nominate_container .nominate_contentBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
    max-width: 540px;
  }
}
@media screen and (min-width: 992px) {
  .nominate_allContainer .nominate_container .nominate_contentBox {
    justify-content: unset;
    gap: 4rem;
    padding: 3.1rem 3.8rem 3.1rem;
  }
}
.nominate_allContainer .nominate_container .nominate_contentBox .tabRankingBox {
  background-color: #FFF7F8;
  border: solid 0.2rem #FF6BD9;
  box-sizing: border-box;
  border-radius: 0.4rem;
  padding: 2rem 2.2rem 2rem;
  width: 100%;
  margin: 0 0 3rem;
}
@media screen and (min-width: 576px) {
  .nominate_allContainer .nominate_container .nominate_contentBox .tabRankingBox {
    width: 100%;
    margin: 0 0 0rem;
  }
}
@media screen and (min-width: 992px) {
  .nominate_allContainer .nominate_container .nominate_contentBox .tabRankingBox {
    padding: 2.5rem 1.9rem 2.5rem;
  }
}
.nominate_allContainer .nominate_container .nominate_contentBox .tabRankingBox:last-child {
  margin: 0 0 0rem;
}
.nominate_allContainer .nominate_container .TR_photoArea {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto 2.2rem;
}
@media screen and (min-width: 992px) {
  .nominate_allContainer .nominate_container .TR_photoArea {
    margin: 0 auto 2rem;
  }
}
.nominate_allContainer .nominate_container .TR_photoArea .TR_photoSub {
  width: 36%;
  margin-right: 5%;
  position: relative;
  top: -0.3rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .nominate_container .TR_photoArea .TR_photoSub {
    margin-right: 6%;
  }
}
.nominate_allContainer .nominate_container .TR_photoArea .TR_photoSub .TR_rank {
  max-width: 10.7rem;
  margin: 0 auto 0.8rem;
}
.nominate_allContainer .nominate_container .TR_photoArea .TR_photoSub .TR_thumbBox {
  box-sizing: border-box;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.16);
  padding: 0.67rem 0.67rem 0.76rem;
  background-color: #fff;
}
.nominate_allContainer .nominate_container .TR_photoArea .TR_photoSub .TR_thumbBox .TR_thumbPhoto {
  margin: 0 auto;
  padding: 0 0 0.5rem;
}
.nominate_allContainer .nominate_container .TR_photoArea .TR_photoSub .TR_thumbBox .TR_thumbPhoto img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 226/226;
}
.nominate_allContainer .nominate_container .TR_photoArea .TR_photoSub .TR_thumbBox .TR_thumbText {
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nominate_allContainer .nominate_container .TR_photoArea .TR_photoMain {
  max-width: 450px;
  border-radius: 1.2rem;
  overflow: hidden;
  width: 59%;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .nominate_container .TR_photoArea .TR_photoMain {
    width: 58%;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox {
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox {
    margin-bottom: 1.6rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle {
  display: flex;
  align-items: center;
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle {
    padding-bottom: 0.37rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyCup {
  display: flex;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  margin-right: 0.95rem;
  align-items: center;
  justify-content: center;
  background-color: #FF6BD9;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyCup {
    font-size: 1.7rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.49rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyName {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyName {
    font-size: 2rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList {
  display: flex;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList {
    padding-bottom: 0.9rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList li {
  font-size: 1.2rem;
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyDetailList li:not(:last-child):after {
  content: "/";
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList {
  display: flex;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList {
    padding-bottom: 0.9rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList li {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList li {
    font-size: 1.2rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyAreaList li:not(:last-child):after {
  content: "/";
}
.nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyShop {
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyShop {
    font-size: 2rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1.2rem 1rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList {
    gap: 0.72rem 1rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList li {
  width: calc((100% - 1rem) / 2);
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.2rem;
  border-radius: 6.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList li a {
    padding-right: 0.4rem;
    height: 3.5rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow {
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  right: 1.8rem;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    right: 1.4rem;
    top: calc(50% + 0.1rem);
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
  left: 0.06rem;
}
@media screen and (min-width: 768px) {
  .nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow:before {
    width: 0.36rem;
    height: 0.48rem;
    left: 0.08rem;
  }
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a {
  background-color: #FF6BD9;
  color: #fff;
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a .TR_linksArrow:before {
  background-color: #FF6BD9;
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksShop a {
  background-color: #FF8568;
  color: #fff;
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksShop a .TR_linksArrow:before {
  background-color: #FF8568;
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget {
  width: 100%;
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget a {
  background-color: #fff;
  color: #FF6BD9;
  border: solid 0.2rem #FF6BD9;
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget a .TR_linksArrow {
  background-color: #FF6BD9;
}
.nominate_allContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget a .TR_linksArrow:before {
  background-color: #fff;
}

/*===================================
メンエス版調整
===================================*/
.mensesthe .noticeDiary .noticeTab .noticeTab-cate.nT-c2 {
  border-bottom: none;
}
.mensesthe .nT-c2 {
  border-top: solid 0.5rem #29BDFF;
}
.mensesthe .nT-c2 #list_diaryRanking2,
.mensesthe .nT-c2 #list_movieRanking2 {
  border-left: solid 0.3rem #29BDFF;
  border-right: solid 0.3rem #29BDFF;
  border-bottom: solid 0.3rem #29BDFF;
}
.mensesthe .grandContainer .tabRankingAnker li a {
  background-color: #fff;
  color: #333;
}
.mensesthe .grandContainer .tabRankingAnker li a span {
  color: #fff;
  background-color: #29BDFF;
}
.mensesthe .grandContainer .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyCup {
  background-color: #29BDFF;
  color: #fff;
}
.mensesthe .grandContainer .TR_contentArea .TR_ladyLinks .TR_linksList li a .TR_linksArrow {
  background-color: #fff;
}
.mensesthe .grandContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a {
  background-color: #29BDFF;
  color: #fff;
}
.mensesthe .grandContainer .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a .TR_linksArrow:before {
  background-color: #29BDFF;
}
.mensesthe #list_diaryRanking .tabIcon,
.mensesthe #list_diaryRanking2 .tabIcon {
  background-image: url("../img/tab_icon_photoMe@2x.png");
}
.mensesthe #list_movieRanking .tabIcon,
.mensesthe #list_movieRanking2 .tabIcon {
  background-image: url("../img/tab_icon_tiktakMe@2x.png");
}
.mensesthe .tabIcon_all {
  color: #fff;
  background-color: #29BDFF;
}
.mensesthe #tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking,
.mensesthe #tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking,
.mensesthe #tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2,
.mensesthe #tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 {
  background: #29BDFF;
  color: #fff;
}
.mensesthe #tab_diaryRanking:checked ~ .c-tab-list-wrap #list_diaryRanking .tabIcon_all,
.mensesthe #tab_movieRanking:checked ~ .c-tab-list-wrap #list_movieRanking .tabIcon_all,
.mensesthe #tab_diaryRanking2:checked ~ .c-tab-list-wrap #list_diaryRanking2 .tabIcon_all,
.mensesthe #tab_movieRanking2:checked ~ .c-tab-list-wrap #list_movieRanking2 .tabIcon_all {
  color: #29BDFF;
  background-color: #fff;
}
.mensesthe .nominate_allContainer .nominate_container .nominate_contentBox {
  background-color: #DEFAFF;
}
.mensesthe .nominate_allContainer .nominate_container .nominate_contentBox .tabRankingBox {
  background-color: #F2FDFF;
  border: solid 0.2rem #29BDFF;
}
.mensesthe .nominate_allContainer .nominate_container .TR_contentArea .TR_ladyInfoBox .TR_ladyStyle .TR_ladyCup {
  background-color: #29BDFF;
  color: #fff;
}
.mensesthe .nominate_allContainer .nominate_container .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a {
  background-color: #29BDFF;
  color: #fff;
}
.mensesthe .nominate_allContainer .nominate_container .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksGirl a .TR_linksArrow:before {
  background-color: #29BDFF;
}
.mensesthe .nominate_allContainer .nominate_container .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget {
  width: 100%;
}
.mensesthe .nominate_allContainer .nominate_container .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget a {
  background-color: #fff;
  color: #29BDFF;
  border: solid 0.2rem #29BDFF;
}
.mensesthe .nominate_allContainer .nominate_container .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget a .TR_linksArrow {
  background-color: #29BDFF;
}
.mensesthe .nominate_allContainer .nominate_container .TR_contentArea .TR_ladyLinks .TR_linksList .TR_linksTarget a .TR_linksArrow:before {
  background-color: #fff;
}
.mensesthe .prefGirls .noticeTab .noticeTab-cate {
  border-bottom: none;
}
.mensesthe .prefGirls .noticeTab .noticeTab-cate li {
  border: none;
}
.mensesthe .prefGirls .noticeTab .noticeTab-cate li label {
  color: #7B767A;
}
.mensesthe .prefGirls .c-tab-content-wrap {
  background-color: #DEFAFF;
}
.mensesthe .prefGirls #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary,
.mensesthe .prefGirls #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie {
  background-color: #DEFAFF;
  color: #29BDFF;
}
.mensesthe .prefGirls #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary label,
.mensesthe .prefGirls #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie label {
  color: #29BDFF;
}
.mensesthe .prefGirls #tab-list-diary .tabIcon {
  background-image: url("../img/tab_icon_photoGray@2x.png");
}
.mensesthe .prefGirls #tab-list-movie .tabIcon {
  background-image: url("../img/tab_icon_tiktakGray@2x.png");
}
.mensesthe .prefGirls #tab-btn-diary:checked ~ .c-tab-list-wrap #tab-list-diary .tabIcon {
  background-image: url("../img/tab_icon_photoMe@2x.png");
}
.mensesthe .prefGirls #tab-btn-movie:checked ~ .c-tab-list-wrap #tab-list-movie .tabIcon {
  background-image: url("../img/tab_icon_tiktakMe@2x.png");
}/*# sourceMappingURL=kekka.css.map */