@charset "UTF-8";
/* ================================================================ *
 * 変数
 * ================================================================ */
/* line 28, ../sass/style.scss */
body {
  color: #5b5442;
  background: #fff;
  font: 15px/160% "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
  padding: 10px;
}

/* line 33, ../sass/style.scss */
a:link, a:visited {
  color: #003d84;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 37, ../sass/style.scss */
a:active, a:hover {
  color: #5d4d8d;
  text-decoration: none;
}

/* line 38, ../sass/style.scss */
a:focus, *:focus {
  outline: none;
}

/* line 39, ../sass/style.scss */
img {
  border: none;
  outline: none;
  max-width: 100%;
}

/* line 40, ../sass/style.scss */
.tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 41, ../sass/style.scss */
.tbl .cel {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

/* line 42, ../sass/style.scss */
.sp {
  display: none;
}

/* line 43, ../sass/style.scss */
.center {
  text-align: center;
}

/* line 44, ../sass/style.scss */
.small {
  font-size: 80%;
  letter-spacing: 0;
  line-height: 140%;
}

/* line 45, ../sass/style.scss */
p.attention {
  color: #666;
  font-size: 75%;
  line-height: 130%;
}

/* line 46, ../sass/style.scss */
hr {
  border: none;
  max-width: 940px;
  height: 27px;
  margin: 30px auto;
}

/* line 47, ../sass/style.scss */
ul.caution {
  padding: 0 10px;
}

/* line 48, ../sass/style.scss */
ul.caution li {
  padding: 0 0 0 15px;
  text-indent: -15px;
  line-height: 130%;
  margin: 5px 0;
}

/* ================================================================ *
 * 共通
 * ================================================================ */
/* line 52, ../sass/style.scss */
#container {
  position: relative;
  width: 100%;
  height: 100%;
  border: 7px solid #c5bca6;
  padding: 20px 30px 330px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
}

/* line 58, ../sass/style.scss */
#header {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #c5bca6;
  margin-bottom: 60px;
  padding: 0 5px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 63, ../sass/style.scss */
#header h1 {
  width: 259px;
}

/* line 65, ../sass/style.scss */
nav#head_nav {
  width: 710px;
  position: relative;
  flex: 1;
}

/* line 69, ../sass/style.scss */
nav#head_nav > ul {
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  width: 600px;
  height: 15px;
  margin: 0 auto 50px;
}
/* line 74, ../sass/style.scss */
nav#head_nav > ul > li {
  width: 33.33333%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 10px;
  border-left: 1px solid #c5bca6;
}
/* line 75, ../sass/style.scss */
nav#head_nav > ul > li.toppage {
  display: none;
}
/* line 79, ../sass/style.scss */
nav#head_nav > ul > li:nth-last-child(1) {
  border-right: 1px solid #c5bca6;
}
/* line 80, ../sass/style.scss */
nav#head_nav > ul > li a {
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 5px;
  color: #957428;
  font-weight: bold;
  font-size: 95%;
  line-height: 90%;
  letter-spacing: 2px;
  text-indent: 2px;
}
/* line 85, ../sass/style.scss */
nav#head_nav > ul > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: 4px;
  bottom: -8px;
  left: 4px;
  background: #c5bca6;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 92, ../sass/style.scss */
nav#head_nav > ul > li a:hover:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 97, ../sass/style.scss */
nav#head_nav > ul > li.lineup .child {
  display: none;
  font-size: 65%;
  position: relative;
  top: -1px;
}
/* line 99, ../sass/style.scss */
nav#head_nav > ul > li.lineup .child a {
  letter-spacing: 0px;
  text-indent: 1px;
  position: relative;
  border-right: 1px solid #c5bca6;
}
/* line 104, ../sass/style.scss */
nav#head_nav > ul > li.lineup .child a:nth-of-type(1):before {
  content: "[";
  position: absolute;
  left: -3px;
  top: -1px;
}
/* line 106, ../sass/style.scss */
nav#head_nav > ul > li.lineup .child a:nth-of-type(3) {
  border-right: none;
}
/* line 108, ../sass/style.scss */
nav#head_nav > ul > li.lineup .child a:nth-of-type(3):before {
  content: "]";
  position: absolute;
  right: -3px;
  top: -1px;
}

/* line 114, ../sass/style.scss */
#wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 116, ../sass/style.scss */
#wrapper > h1 {
  text-align: center;
  margin-bottom: 80px;
}

/* line 120, ../sass/style.scss */
#footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #edeae4;
  padding: 50px 20px 35px;
  text-align: center;
}
/* line 124, ../sass/style.scss */
#footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -17px;
  z-index: -1;
  width: calc(100% + 34px);
  height: calc(100% + 20px);
  background: #edeae4;
}
/* line 129, ../sass/style.scss */
#footer .copy {
  font-size: 11px;
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
  color: #957428;
  margin-top: 20px;
}

@media screen and (max-width: 700px) {
  /* line 133, ../sass/style.scss */
  #container {
    padding: 20px 20px 440px;
  }

  /* line 134, ../sass/style.scss */
  #header {
    display: block;
    margin-bottom: 40px;
  }
  /* line 136, ../sass/style.scss */
  #header h1 {
    margin: 0 auto;
  }

  /* line 138, ../sass/style.scss */
  nav#head_nav {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 1000;
    background: rgba(120, 114, 97, 0.85);
  }

  /* line 143, ../sass/style.scss */
  nav#head_nav > ul {
    display: block;
    width: 100%;
    height: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 146, ../sass/style.scss */
  nav#head_nav > ul > li {
    border: none;
    padding: 35px 0;
    text-align: center;
    width: 100%;
  }
  /* line 147, ../sass/style.scss */
  nav#head_nav > ul > li.toppage {
    display: block;
  }
  /* line 149, ../sass/style.scss */
  nav#head_nav > ul > li:nth-last-child(1) {
    border: none;
  }
  /* line 150, ../sass/style.scss */
  nav#head_nav > ul > li a {
    color: #fff;
    font-size: 180%;
    line-height: 100%;
    letter-spacing: 8px;
    font-weight: normal;
    padding: 10px 5px;
  }
  /* line 153, ../sass/style.scss */
  nav#head_nav > ul > li a:after {
    width: calc(100% - 14px);
  }
  /* line 156, ../sass/style.scss */
  nav#head_nav > ul > li.lineup a {
    padding: 10px 5px 5px;
  }
  /* line 157, ../sass/style.scss */
  nav#head_nav > ul > li.lineup .child {
    display: block;
    font-weight: normal;
    margin-top: 20px;
  }
  /* line 159, ../sass/style.scss */
  nav#head_nav > ul > li.lineup .child a {
    font-size: 120%;
    letter-spacing: 5px;
    text-indent: -5px;
    padding: 0 10px;
  }
  /* line 160, ../sass/style.scss */
  nav#head_nav > ul > li.lineup .child a:nth-of-type(2) {
    margin: 0 10px;
  }

  /* line 165, ../sass/style.scss */
  #hbg_menu {
    width: 32px;
    height: 25px;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1001;
    cursor: pointer;
  }
  /* line 168, ../sass/style.scss */
  #hbg_menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #c5bca6;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 173, ../sass/style.scss */
  #hbg_menu:after, #hbg_menu:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #c5bca6;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 50%;
  }
  /* line 180, ../sass/style.scss */
  #hbg_menu:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  /* line 181, ../sass/style.scss */
  #hbg_menu:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  /* line 183, ../sass/style.scss */
  #hbg_menu.on span, #hbg_menu.on:before, #hbg_menu.on:after {
    background: #fff;
  }
  /* line 184, ../sass/style.scss */
  #hbg_menu.on span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 185, ../sass/style.scss */
  #hbg_menu.on:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
  /* line 186, ../sass/style.scss */
  #hbg_menu.on:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }

  /* line 190, ../sass/style.scss */
  #wrapper > h1 {
    margin-bottom: 60px;
  }
  /* line 192, ../sass/style.scss */
  #wrapper > h1 img {
    width: 150px;
  }

  /* line 195, ../sass/style.scss */
  #footer {
    padding-top: 40px;
  }
  /* line 197, ../sass/style.scss */
  #footer .foot_nav {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 200, ../sass/style.scss */
  #footer .foot_nav ul {
    list-style: none;
    text-align: center;
    border-top: 1px solid #c5bca6;
  }
  /* line 204, ../sass/style.scss */
  #footer .foot_nav ul li {
    border-bottom: 1px solid #c5bca6;
  }
  /* line 205, ../sass/style.scss */
  #footer .foot_nav ul li.toppage {
    display: none;
  }
  /* line 207, ../sass/style.scss */
  #footer .foot_nav ul li a {
    display: block;
    width: 100%;
    color: #957428;
    padding: 7px;
  }
  /* line 210, ../sass/style.scss */
  #footer .foot_nav .child {
    display: none;
  }
}
/* ================================================================ *
  index
 * ================================================================ */
/* line 218, ../sass/style.scss */
#index #container {
  padding: 50px 20px 350px;
}
/* line 219, ../sass/style.scss */
#index #index_header {
  text-align: center;
}
/* line 221, ../sass/style.scss */
#index #index_header h1 {
  display: inline-block;
  margin-bottom: 50px;
}
/* line 223, ../sass/style.scss */
#index nav#head_nav {
  margin: 0 auto;
}
/* line 224, ../sass/style.scss */
#index nav#head_nav > ul {
  width: 700px;
  position: relative;
}
/* line 225, ../sass/style.scss */
#index #wrapper {
  max-width: 1152px;
  padding: 0;
}
/* line 227, ../sass/style.scss */
#index #wrapper #slider {
  position: relative;
}
/* line 229, ../sass/style.scss */
#index #wrapper #slider ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 233, ../sass/style.scss */
#index #wrapper #slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 2.2s ease-out;
  -o-transition: all 2.2s ease-out;
  -webkit-transition: all 2.2s ease-out;
  transition: all 2.2s ease-out;
  background-size: cover;
}
/* line 238, ../sass/style.scss */
#index #wrapper #slider ul li.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 10;
}
/* line 240, ../sass/style.scss */
#index #wrapper #slider ul li:nth-of-type(1) {
  background-image: url(../img/index_img_totebag.jpg);
}
/* line 241, ../sass/style.scss */
#index #wrapper #slider ul li:nth-of-type(2) {
  background-image: url(../img/index_img_passcase.jpg);
}
/* line 242, ../sass/style.scss */
#index #wrapper #slider ul li:nth-of-type(3) {
  background-image: url(../img/index_img_coincase.jpg);
}
/* line 243, ../sass/style.scss */
#index #wrapper #slider ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 247, ../sass/style.scss */
#index #wrapper .update {
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
  background: #f3f2ed;
  font-size: 85%;
  line-height: 130%;
  display: table;
}
/* line 253, ../sass/style.scss */
#index #wrapper .update dt {
  display: table-cell;
  width: 230px;
  height: 100%;
  background: #e5e1d8;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 7px;
  letter-spacing: 2px;
  text-indent: 2px;
}
/* line 258, ../sass/style.scss */
#index #wrapper .update dd {
  display: table-cell;
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
  padding: 7px;
  text-align: center;
}
/* line 262, ../sass/style.scss */
#index #wrapper .update dd span {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  /* line 270, ../sass/style.scss */
  #index #container {
    padding: 50px 20px 440px;
  }
  /* line 271, ../sass/style.scss */
  #index nav#head_nav > ul > li.toppage a:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* line 272, ../sass/style.scss */
  #index nav#head_nav > ul {
    width: 100%;
    position: relative;
  }
  /* line 274, ../sass/style.scss */
  #index #wrapper .update {
    display: block;
  }
  /* line 276, ../sass/style.scss */
  #index #wrapper .update dt {
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 277, ../sass/style.scss */
  #index #wrapper .update dd {
    display: block;
    text-align: left;
  }
  /* line 280, ../sass/style.scss */
  #index #wrapper #slider ul li:nth-of-type(1) {
    background-image: url(../img/index_img_totebag_sp.jpg);
  }
  /* line 281, ../sass/style.scss */
  #index #wrapper #slider ul li:nth-of-type(2) {
    background-image: url(../img/index_img_passcase_sp.jpg);
  }
  /* line 282, ../sass/style.scss */
  #index #wrapper #slider ul li:nth-of-type(3) {
    background-image: url(../img/index_img_coincase_sp.jpg);
  }
}
/* ================================================================ *
  concept
 * ================================================================ */
/* line 291, ../sass/style.scss */
#concept nav#head_nav > ul > li.concept a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 293, ../sass/style.scss */
#concept #wrapper .txt {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 115%;
  line-height: 220%;
}
/* line 297, ../sass/style.scss */
#concept #wrapper .txt .catch {
  margin-bottom: 50px;
}
/* line 298, ../sass/style.scss */
#concept #wrapper .txt p {
  margin: 20px 0;
}

@media screen and (max-width: 700px) {
  /* line 306, ../sass/style.scss */
  #concept #wrapper .txt {
    margin-bottom: 0px;
    letter-spacing: 0px;
    font-size: 110%;
    line-height: 200%;
  }
  /* line 309, ../sass/style.scss */
  #concept #wrapper .txt .catch {
    margin-bottom: 50px;
  }
  /* line 309, ../sass/style.scss */
  #concept #wrapper .txt .catch img {
    width: 80%;
  }
  /* line 310, ../sass/style.scss */
  #concept #wrapper .txt p {
    margin: 30px 0;
  }
}
/* ================================================================ *
  lineup
 * ================================================================ */
/* line 320, ../sass/style.scss */
#lineup nav#head_nav > ul > li.lineup .child {
  display: inline-block;
}
/* line 321, ../sass/style.scss */
#lineup nav#head_nav > ul > li {
  width: auto;
}
/* line 323, ../sass/style.scss */
#lineup #wrapper > h2 {
  text-align: center;
  color: #957428;
  font-size: 130%;
  margin: -10px 0 20px;
}
/* line 327, ../sass/style.scss */
#lineup #wrapper .catch {
  text-align: center;
  font-size: 110%;
  line-height: 160%;
  margin-bottom: 50px;
}
/* line 331, ../sass/style.scss */
#lineup #wrapper .end {
  color: #c40026;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
  font-size: 150%;
  line-height: 180%;
}
/* line 335, ../sass/style.scss */
#lineup #wrapper .item_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
/* line 338, ../sass/style.scss */
#lineup #wrapper .item_wrap li {
  width: 31.333%;
  background: #edeae4;
  padding: 10px;
  margin: 0 1% 25px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 343, ../sass/style.scss */
#lineup #wrapper .item_wrap li img {
  margin-bottom: 15px;
}
/* line 344, ../sass/style.scss */
#lineup #wrapper .item_wrap li.soon {
  position: relative;
  padding: 0;
}
/* line 346, ../sass/style.scss */
#lineup #wrapper .item_wrap li.soon span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 130%;
  line-height: 150%;
  letter-spacing: 4px;
}
/* line 352, ../sass/style.scss */
#lineup #wrapper .item_wrap li:not(.soon):hover {
  background: rgba(197, 188, 166, 0.8);
}
/* line 359, ../sass/style.scss */
#lineup.top nav#head_nav > ul > li.lineup > a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 361, ../sass/style.scss */
#lineup.top #wrapper > h1 {
  margin-bottom: 80px;
}
/* line 366, ../sass/style.scss */
#lineup:not(.top) #wrapper > h1 {
  margin-bottom: 80px;
}
/* line 367, ../sass/style.scss */
#lineup:not(.top) #wrapper .item_wrap li {
  width: 23.6%;
  margin: 0 0.7% 20px;
}
/* line 371, ../sass/style.scss */
#lineup.passcase nav#head_nav > ul > li.lineup a.passcase:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 374, ../sass/style.scss */
#lineup.coincase nav#head_nav > ul > li.lineup a.coincase:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 377, ../sass/style.scss */
#lineup.totebag nav#head_nav > ul > li.lineup a.totebag:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 380, ../sass/style.scss */
#lineup.detail #container {
  padding-bottom: 30px;
}
/* line 381, ../sass/style.scss */
#lineup.detail .wrapper {
  max-width: 860px;
  margin: 0 auto;
}
/* line 382, ../sass/style.scss */
#lineup.detail h1 {
  text-align: center;
  margin: 15px 0 20px;
}
/* line 383, ../sass/style.scss */
#lineup.detail .box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 385, ../sass/style.scss */
#lineup.detail .box .img {
  border: 1px solid #c5bca6;
  width: 608px;
  margin: 0 8px;
}
/* line 389, ../sass/style.scss */
#lineup.detail .box .lst {
  flex: 1;
}
/* line 391, ../sass/style.scss */
#lineup.detail .box .lst .txt {
  text-align: center;
  margin-bottom: 7px;
  border: 1px solid #c5bca6;
  font-size: 80%;
  padding: 5px;
  line-height: 100%;
  background: #edeae4;
}
/* line 397, ../sass/style.scss */
#lineup.detail .box .lst ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 400, ../sass/style.scss */
#lineup.detail .box .lst ul li {
  border: 1px solid #c5bca6;
  width: 48.5%;
  margin: 0 3% 7px 0;
}
/* line 403, ../sass/style.scss */
#lineup.detail .box .lst ul li:nth-of-type(2n) {
  margin-right: 0;
}
/* line 408, ../sass/style.scss */
#lineup.detail table {
  width: 100%;
  margin: 20px 0 25px 8px;
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
  font-size: 80%;
  line-height: 130%;
}
/* line 412, ../sass/style.scss */
#lineup.detail table tr {
  border-bottom: 1px dotted #c5bca6;
}
/* line 413, ../sass/style.scss */
#lineup.detail table tr:nth-of-type(1) {
  border-top: 1px dotted #c5bca6;
}
/* line 414, ../sass/style.scss */
#lineup.detail table th {
  width: 16%;
  text-align: left;
  padding: 5px 10px 5px 40px;
}
/* line 417, ../sass/style.scss */
#lineup.detail .btn a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  background: url(../img/point_ya.png) calc(100% - 15px) 50% no-repeat #a37e2c;
  font-size: 150%;
  border-radius: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 423, ../sass/style.scss */
#lineup.detail .btn a:hover {
  background-color: #a0472b;
  background-position: calc(100% - 30px) 50%;
}
/* line 430, ../sass/style.scss */
#lineup ul.attention {
  margin-top: 30px;
  text-align: center;
  border-top: 1px dotted #c5bca6;
  border-bottom: 1px dotted #c5bca6;
  padding: 10px 20px;
  list-style: none;
  font-size: 80%;
  line-height: 140%;
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
}
/* line 436, ../sass/style.scss */
#lineup ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 7px 0;
  color: #957428;
}

@media screen and (max-width: 700px) {
  /* line 444, ../sass/style.scss */
  #lineup nav#head_nav > ul > li.lineup .child {
    display: block;
  }
  /* line 447, ../sass/style.scss */
  #lineup.top #wrapper > h1 {
    margin-bottom: 60px;
  }
  /* line 448, ../sass/style.scss */
  #lineup.top #wrapper .item_wrap {
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 450, ../sass/style.scss */
  #lineup.top #wrapper .item_wrap li {
    width: 80%;
  }
  /* line 452, ../sass/style.scss */
  #lineup.top #wrapper .item_wrap li.soon {
    background: none;
    margin-top: 40px;
  }
  /* line 459, ../sass/style.scss */
  #lineup:not(.top) #wrapper .catch {
    text-align: center;
    font-size: 100%;
    line-height: 160%;
    margin-bottom: 50px;
  }
  /* line 463, ../sass/style.scss */
  #lineup:not(.top) #wrapper > h1 {
    margin-bottom: 70px;
  }
  /* line 464, ../sass/style.scss */
  #lineup:not(.top) #wrapper .item_wrap li {
    width: 47%;
    margin: 0 1.5% 10px;
  }
  /* line 468, ../sass/style.scss */
  #lineup.detail #container {
    padding-bottom: 30px;
  }
  /* line 469, ../sass/style.scss */
  #lineup.detail .wrapper {
    max-width: 860px;
    margin: 0 auto;
  }
  /* line 470, ../sass/style.scss */
  #lineup.detail h1 {
    margin: 0 0 20px;
  }
  /* line 470, ../sass/style.scss */
  #lineup.detail h1 img {
    width: 80px;
  }
  /* line 471, ../sass/style.scss */
  #lineup.detail .box {
    width: 100%;
    display: block;
  }
  /* line 474, ../sass/style.scss */
  #lineup.detail .box .img {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  /* line 480, ../sass/style.scss */
  #lineup.detail .box .lst ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 482, ../sass/style.scss */
  #lineup.detail .box .lst ul li {
    width: auto;
    margin: 0 5px 0 0;
  }
  /* line 484, ../sass/style.scss */
  #lineup.detail .box .lst ul li:nth-of-type(2n) {
    margin: 0 5px 0 0;
  }
  /* line 485, ../sass/style.scss */
  #lineup.detail .box .lst ul li:nth-last-of-type(1) {
    margin: 0;
  }
  /* line 490, ../sass/style.scss */
  #lineup.detail table {
    width: 100%;
    margin: 20px 0 25px 8px;
    font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
    font-size: 80%;
    line-height: 130%;
  }
  /* line 494, ../sass/style.scss */
  #lineup.detail table tr {
    border-bottom: 1px dotted #c5bca6;
  }
  /* line 495, ../sass/style.scss */
  #lineup.detail table tr:nth-of-type(1) {
    border-top: 1px dotted #c5bca6;
  }
  /* line 496, ../sass/style.scss */
  #lineup.detail table th {
    width: 20%;
    text-align: left;
    padding: 5px 10px 5px 20px;
  }
}
/* ================================================================ *
  webstore
 * ================================================================ */
/* line 505, ../sass/style.scss */
#webstore nav#head_nav > ul > li.webstore a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 506, ../sass/style.scss */
#webstore #wrapper {
  max-width: 780px;
}
/* line 508, ../sass/style.scss */
#webstore #wrapper .txt {
  text-align: center;
  font-size: 160%;
  line-height: 130%;
  margin-bottom: 30px;
}
/* line 509, ../sass/style.scss */
#webstore #wrapper table {
  width: 100%;
  margin-bottom: 40px;
}
/* line 511, ../sass/style.scss */
#webstore #wrapper table tr {
  border-bottom: 1px solid #c5bca6;
}
/* line 513, ../sass/style.scss */
#webstore #wrapper table tr:nth-of-type(1) {
  border-top: 1px solid #c5bca6;
}
/* line 515, ../sass/style.scss */
#webstore #wrapper table th, #webstore #wrapper table td {
  padding: 15px;
  font-size: 110%;
}
/* line 516, ../sass/style.scss */
#webstore #wrapper table th {
  width: 30%;
}
/* line 517, ../sass/style.scss */
#webstore #wrapper table span {
  display: block;
  font-size: 90%;
  line-height: 120%;
}
/* line 519, ../sass/style.scss */
#webstore #wrapper .bnr {
  text-align: center;
  margin-bottom: 40px;
}
/* line 520, ../sass/style.scss */
#webstore #wrapper ul.attention {
  border-top: 1px dotted #c5bca6;
  border-bottom: 1px dotted #c5bca6;
  padding: 10px 20px;
  list-style: none;
  font-size: 80%;
  line-height: 140%;
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
}
/* line 525, ../sass/style.scss */
#webstore #wrapper ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 7px 0;
  color: #957428;
}
/* line 531, ../sass/style.scss */
#webstore .end {
  color: #c40026;
  text-align: center;
  margin-bottom: 40px;
  font-size: 120%;
  line-height: 150%;
}

/* float clear-------------------------------------------------------------------------------------------*/
/* line 537, ../sass/style.scss */
.wrap:after, .tbl:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both !important;
}

/* line 544, ../sass/style.scss */
* html .wrap {
  height: 1%;
}

/* line 545, ../sass/style.scss */
.wrap {
  display: block;
}

/* sns-------------------------------------------------------------------------------------------*/
/* line 547, ../sass/style.scss */
.sns_wrap {
  text-align: center;
  color: #957428;
  margin-bottom: 25px;
}
/* line 549, ../sass/style.scss */
.sns_wrap p {
  display: inline-block;
  font-weight: bold;
  font-size: 80%;
  line-height: 100%;
  margin-right: 10px;
}
/* line 552, ../sass/style.scss */
.sns_wrap span {
  letter-spacing: -5px;
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  display: inline-block;
}

/* line 558, ../sass/style.scss */
.snsbox {
  display: inline-block;
}

/* line 559, ../sass/style.scss */
.snsbox.img > div {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  margin: 0 8px;
  vertical-align: middle;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  top: 0;
}

/* line 567, ../sass/style.scss */
.snsbox.img > div:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  top: -3px;
}

/* line 568, ../sass/style.scss */
.snsbox.img a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 569, ../sass/style.scss */
.snsbox.img .twitter {
  background: url(../img/snsbtn.png) 0 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
}

/* line 570, ../sass/style.scss */
.snsbox.img .fb {
  background: url(../img/snsbtn.png) -40px 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
}

/* line 571, ../sass/style.scss */
.snsbox.img .line {
  background: url(../img/snsbtn.png) 100% 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
}

/* ================================================================ *
 * レイアウト：820px以下
 * ================================================================ */
@media screen and (max-width: 700px) {
  /* line 576, ../sass/style.scss */
  body {
    font-size: 14px;
    line-height: 160%;
  }

  /* line 577, ../sass/style.scss */
  .sp {
    display: inline-block;
  }

  /* line 578, ../sass/style.scss */
  .pc {
    display: none;
  }

  /* line 579, ../sass/style.scss */
  .tbl .cel {
    width: 100%;
  }

  /* line 580, ../sass/style.scss */
  .tbl .cel {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
    float: left;
  }

  /* line 584, ../sass/style.scss */
  section.pg {
    min-width: 0;
  }
  /* line 586, ../sass/style.scss */
  section.pg .wrapper {
    width: auto;
  }

  /* line 588, ../sass/style.scss */
  footer {
    min-width: 0;
  }
  /* line 590, ../sass/style.scss */
  footer .bnr a img {
    margin: 5px 0px;
  }
}
