@charset "UTF-8";
/* CSS Document */
body {
  color: #000;
}

/*header*/
.border_gradation {
  display: none; /*header上部のカラーバー*/
}

#cmn_header {
  background: #2C2E34;
}

#cmn_header .head_logo { /*ロゴのサイズによって変更*/
  width: 180px;
  padding: 15px 6px;
}

ul.head_nav {
  justify-content: center;
}

ul.head_nav li a {
  color: #fff; /*変更箇所*/
}

ul.head_nav li a:hover {
  color: #fff; /*変更箇所*/
}

ul.head_nav li::after {
  background: #fff; /*変更箇所*/
}

#cmn_header .search_btn {
  background: #2C2E34 url("../images/common/icon_search.svg") no-repeat 17px center; /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
}

/*footer*/
#cmn_footer {
  background: #647681;
}

#cmn_footer .foot_nav ul {
  border-color: #ddd;
}

#cmn_footer .foot_nav ul li a {
  color: #fff;
}

.copylight {
  padding: 8px;
  color: #fff;
  background: #2C2E34;
}

/*テキストリンク*/
a.text_link_style {
  color: #000; /*変更箇所*/
}

a.text_link_style::after {
  border-color: transparent transparent transparent #000; /*変更箇所*/
}

.back_link a.text_link_style { /* 前へ戻る/topに戻るリンク */
  color: #000; /*変更箇所*/
}

.back_link a.text_link_style::before {
  border-color: transparent #000 transparent transparent;
}

/*==========================================================================*/
/*【共通】ページ下部ボタン*/
a.common_link_btn { /*変更箇所*/
  background: #2C2E34;
  border: 1px solid #2C2E34;
  color: #fff;
}

a.common_link_btn:hover {
  opacity: 0.6;
}

/*==========================================================================*/
/*【共通】見出し等*/
.page_head,
.page_inner .text_box {
  background: #E6F2F3; /*変更箇所*/
}

.page_head h1 {
  border-color: #000; /*変更箇所*/
}

.page_head span {
  color: #000;
}

.page_inner h2 {
  border-color: #B9D5DB; /*変更箇所*/
}

.page_inner ul li:before,
.page_inner ol li:before {
  background: #B9D5DB; /*変更箇所*/
}

/*==========================================================================*/
/*【TOP】スライド*/
.firstview_slider {
  margin-bottom: 0 !important;
  padding-bottom: 12px !important;
  background: #B9D5DB;
}

.slick-dotted.slick-slider {
  padding: 0;
}

.firstview_slider .slick-slide {
  transform: scale(1);
  position: relative;
  opacity: 1;
}

.firstview_slider .slick-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  pointer-events: none;
}

.firstview_slider .slick-slide.slick-center::before {
  opacity: 0;
}

.firstview_slider img {
  border-radius: 0;
}

.firstview_slider .slick-dots {
  z-index: 10;
  bottom: -16px;
}

.slick-dots li.slick-active button:before {
  color: #000; /*変更箇所*/
}

/*==========================================================================*/
/*【共通】くじ一覧 親要素*/
#lotteries_list_container {
  background: #E6F2F3;
}

#lotteries_list_container::before {
  display: block;
  width: 100%;
  height: 6.09375vw;
  top: -1px;
  left: 0;
}

#lotteries_list_container::after {
  display: block;
  width: 100%;
  height: 6.09375vw;
  bottom: -6.09375vw;
  left: 0;
}

#lotteries_list_container .inner {
  padding: 6.09375vw 0 48px;
}

#lotteries_list_container .head_cont {
  padding-bottom: 16px; /*レイアウトに応じて変更*/
}

#lotteries_list_container h2::before {
  display: none;
}

#lotteries_list_container h2 {
  color: #000;
  margin-bottom: 12px;
  padding: 12px;
  position: relative;
}

#lotteries_list_container h2 span {
  display: block;
  font-size: 1.125rem;
  color: #8BA1AE;
}

#lotteries_list_container h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*くじ一覧*/
.lotteries_list li {
  border-radius: 0;
  padding: 0;
  box-shadow: 3px 6px 12px -6px rgba(0, 0, 0, 0.2);
}

.lotteries_list li .info_cont {
  padding: 12px;
}

.lotteries_list h3 {
  margin-top: 0;
}

/*販売status*/
span.status::after {
  display: none;
}

span.status.coming {
  background: #57CFA7;
}

span.status.clause {
  background: #727272;
}

.lotteries_list.clause p {
  color: #727272;
}

/*==========================================================================*/
/*【TOP/お知らせ】お知らせ一覧*/
.sec_news .inner {
  padding: 8vw 0 64px;
}

.information h2 {
  color: #000;
  padding-left: 0;
  padding-bottom: 12px;
  margin-left: 0;
  margin-bottom: 8px;
  position: relative;
}

.information h2 span {
  font-size: 1.125rem;
  color: #8BA1AE;
  padding-left: 8px;
}

.information h2::before {
  display: none;
}

.information h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
}

.information .dating {
  color: #85abb3;
}

.information li a,
.information li.info-group-item a {
  color: #000;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 0;
}

.information li a::after,
.information li.info-group-item a::after {
  border-color: transparent transparent transparent #000;
}

.information li a:hover,
.information li.info-group-item a:hover {
  background: none;
  box-shadow: none;
  opacity: 0.6;
}

.info-ttl {
  border-color: #2C2E34; /*変更箇所*/
}

/*==========================================================================*/
/*ページネーション*/
.pagination .active a {
  background: #2C2E34; /*変更箇所*/
}

.pagination .active a:hover { /*変更箇所*/
  border-color: #2C2E34;
  background: #fff;
  color: #2C2E34;
}

.information .pagination a {
  border-bottom: none;
}

.pagination li.prev a::before,
.pagination li.next a::after {
  color: #2C2E34; /*変更箇所*/
}

/*==========================================================================*/
/*【TOP/ご利用ガイド】オンラインくじの遊び方*/
.sec_htp {
  background: #E6F2F3;
}

.sec_htp::before {
  display: none;
}

.sec_htp h2 {
  color: #000;
  padding-bottom: 12px;
  position: relative;
}

.sec_htp h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sec_htp p {
  color: #000;
}

.htp_flow li {
  box-shadow: none;
  border-radius: 0;
  text-align: center;
}

.htp_btn {
  color: #000;
  border: 1px solid #000;
  box-shadow: none;
}

.htp_btn::after,
.htp_btn:hover::after {
  border-color: transparent transparent transparent #000;
}

.htp_btn:hover {
  color: #000;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.6;
}

.htp_btn:hover::after {
  border-color: transparent transparent transparent #000;
}

/*==========================================================================*/
/*くじ詳細ページ*/
.lotteries_container section {
  border-radius: 0;
}

.lotteries_container .sec02 {
  background: #B9D5DB;
  border-radius: 0;
}

.lotteries_container .sec02 .inner {
  border-radius: 0;
}

.buy_btn__premium_block::before {
  display: none;
}

h2.lott_rank_head {
  background: #2C2E34;
}

h2.lott_rank_head::after {
  display: none;
}

h2.lott_rank_head .ratio {
  color: #000;
}

h3.lott_benefits_head {
  background: #2C2E34;
}

.sec02 p.price {
  background: #2c2e34;
}

.open_or_clause_btn,
#lotteries_nav::after,
.open_or_clause_btn.slide-active {
  background: #2C2E34; /*変更箇所*/
}

h4.list-title::before,
h4.list-title::after {
  border-color: #B9D5DB; /*変更箇所*/
}

.point_pickup_textbox h3 {
  background: #2c2e34; /*変更箇所*/
}

.point_pickup_textbox {
  max-width: 400px;
}

.point_pickup_textbox h3 .tit_align {
  width: 210px;
}

#lotteries_list_container.lotteries_page {
  margin-bottom: 80px;
}

#lotteries_list_container.lotteries_page .inner {
  padding: 36px 0;
}

#lotteries_list_container.lotteries_page::before {
  display: none;
}

/*==========================================================================*/
/*【共通】商品のお届けについて*/
h2.guide_layout__head::before,
h2.guide_layout__head::after {
  background: #000; /*変更箇所*/
  height: 1px;
}

.caution_container h3 {
  border-color: #B9D5DB; /*変更箇所*/
}

/*==========================================================================*/
/*【くじ購入】確認ページ*/
.totalCharge {
  background: #2c2e34;
}

.totalCharge a.text_link_style {
  color: #2C2E34;
}

.totalCharge a.text_link_style::after {
  border-color: transparent transparent transparent #2C2E34;
}

.modaal-content-container .totalCharge {
  border-image: none;
  border-color: #6c8185;
}

.Addressbox dl {
  background: #E6F2F3;
}

.item_order label::after {
  border-color: #2C2E34;
  border-image: none;
}

/*==========================================================================*/
/*【くじ購入】結果ページ*/
.loader {
  background: #CBE2E3;
  background: -moz-linear-gradient(left, #CBE2E3 10%, rgba(70, 233, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #CBE2E3 10%, rgba(70, 233, 255, 0) 42%);
  background: -o-linear-gradient(left, #CBE2E3 10%, rgba(70, 233, 255, 0) 42%);
  background: -ms-linear-gradient(left, #CBE2E3 10%, rgba(70, 233, 255, 0) 42%);
  background: linear-gradient(to right, #CBE2E3 10%, rgba(70, 233, 255, 0) 42%);
}

.loader:before {
  background: #CBE2E3;
}

#loading_wrapper p {
  color: #CBE2E3; /*変更箇所*/
}

.head_block { /*新規追加*/
  font-size: 2rem;
  font-weight: bold;
}

.head_block a { /*変更箇所*/
  background: #2C2E34;
}

h3.sub_tit {
  border-color: #B9D5DB;
}

.btn_retry,
.btn_backtop { /*変更箇所*/
  background: #2C2E34;
}

/*==========================================================================*/
/*【共通】入力フォーム*/
.form_tit {
  border-bottom: 1px solid #000; /*変更箇所*/
}

.contact-items.login-form {
  border: 1px solid #000; /*変更箇所*/
}

/*==========================================================================*/
/*【共通】タブメニューボタン*/
.localmenu-list li a, .localmenu-list li span {
  background: #f1f6f7;
  color: #000;
  transition: 0.3s;
}

.localmenu-list li.active {
  background: #2C2E34; /*変更箇所*/
}

.localmenu-list li a:hover,
.localmenu-list li span:hover {
  opacity: 0.3;
  background: #f1f6f7;
}

/*==========================================================================*/
/*マイページ*/
.dating_status.on_sale, .dating_status.ended {
  background: #57CFA7;
}

.detail-item {
  background: #2C2E34; /*変更箇所*/
  border-color: #2C2E34; /*変更箇所*/
}

.detail-item .subblock {
  background: #E6F2F3; /*変更箇所*/
}

/*==========================================================================*/
/*パンくずリスト*/
/*==========================================================================*/
/*【共通】各種ボタン*/
.login_btn {
  background: #2C2E34; /*変更箇所*/
}

.form_btn {
  transition: 0.3s;
}

.history_link-item a {
  transition: 0.3s;
  color: #fff; /*変更箇所*/
  background: #2C2E34; /*変更箇所*/
  border: 2px solid #2C2E34; /*変更箇所*/
}

.history_link-item a:hover,
.form_btn:hover {
  opacity: 0.6;
  color: #fff; /*変更箇所*/
  background: #2C2E34; /*変更箇所*/
  border: 2px solid #2C2E34; /*変更箇所*/
}

.form_btn.logout:hover {
  background: #fff; /*変更箇所*/
  color: #2C2E34; /*変更箇所*/
}

.page_inner a.order_btn {
  border-color: #2C2E34; /*変更箇所*/
  color: #2C2E34;
}

.order_btn:hover {
  color: #2C2E34; /*変更箇所*/
  background: #fff;
  opacity: 0.6;
}

.order_btn::after {
  border-color: transparent transparent transparent #2C2E34; /*変更箇所*/
}

.order_btn:hover::after {
  opacity: 0.6;
  border-color: transparent transparent transparent #2C2E34; /*変更箇所*/
}

.form_btn {
  background: #2C2E34;
  border-color: #2C2E34;
}

.form_btn.logout {
  color: #2C2E34;
}

a.common_link_btn.sp-visible {
  color: #fff;
}

/*==========================================================================*/
/*【共通】下層ページ*/
.page_inner.faq h2::before,
.page_inner.faq h2::after {
  background: #000; /*変更箇所*/
  height: 1px;
}

.page_inner.faq dl dt { /*変更箇所*/
  background: #266674;
}

.page_inner.law table tr {
  border: 1px solid #000; /*変更箇所*/
}

.page_inner.law table tr:last-child {
  border: 1px solid #000; /*変更箇所*/
}

.page_inner.law table th { /*変更箇所*/
  background: #E6F2F3;
  color: #000;
  border-right: 1px solid #000;
  border-radius: 0;
}

.page_inner.law table td {
  background: #fff;
  border-radius: 0;
}

p.number {
  background-color: #2C2E34;
}

/*==========================================================================*/
/*active motion*/
/*.rank_list li.active{
    border-image: none;
    border: 3px solid #2C2E34;
}*/
/*==========================================================================*/
/*検索box*/
.search-keyword_block {
  border-color: #2C2E34;
}

h3, div, a, p {
  word-break: break-all;
}

/*===============================================================================================================*/
/* media query */
@media screen and (max-width: 820px) {
  #container {
    margin: 0;
  }
  .flex_contenter_sp {
    align-items: center;
    border-color: #81889b; /*変更箇所*/
    padding-bottom: 10px;
    padding-top: 0px;
  }
  ul.head_nav {
    border-color: #81889b; /*変更箇所*/
    border-bottom: 1px solid #81889b; /*変更箇所*/
    margin-top: -1px;
  }
  ul.head_nav li {
    border-right: 1px dashed #81889b; /*変更箇所*/
    border-color: #81889b; /*変更箇所*/
  }
  ul.head_nav li:first-child {
    border-left: 1px dashed #81889b; /*変更箇所*/
    border-color: #81889b; /*変更箇所*/
  }
  #cmn_header #search_wrap {
    border-bottom: 1px solid #81889b; /*変更箇所*/
  }
  #cmn_header .head_logo {
    width: 132px;
  }
  #lotteries_list_container::before {
    height: 66px;
    pointer-events: none;
  }
  #lotteries_list_container::after {
    height: 66px;
    pointer-events: none;
    bottom: -66px;
  }
  .sec_news .inner {
    padding: 64px 0;
  }
  .sec_news::after {
    height: 66px;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  #lotteries_list_container .inner {
    padding-top: 32px;
  }
}
@media screen and (max-width: 820px) {
  #container {
    margin-top: 0;
  }
  #cmn_header .head_logo {
    width: 132px;
    padding: 6px;
  }
}
@media screen and (max-width: 480px) {
  #cmn_header {
    background: transparent;
  }
  .flex_contenter_sp,
  ul.head_nav,
  #cmn_header #search_wrap {
    background: #2C2E34;
    padding-top: 10px;
  }
  #cmn_header .inner {
    border-bottom: none;
  }
  ul.head_nav {
    border-bottom: none;
  }
  ul.head_nav li a {
    border: none !important;
  }
  #cmn_header .head_logo {
    width: 132px;
  }
  .flex_contenter_sp {
    align-items: center;
  }
  ul.head_nav li a:first-child {
    border-left: 1px solid #E1E1E1;
  }
  #lotteries_list_container .inner {
    padding: 48px 0;
  }
  .lotteries_list li .info_cont {
    padding: 4px;
  }
  .lotteries_list h3 {
    margin-top: 0;
  }
  .lott_result_block.play {
    margin-top: 0;
  }
  .lott_result_block h2 {
    width: 240px;
    font-size: 1.5rem;
  }
  /* hover action */
  a.common_link_btn.faq:hover,
  a.common_link_btn.contact:hover {
    opacity: 1;
  }
  .information li a:hover,
  .information li.info-group-item a:hover {
    opacity: 1;
  }
  .information li a:hover::after,
  .information li.info-group-item a:hover::after {
    right: 16px;
    box-shadow: none;
  }
  .history_link-item a:hover,
  .form_btn:hover {
    opacity: 1;
  }
  .form_btn.logout:hover {
    opacity: 1;
  }
  .localmenu-list li a:hover,
  .localmenu-list li span:hover {
    opacity: 1;
  }
  .htp_btn:hover {
    opacity: 1;
  }
  .htp_btn:hover::after {
    right: 6%;
  }
  .order_btn:hover,
  .order_btn:hover::after {
    opacity: 1;
  }
}

/*# sourceMappingURL=add_style.css.map */
