@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: "source-han-sans-japanese", sans-serif;
  width: 100%;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
}
@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;
  pointer-events: none;
}

@media print {
  img {
    display: none;
  }
}
*, *::after, *::before {
  box-sizing: border-box;
}

body {
  word-break: break-all;
  overflow-wrap: break-word;
}

@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;
  }
}

#comingsoon {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #9a1731;
}
#comingsoon div.mainImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #comingsoon div.mainImg {
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #comingsoon div.mainImg {
    width: 100%;
  }
}
#comingsoon div.container {
  position: absolute;
  bottom: 5%;
  width: 100%;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #comingsoon div.container {
    font-size: 18px;
    letter-spacing: 0.01em;
  }
}
#comingsoon div.container p.timer {
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  #comingsoon div.container p.timer span {
    font-size: 24px;
    display: inline-block;
    padding-right: 5px;
  }
}

#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: #B63A29;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  a.viewAll {
    width: 78.6666666667%;
    margin: 0 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;
  }
}

ul.fixedmenu {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  transition: 1s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  ul.fixedmenu {
    width: 100%;
    display: flex;
    height: 46px;
  }
}
@media screen and (min-width: 769px) {
  ul.fixedmenu {
    display: none !important;
  }
}
ul.fixedmenu li {
  box-sizing: border-box;
  background: #B63A29;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  ul.fixedmenu li {
    width: 50%;
  }
}
ul.fixedmenu li:last-child {
  border-right: none;
}
ul.fixedmenu li a {
  display: flex;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  ul.fixedmenu li a {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  ul.fixedmenu li a span.arrow {
    display: inline-block;
    width: 16px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  ul.fixedmenu li a span.big {
    font-size: 12px;
  }
}

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

section.mainArea {
  width: 100%;
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #EB5D4A 0%, #EB5D4A 50%, #F6B620 50%, #F6B620 100%);
}
@media screen and (max-width: 768px) {
  section.mainArea {
    margin-top: 45px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  section.mainArea {
    height: 575px;
  }
}
@media screen and (max-width: 768px) {
  section.mainArea::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.mainArea div.main {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  section.mainArea div.main {
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
section.itemArea {
  position: relative;
  background: #F4EFEE;
}
@media screen and (max-width: 768px) {
  section.itemArea {
    padding: 0px 0 100px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea {
    padding: 0px 0 80px;
  }
}
section.itemArea ul.introduce {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  color: #B63A29;
}
@media screen and (max-width: 768px) {
  section.itemArea ul.introduce {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea ul.introduce {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(365px);
  }
}
section.itemArea ul.introduce li a {
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
}
section.itemArea div.credit_l {
  display: none;
  background: #B63A29;
  border-radius: 5px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_l {
    width: 78.6666666667%;
    box-sizing: border-box;
    padding: 24px 20px;
    top: 43px;
    left: 11.2%;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_l {
    width: 295px;
    box-sizing: border-box;
    padding: 24px 20px;
    top: 43px;
    left: 50%;
    transform: translateX(190px);
  }
}
section.itemArea div.credit_l::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_l::before {
    top: -13px;
    background: #B63A29;
    height: 12.9903810568px;
    width: 15px;
    left: 57.3333333333%;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_l::before {
    top: -13px;
    background: #B63A29;
    height: 12.9903810568px;
    width: 15px;
    left: 215px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
section.itemArea div.credit_l a.close {
  cursor: pointer;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_l a.close {
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_l a.close {
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}
section.itemArea div.credit_l a.close::before {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_l a.close::before {
    height: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_l a.close::before {
    height: 15px;
  }
}
section.itemArea div.credit_l a.close::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_l a.close::after {
    width: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_l a.close::after {
    width: 15px;
  }
}
section.itemArea div.credit_l ul li a {
  line-height: 1;
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_l ul li a {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_l ul li a {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
section.itemArea div.credit_r {
  display: none;
  background: #B63A29;
  border-radius: 5px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_r {
    width: 295px;
    box-sizing: border-box;
    padding: 24px 20px;
    top: 43px;
    left: 50%;
    transform: translateX(460px);
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_r {
    width: 78.6666666667%;
    box-sizing: border-box;
    padding: 24px 20px;
    top: 43px;
    left: 18.6666666667%;
  }
}
section.itemArea div.credit_r::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_r::before {
    top: -13px;
    background: #B63A29;
    height: 12.9903810568px;
    width: 15px;
    left: 82.6666666667%;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_r::before {
    top: -13px;
    background: #B63A29;
    height: 12.9903810568px;
    width: 15px;
    left: 30px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
section.itemArea div.credit_r a.close {
  cursor: pointer;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_r a.close {
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_r a.close {
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}
section.itemArea div.credit_r a.close::before {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_r a.close::before {
    height: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_r a.close::before {
    height: 15px;
  }
}
section.itemArea div.credit_r a.close::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_r a.close::after {
    width: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_r a.close::after {
    width: 15px;
  }
}
section.itemArea div.credit_r ul li a {
  line-height: 1;
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  section.itemArea div.credit_r ul li a {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.credit_r ul li a {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
section.itemArea p.desc {
  line-height: 2.25;
  color: #B63A29;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section.itemArea p.desc {
    font-size: 16px;
    width: 668px;
    margin: 0 auto;
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea p.desc {
    font-size: 16px;
    padding: 100px 0 80px;
    width: 84.5333333333%;
    margin: 0px auto;
  }
}
section.itemArea div.loop {
  position: fixed;
  top: 0;
  left: -5px;
}
section.itemArea div.loop div:first-child {
  animation: loop 400s -200s linear infinite;
}
section.itemArea div.loop div:last-child {
  animation: loop2 400s linear infinite;
}
section.itemArea div.saletext {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  writing-mode: vertical-rl;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.itemArea div.saletext {
    font-size: 46px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.saletext {
    font-size: 100px;
    left: -16px;
  }
}
section.itemArea h2 {
  text-align: center;
  color: #222;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 {
    font-size: 14px;
    margin: 0 auto 40px;
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 {
    font-size: 16px;
    width: 1060px;
    margin: 0 auto 40px;
  }
}
section.itemArea h2 span {
  display: block;
}
section.itemArea h2 span.en {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 span.en {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.en {
    margin-bottom: 35px;
  }
}
section.itemArea h2 span.en > span {
  display: inline-block;
  box-sizing: border-box;
  background: #F4EFEE;
  position: relative;
  z-index: 3;
  color: #B63A29;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 span.en > span {
    font-size: 12px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.en > span {
    font-size: 12px;
    padding: 0 18px;
  }
}
section.itemArea h2 span.en::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #B63A29;
}
section.itemArea h2 span.jp {
  color: #B63A29;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 span.jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.jp {
    font-size: 20px;
  }
}
section.itemArea div#favrank, section.itemArea div#checked, section.itemArea div#coupon {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.itemArea div#favrank, section.itemArea div#checked, section.itemArea div#coupon {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div#favrank, section.itemArea div#checked, section.itemArea div#coupon {
    margin-bottom: 70px;
  }
}
section.itemArea div.inner {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner {
    position: relative;
    width: 1060px;
    margin: 0 auto;
  }
}
section.itemArea 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.itemArea div.inner .scrollable {
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable {
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
section.itemArea div.inner .scrollable li {
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
  font-weight: normal;
  background: #fff;
}
@media screen and (min-width: 769px) {
  section.itemArea 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.itemArea div.inner .scrollable li {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 270px;
    margin-bottom: 18px;
    box-sizing: content-box;
  }
}
section.itemArea div.inner .scrollable li:first-child {
  border-left: 10px solid #fff;
  border-radius: 10px 0px 0px 10px;
}
section.itemArea div.inner .scrollable li:last-child {
  border-right: 10px solid #fff;
  border-radius: 0px 10px 10px 0px;
}
section.itemArea div.inner .scrollable li a {
  text-decoration: none;
  color: #222222;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable li a {
    font-size: 10px;
  }
}
section.itemArea 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.itemArea div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
section.itemArea div.inner .scrollable li a div:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.itemArea div.inner .scrollable li a div.salecolor {
  font-size: 13px;
  color: #D53858;
}
section.itemArea div.inner .scrollable li img {
  margin-bottom: 10px;
}
section.itemArea div.inner #coupon_list li {
  height: auto !important;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner #coupon_list li div {
    padding: 0 10px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner #coupon_list li div {
    padding: 0 10px 0 5px;
  }
}
section.itemArea div.inner #coupon_list li div:nth-child(4) {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
section.itemArea div#saleitem {
  position: relative;
  z-index: 3;
}
section.itemArea div#saleitem ul.sort {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  section.itemArea div#saleitem ul.sort {
    width: 1060px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div#saleitem ul.sort {
    padding-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div#saleitem ul.sort::after {
    content: "";
    display: block;
    border-bottom: 1px solid #dadada;
    width: 145%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
section.itemArea div#saleitem ul.sort li {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.itemArea div#saleitem ul.sort li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div#saleitem ul.sort li {
    font-size: 16px;
    padding: 20px 0;
    width: 176.6666666667px;
    text-align: center;
  }
}
section.itemArea div#saleitem ul.sort li.active {
  background: #B63A29;
  color: #fff;
  position: relative;
  font-weight: bold;
}
section.itemArea div#saleitem ul.sort li.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B63A29;
  z-index: 9999;
}
section.itemArea div#saleitem ul.sort li.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #B63A29 transparent transparent transparent;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 769px) {
  section.itemArea div#saleitem ul.sort li.active::after {
    border-width: 15px 15px 0 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div#saleitem div.salecontent {
    position: relative;
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .scrollable {
    padding: 0 30px 0 30px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.itemlist, section.itemArea div.couponlist {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea ul.itemlist, section.itemArea ul.couponlist {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist, section.itemArea .couponlist {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    width: 1060px;
    margin: 0 auto;
    border-radius: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist, section.itemArea .couponlist {
    display: inline-grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    border-radius: 5px;
  }
}
section.itemArea .itemlist li, section.itemArea .itemlist > div, section.itemArea .couponlist li, section.itemArea .couponlist > div {
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
  background: #fff;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li, section.itemArea .itemlist > div, section.itemArea .couponlist li, section.itemArea .couponlist > div {
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 320px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li, section.itemArea .itemlist > div, section.itemArea .couponlist li, section.itemArea .couponlist > div {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
  }
}
section.itemArea .itemlist li:first-child, section.itemArea .itemlist > div:first-child, section.itemArea .couponlist li:first-child, section.itemArea .couponlist > div:first-child {
  border-left: 10px solid #fff;
  border-radius: 10px 0px 0px 10px;
}
section.itemArea .itemlist li:last-child, section.itemArea .itemlist > div:last-child, section.itemArea .couponlist li:last-child, section.itemArea .couponlist > div:last-child {
  border-right: 10px solid #fff;
  border-radius: 0px 10px 10px 0px;
}
section.itemArea .itemlist li a, section.itemArea .itemlist > div a, section.itemArea .couponlist li a, section.itemArea .couponlist > div a {
  color: #222222;
  text-decoration: none;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li a, section.itemArea .itemlist > div a, section.itemArea .couponlist li a, section.itemArea .couponlist > div a {
    font-size: 12px;
  }
}
section.itemArea .itemlist li p, section.itemArea .itemlist > div p, section.itemArea .couponlist li p, section.itemArea .couponlist > div p {
  box-sizing: border-box;
  padding: 0 5px;
}
section.itemArea .itemlist li p.photo, section.itemArea .itemlist > div p.photo, section.itemArea .couponlist li p.photo, section.itemArea .couponlist > div p.photo {
  padding: 0;
  position: relative;
}
section.itemArea .itemlist li p.photo span, section.itemArea .itemlist > div p.photo span, section.itemArea .couponlist li p.photo span, section.itemArea .couponlist > div p.photo span {
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 10px;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 8px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p:first-child, section.itemArea .itemlist > div p:first-child, section.itemArea .couponlist li p:first-child, section.itemArea .couponlist > div p:first-child {
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p:first-child span, section.itemArea .itemlist > div p:first-child span, section.itemArea .couponlist li p:first-child span, section.itemArea .couponlist > div p:first-child span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: block;
    background: #219bd9;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
section.itemArea .itemlist li p.ico_box, section.itemArea .itemlist > div p.ico_box, section.itemArea .couponlist li p.ico_box, section.itemArea .couponlist > div p.ico_box {
  display: none !important;
}
section.itemArea .itemlist li div.textOverflow p, section.itemArea .itemlist > div div.textOverflow p, section.itemArea .couponlist li div.textOverflow p, section.itemArea .couponlist > div div.textOverflow p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.itemArea .itemlist li p.label, section.itemArea .itemlist > div p.label, section.itemArea .couponlist li p.label, section.itemArea .couponlist > div p.label {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.itemArea .itemlist li img, section.itemArea .itemlist > div img, section.itemArea .couponlist li img, section.itemArea .couponlist > div img {
  margin-bottom: 10px;
}
section.itemArea .itemlist li p.price, section.itemArea .itemlist > div p.price, section.itemArea .couponlist li p.price, section.itemArea .couponlist > div p.price {
  color: #D53858;
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li p.price.salecolor, section.itemArea .itemlist > div p.price.salecolor, section.itemArea .couponlist li p.price.salecolor, section.itemArea .couponlist > div p.price.salecolor {
    padding: 0 0 0 5px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p.price.salecolor, section.itemArea .itemlist > div p.price.salecolor, section.itemArea .couponlist li p.price.salecolor, section.itemArea .couponlist > div p.price.salecolor {
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li p.price + p.price, section.itemArea .itemlist > div p.price + p.price, section.itemArea .couponlist li p.price + p.price, section.itemArea .couponlist > div p.price + p.price {
    padding: 0 5px 0 0;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p.price + p.price, section.itemArea .itemlist > div p.price + p.price, section.itemArea .couponlist li p.price + p.price, section.itemArea .couponlist > div p.price + p.price {
    padding: 0 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .couponlist {
    grid-template-rows: repeat(1, auto);
  }
}
section #saleitem div.scrollable div.itemlist > div:first-child {
  border-radius: 10px 0 0 0;
}
section #saleitem div.scrollable div.itemlist > div:nth-child(2) {
  border-radius: 0px 0 0 10px;
  border-left: 10px solid #fff;
}
section #saleitem div.scrollable div.itemlist > div:nth-child(19) {
  border-radius: 0px 10px 0 0px;
  border-right: 10px solid #fff;
}
section #saleitem div.scrollable div.itemlist > div:last-child {
  border-radius: 0 0 10px 0;
}
section div.new, section div.price, section div.off, section div.fav, section div.review {
  display: none;
}
section.searchArea {
  position: relative;
  z-index: 3;
  background: #B63A29;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.searchArea {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea {
    padding: 100px 0;
  }
}
section.searchArea h2 {
  text-align: center;
  color: #222;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.searchArea h2 {
    font-size: 14px;
    margin: 0 auto 40px;
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea h2 {
    font-size: 14px;
    margin: 0 auto 40px;
    width: 1060px;
  }
}
section.searchArea h2 span {
  display: block;
}
section.searchArea h2 span.en {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.searchArea h2 span.en {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea h2 span.en {
    margin-bottom: 35px;
  }
}
section.searchArea h2 span.en > span {
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  background: #B63A29;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.searchArea h2 span.en > span {
    font-size: 12px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea h2 span.en > span {
    font-size: 12px;
    padding: 0 18px;
  }
}
section.searchArea h2 span.en::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
section.searchArea h2 span.jp {
  COLOR: #FFFFFF;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.searchArea h2 span.jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea h2 span.jp {
    font-size: 20px;
  }
}
section.searchArea div.searchblock {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock {
    width: 84%;
    margin: 50px auto 0;
  }
}
section.searchArea div.searchblock h3 {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@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: 15px;
    display: flex;
    flex-wrap: wrap;
  }
}
@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: 50%;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock ul li {
    width: 265px;
    border-right: 1px solid rgba(18, 97, 173, 0.3);
  }
}
@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 rgba(18, 97, 173, 0.3);
  }
}
@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 rgba(18, 97, 173, 0.3);
  }
}
@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 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li {
    width: 100%;
    border-bottom: 1px solid rgba(18, 97, 173, 0.3);
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li {
    width: 50%;
    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:last-child {
  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: 20px 20px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a {
    width: 88.3%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(18, 97, 173, 0.3);
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.brandname {
    font-size: 12px;
    width: 66%;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a p.brandname {
    font-size: 16px;
    width: 70%;
    text-align: left;
  }
}
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;
  width: 30%;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.percent {
    width: 34%;
  }
}
section.searchArea div.searchblock.brand ul li a p.percent span.maxpercent {
  display: block;
  color: #ed2e2e;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.percent span.maxpercent {
    font-size: 12px;
    text-align: right;
    padding-right: 2px;
  }
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a p.percent span.maxpercent {
    font-size: 16px;
    text-align: right;
    padding-right: 4px;
  }
}
section.searchArea div.searchblock.brand ul li a p.percent span.morecoupon {
  display: block;
  border: 1px solid rgba(35, 155, 216, 0.5);
  color: #219BD9;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.brand ul li a p.percent span.morecoupon {
    font-size: 10px;
    width: 72%;
    margin-left: auto;
    margin-top: 1px;
    box-sizing: border-box;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.brand ul li a p.percent span.morecoupon {
    font-size: 10px;
    margin-top: 1px;
    margin-left: auto;
    width: 106px;
    box-sizing: border-box;
    padding: 0 4px;
  }
}
section.searchArea div.searchblock.brand ul li a p.percent span:nth-child(n+3) {
  display: none;
}
section.searchArea div.searchblock.category ul {
  background: none;
  display: flex;
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.category ul {
    padding: 40px 0 0;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  section.searchArea div.searchblock.category ul {
    justify-content: space-between;
  }
}
section.searchArea div.searchblock.category ul li {
  border: none;
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.category ul li {
    width: 10.8490566038%;
    margin-bottom: 20px;
    margin-right: 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:nth-child(8n) {
  margin-right: 0;
}
section.searchArea div.searchblock.category ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  section.searchArea div.searchblock.category ul li a {
    border-bottom: none;
    font-size: 12px;
    width: 100%;
  }
}
section.searchArea div.searchblock.category ul li a img {
  background: #fff;
  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.stories {
  position: relative;
  background: #BA482D;
  color: #222;
}
@media screen and (max-width: 768px) {
  section.stories {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  section.stories {
    padding: 100px 0;
  }
}
section.stories h2 {
  text-align: center;
  color: #222;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.stories h2 {
    font-size: 14px;
    margin: 0 auto 40px;
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  section.stories h2 {
    width: 1060px;
    font-size: 14px;
    margin: 0 auto 40px;
  }
}
section.stories h2 span {
  display: block;
}
section.stories h2 span.en {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.stories h2 span.en {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  section.stories h2 span.en {
    margin-bottom: 35px;
  }
}
section.stories h2 span.en > span {
  display: inline-block;
  box-sizing: border-box;
  background: #BA482D;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.stories h2 span.en > span {
    font-size: 12px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  section.stories h2 span.en > span {
    font-size: 12px;
    padding: 0 18px;
  }
}
section.stories h2 span.en::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
section.stories h2 span.jp {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.stories h2 span.jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  section.stories h2 span.jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.stories div.area {
    width: 89.3333333333%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) {
  section.stories div.area {
    width: 1060px;
    margin: 40px auto 0;
  }
}
section.profile {
  background: #F4EFEE;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.profile {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  section.profile {
    padding: 100px 0;
  }
}
section.profile div.profile_wrap {
  color: #222;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap {
    width: 89.3333333333%;
    padding: 53px 0px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap {
    width: 1060px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.profile_box {
    display: flex;
    justify-content: space-between;
    padding: 50px 70px 70px;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.profile_box div.left {
    width: calc(100% - 430px - 60px);
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.profile_box div.right {
    width: 430px;
  }
}
section.profile div.profile_wrap h2 {
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  color: #B63A29;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap h2 {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap h2 {
    width: 100%;
  }
}
section.profile div.profile_wrap div.model_img {
  background: #EAE8E1;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.model_img {
    width: 88.0597014925%;
    margin: 0 auto;
  }
}
section.profile div.profile_wrap div.creditArea {
  position: relative;
}
section.profile div.profile_wrap div.creditArea ul {
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditArea ul {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 26px;
    margin-right: 20px;
  }
}
section.profile div.profile_wrap div.creditArea ul li:nth-child(odd) a {
  font-weight: 500;
  text-decoration: underline;
}
section.profile div.profile_wrap div.creditArea ul li:nth-child(2) {
  margin: 0 3px;
}
section.profile div.profile_wrap div.creditArea div.fukidashi {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  background: #5E96A7;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
}
section.profile div.profile_wrap div.creditArea div.fukidashi a.close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditArea div.fukidashi a.close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}
section.profile div.profile_wrap div.creditArea div.fukidashi a.close::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  rotate: 45deg;
  transform-origin: center center;
}
section.profile div.profile_wrap div.creditArea div.fukidashi a.close::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  rotate: -45deg;
  transform-origin: center center;
}
section.profile div.profile_wrap div.creditArea div.fukidashi p a {
  color: #fff;
  font-size: 10px;
}
section.profile div.profile_wrap div.creditArea div.fukidashi p::before {
  content: "";
  display: block;
  height: 12.9903810568px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 38.3%;
  background: #5E96A7;
  transform: translateY(-98%);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditArea div.fukidashi p::before {
    right: 26.3%;
  }
}
section.profile div.profile_wrap div.creditArea div.fukidashi#nagao_fukidashi p::before {
  right: 15%;
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditArea div.fukidashi#nagao_fukidashi p::before {
    right: 5%;
  }
}
section.profile div.profile_wrap p.text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap p.text {
    width: 76.1194029851%;
    margin: 0 auto 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap p.text {
    font-size: 13px;
    margin-bottom: 18px;
  }
}
section.profile div.profile_wrap p.text > span {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap p.text > span {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap p.text > span {
    margin-bottom: 10px;
  }
}
section.profile div.profile_wrap p.text > span span {
  display: block;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B63A29;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap p.text > span span {
    text-align: center;
  }
}
section.profile div.profile_wrap p.text > span span:nth-child(1) {
  font-size: 16px;
  display: inline-block;
  color: #222;
}
section.profile div.profile_wrap div.creditTrigger {
  position: relative;
  margin-bottom: 45px;
}
section.profile div.profile_wrap div.creditTrigger a.trigger {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditTrigger a.trigger {
    width: 117px;
    height: 29px;
    border: 1px solid #B63A29;
    display: block;
    color: #B63A29;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditTrigger a.trigger {
    width: 117px;
    height: 29px;
    border: 1px solid #B63A29;
    display: block;
    color: #B63A29;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 15px auto 0;
  }
}
section.profile div.profile_wrap div.creditTrigger div.creditArea2 {
  display: none;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 {
    top: calc(100% + 13px);
    left: 50%;
    transform: translateX(-50%);
    width: 86.5102639296%;
    background: #B63A29;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 24px 22px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 {
    top: calc(100% + 13px);
    left: 0%;
    width: 295px;
    background: #B63A29;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 24px 22px;
  }
}
section.profile div.profile_wrap div.creditTrigger div.creditArea2::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2::before {
    top: -13px;
    background: #B63A29;
    height: 12.9903810568px;
    width: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2::before {
    top: -13px;
    background: #B63A29;
    height: 12.9903810568px;
    width: 15px;
    left: 60px;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close {
  cursor: pointer;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close {
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close {
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}
section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close::before {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close::before {
    height: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close::before {
    height: 15px;
  }
}
section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close::after {
    width: 15px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 a.close::after {
    width: 15px;
  }
}
section.profile div.profile_wrap div.creditTrigger div.creditArea2 ul li a {
  line-height: 1;
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 ul li a {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.creditTrigger div.creditArea2 ul li a {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
section.profile div.profile_wrap div.group {
  background: #F4EFEE;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.profile div.profile_wrap div.group {
    width: 83.0985915493%;
    margin: 0 auto;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.group {
    width: 100%;
    font-size: 13px;
    padding: 40px 30px 53px;
  }
}
section.profile div.profile_wrap div.group div.logo_group {
  width: 77.2549019608%;
  margin: 0 auto 22px;
}
@media screen and (min-width: 769px) {
  section.profile div.profile_wrap div.group div.logo_group {
    width: 194px;
  }
}
section.profile a.return_bnr {
  display: block;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.profile a.return_bnr {
    width: 89.3333333333%;
    margin: 64px auto 0;
  }
}
@media screen and (min-width: 769px) {
  section.profile a.return_bnr {
    width: 340px;
    margin: 84px auto 0;
  }
}
section.profile a.return_bnr > span {
  display: block;
  margin-top: 10px;
  color: #222;
  font-size: 11px;
}
section.profile a.return_bnr > span span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  section.profile div.area {
    width: 89.3333333333%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.area {
    width: 1060px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.area ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 769px) {
  section.profile div.area ul li {
    width: 32.5%;
  }
}
@media screen and (max-width: 768px) {
  section.profile div.area ul li {
    width: 60%;
    margin: 0 auto 40px;
  }
}
section.profile div.area ul li p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  section.profile div.area ul li p {
    font-size: 18px;
  }
}
section.attentionArea {
  background: #B63A29;
  color: #fff;
  position: relative;
}
section.attentionArea div {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.attentionArea div {
    width: 84%;
    padding: 100px 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: 40px;
  }
}
@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;
  line-height: 1.83;
}
@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;
}
section.attentionArea ul li a {
  color: #fff;
}

footer {
  background: #F8F7F7;
  color: #000000;
  position: relative;
}
@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, .couponlist::-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: #ffffff;
}
@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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
@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: "・";
}

div.omikuji {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  div.omikuji {
    width: 358px;
    margin: 0 auto 75px;
  }
}
@media screen and (max-width: 768px) {
  div.omikuji {
    width: 95.4666666667%;
    margin-left: auto;
    margin-bottom: 88px;
  }
}

div.omikuji_modal_index {
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100vh;
  background: #F2B5CF;
  z-index: 99;
  display: none;
}
div.omikuji_modal_index > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.omikuji_modal_index > div img {
  border-radius: 50%;
  border: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  div.omikuji_modal_index > div img {
    width: 59.2%;
  }
}
@media screen and (min-width: 769px) {
  div.omikuji_modal_index > div img {
    width: 375px;
  }
}

div.omikuji_modal {
  width: 100%;
  background: #F6F6F6;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 768px) {
  div.omikuji_modal {
    padding-top: 18px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  div.omikuji_modal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  div.omikuji_modal div.omikuji_result {
    width: 400px;
    margin: 0 auto;
  }
}
div.omikuji_modal div.result div.result_img {
  width: 89.3333333333%;
  margin: 0 auto 20px;
}
div.omikuji_modal div.result a {
  display: block;
  margin: 0 auto 10px;
  width: 74.6666666667%;
}
div.omikuji_modal p.omikuji_title {
  width: 89.0666666667%;
  margin: 0px auto 25px;
}
div.omikuji_modal p.result_message {
  color: #B99965;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

/*insightX */
.insightx-shelf, .insightx-shelf2 {
  position: relative;
  z-index: 2;
}

.ix-slider-shelf-item {
  width: 150px !important;
}
.ix-slider-shelf-item .ix-slider-shelf-item-img-container {
  height: auto !important;
}
.ix-slider-shelf-item .ix-slider-shelf-item-img-container img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 769px) {
  .ix-slider-shelf-taglines {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .ix-slider-shelf-taglines {
    text-align: center !important;
    width: 80% !important;
    margin: 0 auto 40px !important;
  }
}

#insightx-shelf .ix-slider-shelf-title .ix-slider-shelf-title-container .ix-slider-shelf-title-en span, #insightx-shelf2 .ix-slider-shelf-title .ix-slider-shelf-title-container .ix-slider-shelf-title-en span {
  background: #F4EFEE !important;
  color: #B63A29 !important;
}

#insightx-shelf .ix-slider-shelf-taglines .ix-slider-shelf-tagline-2, #insightx-shelf2 .ix-slider-shelf-taglines .ix-slider-shelf-tagline-2 {
  color: #B63A29 !important;
}

#insightx-shelf .ix-slider-shelf-title .ix-slider-shelf-title-container .ix-slider-shelf-title-en::before, #insightx-shelf2 .ix-slider-shelf-title .ix-slider-shelf-title-container .ix-slider-shelf-title-en::before {
  background: #B63A29 !important;
}

#insightx-shelf .ix-slider-shelf-taglines .ix-slider-shelf-tagline-1, #insightx-shelf2 .ix-slider-shelf-taglines .ix-slider-shelf-tagline-1 {
  color: #B63A29 !important;
}

@media screen and (min-width: 769px) {
  .ix-slider-shelf-taglines {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .ix-slider-shelf-taglines {
    width: 90%;
    margin: 0 auto;
  }
}

.ix-slider-shelf-item {
  background: #fff !important;
  padding: 10px 0 !important;
}
.ix-slider-shelf-item:first-child {
  border-left: 10px solid #fff !important;
  border-radius: 10px 0 0px 10px !important;
}
.ix-slider-shelf-item:last-child {
  border-right: 10px solid #fff !important;
  border-radius: 10px 0 0px 10px !important;
}

.ix-slider-shelf-items-slider > div {
  background: #fff;
  padding: 10px 0;
}
.ix-slider-shelf-items-slider > div:first-child {
  border-left: 10px solid #fff;
  border-radius: 10px 0 0px 10px;
}
.ix-slider-shelf-items-slider > div:last-child {
  border-right: 10px solid #fff;
  border-radius: 0px 10px 10px 0px;
}

/* おみくじ */
div.movie_modal {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  overflow-y: scroll;
  display: none;
}
div.movie_modal div.movie_block {
  width: 90%;
  margin: 55px auto 0;
}
@media screen and (min-width: 769px) {
  div.movie_modal div.movie_block {
    width: 400px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
  }
}
div.movie_modal div.movie_block p.staffcredit {
  margin-top: 40px;
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  div.movie_modal div.movie_block > div {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  div.movie_modal div.movie_block > div::before {
    content: "";
    display: block;
    padding-top: 177.7777777778%;
  }
}
div.movie_modal div.movie_block > div iframe {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  div.movie_modal div.movie_block > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
div.movie_modal a.close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
}
div.movie_modal a.close::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: top left;
}
div.movie_modal a.close::after {
  position: absolute;
  right: 3px;
  top: 0%;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}

div.comingsoon {
  width: 100%;
  height: 100vh;
  background: #AFC1DD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div.comingsoon div.img {
  max-width: 710px;
  width: 100%;
  margin: 0 auto 25px;
}
div.comingsoon p {
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 769px) {
  div.comingsoon p {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.comingsoon p {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */