@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
/* Rules for sizing the icon. */
.material-icons.md-14 {
  font-size: 14px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.ma {
  margin: 0 auto;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pd15 {
  padding: 15px !important;
}
.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.fl-r {
  float: right !important;
}
.fl-l {
  float: left !important;
}
/**button**/
button {
  display: inline-block;
  background-color: #fff;
  border: none;
  padding: 0.4em 1em;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:active {
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
}
.btn {
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  font-size: 1.6rem;
}
.btn a {
  display: block;
  padding: 6px 0;
}
.btn-gray {
  background-color: #ededed;
  border: 1px solid #b0b0b0;
  -webkit-box-shadow: 0 3px 0px #c7c7c7;
  box-shadow: 0 3px 0px #c7c7c7;
  color: #000000;
}
.btn-red {
  background-color: #fb322b;
  border: 1px solid #bf2a42;
  -webkit-box-shadow: 0 3px 0px #bf2a42;
  box-shadow: 0 3px 0px #bf2a42;
  color: #f4f4f4;
  text-shadow: 0px 1px 1px #bf2a42;
}
.btn-yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8d87d), to(#f8c037));
  background: linear-gradient(#f8d87d, #f8c037);
  border: 1px solid #fdb842;
  -webkit-box-shadow: 0 3px 0px #bb8838;
  box-shadow: 0 3px 0px #bb8838;
  color: #1e1705;
}
@-webkit-keyframes furu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  4% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  12% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  14% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  16% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  18% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes furu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  4% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  12% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  14% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  16% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  18% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
/*いいねボタン*/
.likebtn, .likebtn-active {
  display: inline-block;
  vertical-align: middle;
}
.likebtn .btn:focus, .likebtn .btn:hover, .likebtn-active .btn:focus, .likebtn-active .btn:hover {
  opacity: 0.75;
}
.likebtn .btn {
  color: #777;
  font-size: 90%;
  line-height: 2em;
  padding: 0px 10px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-color: #eee;
}
.likebtn-active .btn {
  color: #2196f3;
  font-size: 90%;
  line-height: 2em;
  padding: 0px 10px;
  text-decoration: none;
  border: 1px solid #2196f3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7edff));
  background-color: #2196f3;
}
/*吹き出し*/
.balloon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.balloon span.number {
  color: #777;
  font-size: 90%;
  line-height: 2em;
  padding: 3px 10px;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.balloon span.number:after, .balloon span.number:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  position: absolute;
}
.balloon span.number:after {
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px;
}
.balloon span.number:before {
  border-right-color: #ccc;
  border-width: 5px;
  margin-top: -5px;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: YakuHanJP, "Noto Sans Japanese", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: static;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dddddd;
}
th, td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #dddddd;
}
blockquote, q {
  quotes: none;
}
blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}
input, textarea {
  padding: 8px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
  font-size: 1.6rem;
}
input:focus, textarea:focus {
  outline: none;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  resize: none;
}
input, select {
  vertical-align: middle;
}
input[type=submit] {
  cursor: pointer;
  border: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  border: none;
}
input[type=submit] ::-moz-focus-inner {
  padding: 0;
  border: none;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
}
input[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=radio] + span:focus, input[type=radio] + span:checked {
  outline: none;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dddddd;
}
input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dddddd;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  opacity: 1;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  display: block;
  border-left: 3px solid #fb322b;
  border-bottom: 3px solid #fb322b;
  opacity: 1;
}
select {
  width: 100%;
  padding: 8px 24px 8px 8px;
  border-radius: 0;
  background-image: none;
  border: 1px solid #dddddd;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus {
  outline: none;
}
/* clearfix */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.tx-c {
  text-align: center !important;
}
.tx-l {
  text-align: left !important;
}
.tx-r {
  text-align: right !important;
}
/* スマホ以外ではリンク無効 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #000000;
}
::-webkit-scrollbar-thumb {
  background: #444444;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px #111111;
  box-shadow: inset 0 0 0 1px #111111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.display-no {
  display: none !important;
}
/* header */
.header {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
  top: 0;
}
.head-link {
  display: none;
}
.header.fixed {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 48.0624em) {
  .header h1 {
    width: 100%;
    margin: 0 auto;
    padding: 1.1em 0.5em;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 85%;
    font-weight: normal;
    background: #fff;
    position: fixed;
    z-index: 998;
  }
}
@media screen and (min-width: 48.0625em) {
  .header h1 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
  }
}
@media screen and (min-width: 67.5625em) {
  .head-link {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  .head-link .tab-label {
    background: #dddddd;
    padding: 3px 12px;
    cursor: pointer;
    font-size: 1.2rem;
    display: inline-block;
  }
  .head-link .tab-label:first-of-type {
    background: none;
  }
  .head-link .tab-content {
    display: none;
  }
  .head-link .tab-switch:checked + .tab-label {
    background: #fb322b;
  }
  .head-link #TAB-01:checked ~ #TAB-01-content, .head-link #TAB-02:checked ~ #TAB-02-content, .head-link #TAB-03:checked ~ #TAB-03-content, .head-link #TAB-04:checked ~ #TAB-04-content, .head-link #TAB-05:checked ~ #TAB-05-content, .head-link #TAB-06:checked ~ #TAB-06-content {
    display: block;
  }
  .head-link .tab-switch {
    display: none;
  }
  .head-link .tab-content ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.2rem;
    margin-top: 5px;
    padding-left: 132px;
  }
  .head-link .tab-content ul li {
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #191919;
    border-bottom: 1px solid #191919;
    border-top: 1px solid #191919;
    border-left: 1px solid #191919;
    width: auto;
    padding: 4px 10px;
  }
  .head-link .tab-content ul li a {
    display: block;
  }
  .head-link .tab-content ul li:hover {
    color: #fb322b;
    border: 1px solid #fb322b;
    background-color: #fff;
  }
}
.head-text {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.head-text h1 {
  font-size: 1rem;
  color: #fb322b;
}
@media screen and (min-width: 48.0625em) {
  .head-text h1 {
    max-width: 980px;
    margin: 0 auto;
  }
}
.head-text h1 span {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .head-text h1 span {
    display: inline;
  }
}
.head-nav {
  /*position: relative;*/
  padding-top: 0.7em;
}
@media screen and (min-width: 48.0625em) {
  .head-nav {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 0;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
  }
}
.header-title {
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  display: flex;
  padding: 60px 0 0;
}
.header-title img {
  /*width: 100%;*/
  height: auto;
}
.header-logo {
  width: 138px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-left: 12px;
  text-align: center;
}
@media screen and (min-width: 48.0625em) {
  .header-title {
    padding-top: 0;
  }
  .header-logo {
    width: 228px;
  }
}
.header-title .shoplogo {
  margin: 0 auto;
  width: auto;
}
.header-title .shoplogo img {
  max-width: auto;
}
.header-logo img {
  width: 100%;
}
.header-exp {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .header-exp {
    display: inline;
    width: 560px;
    padding: 12px;
    font-size: 1.2rem;
  }
}
.head_login {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 4px;
  right: 65px;
}
.head_login p.head_login_in, .head_login p.head_login_out {
  width: 100%;
  height: 100%;
  display: block;
}
.head_login p.head_login_in::after {
  width: 40px;
  content: "ログイン";
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  letter-spacing: -0.1em;
  right: 0;
  text-align: center;
}
.head_login p.head_login_out::after {
  width: 44px;
  content: "ログアウト";
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  letter-spacing: -0.15em;
}
.head_user {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 4px;
  right: 110px;
}
.head_user p.head_login_user, .head_user p.head_login_my {
  width: 100%;
  height: 100%;
  display: block;
}
.head_user p.head_login_user::after {
  width: 40px;
  content: "会員登録";
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.head_user p.head_login_my::after {
  width: 48px;
  content: "マイページﾞ";
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  letter-spacing: -0.15em;
}
.head_login p a, .head_user p a {
  display: block;
  text-align: center;
  padding-top: 2px;
  height: 100%;
}
.head_login p a img, .head_user p a img {
  width: 28px;
}
/* footer */
footer {
  max-width: 980px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.footer-sp {
  margin-bottom: 55px !important;
}
footer div {
  font-size: 1.2rem;
  padding: 16px 16px 8px;
  color: #333333;
}
@media screen and (min-width: 48.0625em) {
  .footer-sp {
    margin-bottom: 0 !important;
  }
  footer div {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
}
footer div p {
  width: 100%;
}
footer > p {
  padding: 4px 0;
  background-color: #f4f5f6;
}
footer p span {
  display: block;
  margin-bottom: -5px;
}
.footer__contetns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__contetns ul li {
  width: 50%;
}
@media screen and (min-width: 48.0625em) {
  .footer__contetns ul li {
    width: auto;
  }
}
.p-u18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-u18 p {
  width: auto;
  margin: 0 10px;
}
.sp_nav {
  display: block;
}
@media screen and (min-width: 48.0625em) {
  .sp_nav {
    display: none;
  }
}
.cp_cont {
  width: 85vw;
  height: auto;
}
.cp_menu-logo {
  padding: 15px 15px 0px 15px;
  width: 200px;
}
.cp_menu-midashi {
  padding: 4px 8px;
  background-color: #dddddd;
}
.cp_menu-midashi::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f02e";
  font-weight: 900;
  padding-right: 8px;
}
.cp_menu-box > div {
  font-size: 1.6rem;
  position: relative;
  border-bottom: 1px solid #232323;
  border-top: 1px solid #000000;
}
.cp_menu-box p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f152";
  font-weight: 900;
  padding-right: 8px;
  color: #fb322b;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 5%;
}
.cp_menu-box p a {
  display: block;
  padding: 10px 0px 10px 40px;
}
.cp_menu-box .acnav-inner > article h6 {
  color: #888888;
  border-bottom: 1px solid #555555;
  margin-bottom: 4px;
}
.cp_menu-box .acnav-inner > article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cp_menu-box .acnav-inner > article ul li {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
  color: #888888;
}
.cp_menu-box .acnav-inner > article ul li a {
  display: block;
  padding: 4px;
  color: #fefefe;
}
.cp_menu-box .acbutton > p {
  padding: 10px 0px 10px 40px;
}
.cp_menu-link > p {
  position: relative;
}
.cp_menu-link > p a {
  border-bottom: 1px solid #232323;
  border-top: 1px solid #dddddd;
  background-color: #f4f5f6;
  font-size: 1.5rem;
  font-weight: 100;
  display: block;
  padding: 15px;
}
.cp_menu-link > p a::after {
  position: absolute;
  top: 25%;
  right: 5%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 900;
  padding-right: 8px;
  color: #fb322b;
}
.cp_menu-shop {
  width: 100%;
  padding: 5px;
  background: #1a1a1a;
}
.cp_menu-shop h6 {
  text-align: center;
  color: #fdb842;
  border: solid 1px #fdb842;
  background-color: #29200f;
  margin-bottom: 10px;
}
.cp_menu-shop ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.cp_menu-shop ul li:first-child {
  font-size: 1.4rem;
}
.cp_menu-shop ul li span {
  font-size: 1rem;
  display: block;
  color: #636363;
}
.cp_menu-shop ul li:nth-of-type(3), .cp_menu-shop ul li:nth-of-type(4) {
  text-align: left;
  color: #f4f5f6;
}
.cp_menu-shop ul li:nth-of-type(5) {
  font-size: 2rem;
  text-shadow: 0 0 6px #888888;
  background: #000000;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.cp_menu-shop ul li:nth-of-type(3)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f3c5";
  font-weight: 900;
  color: #fdb842;
  padding-right: 0.5em;
}
.cp_menu-shop ul li:nth-of-type(4)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f017";
  font-weight: 900;
  color: #fdb842;
  padding-right: 0.5em;
}
.cp_menu-shop ul li:nth-of-type(5)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f3cd";
  font-weight: 900;
  padding-right: 0.5em;
}
.cp_menu-shop ul li:nth-of-type(6) {
  text-align: center;
  margin: 5px auto;
  width: 70%;
  color: #fd425f;
  border: solid 1px #fd425f;
  border-radius: 16px;
  background: black;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media screen and (min-width: 48.0625em) {
  .area-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 54px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #333;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-weight: 900;
  }
  .area-nav ul li {
    border-right: 1px solid #333;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    white-space: nowrap;
  }
  .area-nav ul li:last-child {
    border-right: none;
  }
  .area-nav ul li a {
    display: block;
    font-weight: normal;
    height: 60px;
  }
  .area-nav ul li a:hover {
    color: #fd425f;
    border-bottom: 4px solid #fd425f;
    text-shadow: 0 0 6px #fd425f;
  }
  .area-nav .material-icons {
    font-size: 1.4rem;
    color: #fb322b;
  }
  .area-nav ul li:first-child a::before {
    display: inline;
    font-family: "Font Awesome 5 Pro";
    content: "\f015";
    font-weight: 900;
    padding-right: 8px;
    color: #fb322b;
  }
}
@media screen and (max-width: 48.0624em) {
  .page-nav {
    display: none;
  }
}
.page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}
.page-navd ul::-webkit-scrollbar {
  display: none;
}
.page-nav ul li {
  position: relative;
  text-align: center;
  width: 12.5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #fff;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #fff;
  font-size: 1.3rem;
  align-items: center;
  line-height: 1.2;
}
@media screen and (min-width: 48.0625em) {
  .page-nav ul li {
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
.page-nav ul li:nth-of-type(2n) {
  background-color: #f4f5f6;
}
ul.wordlist li {
  margin-right: 8px;
  border: 1px solid #484848;
  padding: 4px 16px;
  border-radius: 18px;
  position: relative;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.page-nav ul li a {
  display: block;
  padding: 14px 0 8px;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
}
.page-nav ul li:hover {
  color: #fb322b;
  outline: 1px solid #fb322b;
  outline-offset: -1px;
}
.page-nav ul li a::before {
  position: absolute;
  display: inline;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.6rem;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
/*.page-nav ul li:nth-of-type(1) a::before {
  content: "\f54f";
}
.page-nav ul li:nth-of-type(2) a::before {
  content: "\f15c";
}
.page-nav ul li:nth-of-type(3) a::before {
  content: "\f157";
}
.page-nav ul li:nth-of-type(4) a::before {
  content: "\f005";
}
.page-nav ul li:nth-of-type(5) a::before {
  content: "\f073";
}
.page-nav ul li:nth-of-type(6) a::before {
  content: "\f030";
}*/
.page-active {
  color: #fb322b;
  text-shadow: 0 0 6px #fb322b;
  background-color: #1e0b0e;
}
.page-deactivated {}
@media screen and (min-width: 48.0625em) {
  .page-nav {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .page-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 34px;
    line-height: 34px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-nav ul li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: calc(12.5% - 0px);
    font-size: 1.4rem;
  }
  .page-nav ul li:first-child {
    border-left: 1px solid #ccc;
  }
  .page-nav ul li a {
    display: block;
    padding: 0px;
  }
  .page-nav .material-icons {
    font-size: 1.4rem;
    color: #fb322b;
  }
  .page-nav ul li::before {
    position: static;
  }
  .page-nav ul li a::before {
    position: relative;
    padding-right: 10px;
    top: 0;
    left: 0;
  }
  .page-nav ul li:nth-of-type(4), .page-nav ul li:nth-of-type(6) {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
/* フッター固定メニュー */
.floatmenu {
  display: none;
  width: 100%;
  height: auto;
  padding: 10px;
  position: fixed;
  bottom: 55px;
  z-index: 999;
  /**/ background: rgba(59, 59, 59, 0.35);
}
.call {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.call-line {
  padding: 0;
  text-align: center;
}
.call-line a:first-of-type button {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background: rgba(22, 148, 26, 1.00);
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
}
.call-line a:nth-of-type(2) button {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  background: #06C83C;
  color: #ffffff;
  font-size: 14px;
  line-height: 120%;
  border-radius: 20px;
}
.call-line i {
  margin-right: 7px;
}
.call-inner2 {
  padding: 0;
  text-align: center;
}
.call-inner2 a:first-of-type button {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background: #FF8000;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
}
.call-inner2 a:nth-of-type(2) button {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  background: #06C83C;
  color: #ffffff;
  font-size: 14px;
  line-height: 120%;
  border-radius: 20px;
}
.call-inner2 i {
  margin-right: 7px;
}
.floatmenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.floatmenu > div > button {
  width: 80vw;
  font-size: 1.8rem;
}
.floatmenu > div > button + button {
  width: 40vw;
  font-size: 1.8rem;
  margin-left: 8px;
}
.floatmenu > div > button a::before {
  display: inline;
  font-family: "Font Awesome 5 Pro";
  content: "\f2a0";
  font-weight: 900;
  padding-right: 4px;
}
.floatmenu > div > button span {
  font-size: 0.85rem;
  display: block;
  line-height: 100%;
}
.floatmenu > div > button + button a::before {
  content: "";
}
#nav-toggle {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 44px;
  cursor: pointer;
  padding: 8px;
  border-radius: 2px;
  border: 1px solid #fb322b;
}
#nav-toggle > div {
  position: relative;
  width: 28px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fb322b;
  position: absolute;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.2s ease-in-out;
  transition: top 0.3s ease, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.3s ease;
  transition: transform 0.2s ease-in-out, top 0.3s ease, -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out, top 0.3s ease;
  -moz-transition: transform 0.2s ease-in-out, top 0.3s ease;
  -ms-transition: transform 0.2s ease-in-out, top 0.3s ease;
  -o-transition: transform 0.2s ease-in-out, top 0.3s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0px;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
#nav-toggle::after {
  width: 40px;
  content: "メニュー";
  color: #fb322b;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  letter-spacing: -0.1em;
  right: 0;
}
.open #nav-toggle span {
  background: #fb322b;
}
.open #nav-toggle span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 6px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background: #fff;
  color: #000000;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}
#gloval-nav a {
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.4s ease;
  transition: transform 0.2s ease, opacity 0.4s ease, -webkit-transform 0.2s ease;
  -webkit-transition: transform 0.2s ease, opacity 0.4s ease;
  -moz-transition: transform 0.2s ease, opacity 0.4s ease;
  -ms-transition: transform 0.2s ease, opacity 0.4s ease;
  -o-transition: transform 0.2s ease, opacity 0.4s ease;
}
#breadcrumb {
  width: 100%;
  padding: 4px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px #232323;
  box-shadow: 0 2px 4px #232323;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb {
  padding-left: 0;
  font-size: 1.2rem;
  max-width: 1820px;
  margin: 0 auto;
}
.breadcrumb a {
  color: #888888;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 3px;
  color: #888888;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.pager {
  margin: 20px auto;
}
.pager .pagination {
  text-align: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
  color: #fff;
  background: #fb322b;
}
@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a, .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}
.diary-inner .pager {
  padding-bottom: 20px;
  border-bottom: 1px dotted #888888;
}
.diary-inner .pager .pagination li {
  width: 110px;
  display: inline-block;
  border: 1px solid #888888;
}
@media screen and (min-width: 48.0625em) {
  .diary-inner .pager .pagination li {
    width: 120px;
  }
}
.diary-inner .pager .pagination li a:hover, .diary-inner .pager .pagination li a.active {
  color: #fff;
  background: #fb322b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.diary-inner .pager .pagination li.pre span::after {
  content: "　前の日記";
}
.diary-inner .pager .pagination li.next span::before {
  content: "次の日記　";
}
@media screen and (min-width: 48.0625em) {
  #sp-only, .sp-only {
    display: none !important;
  }
}
#pc-only, .pc-only {
  display: none !important;
}
@media screen and (min-width: 48.0625em) {
  #pc-only, .pc-only {
    display: block !important;
  }
}
/* ******************************
          メインエリア(SP)
   ****************************** */
.mainarea {
  display: flex;
  flex-direction: column;
}
/* mainareaメインカラム */
.mainbox {
  width: 100%;
}
.mainbox {
  order: 0;
  position: relative;
}
/* mainarea右カラム */
.subbox {
  width: 100%;
}
.subbox {
  order: 1;
}
/* ******************************
         ピックアップ1枚(SP)
   ****************************** */
.pickup-info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.pickup-img {
  width: calc(100% / 3);
  margin-right: 5px;
}
.pickup-img img {
  max-height: 167px!important;
  min-height: 167px!important;
}
.pickup-inner {
  width: calc((100% / 3) * 2);
  display: flex;
  flex-direction: column;
}
.pickup-prof {
  font-weight: 700;
  text-indent: 0.5em;
}
.pickup-prof span {
    display: block;
    font-size: 1.4rem;
}
.readmore {
  position: relative;
  padding: 10px;
  font-size: 90%;
}
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 110px;
  transition: max-height 1.5s;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);*/
}
.readmore-label {
  display: table;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 5px 10px;
  background-color: #f77;
  border-radius: 10px;
  color: #FFF;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
.readmore-label:before {
  content: '続きを読む';
}
.readmore-check {
  display: none;
}
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.readmore-check:checked ~ .readmore-label:before {
  content: '閉じる';
}
.readmore-check:checked ~ .readmore-content {
  height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  #shopbox-pickup-sp {
    display: none;
  }
  /* ******************************
            ピックアップ1枚(PC)
     ****************************** */
  .pickup-info {
    flex-direction: column;
  }
  .pickup-img {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 10px!important;
  }
.pickup-img img {
  max-height: 100%!important;
  min-height: 100%!important;
}
  .pickup-inner {
    width: 100% !important;
  }
  .pickup-prof {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .pickup-comments {
    width: 100%;
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 48.0624em) {
  #shopbox-pickup-pc {
    display: none;
  }
}
/* ******************************
          メインエリア(PC)
   ****************************** */
@media screen and (min-width: 48.0625em) {
  .mainarea {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* mainareaメインカラム */
  .mainbox {
    width: calc(75% - 5px);
    margin-right: 5px;
    max-width: 735px;
  }
  .mainbox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* mainarea左カラム */
  .subbox {
    width: 25%;
    max-width: 245px;
  }
  .subbox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
  }
  .leftbox, .rightbox {
    max-width: 100%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 250px;
  }
}
.rightbox .aside01 p {
  text-align: justify;
  letter-spacing: 0;
  color: #888888;
}
.rightbox .pc-only h4, .leftbox .pc-only h4 {
  font-size: 1rem;
  padding: 10px 0;
  color: #42fdf0;
  background-color: #131313;
}
.asidelogin {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  border: 3px solid #333;
}
.about, .l-box, .share, .quick_member, .right-job {
  margin: 0 auto;
  margin-bottom: 20px;
}
.about h3, .share h3, .l-box h3, .quick_member h3, .right-job h3, .right-pr h3 {
  padding: 6px 10px;
  width: 100%;
  color: #fff;
  background-color: #fb322b;
  font-weight: normal;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.right-pr h3 {
  border: 1px solid #fdb842;
  background-color: #302108;
  color: #fdb842;
}
.right-pr img {
  width: 100%;
  padding-bottom: 8px;
}
.right-pr a p {
  text-decoration: underline;
}
.right-job {
  text-align: center;
}
.right-job p {
  text-align: left;
}
.aboutshop {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 48.0625em) {
  .aboutshop {
    padding: 0;
  }
}
.aboutshop p:first-child {
  text-align: center;
  margin-bottom: 8px;
}
.aboutshop p {
  color: #fb322b;
}
.aboutshop h4 {
  font-size: 2rem;
  border-bottom: 1px solid #484848;
}
.aboutshop ul {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48.0625em) {
  .aboutshop ul {
    margin-top: 4px;
    line-height: 1.8em;
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.aboutshop ul li {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .aboutshop ul li {
    width: auto;
    padding-right: 20px;
  }
}
.aboutshop > div ul li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f3c5";
  font-weight: 900;
  color: #67a0ff;
  padding-right: 4px;
}
.aboutshop > div ul li:nth-last-of-type(2)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f017";
  font-weight: 900;
  color: #fb322b;
  padding-right: 4px;
}
.aboutshop > div ul li:nth-last-of-type(1)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f2a0";
  font-weight: 900;
  color: #fdb842;
  padding-right: 4px;
}
.aboutshop > div p:nth-last-child(1) {
  color: #fdb842;
  text-align: center;
}
.aboutshop > div p:nth-last-child(1) a {
  width: 100%;
  display: block;
  border: #fdb842 1px solid;
  padding: 2px 4px;
}
.aboutshop > div p:nth-last-child(1) a:hover {
  background-color: #fdb842;
  color: #000000;
}
.aboutshop-favshop {
  margin-top: 10px;
}
.aboutshop-favshop a {
  display: block;
}
.aboutshop-favshop p {
  width: 100%;
  margin: 0 auto;
  padding: 4px;
  position: relative;
  color: #000000 !important;
  background-color: #ededed;
  border: 1px solid #b0b0b0;
  -webkit-box-shadow: 0 3px 0px #c7c7c7;
  box-shadow: 0 3px 0px #c7c7c7;
}
.aboutshop-favshop p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f65e";
  font-weight: 900;
  font-size: 2rem;
  padding-right: 4px;
}
.user_side h4, .quick_member h4 {
  text-align: center;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.6rem;
  color: #fdb842;
  padding-right: 8px;
}
.user_side h4 span, .quick_member h4 span {
  display: block;
  font-size: 1.3rem;
  position: relative;
}
.user_side h4 span::before, .quick_member h4 span::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f502";
  font-weight: 900;
  padding-right: 4px;
}
@media screen and (min-width: 48.0625em) {
  .user_side h4, .quick_member h4 {
    padding-left: 8px;
  }
}
.my.l_wrapper {
  background-color: #f4f5f6;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.l_sideUser {
  width: 100%;
  vertical-align: middle;
  display: table;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b6b7bb;
}
.l_sideUser > div:first-of-type {
  width: 100%;
  text-align: center;
  text-indent: 1em;
}
.l_sideUser > div:first-of-type img {
  max-width: 88px;
}
.l_sideUser h4 {
  text-align: center;
}
.l_sideNav {
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 10px;
  background-color: #fff;
}
.l_sideNav li {
  padding: 6px 16px;
  border-bottom: 1px solid #78797d;
  position: relative;
}
.l_sideNav li a {
  display: block;
}
.l_sideNav li:last-of-type {
  border-bottom: none;
}
.l_sideNav li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #e4e4e4;
  border-right: solid 1px #e4e4e4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
}
.l_sideNav_active, .l_sideNav li:hover {
  background-color: #fb322b;
  border-radius: 4px;
}
@media screen and (min-width: 48.0625em) {
  .l_sideNav li {
    padding: 8px;
    border-bottom: 1px solid #78797d;
    position: relative;
    font-size: 1.4rem;
  }
}
.quick_member ul, .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (min-width: 48.0625em) {
  .quick_member ul, .share ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quick_member ul li, .share ul li {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .quick_member ul li, .share ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.quick_member ul li a, .share ul li a {
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
}
.share ul li:first-of-type a {
  background-color: #00b900;
  -webkit-box-shadow: 0 4px 2px #005b00;
  box-shadow: 0 4px 2px #005b00;
}
.share ul li:nth-of-type(2) a {
  background-color: #00ae9b;
  -webkit-box-shadow: 0 4px 2px #00443d;
  box-shadow: 0 4px 2px #00443d;
}
.share ul li:first-of-type a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f086";
  padding-right: 4px;
}
.share ul li:nth-of-type(2) a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0e0";
  padding-right: 4px;
}
.quick_member ul li:first-of-type a {
  background-color: #ededed;
  border: 1px solid #b0b0b0;
  -webkit-box-shadow: 0 3px 0px #c7c7c7;
  box-shadow: 0 3px 0px #c7c7c7;
  color: #000000;
}
.quick_member ul li:nth-of-type(2) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8d87d), to(#f8c037));
  background: linear-gradient(#f8d87d, #f8c037);
  border: 1px solid #fdb842;
  -webkit-box-shadow: 0 3px 0px #bb8838;
  box-shadow: 0 3px 0px #bb8838;
  color: #1e1705;
}
.quick_member ul li:first-of-type a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f2f6";
  padding-right: 4px;
}
.quick_member ul li:nth-of-type(2) a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f234";
  padding-right: 4px;
}
.quick_member ul li a:hover {
  opacity: 0.5;
}
.quick_member p a {
  margin-top: 8px;
  margin-right: 8px;
  text-align: right;
  font-size: 1.1rem;
  color: #bbbbbb;
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 48.0625em) {
  .quick_member p a {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.mainsearch {
  width: 100%;
  margin: 0;
  color: #f4f5f6;
  font-size: 1.5rem;
  padding: 8px;
  background-color: #333333;
}
@media screen and (min-width: 48.0625em) {
  .mainsearch {
    margin: 0 auto 15px;
    padding: 0;
    background-color: #000000;
  }
}
.mainsearch .selected {
  color: #fb322b;
  background: #000000;
}
#area {
  position: relative;
}
.mainsearch_buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 48.0625em) {
  .mainsearch_buttons {
    width: 50%;
    height: 42px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mainsearch_buttons button {
  width: 100%;
  background-color: #fb322b;
  color: #fff;
  padding: 0.5em 1em;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 1.4rem;
}
.btn-sticky {
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 2px #fb322b;
  color: #ffffff;
  font-weight: bold;
}
.btn-sticky:active {
  -webkit-box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.ac-search > h4 {
  position: relative;
  text-indent: 0.5em;
  padding: 8px;
  background: #000000;
}
@media screen and (min-width: 48.0625em) {
  .ac-search > h4 {
    width: 50%;
    border: 1px solid #333333;
  }
}
.ac-search > h4::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00e";
  position: absolute;
  top: 25%;
  right: 5%;
}
.ac-search > h4::before {
  color: #fb322b;
  content: "●";
  text-shadow: 0 0 6px #fb322b;
  padding-right: 8px;
}
.ac-search-inner {
  padding: 10px;
  background-color: #333333;
}
.ac-search-inner article {
  margin-bottom: 20px;
}
@media screen and (min-width: 48.0625em) {
  .ac-search-inner article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000000;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ac-search-inner article h6 {
  text-indent: 1em;
  letter-spacing: 0.1rem;
  padding: 4px 0;
  font-size: 1.3rem;
  background-color: #000000;
}
@media screen and (min-width: 48.0625em) {
  .ac-search-inner article h6 {
    width: 180px;
    line-height: 37px;
    height: 44px;
  }
}
@media screen and (min-width: 48.0625em) {
  .ac-search-inner article label {
    line-height: 37px;
  }
}
.ac-search-inner input[type=checkbox] + span::before {
  background: #000000;
  border: 1px solid #484848;
}
.ac-search-inner select {
  color: #f4f5f6;
  background-color: #484848;
  border: 1px solid #333333;
  font-size: 1.6rem;
}
@media screen and (min-width: 48.0625em) {
  .ac-search-inner select {
    width: 50%;
  }
}
.ac-search-inner .acbutton p {
  font-size: 1.3rem;
  text-align: center;
  width: 300px;
  padding: 12px;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #232323;
}
.ac-search-inner button {
  width: 280px;
  color: #ffffff;
  font-size: 2rem;
  background-color: #fb322b;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 1px #4b252b;
  box-shadow: 0 4px 1px #4b252b;
}
.ac-search-inner .search_submit {
  text-align: center;
}
.ac-search-inner .search_submit a div {
  margin-top: 4px;
  color: #888888;
}
.wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#page {
  background: #f4f5f6;
}
.top {
  width: 100%;
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}
.top .list {
  margin-top: 3rem;
  line-height: 200%;
}
.top .list ul li {
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  padding: 5px 5px 5px 15px;
}
.top .list ul li:last-child {
  border-bottom: 1px solid #cdcdcd;
}
.top .list ul li a {
  color: #0556e9;
  display: block;
}
.co-title {
  height: 34px;
  line-height: 34px;
  padding: 0 2vw;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3137254902);
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3137254902);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (min-width: 48.0625em) {
  .co-title {
    height: 44px;
    line-height: 44px;
    padding: 0 1vw;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.8rem;
    font-weight: nomal;
    letter-spacing: 0px;
  }
  .co-title .material-icons.md-14 {
    font-size: 2rem;
  }
}
.co-title-pink {
  color: #f1f1f1;
  background: #fb322b;
}
@media screen and (min-width: 48.0625em) {
  .co-title-pink {
    border-bottom: 1px solid #fb322b;
    background: none;
    color: #fb322b;
  }
}
.co-title-purple {
  color: #f1f1f1;
  background: #3d0264;
}
@media screen and (min-width: 48.0625em) {
  .co-title-purple {
    border-bottom: none;
  }
}
.sp-title-line-pink {
  color: #fff;
  background-color: #fb322b;
}
.co-title-glay {
  background-color: #232323;
}
.sp-title-line {
  font-size: 1.2rem;
  padding: 4px 15px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.sp-title-line::before {
  content: " ";
  display: block;
  width: 170px;
  height: 30px;
  -webkit-transform: skew(0deg, -10deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3137254902);
  right: 0;
  bottom: 0px;
}
.sp-title-line-black {
  color: #fff;
  background-color: #fb322b;
}
.top-search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-search ul li {
  -ms-flex-preferred-size: 78px;
  flex-basis: 78px;
  width: calc((100% - 64px) / 8);
  margin-right: 4px;
  margin-top: 8px;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 #6d6d6d;
  box-shadow: 0 2px 0 #6d6d6d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.top-search ul li > a div {
  padding: 8px 0;
}
ul.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.tab-group li {
  color: #000000;
  width: calc((100% - 6px) / 3);
  margin: 1px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px #e6e6e6 solid;
  cursor: pointer;
  padding: 16px 0;
  position: relative;
  background-color: #f1f1f1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
ul.tab-group li ::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 2em solid transparent;
  border-right: 3em solid #000000;
  position: absolute;
}
ul.tab-group li span {
  display: block;
  font-size: 1rem;
}
.panel-group {
  background: #f4f5f6;
}
.panel {
  display: none;
}
.tab.is-active {
  color: #fb322b;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.tab.is-active ::before {
  border-right: 3em solid #fb322b;
}
.panel.is-show {
  display: block;
}
.in-box {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  padding: 8px 0;
}
@media screen and (min-width: 48.0625em) {
  .in-box {
    max-width: 100%;
  }
}
.top-r18 {
  color: #888888;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-r18 p:first-of-type {
  width: 34px;
  margin-right: 6px;
}
.popularity-area {
  width: 100%;
  height: auto;
  background-color: #fefefe;
  padding-top: 10px;
}
.popularity-area-box, .relation-area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popularity-area-box > div, .relation-area-box > div {
  width: calc((100% - 6px) / 2);
  background-color: #fff;
  margin-bottom: 8px;
  border-radius: 2px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.popularity-area-box > div::before, .relation-area-box > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-20px, -50%) rotate(45deg);
  transform: translate(-20px, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: solid 2px #fb322b;
  border-right: solid 2px #fb322b;
}
.popularity-area-box > div a, .relation-area-box > div a {
  padding: 16px;
  display: block;
  border: 1px solid #191919;
}
.popularity-area-box > div a:hover, .relation-area-box > div a:hover {
  color: #fb322b;
  background-color: #000000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.popularity-area-box > div span, .relation-area-box > div span {
  display: block;
  font-size: 0.8rem;
  color: #6d6d6d;
}
.popularity-area h3 {
  color: #fb322b;
  text-shadow: 0 0 4px #fb322b;
}
@media screen and (min-width: 48.0625em) {
  .popularity-area-box > div {
    width: calc((100% - 30px) / 3);
    margin-bottom: 8px;
  }
}
.panel-toparea {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.panel-toparea li {
  text-align: center;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-bottom: 8px;
}
.panel-toparea li a > div {
  color: #000000;
  border: 1px solid top-r18;
  margin: 0 auto;
  font-size: 1.4rem;
  width: 100%;
  max-width: 72px;
  height: 44px;
  line-height: 44px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dbdbdb));
  background: linear-gradient(#eeeeee, #dbdbdb);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.top-search-list li {
  border: 1px solid #333333;
}
.top-search-list li:hover, .panel-toparea li a > div:hover {
  color: #f1f1f1;
  border: 1px solid #fd425f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff657d), to(#fd425f));
  background: linear-gradient(#ff657d, #fd425f);
}
.no-publi, .no-publi:hover {
  border: none !important;
  color: #484848 !important;
  background: #333 !important;
}
.top-search h4 {
  font-size: 1.5rem;
  font-weight: normal;
}
.mainbox-word h3 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 8px;
  padding-bottom: 4px;
  border-bottom: 2px solid #333;
}
.mainbox-word ul.wordlist {
  padding: 8px;
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
}
.mainbox-word ul::-webkit-scrollbar {
  display: none;
}
.mainbox-word ul.wordlist li {
  margin-right: 8px;
  border: 1px solid #484848;
  padding: 4px 16px;
  -webkit-box-shadow: 0 0 4px #636363;
  box-shadow: 0 0 4px #636363;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.mainbox-word ul.wordlist li a {
  display: block;
}
.marquee {
  width: 100%;
  padding: 0.5em 0;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 10px;
  position: relative;
  color: #fb322b;
}
.marquee p:after {
  content: "";
  white-space: nowrap;
}
.marquee p {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 20;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 20;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 20;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  -webkit-animation-duration: 20;
  animation-duration: 20;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
.gsearch-choosing {
  font-size: 1.2rem;
  color: #888888;
}
.commontitle i {
  margin-right: 5px;
}
.commontitle > h2, .commontitle > h3 {
  text-indent: 0.3em;
  font-weight: normal;
  position: relative;
}
.commontitle-A {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  position: relative;
  font-size: 1.6rem;
  line-height: 40px;
}
.commontitle-A p {
  padding-right: 8px;
}
.commontitle-A p span {
  font-size: 2.4rem;
  padding: 0 4px;
}
@media screen and (min-width: 48.0625em) {
  .commontitle-A {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 16px;
  }
  .commontitle-A::before {
    color: #fb322b;
    content: "●";
    text-shadow: 0 0 6px #fb322b;
    padding-right: 8px;
  }
}
@media screen and (min-width: 48.0625em) {
  .commontitle-A > p {
    line-height: 100%;
  }
  .commontitle-A > p:nth-of-type(3) {
    margin-left: auto;
    font-size: 1.5rem;
    padding-right: 8px;
  }
}
.commontitle-B {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #fb322b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 48.0625em) {
  .commontitle-B {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .commontitle-B::before {
    padding: 20px 16px;
    color: #fff;
    content: "●";
  }
}
.commontitle-B > h2 {
  font-size: 1.5rem;
  line-height: 0;
}
.commontitle-B > h2 span {
  font-size: 2.4rem;
  padding: 0 8px;
}
.commontitle-C {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  position: relative;
  color: #fff;
  background-color: #000; /* テーブルカラー */
}
@media screen and (min-width: 48.0625em) {
  .commontitle-C {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /*.commontitle-C::before {
    padding: 20px 16px;
    content: "ー";
  }*/
}
.commontitle > h2.m-name {
  font-size: 1.2rem;
}
.commontitle > h2.m-name span {
  font-size: 1.8rem;
}
@media screen and (min-width: 48.0625em) {
  .commontitle > h2.m-name {
    font-size: 1.5rem;
  }
  .commontitle > h2.m-name span {
    font-size: 2.4rem;
  }
}
.acbox01 {
  display: inline;
  color: #636363;
}
.acbox01 p {
  float: right;
  color: #fdb842;
  padding: 0 14px;
  margin-top: 8px;
  border-radius: 10px;
  background-color: #131313;
  text-shadow: 0 0 4px #fdb842;
}
.acbox01-block ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 2px solid #fb322b;
}
.acbox01-block ul li {
  width: calc(25% - 3px);
  position: relative;
  letter-spacing: 0.025em;
  background-color: #f4f5f6;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.acbox01-block ul li a {
  display: block;
  text-align: center;
  padding: 8px;
  height: 100%;
}
.acbox01-block ul li div {
  line-height: 120%;
}
.acbox01-block ul li div span {
  font-size: 0.65em;
  display: none;
}
.acbox01-block ul li p {
  font-size: 0.75em;
}
.ima {
  text-align: right !important;
  letter-spacing: -0.025em !important;
}
.ima::before {
  position: absolute;
  left: 0vw;
  top: 0;
  font-size: 3rem;
  content: "今";
  clear: both;
  overflow: hidden;
  color: #000000;
}
.acbox01-block-active {
  background-color: #fb322b;
  border-radius: 2px 2px 0 0;
}
.acbox01-block ul li:hover {
  opacity: 0.3;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
@media screen and (max-width: 23.125em) {
  .acbox01-block ul li a {
    padding: 4px 0;
  }
  .acbox01-block ul li {
    white-space: nowrap !important;
  }
}
@media screen and (min-width: 48.0625em) {
  .acbox01-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .acbox01-block ul li {
    text-align: center;
    display: block;
    font-size: 1.8rem;
  }
  .ima::before {
    left: 20%;
    color: #000000;
  }
}
@media screen and (min-width: 480px) {
  .ima {
    text-align: center !important;
    letter-spacing: 0;
  }
}
.acnav {
  margin-top: 20px;
}
.acnav > p {
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: bold;
}
.girls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 5px 0px;
}
.girls > div {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 2px);
  height: auto;
  text-decoration: none;
  color: #666666;
  list-style: none;
}
.girls .i-timesevice {
  z-index: 10;
  position: absolute;
  width: 80px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48.0625em) {
  .girls > div {
    width: calc(25% - 2px);
  }
}
@media screen and (min-width: 92.5625em) {
  .girls > div {
    width: calc(20% - 2px);
  }
}
.girlsupdate {
  width: 100%;
  margin: 20px auto;
}
.girlsupdate a {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  padding: 16px 54px;
  background-color: #fb322b;
  -webkit-box-shadow: 0 0 6px #fb322b;
  box-shadow: 0 0 6px #fb322b;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
.gsearch_error {
  width: 90%;
  margin: 20px auto;
  text-align: justify;
}
@media screen and (min-width: 48.0625em) {
  .gsearch_error {
    width: 400px;
    text-align: center;
  }
}
.gsearch_error button {
  margin: 20px auto;
  width: 340px;
  display: block;
  border-radius: 4px;
  font-size: 1.8rem;
  color: #000000;
  background-color: #f4f5f6;
}
.schedule {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  background-color: #fefefe;
  margin-bottom: 20px;
}
.schedule::-webkit-scrollbar {
  display: none; /*スクロールバー非表示（Chrome・Safari）*/
}
@media screen and (min-width: 48.0625em) {
  .schedule {
    white-space: normal;
  }
}
.schedule-list {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  width: 100px;
  margin-right: 2px;
}
@media screen and (min-width: 48.0625em) {
  .schedule-list {
    width: calc(14.2857142857% - 2px);
  }
}
.schedule-list p:first-of-type {
  background-color: #f4f5f6;
  color: #000000;
}
.schedule-list p:nth-of-type(2) {
  padding: 6px 0;
}
.schedule-list p:nth-of-type(2) img {
  vertical-align: middle;
}
.schedule-list p:nth-of-type(2) span {
  display: block;
  line-height: 120%;
}
.schedule-doyou {
  background-color: #67a0ff !important;
  color: #ffffff !important;
}
.schedule-niti {
  background-color: #fb322b !important;
  color: #ffffff !important;
}
.girlprof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.girlprof > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.girlprof > #slider {
  height: 140px;
  background-color: aquamarine;
}
@media screen and (min-width: 48.0625em) {
  .girlprof {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
  }
  .girlprof > div:nth-of-type(1) {
    width: 100%;
    max-width: 360px;
  }
}
#responsive-slider {
  margin: 0 auto;
}
#slide img {
  position: absolute;
}
#thumbnail {
  padding: 0 15px;
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
#thumbnail li {
  height: 120px;
  width: 20%;
  position: relative;
  overflow: hidden;
}
#thumbnail li img {
  width: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slideimg {
  width: 100%;
  max-width: 285px;
  height: 380px !important;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .slideimg {
    max-width: 360px;
    height: 488px !important;
  }
}
.shopbox > div {
  /*margin-top: 10px;*/
}
.shopbox > div img {
  width: auto;
  /*min-height: 100%;*/
}
.slideimg img {
  width: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shopbox-news > div, .shopbox-eigyou > div:nth-of-type(2), .shopbox-change > div:nth-of-type(2), .shopbox-cancel > div:nth-of-type(2), .shopbox-traffic > div:nth-of-type(2), .shopbox-guidance > div:nth-of-type(2) {
  width: 100%;
  padding: 10px;
  background: #fff;
  /*max-height: 200px;
  overflow-y: scroll;*/
}
.shopbox-attention > div:nth-of-type(2) {
  padding: 0 15px;
}
.shopbox-price table, .shopbox-price table tr, .shopbox-price table th, .shopbox-price table td {
  border: none;
  padding: 10px;
}
.shopbox-price table tr {
  background-color: #fefefe;
}
.shopbox-price table tr:nth-last-of-type(2n) {
  background-color: #f1f1f1;
}
.shopbox-priceimg {
  text-align: center;
}
.shopbox-priceimg img {
  width: 100% !important;
  max-width: 1160px;
}
.q-job {
  padding: 0 15px;
  max-width: 720px;
  margin: 0 auto 15px;
}
.q-job-gold .mv {
  width: 100%;
  text-align: center;
}
.q-job-gold ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.q-job-gold ul li {
  width: calc(100% - 5px);
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 1px;
}
.q-job-gold ul li:last-child {
  margin-right: 0;
}
.q-job-gold ul li a {
  padding: 10px 0;
  display: block;
}
.q-job-gold ul .line {
  background-color: #00b900;
}
.q-job-gold ul .mail {
  background-color: #0556e9;
}
.q-job-gold ul .job {
  background-color: #ff226d;
}
.q-job-gold ul .ext {
  display: none;
}
@media screen and (min-width: 900px) {
  .q-job {
    padding: 0;
    max-width: 920px;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .q-job-gold ul {
    width: 100%;
    max-width: 300px;
    margin-left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .q-job-gold ul li {
    width: calc(100% - 5px);
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .q-job-gold ul .ext {
    display: block;
  }
  .q-job-gold ul .ext p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 10px;
  }
}
.q-job-std {
  padding: 0 15px;
  max-width: 720px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.q-job-std .mv {
  width: 45%;
  margin-right: 10px;
}
.q-job-std .txt {
  width: calc(55% - 10px);
  overflow: hidden;
}
.q-job-std .txt p {
  font-size: 1.2rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.q-job .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 0;
  border-radius: 4px;
  max-width: 100px;
  font-size: 1.1rem;
  float: right;
}
@media screen and (min-width: 768px) {
  .q-job-std .txt p {
    -webkit-line-clamp: 5;
  }
}
.prbox h5, .dayspickup h5, .dayspr h5 {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 2px 0;
  text-align: center;
  color: #42fdf0;
  background-color: #1e3e3c;
}
.dayspickup, .dayspr {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 8px;
}
.prbox-x {
  width: 100%;
  height: auto;
  max-width: 380px;
  max-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.prbox-x > div:first-of-type {
  width: 100%;
  max-width: 162px;
  height: auto;
  overflow: hidden;
  margin-right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 23.125em) {
  .prbox-x > div:first-of-type {
    max-width: 120px;
    margin-right: 2vw;
  }
}
.prbox-x > div:first-of-type img {
  width: 100%;
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 48.0625em) {
  .prbox-x > div:first-of-type img {
    height: 188px;
  }
}
.prbox-x > div:nth-of-type(2) {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prbox-y {
  width: 100%;
  height: auto;
  max-width: 380px;
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#area .prbox-x {
  max-width: 400px;
  max-height: 220px;
  padding: 4px;
  background-color: #fefefe;
  border: 1px solid #000000;
  border-radius: 8px;
  position: relative;
}
#area .prbox-x > div:first-of-type {
  max-width: 108px;
}
@media screen and (min-width: 48.0625em) {
  #area .prbox-x > div:first-of-type {
    max-width: 148px;
  }
}
#gsearch-girls .prbox-y {
  max-width: 100%;
  padding-top: 14px;
}
.prbox-y > div:first-of-type {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}
.prbox-y > div:first-of-type a img {
  width: 100%;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prbox-y > div:first-of-type p {
  position: absolute;
  z-index: 50;
  bottom: 2%;
  right: 2%;
}
.prbox-y > div:first-of-type p img {
  width: 100%;
  max-width: 52px;
}
.prbox-y > div:first-of-type p + p {
  bottom: 20%;
  right: 2%;
}
.prbox-y > div:nth-of-type(2) {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.dayspr ul li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 48.0625em) {
  .dayspr ul li img {
    height: 280px;
  }
}
.dayspr ul li h6 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gi {
  font-size: 1.1rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  color: #000000;
}
.gi-industry, .gi-schedule {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gi-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.gi-industry {
  color: #fff;
  background-color: #fb322b;
  border-radius: 32px;
  padding: 0px 4px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
.gi-style {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
#shop-girls .gi-style {
  font-size: 1.4rem;
  letter-spacing: 0em;
}
.gi-schedule {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gi-schedule > p {
  padding: 2px;
  display: inline;
  color: #fff;
  letter-spacing: 0;
}
.gi-schedule > p:first-of-type {
  width: 78px;
  text-align: center;
  font-size: 1.2rem;
  background-color: #fb322b;
}
.gi-schedule > p:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fb322b;
}
.gi-schedule > p:nth-of-type(2) i {
  font-size: 1.2rem;
  padding-right: 2px;
  padding-top: 2px;
}
.gi-point {
  margin: 6px 0 2px;
}
.gi-point a {
  padding: 0 3px;
  background-color: #f4f5f6;
  border: 1px solid #484848;
  color: #484848;
  position: relative;
  margin-right: 4px;
}
.gi-point a:last-of-type {
  margin-right: 0px;
}
.gi-point a:first-of-type::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f083";
  font-weight: 900;
  padding-right: 4px;
}
.gi-point a:nth-of-type(2)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f521";
  font-weight: 900;
  padding-right: 4px;
}
.gi-point a:nth-of-type(3)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a1";
  font-weight: 900;
  padding-right: 4px;
}
.gi-point .ic-active {
  color: #fefefe !important;
  border: none;
  background-color: #67a0ff !important;
}
.gi-name {
  font-size: 1.8rem;
  line-height: 140%;
  font-size: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.gi-shop {
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  width: 98%;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  height: 30px;
}
.gi-shop span {
  font-size: 1rem;
  display: block;
  margin-bottom: 2px;
}
.gi-price {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-top: 6px;
  margin-bottom: 2px;
  background-color: #fb322b;
}
.gi-2column {
  position: relative;
  height: 32px;
  background-color: #fb322b;
  margin-top: 6px;
}
.gi-btn-tel {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10;
  width: 62px;
  height: 32px;
  -webkit-animation: furu 2.2s infinite;
  animation: furu 2.2s infinite;
}
@media screen and (min-width: 48.0625em) {
  .gi-btn-tel {
    width: 82px;
    top: unset;
    bottom: 15px;
    right: 5px;
  }
}
.gi-2column .gi-price {
  font-weight: 700;
  background: none;
  margin: 0;
  line-height: 30px;
}
.fav_button {
  position: absolute;
  z-index: 10;
  width: 44px;
  height: 44px;
  overflow: hidden;
  top: 1px;
  right: 0;
}
.commontitle .fav_button {
  top: -13px;
  right: 6px;
}
.gi-btn {
  background-color: #f4f5f6;
  width: 90%;
  margin-top: 2px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.gi-btn a {
  display: block;
  padding: 2px 8px;
}
.gi-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-20px, -50%) rotate(45deg);
  transform: translate(-20px, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: solid 2px #fb322b;
  border-right: solid 2px #fb322b;
}
.gi-shame {
  position: relative;
}
.gi-shame ul {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  padding-left: 10px;
}
.gi-shame ul li {
  position: relative;
  width: calc(100% / 3 -16px);
  margin: 0 2px;
}
.gi-shame ul li img {
  width: 100%;
  max-width: 150px;
  min-height: 150px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .gi-shame ul {
    padding-left: 5px;
  }
  .gi-shame ul li img {
    max-width: 110px;
    min-height: 110px;
  }
}
.gi-shame p {
  text-align: right;
}
.gi-shame p a {
  text-decoration: underline;
  background-color: #f4f5f6;
  padding: 6px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.gi-shame p a:hover {
  background-color: #fdb842;
}
.gi-shame-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 48.0625em) {
  .gi-shame-all {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 48.0625em) {
  .gi-shame-all article {
    width: calc(50% - 10px);
  }
}
.gi-shame-all h4 {
  position: relative;
  border-top: solid 2px #fb322b;
  border-bottom: solid 2px #fb322b;
  color: #fb322b;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.gi-shame-all h4::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro", "Quicksand", "Avenir", "Arial", sans-serif;
  content: "\f0a7  スマホ撮り~無修正写真~";
  background: #fb322b;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.gi-shame2 {
  position: relative;
}
.gi-shame2 ul {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  padding-left: 10px;
}
.gi-shame2 ul li {
  position: relative;
  width: auto;
  max-width: 33%;
  margin: 0 2px;
}
.gi-shame2 ul li img {
  width: 100%;
  max-width: 187px;
  min-height: 187px;
}
@media screen and (max-width: 480px) {
  .gi-shame2 ul {
    padding-left: 5px;
  }
  .gi-shame2 ul li img {
    max-width: 110px;
    min-height: 110px;
  }
}
.gi-shame2 p {
  text-align: right;
}
.gi-shame2 p a {
  text-decoration: underline;
  background-color: #f4f5f6;
  padding: 6px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.gi-shame2 p a:hover {
  background-color: #fdb842;
}
.btn-good {
  cursor: pointer;
  display: block;
  float: right;
}
#girlprof-list {
  padding: 5px 15px;
}
#girlprof-list > div:first-of-type p {
  text-align: center;
  color: #484848;
}
#girlprof-list .gi-style, #girlprof-list .gi-schedule {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
#girlprof-list .gi-name {
  font-size: 2.4rem !important;
}
#girlprof-list .gi-photo {
  margin: 0 auto;
  text-align: center;
  background-color: #67a0ff;
  color: #fefefe;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#girlprof-list .gi-photo a {
  width: auto;
  display: block;
  padding: 8px;
}
#girlprof-list .gi-photo a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f083";
  font-weight: 900;
  padding-right: 8px;
}
#girlprof-list .gi-tag {
  padding: 8px;
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  border-top: 1px dotted #1a1a1a;
}
#girlprof-list .gi-tag li {
  color: #fb322b;
  text-align: center;
  margin-bottom: 8px;
  margin-right: 8px;
  border: 1px solid #fb322b;
  padding: 4px 16px;
  -webkit-box-shadow: 0 0 4px #fb322b;
  box-shadow: 0 0 4px #fb322b;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-flex: auto;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
#girlprof-list .gi-voice {
  line-height: 160%;
}
#girlprof-list .gi-voice dl {
  margin-bottom: 10px;
}
#girlprof-list .gi-voice dt {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.girlprof-timer {
  width: 100%;
  margin: 0 auto 10px;
  background-color: #1a1a1a;
}
.girlprof-timer h3 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #ED041E;
}
.girlprof-timer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 5px 0;
}
.girlprof-timer .price-before {
  color: #e9e9e9;
  line-height: 100%;
  text-decoration: line-through;
}
.girlprof-timer .price-after {
  font-size: 2.4rem;
  line-height: 100%;
  color: #fef31f;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.girlprof-timer .timer {
  color: #fef31f;
}
.girlprof-timer .timer:before {
  content: "終了まで残り";
  font-size: 1.5rem;
  margin-right: 4px;
  color: #fff;
}
.girlprof-timer .timer .TimeView {
  margin: 2px;
  padding: 2px;
  font-size: 2.4rem;
  background-color: #000000;
}
.girlprof-timer .timer .TimeView:last-child {
  padding: 0;
}
.gi-voice .movie-wrap iframe {
  width: 100% !important;
  height: 300px !important;
}
.call-inner {
  padding: 5px 0;
  margin: 13px auto 5px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.call-inner .link-line {
  font-weight: bold;
}
.call-inner a:first-of-type button {
  width: 100%;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 25px;
  position: relative;
  /*font-size: 1.5rem;*/
  background: #FF8000;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: right !important;
  line-height: 120%;
  border-radius: 20px;
}
.call-inner a:first-of-type button::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  font-weight: 900;
  font-size: 1.5rem;
  top: 50%;
  left: 9%;
  color: #ffffff;
}
/*.call-inner a:first-of-type button::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: 900;
  font-size: 3rem;
  top: 33%;
  right: 7%;
  color: #ffffff;
}*/
.call-inner a:nth-of-type(2) button {
  width: 100%;
  margin: 0 auto;
  padding: 15px 18px;
  position: relative;
  background-color: #06C83C;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 120%;
  border-radius: 20px;
}
.call-inner a:nth-of-type(2) button span {
  margin-left: 5px
}
@media screen and (max-width: 23.125em) {
  .call-inner a:first-of-type button {
    width: 210px;
  }
  .call-inner a:nth-of-type(2) button {
    padding: 8px 20px 6px;
  }
  .call-inner a:first-of-type button::before {
    font-size: 2.2rem;
  }
}
.tenpobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  position: relative;
  /*background-color: #f4f5f6;*/
}
@media screen and (max-width: 48.0624em) {
  .tenpo-banner {
    display: none;
  }
}
@media screen and (min-width: 48.0625em) {
  .tenpobox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    height: 100%;
  }
  .tenpo-banner {
    width: 100%;
    height: auto;
  }
  .tenpobox .tenpo-banner {
    width: 320px;
    height: 50px;
    overflow: hidden;
  }
  .tenpobox .tenpo-banner img {
    width: 100%;
    height: 100%;
    max-height: 50px;
    object-fit: fill;
  }
}
.tenpobox > div:first-of-type {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 13px 10px;
}
@media screen and (min-width: 48.0625em) {
  .tenpobox > div:first-of-type {
    /*padding-top: 0em;*/
    width: 40%;
    margin-right: 1%;
    padding: 13px 10px;
  }
}
.tenpobox > div:nth-of-type(2) {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 48.0625em) {
  .tenpobox > div:nth-of-type(2) {
    width: 60%;
    padding-left: 1%;
  }
}
.tenpobox > div:nth-of-type(2) p {
  /*color: #fb322b;*/
}
.tenpobox > div:nth-of-type(2) h2 {
  font-size: 2rem;
  border-bottom: 1px solid #484848;
}
.tenpobox > div:nth-of-type(2) h4 {
  font-size: 2rem;
  border-bottom: 1px solid #484848;
}
.tenpobox > div:nth-of-type(2) ul {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48.0625em) {
  .tenpobox > div:nth-of-type(2) ul {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
.tenpobox > div:nth-of-type(2) ul li {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .tenpobox > div:nth-of-type(2) ul li {
    width: auto;
    padding-right: 20px;
  }
}
/*.tenpobox > div:nth-of-type(2) ul li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f3c5";
  font-weight: 900;
  color: #67a0ff;
  padding-right: 4px;
}

.tenpobox > div:nth-of-type(2) ul li:nth-last-of-type(1)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f2a0";
  font-weight: 900;
  color: #fdb842;
  padding-right: 4px;
}

.tenpobox > div:nth-of-type(2) ul li:nth-last-of-type(2)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f017";
  font-weight: 900;
  color: #fb322b;
  padding-right: 4px;
}

.tenpobox > div:nth-of-type(2) ul li:nth-last-of-type()::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f075";
  font-weight: 900;
  color: #06C83C;
  padding-right: 4px;
}*/
.tenpobox > div:nth-of-type(2) ul li .map {
  margin-right: 5px;
  color: #67a0ff;
}
.tenpobox > div:nth-of-type(2) ul li .time {
  margin-right: 5px;
  color: #fb322b;
}
.tenpobox > div:nth-of-type(2) ul li .tel {
  margin-right: 5px;
  color: #fdb842;
}
.tenpobox > div:nth-of-type(2) ul li .mail {
  margin-right: 5px;
  color: #028509;
}
@media screen and (max-width: 48.0625em) {
  .line-contract {
    display: none;
  }
}
.line-contract {
  width: 135px;
  position: absolute;
  top: 70px;
  right: 10px;
}
.tenpobox_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.tenpobox_link a {
  display: block;
}
.tenpobox_link a p {
  width: 168px;
  text-align: center;
  background-color: #000000;
  border: 1px solid #fdb842;
  color: #fdb842;
  padding: 4px;
  position: relative;
}
.tenpobox_link i {
}
/*.tenpobox_link a:first-of-type p::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 900;
  color: #fdb842;
  padding-left: 4px;
}
.tenpobox_link a:nth-of-type(2) p {
  background-color: #ededed;
  border: 1px solid #b0b0b0;
  color: #000000;
  border-radius: 4px;
}
.tenpobox_link a:nth-of-type(2) p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f65e";
  font-weight: 900;
  color: #000000;
  padding-right: 4px;
}*/
@media screen and (min-width: 48.0625em) {
  .tenpobox {
    padding-bottom: 10px;
  }
  .tenpobox_link {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 172px;
    margin: 0;
  }
}
.tenpobox-girls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  position: relative;
  background-color: #f4f5f6;
}
@media screen and (min-width: 48.0625em) {
  .tenpobox-girls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.shop-timelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48.0625em) {
  .shop-timelist {
    -ms-justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.shop-timelist li {
  width: calc(20% - 2px);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f5f6;
  font-size: 1.4rem;
  letter-spacing: 0em;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid #3b3b3b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
}
@media screen and (min-width: 48.0625em) {
  .shop-timelist li {
    text-indent: 0em;
    font-size: 1.6rem;
    margin-bottom: 0px;
    text-align: center;
  }
  .shop-timelist li span {
    font-size: 1.3rem;
  }
}
.shop-timelist li:hover {
  background-color: #fb322b;
  border-bottom: 2px solid #4b252b;
}
.shop-timelist li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px 0 4px;
}
.shop-timelist li a span {
  display: block;
}
.shop-timelist li.shop-timelist-active {
  background-color: #fb322b !important;
  border-bottom: 2px solid #4b252b;
  -webkit-animation: flash 1.5s linear infinite;
  animation: flash 1.5s linear infinite;
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media screen and (min-width: 48.0625em) {
  .shop-timelist li a span {
    display: inline;
  }
  .shop-timelist li a {
    padding: 14px;
  }
}
.shop-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule {
    margin-bottom: 20px;
  }
}
.shop-schedule > div:first-of-type {
  width: 60px;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule > div:first-of-type {
    width: 120px;
    margin-right: 20px;
  }
}
.shop-schedule > div:nth-of-type(2) {
  width: calc(100% - 60px);
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule > div:nth-of-type(2) {
    width: calc(100% - 70px);
  }
}
.shop-schedule-item {
  position: relative;
}
.shop-schedule-item h3 {
  font-size: 2rem;
}
.shop-schedule-item p:first-of-type {
  font-size: 1.2rem;
  color: #636363;
}
.shop-schedule-item p:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fdb842;
}
.shop-schedule-week {
  padding: 4px;
  background-color: #f4f5f6;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-weekbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop-schedule-week h3 {
  text-indent: 1em;
  letter-spacing: 0.05rem;
  padding: 4px 0;
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-week h3 {
    width: 290px;
    line-height: 37px;
    height: 44px;
    border-radius: 0;
    font-size: 1.6rem;
    text-indent: 0em;
    text-align: center;
  }
}
.shop-schedule-week article {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-week article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.shop-schedule-week article::-webkit-scrollbar {
  height: 8px;
}
.shop-schedule-week article::-webkit-scrollbar-thumb {
  background: #fb322b;
}
.shop-schedule-week article label {
  height: 32px;
  padding: 0 4px;
  letter-spacing: 0.045em;
  line-height: 32px;
}
.shop-schedule-week input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #484848;
}
.shop-schedule-week select {
  color: #f4f5f6;
  background-color: #484848;
  border: 1px solid #333333;
  font-size: 1.6rem;
}
@media screen and (min-width: 48.0625em) {
  .shop-schedule-week select {
    width: 50%;
  }
}
.shop-schedule-week .acbutton p {
  font-size: 1.3rem;
  text-align: center;
  width: 300px;
  padding: 12px;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #232323;
}
.shop-schedule-week button {
  width: 280px;
  color: #ffffff;
  font-size: 2rem;
  background-color: #fb322b;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 1px #4b252b;
  box-shadow: 0 4px 1px #4b252b;
}
.shop-schedule-week .search_submit {
  text-align: center;
}
.shop-schedule-week .search_submit a div {
  margin-top: 4px;
  color: #888888;
}
.is-hide {
  display: none !important;
}
@media screen and (min-width: 48.0625em) {
  #shop-photoall > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#shop-photoall > section article {
  width: 100%;
}
@media screen and (min-width: 48.0625em) {
  #shop-photoall > section article {
    width: 50%;
    margin-bottom: 30px;
  }
}
#shop-photoall > section article:nth-of-type(2n) {
  background-color: #f4f5f6;
}
@media screen and (min-width: 48.0625em) {
  #shop-photoall > section article:nth-of-type(2n) {
    background-color: #fff !important;
  }
}
.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.photo-list div:first-of-type {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  height: 100%;
  overflow: hidden;
  max-height: 200px;
}
.photo-list div:first-of-type p {
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 48.0625em) {
  .photo-list div:first-of-type {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
.photo-list div:last-of-type {
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%;
  padding-left: 10px;
  overflow: hidden;
}
@media screen and (min-width: 48.0625em) {
  .photo-list div:last-of-type {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
.photo-list div:last-of-type p:first-of-type, .photo-list div:last-of-type p:last-of-type {
  font-size: 1.1rem;
  color: #888888;
}
.photo-list div:last-of-type h3, .photo-list div:last-of-type h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photo-list div:last-of-type h3 {
  border-bottom: 1px dotted #484848;
  margin-bottom: 10px;
}
.photo-list div:last-of-type h4 {
  font-size: 1.2rem;
}
@media screen and (min-width: 48.0625em) {
  .photo-list div:last-of-type h4 {
    font-size: 1.5rem;
  }
}
.photo-list div:last-of-type p:nth-of-type(2) {
  height: 100px;
  font-size: 1.2rem;
  line-height: 150%;
  overflow: hidden;
}
.photo-list div:last-of-type p:nth-of-type(3) {
  font-size: 1rem;
  text-align: right;
  color: #fb322b;
}
@media screen and (min-width: 48.0625em) {
  .photo-list div:last-of-type p:nth-of-type(2), .photo-list div:last-of-type p:nth-of-type(3) {
    font-size: 1.3rem;
  }
}
.diary {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #f4f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 48.0625em) {
  .diary {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.diary-girl {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 10px auto 0;
}
@media screen and (min-width: 48.0625em) {
  .diary-girl {
    width: 30%;
    max-width: 200px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0px auto;
  }
}
.diary-inner {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 48.0625em) {
  .diary-inner {
    width: 70%;
    -webkit-box-ordinal-group: none;
    -ms-flex-order: none;
    order: none;
  }
}
.diary-inner p:first-of-type {
  color: #fdb842;
}
.diary-inner h4 {
  border-bottom: 1px dotted #000000;
  padding-bottom: 3px;
  margin-bottom: 7px;
}
.diary-inner-naiyou {
  padding: 15px;
  margin-top: 10px;
  background-color: #ffffff;
  color: #232323 !important;
}
.diary-inner-naiyou p {
  color: #232323 !important;
}
.diary-inner-naiyou > div:first-of-type {
  text-align: center;
  margin-bottom: 10px;
}
.diary-inner-naiyou > div:nth-of-type(2) {
  text-align: justify;
  margin-bottom: 20px;
}
.diary-inner-naiyou > div:nth-of-type(2) a {
  display: none;
}
.diary-inner .whitemode_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.diary-inner .whitemode_button input {
  font-family: "Montserrat";
  padding: 4px 8px;
  margin-left: 4px;
  color: #ffffff;
  background-color: #000000;
  border: none;
  line-height: 1em;
  display: block;
}
.campaign {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 48.0625em) {
  .campaign {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.campaign-inner {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
}
.campaign-inner p:first-of-type {
  color: #fdb842;
}
.campaign-inner h4 {
  border-bottom: 1px dotted #fefefe;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
.campaign-inner-naiyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 48.0625em) {
  .campaign-inner-naiyou {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.campaign-inner-naiyou > div:first-of-type {
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 48.0625em) {
  .campaign-inner-naiyou > div:first-of-type {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 240px;
    margin-right: 15px;
    text-align: center;
  }
}
.campaign-inner-naiyou > div:nth-of-type(2) {
  text-align: justify;
  margin-bottom: 20px;
}
#history-girls h2 {
  color: #fb322b;
  border-bottom: 1px solid #fb322b;
  font-size: 1.8rem;
  text-indent: 0.5em;
}
#history-girls h2::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  font-weight: 900;
  color: #fb322b;
  padding-right: 0.5em;
}
.pickup-jobinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (min-width: 48.0625em) {
  .pickup-jobinner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}
.pickup-jobinner a:hover {
  opacity: 0.6;
}
.pickup-jobinner > div {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 48.0625em) {
  .pickup-jobinner > div {
    width: calc(50% - 10px);
    margin-bottom: 0px;
  }
}
.pickup-jobinner > div > div + div {
  background-color: #1a1a1a;
  padding: 10px;
  height: auto;
}
.pickup-jobinner > div > div + div a:first-of-type {
  background-color: #4b252b;
  color: #fb322b;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-right: 4px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.pickup-jobinner > div > div + div > div {
  margin-bottom: 5px;
}
.pickup-jobinner > div > div + div a + a {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline;
}
.pickup-jobinner > div > div + div > p {
  height: 48px;
  color: #888888;
  overflow: hidden;
}
/*#page_top, #page_scrool {
  width: 60px;
  height: 50px;
  position: fixed;
  right: 0;
  background: #fb322b;
  opacity: 0.8;
  border-radius: 4px 0 0 4px;
  z-index: 100;
}
#page_top {
  bottom: 130px;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}*/
#page_scrool {
  bottom: 78px;
}
#page_scrool span {
  position: relative;
  display: block;
  width: 60px;
  height: 50px;
  text-decoration: none;
}
#page_scrool span::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f01e";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.userlogin {
  padding: 10px;
}
.userlogin h2 {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0 30px;
  line-height: 120%;
  color: #fb322b;
  border-bottom: 1px solid rgba(253, 66, 95, 0.5647058824);
  padding-bottom: 10px;
}
.userlogin h3 {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: -0.025em;
  color: #fb322b;
  font-weight: 400;
  padding-bottom: 8px;
  width: 50%;
  margin: 10px auto 20px;
  border-bottom: 1px solid #484848;
}
.userlogin__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.userlogin__inner > div {
  padding: 10px;
  border-radius: 5px;
  background-color: #f4f5f6;
  margin-bottom: 20px;
}
.userlogin__inner div > div {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 15px;
}
.userlogin__login-accont input, .userlogin__login-pass input {
  width: 100%;
  font-size: 1.6rem;
}
.userlogin__inner div > div span {
  color: #fb322b;
}
.userlogin__login-check {
  text-align: center;
}
.userlogin__login-check input {
  display: inline;
  -webkit-appearance: checkbox;
}
.userlogin__login-forget {
  text-align: right;
  text-decoration: underline;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.2rem;
}
.userlogin__login-error {
  text-align: center;
  padding: 4px;
  color: #fb322b;
  background-color: #4b252b;
}
.userlogin__login-error span {
  display: block;
}
.userlogin__member {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #f4f5f6;
  margin: 20px auto;
  max-width: 800px;
}
.userlogin__member > div {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 10px;
}
.userlogin__member > div p {
  font-size: 1.2rem;
  line-height: 180%;
  text-align: justify;
  letter-spacing: -0.025em;
}
.userlogin__member h3 {
  width: 50%;
  margin: 10px auto 20px;
}
.userlogin__member-mail {
  margin-top: 20px;
}
.userlogin__member-mail input {
  width: 100%;
  font-size: 1.6rem;
}
.userlogin__login-mail button {
  width: 50%;
  margin: 20px auto 10px;
}
.userlogin__member > div:last-of-type {
  font-weight: 400;
  font-size: 1.3rem;
}
.userlogin__member-note h5, .userlogin__member-note h6 {
  font-weight: 400;
  color: #fdb842;
}
.userlogin__member-kaijyo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.userlogin__member-kaijyo > div div {
  margin: 10px 10px 0;
  display: inline;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  background-color: #fff;
}
.userlogin__member-kaijyo > div div a {
  display: block;
}
.userguidance {
  width: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}
.userguidance h4 {
  font-size: 2rem;
  padding: 20px 0 10px;
  color: #fb322b;
}
.userguidance-ul {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.userguidance-ul li {
  margin-bottom: 20px;
}
.guidance-txt article {
  margin-bottom: 20px;
}
.guidance-txt article .btn {
  width: 240px;
  margin: 10px auto;
  padding: 4px;
}
.guidance-txt h5 {
  padding: 2px 10px;
  background-color: #fb322b;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.userguidance > p:last-of-type {
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  color: #fb322b;
  text-align: center;
}
@media screen and (min-width: 48.0625em) {
  .userguidance {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
  }
  .guidance-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .guidance-txt > article {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
.userlogin__login-mail span {
  padding: 8px;
  color: #fb322b;
}
.userlogin__mailfinish h3 {
  border: none;
  margin: 20px auto;
}
.userlogin__finish {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.userlogin__finish .quick_member {
  width: 300px;
  margin: 20px auto 0;
}
.userlogin__finish .quick_member li {
  width: 100%;
}
.userlogin__finish h3 {
  margin: 10px auto 0;
  color: white;
}
@media screen and (min-width: 48.0625em) {
  .userlogin h2 {
    padding: 20px 0 30px;
  }
  .userlogin h3 {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .userlogin__inner {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .userlogin__inner > div {
    width: calc(50% - 20px);
    max-width: 480px;
    margin: 0 auto;
  }
}
.regiuser {
  padding: 10px;
}
.regiuser h2 {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  line-height: 120%;
  color: #fdb842;
  border-bottom: 1px solid #fdb842;
  margin-bottom: 10px;
}
.regiuser__inner {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #333333;
  width: 100%;
  max-width: 480px;
  margin: 20px auto;
}
.regiuser__inner > p {
  margin-bottom: 10px;
}
.regiuser__inner > p, .regiuser__inner ol li {
  font-size: 1.2rem;
}
.regiuser__inner ol {
  margin: 15px 0;
}
.regiuser__inner ol li {
  list-style: inside;
}
.regiuser__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 1.8rem;
}
.regiuser__inner dl dt {
  width: 100%;
}
.regiuser__inner dl dd {
  width: 100%;
}
.regiuser__inner dl dd span {
  margin: 4px 0;
  font-size: 1.4rem;
  display: block;
  color: #fb322b;
}
.regiuser__inner ol li span, .regiuser__inner dl dt span {
  color: red;
}
.regiuser__inner dl dd .form-radio input {
  display: inline-block;
  font-size: 1.6rem;
  -webkit-appearance: checkbox;
}
.regiuser__form {
  width: 100%;
}
.regiuser__confirm table {
  margin-bottom: 20px;
  border: none;
}
.regiuser__confirm table th, .regiuser__confirm table td {
  display: block;
  padding: 10px 8px;
  border: none;
}
.regiuser__confirm table th {
  background-color: #3e3e3e;
}
@media screen and (min-width: 48.0625em) {
  .regiuser__form {
    width: auto;
  }
}
.myfavgirl {
  padding: 20px 0;
  position: relative;
}
.myfavgirl__title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #fb322b;
}
.myfavgirl__title::before {
  content: "★";
}
.myfavgirl__gaiyou {
  margin: 10px 0;
  font-size: 1.3rem;
  padding: 10px;
  background-color: #fff8ee;
}
.myfavgirl__gaiyou p {
  background-color: #fefefe;
  padding: 12px;
}
.myfavgirl__close {
  position: absolute;
  top: -38px;
  right: -20px;
  width: 36px;
  height: 36px;
  background-color: #fefed4;
  color: #fd425f;
  padding: 4px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100%;
  border: 4px solid #fd425f;
}
.button_logout {
  float: right;
  padding: 4px 8px;
  color: #b8b8b8;
  margin: 8px;
  border: 1px solid #585858;
  background-color: #313131;
  -webkit-box-shadow: 0px 1px 1px #8b8b8b;
  box-shadow: 0px 1px 1px #8b8b8b;
  border-radius: 2px;
  -webkit-appearance: button;
}
@media screen and (min-width: 48.0625em) {
  .button_logout {
    margin: 0;
  }
}
.mypage_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
.mypage_nav li {
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  width: 20%;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.mypage_nav li:nth-of-type(2n) {
  background-color: #f4f5f6;
}
.mypage_nav li a {
  padding: 30px 0px 5px;
  display: block;
  letter-spacing: 0.025em;
  font-size: 10px;
}
.mypage_nav li a::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.8rem;
  color: #5dcf9c;
}
.mypage_nav li:first-of-type a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-weight: 900;
}
.mypage_nav li:nth-of-type(2) a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-weight: 900;
}
.mypage_nav li:nth-of-type(3) a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f54f";
  font-weight: 900;
}
.mypage_nav li:nth-of-type(4) a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06e";
  font-weight: 900;
}
.mypage_nav li:nth-of-type(5) a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 900;
}
.mypage_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.mypage_flex-title h3 {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding: 4px;
  margin-bottom: 8px;
  padding-left: 12px;
}
.mypage_favshop-info, .mypage_favshop-scrool, .mypage_favgirl {
  border-radius: 2px;
  background-color: #f4f5f6;
  padding: 10px;
  margin-bottom: 15px;
}
.mypage_favshop h3, .mypage_favgirl h3 {
  color: #000000;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  background: #f4f5f6;
}
.mypage_favshop-scrool ul {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.mypage_favshop-scrool ul::-webkit-scrollbar {
  height: 6px;
}
.mypage_favshop-scrool ul::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(#fd425f), to(#fd425f));
  background: linear-gradient(0deg, #fd425f, #fd425f);
  border-radius: 3px;
}
.mypage_favshop-scrool ul::-webkit-scrollbar-track {
  background: rgba(100, 100, 100, 0.8);
}
.mypage_favshop-scrool ul li {
  width: 100px;
  max-height: 240px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.mypage_favshop-scrool ul li img {
  -o-object-fit: cover;
  object-fit: cover;
}
.mypage_favshop-scrool ul li a {
  position: relative;
  display: block;
}
.mypage_favshop-scrool ul li a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fd938f;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mypage_favshop-info label {
  display: block;
  padding: 8px 12px;
  color: #000000;
  border-bottom: 1px solid #78797d;
  border-top: 1px solid #78797d;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.mypage_favshop-info label:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*ラベルホバー時*/
.mypage_favshop-info label:hover {
  background: #fff;
}
/*チェックは隠す*/
.mypage_favshop-info input {
  display: none;
}
/*中身を非表示にしておく*/
.mypage_favshop-info .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  background: #fefefe;
  opacity: 1;
}
.fav-nikki {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto; /* 横スクロールの指定 */
  white-space: nowrap; /* 横スクロールの指定 */
  overflow-scrolling: touch; /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  background: #fefefe;
  padding: 5px 0;
}
.fav-nikki li {
  width: 100%;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  margin: 0 5px;
  background: #f4f5f6;
}
.fav-nikki li .prbox-x {
  background-color: #fff;
}
.fav-nikki-img {
  height: 140px !important;
  max-width: 92px !important;
}
.fav-nikki-txt h5 {
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fav-nikki-txt p:nth-of-type(1) {
  font-size: 1rem;
}
.fav-nikki-txt p:nth-of-type(2) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  overflow: hidden;
}
.mypage-article:nth-of-type(2) {
  margin: 0 auto;
}
.mypage_days {
  padding: 20px 15px;
}
.mypage_days h3 {
  text-align: center;
  color: #fb322b;
}
.mypage_days ol {
  margin: 10px 0;
  font-size: 1.3rem;
  position: relative;
}
.mypage_days ol li {
  padding-left: 16px;
  color: #d0d09b;
}
.mypage_days ol li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.mypage_days ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mypage_days ul li {
  width: 160px;
  text-align: center;
  margin: 0 2%;
  font-size: 1.3rem;
  background-color: #f4f5f6;
}
.mypage_days-img {
  width: 75%;
  padding: 5%;
  margin: 10px auto;
  background-color: #f4f5f6;
}
.mypage_area {
  padding: 5px;
  background-color: #131313;
}
.mypage_area h4 {
  padding: 5px;
  font-size: 1.6rem;
  background-color: #f4f5f6;
  color: #fb322b;
}
.mypage_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 10px;
}
.mypage_area ul li {
  width: calc(25% - 8px);
  margin-bottom: 8px;
  text-align: center;
  border-radius: 5px;
  color: #000000;
  font-size: 1.6rem;
  background-color: #f1f1f1;
  border-bottom: 2px solid #888888;
}
.mypage_area ul li a {
  padding: 10px 0;
  display: block;
}
.mypage_favshop-inner > div {
  padding: 10px;
  background: #fff;
  color: #332408;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #444;
  box-shadow: 0 2px 2px #444;
}
.mypage_favshop-inner > div h5 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fd425f;
}
.mypage_favshop-inner > p:first-of-type {
  font-size: 1rem;
  color: #252525;
  margin-bottom: 4px;
}
.mypage_favshop-inner > div p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 56px;
  font-size: 1.2rem;
  overflow: hidden;
}
@media screen and (min-width: 48.0625em) {
  .mypage_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mypage_flex > div {
    width: 50%;
    padding: 10px;
  }
  .mypage_days ul li {
    width: 100%;
    max-width: 240px;
  }
  .mypage_days ul li br {
    display: none;
  }
  .mypage_area ul li {
    width: calc(25% - 4px);
  }
  .mypage_area {
    background-color: #f4f5f6;
  }
  .mypage_area h4 {
    background-color: #f4f5f6;
  }
}
.mypage_fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypage_fav > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px;
  text-align: center;
}
.mypage_fav > div h4 {
  border-bottom: 1px solid #fb322b;
  margin-bottom: 4px;
  padding-bottom: 6px;
}
.mypage_fav > div p {
  font-size: 4.8rem;
  color: #fb322b;
}
.mypage_fav > div p span {
  font-size: 1.4rem;
  color: #ffffff;
}
.mypage_choice {
  padding: 8px;
}
.mypage_choice p span {
  color: #fb322b;
}
@media screen and (min-width: 48.0625em) {
  .mypage_choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .mypage_choice p br {
    display: none;
  }
}
#mypage_hiatory .mypage_hiatory-attention {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.mypage_girl-kanri {
  width: 100%;
}
.mypage_girl-kanri p {
  font-size: 1.2rem;
  background-color: #3b5449;
  padding: 2px 16px 2px 8px;
  color: #f4f5f6;
  border-radius: 4px;
  float: right;
  position: relative;
  margin-right: 10px;
}
.mypage_girl-kanri p::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #f4f5f6;
  border-right: solid 1px #f4f5f6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 5%;
}
.mypage_prof table {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #f4f5f6;
}
.mypage_prof table td {
  display: block;
  border: none;
}
.mypage_prof table td {
  background-color: #f4f5f6;
  padding: 2px 4px;
}
.mypage_prof table td:nth-of-type(2n) {
  background-color: #dddddd;
  padding: 8px 4px;
}
@media screen and (min-width: 48.0625em) {
  .mypage_prof table {
    width: 100%;
    border: none;
  }
  .mypage_prof table td {
    display: table-cell;
    border: none;
  }
  .mypage_prof table td:first-of-type {
    width: 200px;
  }
}
.mypage_news {
  padding: 3rem;
  background-color: #e3f3ff;
  border: 1px solid #53b5ff;
}
.mypage_news h3 {
  font-size: 2rem;
  color: #53b5ff;
  margin-bottom: 1rem;
}
.mypage_news p {
  margin-bottom: 2rem;
}
.mypage_news .btn {
  max-width: 380px;
}
.mypage_news span {
  display: block;
  font-weight: 700;
  margin-bottom: 2rem;
}
.policy, .privacy, .banner {
  padding: 0 15px;
  margin-bottom: 40px;
  font-size: 1.3rem;
  color: #dddddd;
}
.policy header, .privacy header, .banner header {
  padding: 30px;
  text-align: center;
  color: #fb322b;
  border-bottom: 1px solid #fb322b;
}
.policy header h3, .privacy header h3, .banner header h3 {
  font-size: 1.5rem;
}
.policy p, .privacy p, .banner p {
  margin-top: 10px;
  line-height: 2em;
  text-align: justify;
}
.policy h4, .privacy h4, .banner h4 {
  padding-top: 20px;
  margin-top: 20px;
  color: #dddddd;
  border-top: 1px solid #636363;
}
.policy ul li {
  padding: 14px 0 14px 38px;
  position: relative;
}
.policy ul li span.num {
  width: 38px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  text-align: center;
  font-weight: bold;
}
.policy ol li {
  list-style: decimal;
  padding: 14px 0;
}
.privacy ol li {
  list-style: decimal;
  padding: 14px 0;
  margin-left: 15px;
}
.banner__inner {
  line-height: 2em;
}
.banner__inner h3 {
  color: #fb322b;
  line-height: 1.2em;
  font-size: 2.4rem;
  margin-top: 20px;
}
.banner__inner article h4 {
  font-size: 2rem;
  color: white;
}
.banner__inner .num {
  font-weight: normal;
  font-family: Arial;
  font-size: 3.4rem;
  font-style: italic;
  color: #fb322b;
}
.banner__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 30px;
}
@media screen and (min-width: 48.0625em) {
  .banner__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.banner__cta a {
  width: 300px;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  padding: 15px 20px;
  display: block;
  border: 1px solid #636363;
  position: relative;
  margin: 10px auto;
}
.banner__cta a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -4px;
}
.banner__cta a:hover {
  color: #fb322b;
  background-color: white;
  border: none;
}
.banner__cta a:hover::before {
  content: "";
  border-top: solid 2px #fb322b;
  border-right: solid 2px #fb322b;
}
/**slick**/
#slider {
  width: 100%;
  margin: 0 auto 10px;
}
.slide-item img {
  width: 100%;
}
#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thumbnail-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.tenmetu {
  -webkit-animation: flash 2s linear infinite;
  animation: flash 2s linear infinite;
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.slick-slider .slick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-slider .slick-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 48.0625em) {
  .slick-slider .slick-item img {
    height: 130px;
  }
}
.mb20 {
  margin-bottom: 20px;
}