@charset "UTF-8";
*, body, div, html {
  margin: 0;
  padding: 0;
  top: 0;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  zoom: 1;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  letter-spacing: -0.1px;
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: #000 url("../../images/bgbg.jpg") repeat;
  background-size: contain;
  -webkit-text-size-adjust: 100%;
}

.lity {
  background: rgba(255, 255, 255, 0.9) !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img, iframe {
  border: none;
}

a {
  color: #f46b73;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  background: #000 url(images/bg.jpg) repeat;
  background-size: 33px 33px;
}

.main_visual {
  z-index: 10;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
}

.main_visual img {
  /* margin-left: 60px; */
  position: relative;
  width: 100%;
}

#contents {
  position: relative;
  padding-top: 0;
  margin: 0 auto 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  box-shadow: 0px 0 30px #ea6e9a;
}

.intro {
  padding-top: 0 !important;
}

section {
  width: 94%;
  margin: 10px auto;
  position: relative;
  text-align: center;
}

.tour_schedule {
  margin-top: 50px;
}

.tour_ticket {
  margin-top: 80px;
}
.tour_ticket .ticket_url {
  position: absolute;
  left: 245px;
  top: 484px;
}

.tour_qanda {
  margin-top: 80px;
}
.tour_qanda p {
  position: relative;
}
.tour_qanda .url01 {
  position: absolute;
  top: 960px;
  left: 70px;
}
.tour_qanda .url02 {
  position: absolute;
  top: 2095px;
  left: 185px;
}

.tour_caution {
  padding-bottom: 100px;
  position: relative;
}
.tour_caution .url03 {
  position: absolute;
  top: 720px;
  left: 70px;
}
.tour_caution .url04 {
  position: absolute;
  top: 746px;
  left: 85px;
}

.btn_line {
  position: absolute;
  top: 40.9%;
  width: 62%;
  left: 19%;
}

.attention01 {
  position: absolute;
  top: 77.8%;
  width: 72%;
  left: 14%;
}

.attention02 {
  position: relative;
  display: block;
  width: 94%;
  margin: 0 auto;
}

.copyrights {
  position: relative;
  width: 100%;
  height: 10px;
  text-align: center;
  font-size: 10px;
  font-size: 0.7142857143rem;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

a:hover {
  opacity: 0.7;
}

.goods_information {
  margin: 0px auto;
  background: rgba(0, 0, 0, 0.631372549);
  color: #fff;
  padding: 20px;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
.goods_information ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px auto;
}
.goods_information.attention {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.goods_information.attention ul li {
  list-style: none;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px auto;
}
.goods_information .goods_info01 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin: 15px auto;
}
.goods_information .goods_info02 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin: 15px auto;
}
.goods_information .accent {
  color: #ff4489;
}
.goods_information .goods_info_atteintion {
  margin: 15px auto;
  font-size: 14px;
  font-size: 1rem;
}

.blo_link {
  padding: 0;
}
.blo_link a {
  position: relative;
  display: block;
  margin: 20px auto;
  background: #690001;
  color: #ffe1b4;
  padding: 15px 20px;
  border-radius: 20px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}
.blo_link a i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.popup_caution, .popup {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.popup_caution .popup_bg, .popup .popup_bg {
  background: rgba(0, 0, 0, 0.7411764706);
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup_caution .popup_wrapper, .popup .popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.popup_caution .popup_container, .popup .popup_container {
  position: relative;
  top: 0;
  left: 0;
  width: 85%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5333333333);
  padding: 0% 0;
  margin-top: 7%;
  margin-bottom: 7%;
}
.popup_caution .url0308, .popup .url0308 {
  position: absolute;
  top: 23.2%;
  left: 7%;
  width: 82%;
}
.popup_caution .url02, .popup .url02 {
  position: absolute;
  top: 81.4%;
  left: 9%;
  width: 82%;
}
.popup_caution .close, .popup .close {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  cursor: pointer;
}
.popup_caution .popup_close, .popup .popup_close {
  position: fixed;
  top: 1%;
  right: 5%;
  width: 10%;
  max-width: 70px;
  cursor: pointer;
}

#caution01 .url01 {
  position: absolute;
  top: 65%;
  left: 10%;
  width: 80%;
}
#caution01 .url02 {
  position: absolute;
  top: 72.7%;
  left: 10%;
  width: 80%;
}
#caution01 .url03 {
  position: absolute;
  top: 90.2%;
  left: 39%;
  width: 53%;
}
#caution01 .url04 {
  position: absolute;
  top: 95.6%;
  left: 34%;
  width: 55%;
}

#caution_popup {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 100px 0 70px;
}

#caution_popup .popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.71);
}

#caution_popup .popup_inner {
  position: relative;
  width: 100%;
  height: 90%;
  margin: 0 auto;
  max-width: 800px;
  background: transparent;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #000;
}

#caution_popup h2 {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 30px;
}

#caution_popup p a {
  color: #e60012;
  text-decoration: underline;
}

#caution_popup p a:hover {
  text-decoration: none;
}

#caution_popup .url01 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 771px;
  left: 30px;
  z-index: 10000;
}

#caution_popup .url01 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1126px;
  left: 60px;
  z-index: 10000;
}

#caution_popup .url02 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1230px;
  left: 60px;
  z-index: 10000;
}

#caution_popup .url03 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1360px;
  left: 55px;
  z-index: 10000;
}

#caution_popup .close {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  cursor: pointer;
}

.btn_kanbadge {
  position: absolute;
  top: 70.3%;
  left: 22%;
  width: 56%;
}

.intro {
  position: relative;
}
.intro .btn_shop {
  position: absolute;
  top: 9.7%;
  left: 8%;
  width: 84%;
}
.intro .btn_attention {
  position: absolute;
  top: 13.9%;
  left: 0;
  width: 100%;
}
.intro .btn_attention2 {
  position: absolute;
  top: 98.2%;
  left: 5%;
  width: 90%;
}
.intro .btn_attention3 {
  position: absolute;
  top: 96.8%;
  left: 5.3%;
  width: 90%;
}
.intro .btn_lineup {
  position: absolute;
  top: 12.5%;
  width: 72%;
  left: 14%;
}
.intro .btn_oshiharai {
  position: absolute;
  top: 36.1%;
  left: 10.3%;
  width: 80%;
}
.intro .btn_idcheck {
  position: absolute;
  top: 58.5%;
  left: 10%;
  width: 80%;
}
.intro .btn_goraijou {
  position: absolute;
  top: 96.1%;
  left: 10%;
  width: 80%;
}

/*---------------- goods_list ---------------*/
#lineup {
  background: transparent;
  width: 100%;
}
#lineup hr {
  background: transparent;
  border: none;
  outline: none;
}
#lineup h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.4285714286rem;
  color: #d44173;
  padding: 20px 0;
}

.goods_list {
  padding: 15px 20px;
}
.goods_list h3 {
  text-align: center;
  margin: 30px auto 20px;
  color: #c7edfd;
  font-weight: bold;
  font-size: 20px;
}
.goods_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%;
}
.goods_list ul li {
  width: 30.33%;
  margin: 5% 0 0 3%;
  display: flex;
  flex-direction: column;
}
.goods_list ul li a {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
  opacity: 1;
}
.goods_list ul li a:hover {
  opacity: 0.7;
}
.goods_list ul li a .new {
  z-index: 10000;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 10px;
  font-size: 0.7142857143rem;
  border-radius: 100%;
  padding: 5px;
  background: #cf034c;
  color: #f5ff00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods_list ul li .btn_cart {
  width: 100%;
  margin: auto auto 0;
}
.goods_list ul li .btn_cart a {
  display: block;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  background: #f46b72;
  font-size: 11px;
  font-size: 0.7857142857rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.goods_list ul .goods_img {
  border: solid 2px #000;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.goods_list ul .goods_img .category_ico {
  position: absolute;
  left: -5px;
  top: -10px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
}
.goods_list ul .goods_img .category_ico.limited {
  background: #e2097f;
  color: #fff;
}
.goods_list ul .goods_img .category_ico.orders {
  background: #d2c409;
  color: #d40911;
}
.goods_list ul .goods_txt {
  padding-left: 3px;
}
.goods_list ul .goods_txt .tit {
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 5px auto 0;
  color: #fff;
}
.goods_list ul .goods_txt .tit small {
  font-size: 80%;
}
.goods_list ul .goods_txt .price {
  margin-bottom: 5px;
  font-size: 10px;
  font-size: 0.7142857143rem;
  color: #d44173;
  font-weight: bold;
}
.goods_list ul .goods_txt .price small {
  font-size: 80%;
}
.goods_list.new_goods ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4% 0 0 -4%;
}
.goods_list.new_goods ul li {
  width: 46%;
  margin: 4% 0 0 4%;
}
.goods_list.new_goods ul li a {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
  opacity: 1;
}
.goods_list.new_goods ul li a:hover {
  opacity: 0.7;
}
.goods_list.new_goods ul li .btn_cart {
  width: 100%;
}
.goods_list.new_goods ul li .btn_cart a {
  display: block;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  background: #f46b72;
  font-size: 14px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px;
}
.goods_list.new_goods ul .goods_img {
  border: solid 2px #000;
  border-radius: 10px;
  overflow: hidden;
}
.goods_list.new_goods ul .goods_txt .tit {
  font-size: 14px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.goods_list.new_goods ul .goods_txt .tit small {
  font-size: 80%;
}
.goods_list.new_goods ul .goods_txt .price {
  font-size: 14px;
  font-size: 1rem;
  color: #d44173;
  font-weight: bold;
}
.goods_list.new_goods ul .goods_txt .price small {
  font-size: 80%;
}

.goods_tokuten {
  margin: 20px auto;
}

.sepa {
  margin: 40px auto;
}

.goods_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 30px;
  margin: 40px 20px !important;
  background: #fff;
  border-radius: 10px;
}
.goods_window .window_goods_img {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.goods_window .window_goods_img img {
  border-radius: 10px;
  border: solid 3px #000;
  max-width: 100%;
}
.goods_window h3 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #000;
  font-weight: bold;
  margin: 20px auto 15px;
  text-align: center;
}
.goods_window h3 small {
  font-size: 80%;
}
.goods_window h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
}
.goods_window .price {
  font-weight: bold;
  text-align: right;
  color: #d44173;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.goods_window .price small {
  font-size: 80%;
}
.goods_window p {
  line-height: 1.7;
  font-size: 13px;
  font-size: 0.9285714286rem;
  color: #000;
}
.goods_window .close {
  border-radius: 50px;
  max-width: 200px;
  background: #333;
  width: 50%;
  color: #fff;
  padding: 10px 30px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
}
.goods_window .img_list img {
  width: 22%;
  margin: 1%;
  border-radius: 10px;
  border: solid 1px #000;
}

#caution_popup {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 100px 0 0px;
}

#caution_popup .popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.71);
}

#caution_popup .popup_inner {
  position: relative;
  width: 100%;
  height: 90%;
  margin: 0 auto;
  max-width: 800px;
  background: transparent;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #000;
}

#caution_popup h2 {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 30px;
}

#caution_popup p a {
  color: #e60012;
  text-decoration: underline;
}

#caution_popup p a:hover {
  text-decoration: none;
}

#caution_popup .url01 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 771px;
  left: 30px;
  z-index: 10000;
}

#caution_popup .url01 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1126px;
  left: 60px;
  z-index: 10000;
}

#caution_popup .url02 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1230px;
  left: 60px;
  z-index: 10000;
}

#caution_popup .url03 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1360px;
  left: 55px;
  z-index: 10000;
}

#caution_popup .close {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  cursor: pointer;
}

.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  #bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    background: url(images/bg.jpg) repeat;
    background-size: 67px 67px;
  }
  #contents {
    padding-top: 0;
  }
  /*---------------- goods_list ---------------*/
  #lineup {
    padding: 50px;
  }
  #lineup h2 {
    padding: 40px 0;
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
  /*---------------- goods_list ---------------*/
  .goods_list {
    padding: 25px 0;
  }
  .goods_list h3 {
    text-align: center;
    margin: 30px auto 25px;
    color: #c7edfd;
    font-weight: bold;
    font-size: 32px;
  }
  .goods_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -3% 0 0 -3%;
  }
  .goods_list ul li {
    width: 30.33%;
    margin: 3% 0 0 3%;
  }
  .goods_list ul li a {
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .goods_list ul li a:hover {
    opacity: 0.7;
  }
  .goods_list ul li a .new {
    z-index: 10000;
    position: absolute;
    left: -15px;
    top: -15px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    border-radius: 100%;
    padding: 8px;
    background: #cf034c;
    color: #f5ff00;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .goods_list ul li .btn_cart {
    width: 100%;
  }
  .goods_list ul li .btn_cart a {
    display: block;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
  }
  .goods_list ul .goods_img {
    border: solid 3px #000;
    border-radius: 10px;
    overflow: hidden;
  }
  .goods_list ul .goods_img .category_ico {
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .goods_list ul .goods_img .category_ico.limited {
    background: #e2097f;
    color: #fff;
  }
  .goods_list ul .goods_img .category_ico.orders {
    background: #d2c409;
    color: #d40911;
  }
  .goods_list ul .goods_txt {
    padding-left: 3px;
  }
  .goods_list ul .goods_txt .tit {
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 5px auto 0;
    color: #fff;
  }
  .goods_list ul .goods_txt .tit small {
    font-size: 80%;
  }
  .goods_list ul .goods_txt .price {
    font-size: 16px;
    font-size: 1.1428571429rem;
    color: #d44173;
  }
  .goods_list ul .goods_txt .price small {
    font-size: 80%;
  }
  .goods_list.new_goods ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4% 0 0 -4%;
  }
  .goods_list.new_goods ul li {
    width: 46%;
    margin: 4% 0 0 4%;
  }
  .goods_list.new_goods ul li a {
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .goods_list.new_goods ul li a:hover {
    opacity: 0.7;
  }
  .goods_list.new_goods ul li .btn_cart {
    width: 100%;
  }
  .goods_list.new_goods ul li .btn_cart a {
    display: block;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-size: 1.1428571429rem;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
  }
  .goods_list.new_goods ul .goods_img {
    border: solid 3px #000;
    border-radius: 10px;
    overflow: hidden;
  }
  .goods_list.new_goods ul .goods_txt .tit {
    font-size: 20px;
    font-size: 1.4285714286rem;
    color: #fff;
    font-weight: bold;
  }
  .goods_list.new_goods ul .goods_txt .tit small {
    font-size: 80%;
  }
  .goods_list.new_goods ul .goods_txt .price {
    font-size: 18px;
    font-size: 1.2857142857rem;
    color: #d44173;
  }
  .goods_list.new_goods ul .goods_txt .price small {
    font-size: 80%;
  }
  .goods_tokuten {
    margin: 30px auto;
  }
  .sepa {
    margin: 60px auto;
  }
  .goods_window {
    max-width: 600px;
    flex-wrap: wrap;
    padding: 30px;
    margin: 40px 20px !important;
    background: #fff;
    border-radius: 10px;
  }
  .goods_window .window_goods_img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .goods_window .window_goods_img img {
    border-radius: 20px;
    border: solid 3px #000;
    max-width: 500px;
  }
  .goods_window h3 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    color: #000;
    font-weight: bold;
    margin: 20px auto 15px;
    text-align: center;
  }
  .goods_window h3 small {
    font-size: 80%;
  }
  .goods_window h4 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
  }
  .goods_window .price {
    text-align: right;
    color: #d44173;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .goods_window .price small {
    font-size: 80%;
  }
  .goods_window p {
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .goods_window .close {
    border-radius: 50px;
    max-width: 200px;
    background: #333;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 14px;
    font-size: 1rem;
  }
  .goods_window .img_list img {
    width: 90px;
    border-radius: 10px;
    border: solid 1px #000;
  }
  .goods_information {
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.631372549);
    color: #fff;
    padding: 40px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .goods_information.attention {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .goods_information .goods_info01 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    margin: 20px auto;
  }
  .goods_information .goods_info02 {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
    margin: 20px auto;
  }
  .goods_information .accent {
    color: #ff4489;
  }
  .goods_information .goods_info_atteintion {
    margin: 15px auto;
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  .blo_link {
    padding: 0;
  }
  .blo_link a {
    position: relative;
    display: block;
    margin: 30px auto;
    background: #690001;
    color: #ffe1b4;
    padding: 20px 30px;
    border-radius: 30px;
    font-size: 26px;
    font-size: 1.8571428571rem;
    font-weight: bold;
  }
  .blo_link a i {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
  }
  #caution_popup .popup_inner {
    position: relative;
    width: 100%;
    height: 90%;
    margin: 0 auto;
    max-width: 800px;
    background: transparent;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: #000;
  }
  #caution_popup .url01 {
    position: absolute;
    opacity: 1;
    height: auto;
    top: 1126px;
    left: 60px;
    z-index: 10000;
  }
  #caution_popup .url02 {
    position: absolute;
    opacity: 1;
    height: auto;
    top: 1230px;
    left: 60px;
    z-index: 10000;
  }
  #caution_popup .url03 {
    position: absolute;
    opacity: 1;
    height: auto;
    top: 1360px;
    left: 55px;
    z-index: 10000;
  }
  #caution_popup .close {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    cursor: pointer;
  }
}

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