﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#FF8300;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#FF8300;
	opacity: 0.7;
	transition: all 0.5s;
}

body, .liana {
    font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
    background-color: #1A1A1A;
}

#fix-bnr {
    right: 70px;
    bottom: 15px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}



/* nav */
.menu-trigger {
    top:60%;
}

.close-trigger {
    top:85%;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

.main_img_inner {
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
}

/* top */

.top_title h2.right {
    right: auto;
    left: 60px;
    top: auto;
    bottom: 100px;
}

.top_title:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
}

.top_title h2.left {
    left: auto;
    right: 60px;
    top: auto;
    bottom: 100px;
}


.box1 .con_box_item:before {
    content: "";
    width: 40%;
    height: 50%;
    position: absolute;
    bottom: -30%;
    right: -15%;
    background-image: url('/Dup/img/wisky.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.box2 .con_box_item:before {
    content: "";
    width: 29%;
    height: 35%;
    position: absolute;
    top: 25%;
    left: 5%;
    background-image: url(/Dup/img/beer.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-15deg);
}

.box2 .con_box_item:after {
    content: "";
    width: 15%;
    height: 45%;
    position: absolute;
    bottom: -30%;
    right: -15%;
    background-image: url(/Dup/img/sour.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(5deg);
}

.box3 .con_box_item:before {
    content: "";
    width: 40%;
    height: 35%;
    position: absolute;
    bottom: -50%;
    right: 10%;
    background-image: url(/Dup/img/ver.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* top-cms */



/* ----------　下層ページ　---------- */

#page_title .en:before {
    background-color: #FF8300;
}

#cms_2-h .cate {
    color: #1A1A1A!important;
}


/* 会社情報 */
/* お問い合わせ */

#page8 .con_box #contact_tel a {
    background-color: #FF8300;
}


/* プライバシーポリシー */

#page9 .box p a {
    color: #333333;
}

/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.top_title h2.right, .top_title h2.left {
    bottom: 25px;
}
    
.box2 .con_box_item:before {
    width: 20%;
    height: 35%;
    top: 30%;
    left: -5%;
}

.box2 .con_box_item:after {
    width: 15%;
    height: 45%;
    bottom: -25%;
    right: -5%;
}

.box3 .con_box_item:before {
    width: 40%;
    height: 35%;
    bottom: -35%;
    right: -5%;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#fix-bnr {
    right: 0;
    left: 0;
    margin: auto;
}
    
#video {
    height: 70vh;
}
    
.top_title h2.right{
    left: 20px;
    
}
 .top_title h2.left {
    right: 20px;
}

.box1 .con_box_item:before {
    width: 40%;
    height: 50%;
    bottom: 20%;
    right: -15%;
    opacity: 0.5;
}

.box2 .con_box_item:before {
    opacity: 0.5;
}

.box2 .con_box_item:after {
    width: 15%;
    height: 40%;
    bottom: 10%;
    right: -5%;
    opacity: 0.5;
}

.box3 .con_box_item:before {
    width: 65%;
    height: 35%;
    bottom: -50%;
    right: 15%;
    opacity: 0.5;
}

    
}