@charset "UTF-8";
/* テンプレートスタイル指定 */
/*
viewport幅（最大幅想定）
スマホ表示  750px想定
PC表示 960px想定
デザインの最大幅によって適宜vwの調整が必要です。

*/
body.is-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#contentsArea {
  overflow-x: initial;
}

/* 履歴商品用 */
#msmt_history .item-wrap {
  border-width: 0;
}

#wrap.base {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base {
    max-width: none;
    width: 100% !important;
  }
}
#wrap.base img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}
#wrap.base ul,
#wrap.base ol {
  list-style-position: outside;
}
#wrap.base ul li,
#wrap.base ol li {
  list-style-type: none;
}
#wrap.base h2,
#wrap.base h3,
#wrap.base h4,
#wrap.base h5 {
  text-align: center;
}
#wrap.base p,
#wrap.base li {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', Meiryo, sans-serif;
}
#wrap.base area {
  outline: none;
}
#wrap.base a {
  outline: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base a > img, #wrap.base a > div, #wrap.base a > p, #wrap.base a > span {
    transition: opacity 0.3s;
  }
}
#wrap.base a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base a:hover > img, #wrap.base a:hover > div, #wrap.base a:hover > p, #wrap.base a:hover > span {
    opacity: .6;
  }
}
#wrap.base button {
  text-indent: 100%;
  overflow: hidden;
  border: none;
  white-space: nowrap;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
}
#wrap.base button:hover {
  opacity: .6;
}
#wrap.base .list-ttl-area-l,
#wrap.base .list-ttl-area-c {
  background-image: none;
}
#wrap.base .list-ttl-area-btm div {
  background-image: none;
}
#wrap.base .to-pagetop {
  max-width: 1216px;
  clear: both;
  /*margin-right: 15px;*/
  margin: 0 auto !important;
  text-align: right;
  /*padding: 0 0 0 1.5em !important;*/
  padding: 0 !important;
  background-image: none;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .to-pagetop {
    font-size: 14px;
    font-size: 1.1513157895vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .to-pagetop {
    font-size: 14px;
  }
}
#wrap.base .to-pagetop a {
  display: inline-block;
  text-decoration: underline;
  color: #010101;
  background: url(../suica_index_images/arrow_top.png) right center no-repeat;
  background-size: auto 100%;
  padding-right: 1.5em;
}
#wrap.base .to-pagetop a:hover {
  text-decoration: none;
}
#wrap.base .to-pagetop.active {
  display: block;
}
#wrap.base .footer {
  width: 100%;
  margin: 70px auto 20px;
  border-top: 1px solid #CCC;
}
@media only screen and (min-width: 768px) {
  #wrap.base .footer {
    margin-top: 70px;
    margin-bottom: 0;
  }
}
#wrap.base .back-to-top {
  clear: both;
  display: block;
  width: 100%;
  padding: 15px 1em;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top {
    width: 100%;
    max-width: 1216px;
  }
}
#wrap.base .back-to-top a {
  color: #000;
}
#wrap.base .back-to-top li,
#wrap.base .back-to-top p {
  font-size: 11px;
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top li,
  #wrap.base .back-to-top p {
    font-size: 12px;
    font-size: 0.9868421053vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .back-to-top li,
  #wrap.base .back-to-top p {
    font-size: 12px;
  }
}
#wrap.base .back-to-top ul {
  float: none;
}
#wrap.base .back-to-top li {
  background-image: url(../suica_index_images/arrow_back.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  /*background-image: none;*/
  padding: 0 0 0 1.5em;
  /*padding: 0;*/
  margin-top: 1em;
}
#wrap.base .back-to-top .to-pagetop {
  float: none;
  clear: none;
  margin-bottom: 2em !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top .to-pagetop {
    float: right;
    margin-top: 1em !important;
  }
}
#wrap.base .sec {
  margin: 0 auto;
  clear: both;
  max-width: 750px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec {
    max-width: none;
  }
}
#wrap.base .sec:not(.main) {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.main) {
    margin-top: 4.9342105263vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec:not(.main) {
    margin-top: 60px;
  }
}
#wrap.base .sec div,
#wrap.base .sec p,
#wrap.base .sec ul,
#wrap.base .sec ol,
#wrap.base .sec li,
#wrap.base .sec dl,
#wrap.base .sec dt,
#wrap.base .sec dd,
#wrap.base .sec table,
#wrap.base .sec th,
#wrap.base .sec td,
#wrap.base .sec h2,
#wrap.base .sec h3,
#wrap.base .sec h4,
#wrap.base .sec h5 {
  padding: 0;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1;
  color: #333;
}
#wrap.base .sec p,
#wrap.base .sec li {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec p,
  #wrap.base .sec li {
    font-size: 1.3157894737vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec p,
  #wrap.base .sec li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec img {
    display: none;
  }
  #wrap.base .sec img:nth-of-type(1):nth-last-of-type(1) {
    display: inline-block;
  }
}
#wrap.base .sec img + img {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec img + img {
    display: inline-block;
  }
}
#wrap.base .sec a {
  color: #333;
}
#wrap.base .sec h3,
#wrap.base .sec h4,
#wrap.base .sec h5 {
  width: 100%;
}
#wrap.base .sec .linkTxt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
#wrap.base .sec .linkTxt > span {
  text-align: center;
}
#wrap.base .sec .linkTxt > span > span:after {
  content: "\A";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .linkTxt > span > span:after {
    content: none;
  }
}
#wrap.base .sec .linkAll {
  width: 89.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .linkAll {
    max-width: 402px;
    width: 33.0592105263vw;
  }
}
#wrap.base .sec .linkAll a {
  text-decoration: none;
}
#wrap.base .sec .linkAll .linkTxt {
  width: 100%;
  height: 21.3333333333vw;
  border-radius: 1.3333333333vw;
  border: 0.5333333333vw solid #666;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .linkAll .linkTxt {
    max-height: 97px;
    height: 7.9769736842vw;
    border-width: 0.1644736842vw;
    border-radius: 0.4934210526vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .linkAll .linkTxt {
    border-width: 2px;
    border-radius: 6px;
  }
}
#wrap.base .sec .linkAll .linkTxt:before {
  content: "";
  position: absolute;
  right: 7.4626865672%;
  top: 41.25%;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  box-sizing: border-box;
  border-bottom: 0.5333333333vw solid #666666;
  border-right: 0.5333333333vw solid #666666;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .linkAll .linkTxt:before {
    right: 7.4626865672%;
    top: 43.2989690722%;
    max-width: 11px;
    max-height: 11px;
    width: 0.9046052632vw;
    height: 0.9046052632vw;
    border-bottom-width: 0.2467105263vw;
    border-right-width: 0.2467105263vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .linkAll .linkTxt:before {
    border-bottom-width: 3px;
    border-right-width: 3px;
  }
}
#wrap.base .sec .linkAll .linkTxt > span {
  font-size: 3.2vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .linkAll .linkTxt > span {
    font-size: 1.1513157895vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .linkAll .linkTxt > span {
    font-size: 14px;
  }
}
#wrap.base .sec .linkAll .linkTxt > span > strong {
  font-size: 4.2666666667vw;
  letter-spacing: 0.4266666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .linkAll .linkTxt > span > strong {
    font-size: 1.6447368421vw;
    letter-spacing: 0.1644736842vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .linkAll .linkTxt > span > strong {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
#wrap.base .sec .linkAll .linkTxt > span > strong:before {
  content: "\A";
  white-space: pre;
}
#wrap.base .sec .catList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 89.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList {
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1216px;
    width: 100%;
  }
}
#wrap.base .sec .catList li {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList li {
    width: auto;
    margin: 0 4.2763157895vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .catList li {
    margin: 0 52px;
  }
}
#wrap.base .sec .catList li:nth-of-type(n+3) {
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
#wrap.base .sec .catList li a {
  text-decoration: none;
}
#wrap.base .sec .catList li .linkTxt {
  justify-content: flex-start;
}
#wrap.base .sec .catList li .linkTxt:before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#wrap.base .sec .catList li .linkTxt > span {
  text-align: left;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList li .linkTxt > span {
    font-size: 1.3157894737vw;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .catList li .linkTxt > span {
    font-size: 16px;
  }
}
#wrap.base .sec .catList li .linkTxt > span > span:before {
  content: "\A";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList li .linkTxt > span > span:before {
    content: none;
  }
}
#wrap.base .sec .catList .cat_01 .linkTxt:before {
  width: 6.2666666667vw;
  height: 9.3333333333vw;
  margin-right: 4vw;
  background-image: url("../suica_index_images/pict_01.svg");
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList .cat_01 .linkTxt:before {
    max-width: 24px;
    max-height: 35px;
    width: 1.9736842105vw;
    height: 2.8782894737vw;
    margin-right: 0.9868421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .catList .cat_01 .linkTxt:before {
    margin-right: 12px;
  }
}
#wrap.base .sec .catList .cat_02 .linkTxt:before {
  width: 9.2vw;
  height: 4.5333333333vw;
  margin-right: 2.5333333333vw;
  background-image: url("../suica_index_images/pict_02.svg");
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList .cat_02 .linkTxt:before {
    max-width: 35px;
    max-height: 17px;
    width: 2.8782894737vw;
    height: 1.3980263158vw;
    margin-right: 1.3157894737vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .catList .cat_02 .linkTxt:before {
    margin-right: 16px;
  }
}
#wrap.base .sec .catList .cat_03 .linkTxt:before {
  width: 8.6666666667vw;
  height: 8.2666666667vw;
  margin-right: 1.7333333333vw;
  background-image: url("../suica_index_images/pict_03.svg");
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList .cat_03 .linkTxt:before {
    max-width: 29px;
    max-height: 28px;
    width: 2.3848684211vw;
    height: 2.3026315789vw;
    margin-right: 0.8223684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .catList .cat_03 .linkTxt:before {
    margin-right: 10px;
  }
}
#wrap.base .sec .catList .cat_04 .linkTxt:before {
  width: 8.2666666667vw;
  height: 7.7333333333vw;
  margin-right: 3.7333333333vw;
  background-image: url("../suica_index_images/pict_04.svg");
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .catList .cat_04 .linkTxt:before {
    max-width: 31px;
    max-height: 29px;
    width: 2.5493421053vw;
    height: 2.3848684211vw;
    margin-right: 0.7401315789vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec .catList .cat_04 .linkTxt:before {
    margin-right: 9px;
  }
}

/* main */
#wrap.base .main {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    height: 36.8421052632vw;
    max-height: 520px;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisual {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 97.8947368421%;
    height: 34.7368421053vw;
    max-width: 1860px;
    max-height: 486px;
  }
}
#wrap.base .main .mainVisualHeader {
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisualHeader {
    max-height: 486px;
    max-width: 622px;
    height: 100%;
    width: 33.4408602151%;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0.8223684211vw;
    border-bottom-left-radius: 0.8223684211vw;
    background-color: #f6f6f6;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .main .mainVisualHeader {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
#wrap.base .main .mainVisualSlide {
  width: 100%;	
  padding: 2.1333333333vw 0 4.5333333333vw;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisualSlide {
    display: flex;
    align-items: center;
    max-width: 616px;
    max-height: 486px;
    width: 33.1182795699%;
    height: inherit;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}
#wrap.base .main .mainVisualSlide > div {
  width: 94.6666666667%;
  height: 101.3333333333vw;
  padding-top: 4vw;
  border-radius: 2.6666666667vw;
  background-size: 100% auto;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisualSlide > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    border-radius: 0;
    background-image: none;
  }
}
#wrap.base .main .mainVisualSlide > div > div {
  width: 91.5492957746%;
  height: 92.8vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisualSlide > div > div {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
#wrap.base .main .mainVisualSlide .carousel-cell {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisualSlide .carousel-cell {
    display: flex;
    align-items: center;
    height: inherit;
    border-radius: 0;
  }
}
#wrap.base .main .mainVisualSlide .carousel-cell h2 {
  background-color: #f6f6f6;
}
#wrap.base .main .mainVisualSlide .carousel-cell img {
  transform-origin: center center;
  transform: scale(1.5);
  transition: transform .5s ease-out, opacity .6s ease-out;
}
#wrap.base .main .mainVisualSlide .carousel-cell.slick-current img, #wrap.base .main .mainVisualSlide .carousel-cell.slick-active img {
  transform: scale(1.01);
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisualTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 622px;
    max-height: 486px;
    height: 100%;
    width: 33.4408602151%;
    margin: 0;
    background-color: #f6f6f6;
    border-top-right-radius: 0.8223684211vw;
    border-bottom-right-radius: 0.8223684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .main .mainVisualTxt {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
#wrap.base .main .mainVisualTxt p {
  margin-top: 3.8666666667vw;
  text-align: center;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .mainVisualTxt p {
    margin-top: 0;
    font-size: 1.0526315789vw;
    line-height: 2.8;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .main .mainVisualTxt p {
    font-size: 20px;
  }
}

/* main */
#wrap.base .pageMenu {
  width: 94.6666666667%;
  padding: 5.8666666667vw 0 4.5333333333vw;
  background-size: 100% auto, 100% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu {
    max-width: 1216px;
    width: 100%;
    padding: 0;
    background: none;
  }
}
#wrap.base .pageMenu.sec {
  margin-top: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu.sec {
    margin-top: 5.2631578947vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .pageMenu.sec {
    margin-top: 64px;
  }
}
#wrap.base .pageMenu ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul li {
    margin: 0 9.0460526316%;
  }
}
#wrap.base .pageMenu ul li a {
  text-decoration: none;
}
#wrap.base .pageMenu ul li .linkTxt {
  flex-direction: column;
}
#wrap.base .pageMenu ul li .linkTxt > span {
  font-size: 2.6666666667vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul li .linkTxt > span {
    font-size: 1.3157894737vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .pageMenu ul li .linkTxt > span {
    font-size: 16px;
  }
}
#wrap.base .pageMenu ul li .linkTxt:after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-top: 2.6666666667vw;
  box-sizing: border-box;
  border-bottom: 0.5333333333vw solid #666666;
  border-right: 0.5333333333vw solid #666666;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul li .linkTxt:after {
    max-width: 10px;
    max-height: 10px;
    width: 0.8223684211vw;
    height: 0.8223684211vw;
    margin-top: 0.9046052632vw;
    border-bottom-width: 0.1644736842vw;
    border-right-width: 0.1644736842vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .pageMenu ul li .linkTxt:after {
    margin-top: 12px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}

/* itemList */
#wrap.base .itemList > div {
  width: 94.6666666667%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #wrap.base .itemList > div {
    width: 100%;
    max-width: 1304px;
  }
}
#wrap.base .itemList .itemSlide {
  width: 88.4507042254%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .itemList .itemSlide {
    width: 100%;
  }
}
#wrap.base .itemList .slideItem > div {
  width: 89.1719745223%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .itemList .slideItem > div {
    width: 85.8895705521%;
  }
}
#wrap.base .itemList .slick-arrow:before {
  border-color: #666;
}
#wrap.base .itemList .slick-prev {
  left: -6.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .itemList .slick-prev {
    left: -0.5756578947vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .itemList .slick-prev {
    left: -7px;
  }
}
#wrap.base .itemList .slick-next {
  right: -6.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .itemList .slick-next {
    right: -0.5756578947vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .itemList .slick-next {
    right: -7px;
  }
}
#wrap.base .itemList .linkAll {
  margin-top: 6.2666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .itemList .linkAll {
    margin-top: 4.9342105263vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .itemList .linkAll {
    margin-top: 60px;
  }
}

/* .popupShop */
#wrap.base .popupShop {
  width: 89.3333333333%;
  padding: 9.3333333333vw 0 4vw;
  border-radius: 2.6666666667vw;
  background-color: #fff4d8;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop {
    max-width: 970px;
    width: 71.5460526316%;
    padding: 3.125vw 0 2.4671052632vw;
    border-radius: 0.8223684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop {
    padding: 38px 0 30px;
    border-radius: 10px;
  }
}
#wrap.base .popupShop.sec {
  margin-top: 5.0666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop.sec {
    margin-top: 3.9473684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop.sec {
    margin-top: 48px;
  }
}
#wrap.base .popupShop h3 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop h3 {
    font-size: 1.9736842105vw;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop h3 {
    font-size: 24px;
  }
}
#wrap.base .popupShop h3 > span {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop h3 > span {
    font-size: 1.3157894737vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop h3 > span {
    font-size: 16px;
  }
}
#wrap.base .popupShop h3 + p {
  width: 86.5671641791%;
  margin-top: 3.7333333333vw;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop h3 + p {
    width: auto;
    margin-top: 2.3026315789vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop h3 + p {
    margin-top: 28px;
  }
}
#wrap.base .popupShop .popupShopList {
  margin-top: 5.0666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopList {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 3.4539473684vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop .popupShopList {
    margin-top: 42px;
  }
}
#wrap.base .popupShop .popupShopList > div {
  width: 86.5671641791%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopList > div {
    max-width: 420px;
    width: 43.2989690722%;
    margin: 0 2.0618556701%;
  }
}
#wrap.base .popupShop .popupShopList > div h4 {
  font-weight: bold;
  font-size: 4.2666666667vw;
  transform: translateY(-2vw);
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopList > div h4 {
    font-size: 1.6447368421vw;
    transform: translateY(-0.9046052632vw);
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop .popupShopList > div h4 {
    font-size: 20px;
    transform: translateY(-11px);
  }
}
#wrap.base .popupShop .popupShopList > div h4 + p {
  margin-top: 3.2vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopList > div h4 + p {
    margin-top: 0.9868421053vw;
    font-size: 1.3980263158vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop .popupShopList > div h4 + p {
    margin-top: 12px;
    font-size: 17px;
  }
}
#wrap.base .popupShop .popupShopList > div h4 + p > strong {
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopList > div h4 + p > strong {
    font-size: 1.8092105263vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop .popupShopList > div h4 + p > strong {
    font-size: 22px;
  }
}
#wrap.base .popupShop .popupShopList > div .place {
  margin-top: 2.1333333333vw;
  text-align: center;
  line-height: 1.43;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopList > div .place {
    margin-top: 1.8092105263vw;
    line-height: 1;
    font-size: 1.1513157895vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop .popupShopList > div .place {
    margin-top: 22px;
    font-size: 14px;
  }
}
#wrap.base .popupShop .popupShopList > div .place > span:before {
  content: "\A";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopList > div .place > span:before {
    content: none;
  }
}
#wrap.base .popupShop .popupShop_01 {
  height: 29.3333333333vw;
  background-image: url("../suica_index_images/popup_bg_01_2_s.png");
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShop_01 {
    max-height: 111px;
    height: 9.1282894737vw;
    background-image: url("../suica_index_images/popup_bg_01.png");
  }
}
#wrap.base .popupShop .popupShop_01 h4 {
  color: #a93030;
}
#wrap.base .popupShop .popupShop_01 h4 + p {
  color: #a93030;
}
#wrap.base .popupShop .popupShop_02 {
  margin-top: 5.8666666667vw;
  height: 29.3333333333vw;
  background-image: url("../suica_index_images/popup_bg_02_s.png");
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShop_02 {
    max-height: 111px;
    height: 9.1282894737vw;
    margin-top: 0;
    background-image: url("../suica_index_images/popup_bg_02.png");
  }
}
#wrap.base .popupShop .popupShop_02 h4 {
  color: #428eb2;
}
#wrap.base .popupShop .popupShop_02 h4 + p {
  color: #428eb2;
}
#wrap.base .popupShop .popupShopTxt {
  margin-top: 3.2vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .popupShopTxt {
    display: flex;
    flex-direction: column;
    margin-top: 2.7960526316vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop .popupShopTxt {
    margin-top: 20px;
  }
}
#wrap.base .popupShop .notice {
  width: 86.5671641791%;
  font-size: 2.6666666667vw;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .notice {
    width: auto;
    margin-bottom: 1.1513157895vw;
    line-height: 1;
    font-size: 0.9868421053vw;
    text-align: center;
    /*order: 2;*/
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .popupShop .notice {
    margin-top: 14px;
    font-size: 12px;
  }
}
#wrap.base .popupShop .txtLink {
  margin-top: 1.6vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.71;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .txtLink {
    margin-top: 0;
    line-height: 1;
    order: 1;
  }
}
#wrap.base .popupShop .txtLink a > span:before {
  content: "\A";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  #wrap.base .popupShop .txtLink a > span:before {
    content: none;
  }
}

/*  mainContents */
#wrap.base .mainContents h3 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents h3 {
    max-width: 640px;
    width: 52.6315789474vw;
  }
}
#wrap.base .mainContents h3:before, #wrap.base .mainContents h3:after {
  display: block;
  width: 13.3333333333vw;
  height: 0.4vw;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents h3:before, #wrap.base .mainContents h3:after {
    height: 0.1644736842vw;
    width: 8.6348684211vw;
    max-height: 2px;
    max-width: 105px;
  }
}
#wrap.base .mainContents h3:before {
  margin-left: 5.3333333333vw;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents h3:before {
    margin-left: 0;
  }
}
#wrap.base .mainContents h3:after {
  margin-left: auto;
  margin-right: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents h3:after {
    margin-right: 0;
  }
}
#wrap.base .mainContents h3 > span {
  font-weight: bold;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents h3 > span {
    font-size: 1.6447368421vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .mainContents h3 > span {
    font-size: 20px;
  }
}
#wrap.base .mainContents h3 > span > span:before {
  content: "\A";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents h3 > span > span:before {
    content: none;
  }
}
#wrap.base .mainContents h3 + p {
  width: 89.3333333333%;
  margin-top: 4vw;
  line-height: 1.71;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents h3 + p {
    width: auto;
    margin-top: 3.9473684211vw;
    text-align: center;
    line-height: 1;
    font-size: 1.3980263158vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .mainContents h3 + p {
    margin-top: 48px;
    font-size: 17px;
  }
}

/* .sec_01 */
#wrap.base .sec_01 {
  padding: 13.0666666667vw 0 8.2666666667vw;
  background-color: #faf8ea;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 {
    padding: 5.4276315789vw 0;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_01 {
    padding: 66px 0;
  }
}
#wrap.base .sec_01 .concept {
  position: relative;
  width: 89.3333333333%;
  height: 120vw;
  margin-top: 6.9333333333vw;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  overflow: hidden;
  transition: height .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept {
    max-width: 1340px;
    width: 96%;
    max-height: none;
    height: auto;
    margin-top: 3.7828947368vw;
    border-radius: 0.8223684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_01 .concept {
    margin-top: 46px;
    border-radius: 10px;
  }
}
#wrap.base .sec_01 .concept > div {
  padding: 9.3333333333vw 0 22.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept > div {
    padding: 5.7565789474vw 0 4.9342105263vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_01 .concept > div {
    padding: 70px 0 60px;
  }
}
#wrap.base .sec_01 .concept > div h4 {
  font-weight: bold;
  font-size: 5.3333333333vw;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept > div h4 {
    font-size: 2.3026315789vw;
    line-height: 1;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_01 .concept > div h4 {
    font-size: 28px;
  }
}
#wrap.base .sec_01 .concept > div h4 > span:before {
  content: "\A";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept > div h4 > span:before {
    content: none;
  }
}
#wrap.base .sec_01 .concept > div h4 + p {
  margin-top: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept > div h4 + p {
    margin-top: 4.7697368421vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_01 .concept > div h4 + p {
    margin-top: 58px;
  }
}
#wrap.base .sec_01 .concept > div > p {
  width: 82.0895522388%;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept > div > p {
    width: auto;
    line-height: 2.22;
    font-size: 1.4802631579vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_01 .concept > div > p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept > div > p > span:before {
    content: "\A";
    white-space: pre;
  }
}
#wrap.base .sec_01 .concept > div > p + p {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept > div > p + p {
    margin-top: 2.5em;
  }
}
#wrap.base .sec_01 .concept.is-open {
  height: 200vw;
}
#wrap.base .sec_01 .concept.is-open button > span:nth-of-type(1) {
  display: none;
}
#wrap.base .sec_01 .concept.is-open button > span:nth-of-type(2) {
  display: block;
}
#wrap.base .sec_01 .concept.is-open button:before {
  height: 0;
}
#wrap.base .sec_01 .concept.is-open button:after {
  transform: rotate(-135deg);
}
#wrap.base .sec_01 .concept button {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  background-color: #666;
  text-indent: initial;
  overflow: initial;
  white-space: initial;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept button {
    display: none;
  }
}
#wrap.base .sec_01 .concept button > span {
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: 0.3733333333vw;
  color: #fff;
}
#wrap.base .sec_01 .concept button > span:nth-of-type(2) {
  display: none;
}
#wrap.base .sec_01 .concept button:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 32vw;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  cursor: initial;
}
#wrap.base .sec_01 .concept button:after {
  content: "";
  position: absolute;
  display: block;
  right: 7.4626865672%;
  top: 41.6666666667%;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  box-sizing: border-box;
  border-bottom: 0.5333333333vw solid #fff;
  border-right: 0.5333333333vw solid #fff;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: transform .3s ease-in;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_01 .concept button:hover {
    opacity: 0.6;
  }
}

/* .sec_02 */
#wrap.base .sec_02 {
  width: 94.6666666667%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 {
    width: 100%;
  }
}
#wrap.base .sec_02.sec {
  margin-top: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02.sec {
    margin-top: 6.5789473684vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02.sec {
    margin-top: 80px;
  }
}
#wrap.base .sec_02 h3:before, #wrap.base .sec_02 h3:after {
  width: 30.1333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 h3:before, #wrap.base .sec_02 h3:after {
    max-width: 265px;
    width: 41.40625%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 h3 + p {
    font-weight: bold;
  }
}
#wrap.base .sec_02 h3 + p + p {
  width: 89.3333333333%;
  line-height: 1.71;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 h3 + p + p {
    width: auto;
    margin-top: 0.5em;
    text-align: center;
  }
}
#wrap.base .sec_02 h3 + p + p strong {
  color: #f00;
}
#wrap.base .sec_02 .focusItem {
  width: 89.3333333333%;
  padding-top: 8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem {
    display: flex;
    align-items: center;
    max-width: 1340px;
    width: 96%;
    padding-top: 4.9342105263vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem > .itemImg {
    max-width: 670px;
    width: 50%;
    margin: 0;
  }
}
#wrap.base .sec_02 .focusItem .itemInfo {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemInfo {
    width: 45.5223880597%;
    margin-top: 0;
    margin-right: 0;
  }
}
#wrap.base .sec_02 .focusItem .itemCopy {
  line-height: 1.71;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemCopy {
    line-height: 1.78;
    font-size: 1.4802631579vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem .itemCopy {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemCopy .voice:after {
    content: "\A";
    white-space: pre;
  }
}
#wrap.base .sec_02 .focusItem .itemCopy .moreTxtBtn {
  color: #8d1737;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemCopy .moreTxtBtn {
    display: none;
  }
}
#wrap.base .sec_02 .focusItem .itemCopy .moreTxtBtn > span {
  text-decoration: underline;
}
#wrap.base .sec_02 .focusItem .itemCopy .moreTxtBtn:before {
  content: "…";
  text-decoration: none;
  color: #333;
}
#wrap.base .sec_02 .focusItem .itemCopy.is-open .moreTxtBtn {
  display: none;
}
#wrap.base .sec_02 .focusItem .itemCopy.is-open .moreTxt {
  display: inline;
}
#wrap.base .sec_02 .focusItem .itemCopy.is-open .moreTxt > span {
  display: inline-block;
  margin-top: 1em;
}
#wrap.base .sec_02 .focusItem .moreTxt {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .moreTxt {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .moreTxt > span {
    display: inline-block;
    margin-top: 1.75em;
  }
}
#wrap.base .sec_02 .focusItem .itemDetail {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemDetail {
    argin-top: 2.4671052632vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem .itemDetail {
    margin-top: 30px;
  }
}
#wrap.base .sec_02 .focusItem .itemDetail .itemImg {
  width: 44.776119403%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemDetail .itemImg {
    max-width: 180px;
    width: 29.5081967213%;
  }
}
#wrap.base .sec_02 .focusItem .itemDetail > div {
  width: 48.3582089552%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemDetail > div {
    width: 66.2295081967%;
  }
}
#wrap.base .sec_02 .focusItem .itemDetail > div a {
  text-decoration: none;
}
#wrap.base .sec_02 .focusItem .itemDetail .itemName,
#wrap.base .sec_02 .focusItem .itemDetail .itemPrice,
#wrap.base .sec_02 .focusItem .itemDetail .itemArtist {
  font-size: 3.2vw;
  line-height: 1.67;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemDetail .itemName,
  #wrap.base .sec_02 .focusItem .itemDetail .itemPrice,
  #wrap.base .sec_02 .focusItem .itemDetail .itemArtist {
    font-size: 1.3157894737vw;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem .itemDetail .itemName,
  #wrap.base .sec_02 .focusItem .itemDetail .itemPrice,
  #wrap.base .sec_02 .focusItem .itemDetail .itemArtist {
    font-size: 16px;
  }
}
#wrap.base .sec_02 .focusItem .itemDetail h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 5.0666666667vw;
  margin-top: 3.7333333333vw;
  margin-left: 0;
  border-radius: 0.5333333333vw;
  background-color: #eaeaea;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemDetail h5 {
    max-width: 80px;
    max-height: 30px;
    width: 19.801980198%;
    height: 2.4671052632vw;
    margin-top: 0.8223684211vw;
    border-radius: 0.3289473684vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem .itemDetail h5 {
    margin-top: 10px;
    border-radius: 4px;
  }
}
#wrap.base .sec_02 .focusItem .itemDetail h5 > span {
  font-size: 2.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemDetail h5 > span {
    ont-size: 0.9868421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem .itemDetail h5 > span {
    font-size: 12px;
  }
}
#wrap.base .sec_02 .focusItem .itemDetail h5 + p {
  margin-top: 2.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem .itemDetail h5 + p {
    margin-top: 0.8223684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem .itemDetail h5 + p {
    margin-top: 10px;
  }
}
#wrap.base .sec_02 .focusItem_02 {
  margin-top: 10.6666666667vw;
  border-top: 0.5333333333vw solid #e9e9e9;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusItem_02 {
    margin-top: 6.5789473684vw;
    border-top-width: 0.1644736842vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusItem_02 {
    margin-top: 80px;
    border-top-width: 2px;
  }
}
#wrap.base .sec_02 .focusList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 89.3333333333%;
  padding-top: 8vw;
  margin-top: 10.6666666667vw;
  border-top: 0.5333333333vw solid #e9e9e9;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusList {
    max-width: 1340px;
    width: 96%;
    margin-top: 6.5789473684vw;
    padding-top: 6.5789473684vw;
    border-top-width: 0.1644736842vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusList {
    margin-top: 80px;
    padding-top: 80px;
    border-top-width: 2px;
  }
}
#wrap.base .sec_02 .focusListItem {
  width: 44.776119403%;
  margin: 0 5.223880597%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem {
    width: 19.4029850746%;
    margin: 0 3.7313432836%;
  }
}
#wrap.base .sec_02 .focusListItem:nth-of-type(2n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem:nth-of-type(2n+1) {
    margin-left: 3.7313432836%;
  }
}
#wrap.base .sec_02 .focusListItem:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem:nth-of-type(2n) {
    margin-right: 3.7313432836%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem:nth-of-type(4n) {
    margin-right: 0;
  }
}
#wrap.base .sec_02 .focusListItem:nth-of-type(n+3) {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem:nth-of-type(n+3) {
    margin-top: 0;
  }
}
#wrap.base .sec_02 .focusListItem a {
  text-decoration: none;
}
#wrap.base .sec_02 .focusListItem .itemName,
#wrap.base .sec_02 .focusListItem .itemPrice {
  font-size: 3.2vw;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem .itemName,
  #wrap.base .sec_02 .focusListItem .itemPrice {
    font-size: 1.3157894737vw;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusListItem .itemName,
  #wrap.base .sec_02 .focusListItem .itemPrice {
    font-size: 16px;
  }
}
#wrap.base .sec_02 .focusListItem .itemName {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .focusListItem .itemName {
    margin-top: 0.9868421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .focusListItem .itemName {
    margin-top: 12px;
  }
}
#wrap.base .sec_02 .linkAll {
  margin-top: 10.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .linkAll {
    margin-top: 6.5789473684vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .linkAll {
    margin-top: 80px;
  }
}
#wrap.base .sec_02 .catList {
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 .catList {
    margin-top: 3.9473684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_02 .catList {
    margin-top: 48px;
  }
}

/* .sec_03 */
#wrap.base .sec_03.sec {
  margin-top: 16vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03.sec {
    margin-top: 9.4572368421vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03.sec {
    margin-top: 115px;
  }
}
#wrap.base .sec_03 h3:before, #wrap.base .sec_03 h3:after {
  width: 22.1333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 h3:before, #wrap.base .sec_03 h3:after {
    width: 34.0625%;
    max-width: none;
  }
}
#wrap.base .sec_03 .artistList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 89.3333333333%;
  margin-top: 10.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList {
    max-width: 1340px;
    width: 96%;
    margin-top: 5.4276315789vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistList {
    margin-top: 66px;
  }
}
#wrap.base .sec_03 .artistList .artist {
  width: 46.2686567164%;
  margin: 0 3.7313432836%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist {
    width: 19.4029850746%;
    margin: 0 3.7313432836%;
  }
}
#wrap.base .sec_03 .artistList .artist:nth-of-type(2n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist:nth-of-type(2n+1) {
    margin-left: 3.7313432836%;
  }
}
#wrap.base .sec_03 .artistList .artist:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist:nth-of-type(2n) {
    margin-right: 3.7313432836%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist:nth-of-type(4n) {
    margin-right: 0;
  }
}
#wrap.base .sec_03 .artistList .artist:nth-of-type(n+3) {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist:nth-of-type(n+5) {
    margin-top: 3.9473684211vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistList .artist:nth-of-type(n+5) {
    margin-top: 48px;
  }
}
#wrap.base .sec_03 .artistList .artist a {
  text-decoration: none;
}
#wrap.base .sec_03 .artistList .artist p {
  text-align: center;
}
#wrap.base .sec_03 .artistList .artist .artImg {
  position: relative;
}
#wrap.base .sec_03 .artistList .artist .artImg:after {
  content: "";
  position: absolute;
  right: 3.2258064516%;
  bottom: 4.1666666667%;
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  background: url("../suica_index_images/pict_plus.png") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist .artImg:after {
    max-width: 30px;
    max-height: 30px;
    width: 2.4671052632vw;
    height: 2.4671052632vw;
  }
}
#wrap.base .sec_03 .artistList .artist .artTitle {
  margin-top: 3.7333333333vw;
  line-height: 1.14;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist .artTitle {
    margin-top: 1.3157894737vw;
    font-size: 1.3980263158vw;
    line-height: 1.12;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistList .artist .artTitle {
    margin-top: 16px;
    font-size: 17px;
  }
}
#wrap.base .sec_03 .artistList .artist .artistName {
  margin-top: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistList .artist .artistName {
    margin-top: 1.1513157895vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistList .artist .artistName {
    margin-top: 14px;
  }
}
#wrap.base .sec_03 .artistProfiles {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles {
    align-items: center;
  }
}
#wrap.base .sec_03 .artistProfiles.is-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 12.2666666667vw 0;
  overflow-y: auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles.is-open {
    padding: 0;
  }
}
#wrap.base .sec_03 .artistProfiles .artistProfile {
  position: relative;
  width: 94.6666666667%;
  padding: 5.3333333333vw 0 5.6vw;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .artistProfile {
    max-width: 1340px;
    width: 96%;
    adding: 3.7828947368vw 0 3.2894736842vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .artistProfile {
    padding: 46px 0 40px;
  }
}
#wrap.base .sec_03 .artistProfiles .profile {
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .profile {
    display: flex;
    align-items: center;
  }
}
#wrap.base .sec_03 .artistProfiles .profile.is-open {
  height: auto;
  cursor: initial;
}
#wrap.base .sec_03 .artistProfiles .artImg {
  width: 89.5774647887%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .artImg {
    width: 34.328358209%;
    margin-right: 0;
    margin-left: 2.9850746269%;
  }
}
#wrap.base .sec_03 .artistProfiles .artInfo {
  width: 89.5774647887%;
  margin-top: 5.0666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .artInfo {
    display: flex;
    flex-direction: column;
    width: 55.0746268657%;
    margin: 0 auto 0 4.4776119403%;
  }
}
#wrap.base .sec_03 .artistProfiles .itemLink {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .itemLink {
    margin-left: 0;
    margin-top: 2.9605263158vw;
    order: 2;
    text-align: left;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .itemLink {
    margin-top: 36px;
  }
}
#wrap.base .sec_03 .artistProfiles .itemLink a {
  color: #369;
}
#wrap.base .sec_03 .artistProfiles .artistInfo {
  margin-top: 7.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .artistInfo {
    margin-top: 0;
    order: 1;
  }
}
#wrap.base .sec_03 .artistProfiles .artTitle,
#wrap.base .sec_03 .artistProfiles .artistName,
#wrap.base .sec_03 .artistProfiles .belonging {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .artTitle,
  #wrap.base .sec_03 .artistProfiles .artistName,
  #wrap.base .sec_03 .artistProfiles .belonging {
    text-align: left;
  }
}
#wrap.base .sec_03 .artistProfiles .artTitle,
#wrap.base .sec_03 .artistProfiles .artistName {
  font-weight: bold;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .artTitle,
  #wrap.base .sec_03 .artistProfiles .artistName {
    font-size: 1.6447368421vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .artTitle,
  #wrap.base .sec_03 .artistProfiles .artistName {
    font-size: 20px;
  }
}
#wrap.base .sec_03 .artistProfiles .artistName {
  margin-top: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .artistName {
    margin-top: 1.3157894737vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .artistName {
    margin-top: 16px;
  }
}
#wrap.base .sec_03 .artistProfiles .belonging {
  margin-top: 5.3333333333vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .belonging {
    margin-top: 1.8092105263vw;
    font-size: 1.3157894737vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .belonging {
    margin-top: 22px;
    font-size: 16px;
  }
}
#wrap.base .sec_03 .artistProfiles .abstract {
  margin-top: 5.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .abstract {
    margin-top: 2.3026315789vw;
    font-size: 1.3157894737vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .abstract {
    margin-top: 28px;
    font-size: 16px;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-indent: initial;
  overflow: initial;
  white-space: initial;
}
#wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(1) {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(1) {
    font-size: 0.9868421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(1) {
    font-size: 12px;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2) {
  position: relative;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2) {
    max-width: 23px;
    max-height: 23px;
    width: 1.8914473684vw;
    height: 1.8914473684vw;
    margin-left: 1.6447368421vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2) {
    margin-left: 20px;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2):before, #wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 6.4vw;
  height: 0.5333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2):before, #wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2):after {
    max-width: 28px;
    max-height: 3px;
    width: 2.3026315789vw;
    height: 0.2467105263vw;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2):before {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
}
#wrap.base .sec_03 .artistProfiles .btnClose > span:nth-of-type(2):after {
  right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
}
#wrap.base .sec_03 .artistProfiles .btnClose_01 {
  position: absolute;
  right: 0;
  top: -8.6666666667vw;
  height: 5.0666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_01 {
    top: -3.0427631579vw;
    height: auto;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_01 {
    top: -37px;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose_01 span:nth-of-type(1) {
  margin-left: 0;
  margin-right: 2.9333333333vw;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_01 span:nth-of-type(1) {
    margin-right: 0.9868421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_01 span:nth-of-type(1) {
    margin-right: 12px;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose_01 span:nth-of-type(2) {
  margin: 0;
}
#wrap.base .sec_03 .artistProfiles .btnClose_01 span:nth-of-type(2):before, #wrap.base .sec_03 .artistProfiles .btnClose_01 span:nth-of-type(2):after {
  background-color: #fff;
}
#wrap.base .sec_03 .artistProfiles .btnClose_02 {
  flex-direction: column;
  margin-top: 8.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_02 {
    position: absolute;
    right: 3.2894736842vw;
    bottom: 3.2894736842vw;
    flex-direction: row;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_02 {
    right: 40px;
    bottom: 40px;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose_02 span:nth-of-type(1) {
  margin-top: 2.6666666667vw;
  order: 2;
  color: #000;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_02 span:nth-of-type(1) {
    margin-top: 0;
    order: 1;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose_02 span:nth-of-type(2) {
  order: 1;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_03 .artistProfiles .btnClose_02 span:nth-of-type(2) {
    order: 2;
  }
}
#wrap.base .sec_03 .artistProfiles .btnClose_02 span:nth-of-type(2):before, #wrap.base .sec_03 .artistProfiles .btnClose_02 span:nth-of-type(2):after {
  background-color: #000;
}

/* sec_04 */
#wrap.base .sec_04 {
  padding-bottom: 10.6666666667vw;
  background-size: auto 0.5333333333vw;
  background-color: #f7f7f5;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 {
    padding-bottom: 5.4276315789vw;
    background-image: url("../suica_index_images/border.png");
    background-size: auto 0.3289473684vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_04 {
    padding-bottom: 66px;
    background-size: auto 4px;
  }
}
#wrap.base .sec_04.sec {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04.sec {
    margin-top: 7.2368421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_04.sec {
    margin-top: 88px;
  }
}
#wrap.base .sec_04 .brandLogo {
  width: 89.3333333333%;
  padding-top: 12vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 .brandLogo {
    max-width: 480px;
    width: 39.4736842105vw;
    padding-top: 6.3322368421vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_04 .brandLogo {
    padding-top: 77px;
  }
}
#wrap.base .sec_04 h3 {
  margin-top: 15.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 h3 {
    margin-top: 5.7565789474vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_04 h3 {
    margin-top: 70px;
  }
}
#wrap.base .sec_04 h3:before, #wrap.base .sec_04 h3:after {
  width: 18.8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 h3:before, #wrap.base .sec_04 h3:after {
    width: 30%;
    max-width: none;
  }
}
#wrap.base .sec_04 h3 + p {
  margin-top: 8vw;
  line-height: 1.43;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 h3 + p {
    margin-top: 3.4539473684vw;
    line-height: 2;
    font-size: 1.4802631579vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_04 h3 + p {
    margin-top: 42px;
    font-size: 18px;
  }
}
#wrap.base .sec_04 > p {
  width: 89.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 > p {
    width: auto;
  }
}
#wrap.base .sec_04 .txtLink {
  margin-top: 6.4vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 .txtLink {
    margin-top: 3.4539473684vw;
    text-align: center;
    font-size: 1.3980263158vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_04 .txtLink {
    margin-top: 42px;
    font-size: 17px;
  }
}
#wrap.base .sec_04 .notice {
  margin-top: 1em;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_04 .notice {
    text-align: center;
    font-size: 0.9868421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .sec_04 .notice {
    font-size: 12px;
  }
}

/* .aside */
#wrap.base .aside {
  width: 100%;
  padding-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aside {
    padding-bottom: 4.9342105263vw;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .aside {
    padding-bottom: 60px;
  }
}
#wrap.base .aside.sec {
  margin-top: 9.8666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aside.sec {
    margin-top: 4.9342105263vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .aside.sec {
    margin-top: 60px;
  }
}
#wrap.base .aside .catList {
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aside .catList {
    margin-top: 4.1118421053vw;
  }
}
@media only screen and (min-width: 1216px) {
  #wrap.base .aside .catList {
    margin-top: 50px;
  }
}

/* */

/* bnrArea */
#wrap.base .bnrArea {
  width:95%;
  margin:50px auto 0;
}
#wrap.base .bnrArea img {
  border: 1px #CCCCCC solid;
}
#wrap.base .bnrArea p {
  text-align:center;
  font-size: 3.7333333333vw;
  padding-top:10px;
}
#wrap.base .bnrArea .only_pc{
  display:none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .bnrArea {
    padding-top: 60px;
	max-width:730px;
	margin: 0 auto;
  }
  #wrap.base .bnrArea p {
	  font-size: 1vw;
	}
  #wrap.base .bnrArea .only_sp{
	  display:none;
	}
  #wrap.base .bnrArea .only_pc{
	  display:block;
	}
}
@media only screen and (min-width: 1216px) {
  #wrap.base .bnrArea {
    padding-top: 60px;
  }
  #wrap.base .bnrArea p {
	  font-size: 1vw;
	}
}

