@charset "utf-8";
/* CSS Document */
body {
  line-height: 1;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: 0.05em;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: #000;
  transition-duration: 1s;cursor:pointer
}
a:hover {
  text-decoration: none;
  opacity: 0.2 !important;
}

header {
  background-color: #fff;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  border-bottom: 10px solid #dfdfc9;
}
header .header {
  width: 98%;
  max-width: 1110px;
  margin: auto;
  position: relative;
}
img {
  line-height: 1;
  vertical-align: bottom;
}
h1 {
  font-size: 12px;
  font-weight: 100;
}
h1 p {
  padding: 5px 0 10px;
}
main {
  margin-top: 75px;
}
.pc_none {
  display: none;
}
.disabled{
  display: none;
}
/*ハンバーガーメニュー*/
#t_link .t_link_box {
  display: flow-root;
  width: 90%;
  max-width: 1140px;
  margin: 85px auto 0px;
}
#t_link .t_link_box a {
  float: left;
  margin-right: 2.5%;
  width: 47.5%;
}
#t_link .t_link_box a img {
  width: 100%;
  height: auto;
}
#t_link .t_link_box a:last-child {
  margin-left: 2.5%;
  margin-right: 0px;
}
.bnr_anniversary{
  margin: 10px auto 60px auto !important;
}
.t_title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 45px;
  position: relative;
  width: 98%;
  max-width: 1140px;
}
.t_title img {
  margin-bottom: 10px;
}
.t_title .tolist_btn {
  background-color: #373737;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  position: absolute;
  font-size: 16px;
  width: 95px;
  text-align: center;
  bottom: 0px;
  right: 1%;
  box-shadow: 2px 2px 0px #00000091;
}
.tyt01_01 {
  background: url(../images/tyt01_01.png) no-repeat scroll center bottom;
}
.tyt01_02 {
  background: url(../images/tyt01_02.png) no-repeat scroll center top;
}
.tyt02_01 {
  background: url(../images/tyt02_01.png) no-repeat scroll center bottom;
}
.tyt02_02 {
  background: url(../images/tyt02_02.png) no-repeat scroll center top;
}
.top_b01_bg {
  background: url(../images/top_b01_bg.jpg) repeat scroll center top;
}
.top_b01_bg .top_b02_bg {
  background: url(../images/top_b01_bg.png) no-repeat scroll center top;
  padding: 75px 0;
}
.t_shoplink .shop_box {
  display: flow-root;
  width: 98%;
  max-width: 1140px;
  margin: auto;
}
.t_shoplink .shop_box .one_box {
  display: flow-root;
  width: 32%;
  float: left;
  margin-bottom: 3%;
  margin-right: 2%;
}
.t_shoplink .shop_box .one_box:nth-child(3n) {
  margin-right: 0px;
}
.t_shoplink .b_title {
  width: 98%;
  max-width: 1140px;
  margin: 25px auto 30px;
  font-weight: 600;
  border-left: double 6px;
  padding: 6px 10px;
}
.t_shoplink .shop_box .one_box .img {
  margin-right: 1%;
  float: left;
  width: 41%;
}
.t_shoplink .shop_box .one_box .img img {
  height: auto;
  width: 100%;
}
.t_shoplink .shop_box .one_box .txt {
  float: left;
  width: 58%;
}
.t_shoplink .shop_box .one_box .txt .t {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  height: 60px;
  display: grid;
  -webkit-align-items: center;
  line-height: 1.5;
}
.t_shoplink .shop_box .one_box .txt .b1 {
  font-size: 12px;
  display: flow-root;
}
.t_shoplink .shop_box .one_box .txt .b1 div {
  width: 47%;
  float: left;
  margin: 1%;
  text-align: left;
  color: #fff;
  position: relative;
  padding: 3% 2%;
}
.t_shoplink .shop_box .one_box .txt .b1 div span {
  position: absolute;
  top: 20%;
  right: 2%;
  transform: scaleY(1.5);
  /*font-size: 8px;*/
}
.t_shoplink .shop_box .one_box .txt .b1 .t1 {
  background: #373737;
}
.t_shoplink .shop_box .one_box .txt .b1 .t2 {
  background: #c6b793;
}
.t_shoplink .shop_box .one_box .txt .b1 .t3 {
  background: #8bc6ca;
}
/*t_ranking*/
#t_ranking {
  background: #e2d3b0;
}
#t_ranking .tyt02_01 {
  padding: 70px 0;
}
#t_ranking .tab li.current {
  background: #ffffff;
}
#t_ranking .tab li {
  background: #c3c3c3;
}
#t_ranking .tab {
  border-bottom: 2px solid #fff;
}
/*好みの女の子を検索*/
.search {
  width: 98%;
  margin: 40px auto;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  max-width: 1140px;
}
.search .girls_formBox {
  display: flow-root;
}
.search .girls_formBox div {
  float: left;
  text-align: center;
  padding: 0;
  min-height: 50px;
  height: auto;
  vertical-align: middle;
  /*margin-right: 1%;*/
}
.search .girls_formBox div.nmag {
  display: flow-root;
  margin-right: 0;
  width: 30%;
}
.search .girls_formBox div.type {
  margin: 0 1%;
}
.search .girls_formBox .ttl {
  display: grid;
  -webkit-align-items: center;
  background-color: #fbe1e4;
  border-right: 1px solid #c6c6c6;
  height: 50px;
  position: relative;
  width: 17%;
  margin-right: 1%;
}
.search .girls_formBox .name {
  display: flow-root;
  width: 60%;
  float: left;
}
.search .girls_formBox .t {
  float: left;
  display: block;
  display: grid;
  height: 50px;
  -webkit-align-items: center;
}
.search .girls_formBox .name input {
  /*border: 1px solid #c6c6c6;*/
  padding: 1%;
  float: left;
  margin: 11px 0;
  width: 70%;
  background-color: #ededed;
}
.search .girls_formBox div.age {
  float: left !important;
}
.search .girls_formBox .age select {
  border: 1px solid #c6c6c6;
  padding: 1%;
  float: left;
  margin: 11px 0;
  width: 70px;
}
.search .girls_formBox button {
  width: 137px;
  border-radius: 20px;
  background-color: #eb6877;
  box-shadow: 2px 2px 0px 2px rgba(0, 0, 000, .3);
  padding: 10px 0;
  color: #fff;
  margin: 5px 0;
}
/****/
/* 元々のチェックボックス（非表示） */
.search .girls_formBox .type input[type="checkbox"] {
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.search .girls_formBox .type input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin: 18px 0;
}
/* ラベルの左に表示させる正方形のボックス□ */
.search .girls_formBox .type input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #c7c7c7; /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.search .girls_formBox .type input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753; /* チェックの色変更 お好きな色を */
}
.search .girls_formBox .type input[type="checkbox"] + label:before {
  border-radius: 50%;
}
/****/
/*girlbox*/
.girlbox {
  width: 95%;
  display: flow-root;
  margin: auto;
  padding-top: 35px;
  max-width: 1140px;
	
}
.girlbox .onebox {
  width: 17%;
      display: inline-flex;
  text-align: center;
  height: auto;
  max-width: 204px;
  margin-right: 2.5%;
  margin-bottom: 3%;
}
.girls_box .onebox:nth-child(5n) {
  margin-right: 0;
}
.girls_box .onebox .rkg {
  width: 88px;
  height: 28px;
  background: #fff;
  font-size: 14.4px;
  margin: 0 auto 10px;
  border-radius: 14px;
  padding: 4px 0;
  line-height: 1;
}
.girls_box .onebox .rkg span {
  font-size: 18px;
}
.girls_box .onebox .img {
  position: relative;
  width: 100%;
  margin: 0 auto 3%;
}
.girls_box .onebox .img img {
  width: 100%;
  height: auto;
}
.girls_box .onebox .name {
  font-size: 18px;
  line-height: 1;
	margin: 7% 0;
    line-height: 1.3;
  /*height: 40px;
  display: grid;
  -webkit-align-items: center;*/
}
.girls_box .onebox .size {
  font-size: 12px;
  margin-bottom: 20px;
}
.girls_box .onebox .shop {
  font-size: 14px;
  margin-bottom: 10px;
}
.girls_box .onebox .img .icon {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 25%;
  max-width: 47px;
}
.girls_box .onebox .img .e_shop {
  background: #eb6877;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}
.girls_box .onebox .clock {
  font-size: 16px;
  color: #f4276f;
  line-height: 1;
}
/*タブで切り替え*/
.wrap {}
.box {
  width: 100%;
}
.tab {
  list-style: none;
}
ul.tab {
  widows: 98%;
  max-width: 1140px;
  margin: 0 auto;
  display: flow-root;
}
.tab li {
  float: left;
  margin-right: 4%;
  background: #efefef;
  width: 48%;
  padding: 1.5% 0;
  position: relative;
}
.tab li:nth-child(2n) {
  margin-right: 0%;
}
.tab li span {
  position: absolute;
  right: 3%;
  transform: scale(1.7, 0.5);
  padding: 1%;
}
.tab li.current {
  background: #e2d3b0;
}
.tab li a {
  display: block;
  border-bottom: none;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.tab li.current a {
  /* color: #fff;*/
}
.tabContents {
  clear: both;
  display: none;
  /*padding: 10px;
	border: 1px solid #aaa;
	background: #edf4f7;*/
}
.tabContents.current {
  display: block;
}
#ranking .k_tyt01_02 {
  background: #e2d3b0 url(../images/k_tyt01_02.png) no-repeat scroll center top;
  /*color: aliceblue;*/
}
#ranking .girlbox {
  padding: 80px 0 100px;
}
/*/タブで切り替え*/
.box_area {
  width: 98%;
  max-width: 1140px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}
.choices2 {
  width: 48.2%;
  height: auto;
  line-height: 1;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  margin-right: 3.5%;
  padding: 1.5% 0;
  position: relative;
  transition-duration: 1s;
}
.choices2:hover {
  opacity: 0.5 !important;
}
.choices2.b {
  margin-right: 0;
}
.choices2 span {
  position: absolute;
  top: 40%;
  right: 5%;
  transform: scaleX(2);
}
.choices2 img {
  width: 80%;
  max-width: 260px;
  margin: auto;
}
/*ranking*/
.ranking_box {
  background-color: #c3c3c3;
}
/*切替*/
/*t_newface*/
#t_newface {
  background: #fff;
}
#t_newface .new_box {
  padding: 80px 0 50px;
  position: relative;
}
#t_newface .tab {
  border-bottom: 2px solid #eceadf;
}
#t_newface .tab li {
  background: #c3c3c3;
}
#t_newface .tab li.current {
  background: #eceadf;
}
/*t_schedule*/
#t_schedule .schedule {
  background: url(../images/b04_bg.jpg) scroll center top;
}
#t_schedule .schedule .tyt02_01 {
  padding: 70px 0 60px;
}
#t_schedule .tab {
  border-bottom: 2px solid #fff;
}
#t_schedule .tab li {
  background: #c3c3c3;
}
#t_schedule .tab li.current {
  background: #fff;
}
#t_news .tyt02_02 {
  padding-top: 80px;
}
#t_news .news .news_box {
  display: flow-root;
  width: 98%;
  max-width: 1140px;
  margin: 100px auto 30px;
  line-height: 1.5;
}
#t_news .news .news_box .onebox {
  /*float: left;*/
	display: inline-flex;
  width: 46%;
 /* display: flow-root;*/
  margin:0 1% 70px;
  height: auto;
  text-align: left;
  max-width: 1000px;
	position: relative;
	padding-bottom: 25px;
}
#t_news .news .news_box .onebox a {
display: flow-root;
width: 100%;
}
#t_news .news .news_box .onebox .img {
  /*float: left;
  width: 151px;*/
  margin-right: 25px;width: 30%;
    float: left;
}
#t_news .news .news_box .onebox .img img {
      width: 130px;
    height: 130px;
    object-fit: cover;
}
#t_news .news .news_box .onebox .txt {
  /*float: left;
  width: 335px;*/
  text-align: left;
  margin:  0 3% 0 0;
  overflow: hidden;
  /*height: 138px;-*/
}
#t_news .news .news_box .onebox .date {
    position: absolute;
    bottom: 0px;
        right: 2%;
}
#t_news .news .news_box .onebox .txt .t01 {
  font-size: 20px;
  font-weight: 600;
  /*margin-bottom: 15px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#t_news .news .news_box .onebox .txt .t02 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#t_news .news_txt {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto 70px;
  line-height: 1.5;
}
/**/
/*下層ページ*/
.k_tyt01 {
  background: url(../images/k_tyt01.png) no-repeat scroll center top;
}
.k_tyt01_01 {
  background: url(../images/k_tyt01_01.png) no-repeat scroll center bottom #fff;
}
.k_tyt01_02 {
  background: url(../images/k_tyt01_02.png) no-repeat scroll center top;
}
.k_tyt02 {
  background: url(../images/k_tyt02.png) no-repeat scroll center bottom;
}
.k_tyt02_01 {
  background: url(../images/k_tyt02_01.png) no-repeat scroll center bottom;
}
.k_tyt02_02 {
  background: url(../images/k_tyt02_02.png) no-repeat scroll center top #fff;
}
h2.pagetitle {
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  font-weight: 100;
  text-align: center;
  color: #726f56;
  line-height: 1.5;
  padding: 80px 0 100px;
}
h2.pagetitle span {
  font-size: 24px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  color: #000;
  display: block;
}
.link_btn {
  width: 98%;
  margin: auto;
  max-width: 1140px;
  padding: 6.5% 0 6%;
}
.link_btn a {
  margin: 0 0 0 2%;
}
.link_btn a:first-child {
  margin: 0;
}
.link_btn a img {
  width: 32%;
  height: auto;
}
.selectbox {
  text-align: right;
  width: 98%;
  margin: auto;
  max-width: 1140px;
}
#event .selectbox select {
  background-color: #fff;
  width: 190px;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
  margin-bottom: 35px;
  border: 1px solid #c6c6c6;
}
#event .selectbox select option {
  text-align: center;
}
/*event*/
#event {
  background: url(../images/b04_bg.jpg) scroll center bottom #fff;
}
#event .k_tyt02_01 {
  padding: 50px 0 55px;
}
#event .event {
  width: 95%;
  margin: auto;
  max-width: 1140px;
  display: flow-root;
}
#event .event .onebox {
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 000, .3);
  padding: 3%;
  margin: 0 4% 4% 0;
  float: left;
  width: 46%;
}
#event .event .onebox:nth-child(2n) {
  margin: 0 0 4% 4%;
}
#event .event .onebox .img img {
  width: 100%;
  height: auto;
}
#event .event .onebox .title {
  margin: 2% 0;
  font-size: 20px;
  color: #bfbb4c;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#event .event .onebox .txt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.onebox .date {
  font-size: 10px;
  text-align: right;
  margin-top: 1%;
  display: flow-root;
}
.onebox .date div {
  float: right;
}
.onebox .date .day {
  padding: 2px 0;
}
.onebox .date .day img {
  padding-right: 5px;
}
.onebox .date .shop {
  color: #fff;
  padding: 2px 10px;
  margin-left: 5px;
}
.onebox .date .shop.s1 {
  background-color: #000;
}
.onebox .date .shop.s4 {
  background-color: #dd888d;
}
.onebox .date .shop.s5 {
  background-color: #e70012;
}
.onebox .date .shop.s6 {
  background-color: #ff5f01;
}
.onebox .date .shop.s7 {
  background-color: #30004a;
}
.onebox .date .shop.s8 {
  background-color: #00265f;
}
.onebox .date .shop.s9 {
  background-color: #8fc320;
}
.onebox .date .shop.s10 {
  background-color: #ff6f80;
}
.onebox .date .shop.s11 {
  background-color: #fe0072;
}
.onebox .date .shop.s12 {
  background-color: #ff69b4;
}
/*.onebox .date .shop.s9 {
  background-color: #7ecef4;
}*/
/*eventDetail*/
#eventDetail .eventDetail {
  background: url(../images/b04_bg.jpg) scroll center bottom #fff;
}
#eventDetail .eventDetail .eventDetailbox {
  width: 98%;
  margin: auto;
  max-width: 1000px;
  padding: 25px 0 45px;
}
#eventDetail .eventDetail .eventDetailbox .listbtn {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 0;
  width: 95px;
  text-align: center;
  font-size: 14px;
  position: relative;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
  margin: 0 0 25px;
}
#eventDetail .eventDetail .eventDetailbox .listbtn span {
  position: absolute;
  left: 10px;
}
#eventDetail .eventDetail .eventDetailbox .onebox {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 000, .3);
  padding: 2%;
  margin-bottom: 4%;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date div {
  float: right;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date .day {
  padding: 5px 0;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date .day img {
  padding-right: 5px;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date .shop {
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
}
#eventDetail .eventDetail .eventDetailbox .onebox .img img {
  width: 100%;
  height: auto;
}
#eventDetail .eventDetail .eventDetailbox .onebox .title {
  margin: 4% 0 2%;
  font-size: 20px;
  color: #bfbb4c;
  font-weight: 900;
  text-align: center;
}
#eventDetail .eventDetail .eventDetailbox .onebox .txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 4% auto;
  width: 90%;
  max-width: 790px;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date {
  font-size: 12px;
  text-align: right;
  display: flow-root;
}
/*news*/
#news {
  background: url(../images/b04_bg.jpg) scroll center bottom #fff;
}
#news .k_tyt02_01 {
  padding: 90px 0 45px;
}
#news .news {
      display: flow-root;
    width: 98%;
    max-width: 1140px;
    margin: 100px auto 30px;
    line-height: 1.5;
}
#news .news .onebox {
  display: inline-flex;
    width: 46%;
    /* display: flow-root; */
    margin: 0 1% 70px;
    height: auto;
    text-align: left;
    max-width: 1000px;
    position: relative;
    padding-bottom: 25px;
}
/*#news .news .onebox:nth-child(2n) {
  margin-left: 5%;
  margin-right: 0;
}
#news .news .onebox {
  display: flow-root;
  margin-bottom: 60px;
	position: relative;
}*/
#news .news .onebox a {
     display: flow-root;
     width: 100%;
}
#news .news .onebox .img, #news .news .onebox .txtbox {
  /*float: left;*/
}
#news .news .onebox .img {
  margin-right: 25px;
    width: 30%;
    float: left;
}
#news .news .onebox .img img {
  width: 130px;
    height: 130px;
    object-fit: cover;
}#news .news .onebox .txtbox {
  /*float: left;*/
}
#news .news .onebox .txtbox {
  /*width: 65%;*/
  line-height: 1.5;
      text-align: left;
    margin: 0 3% 0 0;
    overflow: hidden;
}
#news .news .onebox .txtbox .title {
  font-size: 20px;
  margin-bottom: 1%;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#news .news .onebox .txtbox .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
	font-size: 14px;
}
#news .news .onebox .txtbox .date {
  position: absolute;
	bottom: 0px;
	right: 2%;
}
#news .pagination_box {
  width: 100px;
}
#news .pagination_box ul {
  display: none;
}
#news .pagination_box p.prev-page {
  width: 49px;
  border-right: 1px solid;
}
#news .pagination_box p.next-page {
  width: 50px;
}
/*schedule*/
#schedule .k_tyt02 {
  padding: 0 0 100px;
}
.scheduletxt {
  /*width: 95%;
  text-align: right;
  margin: 25px auto 40px;
  max-width: 1140px;*/
  float: right;
  line-height: 43px;
  margin-right: 10px;
}
.scdlpost {
  width: 95%;
  margin: auto;
  display: flow-root;
  max-width: 1140px;
  padding-top: 35px;
}
.schedulepost {
  float: right;
  width: 165px;
  text-align: center;
  margin: 0px auto 0px;
  background-color: #dfdfc9;
  border: 1px solid #c6c6c6;
  font-size: 14px;
  padding: 10px 0;
}
.schedulepost select {
  text-align: center;
  width: 90%;
  height: 100%;
  padding: 15px 0;
}
.schedulepost select option {
  background-color: #fff;
}
/*newsDetail*/
#newsDetail .newsDetail {
  background: url(../images/b04_bg.jpg) scroll center bottom #fff;
}
#newsDetail .newsDetail .newsDetailbox {
  width: 95%;
  margin: auto;
  max-width: 1000px;
  padding: 25px 0 45px;
}
#newsDetail .newsDetail .newsDetailbox .listbtn {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 0;
  width: 95px;
  text-align: center;
  font-size: 14px;
  position: relative;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
  /*display: contents;*/
  margin: 0 0 25px;
}
#newsDetail .newsDetail .newsDetailbox .listbtn span {
  position: absolute;
  left: 10px;
}
#newsDetail .newsDetail .newsDetailbox .onebox {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 000, .3);
  padding: 2%;
  margin-bottom: 4%;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date div {
  float: right;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date .day {
  padding: 5px 0;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date .day img {
  padding-right: 5px;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date .shop {
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
}
#newsDetail .newsDetail .newsDetailbox .onebox .img {
  text-align: center;
}
#newsDetail .newsDetail .newsDetailbox .onebox .img img {
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: auto;
}
#newsDetail .newsDetail .newsDetailbox .onebox .title {
  margin: 4% 0 2%;
  font-size: 20px;
  color: #bfbb4c;
  font-weight: 900;
  text-align: center;
}
#newsDetail .newsDetail .newsDetailbox .onebox .txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 4% auto;
  width: 90%;
  max-width: 790px;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date {
  font-size: 12px;
  text-align: right;
  display: flow-root;
}
/**/
#qa {
  background: url(../images/b04_bg.jpg) scroll center bottom #fff;
}
#qa .k_tyt02_01 {
  padding: 10px 0 75px;
}
#qa .qa {
  width: 94%;
  margin: auto;
  max-width: 930px;
}
#qa .qa .acd-label {
  color: #726f56;
  font-weight: 900;
}
#qa .qa .acd-content {}
#qa .qa .questiontxt {
  display: flow-root;
}
#qa .qa .questiontxt .number {
  width: 44px;
  height: 44px;
  text-align: center;
  background-color: #dfdfc9;
  border-radius: 22px;
  float: left;
  display: grid;
  -webkit-align-items: center;
}
#qa .qa .questiontxt .question {
  padding: 0 1.5%;
  height: 44px;
  display: grid;
  width: 83%;
  -webkit-align-items: center;
}
#qa .qa .qabox .onebox {
  padding: 30px 40px;
  border-bottom: 1px solid #999999;
}
#qa .qa .qabox .onebox:last-child {
  /* border-bottom: 1px solid #999999;*/
}
#qa .qa .qabox .acd-label:after {
  font-size: 25px;
  padding: 5px 0;
}
#qa .qa .qabox .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 25px;
  line-height: 1.8;
  border-radius: 20px;
}
#qa .qa .qabox .qatitle {
  font-size: 20px;
  text-align: center;
  margin: 100px auto 60px;
  font-weight: 900;
  color: #726f56;
}
/*shop*/
#shop {
  background: url(../images/top_b01_bg.jpg) scroll center bottom #fff;
}
#shop .k_tyt02_01 {
  padding: 95px 0 75px;
}
/**/
#sitemap {
  background: url(../images/b04_bg.jpg) scroll center bottom #fff;
}
#sitemap .k_tyt02_01 {
  padding: 95px 0 0;
}
#sitemap .sitemap {
  width: 98%;
  margin: auto;
  max-width: 1140px;
  display: flow-root;
}
#sitemap .sitemap .onebox {
  width: 45%;
  margin: 0 5% 5% 0;
  max-width: 540px;
  float: left;
  background-color: #fff;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
  padding: 35px 4% 20px;
  height: 246px;
}
#sitemap .sitemap .onebox:nth-child(2n) {
  margin: 0 0 5% 5%;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
}
#sitemap .sitemap .onebox .title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #bfbb4c;
}
#sitemap .sitemap .onebox .txt {
  display: flow-root;
}
#sitemap .sitemap .onebox .txt ul {
  width: 50%;
  font-size: 14px;
  float: left;
}
#sitemap .sitemap .onebox .txt ul li {
  margin-bottom: 15px;
}
/**/
.acd-check {
  display: none;
}
.acd-label {
  display: block;
  position: relative;
}
.acd-label:after {
  box-sizing: border-box;
  content: '＋';
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  position: absolute;
  right: 0;
  top: 0px;
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label:after {
  content: '―';
}
.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  padding: 20px 0;
  visibility: visible;
}
/*girls.html*/
#girls .tab li {
  background: #c3c3c3;
}
#girls .tab li.current {
  background: #eceadf;
}
#girls ul.tab {
  border-bottom: 2px solid #eceadf;
}
/*newface.html*/
#newface .tab li {
  background: #c3c3c3;
}
#newface .tab li.current {
  background: #eceadf;
}
#newface ul.tab {
  border-bottom: 2px solid #eceadf;
}
/*schedule*/
#schedule ul.tab {
  border-bottom: 2px solid #eceadf;
}
/*フッター*/
footer {
  border-top: 1px solid #c1c1c1;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
footer .footer {
  width: 98%;
  max-width: 1200px;
  margin: auto;
  padding: 5.5% 0 4.5%;
  font-size: 11px;
}
footer .footer .footerb {
  display: flow-root;
}
footer .footer .logo {
  float: left;
  line-height: 2;
  width: 17%;
  margin: 0 10% 0 5%;
}
footer .footer .logo img {
  margin-bottom: 15%;
  width: 100%;
  height: auto;
}
footer .footer .menu_box {
  display: flow-root;
  float: left;
  font-size: 12px;
  width: 68%;
}
footer .footer .menu_box .menu {
  /*width: calc(100%/3);*/
 /* float: left;
  width: 28%;
  margin-left: 5%;
  line-height: 1.8;*/
  float: left;
  width: 29%;
  margin-left: 4%;
  line-height: 1.8;
}
footer .footer .menu_box .menu a {
  display: block;
}
footer .footer .copy {
  text-align: right;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #888467;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #888467;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  /*opacity: 0;*/
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp .nav {
  display: flow-root;
  height: 70%;
  text-align: center;
  max-width: 1110px;
  width: 100%;
  margin: auto;
}
nav.globalMenuSp .nav .nav_logo, nav.globalMenuSp .nav .nav_lst {
  float: left;
  width: 50%;
}
nav.globalMenuSp .nav .nav_logo {
  padding-top: 24%;
}
nav.globalMenuSp .nav .nav_lst {
  display: flow-root;
  padding-top: 16%;
}
nav.globalMenuSp .nav .nav_lst ul {
  float: left;
  width: 40%;
  margin: 0 5%;
}
nav.globalMenuSp .nav .nav_lst ul li {
  height: 24%;
  border-bottom: 1px solid #888467;
  padding: 3% 0;
}
nav.globalMenuSp .nav .nav_lst ul li a img {
  height: 100%;
  width: auto;
}
nav.globalMenuSp .nav .nav_lst ul li a {
  transition-duration: 1s;
}
nav.globalMenuSp .nav .nav_lst ul li a:hover {
  opacity: 0.8 !important;
}
nav.globalMenuSp .nav .nav_lst ul li a img:hover {
  background-image: url("../images/menu_icon.png");
}
nav.globalMenuSp .nav .navsitemap {
  width: 90%;
  margin: 3% auto;
  text-align: right;
  font-size: 14px;
  padding: 3% 0;
  clear: both;
}
nav.globalMenuSp .nav .navsitemap a {
  color: #888467;
}
/*
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
/*pagination_box*/
.pagination_box {
  display: flex;
  width: 390px;
  margin: 0 auto 70px;
  font-size: 16px;
}
.pagination_box .current a {
  color: #bfbb4d;
}
.pagination_box ul {
  border-left: 1px solid;
  border-right: 1px solid;
}
.pagination_box p.first-page, .pagination_box p.end-page {
  width: 0;
}
.pagination_box p.prev-page {
  width: 50px;
  text-align: left;
}
.pagination_box p.next-page {
  width: 50px;
  text-align: right;
}
.pagination_box p.prev-page button, .pagination_box p.next-page button {
  text-decoration-line: underline;
}
.pagination_box p {
  width: 45px;
  text-align: center;
}
.pagination_box ul li {
  width: 40px;
  text-align: center;
}
.pagination_box ul {
  display: flex;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  /*opacity: 100;*/
  display: block;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10;
}
/*年齢確認*/
#top .modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 10%;
  left: 10%;
  width: 80%;
  height: auto; /*padding: 5%;margin:-120px 0 0 -220px; padding:20px;*/ text-align: center;
}
#top .modal .modalbox {
  background-color: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 3% 0;
}
#top .modal .modalbox .t01 {
  font-size: 16px;
  line-height: 2;
  margin: 30px auto 45px
}
#top .modal .modalbox .t02 {
  font-size: 14px;
  line-height: 2;
  margin: 0 auto 30px
}
#top .modal .enterbtn {
  width: 200px;
  margin: 0 auto 20px;
  border-radius: 10px;
  background-color: #eb6877;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  padding: 1% 0;
}
#top .modal .enterbtn span {
  font-size: 30px;
  font-family: 'EB Garamond', serif;
  display: block;
}
#top .modal .exit {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 50px;
  line-height: 1.8;
}
#top .modal .copy {
  font-size: 10px;
}
#top .modal a:hover {
  opacity: 1 !important;
}
.box404 {
  text-align: center;
    padding: 5% 0;
    line-height: 1.8;
}


/*モーダル単独バナー*/
.modal-001__wrap{display:inline-block}.modal-001__wrap input{display:none}.modal-001__open-label,.modal-001__close-label{cursor:pointer}.modal-001__open-label{color:#4f96f6;font-size:.95em}.modal-001__open-label:hover{text-decoration:underline;cursor:pointer;color:#c7511f}.modal-001__open-label img{width:100%;height:auto;max-width:540px}.modal-001{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;display:none}.modal-001__open-input:checked+label+input+.modal-001{display:block;animation:modal-001-animation .6s}.modal-001__content-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;max-width:650px;background-color:#fefefe;z-index:2;border-radius:5px}.modal-001__close-label{background-color:#777;color:#fff;border:2px solid #fff;border-radius:20px;width:36px;height:36px;line-height:1.5;text-align:center;display:table-cell;position:fixed;top:-15px;right:-2%;z-index:99999;font-size:1.4em}.modal-001__content{max-height:80vh;overflow-y:auto;padding:39px 45px 40px;text-align:center}.modal-001__content img{height:36em;}.modal-001__background{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.45);z-index:1}#t_link .t_link_box .bnr{max-width:31%;width:100%}@keyframes modal-001-animation{0%{opacity:0}100%{opacity:1}}@media only screen and (max-width:900px){.modal-001__open-label{max-width:90%;padding:.94em 2.1em .94em 2.6em}.modal-001__close-label{top:-17px;right:-4%}.modal-001__content-wrap{width:90vw}.modal-001__content{padding:33px 21px 35px;max-width:100%}}@media screen and (max-width:900px){.modal-001__open-label{display:block;width:100%;margin:0 auto 1%!important;max-width:365px;padding:0}#t_link .t_link_box .bnr{max-width:100%}}@media screen and (max-width:450px){.modal-001__content img{height:auto;width:100%}}#t_link .t_link_box a{max-width:365px;width:100%}#t_link .t_link_box{display:flex;flex-wrap:wrap;justify-content:space-around}.bnr_anniversary a{height: 100%;display: block;text-align: center;margin: 0 auto 50px;max-width: 1100px;
  width: 90%;  }.bnr_anniversary a img{width: 100%;height: auto;}.bnr_anniversary a {max-width: 100% !important; width: auto !important;margin: 10px auto !important;}



/*多言語バナー*/
#top .modal_bnr {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
#top .modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
    width: 100%;
}
#top .modal-container p {
    margin-bottom: 10px;
}
#top .modal-container p:last-child {
    margin-bottom: 0;
}
#top .modal-content {
    background: #FFF;
    overflow-y: auto;
    padding: 20px 25px;
    width: 90%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-height: 400px;*/
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}
#top .modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
#top .modal-close {
    color: #FF0000;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
#top .modal-close:hover,#top .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
#top .modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@media screen and (max-width: 900px) {
  .container.pc_none img{
    width: 90%;
    margin: 0 auto;
  }

  .container.pc_none{
    width: 90%;
    margin: 0 auto;
  }
}
.container.sp_none{
  text-align: center;
    padding: 20px;
}

.column_wrap{
  background-color: #f8f7f1;
}
#t_news.column_wrap .news .news_box{
      margin: 100px auto 0px;
}
.blog_warp{
 background-color:#f1e7cf;
    margin-bottom: 100px;
}
#newsDetail .newsDetailbox .onebox.blog_detail{

}
#newsDetail .newsDetailbox .onebox.blog_detail .title{
   color: #000;
}
#newsDetail .newsDetailbox .onebox.blog_detail .date{
      padding-right: 7%;
}

/* Group column comments
 * Dedicated styles are required here: group pages do not load the store
 * common stylesheet that owns the legacy review/contact form classes.
 */
.column_comment_section {
  background: #f8f7f1;
  padding: 20px 0 110px;
}
.column_comment_section > .k_tyt02_01 {
  background: none;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
}
.column_comment_list,
.column_comment_form {
  margin: 0 auto;
  max-width: 1000px;
}
.column_comment_list_title,
.column_comment_form_title {
  border-left: 5px solid #726f56;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4;
  padding-left: 15px;
}
.column_comment_items {
  margin-top: 28px;
}
.column_comment_item,
.column_comment_empty {
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .14);
}
.column_comment_item {
  margin-bottom: 22px;
  padding: 24px 28px;
}
.column_comment_item_header {
  align-items: baseline;
  border-bottom: 1px solid #d9d6c8;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 12px;
}
.column_comment_item_author {
  color: #494735;
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.column_comment_item_date {
  color: #777;
  flex: 0 0 auto;
  font-size: 12px;
}
.column_comment_item_body {
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 16px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.column_comment_empty {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 28px;
  padding: 30px;
  text-align: center;
}
.column_comment_form {
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .14);
  margin-top: 54px;
  padding: 36px 42px 42px;
}
.column_comment_form_note,
.column_comment_form_confirm {
  color: #666;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 16px;
}
.column_comment_form_confirm {
  background: #f1efe7;
  border-left: 3px solid #9c9878;
  color: #494735;
  padding: 12px 16px;
}
.column_comment_form .validationForm {
  margin-top: 22px;
}
.column_comment_form .validationForm > .box > div {
  align-items: start;
  border-top: 1px solid #e2e0d7;
  display: grid;
  gap: 8px 24px;
  grid-template-columns: minmax(150px, 28%) minmax(0, 1fr);
  padding: 20px 0;
}
.column_comment_form .validationForm > .box > div:last-child {
  border-bottom: 1px solid #e2e0d7;
}
.column_comment_form label {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 0 0 12px;
}
.column_comment_form label span {
  background: #726f56;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  padding: 2px 6px;
  vertical-align: 1px;
}
.column_comment_form input[type="text"],
.column_comment_form textarea,
.column_comment_form .answer {
  background: #f4f3ee;
  border: 1px solid #d6d3c5;
  border-radius: 3px;
  box-sizing: border-box;
  color: #222;
  font-size: 14px;
  line-height: 1.7;
  padding: 12px 14px;
  width: 100%;
}
.column_comment_form textarea {
  min-height: 190px;
}
.column_comment_form .answer {
  background: #fff;
  min-height: 49px;
}
.column_comment_form .column_comment_answer_body {
  min-height: 120px;
  white-space: pre-wrap;
}
.column_comment_form input[type="text"]:focus-visible,
.column_comment_form textarea:focus-visible,
.column_comment_form button:focus-visible,
.column_comment_form input[type="submit"]:focus-visible {
  outline: 3px solid rgba(114, 111, 86, .35);
  outline-offset: 2px;
}
.column_comment_form .error {
  color: #b33b4a;
  font-size: 12px;
  grid-column: 2;
  line-height: 1.6;
}
.column_comment_form .foambtn,
.column_comment_form .returnbtn {
  border-radius: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
  box-sizing: border-box;
  margin: 30px auto 0;
  max-width: 280px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.column_comment_form .foambtn {
  background: #726f56;
  color: #fff;
}
.column_comment_form .returnbtn {
  background: #aaa897;
  color: #fff;
}
.column_comment_form .foambtn .submit,
.column_comment_form .returnbtn .linklike {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 18px 22px;
  width: 100%;
}
.column_comment_form .foambtn .submit:disabled {
  cursor: wait;
  opacity: .6;
}
.column_comment_form .btnbox {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.column_comment_form .btnbox .foambtn,
.column_comment_form .btnbox .returnbtn {
  margin-left: 0;
  margin-right: 0;
}
.column_comment_form_success {
  color: #494735;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .column_comment_section {
    padding: 10px 0 14vw;
  }
  .column_comment_section > .k_tyt02_01 {
    padding: 0 5%;
  }
  .column_comment_list_title,
  .column_comment_form_title {
    border-left-width: 4px;
    font-size: 5vw;
    padding-left: 3vw;
  }
  .column_comment_items,
  .column_comment_empty {
    margin-top: 5vw;
  }
  .column_comment_item {
    margin-bottom: 4vw;
    padding: 5vw;
  }
  .column_comment_item_header {
    gap: 3vw;
    padding-bottom: 3vw;
  }
  .column_comment_item_author {
    font-size: 3.7vw;
  }
  .column_comment_item_date {
    font-size: 2.7vw;
  }
  .column_comment_item_body,
  .column_comment_empty {
    font-size: 3.3vw;
  }
  .column_comment_item_body {
    margin-top: 3.5vw;
  }
  .column_comment_empty {
    padding: 6vw 4vw;
  }
  .column_comment_form {
    margin-top: 10vw;
    padding: 7vw 5vw 8vw;
  }
  .column_comment_form_note,
  .column_comment_form_confirm {
    font-size: 3.1vw;
    margin-top: 4vw;
  }
  .column_comment_form_confirm {
    padding: 3vw 4vw;
  }
  .column_comment_form .validationForm {
    margin-top: 5vw;
  }
  .column_comment_form .validationForm > .box > div {
    display: block;
    padding: 5vw 0;
  }
  .column_comment_form label {
    display: block;
    font-size: 3.4vw;
    padding: 0 0 2.5vw;
  }
  .column_comment_form label span {
    font-size: 2.5vw;
    padding: .5vw 1.5vw;
  }
  .column_comment_form input[type="text"],
  .column_comment_form textarea,
  .column_comment_form .answer {
    font-size: 3.4vw;
    padding: 3vw;
  }
  .column_comment_form textarea {
    min-height: 42vw;
  }
  .column_comment_form .error {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .column_comment_form .btnbox {
    display: block;
  }
  .column_comment_form .foambtn,
  .column_comment_form .returnbtn,
  .column_comment_form .btnbox .foambtn,
  .column_comment_form .btnbox .returnbtn {
    margin: 6vw auto 0;
    max-width: 70vw;
  }
  .column_comment_form .foambtn .submit,
  .column_comment_form .returnbtn .linklike {
    font-size: 3.6vw;
    padding: 4.5vw;
  }
  .column_comment_form_success {
    font-size: 3.7vw;
  }
}
