@charset "UTF-8";
/* Base */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color:#000000;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
li {
	list-style-type: none;
}
table, img {
	border: none;
}
em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}
body:after {
	content: "";
	display: block;
	clear: both;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 3vw;
	box-sizing:border-box;
	line-height:5vw;
}

a {
	color: #000;
	text-decoration:none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #000;
}

img {
	max-width: 100%;
	border: none;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
height: 0;

}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*===================================================================================================
common
===================================================================================================*/
.wrap{
max-width:100%;
margin:0 auto;
clear:both;

}
.pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}






	
/*----------------------------
header
----------------------------*/
#header{
clear:both;
overflow:hidden;
padding:10px;
}
#header #logo{
float:left;
    margin: 0 0 2vh 0;
}
#header #sns{
float: right;
margin: 1vh;
}
#header #sns ul{
    display: flex;
    flex-wrap: nowrap;
}
#header #sns ul li{
    margin: 0 1vh 0 0;
}
#header #sns ul li.toggle{
    position: relative;
    width: 5.4vw;
    margin-left: 3vw;
}
#header #sns ul li.toggle span{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: #000000;
}
#header #sns ul li.toggle span:nth-of-type(1){
    top: 0;
}
#header #sns ul li.toggle span:nth-of-type(2){
    top: 37%;
}
#header #sns ul li.toggle span:nth-of-type(3){
    top: 75%;
}


#header #link{
background: #000000;
    position: fixed;
    width: 100%;
    height: auto;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}
#header #link .toggle_close{
    position: fixed;
    right: 10vw;
    top: 5vh;
}
#header #link .toggle_close span{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #ffffff;
}
#header #link .toggle_close span:first-child{
    transform: translate(-50%,-50%) rotate(45deg);
}
#header #link .toggle_close span:last-child{
    transform: translate(-50%,-50%) rotate(-45deg);
}
#header #link ul{
    padding: 10vh 0;
}
#header #link li{
margin-bottom:4vh;
}
#header #link li a{
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight:bold;
    font-size:4.2vw;
}

#header #link li:nth-child(7),#header #link li:nth-child(8),#header #link li:nth-child(9){
	display: none;
}
@media screen and (max-width: 320px) {
#header #link{
width:96%;
margin:20px auto;
}
#header #link li{
float:left;
margin-right:8%;
font-weight:bold;
}
}
#header #link li:last-child{
margin-right:0;
}






@media screen and ( max-width:1024px) {
#main #main_bg , #main01_bg , #main02_bg , #main03_bg , #main04_bg , #main05_bg , #main06_bg{
display: none;
}
#main .sp img:not(.sp_img) {
width:100%;
}
}




.lead .wrap{
width:75%;
margin:0px auto;
}
.lead .wrap #ti_lead{
display:none;
}
.lead .wrap #lead_box{
width:100%;
}
.lead .wrap #lead_box #i_lead{
margin-bottom:15px;
}

.lead .wrap #lead_box #txt_lead{
margin-left: 0px;
}

#type{
margin:20% auto;
}

#type .wrap{
width:80%;
}

#movie{
margin:20% auto;
}

#movie .wrap{
width:80%;
}

#cam{
margin:20% auto;
}

#cam .wrap{
width:60%;
}
#cam .wrap li{
margin-bottom:15%;
}

#cam .wrap li .ti_cam{
font-weight:bold;
font-size:4.5vw;
margin-bottom:10px;
}
#cam .wrap li .banner{
text-align:center;
margin-bottom:10px;
}
#cam .wrap li .banner img{
width:100%;
}
#cam .wrap li .i_cam{
font-size:3.5vw;
line-height:5vw;
}
#cam .wrap li .i_cam span{
font-size:3vw;
display: block;
}
#cam .wrap li .i_cam br{
display:none;
}
#cam .wrap #mcs{
display:none;
}

.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

#lineup{
clear:both;
overflow:hidden;
margin:10% auto;
width: 84%;
}
#lineup .ti_lineup{
text-align:center;
margin-bottom:30px;
}

#lineup ul{
width:90%;
margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
#lineup ul.pc{
    display: none;
}
#lineup ul li{
width:33%;
text-align:center;
margin-bottom:10%;
}


#att_drink{
font-size:2.5vw;
width: 95%;
margin: 0 auto 30px auto;
}
#address{
background:#000000;
padding:5px;
text-align:center;
color:#ffffff;
font-size:2.5vw;
}

/* モーダルCSS */

.movie_inner{
cursor: pointer
}
#movie-modal {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.p-modal__container {
  position: absolute;
  top: 50%;
  left: 0%;
  transform:translate(0%,-50%);
  width: 98%;
  max-width: 100%;
  padding: 10px 0px;
}
.p-modal__container__movie iframe{
width:100%;
height:250px;
}
.p-modal__container__close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
}



/*===================================================================================================
年齢認証ページ
===================================================================================================*/
#age_check{
	display: table-cell;
  text-align: center;
  vertical-align: middle;
  background:#d7000f;
  padding:100px 50px;
	}
#age{
	background:#fff;
	max-width:700px;
  -webkit-box-shadow: 0 0 10px 0 #000; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 10px 0 #000; /* Firefox用 */
  box-shadow: 0 0 10px 0 #000; /* CSS3 */
  border-radius: 10px 10px 10px 10px;
  padding:30px;
  clear:both;
  overflow:hidden;
}
.ti_age{
	text-align:center;
	margin:0 0 20px 0;
}
.i_age{
	text-align:center;
	margin:0 0 30px 0;
}
.att_age{
	font-size:30px;
	font-size:3.0rem;
	color:#d7000f;
	font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
	text-align:center;
	font-weight:bold;
	margin:0 0 30px 0;
}
.check_button{
	max-width:480px;
	clear:both;
  overflow:hidden;
  margin:0 auto;
  }
	.check_button li{
		width:50%;
		}
.check_button li:nth-child(even){
	float:right;
}
.check_button li:nth-child(odd){
	float:left;
}










/*===================================================================================================
キャンペーンページ
===================================================================================================*/
#main_cam{
background:#f7f5ee;
padding:30px 0;
margin-bottom: 20%;
}
#ti_cam{
text-align:center;
padding:0px 0 10px 0;
}
#cam_box{
display:none;
}


#how{
background:url(cam/i_how_bg_sp.png) no-repeat center bottom;
width:90%;
clear:both;
overflow:hidden;
margin:0 auto 20% auto;
background-size: cover;
}
#how #ti_how{
margin:0;
padding:0;
}
#how #i_how{
text-align:center;
margin:50px auto;
    width: 90%;
}
#how #ti_lineup{
text-align:center;
    width: 90%;
    margin:0 auto 20px auto;
}
#lineup_list{
width:80%;
margin:10% auto;
clear:both;
overflow:hidden;
}
#lineup_list li{
margin:0 0 20px 0;
width: 47%;
}
#lineup_list li:nth-child(odd){
float:left;
}
#lineup_list li:nth-child(even){
float:right;
}
#question{
margin:50px auto;
width: 100%;
height: 2910px;
}
#question iframe{
width:100%;
height:100%;
}

#gai{
width:80%;
margin:10% auto;
}
#gai #ti_gai{
margin-bottom:30px;
}
#gai dt{
text-align:center;
margin-bottom:5%;
}

#gai dd{
margin-bottom:10%;
font-size:3vw;
}


#otoiawase{
border:1px solid #000000;
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  ;
    width:90%;
    margin:10% auto;
   }
#otoiawase #ti_otoiawase{
font-size:5vw;
font-weight:bold;
color:#ffffff;
background:#000000;
padding:10px;
text-align:center;
border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#otoiawase #otoiawase_box{
text-align:center;
padding:20px;
}
#otoiawase #otoiawase_box .otoiawase_lead{
text-align:center;
font-weight:bold;
margin-bottom:10px;
}
#otoiawase #otoiawase_box .mail_address{
font-size:3.5vw;
font-weight:bold;
margin-bottom:10px;
}
#otoiawase #otoiawase_box .otoiawase_att{
font-size:2.5vw;
}



.inner-header {
    height: 115vh;
    padding: 7vh 0 0 0;
}




.kaido-criteria-sec h2 figure {
    width: 20%;
    margin: 20px auto 20px
}

.kaido-criteria-sec-paragraph {
    width: 90%;
    margin: 0 auto 20px
}

.kaido-criteria-sec-paragraph p {
    font-size: 3.6vw;
    line-height: 2em;
    text-align: justify;
    font-family: "Sawarabi Mincho", "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.kaido-criteria-sec-paragraph p br {
    display: none
}

.kaido-criteria-sec-title {
    background-image: url(/kaidou_brand/img/kaido-kijun-bg-01.jpg);
    background-size: cover;
    background-position: 50% 50%
}

.kaido-criteria-sec-title figure {
    width: 50%;
    margin: 20px auto;
    padding: 50px 0
}

.kaido-criteria-sec-minisec03 .kaido-criteria-sec-title {
    background-image: url(/kaidou_brand/img/kaido-kijun-bg-03.jpg)
}

.kaido-criteria-sec-minisec02 .kaido-criteria-sec-title {
    background-image: url(/kaidou_brand/img/kaido-kijun-bg-02.jpg)
}

.lead {
margin-top: -5%;
    background: url(images/i_lead_bg_sp.png) no-repeat left top;
    background-size: cover;
}


.sns_wrap{
    width: 90%;
    margin: 0 auto 2vh auto;
}
.sns_wrap p {
	text-align: center;
	font-size: 2.8vw;
	margin-bottom: 1vh;
}
.bt_sns{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.bt_sns ul{
    display: flex;
    flex-wrap: wrap;
}
.bt_sns ul li{
    margin-right: 20px;
    width: 20px;
}
.bt_sns ul li:last-child{
    margin-right: 0;
}