@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* webfonts */
/* common
---------------------------------------------*/
html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
}

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

*, *::after, *::before {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

#wrap {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.attention {
  font-size: 11px;
}

.button_kaiin {
  margin: 30px auto 40px;
}
.button_kaiin a {
  width: 270px;
  background: #777777;
  border-radius: 10px;
  padding: 20px 25px;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .button_kaiin a {
    width: 50%;
    padding: 20px 18px;
    font-size: 14px;
  }
}

.button_kaiin2 {
  margin: 30px auto 40px;
  width: 270px;
  height: 50px;
  background: #777777;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button_kaiin2 {
    width: 70%;
  }
}
.button_kaiin2 a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .button_kaiin2 a {
    font-size: 14px;
    text-align: center;
  }
}

.button_start a {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  background: #CBA331;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  border-bottom: 4px solid #A2801F;
  border-right: 4px solid #A2801F;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .button_start a {
    width: 80%;
    padding: 12px 17px;
  }
}
.button_start a:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.button_start a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}

@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
#history_non, #favorite_non {
  text-align: center;
  font-weight: normal;
}
#history_non a, #favorite_non a {
  display: block;
  background: #fff;
  border: #F05B5B 2px solid;
  text-align: center;
  color: #F05B5B;
  border-radius: 40px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #history_non a, #favorite_non a {
    width: 78.6666666667%;
    margin: 18px auto 0px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 769px) {
  #history_non a, #favorite_non a {
    width: 350px;
    margin: 23px auto 0px;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
  }
}

a.viewAll {
  display: block;
  background: #E7C827;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  a.viewAll {
    width: 78.6666666667%;
    margin: 18px auto;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 769px) {
  a.viewAll {
    width: 350px;
    margin: 23px auto 0;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
  }
}

a.viewAll.big {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  a.viewAll.big {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 769px) {
  a.viewAll.big {
    width: 800px;
    height: 80px;
    line-height: 80px;
    margin: 23px auto 0;
  }
}

p#pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

@media screen and (max-width: 768px) {
  div#wrap {
    width: 100%;
    background: #f5f5f5;
  }
}

.content {
  width: 100%;
  background-color: #E7C827;
  padding-bottom: 100px;
}

#saleitem {
  background-color: #BC192A;
}

#process {
  background-color: #E7C827;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #process {
    padding: 50px 0;
  }
}
#process div.box {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  /*松村ここまで②*/
}
@media screen and (max-width: 768px) {
  #process div.box {
    width: 84%;
    margin: 0 auto;
  }
}
#process div.box p.title {
  background-color: #BC192A;
  line-height: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (min-width: 769px) {
  #process div.box p.title {
    font-size: 22px;
    height: 100px;
    line-height: 100px;
  }
}
#process div.box .box2 {
  padding: 70px 20px 100px;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 {
    padding: 70px 20px;
  }
}
#process div.box .box2 h3 {
  width: 75%;
  margin: 0 auto 30px;
  display: flex;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 h3 {
    width: 100%;
  }
}
#process div.box .box2 h3 .left {
  width: 10%;
  margin: 0 auto;
  text-align: center;
}
#process div.box .box2 h3 .left .num {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  text-align: center;
  background-color: #BC192A;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 h3 .left .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
#process div.box .box2 h3 p.right {
  display: flex;
  align-items: center;
  width: 90%;
  text-align: left;
  line-height: 1.4em;
  letter-spacing: 2px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 h3 p.right {
    font-size: 12px;
    margin-left: 10px;
  }
}
#process div.box .box2 p.att {
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #process div.box .box2 p.att {
    font-size: 14px;
  }
}
#process div.box .box2 p.att2 {
  color: #BC192A;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #process div.box .box2 p.att2 {
    font-size: 12px;
  }
}
#process div.box .box2 .cam {
  margin: 100px auto 0;
}
#process div.box .box2 .cam h4 {
  width: 500px;
  height: 60px;
  background-color: #BC192A;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 .cam h4 {
    width: 70%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
#process div.box .box2 .cam p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 .cam p {
    font-size: 12px;
  }
}
#process div.box .box2 .processimg {
  width: 50%;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 .processimg {
    width: 70%;
    margin: 0 auto 100px;
  }
}
#process div.box .box2 .processimg::after {
  content: "";
  display: inline-block;
  background-image: url(../images/down.png);
  width: 100px; /*画像の幅*/
  height: 70px; /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23%;
}
@media screen and (max-width: 768px) {
  #process div.box .box2 .processimg::after {
    bottom: -25%;
    width: 70px;
    height: 50px;
  }
}
#process div.box .box2 p {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  #process div.box .box2 p {
    font-size: 14px;
  }
}
#process div.box .box2 p span {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #process div.box .box2 p span {
    font-size: 16px;
  }
}
#process div.box .box2 p a {
  text-decoration: underline;
}
#process div.box .box2 p:last-child {
  margin: 0;
}
#process div.box #app_wrap {
  color: #000;
}
#process div.box .app_box {
  width: 100%;
  display: flex;
  margin: 10px 0 20px;
}
@media screen and (min-width: 769px) {
  #process div.box .app_box {
    width: 30%;
  }
}
#process div.box .app_box .mg10 {
  padding-right: 10px;
  box-sizing: border-box;
}

#period {
  margin-bottom: 50px;
}
#period dl {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #period dl {
    width: 84%;
    margin: 0 auto;
  }
}
#period dl dt {
  background-color: #BC192A;
  line-height: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (min-width: 769px) {
  #period dl dt {
    font-size: 22px;
    height: 100px;
    line-height: 100px;
  }
}
#period dl dt i {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 14px;
  color: #fff;
}
#period dl dt i.active {
  transform: translateY(-50%) rotate(180deg);
}
#period dl dd {
  padding: 0 0 10px 0;
  margin: 0 auto;
  width: 1000px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #period dl dd {
    width: 100%;
    margin-bottom: 100px;
    padding: 0px 0 10px 0;
  }
}
#period dl dd .att {
  width: 1000px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  #period dl dd .att {
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  #period dl dd .att {
    width: 100%;
  }
}
#period dl dd .att p {
  letter-spacing: 1px;
  width: 80%;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.9em;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #period dl dd .att p {
    font-size: 11px;
  }
}
#period dl dd .att p a {
  text-decoration: underline;
  color: #000;
}
#period dl dd .att p span {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #period dl dd .att p span {
    font-size: 16px;
  }
}
#period dl dd .att p span::after {
  content: "";
  display: block;
  width: 100px;
  border: solid 1px #BC192A;
  height: 1px;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #period dl dd .att p span::after {
    width: 70px;
    bottom: -46%;
  }
}
#period dl #app_wrap {
  color: #000;
}
#period dl .app_box {
  width: 100%;
  display: flex;
  margin: 10px 0 20px;
}
@media screen and (min-width: 769px) {
  #period dl .app_box {
    width: 30%;
  }
}
#period dl .app_box .mg10 {
  padding-right: 10px;
  box-sizing: border-box;
}

#fav dl {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  /*松村ここまで②*/
}
@media screen and (max-width: 768px) {
  #fav dl {
    width: 84%;
    margin: 0 auto;
  }
}
#fav dl dt {
  background-color: #BC192A;
  line-height: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (min-width: 769px) {
  #fav dl dt {
    font-size: 22px;
    height: 100px;
    line-height: 100px;
  }
}
#fav dl dt i {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 14px;
  color: #fff;
}
#fav dl dt i.active {
  transform: translateY(-50%) rotate(180deg);
}
#fav dl dd {
  padding: 70px 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #fav dl dd {
    padding: 50px 5px;
  }
}
#fav dl dd h5 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fav dl dd h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#fav dl dd ul {
  width: 950px;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul {
    width: 100%;
  }
}
#fav dl dd ul li {
  width: 32%;
  border: 1px solid #F0F0F0;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li {
    width: 49%;
    margin-bottom: 20px;
    padding: 20px 5px;
  }
}
#fav dl dd ul li p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li p {
    letter-spacing: 1px;
  }
}
#fav dl dd ul li p.title {
  line-height: 1.8em;
  color: #BC192A;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li p.title {
    font-size: 11px;
    letter-spacing: 1px;
  }
}
#fav dl dd ul li p.title span {
  display: block;
  font-size: 30px;
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li p.title span {
    font-size: 20px;
    margin: 0 auto 10px;
  }
}
#fav dl dd ul li p.title span::after {
  content: "";
  display: block;
  width: 50px;
  border: solid 1px #BC192A;
  height: 3px;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #BC192A;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li p.title span::after {
    width: 30px;
    height: 2px;
  }
}
#fav dl dd ul li p.title2 {
  text-align: center;
  font-size: 16px;
  color: #BC192A;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li p.title2 {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
#fav dl dd ul li p.title3 {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li p.title3 {
    font-size: 11px;
    text-align: left;
    letter-spacing: 1px;
  }
}
#fav dl dd ul li .favimg {
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #fav dl dd ul li .favimg {
    width: 70%;
    margin: 0 auto 15px;
  }
}
#fav dl dd .notice {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice {
    margin-top: 50px;
  }
}
#fav dl dd .notice h6 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  color: #BC192A;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice h6 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
#fav dl dd .notice .inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice .inner {
    margin-bottom: 40px;
  }
}
#fav dl dd .notice .inner p.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice .inner p.title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#fav dl dd .notice .inner p.lead {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice .inner p.lead {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
  }
}
#fav dl dd .notice .inner p.att {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice .inner p.att {
    font-size: 10px;
  }
}
#fav dl dd .notice .inner .btn {
  width: 270px;
  margin: 0 auto 40px;
  background: #777777;
  border-radius: 10px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice .inner .btn {
    width: 70%;
    height: 50px;
  }
}
#fav dl dd .notice .inner .btn a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice .inner .btn a {
    font-size: 14px;
    line-height: 50px;
  }
}
#fav dl dd .notice .inner .btn a span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #fav dl dd .notice .inner .btn a span {
    font-size: 10px;
  }
}
#fav dl dd .notice .inner .noticeimg {
  width: 40%;
  margin: 0 auto;
}
#fav dl #app_wrap {
  color: #000;
}
#fav dl .app_box {
  width: 100%;
  display: flex;
  margin: 10px 0 20px;
}
@media screen and (min-width: 769px) {
  #fav dl .app_box {
    width: 30%;
  }
}
#fav dl .app_box .mg10 {
  padding-right: 10px;
  box-sizing: border-box;
}

section.mainArea {
  width: 100%;
  background: #bc192a;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.mainArea {
    overflow: hidden;
  }
}
section.mainArea div.main {
  width: 100%;
  height: 100vh;
  position: relative;
}
section.mainArea div.main h1 {
  width: 80%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.mainArea div.main h1 {
    width: 86%;
    position: absolute;
    top: 43%;
  }
}
section.mainArea div.main div.under {
  width: 100%;
  position: absolute;
  bottom: -5%;
  left: 0;
}
section.descArea {
  position: relative;
  background: #E7C827;
  overflow: hidden;
  padding: 200px 0 0 0;
}
@media screen and (max-width: 768px) {
  section.descArea {
    padding: 70px 0 0 0;
  }
}
section.descArea .desc {
  line-height: 1.8;
  color: #222222;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  section.descArea .desc {
    font-size: 16px;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  section.descArea .desc {
    font-size: 14px;
    padding: 0 0 80px;
    width: 84.5333333333%;
    margin: 0 auto;
  }
}
section.descArea .desc .lead {
  margin-bottom: 70px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  section.descArea .desc .lead {
    padding: 70px 0 0 0;
  }
}
section.descArea .desc .lead h1 {
  color: #BC192A;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section.descArea .desc .lead h1 {
    font-size: 18px;
  }
}
section.descArea .desc .lead h2 {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  color: #000;
  line-height: 1.7em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.descArea .desc .lead h2 {
    font-size: 14px;
    text-align: left;
  }
}
section.descArea .desc p.att {
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.descArea .desc p.att {
    font-size: 14px;
  }
}
section div.loop div:first-child {
  animation: loop 400s -200s linear infinite;
}
section div.loop div:last-child {
  animation: loop2 400s linear infinite;
}
section div.saletext {
  writing-mode: vertical-rl;
  position: absolute;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #F5F5F5;
  -webkit-text-fill-color: #E6AD2C;
  top: 0;
  left: 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section div.saletext {
    font-size: 46px;
  }
}
@media screen and (min-width: 769px) {
  section div.saletext {
    font-size: 100px;
  }
}
section h2 {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  section h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
section h2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  section h2 span {
    font-size: 32px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  section h2 span {
    font-size: 48px;
    margin-top: 15px;
  }
}
section div#favrank, section div#checked, section div#coupon {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section div#favrank, section div#checked, section div#coupon {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  section div#favrank, section div#checked, section div#coupon {
    margin-bottom: 70px;
  }
}
section div.inner {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  section div.inner {
    position: relative;
    width: 1060px;
    margin: 0 auto;
  }
}
section div.inner .scrollable {
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  section div.inner .scrollable {
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section div.inner .scrollable {
    padding: 0 30px 0 30px;
  }
}
section div.inner .scrollable li {
  background: #fff;
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  section div.inner .scrollable li {
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 320px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  section div.inner .scrollable li {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 270px;
    margin-bottom: 18px;
    box-sizing: content-box;
  }
}
section div.inner .scrollable li:first-child {
  border-left: 10px #fff solid;
  border-radius: 5px 0 0 5px;
}
section div.inner .scrollable li:last-child {
  border-right: 10px #fff solid;
  border-radius: 0px 5px 5px 0px;
}
section div.inner .scrollable li a {
  text-decoration: none;
  color: #222222;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section div.inner .scrollable li a {
    font-size: 10px;
  }
}
section div.inner .scrollable li a div {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  section div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
section div.inner .scrollable li a div:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section div.inner .scrollable li a div:nth-child(4) {
  color: #EE2E2E;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section div.inner .scrollable li a div:nth-child(4) {
    font-size: 12px;
  }
}
section div.inner .scrollable li img {
  margin-bottom: 10px;
}
section div.inner #coupon_list li {
  height: auto !important;
}
@media screen and (min-width: 769px) {
  section div.inner #coupon_list li div {
    padding: 0 10px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section div.inner #coupon_list li div {
    padding: 0 10px 0 5px;
  }
}
section div.inner #coupon_list li div:nth-child(4) {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
section#itemArea {
  padding: 80px 0;
  background-color: #BC192A;
}
section#itemArea h2 {
  color: #E9C829;
  margin-bottom: 40px;
}
section#itemArea div#saleitem {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  section#itemArea div#saleitem div.salecontent {
    position: relative;
    width: 1060px;
    margin: 0 auto;
  }
}
section#itemArea div#saleitem div.itemlist,
section#itemArea div#saleitem ul.itemlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  section#itemArea div#saleitem div.itemlist,
  section#itemArea div#saleitem ul.itemlist {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section#itemArea div#saleitem div.itemlist,
  section#itemArea div#saleitem ul.itemlist {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  section#itemArea div#saleitem div.itemlist > div, section#itemArea div#saleitem div.itemlist li,
  section#itemArea div#saleitem ul.itemlist > div,
  section#itemArea div#saleitem ul.itemlist li {
    width: 19%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section#itemArea div#saleitem div.itemlist > div, section#itemArea div#saleitem div.itemlist li,
  section#itemArea div#saleitem ul.itemlist > div,
  section#itemArea div#saleitem ul.itemlist li {
    width: 32.0634920635%;
    margin-bottom: 20px;
  }
}
section#itemArea div#saleitem div.itemlist > div a, section#itemArea div#saleitem div.itemlist li a,
section#itemArea div#saleitem ul.itemlist > div a,
section#itemArea div#saleitem ul.itemlist li a {
  color: #FFF;
  text-decoration: none;
}
section#itemArea div#saleitem div.itemlist > div a p, section#itemArea div#saleitem div.itemlist > div a div, section#itemArea div#saleitem div.itemlist li a p, section#itemArea div#saleitem div.itemlist li a div,
section#itemArea div#saleitem ul.itemlist > div a p,
section#itemArea div#saleitem ul.itemlist > div a div,
section#itemArea div#saleitem ul.itemlist li a p,
section#itemArea div#saleitem ul.itemlist li a div {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section#itemArea div#saleitem div.itemlist > div a p, section#itemArea div#saleitem div.itemlist > div a div, section#itemArea div#saleitem div.itemlist li a p, section#itemArea div#saleitem div.itemlist li a div,
  section#itemArea div#saleitem ul.itemlist > div a p,
  section#itemArea div#saleitem ul.itemlist > div a div,
  section#itemArea div#saleitem ul.itemlist li a p,
  section#itemArea div#saleitem ul.itemlist li a div {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  section#itemArea div#saleitem div.itemlist > div a > p:first-child, section#itemArea div#saleitem div.itemlist > div a p.photo, section#itemArea div#saleitem div.itemlist li a > p:first-child, section#itemArea div#saleitem div.itemlist li a p.photo,
  section#itemArea div#saleitem ul.itemlist > div a > p:first-child,
  section#itemArea div#saleitem ul.itemlist > div a p.photo,
  section#itemArea div#saleitem ul.itemlist li a > p:first-child,
  section#itemArea div#saleitem ul.itemlist li a p.photo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  section#itemArea div#saleitem div.itemlist > div a > p:first-child, section#itemArea div#saleitem div.itemlist > div a p.photo, section#itemArea div#saleitem div.itemlist li a > p:first-child, section#itemArea div#saleitem div.itemlist li a p.photo,
  section#itemArea div#saleitem ul.itemlist > div a > p:first-child,
  section#itemArea div#saleitem ul.itemlist > div a p.photo,
  section#itemArea div#saleitem ul.itemlist li a > p:first-child,
  section#itemArea div#saleitem ul.itemlist li a p.photo {
    margin-bottom: 5px;
  }
}
section#itemArea div#saleitem div.itemlist > div a p.ico_box, section#itemArea div#saleitem div.itemlist li a p.ico_box,
section#itemArea div#saleitem ul.itemlist > div a p.ico_box,
section#itemArea div#saleitem ul.itemlist li a p.ico_box {
  display: none;
}
section#itemArea div#saleitem div.itemlist > div a div.textOverflow p, section#itemArea div#saleitem div.itemlist > div a p.label, section#itemArea div#saleitem div.itemlist li a div.textOverflow p, section#itemArea div#saleitem div.itemlist li a p.label,
section#itemArea div#saleitem ul.itemlist > div a div.textOverflow p,
section#itemArea div#saleitem ul.itemlist > div a p.label,
section#itemArea div#saleitem ul.itemlist li a div.textOverflow p,
section#itemArea div#saleitem ul.itemlist li a p.label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section#itemArea a.viewAll.big {
  border-radius: 5px;
  color: #BC192A;
  font-weight: bold;
  width: 250px;
  height: 50px;
  line-height: 50px;
}
section.searchArea {
  position: relative;
  z-index: 3;
  background: #BC192A;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.searchArea {
    padding: 60px 0;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea {
    padding: 100px 0;
  }
}
section.searchArea h2 {
  color: #E7C827;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  section.searchArea h2 {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea h2 {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
section.searchArea h2 span {
  display: block;
  color: #E7C827;
}
@media screen and (max-width: 768px) {
  section.searchArea h2 span {
    font-size: 46px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea h2 span {
    font-size: 64px;
  }
}
section.searchArea ul.fixedmenu {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  section.searchArea ul.fixedmenu {
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea ul.fixedmenu {
    display: none;
  }
}
section.searchArea ul.fixedmenu li {
  background: #E7C827;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.searchArea ul.fixedmenu li {
    width: 50%;
  }
}
section.searchArea ul.fixedmenu li:first-child {
  border-right: 1px solid #BC192A;
}
section.searchArea ul.fixedmenu li a {
  display: block;
  color: #BC192A;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.searchArea ul.fixedmenu li a {
    font-size: 16px;
    line-height: 1;
    padding: 25px 0;
  }
}
section.searchArea div.searchblock {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock {
    width: 89.3333333333%;
    margin: 32px auto 0;
  }
}
section.searchArea div.searchblock h3 {
  font-weight: normal;
  color: #E7C827;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
section.searchArea div.searchblock ul {
  background: #fff;
  color: #222222;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock ul {
    border-radius: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock ul {
    width: 1060px;
    margin: 0 auto 50px;
    border-radius: 35px;
    display: flex;
  }
}
section.searchArea div.searchblock ul li {
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock ul li {
    width: 49%;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock ul li {
    width: 265px;
    border-right: 1px solid #dadada;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock ul li:nth-child(1), section.searchArea div.searchblock ul li:nth-child(3) {
    border-right: 1px solid #dadada;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock ul li:nth-child(1), section.searchArea div.searchblock ul li:nth-child(2) {
    border-bottom: 1px solid #dadada;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock ul li:last-child {
    border-right: none;
  }
}
section.searchArea div.searchblock ul li a {
  text-decoration: none;
  color: #222222;
  display: block;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock ul li a {
    font-size: 12px;
    padding: 23px 0;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock ul li a {
    font-size: 16px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li {
    width: 48%;
    border-bottom: 1px solid #dadada;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li {
    width: 20%;
    border-right: none;
  }
}
section.searchArea div.searchblock.brand ul li:nth-child(1), section.searchArea div.searchblock.brand ul li:nth-child(3) {
  border-right: none;
}
section.searchArea div.searchblock.brand ul li:nth-last-child(-n+3) {
  border: none;
}
section.searchArea div.searchblock.brand ul li:nth-last-child(2) {
  border: none;
}
section.searchArea div.searchblock.brand ul li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a {
    padding: 10px 10px;
    height: 90px;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a {
    width: 88.3%;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.brandname {
    font-size: 12px;
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a p.brandname {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
section.searchArea div.searchblock.brand ul li a p.brandname span.kana {
  display: block;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.brandname span.kana {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a p.brandname span.kana {
    font-size: 12px;
  }
}
section.searchArea div.searchblock.brand ul li a p.brandname span.coming {
  display: inline-block;
  color: #4c9ad6;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.brandname span.coming {
    font-size: 11px;
    padding: 1px 5px;
    box-sizing: border-box;
    border: 1px solid #4c9ad6;
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a p.brandname span.coming {
    font-size: 14px;
    padding: 1px 8px;
    box-sizing: border-box;
    border: 1px solid #4c9ad6;
    margin-right: 12px;
  }
}
section.searchArea div.searchblock.brand ul li a p.percent {
  float: right;
  color: #ed2e2e;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.percent {
    font-size: 11px;
    width: 30%;
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a p.percent {
    font-size: 16px;
    width: 30%;
    text-align: right;
  }
}
section.searchArea div.searchblock.category h3 {
  color: #E7C827;
}
section.searchArea div.searchblock.category ul {
  background: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.category ul {
    padding: 40px;
  }
}
section.searchArea div.searchblock.category ul li {
  border: none;
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.category ul li {
    width: 11.320754717%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.category ul li {
    width: 30.1587301587%;
    margin-bottom: 20px;
  }
}
section.searchArea div.searchblock.category ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.category ul li a {
    border-bottom: none;
    font-size: 12px;
  }
}
section.searchArea div.searchblock.category ul li a img {
  border-radius: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.category ul li a img {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.category ul li a img {
    margin-bottom: 15px;
  }
}
section.attentionArea {
  background: #E6AD2C;
  color: #fff;
}
section.attentionArea div {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.attentionArea div {
    width: 92%;
    padding: 60px 0;
  }
}
@media screen and (min-width: 769px) {
  section.attentionArea div {
    width: 1060px;
    padding: 100px 0;
  }
}
section.attentionArea h3 {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.attentionArea h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  section.attentionArea h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
section.attentionArea h3 span {
  line-height: 2;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
section.attentionArea ul {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  section.attentionArea ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  section.attentionArea ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
section.attentionArea ul li::before {
  content: "・";
  display: inline-block;
}
section.attentionArea ul li:last-child::before {
  display: none;
}

footer {
  background: #F8F7F7;
  color: #000000;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 30px 0 30px;
  }
}
footer ul#footer_menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  footer ul#footer_menu {
    width: 943px;
    margin: 0 auto 83px;
  }
}
@media screen and (max-width: 768px) {
  footer ul#footer_menu {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 769px) {
  footer ul#footer_menu li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  footer ul#footer_menu li {
    width: 50%;
  }
}
footer ul#footer_menu li:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  footer ul#footer_menu li:first-child a img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  footer ul#footer_menu li:first-child a img {
    width: 86.1333333333%;
  }
}
@media screen and (max-width: 768px) {
  footer ul#footer_snsArea {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  footer ul#footer_snsArea {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  footer ul#footer_snsArea li {
    width: 30px;
    margin-right: 22px;
  }
}
@media screen and (min-width: 769px) {
  footer ul#footer_snsArea li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  footer ul#footer_snsArea li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: #333;
  }
}
@media screen and (min-width: 769px) {
  footer ul#footer_snsArea li a img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  footer ul#footer_snsArea li a span.icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer ul#footer_snsArea li a span.icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer ul#footer_snsArea li a span.text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer a.foot_logo {
    display: block;
    width: 140px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 769px) {
  footer a.foot_logo {
    width: 150px;
    display: block;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 768px) {
  footer p.foot_copy {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  footer p.foot_copy {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

a.scroll-left, a.scroll-right {
  position: absolute;
  top: 110px;
  border: 1px solid #dadada;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background: #fff;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  a.scroll-left, a.scroll-right {
    display: none;
  }
}

a.scroll-left {
  left: 5px;
  transform: translateX(-70%);
}

a.scroll-right {
  right: 5px;
  transform: translateX(70%);
}

a.scroll-left::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(1px, -3px);
  content: "";
  display: block;
}

a.scroll-right::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-5px, 0px);
  content: "";
  display: block;
}

.scrollable::-webkit-scrollbar, ul.sort::-webkit-scrollbar, .grid-scroll::-webkit-scrollbar, .itemlist::-webkit-scrollbar {
  display: none;
}

a.scrolltop {
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  a.scrolltop {
    width: 18.6666666667%;
    position: fixed;
    right: 2.6666666667%;
    bottom: 15px;
    display: block;
    z-index: 99;
  }
}
@media screen and (min-width: 769px) {
  a.scrolltop {
    width: 106px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    margin-left: 550px;
  }
}
a.scrolltop.fadeIn {
  opacity: 1;
}

/* content
---------------------------------------------*/
/* scss読み込み
---------------------------------------------*/
/* アニメーション
---------------------------------------------*/
/* 回転アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

.fuwatAnime2nd {
  animation-delay: 0.3s;
}

.fuwatAnime3rd {
  animation-delay: 0.6s;
}
@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
#mainImg div.end {
  opacity: 0;
  transform: scale(1.1);
  transition: transform 1s, opacity 1s;
}

#mainImg div.z-index {
  z-index: -1;
}

section div.couponArea {
  background: #fff;
  color: #222222;
}
@media screen and (min-width: 769px) {
  section div.couponArea {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  section div.couponArea {
    padding: 50px 0 50px;
  }
}

section div.couponArea h2 {
  text-align: center;
  color: #222222;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  section div.couponArea h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section div.couponArea h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

section div.couponArea h2 span {
  color: #F05B5B;
  display: block;
}
@media screen and (min-width: 769px) {
  section div.couponArea h2 span {
    font-size: 48px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  section div.couponArea h2 span {
    font-size: 32px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  section div.couponArea div.howto {
    width: 89.3333333333%;
    margin: 0 auto;
  }
}

section div.couponArea div.howto p {
  font-weight: normal;
  color: #222222;
  text-align: center;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  section div.couponArea div.howto p span.schedule {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  section div.couponArea div.howto p span.schedule {
    font-size: 15px;
  }
}

section div.couponArea div.howto p span.use {
  font-weight: bold;
}

section div.couponArea div.howto p a {
  display: block;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 768px) {
  section div.couponArea div.howto p a {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  section div.couponArea div.howto p a {
    font-size: 16px;
    margin-top: 10px;
  }
}

section div.couponArea ul.attention {
  font-weight: normal;
  border: 1px dotted #222222;
}
@media screen and (min-width: 769px) {
  section div.couponArea ul.attention {
    width: 750px;
    padding: 20px;
    margin: 50px auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section div.couponArea ul.attention {
    width: 89.3333333333%;
    margin: 25px auto 0;
    padding: 10px;
    font-size: 12px;
  }
}

section div.couponArea ul.attention li::before {
  content: "・";
}/*# sourceMappingURL=style.css.map */