
/* =========================================================
		common
========================================================= */
body{font-family:"Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;font-size:16px;line-height:1.7; margin:0;padding:0;min-width:100%;letter-spacing:0.8px;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative; color: #000046; font-weight: 500;}
.gfont{font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;}
.en{font-family: Arial, Helvetica, "sans-serif";}
.en2{font-family: "BombayDisplay", "sans-serif"; font-weight: 300;}
a{text-decoration: none; color: #000046;}
.pc-none{display:none;}
.sp-none{display:block;}
img{width:100%;} .clear{clear:both;} select::-ms-expand{display:none;}
button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;appearance:none;}
/* =========================================================
	kv
========================================================= */
.main_ttl_area{background: #00124e; height: 245px; background-size:cover;}
.main_ttl_area h1{width: 290px; margin: 0 auto; padding: 25px 0 0;}
.main_ttl_area .main_ttl{width: 940px; margin: -62px auto 0;}

.main_kv{background: url("../img/main_bg.jpg") no-repeat center; height: 480px; background-size:cover;}
.main_kv .main_pic{width: 920px; margin:0 auto 0; padding-top: 23px; display: flex;}
.cp_necker {
	text-align: center;
	padding: 1.5rem 0;
	font-size: 1.1rem;
	font-weight: bold;
	 line-height: 1.5;
}	

.kv_date{padding: 26px 0; z-index: 999;}
.kv_date p{color: #fff; font-weight: 700; font-size: 25px; line-height: 0.7; padding: 2px 0; text-align: center; font-feature-settings: "palt";}
.kv_date p span{font-size: 1.5em;}

.entry_area{background: #d4f0f8;}
.entry_area .inner{display: flex; justify-content: center; margin: 0 auto; padding: 50px 0 35px;}
.entry_area .entry_btn a{
	position: relative;
	display: block;
    width: 320px;
    padding: 25px 0 20px;
    margin: 0 10px;
    background-color: #c32219;
	border: 3px solid #c32219;
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0.2vw 0 0 #a9120b;
    transition: 0.2s;
    position: relative;
	line-height: 1;
	border-radius: 6px;
}
.entry_area .entry_btn a:hover{
	opacity: 0.85;
transform: translateY(0.2vw);
  box-shadow: 0 0 0 #a9120b;}
.entry_area .entry_btn a span{font-size: 1.25em;}
.entry_area .entry_btn a .subcopy{
background-color: #c32219; 
border:2px solid #fff; 
border-radius: 3em;
position: absolute;
top: -29px;
left: 50%;
transform: translateX(-50%);
width: 55%;
padding: 10px 0;
font-size: 14px;
letter-spacing: 0.3px;
}
.entry_area .entry_btn a .subcopy::before {
    content: "";
    top: 34px;
    left: 46%;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 8px solid;
    border-color: white transparent transparent transparent;
}
.entry_area .entry_btn a .subcopy::after {
    content: "";
    top: 31px;
    left: 46%;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 8px solid;
    border-color: #c32219 transparent transparent transparent;
}
.entry_area .login_btn a{
	background-color: #fff;
	border: 3px solid #c32219;
	color: #c32219;
}
.entry_area .login_btn a .subcopy{background-color: #fff; border:2px solid #c32219;}
.entry_area .login_btn a .subcopy::before {border-color: #c32219 transparent transparent transparent;}
.entry_area .login_btn a .subcopy::after {border-color: #fff transparent transparent transparent;}
.sign_btn a span, .login_btn a span{letter-spacing: 0; font-size: 14px;}

/* =========================================================
		cp con
========================================================= */
.cp_con{
background: url("../img/navy-bg.jpg")repeat center top;
background-size: cover;
padding: 85px 0 80px;
}
.cp_con .inner{
	margin: 0 auto;
	width: 900px;
}
.cp_con .cp_ttl{
	margin: 0 auto;
	width: 760px;
	padding-bottom: 45px;
}



/*---chance1----*/
.chance_con1{
	background: #d9eff7; 
	padding: 65px 50px 55px; 
	position: relative;
	margin-bottom: 60px;
}

.chance_con1 .ch_icon{
width: 165px;
	position: absolute;
	top: -30px;
	left: -30px;
}

.chance_con1 .ch_ttl_box{display: flex; justify-content: center;}
.chance_con1 .ttl_sub{
width: 165px;
	margin:0 10px 0 20px;
}

.chance_con1 .ch_ttl1{
width: 480px;
	padding-bottom: 25px;
}

.chance_con1 .ch_copy1{
text-align: center;
	padding-bottom: 34px;
	font-size: 20px;
font-weight: 500;
}




.present_box{
	background: #fff;
	position: relative;
	padding: 10px;
}
.present_box .pre_inner{
	border: 1px solid #eacf9d;
	position: relative;
}
.present_box .present_en{
	position: absolute;
	width: 255px;
	left: -45px;
	top: -55px;
    display: none;
}

.present_box .pre_con{
	display: flex;
	flex-direction: row-reverse;
	padding: 30px 25px 35px 40px;
	justify-content: space-between;
	align-items: center;
}
.present_box .pre_con .pre_detail{
	width: 47%;
}
.present_box .pre_detail .pre_title{
	width: 84%;
margin: 10px auto 6px;}
.present_box .pre_detail .p{
	font-size: 16px;
}



.present_box .pre_con .pre_pic{
	width: 52%;
	margin-top: -20px;
}


/*---chance2----*/
.chance_con2{
	background: #e0e5f3; 
	padding: 65px 50px 55px; 
	position: relative;
}

.chance_con2 .ch_icon{
width: 165px;
	position: absolute;
	top: -30px;
	left: -30px;
}

.chance_con2 .ttl_sub{
width: 195px;
    position: absolute;
    right: 65px;
    top: 25px;
}

.chance_con2 .ch_ttl1{
width: 600px;
	margin: 0 auto 20px;
}

.chance_con2 .ch_copy1{
text-align: center;
	padding-bottom: 35px;
	font-size: 20px;
font-weight: 500;
}


.chance_con2 .present_box .pre_con{padding: 10px 130px 10px 85px;}
.chance_con2 .present_box .pre_con .pre_detail{
	width: 55%;
	margin-top: 15px;
}
.chance_con2 .present_box .pre_detail .pre_title{
	width: 92%;
margin: 20px auto 0;}




.chance_con2 .present_box .pre_con .pre_pic{
	width: 30%;
	margin-top: 0;
}




/*---artist profile---*/
.artist_profile{background: #000046; width: 82%; margin: 15px auto 30px; padding: 4% 3.5% 4% 4%; display: flex; justify-content: space-between;}
.artist_profile .artist_photo{width: 30.5%; margin-right: 3.5%;}
.artist_profile .artist_detail{width: 66%; position: relative; color: #fff;}
.artist_profile .artist_detail .name2{font-size: 15px;}
.artist_profile .artist_detail h4{font-size: 30px; padding-bottom: 12px; line-height: 1.1; font-weight: 500;}
.artist_profile .artist_detail .profile{font-size: 14px; line-height: 1.55;}
.artist_profile .artist_detail .insta_link{width: 33px; position: absolute; top: 20px; right: 12px;}
.artist_profile .artist_detail .insta_link a{transition: all .3s;}
.artist_profile .artist_detail .insta_link a:hover{opacity: 0.7;}


/* =========================================================
		howto
========================================================= */
.howto_con{width: 1000px; margin: 65px auto 70px;}
.howto_con .howto_ttl1{font-size: 54px; margin: 0 auto 0; text-align: center; line-height: 1;}
.howto_con .howto_ttl1_sub{font-size: 22px; text-align: center; margin-bottom: 55px;}
.howto_con ul{display: flex; justify-content: space-between;}
.l-step_item {
    /*width: 20%;*/
    width: 19%;
	position: relative;
}


.l-step_inner{
	background: #c2f3fc;
	padding: 40px 5% 20px;
	height: 285px;
}



.l-step_item_img {
  width: 84%;
	margin: 0 auto;
}
.l-step_item_no {
	color: #00C3F2;
	font-size: 30px;
	    left: -7px;
    top: -23px;
	position: absolute;
	z-index: 2;
}

.l-step_item_ttl {
       margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    border-top: solid #fff 2px;
    padding-top: 15px;
	line-height: 1.35;
}
.l-step_item_txt{
	 margin-top: 8px;
    font-size: 14px;
	line-height: 1.5;
}
.l-step_item_att{
	margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
}
.kiyaku_btn a{
	
	   display: block;
    width: 200px;
    padding: 15px 0;
    margin: 0 auto 0;
  border:2px solid #000046;
    
    color: #000046;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
   
   
    position: relative;
	line-height: 1;
	transition: all .3s;
	}
	
.kiyaku_btn a:hover{
	
	 color: #fff;
background:#000046;
 
	
	
}
	.kiyaku_btn a::after{
    content: "";
    width: 6px;
    height: 6px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 7%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 1px solid #000046;
    border-right: 1px solid #000046;
}
	.kiyaku_btn a:hover::after{

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.kiyaku_att{
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
/* =========================================================
		product
========================================================= */
.product_con{background-color: #c2f3fc; padding: 60px 0 60px;}
.product_con .inner{width: 880px; margin: 0 auto;}
.product_con .product_ttl{font-size: 54px; margin: 0 auto 0; text-align: center; line-height: 1;}
.product_con .product_ttl_sub{font-size: 22px; text-align: center; margin-bottom: 10px;}


.product_con .product{display: flex; justify-content: space-between;}
.product_con .product .picture{width: 45%; text-align: center;}
.product_con .product .picture img{width: 61%; margin: 0 auto;}
.product_con .product .brand_detail{width: 53%;}
.product_con .product .brand_detail .name_en{font-size: 48px; padding-top: 50px; line-height: 1;}
.product_con .product .brand_detail .name{font-size:19px; padding:6px 0 5px;}
.product_con .product .brand_detail .name span{font-size: 0.75em;}
.product_con .product .brand_detail .necker_att{font-size: 13px; padding-bottom: 35px;}
.product_con .product .brand_detail .brand_story{font-size: 26px; text-align: center;  margin: 0 auto 0;}
.p-about__box {margin: 5px auto 0;}
.p-about__line {
opacity: 1;
    -webkit-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  position: relative;
  height: 1px;
  background-color: #00C3F2;
}
.p-about__line-deco {
 opacity: 1;
  position: absolute;
  top: 0;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  background-color: #00C3F2;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
  transform: rotate(-45deg) skew(10deg, 10deg);
}
.p-about__line-deco--l {
  left: 0;
}
.p-about__line-deco--r {
  right: 0;
}
.p-about__text {
  padding: 20px 9px 20px;
  font-size: 16px;
  line-height: 28px;
	letter-spacing: 1px;
  letter-spacing: normal;
  font-weight: 500;
  text-align: left;
}
.brand_link a{
	display: block;
	background: #fff;
    width: 230px;
    padding: 20px 0;
    margin: 35px auto 0;
 
	color: #000046;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
	position: relative;
	line-height: 1;
	transition: all .3s;}
.brand_link a:hover{
	background: #000046;
 
	color: #fff;
}
.brand_link a::after{
    content: "";
    width: 6px;
    height: 6px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 7%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 1px solid #000046;
    border-right: 1px solid #000046;
}
.brand_link a:hover::after{

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/* =========================================================
		gintonic
========================================================= */
.gintonic_con{background-color: #00C3F2; padding: 60px 0 75px; color: #fff;}
.gintonic_con .inner{width: 900px; margin: 0 auto;}
.gintonic_con .gin_ttl{font-size: 54px; margin: 0 auto 0; text-align: center; line-height: 1; color: #fff;}
.gintonic_con .gin_ttl_sub{font-size: 22px; text-align: center; margin-bottom: 0; color: #fff;}

.gin_area{display: flex; align-items: center;}
.gin_area .make_detail{width: 62%; margin-right: 8%;}
.gin_area .make_pic{width: 31%;}
.gin_area .make_detail h4{font-size: 17px; padding: 30px 0 10px}
.gin_area .gin_pre{font-size: 16px;}
.gin_area .gin_pre_copy{font-size: 15px; padding-bottom: 15px; letter-spacing: 0; line-height: 1.5;}
.gin_area .gin_step{font-size: 21px; line-height: 1;}
.gin_area .gin_step_copy{font-size:15px; padding-bottom: 12px;}

.gintonic_con .p-about__text {
    padding: 15px 5px 5px;
}
.gintonic_con .p-about__line{background-color: #fff;}
.gintonic_con .p-about__line-deco {background-color: #fff;}

.gintonic_con .gin_point{background: rgba(255,255,255,0.7); padding: 15px 10px 15px 25px; border-radius: 6px; margin-top: 25px; display: table;} 
.gintonic_con .gin_point_flex{display: flex; align-items: center;}
.gintonic_con .gin_point .point_pic{width: 170px; margin-right: 15px;}
.gintonic_con .gin_point .point_copy{font-size: 14px; color: #00124a; line-height: 1.3;} 



.gintonic_con {
	position: relative;
}
.button001 {
	padding: 65px 0 90px;

}
.button001 a {

    background: #000046;
    color: #FFF;
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 16px 0;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    left: 0;
    right: 0;
    font-size: 1.3rem;
}
.button001 a:hover {
   	opacity: 0.75;
}
.button001 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #e0e5f3;
    border-right: 1px solid #e0e5f3;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

/* =========================================================
		footer
========================================================= */
footer{background: #000046; color: #fff;}
.footer_bg{
	background-image: url(../img/footer-bg@2x.png); 
	padding: 75px 0 65px;position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;}
.footer_inner{width: 980px; margin: 0 auto;}
.footer_inner .footer_con1{display: flex; justify-content: space-between; margin-bottom: 90px; flex-direction: row-reverse;}
.footer_con1 .contact h4{font-size: 20px; padding: 8px 0 12px;}
.footer_con1 .contact p{font-size: 15px; padding-bottom: 15px;}
.footer_con1 .contact p a{color: #fff;}
.footer_logo{width: 270px; margin: 12px 0 0;}
.l-footer_notice{display: flex;}
.l-footer_notice dt{width: 46px; margin-right: 13px;}
.l-footer_notice dd{font-size: 13px;}
.copyr{
	text-align: right;
	margin-top: -20px;
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
}
.totop {
 
   background: #03c3f2;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 2%;
    z-index: 999;
    text-align: right;
    right: 0;
    bottom: 0;
    position: relative;
    opacity: 1;
    position: fixed;
    bottom: 30px;
    opacity: 0.8;
    display: none;
    z-index: 1;
    
}
.totop a {
 
      display: inline-block;
    position: relative;
    width: 41px;
    height: 40px;
}

.totop a::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    vertical-align: middle;
    right: 34%;
    top: 15px;
}




.coming_date{
	background: #c2f3fc;
}
.coming_date p{
	color: #000046;
	font-size: 40px;
	font-weight: 600;
}
.coming_flogo{
	width:290px;
	margin: 0 auto 95px;
}


.end_date{
	background: #d9eff7;
	padding: 21px 0;
}
.end_date2{
	background: #fff;
	padding: 0 0 50px;
	margin-top: -10px;
}
.end_date p{
line-height: 1.5;
    font-size: 28px;
	color: #00124a;
	    letter-spacing: 2px;
}



/* =========================================================
		top modal
========================================================= */
#wrap{
	display: none	
}

.modal {
     display: block;
	background: #f8f1e1;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200000;
	  }
#ageModal .modal__bg {
 background:url(../img/main_bg.jpg) ;
    background-size: cover;
	flex-direction: column;
align-items: center;
position: fixed;
	display: flex;

}

.modal .modal__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.modal .modal__contents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#ageModal .modal__contentsInner {
	background-color: rgba(255,255,255,0.9);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    transform: translate(-50%,-50%);
    background-size: contain;
    padding: 7% 8% 8%;
    width: 40%;
}

#ageModal .age__dewarsLogo {
    width: 65%;
    margin: 0 auto 0;
}


#ageModal .age__txt {
  margin-top: 5.13699%;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: center;
    line-height: 1.3;
}

#ageModal .age__txt span {
    display: block;
    margin-top: .3em;
    font-size:27px;
 font-weight: 500;
}


#ageModal .age__btns {
    display: flex;
    margin-top: 6.84932%;
    justify-content: center;
}



      #ageModal .age__btns > li {
      
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s; }
        #ageModal .age__btns > li:nth-of-type(1) {
          float: left; }
        #ageModal .age__btns > li:nth-of-type(2) {
          float: right; }
        #ageModal .age__btns > li:hover {
          opacity: .75; }


#ageModal .age__btns>li {
    width: 38%;
    margin: 0 1.5%;
}

button {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: inherit;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lock1{position: fixed; width: 100%;}
.age__btns button{
	    border: 1px solid #000046;
    padding: 12px 0;
	    width: 100%;
    font-size: 15px;
    font-weight: 600;
	color: #000046;
}
.age__btns button:hover{
  background: #000046;
	color: #fff;
	opacity: 1;
}
.modal .copyr{letter-spacing: 0; font-size: 12px; text-align: center; color: #fff;
 position: absolute;
	bottom:5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 90%;
}