@charset "UTF-8";
/*----------------------------------------------------
  
----------------------------------------------------*/
html {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  border: none
}
img, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, textarea, address, main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none
}
*, *:before, *:after {
  box-sizing: inherit;
}
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit
}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0
}
th, td {
  text-align: left;
  vertical-align: top
}
caption {
  text-align: left
}
a, a:focus, a:hover, a:active {
  outline: 0
}
input, input:focus, input:hover, input:active, textarea, textarea:focus, textarea:hover, textarea:active {
  outline: 0
}
img {
  vertical-align: top
}
html {
  font-size: min(2.565vw, 20px)
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.74;
  letter-spacing: .06em;
}
::-moz-selection {
  background: #094;
  color: #fff
}
::selection {
  background: #094;
  color: #fff
}
a {
  color: inherit;
  text-decoration: none
}
img {
  max-width: 100%;
  width: auto;
  height: auto
}
p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
/*----------------------------------------------------
  font
----------------------------------------------------*/
.f13 {
  font-size: 13px;
}
.f18 {
  font-size: 18px;
}
.bold {
  font-weight: bold;
}
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
/*----------------------------------------------------
  color
----------------------------------------------------*/
.red {
  color: #ea535e;
}
/*----------------------------------------------------
  margin
----------------------------------------------------*/
.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt40 {
  margin-top: 40px;
}
.mgt50 {
  margin-top: 50px;
}
.mgt60 {
  margin-top: 60px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb60 {
  margin-bottom: 60px;
}
/*----------------------------------------------------
  wrapper
----------------------------------------------------*/
#wrapper {
  max-width: 780px;
  margin: 10px auto;
}
@media screen and (max-width: 480px) {}
/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
  margin: 20px 10px
}
header .logo {}
@media screen and (max-width: 480px) {}
/*----------------------------------------------------
  main
----------------------------------------------------*/
.main {
  text-align: center;
}
/*----------------------------------------------------
  col
----------------------------------------------------*/
.col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
#contents {}
@media screen and (max-width: 480px) {}
/*----------------------------------------------------
  contents
----------------------------------------------------*/
#contents {
  background: url("../img/bg_01.jpg") repeat;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {}
@media screen and (max-width: 480px) {}
/*==================================================
btn　event
===================================*/
.bnt_block {
  margin: 10px auto;
}
.ttl {
  max-width: 704px;
  margin: 0 auto;
}
.ttl h3 {
  width: 100%;
  height: 0;
  padding-top: 13.494318%;
}
.sale_fashion .ttl h3 {
  background: url("../img/sale_btn_fashion.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sale_goods .ttl h3 {
  background: url("../img/sale_btn_goods.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sale_sports .ttl h3 {
  background: url("../img/sale_btn_sports.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sale_foods .ttl h3 {
  background: url("../img/sale_btn_foods.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sale_service .ttl h3 {
  background: url("../img/sale_btn_service.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sale_fashion .ttl.close h3 {
  background: url("../img/sale_btn_fashion_02.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sale_goods .ttl.close h3 {
  background: url("../img/sale_btn_goods_02.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sale_sports .ttl.close h3 {
  background: url("../img/sale_btn_sports_02.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sale_foods .ttl.close h3 {
  background: url("../img/sale_btn_foods_02.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sale_service .ttl.close h3 {
  background: url("../img/sale_btn_service_02.png") no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*==================================================
sale
===================================*/
.sale .inner {
  display: none;
  max-width: 704px;
  width: 100%;
  margin: auto;
  padding: 0;
}
.star {
  font-size: 18px;
  font-weight: bold;
  color: #FF0004;
  text-align: right;
}
.note {
  max-width: 704px;
  margin: auto;
}
.sale ul {
  display: flex;
  flex-wrap: wrap;
}
.sale ul li {
  width: 48%;
  margin: 10px 1%;
  text-align: center;
}
.sale .box {
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.sale .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.sale .box:hover {
  cursor: pointer;
}
.sale .off {
  font-size: 20px;
  font-weight: bold;
  color: #FF0004;
}
.sale .off_s {
  font-size: 16px;
  font-weight: bold;
  color: #FF0004;
}
.sale .off span {
  font-size: 46px;
}
.shopinfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.shopinfo .logo {
  width: 40%;
  text-align: center;
}
.shopinfo .logo img {}
.shopinfo .shop_name {
  width: 60%;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}
.area {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 780px) {
  .sale .inner {
    padding: 10px;
    margin: 20px 0;
  }
  .sale .off {
    font-size: 18px;
  }
  .sale .off span {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .shopinfo {
    display: block;
  }
  .star {
    font-size: 18px;
  }
  .shopinfo .logo {
    width: 100%;
  }
  .shopinfo .logo img {
    width: 60%;
  }
  .shopinfo .shop_name {
    width: 100%;
  }
  .sale .off {
    font-size: 16px;
  }
  .sale .off span {
    font-size: 20px;
  }
  .sale .off_s {
    font-size: 14px;
  }
  .area {
    font-size: 12px;
  }
}
/*==================================================
newopen
===================================*/
.newopen {
  background: url("../img/bg_02.jpg") repeat;
  padding: 40px 0;
}
.newopen ul {
  display: flex;
  flex-wrap: wrap;
}
.newopen ul li {
  width: 48%;
  margin: 10px 1%;
  text-align: center;
}
@media screen and (max-width: 780px) {}
/*==================================================
event
===================================*/
.event {
  background: url("../img/bg_03.jpg") repeat;
  padding: 40px 0;
}
.event ul {
  display: flex;
  flex-wrap: wrap;
}
.event ul li {
  width: 48%;
  margin: 10px 1%;
  text-align: center;
}
@media screen and (max-width: 780px) {}
/*==================================================
info
===================================*/
.info ul {
  background: #f8f4f0;
  display: flex;
  flex-wrap: wrap;
}
.info ul li {
  width: 33.33333%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #fff;
}
.info ul li a {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 780px) {
  .info ul li {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border: 1px solid #fff;
  }
}
/*----------------------------------------------------
  bnr
----------------------------------------------------*/
@media screen and (max-width: 780px) {
  .line, .cp, .coupon_p {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
  border-top: 1px solid #ccc;
  margin: 10px auto;
  text-align: center;
}
footer p {
  font-size: 16px;
  margin-top: 20px;
}
/*----------------------------------------------------
  page_top
----------------------------------------------------*/
#page_top {
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #f8f4f0;
  opacity: 1;
}
#page_top a {
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-weight: 900;
  content: '↑';
  font-size: 22px;
  color: #000;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #000;
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*----------------------------------------------------
  Media
----------------------------------------------------*/
@media screen and (max-width: 767px) {}
@media screen and (max-width: 580px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}