@font-face {
  font-family: "HYXinRenWenSong65W";
  font-display: swap;
  src: url("../font/HYXinRenWenSong65W.woff2") format("woff2"), url("../font/HYXinRenWenSong65W.woff") format("woff");
}
body {
  color: #444;
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  font-family: "HYXinRenWenSong65W", serif;
}

p, table, dl, ul, ol, hr,
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.ofh {
  overflow: hidden;
}

.ofa {
  overflow: auto;
}

.tofh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w1px {
  width: 1px;
}

.w100 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wsnr {
  white-space: nowrap;
}

.hdn {
  display: none;
}

.hide_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.wrt_rl {
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
          writing-mode: tb-rl;
  text-orientation: upright;
  display: table;
}

.inner_w,
.inner {
  max-width: 1024px;
  margin: auto;
}

.inner {
  padding: 0 18px;
}

.txt_efct {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.txt_efct.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.qr_block {
  text-align: center;
}
.qr_block .qr_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  justify-items: center;
  margin-top: 20px;
}
.qr_block .qr_item {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 100%;
  max-width: 260px;
}
.qr_block .qr_item .img {
  margin: 0;
}
.qr_block .qr_item img {
  width: 100%;
  height: auto;
  display: block;
}
.qr_block .qr_item .txt {
  margin: 8px 0 0;
  font-weight: bold;
}
.qr_block .qr_item .qr-id {
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
  letter-spacing: 0.01em;
}

.girls_section .girls_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  align-items: start;
}
.girls_section .girl_card {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  color: inherit;
  text-decoration: none;
}
.girls_section .girl_card .img {
  margin: 0;
}
.girls_section .girl_card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.girls_section .girl_card .info {
  padding: 12px;
  text-align: left;
}
.girls_section .girl_card .name {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 16px;
}
.girls_section .girl_card .meta {
  margin: 0 0 6px;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}
.girls_section .girl_card .tag {
  margin: 0;
  font-size: 13px;
  color: #c34d6a;
  font-weight: bold;
}

.blog_section .blog_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.blog_section .blog_card {
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.blog_section .blog_card .ttl {
  margin: 0 0 6px;
  font-size: 18px;
}
.blog_section .blog_card .meta {
  margin: 0 0 10px;
  color: #777;
  font-size: 13px;
}
.blog_section .blog_card .dscr {
  margin: 0 0 10px;
  color: #555;
  line-height: 1.5;
}
.blog_section .blog_card .more {
  display: inline-block;
  color: #c34d6a;
  font-weight: bold;
  text-decoration: none;
}

.modal_qr {
  max-width: 640px;
  margin: 0 auto;
}
.modal_qr .ttl {
  margin: 0 0 6px;
  text-align: center;
}
.modal_qr .meta {
  margin: 0 0 12px;
  text-align: center;
  color: #666;
}
.modal_qr .qr_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.modal_qr .qr_item {
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.modal_qr .qr_item .img {
  margin: 0;
}
.modal_qr .qr_item img {
  width: 100%;
  height: auto;
  display: block;
}
.modal_qr .qr_item .txt {
  margin: 6px 0 0;
  font-weight: bold;
  text-align: center;
}

/* admin toolbar (inline style fallback) */
.toolbar {
  display: flex;
  gap: 8px;
  margin: 6px 0;
}
.toolbar button {
  padding: 6px 10px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}
.qr_section {
  padding-top: 0;
  margin-top: -20px;
  margin-bottom: 10px;
}
.qr_section .qr_block {
  padding-top: 0;
}
.qr_section .qr_block .hdr {
  margin-top: 0.5rem;
}

.sakura-petal {
  position: fixed;
  top: -10vh;
  left: 0;
  width: 12px;
  height: 8px;
  background: rgba(255, 182, 193, 0.9);
  border-radius: 70% 30% 70% 30%;
  -webkit-box-shadow: inset -2px -2px 6px rgba(255, 120, 156, 0.4);
          box-shadow: inset -2px -2px 6px rgba(255, 120, 156, 0.4);
  opacity: 0.85;
  pointer-events: none;
  -webkit-animation-name: sakura-fall, sakura-sway;
          animation-name: sakura-fall, sakura-sway;
  -webkit-animation-timing-function: linear, ease-in-out;
          animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
  will-change: transform;
}

@-webkit-keyframes sakura-fall {
  to {
    -webkit-transform: translate3d(var(--sx, 0px), 110vh, 0) rotate(360deg);
            transform: translate3d(var(--sx, 0px), 110vh, 0) rotate(360deg);
    opacity: 0.9;
  }
}

@keyframes sakura-fall {
  to {
    -webkit-transform: translate3d(var(--sx, 0px), 110vh, 0) rotate(360deg);
            transform: translate3d(var(--sx, 0px), 110vh, 0) rotate(360deg);
    opacity: 0.9;
  }
}

@-webkit-keyframes sakura-sway {
  0% {
    margin-left: -10px;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: -10px;
  }
}

@keyframes sakura-sway {
  0% {
    margin-left: -10px;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: -10px;
  }
}

.box_shadow {
  padding: 10px;
  margin: 1rem 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.prlx {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}

.ios .prlx {
  background-attachment: scroll;
}

#prlx_hdr {
  position: relative;
}
#prlx_hdr .txt {
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
}

@-webkit-keyframes blink {
  0%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blink {
  background: #d33;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  -webkit-animation: blink 0.8s linear infinite;
          animation: blink 0.8s linear infinite;
}

#home_mov video,
#cmov_wrp video {
  max-width: 560px;
  width: 100%;
  height: auto;
}

.content {
  margin-bottom: 40px;
  padding-top: 20px;
}
.content.no_pdg {
  padding-top: 0;
}
.content.no_mgn {
  margin-bottom: 0;
}
.content .ctt_hdr {
  text-align: center;
  color: #888;
  margin: 1rem auto;
  padding: 60px 0 5px;
  background: url("../img/logo_fuji.png") center top no-repeat;
  background-size: 50px;
  position: relative;
}
.content .ctt_hdr.no_logo {
  background: none;
  padding-top: 0;
}
.content .ctt_hdr::after {
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  background: #ccc;
  content: "";
  position: absolute;
}
.content .ctt_hdr.no_bdr::after {
  height: 0;
}
.content .ctt_hdr .hdr,
.content .ctt_hdr .sub {
  margin: 0;
}
.content .ctt_hdr .hdr {
  font-size: 24px;
  line-height: 34px;
}
.content .ctt_hdr .sub {
  font-size: 16px;
  line-height: 26px;
}

#announce p {
  color: #f00;
  font-size: 25px;
  line-height: 35px;
  display: table;
  background: #fbb;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

#gallery p {
  margin: 0;
}
#gallery .big_img {
  display: table;
  margin: 1.5rem auto 1rem;
  padding: 10px;
  background: #dcb288;
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#gallery .big_img::after {
  width: 75px;
  height: 75px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: -10px;
  z-index: 1;
  content: "";
  position: absolute;
}
#gallery .big_img.c_diamond::after {
  background-image: url("../img/icn_rank_diamond.png");
}
#gallery .big_img.c_platinum::after {
  background-image: url("../img/icn_rank_platinum.png");
}
#gallery .big_img.c_gold::after {
  background-image: url("../img/icn_rank_gold.png");
}
#gallery .big_img .img {
  position: relative;
}
#gallery .big_img .img::before, #gallery .big_img .img::after {
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}
#gallery .big_img .img::before {
  top: 0;
  height: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
  z-index: 1;
}
#gallery .big_img .img::after {
  background: url("../img/deco_glry.png") center no-repeat;
  background-size: contain;
  height: 100%;
  bottom: -5px;
}
#gallery .tmb_list {
  margin: 1rem auto;
  padding: 0;
  list-style: none;
}
#gallery .tmb_list li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  display: inline-block;
}
#gallery .tmb_list li a {
  display: block;
  border: 2px solid #ccc;
}
#gallery .tmb_list li.on a {
  border-color: #dcb288;
}

#castpage .cpg_ctt {
  width: 420px;
  margin: 1rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#castpage .cpg_btm {
  background: #f7e7e7;
  overflow: hidden;
}
#castpage .name_hdr {
  background: -webkit-gradient(linear, left top, right top, from(#dbb48d), to(#e2d2c2));
  background: linear-gradient(to right, #dbb48d, #e2d2c2);
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0;
}
#castpage .name_hdr_wrp {
  position: relative;
}
#castpage .name_hdr_wrp .prvnxtlnk {
  margin: 0;
  padding: 0;
  list-style: none;
}
#castpage .name_hdr_wrp .prvnxtlnk .prev,
#castpage .name_hdr_wrp .prvnxtlnk .next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#castpage .name_hdr_wrp .prvnxtlnk .prev a,
#castpage .name_hdr_wrp .prvnxtlnk .next a {
  text-decoration: none;
  display: block;
  color: inherit;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3) inset;
}
#castpage .name_hdr_wrp .prvnxtlnk .prev a:hover,
#castpage .name_hdr_wrp .prvnxtlnk .next a:hover {
  color: #c88;
}
#castpage .name_hdr_wrp .prvnxtlnk .prev {
  left: 10px;
}
#castpage .name_hdr_wrp .prvnxtlnk .next {
  right: 10px;
}
#castpage .prof p {
  border-bottom: 1px solid #dcb288;
  margin: 0.5rem 0;
}
#castpage .scom {
  border: 1px solid #dcb288;
  background: #fff;
  padding: 0 10px;
}
#castpage #cmov_wrp {
  border: 1px solid #dcb288;
  padding: 1px;
}
#castpage #cmov_wrp video {
  vertical-align: middle;
}
#castpage .wsche {
  border-collapse: collapse;
  table-layout: fixed;
}
#castpage .wsche caption {
  border: 1px solid #dcb288;
  border-bottom: none;
  background: #fff;
  padding: 2px;
}
#castpage .wsche th,
#castpage .wsche td {
  border: 1px solid #dcb288;
  padding: 2px;
  text-align: center;
}
#castpage .wsche th {
  background: #fefbea;
  color: #479;
}
#castpage .wsche td {
  background: #fff;
}

#fyl_system .boxs {
  border: 1px solid #000;
  max-width: 800px;
  margin: 1rem auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fyl_system .boxs .box {
  margin-bottom: 50px;
}
#fyl_system .prc_tbl {
  border-collapse: collapse;
  width: 100%;
}
#fyl_system .prc_tbl th,
#fyl_system .prc_tbl td {
  border: 1px solid #888;
  text-align: center;
  padding: 15px 5px;
}
#fyl_system .prc_tbl th {
  background: #ddd;
}
#fyl_system .wchpr .lnkbtn {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#59f), to(#16f));
  background: linear-gradient(to bottom, #59f, #16f);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 20px;
  display: table;
  text-decoration: none;
}

#spcl_mm .tbl_form {
  max-width: 600px;
  margin: auto;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border-radius: 10px;
}
#spcl_mm .tbl_form .mark_rqrd {
  color: #fff;
  background: #f88;
  font-size: 0.9rem;
  padding: 0 3px;
}

#spcl_contact {
  background: #f8e7e7;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
#spcl_contact .hdr {
  display: table;
  margin: 1rem auto;
  background: #fff;
  border: 2px solid #db8;
  padding: 10px;
  color: #888;
}
#spcl_contact .block {
  margin: 0 auto;
}
#spcl_contact .qrs {
  margin: 1rem auto;
  text-align: center;
}
#spcl_contact .qrs p {
  margin: 0;
}
#spcl_contact .qrs .qr {
  display: inline-block;
  padding: 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#spcl_contact .qrs .qr .inr {
  background: #fff;
  display: table;
  margin: 0 auto;
  padding: 10px;
}
#spcl_contact .qrs .qr .txt {
  font-size: 17px;
  line-height: 38px;
  padding-left: 38px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
#spcl_contact .qrs .qr .txt.qq {
  background-image: url("../img/icn_qq.png");
}
#spcl_contact .qrs .qr .txt.line {
  background-image: url("../img/icn_line.png");
}
#spcl_contact .qrs .qr .txt.potato {
  background-image: url("../img/icn_potato.png");
}
#spcl_contact .btns {
  margin: 1rem auto;
}
#spcl_welcome .hdr {
  display: table;
  margin: 1rem auto;
  background: #fff;
  border: 2px solid #db8;
  padding: 10px;
  color: #888;
}

#spcl_vip .wrp {
  display: table;
  table-layout: fixed;
  margin: 1rem auto;
  max-width: 700px;
}
#spcl_vip .wrp .cell {
  display: table-cell;
}
#spcl_vip .wrp .cell img {
  width: 100%;
}
#spcl_vip .lnkbtn {
  display: table;
  border: 2px solid #db8;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  padding: 10px 30px;
  font-size: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

#lnk_mm a {
  background: #eee;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  border-radius: 12px;
  max-width: 500px;
  color: inherit;
  padding: 20px 10px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#lnk_mm a:hover {
  background: #fff;
}

.top_ctt_btm {
  background: url("../img/washi.jpg") center top repeat;
  background-size: cover;
  overflow: hidden;
}

.trgl {
  position: relative;
}
.trgl::before, .trgl::after {
  width: 50%;
  height: 100%;
  top: 0;
  content: "";
  position: absolute;
}
.trgl::before {
  left: 0;
}
.trgl::after {
  right: 0;
}
.trgl::before {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to right bottom, #fff 50%, transparent 50%);
}
.trgl::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to left bottom, #fff 50%, transparent 50%);
}

.top_ctt_btm .top_ctt_btm_trgl {
  height: 80px;
}

#top_rvw_wrp .trgl {
  height: 80px;
}
#top_rvw_wrp .trgl.trgl_t::before {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #bdae97));
  background: linear-gradient(to right bottom, transparent 50%, #bdae97 50%);
}
#top_rvw_wrp .trgl.trgl_t::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #bdae97));
  background: linear-gradient(to left bottom, transparent 50%, #bdae97 50%);
}
#top_rvw_wrp .trgl.trgl_b::before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #bdae97));
  background: linear-gradient(to right top, transparent 50%, #bdae97 50%);
}
#top_rvw_wrp .trgl.trgl_b::after {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #bdae97));
  background: linear-gradient(to left top, transparent 50%, #bdae97 50%);
}

#top_rvw {
  background: url("../img/bg_rvw_t.png") center top no-repeat, url("../img/bg_rvw_b.png") center bottom no-repeat;
  min-height: 265px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #444;
}
#top_rvw::before {
  background: #bdae97;
  width: 100%;
  height: calc(100% - (105px - 1px) * 2);
  top: 104px;
  left: 0;
  content: "";
  position: absolute;
}
#top_rvw .hdr,
#top_rvw p {
  position: relative;
}
#top_rvw > :first-child {
  margin-top: 0;
}
#top_rvw .hdr {
  font-size: 22px;
  margin-bottom: 0;
}
#top_rvw .sub {
  font-size: 18px;
  margin-top: 0;
}

#top_mov .wrp {
  display: table;
  table-layout: fixed;
  margin: 1rem auto 40px;
}
#top_mov .wrp .cell {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
#top_mov .wrp .cell p {
  margin: 0;
}
#top_mov .wrp .cell.thmb {
  width: 53%;
}
#top_mov .wrp .cell .img img {
  width: 100%;
}
#top_mov .wrp .cell .txt {
  background: #faf6ef;
  padding: 12px;
  position: relative;
}
#top_mov .wrp .cell .txt::after {
  border: 1px solid #865;
  top: 6px;
  left: 6px;
  width: calc(100% - 6px * 2);
  height: calc(100% - 6px * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  pointer-events: none;
}
#top_mov .wrp .cell .txt .txt_hdr {
  margin-top: 0;
}
#top_mov .hdr {
  background: #f00;
  display: table;
  padding: 0 100px;
  font-size: 20px;
  line-height: 60px;
  background: url("../img/bg_hdr_mov_c.png") center repeat;
  background-size: contain;
  position: relative;
}
#top_mov .hdr::before, #top_mov .hdr::after {
  width: 80px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}
#top_mov .hdr::before {
  background-image: url("../img/bg_hdr_mov_l.png");
  background-position: left center;
  left: 0;
}
#top_mov .hdr::after {
  background-image: url("../img/bg_hdr_mov_r.png");
  background-position: right center;
  right: 0;
}

#top_itd_shop p,
#top_itd_cat p {
  margin: 0;
}
#top_itd_cat > p.center {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0.5rem 0;
}
#top_itd_cat > p.center:last-of-type {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-top: 0.75rem;
  letter-spacing: 0.01em;
}
#top_itd_shop .wrp,
#top_itd_cat .wrp {
  display: table;
  table-layout: fixed;
  margin: 1rem auto;
}
#top_itd_shop .wrp .cell,
#top_itd_cat .wrp .cell {
  display: table-cell;
  vertical-align: bottom;
}
#top_itd_shop .blink,
#top_itd_cat .blink {
  margin: 0 auto -20px;
  display: table;
  padding: 0 5px;
}

#top_itd_shop {
  padding: 10px 0;
  overflow: hidden;
}
#top_itd_shop .hdr {
  font-size: 20px;
}
#top_itd_shop .wrp {
  margin-left: 3px;
  margin-right: 3px;
}
#top_itd_shop .wrp .cell {
  padding: 0 3px;
}
#top_itd_shop .wrp .cell .img img {
  width: 100%;
}
#top_itd_shop .wrp .cell .txt {
  font-size: 12px;
  line-height: 20px;
}

#top_itd_cat .wrp {
  margin-bottom: calc(20px + 1rem);
}
#top_itd_cat .wrp .cell {
  padding: 0 5px;
  position: relative;
}
#top_itd_cat .wrp .cell .txt_card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
#top_itd_cat .wrp .cell .txt_card .txt_main {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
#top_itd_cat .wrp .cell .txt_card .txt_sub {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.01em;
}

#top_reason {
  border: 3px solid #888;
  padding: 20px;
  position: relative;
  display: table;
  margin: 0 auto;
}
#top_reason::after {
  border: 2px solid #888;
  top: 10px;
  left: 10px;
  width: calc(100% - 10px * 2);
  height: calc(100% - 10px * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  pointer-events: none;
}
#top_reason .hdr {
  margin-top: 0;
  background: #db5;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: table;
  padding: 0 10px;
  position: relative;
}
#top_reason .hdr::before, #top_reason .hdr::after {
  top: 0;
  border: 15px solid #db5;
  content: "";
  position: absolute;
}
#top_reason .hdr::before {
  left: -30px;
  border-left-color: transparent;
}
#top_reason .hdr::after {
  right: -30px;
  border-right-color: transparent;
}
#top_reason .lst {
  margin-bottom: 0;
}
.sche_date_list {
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  width: 100%;
}
.sche_date_list li {
  display: inline-block;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sche_date_list li a {
  background: #d89;
  font-size: 16px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.sche_date_list li a:hover {
  background: #956;
}
.sche_date_list li.current a {
  background: #734;
}
.sche_date_list li .yobi {
  font-size: 11px;
}

.schlst .schlst_cell {
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.schlst .schlst_cell::after {
  width: 70px;
  height: 70px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}
.schlst .schlst_cell.c_diamond::after {
  background-image: url("../img/icn_rank_diamond.png");
}
.schlst .schlst_cell.c_platinum::after {
  background-image: url("../img/icn_rank_platinum.png");
}
.schlst .schlst_cell.c_gold::after {
  background-image: url("../img/icn_rank_gold.png");
}
.schlst .schlst_cell .box {
  border: 3px solid #666;
  padding: 5px;
}
.schlst .schlst_cell .box .wrp {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.schlst .schlst_cell .box .wrp .cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.schlst .schlst_cell .box .wrp .cell p {
  margin: 0;
}
.schlst .schlst_cell .box .wrp .cell .img {
  border: 3px double #666;
}
.schlst .schlst_cell .box .wrp .cell .more {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.schlst .schlst_cell .box .wrp .cell .more a {
  text-decoration: none;
  color: inherit;
}
.schlst .schlst_cell .box .wrp .cell_l {
  width: 60%;
}
.schlst .schlst_cell .box .wrp .cell_r {
  padding: 0 5px 20px;
}

.slick.review {
  max-width: 600px;
  margin: 1rem auto;
}
.slick.review .cell img {
  margin: auto;
}
.slick.review .slick-prev,
.slick.review .slick-next {
  z-index: 1;
}
.slick.review .slick-prev {
  left: 10px;
}
.slick.review .slick-next {
  right: 10px;
}
.slick.review .slick-dots {
  bottom: -15px;
}
.slick.review .slick-prev::before,
.slick.review .slick-next::before {
  color: #333;
}

.slick.cstlst {
  margin: 1rem auto;
}
.slick.cstlst .cell {
  padding: 10px;
  position: relative;
}
.slick.cstlst .cell::after {
  width: 60px;
  height: 60px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}
.slick.cstlst .cell.c_diamond::after {
  background-image: url("../img/icn_rank_diamond.png");
}
.slick.cstlst .cell.c_platinum::after {
  background-image: url("../img/icn_rank_platinum.png");
}
.slick.cstlst .cell.c_gold::after {
  background-image: url("../img/icn_rank_gold.png");
}
.slick.cstlst .cell p {
  margin: 0;
}
.slick.cstlst .cell .txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 10px * 2);
  background: rgba(255, 255, 255, 0.5);
  padding: 0 5px;
}
.slick.cstlst .cell .txt .name {
  font-size: 1.1rem;
}
.slick.cstlst .cell .txt .size {
  font-size: 13px;
  line-height: 16px;
}
.slick.cstlst .arrow {
  background: url("../img/icn_arrow.png") center no-repeat #fff;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 100px;
  margin-top: -50px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick.cstlst .arrow:hover {
  background-color: #eee;
}
.slick.cstlst .prev {
  left: -20px;
}
.slick.cstlst .next {
  right: -20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#dv_index {
  margin-top: -60px;
}
#dv_index .mgn {
  margin: 35px auto;
}
#dv_index .hdr {
  width: 180px;
  height: 80px;
  background: url("../img/logo_b.png") center no-repeat;
  background-size: contain;
}
#dv_index .sub {
  font-size: 22px;
}
#dv_index .lnkbtn {
  list-style: none;
  padding: 0;
  display: table;
}
#dv_index .lnkbtn li {
  display: table-cell;
  padding: 0 10px;
}
#dv_index .lnkbtn li a {
  display: block;
  width: 180px;
  background: #dc8;
  color: #fff;
  padding: 18px 0;
  font-size: 28px;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
#dv_index .lnkbtn li a:hover {
  background: #cb7;
}
#dv_index .small {
  font-size: 13px;
  line-height: 18px;
  color: #888;
}

#visual_index {
  position: relative;
}
#visual_index p {
  margin: 0;
}
#visual_index .logo {
  left: 50%;
  position: absolute;
}

body {
  margin-top: 60px;
}

#gnav {
  position: absolute;
  right: 0;
  top: 60px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: calc(100vh - 60px - 20px);
  overflow: auto;
}
#gnav .inr {
  margin: auto;
  max-width: 430px;
  text-align: center;
}
#gnav .menu .hdr {
  font-size: 16px;
  line-height: 30px;
  background: #f7e6e6;
  padding: 0 30px;
  display: table;
  margin: 0 auto 40px;
  position: relative;
}
#gnav .menu .hdr::after {
  width: 1px;
  height: 25px;
  top: 0;
  left: 50%;
  margin-top: 30px;
  background: #444;
  content: "";
  position: absolute;
}
#gnav .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gnav .menu ul li {
  padding: 20px 0;
}
#gnav .menu ul li a {
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  color: inherit;
  position: relative;
}
#gnav .menu ul li a::after {
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #f7e6e6;
  content: "";
  position: absolute;
}
#gnav .menu ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#gnav .menu ul li.current a {
  color: #c88;
}
#gnav .ctt_btm {
  font-size: 18px;
}
#gnav .ctt_btm a {
  color: #c88;
}
#gnav .ctt_btm .ctt {
  margin: 2rem auto;
}
#gnav .ctt_btm .info {
  line-height: 28px;
}
#gnav .ctt_btm .info p {
  margin: 0;
}
#gnav .ctt_btm .btns {
  display: table;
  width: 100%;
}
#gnav .ctt_btm .btns .btn {
  display: table-cell;
  padding: 0 5px;
  position: relative;
}
#gnav .ctt_btm .btns .btn .qr_img {
  position: absolute;
  width: 200px;
  top: 40px;
  border: 1px solid #aaa;
}
#gnav .ctt_btm .btns .btn .qr_img.qq {
  left: 0;
}
#gnav .ctt_btm .btns .btn .qr_img.potato {
  right: 0;
}
#gnav .ctt_btm .btns .btn p {
  margin: 0;
}
#gnav .ctt_btm .btns .btn a {
  padding-left: 45px;
  line-height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: table;
  margin: 0 auto;
}
#gnav .ctt_btm .btns .btn a.qq {
  background-image: url("../img/icn_qq.png");
}
#gnav .ctt_btm .btns .btn a.line {
  background-image: url("../img/icn_line.png");
}
#gnav .ctt_btm .btns .btn a.potato {
  background-image: url("../img/icn_potato.png");
}
#gnav .ctt_btm .bnrs {
  margin-bottom: 1rem;
}
#gnav .ctt_btm .bnrs p:first-child {
  margin-top: 0;
}
#gnav .ctt_btm .bnrs p:last-child {
  margin-bottom: 0;
}
#gnav .ctt_btm .bnrs img {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

#footer_wrapper {
  background: #5f5555;
  color: #fff;
}
#footer_wrapper #footer {
  overflow: hidden;
}
#footer_wrapper #footer p {
  margin: 0;
}
#footer_wrapper #footer .wrp {
  display: table;
  margin: 0 auto;
  padding: 40px 0;
}
#footer_wrapper #footer .wrp .cell {
  display: table-cell;
  vertical-align: middle;
}
#footer_wrapper #footer .wrp .cell_l {
  text-align: center;
}
#footer_wrapper #footer .logo {
  margin: 0;
}
#footer_wrapper #footer .logo a {
  display: block;
  margin: 0 auto;
  background: url("../img/logo_w.png") center no-repeat;
  background-size: contain;
}
#footer_wrapper #footer .tel {
  font-size: 14px;
  line-height: 18px;
}
#footer_wrapper #footer .qrs {
  display: table;
  table-layout: fixed;
  margin: 0;
  margin-left: auto;
}
#footer_wrapper #footer .qrs .qr {
  display: table-cell;
  padding-left: 10px;
}
#footer_wrapper #footer .qrs .qr .txt {
  font-size: 13px;
  line-height: 18px;
}
#footer_wrapper #footer .info {
  text-align: right;
}
#footer_wrapper #footer .copy {
  margin: 5px 0;
}

#header_wrapper {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
#header_wrapper #header {
  height: 60px;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.5);
  position: relative;
}
#header_wrapper #header.fengyuelou, #header_wrapper #header.special {
  height: 110px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header_wrapper #header.fengyuelou #gnav, #header_wrapper #header.special #gnav {
  top: 110px;
  max-height: calc(100vh - 110px - 20px);
}
#header_wrapper #header .logo {
  left: 10px;
  top: 0;
  margin: 10px 0;
  width: 135px;
  height: 40px;
  background: url("../img/logo_fuji.png") left center no-repeat, url("../img/logo_b.png") right center no-repeat;
  background-size: contain;
  position: absolute;
}

#inc_gsubnav {
  margin-top: 110px;
}

#gsubnav_top {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5px;
  right: 55px;
}
#gsubnav_top li {
  display: inline-block;
  border: 1px solid #f7e6e6;
  border-top: none;
  border-bottom: none;
}
#gsubnav_top li:nth-child(n+2) {
  border-left: none;
}
#gsubnav_top li a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  color: #888;
  font-size: 17px;
  line-height: 20px;
}
#gsubnav_top li a:hover {
  color: #c88;
}

#gsubnav {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #f7e6e6;
}
#gsubnav li {
  display: inline-block;
  border: 1px solid #f7e6e6;
  border-top: none;
  border-bottom: none;
}
#gsubnav li:nth-child(n+2) {
  border-left: none;
}
#gsubnav li a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  color: #888;
}
#gsubnav li a:hover {
  color: #c88;
}
#gsubnav li a span {
  display: block;
  font-size: 17px;
  line-height: 20px;
}
#gsubnav li a span.sub {
  font-size: 12px;
  line-height: 15px;
}

#toggle_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#toggle_wrapper .txt {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}

#toggle {
  display: block;
  text-align: center;
  width: 60px;
  height: 40px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#toggle .navBtn,
#toggle .navBtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#toggle .navBtn {
  position: relative;
  width: 25px;
  height: 25px;
}
#toggle .navBtn span {
  background-color: #444;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
}
#toggle .navBtn span:nth-of-type(1) {
  top: 0;
}
#toggle .navBtn span:nth-of-type(2) {
  top: 11px;
}
#toggle .navBtn span:nth-of-type(2)::after {
  background-color: #444;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#toggle .navBtn span:nth-of-type(3) {
  bottom: 0;
}
#toggle.active .navBtn span:nth-of-type(1) {
  -webkit-transform: translateY(11px) scale(0);
  transform: translateY(11px) scale(0);
}
#toggle.active .navBtn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#toggle.active .navBtn span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#toggle.active .navBtn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) scale(0);
  transform: translateY(-11px) scale(0);
}

/***** form *****/
select,
textarea,
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=search],
input[type=number],
input[type=submit],
input[type=reset],
input[type=text] {
  padding: 5px;
  font-size: 1.1rem;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit],
input[type=reset] {
  padding: 5px 15px;
  font-size: 1rem;
}

/***** color *****/
.red {
  color: #ff0000;
}

.green {
  color: #008000;
}

.blue {
  color: #0000ff;
}

.cyan {
  color: #00ffff;
}

.magenta {
  color: #ff00ff;
}

.yellow {
  color: #ffff00;
}

.white {
  color: #ffffff;
}

.gray {
  color: #808080;
}

.black {
  color: #000000;
}

.brown {
  color: #a52a2a;
}

.orange {
  color: #ffa500;
}

.ivory {
  color: #fffff0;
}

.beige {
  color: #f5f5dc;
}

.olive {
  color: #808000;
}

.lime {
  color: #00ff00;
}

.aqua {
  color: #00ffff;
}

.navy {
  color: #000080;
}

.purple {
  color: #800080;
}

.plum {
  color: #dda0dd;
}

.pink {
  color: #ffc0cb;
}
