@charset "UTF-8";
/* Scss Document */
.wrapper {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.clearfix {
  overflow: visible !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body, html {
  overscroll-behavior-y: none;
  background: #F9F9F9;
  color: #707070;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
}

/* PCのみ表示 */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

/* SPのみ表示 */
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  a[href*="tel"] {
    pointer-events: none;
  }
}

.title {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .content_list {
    max-width: 750px;
    margin: 0 auto;
  }
  .content_list img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .content_list {
    width: 100%;
  }
  .content_list img {
    width: 100%;
  }
}

.content_list li {
  position: relative;
  background: #fff;
  /* ----------------------- */
  /* ----------------------- */
  /* ----------------------- */
  /* ----------------------- */
}

.content_list li .txt_memo {
  font-size: 12px;
  padding: 10px;
}

.content_list li .area_7point {
  height: 2078px;
}

@media screen and (max-width: 750px) {
  .content_list li .area_7point {
    height: calc(2078 / 750 * 100vw);
  }
}

.content_list li .btn_raiten a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  width: 540px;
  height: 120px;
  top: 1696px;
  left: 105px;
}

@media screen and (max-width: 749px) {
  .content_list li .btn_raiten a {
    width: calc(540 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    top: calc(1696 / 750 * 100vw);
    left: calc(105 / 750 * 100vw);
  }
}

.content_list li .area_line {
  height: 682px;
}

@media screen and (max-width: 750px) {
  .content_list li .area_line {
    height: calc(682 / 750 * 100vw);
  }
}

.content_list li .btn_line a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  width: 232px;
  height: 72px;
  top: 435px;
  left: 257px;
}

@media screen and (max-width: 749px) {
  .content_list li .btn_line a {
    width: calc(232 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    top: calc(435 / 750 * 100vw);
    left: calc(257 / 750 * 100vw);
  }
}

.content_list li .area_shop {
  height: 1110px;
}

@media screen and (max-width: 750px) {
  .content_list li .area_shop {
    height: calc(1110 / 750 * 100vw);
  }
}

.content_list li .btn_shop a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  width: 540px;
  height: 120px;
  top: 287px;
  left: 105px;
}

@media screen and (max-width: 749px) {
  .content_list li .btn_shop a {
    width: calc(540 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    top: calc(287 / 750 * 100vw);
    left: calc(105 / 750 * 100vw);
  }
}

footer {
  text-align: center;
  color: #6a6a6a;
  padding: 20px 0;
}

/* utility
------------------------------------------------------------------------------------ */
.font_b {
  font-weight: bold;
}

.font_mini {
  font-size: 85%;
}

.a_center {
  text-align: center;
}

.a_right {
  text-align: right;
}

.red {
  color: #CC0000;
}

.black {
  color: #000000;
}

.m_h5 {
  margin: 5px 0px;
}

.m_h10 {
  margin: 10px 0px;
}

.m_h20 {
  margin: 20px 0px;
}

.m_5 {
  margin: 5px;
}

.m_10 {
  margin: 10px;
}

.m_20 {
  margin: 20px;
}

.m_w5 {
  margin: 0px 5px;
}

.m_w10 {
  margin: 0px 10px;
}

.m_w20 {
  margin: 0px 20px;
}

.m_w30 {
  margin: 0px 30px;
}

.m_b5 {
  margin-bottom: 5px;
}

.m_b0 {
  margin-bottom: 0px;
}

.m_b10 {
  margin-bottom: 10px;
}

.m_b15 {
  margin-bottom: 15px;
}

.m_b20 {
  margin-bottom: 20px;
}

.m_b30 {
  margin-bottom: 30px;
}

.m_b40 {
  margin-bottom: 40px;
}

.m_b50 {
  margin-bottom: 50px;
}

.m_b60 {
  margin-bottom: 60px;
}

.p_b5 {
  padding-bottom: 5px;
}

.p_b10 {
  padding-bottom: 10px;
}

.p_b15 {
  padding-bottom: 15px;
}

.p_b20 {
  padding-bottom: 20px;
}

.p_b30 {
  padding-bottom: 30px;
}

.p_b40 {
  padding-bottom: 40px;
}

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