@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: auto;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 100%;
}

body {
  height: auto;
  color: #333!important;
  background: url(../images/bg.png) left top repeat;
  background-size: 10%;
}
.box h2{
  text-align: center;
}
.pagebody{
  background-color: white;
  /* padding: 10px 0; */
}


.wrapper{
  background: rgba(255,255,255,0.7);
}

a {
  color: red;
  text-align: center;
}
a.no-decoration{
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 .img-responsive{
  padding-bottom: 10px
}

#menuButton{
  margin-top: 60%;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.pickup {
  color: #ff6161;
  font-weight: bold; 
}

.submit-box {
  margin-bottom: 20px;
  text-align: center;
}

.submit-box input[type="submit"] {
  -webkit-appearance: none;
  padding: 12px 17px;
  background: #e49224;
  color: #FFF;
  border: solid 1px #CCC;
  font-size: 1rem;
}


.yokohama {
  background: #ff7272 !important;
}


.atsugi {
  background: #7e9dff !important;
}


.machida {
  background: #ff9a15 !important;
}

.tachikawa {
  background: #ff9a15 !important;
}

.yamato {
  background: #31e48d !important;
}


.gotanda {
  background: #bf64ff !important;
}


.numazu {
  background: #00bcd4 !important;
}

.kashiwa {
  background: #673ab7 !important;
}

.hachioji {
  background: #009688 !important;
}

.movie_viewed{
  float: right;
  position: relative;
  /* top: -15px; */
  top: -20px;
  color: #346699;
}
.slidertop .slick-dots{
  position: unset !important;
}
@media only screen and (min-width: 64.063em) { 
/* Large screens - デスクトップ */
  .movie_viewed {
    float: right;
    position: relative;
    /* top: -15px; */
    top: -31px;
    color: #346699;
  }
} 

#home-btn {
  position: absolute;
  left: 10%;
  width: 15%;
}

#home-btn a{
  display: block;
  text-align: center;
}
#home-btn img {
  width: 70%;
}

#home-btn span{
  color:#507BC4;
  display: block;
  font-weight: bold;
  font-size: .7rem;
  letter-spacing: -2px;
}

header {
  position: relative;
  width: 100%;
}
header:after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  /* left: 15%; */
  left: 5px;
  width: 50%;
  /* height: 14px; */
  height: 25px;
  background: url(../images/fg.png) left top no-repeat;
  background-size: contain;
}

header h1 {
  width: 100%;
  margin: 0 0 -2%;
  text-align: center;
  padding: 5px 0;
  /*border-bottom: solid 1px #507bc4;*/
}
header h1 img {
  width: 45%;
}

header .login_his{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.8em;
}
.is_top .login_his{
  display: none;
}
#nav1{
  margin-top: -50px;
}
.box {
  width: 100%;
  margin: 0 0 5px;
  font-size: 8px;
  font-size: 0.8rem;
  overflow: hidden;
  *zoom: 1;
}
.top_rank{
  margin-bottom: 15px;
  margin-top: -37px;
  width: 100%;
  height: 390px;
  background-color: #616161;
  background-image: repeating-linear-gradient(-45deg, #0176c8, #0176c8 3px, transparent 0, transparent 6px);
}
.top_rank .box{
  width: 100%;
}
.box h2 {
  margin: 0 0 6px;
  padding: 4px 0;
  font-size: 1rem;
  font-weight: bold;
}
.box .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1%;
}
.box .menu li {
  width: 32.6%;
  margin: 0 0 1%;
}
.box .menu li:nth-of-type(2),
.box .menu li:nth-of-type(5),
.box .menu li:nth-of-type(8) {
  margin: 0 1% 1%;
}
.box .menu li a {
  display: block;
  padding: 2% .5%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
}
.box .menu li a img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.box .menu li a span {
  letter-spacing: -.04em;
}
#toggle{
  background-color: white;
}
#index .login {
  width: 90%;
  margin: 40px auto 20px; 
  background-color: white;
}
#index .login h2 {
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

#index .login dl {
  width: 100%;
}

#index .login dl dt, #index .login dl dd {
  text-align: center;
}

#index .login dl dt {
  text-align: left;
  padding: 0 0 4px;
}

#index .login dl dd {
  padding: 0 0 10px;
}

#index .login dl dd input[type="tel"], #index .login dl dd input[type="password"] {
  width: 100%;
  font-size: 1.4rem;
  padding: 6px 20px;
  border: solid 1px #CCC;
}

#index .login dl dd input[type="tel"]:focus, #index .login dl dd input[type="password"]:focus {
  background: #faffbd;
}

#index .login .info_point{
  margin: 0 0 20px;
  background: white;
  text-align: center;
  border: 2px solid #E49224;
  border-radius: 8px;
  position: relative;
}
#index .login .info_point a{
  text-align: center;
  color: #E49224;
  padding: 15px;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}
#index .login .red_point{
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  color: #ff0000;
  padding: 15px;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  border: 2px solid #ff0000;
  margin: 0 0 20px;
  line-height: 1.2;
}
#index .login .pass_bottom{
  text-align: right;
  display: block;
}
#index aside h3 {
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

#index aside p {
  width: 96%;
  margin: 0 auto 20px;
}

#index aside p:nth-of-type(2) {
  font-size: 8px;
  font-size: 0.8rem;
}

#index aside p .join {
  display: block;
  width: 60%;
  margin: 0 auto 10px;
  padding: 6px 10px;
  background: #0a68b5;
  color: #FFF;
  text-align: center;
  text-decoration: underline;
  border-radius: 4px;
}

#index aside p span {
  color: #F00;
  font-weight: bold;
}

#index footer {
  padding: 6px 0;
  margin-top: 0px;
  background: #0a68b5;
}

#index footer p {
  color: #FFF;
  font-size: 8px;
  font-size: 0.8rem;
  text-align: center;
}

#index footer p a {
  color: #FFF;
}


#index .download {
  text-align: center;
}

#join .box {
  padding: 20px 0 0;
  background: #ffffffcc;
}

#join .box h2 {
  text-align: center;
  border: none;
  font-size: 1.3rem;
}

#join .box h2 + p {
  padding: 0 0 10px;
  letter-spacing: -.04em;
  border-bottom: solid 1px #507bc4;
  line-height: 1.2rem;
}

#join .box h2 + p span {
  font-weight: bold;
}

#join .box dl {
  margin: 0 0 20px;
  padding: 0 1%;
  background: rgba(255, 255, 255, 0.4);
}

#join .box dl dt {
  margin: 0 0 6px;
  font-weight: bold;
}
#join .box dl dt i{
  margin-right: .3rem;
}

#join .box dl dd {
  margin: 0 0 6px;
}

#join .box dl dd span {
  color: #F00;
}

#join .box dl dd input[type="tel"] {
  font-size: 1.2rem;
  width: 30%;
}

#join .box dl dd input[type="text"], #join .box dl dd input[type="email"] {
  display: block;
  width: 98%;
  height: 28px;
  margin: 0 auto;
  border: solid 1px #DDD;
}

#join .box dl dd input[type="text"]:focus, #join .box dl dd input[type="email"]:focus {
  background: rgba(0, 255, 255, 0.4);
}

#join .box dl dd input[type="email"]{
  font-size: 1.2rem;
  margin: 0;
}
#join .box dl dd h4 {
  margin: 0 0 6px;
  background: #507bc4;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

#join .box dl dd h4 + p {
  margin: 0 0 10px;
}

#join .box dl dd label {
  display: block;
  margin: 0 0 5px;
}

#join .box dl dd label span {
  display: inline-block;
  margin: 0 4px 0 0;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}

#join .box dl dd label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
}

#join .box dl dd ul {
  overflow: hidden;
  *zoom: 1;
}

#join .box dl dd ul li {
  float: left;
  width: 50%;
}

#join .box dl + p {
  text-align: center;
}

#join .box dl + p input[type="submit"] {
  width: 40%;
  height: 28px;
  background: #ffbb13;
  border: solid 1px #999;
}

#join .mail-maga{
  margin-top: 1rem !important;
}
/* ===== フッターインフォ ===== */
#top .rank_1 {
  background: url(../images/top/silver-card.png) left top no-repeat;
  background-size: cover;
}

#top .rank_2 {
  background: url(../images/top/gold-card.png) left top no-repeat;
  background-size: cover;
}

#top .rank_3 {
  background: url(../images/top/black-card.png) left top no-repeat;
  background-size: cover;
}

#top .user-deta {
  position: relative;
  width: 320px;
  height: 185px;
  margin: 0 auto;
  /*margin-top: 5%;*/
  letter-spacing: -.04em;
}

#top .user-deta h2 {
  position: absolute;
  top: 83%;
  left: 4%;
  width: 40%;
}

#top .user-deta p {
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}

#top .user-deta p:nth-of-type(1) {
  position: absolute;
  top: 18%;
  right: 37%;
  font-size: 1.2rem;
}

#top .user-deta p:nth-of-type(2) {
  position: absolute;
  top: 29%;
  right: 24%;
  width: 80%;
  margin: 0 auto 0 0;
  text-align: right;
}

#top .user-deta p:nth-of-type(2) img {
  width: 12%;
}

#top .user-deta p:nth-of-type(3) {
  position: absolute;
  top: 37%;
  right: 4%;
  width: 20%;
}

#top .user-deta p:nth-of-type(4) {
  position: absolute;
  top: 86%;
  right: 4%;
  letter-spacing: -.04em;
  line-height: 1.2;
}

#top .user-deta p:nth-of-type(5) {
  position: absolute;
  top: 5%;
  left: 2%;
  width: 29%;
  letter-spacing: -.06em;
  line-height: 1.2;
}

#top .user-deta p:nth-of-type(5) img {
  display: inline-block;
  width: 60%;
  margin: 0 0 0 10px;
}

#top .user-deta + .box p:nth-of-type(1) {
  margin: 0 0 0;
  text-align: right;
}

#top .user-deta + .box p:nth-of-type(1) a {
  font-size: 30px;
  display: inline-block;
  margin: 10px;
  padding: 4px;
  background: #0a68b5;
  color: #FFF;
  text-decoration: underline;
  z-index: 1; 
}
#normal_point{
  display: inline-block;
  position: absolute;
  top: 57%;
  left: 2%;
  letter-spacing: -.04em;
  line-height: 1.2;
  font-size: 1.2rem;
}
#normal_point_value{
  position: absolute;
  top: 57%;
  left: 38%;
  letter-spacing: -.04em;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}

#expire_point{
  display: inline-block;
  position: absolute;
  top: 66%;
  left: 2%;
  letter-spacing: -.04em;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #f7c110 !important;
}
#expire_point_value{
  position: absolute;
  top: 66%;
  left: 38%;
  letter-spacing: -.04em;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #f7c110;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}
#expire_point_link{
  color: #f7c110;
}

#upcoming_get_point{
  display: inline-block;
  position: absolute;
  top: 74%;
  left: 2%;
  letter-spacing: -.04em;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #365ff3 !important;
}
#upcoming_get_point_value{
  position: absolute;
  top: 74%;
  left: 38%;
  letter-spacing: -.04em;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #365ff3;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}
#upcoming_get_link{
  color: #365ff3;
}

#top .box.Announcement p {
  width: 98%;
  margin: 0 auto;
  padding: 8px;
  background: rgba(255, 255, 255, 0.6);
  border: double 3px #F00;
}

#top .mail-regist {
  position: relative;
  width: 100%;
  margin: 30% 0 10px;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  border: solid 1px #507bc4;
}

#top .mail-regist p {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: -.08em;
}

#top .mail-regist p span {
  color: #F69;
  font-weight: bold;
}

#top .mail-regist p a {
  text-decoration: underline;
}

#top .mail-regist p + a {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#top .notice p {
  /*background-color: #0a68b5;
  color: white;
  padding: 3px;
  font-size: 25px;
width: 150px;
  text-align: center;
  margin-bottom: 5px;*/
}
#top .notice .notice-box {
  background: #FFF;
}

#top .notice .notice-box li {
  padding: 5px 0;
}

#top .notice .notice-box .new {
  color: #F00;
}

#top .notice .notice-box dl{
  border: solid 2px #507BC4;
  padding: 2px;
}
#top .notice .notice-box dl dt{
  font-weight: bold;
}
#top .notice .notice-box dl dd{
  margin: 0 0 4px;
  padding: 4px 0;
  border-bottom: solid 1px #999;
  line-height: 1.4;
}

#top .prompt,.complete .prompt {
  background: #fff;
  padding: 10px;
  width: 100%;
  margin: 0 auto 15px;
  border: 2px solid #507BC4;
}
#top .prompt p{
  line-height: 1.3;
}
#top .prompt table{
  width:100%;
}
#top .prompt table th,
#top .prompt table td{
  width: 50%;
  display: inline-block;
  padding: 5px 10px;
}
#top .prompt table th{
  font-weight: bold;
}
#top .prompt table td{
  line-height: 1.4;
  text-align: right;
  font-weight: bold;
}
#top .prompt .bold{
  font-weight: bold;
  color: #f00;
}
#top .notice{
  width: 98%;
  margin: 0 auto 15px;
}









#top .taiken_movie{
  width: 98%;
  margin: 0 auto 30px;
}
#top .taiken_movie h2{
  background: #ea1248;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
}
#top .taiken_movie .area_inner{
  text-align: center;
}
#top .taiken_movie .more{
  height: 49px;
  line-height: 40px;
  background: #ea1248;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin: 15px auto 0;
  display: inline-block;
  padding: 0 25px 0 25px;
  width: auto;
  font-weight: bold;
  border: 2px solid #ea1248;
  text-decoration: underline;
}
#mail-magazine .box {
/*
&:nth-of-type(2) {
ul {
padding: 0 0 0 20px;
list-style: disc;
}
}
*/ }
#mail-magazine .box h2 {
  padding: 4px 0;
  background: #0a68b5;
  color: #FFF;
  font-weight: bold;
}

#mail-magazine .box h2 + p {
  margin: 0 0 10px;
}

#mail-magazine .box p.error{
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 0;
}
#mail-magazine .box p.error a{
  text-decoration: underline;
  color: #ff0000;
}
#mail-magazine .box h3 {
  padding: 4px 0;
  background: #0a68b5;
  color: #FFF;
  font-weight: bold;
}

#mail-magazine .box h3 + p {
  padding: 5px 0;
}

#mail-magazine .box h3 + p input[type="button"] {
  height: 30px;
  border: solid 1px #999;
}

#mail-magazine .box dl {
  margin: 0 0 10px;
  padding: 0 0 5px;
  background: rgba(255, 255, 255, 0.6);
}

#mail-magazine .box dl dt {
  padding: 4px 0;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}

#mail-magazine .box dl dd label {
  display: block;
  margin: 0 0 5px;
}

#mail-magazine .box dl dd label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
}


#user-edit .user-deta {
  width: 100%;
  margin: 0 auto;
}

#user-edit .user-deta dt {
  margin: 0 0 6px;
  padding: 6px 0;
  font-weight: bold;


}
#user-edit .user-deta .duo{
  font-size: 1.5rem;
}


#user-edit .user-deta dd input[type="email"], #user-edit .user-deta dd input[type="password"],#user-edit .user-deta dd input[type="text"] {
 
  height: 29px;
}

#user-edit .user-deta .sel_possible_times_box h4 {
  padding: 4px 0;
  background: #0a68b5;
  color: #FFF;
  font-weight: bold;
}

#user-edit .user-deta .sel_possible_times_box ul {
  overflow: hidden;
  *zoom: 1;
}

#user-edit .user-deta .sel_possible_times_box ul li, .area_box ul li{
  float: left;
  width: 50%;
}
.area_box ul li{
  /* text-align: center; */
}
#user-edit .user-deta input[type="checkbox"], #user-edit .user-deta input[type="radio"] {
  width: 22px;
  height: 22px;
  vertical-align: -6px;
}


#info .box h2 {
  padding: 4px 0;
  background: #0a68b5;
  color: #FFF;
  font-weight: bold;
}

#info .box dl {
  background: rgba(255, 255, 255, 0.6);
  letter-spacing: -.06em;
}

#info .box dl dt {
  font-weight: bold;
}

#info .box dl dt span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}

#info .box dl dt .new {
  margin: 0 !important;
  color: #F00;
  text-shadow: none;
}

#info .box dl dd {
  margin: 0 0 4px;
  padding: 4px 0;
  border-bottom: solid 1px #999;
}


#history .box h2 + p {
  margin: 0 0 20px;
}

#history .box table {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-collapse: collapse;
}

#history .box table caption {
  padding: 4px 0;
  background: #0a68b5;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

#history .box table th {
  padding: 6px 4px;
  background: #e49224;
  color: #FFF;
  font-weight: bold;
  text-align: left;
}

#history .box table td {
  padding: 10px 4px;
  text-align: right;
}

#history .box table + ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

#history .box table + ul li a {
  display: block;
  width: 100%;
  padding: 4px 10px;
  background: rgba(77, 116, 183, 0.8);
  color: #FFF;
}


#friend .box p {
  margin: 0 0 20px;
}

#friend .box p span {
  display: block;
  margin: 4px 0;
  color: #F00;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

#friend .box:nth-of-type(1) ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

#friend .box:nth-of-type(1) ul li.join_btn {
  width: 49%;
}

#friend .box:nth-of-type(1) ul li a {
  display: block;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
}

#friend .box:nth-of-type(1) ul li.join_btn a {
  background: #FF8C00;
}

/* #friend .box:nth-of-type(1) ul li:nth-of-type(2) a {
  background: #44E654;
}
*/

#help .box p {
  margin: 0 0 20px;
}

#help .box label {
  background: #9bb7e6;
  color: #0c0096;
  padding: 10px;
  display: block;
  margin: 0;
  border: 1px solid #FFF;
}

#help .box input[type="checkbox"].on-off {
  display: none;
}

#help .box .ac-menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  list-style: none;
}

#help .box .ac-menu ul li {
  padding: 5px;
}

#help .box input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}

#help .box input[type="checkbox"].on-off:checked + ul {
  height: 130px;
}

/*20181103 #shop .box h3 を1330行辺り #shop .area,#line .areaに修正。伊藤.K
#shop .box h3 {
padding: 3px 0;
color: #FFF;
font-weight: bold;
text-shadow: 1px 1px #000;
}
*/

.shop-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.shop-list-image{
  width: 50%;
}
.shop-list-image a{
  display: block;
}
.shop-list-info{
  border-bottom: solid 1px #CCC;
  padding: 10px 0;
  width: 50%;
  line-height: 1.5;
}
.shop-list-info h4,
.shop-list-info p{
  text-align: center;
  letter-spacing: -.04em;
}

#contact .box p a {
  display: block;
  width: 56%;
  margin: 0 auto;
  padding: 10px 0;
  background: rgba(224, 131, 35, 0.8);
  color: #FFF;
  text-align: center;
}

#contact .box h3 {
  margin: 0 0 6px;
  padding: 4px 0;
  background: #507bc4;
  color: #FFF;
  font-weight: bold;
}

#contact .box h3 + p {
  text-align: center;
  line-height: 1.8;
}

#contact .box dl {
  width: 96%;
  margin: 0 auto 10px;
  background: rgba(255, 255, 255, 0.6);
}

#contact .box dl dt, #contact .box dl dd {
  padding: 4px 0;
  color: #FFF;
  font-weight: bold;
}

#contact .box dl dt {
  background: rgba(224, 131, 35, 0.6);
  text-indent: 4px;
}

#contact .box dl dt span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #F00;
  font-weight: bold;
}

#contact .box dl dd {
  margin: 0 0 10px;
  text-align: center;
}

#contact .box dl dd input[type="text"], #contact .box dl dd input[type="tel"], #contact .box dl dd input[type="email"] {
  width: 90%;
  height: 30px;
}

#contact .box dl dd input[type="text"]:focus, #contact .box dl dd input[type="tel"]:focus, #contact .box dl dd input[type="email"]:focus {
  background: rgba(173, 255, 47, 0.4);
}

#contact .box dl dd textarea {
  width: 90%;
  height: 180px;
  resize: none;
}

#contact .box dl dd textarea:focus {
  background: rgba(173, 255, 47, 0.4);
}

#contact .box dl + p {
  margin: 0 0 10px;
  text-align: center;
}

#contact .box dl + p input[type="submit"] {
  width: 38%;
  height: 40px;
  background: #0a68b5;
  color: #FFF;
}


footer {
  padding: 4px 0;
  margin-top: 15px;
  background: #0a68b5;
}

footer p {
  font-size: 8px;
  font-size: 0.8rem;
  text-align: center;
}

footer, footer a {
  color: #FFF;
}


/* ===== 女の子出勤メルマガ ===== */
#girls-mailmaga .box h2 + p {
  margin: 0 0 20px;
  line-height: 1.5;
}
#girls-mailmaga .box h2 + p span {
  color: #F33;
  font-weight: bold;
}
#girls-mailmaga .box h2 + p + p {
  margin: 0 0 20px;
  line-height: 1.5;
}
#girls-mailmaga .box h2 + p + p span {
  color: #F33;
  font-weight: bold;
}
#girls-mailmaga .box .select-shop {
  padding: 0 0 10px;
  text-align: center;
  border-bottom: solid 1px #999;
}
#girls-mailmaga .box .select-shop select {
  width: 96%;
  height: 30px;
  background: #FFF;
  border: solid 1px #CCC;
}
#girls-mailmaga .list-select-box {
  position: relative;
  width: 100%;
  margin: 0 0 12px;
  padding: 4px 0;
  overflow: hidden;
  background: #507bc4;
}
#girls-mailmaga .girls-mailmaga-input {
  width: 98%;
  margin: 15px 0 15px;
  padding: 0 1%;
  text-align: center;
}

#girls-mailmaga .girls-mailmaga-input input[type="email"] {
  width: 240px;
  height: 24px;
  margin: 0 4px 8px 0;
  border: solid 1px #333;
}

#girls-mailmaga .girls-mailmaga-input input[type="email"]:focus {
  background: #FFCDEB;
}

#girls-mailmaga .girls-mailmaga-input input[type="submit"] {
  padding: 7px 40px;
  border: solid 1px #333;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: bold;
  background: rgba(0, 0, 0, .8);
  font-size: 1em;
}

#girls-mailmaga .mailmaga-chk input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: -1px;
}

#girls-mailmaga .mailmaga-chk {
  margin: 0 16px 0 0;
}

#girls-mailmaga .chk-mail-box {
  color: #000000 ;
  text-shadow: none !important;
}
#girls-mailmaga .list-select-menu-title {
  display: block;
  margin: 0;
  padding: 15px 8px 10px;
  color: #000;
  font-size: 85%;
  letter-spacing: -0.02em;
  background: #FFFFCC;
}

#girls-mailmaga input[type="checkbox"].on-off{
  display: none;
}

#girls-mailmaga .list-select-menu ul {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: -2px 0 0;
  padding: 6px 0 0;
  list-style: none;
  background: #FFFFCC;
  overflow: hidden;
}

#girls-mailmaga .list-select-menu li {
  float: left;
  width: 46%;
  margin: 20px 2% 0;
}

#girls-mailmaga .select-label {
  display: inline-block;
  width: 100%;
  padding: 12px 0 12px 6px;
  background: #D2D2D2;
  border-radius: 10px;
  border: solid 1px #FFF;
}

.input-box-li {
  float: left!important;
  width: 100%!important;

  line-height: 30px!important;
  /* margin-top: 1rem!important; */
  margin: 0!important;
}
li.select2-selection__choice{
  margin: 0!important;
  max-width: 100%!important;
  
  }


#girls-mailmaga .select-button {
  float: left;
  width: 98% !important;
  margin: 6px 1% !important;
  padding: 2px !important;
  background: none !important;
  border-radius: 10px;
  border: none !important;
  text-align: center;
}

#girls-mailmaga input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}

#girls-mailmaga input[type="checkbox"].on-off:checked + ul {
  height: 100%;
}

#girls-mailmaga .list-select {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 45%;
  background: #507bc4;
}

#girls-mailmaga .list-select a {
  display: block;
  padding: 4px 6px 10px;
  color: #FFF;
  text-decoration: none;
}

#girls-mailmaga .list-active {
  height: 40px !important;
  color: #ff66b2 !important;
  background: #FFF;
}

#girls-mailmaga .list-select dd {
  float: left;
  height: 42px;
  margin: 0;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
}

#girls-mailmaga .list-text {
  width: 34%;
  padding: 2px 0 0;
  font-size: 85%;
}

#girls-mailmaga .list-tile, .list-list {
  width: 33%;
}

#girls-mailmaga .select-button select {
  width: 100%;
  height: 42px;
  margin: 0 auto;
  border: solid 1px #CCC;
  border-radius: 10px;
}

#girls-mailmaga .select-button button {
  width: 100%;
  height: 42px;
  margin: 0 auto;
  color: #FFF;
  font-size: 100%;
  font-weight: bold;
  background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
  border-radius: 10px;
}

#girls-mailmaga .select-button button:active,
#girls-mailmaga .select-button button:focus {
  border-radius: 10px;
}

#girls-mailmaga .all-girls-next-btn {
  display: inline-block;
  width: 90%;
  margin: 0px 0 10px 4%;
  padding: 6px 5px 6px 5px;
  background-image: linear-gradient( white,#F1F1F1 );
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.4);
  border-radius: 6px;
  font-size: 85%;
  text-align: center;
  border: 1px solid #CCC;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#girls-mailmaga .all-girls-next-btn img {
  display: block;
  margin: 4px 0 0 6px;
}
#girls-mailmaga .girls-mailmaga-chk-text {
  color: #F00;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#girls-mailmaga .btn-box-2 {
  display: block;
  width: 96%;
  margin: 10px auto 6px;
  padding: 8px 0;
  height: 40px;
  text-align: center;
  background: rgb(254,252,234); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(244,188,241,1) 0%, rgba(255,104,249,1) 51%, rgba(244,188,241,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(244,188,241,1) 0%,rgba(255,104,249,1) 51%,rgba(244,188,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(244,188,241,1) 0%,rgba(255,104,249,1) 51%,rgba(244,188,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f4bcf1',GradientType=0 ); /* IE6-9 */
  border-radius: 8px;
  border: solid 1px #CCC;
  color: #2d2d2d;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
  position:relative
}

.now_check{
  background: #00BCD4;
  display: block;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 0;
  border-radius: 8px;
  font-weight: bold;
}
.new-sp{
  top: 10px;
  left: 0px;
}

@media (min-width: 481px) and (max-width: 768px) {

  .box table th, .box table td {
    font-size: 1rem !important;
  }


  .drawer-wrap {
    padding: 160px 0 0;
  }


  #index .login {
    margin: 100px auto 40px;
  }


  .user-deta ul {
    width: 50% !important;
    margin: 0 auto;
  }

  .user-deta ul li {
    width: 10% !important;
  }

  .user-deta ul li:nth-of-type(2) {
    width: 80% !important;
  }


  #user-edit .user-deta ul{
    width: 100% !important;
  }
  #user-edit .user-deta ul li{
    width: 50% !important;
  }
}
.error{
  display: block;
  background: rgba(255,0,0,0.1);
  padding: 10px;
  margin: 10px;
  border: 2px solid #ff0000;
}
.error p{
  color: #ff0000;
  font-weight: bold;
}

/*トグルボタン*/
#toggle dd {
  display: none;
  /*background: rgba(255, 255, 255, 0.7);*/
  width: 98%;
  margin: 0 auto;
  line-height: 50px;
  text-align: left;
  border: solid 1px #666;
  padding: 0 10px;
}
#toggle dt {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#toggle dd ul li {
  border-bottom: solid 1px #999;
}
#toggle dd ul li a{
  display: block;
}
#toggle dd ul li:last-child{
  border-bottom: none;
}

/*退会*/
.leave_txt{
  text-align: right;
  padding: 0 10px;
}
.leave_txt a{
  color: #000;
  text-decoration: underline;
}
#leaveConfirm  .caution,
#leave .caution{
  background: rgba(255, 255, 255, 0.6);
  border:2px solid #d00;
  padding: 8px;
}
#leaveConfirm  .caution p.caution_tit,
#leave .caution p.caution_tit{
  text-align: center;
  font-size:1.5rem;
  -webkit-animation:blink 0.4s ease-in-out infinite alternate;
  -moz-animation:blink 0.4s ease-in-out infinite alternate;
  animation:blink 0.4s ease-in-out infinite alternate;
  margin-bottom: 10px;
}
@-webkit-keyframes blink{
  0% {opacity:0;
  }
  100% {opacity:1;
  }
}
@-moz-keyframes blink{
  0% {opacity:0;
  }
  100% {opacity:1;
  }
}
@keyframes blink{
  0% {opacity:0;
  }
  100% {opacity:1;
  }
}
#leaveConfirm .caution p,
#leave .caution p{
  color: #d00;
  font-weight: bold;
  line-height: 1.5em;
}
#leave textarea[name='leave_enq']{
  width: 100%;
}
#leaveConfirm dt,
#leave dt{
  margin: 0 0 6px;
  padding: 4px 0;
  font-weight: bold;
  font-size: 1rem;
}
#leaveConfirm dd,
#leave dd{
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
}
.require{
  font-size: 1rem;
  color: red;
}
#leaveConfirm dt{
  margin-bottom: 0;
}
#leaveConfirm dd{
  background: #fff;
}
#leaveConfirm form.confirm_form{
  padding: 0 0 30px;
  background: #fff;
}

#leaveComplete section{
  text-align: center;
  background: #fff;
  padding: 15px 10px;
}
#leaveComplete h3{
  color: #f00;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
}
#leaveComplete p{
  line-height: 1.5em;
}
.btn_form {
  text-align: center;
  margin: 0 auto 20px;
}
.btn_form .btn{
  font-size: 14px;
  width: 200px;
  padding: 0;
  margin: 0 auto;
  line-height: 48px;
  height: 48px;
  letter-spacing: 3px;
  background-color: #fff;
  color: #454545;
  border: 1px solid #cecece;
  cursor: pointer;
  margin-bottom: 10px;
}
.btn_form input[type='submit'].btn{
  background:#5d5c5a;
  color: #fff;
}

#leaveComplete .btn_form .btn{
  display: block;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.is_left{
  float: left;
}
.is_right{
  float: right;
}

#line h3{
  padding: 10px 5px;
  background: #55de08;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: .8rem;
  letter-spacing: 3px;
}
/*#line .area_inner .area_qr{
width: 40%;
}*/

/*上記に記載した1330行辺りの追加分、以下編集したもの。伊藤.K*/
.area{
/*  padding:5px;
color: #fff;
font-weight: bold;
text-align: center;*/
padding: 10px;
font-size: 1rem;
color: #fff;
font-weight: bold;
text-align: center;
}
#movie .area{
  margin-top: 10px;
  font-size: 1em;
}
#movie.time_vs .area{
  background: #03a9f4;
  margin-bottom: 10px;
}
.area a{
  color: #fff;
  text-decoration: underline;
}

#movie.time_vs .area a{
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
#movie.time_vs .area .is_left{
  width: 70%;
  text-align: left;
}

#movie.time_vs .left_img{
  width: 60%;
  float: left;
}
#movie.time_vs .left_img img{
  width: 100%;
}
#movie.time_vs .right_txt{
  width: 39%;
  float: left;
  margin-left: 1%;
  padding: 10px;
  background: #fff;
  font-size: 1.2em;
  line-height: 1.5;
}
#movie.time_vs .txt_update{
  font-size: 0.8em;
}
#line .shop_name{
  float: none;
  width: 60%;
  text-align: center;
}
#line .shop_name a{
  line-height: 1.8em;
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
  background: #55de08;
  border-radius: 10px;
  padding: 5px 18px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 2px 3px 0 #888;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
  display: inline-block;
}

#line .shop_name img{
  vertical-align: bottom;
  padding-right: 5px;
  padding-bottom: 3px;
}
#line .shop_name i{
  font-size: 1.6rem;
  padding-right: 5px;
  color: #000;
}
#line .area_inner{
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 10px 15px;
  text-align: center;
}
#line .area_inner .clearfix{
  display: table;
  width: 100%;
}
#line .line_id{
  text-align: center;
  display: inline-block;
  padding-top: 0;
  text-decoration: underline;
}

#line .area_qr,
#line .shop_name{
  display: table-cell;
  vertical-align: middle;
}
/*20181103,#shop .line_txt追加*/
#line .line_txt, 
#shop .line_txt,
#movie .line_txt{
  padding: 10px;
  line-height: 1.5em;
  background: #fff;
}
/*20181103,#shop h2追加*/
#line h2, 
#shop h2{
  margin-bottom: 0;
  padding: 4px 10px;
}
.p_point{
  font-size: 1.2rem;
}
.p_rank{
  font-size: 1rem;
}

.fu_news{
  border: 2px solid #ff0000;
  padding: 10px;
  background: #fff;
  margin: 0 5px 10px;
  font-size: .8rem;
}
.fu_news h4{
  color: #ff0000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.fu_news .bold{
  font-weight: bold;
}

#mail-magazine .message{
  text-align: center;
  color: #0029ff;
  font-weight: bold;
  padding: 10px 0 5px;
  font-size: 1.4rem;
}

.pickup.possible{
  border: 3px solid #ff0000;
  background: #fff;
  padding: 10px 5px;
  margin: 10px 5px 10px;
}

#top .error_check{
  /*background: rgba(255, 0, 0, 0.8);*/
  margin: 0 0px 15px;
  padding: 5px;
  width: auto;
}
#top .error_check .err_tit,
#top .error_check p{
  color: #000;
}
#top .error_check .err_tit{
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
  color: #ff0000;
}
#top .error_check p{
  line-height: 1rem;
}
#top .error_check{
  position: relative;
  /*border: 2px solid #ff0000;*/
/*animation: blink 2s linear infinite normal;
-webkit-animation: blink 2s linear infinite normal;
-moz-animation: blink 2s linear infinite normal;
-o-animation: blink 2s linear infinite normal;*/
margin-bottom: 10px;
}

#top .error_check h3{
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff0000;
  color: #ffeb3b;
  padding: 5px 10px;
  margin-bottom: 5px;
}
#top .error_check img{
  animation: blink 1s linear infinite normal;
  -webkit-animation: blink 1s linear infinite normal;
  -moz-animation: blink 1s linear infinite normal;
  -o-animation: blink 1s linear infinite normal;
}
@-webkit-keyframes blink{
  0% {opacity: 0;
  }
  100% {opacity: 10;
  }
}
@-moz-keyframes blink{
  0% {opacity: 0;
  }
  100% {opacity: 10;
  }
}
@keyframes blink{
  0% {opacity: 0;
  }
  100% {opacity: 10;
  }
}
#top .error_check h3 img{
  vertical-align: bottom;
  margin-right: 5px;
}
#top .error_check .error_inner{
  background: #fff;
  border: 2px solid #ff0000;
  padding: 10px 5px;
}
#top .error_check .error_inner a:hover{
  text-decoration: none;
}

#help .leave a{
  text-decoration: underline;
}

.complete .box{
  margin-top: 50px;
  padding-top: 30px;
}
.complete .box p{
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}

.complete .submit-box a {
  -webkit-appearance: none;
  padding: 12px 26px;
  background: #e49224;
  color: #FFF;
  border: solid 1px #CCC;
}
.complete .submit-box{
  margin-top: 50px;
}

/* トグルボタン */
#menuButton {
  display: block;
  width: 42px;
  height:42px;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 3;
  background: #0a68b5;
  border-radius: 3px;
}
.drawer-open #menuButton {
  display: block;
  width: 42px;
  height:42px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 3;
  background: transparent;
}
#menuButton span {
  display: block;
  background: #fff;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 7px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.drawer-open #menuButton span{
  background: #333;
}
#menuButton span:first-child {
  top: 10px;
}
#menuButton span:nth-child(2) {
  margin-top: 0px;
  top: 50%;
}
#menuButton span:last-child {
  bottom: 8px;
}
#menuButton.active span:first-child {
  -webkit-transform: translateY(13px) rotate(45deg);
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
  opacity: 0;
}
#menuButton.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-47deg);
  -moz-transform: translateY(-8px) rotate(-47deg);
  -ms-transform: translateY(-8px) rotate(-47deg);
  transform: translateY(-8px) rotate(-47deg);
}


/*drawer*/
.drawer--right .drawer-nav{
  z-index: 999;
  background: #fff;
  padding: 10px 5px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.drawer--right .drawer-nav a{
  text-decoration: none;
}
.drawer-nav li.nav_btn{
  border: none;
}
.drawer-nav .drawer-menu-box h2{
  background: #0a68b5;
  color: #fff;
  padding: 10px 5px;
  font-weight: bold;
}
.drawer-nav .drawer-menu-box > ul > li.nav_btn{
  background: #0a68b5;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  padding: 8px 0;
  margin: 0 0 5px;
  text-align: center;
  border-radius: 5px;
  border: none;
}
.drawer-nav .drawer-menu-box > ul > li.nav_btn a{
  color: #fff;
}
.drawer-nav .drawer-menu-box > ul > li.nav_btn i.fa{
  color: #fff;
  padding-left: 5px;
}
.drawer-nav .drawer-menu-box > ul > li{
  border-bottom: 1px solid #0a68b5;
  padding: 7px 0 7px 10px;
  line-height: 35px;
  position: relative;
}
/*.drawer-nav .drawer-menu-box > ul > li:after{
content: "\f105";
font-family: FontAwesome;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 20px;
height: 20px;
color: #0a68b5;
}*/
.drawer-nav .drawer-menu-box > ul > li > a{
  color: #0a68b5;
  display: block;
  font-size: 1rem;
  text-align: left;
}
.drawer-nav .drawer-menu-box > ul > li > a > img.d_icon{
  width: 30px;
  padding-right: 5px;
  vertical-align: bottom;
}
.drawer-nav .drawer-menu-box > ul > li > a img{
  vertical-align: middle;
}
.drawer-nav .sub_nav li a{
  color: #0a68b5;
  font-weight: normal;
  display: block;
  padding: 9px 2px;
}
.drawer-nav .sub_nav li{
  width: 50%;
  float: left;
  border-bottom: 1px solid #a5d91a;
  padding: 0;
}
.drawer-nav .sub_nav li:nth-child(even){
  border-left: 1px solid #a5d91a;
}
.drawer-nav .sub_nav li:last-child{
  width: 100%;
}
.drawer-nav .login_btn{
  border:1px solid #46A0FF;
  color: #333;
  font-size: 1rem;
  width: 100%;
  padding: 5px 0;
  margin: 5px 0 10px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
.drawer-nav .login_btn a{
  color:#333;
  font-weight: normal;
}
.drawer-nav .login_btn img{
  width: 30px;
  vertical-align: bottom;
}
.drawer-hamburger{
  position: absolute;
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger{
  right: 0;
  z-index: 9999;
}
.drawer-menu-box{
  padding-top: 30px;
}
/* .drawer-open .drawer-overlay{
background-color: rgba(255, 255, 255, 0.4);
} */
.drawer-menu-box .menu-tit{
  background: url(../images/tit.jpg)no-repeat;
  padding: 0 10px;
  color: #487d2b;
  font-size: 20px;
  border:1px solid #a5d91a;
}
#home-btn a i::before{
  font-size: 40px;
  color: #0a68b5;
}

/* ポイントランキング */
.rank_tit{
  background: #4f4f4f;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.rank_tit span{
  font-size: 0.7em;
}
.ranking_table{
  width: 100%;
}
.ranking_table th{
  background: #507bc4;
  color:#fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px;
  border-left:1px solid #ccc;
}
.ranking_table th:first-child{
  border-left: none;
}
.ranking_table td{
  background: #fff;
  color:#333;
  font-size: 1rem;
  padding: 8px 5px;
  border-left: 1px solid #ccc;
  border-bottom: 1px dotted #333;
}
.ranking_table td:first-child{
  border-left:none;
}
.ranking_table .rank{
  text-align: center;
}

.your_ranking{
  text-align: center;
  background: #507bc4;
  color: #fff;
  padding: 10px 0;
  font-size: 1.2em;
  line-height: 1.4;
}

.your_ranking div{
  font-size: 1.6em;
  display: inline-block;
  font-weight: bold;
}
.rank_cat ul li{
  float: left;
  width: 33%;
}
.backnumber p{
  background: #4f4f4f;
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
}
.backnumber ul li{
  border-bottom: 1px solid #4f4f4f;
  background: #fff;
}
.backnumber ul li:nth-child(even){
  background: #eaeaea;
}
.backnumber ul li a{
  padding: 10px 15px;
  color: #0a68b5;
  display: block;
  font-size: 1.2em;
}
.rank_cat{
  margin: 5px 0;
  text-align: center;
}
.rank_cat ul li{
  width: 32.6%;
  text-align: center;
  display: inline-block;
}

.rank_cat ul li  {
  background-color:#666;
}
.rank_cat ul li img:hover {
  opacity: 0.7;
}
.rank_cat ul li:nth-child(2){
  margin: 0 1% 0;
}
/* .rank_cat ul li:nth-child(3) img{
-webkit-filter: brightness(50%);
filter: brightness(50%);
} */
.ranking_table .rank.r_1,
.ranking_table .rank.r_2,
.ranking_table .rank.r_3{
  padding: 15px 5px;
  background-size: 60%;
  text-indent: -9999px;
}
.ranking_table .rank.r_1{
  background: url(../images/ranking/no1.png)no-repeat #fff center center;
  background-size: 57%;
}
.ranking_table .rank.r_2{
  background: url(../images/ranking/no2.png)no-repeat #fff center center;
  background-size: 57%;
}
.ranking_table .rank.r_3{
  background: url(../images/ranking/no3.png)no-repeat #fff center center;
  background-size: 57%;
}
.rank_cat ul li img {
  width: 100%;
}

#must{
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #ff0000;
  color: #ffff00;
  margin: 0 5px 20px;
  /* margin: 60px 0 10px 0; */
  margin: 15px 0 10px 0;
  padding: 5px;
  width: auto;
}

#top .error_name{
  border: 3px double #f00;
  display: block;
  background: #fff;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: auto;
}
#top .error_name h4{
  font-weight: bold;
  font-size: 1rem;
  text-decoration: underline;
  padding-bottom: 8px;
}
.tourokuhenkou{
  margin-top: 1em;
  float: right;
}
#top .error_name p{
  line-height: 1.2;
}
#top .error_name p.red{
  color: #ff0000;
  margin-bottom: 10px;
}
.red{
  color: red;
}
#top .error_name p a.bg_none{
  background: transparent;
  color: #EF7D27;
}
#top .error_name p:nth-child(3){
  margin: 10px 0 5px;
  text-align: right;
}
/*#top .error_name p a{
background: #0a68b5;
color: #fff;
padding: 3px 5px;
text-decoration: underline;
}*/
/*.box .error_name {*/
  .tourokuhenkou a,#top .notice p{
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 25px;
    padding-right: 5px;
    font-size: 16px;
    background: #0a68b5;
    color: #FFF;
    text-decoration: underline;
    box-sizing: border-box;
  }
  .new-info{
    width: 193px;
  }
  .tourokuhenkou a:before,#top .notice p:before,#top .notice p::after,
  .tourokuhenkou a::after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;

  }
  .tourokuhenkou a:before,#top .notice p:before{
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  #top .box.newopen{
    margin: 10px auto;
    color: #fff;
    text-shadow: 1px 1px #000;
    line-height: 1.4;
    font-weight: bold;
    /* border: 2px solid #fff; */
  }
  #top .notice p{
    float: right;
    text-decoration: none !important;
  }
  #top .box.newopen .new_inner{
    padding: 5px;
    text-align: center;
  }
  #top .box.newopen .new_inner img{
    max-width: 100%;
  }
  #top .box.newopen .slick-dots li{
    width: auto!important;
  }
  #top .box.newopen .slick-dots li button{
    width: auto!important;
  }

  #top .timeVs{
    padding: 10px 0;
    text-align: center;
    margin: 0px 5px 0px;
    background: #f44336fa;
    border: 2px solid #FFC107;
  }
  #top .timeVs a{
    color:#FFEB3B;
    font-weight: bold;
    text-decoration: underline;
  }

  /* 点滅 */
  .blinking{
    -webkit-animation:blink 0.3s linear infinite alternate;
    -moz-animation:blink 0.3s linear infinite alternate;
    animation:blink 0.3s linear infinite alternate;
  }
  @-webkit-keyframes blink{
    0% {opacity:0.3;
    }
    100% {opacity:1;
    }
  }
  @-moz-keyframes blink{
    0% {opacity:0.3;
    }
    100% {opacity:1;
    }
  }
  @keyframes blink{
    0% {opacity:0.3;
    }
    100% {opacity:1;
    }
  }

  .new_input{
    font-family: 'Lora', serif;
    color: #ff0000;
    /* font-weight: bold; */
    text-shadow:
    #FFEB3B 2px 0px,  #FFEB3B -2px 0px,
    #FFEB3B 0px -2px, #FFEB3B 0px 2px,
    #FFEB3B 2px 2px , #FFEB3B -2px 2px,
    #FFEB3B 2px -2px, #FFEB3B -2px -2px,
    #FFEB3B 1px 2px,  #FFEB3B -1px 2px,
    #FFEB3B 1px -2px, #FFEB3B -1px -2px,
    #FFEB3B 2px 1px,  #FFEB3B -2px 1px,
    #FFEB3B 2px -1px, #FFEB3B -2px -1px;
    font-size: 1rem;
    /* -webkit-text-stroke: 1px #FFEB3B; */
    margin-left: 5px;
  }


  /* touhyou ページ ここから*/

  .touhyou {
    position: relative;
    top: 0px;
    /*height: 100%;*/
    /*height: 1200px;*/
    margin-bottom: 34px; 
    overflow: hidden;
    width: 750px;
  }

  .touhyou_bg_01 {
    width: 100%;
    /*height: 100%;*/
    /*background-color: rgba(0, 0, 0, 0);*/
    background-image: url("../images/touhyou/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*overflow: hidden;*/
  }

  .touhyou_title_01{
    position: relative;
    top: 0px;
    z-index: 1;
  }

  .spot_light{
    position: absolute;
    top: 40px;
    left: 12px;
    z-index: 0;
  }

  .touhyou_girl_img{
    width: 60%!important;
    position: relative;
    z-index: 1;
    margin: 50px auto 0 auto;
    z-index: 1;
    overflow: hidden;
  }

  .touhyou_girl_img img{
    text-align: center;
    width: 100%!important;
  }

  .touhyou_girl_name{
    position: relative;
    z-index: 1;
    background-color: black;
    color: white;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 30px;
  }

  .touhyou_girl_point{
    position: relative;
    z-index: 1;
    background-color: #3469b9;
    color: white;
    width: 60%;
    margin: 0 auto;
    font-size: 30px;
    padding: 20px 5px 2px 5px;
  }

  .touhyou_girl_point span:nth-child(1){
    position: relative;
    top: -33px;
    font-weight: bold;
    float: right;
    font-size: 70px;
    height: 10px;
  }

  .touhyou_girl_point span:nth-child(2){
    position: relative;
    top: -3px;
    font-weight: bold;
    float: right;
    margin-right: 20px;
    font-size: 40px;
  }

  .touhyou_bg_02 {
    background-color:  black;
    margin-top:-1px; 

  }

  .touhyou01{
    width: 48%!important;
    float: left;
    position: relative;
    top: 55px;
  }
  .touhyou10{
   width: 48%!important;
   float: right;

 }
/* touhyou ページ ここまで*/
#birthday_note{
  margin-top: .5em;
  color: #ff0000;
}
.hide_pass_prompt{
  -webkit-text-security:disc !important;
}

 .fixed-bnr.is-close {
  bottom: 98px;
}

 .fixed-bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: bottom 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}


 
 .lp-bnr::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transition: all 0.5s ease;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin: 0 0 0 -3px;
}
 .img-bnr {
  text-align: center;
  margin: 2px 0 0;
}
 .img-bnr a {
  display: inline-block;
  border: 1px solid #787878;
}
 .lp-bnr {
  transition: bottom 0.5s ease;
  border: 1px solid #787878;
  background: #a5a5a5;
  width: 100%;
  height: 30px;

}
.fr_edit{
  margin-left: 195px;
  width: 50%;
}
.birth_if{
  margin-left: 250px;
}
.pass_chn{
  padding-left: 250px;
}
.dt_chn{
  padding-left: 250px;
}
.tel_if{
  font-weight: bold;
  margin-left: 310px;
}
#birthday_note{
  margin-left: 40px;
}
@media screen and (min-width:1024px){

  img#myImg {
    width: 350px;
  }
  .fixed-bnr.is-close {
    bottom: 100px;
  }
   .fixed-bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: bottom 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  }
   .lp-bnr::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transition: all 0.5s ease;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 12px;
    height: 12px;
    margin: 0 0 0 -3px;
  }
   .img-bnr {
    text-align: center;
    margin-bottom: -5px;
    margin-top: -1px;
  }
   .img-bnr a {
    display: inline-block;
    border: 1px solid #787878;
    margin-bottom: 5px;
  }
   .lp-bnr {
    transition: bottom 0.5s ease;
    border: 1px solid #787878;
    background: #a5a5a5;
    width: 100%;
    height: 30px;
  }

}
@media screen and (max-width:980px){
  .fixed-bnr.is-close {
    bottom: 12.5%;
  }
}
@media  (max-width:500px){
  .fixed-bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: bottom 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  }
  .tel_if{
    font-weight: bold;
  }
  .fixed-bnr.is-close {
    bottom: 70px;
   }
  .fixed-bnr .img-bnr a {
    display: inline-block;
    border: 1px solid #787878;
  }
  img#myImg {
    width: 74%;
    margin-top: -3px;
    margin-bottom: 6px;
  }
  .duo{
    font-size: 1rem !important;
  }
  input.fr_edit {
    margin-left: 50px !important;
    width: 250px !important;
  }
  .pass_chn {
    margin-left: -145px !important;
    font-size: 0.5rem;
    padding-top: 10px;
  }
  .dt_chn {
    margin-left: -144px;
    font-size: 0.5rem;
  }
  div#birthday_note {
    margin-left: 50px !important;
    font-size: 0.5rem;
  }
  dd.tel_if {
    margin-left: 140px !important;
  }
  dd.birth_if {
    margin-left: 70px !important;
  }
  #user-edit .user-deta .sel_possible_times_box h4 {
    margin-left: 60px;
    margin-top: 10px;
    width: 48%;
  }
}
.text-center{
  text-align: center;
}

/* 
@media screen and (max-height: 400px){
#slide_menu {
 position: fixed!important;
    top: 34px!important;
    bottom: 72px!important;
}
} */


img {
  vertical-align: initial!important;
  border-style: none;
}


body{
  margin: 0;
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: #212529; */
  color: black;
  text-align: left;
  background-color: #fff;
  font-family: 'Font Awesome 5 Free'!important;
}

p.submit-box{
  margin-top: 25px;
}


button.submit_btn {
  padding: 7px 40px;
    border: solid 1px #333;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: rgba(0, 0, 0, .8);
    font-size: 1em;

}

li.select-box_li {
  width: 50%;
  float: left;
  /* margin: 0!important; */
  /* padding: 10px; */
  margin-bottom: 3%;
}

li.select-box_li02 {
  float: left;
  width: 25%;
  margin-top: 3%;
}
input, select {
  color: #000;
}
/* ////////////////////////////////////////////////////////////////// */
/* 矢印(slick) */
@media only screen and (max-width: 40em) { 
  
  /* スマホ用 */
  h1.law-title {
    font-size: 1.5rem!important;
    text-align: center;
  }
  .banner-slider .slick-prev:before{
    position: absolute;
    top: 17%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    left: auto;
    right: 17%;
    border-bottom: solid 4px rgb(57 165 255 / 90%);
    border-left: solid 4px rgb(77 165 255 / 90%);
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
  }

  .banner-slider .slick-next:before{
    position: absolute;
    top: 17%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    left: auto;
    right: 0%;
    border-top: solid 4px rgb(77 165 255 / 90%);
    border-right: solid 4px rgb(77 165 255 / 90%);
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
  }
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
  /* 最小幅641pxおよび最大幅1024px、タブレット専用のスタイル */

  .banner-slider .slick-prev:before {
    position: absolute;
    top: 29%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    left: auto;
    right: 88%;
    border-bottom: solid 4px rgb(57 165 255 / 90%);
    border-left: solid 4px rgb(77 165 255 / 90%);
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
  }

  .banner-slider .slick-next:before {
    position: absolute;
    top: 29%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    left: 77%;
    right: 0%;
    border-top: solid 4px rgb(77 165 255 / 90%);
    border-right: solid 4px rgb(77 165 255 / 90%);
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
  }
}

@media only screen and (min-width: 64.063em) { 
  /* 最小幅1025px、Largeスクリーン */

  .banner-slider .slick-prev:before {
    position: absolute;
    top: 29%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    left: auto;
    right: 88%;
    border-bottom: solid 4px rgb(57 165 255 / 90%);
    border-left: solid 4px rgb(77 165 255 / 90%);
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
  }

  .banner-slider .slick-next:before {
    position: absolute;
    top: 29%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    left: 77%;
    right: 0%;
    border-top: solid 4px rgb(77 165 255 / 90%);
    border-right: solid 4px rgb(77 165 255 / 90%);
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
  }
  
} 




.top-slideshow a{
  display: inline-block;
}

.banner-slider .slick-prev{
  height: 50%;
  left: 10%;
  z-index: 1;
  width: auto;
  font-size: unset;
} 
.banner-slider .slick-next{
  height: 50%;
  right: 10%;
  z-index: 1;
  width: auto;
  font-size: unset;
}

/* ////////////////////////////////////////////////////////////////// */

.splashbg {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-300%) skewX(
-45deg);
  background-color: #2567a3;
}

body.appear .splashbg {
  display: block;
}


@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:translateX(-300%) skewX(-45deg);
	}
	100% {
		transform-origin:left;
		transform:translateX(500%) skewX(-45deg);
	}
}


a.girls-all-box-link {
  text-decoration: none!important;
}

.fg-anime.change_color{ 
  animation:change_color 1.5s linear;
  /* animation-duration: 3s;
  animation-timing-function:linear;
  animation-direction:alternate;
  animation-iteration-count:infinite; */
}

@keyframes change_color{
  0% { background-color: blue; }
  50% { background-color: rgba(78, 78, 230, 0.746); }
  100% { background-color: rgb(255, 255, 255); }
}


.feeling {
  background-color: #ec68a2;
  color: white!important;

}


.hontsuma {
  background-color: #611985;
  color: white!important;

}

.hontsuma a {
  color: white!important;
  text-decoration: none;
}


.honeypot {
  background-color: #ff6600;
  color: white!important;

}

.honeypot a {
  color: white!important;
  text-decoration: none;
}

.club {
  background-color: #f2006e!important;
  color: white!important;

}

.club a {
  color: white!important;
  text-decoration: none;
  font-size: 1rem!important;
}



.feeling a {
  color: white!important;
  font-size: 1rem!important;
  text-decoration: none;
}

.all-rank-exp.taiken .img-responsive {
  position: absolute;
  top: 86%!important;
  left: 0;
}

@media only screen and (max-width: 40em) { 
  /* 最大幅640px、スマホ専用のスタイル */
  .feeling a {
    color: white!important;
    font-size: 0.7rem!important;
    text-decoration: none;
  }
  .img-box .all-rank-exp.taiken .img-responsive {
    position: absolute;
    top: 68%!important;
    width: 40%;
    left: 0;
    }
    .info {
      font-size: 0.7rem!important;
    }
    #feeling-shop {
      line-height: 33px!important;
  }
  #hontsuma-shop {
    line-height: 33px!important;
  }
  .img-box .all-rank-exp.princess .img-responsive {
  position: absolute;
  top: 84%!important;
  left: 0;
  }
}

@media only screen and (min-width: 64.063em) {
/* 最小幅1025px、Largeスクリーン */
   .all-rank-exp.taiken .img-responsive {
    position: absolute;
    top: 69%!important;
    width: 70px;

  }
  .img-box .all-rank-exp.free-new .img-responsive {
    position: absolute;
    top: 73%!important;
    width: 60px!important;
  }
  .hontsuma {
    background-color: #611985;
    color: white!important;
    font-size: 1rem;
}
.honeypot a {
  color: white!important;
  text-decoration: none;
  font-size: 17px;
}
.img-box .all-rank-exp.new .img-responsive {
  position: absolute;
  top: 74%;
  width: 60px!important;
}

.img-box .all-rank-exp.princess .img-responsive {
  position: absolute;
  top: 89%!important;
  left: 33%!important;
max-width: 68%!important;
}

.img-box .all-rank-exp.all-rank-sss .img-responsive {
  position: absolute;
  top: 83%!important;
  left: 35%!important;
}
.sp_in_when_nochange_contents_size.hontsuma{
  line-height: 48px;
}
.hontsuma a {
  color: white!important;
  text-decoration: none;
  font-size: 1rem!important;
}

.honeypot a {
  color: white!important;
  text-decoration: none;
  font-size: 1rem!important;
}


 }


 @media only screen and (min-width: 40.063em) and (max-width: 64em) { 
/* 最小幅641pxおよび最大幅1024px、タブレット専用のスタイル */
  .img-box .all-rank-exp.all-rank-sss .img-responsive {
    position: absolute;
    top: 84%!important;
    left: 41%!important;
    width: 60%!important;
  }

  .img-box .all-rank-exp.free-new .img-responsive {
    position: absolute;
    top: 73%!important;
    width: 36%!important;
    left: 0!important;
  }

  .img-box .all-rank-exp.new .img-responsive {
    position: absolute;
    top: 73%!important;
    width: 36%!important;
    left: 0!important;
  }

  .all-rank-exp.taiken .img-responsive {
    position: absolute;
    top: 73%!important;
    width: 36%!important;
    left: 0!important;
}
.img-box .all-rank-exp.princess .img-responsive {
  position: absolute;
  top: 84%!important;
  left: 27%;
}

.sp_in_when_nochange_contents_size.hontsuma{
  line-height: 48px;
}

.hontsuma a {
  color: white!important;
  text-decoration: none;
  font-size: 1rem!important;
}

.honeypot a {
  color: white!important;
  text-decoration: none;
  font-size: 1rem!important;
}


} 
 

 
@media screen and (min-width: 768px){
  .br-sp {display: none; }
  }



  /* mailmaga-animation */
@keyframes border-pulse {
  0% {
      border-color: rgba(255, 255, 255, 0);
  }
}

.registered {

  border: 5px solid #9c27b0;
  animation: border-pulse 2s;
}

/* mailmaga-animation */
.aikotoba-title{
  text-align: center;
  font-size: 1rem;
  border-bottom: black;
}

.aikotoba-subtitle{
  text-align: center!important;
  font-size: 1.5rem!important;
}

.mb-0 {
  margin-bottom: 0!important;
}



.aikotoba-subtitle .bold-red {
  color: #e91e63!important;
  font-weight: 600;
}
.border-black{
  border-bottom: 2px solid black;
  padding-bottom: 4px;
}




.sp_in_when_nochange_contents_size {
  font-size: 0.8rem;
}


.display-none{
  display: none;
}
.text-bolder{
  font-weight: bold;
}


i.tooltip.fas.fa-question-circle {
  font-size: 1rem;
  color: red;
  padding-top: 5px;
  padding-left: 0px;
    padding-right: 0px;
}

.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 0.9em;
  color: #4682b4;
}
 
.description_top { /* ツールチップのスタイル */
  width: 150px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.tooltip:hover .description_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

.pass-validation{
  width: 100%;
    font-size: 1.4rem;
    padding: 6px 20px;
    border: solid 1px #CCC;
}

  .mail_submit_btn{
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #e49224;
    color: #FFF;
    border: solid 1px #CCC;
}
  
@media (max-width: 500px){
  .mail_submit_btn {
    padding: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #e49224;
    color: #FFF;
    border: solid 1px #CCC;
    margin-left: 1.5%;
    margin-top: 3%;
}
.btn_form .btn {
  font-size: 14px;
  width: 161px;
  padding: 0;
  margin: 0 auto;
  line-height: 44px;
  height: 46px;
  letter-spacing: 3px;
  background-color: #fff;
  color: #454545;
  border: 1px solid #cecece;
  cursor: pointer;
  margin-bottom: 10px;
}


/* input[type="email"], .fr_edit{
  /* margin-left: 19px !important;
  width: 250px !important; 
} */
}

.caution_tit-text{
  color: #d00;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  font-size: 0.9rem;
  -webkit-animation: blink 0.4s ease-in-out infinite alternate;
  -moz-animation: blink 0.4s ease-in-out infinite alternate;
  animation: blink 0.4s ease-in-out infinite alternate;
  margin-bottom: 10px;
}
.border-none{  
  border: none!important;
}


.font-size-1rem{
  font-size: 1rem;
}


div.transaction {
  text-align: center;
  color: black;
}
div.transaction > a{
  color: black;
}
.leave-btn{
  border: none!important;
  background: none!important;
  font-weight: bold;
  color: black!important;
  font-size: 13px;
  width: 122px!important;
  padding: 0!important;
  margin: 0 auto!important;
  line-height: 37px!important;
  height: 34px!important;
}
#law .box p {
  margin:20px;
  font-size: 13px;
}
h1.law-title {
  font-size: 2vw;
  text-align: center;
}
.youtube-link{
  display: block;
}
.youtube-banner{
  margin-top: 20px;
}
#line .shop_name a.line-offer-info{
  display: block;
  width: fit-content;
  margin: 1em auto;
  background: antiquewhite;
  color: black;
}