@charset "UTF-8";
/* ==================================
  reset
================================== */
/*
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  min-width: 1160px;
}

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

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="text"], input[type="checkbox"], input[type="date"], input[type="tel"], input[type="url"], input[type="email"], input[type="time"], textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

th {
  font-weight: normal;
}

em {
  font-style: normal;
}

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

/* ==================================
  base setting
================================== */
html {
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 13px;
}

main {
  min-height: calc(100vh - 221px);
}

img {
  vertical-align: bottom;
}

a {
  outline: none;
}

a:hover,
button:hover {
  opacity: 0.7;
}

.g-wrapper {
  margin: 0 auto;
  background: #fcfffc;
}

.g-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.container {
  width: 1160px;
  margin: 0 auto;
}

/* trunk用 */
*[class*="trunk8_"] {
  display: block;
}

/* clearFix
---------------------------------------------------------- */
.clear {
  clear: both;
}

.clearFix {
  zoom: 100%;
}

.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: " ";
}

/* 画像上下左右中央揃え
---------------------------------------------------------- */
/* 幅、高さは各ページで設定 */
.p-imgWrap {
  display: block;
  /* aタグの場合が多いから */
  position: relative;
  overflow: hidden;
}

/* max幅、高さは各ページで設定 */
.p-imgWrap img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

/* 1行のみ3点リーダー */
.p-ellipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 複数行3点リーダー */
.p-lineClump {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 共通パーツ
---------------------------------------------------------- */
.g-wrapper {
  margin: 0 auto;
  background: #fcfffc;
}

.g-wrapper .contents-head {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.g-wrapper .contents-head .txt-green {
  color: #438e36;
}

.g-wrapper .contents-head .anno {
  margin-left: 3px;
  font-size: 11px;
  color: #707070;
  font-weight: normal;
}

.g-wrapper .contents-head .counter {
  float: right;
  font-size: 15px;
  position: relative;
  top: 6px;
}

.g-wrapper .contents-head .txt-pink {
  color: #f54582;
}

.g-wrapper .contents-head .more-link {
  margin-left: 16px;
  font-size: 12px;
  color: #336aa2;
  font-weight: normal;
}

.g-main .btn-readMore {
  display: block;
  margin: 0 auto;
  background-color: white;
  border-radius: 4px;
  border: #dddddd 1px solid;
  text-align: center;
}

.g-main .btn-readMore:after {
  content: "＞";
  margin-left: 3px;
  position: relative;
}

/* ==================================
メインカラム
================================== */
.l-mainCol {
  width: 800px;
  padding-top: 24px;
  float: left;
}

.l-mainCol .btn-readMore {
  width: 450px;
  height: 40px;
  line-height: 38px;
}

.zero-inner {
  text-align: center;
  margin: 20px 0 80px;
  background: #fff;
}

.zero-inner .zero-txt {
  line-height: 2;
  padding: 35px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  font-size: 1.2rem;
}

/* ==================================
右カラム
================================== */
.l-rightCol {
  width: 336px;
  padding-top: 24px;
  float: right;
}

.l-rightCol .contents-head {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #ddd;
  font-size: 15px;
}

.l-rightCol .contents-head .txt-green {
  font-size: 18px;
}

.l-rightCol .contents-head .anno {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.l-rightCol .btn-readMore {
  display: inline-block;
  min-width: 196px;
  height: 34px;
  padding: 0 25px;
  line-height: 32px;
  font-size: 11px;
}

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

#btn-to-vanilla {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 80px;
  z-index: 100;
}

#footerFixedBannerDiv {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 124px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1001;
  display: none;
  text-align: center;
  padding: 12px 0;
}

#footerFixedBannerDiv #footerFixedBanner img {
  height: 100px;
}

#footerFixedBannerDiv #footerFixedBanner:hover {
  opacity: 1;
}

#footerFixedBannerDiv #footerFixedClose {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* ==================================
 ヘッダー
================================== */
.g-header {
  padding: 16px 0 12px;
  background: #fff;
  border-top: 8px solid #48AC37;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  color: #13131E;
  position: relative;
  z-index: 20;
}

.g-header .container {
  position: relative;
}

.g-header .header-upper {
  display: table;
  table-layout: fixed;
  margin-bottom: 22px;
}

.g-header .header-logo,
.g-header .header-pref-logo,
.g-header .page-ttl {
  display: table-cell;
}

.g-header .header-logo {
  width: 230px;
}

.g-header .header-pref-logo {
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  vertical-align: middle;
}

.g-header .header-pref-logo + .page-ttl {
  border-left: 20px solid transparent;
}

.g-header .header-pref-logo .pref-logo {
  border: 2px solid #4BA500;
  padding: 10px 15px;
  color: #4ab500;
  font-weight: bold;
}

.g-header .header-pref-logo .pref-logo:hover {
  opacity: 1.0;
}

.g-header .page-ttl {
  max-width: 650px;
  padding-bottom: 6px;
  border-left: 40px solid transparent;
  border-top: 15px solid transparent;
  vertical-align: middle;
}

.g-header .keepBtn-list {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
}

.g-header .keepBtn-item {
  width: 80px;
  margin-right: 13px;
  float: left;
  border: 2px solid #EAEAEB;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(19, 19, 39, 0.16);
}

.g-header .keepBtn-item.on {
  background: #438E36;
  color: #fff;
}

.g-header .keepBtn-item .keepBtn-link {
  display: block;
  height: 64px;
  padding-top: 29px;
  background: no-repeat center 5px / 20px auto;
}

.g-header .keepBtn-item .keepBtn-link.keep {
  background-image: url(/assets/img/user/pc/common/icon-star.svg);
}

.g-header .keepBtn-item .keepBtn-link.history {
  background-image: url(/assets/img/user/pc/common/icon-sun.svg);
}

.g-header .keepBtn-item .keepBtn-link span {
  font-size: 10px;
}

.g-header .keepBtn-item.on .keepBtn-link.keep {
  background-image: url(/assets/img/user/pc/common/icon-star-white.svg);
}

.g-header .keepBtn-item.on .keepBtn-link.history {
  background-image: url(/assets/img/user/pc/common/icon-sun-white.svg);
}

.g-header .header-bottom {
  padding: 2px 0;
}

.g-header .header-bottom.fixed {
  width: 1160px;
  background: #fff;
  position: fixed;
  top: 0;
}

.g-header .header-bottom.fixed:after {
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(19, 19, 39, 0.16);
  position: absolute;
  top: 0;
  left: 50%;
  visibility: visible;
  z-index: -1;
}

.g-header .outer-shop-name .shop-name {
  padding: 0 8px;
  min-width: 420px;
  max-width: calc((100% - 800px)/2);
}

.g-header .inner-header {
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: -30px auto;
  padding-left: 40px;
}

.g-header .searchRefine-list {
  float: left;
}

.g-header .searchRefine-item {
  margin-right: 25px;
  float: left;
  position: relative;
}

.g-header .searchRefine-item.on .p-ellipsis {
  height: 38px;
  padding-left: 17px;
  background: #438E36;
  box-shadow: none;
  border: 2px solid #438E36;
  color: #fff;
  line-height: 34px;
}

.g-header .searchRefine-item.on .p-ellipsis:after, .g-header .searchRefine-item.on .p-ellipsis:before {
  border-color: #fff transparent transparent transparent;
  position: absolute;
}

.g-header .searchRefine-item.on .p-ellipsis:after {
  border-color: #438E36 transparent transparent transparent;
}

.g-header .searchRefine-item.on .mod-headerSearch {
  display: block;
}

.g-header .searchRefine-item:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/assets/img/user/pc/common/icon-x.svg) no-repeat left top/contain;
  position: absolute;
  top: 50%;
  right: -25px;
}

.g-header .searchRefine-item:last-child {
  margin-right: 0;
}

.g-header .searchRefine-item:last-child:after {
  display: none;
}

.g-header .searchRefine-item .p-ellipsis {
  width: 100px;
  height: 38px;
  padding: 0 20px 0 15px;
  border: 2px solid #EAEAEB;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(19, 19, 30, 0.16);
  line-height: 34px;
  position: relative;
  cursor: pointer;
}

.g-header .searchRefine-item .p-ellipsis:after, .g-header .searchRefine-item .p-ellipsis:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #13131E transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 6px;
}

.g-header .searchRefine-item .p-ellipsis:after {
  border-color: #fff transparent transparent transparent;
  top: 12px;
}

.g-header .gNavi {
  padding-top: 8px;
  float: right;
}

.g-header .gNavi-list {
  overflow: hidden;
}

.g-header .gNavi-item {
  float: left;
}

.g-header .gNavi-item.empty {
  color: #dcdcdc;
  pointer-events: none;
}

.g-header .gNavi-item.current .gNavi-link {
  background: #438E36;
  border-radius: 20px;
  color: #fff;
}

.g-header .gNavi-item:first-child {
  margin-right: 2px;
}

.g-header .gNavi-item + .gNavi-item {
  margin-right: 2px;
}

.g-header .gNavi-link {
  display: block;
  height: 26px;
  padding: 0 12px;
  line-height: 26px;
}

.g-header .gNavi-link:hover {
  background: #438E36;
  border-radius: 20px;
  color: #fff;
  opacity: 1;
}

.g-header-official {
  position: relative;
  z-index: 20;
  padding-top: 70px;
}

.g-header-official .outer-shop-name .shop-name {
  padding: 0 8px;
  min-width: 420px;
  max-width: calc((100% - 800px)/2);
}

.g-header-official .inner-header {
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: -30px auto;
  padding-left: 40px;
}

.g-header-official .gNavi {
  padding-top: 8px;
  float: right;
}

.g-header-official .gNavi-list {
  overflow: hidden;
}

.g-header-official .gNavi-item {
  float: left;
}

.g-header-official .gNavi-item.empty {
  color: #dcdcdc;
  pointer-events: none;
}

.g-header-official .gNavi-item.current .gNavi-link {
  background: #438E36;
  border-radius: 20px;
  color: #fff;
}

.g-header-official .gNavi-item:first-child {
  margin-right: 2px;
}

.g-header-official .gNavi-item + .gNavi-item {
  margin-right: 2px;
}

.g-header-official .gNavi-link {
  display: block;
  height: 26px;
  padding: 0 12px;
  line-height: 26px;
}

.g-header-official .gNavi-link:hover {
  background: #438E36;
  border-radius: 20px;
  color: #fff;
  opacity: 1;
}

.mod-headerSearch {
  display: none;
  width: 800px;
  max-height: 380px;
  padding: 27px 32px 24px 16px;
  background: #FFFDF8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
  overflow-y: scroll;
  position: absolute;
  top: 38px;
  left: 0;
}

.mod-headerSearch.genre {
  left: -125px;
}

.mod-headerSearch.business {
  width: 240px;
  max-height: none;
}

.mod-headerSearch.business .headerSearch-dt {
  margin-bottom: 16px;
}

.mod-headerSearch .headerSearch-dd .disabled {
  cursor: default;
  opacity: 0.5;
  color: #cacaca;
}

.mod-headerSearch .headerSearch-dl {
  margin-bottom: 27px;
  border-bottom: 2px solid #DDDDDD;
}

.mod-headerSearch .headerSearch-dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.mod-headerSearch .headerSearch-dt {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: bold;
}

.mod-headerSearch .headerSearchArea-dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-headerSearch .headerSearchArea-dt {
  width: 22px;
  font-size: 15px;
  font-weight: bold;
}

.mod-headerSearch .headerSearchArea-dd {
  width: 700px;
  margin-bottom: 27px;
}

.mod-headerSearch .pref-all {
  display: inline-block;
  margin-bottom: 23px;
  padding: 5px 0 4px 8px;
}

.mod-headerSearch .area-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-headerSearch .area-item {
  margin: 0 30px 13px 0;
  min-height: 15px;
  padding-top: 2px;
  font-size: 13px;
}

.mod-headerSearch .area-item .area-link {
  padding-left: 8px;
  padding-right: 8px;
}

.mod-headerSearch .area-item .count {
  font-size: 11px;
}

.mod-headerSearch .genre-all {
  display: inline-block;
  margin: 0 40px 20px 0;
  padding: 5px 8px 4px 8px;
}

.mod-headerSearch .genre-ttl {
  margin-bottom: 23px;
  font-size: 15px;
  font-weight: bold;
}

.mod-headerSearch .genre-list {
  padding-top: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

.mod-headerSearch .genre-item {
  margin: 0 40px 15px 0;
  float: left;
}

.mod-headerSearch .genre-item .genre-link {
  padding: 1px 8px 1px 8px;
}

.mod-headerSearch .business-item {
  margin-bottom: 15px;
}

.mod-headerSearch .business-item .business-link {
  padding: 1px 5px;
}

.mod-headerSearch .pref-all, .mod-headerSearch .area-link, .mod-headerSearch .genre-all, .mod-headerSearch .genre-link, .mod-headerSearch .business-link {
  border-radius: 18px;
}

.mod-headerSearch .pref-all:hover, .mod-headerSearch .area-link:hover, .mod-headerSearch .genre-all:hover, .mod-headerSearch .genre-link:hover, .mod-headerSearch .business-link:hover {
  background: #438E36;
  color: #fff;
  opacity: 1;
}

.mod-headerSearch .pref-all.on, .mod-headerSearch .area-link.on, .mod-headerSearch .genre-all.on, .mod-headerSearch .genre-link.on, .mod-headerSearch .business-link.on {
  background: #438E36;
  color: #fff;
  opacity: 1;
  cursor: default;
}

.mod-headerSearch .pref-all.hide_count, .mod-headerSearch .area-link.hide_count, .mod-headerSearch .genre-all.hide_count, .mod-headerSearch .genre-link.hide_count, .mod-headerSearch .business-link.hide_count {
  padding-right: 7px;
}

/* ==================================
Msデリじゃ
================================== */
.f-msDelijyaSlider {
  margin-bottom: 24px;
  background: #13131E;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  color: #EDE5D3;
}

.f-msDelijyaSlider .msDelijyaSlider-head {
  margin-bottom: 10px;
  padding-top: 12px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  position: relative;
}

.f-msDelijyaSlider .msDelijyaSlider-head:after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/assets/img/user/pc/top/pref/icon-misDeli.svg) no-repeat;
  position: absolute;
  top: -9px;
  left: -11px;
}

.f-msDelijyaSlider .lead-txt {
  display: block;
  padding-left: 80px;
  text-align: left;
}

.f-msDelijyaSlider .swiper-slide {
  width: 230px;
  margin: 0 2px;
  overflow: hidden;
}

.f-msDelijyaSlider .swiper-slide .p-imgWrap {
  height: 306px;
  opacity: 0.5;
}

.f-msDelijyaSlider .swiper-slide-active .p-imgWrap {
  opacity: 1;
}

.f-msDelijyaSlider .swiper-slide-active .p-imgWrap:hover {
  opacity: 0.7;
}

.f-msDelijyaSlider .swiper-slide-active:hover .girls-txt {
  bottom: 0;
}

.f-msDelijyaSlider .swiper-button-prev,
.f-msDelijyaSlider .swiper-button-next {
  width: 32px;
  height: 60px;
  margin-top: -30px;
  background: rgba(255, 255, 255, 0.7) no-repeat center;
}

.f-msDelijyaSlider .swiper-button-prev:hover,
.f-msDelijyaSlider .swiper-button-next:hover {
  opacity: 0.8;
}

.f-msDelijyaSlider .swiper-button-prev {
  background-image: url(/assets/img/user/pc/top/pref/arr-msDeli-l.svg);
  left: 8px;
}

.f-msDelijyaSlider .swiper-button-next {
  background-image: url(/assets/img/user/pc/top/pref/arr-msDeli-r.svg);
  right: 8px;
}

.f-msDelijyaSlider .girls-txt {
  width: 100%;
  height: 115px;
  padding: 13px 5px 20px 16px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: -115px;
  transition: 0.3s;
}

.f-msDelijyaSlider .girls-name {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  color: #E0CE9F;
}

.f-msDelijyaSlider .girls-name .p-ellipsis {
  max-width: 160px;
  font-size: 17px;
  vertical-align: -4px;
}

.f-msDelijyaSlider .girls-bwh {
  margin-bottom: 12px;
  font-size: 12px;
}

.f-msDelijyaSlider .shop-name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #E0CE9F;
}

.f-msDelijyaSlider .shop-area {
  font-size: 11px;
}

.f-msDelijyaSlider .msDelijyaSlider-bottom {
  height: 47px;
  position: relative;
}

.f-msDelijyaSlider .link-more {
  display: block;
  height: 28px;
  padding: 0 8px;
  background: #E0CE9F;
  line-height: 28px;
  color: #13131E;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}

.f-msDelijyaSlider .link-more:after {
  content: "＞";
  margin-left: 3px;
  position: relative;
}

.f-msDelijyaSlider .link-more:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 7px;
  border-color: transparent transparent #E0CE9F transparent;
  position: absolute;
  left: -7px;
  top: 0;
}

/* ==================================
右カラムのランキング系共通
================================== */
.f-rankTpl {
  padding: 17px 16px 24px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}

.f-rankTpl .rankTpl-body {
  text-align: center;
}

.f-rankTpl .rankTpl-body.recommend-shop {
  padding-bottom: 20px;
}

.f-rankTpl .ranking-list {
  margin-bottom: 8px;
  text-align: left;
}

.f-rankTpl .ranking-item {
  margin-bottom: 16px;
}

.f-rankTpl .ranking-item:first-child .ranking-num {
  background: #CE9E3F;
}

.f-rankTpl .ranking-item:nth-child(2) .ranking-num {
  background: #59718B;
}

.f-rankTpl .ranking-item:nth-child(3) .ranking-num {
  background: #A27D53;
}

.f-rankTpl .ranking-item:nth-child(n+4) .ranking-num {
  background: #818181;
}

.f-rankTpl .ranking-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.f-rankTpl .ranking-inner.recommend-shop {
  margin-bottom: 8px;
}

.f-rankTpl .ranking-thmub {
  display: table-cell;
  width: 120px;
  padding-top: 120px;
}

.f-rankTpl .ranking-txt {
  display: table-cell;
  padding-left: 16px;
  vertical-align: top;
}

.f-rankTpl .ranking-num {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  padding-top: 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* ==================================
店舗ランキング
================================== */
.f-shopRanking .shop-name {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: bold;
  color: #0068A8;
}

.f-shopRanking .shop-info {
  margin-bottom: 20px;
  color: #707070;
  font-size: 10px;
}

.f-shopRanking .shop-open,
.f-shopRanking .shop-area {
  height: 12px;
  padding-left: 15px;
  font-size: 12px;
  background: no-repeat left top;
}

.f-shopRanking .shop-open {
  margin-bottom: 4px;
  background-image: url(/assets/img/user/pc/common/icon-clock.svg);
}

.f-shopRanking .shop-area {
  background-image: url(/assets/img/user/pc/common/icon-marker.svg);
}

/* ==================================
写メ日記ランキング
================================== */
.f-photoDiaryRanking .giris-name {
  display: block;
  margin-bottom: 6px;
  color: #E63076;
  font-size: 13px;
  font-weight: bold;
}

.f-photoDiaryRanking .giris-name .p-ellipsis {
  max-width: 130px;
  font-size: 15px;
  vertical-align: -4px;
}

.f-photoDiaryRanking .girls-bwh {
  margin-bottom: 15px;
  font-size: 12px;
}

.f-photoDiaryRanking .shop-name {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #336AA2;
}

.f-photoDiaryRanking .shop-info {
  color: #707070;
  font-size: 10px;
}

/* ==================================
 フッター
================================== */
.g-footer {
  margin-top: 30px;
  padding-top: 16px;
  background: #FAF8F5;
  border-top: 2px solid #EEECE4;
  font-size: 11px;
}

.g-footer .container {
  padding-bottom: 20px;
}

.g-footer .ftr-logo {
  float: left;
}

.g-footer .ftr-logo:hover {
  opacity: 1.0;
}

.g-footer .footer-nav {
  text-align: right;
  margin-bottom: 2px;
}

.g-footer .footerNav-list {
  display: inline-block;
  overflow: hidden;
}

.g-footer .footerNav-item {
  float: left;
  margin-right: 10px;
}

.g-footer .footerNav-item:last-child {
  margin-right: 0;
}

.g-footer .footerNav-item:last-child:after {
  content: "";
}

.g-footer .footerNav-link {
  font-size: 10px;
  color: #333;
  position: relative;
}

.g-footer .footerNav-link:after {
  position: absolute;
  top: 2px;
  right: -7px;
  color: #333;
}

.g-footer .copy {
  text-align: right;
}

.g-footer .copy small {
  font-size: 10px;
  color: #333;
}

.ageVerifyModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background: rgba(26, 26, 26, 0.6);
  z-index: 9999;
  padding: 0 16px;
  visibility: hidden;
}

.ageVerifyModal__content {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 10px;
}

.ageVerifyModal__logo {
  display: block;
  width: 267px;
  height: 56px;
  margin: 0 auto 20px;
}

.ageVerifyModal__text {
  font-size: 16px;
  line-height: 24px;
  color: #121112;
  text-align: center;
  margin-bottom: 20px;
}

.ageVerifyModal__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 16px;
}

.ageVerifyModal__enter, .ageVerifyModal__leave {
  min-width: 225px;
  height: 60px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 2;
}

.ageVerifyModal__enter em, .ageVerifyModal__leave em {
  font-size: 32px;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.ageVerifyModal__enter::after, .ageVerifyModal__leave::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 0;
  height: 100%;
  transition: .5s;
  transform: skewX(50deg);
  z-index: -1;
  background: #D7FDB8;
}

.ageVerifyModal__enter:hover, .ageVerifyModal__leave:hover {
  opacity: 1;
  border: 1px solid #4BA500;
  color: #4BA500;
}

.ageVerifyModal__enter:hover::after, .ageVerifyModal__leave:hover::after {
  width: 150%;
}

.ageVerifyModal__enter {
  background: #4BA500;
  color: #FFFFFF;
  cursor: pointer;
}

.ageVerifyModal__leave {
  background: #FFFFFF;
  border: 1px solid #4BA500;
  color: #4BA500;
}

.ageVerifyModal.show {
  visibility: visible;
}

.is-bodyFixed {
  overflow: hidden;
}

.f-msDelijyaSlider {
  max-width: 336px;
  border-radius: 0;
  position: absolute;
  top: 20px;
  right: -40px;
}

.f-msDelijyaSlider .msDelijyaSlider-head {
  margin-bottom: 8px;
  padding: 7px 0 0 80px;
  text-align: left;
}

.f-msDelijyaSlider .msDelijyaSliderTxt .swiper-slide {
  width: 100%;
}

.f-msDelijyaSlider .girls-txt {
  height: auto;
  padding: 18px 5px 20px 24px;
  position: static;
}

.f-msDelijyaSlider .girls-txt .girls-name:hover {
  opacity: 0.7;
}

.f-msDelijyaSlider .girls-txt .shop-name:hover {
  opacity: 0.7;
}

.f-msDelijyaSlider .girls-name .p-ellipsis {
  max-width: 260px;
}

.l-mainCol {
  width: 1160px;
  margin: 0 auto;
  float: none;
}

.hotel-bnr {
  width: 1160px;
  margin: 10px auto;
}

.hotel-bnr .hotelBnr-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hotel-bnr .hotelBnr-item {
  width: 570px;
}

.hotel-bnr img {
  width: 100%;
  height: auto;
}

.mensest-bnr {
  width: 1160px;
  margin: 20px auto;
  float: none;
}

.mensest-bnr img {
  box-shadow: 5px 5px 5px #ccc;
  border-radius: 13px;
}

.mensest-bnr:last-of-type {
  margin-bottom: 40px;
}

.f-searchArea {
  width: 100%;
  padding: 18px 0 20px;
  background: #B2B2B2;
  background: url(/assets/img/user/pc/index/bg-index.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.f-searchArea .search-wrap {
  width: 1120px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 16px 325px 16px 26px;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: top;
  position: relative;
  left: -20px;
}

.f-searchArea .search-wrap .side-l {
  position: absolute;
  top: 128px;
  left: -264px;
}

.f-searchArea .search-wrap .side-r {
  position: absolute;
  top: 158px;
  right: -280px;
}

@media screen and (max-width: 1460px) {
  .f-searchArea .search-wrap .side-l,
  .f-searchArea .search-wrap .side-r {
    animation-name: fadeout;
    animation-timing-function: ease-out;
    animation-duration: 0.2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}

.f-searchArea .areaSearch-head {
  background: url(/assets/img/user/pc/index/icon-search.svg) 0 center no-repeat;
  color: #2F2F2F;
  font-size: 15px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-left: 28px;
}

.f-searchArea .areaSearch-body {
  display: table;
}

.f-searchArea .areaSearch-dl {
  display: table-cell;
  width: 50%;
}

.f-searchArea .areaSearch-dt {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 14px;
}

.f-searchArea .areaSearch-dd {
  font-size: 0;
}

.f-searchArea .areaSearch-list {
  margin-bottom: 20px;
}

.f-searchArea .areaSearch-item {
  display: inline-block;
  margin: 0 18px 10px 0;
  font-size: 13px;
  position: relative;
}

.f-searchArea .areaSearch-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 13px;
  background: #333333;
  position: absolute;
  top: 0;
  right: -10px;
}

.f-searchArea .alert-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.f-searchArea .alert-18 {
  background: url(/assets/img/user/pc/index/icon-alert.svg) 20px center/33px 30px no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px 0 64px;
}

.f-searchArea .exit-link {
  text-align: center;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 3px 20px;
}

.f-areaDescription {
  margin-bottom: 32px;
  font-size: 14px;
}

.f-areaDescription .areaDescription-head {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}

.f-areaDescription .areaDescription-body {
  font-size: 12px;
  line-height: 22px;
}

.f-searchDeli {
  border: 2px solid #4EBA3C;
  border-radius: 8px;
  box-shadow: 2px 2px 0px #4eba3c;
  margin: 45px 0 44px;
}

.f-searchDeli .searchDeli-head {
  padding: 10px 16px;
  color: #fff;
  background-color: #4EBA3C;
  font-size: 16px;
}

.f-searchDeli .searchDeli-areaBlock {
  padding: 14px 18px 0;
  background-color: #FFFFFF;
  border-radius: 0 0 8px 8px;
}

.f-searchDeli .searchDeli-areaBtnList {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  margin-bottom: 12px;
}

.f-searchDeli .searchDeli-areaBtn {
  width: 140px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #48484A;
  border: 1px solid #56cb42;
  border-radius: 3px;
  margin: 0 12px 12px 0;
  cursor: pointer;
}

.f-searchDeli .searchDeli-areaBtn.is-active {
  background-color: #4ba500;
  color: #fff;
  cursor: default;
  opacity: 1;
}

.f-searchDeli .searchDeli-txt {
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 22px;
}

.f-searchDeli .searchDeli-dl {
  display: none;
}

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

.f-searchDeli .searchDeli-dl .searchDeli-dd:last-child {
  border-bottom: none;
  margin-bottom: 4px;
}

.f-searchDeli .searchDeli-dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.f-searchDeli .searchDeli-dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
  margin-bottom: 12px;
}

.f-searchDeli .condition-list {
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-searchDeli .condition-item {
  height: 40px;
  padding: 13px 0;
}

.f-searchDeli .condition-item:last-child a {
  border-right: none;
}

.f-searchDeli .condition-link {
  box-sizing: border-box;
  display: block;
  padding: 0 8px;
  text-align: center;
  border-right: 1px solid #48AC37;
  font-size: 14px;
  color: #2E2E2F;
}

.f-areaDeli .all-link,
.f-cityDeli .all-link {
  box-sizing: border-box;
  display: block;
  min-width: 80px;
  height: 40px;
  text-align: left;
  background: #fff;
  border: 1px solid #56CB42;
  border-radius: 3px;
  line-height: 38px;
  position: relative;
  color: #48484A;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
}

.f-areaDeli .all-link + .condition-list,
.f-cityDeli .all-link + .condition-list {
  padding-left: 4px;
}

.f-genreDeli .genreSearch-dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.f-genreDeli .condition-list {
  margin-bottom: 16px;
}

.f-genreDeli .genre-condition-list {
  width: 1000px;
  margin-bottom: 8px;
  overflow: hidden;
}

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

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

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

.f-bnrList {
  margin-bottom: 40px;
  padding: 24px 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #EAEAEB;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-bnrList .bnr-item {
  margin-right: 32px;
}

.f-bnrList .bnr-item:last-child {
  margin-right: 0;
}

.f-bnrList .bnr-link {
  display: block;
  height: 145px;
}

.f-bnrList .bnr-link img {
  width: auto;
  height: 100%;
}
