@charset "UTF-8";
.bgBrown {
  background-color: #534427;
}

.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  -webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

a.txtLink {
  text-decoration: underline;
  color: #0000ff;
  display: inline;
}

/*=============== アコーディオン ===============*/
.displayNone {
  display: none;
}

.accordion {
  font-size: 22px;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 8.33333% 3.125%;
}

.accordion ul {
  overflow: hidden;
  border-right: 3px solid #999;
  border-bottom: 3px solid #999;
  border-left: 3px solid #999;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.accordion li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.accordio01n a {
  display: block;
}

.switch {
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 19px 65px 20px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px -5px 0px 0px #666 inset;
  box-shadow: 0px -5px 0px 0px #666 inset;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  background-color: #999;
  line-height: 1.3;
  width: 100%;
}

.switch:after {
  display: none;
}

.switch.open {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.switch.open:after {
  -moz-transform: translate(-50%, -60%) rotate(-90deg);
  -ms-transform: translate(-50%, -60%) rotate(-90deg);
  -webkit-transform: translate(-50%, -60%) rotate(-90deg);
  transform: translate(-50%, -60%) rotate(-90deg);
}

/*=================================================== */
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.switch .toggle_btn:before, .toggle_btn:after {
  display: block;
  content: "";
  background-color: #ff6201;
  position: absolute;
  width: 14px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.switch .toggle_btn:before {
  width: 4px;
  height: 14px;
}

.switch.open .toggle_btn:before {
  content: normal;
}

.accordion.acco_shoplist .switch:after {
  display: none;
}

@media only screen and (max-width: 960px) {
  .accordion.acco_shoplist li {
    font-size: 12px;
  }
  .toggle_btn {
    /*right: 18px;*/
    width: 20px;
    height: 20px;
  }
  .switch {
    padding: 19px 50px 20px;
  }
  .switch .toggle_btn:before, .toggle_btn:after {
    width: 10px;
    height: 2px;
  }
  .switch .toggle_btn:before {
    width: 2px;
    height: 10px;
  }
}
.bgYellow {
  background-color: #ff6201;
}

.bgYellow.participation {
  position: relative;
  padding: 10.8% 0 7.2%;
}

.bgYellow.participation h2 {
  position: absolute;
  max-width: 483px;
  width: 50.3%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.bgYellow.participation .contsImg {
  max-width: 880px;
  width: 91.7%;
  margin: 0 auto;
  padding: 0 4.1666% 0;
}

.bgYellow.dpointRank {
  padding: 6% 0 6.2%;
}

.bgYellow.dpointRank h2 {
  max-width: 800px;
  width: 83.4%;
  margin: 0 auto;
}

.bgYellow.dpointRank .contsImg {
  max-width: 800px;
  width: 83.4%;
  padding: 0;
}

.bgYellow.dpointRank .type02 .contentWrap .contsImg {
  width: 100%;
  margin: 0;
}

.type02 .switch {
  background-color: #C80034;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0px -5px 0px 0px #C80034 inset;
  box-shadow: 0px -5px 0px 0px #C80034 inset;
  padding: 3% 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media only screen and (max-width: 960px) {
  .type02 .switch {
    padding: 16px 0 8px;
  }
}

.type02 .switch.open {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 18px 18px 0 0;
  border-radius: 18px 18px 0 0;
}

.accordion.type02 {
  max-width: 800px;
  width: 83.4%;
}

.type02 .accordion .contsImg {
  padding: 0;
}

.type02 .toggle_btn {
  top: 46%;
  width: 46px;
  height: 46px;
}

.type02 .switch .toggle_btn:before, .type02 .switch .toggle_btn:after {
  width: 24px;
  height: 6px;
}

.type02 .switch .toggle_btn:before {
  width: 6px;
  height: 24px;
}

.type02 .switch img {
  width: 47.5%;
}

.type02 .contentWrap {
  background-color: #fff;
  padding: 5%;
  border-radius: 0 0 18px 18px;
  border: 6px solid #C80034;
}

.btnLink02 {
  display: block;
  max-width: 670px;
  width: 69.8%;
  margin: 0 auto;
  padding: 0 3.125% 2.0832%;
}

@media only screen and (max-width: 960px) {
  .type02 .switch {
    border-radius: 10px;
  }
  .type02 .switch.open {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .type02 .toggle_btn {
    right: 16px;
    width: 20px;
    height: 20px;
  }
  .type02 .switch .toggle_btn:before {
    width: 2px;
    height: 12px;
  }
  .type02 .switch .toggle_btn:after {
    width: 12px;
    height: 2px;
  }
  .type02 .contentWrap {
    padding-bottom: 3.125%;
    border-radius: 0 0 10px 10px;
  }
}
.bgBrown {
  background-color: #534427;
  padding: 0;
}

.bgBrown h2 {
  max-width: 800px;
  width: 77.1%;
  margin: 0 auto;
}

.bnrLink {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .bnrLink {
    padding: 0 8.33333% 3.125%;
    width: auto;
  }
}

.cpNotesItem01 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.cpNotesItem02 {
  text-indent: -3em;
  padding-left: 3em;
}

.cpNotesItem1 {
  padding: 0px 0px 0px 1em;
}

.cpNotesItem2 {
  padding: 0px 0px 0px 2em;
}

.cpNotesItem3 {
  padding: 0px 0px 0px 3em;
}

.cpNotesItem4 {
  padding: 0px 0px 0px 4em;
}

.anchor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3% 3% 1.5%;
}
.anchor > li {
  width: 29.375%;
}

.entry {
  display: flex;
  flex-direction: column;
  padding: 1.5% 3% 3%;
  gap: 1vw;
}
.entry .doubleBtn {
  display: flex;
  flex-direction: row;
}

.txtIndent01 {
  text-indent: -1em;
  padding-left: 1em;
}

.txtIndent02 {
  text-indent: -2em;
  padding-left: 2em;
}

.contsTxt {
  padding: 0 3% 0;
  position: relative;
  z-index: 1;
}
.contsTxt a {
  display: inline;
  text-decoration: underline;
  color: #217ebb;
}
.contsTxt .large {
  font-size: 18px;
  font-weight: bold;
}

.campaign {
  padding: 3vw 3%;
}

.campaignList {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}
.campaignList > li {
  position: relative;
}

.campaign02Entry {
  position: absolute;
  top: 230px;
  left: 50%;
  width: 598px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .campaign02Entry {
    top: 23.5vw;
    width: 65%;
  }
}

.campaign02About {
  position: absolute;
  top: 1730px;
  left: 50%;
  width: 500px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .campaign02About {
    top: 180vw;
    width: 65%;
  }
}

.campaign02Roulette {
  position: absolute;
  left: 50%;
  width: 650px;
  transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .campaign02Roulette {
    width: 75%;
  }
}
.campaign02Roulette.active {
  pointer-events: auto;
  box-shadow: 0px 4.75342px 7.60548px rgba(0, 0, 0, 0.8);
  border-radius: 14.2603px;
}
.campaign02Roulette.campaign02Roulette12 {
  top: 2170px;
}
@media only screen and (max-width: 960px) {
  .campaign02Roulette.campaign02Roulette12 {
    top: 227vw;
  }
}
.campaign02Roulette.campaign02Roulette1 {
  top: 2305px;
}
@media only screen and (max-width: 960px) {
  .campaign02Roulette.campaign02Roulette1 {
    top: 241vw;
  }
}
.campaign02Roulette.campaign02Roulette2 {
  top: 2440px;
}
@media only screen and (max-width: 960px) {
  .campaign02Roulette.campaign02Roulette2 {
    top: 255vw;
  }
}
.campaign02Roulette.campaign02Roulette3 {
  top: 2575px;
}
@media only screen and (max-width: 960px) {
  .campaign02Roulette.campaign02Roulette3 {
    top: 269vw;
  }
}

.campaignPagetop {
  text-align: right;
}
.campaignPagetop a {
  width: 18.3333333333%;
}
@media only screen and (max-width: 960px) {
  .campaignPagetop a {
    width: 30%;
  }
}

.campaignNotes {
  padding: 0.5vw 0;
}

.banner .goldTitle {
  max-width: 364px;
}

.cpNotesList {
  background-color: #fff;
}
.cpNotesList .large {
  font-size: 18px;
  font-weight: bold;
}

.bgYellow {
  background-color: #FFF9D2;
}

.contsImg {
  padding: 0;
  margin: 0 1% 0;
  background-color: #fff;
}

.contsTxt.white {
  color: #FFF;
}
.contsTxt.white a {
  color: #FFF;
}
.contsTxt.white p {
  color: #FFF;
}
.contsTxt.black {
  color: #000;
}
.contsTxt.black p {
  color: #000;
}
.contsTxt .textRed {
  color: #d00e31;
}

.dpointRankList {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 4vw 2vw 0;
}
@media only screen and (max-width: 960px) {
  .dpointRankList {
    gap: 50px;
    padding: 32px 3% 0;
  }
}
.dpointRankList > li {
  background-color: #fff;
  padding: 3vw 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .dpointRankList > li {
    padding: 16px 0;
  }
}
.dpointRankList > li::before {
  content: "";
  width: 199px;
  height: 61px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 26px;
}
@media only screen and (max-width: 960px) {
  .dpointRankList > li::before {
    width: 80px;
    top: -16px;
    left: 2.7083333333%;
  }
}
.dpointRankList > li:nth-of-type(1)::before {
  background-image: url("../img/tab_1.png");
}
.dpointRankList > li:nth-of-type(2)::before {
  background-image: url("../img/tab_2.png");
}

.dpointRankLink {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-top: 1vw;
}
.dpointRankLink a {
  display: block;
  color: #3D3D3D;
}
.dpointRankLink a::after {
  content: "";
  display: inline-block;
  top: 0;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3D3D3D;
  border-right: 2px solid #3D3D3D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.conts02 .contsTxt {
  padding: 4% 8%;
}

/*--------- 検索 ---------*/
.form_searchBox_outline {
  width: 70%;
  max-width: 560px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.searchTextWrap {
  position: relative;
  width: 80%;
  display: inline-block;
}

.form_input_searchText {
  width: 100%;
  padding-left: 80px;
  box-sizing: border-box;
  border: 1px solid #8b7b74;
  color: #8b7b74;
  border-radius: 6px 0 0 6px;
  font-size: 24px;
  background: url("../img/ic_search_bar.png") 24px no-repeat;
  background-size: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 78px;
}
@media only screen and (max-width: 960px) {
  .form_input_searchText {
    padding-left: 40px;
    font-size: 14px;
    background: url("../img/ic_search_bar.png") 7px no-repeat;
    background-size: 14px;
    line-height: 40px;
  }
}

/* IE11 調節 */
.form_input_searchText::placeholder {
  color: #8b7b74;
}

.form_input_searchText:focus {
  background: none;
  padding-left: 10px;
}

/*テキストリセットボタン*/
.resetBttnWrap {
  display: none;
  position: absolute;
  top: 35%;
  right: 2.5%;
}

.resetBttn {
  background: url("../img/ic_suggest_clear.png") no-repeat;
  background-size: 18px 18px;
  text-indent: -9999px;
  white-space: nowrap;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}

/*IE11,Edge デフォルトの✕マーク隠す*/
input::-ms-clear {
  visibility: hidden;
}

@media only screen and (max-width: 960px) {
  .form_searchBox_outline {
    width: 90%;
  }
}
/* 検索ボタン */
.form_input_searchBtn {
  width: 20%;
  box-sizing: border-box;
  font-size: 24px;
  background-color: #8b7b74;
  cursor: pointer;
  color: white;
  vertical-align: middle;
  border: 1px solid #8b7b74;
  border-radius: 6px 0 0 6px;
  line-height: 78px;
}
@media only screen and (max-width: 960px) {
  .form_input_searchBtn {
    font-size: 14px;
    line-height: 40px;
  }
}

input[type=submit] {
  border-radius: 0 6px 6px 0;
}

/**
 * 検索エリア
 */
#search {
  border-radius: 15px;
  max-width: 890px;
  width: 84%;
  padding: 6.5% 0;
  margin: 0 auto;
  background-color: #F4EFE6;
}

#search .form_input_searchText {
  background-color: #fff;
}

#search .map_icon {
  margin: 12px auto 0;
}

#search .bnr_check {
  margin: 5% 3% 0;
}

#search .bnr_check img {
  width: 100%;
  height: auto;
}

#search .note {
  background-color: #E8DBC2;
  padding: 2% 3%;
}

#search .note p {
  font-size: 3.2vw;
}

/*--------- /検索 ---------*/
/*--------- ボタン ---------*/
/*通常ボタン*/
.next {
  border: 2px solid #a7a7a7;
  border-radius: 6px;
  text-align: center;
  margin: 20px auto;
  width: 100%;
  max-width: 560px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .next {
    width: 90%;
  }
}

.next a {
  display: block;
  color: #333;
}

.next a:hover {
  opacity: 0.7;
}

.next p {
  position: relative;
  padding: 26px 30px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
@media only screen and (max-width: 960px) {
  .next p {
    padding: 12px 30px 8px;
    font-size: 14px;
  }
}

.next p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
  background: none;
}
@media only screen and (max-width: 960px) {
  .next p::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }
}

/* 地図ボタン（.nextと一緒に使う） */
.map_icon p::before {
  position: absolute;
  top: 0;
  left: 3%;
  content: "";
  width: 28px;
  height: 100%;
  display: block;
  background: url("../img/ic_search_map.png") no-repeat 50% 50%;
  background-size: 28px;
}
@media only screen and (max-width: 960px) {
  .map_icon p::before {
    width: 14px;
    background-size: 14px;
  }
}

.map_icon a {
  display: block;
}

.map_icon a:hover {
  opacity: 0.7;
}

.map_note {
  color: #4B3813;
  text-align: center;
  margin-top: 12px;
}

/*------------------*/
.searchArea {
  position: relative;
}
.searchArea::before, .searchArea::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  width: 100%;
}
.searchArea::before {
  position: absolute;
  top: -19px;
  left: -44px;
  max-width: 887px;
  height: 199px;
  background-image: url("../img/coin_top.png");
}
@media only screen and (max-width: 960px) {
  .searchArea::before {
    top: -12px;
    left: -24px;
    width: 100%;
  }
}
.searchArea::after {
  position: absolute;
  bottom: -60px;
  right: -70px;
  max-width: 828.5px;
  height: 160px;
  background-image: url("../img/coin_bottom.png");
}
@media only screen and (max-width: 960px) {
  .searchArea::after {
    bottom: -120px;
    right: -30px;
    width: 100%;
  }
}

/*========= 固定 エントリーボタン start =========*/
.floatSpBnr {
  width: 100%;
  position: fixed;
  bottom: -40vh;
  left: 0;
  display: none;
  z-index: 2;
  box-sizing: border-box;
  transition: bottom 0.3s ease-in;
}
.floatSpBnr.is-show {
  bottom: 0;
}
.floatSpBnr .doubleBnr {
  display: flex;
  flex-direction: row;
}

.floatPcBnr {
  width: 915px;
  position: fixed;
  bottom: -40vh;
  left: 50%;
  display: block;
  z-index: 2;
  box-sizing: border-box;
  transition: bottom 0.3s ease-in;
  transform: translateX(-50%);
}
.floatPcBnr.is-show {
  bottom: 0;
}

@media only screen and (max-width: 960px) {
  .floatSpBnr {
    display: block;
  }
  .floatPcBnr {
    display: none;
  }
}
/*========= 固定 エントリーボタン end =========*/
