@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

	@mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Montserrat', "NotoSans-bold", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: #ececec;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 8000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.frame {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1160px;
}

.frame__rt {
  position: fixed;
  left: 50%;
  z-index: 103;
  width: 2560px;
  height: 1348px;
  margin-left: -1280px;
  margin-top: -950px;
  pointer-events: none;
}

.frame__ltTitle {
  position: fixed;
  left: 50%;
  z-index: 102;
  width: 2560px;
  height: 1360px;
  margin-left: -1280px;
  margin-top: -950px;
  pointer-events: none;
}

.frame__lt {
  position: fixed;
  left: 50%;
  z-index: 100;
  width: 2286px;
  height: 1782px;
  margin-left: -1280px;
  margin-top: -950px;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  pointer-events: none;
}

.frame__l {
  width: 150px;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 96;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -webkit-transform: skewX(9deg);
          transform: skewX(9deg);
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.7));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="9" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.7));
}

.frame__l .frame__pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  -webkit-transform: skewX(-9deg);
          transform: skewX(-9deg);
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}

.frame__lb {
  position: fixed;
  z-index: 98;
  width: 2162px;
  height: 163px;
  left: 50%;
  margin-left: -1280px;
  bottom: -1px;
  pointer-events: none;
}

.frame__r {
  width: 500px;
  height: 100%;
  margin: 0 -500px 0 0;
  position: fixed;
  z-index: 97;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  right: 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.7));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="9" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.7));
}

.frame__r .frame__pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  -webkit-transform: skewX(9deg);
          transform: skewX(9deg);
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}

.frame__rb1 {
  position: fixed;
  z-index: 98;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 98;
  width: 141px;
  height: 273px;
  pointer-events: none;
}

.frame__rb2 {
  position: fixed;
  z-index: 99;
  left: 50%;
  bottom: -2px;
  width: 1131px;
  height: 275px;
  margin-left: 204px;
  pointer-events: none;
}

.frame__rbIntro__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.frame__rbIntro {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 60%;
  overflow: hidden;
  pointer-events: none;
}

.frame__rbIntro .frame__pattern {
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-9deg);
          transform: skewY(-9deg);
  transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}

.frame__rbIntro__text {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  width: 272px;
}

.frame__rbIntro__text span {
  overflow: hidden;
  display: block;
}

.frame__ham__open {
  position: fixed;
  left: 50%;
  top: 200px;
  margin-left: -615px;
  z-index: 101;
  width: 51px;
  height: 27px;
}

.menu-trigger span,
.menu-trigger span {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.menu-trigger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #000000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  width: 51px;
  -webkit-transform: translateY(11px) rotate(-30deg) skewX(-30deg);
          transform: translateY(11px) rotate(-30deg) skewX(-30deg);
  transition: width 0.8s forwards, -webkit-transform 0.8s;
  transition: transform 0.8s, width 0.8s forwards;
  transition: transform 0.8s, width 0.8s forwards, -webkit-transform 0.8s;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .8s forwards;
}

.menu-trigger.active span:nth-of-type(3) {
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  width: 51px;
  -webkit-transform: translateY(-11px) rotate(30deg) skewX(30deg);
          transform: translateY(-11px) rotate(30deg) skewX(30deg);
  transition: width 0.8s forwards, -webkit-transform 0.8s;
  transition: transform 0.8s, width 0.8s forwards;
  transition: transform 0.8s, width 0.8s forwards, -webkit-transform 0.8s;
}

.frame__ham {
  width: 310px;
  position: fixed;
  left: 50%;
  z-index: 101;
  margin-left: -640px;
  margin-top: 0;
}

.frame__ham__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.frame__ham__top {
  position: absolute;
  left: 190px;
  top: -20px;
  z-index: 0;
}

.frame__ham__close {
  position: absolute;
  left: 25px;
  top: 200px;
  z-index: 1;
}

.frame__ham__list {
  position: absolute;
  left: 25px;
  top: -90px;
  z-index: 0;
  width: 170px;
}

.frame__ham__list a {
  display: block;
  zoom: 1;
  padding: 2px 0 3px 0;
}

.frame__ham__list a:after {
  content: "";
  clear: both;
  display: block;
}

.ham__num {
  width: 30px;
  float: left;
  font-size: 16px;
  line-height: 1.0em;
}

.ham__name {
  width: 130px;
  float: left;
  font-size: 16px;
  line-height: 1.0em;
}

.v00 .frame__rt {
  background: url("../img/frame00_rt.png") no-repeat left top;
}

.v00 .frame__ltTitle {
  background: url("../img/frame00_ltTitle.png") no-repeat left top;
}

.v00 .frame__lt {
  background: url("../img/frame00_lt.png") no-repeat left top;
}

.v00 .frame__lb {
  background: url("../img/frame00_lb.png") no-repeat left top;
}

.v00 .frame__rb1 {
  background: url("../img/frame00_rb1.png") no-repeat left top;
}

.v00 .frame__l .frame__pattern {
  background: #ffe37c;
}

.v00 .frame__r .frame__pattern {
  background: #008af3;
}

.v00 .frame__rb2 {
  background: url("../img/frame00_rb2.png") no-repeat left top;
}

.shops.shops__bg00 {
  background: url("../img/bg_shop00.png") no-repeat center top;
}

.v01 .frame__rt {
  background: url("../img/frame01_rt.png") no-repeat left top;
}

.v01 .frame__ltTitle {
  background: url("../img/frame01_ltTitle.png") no-repeat left top;
}

.v01 .frame__lt {
  background: url("../img/frame01_lt.png") no-repeat left top;
}

.v01 .frame__lb {
  background: url("../img/frame01_lb.png") no-repeat left top;
}

.v01 .frame__rb1 {
  background: url("../img/frame01_rb1.png") no-repeat left top;
}

.v01 .frame__l .frame__pattern {
  background: #ffe898;
}

.v01 .frame__r .frame__pattern {
  background: #ff8100;
}

.v01 .frame__rb2 {
  background: url("../img/frame01_rb2.png") no-repeat left top;
}

.v01 .frame__rbIntro .frame__pattern {
  background: #ffe898;
}

.shops.shops__bg01 {
  background: url("../img/bg_shop01.png") no-repeat center top;
}

.v02 .frame__rt {
  background: url("../img/frame02_rt.png") no-repeat left top;
}

.v02 .frame__ltTitle {
  background: url("../img/frame02_ltTitle.png") no-repeat left top;
}

.v02 .frame__lt {
  background: url("../img/frame02_lt.png") no-repeat left top;
}

.v02 .frame__lb {
  background: url("../img/frame02_lb.png") no-repeat left top;
}

.v02 .frame__rb1 {
  background: url("../img/frame02_rb1.png") no-repeat left top;
}

.v02 .frame__l .frame__pattern {
  background: #68cff4;
}

.v02 .frame__r .frame__pattern {
  background: #bd8bff;
}

.v02 .frame__rb2 {
  background: url("../img/frame02_rb2.png") no-repeat left top;
}

.v02 .frame__rbIntro .frame__pattern {
  background: #68cff4;
}

.shops.shops__bg02 {
  background: url("../img/bg_shop02.png") no-repeat center top;
}

.v03 .frame__rt {
  background: url("../img/frame03_rt.png") no-repeat left top;
}

.v03 .frame__ltTitle {
  background: url("../img/frame03_ltTitle.png") no-repeat left top;
}

.v03 .frame__lt {
  background: url("../img/frame03_lt.png") no-repeat left top;
}

.v03 .frame__lb {
  background: url("../img/frame03_lb.png") no-repeat left top;
}

.v03 .frame__rb1 {
  background: url("../img/frame03_rb1.png") no-repeat left top;
}

.v03 .frame__l .frame__pattern {
  background: #0032ba;
}

.v03 .frame__r .frame__pattern {
  background: #00dc00;
}

.v03 .frame__rb2 {
  background: url("../img/frame03_rb2.png") no-repeat left top;
}

.v03 .frame__rbIntro .frame__pattern {
  background: #0032ba;
}

.shops.shops__bg03 {
  background: url("../img/bg_shop03.png") no-repeat center top;
}

.v04 .frame__rt {
  background: url("../img/frame04_rt.png") no-repeat left top;
}

.v04 .frame__ltTitle {
  background: url("../img/frame04_ltTitle.png") no-repeat left top;
}

.v04 .frame__lt {
  background: url("../img/frame04_lt.png") no-repeat left top;
}

.v04 .frame__lb {
  background: url("../img/frame04_lb.png") no-repeat left top;
}

.v04 .frame__rb1 {
  background: url("../img/frame04_rb1.png") no-repeat left top;
}

.v04 .frame__l .frame__pattern {
  background: #332944;
}

.v04 .frame__r .frame__pattern {
  background: #14833b;
}

.v04 .frame__rb2 {
  background: url("../img/frame04_rb2.png") no-repeat left top;
}

.v04 .frame__rbIntro .frame__pattern {
  background: #332944;
}

.shops.shops__bg04 {
  background: url("../img/bg_shop04.png") no-repeat center top;
}

.v05 .frame__rt {
  background: url("../img/frame05_rt.png") no-repeat left top;
}

.v05 .frame__ltTitle {
  background: url("../img/frame05_ltTitle.png") no-repeat left top;
}

.v05 .frame__lt {
  background: url("../img/frame05_lt.png") no-repeat left top;
}

.v05 .frame__lb {
  background: url("../img/frame05_lb.png") no-repeat left top;
}

.v05 .frame__rb1 {
  background: url("../img/frame05_rb1.png") no-repeat left top;
}

.v05 .frame__l .frame__pattern {
  background: #000051;
}

.v05 .frame__r .frame__pattern {
  background: #7719a0;
}

.v05 .frame__rb2 {
  background: url("../img/frame05_rb2.png") no-repeat left top;
}

.v05 .frame__rbIntro .frame__pattern {
  background: #000051;
}

.shops.shops__bg05 {
  background: url("../img/bg_shop05.png") no-repeat center top;
}

.v06 .frame__rt {
  background: url("../img/frame06_rt.png") no-repeat left top;
}

.v06 .frame__ltTitle {
  background: url("../img/frame06_ltTitle.png") no-repeat left top;
}

.v06 .frame__lt {
  background: url("../img/frame06_lt.png") no-repeat left top;
}

.v06 .frame__lb {
  background: url("../img/frame06_lb.png") no-repeat left top;
}

.v06 .frame__rb1 {
  background: url("../img/frame06_rb1.png") no-repeat left top;
}

.v06 .frame__l .frame__pattern {
  background: #f8f100;
}

.v06 .frame__r .frame__pattern {
  background: #75dd00;
}

.v06 .frame__rb2 {
  background: url("../img/frame06_rb2.png") no-repeat left top;
}

.v06 .frame__rbIntro .frame__pattern {
  background: #f8f100;
}

.shops.shops__bg06 {
  background: url("../img/bg_shop06.png") no-repeat center top;
}

.v07 .frame__rt {
  background: url("../img/frame07_rt.png") no-repeat left top;
}

.v07 .frame__ltTitle {
  background: url("../img/frame07_ltTitle.png") no-repeat left top;
}

.v07 .frame__lt {
  background: url("../img/frame07_lt.png") no-repeat left top;
}

.v07 .frame__lb {
  background: url("../img/frame07_lb.png") no-repeat left top;
}

.v07 .frame__rb1 {
  background: url("../img/frame07_rb1.png") no-repeat left top;
}

.v07 .frame__l .frame__pattern {
  background: #ff4867;
}

.v07 .frame__r .frame__pattern {
  background: #3f454f;
}

.v07 .frame__rb2 {
  background: url("../img/frame07_rb2.png") no-repeat left top;
}

.v07 .frame__rbIntro .frame__pattern {
  background: #ff4867;
}

.shops.shops__bg07 {
  background: url("../img/bg_shop07.png") no-repeat center top;
}

.v08 .frame__rt {
  background: url("../img/frame08_rt.png") no-repeat left top;
}

.v08 .frame__ltTitle {
  background: url("../img/frame08_ltTitle.png") no-repeat left top;
}

.v08 .frame__lt {
  background: url("../img/frame08_lt.png") no-repeat left top;
}

.v08 .frame__lb {
  background: url("../img/frame08_lb.png") no-repeat left top;
}

.v08 .frame__rb1 {
  background: url("../img/frame08_rb1.png") no-repeat left top;
}

.v08 .frame__l .frame__pattern {
  background: #5d45ab;
}

.v08 .frame__r .frame__pattern {
  background: #d60057;
}

.v08 .frame__rb2 {
  background: url("../img/frame08_rb2.png") no-repeat left top;
}

.v08 .frame__rbIntro .frame__pattern {
  background: #5d45ab;
}

.shops.shops__bg08 {
  background: url("../img/bg_shop08.png") no-repeat center top;
}

.v09 .frame__rt {
  background: url("../img/frame09_rt.png") no-repeat left top;
}

.v09 .frame__ltTitle {
  background: url("../img/frame09_ltTitle.png") no-repeat left top;
}

.v09 .frame__lt {
  background: url("../img/frame09_lt.png") no-repeat left top;
}

.v09 .frame__lb {
  background: url("../img/frame09_lb.png") no-repeat left top;
}

.v09 .frame__rb1 {
  background: url("../img/frame09_rb1.png") no-repeat left top;
}

.v09 .frame__l .frame__pattern {
  background: #96e7be;
}

.v09 .frame__r .frame__pattern {
  background: #ffffb6;
}

.v09 .frame__rb2 {
  background: url("../img/frame09_rb2.png") no-repeat left top;
}

.v09 .frame__rbIntro .frame__pattern {
  background: #96e7be;
}

.shops.shops__bg09 {
  background: url("../img/bg_shop09.png") no-repeat center top;
}

.v10 .frame__rt {
  background: url("../img/frame10_rt.png") no-repeat left top;
}

.v10 .frame__ltTitle {
  background: url("../img/frame10_ltTitle.png") no-repeat left top;
}

.v10 .frame__lt {
  background: url("../img/frame10_lt.png") no-repeat left top;
}

.v10 .frame__lb {
  background: url("../img/frame10_lb.png") no-repeat left top;
}

.v10 .frame__rb1 {
  background: url("../img/frame10_rb1.png") no-repeat left top;
}

.v10 .frame__l .frame__pattern {
  background: #ffcdaf;
}

.v10 .frame__r .frame__pattern {
  background: #ed3caf;
}

.v10 .frame__rb2 {
  background: url("../img/frame10_rb2.png") no-repeat left top;
}

.v10 .frame__rbIntro .frame__pattern {
  background: #ffcdaf;
}

.shops.shops__bg10 {
  background: url("../img/bg_shop10.png") no-repeat center top;
}

.v11 .frame__rt {
  background: url("../img/frame11_rt.png") no-repeat left top;
}

.v11 .frame__ltTitle {
  background: url("../img/frame11_ltTitle.png") no-repeat left top;
}

.v11 .frame__lt {
  background: url("../img/frame11_lt.png") no-repeat left top;
}

.v11 .frame__lb {
  background: url("../img/frame11_lb.png") no-repeat left top;
}

.v11 .frame__rb1 {
  background: url("../img/frame11_rb1.png") no-repeat left top;
}

.v11 .frame__l .frame__pattern {
  background: #4a51d1;
}

.v11 .frame__r .frame__pattern {
  background: #ff4200;
}

.v11 .frame__rb2 {
  background: url("../img/frame11_rb2.png") no-repeat left top;
}

.v11 .frame__rbIntro .frame__pattern {
  background: #4a51d1;
}

.shops.shops__bg11 {
  background: url("../img/bg_shop11.png") no-repeat center top;
}

.v12 .frame__rt {
  background: url("../img/frame12_rt.png") no-repeat left top;
}

.v12 .frame__ltTitle {
  background: url("../img/frame12_ltTitle.png") no-repeat left top;
}

.v12 .frame__lt {
  background: url("../img/frame12_lt.png") no-repeat left top;
}

.v12 .frame__lb {
  background: url("../img/frame12_lb.png") no-repeat left top;
}

.v12 .frame__rb1 {
  background: url("../img/frame12_rb1.png") no-repeat left top;
}

.v12 .frame__l .frame__pattern {
  background: #052db4;
}

.v12 .frame__r .frame__pattern {
  background: #000000;
}

.v12 .frame__rb2 {
  background: url("../img/frame12_rb2.png") no-repeat left top;
}

.v12 .frame__rbIntro .frame__pattern {
  background: #052db4;
}

.shops.shops__bg12 {
  background: url("../img/bg_shop12.png") no-repeat center top;
}

.header {
  width: 100%;
  min-width: 1160px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

.header__inner {
  position: relative;
}

.header__titles {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.header__titles h1 {
  position: absolute;
  left: 7px;
  top: 0px;
  z-index: 0;
}

.header__titles h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header__sns {
  position: absolute;
  left: 258px;
  top: 0px;
  z-index: 1;
  zoom: 1;
}

.header__sns:after {
  content: "";
  clear: both;
  display: block;
}

.header__sns li {
  float: left;
  margin-right: 10px;
}

.header__sns a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header__sns__tw {
  margin-top: 51px;
}

.header__sns__fb {
  margin-top: 34px;
}

.header__sns__line {
  margin-top: 17px;
}

.header__logoES {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 0;
}

.header__logoES a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header__pagetop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 1001;
}

.header__pagetop a {
  display: block;
  padding-bottom: 0;
  transition: all .2s;
}

.header__pagetop a:hover {
  padding-bottom: 10px;
  transition: all .2s;
}

.header__news__inner {
  position: relative;
}

.header__news__title {
  padding: 35px 0 0 27px;
  margin-bottom: 5px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0em;
}

.header__news__line {
  line-height: 1.2em;
  margin: 0 140px 0 27px;
  letter-spacing: .05em;
}

.header__news__line li {
  width: 100%;
  overflow: hidden;
}

.header__news__line li.is_none {
  pointer-events: none;
}

.header__news__line a {
  color: #ffffff;
  font-size: 11px;
  width: 100%;
  height: 33px;
  overflow: hidden;
  display: block;
}

.header__news {
  background: url("../img/hd_news_bg.png") no-repeat center top;
  width: 380px;
  height: 106px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1001;
}

.header__news.m--v03 {
  background: url("../img/hd_news_bg_v03.png") no-repeat center top;
}

.header__news.m--v04 {
  background: url("../img/hd_news_bg_v04.png") no-repeat center top;
}

.header__news.m--v05 {
  background: url("../img/hd_news_bg_v05.png") no-repeat center top;
}

.header__news.m--v06 {
  background: url("../img/hd_news_bg_v06.png") no-repeat center top;
}

.header__news.m--v07 {
  background: url("../img/hd_news_bg_v07.png") no-repeat center top;
}

.header__news.m--v08 {
  background: url("../img/hd_news_bg_v08.png") no-repeat center top;
}

.header__news.m--v09 {
  background: url("../img/hd_news_bg_v09.png") no-repeat center top;
}

.header__news.m--v09 .header__news__title {
  color: #000000;
}

.header__news.m--v09 .header__news__line a {
  color: #000000;
}

.header__news.m--v10 {
  background: url("../img/hd_news_bg_v10.png") no-repeat center top;
}

.header__news.m--v10 .header__news__title {
  color: #000000;
}

.header__news.m--v10 .header__news__line a {
  color: #000000;
}

.header__news.m--v11 {
  background: url("../img/hd_news_bg_v11.png") no-repeat center top;
}

.header__news.m--v11 .header__news__title {
  color: #231815;
}

.header__news.m--v11 .header__news__line a {
  color: #231815;
}

.header__news.m--v12 {
  background: url("../img/hd_news_bg_v12.png") no-repeat center top;
}

.header__news.m--v12 .header__news__title {
  color: #ffffff;
}

.header__news.m--v12 .header__news__line a {
  color: #ffffff;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  min-width: 1160px;
}

.footer {
  width: 100%;
  min-width: 1160px;
  height: 420px;
  background: url("../img/ft_bg.png") no-repeat center top;
  margin-top: -80px;
}

.footer__inner {
  width: 880px;
  margin: 0 auto;
  padding: 205px 0 0 0;
  zoom: 1;
}

.footer__inner:after {
  content: "";
  clear: both;
  display: block;
}

.footer__title {
  width: 100px;
  float: left;
}

.footer__links {
  width: 780px;
  letter-spacing: 0;
  font-size: 0;
  float: right;
  text-align: right;
}

.footer__links li {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: top;
  margin-left: 48px;
  position: relative;
  padding-top: 20px;
  text-align: left;
}

.footer__links li:before {
  content: ' ';
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-color: #000000;
}

.footer__links li:first-child {
  margin: 0;
}

#top-page .header__titles h1 {
  display: none;
}

#top-page .header__sns,
#top-page .header__news,
#top-page .header__pagetop,
#top-page .header__logoES {
  display: none;
}

#top-page .frame__rt {
  top: 50%;
}

#top-page .frame__ltTitle {
  top: 50%;
}

#top-page .frame__lt {
  top: 50%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 15.625vw 0 21.875vw

	@mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .container {
    width: 100%;
    min-width: 100%;
  }
  .frame {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 100%;
  }
  .frame__rt {
    position: fixed;
    left: 50%;
    z-index: 102;
    width: 2560px;
    height: 1348px;
    margin-left: -1280px;
    margin-top: -930px;
    pointer-events: none;
    top: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  .frame__ltTitle {
    position: fixed;
    left: 50%;
    z-index: 103;
    width: 2560px;
    height: 1360px;
    margin-left: -1280px;
    margin-top: -860px;
    pointer-events: none;
    top: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  .frame__lt {
    position: fixed;
    left: 50%;
    z-index: 100;
    width: 2286px;
    height: 1782px;
    margin-left: -1280px;
    margin-top: -720px;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    pointer-events: none;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .frame__l {
    display: none;
  }
  .frame__lb {
    position: fixed;
    z-index: 98;
    width: 2162px;
    height: 163px;
    left: 50%;
    margin-left: -1280px;
    bottom: 0;
    pointer-events: none;
  }
  .frame__r {
    display: none;
  }
  .frame__rb1 {
    position: fixed;
    z-index: 98;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 98;
    width: 141px;
    height: 273px;
    pointer-events: none;
  }
  .frame__rb2 {
    position: fixed;
    z-index: 99;
    left: 50%;
    bottom: -2px;
    width: 1131px;
    height: 275px;
    margin-left: -160px;
    pointer-events: none;
  }
  .frame__rbIntro__wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .frame__rbIntro {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 60%;
    overflow: hidden;
    pointer-events: none;
  }
  .frame__rbIntro .frame__pattern {
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-9deg);
            transform: skewY(-9deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
  }
  .frame__rbIntro__text {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100;
    width: 272px;
  }
  .frame__rbIntro__text span {
    overflow: hidden;
    display: block;
  }
  .frame__ham__open {
    position: fixed;
    left: 50%;
    top: 185px;
    margin-left: -300px;
    z-index: 101;
  }
  .frame__ham {
    width: 310px;
    position: fixed;
    left: 50%;
    z-index: 101;
    margin-left: -320px;
    margin-top: 0;
  }
  .frame__ham__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .frame__ham__top {
    position: absolute;
    left: 220px;
    top: -40px;
    z-index: 0;
  }
  .frame__ham__close {
    position: absolute;
    left: 25px;
    top: 200px;
    z-index: 1;
  }
  .frame__ham__list {
    position: absolute;
    left: 25px;
    top: -250px;
    z-index: 0;
    width: 170px;
  }
  .frame__ham__list li {
    margin-bottom: 5px;
  }
  .frame__ham__list a {
    display: block;
    zoom: 1;
    padding: 3px 0;
  }
  .frame__ham__list a:after {
    content: "";
    clear: both;
    display: block;
  }
  .ham__num {
    width: 30px;
    float: left;
    font-size: 22px;
    line-height: 1.0em;
  }
  .ham__name {
    width: 130px;
    float: left;
    font-size: 22px;
    line-height: 1.0em;
  }
  .header {
    width: 100%;
    min-width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
  }
  .header__inner {
    position: relative;
  }
  .header__titles {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  .header__titles h1 {
    position: absolute;
    left: 7px;
    top: 5px;
    z-index: 0;
  }
  .header__titles h1 img {
    width: 220px;
    height: auto;
  }
  .header__titles h1 a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .header__sns {
    position: absolute;
    left: 240px;
    top: -5px;
    z-index: 1;
    zoom: 1;
  }
  .header__sns:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__sns li {
    float: left;
    margin-right: 10px;
  }
  .header__sns a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .header__sns__tw {
    margin-top: 51px;
  }
  .header__sns__fb {
    margin-top: 34px;
  }
  .header__sns__line {
    margin-top: 17px;
  }
  .header__logoES {
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 0;
  }
  .header__logoES a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .header__logoES img {
    width: 111px;
    height: auto;
  }
  .header__pagetop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 1001;
  }
  .header__pagetop a {
    display: block;
    padding-bottom: 0;
    transition: all .2s;
  }
  .header__pagetop a:hover {
    padding-bottom: 10px;
    transition: all .2s;
  }
  .header__news {
    background: url("../img/hd_news_bg.png") no-repeat center top;
    width: 380px;
    height: 106px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1001;
  }
  .header__news__inner {
    position: relative;
  }
  .header__news__title {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.0em;
  }
  .header__news__line {
    line-height: 1.0em;
    margin: 0 120px 0 27px;
    letter-spacing: .05em;
  }
  .header__news__line li {
    width: 100%;
    overflow: hidden;
  }
  .header__news__line a {
    color: #ffffff;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
    display: block;
    line-height: 1.6em;
  }
  .container {
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
  }
  .footer {
    width: 100%;
    min-width: 100%;
    height: 440px;
    background: url("../img/ft_bg.png") no-repeat center top;
    margin-top: -80px;
  }
  .footer__inner {
    width: 540px;
    margin: 0 auto;
    padding: 190px 0 0 0;
    zoom: 1;
  }
  .footer__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__title {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
  .footer__title img {
    width: 175px;
    height: auto;
  }
  .footer__links {
    width: 100%;
    letter-spacing: 0;
    font-size: 0;
    float: none;
    text-align: left;
  }
  .footer__links li {
    letter-spacing: normal;
    font-size: 12px;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    position: relative;
    padding-top: 20px;
    text-align: left;
  }
  .footer__links li:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    background-color: #000000;
  }
  .footer__links li:first-child {
    margin: 0;
  }
  .shops.shops__bg00 {
    background: url("../img/bg_shop00_sp.png") no-repeat center top;
    background-size: 640px 100%;
  }
  .shops.shops__bg01 {
    background: url("../img/bg_shop01_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg02 {
    background: url("../img/bg_shop02_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg03 {
    background: url("../img/bg_shop03_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg04 {
    background: url("../img/bg_shop04_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg05 {
    background: url("../img/bg_shop05_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg06 {
    background: url("../img/bg_shop06_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg07 {
    background: url("../img/bg_shop07_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg08 {
    background: url("../img/bg_shop08_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg09 {
    background: url("../img/bg_shop09_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg10 {
    background: url("../img/bg_shop10_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg11 {
    background: url("../img/bg_shop11_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  .shops.shops__bg12 {
    background: url("../img/bg_shop12_sp.png") no-repeat left top;
    background-size: 640px 100%;
  }
  #top-page .header__titles h1 {
    display: none;
  }
  #top-page .header__sns,
  #top-page .header__news,
  #top-page .header__pagetop,
  #top-page .header__logoES {
    display: none;
  }
  #top-page .frame__rt {
    top: 50%;
  }
  #top-page .frame__ltTitle {
    top: 50%;
  }
  #top-page .frame__lt {
    top: 50%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
