/* ===== index専用css ===== */
@charset 'UTF-8';

/* 共通 */
* {
  box-sizing: border-box;
}
a{
  text-decoration: none;
}

body {
  font-size: 85%;
  /*background: #FF5096; /* F横 */
  /* background: #FF5096;*//* F厚 */
  /* background: #FF5096;*//* F町 */
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.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;
}
ul[class*="colum"]{
  width: 100%;
}
ul[class*="colum"] li{
    float: left;
    display: inline-block;
    text-align: center;
    border: 1px solid #f2006e;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
}
.colum4 li{
    width: calc(25% - 7px);
    margin-right: 7px;
}
body{
  width:100%;
  height:auto;
  margin: 0;
  background-color: #242424;
}
.wrapper{
  /* background: url("../images/index/main_visual_pc.jpg") center top no-repeat;
  background-size: 100% 764px;
  background-position: 0 24px; */
  overflow: hidden;
}
h1.text_h1{
  font-size: .9rem;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
header {
	width: 100%;
	background-color: #f2006e;
  height: 24px;
  line-height: 24px;
}
header .container{
  width: 960px;
  margin: 0 auto;
}
header p{
  margin: 0;
  color: #fff;
}
header .is_left{
  font-weight: bold;
}
header a{
  color: #fff;
}
header .login-btn{
  text-decoration: underline;
}
/* .main_visual{
  height: 764px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #fff;
} */
.main_visual {
  position: relative;
  width: 100%;
}
.btn_box{
  width: 100%;
  position:absolute;	
  bottom: -130px;
}
.years_btn{	
  text-align: center;
  position: absolute;
  left: 49%;
  top: 50px;
  bottom: 30px;	
}
/*.enter_area {
  position: absolute;
  bottom: 247px;
  width: 100%;
}*/
.enter_area .enter,
.enter_area .leave {
}
.enter_btn{
  width: 100%;
  display: table;
}
.enter_btn div{
  display: inline-block;
  float: left;	
  width:50%;	
}
.enter_btn div:nth-child(1){
  text-align: right;
  padding-right: 60px;
  }	
.enter_btn div:nth-child(2){
  text-align: left;
  padding-left: 62px;	
}
.enter{
  display:inline-block;
  width:300px;
  height:140px;
  margin:0 auto;
  background:url(../images/index/enter.png) center center no-repeat;
  background-size: contain;
}
.leave{
  display: inline-block;
  width: 310px;
  margin-top: -14px;
  height: 126px;
  margin-left: -111px;
  background: url(../images/index/leave.png) center bottom no-repeat;
  background-size: contain;
}
.sub_area{
  background-color: #242424;
}
.sub_inner{
  width: 850px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
}
.link_banner{
  text-align: center;
}
.group_notice{
  font-size: 0.9rem;
}
.details h3{
  margin-bottom: 0;
}
.details p{
  margin:0 0 30px;
}
.group_banner h3{
  display: none;
}
.group_banner h3.visible{
  display: block;
  background-color: #242424;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
}
.group_banner h4{
  height: 40px;
  line-height: 40px;
  background-color: #f2006e;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 20px;
  /*box-shadow: 1px 4px 6px #414141;*/
  margin: 20px 0;
}
.group_banner ul{
  padding: 0;
}
.group_banner ul li{
  border: 1px solid #c7c7c7;
  padding: 0;
  padding-top: 1px;
  margin-bottom: 10px;
  background-color: #fff;
}
.group_banner ul li figure{
  margin: 0;
}
.group_banner ul li .area_color{
  background-color: #EE6380;
  color: #fff;
  margin: 0 5px;
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
}
.group_banner ul li .text_box{
  padding: 5px 0 10px;
}
.group_banner ul li .text_box p{
  color: #000;
  line-height: 1.3;
  margin: 0;
}
.group_banner ul li .text_box p.shop_name{
  font-size: 1.1rem;
}
.blank_link{
  margin-top: 80px;
}
.delicity{
  width: 468px;
  text-align: center;
  margin: 0 auto;
}
footer{
  background-color: #242424;
  padding: 25px 0 10px;
  border-top: 5px solid #f2006e;
}
footer nav{
  width: 850px;
  margin: 0 auto;
}
footer nav ul{
  margin: 0;
  list-style: none;
}
footer nav ul li{
  float: left;
}
footer nav ul li:after{
  color:white;
  content: "|"
;}
footer nav ul li a{
  color:white;
}
footer .copyright{
  text-align: center;
  color:white;
  
}
footer .copyright a{
  color:white;
}
.reave_box{
  text-align: center;
  margin: 100px 0 20px;
}

/* タブレット修正 */
body{
  min-width: 1220px;
  overflow-x: auto;
}
.wrapper{
  overflow: hidden;
}

.group_banner .group_area ul li{
  min-height: 268px;
}

.magazine_btn{
  text-align: center;
  margin: 10px 0 15px;
  padding: 5px;
  font-size: 1.2rem;
  background: #f7c3da;
  border: 1px solid #ccc;
  width: 70%;
  color: #000;
  display: inline-block;
  text-decoration: underline;
}
.magazine_btn:hover{
  background: #ff89bd;
}
.caution {
  /*border: 3px double #ff6089;*/
  margin:50px 0; 
  padding: 0px;
  /* background: #fd4d02; */
  text-align: left;
  /*background: #fff;*/
  color: white;
}
.caution h3{
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 5px 0;
}
.twitter_frame{
  border: solid 5px #2CA7E0;
  border-radius: 8px;
  margin: 10px 0;
}
.img-responsive{
  width: 100%;
}
/* グループ店紹介 */
.group_intro ul {
  list-style: none;
  padding-left: 0;
}
.group_intro ul li{
  display: inline-block;
  line-height: 40px;
  margin: 5px 5px 0 0;
  text-align: center;
  border: 1px solid #fff;
}
.group_intro ul li a{
  color: #fff;
  font-size: 12px;
  /* padding: 0 20px; */
  width: 110px;
  text-decoration: underline;
  display: block;
  /* background: #FE6EA3; */
}
.group_intro ul li a:hover{
  background: #fff;
  color: black;
}
.group_banner .group_area ul li{
  min-height: 268px!important;
  height: 380px!important;
}



/* index-button */
.img_responsive{
  width: 100%;
}



.btn--orange, a.btn--orange {
  color: #000;
  background-color: #ffffff;
}

a.btn--radius {
  border-radius: 100vh;
}

.group_box .contents_box a {
  display: block;
  font-size: 0;
  font-size: 17px;
  margin-bottom: 0.5vh;
}


.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2vh 0rem;
  cursor: pointer;
  width: 24%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  font-size: 12px;
}

/* index-button */