@charset "UTF-8";

/*おみくじ*/
.omikuji {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin: 0 0 20%;
}

.omi_img {
  width: 100%;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.good_main02 {
  background-color: #c6d9e9;
}

.good_main02.main {
  width: 100%;
  background-image: url(../images/23luckywallet-bk.jpg);
  max-width: none;
}

.good_main02 p {
  margin: 0;
}

.jkc {
  max-width: 928px;
  margin: 0 auto;
}

.jkc .menu-index {
  background: #e9ebe8;
  padding-bottom: 150px;
}

.jkc table td img {
  display: block;
  height: auto;
}

.jkc .ex_col-4 {
  display: flex;
  gap: 20px;
  background: #e9ebe8;
  padding: 0 30px 150px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.jkc #ex_08 .ex_col-4.add p:nth-child(3) {
  grid-column: span 2;
}

.jkc img {
  width: 100%;
  height: auto;
  display: block;
}

.foot_btn {
  background: #e9ebe8;
  padding-bottom: 120px;
}

/* フッターここから */
.l_footer {
  background-image: url(../images/24-0101_luckywallet_18.jpg);
  padding: 60px 20px;
}

.footer_l_hrmk {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_l_hrmk--icon {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  gap: 0 60px;
}

.footer_l_hrmk--sns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
  align-items: center;
}

@media screen and (max-width: 930px) {
  .jkc .menu-index {
    padding-bottom: 70px;
  }

  .jkc #ex_02 .ex_col-4.add,
  .jkc #ex_03 .ex_col-4.add,
  .jkc #ex_04 .ex_col-4.add {
    padding: 0 10px 30px;
  }

  .jkc .ex_col-4.add {
    padding: 0 10px 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .jkc .ex_col-4 {
    padding: 0 30px 70px;
  }

  .jkc .ex_col-4 p {
    flex-basis: 32%;
  }

  .l_footer {
    padding: 30px 20px;
  }

  .footer_l_hrmk--icon {
    gap: 0 25px;
    align-items: center;
  }

  .footer_l_hrmk--logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer_l_hrmk--sns {
    display: grid;
    grid-template-columns: repeat(4, 19%);
    gap: 0 8%;
  }

  .footer_l_hrmk--sns-icon img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer_l_hrmk--sns-icon {
    width: 100%;
  }
}
/* フッターここまで */

@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
}

.main,
.main p,
.main h3,
.main h4 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  vertical-align: bottom;
}

.container02 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

p {
  text-align: left;
  line-height: 160%;
}

ul {
  list-style: none;
}

.li_uset {
  line-height: unset;
}

.fw-bl {
  font-weight: bold;
}

.ny_red {
  color: #c7181f;
}

.main .gothic {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container02 {
  background-color: #c3d0c7;
  padding: 0 5px;
}

.main {
  width: 100%;
  background-image: url(../images/23luckywallet-bk.jpg);
  max-width: 1200px;
}

.main img,
.footer_ny2023 img {
  vertical-align: bottom;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

.nl_pbox {
  padding: 0 5%;
}

.nl_pbox02 {
  padding: 0 9%;
}

.nl_pbox_btn {
  padding: 0 8.8%;
}

.nl_blue {
  background-color: #131640;
}

.txtbox {
  margin: 0 auto;
  font-size: 29px;
  padding: 0 5%;
}

.txt_white {
  color: #fff;
}

.txt_gray {
  color: #dddbcd;
}

.txt_gold {
  color: #d5c047;
}

.txt_bule {
  color: #051849;
}

.txt_red {
  color: #d22323;
}

.txt_ct {
  text-align: center;
}

.pc_f40 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}

.btn_fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn_sbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_bbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /*    max-width: 1045px;*/
  padding: 0 3%;
  margin: 0 auto;
}

.sbtn {
  margin: 0 3%;
}

.snslist img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.botlink {
  font-size: 50px;
  font-weight: 600;
  color: #cb2121;
  margin: 0 30px;
}

.ptb03 {
  padding: 3% 0;
}

.lts01 {
  letter-spacing: 5px;
}

.mb00 {
  margin-bottom: 1%;
}

.mb01 {
  margin-bottom: 2%;
}

.mb01-1 {
  margin-bottom: 3%;
}

.mb01-2 {
  margin-bottom: 4%;
}

.mb02 {
  margin-bottom: 5%;
}

.mb02-2 {
  margin-bottom: 6%;
}

.mb03 {
  margin-bottom: 7%;
}

.mb04 {
  margin-bottom: 9%;
}

.mb04-1 {
  margin-bottom: 11%;
}

.mb04-2 {
  margin-bottom: 12%;
}

.mb05 {
  margin-bottom: 15%;
}

.mb06 {
  margin-bottom: 17%;
}

.mb07 {
  margin-bottom: 19%;
}

.mbsns {
  margin-bottom: 3%;
}

.mb-btn {
  margin-bottom: 6.6%;
}

div.bg01,
div.bg02,
div.bg03,
div.bg04,
div.bg05,
div.bg06,
div.bg07,
div.bg08,
div.bg09,
div.bg10,
div.bg2-01,
div.bg2-02,
div.bg2-03 {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.snsa {
  width: 30%;
  display: inline-block;
  height: 80px;
}

.snsa img {
  height: 100%;
}

.ake_tit {
  font-size: 59px;
  text-align: center;
  padding: 0;
}

.suzutxt {
  font-size: 45px;
  text-align: center;
}

/*おみくじ*/

.omikuji {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin: 0 0 20%;
}

.omi_img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  /*スマホ用のcssを記述*/

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .txtbox {
    font-size: 100%;
    padding: 0 6%;
    font-weight: normal;
  }

  .color_item {
    padding: 0 6%;
  }

  .botlink {
    font-size: 100%;
    font-weight: normal;
  }

  .pc_f40 {
    font-size: 92%;
    font-weight: normal;
  }

  .btn_bbox {
    padding: 0 6%;
  }

  .container02 {
    padding: 0;
  }

  .spbox {
    text-align: left;
    padding: 0 5%;
  }

  .sub_tit {
    font-size: 120%;
    font-weight: normal;
  }

  .sub_tit2 {
    font-size: 150%;
    font-weight: normal;
  }

  .sub_tit-sp {
    font-size: 130%;
    line-height: 130%;
  }

  .price_f {
    font-size: 24px;
  }

  .sp_mb01 {
    margin-bottom: 2%;
  }

  .sp_mb01-2 {
    margin-bottom: 3%;
  }

  .sp_mb02 {
    margin-bottom: 5%;
  }

  .ake_tit {
    font-size: 150%;
    padding: 0;
  }

  .ake_tit02 {
    font-size: 120%;
    padding: 0;
  }

  .suzutxt {
    font-size: 120%;
  }
}

.ny_colbtn {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 40px;
}

.ny_colbtn02 {
  width: 90%;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
}

.ny_colbtn_link {
  display: block;
  padding: 20px;
  border-radius: 50px;
}

.ny_colbtn02_link {
  display: block;
  padding: 20px;
  border-radius: 100px;
  background-color: #ce991b;
  color: #fff;
}

.ny_colbtn02_stxt {
  font-size: 33px;
}

.ny_colbtn_brown {
  background-color: #6a3906;
  color: #fff;
}

.ny_colbtn_yellow {
  background-color: #fac800;
  color: #000;
}

.ny_colbtn_gold {
  background-color: #aa934f;
  color: #fff;
}

.ny_colbtn_beige {
  background-color: #d1ae73;
  color: #fff;
}

.ny_colbtn_pink {
  background-color: #de97ba;
  color: #fff;
}

.ny_luckytit {
  text-align: center;
  font-size: 30px;
}

.ny_stxt {
  text-align: center;
  font-size: 32px;
}

.ny_ltxt {
  text-align: center;
  font-size: 36px;
}

.ny_ltxt_link {
  color: #000;
  text-decoration: underline;
}

.ny_hint {
  text-align: center;
  font-size: 40px;
}

.footer_ny2023 {
  background-color: #051849;
  margin: 0 auto;
  width: 100%;
  padding: 4% 5%;
}

.ny2022_footer__con {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.ny2022_footer__logo {
  width: 47%;
}

.ny2022_footer__insta,
.ny2022_footer__fb,
.ny2022_footer__twitter,
.ny2022_footer__line {
  width: 8%;
}

.ny2022-wd {
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}

.ny2022-wd-ibox {
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  width: 100%;
}

.ny2022-wd-ibox-img {
  max-width: 160px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -60%);
  left: 10%;
  top: 0px;
  width: 14%;
}

.ny2022-wd-ibox-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nl_txt {
  font-size: 30px;
  line-height: 48px;
}

.nl_txt02 {
  font-size: 24px;
  line-height: 36px;
}

.nl_stit {
  font-size: 46px;
  font-weight: bold;
  line-height: 64px;
  padding: 0 10px;
}

.nl_stit02 {
  font-size: 50px;
  font-weight: bold;
  line-height: 58px;
  padding: 0 10px;
}

.nl_stit03 {
  font-size: 52px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 10px;
}

.nl_btit {
  font-size: 60px;
  font-weight: bold;
  line-height: 68px;
  padding: 0 10px;
}

.nl_tit-dc01 {
  background: url(../images/tit-icon01-l.png) no-repeat left bottom / 129px, url(../images/tit-icon01-r.png) no-repeat right bottom / 134px;
  padding: 3% 165px 1%;
}

.nl_tit-dc02 {
  background: url(../images/tit-icon02-l.png) no-repeat left bottom / 17%, url(../images/tit-icon02-r.png) no-repeat right bottom / 17%;
  padding: 2% 13% 3% 14%;
}

.nl_tit-dc03 {
  background: url(../images/tit-icon03-l.png) no-repeat left center / 9%, url(../images/tit-icon03-r.png) no-repeat right center / 9%;
  padding: 1% 9% 1%;
}

.nl_tit-dc04 {
  background: url(../images/icon-diamond.png) no-repeat left center / 5.5%, url(../images/icon-diamond.png) no-repeat right center / 5.5%;
  padding: 1% 5% 1% 6%;
}

.dm_tit {
  background: url(../images/icon-diamond.png) no-repeat left center / 8%, url(../images/icon-diamond.png) no-repeat right center / 8%;
  padding: 1% 7% 1% 7%;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.nl_mtit {
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  padding: 0 10px;
}

.nl_mtit02 {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  padding: 0 10px;
}

.nl_blue_box {
  margin-bottom: 14%;
  padding: 7% 0 9%;
}

@media screen and (max-width: 1090px) {
  .nl_tit-dc01 {
    background: url(../images/tit-icon01-l.png) no-repeat left bottom / 95px, url(../images/tit-icon01-r.png) no-repeat right bottom / 95px;
    padding: 3% 100px 1%;
  }
}

@media screen and (max-width: 960px) {
  .ny_colbtn,
  .ny_colbtn02 {
    font-size: 110%;
  }

  .ny_colbtn02_stxt {
    font-size: 100%;
  }

  .ny_colbtn_link,
  .ny_colbtn02_link {
    padding: 10px;
  }

  .ny_luckytit,
  .ny_ltxt,
  .ny_hint {
    font-size: 120%;
  }

  .ny_stxt {
    font-size: 110%;
  }

  .main_ny2022-f {
    padding: 0 0 15%;
  }

  .main_ny2022 {
    padding: 10% 0 15%;
  }

  .footer_area_icon {
    max-width: 40px;
  }

  .footer_hirameki {
    width: 50%;
    margin: 25px auto;
    max-width: 200px;
  }

  .footer_ny2021 {
    padding: 15% 0;
  }

  .ny2022_box {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .sp-mb01 {
    margin-bottom: 2%;
  }

  .sp-mb01-1 {
    margin-bottom: 3%;
  }

  .sp-mb02 {
    margin-bottom: 5%;
  }

  .sp-mb03 {
    margin-bottom: 7%;
  }

  .sp-mb04 {
    margin-bottom: 9%;
  }

  .sp-mb04-1 {
    margin-bottom: 11%;
  }

  .sp-mb05 {
    margin-bottom: 15%;
  }

  .sp-mb06 {
    margin-bottom: 17%;
  }

  .nl_txt {
    font-size: 90%;
    line-height: 1.6;
  }

  .nl_txt02 {
    font-size: 80%;
    line-height: 1.6;
  }

  .nl_stit {
    font-size: 120%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_stit03,
  .nl_stit02 {
    font-size: 120%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_mtit {
    font-size: 110%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_btit {
    font-size: 140%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_mtit02 {
    font-size: 105%;
    line-height: 1.6;
  }

  .dm_tit {
    font-size: 90%;
    line-height: 1.6;
  }

  .nl_tit-dc01 {
    background: url(../images/tit-icon01-l.png) no-repeat left bottom / 40px, url(../images/tit-icon01-r.png) no-repeat right bottom / 40px;
    padding: 3% 45px 1%;
  }
}

@media screen and (max-width: 320px) {
  .nl_tit-dc01 {
    background: url(../images/tit-icon01-l.png) no-repeat left bottom / 25px, url(../images/tit-icon01-r.png) no-repeat right bottom / 25px;
    padding: 3% 30px 1%;
  }

  .nl_txt {
    font-size: 80%;
    line-height: 1.6;
  }

  .nl_txt02 {
    font-size: 70%;
    line-height: 1.6;
  }

  .nl_stit {
    font-size: 110%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_stit03,
  .nl_stit02 {
    font-size: 110%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_mtit {
    font-size: 100%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_btit {
    font-size: 130%;
    line-height: 1.6;
    padding: 0 5px;
  }

  .nl_mtit02 {
    font-size: 95%;
    line-height: 1.6;
  }

  .dm_tit {
    font-size: 80%;
    line-height: 1.6;
  }
}
