660xf_07.png660xf_07.png660xf_07.png@charset "utf-8";
/*-------------------------------*/
body{font-size:100%;line-height:160%;letter-spacing:0;}
html>/**/body{font-size:13px;line-height:160%;letter-spacing:0;}
body{
	font:13px;
	*font-size:small;
	*font:x-small;
}
/*-------------------------------*/
html,body{height:100%;}
div#all{
	min-height:100%;
	height:auto !important;
	height:100%;
	width:100%;
	padding:0 0 0 0;
	font-family: sans-serif;
}
body > #all{height:auto;}

/*--------- index.html ----------*/
#contents{
	width:1000px;
	height:auto;
	margin:0 auto;
	background:#fff;
	font-size:115%;
	line-height:1.5;
}
.btmBg{
	width:1000px;
	height:auto;
	background:#8c1113;
}
.navArea{
	padding:25px 0 20px;
	text-align:center;
}
.nav{
	width:886px;
	height:auto;
	margin:0 auto;
}
.nav li{
	display:inline-block;
	width:170px;
	height:100px;
}
.navAtt{
	color:#fff;
	text-align:center;
}
.shopLink{
	font-size:169%;
}
.shopLink:before{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border:10px solid transparent;
	border-left:12px solid #ef7c00;
}
.shopLink a{color:#ef7c00;}
.shopLink a:hover{text-decoration:none;}


/*////////////////*/
#footer{
	width:1000px;
	height:auto;
	color:#000;
	background: url(../images/footerBg.jpg) no-repeat top center;
}
.footerInner{
	display:table;
	width:810px;
	height:auto;
	margin:0 auto;
	padding:45px 0 25px;
}
.footerLogo,
.footerTxt{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
.footerLogo{width:165px;}
.footerTxt{
	padding:0 0 0 70px;
	font-size:10px;
	text-align: left;
	line-height:1.3;
}

/*--------- common ----------*/
.redFnt{color:#7d0022!important;}
.bldFnt{font-weight:bold!important;}

.fnt85{font-size:85%!important;}
.fnt120{font-size:120%!important;}
.fnt135{font-size:135%!important;}
.fnt145{font-size:145%!important;}
.fnt150{font-size:150%!important;}



html {
    line-height: 1;
    font-size: 62.5%;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    padding-top: 50px;
		margin: 0;
}

/* h1 {
	margin: 0;
	line-height: 0;
} */

.inner {
    max-width: 1200px;
    width: calc(100% - 54px);
    margin: 0 auto;
}
.btn {
    transition: .3s;
    margin: auto;
    min-width: 200px;
    border: 2px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    min-height: 62px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    outline: none;
    cursor: pointer;
    position: relative;
}

.btn:after {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg) skew(8deg, 8deg);
    transform-origin: top right;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 20px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    opacity: 0.6;
}

ol, ul {
    list-style: none;
}

img {
    box-sizing: border-box;
}

/* header */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header.header-lp {
    position: fixed;
}

.header .select_lang {
    background-color: #63080a;
    position: absolute;
    top: 0;
    width: 100%;
}

.header .select_lang .inner {
    height: 50px;
}

.header .select_lang.lp .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header .select_lang.lp .inner .logo {
    width: 90px;
    padding: 10px 0;
    margin: 0 auto 0 0;
}

.header .select_lang .inner .lang_menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
}

.header .select_lang.lp .inner .lang_menu {
    margin: 0 0 0 auto;
}

.header .select_lang .inner .lang_menu li {
    padding: 0 15px;
}

.header .select_lang .inner .lang_menu li:first-child {
    border-right: 1px solid white;
}

.header .select_lang .inner .lang_menu li a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
}

.header .select_lang .inner .lang_menu li.fb-area {
    padding-right: 0;
}

.header .select_lang .inner .lang_menu li.fb-area .fb {
    font-size: 32px;
    font-size: 3.2rem;
}


/* main footer */

.footer {
    background-image: url(../img/texture-slate.jpg);
    background-color: #323130;
    color: white;
    padding: 50px 0 70px;
}

.footer-lp {
    padding: 46px 0 62px;
}

.footer .inner .footer_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.footer .inner .footer_list li a {
    position: relative;
    line-height: 24px;
    height: 24px;
    display: block;
    margin: 0 25px;
}

.overchange a {
    transition: 0s;
    opacity: 1;
}

.footer .inner .copyright {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.footer .inner .footer_list li a .en {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Oswald", sans-serif;
    display: block;
    transition: .4s;
}

.footer .inner .footer_list li a .jp {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    text-align: center;
    transition: .4s;
    font-size: 14px;
    font-size: 1.4rem;
}





@media only screen and (min-width: 768px){

    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    .hoverOpacity, .btn, body.giftcard .bts .reset {
        cursor: pointer;
        opacity: 1;
        transition: opacity 0.3s;
        -webkit-backface-visibility: hidden;
    }


    .row1 .prize-subbox .prize:last-child .prizename {
        padding-bottom: 30px;
    }


    .btn {
        transition: .3s;
    }
    .btn:hover {
        transition: .3s;
        border: 2px solid white;
        background-color: black;
        color: white;
        opacity: 1;
    }

    .footer .inner .footer_list li:hover .en {
        opacity: 0;
    }

    .footer .inner .footer_list li:hover .jp {
        opacity: 1;
    }


}


@media only screen and (max-width: 960px){


    body.lto-heineken .wrap main section.sp-service .inner .box {
        padding: 0 2%;
    }
    body.lto-heineken .wrap main section.sp-service .inner .box .ttl {
        font-size: 1.5em;
    }
}


@media only screen and (max-width: 767px){

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body.lto-heineken .wrap main section.heineken {
        margin-bottom: 20px;
    }

    body.lto-heineken {
        background-image: url(../img/bg01_sp.jpg);
    }

    .header .select_lang.lp .inner {
        height: 50px;
    }
    .header .select_lang.lp .inner .logo {
        width: 70px;
    }
    .header .select_lang .inner .lang_menu li {
        padding: 0 10px;
    }
    .header .select_lang .inner .lang_menu li a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .header .select_lang.lp .inner .lang_menu .fb-area {
        position: static;
    }
    .header .select_lang .inner .lang_menu li.fb-area .fb {
        font-size: 24px;
        font-size: 2.4rem;
    }


    .mv-lto-heineken .inner {
        margin: 0;
        position: relative;
        width: 100%;
        padding-bottom: 20px;
    }
    .fv-img-box {
        padding-top: 20px;
    }
    .fv-img .fv-product {
        position: absolute;
        top: 77%;
        z-index: 2;
    }

    .fv-img:nth-child(1) .fv-product {
        right: 3%;
    }
    .fv-img:nth-child(2) .fv-product {
        left: 14%;
        right: 0;
        top: 75%;
    }
    .fv-img:nth-child(3) .fv-product {
        left: 0;
        right: 13%;
        top: 77.5%;
    }
    .fv-img .fv-product h2 {
        font-size: 1em;
    }
    .fv-img .fv-product p {
        font-size: 1.5em;
    }
    main .mv-lto-heineken .inner::after {
        bottom: -10px;
        right: 5%;
    }

    .news h2 {
        text-shadow: 3px 3px 5px #000
    }
    .news p {
        font-size: 1.3em;
        text-shadow: 3px 3px 5px #000
    }


    main {
        background-image: url(../img/bg_sp.jpg);
    }

    body.lto-heineken .wrap main section.heineken .inner .prize-subbox, .sub-prize {
        flex-direction: column;
    }

    body.lto-heineken .wrap main section.sp-service {
        padding: 5% 0;
    }
    body.lto-heineken .wrap main section.sp-service .inner .box:last-child {
        min-width: 165px;
    }
    body.lto-heineken .wrap main section.sp-service .inner .box .ttl {
        font-size: 1.1em;
    }
    body.lto-heineken .wrap main section.sp-service .inner .box .att {
        font-size: 0.1em;
    }
    section.heineken::after {
        right: 5%;
    }

    .row3 .prizeimg {
        padding-left: 5%;
    }



    .btn {
        min-height: 57px;
        min-width: 160px;
        font-size: 19px;
        font-size: 1.9rem;
        border: 1px solid currentColor;
    }
    .btn:after {
        right: 10px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
    }



    body.lto-tomahawk .wrap main .links ul {
        width: 208px;
    }
    body.lto-tomahawk .wrap main .links ul li {
        width: 100%;
        margin: 0;
    }



    .footer {
        padding: 25px 0 27px;
    }
    .footer .inner .footer_list {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto 12px;
    }
    .footer .inner .footer_list li {
        margin-bottom: 18px;
    }
    .footer .inner .footer_list li a {
        height: 50px;
        line-height: 50px;
        margin: 0 10px;
        line-height: 15px;
        height: 15px;
    }
    .footer .inner .footer_list li a .en {
        font-size: 18px;
        font-size: 1.8rem;
    }

}
