@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: 16px;
	font-size: 1.6rem;
	box-sizing:border-box;
	line-height:23px;
}

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: block;
}
.sp {
	display: none;
}
.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:1200px;
margin:0 auto;
clear:both;

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






	
/*----------------------------
header
----------------------------*/
#header{
clear:both;
overflow:hidden;
padding:20px;
}
#header .wrap{
	max-width: 1200px;
	width: 1200px;
}
#header #logo{
float:left;
}
#header #sns{
    display: none;
}
#header #link{
float:right;
}
#header #link .toggle_close{
    display: none;
}
#header #link li{
float:left;
margin-right:20px;
font-weight:bold;
}
#header #link li:first-child{
    display: none;
}







.lead .wrap{
width:560px;
margin:0px auto 50px auto;
    overflow: hidden;
}
.lead .wrap #ti_lead{
float:left;
}
.lead .wrap #lead_box{
float:right;
width:400px;
}
.lead .wrap #lead_box #i_lead{
margin-bottom:25px;
text-align: left;
}
.lead .wrap #lead_box #txt_lead{
margin-left: 0px;
}


#type{
margin:200px auto;
}
#type .wrap{
width:800px;
}

#movie{
margin:200px auto;
}

#movie .wrap{
width:800px;
}

#cam{
margin:200px auto 50px auto;
}
#cam .wrap{
width:850px;
}
#cam .wrap ul{
clear:both;
overflow:hidden;
}
#cam .wrap li{
width:400px;
margin-bottom:50px;
}

#cam .wrap li .ti_cam{
font-weight:bold;
font-size:22px;
margin-bottom:10px;
}
#cam .wrap li .banner{
text-align:center;
margin-bottom:10px;
}
#cam .wrap li a:hover .banner img{
opacity:0.5;
}
#cam .wrap li .i_cam{
font-size:16px;
line-height:30px;
height: 180px;
}
#cam .wrap li .i_cam span{
font-size:14px;
display: block;
}
#cam .wrap li:nth-child(odd){
float:left;
}
#cam .wrap li:nth-child(even){
float:right;
}

#cam .wrap #mcs{
margin:200px auto 100px auto;
text-align:center;
clear:both;
overflow:hidden;
}

.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:0px auto;
}
#lineup .ti_lineup{
text-align:center;
margin-bottom:30px;
}

#lineup ul{
width:900px;
margin:0 auto;
}
#lineup ul li{
float:left;
text-align:center;
margin-right:45px;
}
#lineup ul li:last-child{
margin-right:0;
}
#lineup ul li a div{
opacity:0;
transition:0.3s all;
}
#lineup ul li a:hover div{
opacity:1;
transition:0.3s all;
}
#lineup ul li a img{
transform:scale(0.7,0.7);
 transition:0.3s all;
}
#lineup ul li a:hover img{
  transform:scale(1,1);
  transition:0.3s all;
}

#att_drink{
font-size:12px;
width: 550px;
margin: 0 auto 50px auto;
}

#address{
background:#000000;
padding:5px;
text-align:center;
color:#ffffff;
font-size:12px;
}


/* モーダル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: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 700px;
  padding: 10px 30px;
}
.p-modal__container__movie iframe{
width:680px;
height:390px;
}

.p-modal__container__close {
  position: absolute;
  top: -1rem;
  right: -3rem;
  cursor: pointer;
}



/*===================================================================================================
タブレット
===================================================================================================*/
@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{
display:block;
}
#main .sp img:not(.sp_img) {
width:100%;
}
.sp #main_bg_sp{
z-index: 1;
animation: main_bg 2s ease 0s 1 normal;
-webkit-animation: main_bg 2s ease 0s 1 normal;
width:100%;
}
.sp #main_logo{
position: absolute;
top: 15%;
left: 5.5%;
z-index: 3;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-delay: 2s;
width: 9%;
}

.sp #main_product {
position: absolute;
top: 63%;
left: 7%;
z-index: 2;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-delay: 3s;
width: 6%;
}

.i_cam br{
display:none;
}
#movie .wrap{
width:70%;
}
#cam{
margin:20% auto;
}
#cam .wrap{
width:90%;
}
#cam .wrap li{
width:48%;
}
#cam .wrap #mcs{
margin:20% auto 10% auto;
}
#lineup ul{
width:90%;
}
#lineup ul li{
margin-right:0%;
}
#lineup ul li a div{
opacity:1;
}
#att_drink{
    width: 60%;
    margin: 0 auto 5% auto;
   }
}

/*===================================================================================================
年齢認証ページ
===================================================================================================*/
#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:50px 0;
margin-bottom: 100px;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
#ti_cam{
text-align:center;
padding:0px 0 10px 0;
}
#cam_box{
position:relative;
width:1125px;
height:485px;
margin:20px auto;
}
#main_cam #cam_product{
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 animation-delay: 2s;
 position:absolute;
 top:0;
 z-index:3;
}
#main_cam #cam_title{
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 animation-delay: 3s;
 position:absolute;
 top:0;
 z-index:2;
}
#main_cam #cam_date{
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 animation-delay: 4s;
  position:absolute;
 top:0;
 z-index:3
}

#how{
background:url(cam/i_how_bg_pc.png) no-repeat center bottom;
width:1005px;
clear:both;
overflow:hidden;
margin:0 auto 100px auto;
}
#how #ti_how{
margin:0;
padding:0;
}
#how #i_how{
text-align:center;
margin:50px auto;
}
#how #ti_lineup{
text-align:center;
margin-bottom:20px;
}
#lineup_list{
width:700px;
margin:50px auto;
clear:both;
overflow:hidden;
}
#lineup_list li{
float:left;
margin:0 87px 20px 0;
}
#lineup_list li:nth-of-type(3n){
margin:0 0px 20px 0;
}
#question{
margin:50px auto;
width: 1000px;
height: 2110px;
}
#question iframe{
width:100%;
height:100%;
}
#gai{
width:790px;
margin:50px auto;
}
#gai #ti_gai{
margin-bottom:30px;
}
#gai dt{
  float: left;
}

#gai dd{
  margin-left: 160px;
  margin-bottom:35px;
  line-height:26px;
}


#otoiawase{
border:1px solid #000000;
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  ;
    width:500px;
    margin:50px auto;
   }
#otoiawase #ti_otoiawase{
font-size:20px;
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:24px;
font-weight:bold;
margin-bottom:10px;
}
#otoiawase #otoiawase_box .otoiawase_att{
font-size:14px;
}







.inner-header {
  height:1150px;
  width:100%;
  margin: 0;
  padding: 140px 0 0 0;
}


.kaido-criteria-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .kaido-criteria-sec h2 {
        width: 100%;
        border-bottom: 2px solid #000
    }

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

    .kaido-criteria-sec-minisec01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .kaido-criteria-sec-minisec02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .kaido-criteria-sec-minisec03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
            border-bottom: 2px solid #000;
        margin: 0 auto 100px auto;
    }

    .kaido-criteria-sec-paragraph {
        width: calc(50% - 100px);
        margin: 0 auto;
        padding: 0 50px
    }

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

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

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

    .kaido-criteria-sec-title figure {
        width: 50%;
        margin: auto auto;
        padding: 0px 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25%;
        margin-top: -25%
    }

    .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)
    }

.sns_wrap{
    width: 800px;
    margin: 0 auto 20px auto;
}
.sns_wrap p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.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: 30px;
}
.bt_sns ul li:last-child{
    margin-right: 0;
}