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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

html {
  font-size: 62.5%;
  height: 100%;
  min-width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
.content {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
}
.logo {
  max-width: 500px;
  margin: 0 auto 50px;
  padding-right: 15px;
}
.text {
  white-space: nowrap;
}
img {
  max-width: 100%;
}

@media only screen and (min-width: 770px) {
  body {
    font-size: 2.2rem;
    min-width: 800px;
  }
}
@media only screen and (max-width: 769px) {
  body {
    font-size: 2.6rem;
    min-width: 750px;
  }
}














@media only screen and (min-width: 770px) {
  #main_area {
    padding: 130px 0 0px;
  }
}
@media only screen and (max-width: 769px) {
  #main_area {
    padding: 155px 0 0px;
  }
}

.center_area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 770px) {
  .center_area {
    width: 1037px;
  }
}
@media only screen and (max-width: 769px) {
  .center_area {
    width: 690px;
  }
}

/*
.sec_2col {
  @include mediaquery-pc {
    overflow: hidden;
  }
  @include mediaquery-sp {
  }
  .area_2col_left {
    @include mediaquery-pc {
      float: left;
      width: 210px;
    }
    @include mediaquery-sp {
    }
  }
  .area_2col_right {
    @include mediaquery-pc {
      float: right;
      width: 880px;
    }
    @include mediaquery-sp {
    }
  }
}
*/
.mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

a {
  color: #3c9b65;
  text-decoration: none;
}

a:hover {
  color: #3c9b65;
}

img,
input[type="image"] {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.no_img {
  color: #999;
  font-family: 'Century Gothic', sans-serif;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hand {
  cursor: pointer;
}

.unsel {
  cursor: default;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.link_target {
  float: left;
}
@media only screen and (min-width: 770px) {
  .link_target {
    margin-top: -129px;
  }
}
@media only screen and (max-width: 769px) {
  .link_target {
    margin-top: -154px;
  }
}

#top.link_target {
  margin-top: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  border: none !important;
  clear: both !important;
  display: block !important;
  float: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

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

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

@media only screen and (min-width: 770px) {
  .show_pc_i {
    display: inline;
  }
}
@media only screen and (max-width: 769px) {
  .show_pc_i {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .show_sp_i {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .show_sp_i {
    display: inline;
  }
}

.no_img {
  color: #dfdfdf;
  font-family: 'Century Gothic', sans-serif;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.title_page,
.title_area {
  letter-spacing: 0.1em;
  line-height: 1.0em;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .title_page,
  .title_area {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 769px) {
  .title_page,
  .title_area {
    font-size: 3.0rem;
  }
}

@media only screen and (min-width: 770px) {
  .title_page {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 769px) {
  .title_page {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 770px) {
  .title_area {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 769px) {
  .title_area {
    padding: 45px 0 40px;
  }
}

.title_bar {
  background-color: #323232;
  color: #fff;
}
@media only screen and (min-width: 770px) {
  .title_bar {
    font-size: 1.4rem;
    line-height: 17px;
    padding: 12px 5px 11px 10px;
  }
}
@media only screen and (max-width: 769px) {
  .title_bar {
    font-size: 2.2rem;
    line-height: 27px;
    margin: 0 -30px;
    padding: 17px 10px 16px 20px;
  }
}

.box_item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 770px) {
  .box_item {
    width: 190px;
  }
}
@media only screen and (max-width: 769px) {
  .box_item {
    width: 375px;
  }
}
.box_item .img {
  font-size: 0;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .box_item .img {
    border: 1px solid #dfdfdf;
    height: 135px;
    line-height: 135px;
    margin-bottom: 10px;
    width: 188px;
  }
}
@media only screen and (max-width: 769px) {
  .box_item .img {
    height: 280px;
    line-height: 280px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.box_item .img img {
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 769px) {
  .box_item .wrap_item_detail {
    padding: 0 20px 25px;
  }
}
.box_item .list_tag {
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  .box_item .list_tag {
    margin-right: -5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 769px) {
  .box_item .list_tag {
    margin-right: -15px;
    padding-bottom: 5px;
  }
}
.box_item .list_tag li {
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  .box_item .list_tag li {
    margin: 0 5px 5px 0;
  }
}
@media only screen and (max-width: 769px) {
  .box_item .list_tag li {
    margin: 0 15px 15px 0;
  }
}
.box_item .list_tag a {
  background-color: #333;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 770px) {
  .box_item .list_tag a {
    font-size: 1.0rem;
    height: 21px;
    letter-spacing: 0.01em;
    line-height: 21px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 769px) {
  .box_item .list_tag a {
    font-size: 1.7rem;
    height: 35px;
    letter-spacing: 0.01em;
    line-height: 35px;
    padding: 0 35px;
  }
}
.box_item .name {
  line-height: 1.4em;
}
@media only screen and (min-width: 770px) {
  .box_item .name {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 769px) {
  .box_item .name {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
}
.box_item .name a {
  color: #333;
}
@media only screen and (min-width: 770px) {
  .box_item .price {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  .box_item .price {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 769px) {
  .box_item.smpl {
    width: 230px;
  }
}
@media only screen and (max-width: 769px) {
  .box_item.smpl .img {
    border: 1px solid #dfdfdf;
    height: 168px;
    line-height: 168px;
    margin-bottom: 0;
    width: 228px;
  }
}
@media only screen and (max-width: 769px) {
  .box_item.smpl .wrap_item_detail {
    display: none;
  }
}

.s_mile {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .s_mile {
    background-color: #183e90;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.0em;
    margin-left: 10px;
    padding: 3px 10px 1px;
  }
}
@media only screen and (max-width: 769px) {
  .s_mile {
    color: #ad3434;
    font-size: 2.0rem;
    margin-left: 20px;
  }
}

.box_get_mile .get_mile_title {
  background-color: #fff;
  border: 1px solid #888;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  display: inline-block;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .box_get_mile .get_mile_title {
    font-size: 1.0rem;
    height: 16px;
    line-height: 16px;
    width: 68px;
  }
}
@media only screen and (max-width: 769px) {
  .box_get_mile .get_mile_title {
    font-size: 1.6rem;
    height: 25px;
    line-height: 25px;
    padding-top: 1px;
    width: 106px;
  }
}
.box_get_mile .get_mile {
  display: inline-block;
  line-height: 1.0em;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .box_get_mile .get_mile {
    font-size: 1.1rem;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .box_get_mile .get_mile {
    font-size: 2.0rem;
    padding-left: 10px;
  }
}

.arw_1_r, .arw_1_b {
  background-color: #fff;
  border: 1px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .arw_1_r, .arw_1_b {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_1_r, .arw_1_b {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    width: 40px;
  }
}
.arw_1_r:before, .arw_1_b:before, .arw_1_r:after, .arw_1_b:after {
  background-color: #999;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 1px;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 770px) {
  .arw_1_r:before, .arw_1_b:before, .arw_1_r:after, .arw_1_b:after {
    width: 7px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_1_r:before, .arw_1_b:before, .arw_1_r:after, .arw_1_b:after {
    width: 12px;
  }
}
.arw_1_r:before, .arw_1_b:before {
  -moz-transform: translate(-50%, -50%) rotate(35deg);
  -ms-transform: translate(-50%, -50%) rotate(35deg);
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg);
}
@media only screen and (min-width: 770px) {
  .arw_1_r:before, .arw_1_b:before {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_1_r:before, .arw_1_b:before {
    margin-top: -3px;
  }
}
.arw_1_r:after, .arw_1_b:after {
  -moz-transform: translate(-50%, -50%) rotate(-35deg);
  -ms-transform: translate(-50%, -50%) rotate(-35deg);
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}
@media only screen and (min-width: 770px) {
  .arw_1_r:after, .arw_1_b:after {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_1_r:after, .arw_1_b:after {
    margin-top: 3px;
  }
}

.arw_1_b {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arw_2_r, .arw_2_l {
  background-color: #fff;
  border: 1px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .arw_2_r, .arw_2_l {
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    height: 22px;
    width: 22px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_2_r, .arw_2_l {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
  }
}
.arw_2_r:before, .arw_2_l:before, .arw_2_r:after, .arw_2_l:after {
  background-color: #999;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 1px;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 770px) {
  .arw_2_r:before, .arw_2_l:before, .arw_2_r:after, .arw_2_l:after {
    width: 7px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_2_r:before, .arw_2_l:before, .arw_2_r:after, .arw_2_l:after {
    width: 9px;
  }
}
.arw_2_r:before, .arw_2_l:before {
  -moz-transform: translate(-50%, -50%) rotate(35deg);
  -ms-transform: translate(-50%, -50%) rotate(35deg);
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg);
}
@media only screen and (min-width: 770px) {
  .arw_2_r:before, .arw_2_l:before {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_2_r:before, .arw_2_l:before {
    margin-top: -2px;
  }
}
.arw_2_r:after, .arw_2_l:after {
  -moz-transform: translate(-50%, -50%) rotate(-35deg);
  -ms-transform: translate(-50%, -50%) rotate(-35deg);
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}
@media only screen and (min-width: 770px) {
  .arw_2_r:after, .arw_2_l:after {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_2_r:after, .arw_2_l:after {
    margin-top: 2px;
  }
}

.arw_2_l {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arw_3_r {
  position: relative;
}
.arw_3_r:before, .arw_3_r:after {
  background-color: #fff;
  content: "";
  margin-left: 1px;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 770px) {
  .arw_3_r:before, .arw_3_r:after {
    height: 2px;
    width: 11px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_3_r:before, .arw_3_r:after {
    height: 3px;
    width: 18px;
  }
}
.arw_3_r:before {
  -moz-transform: translateY(-50%) rotate(35deg);
  -ms-transform: translateY(-50%) rotate(35deg);
  -webkit-transform: translateY(-50%) rotate(35deg);
  transform: translateY(-50%) rotate(35deg);
}
@media only screen and (min-width: 770px) {
  .arw_3_r:before {
    margin-top: -3px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_3_r:before {
    margin-top: -5px;
  }
}
.arw_3_r:after {
  -moz-transform: translateY(-50%) rotate(-35deg);
  -ms-transform: translateY(-50%) rotate(-35deg);
  -webkit-transform: translateY(-50%) rotate(-35deg);
  transform: translateY(-50%) rotate(-35deg);
}
@media only screen and (min-width: 770px) {
  .arw_3_r:after {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_3_r:after {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 770px) {
  .arw_3_r:before, .arw_3_r:after {
    right: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .arw_3_r:before, .arw_3_r:after {
    right: 25px;
  }
}

.btn_style_1_1 {
  background-color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 770px) {
  .btn_style_1_1 {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 769px) {
  .btn_style_1_1 {
    font-size: 3.0rem;
    letter-spacing: 0.01em;
  }
}
.btn_style_1_1:hover {
  color: #fff;
}

.btn_style_1_1 {
  width: 100%;
}
@media only screen and (min-width: 770px) {
  .btn_style_1_1 {
    line-height: 60px;
  }
}
@media only screen and (max-width: 769px) {
  .btn_style_1_1 {
    line-height: 110px;
  }
}

.btn_style_2_1 {
  color: #333;
}
@media only screen and (min-width: 770px) {
  .btn_style_2_1 {
    padding: 5px;
  }
}
@media only screen and (max-width: 769px) {
  .btn_style_2_1 {
    padding: 10px;
  }
}
.btn_style_2_1:hover {
  color: #333;
}

.area_breadcrumb_navi {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 769px) {
  .area_breadcrumb_navi .center_area {
    padding: 0 15px 0 5px;
    width: auto;
  }
}
.area_breadcrumb_navi .wrap_link {
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 770px) {
  .area_breadcrumb_navi .wrap_link {
    padding: 15px 0;
  }
}
.area_breadcrumb_navi .home {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .area_breadcrumb_navi .home {
    padding-right: 5px;
  }
}
.area_breadcrumb_navi .home a {
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  .area_breadcrumb_navi .home a {
    padding: 2px;
  }
}
@media only screen and (max-width: 769px) {
  .area_breadcrumb_navi .home a {
    padding: 18px 15px 17px 16px;
  }
}
@media only screen and (min-width: 770px) {
  .area_breadcrumb_navi .home img {
    max-height: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .area_breadcrumb_navi .home img {
    max-height: 25px;
  }
}
.area_breadcrumb_navi .link {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.area_breadcrumb_navi .link + .link:before {
  content: ">";
}
@media only screen and (min-width: 770px) {
  .area_breadcrumb_navi .link + .link:before {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    line-height: 16px;
    padding: 3px 10px 1px;
  }
}
@media only screen and (max-width: 769px) {
  .area_breadcrumb_navi .link + .link:before {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    line-height: 25px;
    padding: 10px 15px;
  }
}
.area_breadcrumb_navi .link span,
.area_breadcrumb_navi .link a {
  color: #333;
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  .area_breadcrumb_navi .link span,
  .area_breadcrumb_navi .link a {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    line-height: 16px;
    padding: 3px 2px 1px;
  }
}
@media only screen and (max-width: 769px) {
  .area_breadcrumb_navi .link span,
  .area_breadcrumb_navi .link a {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    line-height: 25px;
    padding: 12px 5px 8px;
  }
}

.area_err {
  color: #ad3434;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .area_err {
    margin-top: -20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .area_err {
    margin-top: -10px;
    padding-bottom: 20px;
  }
}
.area_err .text {
  line-height: 1.4em;
}
@media only screen and (min-width: 770px) {
  .area_err .text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 769px) {
  .area_err .text {
    font-size: 2.0rem;
  }
}

.area_list_item {
  overflow: hidden;
}
@media only screen and (min-width: 770px) {
  .area_list_item {
    margin-right: -21px;
  }
}
.area_list_item .box_item {
  float: left;
}
@media only screen and (min-width: 770px) {
  .area_list_item .box_item {
    margin-right: 21px;
  }
}

.area_cart_item .title_bar {
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .area_cart_item .title_bar {
    display: none;
  }
}
.area_cart_item .title_bar .col_all {
  float: left;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .title_bar .col_1 {
    width: 640px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .title_bar .col_2,
  .area_cart_item .title_bar .col_4 {
    text-align: center;
    width: 110px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .title_bar .col_3 {
    text-align: center;
    width: 162px;
  }
}
.area_cart_item .box_cart_item {
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item {
    border-top: 1px solid #dfdfdf;
    margin: 0 -30px;
    padding: 30px 20px;
    position: relative;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_all {
    float: left;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_1 {
    width: 650px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_1 {
    margin-left: -20px;
  }
}
.area_cart_item .box_cart_item .col_1 .img {
  font-size: 0;
  float: left;
}
.area_cart_item .box_cart_item .col_1 .img span,
.area_cart_item .box_cart_item .col_1 .img a {
  background-color: #fff;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_1 .img span,
  .area_cart_item .box_cart_item .col_1 .img a {
    border: 1px solid #dfdfdf;
    height: 103px;
    line-height: 103px;
    width: 146px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_1 .img span,
  .area_cart_item .box_cart_item .col_1 .img a {
    height: 187px;
    line-height: 187px;
    width: 250px;
  }
}
.area_cart_item .box_cart_item .col_1 .img span img,
.area_cart_item .box_cart_item .col_1 .img a img {
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text {
    float: left;
    margin-left: 15px;
    width: 485px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text {
    float: right;
    width: 450px;
  }
}
.area_cart_item .box_cart_item .col_1 .wrap_text .name {
  line-height: 1.4em;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .name {
    font-size: 1.6rem;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .name {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .option {
    float: left;
    font-size: 1.3rem;
    margin: 27px 20px 0 0;
    max-width: 370px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .option {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}
.area_cart_item .box_cart_item .col_1 .wrap_text .btn {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .btn {
    float: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .btn {
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 250px;
  }
}
.area_cart_item .box_cart_item .col_1 .wrap_text .btn a {
  background-color: #f0f0f0;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #777;
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .btn a {
    font-size: 1.3rem;
    line-height: 33px;
    width: 88px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_1 .wrap_text .btn a {
    font-size: 2.3rem;
    line-height: 53px;
    width: 138px;
  }
}
.area_cart_item .box_cart_item .col_2,
.area_cart_item .box_cart_item .col_3,
.area_cart_item .box_cart_item .col_4 {
  font-size: 0;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_2,
  .area_cart_item .box_cart_item .col_3,
  .area_cart_item .box_cart_item .col_4 {
    float: left;
    text-align: center;
    padding-top: 4px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_2,
  .area_cart_item .box_cart_item .col_3,
  .area_cart_item .box_cart_item .col_4 {
    float: right;
    padding-top: 20px;
    width: 450px;
  }
}
.area_cart_item .box_cart_item .col_2 .s1,
.area_cart_item .box_cart_item .col_3 .s1,
.area_cart_item .box_cart_item .col_4 .s1 {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_2 .s1,
  .area_cart_item .box_cart_item .col_3 .s1,
  .area_cart_item .box_cart_item .col_4 .s1 {
    font-size: 2.5rem;
    line-height: 1.0em;
  }
}
.area_cart_item .box_cart_item .col_2 .s2,
.area_cart_item .box_cart_item .col_3 .s2,
.area_cart_item .box_cart_item .col_4 .s2 {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_2 .s2,
  .area_cart_item .box_cart_item .col_3 .s2,
  .area_cart_item .box_cart_item .col_4 .s2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_2 .s2,
  .area_cart_item .box_cart_item .col_3 .s2,
  .area_cart_item .box_cart_item .col_4 .s2 {
    font-size: 2.5rem;
    line-height: 1.0em;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_2 {
    width: 110px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_2 {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_2 .s1 {
    display: none;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_3 {
    width: 162px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_3 .s1 {
    font-size: 1.3rem;
    line-height: 35px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_3 .s1 {
    margin-right: 1.0em;
    line-height: 1.0em;
  }
}
.area_cart_item .box_cart_item .col_3 .s2 {
  font-size: 0;
}
.area_cart_item .box_cart_item .col_3 .s2 .inner {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_3 .s2 .inner {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_3 .s2 .inner {
    font-size: 2.5rem;
    line-height: 1.0em;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_3 .s2 select {
    height: 35px;
    width: 76px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_3 .s2 select {
    height: 65px;
    width: 140px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_4 {
    width: 115px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_4 .s1 {
    line-height: 28px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_4 .s2 {
    line-height: 28px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_4 .box_get_mile {
    display: block;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_4 .box_get_mile {
    float: right;
    margin-top: -1px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .box_cart_item .col_4 .get_mile {
    padding-left: 0;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .box_cart_item .col_4 .get_mile {
    display: inline-block;
    font-size: 2.0rem;
    line-height: 28px;
    padding-left: 15px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total {
    padding: 10px 20px 40px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total {
    padding: 20px 0 40px;
  }
}
.area_cart_item .wrap_total .tbl_total {
  margin-left: auto;
}
.area_cart_item .wrap_total .tbl_total tr th,
.area_cart_item .wrap_total .tbl_total tr td {
  line-height: 1.0em;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total .tbl_total tr th,
  .area_cart_item .wrap_total .tbl_total tr td {
    font-size: 1.8rem;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .tbl_total tr th,
  .area_cart_item .wrap_total .tbl_total tr td {
    font-size: 2.8rem;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .tbl_total tr th {
    text-align: right;
  }
}
.area_cart_item .wrap_total .tbl_total tr td {
  padding-left: 50px;
  text-align: right;
}
.area_cart_item .wrap_total .tbl_total .tr_total th,
.area_cart_item .wrap_total .tbl_total .tr_total td {
  font-weight: bold;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total .tbl_total .tr_total th,
  .area_cart_item .wrap_total .tbl_total .tr_total td {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .tbl_total .tr_total th,
  .area_cart_item .wrap_total .tbl_total .tr_total td {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total .tbl_total .tr_total th {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .tbl_total .tr_total th {
    font-size: 2.8rem;
  }
}
.area_cart_item .wrap_total .tbl_total .tr_total td {
  color: #ad3434;
}
.area_cart_item .wrap_total .tbl_total .tr_total td .s1 {
  line-height: 1.0em;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total .tbl_total .tr_total td .s1 {
    font-size: 2.0rem;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .tbl_total .tr_total td .s1 {
    font-size: 3.2rem;
    padding-right: 10px;
  }
}
.area_cart_item .wrap_total .tbl_total .tr_total td .s2 {
  line-height: 1.0em;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total .tbl_total .tr_total td .s2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .tbl_total .tr_total td .s2 {
    font-size: 4.0rem;
  }
}
.area_cart_item .wrap_total .text {
  text-align: right;
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total .text {
    font-size: 1.2rem;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .text {
    font-size: 2.4rem;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 770px) {
  .area_cart_item .wrap_total .text + .text {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .area_cart_item .wrap_total .text + .text {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .area_recommend_item,
  .area_history_item {
    margin: 0 -20px -10px -10px;
  }
}
@media only screen and (max-width: 769px) {
  .area_recommend_item .box_item,
  .area_history_item .box_item {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 770px) {
  .area_recommend_item .box_item:nth-child(n+6),
  .area_history_item .box_item:nth-child(n+6) {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .area_list_brand {
    margin: 0 -20px;
  }
}
.area_list_brand ul {
  visibility: hidden;
}
.area_list_brand ul li a {
  border: 1px solid #dfdfdf;
  display: block;
  font-size: 0;
  text-align: center;
}
.area_list_brand ul li img {
  display: inline;
  max-height: 100%;
  max-width: 100%;
}
.area_list_brand #slider_brand_pc li a {
  height: 199px;
  line-height: 199px;
  width: 199px;
}
.area_list_brand #slider_brand_sp li a {
  height: 238px;
  line-height: 238px;
  width: 238px;
}

.sec_banner {
  background-color: #eee;
  padding-bottom: 50px;
}
@media only screen and (min-width: 770px) {
  .sec_banner #slider_banner {
    margin: 0 auto;
    width: 980px;
  }
}
@media only screen and (max-width: 769px) {
  .sec_banner #slider_banner {
    margin: 0 -10px;
    width: 710px;
  }
}

input[type="text"],
input[type="search"] {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  input[type="text"],
  input[type="search"] {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 769px) {
  input[type="text"],
  input[type="search"] {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    padding: 11px 15px;
  }
}

select {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  select {
    font-size: 1.3rem;
    height: 35px;
    letter-spacing: 0.01em;
    padding: 3px 10px 2px;
  }
}
@media only screen and (max-width: 769px) {
  select {
    font-size: 2.3rem;
    height: 65px;
    letter-spacing: 0.01em;
    padding: 8px 15px 7px;
  }
}

/*

// radio
// checkbox
.wrap_check {
  padding-left: 20px;
  position: relative;
  input[type="radio"],
  input[type="checkbox"] {
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    @include transform(translateY(-50%));
  }
}



// textarea {
textarea {
  background-color: #fff;
  border: 1px solid $border_color_1;
  @include border-radius(3px);
  @include box-sizing(border-box);
  color: $text_color_1;
  display: block;
  font-family: $font_gothic;
  line-height: 1.4em;
  margin: 0;
  width: 100%;
  @include mediaquery-pc {
    font-size: $font_rem_pc;
    letter-spacing: $letter_spacing_pc;
    padding: 5px 10px;
  }
  @include mediaquery-sp {
    font-size: $font_rem_sp;
    letter-spacing: $letter_spacing_sp;
    padding: 10px 15px;
  }
}
*/
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background-color: transparent;
  border-style: solid;
  border-width: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.0em;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  button,
  input[type="button"],
  input[type="submit"] {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  button,
  input[type="button"],
  input[type="submit"] {
    font-size: 2.8rem;
  }
}

.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  left: 0 !important;
}

#slider_img_main .bx-wrapper .bx-controls-direction a {
  background-image: none;
  z-index: 999;
}
@media only screen and (min-width: 770px) {
  #slider_img_main .bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    height: 60px;
    width: 40px;
  }
}
#slider_img_main .bx-wrapper .bx-controls-direction a:before {
  border-color: #9d9d9d;
  border-style: solid;
  content: '';
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 770px) {
  #slider_img_main .bx-wrapper .bx-controls-direction a:before {
    height: 12px;
    margin-top: -5px;
    width: 12px;
  }
}
@media only screen and (min-width: 770px) {
  #slider_img_main .bx-wrapper .bx-controls-direction a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
#slider_img_main .bx-wrapper .bx-prev {
  left: 0;
}
#slider_img_main .bx-wrapper .bx-prev:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 770px) {
  #slider_img_main .bx-wrapper .bx-prev:before {
    border-width: 2px 0 0 2px;
    left: 15px;
  }
}
#slider_img_main .bx-wrapper .bx-next {
  right: 0;
}
#slider_img_main .bx-wrapper .bx-next:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 770px) {
  #slider_img_main .bx-wrapper .bx-next:before {
    border-width: 2px 2px 0 0;
    right: 15px;
  }
}

#slider_brand_pc .bx-controls-direction a,
#slider_brand_sp .bx-controls-direction a,
#slider_banner .bx-controls-direction a {
  border: 2px solid #fff;
  background-color: #ddd;
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
@media only screen and (min-width: 770px) {
  #slider_brand_pc .bx-controls-direction a,
  #slider_brand_sp .bx-controls-direction a,
  #slider_banner .bx-controls-direction a {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    margin-top: -20px;
    width: 40px;
  }
}
@media only screen and (max-width: 769px) {
  #slider_brand_pc .bx-controls-direction a,
  #slider_brand_sp .bx-controls-direction a,
  #slider_banner .bx-controls-direction a {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    margin-top: -20px;
    width: 40px;
  }
}
#slider_brand_pc .bx-controls-direction a:before,
#slider_brand_sp .bx-controls-direction a:before,
#slider_banner .bx-controls-direction a:before {
  border-color: #fff;
  border-style: solid;
  content: '';
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 770px) {
  #slider_brand_pc .bx-controls-direction a:before,
  #slider_brand_sp .bx-controls-direction a:before,
  #slider_banner .bx-controls-direction a:before {
    height: 8px;
    margin-top: -5px;
    width: 8px;
  }
}
@media only screen and (max-width: 769px) {
  #slider_brand_pc .bx-controls-direction a:before,
  #slider_brand_sp .bx-controls-direction a:before,
  #slider_banner .bx-controls-direction a:before {
    height: 8px;
    margin-top: -5px;
    width: 8px;
  }
}
@media only screen and (min-width: 770px) {
  #slider_brand_pc .bx-controls-direction a:hover,
  #slider_brand_sp .bx-controls-direction a:hover,
  #slider_banner .bx-controls-direction a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
#slider_brand_pc .bx-prev:before,
#slider_brand_sp .bx-prev:before,
#slider_banner .bx-prev:before {
  border-width: 2px 0 0 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 770px) {
  #slider_brand_pc .bx-prev:before,
  #slider_brand_sp .bx-prev:before,
  #slider_banner .bx-prev:before {
    left: 14px;
  }
}
@media only screen and (max-width: 769px) {
  #slider_brand_pc .bx-prev:before,
  #slider_brand_sp .bx-prev:before,
  #slider_banner .bx-prev:before {
    left: 14px;
  }
}
#slider_brand_pc .bx-next:before,
#slider_brand_sp .bx-next:before,
#slider_banner .bx-next:before {
  border-width: 2px 2px 0 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 770px) {
  #slider_brand_pc .bx-next:before,
  #slider_brand_sp .bx-next:before,
  #slider_banner .bx-next:before {
    right: 14px;
  }
}
@media only screen and (max-width: 769px) {
  #slider_brand_pc .bx-next:before,
  #slider_brand_sp .bx-next:before,
  #slider_banner .bx-next:before {
    right: 14px;
  }
}

#slider_brand_pc .bx-prev {
  left: -18px;
}
#slider_brand_pc .bx-next {
  right: -18px;
}

#slider_brand_sp .bx-prev {
  left: 10px;
}
#slider_brand_sp .bx-next {
  right: 10px;
}

@media only screen and (min-width: 770px) {
  #slider_banner .bx-prev {
    left: -18px;
  }
}
@media only screen and (max-width: 769px) {
  #slider_banner .bx-prev {
    left: -11px;
  }
}
@media only screen and (min-width: 770px) {
  #slider_banner .bx-next {
    right: -18px;
  }
}
@media only screen and (max-width: 769px) {
  #slider_banner .bx-next {
    right: -11px;
  }
}

@media only screen and (min-width: 770px) {
  .link_fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

@media only screen and (min-width: 770px) {
  .link_fade:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.fade_img {
  display: block;
  font-size: 0;
  position: relative;
}
.fade_img:before, .fade_img:after {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.fade_img:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
}
.fade_img:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 2;
}

.fade_img:hover:before, .fade_img:hover:after {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade_img:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade_img:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#header_pc_fix {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#header_pc_fix .area_1 {
  background-color: #323232;
  color: #fff;
}
#header_pc_fix .area_1 .logo_ana a {
  display: block;
  font-size: 0;
  padding: 8px 10px 7px;
}
#header_pc_fix .area_1 .box_mile {
  padding: 7px 30px 7px 10px;
}
#header_pc_fix .area_1 .box_mile .mile {
  font-size: 1.1rem;
  line-height: 23px;
  padding-right: 10px;
}
#header_pc_fix .area_1 .box_mile .btn_user .fade_img {
  height: 23px;
  width: 23px;
}
#header_pc_fix .area_1 .box_mile .btn_user .fade_img:before {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_user_pc_of.png);
}
#header_pc_fix .area_1 .box_mile .btn_user .fade_img:after {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_user_pc_on.png);
}
#header_pc_fix .area_1 .text {
  font-size: 1.2rem;
  line-height: 37px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
#header_pc_fix .area_2 {
  background-color: #fff;
}
#header_pc_fix .area_2 .box_search_form {
  padding: 16px 10px;
}
#header_pc_fix .area_2 .box_search_form .inner {
  border-bottom: 1px solid #b1aeae;
  position: relative;
  width: 120px;
}
#header_pc_fix .area_2 .box_search_form .f_keyword {
  border-width: 0;
  font-size: 1.1rem;
  padding: 5px 20px 5px 2px;
}
#header_pc_fix .area_2 .box_search_form .f_submit {
  position: absolute;
  right: 0;
  top: 5px;
}
#header_pc_fix .area_2 .box_search_form .fade_img {
  height: 17px;
  width: 17px;
}
#header_pc_fix .area_2 .box_search_form .fade_img:before {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_search_pc_of.png);
}
#header_pc_fix .area_2 .box_search_form .fade_img:after {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_search_pc_on.png);
}
#header_pc_fix .area_2 .menu {
  font-size: 0;
  letter-spacing: 0;
  padding: 10px;
}
#header_pc_fix .area_2 .menu li {
  display: inline-block;
  vertical-align: middle;
}
#header_pc_fix .area_2 .menu li + li {
  margin-left: 7px;
}
#header_pc_fix .area_2 .menu li a {
  color: #333;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  line-height: 1.0em;
  text-align: center;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#header_pc_fix .area_2 .menu li a:hover {
  color: #dfdfdf;
}
#header_pc_fix .area_2 .menu .fade_img {
  padding: 26px 0 5px;
  width: 65px;
}
#header_pc_fix .area_2 .menu .fade_img:before, #header_pc_fix .area_2 .menu .fade_img:after {
  background-position: center 5px;
}
#header_pc_fix .area_2 .menu .coupon:before {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_coupon_pc_of.png);
}
#header_pc_fix .area_2 .menu .coupon:after {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_coupon_pc_on.png);
}
#header_pc_fix .area_2 .menu .wish:before {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_wish_pc_of.png);
}
#header_pc_fix .area_2 .menu .wish:after {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_wish_pc_on.png);
}
#header_pc_fix .area_2 .menu .cart:before {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_cart_pc_of.png);
}
#header_pc_fix .area_2 .menu .cart:after {
  background-image: url(/ori/51011/etc_img/mlc_hdr_icon_cart_pc_on.png);
}
#header_pc_fix .area_2 .menu .cart .dot {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ad3434;
  display: none;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 10px;
  z-index: 3;
}
#header_pc_fix .area_2 .menu .cart.on .dot {
  display: block;
}
#header_pc_fix .area_2 .menu .cart:hover .dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header_pc_fix .area_2 .logo {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 200px;
}
#header_pc_fix .area_3 .menu_main {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}
#header_pc_fix .area_3 .menu_main > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
}
#header_pc_fix .area_3 .menu_main > li > a {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  color: #333;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 30px;
  padding-bottom: 1px;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#header_pc_fix .area_3 .menu_main > li .menu_sub {
  background-color: #333;
  left: 0;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 32px;
  width: 100%;
}
#header_pc_fix .area_3 .menu_main > li .menu_sub ul {
  font-size: 0;
  letter-spacing: 0;
  padding: 20px 0;
  text-align: center;
}
#header_pc_fix .area_3 .menu_main > li .menu_sub li {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
#header_pc_fix .area_3 .menu_main > li .menu_sub a {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  padding: 10px 0 5px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header_pc_fix .area_3 .menu_main > li .menu_sub a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#header_pc_fix .area_3 .menu_main > li .menu_sub .text {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  padding-top: 14px;
}
#header_pc_fix .area_3 .menu_main > li:hover > a {
  background-color: #333;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header_pc_fix .area_3 .menu_main > li:hover .menu_sub {
  max-height: 200px;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
#header_pc_fix .area_3 .menu_main > li + li > a {
  border-left: 1px solid #eee;
}

#header_sp_fix {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#header_sp_fix .area_1 {
  background-color: #323232;
  color: #fff;
}
#header_sp_fix .area_1 .logo_ana a {
  display: block;
  font-size: 0;
  padding: 22px 10px 21px;
}
#header_sp_fix .area_1 .btn_user {
  cursor: pointer;
  font-size: 0;
  margin-right: 7px;
  padding: 13px 13px 12px 12px;
}
#header_sp_fix .area_1 .text {
  font-size: 1.6rem;
  line-height: 65px;
  margin: 0 auto;
  text-align: center;
  width: 230px;
}
#header_sp_fix .area_2 {
  background-color: #fff;
  padding: 5px;
}
#header_sp_fix .area_2 .btn_menu_open {
  cursor: pointer;
  height: 27px;
  padding: 22px 17px 21px 18px;
  width: 35px;
}
#header_sp_fix .area_2 .btn_menu_open .icon {
  height: 100%;
  position: relative;
  width: 100%;
}
#header_sp_fix .area_2 .btn_menu_open .icon span {
  background-color: #333;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
#header_sp_fix .area_2 .btn_menu_open .icon span:nth-of-type(1) {
  top: 0;
}
#header_sp_fix .area_2 .btn_menu_open .icon span:nth-of-type(2) {
  top: 12px;
}
#header_sp_fix .area_2 .btn_menu_open .icon span:nth-of-type(3) {
  bottom: 0;
}
#header_sp_fix .area_2 .btn_cart {
  float: right;
}
#header_sp_fix .area_2 .btn_cart a {
  display: block;
  font-size: 0;
  padding: 15px 13px 15px 9px;
  position: relative;
}
#header_sp_fix .area_2 .btn_cart .dot {
  background-color: #ad3434;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 8px;
  width: 20px;
}
#header_sp_fix .area_2 .btn_cart.on .dot {
  display: block;
}
#header_sp_fix .area_2 .logo {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 230px;
}
#header_sp_fix .area_3 {
  background-color: #000;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 65px;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  width: 100%;
}
#header_sp_fix .area_3 .box_mile {
  padding: 20px 10px 20px 20px;
}
#header_sp_fix .area_3 .mile {
  color: #fff;
  font-size: 2.4rem;
  line-height: 50px;
}
#header_sp_fix .area_3 .btn_login a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  line-height: 50px;
  padding: 0 10px;
}
#header_sp_fix .area_3.on {
  max-height: 90px;
}

#header_sp_menu_back {
  background-color: #000;
  height: 100%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}

.open_menu #header_sp_menu_back {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  visibility: visible;
}

#header_sp_menu {
  background-color: #333;
  height: 100%;
  left: -620px;
  position: fixed;
  top: 0;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  width: 620px;
  z-index: 2001;
}
#header_sp_menu .wrap_btn {
  background-color: #111;
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_prev {
  cursor: pointer;
  float: left;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 32px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: 30px;
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_prev .icon {
  height: 100%;
  position: relative;
  width: 100%;
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_prev .icon span {
  background-color: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_prev .icon span:nth-of-type(1) {
  margin-top: -8px;
  -moz-transform: translateY(-50%) rotate(-35deg);
  -ms-transform: translateY(-50%) rotate(-35deg);
  -webkit-transform: translateY(-50%) rotate(-35deg);
  transform: translateY(-50%) rotate(-35deg);
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_prev .icon span:nth-of-type(2) {
  margin-top: 8px;
  -moz-transform: translateY(-50%) rotate(35deg);
  -ms-transform: translateY(-50%) rotate(35deg);
  -webkit-transform: translateY(-50%) rotate(35deg);
  transform: translateY(-50%) rotate(35deg);
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_close {
  cursor: pointer;
  height: 45px;
  padding: 25px 25px 24px 24px;
  width: 45px;
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_close .icon {
  height: 100%;
  position: relative;
  width: 100%;
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_close .icon span {
  background-color: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_close .icon span:nth-of-type(1) {
  top: 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header_sp_menu .wrap_btn .btn_header_sp_menu_close .icon span:nth-of-type(2) {
  bottom: 22px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header_sp_menu .wrap_btn.top {
  border-bottom: 1px solid #999;
}
#header_sp_menu .wrap_btn.top .btn_header_sp_menu_close {
  margin-left: auto;
}
#header_sp_menu .wrap_btn.btm .btn_header_sp_menu_close {
  margin: 0 auto;
}
#header_sp_menu .wrap_scroll_menu {
  height: calc(100% - 95px);
  overflow: hidden;
  width: 100%;
}
#header_sp_menu .wrap_scroll_menu .inner_wrap_scroll_menu {
  height: 100%;
  left: 0;
  position: relative;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  width: 100%;
}
#header_sp_menu .wrap_scroll_all {
  overflow: hidden scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  height: 100%;
  width: 100%;
}
#header_sp_menu .wrap_scroll_all .list_menu dt,
#header_sp_menu .wrap_scroll_all .list_menu dd {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#header_sp_menu .wrap_scroll_all .list_menu dt {
  background-color: #444;
  border-bottom: 1px solid #999;
  color: #ccc;
  font-size: 2.6rem;
  line-height: 89px;
  padding: 0 20px;
}
#header_sp_menu .wrap_scroll_all .list_menu dd span,
#header_sp_menu .wrap_scroll_all .list_menu dd a {
  background-color: #333;
  border-bottom: 1px solid #999;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  line-height: 89px;
  padding: 0 30px;
  position: relative;
}
#header_sp_menu .wrap_scroll_all .list_menu dd span:before, #header_sp_menu .wrap_scroll_all .list_menu dd span:after,
#header_sp_menu .wrap_scroll_all .list_menu dd a:before,
#header_sp_menu .wrap_scroll_all .list_menu dd a:after {
  background-color: #fff;
  content: "";
  right: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 25px;
}
#header_sp_menu .wrap_scroll_all .list_menu dd span:before,
#header_sp_menu .wrap_scroll_all .list_menu dd a:before {
  margin-top: -7px;
  -moz-transform: translateY(-50%) rotate(35deg);
  -ms-transform: translateY(-50%) rotate(35deg);
  -webkit-transform: translateY(-50%) rotate(35deg);
  transform: translateY(-50%) rotate(35deg);
}
#header_sp_menu .wrap_scroll_all .list_menu dd span:after,
#header_sp_menu .wrap_scroll_all .list_menu dd a:after {
  margin-top: 7px;
  -moz-transform: translateY(-50%) rotate(-35deg);
  -ms-transform: translateY(-50%) rotate(-35deg);
  -webkit-transform: translateY(-50%) rotate(-35deg);
  transform: translateY(-50%) rotate(-35deg);
}
#header_sp_menu .wrap_scroll_all .list_menu dd img {
  margin-right: 20px;
}
#header_sp_menu .wrap_scroll_main {
  left: 0;
}
#header_sp_menu .wrap_scroll_main .box_search_form {
  border-bottom: 1px solid #999;
  padding: 40px 30px 39px;
}
#header_sp_menu .wrap_scroll_main .box_search_form .inner {
  position: relative;
}
#header_sp_menu .wrap_scroll_main .box_search_form .f_keyword {
  background-color: #dfdfdf;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  font-size: 2.3rem;
  padding: 15px 80px 11px 20px;
}
#header_sp_menu .wrap_scroll_main .box_search_form .f_submit {
  background: transparent url(/ori/51011/etc_img/mlc_hdr_icon_search_sp.png) no-repeat center center;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
#header_sp_menu .wrap_scroll_sub {
  left: 100%;
}
#header_sp_menu .wrap_scroll_sub .list_menu {
  display: none;
}
#header_sp_menu .wrap_scroll_sub .list_menu.on {
  display: block;
}

#header_sp_menu.open_sub .wrap_btn .btn_header_sp_menu_prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
#header_sp_menu.open_sub .wrap_scroll_menu .inner_wrap_scroll_menu {
  left: -100%;
}

.open_menu #header_sp_menu {
  left: 0;
}

#footer_stc #btn_to_top_pc {
  margin-top: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  right: 0;
  top: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  visibility: hidden;
  z-index: 250;
}
#footer_stc #btn_to_top_pc a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #aaa;
  display: block;
  font-size: 1.1rem;
  height: 40px;
  line-height: 1.0em;
  padding: 19px 0 0 40px;
  position: relative;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100px;
}
#footer_stc #btn_to_top_pc a:before, #footer_stc #btn_to_top_pc a:after {
  background-color: #aaa;
  content: "";
  height: 1px;
  position: absolute;
}
#footer_stc #btn_to_top_pc a:before {
  left: 5px;
  top: 29px;
  width: 30px;
}
#footer_stc #btn_to_top_pc a:after {
  left: 4px;
  top: 23px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
}
#footer_stc #btn_to_top_pc.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
#footer_stc .btn_to_top_sp {
  border-top: 1px solid #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 2.2rem;
  height: 100px;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  padding-top: 51px;
  position: relative;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#footer_stc .btn_to_top_sp:before {
  border-color: transparent transparent #333 transparent;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  content: "";
  left: 50%;
  height: 0;
  margin-left: -10px;
  position: absolute;
  top: 24px;
  width: 0;
}
#footer_stc .wrap_menu {
  background-color: #333;
}
@media only screen and (min-width: 770px) {
  #footer_stc .wrap_menu {
    padding: 60px 0 90px;
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .wrap_menu .center_area {
    width: auto;
  }
}
#footer_stc .wrap_menu .title {
  color: #fff;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 770px) {
  #footer_stc .wrap_menu .title {
    font-size: 1.4rem;
    line-height: 1.0em;
    padding-bottom: 21px;
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .wrap_menu .title {
    border-top: 1px solid #555;
    font-size: 2.3rem;
    line-height: 119px;
    text-align: center;
  }
}
#footer_stc .list_menu_all ul {
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #footer_stc .list_menu_all ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 210px;
  }
}
@media only screen and (min-width: 770px) {
  #footer_stc .list_menu_all li {
    width: 190px;
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .list_menu_all li {
    display: inline-block;
  }
}
#footer_stc .list_menu_all li a {
  display: inline-block;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 770px) {
  #footer_stc .list_menu_all li a {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    line-height: 1.0em;
    padding: 9px 4px 8px 0;
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .list_menu_all li a {
    border-top: 1px solid #555;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    line-height: 89px;
    padding: 0 30px;
    position: relative;
    width: 375px;
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .list_menu_all li a:before, #footer_stc .list_menu_all li a:after {
    background-color: #999;
    content: "";
    right: 18px;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 12px;
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .list_menu_all li a:before {
    margin-top: -3px;
    -moz-transform: translateY(-50%) rotate(35deg);
    -ms-transform: translateY(-50%) rotate(35deg);
    -webkit-transform: translateY(-50%) rotate(35deg);
    transform: translateY(-50%) rotate(35deg);
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .list_menu_all li a:after {
    margin-top: 3px;
    -moz-transform: translateY(-50%) rotate(-35deg);
    -ms-transform: translateY(-50%) rotate(-35deg);
    -webkit-transform: translateY(-50%) rotate(-35deg);
    transform: translateY(-50%) rotate(-35deg);
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .list_menu_all li:nth-child(even) a {
    border-left: 1px solid #555;
  }
}
@media only screen and (min-width: 770px) {
  #footer_stc .list_menu_1 {
    margin-right: 80px;
    width: 380px;
  }
}
@media only screen and (min-width: 770px) {
  #footer_stc .list_menu_2 {
    width: 190px;
  }
}
@media only screen and (min-width: 770px) {
  #footer_stc .list_banner {
    width: 300px;
  }
}
@media only screen and (min-width: 770px) {
  #footer_stc .list_banner ul {
    padding-top: 9px;
  }
}
#footer_stc .list_banner img {
  max-width: 100%;
}
#footer_stc .copyright small {
  background-color: #222;
  color: #fff;
  display: block;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #footer_stc .copyright small {
    font-size: 1.2rem;
    line-height: 50px;
  }
}
@media only screen and (max-width: 769px) {
  #footer_stc .copyright small {
    border-top: 1px solid #555;
    font-size: 1.9rem;
    line-height: 69px;
  }
}

@media only screen and (max-width: 769px) {
  #item_detail #main_area {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left {
    width: 600px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left {
    margin: 0 -30px;
    width: 750px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_left img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main {
    border: 1px solid #dfdfdf;
    height: 448px;
    width: 598px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main {
    height: 560px;
    width: 750px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main ul {
  visibility: hidden;
}
#item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main li {
  font-size: 0;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main li {
    height: 448px;
    line-height: 448px;
    width: 598px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main li {
    height: 560px;
    line-height: 560px;
    width: 750px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main .no_img {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #slider_img_main .no_img {
    font-size: 3.6rem;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb {
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb {
    margin: 1px -1px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb a {
    border: 1px solid #dfdfdf;
    height: 61px;
    line-height: 61px;
    margin: 1px;
    width: 82px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb a {
    height: 160px;
    line-height: 160px;
    width: 215px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb a + a {
    border-left: 1px solid #dfdfdf;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb .no_img {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_left #list_img_thumb .no_img {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right {
    padding-top: 20px;
    width: 390px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right {
    padding-top: 40px;
    width: 100%;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag {
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag {
    margin-right: -4px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag {
    margin-right: -8px;
    padding-bottom: 32px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag li {
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag li {
    margin: 0 4px 4px 0;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag li {
    margin: 0 8px 8px 0;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag a {
  background-color: #333;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag a {
    font-size: 1.0rem;
    height: 23px;
    letter-spacing: 0.01em;
    line-height: 23px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .list_tag a {
    font-size: 1.9rem;
    height: 43px;
    letter-spacing: 0.01em;
    line-height: 43px;
    padding: 0 50px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .name {
  line-height: 1.4em;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .name {
    font-size: 1.9rem;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .name {
    font-size: 3.4rem;
    padding-bottom: 30px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .brand {
  line-height: 1.4em;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .brand {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .brand {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price {
  width: 100%;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price {
    margin-bottom: 30px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price th {
  width: 165px;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price th {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price th {
    font-size: 2.4rem;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price td {
  width: 50%;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .tbl_price td {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_option {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_option {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_option + .wrap_option {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_option + .wrap_option {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_option select {
    height: 45px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_option select {
    font-size: 2.8rem;
    height: 100px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num {
    padding-bottom: 40px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_num {
  font-size: 0;
  letter-spacing: 0;
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_num .title {
  color: #777;
  letter-spacing: 0.01em;
  line-height: 1.0em;
  padding-right: 15px;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_num .title {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_num .title {
    font-size: 3.0rem;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_num select {
    height: 30px;
    width: 66px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_num select {
    font-size: 2.8rem;
    height: 100px;
    width: 200px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_wish {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_wish {
    padding: 5px 0;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_wish .btn_wish {
  background-position: 0 center;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  text-align: left;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_wish .btn_wish {
    background-image: url(/ori/51011/etc_img/mlc_item_dtl_icon_wish_pc.png);
    font-size: 1.4rem;
    height: 30px;
    padding-left: 40px;
    width: 170px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_num .box_wish .btn_wish {
    background-image: url(/ori/51011/etc_img/mlc_item_dtl_icon_wish_sp.png);
    font-size: 3.0rem;
    height: 90px;
    padding-left: 90px;
    width: 350px;
  }
}
#item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_cart .btn_style_1_1 span {
  background-position: 0 center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_cart .btn_style_1_1 span {
    background-image: url(/ori/51011/etc_img/mlc_item_dtl_icon_cart_pc.png);
    padding-left: 35px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_1 .area_2col .area_2col_right .wrap_cart .btn_style_1_1 span {
    background-image: url(/ori/51011/etc_img/mlc_item_dtl_icon_cart_sp.png);
    padding-left: 55px;
  }
}
#item_detail #main_area .sec_2 .area_link_box {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_link_box {
    display: none;
    margin: 0 -30px;
  }
}
#item_detail #main_area .sec_2 .area_link_box ul {
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_link_box ul {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_link_box ul {
    padding: 40px 0 20px;
  }
}
#item_detail #main_area .sec_2 .area_link_box li {
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_link_box li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_link_box li {
    margin: 0 20px 20px;
  }
}
#item_detail #main_area .sec_2 .area_link_box a {
  color: #333;
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_link_box a {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    line-height: 20px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_link_box a {
    font-size: 3.8rem;
    letter-spacing: 0.01em;
    line-height: 40px;
    padding: 10px;
  }
}
#item_detail #main_area .sec_2 .area_link_box a .arw_1_b {
  float: left;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_link_box a .arw_1_b {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_link_box a .arw_1_b {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .title {
    line-height: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .title {
    font-size: 3.8rem;
    line-height: 40px;
  }
}
#item_detail #main_area .sec_2 .area_2col .title .arw_1_r {
  float: left;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .title .arw_1_r {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .title .arw_1_r {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail {
    padding: 0 0 50px 10px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail {
    padding-bottom: 90px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail img {
  max-width: 100%;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .text {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .text {
    padding-top: 30px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .text ul li {
  padding-left: 1.0em;
}
#item_detail #main_area .sec_2 .area_2col .box_detail .text ul li:before {
  content: "・";
  float: left;
  margin-left: -1.0em;
}
#item_detail #main_area .sec_2 .area_2col .box_detail .box_youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#item_detail #main_area .sec_2 .area_2col .box_detail .box_youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec {
  width: 100%;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec {
    margin-top: 30px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec th,
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec td {
  border: 1px solid #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec th,
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec td {
    font-size: 1.2rem;
    padding: 10px 5px 10px 10px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec th,
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec td {
    font-size: 2.2rem;
    padding: 15px 5px 15px 15px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec th {
  background-color: #f3f3f3;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec th {
    width: 200px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec th {
    width: 345px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_spec td .s_stock {
  color: #3c9b65;
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand {
  width: 100%;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand {
    margin-top: 30px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand th {
  border: 1px solid #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand th {
    height: 138px;
    line-height: 138px;
    width: 138px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand th {
    height: 218px;
    line-height: 218px;
    width: 218px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand th img {
  max-height: 100%;
  max-width: 100%;
}
#item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand td {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand td {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .tbl_brand td {
    font-size: 2.9rem;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .list_share {
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .list_share {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .list_share {
    margin-top: 30px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .list_share li {
  display: inline-block;
  margin-right: 20px;
}
#item_detail #main_area .sec_2 .area_2col .box_detail .list_share li a {
  display: inline-block;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .list_share li a {
    width: 35px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .box_detail .list_share li a {
    width: 100px;
  }
}
#item_detail #main_area .sec_2 .area_2col .box_detail .list_share li img {
  max-width: 100%;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .area_2col_left {
    width: 600px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .area_2col_left {
    width: 100%;
  }
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_2 .area_2col .area_2col_right {
    width: 390px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_2 .area_2col .area_2col_right {
    width: 100%;
  }
}
#item_detail #main_area .sec_3 {
  border-top: 1px solid #dfdfdf;
}
@media only screen and (min-width: 770px) {
  #item_detail #main_area .sec_3 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 769px) {
  #item_detail #main_area .sec_3 {
    padding-bottom: 60px;
  }
}

/*
// page_item
.page_item #main_area {
  .sec_2col {
    .area_2col_left {
      @include mediaquery-pc {
      }
      @include mediaquery-sp {
        display: none;
      }
    }
  }
}



// item_list
#item_list #main_area {
  .title_page {
    @include mediaquery-pc {
      padding-right: 130px;
    }
    @include mediaquery-sp {
      padding-right: 225px;
    }
  }
  #main_visual {
    text-align: center;
    @include mediaquery-pc {
      padding-bottom: 30px;
    }
    @include mediaquery-sp {
      padding-bottom: 40px;
    }
    img {
      max-width: 100%;
    }
  }

  .wrap_box_item {
    .box_item {
      @include mediaquery-pc {
        width: 164px;
      }
      @include mediaquery-sp {
      }
    }
    .img {
      @include mediaquery-pc {
        height: 164px;
        line-height: 164px;
        width: 164px;
      }
      @include mediaquery-sp {
      }
    }
    .name {
      @include mediaquery-pc {
        font-size: 1.3rem;
      }
      @include mediaquery-sp {
      }
    }
  }

  .area_list_brand {
    @include mediaquery-pc {
    }
    @include mediaquery-sp {
      margin: 0 -30px;
      padding: 0 30px;
    }
    .center_area {
      width: auto;
    }
    .wrap_box_brand {
      @include mediaquery-pc {
        margin: 0 -8px;
      }
      @include mediaquery-sp {
      }
    }
    .box_brand {
      @include mediaquery-pc {
        padding: 8px;
      }
      @include mediaquery-sp {
      }
      a {
        @include mediaquery-pc {
          width: 163px;
        }
        @include mediaquery-sp {
        }
      }
    }
    .box_brand:nth-child(n + 11) {
      display: none;
    }
    .name {
      @include mediaquery-pc {
        width: 88px;
      }
      @include mediaquery-sp {
      }
    }
  }

}



// item_detail
#item_detail #main_area {
  .title_page {
    .title_inner {
      .d1 {
        color: $color_1;
        @include mediaquery-pc {
          font-size: 1.3rem;
        }
        @include mediaquery-sp {
          font-size: 2.4rem;
        }
      }
    }
  }

  .area_wrap_img_cart {
    @include mediaquery-pc {
      overflow: hidden;
    }
    @include mediaquery-sp {
    }
  }

  .area_wrap_img {
    @include mediaquery-pc {
      float: left;
      width: 500px;
    }
    @include mediaquery-sp {
    }
    #img_main {
      @include box-sizing(border-box);
      font-size: 0;
      letter-spacing: 0;
      overflow: hidden;
      position: relative;
      text-align: center;
      @include mediaquery-pc {
        border: 1px solid $border_color_1;
        height: 500px;
        line-height: 500px;
        width: 500px;
      }
      @include mediaquery-sp {
        height: 690px;
        line-height: 690px;
        width: 690px;
      }
      span {
        display: block;
        height: 100%;
        left: 0;
        @include opacity(0);
        position: absolute;
        top: 0;
        @include transition(all $t-dura $t-func);
        visibility: hidden;
        width: 100%;
        img {
          max-height: 85%;
          max-width: 85%;
        }
      }
      .no_img {
        @include mediaquery-pc {
          font-size: 1.9rem;
        }
        @include mediaquery-sp {
          font-size: 3.6rem;
        }
      }
      .active {
        @include opacity(1);
        visibility: visible;
      }
    }
    #img_thumb {
      @include mediaquery-pc {
      }
      @include mediaquery-sp {
        margin-top: 10px;
      }
      ul {
        font-size: 0;
        letter-spacing: 0;
        line-height: 0;
        @include mediaquery-pc {
        }
        @include mediaquery-sp {
          overflow-x: auto;
          overflow-y: hidden;
          margin: 0 -30px;
          padding: 10px 0;
          white-space: nowrap;
          -webkit-overflow-scrolling: touch;
        }
      }
      li {
        border: 1px solid $border_color_1;
        @include box-sizing(border-box);
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        @include transition(all $t-dura $t-func);
        vertical-align: middle;
        @include mediaquery-pc {
          height: 80px;
          line-height: 80px;
          margin: 4px 4px 0 0;
          width: 80px;
        }
        @include mediaquery-sp {
          height: 125px;
          line-height: 125px;
          margin-right: 30px;
          // margin: 0 50px 0 -30px;
          width: 125px;
        }
        img {
          max-height: 85%;
          max-width: 85%;
          @include transition(all $t-dura $t-func);
        }
        &:first-child {
          @include mediaquery-sp {
            margin-left: 30px;
          }
        }
      }
      li:nth-child(6n) {
        @include mediaquery-pc {
          margin-right: 0;
        }
        @include mediaquery-sp {
        }
      }
      li:hover {
        border-color: $color_4;
        img {
          @include scale(1.05);
        }
      }
      li.active {
        border-color: $color_4;
      }
      .no_img {
        @include mediaquery-pc {
          font-size: 1.1rem;
        }
        @include mediaquery-sp {
          font-size: 1.8rem;
        }
      }
    }
  }

  .area_wrap_cart {
    @include mediaquery-pc {
      float: right;
      width: 340px;
    }
    @include mediaquery-sp {
      margin-top: 20px;
    }
    .list_tag {
      overflow: hidden;
      padding-bottom: 20px;
      li {
        float: left;
        margin: 0 5px 5px 0;
      }
      a {
        border: 1px solid $color_4;
        @include box-sizing(border-box);
        @include border-radius(3px);
        color: $color_4;
        display: inline-block;
        @include mediaquery-pc {
          font-size: 1.0rem;
          height: 25px;
          line-height: 23px;
          padding: 0 20px;
        }
        @include mediaquery-sp {
          font-size: 2.2rem;
          height: 45px;
          line-height: 43px;
          padding: 0 40px;
        }
      }
    }
    .text {
      line-height: 1.6em;
      padding-bottom: 20px;
      @include mediaquery-pc {
        font-size: 1.3rem;
      }
      @include mediaquery-sp {
        font-size: 2.8rem;
      }
    }
    .tbl_detail {
      margin-bottom: 20px;
      th ,
      td {
        padding: 5px 0;
      }
      th {
        padding-right: 10px;
        @include mediaquery-pc {
          width: 110px;
        }
        @include mediaquery-sp {
          width: 190px;
        }
      }
      a:hover {
        text-decoration: underline;
      }
    }
    .wrap_price {
      color: $color_4;
      padding-bottom: 20px;
      .s1 {
        display: inline-block;
        vertical-align: middle;
        @include mediaquery-pc {
          font-size: 1.3rem;
        }
        @include mediaquery-sp {
          font-size: 3.5rem;
        }
      }
      .s2 {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        @include mediaquery-pc {
          font-size: 1.9rem;
        }
        @include mediaquery-sp {
          font-size: 3.5rem;
        }
      }
    }
    .wrap_option {
      padding-bottom: 30px;
      & + .wrap_option {
        margin-top: -20px;
      }
      select {
        @include mediaquery-pc {
          height: 35px;
        }
        @include mediaquery-sp {
          height: 80px;
        }
      }
    }
    .wrap_btn {
      position: relative;
      .num {
        left: 0;
        position: absolute;
        top: 0;
        .title {
          line-height: 1.0em;
          @include mediaquery-pc {
            font-size: 1.1rem;
          }
          @include mediaquery-sp {
            font-size: 2.2rem;
          }
        }
        select {
          border-width: 0;
          padding-left: 0;
          @include mediaquery-pc {
            height: 35px;
            width: 45px;
          }
          @include mediaquery-sp {
            height: 64px;
            width: 80px;
          }
        }
      }
      .cart {
        text-align: center;
        .btn_cart {
          @include mediaquery-pc {
            font-size: 1.2rem;
            line-height: 46px;
            width: 230px;
          }
          @include mediaquery-sp {
            font-size: 2.6rem;
          }
        }
      }
      .favo {
        position: absolute;
        right: 0;
        top: 5px;
        .btn_favo {
          background-color: #fff;
          background-position: center center;
          background-repeat: no-repeat;
          @include box-sizing(border-box);
          font-size: 0;
          @include mediaquery-pc {
            background-image: url(/ori/51011/etc_img/mlc_item_dtl_icon_favo_pc.png);
            border: 1px solid $border_color_1;
            @include border-radius(18px);
            height: 36px;
            width: 36px;
          }
          @include mediaquery-sp {
            background-image: url(/ori/51011/etc_img/mlc_item_dtl_icon_favo_sp.png);
            border: 2px solid $border_color_1;
            @include border-radius(38px);
            height: 76px;
            width: 76px;
          }
        }
      }
    }
  }

  .area_wrap_text {
    border-top: 1px solid $border_color_1;
    @include mediaquery-pc {
      margin-top: 50px;
      padding: 20px 0 70px;
    }
    @include mediaquery-sp {
      margin: 50px -30px 0;
      padding: 40px 30px 60px;
    }
  }

  .area_wrap_guide {
    @include mediaquery-pc {
      padding-bottom: 70px;
    }
    @include mediaquery-sp {
      padding-bottom: 60px;
    }
    .guide_inner {
      background-color: #f6f6f6;
      border: 1px solid $border_color_1;
      @include border-radius(3px);
      @include mediaquery-pc {
        padding: 35px;
      }
      @include mediaquery-sp {
        padding: 40px 20px;
      }
    }
    .title_area {
      @include mediaquery-pc {
        padding-bottom: 20px;
      }
      @include mediaquery-sp {
        padding-bottom: 10px;
        text-align: center;
      }
      .d2 {
        @include mediaquery-pc {
          font-size: 2.0rem;
        }
        @include mediaquery-sp {
          font-size: 3.4rem;
        }
      }
      .d1 {
        @include mediaquery-pc {
          font-size: 1.1rem;
          padding-top: 7px;
        }
        @include mediaquery-sp {
          font-size: 2.2rem;
          padding-top: 10px;
        }
      }
    }

    .wrap_box_guide {
      color: #555;
      @include display-flex();
      @include flex-wrap(wrap);
      @include justify-content(space-between);
    }
    .box_guide {
      @include mediaquery-pc {
        padding-top: 20px;
        width: 210px;
      }
      @include mediaquery-sp {
        padding-top: 30px;
        width: 300px;
      }
      .title {
        @include mediaquery-pc {
          font-size: 1.3rem;
          line-height: 1.65em;
        }
        @include mediaquery-sp {
          font-size: 2.5rem;
          line-height: 1.45em;
        }
      }
      .img {
        @include mediaquery-pc {
          padding-top: 5px;
        }
        @include mediaquery-sp {
          padding-top: 10px;
        }
        img {
          max-width: 100%;
        }
      }
      .text {
        @include mediaquery-pc {
          font-size: 1.1rem;
          line-height: 1.65em;
          padding-top: 5px;
        }
        @include mediaquery-sp {
          font-size: 2.2rem;
          line-height: 1.45em;
          padding-top: 10px;
        }
      }
      .link {
        @include mediaquery-pc {
          padding-top: 5px;
        }
        @include mediaquery-sp {
          padding-top: 10px;
        }
        a {
          color: $color_1;
          display: inline-block;
          padding-left: 1.5em;
          position: relative;
          @include mediaquery-pc {
            font-size: 1.1rem;
          }
          @include mediaquery-sp {
            font-size: 2.2rem;
          }
          &:before {
            content: ">";
            left: 0;
            position: absolute;
            top: 0;
          }
          &:hover {
            text-decoration: underline;
          }
        }
      }
    }

  }

}
*/
@media only screen and (max-width: 769px) {
  #flow_cart #main_area {
    padding-bottom: 60px;
  }
}
#flow_cart #main_area .wrap_btn_cart {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .wrap_btn_cart {
    padding: 0 80px 50px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .wrap_btn_cart {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .wrap_btn_cart .btn_send {
    display: block;
    margin: 0 auto 40px;
    width: 330px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .wrap_btn_cart .btn_send {
    margin-bottom: 60px;
  }
}
#flow_cart #main_area .wrap_btn_cart .btn_prev {
  float: left;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .wrap_btn_cart .btn_prev {
    line-height: 22px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .wrap_btn_cart .btn_prev {
    line-height: 30px;
    margin-left: -10px;
  }
}
#flow_cart #main_area .wrap_btn_cart .btn_prev .arw_2_l {
  float: left;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .wrap_btn_cart .btn_prev .arw_2_l {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .wrap_btn_cart .btn_prev .arw_2_l {
    margin-right: 10px;
  }
}
#flow_cart #main_area .wrap_btn_cart .btn_next {
  float: right;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .wrap_btn_cart .btn_next {
    line-height: 22px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .wrap_btn_cart .btn_next {
    line-height: 30px;
    margin-right: -10px;
  }
}
#flow_cart #main_area .wrap_btn_cart .btn_next .arw_2_r {
  float: right;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .wrap_btn_cart .btn_next .arw_2_r {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .wrap_btn_cart .btn_next .arw_2_r {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .sec_2 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
  }
}
#flow_cart #main_area .sec_2 .wrap_text {
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .sec_2 .wrap_text {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .sec_2 .wrap_text {
    margin: 0 -10px;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .sec_2 .title {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .sec_2 .title {
    font-size: 2.4rem;
  }
}
#flow_cart #main_area .sec_2 .text {
  padding-top: 30px;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .sec_2 .text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .sec_2 .text {
    font-size: 2.0rem;
  }
}
#flow_cart #main_area .sec_2 .btn {
  margin: 30px auto 0;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .sec_2 .btn {
    width: 330px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .sec_2 .btn {
    width: 590px;
  }
}
#flow_cart #main_area .sec_2 .btn .btn_style_1_1 {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .sec_2 .btn .btn_style_1_1 {
    line-height: 90px;
  }
}
#flow_cart #main_area .sec_2 .btn .arw_3_r:before, #flow_cart #main_area .sec_2 .btn .arw_3_r:after {
  background-color: #333;
}
@media only screen and (min-width: 770px) {
  #flow_cart #main_area .sec_3 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 769px) {
  #flow_cart #main_area .sec_3 {
    padding-bottom: 60px;
  }
}

/*
.page_news #main_area {
  #main_visual {
    @include mediaquery-pc {
      background-image: url(/ori/51011/etc_img/news/mv_pc.jpg);
    }
    @include mediaquery-sp {
      background-image: url(/ori/51011/etc_img/news/mv_sp.jpg);
    }
  }
  .center_area {
    @include mediaquery-pc {
      padding-top: 100px;
    }
    @include mediaquery-sp {
    }
  }
  .wrap_box_news {
    @include mediaquery-pc {
    }
    @include mediaquery-sp {
      padding-top: 40px;
    }
    .news_date,
    .news_cate {
      float: left;
      letter-spacing: 0.33em;
      line-height: 1.0em;
      @include mediaquery-pc {
        font-size: 1.3rem;
        margin-bottom: 15px;
      }
      @include mediaquery-sp {
        font-size: 1.8rem;
        margin-bottom: 20px;
      }
    }
    .news_date {
      @include mediaquery-pc {
        padding-right: 10px;
      }
      @include mediaquery-sp {
        padding-right: 20px;
      }
    }
    .news_cate {
      border-left: 1px solid $text_color_1;
      @include mediaquery-pc {
        padding-left: 14px;
      }
      @include mediaquery-sp {
        padding-left: 24px;
      }
    }
  }
}



// news_list
#news_list #main_area {
  .wrap_box_news {
    .box_news {
      @include mediaquery-pc {
      }
      @include mediaquery-sp {
      }
      & + .box_news {
        margin-top: 40px;
      }
    }
    .wrap_news_title a {
      background-color: $color_4;
      clear: both;
      color: $text_color_1;
      display: block;
      text-decoration: none;
      @include mediaquery-pc {
        padding: 23px 100px 22px 40px;
      }
      @include mediaquery-sp {
        padding: 28px 70px 27px 15px;
      }
    }
    .arw_crl_3 {
      &:before {
        @include mediaquery-pc {
          right: 30px;
        }
        @include mediaquery-sp {
          right: 20px;
        }
      }
      &:after {
        @include mediaquery-pc {
          right: 42px;
        }
        @include mediaquery-sp {
          right: 35px;
        }
      }
    }
    .news_title {
      letter-spacing: 0.33em;
      line-height: 1.5em;
      @include mediaquery-pc {
        font-size: 2.0rem;
      }
      @include mediaquery-sp {
        font-size: 2.2rem;
      }
    }
    .news_text {
      letter-spacing: 0.25em;
      margin-top: 15px;
      @include mediaquery-pc {
        font-size: 1.5rem;
      }
      @include mediaquery-sp {
        font-size: 1.8rem;
      }
    }
  }
}



// news_detail
#news_detail #main_area {
  .wrap_box_news {
    .wrap_news_title {
      @include mediaquery-pc {
        border-bottom: 2px solid $color_1;
        padding: 0 20px 20px;
      }
      @include mediaquery-sp {
        border-bottom: 2px solid $color_1;
        margin: 0 -30px;
        padding: 0 30px 20px;
      }
    }
    .news_title {
      clear: both;
      letter-spacing: 0.33em;
      line-height: 1.4em;
      @include mediaquery-pc {
        font-size: 2.4rem;
      }
      @include mediaquery-sp {
        font-size: 2.6rem;
      }
    }
    .wrap_news_detail {
      @include mediaquery-pc {
        padding: 20px 20px 100px;
      }
      @include mediaquery-sp {
        padding: 0 0 70px;
      }
    }
  }
}
*/
#login #main_area .list_link {
  overflow: hidden;
  margin: 0 -10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#login #main_area .list_link a {
  display: block;
  line-height: 1.2em;
  font-size: 2.0rem;
  padding: 27px 0 25px;
  width: 50%;
}
#login #main_area .list_link .left {
  background-color: #333;
  color: #fff;
}
#login #main_area .list_link .right {
  background-color: #f3f3f3;
  color: #333;
}
@media only screen and (min-width: 770px) {
  #login #main_area .title_bar {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .title_bar {
    background-color: transparent;
    color: #333;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 120px;
    padding: 0;
    text-align: center;
  }
}
#login #main_area .sec_all .box_login {
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login {
    padding: 40px 90px 30px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login {
    margin: 0 -10px;
    padding: 45px 60px 45px;
    width: 710px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login .title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login .title {
    font-size: 2.4rem;
  }
}
#login #main_area .sec_all .box_login .btn {
  margin: 0 auto;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login .btn {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login .btn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1 {
    line-height: 50px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1 {
    line-height: 90px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1:before, #login #main_area .sec_all .box_login .btn .btn_style_1_1:after {
    width: 9px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1:before, #login #main_area .sec_all .box_login .btn .btn_style_1_1:after {
    width: 14px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1:before {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1:before {
    margin-top: -4px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1:after {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login .btn .btn_style_1_1:after {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_all .box_login .ex {
    font-size: 1.1rem;
    line-height: 1.6em;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_all .box_login .ex {
    font-size: 2.0rem;
    line-height: 1.4em;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 .box_login {
    padding: 40px 355px 30px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login {
    background-color: #333;
    color: #fff;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 .box_login .title {
    margin: 0 -200px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 .box_login .box_special {
    padding: 35px 0 15px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login .box_special {
    padding: 50px 0 25px;
  }
}
#login #main_area .sec_1 .box_login .box_special .title_special {
  line-height: 1.0em;
  position: relative;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 .box_login .box_special .title_special {
    border-top: 1px solid #333;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login .box_special .title_special {
    border-top: 1px solid #fff;
    font-size: 2.1rem;
  }
}
#login #main_area .sec_1 .box_login .box_special .title_special span {
  letter-spacing: 0.5em;
  padding: 0 0.5em 0 1.0em;
  position: relative;
  top: -0.5em;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 .box_login .box_special .title_special span {
    background-color: #f9f9f9;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login .box_special .title_special span {
    background-color: #333;
  }
}
#login #main_area .sec_1 .box_login .box_special .d1 {
  font-weight: bold;
  line-height: 1.0em;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 .box_login .box_special .d1 {
    color: #183e90;
    font-size: 1.7rem;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login .box_special .d1 {
    color: #fff;
    font-size: 3.2rem;
    padding-top: 35px;
  }
}
#login #main_area .sec_1 .box_login .box_special .d2 {
  font-weight: bold;
  line-height: 1.0em;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_1 .box_login .box_special .d2 {
    color: #183e90;
    font-size: 2.0rem;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login .box_special .d2 {
    color: #fff;
    font-size: 3.2rem;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login .btn .btn_style_1_1 {
    background-color: #ccc;
    color: #333;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_1 .box_login .btn .btn_style_1_1:before, #login #main_area .sec_1 .box_login .btn .btn_style_1_1:after {
    background-color: #333;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login {
    height: 450px;
    padding: 40px 90px 0;
    width: 510px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.left {
    margin-bottom: 20px;
  }
}
#login #main_area .sec_2 .box_login.left .tbl_login {
  width: 100%;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login.left .tbl_login {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.left .tbl_login {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login.left .tbl_login th {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.left .tbl_login th {
    font-size: 2.0rem;
    padding-bottom: 4px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login.left .tbl_login td {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.left .tbl_login td {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login.left .tbl_login td input {
    padding: 7px 10px 6px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.left .tbl_login td input {
    padding: 9px 15px 8px;
  }
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login.left .text {
    font-size: 1.1rem;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.left .text {
    font-size: 2.0rem;
  }
}
#login #main_area .sec_2 .box_login.right .title_sub {
  line-height: 1.0em;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login.right .title_sub {
    font-size: 1.4rem;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.right .title_sub {
    font-size: 2.3rem;
    padding-top: 45px;
  }
}
#login #main_area .sec_2 .box_login.right .text {
  color: #999;
  line-height: 1.0em;
}
@media only screen and (min-width: 770px) {
  #login #main_area .sec_2 .box_login.right .text {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.right .text {
    font-size: 2.1rem;
    padding: 30px 0 12px;
  }
}
@media only screen and (max-width: 769px) {
  #login #main_area .sec_2 .box_login.right .btn {
    padding-bottom: 15px;
  }
}

/*
// login
#login #main_area {
  .sec_1 {
    border-bottom: 1px solid $border_color_1;
    .center_area {
      @include mediaquery-pc {
        overflow: hidden;
      }
      @include mediaquery-sp {
      }
    }

    .area_err {
      @include mediaquery-pc {
        margin-bottom: 0;
      }
      @include mediaquery-sp {
        margin: 30px 0 0;
      }
    }

    .box_all {
      text-align: center;
      @include mediaquery-pc {
        padding-top: 40px;
      }
      @include mediaquery-sp {
        padding-top: 30px;
      }
      .box_inner {
        border: 2px solid $color_1;
        @include box-sizing(border-box);
        color: $color_1;
        @include mediaquery-pc {
          padding-top: 35px;
        }
        @include mediaquery-sp {
          padding: 40px 30px 0;
        }
      }
      .box_title {
        line-height: 1.0em;
        @include mediaquery-pc {
          font-size: 1.8rem;
        }
        @include mediaquery-sp {
          font-size: 3.4rem;
        }
      }
      .box_text {
        line-height: 1.4em;
        @include mediaquery-pc {
          font-size: 1.2rem;
          padding-top: 15px;
        }
        @include mediaquery-sp {
          font-size: 2.0rem;
          padding-top: 20px;
        }
      }
      .box_wrap {
        background-color: #f6f6f6;
        border: 1px solid $border_color_1;
        @include border-radius(3px);
        @include box-sizing(border-box);
        @include mediaquery-pc {
          margin: 0 auto;
          width: 400px;
        }
        @include mediaquery-sp {
          margin-top: 25px;
        }
      }
      .box_btn {
        @include mediaquery-pc {
        }
        @include mediaquery-sp {
          padding-top: 25px;
        }
      }
      .btn_style_1_1 {
        @include border-radius(3px);
        @include mediaquery-pc {
          font-size: 1.3rem;
          line-height: 35px;
          width: 195px;
        }
        @include mediaquery-sp {
          font-size: 2.2rem;
          line-height: 60px;
          width: 330px;
        }
        &:after {
          @include mediaquery-pc {
          }
          @include mediaquery-sp {
            content: none;
          }
        }
      }
    }

    .box_1 {
      @include mediaquery-pc {
        float: left;
      }
      @include mediaquery-sp {
      }
      .box_inner {
        @include mediaquery-pc {
          height: 340px;
          width: 550px;
        }
        @include mediaquery-sp {
          padding-bottom: 30px;
        }
      }
      .box_wrap {
        @include mediaquery-pc {
          margin-top: 25px;
          padding: 15px 55px;
        }
        @include mediaquery-sp {
          padding: 30px 50px;
        }
      }
      dl {
        overflow: hidden;
        & + dl {
          @include mediaquery-pc {
            margin-top: 10px;
          }
          @include mediaquery-sp {
            margin-top: 15px;
          }
        }
      }
      dt {
        color: $text_color_1;
        float: left;
        text-align: left;
        @include mediaquery-pc {
          font-size: 1.2rem;
          line-height: 26px;
          width: 110px;
        }
        @include mediaquery-sp {
          font-size: 2.0rem;
          line-height: 50px;
          width: 160px;
        }
      }
      dd {
        @include mediaquery-pc {
          margin-left: 110px;
        }
        @include mediaquery-sp {
          margin-left: 160px;
        }
        input {
          @include mediaquery-pc {
            padding-bottom: 2px;
            padding-top: 2px;
          }
          @include mediaquery-sp {
            padding-bottom: 6px;
            padding-top: 6px;
          }
        }
      }
      .box_btn {
        @include mediaquery-pc {
          padding-top: 20px;
        }
        @include mediaquery-sp {
        }
      }
      .btn_style_2_2 {
        @include mediaquery-pc {
          margin-top: 20px;
        }
        @include mediaquery-sp {
          margin-top: 15px;
        }
      }
    }

    .box_2 {
      @include mediaquery-pc {
        float: right;
      }
      @include mediaquery-sp {
      }
      .box_inner {
        @include mediaquery-pc {
          height: 340px;
          width: 550px;
        }
        @include mediaquery-sp {
          padding-bottom: 50px;
        }
      }
      .box_wrap {
        @include mediaquery-pc {
          margin-top: 30px;
          padding: 30px 0 35px;
        }
        @include mediaquery-sp {
          padding: 45px 0;
        }
      }
      .title {
        line-height: 1.0em;
        @include mediaquery-pc {
          font-size: 1.5rem;
        }
        @include mediaquery-sp {
          font-size: 2.4rem;
        }
      }
      .text {
        line-height: 1.5em;
        @include mediaquery-pc {
          font-size: 1.3rem;
          padding-top: 15px;
        }
        @include mediaquery-sp {
          font-size: 2.2rem;
          padding-top: 15px;
        }
      }
      .box_btn {
        @include mediaquery-pc {
          padding-top: 30px;
        }
        @include mediaquery-sp {
          padding-top: 30px;
        }
      }
    }

    .box_3 {
      @include mediaquery-pc {
        clear: both;
      }
      @include mediaquery-sp {
      }
      .box_inner {
        @include mediaquery-pc {
          padding-bottom: 40px;
        }
        @include mediaquery-sp {
          padding-bottom: 50px;
        }
      }
      .box_text {
        @include mediaquery-pc {
          line-height: 2.0em;
        }
        @include mediaquery-sp {
          line-height: 1.7em;
          padding-top: 35px;
        }
      }
      .box_btn {
        @include mediaquery-pc {
          padding-top: 30px;
        }
        @include mediaquery-sp {
          padding-top: 35px;
        }
      }
    }

    .box_4 {
      clear: both;
      padding-bottom: 60px;
    }
  }

}





/*
.page_other #main_area {
  .sec_title {
    color: $color_2;
    font-size: 3.6rem;
    letter-spacing: 0.01em;
    line-height: 1.0em;
    text-align: center;
  }
}



// news
#news #main_area {
  .sec_1 {
    .wrap_keyword {
      font-size: 0;
      letter-spacing: 0;
      @include mediaquery-pc {
        padding: 32px 0;
      }
      @include mediaquery-sp {
        padding: 25px 0;
        text-align: center;
      }
      dt,
      dd {
        display: inline-block;
        letter-spacing: 0.01em;
        vertical-align: top;
        @include mediaquery-pc {
          font-size: 1.3rem;
          line-height: 16px;
        }
        @include mediaquery-sp {
          font-size: 2.4rem;
          line-height: 30px;
        }
      }
      dt {
        &:after {
          content: ':';
          padding: 0 0.5em 0 0.2em;
        }
      }
      dd {
      }
    }

    .wrap_box_inner {
      @include display-flex;
      @include flex-wrap(wrap);
      @include justify-content(left);
      margin: 0 -10px;
    }
    .wrap_box.hide {
      display: none;
    }

    .btn_more {
      text-align: center;
      @include mediaquery-pc {
        padding-top: 30px;
      }
      @include mediaquery-sp {
        padding-top: 50px;
      }
      .btn_style_3 {
        @include mediaquery-pc {
          width: 150px;
        }
        @include mediaquery-sp {
          width: 255px;
        }
      }
    }

  }
}



// category
#category #main_area {
  .sec_1 {
    padding-top: 80px;

    .wrap_box {
      & + .wrap_box {
        @include mediaquery-pc {
        }
        @include mediaquery-sp {
          margin-top: 20px;
        }
      }
    }

    .wrap_box_inner {
      @include display-flex;
      @include flex-wrap(wrap);
      @include justify-content(left);
      @include mediaquery-pc {
        margin: 0 -10px;
      }
      @include mediaquery-sp {
      }
    }
    .wrap_box.hide {
      display: none;
    }

    .btn_more {
      text-align: center;
      @include mediaquery-pc {
        padding-top: 30px;
      }
      @include mediaquery-sp {
        padding-top: 50px;
      }
      .btn_style_3 {
        @include mediaquery-pc {
          width: 150px;
        }
        @include mediaquery-sp {
          width: 255px;
        }
      }
    }

  }
}



// company
#company #main_area {
  .sec_1 {

    .wrap_keyword {
      font-size: 0;
      letter-spacing: 0;
      @include mediaquery-pc {
        padding: 32px 0;
      }
      @include mediaquery-sp {
        padding: 25px 0;
        text-align: center;
      }
      dt,
      dd {
        display: inline-block;
        letter-spacing: 0.01em;
        vertical-align: top;
        @include mediaquery-pc {
          font-size: 1.3rem;
          line-height: 16px;
        }
        @include mediaquery-sp {
          font-size: 2.4rem;
          line-height: 30px;
        }
      }
      dt {
        &:after {
          content: ':';
          padding: 0 0.5em 0 0.2em;
        }
      }
      dd {
      }
    }

    .wrap_box {
      & + .wrap_box {
        @include mediaquery-pc {
        }
        @include mediaquery-sp {
          margin-top: 20px;
        }
      }
    }

    .wrap_box_inner {
      @include display-flex;
      @include flex-wrap(wrap);
      @include justify-content(left);
      @include mediaquery-pc {
        margin: 0 -10px;
      }
      @include mediaquery-sp {
      }
    }
    .wrap_box.hide {
      display: none;
    }

    .btn_more {
      text-align: center;
      @include mediaquery-pc {
        padding-top: 30px;
      }
      @include mediaquery-sp {
        padding-top: 50px;
      }
      .btn_style_3 {
        @include mediaquery-pc {
          width: 150px;
        }
        @include mediaquery-sp {
          width: 255px;
        }
      }
    }

  }
}



// report
#report #main_area {
  .sec_1 {
    padding-top: 80px;

    .wrap_box {
      & + .wrap_box {
        @include mediaquery-pc {
        }
        @include mediaquery-sp {
          margin-top: 20px;
        }
      }
    }

    .wrap_box_inner {
      @include display-flex;
      @include flex-wrap(wrap);
      @include justify-content(left);
      @include mediaquery-pc {
        margin: 0 -10px;
      }
      @include mediaquery-sp {
      }
    }
    .wrap_box.hide {
      display: none;
    }

    .btn_more {
      text-align: center;
      @include mediaquery-pc {
        padding-top: 30px;
      }
      @include mediaquery-sp {
        padding-top: 50px;
      }
      .btn_style_3 {
        @include mediaquery-pc {
          width: 150px;
        }
        @include mediaquery-sp {
          width: 255px;
        }
      }
    }

  }
}



// report-pdf
#report-pdf #main_area {
  .sec_1 {
    padding-top: 80px;
    text-align: center;

    .area_1 {
      margin: 0 auto;
      @include mediaquery-pc {
        width: 800px;
      }
      @include mediaquery-sp {
        width: 600px;
      }
    }

    .title {
      color: $color_2;
      letter-spacing: 0.05em;
      line-height: 1.2em;
      @include mediaquery-pc {
        font-size: 1.8rem;
      }
      @include mediaquery-sp {
        font-size: 2.5rem;
      }
    }

    .date {
      color: #777;
      letter-spacing: 0.05em;
      line-height: 1.2em;
      text-align: right;
      padding-bottom: 10px;
      @include mediaquery-pc {
        font-size: 1.5rem;
      }
      @include mediaquery-sp {
        font-size: 2.0rem;
      }
    }

    .pdf {
      iframe {
        @include mediaquery-pc {
          height: 600px;
          width: 800px;
        }
        @include mediaquery-sp {
          height: 800px;
          width: 600px;
        }
      }
    }

    .btn {
      padding: 30px 0;
      text-align: center;
    }
    .btn_style_4 {
      @include mediaquery-pc {
        width: 260px;
      }
      @include mediaquery-sp {
        width: 100%;
      }
    }

    .not_found {
      padding: 30px 0 200px;
    }

  }
}



// search
#search #main_area {
  .sec_1 {

    .wrap_keyword {
      font-size: 0;
      letter-spacing: 0;
      @include mediaquery-pc {
        padding: 32px 0;
      }
      @include mediaquery-sp {
        padding: 25px 0;
        text-align: center;
      }
      dt,
      dd {
        display: inline-block;
        letter-spacing: 0.01em;
        vertical-align: top;
        @include mediaquery-pc {
          font-size: 1.3rem;
          line-height: 16px;
        }
        @include mediaquery-sp {
          font-size: 2.4rem;
          line-height: 30px;
        }
      }
      dt {
        &:after {
          content: ':';
          padding: 0 0.5em 0 0.2em;
        }
      }
      dd {
      }
    }

    .wrap_box {
      border-top: 1px solid #ddd;
      & + .wrap_box {
        border-top-width: 0;
      }
    }

    .wrap_box_inner {
    }
    .wrap_box.hide {
      display: none;
    }

    .btn_more {
      text-align: center;
      @include mediaquery-pc {
        padding-top: 30px;
      }
      @include mediaquery-sp {
        padding-top: 50px;
      }
      .btn_style_3 {
        @include mediaquery-pc {
          width: 150px;
        }
        @include mediaquery-sp {
          width: 255px;
        }
      }
    }

    .not_found {
      padding: 30px 0 200px;
    }

  }
}



// about
#about #main_area {
  .sec_1 {
    padding-top: 50px;

    .text {
      padding-top: 40px;
      text-align: center;
      @include mediaquery-pc {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        line-height: 30px;
      }
      @include mediaquery-sp {
        font-size: 2.8rem;
        letter-spacing: 0.03em;
        line-height: 40px;
      }
    }

    .wrap_box {
      @include mediaquery-pc {
        @include box-shadow(1px 1px 5px 0 rgba(4, 0, 0, 0.2));
        @include display-flex;
        @include flex-wrap(wrap);
        @include justify-content(space-between);
        margin: 70px 0 35px;
        position: relative;
      }
      @include mediaquery-sp {
        margin-top: 70px;
        padding: 0 30px;
      }
    }
    .wrap_box_1 {
      @include mediaquery-pc {
        width: 610px;
      }
      @include mediaquery-sp {
      }
      .title {
        color: $color_2;
        font-size: 3.6rem;
        letter-spacing: 0.01em;
        line-height: 1.0em;
        text-align: center;
      }
      .map {
        @include mediaquery-pc {
        }
        @include mediaquery-sp {
          margin-top: 30px;
        }
        iframe {
          display: block;
          @include mediaquery-pc {
            height: 400px;
            width: 610px;
          }
          @include mediaquery-sp {
            height: 410px;
            width: 630px;
          }
        }
      }
      .btn {
        @include mediaquery-pc {
          bottom: -35px;
          left: 0;
          position: absolute;
        }
        @include mediaquery-sp {
          margin-top: 10px;
        }
      }
      .btn_style_2 {
        @include mediaquery-pc {
          font-size: 1.2rem;
          line-height: 25px;
          width: 130px;
        }
        @include mediaquery-sp {
          font-size: 1.7rem;
          line-height: 40px;
          width: 230px;
        }
      }
    }
    .wrap_box_2 {
      @include mediaquery-pc {
        @include box-sizing(border-box);
        padding: 10px 20px 10px 50px;
        position: absolute;
        right: 0;
        top: 50%;
        @include transform(translateY(-50%));
        width: 650px;
      }
      @include mediaquery-sp {
        margin-top: 30px;
      }
      .title {
        color: $color_2;
        font-size: 2.2rem;
        letter-spacing: 0.05em;
        line-height: 1.0em;
        padding-bottom: 10px;
      }
      .list {
        dt,
        dd {
          padding: 5px 0;
          @include mediaquery-pc {
            font-size: 1.4rem;
            letter-spacing: 0.05em;
            line-height: 30px;
          }
          @include mediaquery-sp {
            font-size: 2.6rem;
            letter-spacing: 0.05em;
            line-height: 45px;
          }
        }
        dt {
          color: $color_2;
          clear: both;
          float: left;
          @include mediaquery-pc {
            width: 130px;
          }
          @include mediaquery-sp {
            width: 230px;
          }
        }
        dd {
          @include mediaquery-pc {
            margin-left: 130px;
          }
          @include mediaquery-sp {
            margin-left: 230px;
          }
        }
      }
    }

  }
}


// privacy
// terms
#privacy #main_area,
#terms #main_area {
  .sec_1 {
    padding-top: 50px;

    .text {
      margin: 0 auto;
      padding-top: 40px;
      text-align: justify;
      h3 {
        font-weight: bold;
      }
      @include mediaquery-pc {
        width: 800px;
      }
      @include mediaquery-sp {
        width: 630px;
      }
    }

  }
}
*/
