@charset "utf-8";
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}
/* 共通
-------------------------------------------- */
#wrapper {
  overflow: clip;
  position: relative;
}

body {
  overflow: visible;
}
html {
  overflow: visible;
}
.NotoSerif {
  font-family: "Noto Serif JP";
  font-weight: bold;
}
.Bold {
  font-weight: bold;
}
.body16 {
  font-size: 16px !important;
}
.body12 {
  font-size: 12px;
}

.body11 {
  font-size: 11px;
}
.Left {
  text-align: left;
}
.Right {
  text-align: right;
}
.Center {
  text-align: center;
}
div#wrap_lottery section#lot_summary dl dd.caution_red {
  color: #D5655C;
  font-size: 17px;
}
a:link, a:visited {
  color: #97bbda;
  text-decoration: none;
  display: block;
}
dd.annotation {
  color: #929399;
  list-style: none;
  line-height: 1.4;
  font-size: 12px;
  padding-bottom: 4px;
}
/* top */
div#wrap_lottery.dark p {
  color: #C3C4CC;
}
div#wrap_lottery {
  width: 100%;
  font-size: 14px;
  text-align: center;
  /*background-size: cover;*/
  font-style: normal;
  font-weight: normal;
  color: #fff !important;
  word-break: break-all;
  border-top: 1px solid #E4E7EB;
  padding: 0;
}

div#wrap_lottery .bg {
  background: url("../img/bg_logo_type.png") repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 60px 16px 16px 16px;
  margin-bottom: 100px;
}

 
div#wrap_lottery .body16 {
  font-size: 16px;
}
div#wrap_lottery header {
  text-align: center;
  width: 100%;
  background-color: #060606;
  background-image: url("../img/hero_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div#wrap_lottery header h1 img {
  max-width: 1024px;
  margin: 0 auto;
}
div#wrap_lottery main {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 40px 50px;
  background-color: rgba(0, 0, 0, 0.98);
  gap: 24px;
  max-width: 1000px;
	border-radius:10px;
}
div#wrap_lottery main img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div#wrap_lottery main p.main_text {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #C3C4CC;
  font-size: 20px;
  line-height: 1.0em;
  font-weight: bold;
  border-radius: 40px;
  /*  border: 1px solid #fff;*/
  background-color: #61222D;
  padding: 12px 20px;
}
div#wrap_lottery main p.main_text2 {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 888px;
  align-self: center;
}
div#wrap_lottery main h2 {
  color: #C3C4CC;
  text-align: center;
  line-height: 140%;
  font-size: 32px;
}
div#wrap_lottery main h3 {
  color: #C3C4CC;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
div#wrap_lottery main dl.main_kikan {
  text-align: center;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #606066;
  padding: 12px 20px;
}
div#wrap_lottery main dl.main_kikan dt {
  font-size: 24px;
	color:#CEB362;
}
div#wrap_lottery main dl.main_kikan dd {
  color: #C3C4CC;
  font-size: 24px;
}
.link_browser {
  display: flex;
  justify-content: flex-end;
}
/* ------------------------------------------------- *
 *  $ 抽選販売 申込の流れ lot_flow
 * ------------------------------------------------- */
#lot_flow {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  margin: 60px auto;
  padding: 50px 80px;
  background-color: rgba(0, 0, 0, 0.6);
  gap: 24px;
  max-width: 1000px;
  border: solid 1px #606066;
  border-radius: 10px;
  color: #C3C4CC;
	z-index: 20;
}
#lot_flow div.triangle {
  background: #CEB362;
  height: calc(tan(50deg) * 30px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
#lot_flow .card {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  bottom: 10px;
  margin-top: 24px;
  background: none;
}
#lot_flow .card h3 {
  padding: 10px 24px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  background: #61222D;
  color: #ffffff;
  font-size: 19px;
  line-height: 140%;
}
#lot_flow .card .main_innerBlock {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #181819;
  padding: 16px 32px;
  text-align: left;
  gap: 20px;
  border-radius: 0 0 10px 10px;
}
#lot_flow .card .card_innerBlock {
  width: 100%;
  background-color: #181819;
  padding: 16px 32px;
  text-align: left;
  border-radius: 0 0 10px 10px;
}
#lot_flow #flow_lot_result h4 {
  color: #C3C4CC;
  font-weight: bold;
  font-size: 20px;
}
.underline {
  border-bottom: solid 1px #606066;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#lot_flow .card p span {
  color: #C3C4CC;
}

/* ------------------------------------------------- *
 *  $ 申込
 * ------------------------------------------------- */
.card_box {
  border: solid #606066 1px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.card_box_inner {
  width: 100%;
  display: flex;
}
#lot_flow .card .card_box_inner .step {
  min-width: 82px;
  text-align: center;
  background: #212124;
  padding: 16px 0;
  height: 100%;
  position: relative;
}
.step_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lot_flow .card .step p {
  font-size: 16px;
  font-weight: bold;
  color: #CEB362;
  text-align: center;
}
.step span {
  font-size: 40px;
  color: #CEB362;
  line-height: 1;
}
#lot_flow .card dl {
  padding: 16px;
}
#lot_flow .card dt {
  font-size: 20px;
  color: #CEB362;
  margin-bottom: 8px;
}
#lot_flow .card ul {
  margin-bottom: 8px;
}
#lot_flow .card ul li {
  color: #929399;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 14px;
  padding-bottom: 4px;
}
#lot_flow .card ul.annotation li {
  color: #929399;
  list-style: none;
  line-height: 1.4;
  font-size: 12px;
  padding-bottom: 4px;
}
.card_innerBlock .annotation {
  color: #929399;
  list-style: none;
  line-height: 1.5em;
  font-size: 12px;
  padding-bottom: 4px;
}
	.card_innerBlock div.annotation{
		margin-bottom:32px;
	}
/* ------------------------------------------------- *
 *  $ 下部固定 アプリリンク
 * ------------------------------------------------- */
div#reservation_pc {
	width:100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  bottom: 0;
  /*margin-top: 24px;*/
}
div#reservation_pc h3 {
  padding: 10px 24px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  background: #61222D;
  color: #ffffff !important;
  font-size: 19px !important;
  line-height: 140%;
}
div#reservation_pc div.main_innerBlock {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #181819;
  padding: 16px 32px;
  text-align: left;
  gap: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 56, 102, 0.10), 0px 0px 2px 0px rgba(0, 56, 102, 0.16);
}
div#reservation_pc div.main_innerBlock h4 {
  color: #C3C4CC;
  font-weight: bold;
  font-size: 15px;
}
div#reservation_pc div.main_innerBlock p span {
  color: #C3C4CC;
}
div#reservation_sp {
  display: none;
}
/* ------------------------------------------------- *
 *  $ 概要
 * ------------------------------------------------- */
div#wrap_lottery section#lot_summary {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  margin: 60px auto;
  padding: 50px 80px;
  background-color: rgba(0, 0, 0, 0.6);
  gap: 24px;
  max-width: 1000px;
  border: solid 1px #606066;
  border-radius: 10px;
  color: #C3C4CC;
}
div#wrap_lottery section#lot_summary dl div {
  padding: 32px;
  border-bottom: solid 1px #787880;
  text-align: left;
}


div#wrap_lottery section#lot_summary dl div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
div#wrap_lottery section#lot_summary dl dt {
  font-size: 24px;
  color: #C3C4CC;
	margin-bottom:8px;
}
div#wrap_lottery section#lot_summary dl dd {
  font-size: 20px;
  color: #929399;
}
div#wrap_lottery section#lot_summary .annotation {
  margin-top: 8px;
  font-size: 14px;
  line-height: 150%;
}
div#wrap_lottery section#lot_summary h2 {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}
div#wrap_lottery section#lot_summary h3 {
  font-size: 42px;
  color: #fff;
}
div#wrap_lottery section#lot_summary ul li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
div#wrap_lottery section#lot_summary {
  gap: 0;
}
/* ------------------------------------------------- *
 *  $ slick_slide
 * ------------------------------------------------- */
.slide > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #fff;
  color: #3498db;
  font-size: 36px;
  font-weight: bold;
}
/* arrow */
.slick-arrow {
  z-index: 2;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #3498db;
  border-right: 3px solid #3498db;
  opacity: .8;
}
.slick-arrow::before {
  content: '';
}
.slick-prev {
  left: 30px;
  transform: rotate(-135deg);
}
.slick-next {
  right: 30px;
  transform: rotate(45deg);
}


/* ------------------------------------------------- *
 *  $ carusel
 * ------------------------------------------------- */
div#wrap_lottery div.carusel {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 0px;
}
div#wrap_lottery .slick-prev, div#wrap_lottery .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  height: 82px;
}
div#wrap_lottery .slick-prev {
  left: -80px !important;
  width: 82px;
  margin-right: auto;
  background-image: url("../img/arrow_left.png");
  background-repeat: no-repeat;
  background-position: left 0px center;
  background-size: 40px 89px;
  padding-right: 40px;
}
div#wrap_lottery .slick-next {
  right: -80px !important;
  width: 42px;
  margin-right: auto;
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: left 0px center;
  background-size: 40px 89px;
  padding-right: 40px;
}
div#wrap_lottery .slick-prev:before, div#wrap_lottery .slick-next:before {
  font-size: 0px !important;
}


/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -24px;  /* 位置調整 */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;  /* 追加 */
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;  /* サイズ調整 */
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #606066;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c3c4cc;
}


/* ------------------------------------------------- *
 *  $ alcohol
 * ------------------------------------------------- */
div.caution_alcohol {
  display: flex;
  padding: 16px;
  text-align: left;
  gap: 12px;
  border-radius: 8px;
  border: solid 1px #606066;
  margin-top: 12px;
  justify-content: space-between;
  align-items: center; /* 追加 */
}
div.caution_alcohol img {
  height: 45px;
}

.sp {
  display: none;
}
.pc {
  display: block;
}
/* -------------------------------------------- */
/* SP用
/* -------------------------------------------- */
@media screen and (max-width: 750px) {
  
  #wrapper {
    overflow: clip;
  }
  div#wrap_lottery header h1 {
    width: 100vw;
    height: 50vw;
  }
	  div#wrap_lottery .bg {
    padding:16px;
  }


  div#wrap_lottery main {
    margin: 0 auto;
    padding: 16px;
	    gap: 16px;
  }

  div#wrap_lottery main p.main_text {
    width: 12em;
    font-size: 13px;
	  padding:10px;
  }
  div#wrap_lottery main h2 {
    font-size: 19px;
  }
  div#wrap_lottery main dl.main_kikan {
    padding: 12px 8px;
  }
  div#wrap_lottery main dl.main_kikan dt {
    font-size: 15px;
  }
  div#wrap_lottery main dl.main_kikan dd {
    font-size: 15px;
  }
	

  div#wrap_lottery section#lot_summary {
    padding: 16px;
	      margin: 32px auto;
  }
  div#wrap_lottery section#lot_summary dl dt {
    font-size: 15px;
  }
  div#wrap_lottery section#lot_summary dl dd {
    font-size: 14px;
  }
  div#wrap_lottery section#lot_summary dl div {
    padding: 16px 0;
  }
  div#wrap_lottery section#lot_summary h2 {
    font-size: 18px;
  }
  div#wrap_lottery section#lot_summary dl dd.caution_red {
    font-size: 13px;
  }

	div#wrap_lottery section#lot_summary ul li {
		font-size:14px;
	}
	
	div#wrap_lottery section#lot_summary .annotation{
		font-size:12px;
	}
	
	div#wrap_lottery section#lot_summary .annotation ul li {
	font-size:12px;
		margin-bottom:4px;
	}
	
  #lot_flow {
	  margin:16px auto 0;
    border: solid 0px;
    padding: 16px 0 0;
    background-color: rgba(0, 0, 0, 0);
	      gap: 16px;
  }
  #lot_flow h2 {
    font-size: 18px;
  }
  #lot_flow .card h3 {
    font-size: 15px;
  }
#lot_flow .card .card_innerBlock {
    padding: 16px;
  }
	
	.card_innerBlock div.annotation{
		margin-bottom:24px;
	}
  #lot_flow .card .card_box_inner .step {
    min-width: 63px;
  }
  #lot_flow .card .step p {
    font-size: 11px;
  }
  .step span {
    font-size: 32px;
  }
	
	
	
	
  #lot_flow .card dt {
    font-size: 16px;
  }
  #lot_flow .card ul li {
    font-size: 12px;
    line-height: 1.6;
  }
  div.caution_alcohol p {
    font-size: 9px !important;
  }
  div.caution_alcohol p .bold {
    fnot-size: 10px;
  }
  div.caution_alcohol img {
    height: 36px;
  }
  div.caution_alcohol {
    justify-content: center;
    padding: 8px 10px;
	  gap:8px;
  }
  .link_browser {
    font-size: 12px;
  }
	
	#lot_flow #flow_lot_result h4{
		font-size:15px;
	}
	
	
  div#reservation_sp {
    display: block;
    position: sticky;
    bottom: 0px;
    background-color: #0D0D0D;
    padding: 8px 0px 8px 0px;
    margin-bottom: 16px;
  }
  div#reservation_sp h3 {
    display: flex;
    min-height: 56px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 6px;
    background: #0072CE;
    color: #ffffff;
    margin-top: 4px;
    margin-left: 16px;
    margin-right: 16px;
	  font-size:14px;
  }
  div#reservation_pc {
    display: none;
  }
	
	
.sp {
    display: block;
  }
  .pc {
    display: none;
  }	

.sp_download {
        display: flex;
        flex-direction: column;
        padding: 16px 0;
        font-size: 12px;
        text-align: left;
    }
	
  .sp_download div.store {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }	
	
.sp_download p{
		color:#C3C4CC;
	}
	.sp_download div{
		font-size:11px;
		color:#929399;
	}
.sp_download ol {
        list-style-type: decimal;
        list-style-position: outside;
        margin-bottom: 16px;
        margin-left: 16px;
	color:#929399;
	font-size:11px;
    }		

	/* スマートフォン用の設定 */
  div#wrap_lottery div.carusel {
    max-width: 100%;
    /* パディングを小さくして表示領域を確保 */
    padding-right: 20px;
    padding-left: 20px;
  }

  /* スライド画像を大きく表示 */
  div#wrap_lottery div.carusel .slick-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* 矢印ナビゲーションの位置調整 */
  div#wrap_lottery .slick-prev {
    left: -30px !important;
    width: 21px;
    background-size: 20px 44.5px;
    z-index: 1;
	   padding-left:20px;
  }

  div#wrap_lottery .slick-next {
    right: -30px !important;
    width: 21px;
    background-size: 20px 44.5px;
    z-index: 1;
	  padding-right:20px;
  }

  /* スライドのパディングを調整 */
  div#wrap_lottery .slick-slide {
    padding: 0;
  }

  /* 現在のスライドを強調表示 */
  div#wrap_lottery .slick-current {
    opacity: 1;
  }

  /* 両サイドのスライドを少し透過 */
  div#wrap_lottery .slick-slide:not(.slick-current) {
    opacity: 0.5;
  }
	
}

