@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://use.typekit.net/ilf4ngu.css");
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: bottom;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
  font: inherit;
  color: inherit;
}

input:not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="search"] {
  border: 1px solid;
}

input[type="submit"] {
  border: none;
  background-color: transparent;
  font-size: 0;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="url"], input[type="email"], select, textarea {
  border-radius: 0;
  border: 1px solid #888888;
  outline: none;
}

select {
  background-color: #fff;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

/* buttonの子要素にimgで表示させる事前提。
cssで表現する場合も考え、保険でfontを入れておく */
button {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* micro clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

div.left_seo {
  background: #f7f7f7;
  line-height: 1.6;
  font-size: 10px;
  letter-spacing: normal;
  padding: 5px 10px;
}

* {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

html {
  background-color: #fff;
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #333;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

a {
  color: #113399;
  outline: none;
}

a:hover, button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.wide {
  min-width: 1410px;
}

.g-wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
  /* 「FJ-3787 UI改修のため削除する」
	.bread_counter {
	  margin-top: 1rem;
	  margin-bottom: 1rem;
	  .ageAuth {
	  	margin: auto 0;
	  }
	  .f-breadcrumb {
	  	width: 33%;
	  	margin: auto 0;
	  	padding-left: 10px;
	  	display: flex;
	  	align-items: center;
	  }
	  .f-head-center-announce {
	  	width: 40%;
	  	margin: auto 0;
	  	display: flex;
	  	align-items: center;
	  }
	}
    */
}

/* ============================================================================

	旧header

============================================================================ */
/*「FJ-3787 UI改修のため削除する」
.g-header {
	border-top: solid 3px #ff44bb;
}

.g-header .headerWrap {
	display: flex;
	flex-wrap: wrap;
	width: 990px;
	padding: 1px 0 22px 0;
	margin: 0 auto;
}

.toppest {
	width: 100%;
	text-align: right;
    overflow: hidden;
    font-size: 10px;

    padding: 2px 8px 1px 0;
    .fixed_link {
        float:right;
        overflow:hidden;

        > li {
            float :left;
            margin-right:5px;
            a {
                color: #333;
            }
        }

        > li:last-child {
            margin-right:15px;
        }
    }

    h1 {
        float:right;
        color: #505050;
    }
}
*/
.recommendLink {
  overflow: hidden;
  margin: 4px 0;
  font-size: 10px;
}

.recommendLink dl {
  float: right;
  display: table;
}

.recommendLink dt, .recommendLink dd {
  display: table-cell;
}

.recommendLink dt {
  vertical-align: middle;
  color: #E965CD;
}

.recommendLink dd {
  background: #FEF7FD;
  padding: 0 5px;
}

.recommendLink li {
  float: left;
  margin-right: 5px;
  padding: 3px 3px 3px 8px;
  position: relative;
}

.recommendLink li:before {
  content: "\0025b8";
  font-size: 18px;
  color: #93D152;
  position: absolute;
  top: 0;
  left: -5px;
}

.recommendLink a {
  color: #333;
}

.recommendLink li:last-child {
  margin: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  .recommendLink {
    overflow: hidden;
    margin: 4px 0;
    font-size: 10px;
  }
  .recommendLink dl {
    float: right;
    display: table;
  }
  .recommendLink dt, .recommendLink dd {
    display: table-cell;
  }
  .recommendLink dt {
    vertical-align: middle;
    color: #E965CD;
  }
  .recommendLink dd {
    background: #FEF7FD;
    padding: 0 5px;
  }
  .recommendLink li {
    float: left;
    margin-right: 5px;
    padding: 6px 3px 3px 8px;
    position: relative;
  }
  .recommendLink li:before {
    content: "\0025b8";
    font-size: 18px;
    color: #93D152;
    position: absolute;
    top: 0;
    left: -5px;
  }
  .recommendLink a {
    color: #333;
  }
  .recommendLink li:last-child {
    margin: 0;
  }
}

/* 「FJ-3787 UI改修のため削除する」
.g-header .headerLogo {
	margin-right: 14px;
}
.g-header .headerAreaName {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	margin-top: 3px;
	margin-right: 14px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	color: #FF1E89;
	border: 2px solid #FF1E89;
}

.g-header .headerAreaList {
	width: 578px;
	float: left;
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	padding: 7px 0 7px 7px;

        .sub_menu {
            position: absolute;
            top: 100%;
            left: 0;
            margin: 0;
            padding: 0;
            z-index: 999999;

            > li {
                overflow: hidden;
                width: 100px;
                height: 0;
                -moz-transition: .2s;
                -webkit-transition: .2s;
                -o-transition: .2s;
                -ms-transition: .2s;
                transition: .2s;
            }
        }

        .headerAreaBtn:hover .sub_menu > li {
                overflow: visible;
                display: block;
                background: #F9F9F9;
                line-height: 12px;
                height:45px;
                padding:10px;

        }

}

.g-header .headerAreaBtn {
	float: left;
	font-size: 0;
        position:relative;
}

.g-header .headerAreaBtn:first-child a {
	padding-left: 6px;
}

.g-header .headerAreaBtn:first-child:before {
	content: "|";
	font-size: 14px;
}

.g-header .headerAreaBtn:last-child a {
	padding-right: 6px;
}

.g-header .headerAreaBtn:after {
	content: "|";
	font-size: 14px;
}

.g-header .headerAreaBtn a,
.g-header .headerAreaBtn span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}

.g-header .headerAreaBtn a {
	color: #333;
	padding: 0 10px;
	font-size: 12px;
}

.g-header .headerAreaBtn span {
	background: #ff44bb;
	border: solid 1px #ee1199;
	border-radius: 3px;
	color: #fff;
	padding: 0 25px;
	margin: 0 10px;
}
*/
.pref-link .newshopList .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 999999;
}

.pref-link .newshopList .sub_menu > li {
  overflow: hidden;
  width: 100px;
  height: 0;
  transition: .2s;
}

.pref-link .newshopListBtn:hover .sub_menu > li {
  overflow: visible;
  display: block;
  background: #F9F9F9;
  line-height: 12px;
  height: 45px;
  padding: 10px;
}

.pref-link .newshopListBtn {
  float: left;
  font-size: 0;
  position: relative;
}

.pref-link .newshopListBtn span {
  background: #ff44bb;
  border: solid 1px #ee1199;
  border-radius: 3px;
  color: #fff;
  padding: 0 25px;
  margin: 0 10px;
}

.pref-link .newshopListBtn:first-child a {
  padding-left: 6px;
}

.pref-link .newshopListBtn:last-child a {
  padding-right: 6px;
}

/* f-headTxt
------------------------------------------ */
.f-headTxt {
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ff44bb;
  font-size: 12px;
  color: #303030;
  font-weight: bold;
}

/* 「FJ-3787 UI改修のため削除する」
.bread_counter {
	display: inline-flex;
	justify-content: space-between;
	width: 990px;
	margin: 0 auto;
}

.bread_counter .ageAuth img {
	float: left;
}
.bread_counter .ageAuth p {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding-left: 4px;
}


*/
.bread_counter .index_menstxtlink {
  padding-top: 8px;
}

/* 「FJ-3787 UI改修のため削除する」
.bread_counter .index_f-head-text-announce {
	margin: auto 0;
	.f-head-center-announce {
		width: 100%;
	}
}
*/
/* breadcrumb
------------------------------------------ */
/* 「FJ-3787 UI改修のため削除する」
.f-breadcrumb {
	float: left;
	flex-grow: 2;
}

.f-breadcrumb li {
	position: relative;
    display: inline-block;
    font-size: 10px;
    margin-right: 14px;
    span {
    	margin-left: 4px;
    }
}

.f-breadcrumb li:first-child {
	margin-left: 0;
}

.f-breadcrumb li:before {
	content: '';
    position: absolute;
    margin: 2px -8px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    transform: rotate(45deg);
}

.f-breadcrumb li:first-child:before {
	display: none;
	margin-right: 0;
}
*/
/* ------------------------------------------
FJ-3787 UI改修　breadcrumb
------------------------------------------ */
.breadcrumbWrapper {
  background: #F7F7F7;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.breadcrumbWrapper .f-breadcrumb {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumbWrapper .f-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbWrapper .f-breadcrumb li {
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}

.breadcrumbWrapper .f-breadcrumb li:not(:last-child):after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(/assets/img/user/sp/common/header/icon-bc--arrow.svg) no-repeat center;
  position: absolute;
  margin-top: 3px;
}

@-moz-document url-prefix() {
  .breadcrumbWrapper .f-breadcrumb li:not(:last-child):after {
    top: 0px;
    right: 0px;
  }
}

.breadcrumbWrapper .f-breadcrumb a {
  color: #2E2E2F;
}

.breadcrumbWrapper .f-breadcrumb .bc__item > span {
  font-weight: bold;
  color: #2E2E2F;
}

.footerWrap .f-breadcrumb {
  margin-top: -30px;
}

.footerWrap .bread_counter {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}

/* メンズバニラ導線
------------------------------------------ */
.f-head-center-announce {
  float: left;
  flex-grow: 1;
}

.f-head-center-announce li {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}

/* ヘッターのテキストアナウンス macbookair当選
------------------------------------------ */
.f-head-macbookair-win-text-announce {
  float: left;
  flex-grow: 1;
}

.f-head-macbookair-win-text-announce li {
  display: inline-block;
  font-size: 14px;
}

.f-head-macbookair-win-text-announce a {
  color: #f10417;
  text-decoration: underline;
}

.f-head-macbookair-win-text-announce img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -5px;
}

/* enrollment
------------------------------------------ */
.f-enrollment {
  text-align: right;
  flex-grow: 1;
}

.f-enrollment li {
  display: inline-block;
  font-size: 10px;
}

.f-enrollment li:first-child {
  border-right: solid 1px #333;
  padding-right: 14px;
}

.f-enrollment li:last-child {
  padding-left: 14px;
}

.f-enrollment span {
  font-size: 16px;
  font-weight: bold;
}

/* ============================================================================

	footer

============================================================================ */
/* 「FJ-3787 UI改修のため削除する」
.g-footer {
	background: #f9f9f9;
	border-top: solid 1px #eee;
	padding: 12px 0 20px;
	margin-top: 50px;
}


.g-footer .footerWrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

.g-footer .footerTit {
	font-weight: bold;
}

.g-footer .footerAreaList {
	border-bottom: solid 1px #ccc;
	padding-bottom: 35px;
	overflow: auto;
}

.g-footer .footerAreaList li {
	float: left;
	border-left: solid 1px #333;
	font-size: 13px;
	padding: 0 5px;
	margin-top: 10px;
}

.g-footer .footerAreaList li:nth-child(1),
.g-footer .footerAreaList li:nth-child(20),
.g-footer .footerAreaList li:nth-child(39) {
	border: none;
}

.g-footer .footerAreaList a {
	color: #333;
}

.g-footer .footerLinkList {
	text-align: right;
	padding-top: 20px;
}

.g-footer .footerLinkList li {
	display: inline-block;
	font-size: 10px;
}

.g-footer .footerLinkList li:before {
	content: "-";
}

.g-footer .footerLinkList li:first-child:before {
	display: none;
}

.g-footer .footerLinkList a {
	display: inline-block;
	color: #333;
	padding: 0 1px 0 5px;
}

.g-footer
{
    .in_large {
        padding-bottom:40px;
        border-bottom: solid 1px #ccc;
        .list_wrap {
            margin: 15px 10px 0 0;
            width: 480px;
            display: inline-block;
            vertical-align: top;

            > p {
				font-weight:bold;
				a {
					color: #333;
				}
            }

            ul {
                line-height:17px;
                li {
                    float: left;
                    font-size: 11px;
                    a {
                        color: #333;
                    }
                }

                li:after {
                    margin:0 3px;
                    content:"|";
                }

                li.prefnm:after, li:last-child:after {
                    content:"";
					display:none;
                }
            }
        }
    }
}



.g-footer .copyright {
	text-align: right;
	font-size: 10px;
	margin-top: 7px;
}

.g-footer .foot-logo {
	position: absolute;
	bottom: 0;
}
*/
/* footerShopAreaWrap
------------------------------------------ */
.footerShopAreaWrap {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.footerShopAreaWrap:first-child {
  border-top: 0;
}

.footerShopAreaWrap .footerAreaList {
  border: none;
  overflow: hidden;
  padding: 0;
}

.footerShopAreaWrap .footerAreaList li {
  border-left: 0;
  border-right: solid 1px #333;
}

.footerShopAreaWrap .footerAreaList li:nth-child(1),
.footerShopAreaWrap .footerAreaList li:nth-child(20),
.footerShopAreaWrap .footerAreaList li:nth-child(39) {
  border-left: 0;
  border-right: solid 1px #333;
}

.footerShopAreaWrap .footerAreaList li:last-child {
  border-right: 0;
}

#footerFixedBannerDiv {
  position: fixed;
  left: 50%;
  bottom: 20px;
  margin-left: -450px;
  width: 900px;
  height: 100px;
  z-index: 1001;
  display: none;
  text-align: center;
  padding: 0;
}

#footerFixedBannerDiv a img {
  width: 900px;
  height: 100px;
}

#footerFixedBannerDiv a:hover {
  opacity: 1;
}

#footerFixedBannerDiv #footerFixedClose {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* ============================================================================

	main

============================================================================ */
.left-sideNav {
  padding-top: 10px;
}

/* f-oneCol
------------------------------------------ */
.f-oneCol {
  padding-top: 12px;
  clear: left;
}

.f-oneCol .oneCol-head {
  height: 38px;
  padding-left: 20px;
  background: #f3f3f3;
  border: 1px solid #cccccc;
  border-bottom: none;
  font-size: 20px;
  line-height: 38px;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
}

.f-oneCol .oneCol-head:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  margin-top: -11px;
  background: #ee1199;
  position: absolute;
  top: 50%;
  left: 8px;
}

.f-oneCol .oneCol-body {
  border: 1px solid #cccccc;
}

.f-oneCol .oneCol-body > div {
  padding: 30px 16px 35px;
  text-align: center;
}

.f-oneCol .oneCol-body .contents-agencyAppli {
  padding: 20px 20px 35px;
}

.f-oneCol .mod-appliWrap {
  margin-bottom: 15px;
  border: 1px solid #ff44bb;
  text-align: left;
}

.f-oneCol .mod-appliWrap:last-of-type {
  margin-bottom: 30px;
}

.f-oneCol .mod-appliWrap .appli-head {
  height: 33px;
  background: #ff44bb;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  font-size: 18px;
  text-shadow: 1px 1px 1px #ee1199;
}

.f-oneCol .mod-appliWrap .appli-body {
  padding: 10px 6px 6px;
}

.f-oneCol .mod-appliWrap .appli-txt {
  padding-left: 4px;
  margin-bottom: 3px;
  line-height: 1.642;
}

.f-oneCol .ttl-provInfo,
.f-oneCol .ttl-customersOpinion {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
}

.f-oneCol .txt-provInfo,
.f-oneCol .txt-agencyContact,
.f-oneCol .txt-customersOpinion,
.f-oneCol .txt-contactHub,
.f-oneCol .txt-agencyAppli {
  margin-bottom: 12px;
  line-height: 1.642;
}

.f-oneCol .txt-agencyAppli {
  margin-bottom: 24px;
}

.f-oneCol .txt-alert {
  margin-bottom: 30px;
  color: #ff0000;
  font-size: 11px;
}

.f-oneCol .mod-formTbl {
  margin-bottom: 30px;
  text-align: left;
}

.f-oneCol .mod-formTbl th, .f-oneCol .mod-formTbl td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.f-oneCol .mod-formTbl th {
  height: 60px;
  line-height: 1.3;
  text-align: left;
}

.f-oneCol .mod-formTbl th span {
  font-size: 14px;
}

.f-oneCol .mod-formTbl .shopName td {
  font-size: 18px;
}

.f-oneCol .mod-formTbl .error select, .f-oneCol .mod-formTbl .error input {
  background: #ffe6f6;
}

.f-oneCol .mod-formTbl .errorTxt {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #fe0000;
  position: relative;
}

.f-oneCol .mod-formTbl .mailAddress .bgCheck {
  display: inline-block;
  margin-left: -3px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 24px;
  background: url("../../../../img/user/pc/common/bg_checkbox_off.png") no-repeat left center;
}

.f-oneCol .mod-formTbl .mailAddress input:checked + .bgCheck {
  background-image: url("../../../../img/user/pc/common/bg_checkbox_on.png");
}

.f-oneCol .mod-formTbl textarea {
  width: 100%;
  height: 270px;
  padding: 10px;
  line-height: 1.5;
}

.f-oneCol .mod-formTbl .txt-alert {
  margin-bottom: 0;
  font-size: 12px;
}

.f-oneCol .mod-formTbl input + .txt-alert {
  margin-top: 5px;
}

.f-oneCol.f-agencyAppli .mod-formTbl, .f-oneCol.f-shopAppli .mod-formTbl {
  margin-bottom: 0;
}

.f-oneCol.f-agencyAppli .mod-formTbl .inputHalf, .f-oneCol.f-shopAppli .mod-formTbl .inputHalf {
  width: 322px;
  margin-right: 5px;
}

.f-oneCol.f-agencyAppli .mod-formTbl .inputHalf + span, .f-oneCol.f-shopAppli .mod-formTbl .inputHalf + span {
  position: relative;
  top: 8px;
}

.f-oneCol .loginId img {
  margin-bottom: 10px;
}

.f-oneCol .loginId td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-oneCol .loginId td input {
  width: 202px;
}

.f-oneCol .loginId label {
  display: inline-block;
  margin-bottom: 7px;
  vertical-align: middle;
}

.f-oneCol .loginId label span {
  position: relative;
  top: 8px;
}

.f-oneCol .loginId .txtImportant {
  color: #006fcf;
  line-height: 1.5;
}

/* mod-formTbl
------------------------------------------ */
.mod-formTbl {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}

.mod-formTbl th {
  width: 210px;
  padding-left: 9px;
  background: #ff44bb;
  border-right: 4px solid transparent;
  border: 1px solid #ee1199;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  text-shadow: 1px 1px 1px #ee1199;
}

.mod-formTbl td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.mod-formTbl input[type="password"], .mod-formTbl input[type="text"], .mod-formTbl input[type="tel"], .mod-formTbl input[type="url"], .mod-formTbl input[type="email"], .mod-formTbl select, .mod-formTbl textarea {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
}

.mod-formTbl .noBorder {
  height: 55px;
  border: none;
  text-align: center;
}

.mod-formTbl input[type="checkbox"] {
  display: none;
}

.mod-formTbl input[type="radio"] {
  display: none;
}

.btn {
  height: 47px;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #fff inset;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  position: relative;
}

.btn-confirm,
.btn-send,
.btn-return,
.btn-appliConfirm {
  width: 262px;
}

.btn-confirm,
.btn-send,
.btn-appliConfirm {
  padding-right: 15px;
}

.btn-confirm:after,
.btn-send:after,
.btn-appliConfirm:after {
  content: "";
  display: block;
  width: 13px;
  height: 21px;
  margin-top: -11px;
  background: url("../../../../img/user/pc/common/arrow_button.png");
  position: absolute;
  top: 50%;
  right: 29px;
}

.btn-return {
  padding-left: 35px;
  color: #113399;
}

.btn-return:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -14px;
  background: url("../../../../img/user/pc/common/arrow_return.png");
  position: absolute;
  top: 50%;
  left: 50px;
}

.btn-back {
  width: 164px;
  padding-left: 30px;
  margin-right: 30px;
}

.btn-back:after {
  content: "";
  display: block;
  width: 13px;
  height: 21px;
  margin-top: -11px;
  background: url("../../../../img/user/pc/common/arrow_back_button.png");
  position: absolute;
  top: 50%;
  left: 34px;
}

/* f-shopHeader
------------------------------------------ */
.f-shopHeader {
  padding: 15px 0 10px;
}

.f-shopHeader .shNameAreaBox {
  float: left;
  height: 80px;
  margin-right: 2px;
}

.f-shopHeader .shShopName,
.f-shopHeader .shGenreTime {
  width: 528px;
  color: #fff;
  padding: 0 10px;
}

.f-shopHeader .shShopName {
  height: 45px;
  line-height: 45px;
  font-size: 23px;
}

.f-shopHeader .shShopName a {
  color: #FFF;
}

.f-shopHeader .shGenreTime {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.f-shopHeader .shGenreTime div {
  display: inline-block;
}

.f-shopHeader .shAreaGen {
  margin-right: 10px;
}

.f-shopHeader .shAreaGen a {
  color: #fff;
}

.f-topShopHeader .tsBIareaGen a {
  color: #fff;
}

.f-shopHeader .shOpenTime span {
  font-size: 12px;
  margin-right: 5px;
}

.f-shopHeader .shTable {
  float: left;
  width: 460px;
  background: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
}

.f-shopHeader .shTable th {
  background: #e9f5fa;
  border: solid 1px #fff;
  box-shadow: inset 0 0 1px #c7e0ed, inset 0 0 1px #c7e0ed, inset 0 0 1px #c7e0ed;
  font-size: 13px;
  text-shadow: 1px 1px 0 #fff, 1px 1px 0 #fff;
  text-align: center;
  vertical-align: middle;
}

.f-shopHeader .shTypeTh {
  width: 69px;
}

.f-shopHeader .shCardTh,
.f-shopHeader shReceiptTh {
  width: 73px;
}

.f-shopHeader .card_th {
  width: 30px;
}

.f-shopHeader .shTable td {
  background: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.f-shopHeader .shTable tr {
  height: 78px;
}

.f-shopHeader .shTable tr td div:first-child {
  margin-bottom: 5px;
}

.f-shopHeader .shTable tr td:first-of-type {
  width: 100px;
}

.f-shopHeader .shTypeTd {
  width: 126px;
}

.f-shopHeader .shTypeTd div:nth-child(2) {
  margin-top: 4px;
}

.f-shopHeader .shCardTd {
  height: 46px;
  text-align: left !important;
  padding-left: 3px;
}

.f-shopHeader .shCardTd ul {
  overflow: auto;
  margin-bottom: 3px;
}

.f-shopHeader .shCardTd li {
  float: left;
  margin-left: 2px;
}

.f-shopHeader .shCardTd li:first-child {
  margin-left: 0;
}

.f-shopHeader .shReceiptTd {
  height: 31px;
  font-size: 14px;
}

/* f-shopNavi,.f-gNavi
------------------------------------------ */
.f-gNavi ul.navi li:first-child {
  margin-left: 1px;
}

.f-shopNavi li:first-child.is-active, .f-shopNavi li:first-child {
  margin-left: 0;
}

.f-gNavi ul.navi li:first-child.is-active {
  margin: 0;
}

.f-gNavi ul.navi li.is-active {
  border: none;
  line-height: 28px;
  color: #fff;
  position: relative;
  box-shadow: none;
}

.f-shopNavi .is-active {
  border-color: #fe247b;
  line-height: 28px;
  color: #fff;
  position: relative;
  box-shadow: none;
  margin-bottom: 0;
  height: 27px;
}

.f-shopNavi .is-active:after,
.f-gNavi ul.navi li.is-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ff44bb;
  position: absolute;
  bottom: -1px;
}

.f-shopNavi a,
.f-gNavi ul.navi li a {
  display: block;
  height: 100%;
  color: #000;
  text-shadow: 1px 1px 0 #fff,1px 1px 0 #fff;
}

.f-shopNavi {
  margin-bottom: 20px;
}

.f-shopNavi ul {
  border-bottom: solid 2px #ff44bb;
  -js-display: flex;
  display: flex;
}

.f-shopNavi li {
  flex: 1;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #eae5e3 100%);
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  margin: 0 0 1px 2px;
  border: solid 1px #d5d5d5;
  box-shadow: 0px 0px 0px 1px #fff inset;
}

.f-shopNavi .g_default_nav_block li a {
  opacity: 1 !important;
  text-shadow: unset;
}

/* 「FJ-3787 UI改修のため削除する」
.f-gNavi {
	margin-bottom: 15px;

    // ランキングポップアップ
    .popup {
    	// display: block !important;
    	min-width: 185px;
        position: absolute;
        top: 70px;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 1000;
        background: #fff;
        border: 1px solid #AAAAAA;
        padding: 15px 0 5px 40px;
        border-radius : 5px;
        li {
        	margin-bottom: 10px;
        	text-align: left;
            a {
            	&:before {
            		content: "▶︎";
            		display: inline-block;
            		margin-right: 5px;
            		font-size: 10px;
            	}
				&:hover {
					text-decoration: underline;
					color: #FF0A4D;
				}
            }
        }
        &:before,
        &:after {
        	content: "";
        	width: 0;
			height: 0;
			margin-left: -8px;
			border-style: solid;
			border-width: 0 8px 18px 8px;
			border-color: transparent transparent #aaaaaa transparent;
			 position: absolute;
            top: -18px;
            left: 50%;

        }
        &:after {
        	border-color: transparent transparent #ffffff transparent;
        	top: -16px;
        }
    }
}

.f-gNavi ul.navi {
    > li {
        height: 48px;
        float: left;
        width: 98px;
        font-size: 12px;
        text-align: center;
        color: #ccc;
        border-right: solid 1px #c4c4c4;
        position: relative;
        &:nth-child(10) {
        	border-right: none;
        }
        &:hover > a{
			color: #F92BA0;
		}

        > a {
			padding-top: 35px;
            font-weight: bold;
            background: no-repeat center top;
            text-shadow: none;

            span {

            }
        }
    }
    .hasPop {
    	&:hover {
    		&:before {
    			content: "";
    			display: block;
    			width: 100%;
    			height: 30px;
    			position: absolute;
    			bottom: -30px;
    			left: 0;
    		}
    	}
    }
    .home {
    	> a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-home.svg");
		}
		&:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-homeOn.svg");
		}
    }
    .shopSearch {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-shop.svg");
	        background-position-y: 3px
	    };
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-shopOn.svg");
		}
    }
    .girlSearch {
    	> a {
	       background-image: url("../../../../img/user/pc/common/gnavi/icon-heart.svg");
	       background-position-y: 4px
	   };
       &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-heartOn.svg");
		}
    }
    .ranking {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-crown.svg");
	        background-position-y: 1px
	    };
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-crownOn.svg");
		}
    }

    .now {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-clock.svg")
	    };
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-clockOn.svg");
		}
    }

    .photo {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-camera.svg");
	        background-position-y: 2px
	    };
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-cameraOn.svg");
		}
    }

    .rookie {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/ico_nav_rookie.svg");
	    }
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/ico_nav_rookieOn.svg");
		}
    }

    .movie {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-movie.svg");
	        background-position-y: 2px;
	    }
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-movieOn.svg");
		}
    }

    .news {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-news.svg");
	    }
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-newsOn.svg");
		}
    }

    .ticket {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-coupon.svg");
	        background-position-y: 5px;
	    }
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-couponOn.svg");
		}
    }

    .new {
    	> a {
	        background-image: url("../../../../img/user/pc/common/gnavi/icon-new.svg");
	    }
        &:hover > a {
			background-image: url("../../../../img/user/pc/common/gnavi/icon-newOn.svg");
		}
    }

    .is-active {
    	a {
    	}

    }
}
*/
/* l-col8
------------------------------------------ */
.l-col8 {
  float: left;
  width: 790px;
}

.l-col2 + .l-col8 {
  margin-left: 10px;
}

.l-col2 + .l-col8 .l-col8-ttl {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 4px solid #eaeaea;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.l-col2 + .l-col8 .l-col8-ttl:after {
  box-sizing: border-box;
  content: "";
  width: 100px;
  height: 4px;
  background: #ff58c9;
  border: 1px solid #ff3bbf;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.l-col2 + .l-col8 .currentTxt {
  font-size: 12px;
}

.l-col2 + .l-col8 .currentTxt em {
  font-size: 16px;
  font-weight: bold;
}

.l-col2 + .l-col8 .currentTxt span {
  font-size: 20px;
  font-weight: bold;
}

.l-col2 + .l-col8 .currentTxt .red {
  color: #f00;
}

.l-col8 .col8Tit {
  background: #ff44bb;
  border: solid 1px #ee1199;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  margin-bottom: 10px;
}

/*--- f-shopInfo ---*/
.f-shopInfo table {
  width: 100%;
  background: #b8b8b8;
  border-collapse: separate;
  border-spacing: 1px;
}

.f-shopInfo th {
  width: 174px;
  background: #f6f6f6;
  border: solid 1px #fff;
  box-shadow: inset 0 0 1px #b8b8b8;
  vertical-align: middle;
  text-align: center;
}

.f-shopInfo td {
  background: #fff;
  padding: 10px;
  line-height: 18px;
  word-break: break-all;
}

.f-shopInfo #accessmap a {
  float: left;
  color: #2D92DD;
  text-decoration: underline;
}

.f-shopInfo span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.f-shopInfo b {
  font-size: 10px;
}

.f-shopInfo strong {
  color: #ff44bb;
  font-weight: bold;
}

.f-shopInfo .genre a {
  white-space: nowrap;
  line-height: 25px;
}

.f-shopInfo .shop-subscribe .none-fav {
  margin-top: 7px;
  padding: 2px 0px;
  color: #3b7eff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.f-shopInfo .shop-subscribe .added-fav {
  background: #e6e7e9;
  width: 170px;
  margin-top: 7px;
  padding: 2px 10px;
  border-radius: 20px;
  color: #3b7eff;
  font-size: 14px;
  cursor: pointer;
}

/*--- f-simpleRecruit ---*/
.f-simpleRecruit h2 {
  margin-bottom: 8px;
}

.f-simpleRecruit h2 span {
  display: inline-block;
  position: relative;
  height: 37px;
  line-height: 37px;
  background: #c872e4;
  border: solid 1px #ac5ae0;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 0 #ab56e1;
  padding: 0 10px;
}

.f-simpleRecruit h2 span:before {
  content: url(../../../../img/user/pc/common/ico_srtit-arrow.png);
  position: absolute;
  bottom: -29px;
  left: 42px;
}

.f-simpleRecruit table {
  width: 100%;
  background: #b8b8b8;
  border-collapse: separate;
  border-spacing: 1px;
}

.f-simpleRecruit th {
  width: 174px;
  border: solid 1px #fff;
  vertical-align: middle;
  text-align: center;
}

.f-simpleRecruit .forGirls {
  background: #f9e6ff;
  box-shadow: inset 0 0 1px #d27cef;
}

.f-simpleRecruit .forMens {
  background: #edfbfe;
  box-shadow: inset 0 0 1px #c5daf5;
}

.f-simpleRecruit .forMens + td .mens-title {
  padding-top: 28px;
}

.f-simpleRecruit td {
  background: #fff;
  padding: 10px;
  line-height: 18px;
}

.f-simpleRecruit .srImage {
  width: 100%;
  margin-bottom: 10px;
}

.f-simpleRecruit .srImage img {
  max-width: 100%;
  height: auto;
}

.f-simpleRecruit dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.f-simpleRecruit dd {
  line-height: 20px;
  margin-bottom: 5px;
}

.f-simpleRecruit .srMore {
  text-align: right;
}

.f-simpleRecruit .srMore a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.f-simpleRecruit .srMoreGirls a {
  color: #b650df;
}

.f-simpleRecruit .srMoreMens a {
  color: #017cc0;
}

.f-simpleRecruit .srMore a:hover {
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.f-simpleRecruit .srMore a:before {
  position: absolute;
  left: -27px;
}

.f-simpleRecruit .srMoreGirls a:before {
  content: url(../../../../img/user/pc/common/ico_heart-more.png);
  top: 0;
}

.f-simpleRecruit .srMoreMens a:before {
  content: url(../../../../img/user/pc/common/ico_crown-more.png);
  top: -2px;
}

/*--- f-girlPostTit ---*/
.f-girlPostTit {
  position: relative;
  height: 78px;
  background: #fcfcfc;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  padding: 8px;
  margin-bottom: 20px;
}

.f-girlPostTit .gptPhoto {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

.f-girlPostTit .gptName {
  height: 30px;
  font-size: 16px;
  margin-bottom: 6px;
}

.f-girlPostTit .gptName span {
  font-weight: bold;
  margin: 0 5px;
}

.f-girlPostTit .gptInfo {
  float: left;
  letter-spacing: -0.4em;
}

.f-girlPostTit .gptInfo li {
  display: inline-block;
  height: 24px;
  line-height: 20px;
  background: #fff;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: normal;
}

.f-girlPostTit .gptType {
  border: solid 2px #ff79c8;
  color: #f6c;
  padding: 0 5px;
  margin-right: 5px;
}

.f-girlPostTit .gptScheduleNow,
.f-girlPostTit .gptScheduleToday,
.f-girlPostTit .gptScheduleNon {
  position: relative;
  height: 24px;
  line-height: 20px;
  border: solid 2px #ffa257;
  border-radius: 3px;
  font-size: 13px;
  padding: 0 15px;
  margin-left: 24px;
}

.f-girlPostTit .gptScheduleNow {
  color: #f4b;
  font-size: 13px;
  font-weight: bold;
}

.f-girlPostTit .gptScheduleNon {
  border-color: #ccc;
  color: #ccc;
}

.f-girlPostTit .gptScheduleNow:before,
.f-girlPostTit .gptScheduleToday:before,
.f-girlPostTit .gptScheduleNon:before {
  position: absolute;
  top: -2px;
  left: -26px;
}

.f-girlPostTit .gptScheduleNow:before,
.f-girlPostTit .gptScheduleToday:before {
  content: url(../../../../img/user/pc/common/ico_schedule.png);
}

.f-girlPostTit .gptScheduleNon:before {
  content: url(../../../../img/user/pc/common/ico_schedule-off.png);
}

.f-girlPostTit .gptOtheLink {
  float: right;
  font-size: 13px;
}

.f-girlPostTit .gptOtheLink li {
  display: inline-block;
  padding: 0 10px;
}

.f-girlPostTit .gptOtheLink a {
  color: #333;
}

.f-girlPostTit .gptOtheLink span {
  color: #ccc;
}

.f-girlPostTit .gptOtheLink a:before,
.f-girlPostTit .gptOtheLink span:before {
  vertical-align: -4px;
  margin-right: 10px;
}

.f-girlPostTit .gptToGirlProf a:before {
  content: url(../../../../img/user/pc/common/ico_profile.png);
}

.f-girlPostTit .gptToGirlProf span:before {
  content: url(../../../../img/user/pc/common/ico_profile_off.png);
}

.f-girlPostTit .gptToGirlPost {
  border-left: solid 1px #cacaca;
}

.f-girlPostTit .gptToGirlPost a:before {
  content: url(../../../../img/user/pc/common/ico_photo.png);
}

.f-girlPostTit .gptToGirlPost span:before {
  content: url(../../../../img/user/pc/common/ico_photo_off.png);
}

.f-girlPostTit .gptToGirlMovie a:before {
  content: url(../../../../img/user/pc/common/ico_movie.png);
}

.f-girlPostTit .gptToGirlMovie span:before {
  content: url(../../../../img/user/pc/common/ico_movie_off.png);
}

/* l-col2
------------------------------------------ */
.l-col2 {
  float: left;
  width: 190px;
  position: relative;
  z-index: 2;
}

.l-col8 + .l-col2 {
  margin-left: 10px;
}

/*--- f-shopComment ---*/
.l-col2 .f-shopComment {
  margin-bottom: 10px;
}

.l-col2 .f-shopComment h2 {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  padding: 9px 0;
  text-align: center;
}

.l-col2 .f-shopComment dl {
  line-height: 18px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
}

.l-col2 .f-shopComment dt {
  border-bottom: solid 1px #ebebeb;
  font-weight: bold;
  padding: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

.l-col2 .f-shopComment dd {
  border-top: solid 1px #fff;
  font-size: 12px;
  padding: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

/*--- f-sideInfo ---*/
.l-col2 .f-sideInfo {
  border: solid 1px #ebebeb;
  margin-bottom: 10px;
}

.l-col2 .f-sideInfo dt {
  position: relative;
  height: 26px;
  line-height: 26px;
  background: -moz-linear-gradient(top, #ffffff 0%, #eae5e3);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eae5e3));
  border: solid 1px #ccc;
  font-size: 13px;
  padding-left: 15px;
  margin: 1px;
}

.l-col2 .f-sideInfo dt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 8px;
  height: 16px;
  background: #f4b;
  border: solid 1px #ee1199;
}

.l-col2 .f-sideInfo dd {
  border-bottom: solid 1px #ebebeb;
  padding: 10px;
  word-break: break-all;
}

.l-col2 .f-sideInfo .siShopName,
.l-col2 .f-sideInfo .siTel span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.l-col2 .f-sideInfo .siShopName .shop-subscribe,
.l-col2 .f-sideInfo .siTel span .shop-subscribe {
  display: block;
}

.l-col2 .f-sideInfo .siLowPrice b {
  font-weight: bold;
  font-size: 13px;
}

.l-col2 .f-sideInfo .siTel {
  background: #ffc;
  border: solid 1px #ffedb5;
  margin: 1px;
}

.l-col2 .f-sideInfo .siTel b {
  font-size: 10px;
}

.l-col2 .f-sideInfo .siTel strong {
  color: #ff44bb;
  font-weight: bold;
}

.l-col2 .f-sideInfo .shop-subscribe .none-fav {
  padding-top: 10px;
  color: #3b7eff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.l-col2 .f-sideInfo .shop-subscribe .added-fav {
  background: #e6e7e9;
  width: 170px;
  margin-top: 7px;
  padding: 4px 10px;
  border-radius: 20px;
  color: #3b7eff;
  font-size: 14px;
  cursor: pointer;
}

/*--- f-sideInfo ---*/
.l-col2 .f-sideTelOnly {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.l-col2 .f-sideTelOnly p {
  background: #ffe220;
  border: solid 1px #fc0;
  border-radius: 3px;
  color: #000;
  text-align: center;
  padding: 10px;
}

.l-col2 .f-sideTelOnly span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.l-col2 .f-sideTelOnly b {
  font-size: 10px;
}

.l-col2 .f-sideTelOnly strong {
  color: #ff44bb;
  font-weight: bold;
}

/*--- f-gravure ---*/
.l-col2 .f-gravure .gravure_info {
  line-height: 18px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
}

.l-col2 .f-gravure .girls {
  height: 224px;
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px;
}

.l-col2 .f-gravure .girls .image_frame {
  height: 224px;
  width: 168px;
  overflow: hidden;
}

.l-col2 .f-gravure h2 {
  background-color: #FFF845;
  height: 34px;
}

.l-col2 .f-gravure h2:before {
  position: absolute;
  padding: 7px 0px 7px 12px;
  content: url("../../../../img/user/pc/common/icon_gravure2.png");
}

.l-col2 .f-gravure h2 span {
  position: relative;
  color: #565755;
  margin-left: 25px;
  font-size: 15px;
  font-weight: bold;
  top: 10px;
  left: 15px;
}

.l-col2 .f-gravure .girl_count {
  color: #565755;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 8px;
}

.l-col2 .f-gravure .girl_count span {
  color: #FC5F81;
}

.l-col2 .f-gravure .image_count {
  position: absolute;
  background: rgba(109, 210, 194, 0.5);
  color: #EAF4F3;
  width: 70px;
  font-size: 12px;
  padding: 6px 0;
  bottom: 40px;
  right: 12px;
  text-align: center;
  border-radius: 2px;
}

.l-col2 .f-gravure .girl_info {
  position: absolute;
  bottom: 0;
  width: 168px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 0 #000;
  z-index: 2;
  padding: 5px 10px;
}

.l-col2 .f-gravure .update {
  color: #22ADFE;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}

.l-col2 .f-gravure .girl_name {
  height: 14px;
  margin-bottom: 3px;
}

.l-col2 .f-gravure .girl_name .name {
  display: inline-block;
  max-width: 110px;
  vertical-align: middle;
}

.l-col2 .f-gravure .girl_name .age {
  line-height: 14px;
}

.l-col2 .f-gravure .girl_size {
  font-size: 10px;
  letter-spacing: -0.1em;
  height: 12px;
}

.l-col2 .f-gravure .more_list {
  font-size: 11px;
  margin: 10px 10px 20px 10px;
}

.l-col2 .f-gravure .more_list:after {
  position: absolute;
  padding: 0px 0px 0px 5px;
  content: url("/assets/img/user/pc/common/ico_arrow-more.png");
}

.l-col2 .f-sideShopBaseInfo {
  margin-bottom: 10px;
}

.l-col2 .f-sideShopBaseInfo h2 {
  background: #0091ea;
  text-shadow: 1px 1px 1px #1a70bf;
  color: #fff;
  font-size: 16px;
  padding: 9px 0;
  text-align: center;
}

.l-col2 .f-sideShopBaseInfo .info-detail {
  font-size: 16px;
  padding: 9px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.l-col2 .f-sideShopBaseInfo .info-detail em {
  font-size: 14px;
  font-weight: bold;
}

.l-col2 .f-sideShopBaseInfo .info-detail em a {
  color: #333;
}

.l-col2 .f-sideShopBaseInfo .info-detail .card-info .list-card {
  margin-right: 2px;
  display: inline-block;
}

.l-col2 .f-sideShopBaseInfo .info-detail .card-info .japan_card {
  margin-bottom: 0.5rem;
}

.l-col2 .f-sideShopBaseInfo .info-detail .shop-hp {
  display: block;
}

.l-col2 .f-sideShopBaseInfo .genre-img {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.l-col2 .f-sideShopBaseInfo .price span {
  color: #ff0077;
}

.l-col2 .f-sideShopBaseInfo .shop-subscribe .none-fav {
  padding-top: 10px;
  color: #3b7eff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.l-col2 .f-sideShopBaseInfo .shop-subscribe .added-fav {
  background: #e6e7e9;
  width: 170px;
  margin-top: 7px;
  padding: 4px 10px 2px;
  border-radius: 20px;
  color: #3b7eff;
  font-size: 14px;
  cursor: pointer;
}

/*--- プロフィール画面用 ---*/
.gpSideTit {
  width: 190px;
  height: 28px;
  line-height: 30px;
  background: url(../../../../img/user/pc/common/tit_bg-side.png) no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #e19;
}

.gpSideTit a {
  color: #fff;
  font-weight: normal;
}

.gpSideTit span {
  margin: 0 20px;
}

/* f-girlPostCalendar */
.f-girlPostCalendar {
  margin-bottom: 18px;
}

.f-girlPostCalendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
  text-align: center;
}

.f-girlPostCalendar th {
  width: 26px;
  height: 32px;
  background: #ff97d9;
  border: solid 1px #ff7dd0;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #f5009c;
  vertical-align: middle;
}

.f-girlPostCalendar .gpcSat {
  color: #006cff;
  text-shadow: none;
}

.f-girlPostCalendar .gpcSun {
  color: #f00;
  text-shadow: none;
}

.f-girlPostCalendar td {
  height: 32px;
  border: solid 1px #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
}

.f-girlPostCalendar td a {
  text-decoration: underline;
}

/* f-girlPostArchives／f-girlPostGirlSelect */
.f-girlPostArchives,
.f-girlPostGirlSelect {
  margin-bottom: 20px;
}

.f-girlPostArchives .gpSideTit,
.f-girlPostGirlSelect .gpSideTit {
  margin-bottom: 7px;
}

.f-girlPostArchives li,
.f-girlPostGirlSelect li {
  line-height: 22px;
}

/*--- f-searchResult ---*/
.f-searchResult {
  border-top: 4px solid #eaeaea;
}

.f-searchResult .searchResult-head {
  display: table-cell;
  width: 790px;
  height: 101px;
  padding-left: 3px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 4px solid #eaeaea;
  vertical-align: middle;
  line-height: 1.2;
  position: relative;
}

.f-searchResult .searchResult-head:after {
  box-sizing: border-box;
  content: "";
  width: 100px;
  height: 4px;
  background: #ff58c9;
  border: 1px solid #ff3bbf;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.f-searchResult .searchResult-ttl {
  max-width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.f-searchResult .searchcondition {
  display: inline-block;
  width: 390px;
  padding-right: 10px;
  color: #888;
  font-size: 12px;
  position: relative;
}

.f-searchResult .searchcondition:after {
  content: "";
  display: block;
  margin-top: -4px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #2254dd transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
}

.f-searchResult .PRBnrSlider-wrap {
  display: table-cell;
  width: 440px;
  padding: 5px 20px 0;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}

.f-searchResult .PRBnrSlider-wrap img {
  visibility: hidden;
}

.f-searchResult .PRBnrSlider-wrap .visible {
  visibility: visible;
}

.f-searchResult .PRTxt {
  margin-bottom: 1px;
  font-size: 11px;
  color: #c3c3c3;
}

.f-searchResult .prev,
.f-searchResult .next {
  position: absolute;
  top: 40px;
}

.f-searchResult .prev {
  left: 0;
}

.f-searchResult .next {
  right: 0;
}

.f-searchResult .pagerList {
  padding-top: 5px;
  text-align: center;
  font-size: 0;
}

.f-searchResult .pagerItem {
  display: inline-block;
  margin: 0 10px;
}

.f-searchResult .pagerItem a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.f-searchResult .pagerItem .active {
  background: #77bb22;
  border-color: #6b8557;
}

.f-searchResult .searchResult-bodyTop {
  display: table;
  table-layout: fixed;
  width: 790px;
}

.f-searchResult .searchResult-bodyTop > * {
  display: table-cell;
  vertical-align: middle;
}

.f-searchResult .searchResult-bodyTop .btnWrap {
  width: 100px;
  padding: 1px 0;
}

.f-searchResult .searchResult-bodyTop .btnSort {
  display: block;
  height: 42px;
  padding-left: 37px;
  border: 1px solid #f0f0f0;
  font-size: 13px;
  line-height: 42px;
  color: #333;
  background: #f9f9f9 url("../../../../img/user/pc/common/icon_sort.png") no-repeat 9px center;
}

.f-searchResult .tagIcon-list {
  font-size: 0;
}

.f-searchResult .tagIcon-list .tagIcon-item {
  display: inline-block;
  margin-right: 5px;
}

.f-searchResultSArea .tagIcon-list .tagIcon-item {
  display: inline-block;
  margin-right: 5px;
}

/*--- f-sideLocalShop ---*/
.f-sideLocalShop h2 {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  padding: 9px 0;
  text-align: center;
  margin-bottom: 2px;
}

.f-sideLocalShop .slsBoxWrap {
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  border-bottom: none;
}

.f-sideLocalShop .slsSingleBox {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #ebebeb;
  padding: 9px;
}

.f-sideLocalShop .slsSingleBox:first-child {
  border-top: none;
}

.f-sideLocalShop .slsImage {
  width: 170px;
  height: 170px;
  margin-bottom: 5px;
}

.f-sideLocalShop .slsArea {
  color: #333;
  font-size: 11px;
  padding: 5px 0;
}

.f-sideLocalShop .slsGenre {
  letter-spacing: -0.4em;
}

.f-sideLocalShop .slsGenre li {
  display: inline-block;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  background: #f4b;
  border: solid 1px #e19;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: normal;
  margin-left: 4px;
}

.f-sideLocalShop .slsGenre li:first-child {
  margin-left: 0;
}

/* 左サイド検索 */
/*
.f-sideSearch {
	margin-bottom: 20px;
	border: 2px solid #dbccb8;
	border-radius: 5px;
}

.f-sideSearch .sideSearch-ttl {
	height: 50px;
	padding-left: 29px;
	background: no-repeat 6px center;
	border-bottom: 1px solid #dbccb8;
	line-height: 50px;
}

.f-sideSearch .sideSearch-ttl span {
	margin-right: 6px;
	font-size: 16px;
	font-weight: bold;
}

.f-sideSearch .sideSearch-dl:last-of-type {
	border-bottom: 1px solid #dbccb8;
}

.f-sideSearch .area .sideSearch-ttl {
	background-image: url("../../../../img/user/pc/common/ico_side_area.png");
}

.f-sideSearch .business .sideSearch-ttl {
	background-image: url("../../../../img/user/pc/common/ico_side_business.png");
}

.f-sideSearch .price .sideSearch-ttl {
	background-image: url("../../../../img/user/pc/common/ico_side_price.png");
}

.f-sideSearch .price .sideSearch-body {
	background: #f7f4f0;
	border: 1px solid #fff;
	border-bottom: none;
}

.f-sideSearch .sideSearchList-item {
	height: 35px;
	background: #f7f4f0 url("../../../../img/user/pc/common/arrow_side_off.png") no-repeat right 5px center;
	border-bottom: 1px solid #dbccb8;
	line-height: 35px;
	position: relative;
}

.f-sideSearch .sideSearchList-item:hover {
	background-image: url("../../../../img/user/pc/common/arrow_side_on.png");
}

.f-sideSearch .sideSearchList-item > a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding-left: 8px;
	border: 1px solid #fff;
	border-bottom: none;
	text-shadow: 1px 1px 0 #fff;
}

.f-sideSearch .sideSearchList-item > span {
    padding-left: 8px;
}

.f-sideSearch .sideSearchList-item.is_active {
    background-image: none !important;
}

.f-sideSearch .sideSearchList-item > a span {
	color: #000;
	text-shadow: none;
}

.f-sideSearch input[type="checkbox"] {
	display: none;
}

.f-sideSearch .priceCb-list {
	padding: 12px 0 5px;

        .zero span {
            color:#9A9A9A !important;
        }
}

.f-sideSearch .priceCb-item {
	padding-left: 7px;
	margin-bottom: 7px;
}

.f-sideSearch .priceCb-item span {
	display: inline-block;
	height: 23px;
	padding-left: 29px;
	background: url("../../../../img/user/pc/common/bg_side_checkOff.png") no-repeat left center;
	line-height: 23px;
	color: #113399;
	text-shadow: 1px 1px 0 #fff;
}

.f-sideSearch .priceCb-item input:checked + span {
	background-image: url("../../../../img/user/pc/common/bg_side_checkOn.png");
}

.f-sideSearch .priceCb-item em {
	color: #000;
	text-shadow: none;
}

.f-sideSearch .searchBtnWrap {
	padding: 10px 0 12px;
	background: #f7f4f0;
	border-radius: 0 4px 4px 0;
	border: 1px solid #fff;
	text-align: center;
}

.f-sideSearch .searchBtnWrap .shopCount {
	margin-bottom: 9px;
}

.f-sideSearch .searchBtnWrap em {
	display: inline-block;
	min-width: 3em;
}

.f-sideSearch .searchBtnWrap span {
	margin: 0 7px;
	color: #f00;
	font-weight: bold;
}

.f-sideSearch .searchBtnWrap .slotCounter {
	color: #828282;
}

.f-sideSearch .searchBtnWrap .btn-filter {
	display: inline-block;
	width: 160px;
	height: 40px;
	padding-left: 25px;
	background: url("../../../../img/user/pc/common/ico_side_search.png") no-repeat 32px center, #5dacf5;
	border-radius: 7px;
	border: 1px solid #1486e6;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 0 #2680d5;
	box-shadow: 1px 1px 0 0 #fff;
}

.f-sideSearch .searchBtnWrap .btn-ms-save {
	cursor: pointer;
	margin-top: 5px;
	display: inline-block;
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: #ff7db4;
	border-radius: 7px;
	border: 1px solid #7a3451;
	text-shadow: 1px 1px 0 #7a3451;
}
.f-sideSearch .searchBtnWrap .ms-disabled {
	cursor: initial;
	margin-top: 5px;
	display: inline-block;
	width: 160px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: #666666;
	border-radius: 7px;
	border: 1px solid #313131;
	text-shadow: 1px 1px 0 #313131;
	&:hover{
		opacity: unset;
	}
}
.f-sideSearch .searchModal {
	width: 633px;
	padding: 2px 10px 15px;
	background: #fff;
	border: 2px solid #dbccb8;
	border-radius: 6px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	line-height: 1;
	position: absolute;
	left: 186px;
	top: -95px;
	z-index: 30;
}

.f-sideSearch .searchModal .searchModal-dl {
	padding: 12px 0 12px 10px;
	border-bottom: 1px solid #dbccb8;
}

.f-sideSearch .searchModal .searchModal-dl:last-child {
	border-bottom: none;
}

.f-sideSearch .searchModal .searchModal-head {
	font-size: 16px;
	color: #ee1199;
	font-weight: bold;
}

.f-sideSearch .searchModal .searchModal-head a {
	color: inherit;
}
*/
#ranking-btn {
  background: url("../../../../img/user/pc/common/icon_crown_wh.png") no-repeat 14px center, #5dacf5;
  margin-top: 5px;
  background-color: #F59B08;
  border: 1px solid #a7721d;
  text-shadow: 1px 1px 0 #7b5926;
}

.searchModal-body.genre {
  position: relative;
}

.searchModal-body.genre .genre-list.g_6 {
  position: absolute;
  top: -76px;
  left: 180px;
  display: none;
}

.zero {
  color: #9A9A9A !important;
}

/*
.f-sideSearch .searchModal .searchModal-list {
	padding-top: 11px;
	overflow: hidden;
}

.f-sideSearch .searchModal .searchModal-item {
	float: left;
}
.f-sideSearch .searchModal.searchModal-middleArea {
    top: -2px;
}
.f-sideSearch .searchModal.searchModal-middleArea p {
    margin-top: 10px;
    font-size: 16px;
    color: #ee1199;
    font-weight: bold;
}
.f-sideSearch .searchModal.searchModal-middleArea .searchModal-item {
    margin-left: 30px;
}

.f-sideSearch .searchModal.searchModal-middleArea .searchModal-item:nth-child(7) {
	margin-left:0;
	margin-top:10px;
}

.f-sideSearch .searchModal.searchModal-middleArea .searchModal-item:first-child {
    margin-left: 0px;
}
.f-sideSearch .searchModal.searchModal-largeArea {
    top: -52px;
}
.f-sideSearch .searchModal.searchModal-largeArea .searchModal-item {
	padding: 2px 0 0 6px;
	margin-left: 6px;
	border-left: 2px solid #b8b8b8;
}

.f-sideSearch .searchModal.searchModal-genre .business-list {
	font-size: 16px;
	font-weight: bold;
}

.f-sideSearch .searchModal.searchModal-genre .genre-list {
	font-size: 14px;
        padding-top:0;
}

.f-sideSearch .searchModal.searchModal-genre .genre-list .searchModal-item {
	line-height: 16px;
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item {
	width: 180px;
	margin-bottom: 10px;
	color: #113399;
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item span {
	display: inline-block;
	height: 18px;
	padding-left: 24px;
	background: url("../../../../img/user/pc/common/bg_checkbox_off.png") no-repeat left center;
	line-height: 18px;
        position:relative;
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item input:checked + span {
	background-image: url("../../../../img/user/pc/common/bg_checkbox_on.png");
}

//NEWアイコン店舗検索業種ジャンル　2018/05/23
.f-sideSearch .searchModal.searchModal-genre .searchModal-item.new-icon .bgCheck:after{
        content: "";
        display: inline-block;
        width: 46px;
        height: 21px;
        margin-left: 10px;
        background: url(/assets/img/user/pc/common/ico-new03.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: -1px;
}
.f-sideSearch .searchModal.searchModal-genre .searchModal-item.new-icon.zero .bgCheck:after{
        content: "";
	display: inline-block;
        width: 46px;
        height: 21px;
        margin-left: 10px;
	background: url("/assets/img/user/pc/common/ico-new03-off.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -1px;
}

.f-sideSearch .searchModal-Pref {
	width: 593px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	line-height: 1.1;
	border-radius: 0 0 6px 6px;
	position: absolute;
	left: 186px;
    top: -87px;
	z-index: 30;
}

.f-sideSearch .searchModal-Pref .searchTab-list {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item {
	width: 196px;
	height: 0;
	padding-top: 41px;
	margin-right: 2px;
	background: url("../../../../img/user/pc/common/bg_searchTab_off_2.png") no-repeat;
	float: left;
	line-height: 1.5;
	cursor: pointer;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item:hover, .f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item.is-active {
	background-image: url("../../../../img/user/pc/common/bg_searchTab_on_2.png");
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item:last-child {
	width: 197px;
	margin-right: 0;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item.city {
	background-position: -198px top;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item.station {
	background-position: -396px top;
}

.f-sideSearch .searchModal-Pref .searchModalPref-body {
	margin-top: -1px;
	padding: 21px 20px 6px;
	background: #fff;
	border: 2px solid #dbccb8;
	border-top: 1px solid #dbccb8;
	border-radius: 0 0 6px 6px;
}

.f-sideSearch .searchModal-Pref .searchModal-head {
	font-size: 16px;
	color: #ee1199;
	font-weight: bold;

	a {
		color: inherit;
	}
}

.f-sideSearch .searchModal-Pref .searchModal-list {
	padding-top: 15px;
	overflow: hidden;
}

.f-sideSearch .searchModal-Pref .searchModal-item {
	width: 180px;
	margin-bottom: 15px;
	float: left;
}
*/
.f-sideType {
  margin-bottom: 10px;
  border: 2px solid #dbccb8;
  margin-bottom: 20px;
  border-radius: 5px;
}

.f-sideType .sideType-head {
  background: #FF2136;
  border-radius: 5px 5px 0 0;
  height: 50px;
}

.f-sideType .sideType-head .sideType-head-imgs {
  padding: 8px 10px 5px 10px;
}

.f-sideType .sideType-head .sideType-aaa {
  text-align: center;
  font-size: 11px;
  color: #FFF;
}

.f-sideType .sideType-list {
  padding: 15px 5px 15px 5px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: underline !important;
}

.f-bnrArea .bnr-listItem {
  margin-bottom: 16px;
}

/*f-newsMovie */
.f-newsMovie .p-ellipsis {
  line-height: 1.2;
}

.f-newsMovie li.newsMovie-item {
  margin-bottom: 50px;
}

.f-newsMovie .newsMovie-ttl {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 4px solid #eaeaea;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.f-newsMovie .newsMovie-ttl:after {
  box-sizing: border-box;
  content: "";
  width: 100px;
  height: 4px;
  background: #32afff;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.f-newsMovie .newsMovie-head {
  padding: 8px;
  margin-bottom: 10px;
  background: #32afff;
  border: 1px solid #248de6;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 1px 1px 0px #248de6;
}

.f-newsMovie .p-centeringPhotoWrap {
  display: block;
}

.f-newsMovie .newsMovie-contents {
  display: block;
}

.f-newsMovie .newsMovie-contents-head {
  height: 26px;
  border-bottom: 2px solid #32afff;
  position: relative;
}

.f-newsMovie .newsMovie-contents-head .p-ellipsis {
  display: block;
  padding-right: 100px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.f-newsMovie .newsMovie-contents-head .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 4px;
}

.f-newsMovie .newsMovie-contents-head em {
  margin-left: 5px;
  font-weight: bold;
}

.f-newsMovie .movie-wrap {
  width: 260px;
  padding-top: 195px;
  background: #000;
}

.f-newsMovie .newsMovie-contents {
  padding-left: 12px;
}

.f-newsMovie .girls-prof {
  padding-top: 7px;
}

.f-newsMovie .girls-info {
  width: 110px;
  border-right: 10px solid transparent;
  text-align: center;
  color: #32afff;
}

.f-newsMovie .girls-info .p-centeringPhotoWrap {
  padding-top: 133px;
}

.f-newsMovie .girls-name {
  font-size: 13px;
}

.f-newsMovie .girls-name .p-ellipsis {
  display: inline-block;
  max-width: 70px;
  vertical-align: middle;
}

.f-newsMovie .bwh {
  font-size: 10px;
}

.f-newsMovie .newsMovie-contents-body {
  padding-top: 6px;
}

.f-newsMovie .girls-intro {
  padding: 8px;
  border: 1px solid #fff1bf;
  background: #fffdef;
  color: #333;
}

.f-newsMovie .girls-intro .nmText {
  line-height: 21px;
}

.f-newsMovie h2 {
  margin-bottom: 10px;
}

/* 左サイドナビ */
.bnr-ec-side img {
  margin-bottom: 10px;
}

.f-sideNav .sideNav-head {
  height: 45px;
  background: #F92BA0;
  font-size: 13px;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

.f-sideNav .sideNav-body {
  margin-bottom: 9px;
}

.f-sideNav .sideNav-item {
  width: 190px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.f-sideNav .sideNav-item .sideNav-link {
  box-sizing: border-box;
  display: block;
  background: url("../../../../img/user/pc/common/arrow_side_nav.png") no-repeat right 8px center;
  color: #313131;
  cursor: pointer;
}

.f-sideNav .sideNav-item .sideNav-link:hover {
  color: #F92BA0;
  opacity: 1;
}

.f-sideNav .sideNav-item .naviItem-inner {
  display: block;
  height: 48px;
  padding-left: 58px;
  background: no-repeat 8px center;
  border-bottom: 2px solid #ededed;
  line-height: 46px;
}

.f-sideNav .sideNav-item:hover .subNav-list {
  display: block;
}

.f-sideNav .sideNav-item .naviItem {
  display: block;
  border-bottom: 2px solid #ededed;
  padding: 10px 14px;
  line-height: normal;
}

.f-sideNav .shop .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-shop.svg");
}

.f-sideNav .shop:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-shopOn.svg");
}

.f-sideNav .girlSearch .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-heart.svg");
}

.f-sideNav .girlSearch:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-heartOn.svg");
}

.f-sideNav .girlSearch:hover:after {
  content: "";
  width: 55px;
  height: 200%;
  position: absolute;
  right: -55px;
  top: -30px;
}

.f-sideNav .ranking .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-crown.svg");
}

.f-sideNav .ranking:hover:after {
  content: "";
  width: 55px;
  height: 200%;
  position: absolute;
  right: -55px;
  top: -30px;
}

.f-sideNav .ranking:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-crownOn.svg");
}

.f-sideNav .standBy .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-clock.svg");
}

.f-sideNav .standBy:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-clockOn.svg");
}

.f-sideNav .photo .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-camera.svg");
}

.f-sideNav .photo:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-cameraOn.svg");
}

.f-sideNav .movie .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-movie.svg");
}

.f-sideNav .movie:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-movieOn.svg");
}

.f-sideNav .news .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-news.svg");
}

.f-sideNav .news:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-newsOn.svg");
}

.f-sideNav .ticket .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-coupon.svg");
}

.f-sideNav .ticket:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-couponOn.svg");
}

.f-sideNav .ticket:hover:after {
  content: "";
  width: 55px;
  height: 200%;
  position: absolute;
  right: -55px;
  top: -30px;
}

.f-sideNav .newShop .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-new.svg");
}

.f-sideNav .newShop:hover .naviItem-inner {
  background-image: url("../../../../img/user/pc/common/gnavi/icon-newOn.svg");
}

.f-sideNav .subNav-list {
  display: none;
  width: 147px;
  padding: 30px 0 30px 17px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #AAAAAA;
  position: absolute;
  left: 237px;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

.f-sideNav .subNav-list:before, .f-sideNav .subNav-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 30px 5px 0;
  border-color: transparent #AAAAAA transparent transparent;
  position: absolute;
  left: -30px;
  top: 50%;
}

.f-sideNav .subNav-list:after {
  border-color: transparent #fff transparent transparent;
  left: -28px;
}

.f-sideNav .subNav-item a {
  color: #000000;
}

.f-sideNav .subNav-item a:before {
  content: "▶︎";
  display: inline-block;
  margin-right: 7px;
  font-size: 10px;
}

.f-sideNav .subNav-item a:hover {
  color: #FF0A4D;
  text-decoration: underline;
}

.f-sideNav .subNav-item + .subNav-item {
  margin-top: 15px;
}

/*---- 左右バナー ----*/
.f-prLeft,
.f-prRight {
  width: 200px;
  position: absolute;
  top: 10px;
}

.f-prLeft .bnr img,
.f-prRight .bnr img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}

.f-prLeft {
  left: -210px;
}

.f-prLeft .msJapanSlider {
  width: 200px;
  height: 270px;
  position: relative;
  margin-bottom: 10px;
}

.f-prLeft .msJapanSlider .msJapanSlider-head {
  position: absolute;
  bottom: 36px;
  right: -12px;
  z-index: 10;
}

.f-prLeft .msJapanSlider .ctrl-item {
  position: absolute;
  top: 100px;
}

.f-prLeft .msJapanSlider .msjPrev {
  left: -4px;
}

.f-prLeft .msJapanSlider .msjNext {
  right: -4px;
}

.f-prLeft .msJapanSlider .p-centeringPhotoWrap {
  display: block;
  height: 270px;
}

.f-prLeft .msJapanSlider .txtWrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.f-prLeft .msJapanSlider .txtWrap .name {
  margin: 0 0 3px 7px;
  font-size: 14px;
  color: #000;
  text-align: left;
  text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

.f-prLeft .msJapanSlider .txtWrap .name span {
  display: inline-block;
  max-width: 130px;
  font-size: 16px;
  line-height: 1.2;
  vertical-align: middle;
}

.f-prLeft .msJapanSlider .shopWrap {
  width: 200px;
  height: 40px;
  padding: 6px 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}

.f-prLeft .msJapanSlider .shopWrap > * {
  max-width: 100%;
}

.f-prRight {
  right: -210px;
}

.f-prRight .rightMsJapanBoxOuter .msJapanBtn-list {
  display: flex;
  flex-wrap: wrap;
}

.f-prRight .rightMsJapanBoxOuter .msJapanBtn-list .msJapanBtn-item {
  width: 50%;
  border-bottom: 1px solid #fff;
}

.f-prRight .rightMsJapanBoxOuter .msJapanBtn-list .msJapanBtn-item a {
  height: 31px;
  line-height: 31px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  display: block;
  background: linear-gradient(to bottom, #FAB353, #E08100);
}

.f-prRight .rightMsJapanBoxOuter .msJapanBtn-list .msJapanBtn-item a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.f-prRight .rightMsJapanBoxOuter .msJapanBtn-list li:nth-child(odd) {
  border-right: 1px solid #fff;
}

.f-prRight .rightMsJapanBoxOuter .msJapanArea {
  margin-top: 4px;
}

.f-prRight .rightMsJapanBoxOuter .msJapanArea .msJapan-ttl img {
  width: 100%;
  margin-bottom: 4px;
}

.f-prRight .rightMsJapanBoxOuter .rightMsJapanBox {
  position: relative;
}

.f-prRight .rightMsJapanBoxOuter .rightMsJapanBox .p-centeringPhotoWrap {
  display: block;
  z-index: 1;
}

.f-prRight .rightMsJapanBoxOuter .rightMsJapanBox .msJapanSlider-head {
  position: absolute;
  right: -12px;
  bottom: 30px;
  z-index: 2;
}

.f-prRight .rightMsJapanBoxOuter .rightMsJapanBox .txtWrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.f-prRight .rightMsJapanBoxOuter .rightMsJapanBox .txtWrap .name span {
  display: inline-block;
  max-width: 90px;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
  color: #000;
  text-align: right;
  text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  text-indent: 5px;
}

.f-prRight .rightMsJapanBoxOuter .rightMsJapanBox .txtWrap .shopWrap {
  width: 200px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}

.f-prRight .f-RightNewRecruit .qzin-area-link {
  margin: 0 0 10px 0;
}

.f-prRight .f-RightNewRecruit .qzin-area-link img {
  width: 100%;
  height: auto;
}

.f-prRight .f-RightNewRecruit .qzin-area-link:last-child {
  margin-bottom: 0;
}

.f-prRight .msJapanSlider__wrapper + .f-RightNewRecruit {
  margin-top: 30px;
}

/* ============================================================================

	汎用パーツ

============================================================================ */
/* 画像センタリング
------------------------------------------ */
.p-centeringPhotoWrap {
  position: relative;
  overflow: hidden;
}

.p-centeringPhotoObject {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* 一行文字省略
------------------------------------------ */
.p-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 縦並びで画像が左に来るリスト用スタイル */
.img-left .item-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.img-left .item-table > * {
  display: table-cell;
  vertical-align: top;
}

/* カップ表示
------------------------------------------ */
li[class*="-cup"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.a-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-a30.png");
}

.b-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-b30.png");
}

.c-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-c30.png");
}

.d-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-d30.png");
}

.e-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-e30.png");
}

.f-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-f30.png");
}

.g-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-g30.png");
}

.h-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-h30.png");
}

.i-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-i30.png");
}

.j-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-j30.png");
}

.k-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-k30.png");
}

.l-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-l30.png");
}

.m-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-m30.png");
}

.n-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-n30.png");
}

.o-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-o30.png");
}

.p-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-p30.png");
}

.q-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-q30.png");
}

.r-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-r30.png");
}

.s-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-s30.png");
}

.t-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-t30.png");
}

.u-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-u30.png");
}

.v-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-v30.png");
}

.w-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-w30.png");
}

.x-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-x30.png");
}

.y-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-y30.png");
}

.z-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-z30.png");
}

/* ページャー
------------------------------------------ */
.mod-pager ol {
  background: #fff;
  text-align: center;
  padding: 20px 0 80px;
}

.mod-pager li {
  display: inline-block;
  margin-left: 5px;
}

.mod-pager .pagerPre span,
.mod-pager .pagerNext span {
  color: #ee1e9e;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 5px;
}

.mod-pager .pagerAnchor {
  background: #fff;
  border: solid 1px #ccc;
}

.mod-pager .pagerAnchor a {
  display: inline-block;
  padding: 8px 10px;
}

.mod-pager .pagerNow {
  padding: 8px 10px;
}

/* ページャー2
------------------------------------------ */
.mod-pager2 ul {
  background: #f6f6f6;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  text-align: center;
  padding: 14px 0;
}

.mod-pager2 li {
  display: inline-block;
}

.mod-pager2 a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  text-shadow: 1px 1px 0 #fff;
}

.mod-pager2 .pager2Prev a {
  width: 120px;
  height: 50px;
  background: url(../../../../img/user/pc/common/btn_prev.png) no-repeat;
}

.mod-pager2 .pager2List {
  margin: 0 35px;
}

.mod-pager2 .pager2List a {
  width: 220px;
  height: 50px;
  background: url(../../../../img/user/pc/common/btn_list.png) no-repeat;
}

.mod-pager2 .pager2Next a {
  width: 120px;
  height: 50px;
  background: url(../../../../img/user/pc/common/btn_next.png) no-repeat;
}

/* もっと見る */
.pagerAnchor.seeMore {
  border: none;
  border-radius: 24px;
  background: initial;
}

.pagerAnchor.seeMore a, .pagerAnchor.seeMore > span {
  width: 300px;
  line-height: 36px;
  border-radius: 24px;
  font-size: 20px;
  margin: auto;
  padding: 4px 24px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00a0e9;
  background: linear-gradient(170deg, #00a0e9, #055a81);
  box-shadow: 0px 5px 0px 0px #4b4b8e;
  box-sizing: unset;
}

.pagerAnchor.seeMore a:hover, .pagerAnchor.seeMore > span:hover {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 4px;
}

.pagerAnchor.seeMore a span, .pagerAnchor.seeMore > span span {
  display: block;
  position: absolute;
}

.error-see-more {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}

#btn-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

/* 季節イベント追従リンク */
#btn-to-feature {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
}

#btn-to-feature a {
  position: relative;
}

#btn-to-feature a .feature-link-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 11px;
  font-size: 20px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ms-japan-banner*/
.ms-japan-banner {
  margin: 0 0 10px 0;
}

/* ============================================================================

	汎用クラス

============================================================================ */
.fs10 {
  font-size: 10px;
}

.ptb40 {
  padding: 40px 0;
}

.pr220 {
  padding-right: 220px;
}

.ma {
  margin: auto;
}

.m0 {
  margin: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.side_red {
  color: red;
}

/* inputエラー */
.input-error {
  background: #ffcfcf !important;
}

.error_comment {
  color: red;
  font-weight: bold;
  margin-top: 3px;
}

/* seoテキスト */
.seo-text-top {
  width: 100%;
  background-color: #f4f4f4;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1.3;
  font-size: 12px;
}

.seo-text-bottom {
  width: 100%;
  background-color: #f4f4f4;
  padding: 10px;
  line-height: 1.3;
  margin-top: 20px;
  font-size: 12px;
}

.top-seo-umekomitxt {
  padding: 10px 8px;
  border-bottom: 1px solid #ebeaea;
  background: #ebeaea;
  line-height: 1.5;
  font-size: 11px;
  margin: 1.5rem 0 2rem 0;
}

/* マイページ */
#mypage-box {
  min-width: 15rem;
  margin: auto 0;
}

.mypage-btn {
  display: inline-block;
  padding-left: 8px;
}

/*==========================================================================================

	Mypage - modal

==========================================================================================*/
.fav-modal-content {
  position: fixed;
  display: none;
  z-index: 11;
  width: 380px;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
}

.fav-modal-content .modal-title {
  margin: 0;
  padding: 7px 0 11px 0;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

.fav-modal-overlay {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.fav-modal-open {
  color: #00f;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}

.fav-modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.fav-modal-close {
  position: absolute;
  bottom: 0px;
  right: 10px;
  color: #c5c5c5;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

.fav-modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.modal-discription {
  background: #f1f1f1;
  padding: 1rem;
  line-height: 23px;
  font-size: 16px;
  margin-top: 5px;
}

.fav-modal-content .mypage-link {
  background: #91d35a;
  margin: 2rem;
  padding: .9rem;
  border-radius: 8px;
}

.mypage-link a {
  color: #fff;
  text-align: center;
}

.mypage-link .intro-head {
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0 2px 0;
}

.fav-modal-content .mypage-link-login {
  background: #fe257b;
  margin: 2rem;
  padding: .9rem;
  border-radius: 8px;
}

.mypage-link-login a {
  color: #fff;
  text-align: center;
}

.mypage-link-login .intro-head {
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0 2px 0;
}

.fav-modal-content .login {
  display: block;
  text-align: center;
}

.f-sideOtherSearchLongAreaName12 {
  font-size: 12px;
}

.header_h2top {
  display: flex;
  align-items: center;
  width: 320px;
  font-size: 14px;
  position: relative;
}

.header_h2top span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 3px;
  line-height: 1.2;
}

#g--container .home_txtTop {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 10px;
}

.btn-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #CCCCCC !important;
  font-weight: normal !important;
}

.photoDiaryRanking-head {
  margin-top: 25px;
}

.photoDiaryRanking-body {
  margin: 20px 0;
}

[class*="u-lineClamp-"] {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.u-lineClamp-1 {
  -webkit-line-clamp: 1;
}

.u-lineClamp-2 {
  -webkit-line-clamp: 2;
}

.u-lineClamp-3 {
  -webkit-line-clamp: 3;
}

.u-lineClamp-4 {
  -webkit-line-clamp: 4;
}

.u-lineClamp-5 {
  -webkit-line-clamp: 5;
}

.u-lineClamp-6 {
  -webkit-line-clamp: 6;
}

.u-lineClamp-7 {
  -webkit-line-clamp: 7;
}

.u-lineClamp-8 {
  -webkit-line-clamp: 8;
}

.u-lineClamp-9 {
  -webkit-line-clamp: 9;
}

.u-lineClamp-10 {
  -webkit-line-clamp: 10;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader {
  display: block !important;
  color: #FF62AC;
  font-size: 11px;
  text-indent: -99999em;
  margin: 1px auto !important;
  position: relative;
  width: 4em;
  height: 4em;
  box-shadow: inset 0 0 0 .6em;
  transform: translateZ(0);
}

.loader:before, .loader:after {
  position: absolute;
  content: '';
}

.loader:before {
  width: 2.3em;
  height: 4.4em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  transform-origin: 2.1em 2.1em;
  -webkit-animation: load 0.8s infinite ease;
  animation: load 0.8s infinite ease;
}

.loader:after {
  width: 2.5em;
  height: 4.4em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 2em;
  transform-origin: 0px 2.1em;
  -webkit-animation: load 0.8s infinite ease .2s;
  animation: load 0.8s infinite ease .2s;
}

@-webkit-keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*==========================================================================================

	新規左カラム

==========================================================================================*/
/*==========================================================================================

	f-searchMenu

==========================================================================================*/
.f-searchMenu .searchMenu-wrap {
  position: relative;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.21);
  margin: 5px 0 15px;
  padding: 0 10px 11px;
}

.f-searchMenu .searchMenu-wrap::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 4px 4px 0 0;
  background: #F2F2F2;
  width: 100%;
  height: 5px;
}

.f-searchMenu .searchMenu-dl {
  margin: 0 0 9px;
}

.f-searchMenu .searchMenu-ttl {
  font-size: 13px;
  line-height: 24px;
  padding: 20px 0 0;
}

.f-searchMenu .searchMenu-ttl em {
  font-size: 15px;
  font-weight: bold;
  margin: 0 5px 0 0;
}

.f-searchMenu .searchMenu-ttl:first-child {
  padding: 15px 0 0;
}

.f-searchMenu .searchMenu-body {
  position: relative;
  margin: 5px 0 0;
}

.f-searchMenu .searchMenu-body:hover .modal-wrap {
  display: block;
}

.f-searchMenu .searchMenu-body.is-empty:hover .modal-wrap {
  display: none;
}

.f-searchMenu .searchMenu-body.is-empty .selected-txt {
  color: #ccc;
  cursor: auto;
}

.f-searchMenu .searchMenu-body.is-empty .selected-txt::after {
  border-left: 5px solid #ccc;
}

.f-searchMenu .searchMenu-body.is-termination {
  pointer-events: none;
}

.f-searchMenu .searchMenu-body.is-termination .selected-txt {
  line-height: 18px;
  border: 1px solid #EBEBEB;
  background: #fff;
}

.f-searchMenu .searchMenu-body.is-termination .selected-txt::after {
  content: none;
}

.f-searchMenu .selected-txt {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  background: #F2F2F2;
  font-size: 13px;
  line-height: 20px;
  color: #444;
  padding: 11px 25px 11px 8px;
}

.f-searchMenu .selected-txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #BEBEBE;
}

.f-searchMenu .selected-txt.is-empty:hover .modal-wrap {
  display: none;
}

.f-searchMenu .selected-txt.is-empty .selected-txt {
  color: #ccc;
  cursor: auto;
}

.f-searchMenu .selected-txt.is-empty .selected-txt::after {
  border-left: 5px solid #ccc;
}

.f-searchMenu .modal-wrap {
  display: none;
  position: absolute;
  top: -45px;
  left: 170px;
  padding: 0 0 0 24px;
  z-index: 6;
}

.m_left .f-searchMenu .modal-wrap {
  left: 150px;
}

.f-searchMenu .modal-bg {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.21);
  padding: 22px 20px 30px;
}

.f-searchMenu .modal-bg::before {
  content: "";
  position: absolute;
  top: 59px;
  left: -7px;
  z-index: -1;
  transform: rotate(-45deg);
  box-shadow: -3px 0px 6px 0px rgba(0, 0, 0, 0.21);
  width: 14px;
  height: 14px;
}

.f-searchMenu .modal-bg::after {
  content: "";
  position: absolute;
  top: 59px;
  left: -7px;
  transform: rotate(-45deg);
  background: #fff;
  width: 14px;
  height: 14px;
}

.f-searchMenu .modal-bg > .categoryList-dl .categoryList-ttl:first-child {
  padding: 7px 0 5px;
}

.f-searchMenu .tabMenu-list {
  display: flex;
  width: 608px;
}

.f-searchMenu .tabMenu-item {
  cursor: pointer;
  border-bottom: 3px solid #FAF8F4;
  background: #FAF8F4;
  color: #909090;
  line-height: 23px;
  text-align: center;
  padding: 9px 0 6px;
}

.f-searchMenu .tabMenu-item em {
  font-size: 15px;
  font-weight: bold;
  margin: 0 5px 0 0;
}

.f-searchMenu .tabMenu-item.is-active {
  border-bottom: 3px solid #FD5871;
  background: #fff;
  color: #FD5871;
}

.f-searchMenu .tabMenu-item.area {
  width: 209px;
}

.f-searchMenu .tabMenu-item.city {
  width: 237px;
}

.f-searchMenu .areaList-dl {
  display: none;
}

.f-searchMenu .areaList-dl.is-active {
  display: block;
}

.f-searchMenu .areaList-ttl {
  border-bottom: 1px solid #EBEBEB;
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
  color: #F25DAD;
  padding: 27px 0 5px;
}

.f-searchMenu .areaList-body {
  margin: 2px 0 0;
}

.f-searchMenu .areaLink-ttl {
  font-size: 14px;
  line-height: 17px;
  margin: 12px 0 0;
}

.f-searchMenu .areaLink-list {
  display: flex;
  flex-wrap: wrap;
}

.f-searchMenu .areaLink-item {
  width: 202px;
  margin: 10px 0 0;
}

.f-searchMenu .areaLink-item a, .f-searchMenu .areaLink-item span {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 0 19px;
}

.f-searchMenu .areaLink-item a::before, .f-searchMenu .areaLink-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFA007;
}

.f-searchMenu .areaLink-item span {
  color: #cccccc;
}

.f-searchMenu .areaLink-item span::before {
  border-left: 5px solid #ccc;
}

.f-searchMenu .category-ttl {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background: #FAF8F4;
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 10px;
  padding: 10px;
}

.f-searchMenu .category-ttl em {
  font-size: 15px;
  font-weight: bold;
  margin: 0 5px 0 0;
}

.f-searchMenu .oneColumn {
  width: 238px;
}

.f-searchMenu .oneColumn .areaLink-item {
  width: 204px;
}

.f-searchMenu .threeColumn {
  width: 608px;
}

.f-searchMenu .categoryList-ttl {
  border-bottom: 1px solid #EBEBEB;
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
  color: #F25DAD;
  padding: 17px 0 5px;
}

.f-searchMenu .categoryList-body {
  margin: 2px 0 0;
  padding: 0 0 10px;
}

.f-searchMenu .areaLink-ttl {
  font-size: 14px;
  line-height: 17px;
  margin: 12px 0 0;
}

.f-searchMenu .areaLink-list {
  display: flex;
  flex-wrap: wrap;
}

.f-searchMenu .areaLink-item {
  width: 202px;
  margin: 10px 0 0;
}

.f-searchMenu .areaLink-item a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 0 19px;
}

.f-searchMenu .areaLink-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFA007;
}

.f-searchMenu .selectType-list {
  margin: 20px 0 0;
}

.f-searchMenu .selectType-item {
  border-top: 1px solid #E6E6E6;
}

.f-searchMenu .selectType-item a, .f-searchMenu .selectType-item span {
  display: block;
  background: url("/assets/img/user/pc/common/bg_side_checkOff.png") left center/23px auto no-repeat;
  padding: 10px 0 9px 36px;
}

.f-searchMenu .selectType-item span {
  color: #ccc;
}

.f-searchMenu .selectType-item.is-active a {
  background: url("/assets/img/user/pc/common/bg_side_checkOn.png") left center/23px auto no-repeat;
}

/*==========================================================================================

	searchResultSArea-head
	既存cssを修正、打ち消し等対応

==========================================================================================*/
.f-searchResult {
  border-top: 5px solid #F2F2F2;
}

.f-searchResult .searchResult-head {
  border-top: none;
  border-bottom: none;
}

.f-searchResult .searchResult-ttl {
  padding: 17px 0 0;
}

.f-searchResult .searchResult-head:after {
  content: none;
}

.f-searchResultSArea .searchResult-bodyTop {
  margin: 40px 0 8px;
}

/*==========================================================================================

	searchResultSArea-head
	新規

==========================================================================================*/
.f-searchResult {
  /*===================
	名古屋等特殊地域用css
	=====================*/
  /*===================
	end 名古屋等特殊地域用css
	=====================*/
}

.f-searchResult .areaList-wrap {
  display: flex;
  align-items: center;
  margin: 14px 0 0;
}

.f-searchResult .areaList-ttl {
  min-width: 67px;
  background: url("/assets/img/user/pc/common/ico-area.svg") -2px center/auto 22px no-repeat;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  padding: 0 0 0 26px;
}

.f-searchResult .area-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px 13px;
}

.f-searchResult .area-item {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px 10px;
}

.f-searchResult .area-item a, .f-searchResult .area-item span {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #C6C6C6;
  color: #333;
  padding: 7px 13px;
}

.f-searchResult .area-item.is-active a {
  border: 1px solid #FD5871;
  color: #FD5871;
}

.f-searchResult .area-item.is-empty span {
  color: #ccc;
  background: #F2F2F2;
}

.f-searchResult .area-item:hover .innerCategory-list {
  display: block;
}

.f-searchResult .innerCategory-list {
  display: none;
  min-width: 102px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px 18px 17px;
  position: absolute;
  left: 12px;
  top: 100%;
  border-radius: 3px;
  background: #F4F4F4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.f-searchResult .area-item .innerCategory-link:not(:root) {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #333;
  border: none;
  border-radius: 0;
}

.f-searchResult .area-item .innerCategory-link:not(:root):hover {
  text-decoration: underline;
}

.f-searchResult .categoryList-wrap {
  display: flex;
  margin: 17px 0 0;
}

.f-searchResult .categoryList-ttl {
  background: url("/assets/img/user/pc/common/ico-category.svg") left center/auto 19px no-repeat;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  padding: 0 0 0 29px;
}

.f-searchResult .category-list {
  display: flex;
  margin: 0 0 0 20px;
}

.f-searchResult .category-item {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 0 15px;
}

.f-searchResult .category-item a {
  color: #272727;
}

.f-searchResult .category-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #272727;
  width: 1px;
  height: 13px;
}

.f-searchResult .category-item:first-child::before {
  content: none;
}

.f-searchResult .category-item.current {
  color: #FD5871;
}

.f-searchResult .category-item.current a {
  color: #FD5871;
}

.f-searchResult .sort-wrap {
  display: flex;
  justify-content: space-between;
}

.f-searchResult .shopBtn-list {
  display: flex;
  margin: 24px 0 0;
}

.f-searchResult .shopBtn-item {
  width: 200px;
  margin: 0 10px 0 0;
}

.f-searchResult .shopBtn-item a {
  display: block;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  background: #fff;
  box-shadow: 0px 3px 0px 0px #C6C6C6;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  text-align: center;
  padding: 10px 0;
}

.f-searchResult .shopBtn-item.is-active a {
  border: 1px solid #E3677A;
  background: #FD5871;
  box-shadow: 0px 3px 0px 0px #BE2B41;
  font-weight: bold;
  color: #fff;
}

.f-searchResult .shopBtn-item.is-empty a {
  border: 1px solid #D3D3D3;
  background: #EBEBEB;
  box-shadow: 0px 3px 0px 0px #C6C6C6;
  color: #C6C6C6;
  pointer-events: none;
}

.f-searchResult .sortList-dl {
  display: flex;
  align-items: center;
  margin: 29px 0 0;
}

.f-searchResult .sortList-ttl {
  background: url("/assets/img/user/pc/common/ico-sort.svg") left center/auto 14px no-repeat;
  font-size: 13px;
  padding: 0 0 0 29px;
}

.f-searchResult .sortList-body {
  position: relative;
  margin: 0 0 0 20px;
}

.f-searchResult .selected-txt {
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  border: 1px solid #B7B7B7;
  width: 200px;
  padding: 8px 10px;
}

.f-searchResult .selected-txt::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  border-top: 5px solid #BEBEBE;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.f-searchResult .select-list {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #F4F4F4;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.21);
  width: 200px;
  padding: 9px 20px 18px;
}

.f-searchResult .select-list.is-active {
  display: block;
}

.f-searchResult .select-item {
  margin: 10px 0 0;
}

.f-searchResult .select-item a {
  color: #333;
}

.f-searchResult .select-item a:hover {
  color: #FD5871;
  text-decoration: underline;
}

/*==========================================================================================

	f-photoDiaryRanking f-searchResult
	既存cssを修正、打ち消し等対応

==========================================================================================*/
.l-col2 + .l-col8 .l-col8-ttl {
  border-bottom: none;
}

.l-col2 + .l-col8 .l-col8-ttl:after {
  content: none;
}

.photoDiaryRanking-head.l-col8-ttl {
  border-top: 5px solid #F2F2F2;
  margin: 0;
}

.l-col2 + .l-col8 .photoDiaryRanking-head.l-col8-ttl {
  padding: 15px 0 0;
}

.photoDiaryRanking-body {
  margin: 30px 0 8px;
}

/*==========================================================================================

	f-photoDiaryRanking f-searchResult
	新規

==========================================================================================*/
.f-searchResult .shopBtn-list {
  display: flex;
  margin: 24px 0 0;
}

.f-searchResult .shopBtn-item {
  width: 200px;
  margin: 0 10px 0 0;
}

.f-searchResult .shopBtn-item a {
  display: block;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  background: #fff;
  box-shadow: 0px 3px 0px 0px #C6C6C6;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  text-align: center;
  padding: 10px 0;
}

.f-searchResult .shopBtn-item.is-active a {
  border: 1px solid #E3677A;
  background: #FD5871;
  box-shadow: 0px 3px 0px 0px #BE2B41;
  font-weight: bold;
  color: #fff;
}

.f-searchResult .photoDiaryRanking-head + .shopBtn-list {
  margin: 35px 0 0;
}

/* =============================================
FJ-3787 UI改修：header
============================================= */
.g-header {
  background: #FFFFFF;
  border-top: none;
  border-bottom: solid 2px #FF1F89;
}

.g-header .header__wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 108px;
}

.g-header .header__logo {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.g-header .header__logoLink {
  display: block;
  width: 148px;
  height: 40px;
}

.g-header .header__areaName {
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  color: #FF1F89;
  padding: 0 14px;
  margin-left: 7px;
  background: #FFFFFF;
  border: 1px solid #FF1F89;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #FF1F89;
}

.g-header .header__subTittle {
  display: block;
  width: 100%;
  margin-top: 7px;
}

.g-header .header__right {
  display: flex;
}

.g-header .header__rightLink {
  display: block;
  min-width: 165px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  padding-left: 14.5px;
  background: no-repeat #FF1F89 14.5px center;
  background-size: 25px 25px;
}

.g-header .header__rightLink:not(:last-child) {
  margin-right: 18px;
}

.g-header .header__rightLink--login {
  background-image: url(/assets/img/user/pc/common/header/icon_login.svg);
}

.g-header .header__rightLink--memberLogin {
  background-image: url(/assets/img/user/pc/common/header/icon_memberLogin.svg);
}

/* =============================================
FJ-3787 UI改修：グローバルメニュー
============================================= */
.g-menu {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.g-menu.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: transparent;
}

.g-menu .menu {
  width: 1200px;
}

.g-menu .menu__list {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.g-menu .menu__item {
  padding: 0 10px;
  height: 32px;
}

.g-menu .menu__item:not(:last-child) {
  border-right: 1px solid #121112;
}

.g-menu .menu__link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #121112;
  line-height: 32px;
  padding-left: 24px;
  background: no-repeat 2px center;
  background-size: 18px 18px;
  white-space: nowrap;
}

.g-menu .menu__link:hover, .g-menu .menu__link.is-active {
  color: #FF1F89;
  opacity: 1;
}

.g-menu .menu__link.is-inactive {
  pointer-events: none;
  color: #B5B6BE;
}

.g-menu .menu__link--girlSearch, .g-menu .menu__link--ranking, .g-menu .menu__link--coupon {
  cursor: default;
  position: relative;
  padding-right: 24px;
}

.g-menu .menu__link--girlSearch::after, .g-menu .menu__link--ranking::after, .g-menu .menu__link--coupon::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #121112;
  border-right: 2px solid #121112;
  transform: rotate(135deg);
  top: -3px;
  right: 6px;
}

.g-menu .menu__link--girlSearch.is-active, .g-menu .menu__link--ranking.is-active, .g-menu .menu__link--coupon.is-active {
  color: #FF1F89;
  opacity: 1;
}

.g-menu .menu__link--girlSearch.is-active::after, .g-menu .menu__link--ranking.is-active::after, .g-menu .menu__link--coupon.is-active::after {
  border-top: 2px solid #FF1F89;
  border-right: 2px solid #FF1F89;
}

.g-menu .menu__link--girlSearch.is-hover, .g-menu .menu__link--ranking.is-hover, .g-menu .menu__link--coupon.is-hover {
  color: #FF1F89;
  opacity: 1;
}

.g-menu .menu__link--girlSearch.is-hover::after, .g-menu .menu__link--ranking.is-hover::after, .g-menu .menu__link--coupon.is-hover::after {
  border-top: 2px solid #FF1F89;
  border-right: 2px solid #FF1F89;
  transform: rotate(-45deg);
  top: 3px;
}

.g-menu .menu__link--girlSearch.is-inactive, .g-menu .menu__link--ranking.is-inactive, .g-menu .menu__link--coupon.is-inactive {
  pointer-events: none;
  color: #B5B6BE;
}

.g-menu .menu__link--girlSearch.is-inactive:after, .g-menu .menu__link--ranking.is-inactive:after, .g-menu .menu__link--coupon.is-inactive:after {
  border-top: 2px solid #B5B6BE;
  border-right: 2px solid #B5B6BE;
  transform: rotate(135deg);
  top: -3px;
}

.g-menu .menu__link--girlSearch.is-inactive + .menu__dropdown, .g-menu .menu__link--ranking.is-inactive + .menu__dropdown, .g-menu .menu__link--coupon.is-inactive + .menu__dropdown {
  display: none;
}

.g-menu .menu__link--home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.1' viewBox='0 0 20 20.1'%3E%3Cpath id='icon_menuHome' d='M21,13H19a1,1,0,0,1-1-1,1.013,1.013,0,0,1,.6-.9L12,4.4,5.3,11a1.04,1.04,0,0,1,.6,1.3A.961.961,0,0,1,5,13H3a1,1,0,0,1-1-1,.908.908,0,0,1,.3-.7l9-9a.967.967,0,0,1,1.4,0h0l9,9a.967.967,0,0,1,0,1.4.908.908,0,0,1-.7.3Zm-4,9H7a2.946,2.946,0,0,1-3-3V12a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1v7a.945.945,0,0,0,1,1H17a.945.945,0,0,0,1-1V12a1,1,0,0,1,2,0v7A2.946,2.946,0,0,1,17,22Zm-2,0a.945.945,0,0,1-1-1V15a.945.945,0,0,0-1-1H11a.945.945,0,0,0-1,1v6a1.088,1.088,0,0,1-.9,1.1A1.088,1.088,0,0,1,8,21.2V15.1a2.946,2.946,0,0,1,3-3h2a2.946,2.946,0,0,1,3,3v6A.987.987,0,0,1,15,22Z' transform='translate(-2 -2)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--home:hover, .g-menu .menu__link--home.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.1' viewBox='0 0 20 20.1'%3E%3Cpath id='icon_menuHome' d='M21,13H19a1,1,0,0,1-1-1,1.013,1.013,0,0,1,.6-.9L12,4.4,5.3,11a1.04,1.04,0,0,1,.6,1.3A.961.961,0,0,1,5,13H3a1,1,0,0,1-1-1,.908.908,0,0,1,.3-.7l9-9a.967.967,0,0,1,1.4,0h0l9,9a.967.967,0,0,1,0,1.4.908.908,0,0,1-.7.3Zm-4,9H7a2.946,2.946,0,0,1-3-3V12a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1v7a.945.945,0,0,0,1,1H17a.945.945,0,0,0,1-1V12a1,1,0,0,1,2,0v7A2.946,2.946,0,0,1,17,22Zm-2,0a.945.945,0,0,1-1-1V15a.945.945,0,0,0-1-1H11a.945.945,0,0,0-1,1v6a1.088,1.088,0,0,1-.9,1.1A1.088,1.088,0,0,1,8,21.2V15.1a2.946,2.946,0,0,1,3-3h2a2.946,2.946,0,0,1,3,3v6A.987.987,0,0,1,15,22Z' transform='translate(-2 -2)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--home.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.1' viewBox='0 0 20 20.1'%3E%3Cpath id='icon_menuHome' d='M21,13H19a1,1,0,0,1-1-1,1.013,1.013,0,0,1,.6-.9L12,4.4,5.3,11a1.04,1.04,0,0,1,.6,1.3A.961.961,0,0,1,5,13H3a1,1,0,0,1-1-1,.908.908,0,0,1,.3-.7l9-9a.967.967,0,0,1,1.4,0h0l9,9a.967.967,0,0,1,0,1.4.908.908,0,0,1-.7.3Zm-4,9H7a2.946,2.946,0,0,1-3-3V12a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1v7a.945.945,0,0,0,1,1H17a.945.945,0,0,0,1-1V12a1,1,0,0,1,2,0v7A2.946,2.946,0,0,1,17,22Zm-2,0a.945.945,0,0,1-1-1V15a.945.945,0,0,0-1-1H11a.945.945,0,0,0-1,1v6a1.088,1.088,0,0,1-.9,1.1A1.088,1.088,0,0,1,8,21.2V15.1a2.946,2.946,0,0,1,3-3h2a2.946,2.946,0,0,1,3,3v6A.987.987,0,0,1,15,22Z' transform='translate(-2 -2)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--shop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19.978' viewBox='0 0 20 19.978'%3E%3Cpath id='icon_menuShop' d='M21,22H3a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Zm-8,0a.945.945,0,0,1-1-1V4.6l-6,3V21a.945.945,0,0,1-1,1,.945.945,0,0,1-1-1V7a.961.961,0,0,1,.6-.9l8-4a1.053,1.053,0,0,1,1.3.4A.9.9,0,0,1,14,3V21A.945.945,0,0,1,13,22Zm6,0a.945.945,0,0,1-1-1V11.5L12.4,7.8a1.012,1.012,0,0,1,1.1-1.7h0l6,4a.909.909,0,0,1,.4.8v10A.867.867,0,0,1,19,22ZM9,10A.945.945,0,0,1,8,9H8A.945.945,0,0,1,9,8a.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,10Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,13Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,16Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,19Z' transform='translate(-2 -2.022)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--shop:hover, .g-menu .menu__link--shop.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19.978' viewBox='0 0 20 19.978'%3E%3Cpath id='icon_menuShop' d='M21,22H3a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Zm-8,0a.945.945,0,0,1-1-1V4.6l-6,3V21a.945.945,0,0,1-1,1,.945.945,0,0,1-1-1V7a.961.961,0,0,1,.6-.9l8-4a1.053,1.053,0,0,1,1.3.4A.9.9,0,0,1,14,3V21A.945.945,0,0,1,13,22Zm6,0a.945.945,0,0,1-1-1V11.5L12.4,7.8a1.012,1.012,0,0,1,1.1-1.7h0l6,4a.909.909,0,0,1,.4.8v10A.867.867,0,0,1,19,22ZM9,10A.945.945,0,0,1,8,9H8A.945.945,0,0,1,9,8a.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,10Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,13Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,16Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,19Z' transform='translate(-2 -2.022)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--shop.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19.978' viewBox='0 0 20 19.978'%3E%3Cpath id='icon_menuShop' d='M21,22H3a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Zm-8,0a.945.945,0,0,1-1-1V4.6l-6,3V21a.945.945,0,0,1-1,1,.945.945,0,0,1-1-1V7a.961.961,0,0,1,.6-.9l8-4a1.053,1.053,0,0,1,1.3.4A.9.9,0,0,1,14,3V21A.945.945,0,0,1,13,22Zm6,0a.945.945,0,0,1-1-1V11.5L12.4,7.8a1.012,1.012,0,0,1,1.1-1.7h0l6,4a.909.909,0,0,1,.4.8v10A.867.867,0,0,1,19,22ZM9,10A.945.945,0,0,1,8,9H8A.945.945,0,0,1,9,8a.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,10Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,13Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,16Zm0,3a.945.945,0,0,1-1-1H8a.945.945,0,0,1,1-1,.945.945,0,0,1,1,1h0A.945.945,0,0,1,9,19Z' transform='translate(-2 -2.022)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--girlSearch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.891' height='18.05' viewBox='0 0 19.891 18.05'%3E%3Cpath id='icon_menuGirlSearch' d='M10,18a.908.908,0,0,1-.7-.3L1.8,10.3h0A5.988,5.988,0,0,1,0,6.1,6.31,6.31,0,0,1,1.7,1.8,6.05,6.05,0,0,1,10,1.5,6.419,6.419,0,0,1,13.1,0a6.106,6.106,0,0,1,4.4,1.1,6.044,6.044,0,0,1,1.2,8.4,3.736,3.736,0,0,1-.6.7l-7.5,7.4A.548.548,0,0,1,10,18ZM3.2,8.9h0L10,15.6l6.8-6.7h0a1.38,1.38,0,0,0,.3-.4,4.091,4.091,0,0,0-.7-5.7,4.551,4.551,0,0,0-3-.8,3.78,3.78,0,0,0-2.6,1.6.755.755,0,0,1-.7.4,1.135,1.135,0,0,1-.8-.3A1.38,1.38,0,0,1,9,3.3c0-.1-.1-.1-.2-.2a4.047,4.047,0,0,0-5.6.1A4,4,0,0,0,2,6.1,3.631,3.631,0,0,0,3.2,8.9Z' transform='translate(0 0.05)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--girlSearch.is-hover, .g-menu .menu__link--girlSearch.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.891' height='18.05' viewBox='0 0 19.891 18.05'%3E%3Cpath id='icon_menuGirlSearch' d='M10,18a.908.908,0,0,1-.7-.3L1.8,10.3h0A5.988,5.988,0,0,1,0,6.1,6.31,6.31,0,0,1,1.7,1.8,6.05,6.05,0,0,1,10,1.5,6.419,6.419,0,0,1,13.1,0a6.106,6.106,0,0,1,4.4,1.1,6.044,6.044,0,0,1,1.2,8.4,3.736,3.736,0,0,1-.6.7l-7.5,7.4A.548.548,0,0,1,10,18ZM3.2,8.9h0L10,15.6l6.8-6.7h0a1.38,1.38,0,0,0,.3-.4,4.091,4.091,0,0,0-.7-5.7,4.551,4.551,0,0,0-3-.8,3.78,3.78,0,0,0-2.6,1.6.755.755,0,0,1-.7.4,1.135,1.135,0,0,1-.8-.3A1.38,1.38,0,0,1,9,3.3c0-.1-.1-.1-.2-.2a4.047,4.047,0,0,0-5.6.1A4,4,0,0,0,2,6.1,3.631,3.631,0,0,0,3.2,8.9Z' transform='translate(0 0.05)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--girlSearch.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.891' height='18.05' viewBox='0 0 19.891 18.05'%3E%3Cpath id='icon_menuGirlSearch' d='M10,18a.908.908,0,0,1-.7-.3L1.8,10.3h0A5.988,5.988,0,0,1,0,6.1,6.31,6.31,0,0,1,1.7,1.8,6.05,6.05,0,0,1,10,1.5,6.419,6.419,0,0,1,13.1,0a6.106,6.106,0,0,1,4.4,1.1,6.044,6.044,0,0,1,1.2,8.4,3.736,3.736,0,0,1-.6.7l-7.5,7.4A.548.548,0,0,1,10,18ZM3.2,8.9h0L10,15.6l6.8-6.7h0a1.38,1.38,0,0,0,.3-.4,4.091,4.091,0,0,0-.7-5.7,4.551,4.551,0,0,0-3-.8,3.78,3.78,0,0,0-2.6,1.6.755.755,0,0,1-.7.4,1.135,1.135,0,0,1-.8-.3A1.38,1.38,0,0,1,9,3.3c0-.1-.1-.1-.2-.2a4.047,4.047,0,0,0-5.6.1A4,4,0,0,0,2,6.1,3.631,3.631,0,0,0,3.2,8.9Z' transform='translate(0 0.05)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--sokuGirls {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='icon_menuSokuGirls' d='M18,22h0A17.033,17.033,0,0,1,2,6.1V6A2.946,2.946,0,0,1,5,3H9a.875.875,0,0,1,.9.6l2,5a.926.926,0,0,1-.4,1.2l-1.7,1a10.4,10.4,0,0,0,3.3,3.3l1-1.7a1,1,0,0,1,1.2-.4l5,2a.961.961,0,0,1,.6.9v4A2.838,2.838,0,0,1,18,22ZM4,6A14.975,14.975,0,0,0,18,20a1.075,1.075,0,0,0,1-1V15.7l-3.6-1.4-1,1.7a1.094,1.094,0,0,1-1.3.4,12.2,12.2,0,0,1-5.5-5.5A.984.984,0,0,1,8,9.6L9.8,8.5,8.3,5H5A1,1,0,0,0,4,6Zm13,4a.945.945,0,0,1-1-1,.945.945,0,0,0-1-1,.945.945,0,0,1-1-1,.945.945,0,0,1,1-1,2.946,2.946,0,0,1,3,3A.945.945,0,0,1,17,10Zm4,0a.945.945,0,0,1-1-1,4.951,4.951,0,0,0-5-5,.945.945,0,0,1-1-1,.945.945,0,0,1,1-1,6.957,6.957,0,0,1,7,7A.945.945,0,0,1,21,10Z' transform='translate(-2 -2)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--sokuGirls:hover, .g-menu .menu__link--sokuGirls.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='icon_menuSokuGirls' d='M18,22h0A17.033,17.033,0,0,1,2,6.1V6A2.946,2.946,0,0,1,5,3H9a.875.875,0,0,1,.9.6l2,5a.926.926,0,0,1-.4,1.2l-1.7,1a10.4,10.4,0,0,0,3.3,3.3l1-1.7a1,1,0,0,1,1.2-.4l5,2a.961.961,0,0,1,.6.9v4A2.838,2.838,0,0,1,18,22ZM4,6A14.975,14.975,0,0,0,18,20a1.075,1.075,0,0,0,1-1V15.7l-3.6-1.4-1,1.7a1.094,1.094,0,0,1-1.3.4,12.2,12.2,0,0,1-5.5-5.5A.984.984,0,0,1,8,9.6L9.8,8.5,8.3,5H5A1,1,0,0,0,4,6Zm13,4a.945.945,0,0,1-1-1,.945.945,0,0,0-1-1,.945.945,0,0,1-1-1,.945.945,0,0,1,1-1,2.946,2.946,0,0,1,3,3A.945.945,0,0,1,17,10Zm4,0a.945.945,0,0,1-1-1,4.951,4.951,0,0,0-5-5,.945.945,0,0,1-1-1,.945.945,0,0,1,1-1,6.957,6.957,0,0,1,7,7A.945.945,0,0,1,21,10Z' transform='translate(-2 -2)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--sokuGirls.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='icon_menuSokuGirls' d='M18,22h0A17.033,17.033,0,0,1,2,6.1V6A2.946,2.946,0,0,1,5,3H9a.875.875,0,0,1,.9.6l2,5a.926.926,0,0,1-.4,1.2l-1.7,1a10.4,10.4,0,0,0,3.3,3.3l1-1.7a1,1,0,0,1,1.2-.4l5,2a.961.961,0,0,1,.6.9v4A2.838,2.838,0,0,1,18,22ZM4,6A14.975,14.975,0,0,0,18,20a1.075,1.075,0,0,0,1-1V15.7l-3.6-1.4-1,1.7a1.094,1.094,0,0,1-1.3.4,12.2,12.2,0,0,1-5.5-5.5A.984.984,0,0,1,8,9.6L9.8,8.5,8.3,5H5A1,1,0,0,0,4,6Zm13,4a.945.945,0,0,1-1-1,.945.945,0,0,0-1-1,.945.945,0,0,1-1-1,.945.945,0,0,1,1-1,2.946,2.946,0,0,1,3,3A.945.945,0,0,1,17,10Zm4,0a.945.945,0,0,1-1-1,4.951,4.951,0,0,0-5-5,.945.945,0,0,1-1-1,.945.945,0,0,1,1-1,6.957,6.957,0,0,1,7,7A.945.945,0,0,1,21,10Z' transform='translate(-2 -2)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--ranking {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.015' height='14' viewBox='0 0 20.015 14'%3E%3Cg id='icon_menuRanking' transform='translate(-1.985 -5)'%3E%3Cpath id='パス_1091025' d='M12,5a1.234,1.234,0,0,1,.8.4l3.4,5.1,4.1-3.3a.978.978,0,0,1,1.4.2.829.829,0,0,1,.3.8l-2,10a.974.974,0,0,1-1,.8H5a.974.974,0,0,1-1-.8L2,8.2A1.1,1.1,0,0,1,2.8,7a1.077,1.077,0,0,1,.8.2l4.1,3.3,3.4-5.1A1.8,1.8,0,0,1,12,5Zm4,8a1.234,1.234,0,0,1-.8-.4L12,7.8,8.8,12.6a.984.984,0,0,1-1.4.3l-.1-.1L4.4,10.5,5.8,17H18.2l1.3-6.5-2.9,2.3A1.421,1.421,0,0,1,16,13Z' fill='%23121112'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--ranking.is-hover, .g-menu .menu__link--ranking.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.015' height='14' viewBox='0 0 20.015 14'%3E%3Cg id='icon_menuRanking' transform='translate(-1.985 -5)'%3E%3Cpath id='パス_1091025' d='M12,5a1.234,1.234,0,0,1,.8.4l3.4,5.1,4.1-3.3a.978.978,0,0,1,1.4.2.829.829,0,0,1,.3.8l-2,10a.974.974,0,0,1-1,.8H5a.974.974,0,0,1-1-.8L2,8.2A1.1,1.1,0,0,1,2.8,7a1.077,1.077,0,0,1,.8.2l4.1,3.3,3.4-5.1A1.8,1.8,0,0,1,12,5Zm4,8a1.234,1.234,0,0,1-.8-.4L12,7.8,8.8,12.6a.984.984,0,0,1-1.4.3l-.1-.1L4.4,10.5,5.8,17H18.2l1.3-6.5-2.9,2.3A1.421,1.421,0,0,1,16,13Z' fill='%23FF1F89'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--ranking.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.015' height='14' viewBox='0 0 20.015 14'%3E%3Cg id='icon_menuRanking' transform='translate(-1.985 -5)'%3E%3Cpath id='パス_1091025' d='M12,5a1.234,1.234,0,0,1,.8.4l3.4,5.1,4.1-3.3a.978.978,0,0,1,1.4.2.829.829,0,0,1,.3.8l-2,10a.974.974,0,0,1-1,.8H5a.974.974,0,0,1-1-.8L2,8.2A1.1,1.1,0,0,1,2.8,7a1.077,1.077,0,0,1,.8.2l4.1,3.3,3.4-5.1A1.8,1.8,0,0,1,12,5Zm4,8a1.234,1.234,0,0,1-.8-.4L12,7.8,8.8,12.6a.984.984,0,0,1-1.4.3l-.1-.1L4.4,10.5,5.8,17H18.2l1.3-6.5-2.9,2.3A1.421,1.421,0,0,1,16,13Z' fill='%23B5B6BE'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--coupon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath id='icon_menuCoupon' d='M15,8a1,1,0,0,1-1-1V5a1,1,0,0,1,2,0V7A1.075,1.075,0,0,1,15,8Zm0,6a1,1,0,0,1-1-1V11a1,1,0,0,1,2,0v2A1.075,1.075,0,0,1,15,14Zm0,6a1,1,0,0,1-1-1V17a1,1,0,0,1,2,0v2A1.075,1.075,0,0,1,15,20Zm4,0H5a3.009,3.009,0,0,1-3-3V14a.945.945,0,0,1,1-1,1,1,0,0,0,0-2,.945.945,0,0,1-1-1V7A2.946,2.946,0,0,1,5,4H19a3.009,3.009,0,0,1,3,3v3a.945.945,0,0,1-1,1,1,1,0,0,0,0,2,.945.945,0,0,1,1,1v3a2.946,2.946,0,0,1-3,3ZM4,14.8V17a.945.945,0,0,0,1,1H19a.945.945,0,0,0,1-1V14.8a3,3,0,0,1-1.8-3.9A2.922,2.922,0,0,1,20,9.1V7a.945.945,0,0,0-1-1H5A.945.945,0,0,0,4,7V9.2a2.954,2.954,0,0,1,0,5.6Z' transform='translate(-2 -4)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--coupon.is-hover, .g-menu .menu__link--coupon.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath id='icon_menuCoupon' d='M15,8a1,1,0,0,1-1-1V5a1,1,0,0,1,2,0V7A1.075,1.075,0,0,1,15,8Zm0,6a1,1,0,0,1-1-1V11a1,1,0,0,1,2,0v2A1.075,1.075,0,0,1,15,14Zm0,6a1,1,0,0,1-1-1V17a1,1,0,0,1,2,0v2A1.075,1.075,0,0,1,15,20Zm4,0H5a3.009,3.009,0,0,1-3-3V14a.945.945,0,0,1,1-1,1,1,0,0,0,0-2,.945.945,0,0,1-1-1V7A2.946,2.946,0,0,1,5,4H19a3.009,3.009,0,0,1,3,3v3a.945.945,0,0,1-1,1,1,1,0,0,0,0,2,.945.945,0,0,1,1,1v3a2.946,2.946,0,0,1-3,3ZM4,14.8V17a.945.945,0,0,0,1,1H19a.945.945,0,0,0,1-1V14.8a3,3,0,0,1-1.8-3.9A2.922,2.922,0,0,1,20,9.1V7a.945.945,0,0,0-1-1H5A.945.945,0,0,0,4,7V9.2a2.954,2.954,0,0,1,0,5.6Z' transform='translate(-2 -4)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--coupon.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath id='icon_menuCoupon' d='M15,8a1,1,0,0,1-1-1V5a1,1,0,0,1,2,0V7A1.075,1.075,0,0,1,15,8Zm0,6a1,1,0,0,1-1-1V11a1,1,0,0,1,2,0v2A1.075,1.075,0,0,1,15,14Zm0,6a1,1,0,0,1-1-1V17a1,1,0,0,1,2,0v2A1.075,1.075,0,0,1,15,20Zm4,0H5a3.009,3.009,0,0,1-3-3V14a.945.945,0,0,1,1-1,1,1,0,0,0,0-2,.945.945,0,0,1-1-1V7A2.946,2.946,0,0,1,5,4H19a3.009,3.009,0,0,1,3,3v3a.945.945,0,0,1-1,1,1,1,0,0,0,0,2,.945.945,0,0,1,1,1v3a2.946,2.946,0,0,1-3,3ZM4,14.8V17a.945.945,0,0,0,1,1H19a.945.945,0,0,0,1-1V14.8a3,3,0,0,1-1.8-3.9A2.922,2.922,0,0,1,20,9.1V7a.945.945,0,0,0-1-1H5A.945.945,0,0,0,4,7V9.2a2.954,2.954,0,0,1,0,5.6Z' transform='translate(-2 -4)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--diary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cpath id='icon_menuDiary' d='M18.5,5A3.543,3.543,0,0,1,22,8.5a3.5,3.5,0,0,1-7,0A3.543,3.543,0,0,1,18.5,5Zm0,5A1.5,1.5,0,1,0,17,8.5,1.538,1.538,0,0,0,18.5,10ZM18,19H5a2.946,2.946,0,0,1-3-3V9A2.946,2.946,0,0,1,5,6h8a.945.945,0,0,1,1,1,.945.945,0,0,1-1,1H5A.945.945,0,0,0,4,9v7a.945.945,0,0,0,1,1H18a.945.945,0,0,0,1-1V14a1,1,0,0,1,2,0v2A2.946,2.946,0,0,1,18,19Zm-1-3a.945.945,0,0,1-1-1V14a1,1,0,0,1,2,0v1A.945.945,0,0,1,17,16Z' transform='translate(-2 -5)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--diary:hover, .g-menu .menu__link--diary.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cpath id='icon_menuDiary' d='M18.5,5A3.543,3.543,0,0,1,22,8.5a3.5,3.5,0,0,1-7,0A3.543,3.543,0,0,1,18.5,5Zm0,5A1.5,1.5,0,1,0,17,8.5,1.538,1.538,0,0,0,18.5,10ZM18,19H5a2.946,2.946,0,0,1-3-3V9A2.946,2.946,0,0,1,5,6h8a.945.945,0,0,1,1,1,.945.945,0,0,1-1,1H5A.945.945,0,0,0,4,9v7a.945.945,0,0,0,1,1H18a.945.945,0,0,0,1-1V14a1,1,0,0,1,2,0v2A2.946,2.946,0,0,1,18,19Zm-1-3a.945.945,0,0,1-1-1V14a1,1,0,0,1,2,0v1A.945.945,0,0,1,17,16Z' transform='translate(-2 -5)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--diary.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cpath id='icon_menuDiary' d='M18.5,5A3.543,3.543,0,0,1,22,8.5a3.5,3.5,0,0,1-7,0A3.543,3.543,0,0,1,18.5,5Zm0,5A1.5,1.5,0,1,0,17,8.5,1.538,1.538,0,0,0,18.5,10ZM18,19H5a2.946,2.946,0,0,1-3-3V9A2.946,2.946,0,0,1,5,6h8a.945.945,0,0,1,1,1,.945.945,0,0,1-1,1H5A.945.945,0,0,0,4,9v7a.945.945,0,0,0,1,1H18a.945.945,0,0,0,1-1V14a1,1,0,0,1,2,0v2A2.946,2.946,0,0,1,18,19Zm-1-3a.945.945,0,0,1-1-1V14a1,1,0,0,1,2,0v1A.945.945,0,0,1,17,16Z' transform='translate(-2 -5)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--movie {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='icon_menuMovie' d='M6,3H18a2.946,2.946,0,0,1,3,3V18a2.946,2.946,0,0,1-3,3H6a2.946,2.946,0,0,1-3-3V6A2.946,2.946,0,0,1,6,3ZM18,19a.945.945,0,0,0,1-1V6a.945.945,0,0,0-1-1H6A.945.945,0,0,0,5,6V18a.945.945,0,0,0,1,1ZM8,21a.945.945,0,0,1-1-1V4A.945.945,0,0,1,8,3,.945.945,0,0,1,9,4V20A.945.945,0,0,1,8,21Zm8,0a.945.945,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.945.945,0,0,1,16,21ZM8,9H4A.945.945,0,0,1,3,8,.945.945,0,0,1,4,7H8A.945.945,0,0,1,9,8,.945.945,0,0,1,8,9Zm0,8H4a1,1,0,0,1,0-2H8a1,1,0,0,1,0,2Zm12-4H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Zm0-4H16a.945.945,0,0,1-1-1,.945.945,0,0,1,1-1h4a.945.945,0,0,1,1,1A.945.945,0,0,1,20,9Zm0,8H16a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z' transform='translate(-3 -3)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--movie:hover, .g-menu .menu__link--movie.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='icon_menuMovie' d='M6,3H18a2.946,2.946,0,0,1,3,3V18a2.946,2.946,0,0,1-3,3H6a2.946,2.946,0,0,1-3-3V6A2.946,2.946,0,0,1,6,3ZM18,19a.945.945,0,0,0,1-1V6a.945.945,0,0,0-1-1H6A.945.945,0,0,0,5,6V18a.945.945,0,0,0,1,1ZM8,21a.945.945,0,0,1-1-1V4A.945.945,0,0,1,8,3,.945.945,0,0,1,9,4V20A.945.945,0,0,1,8,21Zm8,0a.945.945,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.945.945,0,0,1,16,21ZM8,9H4A.945.945,0,0,1,3,8,.945.945,0,0,1,4,7H8A.945.945,0,0,1,9,8,.945.945,0,0,1,8,9Zm0,8H4a1,1,0,0,1,0-2H8a1,1,0,0,1,0,2Zm12-4H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Zm0-4H16a.945.945,0,0,1-1-1,.945.945,0,0,1,1-1h4a.945.945,0,0,1,1,1A.945.945,0,0,1,20,9Zm0,8H16a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z' transform='translate(-3 -3)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--movie.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='icon_menuMovie' d='M6,3H18a2.946,2.946,0,0,1,3,3V18a2.946,2.946,0,0,1-3,3H6a2.946,2.946,0,0,1-3-3V6A2.946,2.946,0,0,1,6,3ZM18,19a.945.945,0,0,0,1-1V6a.945.945,0,0,0-1-1H6A.945.945,0,0,0,5,6V18a.945.945,0,0,0,1,1ZM8,21a.945.945,0,0,1-1-1V4A.945.945,0,0,1,8,3,.945.945,0,0,1,9,4V20A.945.945,0,0,1,8,21Zm8,0a.945.945,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.945.945,0,0,1,16,21ZM8,9H4A.945.945,0,0,1,3,8,.945.945,0,0,1,4,7H8A.945.945,0,0,1,9,8,.945.945,0,0,1,8,9Zm0,8H4a1,1,0,0,1,0-2H8a1,1,0,0,1,0,2Zm12-4H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Zm0-4H16a.945.945,0,0,1-1-1,.945.945,0,0,1,1-1h4a.945.945,0,0,1,1,1A.945.945,0,0,1,20,9Zm0,8H16a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z' transform='translate(-3 -3)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--shopNews {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='icon_menuShopNews' d='M18,21H7a4.012,4.012,0,0,1-4-4V5A2.006,2.006,0,0,1,5,3H15a2.006,2.006,0,0,1,2,2h2a2.006,2.006,0,0,1,2,2V18A2.946,2.946,0,0,1,18,21Zm0-2a.945.945,0,0,0,1-1V7H17V18A.945.945,0,0,0,18,19ZM5,5V17a2.006,2.006,0,0,0,2,2h8.2a3.553,3.553,0,0,1-.2-1V5Zm7,4H8A.945.945,0,0,1,7,8,.945.945,0,0,1,8,7h4a.945.945,0,0,1,1,1A.945.945,0,0,1,12,9Zm0,4H8a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Zm0,4H8a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z' transform='translate(-3 -3)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--shopNews:hover, .g-menu .menu__link--shopNews.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='icon_menuShopNews' d='M18,21H7a4.012,4.012,0,0,1-4-4V5A2.006,2.006,0,0,1,5,3H15a2.006,2.006,0,0,1,2,2h2a2.006,2.006,0,0,1,2,2V18A2.946,2.946,0,0,1,18,21Zm0-2a.945.945,0,0,0,1-1V7H17V18A.945.945,0,0,0,18,19ZM5,5V17a2.006,2.006,0,0,0,2,2h8.2a3.553,3.553,0,0,1-.2-1V5Zm7,4H8A.945.945,0,0,1,7,8,.945.945,0,0,1,8,7h4a.945.945,0,0,1,1,1A.945.945,0,0,1,12,9Zm0,4H8a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Zm0,4H8a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z' transform='translate(-3 -3)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--shopNews.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='icon_menuShopNews' d='M18,21H7a4.012,4.012,0,0,1-4-4V5A2.006,2.006,0,0,1,5,3H15a2.006,2.006,0,0,1,2,2h2a2.006,2.006,0,0,1,2,2V18A2.946,2.946,0,0,1,18,21Zm0-2a.945.945,0,0,0,1-1V7H17V18A.945.945,0,0,0,18,19ZM5,5V17a2.006,2.006,0,0,0,2,2h8.2a3.553,3.553,0,0,1-.2-1V5Zm7,4H8A.945.945,0,0,1,7,8,.945.945,0,0,1,8,7h4a.945.945,0,0,1,1,1A.945.945,0,0,1,12,9Zm0,4H8a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Zm0,4H8a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z' transform='translate(-3 -3)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--newShop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.968' viewBox='0 0 20 17.968'%3E%3Cpath id='icon_menuNewShop' d='M9,21H8a2.006,2.006,0,0,1-2-2V15H4a2.006,2.006,0,0,1-2-2V9A2.006,2.006,0,0,1,4,7h7.6l4.2-3.5a1.907,1.907,0,0,1,2.7.2A1.845,1.845,0,0,1,19,4.9V7.1A3.99,3.99,0,0,1,22,11a4.079,4.079,0,0,1-3,3.9v2.2A1.967,1.967,0,0,1,17.1,19a2.45,2.45,0,0,1-1.2-.4L11.6,15H11v4A2.006,2.006,0,0,1,9,21ZM8,15v4H9V15Zm3-2h1a1.072,1.072,0,0,1,.6.2L17,16.8V5.1L12.6,8.7A.713.713,0,0,1,12,9H11ZM4,9v4H9V9Zm15,.3v3.5a1.936,1.936,0,0,0,1-1.7A2.1,2.1,0,0,0,19,9.3Z' transform='translate(-2 -3.032)' fill='%23121112'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--newShop:hover, .g-menu .menu__link--newShop.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.968' viewBox='0 0 20 17.968'%3E%3Cpath id='icon_menuNewShop' d='M9,21H8a2.006,2.006,0,0,1-2-2V15H4a2.006,2.006,0,0,1-2-2V9A2.006,2.006,0,0,1,4,7h7.6l4.2-3.5a1.907,1.907,0,0,1,2.7.2A1.845,1.845,0,0,1,19,4.9V7.1A3.99,3.99,0,0,1,22,11a4.079,4.079,0,0,1-3,3.9v2.2A1.967,1.967,0,0,1,17.1,19a2.45,2.45,0,0,1-1.2-.4L11.6,15H11v4A2.006,2.006,0,0,1,9,21ZM8,15v4H9V15Zm3-2h1a1.072,1.072,0,0,1,.6.2L17,16.8V5.1L12.6,8.7A.713.713,0,0,1,12,9H11ZM4,9v4H9V9Zm15,.3v3.5a1.936,1.936,0,0,0,1-1.7A2.1,2.1,0,0,0,19,9.3Z' transform='translate(-2 -3.032)' fill='%23FF1F89'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__link--newShop.is-inactive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.968' viewBox='0 0 20 17.968'%3E%3Cpath id='icon_menuNewShop' d='M9,21H8a2.006,2.006,0,0,1-2-2V15H4a2.006,2.006,0,0,1-2-2V9A2.006,2.006,0,0,1,4,7h7.6l4.2-3.5a1.907,1.907,0,0,1,2.7.2A1.845,1.845,0,0,1,19,4.9V7.1A3.99,3.99,0,0,1,22,11a4.079,4.079,0,0,1-3,3.9v2.2A1.967,1.967,0,0,1,17.1,19a2.45,2.45,0,0,1-1.2-.4L11.6,15H11v4A2.006,2.006,0,0,1,9,21ZM8,15v4H9V15Zm3-2h1a1.072,1.072,0,0,1,.6.2L17,16.8V5.1L12.6,8.7A.713.713,0,0,1,12,9H11ZM4,9v4H9V9Zm15,.3v3.5a1.936,1.936,0,0,0,1-1.7A2.1,2.1,0,0,0,19,9.3Z' transform='translate(-2 -3.032)' fill='%23B5B6BE'/%3E%3C/svg%3E%0A");
}

.g-menu .menu__itemDropdownWrapper {
  position: relative;
}

.g-menu .menu__dropdown {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 8px;
  min-width: 146px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.g-menu .menu__dropdown.is-open {
  display: block;
}

.g-menu .menu__dropdownList {
  background: #FFFFFF;
  border: 1px solid #121112;
  border-radius: 3px;
  box-shadow: 2px 2px 0 #121112;
  padding: 12px 12px 0 12px;
}

.g-menu .menu__dropdownItem {
  text-align: center;
}

.g-menu .menu__dropdownItem:not(:last-child) {
  border-bottom: 1px solid #FF1F89;
  margin-bottom: 12px;
}

.g-menu .menu__dropdownLink {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #121112;
  padding-bottom: 12px;
}

.g-menu .menu__dropdownLink:hover {
  color: #FF1F89;
  opacity: 1;
}

.g-menu .menu__dropdownLink.is-inactive {
  color: #B5B6BE;
  pointer-events: none;
}

/* =============================================
FJ-3787 UI改修：footer
============================================= */
.g-footer {
  padding: 0;
  margin: 80px 0 0;
  border-top: none;
}

.g-footer .footer__wrapper {
  background: #1F1D1E;
  padding: 21px 0;
}

.g-footer .footer__content {
  width: 1200px;
  margin: 0 auto;
}

.g-footer .footer__upper {
  margin-bottom: 15px;
}

.g-footer .footer__upperTitle {
  font-size: 14px;
  font-weight: bold;
  color: #FF1F89;
  margin-bottom: 17px;
}

.g-footer .footer__areaContent {
  display: flex;
  flex-wrap: wrap;
}

.g-footer .footer__areaWrapper {
  display: flex;
}

.g-footer .footer__areaWrapper:nth-of-type(odd) {
  width: 43%;
}

.g-footer .footer__areaWrapper:nth-of-type(even) {
  width: 57%;
}

.g-footer .footer__areaTitle {
  font-size: 12px;
  color: #FAFAFA;
  width: 20%;
}

.g-footer .footer__list {
  display: flex;
  flex-wrap: wrap;
}

.g-footer .footer__areaList {
  width: 80%;
}

.g-footer .footer__item {
  height: 14px;
  margin-bottom: 10px;
}

.g-footer .footer__item:not(:last-child) {
  padding: 0 4px;
  border-right: 1px solid #FF1F89;
}

.g-footer .footer__item:last-child {
  padding-left: 4px;
}

.g-footer .footer__link {
  font-size: 12px;
  color: #FAFAFA;
}

.g-footer .footer__navWrapper {
  padding-top: 24px;
  border-top: 1px solid #FFFFFF;
  margin-bottom: 17px;
}

.g-footer .footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g-footer .footer__logoLink {
  display: block;
  width: 148px;
  height: 40px;
}

.g-footer .footer__navList {
  display: flex;
}

.g-footer .footer__navItem:not(:last-child) {
  margin-right: 16px;
}

.g-footer .footer__navLink {
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
}

.g-footer .footer__navLink::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ff1f89;
  box-shadow: 1px 1px 0 #ff1f89;
}

.g-footer .footer__bottom {
  display: flex;
  margin-bottom: 19px;
  justify-content: flex-end;
}

.g-footer .footer__snsLink {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.g-footer .footer__snsLink img {
  width: 100%;
  height: 100%;
}

.g-footer .footer__applyLink {
  border-radius: 5px;
  width: 321px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets/img/user/pc/common/footer/icon-footer--apply.svg) #f8539c no-repeat left 20px center/34px 34px;
  position: relative;
}

.g-footer .footer__applyLink::after {
  content: "";
  position: absolute;
  right: 27.5px;
  width: 20px;
  height: 20px;
  background: url(/assets/img/user/pc/common/footer/icon-footer--applyArrow.svg) no-repeat right center;
}

.g-footer .footer__applyText {
  color: #FFFFFF;
  font-size: 12px;
}

.g-footer .footer__applyText em {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
}

.g-footer .footer__copyright {
  font-size: 12px;
  color: #FF1F89;
  text-align: right;
}

/* ==================================
	utility
================================== */
.u-flex {
  display: flex !important;
}

.u-flex--alignCenter {
  display: flex;
  align-items: center;
}

.u-fixed {
  position: fixed !important;
}

.u-textClamp--1:not(:root) {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: none;
}

*[class*="u-textClamp"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: -.1em;
  line-height: 1.2;
  overflow: hidden;
  overflow-wrap: break-word;
}

.u-textClamp--2 {
  -webkit-line-clamp: 2;
}

.u-textClamp--3 {
  -webkit-line-clamp: 3;
}

.u-textClamp--4 {
  -webkit-line-clamp: 4;
}

.u-textdecoration--underline {
  text-decoration: underline;
}

.u-image--center {
  position: relative;
  overflow: hidden;
}

.u-image--center img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-imgWrap--Center {
  position: relative;
}

.u-imgWrap--Center img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g-header {
  position: relative;
  z-index: 2;
}

.g-wrapper {
  width: initial;
}

.g-footer {
  margin: 0;
}

.g-wrapper {
  background: linear-gradient(180deg, #ffd0e8, #ff5ca9, #ad5afa, #40a8de, #ff90c9);
  background-size: 100%;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}

.g-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  background: url(/assets/img/user/pc/fjanniversary/bg_body.svg) no-repeat center/cover;
}

.annivWrapper {
  width: 100%;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  display: flex;
}

.annivWrapper::after {
  content: "";
  position: fixed;
  top: 215px;
  width: 100%;
  height: 80px;
  background: url(/assets/img/user/pc/fjanniversary/bg_body_text.svg) repeat-x;
  background-size: 1902px 80px;
  -webkit-animation: loop-slide 15s infinite linear;
  animation: loop-slide 15s infinite linear;
  z-index: -1;
}

@-webkit-keyframes loop-slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1902px 0;
  }
}

@keyframes loop-slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1902px 0;
  }
}

.annivContainer {
  width: 600px;
  margin-left: calc(50% - 300px);
  background: #FFF8FC;
}

.annivGreeting {
  text-align: center;
  margin-top: 34px;
}

.annivGreeting__img {
  width: 568px;
  height: 445px;
}

.annivHistory {
  margin-top: 32px;
}

.annivHistory__ttl {
  color: #FF1F89;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.annivHistory__def {
  color: #121112;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 16px 0;
  background: repeating-linear-gradient(90deg, #ff1f89, #ff1f89 3px, transparent 3px, transparent 6px) left bottom/100% 1px repeat-x;
}

.annivHistory__tit {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 72px;
  background: repeating-linear-gradient(90deg, #ff1f89, #ff1f89 3px, transparent 3px, transparent 6px) left top/100% 1px repeat-x;
  padding: 10px 0;
}

.annivHistory__data {
  font-size: 14px;
  line-height: 24px;
  width: calc(100% - 72px);
  background: repeating-linear-gradient(90deg, #ff1f89, #ff1f89 3px, transparent 3px, transparent 6px) left top/100% 1px repeat-x;
  padding: 9px 0 0 16px;
}

.fadeIn_up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fadeIn_up.is-fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.annivSchedule {
  text-align: center;
  margin: 40px 0;
}

.annivSchedule__ttl {
  text-align: center;
  margin-bottom: 6px;
}

.annivSchedule__text {
  font-size: 18px;
  font-weight: bold;
  color: #121112;
  text-align: center;
  margin: 0 23px 46px 0;
  display: inline-block;
  position: relative;
}

.annivSchedule__text::after {
  content: '';
  background: url(/assets/img/user/pc/fjanniversary/ico_campaign_clickn.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -23px;
}

.annivSchedule__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 15px;
}

.annivSchedule__link {
  width: 230px;
  height: 110px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border: solid 2px #FF1F89;
  border-radius: 8px;
}

.annivSchedule__link.link-campaign {
  padding-top: 14px;
  margin-right: 5px;
}

.annivSchedule__link.link-campaign2nd {
  padding-top: 13px;
}

.annivSchedule__link:hover {
  opacity: 1;
}

.annivSchedule__link:hover .annivSchedule__img {
  display: none;
}

.annivSchedule__link:hover .annivSchedule__img--hover {
  display: block;
  position: relative;
}

.annivSchedule__link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(/assets/img/user/pc/fjanniversary/bg_schedule_link.svg) no-repeat center;
  background-size: cover;
  transition: transform 0.4s ease;
}

.annivSchedule__link:hover::before {
  transform: scale(1.1);
}

.annivSchedule__link .link-img01 {
  width: 207px;
  height: 61px;
}

.annivSchedule__link .link-img02 {
  width: 182px;
  height: 82px;
}

.annivSchedule__link .link-img03 {
  width: 150px;
  height: 150px;
}

.annivSchedule__link .link-img03 {
  width: 150px;
  height: 150px;
}

.annivSchedule__img {
  position: relative;
}

.annivSchedule__img--hover {
  display: none;
}

.annivSchedule__snsLink {
  width: 480px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  border: solid 2px #FF1F89;
  border-radius: 40px;
  background: #fff;
}

.annivSchedule__snsLink:hover {
  opacity: 1;
}

.annivSchedule__snsLink:hover .annivSchedule__snsImg {
  display: none;
}

.annivSchedule__snsLink:hover .annivSchedule__snsImg--hover {
  display: block;
  position: relative;
}

.annivSchedule__snsLink::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(/assets/img/user/pc/fjanniversary/bg_sns_link.svg) no-repeat -15px -37px;
  transition: background-position 0.4s ease;
}

.annivSchedule__snsLink:hover::before {
  background-position: -30px -20px;
}

.annivSchedule__snsImg {
  position: relative;
}

.annivSchedule__snsImg--hover {
  display: none;
}

.annivCampaign {
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(#ffdded 0, #dbbaf8 100%);
  margin-bottom: 60px;
  padding-bottom: 48px;
}

.annivCampaign__ttlImg {
  width: 600px;
  height: 232px;
}

.annivCampaign__bnr {
  width: 600px;
  height: 480px;
}

.annivCampaign__inner {
  margin: 0 16px;
}

.annivCampaign__topText {
  color: #1F1D1E;
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0 32px;
}

.annivCampaign__subttl {
  width: 536px;
  height: 72px;
}

.annivCampaign__intro {
  font-size: 20px;
  color: #121112;
  line-height: 32px;
  margin-top: 28px;
}

.annivCampaign__intro:last-of-type {
  font-size: 18px;
  line-height: 20px;
  margin-top: 12px;
}

.annivCampaign__link {
  display: block;
  position: relative;
  transition: transform 0.2s ease;
  width: 480px;
  height: 78px;
  margin: 37px auto 48px;
}

.annivCampaign__link:hover .annivCampaign__linkImg {
  display: none;
}

.annivCampaign__link:hover .annivCampaign__linkImg--hover {
  display: block;
}

.annivCampaign__link:hover {
  transform: translateY(4px);
  opacity: 1;
}

.annivCampaign__link::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 23px;
  width: 63px;
  height: 68px;
  display: block;
  background: url(/assets/img/user/pc/fjanniversary/img_campaign_btn_deco_off.svg) no-repeat;
  background-size: contain;
  transition: background-position 0.2s ease;
}

.annivCampaign__link:hover::before {
  background: url(/assets/img/user/pc/fjanniversary/img_campaign_btn_deco_on.svg) no-repeat;
  background-size: contain;
  background-position: 0 3px;
}

.annivCampaign__linkImg {
  width: 480px;
  height: 78px;
  display: block;
  transition: opacity 0.2s ease;
}

.annivCampaign__linkImg--hover {
  width: 480px;
  height: 72px;
  display: none;
}

.annivCampaign__descBnr {
  width: 568px;
  height: 1042px;
  margin-bottom: 40px;
}

.snsBnr {
  display: block;
}

.snsBnr__img {
  width: 568px;
  height: 142px;
  border-radius: 4px;
}

.annivCampaign2nd {
  text-align: center;
  border-radius: 16px;
  background: #100F10;
}

.annivCampaign2nd__ttlImg {
  width: 600px;
  height: 232px;
}

.annivCampaign2nd__bnr {
  width: 600px;
  height: 480px;
}

.annivCampaign2nd__inner {
  margin: 0 16px;
  padding-bottom: 48px;
}

.annivCampaign2nd__topText {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0 32px;
}

.annivCampaign2nd__subttl {
  width: 424px;
  height: 72px;
}

.annivCampaign2nd__intro {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  margin-top: 28px;
}

.annivCampaign2nd__intro:last-of-type {
  font-size: 18px;
  line-height: 20px;
  margin-top: 12px;
}

.annivCampaign2nd__linkImg {
  width: 568px;
  height: 142px;
  margin: 40px 0;
}

.annivCampaign2nd__detail {
  color: #1F1D1E;
  background: #fff;
  border: solid 1px #FF1F89;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 15px;
}

.annivCampaign2nd__detailTtl {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.annivCampaign2nd__detailTtl::before, .annivCampaign2nd__detailTtl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background: #FF1F89;
}

.annivCampaign2nd__detailTtl::before {
  margin-right: 10px;
}

.annivCampaign2nd__detailTtl::after {
  margin-left: 10px;
}

.annivCampaign2nd__moreContent {
  position: relative;
  height: 90px;
  transition: all .4s;
  overflow: hidden;
}

.annivCampaign2nd__moreContent::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  transition: all .4s;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 120%);
}

.annivCampaign2nd__moreContent.is_open::before {
  display: none;
}

.annivCampaign2nd__detailText {
  color: #121112;
  font-size: 20px;
  line-height: 32px;
  margin-top: 34px;
}

.annivCampaign2nd__detailText:first-of-type {
  margin-top: 0;
}

.annivCampaign2nd .event-def {
  font-size: 20px;
}

.annivCampaign2nd .event-def__tit {
  color: #fff;
  font-weight: bold;
  background: #FF1F89;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 20px 0 25px;
}

.annivCampaign2nd .event-def__data {
  line-height: 32px;
}

.annivCampaign2nd .event-def__data .data-text {
  color: #121112;
  margin-top: 34px;
}

.annivCampaign2nd .event-def__data .data-text:first-of-type {
  margin-top: 0;
}

.annivCampaign2nd__detailBtn {
  font-size: 20px;
  color: #FF1F89;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.annivCampaign2nd__detailBtn::after {
  content: '';
  background: url(/assets/img/user/pc/fjanniversary/ico_accordion_arrow.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 32px;
  height: 32px;
  transform: scale(1, -1);
}

.annivCampaign2nd__detailBtn.is-active {
  margin-top: 10px;
}

.annivCampaign2nd__detailBtn.is-active::after {
  transform: none;
}

.top-line {
  margin-top: 60px;
  padding: 48px 0 0;
  position: relative;
}

.top-line::before {
  content: '';
  background: url(/assets/img/user/pc/fjanniversary/bg_line.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.sns-pagination {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  margin-top: 20px;
}

.sns-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 1px #1F1D1E;
  opacity: 1;
}

.sns-pagination .swiper-pagination-bullet-active {
  border: solid 1px #FF1F89;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.annivSns {
  text-align: center;
  padding-bottom: 72px;
}

.annivSns__ttl {
  margin-bottom: 40px;
}

.annivSns__ttlImg {
  width: 568px;
  height: auto;
}

.annivSns__slideLink {
  display: block;
}

.annivSns__link {
  display: block;
}

.annivSns__topText {
  color: #1F1D1E;
  font-size: 28px;
  font-weight: bold;
  margin: 32px 0 20px;
}

.annivSns__text {
  color: #121112;
  font-size: 18px;
  margin-bottom: 32px;
}

.annivSns__img {
  width: 554px;
  height: 128px;
  margin-right: 5px;
}

.annivSns__list {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  margin: 40px 60px 0;
}

.annivSns__link {
  position: relative;
  display: block;
  transition: transform 0.2s ease;
}

.annivSns__link::before {
  content: '';
  position: absolute;
  width: 63px;
  height: 69px;
  display: block;
  background: url(/assets/img/user/pc/fjanniversary/ico_sns_click_off.svg) no-repeat;
  background-size: contain;
  transition: background-position 0.2s ease;
  z-index: 2;
}

.annivSns__link.link-official::before {
  top: 20px;
  right: 30px;
}

.annivSns__link.link-sns::before {
  top: 12px;
  right: 30px;
}

.annivSns__link:hover::before {
  background: url(/assets/img/user/pc/fjanniversary/ico_sns_click_on.svg) no-repeat;
  background-size: contain;
  background-position: 0 2px;
}

.annivSns__link:hover {
  transform: translateY(6px);
}

.annivSns__link:hover {
  opacity: 1;
}

.annivSns__link:hover .annivSns__linkImg {
  display: none;
}

.annivSns__link:hover .annivSns__linkImg--hover {
  display: block;
}

.annivSns__link.link-official {
  height: 80px;
}

.annivSns__link.link-sns {
  height: 72px;
}

.annivSns__link .img-official {
  width: 480px;
  height: 80px;
}

.annivSns__link .img-officialHover {
  width: 480px;
  height: 74px;
}

.annivSns__link .img-sns {
  width: 480px;
  height: 72px;
}

.annivSns__link .img-snsHover {
  width: 480px;
  height: 68px;
}

.annivSns__linkImg, .annivSns__linkImg--hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
}

.annivSns__linkImg--hover {
  display: none;
}

.annivComingSoon {
  background: url(/assets/img/user/pc/fjanniversary/bg_coming-soon.png) no-repeat, linear-gradient(#ff1f89 0, #1f1d1e 100%);
  background-size: cover;
  padding: 36px 60px 84px;
  text-align: center;
}

.annivComingSoon__img {
  width: 480px;
  height: auto;
}

.anchorList {
  position: sticky;
  top: 375px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  margin-left: 40px;
}

.anchorList__link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.anchorList__link:hover {
  opacity: 1;
}

.anchorList__link:hover .anchorList__linkImg {
  display: none;
}

.anchorList__link:hover .anchorList__linkImg--hover {
  display: block;
}

.anchorList__linkImg {
  width: 100%;
  height: 36px;
}

.anchorList__linkImg--hover {
  width: 100%;
  height: 36px;
  display: none;
}

.g-footer {
  position: relative;
  z-index: 2;
}

.annivCampaign2nd .disable {
  pointer-events: none;
}
