@charset "UTF-8";
/*行間reset*/
/*レスポンシブ*/
/*PC100%の時SP50%*/
/*その他*/
/*
@include lineHeightCrop;
@include sp($sm){}
*/
/*共通css*/
.pc_none {
  display: none;
}
@media screen and (max-width: 1080px) {
  .pc_none {
    display: inline-block;
  }
}

@media screen and (max-width: 1080px) {
  .sp_none {
    display: none;
  }
}

.pd_r {
  padding-right: 1em;
}
@media screen and (max-width: 1080px) {
  .pd_r {
    padding: 0;
  }
}

/*基本*/
body {
  line-height: 1.3;
}
body::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
body::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #212121;
  background-color: #091e3d;
}

#wrap {
  width: 100%;
  background-image: url("img/bg_white.png");
  background-size: 200px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #wrap {
    width: 428px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 428px) {
  #wrap {
    width: 100%;
  }
}

img {
  display: block;
  max-width: 100%;
}

.content {
  padding-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .content {
    padding-bottom: 25px;
  }
}

/*PCデコレーション*/
.deco {
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 1080px) {
  .deco {
    display: none;
  }
}

/*左*/
.deco_01 {
  width: 240px;
  right: 50%;
  transform: translateX(calc(-50% - 340px));
  top: 36px;
}

.deco_04 {
  width: 177px;
  right: 50%;
  transform: translateX(calc(-50% - 627px));
  top: 313px;
}

.deco_05 {
  width: 205px;
  right: 50%;
  transform: translateX(calc(-50% - 383px));
  top: 580px;
}

/*右*/
.deco_02 {
  width: 151px;
  right: 50%;
  transform: translateX(calc(-50% + 616px));
  top: 57px;
}

.deco_03 {
  width: 180px;
  left: 50%;
  transform: translateX(calc(-50% + 606px));
  top: 226px;
}

.TOP {
  color: #fff;
  background-color: #e66937;
  background-image: url("img/bg_KV.png");
  background-size: 90px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1080px) {
  .TOP {
    padding-bottom: 100px;
  }
}
.TOP {
  z-index: 0;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 428px) {
  .TOP {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.TOP .syusai {
  font-size: 14px;
  text-align: center;
}
.TOP .KV {
  margin-top: 45px;
}
@media screen and (max-width: 1080px) {
  .TOP .KV {
    margin-top: 22.5px;
  }
}
.TOP .KV {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TOP .KV .info_area {
  width: 90%;
  margin-inline: auto;
}
.TOP .KV .info_area img {
  width: 100%;
}
.TOP .KV .info_area h1 {
  width: 650px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .TOP .KV .info_area h1 {
    width: 100%;
  }
}
.TOP .KV .info_area .date_img {
  margin-top: 55px;
}
@media screen and (max-width: 1080px) {
  .TOP .KV .info_area .date_img {
    margin-top: 27.5px;
  }
}
.TOP .KV .info_area .date_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 428px) {
  .TOP .KV .info_area .date_img {
    width: 100%;
  }
}
.TOP .KV .info_area .date_img img:first-of-type {
  width: 445px;
}
@media screen and (max-width: 1080px) {
  .TOP .KV .info_area .date_img img:first-of-type {
    width: 90%;
  }
}
@media screen and (max-width: 428px) {
  .TOP .KV .info_area .date_img img:first-of-type {
    width: 80%;
  }
}
.TOP .KV .info_area .date_img img:last-of-type {
  width: 285px;
  margin-left: 40px;
}
@media screen and (max-width: 1080px) {
  .TOP .KV .info_area .date_img img:last-of-type {
    width: 70%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 428px) {
  .TOP .KV .info_area .date_img img:last-of-type {
    width: 60%;
  }
}
.TOP .KV .img_area {
  display: none;
}
@media screen and (max-width: 1080px) {
  .TOP .KV .img_area {
    display: block;
    width: 80%;
    margin-top: 25px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 428px) {
  .TOP .KV .img_area {
    width: 90%;
  }
}

/*イントロ*/
.intro_p {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .intro_p {
    margin-top: 40px;
  }
}
.intro_p {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .intro_p {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1080px) {
  .intro_p {
    display: block;
    font-size: 16px;
  }
}
.intro_p .left_p {
  line-height: 1.7;
}
.intro_p .left_p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.intro_p .left_p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.intro_p .right_p {
  background-color: #f8ed43;
  color: #f15a30;
  font-weight: bold;
  margin-left: 1em;
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .intro_p .right_p {
    margin-left: 0em;
    margin-top: 1em;
    padding: 0.5em 0;
    width: 100%;
  }
}

/*アクセス*/
.wrap_access {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
}
@media screen and (max-width: 1080px) {
  .wrap_access {
    margin-top: 75px;
  }
}

.gmap {
  width: 450px;
}
@media screen and (max-width: 1080px) {
  .gmap {
    width: 90%;
    height: 300px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 428px) {
  .gmap {
    width: 100%;
    height: 250px;
  }
}

.access_area {
  margin-left: 30px;
}
@media screen and (max-width: 1080px) {
  .access_area {
    margin-left: 0;
    margin-top: 15px;
    padding: 0 5%;
  }
}
.access_area .wrap_venue {
  display: flex;
  align-items: center;
}
.access_area .wrap_venue .venue_title {
  background-color: #f8ed43;
  color: #4b3317;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
@media screen and (max-width: 1080px) {
  .access_area .wrap_venue .venue_title {
    padding: 12.5px;
  }
}
.access_area .wrap_venue .venue_name {
  font-size: 30px;
  margin-left: 10px;
  font-weight: bold;
}
.access_area .address {
  margin-top: 0.5em;
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .access_area .address {
    font-size: 16px;
  }
}
.access_area .subway {
  font-size: 20px;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .access_area .subway {
    font-size: 16px;
  }
}
.access_area .subway li {
  padding-left: 0.7em;
  position: relative;
  margin-top: 0.3em;
}
.access_area .subway li:first-of-type {
  margin-top: 0;
}
.access_area .subway li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 1000em;
  background-color: #f8ed43;
  position: absolute;
  left: 0;
  top: 0.35em;
}
.access_area .wrap_ban {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .access_area .wrap_ban {
    margin-top: 10px;
  }
}
.access_area .wrap_ban li {
  background-color: #fff;
  padding: 10px 20px;
}
.access_area .wrap_ban li:last-of-type {
  margin-left: 20px;
}
@media screen and (max-width: 428px) {
  .access_area .wrap_ban li:last-of-type {
    margin-left: 10px;
  }
}
.access_area .wrap_ban li img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .access_area .wrap_ban li img {
    height: 30px;
  }
}

/*h3*/
.wrap_h3 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .wrap_h3 {
    font-size: 24px;
  }
}
.wrap_h3 img {
  margin-inline: auto;
}
.wrap_h3 h3 {
  margin-top: 0.2em;
}
.wrap_h3 .icon_01 {
  width: 17px;
}
.wrap_h3 .icon_02 {
  width: 37px;
}
.wrap_h3 .icon_03 {
  width: 40px;
}
.wrap_h3 .icon_04 {
  width: 40px;
}

/*商品リスト*/
.wrap_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .wrap_items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/*コンテンツマージン、幅*/
.margin_content {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .margin_content {
    margin-top: 25px;
  }
}

.wrap_sec {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .wrap_sec {
    width: 100%;
    padding: 0 5%;
  }
}

.SELL {
  background-color: #fcf8ef;
  background-image: url("img/bg_base.png");
  background-size: 200px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1080px) {
  .SELL {
    padding-bottom: 75px;
  }
}
.SELL {
  position: relative;
  /*h2タイトル*/
}
.SELL .attention {
  background-color: #f15a30;
  color: #fff;
  position: absolute;
  top: -50px;
}
@media screen and (max-width: 1080px) {
  .SELL .attention {
    top: -25px;
  }
}
.SELL .attention {
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  padding: 0.7em 2.2em;
  font-weight: bold;
  z-index: 100;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .SELL .attention {
    width: 80%;
    font-size: 24px;
    padding: 0;
    padding: 0.5em 0em;
  }
}
.SELL .attention::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #f15a30;
  border-bottom: 0;
}
@media screen and (max-width: 428px) {
  .SELL .attention::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 18px solid #f15a30;
  }
}
.SELL .attention_items {
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .SELL .attention_items {
    padding-top: 50px;
  }
}
@media screen and (max-width: 428px) {
  .SELL .attention_items {
    padding-top: 70px;
  }
}

.sec_push {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .sec_push {
    padding-top: 40px;
  }
}

.sec_tradein {
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec_tradein {
    margin-top: 60px;
  }
}

/*買取コーナー*/
.sec_tradein .info_corner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec_tradein .info_corner_wrap {
    display: block;
  }
}
.sec_tradein .catch {
  font-size: 30px;
  color: #fff;
  background-color: #e83015;
  font-weight: bold;
  display: inline-block;
  padding: 0.3em 1.2em;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .sec_tradein .catch {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 0.5em 0em;
    text-align: center;
  }
}
.sec_tradein h4 {
  color: #e83015;
  font-size: 40px;
  margin-top: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .sec_tradein h4 {
    text-align: center;
    font-size: 24px;
  }
}
.sec_tradein .txt {
  font-size: 20px;
  margin-top: 1em;
  line-height: 1.5;
}
.sec_tradein .txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.sec_tradein .txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1080px) {
  .sec_tradein .txt {
    font-size: 14px;
    text-align: center;
  }
}
.sec_tradein .img_area {
  max-width: 400px;
}
@media screen and (max-width: 1080px) {
  .sec_tradein .img_area {
    width: 90%;
    margin-inline: auto;
    margin-top: 15px;
  }
}
.sec_tradein .warning {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .sec_tradein .warning {
    margin-top: 25px;
  }
}
.sec_tradein .warning {
  text-align: center;
  border: 1px solid #e83015;
  font-size: 20px;
  color: #e83015;
  padding: 0.5em;
}
@media screen and (max-width: 428px) {
  .sec_tradein .warning {
    font-size: 16px;
  }
}

/*くじ*/
.LOT {
  background-image: url(img/bg_lottery.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100px;
}
@media screen and (max-width: 1080px) {
  .LOT {
    background-size: 80px;
  }
}
.LOT .inner {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .LOT .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.LOT .inner img {
  width: 100%;
}

.STORE .sec_store {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .STORE .sec_store {
    margin-top: 50px;
  }
}
.STORE .list_store {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1.5em;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 1080px) {
  .STORE .list_store {
    grid-template-columns: 1fr;
    row-gap: 0em;
    -moz-column-gap: 0em;
         column-gap: 0em;
  }
}
.STORE .list_store li {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .STORE .list_store li {
    border-top: 1px solid #e0e0e0;
    text-align: center;
    padding: 0.6em 0;
  }
  .STORE .list_store li:first-of-type {
    border-top: 0;
  }
}
.STORE .list_store li::before {
  content: "●";
  font-size: 0.5em;
  color: #f15a30;
  margin-right: 0.4em;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .STORE .list_store li::before {
    content: "";
  }
}
.STORE .inop {
  text-align: right;
  margin-top: 1em;
}
.STORE .syusai_last {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .STORE .syusai_last {
    margin-top: 50px;
  }
}
.STORE .syusai_last {
  text-align: center;
}
.STORE a {
  display: block;
  margin-top: 1em;
  color: #e66937;
  text-align: center;
}

/*catalog*/
.wrap_catalog {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog {
    margin-top: 50px;
  }
}
.wrap_catalog .item_catalog {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog .item_catalog {
    margin-top: 40px;
  }
}
.wrap_catalog .item_catalog:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog .item_catalog {
    display: block;
  }
}
.wrap_catalog .item_catalog .txt_area {
  margin-left: 30px;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog .item_catalog .txt_area {
    margin-left: 0;
  }
}
.wrap_catalog h4 {
  color: #f15a30;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog h4 {
    font-size: 24px;
    text-align: center;
    margin-top: 0.5em;
  }
}
.wrap_catalog .img_catalog {
  width: 300px;
  filter: drop-shadow(0px 0px 3px #ddd);
}
@media screen and (max-width: 1080px) {
  .wrap_catalog .img_catalog {
    width: 200px;
    margin-inline: auto;
  }
}
.wrap_catalog .price {
  font-size: 20px;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog .price {
    font-size: 14px;
    text-align: center;
  }
}
.wrap_catalog .price span {
  font-size: 1.3em;
  font-weight: bold;
}
.wrap_catalog a {
  width: 10em;
  display: block;
  color: #fff;
  background-color: #e66937;
  border-radius: 10px;
  padding: 0.5em;
  font-size: 24px;
  text-align: center;
  margin-inline: auto;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog a {
    font-size: 20px;
  }
}
.wrap_catalog a:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("img/icon_cart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.wrap_catalog .kikan {
  margin-top: 0.5em;
  color: #f44336;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog .kikan {
    text-align: center;
  }
}
.wrap_catalog .wrap_ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .wrap_catalog .wrap_ul {
    margin-top: 10px;
  }
}
.wrap_catalog ul li::before {
  content: "・";
}

.btn_back {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.anime_tg {
  opacity: 0;
  transition: 0.5s;
}

.active_anime {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */