@charset "UTF-8";
/*                下層共通
======================================================= */
/*                bread
======================================================= */
@media only screen and (max-width: 768px) {
  #bread {
    /* display: none; */
  }
}

#bread ol {
  /* padding: 2.4em 0; */
  padding: 2.4em 0 0 0;
  overflow: hidden;
}

#bread ol li {
  display: inline-block;
  float: left;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 78.6%;
}

#bread ol li a {
  color: #505050;
}

#bread ol li a:hover {
  text-decoration: underline;
  color: #505050;
}

#bread ol li:before {
  content: "\f105";
  margin: 0 1em;
}

#bread ol li:first-child:before {
  content: "";
  margin: 0;
}

#bread ol li.last a {
  cursor: default;
}

#bread ol li.last a:hover {
  text-decoration: none;
}

body.white_text #bread ol li {
  color: #fff;
}

body.white_text #bread ol li a {
  color: #fff;
}

body.white_text #bread ol li a:hover {
  color: #fff;
}

/*                レイアウト
======================================================= */
#main_area table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #dcdcdc;
}

#main_area th,
#main_area td {
  padding: 7px 20px;
  border: 1px solid #dcdcdc;
}

#main_area table thead th {
  color: #fff;
  background-color: #000b41;
  text-align: center;
}

#main_area table tbody th {
  background-color: #f5f5f5;
}

/*                GRAY BORDER PAGE
======================================================= */
.enclosed_article .enclosed_inner .indent_block {
  border-left: solid 1px #000b41;
  padding: 0.5em 0 1em 2.1em;
}

.enclosed_article .enclosed_inner .indent_block .indent_title {
  padding-bottom: 1.15em;
  margin-bottom: 1.15em;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
}

.enclosed_article .enclosed_inner .indent_block .indent_title h2,
.enclosed_article .enclosed_inner .indent_block .indent_title h3 {
  font-size: 157.1%;
  color: #000b41;
}

.enclosed_article .enclosed_inner .indent_block .indent_title .back {
  position: absolute;
  right: 0;
  top: -0.25em;
  min-width: 10em;
}

.enclosed_article .enclosed_inner .indent_block .indent_title .back a {
  display: block;
  text-align: center;
  background-color: #f2f3f5;
  padding: 0.35em 1em 0.45em;
  border-radius: 1.75em;
  -webkit-border-radius: 1.75em;
  -moz-border-radius: 1.75em;
  color: #000b41;
  text-decoration: none;
}

.enclosed_article .enclosed_inner .indent_block .indent_min_title {
  margin-top: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
}

.enclosed_article .enclosed_inner .indent_block .indent_min_title h3,
.enclosed_article .enclosed_inner .indent_block .indent_min_title h4 {
  font-size: 128.6%;
  color: #000b41;
}

.enclosed_article .enclosed_inner .indent_block p+div,
.enclosed_article .enclosed_inner .indent_block p+ul,
.enclosed_article .enclosed_inner .indent_block p+ol,
.enclosed_article .enclosed_inner .indent_block ul+div,
.enclosed_article .enclosed_inner .indent_block ul+ul,
.enclosed_article .enclosed_inner .indent_block ul+ol,
.enclosed_article .enclosed_inner .indent_block ol+div,
.enclosed_article .enclosed_inner .indent_block ol+ul,
.enclosed_article .enclosed_inner .indent_block ol+ol,
.enclosed_article .enclosed_inner .indent_block div+div,
.enclosed_article .enclosed_inner .indent_block div+ul,
.enclosed_article .enclosed_inner .indent_block div+ol {
  margin-top: 0.95em;
}

.enclosed_article .enclosed_inner .indent_block div+p,
.enclosed_article .enclosed_inner .indent_block div+ul,
.enclosed_article .enclosed_inner .indent_block div+ol {
  margin-top: 0.95em;
}

.enclosed_article .enclosed_inner .indent_block div+div {
  margin-top: 1.75em;
}

.enclosed_article .enclosed_inner .indent_block .border_box {
  border: solid 1px #e6e6e6;
  padding: 1.25em 2.25em;
}

.enclosed_article .enclosed_inner .indent_block .border_box.caution_box {
  border-color: #e51600;
  color: #e51600;
}

.enclosed_article .enclosed_inner .indent_block a {
  text-decoration: underline;
}

.enclosed_article .enclosed_inner .indent_block a:hover {
  text-decoration: none;
}

.enclosed_article .enclosed_inner .indent_block ol li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.enclosed_article .enclosed_inner .indent_block ul li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.enclosed_article .enclosed_inner .indent_block .arr_link a {
  display: inline-block;
  padding-left: 1.75em;
  position: relative;
  text-decoration: none;
  color: #000b41;
}

.enclosed_article .enclosed_inner .indent_block .arr_link a:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 13px;
  height: 100%;
  content: "";
  background-image: url(/media/images/common/icon_pager_l_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  .enclosed_article {
    border: solid 20px #f0f0f0;
    padding: 70px 30px 30px;
  }

  .enclosed_article .enclosed_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
  }

  .enclosed_article .enclosed_inner .block {
    margin-top: 3em;
  }

  .enclosed_article .enclosed_inner .block p,
  .enclosed_article .enclosed_inner .block ul,
  .enclosed_article .enclosed_inner .block ol {
    line-height: 2.2;
  }

  .enclosed_article .enclosed_inner .block p+p,
  .enclosed_article .enclosed_inner .block p+ul,
  .enclosed_article .enclosed_inner .block p+ol,
  .enclosed_article .enclosed_inner .block ul+p,
  .enclosed_article .enclosed_inner .block ul+ul,
  .enclosed_article .enclosed_inner .block ul+ol,
  .enclosed_article .enclosed_inner .block ol+p,
  .enclosed_article .enclosed_inner .block ol+ul,
  .enclosed_article .enclosed_inner .block ol+ol {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .enclosed_article {
    padding: 50px 20px 30px;
  }

  .enclosed_article .enclosed_inner .block {
    margin-top: 1.5em;
  }

  .enclosed_article .enclosed_inner .block p {
    line-height: 1.75;
  }

  .enclosed_article .enclosed_inner .block p+p {
    margin-top: 0;
  }

  .enclosed_article .enclosed_inner .indent_block {
    padding: 0.5em 0 1em 20px;
  }

  .enclosed_article .enclosed_inner .indent_block .indent_title {
    padding-bottom: 0.5em;
    margin-bottom: 0.75em;
  }

  .enclosed_article .enclosed_inner .indent_block .indent_title.backbtn_in {
    padding-right: 5.5em;
  }

  .enclosed_article .enclosed_inner .indent_block .indent_title h2,
  .enclosed_article .enclosed_inner .indent_block .indent_title h3 {
    font-size: 142.9%;
  }

  .enclosed_article .enclosed_inner .indent_block .indent_title .back {
    min-width: 4em;
    top: 0em;
  }

  .enclosed_article .enclosed_inner .indent_block .indent_title .back a {
    font-size: 85.7%;
    padding: 0.35em 0.75em 0.45em;
    border-radius: 1.75em;
    -webkit-border-radius: 1.75em;
    -moz-border-radius: 1.75em;
  }
}

@media only screen and (max-width: 480px) {
  .enclosed_article {
    padding: 30px 20px 30px;
  }

  .enclosed_article .enclosed_inner .indent_block .indent_title h2,
  .enclosed_article .enclosed_inner .indent_block .indent_title h3 {
    font-size: 128.6%;
  }
}

/*                pager
======================================================= */
@media only screen and (min-width: 769px) {
  .pager {
    font-size: 100%;
    clear: both;
  }

  .pager .wp-pagenavi {
    padding: 30px 0 10px;
    text-align: center;
  }

  .pager .wp-pagenavi a,
  .pager .wp-pagenavi span {
    width: 34px;
    height: 34px;
    margin: 0 1px;
    padding-top: 0.6em;
    color: #000b41;
    font-size: 85.7%;
    display: inline-block;
  }

  .pager .wp-pagenavi a.previouspostslink,
  .pager .wp-pagenavi a.nextpostslink {
    width: auto;
    position: relative;
  }

  .pager .wp-pagenavi a.previouspostslink {
    padding-right: 10px;
    padding-left: 25px;
  }

  .pager .wp-pagenavi a.nextpostslink {
    padding-right: 25px;
    padding-left: 10px;
  }

  .pager .wp-pagenavi a.previouspostslink,
  .pager .wp-pagenavi a.nextpostslink {
    text-indent: -9999px;
  }

  .pager .wp-pagenavi a.previouspostslink:after,
  .pager .wp-pagenavi a.nextpostslink:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 13px;
    margin-top: -7px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pager .wp-pagenavi a.previouspostslink:hover,
  .pager .wp-pagenavi a.nextpostslink:hover {
    background-color: #f2f3f5;
  }

  .pager .wp-pagenavi a.previouspostslink:after {
    left: 8px;
    background-position: center left;
    background-image: url(/media/images/common/icon_pager_prev.png);
  }

  .pager .wp-pagenavi a.nextpostslink:after {
    right: 8px;
    background-position: center right;
    background-image: url(/media/images/common/icon_pager_next.png);
  }

  .pager .wp-pagenavi a:hover {
    background-color: #f2f3f5;
  }

  .pager .wp-pagenavi span.current {
    background-color: #f2f3f5;
  }

  .pager .wp-pagenavi span.pages {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pager {
    font-size: 100%;
    clear: both;
    margin-bottom: 3em;
  }

  .pager .wp-pagenavi {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    text-align: center;
    position: relative;
  }

  .pager .wp-pagenavi a,
  .pager .wp-pagenavi span {
    padding: 15px 0;
  }

  .pager .wp-pagenavi a.page,
  .pager .wp-pagenavi a.extend,
  .pager .wp-pagenavi a.current,
  .pager .wp-pagenavi span.page,
  .pager .wp-pagenavi span.extend,
  .pager .wp-pagenavi span.current {
    display: none;
  }

  .pager .wp-pagenavi a.previouspostslink,
  .pager .wp-pagenavi a.nextpostslink {
    width: auto;
    position: absolute;
    width: 50%;
  }

  .pager .wp-pagenavi a.previouspostslink {
    left: 0;
    top: 0;
  }

  .pager .wp-pagenavi a.nextpostslink {
    right: 0;
    top: 0;
  }

  .pager .wp-pagenavi a.previouspostslink,
  .pager .wp-pagenavi a.nextpostslink {
    text-indent: -9999px;
  }

  .pager .wp-pagenavi a.previouspostslink:after,
  .pager .wp-pagenavi a.nextpostslink:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 13px;
    margin-top: -7px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pager .wp-pagenavi a.previouspostslink:after {
    left: 8px;
    background-position: center left;
    background-image: url(/media/images/common/icon_pager_prev.png);
  }

  .pager .wp-pagenavi a.nextpostslink:after {
    right: 8px;
    background-position: center right;
    background-image: url(/media/images/common/icon_pager_next.png);
  }

  .pager .wp-pagenavi span.pages {
    display: block;
  }
}

/*                about BCLについて
======================================================= */
body.about #main_area #key {
  text-align: center;
}

body.about #main_area #key .key_catch {
  text-align: center;
  padding-top: 2.1em;
}

body.about #main_area #key .key_catch h1>span {
  display: block;
}

body.about #main_area #key .key_catch h1>span img {
  margin: auto;
  display: inline-block;
  height: auto;
  width: auto;
}

body.about #main_area #key .key_catch h1>span.logo {
  margin-bottom: 3.75em;
}

body.about #main_area #key .key_catch h1>span.catch {
  margin-bottom: 2.15em;
}

body.about #main_area #key .link_btn {
  margin-top: 2.5em;
}

body.about #main_area #key .link_btn>a {
  width: 100%;
  margin: auto;
  max-width: 20em;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  border: solid 1px #000b41;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 1em;
  padding: 21px 2em;
  text-align: center;
  font-size: 114.3%;
  font-weight: 500;
  color: #000b41;
}

body.about #main_area #key .image {
  margin-top: 4em;
  text-align: center;
}

body.about #main_area #key .image>img {
  margin: auto;
}

@media only screen and (max-width: 768px) {
  body.about #main_area #key .key_catch {
    padding-top: 4.25em;
  }

  body.about #main_area #key .key_catch h1>span.logo {
    margin-bottom: 2.5em;
  }

  body.about #main_area #key .key_catch h1>span.logo img {
    height: 64px;
  }

  body.about #main_area #key .key_catch h1>span.catch {
    margin-bottom: 1.5em;
  }

  body.about #main_area #key .key_catch h1>span.catch img {
    height: 30px;
    margin-bottom: 0.8em;
  }

  body.about #main_area #key .key_catch h1>span.text img {
    height: 54px;
  }

  body.about #main_area #key .link_btn {
    margin-top: 2em;
  }

  body.about #main_area #key .link_btn>a {
    max-width: 16em;
  }

  body.about #main_area #key .image {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 768px) and (max-width: 400px) {
  body.about #main_area #key .key_catch h1>span.text img {
    height: auto;
  }
}

body.about #main_area .add_link {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  text-align: center;
  margin: 3em auto 0;
  padding-top: 2.5em;
  padding-bottom: 3em;
}

body.about #main_area .add_link .add_text {
  margin-bottom: 1.5em;
}

body.about #main_area .add_link .add_text p {
  color: #505050;
  line-height: 1.9;
}

body.about #main_area .add_link .add_text p>span {
  display: inline-block;
}

body.about #main_area .add_link .add_text p+p {
  margin-top: 0.5em;
}

body.about #main_area .add_link>a {
  width: 100%;
  margin: auto;
  max-width: 20em;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  border: solid 1px #000b41;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 1em;
  padding: 21px 2em;
  text-align: center;
  font-size: 114.3%;
  font-weight: normal;
  color: #000b41;
  letter-spacing: 0.085em;
}

body.about #main_area .add_link>a.en {
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 768px) {
  body.about #main_area .add_link {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  body.about #main_area .add_link .add_text {
    margin-bottom: 1em;
  }

  body.about #main_area .add_link>a {
    max-width: 16em;
  }
}

/*                商品・アイテム
======================================================= */
#product #main_area {
  /*メニュー チェックボックス*/
}

#product #main_area .inner {
  position: relative;
}

#product #main_area #brand_cate {
  background-color: #fff;
}

#product #main_area #brand_cate .check_list {
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}

#product #main_area #brand_cate .check_list .check_list_inner {
  overflow: hidden;
  clear: both;
  margin-left: -15px;
  display: block;
}

#product #main_area #brand_cate .check_list .check_list_inner>li {
  display: block;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-bottom: 5px;
}

#product #main_area #brand_cate input[type="checkbox"] {
  display: none;
}

#product #main_area #brand_cate .checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: table;
  width: 100%;
  height: 50px;
  padding: 5px 5px 5px 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
  background-color: #fff;
}

#product #main_area #brand_cate .checkbox span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
  color: #000b41;
}

#product #main_area #brand_cate .checkbox:before {
  content: "";
  height: 0;
  background-image: url(/media/images/product/icon_check.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

#product #main_area #brand_cate .checkbox:hover:before {
  background-position: top left;
}

#product #main_area #brand_cate .checkbox:hover span {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#product #main_area #brand_cate .oya {
  clear: both;
}

#product #main_area #brand_cate .oya .checkbox {
  width: 24.9% !important;
}

#product #main_area #brand_cate .oya>.checkbox {
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 5px 0 0 5px;
}

#product #main_area #brand_cate .ko .checkbox {
  margin-bottom: 0;
  margin-right: 0;
  -mox-border-radius: 0;
  border-radius: 0;
  border-right: none;
}

#product #main_area #brand_cate .ko .checkbox:nth-child(3n) {
  border-right: 1px solid #dcdcdc;
}

#product #main_area #brand_cate .ko .checkbox:last-child {
  border-right: 1px solid #dcdcdc;
  -mox-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

#product #main_area #brand_cate input[type="checkbox"]:checked+.checkbox {
  background-color: #fcf5f8;
  background-color: #fff6f3;
  color: #000b41;
}

#product #main_area #brand_cate input[type="checkbox"]:checked+.checkbox:hover span {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

#product #main_area #brand_cate input[type="checkbox"]:checked+.checkbox:before {
  background-position: bottom left;
}

#product #main_area #brand_cate .check_list_in {
  margin: 0 0 5px;
}

#product #main_area #brand_cate .parent {
  clear: both;
}

#product #main_area #brand_cate .submit_btn {
  margin-top: 30px;
}

#product #main_area #brand_cate .submit_btn #btn_submit {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 200px;
  height: 40px;
  color: #000b41;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000b41;
  background-image: url(/media/images/product/icon_search.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 18px auto;
  background-color: #fff;
  margin: 0 auto;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#product #main_area #brand_cate .submit_btn #btn_submit:hover {
  cursor: pointer;
  background-image: url(/media/images/product/icon_search_w.png);
  background-color: #000b41;
  color: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#product #main_area #brand_cate .brand.oneColumn .contents .brandLogo {
  margin: 0 auto 20px;
}

#product #main_area #brand_cate .brand.gingerer .brandLogo img {
  width: 330px;
}

#product #main_area #brand_cate .brand.angelpure .brandLogo img {
  width: 252px;
}

#product #main_area #brand_cate .brand.saborino .brandLogo img {
  width: 330px;
}

#product #main_area #brand_cate .brand.suhadaka .brandLogo img {
  width: 297px;
}

#product #main_area #brand_cate .brand.yorumore .brandLogo img {
  width: 260px;
}

#product #main_area #brand_cate .brand.restgenol .brandLogo img,
#product #main_area #brand_cate .brand.lovetulle .brandLogo img {
  width: 330px;
}

#product #main_area #brand_cate .brand.skinflat .brandLogo img {
  width: 165px;
}

#product #main_area #brand_cate .brand.lafuni .brandLogo img {
  width: 246px;
}

#product #main_area #brand_cate .brand.cavanne .brandLogo img {
  width: 243px;
}

#product #main_area #brand_cate .brand.oneColumn .contents .brandLead {
  text-align: center;
  margin: 0 0 60px;
  color: #8c8c8c;
}

@media only screen and (max-width: 1024px) {
  #product #main_area #brand_cate .check_list .check_list_inner {
    margin-left: -10px;
  }

  #product #main_area #brand_cate .check_list .check_list_inner>li {
    padding-left: 10px;
    padding-bottom: 5px;
  }

  #product #main_area #brand_cate .checkbox {
    /* height: 44px; */
    height: 54px;
    padding: 5px 5px 5px 30px;
    font-size: 92.9%;
    background-color: #fff;
  }

  #product #main_area #brand_cate .checkbox:before {
    left: 5px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

@media only screen and (max-width: 900px) {
  #product #main_area #brand_cate .check_list .check_list_inner>li {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 768px) {
  #product #main_area #brand_cate {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
  }

  #product #main_area #brand_cate form {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  #product #main_area #brand_cate.fixed {
    position: fixed;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  #product #main_area #brand_cate.fixed .check_list_inner {
    margin-top: 70px;
    padding: 20px 20px 0;
  }
}

#product.skincare #main_area #brand_cate input[type="checkbox"]:checked+.checkbox {
  background-color: #e8f8f5;
}

#product.makeup #main_area #brand_cate input[type="checkbox"]:checked+.checkbox {
  background-color: #fff6f3;
}

@media only screen and (max-width: 768px) {
  #product.detail .container {
    padding-top: 103px;
  }
}

#product.detail .txt+.txt.wysiwyg {
  margin-top: 1em;
}

/*                商品・アイテム
======================================================= */
#brand #main_area .sp_nav ul {
  display: table;
  width: 100%;
  border-top: solid 1px #e6e6e6;
}

#brand #main_area .sp_nav ul li {
  display: table-cell;
  width: 33.33333%;
  position: relative;
  vertical-align: middle;
  position: relative;
}

#brand #main_area .sp_nav ul li+li {
  border-left: solid 1px #e6e6e6;
}

#brand #main_area .sp_nav ul li:before {
  position: absolute;
  right: 3px;
  top: 50%;
  content: "";
  background-image: url(/media/images/common/drawer_menu_arrow02.png);
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  background-size: contain;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#brand #main_area .sp_nav ul li>a {
  font-size: 85.7%;
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  padding: 1em 1.35em;
  text-align: center;
  color: #000b41;
}

@media only screen and (min-width: 769px) {
  #brand #main_area .sp_nav {
    display: none;
  }
}

#brand.index #main_area .brand_list {
  margin-top: 2em;
}

#brand.index #main_area .brand_list>.cont_width {
  padding-top: 15px;
  padding-bottom: 20px;
}

#brand.index #main_area .brand_list+.brand_list {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #brand.index #main_area .brand_list {
    margin-top: 0;
  }
}

#brand.brand_detail #main_area #bread {
  /* display: none; */
}

#brand.brand_detail .tag_more_btn {
  text-align: right;
  margin-top: 1.5em;
}

#brand.brand_detail .tag_more_btn>a {
  display: inline-block;
  margin: auto;
  font-size: 92.9%;
  padding: 0.45em 1.35em 0.5em;
  line-height: 1;
  border: solid 1px #000033;
  color: #000033;
  text-align: center;
  border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  cursor: pointer;
}

#brand.brand_detail .tag_more_btn+ul {
  display: none;
}

@media only screen and (max-width: 768px) {
  #brand.brand_detail .contents .cont_en_title {
    text-align: center;
  }

  #brand.brand_detail .tag_more_btn {
    text-align: center;
  }

  #brand.brand_detail .tag_more_btn>a {
    max-width: 16em;
    width: 100%;
    font-size: 100%;
  }

  #brand.brand_detail .tag_more_btn+ul {
    display: none;
  }
}

#brand.brand_normal.brand_general {
  position: relative;
}

#brand.brand_normal.brand_general>.brand_general_bg {
  position: fixed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: -1;
  overflow: hidden;
}

#brand.brand_normal.brand_general>.brand_general_bg>img,
#brand.brand_normal.brand_general>.brand_general_bg>svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {

  #brand.brand_normal.brand_general>.brand_general_bg>img,
  #brand.brand_normal.brand_general>.brand_general_bg>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}

#brand.brand_normal.brand_general #main_area {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /*ブラー効果でボヤけた部分を非表示*/
}

#brand.brand_normal.brand_general #main_area:before {
  background: inherit;
  /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
}

#brand.brand_normal.brand_general #main_area:after {
  content: "";
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#brand.brand_normal.brand_general #main_area>div {
  position: relative;
  z-index: 1;
}

#brand.brand_normal.brand_general #main_area #brand_contents>div {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}

#brand.brand_normal.brand_general #main_area #brand_contents>div .contents_inner {
  padding: 50px 60px 60px;
  max-width: 880px;
}

#brand.brand_normal #main_area #brand_contents {
  padding-bottom: 3.8em;
}

#brand.brand_normal #main_area #brand_contents .contents_inner {
  margin: auto;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo {
  text-align: center;
  margin-bottom: 30px;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo h1,
#brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo h2,
#brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo p {
  text-align: center;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo h1>img,
#brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo h2>img,
#brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo p>img {
  margin: auto;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .text {
  padding-bottom: 30px;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .text p {
  text-align: center;
  line-height: 1.8;
  color: #505050;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .text p+p {
  margin-top: 0;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .text+.text {
  padding-top: 30px;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .text.movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#brand.brand_normal #main_area #brand_contents .contents_inner .text.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_contents {
    padding-top: 20px;
    padding-bottom: 3.15em;
  }

  #brand.brand_normal #main_area #brand_contents .contents_inner {
    padding: 30px;
  }

  #brand.brand_normal #main_area #brand_contents .contents_inner .brand_logo {
    margin-bottom: 30px;
  }

  #brand.brand_normal #main_area #brand_contents .contents_inner .text {
    padding-bottom: 0;
  }

  #brand.brand_normal #main_area #brand_contents .contents_inner .text+.text {
    padding-top: 20px;
  }
}

#brand.brand_normal #main_area #brand_lp {
  clear: both;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_slider {
  padding-top: 1em;
  padding-bottom: 3.5em;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_slider .slick-list {
  overflow: visible;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont {
  padding-right: 20px;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont>a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta {
  padding: 20px 30px 30px;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .date p {
  color: #505050;
  font-size: 85.7%;
  font-family: "Montserrat", sans-serif;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .date+.title {
  margin-top: 0.65em;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .title h3 {
  font-size: 128.6%;
  font-weight: 600;
  color: #000b41;
  line-height: 1.6;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .expert {
  margin-top: 0.85em;
}

#brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .expert p {
  color: #505050;
  font-size: 85.7%;
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_lp .brand_lp_slider {
    padding-top: 1em;
    padding-bottom: 3.5em;
  }

  #brand.brand_normal #main_area #brand_lp .brand_lp_slider .slick-list {
    overflow: visible;
  }

  #brand.brand_normal #main_area #brand_lp .brand_lp_cont {
    padding-right: 20px;
  }

  #brand.brand_normal #main_area #brand_lp .brand_lp_cont>a {
    display: block;
    background: rgba(255, 255, 255, 0.8);
  }

  #brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta {
    padding: 10px 20px 20px;
  }

  #brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .date+.title {
    margin-top: 0.25em;
  }

  #brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .title h3 {
    font-size: 114.3%;
  }

  #brand.brand_normal #main_area #brand_lp .brand_lp_cont .meta .expert {
    margin-top: 0.25em;
  }
}

@media only screen and (max-width: 480px) {
  #brand.brand_normal #main_area #brand_lp .brand_lp_cont {
    padding-right: 10px;
  }
}

#brand.brand_normal #main_area #brand_item {
  clear: both;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont>a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text {
  padding: 15px 20px 15px;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .head {
  color: #000b41;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .head p {
  font-size: 85.7%;
  font-weight: bold;
  margin-bottom: 0.55em;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .head h3 {
  font-size: 114.3%;
  font-weight: bold;
  margin-bottom: 0.6em;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta {
  color: #505050;
  margin-bottom: 0.25em;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta ul {
  overflow: hidden;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta ul li {
  display: block;
  float: left;
  font-size: 78.6%;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta ul li+li:before {
  content: "│";
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .price {
  color: #000b41;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .price p {
  font-size: 128.6%;
  font-weight: 500;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb {
  margin-top: 1em;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .slick-track {
  max-width: 100%;
  position: static;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .slick-list {
  overflow: visible;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont {
  min-width: 25%;
  max-width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  #brand.brand_normal #main_area #brand_item {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_item {
    padding-bottom: 45px;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text {
    padding: 10px 20px 20px;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .head {
    color: #000b41;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .head p {
    font-size: 85.7%;
    font-weight: bold;
    margin-bottom: 0.55em;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .head h3 {
    font-size: 107.1%;
    font-weight: bold;
    margin-bottom: 0.6em;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta {
    color: #505050;
    margin-bottom: 0.25em;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta ul {
    overflow: hidden;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta ul li {
    display: block;
    float: left;
    font-size: 78.6%;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .meta ul li+li:before {
    content: "│";
  }

  #brand.brand_normal #main_area #brand_item .brand_item_cont .product_text .price {
    color: #000b41;
    font-size: 107.1%;
    font-weight: bold;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_thumb {
    overflow: hidden;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont {
    min-width: 50%;
    max-width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #brand.brand_normal #main_area #brand_item .brand_item_thumb {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
}

#brand.brand_normal #main_area #item_news {
  clear: both;
  overflow: hidden;
}

#brand.brand_normal #main_area #item_news .item_news_cont>a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta {
  padding: 15px 20px 15px;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .date p {
  color: #505050;
  font-size: 85.7%;
  font-family: "Montserrat", sans-serif;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .date+.title {
  margin-top: 0.35em;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .title h3 {
  font-size: 16px;
  height: 51.2px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #000b41;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .title h3:before,
#brand.brand_normal #main_area #item_news .item_news_cont .meta .title h3:after {
  position: absolute;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .title h3:after {
  content: "...";
  top: 25.6px;
  right: -0.5em;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .title h3:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .expert {
  margin-top: 0.85em;
}

#brand.brand_normal #main_area #item_news .item_news_cont .meta .expert p {
  color: #505050;
  font-size: 85.7%;
}

#brand.brand_normal #main_area #item_news .slick-track {
  padding-top: 1em;
  float: left;
}

#brand.brand_normal #main_area #item_news .slick-list {
  overflow: visible;
}

@media only screen and (min-width: 769px) {
  #brand.brand_normal #main_area #item_news {
    padding-bottom: 80px;
  }

  #brand.brand_normal #main_area #item_news .item_news_slider {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }

  #brand.brand_normal #main_area #item_news .item_news_slider .item_news_cont {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #item_news {
    padding-bottom: 80px;
  }

  #brand.brand_normal #main_area #item_news .item_news_slider {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }

  #brand.brand_normal #main_area #item_news .item_news_slider .item_news_cont {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #brand.brand_normal #main_area #item_news .item_news_slider {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
  }

  #brand.brand_normal #main_area #item_news .item_news_slider .item_news_cont {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#brand.brand_normal.brand_slide #main_area:after {
  display: none;
}

/*                NEWS
======================================================= */
@media only screen and (min-width: 769px) {
  #news #main_area .news_thumb_list {
    padding-left: 0;
    padding-right: 0;
  }

  #news #main_area .news_thumb_list>ul {
    max-width: 1272px;
  }
}

#news.index #main_area {
  background-color: #fff2ed;
}

@media only screen and (max-width: 768px) {
  #news.index #main_area {
    padding-bottom: 1.5em;
  }
}

#news.index #main_area .news_cat_nav {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 925px;
  margin: auto;
}

#news.index #main_area .news_cat_nav .cat_menu {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -5px;
  overflow: hidden;
}

#news.index #main_area .news_cat_nav .cat_menu>div {
  width: 20%;
  float: left;
  padding: 0 0 0 5px;
  height: 47px;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1,
#news.index #main_area .news_cat_nav .cat_menu>div>a {
  display: block;
  padding: 1em 1em 1em;
  text-align: center;
  position: relative;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a>span {
  position: relative;
  font-size: 107.1%;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span>span.note,
#news.index #main_area .news_cat_nav .cat_menu>div>h1>span.note,
#news.index #main_area .news_cat_nav .cat_menu>div>a>span.note {
  font-weight: 400;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a>span:before {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: -3px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.all>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.all>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.all>span {
  color: #000b41;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.all>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.all>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.all>span:before {
  display: none;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.product,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.product,
#news.index #main_area .news_cat_nav .cat_menu>div>a.product {
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.product>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.product>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.product>span {
  padding-left: 32px;
  color: #15bde8;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.product>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.product>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.product>span:before {
  background-image: url(/media/images/common/newsicon_product_color.png);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.product:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.product:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>a.product:hover {
  background-color: #efe3de;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.product:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.product:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.product:hover>span {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #000b41;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.product:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.product:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.product:hover>span:before {
  -webkit-transition: 400ms;
  transition: 400ms;
  background-image: url(/media/images/common/newsicon_product_logoblue.png);
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.info,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.info,
#news.index #main_area .news_cat_nav .cat_menu>div>a.info {
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.info>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.info>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.info>span {
  padding-left: 32px;
  color: #11b59e;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.info>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.info>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.info>span:before {
  background-image: url(/media/images/common/newsicon_info_color.png);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.info:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.info:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>a.info:hover {
  background-color: #efe3de;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.info:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.info:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.info:hover>span {
  color: #000b41;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.info:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.info:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.info:hover>span:before {
  background-image: url(/media/images/common/newsicon_info_logoblue.png);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.event,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.event,
#news.index #main_area .news_cat_nav .cat_menu>div>a.event {
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.event>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.event>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.event>span {
  padding-left: 32px;
  color: #b8b962;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.event>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.event>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.event>span:before {
  background-image: url(/media/images/common/newsicon_event_color.png);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.event:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.event:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>a.event:hover {
  background-color: #efe3de;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.event:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.event:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.event:hover>span {
  color: #000b41;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.event:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.event:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.event:hover>span:before {
  background-image: url(/media/images/common/newsicon_event_logoblue.png);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.blog,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog,
#news.index #main_area .news_cat_nav .cat_menu>div>a.blog {
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.blog>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.blog>span {
  padding-left: 32px;
  color: #ff5a54;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.blog>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.blog>span:before {
  background-image: url(/media/images/common/newsicon_blog_color.png);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.blog:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog:hover,
#news.index #main_area .news_cat_nav .cat_menu>div>a.blog:hover {
  background-color: #efe3de;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.blog:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog:hover>span,
#news.index #main_area .news_cat_nav .cat_menu>div>a.blog:hover>span {
  color: #000b41;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span.blog:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog:hover>span:before,
#news.index #main_area .news_cat_nav .cat_menu>div>a.blog:hover>span:before {
  background-image: url(/media/images/common/newsicon_blog_logoblue.png);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.product {
  background-color: #efe3de;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.product>span {
  color: #000b41;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.product>span:before {
  background-image: url(/media/images/common/newsicon_product_logoblue.png);
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.info {
  background-color: #efe3de;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.info>span {
  color: #000b41;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.info>span:before {
  background-image: url(/media/images/common/newsicon_info_logoblue.png);
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.event {
  background-color: #efe3de;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.event>span {
  padding-left: 32px;
  color: #000b41;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.event>span:before {
  background-image: url(/media/images/common/newsicon_event_logoblue.png);
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog {
  background-color: #efe3de;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog>span {
  padding-left: 32px;
  color: #000b41;
}

#news.index #main_area .news_cat_nav .cat_menu>div>h1.blog>span:before {
  background-image: url(/media/images/common/newsicon_blog_logoblue.png);
}

#news.index #main_area .news_cat_nav .cat_menu>div>a {
  background-color: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>a:hover {
  background-color: #efe3de;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#news.index #main_area .news_cat_nav .cat_menu>div>span {
  background-color: #efe3de;
}

@media only screen and (max-width: 768px) {
  #news.index #main_area .news_cat_nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  #news.index #main_area .news_cat_nav .cat_menu {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -1px;
  }

  #news.index #main_area .news_cat_nav .cat_menu>div {
    padding: 0 0 0 1px;
    height: 47px;
  }

  #news.index #main_area .news_cat_nav .cat_menu>div>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>h1,
  #news.index #main_area .news_cat_nav .cat_menu>div>a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
  }

  #news.index #main_area .news_cat_nav .cat_menu>div>span>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>h1>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>a>span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 85.7%;
    text-align: center;
  }

  #news.index #main_area .news_cat_nav .cat_menu>div>span>span:before,
  #news.index #main_area .news_cat_nav .cat_menu>div>h1>span:before,
  #news.index #main_area .news_cat_nav .cat_menu>div>a>span:before {
    position: static;
    width: 100%;
    height: 1.25em;
    content: "";
    display: inline-block;
    background-size: contain;
  }

  #news.index #main_area .news_cat_nav .cat_menu>div>span.product>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>span.info>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>span.event>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>span.blog>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>h1.product>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>h1.info>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>h1.event>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>h1.blog>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>a.product>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>a.info>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>a.event>span,
  #news.index #main_area .news_cat_nav .cat_menu>div>a.blog>span {
    padding-left: 0;
  }

  #news.index #main_area .news_cat_nav .cat_menu>div>a {
    background-color: #fff;
  }

  #news.index #main_area .news_cat_nav .cat_menu>div>span {
    background-color: #efe3de;
  }
}

#news.index #main_area .pager {
  padding-top: 3.5em;
  padding-bottom: 5em;
}

#news.index #main_area .pager .wp-pagenavi span.current {
  background-color: #efe3de;
}

@media only screen and (max-width: 768px) {
  #news.index #main_area .pager {
    margin-top: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    clear: both;
  }
}

#news.index #footer {
  border-top: none;
}

/*                DETAIL
======================================================= */
body.detail {
  /*                entry_control
  ======================================================= */
}

body.detail #bread ol li,
body.detail #bread ol li a {
  /* color: #fff; */
}

body.detail #main_area #news_head_cont {
  position: relative;
}

body.detail #main_area #news_head_cont .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

body.detail #main_area #news_head_cont .bg_image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #041829;
  opacity: 0.5;
}

body.detail #main_area #news_head_cont .bg_image.bg_product:after {
  background-color: #0b6379;
  opacity: 0.5;
}

body.detail #main_area #news_head_cont .bg_image.bg_info:after {
  background-color: #0a6e4c;
  opacity: 0.5;
}

body.detail #main_area #news_head_cont .bg_image.bg_event:after {
  background-color: #6b660e;
  opacity: 0.5;
}

body.detail #main_area #news_head_cont .bg_image.bg_blogger:after {
  background-color: #821915;
  opacity: 0.5;
}

@media only screen and (min-width: 769px) {
  body.detail #main_area #news_head_cont .bg_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 150%;
  }
}

@media only screen and (max-width: 768px) {
  body.detail #main_area #news_head_cont .bg_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 300%;
  }
}

body.detail #main_area #news_head_cont .news_head {
  position: relative;
  padding-top: 1em;
  padding-bottom: 4.25em;
  color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

body.detail #main_area #news_head_cont .news_head .detail_title {
  width: 100%;
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-top: solid 2px #e6e6e6;
  border-bottom: solid 2px #e6e6e6;
}

body.detail #main_area #news_head_cont .news_head .detail_title h1,
body.detail #main_area #news_head_cont .news_head .detail_title p {
  font-size: 207.1%;
  font-weight: 500;
  line-height: 1.45;
}

body.detail #main_area #news_head_cont .news_head .meta {
  padding-top: 0.75em;
  overflow: hidden;
  position: relative;
  min-height: 50px;
}

body.detail #main_area #news_head_cont .news_head .meta .icon {
  display: table;
  max-width: 50%;
}

body.detail #main_area #news_head_cont .news_head .meta .icon+.icon {
  padding-top: 0.35em;
}

body.detail #main_area #news_head_cont .news_head .meta .icon .thumb {
  display: table-cell;
  vertical-align: top;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

body.detail #main_area #news_head_cont .news_head .meta .icon .text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.05;
  padding-left: 10px;
}

body.detail #main_area #news_head_cont .news_head .meta .icon .text p {
  line-height: 1;
  font-size: 107.1%;
}

body.detail #main_area #news_head_cont .news_head .meta .head_cat {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}

body.detail #main_area #news_head_cont .news_head .meta .head_cat dl {
  border: solid 1px #fff;
  float: left;
  padding: 0.05em 0.75em 0.25em;
}

body.detail #main_area #news_head_cont .news_head .meta .head_cat dl>dt,
body.detail #main_area #news_head_cont .news_head .meta .head_cat dl>dd {
  display: inline-block;
  font-size: 85.7%;
  color: #666666;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.035em;
  color: #fff;
}

body.detail #main_area #news_head_cont .news_head .meta .head_cat dl>dt a,
body.detail #main_area #news_head_cont .news_head .meta .head_cat dl>dd a {
  color: #fff;
}

body.detail #main_area #news_head_cont .news_head .meta .head_cat dl>dd+dt {
  margin-left: 1.25em;
  padding-left: 1.5em;
  position: relative;
}

body.detail #main_area #news_head_cont .news_head .meta .head_cat dl+dl {
  border-left: none;
}

body.detail #main_area #news_head_cont .news_head .sns {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.detail #main_area #news_head_cont .news_head {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  body.detail #main_area #news_head_cont .news_head .detail_title {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
  }

  body.detail #main_area #news_head_cont .news_head .detail_title h1,
  body.detail #main_area #news_head_cont .news_head .detail_title p {
    font-size: 142.9%;
  }

  body.detail #main_area #news_head_cont .news_head .meta {
    padding-top: 0.5em;
    overflow: visible;
  }

  body.detail #main_area #news_head_cont .news_head .meta .icon .thumb {
    width: 30px;
    height: 30px;
  }

  body.detail #main_area #news_head_cont .news_head .meta .icon .text {
    padding-left: 10px;
  }

  body.detail #main_area #news_head_cont .news_head .meta .icon .text p {
    line-height: 1;
    font-size: 85.7%;
  }

  body.detail #main_area #news_head_cont .news_head .meta .head_cat {
    top: 10px;
  }

  body.detail #main_area #news_head_cont .news_head .meta .head_cat dl {
    border: none;
    float: none;
    padding: 0;
    text-align: right;
  }

  body.detail #main_area #news_head_cont .news_head .meta .head_cat dl>dt,
  body.detail #main_area #news_head_cont .news_head .meta .head_cat dl>dd {
    font-size: 71.4%;
  }

  body.detail #main_area #news_head_cont .news_head .meta .head_cat dl+dl {
    border-left: none;
  }

  body.detail #main_area #news_head_cont .news_head .sns {
    display: none;
  }
}

body.detail #main_area .inner .inner_cont #main_kv .slick-counter {
  display: none;
}

body.detail #main_area .inner .inner_cont #main_kv #main_slider {
  margin-bottom: 2.4em;
  position: relative;
  overflow: hidden;
}

body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(/media/images/common/drawer_menu_arrow_sp01.png);
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-size: contain;
}

body.detail #main_area .inner .inner_cont #main_kv #nav_slider .slick-list {
  margin-left: -10px;
}

body.detail #main_area .inner .inner_cont #main_kv #nav_slider .slick-track .main_slider_cont {
  margin-left: 10px;
  cursor: pointer;
  border: solid 1px #dcdcdc;
}

@media only screen and (min-width: 769px) {
  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-prev {
    left: -100px;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-next {
    right: -100px;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  body.detail #main_area .inner .inner_cont #main_kv #main_slider:hover .slick-arrow.slick-prev {
    left: 5px;
    opacity: 1;
    -webkit-transition: 800ms;
    transition: 800ms;
  }

  body.detail #main_area .inner .inner_cont #main_kv #main_slider:hover .slick-arrow.slick-next {
    right: 5px;
    opacity: 1;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
}

@media only screen and (max-width: 768px) {
  body.detail #main_area .inner .inner_cont #main_kv {
    margin-bottom: 1em;
  }

  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-prev {
    left: 5px;
  }

  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-next {
    right: 5px;
  }

  body.detail #main_area .inner .inner_cont #main_kv #nav_slider {
    width: 100%;
  }

  body.detail #main_area .inner .inner_cont #main_kv #nav_slider .slick-list {
    margin-left: 0;
    margin-left: -7px;
    margin-right: -7px;
  }

  body.detail #main_area .inner .inner_cont #main_kv #nav_slider .slick-track .main_slider_cont {
    margin-left: 0;
    border: none;
    padding: 7px;
  }

  body.detail #main_area .inner .inner_cont #main_kv #nav_slider .slick-track .main_slider_cont img {
    border: solid 1px #dcdcdc;
  }
}

body.detail #main_area .inner .inner_cont #main_cont .brand_logo {
  border-top: solid 1px #dcdcdc;
}

body.detail #main_area .inner .inner_cont #main_cont .brand_logo p {
  text-align: center;
  line-height: 1;
  padding: 0.5em 0 1.5em;
}

body.detail #main_area .inner .inner_cont #main_cont .brand_logo p img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 112px;
}

body.detail #main_area .inner .inner_cont #main_cont .detail_core {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 1.5em 0 2em;
}

body.detail #main_area .inner .inner_cont #main_cont .detail_title h1,
body.detail #main_area .inner .inner_cont #main_cont .detail_title h2,
body.detail #main_area .inner .inner_cont #main_cont .detail_title p {
  font-size: 171.4%;
  color: #000b41;
  font-weight: 500;
}

body.detail #main_area .inner .inner_cont #main_cont .detail_title p.brand {
  font-size: 121.4%;
  margin-bottom: 0.65em;
}

body.detail #main_area .inner .inner_cont #main_cont .detail_title .cate {
  margin-top: 0.15em;
}

body.detail #main_area .inner .inner_cont #main_cont .detail_title .cate ul li {
  display: inline-block;
  color: #505050;
  font-size: 78.6%;
}

body.detail #main_area .inner .inner_cont #main_cont .detail_title .cate ul li+li:before {
  content: "│";
}

body.detail #main_area .inner .inner_cont #main_cont .price {
  padding-top: 1.15em;
}

body.detail #main_area .inner .inner_cont #main_cont .price p>span {
  color: #000b41;
  font-weight: 400;
}

body.detail #main_area .inner .inner_cont #main_cont .price p>span.yen {
  font-size: 185.7%;
  font-family: "Noto Sans Japanese", serif;
}

body.detail #main_area .inner .inner_cont #main_cont .price p>span.tax {
  font-size: 78.6%;
  margin-left: 0.35em;
  font-family: "Noto Sans Japanese", serif;
}

body.detail #main_area .inner .inner_cont #main_cont .amount p {
  color: #000b41;
  font-size: 78.6%;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart {
  margin-top: 2.5em;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a {
  padding: 1.375em 60px 1.375em;
  text-align: center;
  font-size: 114.3%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #fd446c;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  position: relative;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 32px;
  height: 100%;
  background-image: url(/media/images/product/icon_btn_cart.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a.off {
  background-color: #e7e7e7;
  cursor: default;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a.off:before {
  display: none;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a.off:hover {
  opacity: 1;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta {
  overflow: hidden;
  margin-top: 0.5em;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div {
  display: inline-block;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div.alert {
  border: solid 1px #000b41;
  line-height: 1.1;
  padding: 0.45em 0.6em 0.45em;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div.alert p {
  color: #000b41;
  font-size: 85.7%;
  line-height: 1;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div.product_code {
  float: right;
  padding: 0.35em 0 0.2em;
}

body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div.product_code p {
  color: #505050;
  font-size: 85.7%;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  body.detail #main_area .inner .inner_cont #main_cont {
    position: relative;
  }

  body.detail #main_area .inner .inner_cont #main_cont:before {
    content: "";
    position: absolute;
    left: -25%;
    top: 0;
    display: block;
    width: 200%;
    height: 1px;
    background-color: #e6e6e6;
  }

  body.detail #main_area .inner .inner_cont #main_cont .brand_logo p {
    padding: 2em 0 1.5em;
  }

  body.detail #main_area .inner .inner_cont #main_cont .btn_cart {
    margin-top: 2.5em;
  }

  body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a {
    padding: 1.825em 60px 1.725em;
  }

  body.detail #main_area .inner .inner_cont #main_cont .btn_cart>a:before {
    top: 0;
  }

  body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta {
    margin-top: 0.75em;
  }

  body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div.alert p {
    font-size: 85.7%;
  }

  body.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div.product_code p {
    font-size: 85.7%;
  }

  body.detail #main_area .inner .inner_cont #main_cont .detail_title h1,
  body.detail #main_area .inner .inner_cont #main_cont .detail_title h2,
  body.detail #main_area .inner .inner_cont #main_cont .detail_title p {
    font-size: 157.1%;
  }

  body.detail #main_area .inner .inner_cont #main_cont .detail_title p.brand {
    font-size: 100%;
    margin-bottom: 0.25em;
  }
}

body.detail #main_area .inner .inner_cont #edit_cont .component {
  margin-top: 2em;
  padding-bottom: 1em;
  border: solid 1px #dcdcdc;
}

body.detail #main_area .inner .inner_cont #edit_cont .component .component_title {
  padding: 1em 1em 0;
  cursor: pointer;
}

body.detail #main_area .inner .inner_cont #edit_cont .component .component_title>span {
  display: block;
  position: relative;
}

body.detail #main_area .inner .inner_cont #edit_cont .component .component_title>span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background-image: url(/media/images/common/drawer_menu_arrow02.png);
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: contain;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body.detail #main_area .inner .inner_cont #edit_cont .component .component_title.open>span:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.detail #main_area .inner .inner_cont #edit_cont .component .component_text {
  padding: 1em 1em 0;
  display: none;
}

body.detail #main_area .inner .inner_cont #edit_cont .recomented_items {
  margin-top: 3em;
  padding-top: 2.25em;
  border-top: solid 1px #e6e6e6;
  overflow: hidden;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head {
  position: relative;
  padding-bottom: 3em;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .icon {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .icon .thumb {
  display: table-cell;
  vertical-align: top;
  width: 65px;
  height: 65px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .icon .text {
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
  padding-left: 30px;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .icon .text p {
  line-height: 1;
  font-size: 107.1%;
  color: #000b41;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .detail_title {
  width: 100%;
  position: relative;
  padding-left: 95px;
  padding-top: 1.35em;
  padding-bottom: 1.5em;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .detail_title h1,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .detail_title p {
  font-size: 207.1%;
  color: #000b41;
  font-weight: 500;
  line-height: 1.45;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta {
  border-top: solid 1px #e6e6e6;
  padding-top: 0.95em;
  overflow: hidden;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat {
  display: iblock;
  float: left;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dt,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dd {
  display: inline-block;
  font-size: 85.7%;
  color: #666666;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.035em;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dt a,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dd a {
  color: #00ccff;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dd+dt {
  margin-left: 1.25em;
  padding-left: 1.5em;
  position: relative;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dd+dt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background-color: #666666;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .sns {
  float: right;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list {
  background-color: #fff2ed;
  padding: 1em 1em;
  overflow: hidden;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd {
  display: inline-block;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>span,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>a,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>span,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>a {
  display: block;
  padding: 0.75em 1em;
  font-size: 85.7%;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>a,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>a {
  background-color: #fff;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>a:before,
body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>a:before {
  content: "#";
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt {
  font-family: "Montserrat", sans-serif;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd {
  margin-left: 0.35em;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom {
  position: relative;
  padding-bottom: 4em;
  padding-top: 0.95em;
  overflow: hidden;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature {
  float: left;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature .icon {
  width: 70px;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature .text {
  padding-left: 0.5em;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature .text>span {
  display: block;
  font-size: 85.7%;
  color: #666666;
  line-height: 1.75;
}

body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .sns {
  padding-top: 1em;
  float: right;
}

@media only screen and (max-width: 768px) {
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont {
    padding-top: 2.5em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .icon .thumb {
    width: 45px;
    height: 45px;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .icon .text {
    padding-left: 10px;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .icon .text p {
    font-size: 78.6%;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .detail_title {
    padding-left: 55px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .detail_title h1,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .detail_title p {
    font-size: 128.6%;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta {
    padding-top: 1.15em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dt,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dd {
    font-size: 64.3%;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .sns {
    float: right;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .sns>dl>dt {
    display: none;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list {
    padding: 1em 0.5em 0.9em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>span,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>a,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>span,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>a {
    padding: 0.55em 1em;
    font-size: 78.6%;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd {
    margin-left: 0.35em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature .icon {
    width: 55px;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature .text {
    padding-left: 0.5em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .sns>dl>dt {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta {
    padding-top: 0;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat {
    padding-top: 0.5em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dt,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dd {
    font-size: 57.1%;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .head_cat dl>dd+dt {
    margin-left: 0.35em;
    padding-left: 0.35em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .sns {
    padding-top: 0.5em;
    float: right;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_head .meta .sns>dl>dt {
    display: none;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list {
    padding: 0.75em 0.5em 0.65em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>span,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dt>a,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>span,
  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd>a {
    padding: 0.55em 1em;
    font-size: 71.4%;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .entry_tag_list>dl>dd {
    margin-left: 0.25em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature .icon {
    width: 45px;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .signature .text {
    padding-left: 0.5em;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.news_edit_cont .news_bottom .sns>dl>dt {
    display: none;
  }
}

body.detail #main_area .inner .inner_cont #brand_news .sns_cont {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

body.detail #main_area .inner .inner_cont #brand_news .side_title {
  margin-bottom: 0.8em;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider {
  overflow: hidden;
  position: relative;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont {
  display: block;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a {
  position: relative;
  display: block;
  color: #333333;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .thumb {
  position: relative;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .thumb .date {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.25em 0.75em 0.2em;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .thumb .date p {
  line-height: 1;
  font-size: 78.6%;
  color: #505050;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .thumb .cat {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 5px;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .thumb .cat p {
  display: none;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .thumb .cat:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  background-size: cover;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta {
  display: table;
  width: 100%;
  margin-top: 0.85em;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .icon {
  display: table-cell;
  width: 40px;
  height: 40px;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .icon .thumb {
  vertical-align: top;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-left: 8px;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title .text {
  vertical-align: top;
  margin-bottom: 4px;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title .text p {
  line-height: 1;
  font-size: 78.6%;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3 {
  font-size: 12px;
  height: 28.8px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:before,
body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:after {
  position: absolute;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:after {
  top: 14.4px;
  right: 0;
  background-color: #fff;
  display: block;
  width: 1.25em;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .expert {
  display: none;
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont.product a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_product_circle.png);
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont.info a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_info_circle.png);
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont.event a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_event_circle.png);
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont.blog a .thumb .cat:before,
body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont.blogger a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_blog_circle.png);
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont.campaign a .thumb .cat:before,
body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont.campaignger a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_blog_circle.png);
}

body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont+.brand_news_cont {
  margin-top: 2em;
}

@media only screen and (max-width: 768px) {
  body.detail #main_area .inner .inner_cont #brand_news {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider {
    margin-left: -5px;
    margin-right: -5px;
  }

  body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a {
    padding-left: 5px;
    padding-right: 5px;
  }

  body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .thumb .cat {
    width: 30px;
    height: 30px;
  }

  body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont a .meta .news_title {
    position: relative;
  }

  body.detail #main_area .inner .inner_cont #brand_news .brand_news_slider .brand_news_cont+.brand_news_cont {
    margin-top: 0;
  }
}

body.detail #main_area .sns {
  margin-top: 0.5em;
  height: 31px;
}

body.detail #main_area .sns dl {
  display: inline-block;
  float: right;
  position: relative;
}

body.detail #main_area .sns dl>dt {
  display: block;
  position: absolute;
  top: 0.75em;
  left: -4.5em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 85.7%;
  color: #505050;
}

body.detail #main_area .sns dl>dd {
  display: block;
  float: left;
  width: 31px;
  margin-left: 5px;
}

body.detail #main_area .sns dl>dd a {
  display: block;
}

@media only screen and (max-width: 768px) {
  body.detail #main_area .sns dl>dd {
    display: block;
    float: left;
    width: 26px;
    margin-left: 5px;
  }
}

body.detail .entry_control {
  border-top: solid 1px #e6e6e6;
  padding-top: 1.5em;
  padding-bottom: 2.25em;
}

body.detail .entry_control>ol,
body.detail .entry_control>ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

body.detail .entry_control>ol>li,
body.detail .entry_control>ul>li {
  display: block;
  position: relative;
}

body.detail .entry_control>ol>li>a,
body.detail .entry_control>ol>li>span,
body.detail .entry_control>ul>li>a,
body.detail .entry_control>ul>li>span {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.detail .entry_control>ol>li.prev,
body.detail .entry_control>ol>li.next,
body.detail .entry_control>ul>li.prev,
body.detail .entry_control>ul>li.next {
  width: 9.55em;
  position: absolute;
  top: 0;
  z-index: 1;
}

body.detail .entry_control>ol>li.prev>a:before,
body.detail .entry_control>ol>li.prev>span:before,
body.detail .entry_control>ol>li.next>a:before,
body.detail .entry_control>ol>li.next>span:before,
body.detail .entry_control>ul>li.prev>a:before,
body.detail .entry_control>ul>li.prev>span:before,
body.detail .entry_control>ul>li.next>a:before,
body.detail .entry_control>ul>li.next>span:before {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  content: "";
  margin-top: -6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.detail .entry_control>ol>li.prev,
body.detail .entry_control>ul>li.prev {
  left: 0;
  text-align: left;
}

body.detail .entry_control>ol>li.prev>a,
body.detail .entry_control>ol>li.prev>span,
body.detail .entry_control>ul>li.prev>a,
body.detail .entry_control>ul>li.prev>span {
  text-align: right;
}

body.detail .entry_control>ol>li.prev>a:before,
body.detail .entry_control>ol>li.prev>span:before,
body.detail .entry_control>ul>li.prev>a:before,
body.detail .entry_control>ul>li.prev>span:before {
  left: 1em;
  background-image: url(/media/images/common/icon_pager_l_prev.png);
}

body.detail .entry_control>ol>li.next,
body.detail .entry_control>ul>li.next {
  right: 0;
  text-align: right;
}

body.detail .entry_control>ol>li.next>a,
body.detail .entry_control>ol>li.next>span,
body.detail .entry_control>ul>li.next>a,
body.detail .entry_control>ul>li.next>span {
  text-align: left;
}

body.detail .entry_control>ol>li.next>a:before,
body.detail .entry_control>ol>li.next>span:before,
body.detail .entry_control>ul>li.next>a:before,
body.detail .entry_control>ul>li.next>span:before {
  right: 1em;
  background-image: url(/media/images/common/icon_pager_l_next.png);
}

body.detail .entry_control>ol>li.category,
body.detail .entry_control>ul>li.category {
  width: 100%;
  text-align: center;
}

body.detail .entry_control>ol>li.category>span,
body.detail .entry_control>ul>li.category>span {
  display: block;
  width: 50%;
}

@media only screen and (max-width: 768px) {

  body.detail .entry_control>ol>li.prev,
  body.detail .entry_control>ol>li.next,
  body.detail .entry_control>ul>li.prev,
  body.detail .entry_control>ul>li.next {
    width: 8em;
  }

  body.detail .entry_control>ol>li.prev>a:before,
  body.detail .entry_control>ol>li.prev>span:before,
  body.detail .entry_control>ol>li.next>a:before,
  body.detail .entry_control>ol>li.next>span:before,
  body.detail .entry_control>ul>li.prev>a:before,
  body.detail .entry_control>ul>li.prev>span:before,
  body.detail .entry_control>ul>li.next>a:before,
  body.detail .entry_control>ul>li.next>span:before {
    width: 13px;
    height: 13px;
    content: "";
    margin-top: -5px;
  }

  body.detail .entry_control>ol>li.prev>a:before,
  body.detail .entry_control>ol>li.prev>span:before,
  body.detail .entry_control>ul>li.prev>a:before,
  body.detail .entry_control>ul>li.prev>span:before {
    left: 0;
  }

  body.detail .entry_control>ol>li.next>a:before,
  body.detail .entry_control>ol>li.next>span:before,
  body.detail .entry_control>ul>li.next>a:before,
  body.detail .entry_control>ul>li.next>span:before {
    right: 0;
  }
}

@media only screen and (max-width: 480px) {

  body.detail .entry_control>ol>li.prev,
  body.detail .entry_control>ol>li.next,
  body.detail .entry_control>ul>li.prev,
  body.detail .entry_control>ul>li.next {
    width: 13px;
    height: 13px;
  }

  body.detail .entry_control>ol>li.prev>a:before,
  body.detail .entry_control>ol>li.prev>span:before,
  body.detail .entry_control>ol>li.next>a:before,
  body.detail .entry_control>ol>li.next>span:before,
  body.detail .entry_control>ul>li.prev>a:before,
  body.detail .entry_control>ul>li.prev>span:before,
  body.detail .entry_control>ul>li.next>a:before,
  body.detail .entry_control>ul>li.next>span:before {
    width: 13px;
    height: 13px;
    content: "";
    margin-top: -7px;
  }

  body.detail .entry_control>ol>li.prev>a>span,
  body.detail .entry_control>ol>li.prev>span>span,
  body.detail .entry_control>ol>li.next>a>span,
  body.detail .entry_control>ol>li.next>span>span,
  body.detail .entry_control>ul>li.prev>a>span,
  body.detail .entry_control>ul>li.prev>span>span,
  body.detail .entry_control>ul>li.next>a>span,
  body.detail .entry_control>ul>li.next>span>span {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  body.detail #main_area #bread {
    margin-bottom: 1.5em;
  }

  body.detail #main_area .main_contents .inner .inner_cont {
    margin-top: 3.5em;
    overflow: hidden;
  }

  body.detail #main_area .main_contents .inner .inner_cont+.inner_cont {
    margin-top: 3em;
    padding-top: 3em;
    border-top: solid 1px #e6e6e6;
  }

  body.detail #main_area .inner .inner_cont {
    margin-top: 3.25em;
    overflow: hidden;
  }

  body.detail #main_area .inner .inner_cont #main_kv {
    float: left;
    width: 100%;
    margin-right: -355px;
  }

  body.detail #main_area .inner .inner_cont #main_kv>div {
    margin-right: 355px;
  }

  body.detail #main_area .inner .inner_cont #main_kv .slick-counter {
    display: none;
  }

  body.detail #main_area .inner .inner_cont #main_cont {
    float: right;
    width: 305px;
  }

  body.detail #main_area .inner .inner_cont #edit_cont {
    float: left;
    width: 100%;
    margin-right: -255px;
  }

  body.detail #main_area .inner .inner_cont #edit_cont>div {
    margin-right: 255px;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.one_column {
    margin-right: 0;
  }

  body.detail #main_area .inner .inner_cont #edit_cont.one_column>div {
    margin-right: 0;
  }

  body.detail #main_area .inner .inner_cont #brand_news {
    float: right;
    width: 205px;
    margin-bottom: 50px;
  }

  body.detail #main_area .inner .inner_cont #brand_news .slick-list {
    overflow: visible;
  }
}

@media only screen and (max-width: 768px) {
  body.detail #main_area .inner .sns_cont {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  body.detail #main_area .inner .sns_cont dl dt {
    display: none;
  }

  body.detail #main_area .inner .inner_cont {
    margin-top: 1em;
  }

  body.detail #main_area .inner .inner_cont+.inner_cont {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
}

body.linkbox.detail {
  overflow: hidden;
}

body.detail #main_area .view_timer {
  display: none;
}

body.detail #main_area .linkbox_wrap {
  position: fixed;
  z-index: 300;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

body.detail #main_area .linkbox_wrap .linkbox_bg {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  position: absolute;
}

body.detail #main_area .linkbox_wrap .linkbox_close {
  background: url(/media/images/product/icn-close01.png) 50% 50% no-repeat #ffffff;
  background-size: 16px 16px;
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: 398px;
  right: auto;
  left: 50%;
  top: 75px;
  cursor: pointer;
}

body.detail #main_area .linkbox_wrap .linkbox {
  width: 860px;
  background: #ffffff;
  top: 120px;
  position: absolute;
  left: 50%;
  right: auto;
  padding: 40px;
  margin-left: -430px;
  bottom: auto;
  max-height: 75vh;
  border-radius: 16px;
}

body.detail #main_area .linkbox_wrap .linkbox .inner {
  overflow-y: auto;
  max-height: calc(75vh - 80px);
}

body.detail #main_area .linkbox_wrap #bnr {
  width: 200px;
  position: absolute;
  top: 75px;
  border-radius: 50%;
  left: 50%;
  margin-left: 180px;
  text-align: center;
  height: 32px;
}

body.detail #main_area .linkbox_wrap #bnr button {
  width: 200px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 16px;
  background: #ffffff;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  body.detail #main_area .linkbox_wrap .linkbox_close {
    background: url(/media/images/product/icn-close01.png) 50% 50% no-repeat #ffffff;
    background-size: 3.07vw 3.07vw;
    width: 8.27vw;
    height: 8.27vw;
    position: absolute;
    right: 3.2vw;
    top: 3.2vw;
    cursor: pointer;
    margin-left: 0;
    left: auto;
  }

  body.detail #main_area .linkbox_wrap .linkbox {
    width: auto;
    margin-left: 0;
    background: #ffffff;
    top: 14.67vw;
    position: absolute;
    left: 3.2vw;
    right: 3.2vw;
    padding: 6.4vw;
    z-index: 2;
    max-height: 73vh;
    border-radius: 16px;
  }

  body.detail #main_area .linkbox_wrap .linkbox .inner {
    overflow-y: auto;
    max-height: calc(73vh - 12.8vw);
  }

  body.detail #main_area .linkbox_wrap #bnr {
    width: 42.33vw;
    position: absolute;
    top: 3.2vw;
    border-radius: 50%;
    left: auto;
    right: 14.67vw;
    margin-left: 0;
    text-align: center;
    height: 8.27vw;
  }

  body.detail #main_area .linkbox_wrap #bnr button {
    width: 42.33vw;
    line-height: 8.27vw;
    cursor: pointer;
    border-radius: 4.14vw;
    background: #ffffff;
    font-size: 2.93vw;
  }
}

/*                PRODUCT
======================================================= */
body.product.detail .cont_width {
  width: 100%;
  max-width: 100%;
}

body.product.detail #main_area .main_contents .inner .inner_cont+.inner_cont {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

body.product.detail #main_area .inner .inner_cont #main_kv #main_slider .main_slider_cont {
  padding: 0 5%;
}

body.product.detail #main_area .inner .inner_cont #main_kv #main_slider .main_slider_cont img {
  margin: 0 auto;
}

body.product.detail #main_area .inner .inner_cont #main_cont .price {
  display: inline-block;
}

body.product.detail #main_area .inner .inner_cont #main_cont .amount {
  display: inline-block;
}

body.product.detail #main_area .inner .inner_cont #main_cont .btn_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

body.product.detail #main_area .inner .inner_cont #main_cont .btn_comment p {
  width: 28%;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 2px 0;
  border-radius: 12px;
  font-size: 12px;
}

body.product.detail #main_area .inner .inner_cont #main_cont .btn_series {
  border-top: solid 1px #dcdcdc;
  padding-top: 1.5em;
}

body.product.detail #main_area .inner .inner_cont #main_cont .btn_series p {
  cursor: pointer;
  background: url(/media/images/product/icon_btn_plus.png) no-repeat right center;
  background-size: 27px auto;
  line-height: 27px;
}

body.product.detail #main_area .inner .inner_cont #main_cont .btn_cart .cart_meta>div.alert {
  border: none;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont #main_kv #main_slider .main_slider_cont {
    padding: 20px;
  }
}

body.product.detail #main_area .sns dl {
  float: none;
  text-align: center;
  display: block;
}

body.product.detail #main_area .sns dl>dt {
  display: none;
}

body.product.detail #main_area .sns dl>dd {
  display: inline-block;
  float: none;
}

@media only screen and (min-width: 769px) {
  body.product.detail #main_area #bread {
    /* display: none; */
  }

  body.product.detail .container .main_contents.right_cont {
    margin-left: 0;
  }

  body.product.detail .container .main_contents.right_cont .inner {
    margin-left: 0;
    margin-top: 0;
  }

  body.product.detail #main_area .main_contents .inner .inner_cont {
    margin-top: 0;
  }

  body.product.detail #main_area .inner .inner_cont #main_kv {
    margin-right: -40.8492%;
    padding-top: 80px;
    margin-bottom: 80px;
  }

  body.product.detail #main_area .inner .inner_cont #main_kv>div {
    margin-right: 40.8492%;
  }

  body.product.detail #main_area .inner .inner_cont #main_cont {
    float: right;
    width: 40.8492%;
    padding: 80px 5.8565% 0;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont #main_kv #main_slider {
    margin-bottom: 0.6vw;
  }

  #product.detail .container {
    padding-top: 0;
  }

  body.product.detail .cont_width {
    padding: 0 4.2667vw;
  }

  body.product.detail #main_area .sns {
    margin-bottom: 9.6vw;
  }

  body.product.detail #main_area .inner .inner_cont #main_cont .btn_comment p {
    width: 31%;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 8px 0;
    border-radius: 18px;
    font-size: 12px;
  }

  body.product.detail #main_area .inner .inner_cont #main_cont .btn_series p {
    cursor: pointer;
    background: url(/media/images/product/icon_btn_plus.png) no-repeat right center;
    background-size: 27px auto;
    line-height: 27px;
    font-size: 14px;
  }

  body.product.detail #main_area .sns dl>dd {
    width: 15%;
  }
}

body.product.detail .product_linkbox_wrap {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

body.product.detail .product_linkbox_wrap .product_linkbox_bg {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  position: absolute;
}

body.product.detail .product_linkbox_wrap .product_close_img {
  background: url(/media/images/product/close.png) 50% 50% no-repeat;
  background-size: 31px 31px;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  top: -41px;
  cursor: pointer;
}

@media (max-width: 768px) {
  body.product.detail .product_linkbox_wrap .product_close_img {
    background: url(/media/images/product/close.png) 50% 50% no-repeat;
    background-size: 8.27vw 8.27vw;
    width: 8.27vw;
    height: 8.27vw;
    position: absolute;
    right: 3.2vw;
    top: -10.2vw;
    cursor: pointer;
    margin-left: 0;
    left: auto;
  }
}

body.product.detail .product_linkbox_wrap .product_linkbox {
  width: 80%;
  max-width: 1080px;
  background: #ffffff;
  top: 120px;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: auto;
  max-height: 75vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 16px;
}

@media (max-width: 768px) {
  body.product.detail .product_linkbox_wrap .product_linkbox {
    width: auto;
    margin-left: 0;
    background: #ffffff;
    top: 14.67vw;
    position: absolute;
    left: 3px;
    right: 3px;
    z-index: 2;
    max-height: 73vh;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-radius: 4vw;
  }
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner {
  overflow-y: auto;
  max-height: calc(75vh - 80px);
  padding: 60px 40px;
}

@media (max-width: 768px) {
  body.product.detail .product_linkbox_wrap .product_linkbox .inner {
    overflow-y: auto;
    max-height: calc(73vh - 12.8vw);
    padding: 10.6667vw 6.4vw;
  }
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li {
  width: 48%;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
  color: #000b41;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .img {
  width: 100px;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .text_area {
  width: calc(100% - 100px);
  padding: 0 20px;
  position: relative;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .text_area:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .brand {
  font-size: 12px;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .name {
  font-size: 14px;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .price {
  font-size: 15px;
  display: inline-block;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .price .tax {
  font-size: 11px;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .price .capacity {
  font-size: 11px;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner .brand_top {
  width: 240px;
  margin: 0 auto;
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner .brand_top a {
  display: block;
  border: 1px solid #000b41;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  border-radius: 24px;
}

@media (max-width: 768px) {
  body.product.detail .product_linkbox_wrap .product_linkbox .inner ul {
    display: block;
  }

  body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li {
    width: 100%;
  }
}

body.product.detail .mod_area {
  margin-bottom: 60px;
  color: #000b41;
}

@media (max-width: 768px) {
  body.product.detail .mod_area {
    margin-bottom: 9.0667vw;
  }
}

body.product.detail .mod_area .mbnone {
  margin-bottom: 0 !important;
}

body.product.detail .mod_area .mb1 {
  margin-bottom: 1em !important;
}

body.product.detail .mod_area .mb2 {
  margin-bottom: 2em !important;
}

body.product.detail .mod_area .mb3 {
  margin-bottom: 3em !important;
}

body.product.detail .mod_area .mb4 {
  margin-bottom: 4em !important;
}

body.product.detail .mod_area .mb5 {
  margin-bottom: 5em !important;
}

body.product.detail .mod_area .mb6 {
  margin-bottom: 6em !important;
}

body.product.detail .mod_area .mb7 {
  margin-bottom: 7em !important;
}

body.product.detail .mod_area .mb8 {
  margin-bottom: 8em !important;
}

body.product.detail .mod_area .mb9 {
  margin-bottom: 9em !important;
}

body.product.detail .mod_area .mb10 {
  margin-bottom: 10em !important;
}

body.product.detail .mod_area .mod_catch {
  width: 96%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 200px;
}

body.product.detail .mod_area .mod_catch:before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 200px;
  left: 140px;
  right: 140px;
  background: #f6f6f6;
  z-index: -1;
}

body.product.detail .mod_area .mod_catch .en_title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  padding-bottom: 24px;
  margin-bottom: 60px;
  position: relative;
  font-weight: 500;
  width: calc(50% - 30px);
}

body.product.detail .mod_area .mod_catch .en_title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 3px;
  width: 18px;
  background: #000b41;
}

body.product.detail .mod_area .mod_catch .img {
  position: absolute;
  width: 50vw;
  left: 50%;
  top: 0;
}

body.product.detail .mod_area .mod_catch .ja_title {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500;
  width: calc(50% - 30px);
}

body.product.detail .mod_area .mod_catch .desc {
  width: calc(50% - 30px);
}

@media (max-width: 768px) {
  body.product.detail .mod_area .mod_catch {
    width: 100%;
    padding: 0 0 13.3333vw;
  }

  body.product.detail .mod_area .mod_catch:before {
    top: 48vw;
    left: -4.2667vw;
    right: 36vw;
  }

  body.product.detail .mod_area .mod_catch .en_title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding-bottom: 5.3333vw;
    margin-bottom: 6.4vw;
    position: relative;
    width: auto;
  }

  body.product.detail .mod_area .mod_catch .img {
    position: static;
    width: 95.7333vw;
    margin-bottom: 9.3333vw;
  }

  body.product.detail .mod_area .mod_catch .ja_title {
    font-size: 18px;
    margin-bottom: 2.6667vw;
    padding: 0 4.2667vw;
    width: auto;
  }

  body.product.detail .mod_area .mod_catch .desc {
    padding: 0 4.2667vw;
    width: auto;
  }
}

body.product.detail .mod_area h2.mod_title {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  body.product.detail .mod_area h2.mod_title {
    font-size: 16px;
  }
}

body.product.detail .mod_area .mod_editor {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

@media (max-width: 768px) {
  body.product.detail .mod_area .mod_editor {
    padding: 0 4.2667vw;
    width: 100%;
    font-size: 12px;
  }
}

body.product.detail .mod_area .mod_commit {
  padding-bottom: 40px;
  position: relative;
}

body.product.detail .mod_area .mod_commit:before {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #f6f6f6;
}

body.product.detail .mod_area .mod_commit h2.mod_title {
  width: 96%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 56px;
}

body.product.detail .mod_area .mod_commit .float_mod {
  width: 96%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.product.detail .mod_area .mod_commit .float_mod .float_block {
  width: 31.2963%;
  margin: 0 1% 18px;
  background: #ffffff;
}

body.product.detail .mod_area .mod_commit .float_mod .float_block .mod_title {
  padding: 24px 0 24px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

body.product.detail .mod_area .mod_commit .float_mod .float_block .editor {
  padding: 30px;
  padding: 24px 30px 24px 30px;
  font-size: 12px;
}

body.product.detail .mod_area .mod_commit .mod_note {
  width: 96%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 0 1%;
  font-size: 12px;
}

@media (max-width: 768px) {
  body.product.detail .mod_area .mod_commit {
    padding-bottom: 5.3333vw;
    position: relative;
  }

  body.product.detail .mod_area .mod_commit:before {
    position: absolute;
    top: 17.0667vw;
    bottom: 0;
    left: -4.2667vw;
    right: -4.2667vw;
    content: "";
    background: #f6f6f6;
  }

  body.product.detail .mod_area .mod_commit h2.mod_title {
    width: 100%;
    padding: 0 4.2667vw;
    margin: 0 auto 40px;
  }

  body.product.detail .mod_area .mod_commit .float_mod {
    width: 100%;
    padding: 0 4.2667vw;
    display: block;
  }

  body.product.detail .mod_area .mod_commit .float_mod .float_block {
    width: 100%;
    padding: 0;
    margin: 0 0 2.9333vw;
    background: #ffffff;
  }

  body.product.detail .mod_area .mod_commit .float_mod .float_block .mod_title {
    font-size: 14px;
    padding: 32px 0 28px;
  }

  body.product.detail .mod_area .mod_commit .float_mod .float_block .editor {
    padding: 4vw;
  }

  body.product.detail .mod_area .mod_commit .mod_note {
    width: 100%;
    padding: 0 4.2667vw;
  }
}

body.product.detail .mod_area .mod_howto .float_text {
  float: left;
  width: calc(50% - 262px);
}

body.product.detail .mod_area .mod_howto .float_text .inner {
  width: 278px;
  margin: 0 0 0 auto;
}

body.product.detail .mod_area .mod_howto .float_text .inner h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

body.product.detail .mod_area .mod_howto .float_text .inner ol {
  counter-reset: item;
}

body.product.detail .mod_area .mod_howto .float_text .inner ol li {
  padding: 1em 0 1em 1em;
  text-indent: -1em;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
}

body.product.detail .mod_area .mod_howto .float_text .inner ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
}

body.product.detail .mod_area .mod_howto .float_image {
  float: right;
  width: calc(50% + 155px);
  overflow-x: auto;
}

body.product.detail .mod_area .mod_howto .float_image .inner {
  padding-bottom: 26px;
}

body.product.detail .mod_area .mod_howto .float_image .inner .float_block {
  width: 186px;
  margin: 0 30px;
  position: relative;
}

body.product.detail .mod_area .mod_howto .float_image .inner .float_block:before {
  position: absolute;
  content: "";
  top: 86px;
  left: -44px;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.product.detail .mod_area .mod_howto .float_image .inner .float_block:first-child:before {
  content: none;
}

body.product.detail .mod_area .mod_howto .float_image .inner .float_block .img {
  margin-bottom: 10px;
}

body.product.detail .mod_area .mod_howto .float_image .inner .float_block .mod_title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

body.product.detail .mod_area .mod_howto .float_image .inner .float_block .desc {
  font-size: 12px;
}

@media only screen and (max-width: 1080px) {
  body.product.detail .mod_area .mod_howto .float_image {
    width: calc(100% - 385px);
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_howto .float_text {
    float: none;
    width: 100%;
    margin-bottom: 5.3333vw;
  }

  body.product.detail .mod_area .mod_howto .float_text .inner {
    width: 100%;
    margin: 0;
  }

  body.product.detail .mod_area .mod_howto .float_text .inner h2 {
    font-size: 14px;
    margin-bottom: 3.2vw;
  }

  body.product.detail .mod_area .mod_howto .float_image {
    float: none;
    width: 100vw;
    margin-left: -4.2667vw;
  }

  body.product.detail .mod_area .mod_howto .float_image .inner {
    padding-bottom: 6.1333vw;
  }

  body.product.detail .mod_area .mod_howto .float_image .inner .float_block {
    width: 37.3333vw;
    margin: 0 3.0667vw;
    position: relative;
  }

  body.product.detail .mod_area .mod_howto .float_image .inner .float_block:before {
    position: absolute;
    content: "";
    top: 16.8vw;
    left: -4.8vw;
    width: 2.9333vw;
    height: 2.9333vw;
    border: 1px solid;
    border-color: #565656 #565656 transparent transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  body.product.detail .mod_area .mod_howto .float_image .inner .float_block .img {
    margin-bottom: 2.1333vw;
  }

  body.product.detail .mod_area .mod_howto .float_image .inner .float_block .mod_title {
    font-size: 15px;
    margin-bottom: 2.1333vw;
  }
}

body.product.detail .mod_area .list_set {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  padding: 27px 40px 0;
}

body.product.detail .mod_area .list_set .set_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
}

body.product.detail .mod_area .list_set .mod_title {
  width: 118px;
  border-right: 1px solid #dcdcdc;
  padding: 10px 18px 10px 0;
  font-size: 18px;
  font-weight: 500;
}

body.product.detail .mod_area .list_set .desc {
  width: calc(100% - 118px);
  padding: 10px 0 10px 44px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .list_set {
    padding: 4.2667vw 4.2667vw 0;
  }

  body.product.detail .mod_area .list_set .set_wrap {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.2667vw;
  }

  body.product.detail .mod_area .list_set .mod_title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 0 0 2.9333vw 0;
    margin-bottom: 2.9333vw;
    font-size: 14px;
    font-weight: 500;
  }

  body.product.detail .mod_area .list_set .desc {
    width: 100%;
    padding: 0;
    font-size: 12px;
  }
}

body.product.detail .mod_area .mod_image {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

body.product.detail .mod_area .mod_image .img {
  text-align: center;
}

@media (max-width: 768px) {
  body.product.detail .mod_area .mod_image {
    padding: 0 4.2667vw;
    width: 100%;
  }
}

body.product.detail #main_area .inner .inner_cont #edit_cont {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 80px;
  float: none;
}

body.product.detail #main_area .inner .inner_cont #edit_cont>div {
  margin-right: 0;
}

body.product.detail #main_area .inner .inner_cont #edit_cont .component .component_title>span {
  font-size: 18px;
  font-weight: 500;
  color: #000b41;
}

@media (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont #edit_cont {
    margin: 0 auto 8vw;
  }

  body.product.detail #main_area .inner .inner_cont #edit_cont .component .component_title>span {
    font-size: 15px;
  }
}

/*                with_items
======================================================= */
body.product.detail #with_items {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto 80px;
}

body.product.detail #with_items h1 {
  font-size: 22px;
  font-weight: 500;
  color: #000b41;
  margin-bottom: 60px;
}

body.product.detail #with_items .with_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.product.detail #with_items .with_wrap>div {
  width: 18.5185%;
  margin: 0 3.2407%;
}

body.product.detail #with_items .with_wrap .with_item {
  position: relative;
}

body.product.detail #with_items .with_wrap .with_item.with {
  cursor: pointer;
}

body.product.detail #with_items .with_wrap .with_item.with:after {
  position: absolute;
  content: "";
  background: url(/media/images/product/check_base.png) no-repeat center center;
  background-size: 29px 29px;
  top: -29px;
  right: -29px;
  width: 29px;
  height: 29px;
}

body.product.detail #with_items .with_wrap .with_item.with.check:after {
  background: url(/media/images/product/check_on.png) no-repeat center center;
  background-size: 29px 29px;
}

body.product.detail #with_items .with_wrap .with_item:before {
  position: absolute;
  content: "";
  background: url(/media/images/product/with_plus.png) no-repeat center center;
  background-size: 33px 32px;
  top: 50%;
  left: -25%;
  margin-top: -16px;
  width: 33px;
  height: 32px;
}

body.product.detail #with_items .with_wrap .with_item:first-child:before {
  content: none;
}

body.product.detail #with_items .with_wrap .with_item .text_area {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.product.detail #with_items .with_wrap .with_item:hover .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.product.detail #with_items .with_wrap .with_item .text_area .brand {
  font-size: 11px;
  font-weight: bold;
  color: #000b41;
}

body.product.detail #with_items .with_wrap .with_item .text_area .name {
  font-size: 16px;
  font-weight: bold;
  color: #000b41;
}

body.product.detail #with_items .with_wrap .with_item .text_area .cate ul li {
  font-size: 12px;
  font-weight: bold;
  color: #505050;
  display: inline-block;
}

body.product.detail #with_items .with_wrap .with_item .text_area .cate ul li+li:before {
  content: "│";
}

body.product.detail #with_items .with_wrap .with_item .text_area .price p {
  font-size: 16px;
  font-weight: bold;
  color: #000b41;
}

body.product.detail #with_items .with_wrap .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.product.detail #with_items .with_wrap .cart .inner {
  width: 100%;
}

body.product.detail #with_items .with_wrap .cart .price {
  font-size: 20px;
  color: #000b41;
  margin-bottom: 16px;
}

body.product.detail #with_items .with_wrap .cart .price .yen {
  font-size: 26px;
}

body.product.detail #with_items .with_wrap .cart .price .tax {
  font-size: 14px;
}

body.product.detail #with_items .with_wrap .cart .btn a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  background: #fd446c;
  padding: 12px 3px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #with_items {
    width: 100%;
    margin: 0 auto 9.3333vw;
    padding: 0 4.2667vw;
  }

  body.product.detail #with_items h1 {
    font-size: 14px;
    margin-bottom: 6.6667vw;
  }

  body.product.detail #with_items .with_wrap {
    display: block;
    padding-left: 10vw;
  }

  body.product.detail #with_items .with_wrap>div {
    width: 100%;
  }

  body.product.detail #with_items .with_wrap .with_item {
    margin: 0 0 10.6667vw;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body.product.detail #with_items .with_wrap .with_item.with:after {
    position: absolute;
    content: "";
    background: url(/media/images/product/check_base.png) no-repeat center center;
    background-size: 7.0667vw 7.0667vw;
    top: 50%;
    right: auto;
    left: -10vw;
    width: 7.0667vw;
    height: 7.0667vw;
    margin-top: -3.5333vw;
  }

  body.product.detail #with_items .with_wrap .with_item.with.check:after {
    background: url(/media/images/product/check_on.png) no-repeat center center;
    background-size: 7.0667vw 7.0667vw;
  }

  body.product.detail #with_items .with_wrap .with_item:before {
    position: absolute;
    content: "";
    background: url(/media/images/product/with_plus.png) no-repeat center center;
    background-size: 3.8667vw 3.8667vw;
    top: 0;
    left: 10%;
    margin-top: -7.4667vw;
    width: 3.8667vw;
    height: 3.8667vw;
  }

  body.product.detail #with_items .with_wrap .with_item:first-child:before {
    content: none;
  }

  body.product.detail #with_items .with_wrap .with_item .img {
    width: 26.6667vw;
  }

  body.product.detail #with_items .with_wrap .with_item .text_area {
    display: block;
    position: static;
    background: none;
    width: 100%;
    padding-left: 4vw;
  }

  body.product.detail #with_items .with_wrap .with_item:hover .text_area {
    display: block;
  }

  body.product.detail #with_items .with_wrap .with_item .text_area .brand {
    font-size: 11px;
    font-weight: bold;
    color: #000b41;
  }

  body.product.detail #with_items .with_wrap .with_item .text_area .name {
    font-size: 12px;
    font-weight: bold;
    color: #000b41;
  }

  body.product.detail #with_items .with_wrap .with_item .text_area .cate ul li {
    font-size: 12px;
    font-weight: bold;
    color: #505050;
    display: inline-block;
  }

  body.product.detail #with_items .with_wrap .with_item .text_area .cate ul li+li:before {
    content: "│";
  }

  body.product.detail #with_items .with_wrap .with_item .text_area .price p {
    font-size: 12px;
    font-weight: bold;
    color: #000b41;
  }

  body.product.detail #with_items .with_wrap .with_item .text_area .price p span.tax {
    font-size: 10px;
  }

  body.product.detail #with_items .with_wrap .with_item .text_area .price {
    font-size: 16px;
    font-weight: bold;
    color: #000b41;
  }

  body.product.detail #with_items .with_wrap .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10vw;
    width: calc(100% + 10vw);
  }

  body.product.detail #with_items .with_wrap .cart .inner {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #e6e6e6;
    padding-top: 2.9333vw;
  }

  body.product.detail #with_items .with_wrap .cart .price {
    font-size: 15px;
    color: #000b41;
    margin-bottom: 0;
    float: left;
    width: 50%;
    padding: 9px 0;
  }

  body.product.detail #with_items .with_wrap .cart .price .yen {
    font-size: 18px;
    font-weight: 500;
  }

  body.product.detail #with_items .with_wrap .cart .price .tax {
    font-size: 11px;
  }

  body.product.detail #with_items .with_wrap .cart .btn {
    float: right;
    width: 50%;
  }

  body.product.detail #with_items .with_wrap .cart .btn a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    background: #fd446c;
    padding: 12px 3px;
  }
}

/*                brand_info
======================================================= */
body.product.detail .brand_info {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 60px 0;
  margin-bottom: 60px;
}

body.product.detail .brand_info:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px) brightness(70%);
  -moz-filter: blur(5px) brightness(70%);
  -o-filter: blur(5px) brightness(70%);
  -ms-filter: blur(5px) brightness(70%);
  filter: blur(5px) brightness(70%);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

body.product.detail .brand_info .inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

body.product.detail .brand_info .inner h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}

body.product.detail .brand_info .inner .bnr {
  width: 100%;
  height: 194px;
  background: #ffffff;
}

body.product.detail .brand_info .inner .bnr a,
body.product.detail .brand_info .inner .bnr>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.product.detail .brand_info .inner .bnr a .brand_photo,
body.product.detail .brand_info .inner .bnr>span .brand_photo {
  height: 194px;
}

body.product.detail .brand_info .inner .bnr a .brand_photo img,
body.product.detail .brand_info .inner .bnr>span .brand_photo img {
  height: 100%;
  width: auto;
}

body.product.detail .brand_info .inner .bnr a .text_area,
body.product.detail .brand_info .inner .bnr>span .text_area {
  width: 100%;
  padding-left: 50px;
  position: relative;
  text-align: left;
}

body.product.detail .brand_info .inner .bnr a .text_area:before {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  margin-top: -5px;
}

body.product.detail .brand_info .inner .bnr a .text_area .name,
body.product.detail .brand_info .inner .bnr>span .text_area .name {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #000b41;
}

body.product.detail .brand_info .inner .bnr a .text_area .kana,
body.product.detail .brand_info .inner .bnr>span .text_area .kana {
  font-size: 14px;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  body.product.detail #brand_item_list .cont_width {
    padding: 0;
  }

  body.product.detail .brand_info {
    padding: 8vw 0;
    margin-bottom: 9.8667vw;
  }

  body.product.detail .brand_info .inner {
    width: 82.9333%;
    margin: 0 auto;
  }

  body.product.detail .brand_info .inner h2 {
    font-size: 14px;
    margin-bottom: 5.3333vw;
    text-align: left;
  }

  body.product.detail .brand_info .inner .bnr {
    width: 100%;
    height: auto;
  }

  body.product.detail .brand_info .inner .bnr a,
  body.product.detail .brand_info .inner .bnr>span {
    display: block;
    width: 100%;
  }

  body.product.detail .brand_info .inner .bnr a .brand_photo,
  body.product.detail .brand_info .inner .bnr>span .brand_photo {
    height: auto;
    width: 100%;
  }

  body.product.detail .brand_info .inner .bnr a .brand_photo img,
  body.product.detail .brand_info .inner .bnr>span .brand_photo img {
    height: auto;
    width: 100%;
  }

  body.product.detail .brand_info .inner .bnr a .text_area,
  body.product.detail .brand_info .inner .bnr>span .text_area {
    width: 100%;
    padding: 4.6667vw 6.6667vw;
    position: relative;
    text-align: left;
  }

  body.product.detail .brand_info .inner .bnr a .text_area:before {
    right: 4vw;
  }

  body.product.detail .brand_info .inner .bnr a .text_area .name,
  body.product.detail .brand_info .inner .bnr>span .text_area .name {
    font-size: 18px;
  }

  body.product.detail .brand_info .inner .bnr a .text_area .kana,
  body.product.detail .brand_info .inner .bnr>span .text_area .kana {
    font-size: 11px;
  }
}

/*                similar_items
======================================================= */
body.product.detail #similar_items h1 {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto 40px;
  color: #000b41;
  font-weight: 500;
  font-size: 22px;
}

body.product.detail #similar_items .similar_wrap .similar_criteria {
  float: left;
  width: calc(50% - 112px);
  padding-bottom: 26px;
}

body.product.detail #similar_items .similar_wrap .similar_criteria .inner {
  width: 428px;
  margin: 0 0 0 auto;
}

body.product.detail #similar_items .similar_wrap .similar_criteria .inner .similar_head {
  width: 205px;
  float: left;
}

body.product.detail #similar_items .similar_wrap .similar_criteria .inner .criteria_item {
  width: 223px;
  float: right;
}

body.product.detail #similar_items .similar_wrap .similar_item {
  float: right;
  width: calc(50% + 112px);
  overflow-x: auto;
  padding-bottom: 26px;
}

body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item {
  width: 223px;
  margin: 0;
  position: relative;
}

body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item .img {
  margin-bottom: 10px;
}

body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item .mod_title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item .desc {
  font-size: 12px;
}

body.product.detail #similar_items .similar_wrap .img {
  margin-bottom: 10px;
}

body.product.detail #similar_items .similar_wrap .name {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000b41;
  padding: 0 20px;
}

body.product.detail #similar_items .similar_wrap .cart,
body.product.detail #similar_items .similar_wrap .btn_cart {
  margin-bottom: 12px;
  padding: 0 50px;
}

body.product.detail #similar_items .similar_wrap .cart a,
body.product.detail #similar_items .similar_wrap .btn_cart a {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  background: #fd446c;
  padding: 6px 0;
  display: block;
}

body.product.detail #similar_items .similar_wrap .brand {
  font-size: 11px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 8px 20px;
}

body.product.detail #similar_items .similar_wrap .price {
  font-size: 16px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 8px 20px;
  font-weight: 500;
}

body.product.detail #similar_items .similar_wrap .capacity {
  font-size: 11px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 20px;
}

body.product.detail #similar_items .similar_wrap .similar_criteria .similar_head .brand,
body.product.detail #similar_items .similar_wrap .similar_criteria .similar_head .price,
body.product.detail #similar_items .similar_wrap .similar_criteria .similar_head .capacity {
  background: #f6f6f6;
  border-left: 1px solid #dcdcdc;
}

body.product.detail #similar_items .similar_wrap .similar_criteria .criteria_item .brand,
body.product.detail #similar_items .similar_wrap .similar_criteria .criteria_item .price,
body.product.detail #similar_items .similar_wrap .similar_criteria .criteria_item .capacity {
  background: #fff6f3;
}

@media only screen and (max-width: 1200px) {
  body.product.detail #brand_item_list .cont_width {
    padding: 0;
  }
}

@media only screen and (max-width: 1080px) {
  body.product.detail #similar_items .similar_wrap .similar_item {
    width: calc(100% - 425px);
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items h1 {
    width: 100%;
    margin: 0 auto 5.3333vw;
    padding: 0 4.2667vw;
    font-size: 14px;
  }

  body.product.detail #similar_items .similar_wrap .similar_criteria {
    float: left;
    width: 52vw;
    padding-bottom: 3.4667vw;
    padding-left: 4.2667vw;
  }

  body.product.detail #similar_items .similar_wrap .similar_criteria .inner {
    width: 100%;
    margin: 0 0 0 auto;
  }

  body.product.detail #similar_items .similar_wrap .similar_criteria .inner .similar_head {
    width: 20%;
    float: left;
  }

  body.product.detail #similar_items .similar_wrap .similar_criteria .inner .criteria_item {
    width: 80%;
    float: right;
  }

  body.product.detail #similar_items .similar_wrap .similar_item {
    float: right;
    width: 48vw;
    overflow-x: auto;
    padding-bottom: 3.4667vw;
  }

  body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item {
    width: 38.1866vw;
    margin: 0;
    position: relative;
  }

  body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item .img {
    margin-bottom: 10px;
  }

  body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item .mod_title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  body.product.detail #similar_items .similar_wrap .similar_item .inner .criteria_item .desc {
    font-size: 12px;
  }

  body.product.detail #similar_items .similar_wrap .img {
    margin-bottom: 10px;
  }

  body.product.detail #similar_items .similar_wrap .name {
    margin-bottom: 2.6667vw;
    font-size: 14px;
    font-weight: bold;
    color: #000b41;
    padding: 0 2.6667vw;
  }

  body.product.detail #similar_items .similar_wrap .cart,
  body.product.detail #similar_items .similar_wrap .btn_cart {
    margin-bottom: 1.6vw;
    padding: 0 2.4vw;
  }

  body.product.detail #similar_items .similar_wrap .cart a,
  body.product.detail #similar_items .similar_wrap .btn_cart a {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background: #fd446c;
    padding: 2.6667vw 0;
    display: block;
  }

  body.product.detail #similar_items .similar_wrap .brand {
    font-size: 11px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 4.8vw 2.6667vw;
  }

  body.product.detail #similar_items .similar_wrap .price {
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 4.8vw 2.6667vw;
    font-weight: 500;
  }

  body.product.detail #similar_items .similar_wrap .capacity {
    font-size: 12px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 4.8vw 2.6667vw;
  }

  body.product.detail #similar_items .similar_wrap .similar_criteria .similar_head .brand,
  body.product.detail #similar_items .similar_wrap .similar_criteria .similar_head .price,
  body.product.detail #similar_items .similar_wrap .similar_criteria .similar_head .capacity {
    background: #f6f6f6;
    border-left: 1px solid #dcdcdc;
    padding: 4.8vw 2.6667vw;
  }

  body.product.detail #similar_items .similar_wrap .similar_criteria .criteria_item .brand,
  body.product.detail #similar_items .similar_wrap .similar_criteria .criteria_item .price,
  body.product.detail #similar_items .similar_wrap .similar_criteria .criteria_item .capacity {
    background: #fff6f3;
  }
}

/*                related_list
======================================================= */
body.product.detail #main_area #related_list {
  background-color: transparent;
  border-top: 1px solid #dcdcdc;
}

body.product.detail #main_area #related_list .cont_en_title {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto 40px;
}

body.product.detail #main_area #related_list .related_list_slider {
  margin: 0;
  position: relative;
}

body.product.detail #main_area #related_list .slick-prev {
  position: absolute;
  width: 80px;
  height: 80px;
  left: -40px;
  top: 183px;
  cursor: pointer;
  z-index: 1;
  background: #000b41;
  text-indent: -500%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

body.product.detail #main_area #related_list .slick-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -5px 0 0 10px;
  border: 2px solid;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.product.detail #main_area #related_list .slick-prev:hover {
  opacity: 0.7;
}

body.product.detail #main_area #related_list .slick-next {
  position: absolute;
  width: 80px;
  height: 80px;
  right: -40px;
  top: 183px;
  cursor: pointer;
  z-index: 1;
  background: #000b41;
  text-indent: -500%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

body.product.detail #main_area #related_list .slick-next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -5px 0 0 -22px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.product.detail #main_area #related_list .slick-next:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area #related_list .sliderwrap {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  body.product.detail #main_area #related_list .sliderwrap::-webkit-scrollbar {
    display: none;
  }

  body.product.detail #main_area #related_list .related_list_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto !important;
  }

  body.product.detail #main_area #related_list .related_list_slider {
    width: 33.3333333333vw;
  }

  body.product.detail #main_area #related_list .related_list_cont .product_text .head h3,
  body.product.detail #main_area #related_list .related_list_cont .product_text .head p {
    white-space: normal;
  }
}

@media only screen and (max-width: 640px) {
  body.product.detail #main_area #related_list .related_list_slider {
    width: 41.6666666667vw;
  }
}

/*                brand_news
======================================================= */
body.product.detail #brand_news {
  background: #f6f6f6;
  padding: 80px 0;
}

body.product.detail #brand_news h2 {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto 40px;
  font-size: 24px;
  color: #000b41;
}

body.product.detail #brand_news .brand_news_slider {
  overflow: hidden;
  position: relative;
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont {
  display: block;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a {
  position: relative;
  display: block;
  color: #333333;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .thumb {
  position: relative;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .thumb .date {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.25em 0.75em 0.2em;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .thumb .date p {
  line-height: 1;
  font-size: 78.6%;
  color: #505050;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .thumb .cat {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 5px;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .thumb .cat p {
  display: none;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .thumb .cat:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  background-size: cover;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta {
  display: table;
  width: 100%;
  margin-top: 0.85em;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .icon {
  display: table-cell;
  width: 40px;
  height: 40px;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .icon .thumb {
  vertical-align: top;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-left: 8px;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title .text {
  vertical-align: top;
  margin-bottom: 4px;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title .text p {
  line-height: 1;
  font-size: 78.6%;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3 {
  font-size: 12px;
  height: 28.8px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:before,
body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:after {
  position: absolute;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:after {
  top: 14.4px;
  right: 0;
  background-color: #fff;
  display: block;
  width: 1.25em;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title h3:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .expert {
  display: none;
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont.product a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_product_circle.png);
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont.info a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_info_circle.png);
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont.event a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_event_circle.png);
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont.blog a .thumb .cat:before,
body.product.detail #brand_news .brand_news_slider .brand_news_cont.blogger a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_blog_circle.png);
}

body.product.detail #brand_news .brand_news_slider .brand_news_cont+.brand_news_cont {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #brand_news {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  body.product.detail #brand_news h2 {
    width: 96%;
    margin: 0 auto 5.3333vw;
    font-size: 18px;
  }

  body.product.detail #brand_news .brand_news_slider .brand_news_cont a {
    padding-left: 5px;
    padding-right: 5px;
  }

  body.product.detail #brand_news .brand_news_slider .brand_news_cont a .thumb .cat {
    width: 30px;
    height: 30px;
  }

  body.product.detail #brand_news .brand_news_slider .brand_news_cont a .meta .news_title {
    position: relative;
  }

  body.product.detail #brand_news .brand_news_slider .brand_news_cont+.brand_news_cont {
    margin-top: 0;
  }
}

body.product.detail #footer .cont_width {
  max-width: 1080px;
}

/*                floating_area
======================================================= */
body.product.detail .floating_area {
  opacity: 0;
  position: fixed;
  bottom: -50px;
  right: 15px;
  width: 625px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  padding: 20px 190px 20px 126px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.03);
}

body.product.detail .floating_area .img {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 68px;
  left: 30px;
}

body.product.detail .floating_area .brand {
  font-size: 12px;
  font-weight: 500;
  color: #000b41;
}

body.product.detail .floating_area h1 {
  font-size: 14px;
  font-weight: 500;
  color: #000b41;
}

body.product.detail .floating_area .price {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: #000b41;
}

body.product.detail .floating_area .price .tax {
  font-size: 11px;
}

body.product.detail .floating_area .amount {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  color: #000b41;
}

body.product.detail .floating_area .cart,
body.product.detail .floating_area .btn_cart {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  right: 20px;
}

body.product.detail .floating_area .cart a,
body.product.detail .floating_area .btn_cart a {
  width: 150px;
  color: #ffffff;
  background: #fd446c;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 12px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  body.product.detail .floating_area {
    right: 2.1333vw;
    left: 2.1333vw;
    width: auto;
    padding: 2.6667vw 31.4667vw 2.6667vw 14.6667vw;
    -webkit-box-shadow: 0 0 3.2vw 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 3.2vw 0 rgba(0, 0, 0, 0.03);
  }

  body.product.detail .floating_area .img {
    position: absolute;
    top: 50%;
    margin-top: -4.8vw;
    width: 9.6vw;
    left: 4vw;
  }

  body.product.detail .floating_area .brand {
    font-size: 10px;
    font-weight: 500;
    color: #000b41;
  }

  body.product.detail .floating_area h1 {
    font-size: 11px;
    font-weight: 500;
    color: #000b41;
  }

  body.product.detail .floating_area .price {
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    color: #000b41;
  }

  body.product.detail .floating_area .price .tax {
    font-size: 11px;
  }

  body.product.detail .floating_area .amount {
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    color: #000b41;
  }

  body.product.detail .floating_area .cart,
  ody.product.detail .floating_area .btn_cart {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 20px;
  }

  body.product.detail .floating_area .cart a,
  body.product.detail .floating_area .btn_cart a {
    width: 28vw;
    color: #ffffff;
    background: #fd446c;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    display: block;
  }
}

/*                SEARCH
======================================================= */
@media only screen and (max-width: 768px) {
  #search #sidebar {
    display: none;
  }
}

#search #footer {
  width: 100%;
  float: left;
  border-top: none;
}

/*                BCL BEAUTY AMBASSADOR
======================================================= */
body.beauty-ambassador #main_area #bread {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  body.beauty-ambassador #main_area .head_bg {
    position: relative;
    z-index: -1;
    text-align: center;
    background-image: url(/media/images/beautyambassador/bg_repeat.png);
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-x;
  }

  body.beauty-ambassador #main_area .head_bg img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 1280px;
  }

  body.beauty-ambassador #main_area .head_bg img.sp {
    display: none;
  }

  body.beauty-ambassador #main_area .head_title {
    width: 100%;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner {
    position: absolute;
    padding-bottom: 2.5em;
    top: 0;
    width: 100%;
    margin: auto;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont {
    position: absolute;
    display: table;
    width: 100%;
    margin: auto;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo {
    display: block;
    vertical-align: top;
    padding-top: 7%;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1 {
    max-width: 940px;
    margin: auto;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span {
    display: block;
    margin: 0;
    width: 50%;
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span>img {
    display: inline-block;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span.sp {
    display: none;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .sp_bg {
    display: none;
  }

  body.beauty-ambassador #main_area .head_title .head_catch {
    position: relative;
    width: 100%;
    left: 0;
    top: -3.5em;
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_title .head_catch p {
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_title .head_catch p>span {
    display: inline-block;
  }

  body.beauty-ambassador #main_area .head_title .head_catch p+p {
    margin-top: 0.75em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo {
    padding: 90px 0;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1 {
    max-width: 80%;
    margin: auto;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span {
    width: 40%;
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span>img {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  body.beauty-ambassador #main_area .head_bg {
    display: none;
  }

  body.beauty-ambassador #main_area .head_title {
    width: 100%;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner {
    position: relative;
    margin: 0 -15px;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont {
    position: relative;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo {
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span.pc {
    display: none;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span>img {
    width: 100%;
    max-width: 100%;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .sp_bg {
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .sp_bg img {
    max-width: 100%;
  }

  body.beauty-ambassador #main_area .head_catch {
    text-align: center;
    padding: 0px 20px 20px;
  }

  body.beauty-ambassador #main_area .head_catch p {
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_catch p>span {
    display: block;
    margin-bottom: 0.35em;
  }

  body.beauty-ambassador #main_area .head_catch p+p {
    margin-top: 0.75em;
  }
}

@media only screen and (max-width: 768px) and (max-width: 480px) {
  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span {
    display: block;
    background-image: url(/media/images/beautyambassador/head_bg_sp.jpg);
    background-position: center;
    background-size: cover;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .logo h1>span>img {
    opacity: 0;
    max-height: 420px;
    width: 100%;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .sp_bg {
    text-align: center;
  }

  body.beauty-ambassador #main_area .head_title .head_title_inner .logo_cont .sp_bg img {
    max-width: 100%;
  }
}

body.beauty-ambassador #main_area #ambassador_main {
  background-image: url(/media/images/beautyambassador/ambassador_bg.jpg);
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  body.beauty-ambassador #main_area #ambassador_main {
    margin-left: -20px;
    margin-right: -20px;
  }
}

body.beauty-ambassador #main_area #ambassador_main .ambassador_cont_title {
  text-align: center;
}

body.beauty-ambassador #main_area #ambassador_main .ambassador_cont_title h2,
body.beauty-ambassador #main_area #ambassador_main .ambassador_cont_title h3 {
  font-family: "Playfair Display", serif;
  font-size: 271.4%;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 400;
}

body.beauty-ambassador #main_area #ambassador_main .ambassador_cont_title .small {
  font-weight: 500;
  color: #fc8692;
  margin-top: 0.15em;
  letter-spacing: 0.075em;
}

body.beauty-ambassador #main_area #ambassador_main #member {
  padding: 50px 50px 70px;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner {
  background-color: #fff;
  padding: 45px 20px 20px;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #fff;
  border: solid 1px #fff;
  display: block;
  z-index: 1;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li {
  border-top: solid 1px #e7e7e7;
  float: left;
  width: 25%;
  padding-top: 2.5em;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3.5em;
  margin-bottom: 2em;
  position: relative;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li a {
  display: block;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .member_thumb {
  text-align: center;
  padding: 0.25em;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .member_thumb img {
  margin: auto;
  display: inline-block;
  max-width: 138px;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .blog_name {
  text-align: center;
  padding-bottom: 0.75em;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .blog_name p {
  font-size: 107.1%;
  font-weight: 600;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .blog_name span.en {
  font-size: 71.4%;
  color: #fc8692;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .text {
  font-size: 78.6%;
  font-weight: 400;
  line-height: 1.7;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .bb_link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .bb_link p {
  font-size: 71.4%;
  font-weight: 600;
  display: inline-block;
  color: #fc8692;
  line-height: 1.1;
  padding: 0.5em 1.2em 0.5em;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .bb_link p img {
  width: 34px;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .bb_link p>.en {
  font-weight: 600;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list .member_more_btn {
  text-align: center;
  padding: 2.6em 0;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list .member_more_btn>p {
  display: inline-block;
  margin: auto;
  max-width: 21.75em;
  width: 100%;
  padding: 1.25em;
  line-height: 1;
  border: solid 1px #c6c6c6;
  color: #b2b2b2;
  border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  cursor: pointer;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list .member_more_btn+ul {
  display: none;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .caution_cont {
  background-color: #f4f4f4;
  padding: 1.5em 1.5em 1em;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .caution_cont h3 {
  font-weight: bold;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .caution_cont h3+p {
  margin-top: 0.75em;
}

body.beauty-ambassador #main_area #ambassador_main #member .member_inner .caution_cont p a {
  color: #fc8692;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  body.beauty-ambassador #main_area #ambassador_main #member {
    padding: 30px 30px 60px;
  }

  body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 768px) {
  body.beauty-ambassador #main_area #ambassador_main #member {
    padding: 20px 20px 40px;
  }

  body.beauty-ambassador #main_area #ambassador_main #member .member_inner {
    padding: 45px 20px 20px;
  }

  body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul {
    margin-left: -10px;
    margin-right: -10px;
  }

  body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li .member_thumb img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  body.beauty-ambassador #main_area #ambassador_main #member .member_inner .member_list ul li {
    width: 100%;
  }
}

body.beauty-ambassador #main_area #ambassador_main #report {
  position: relative;
}

body.beauty-ambassador #main_area #ambassador_main #report .report_title {
  position: absolute;
  width: 100%;
  top: -2em;
  left: 0;
  z-index: 2;
}

body.beauty-ambassador #main_area #ambassador_main #report .report_cont {
  background-color: #ffe5e9;
  text-align: center;
  position: relative;
  padding: 50px 50px 30px;
}

body.beauty-ambassador #main_area #ambassador_main #report .report_cont:before {
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  background-image: url(/media/images/beautyambassador/report_bg.png);
  display: block;
  width: 226px;
  height: 145px;
  background-size: contain;
}

body.beauty-ambassador #main_area #ambassador_main #report .report_cont>div {
  position: relative;
  z-index: 1;
}

body.beauty-ambassador #main_area #ambassador_main #report .report_cont>div.catch img.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.beauty-ambassador #main_area #ambassador_main #report .report_cont {
    padding: 50px 0 30px;
  }

  body.beauty-ambassador #main_area #ambassador_main #report .report_cont:before {
    right: -20px;
    content: "";
    width: 113px;
    height: 73px;
  }

  body.beauty-ambassador #main_area #ambassador_main #report .report_cont>div {
    position: relative;
    z-index: 1;
  }

  body.beauty-ambassador #main_area #ambassador_main #report .report_cont>div.catch img.pc {
    display: none;
  }

  body.beauty-ambassador #main_area #ambassador_main #report .report_cont>div.catch img.sp {
    display: block;
  }

  body.beauty-ambassador #main_area #ambassador_main #report .report_cont>div.image {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.beauty-ambassador #main_area #bloger_news {
  padding-bottom: 5.5em;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider {
  overflow: hidden;
  position: relative;
  margin: -7px;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont {
  float: left;
  width: 20%;
  display: block;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a {
  padding: 7px;
  position: relative;
  display: block;
  color: #333333;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .thumb {
  position: relative;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .thumb .date {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.25em 0.75em 0.2em;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .thumb .date p {
  line-height: 1;
  font-size: 78.6%;
  color: #505050;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .thumb .cat {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 5px;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .thumb .cat p {
  display: none;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .thumb .cat:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  background-size: cover;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta {
  position: relative;
  margin-top: 0.85em;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .icon {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .icon .thumb {
  display: table-cell;
  vertical-align: top;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .icon .text {
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
  padding-left: 0.75em;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .icon .text p {
  line-height: 1;
  font-size: 78.6%;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .news_title {
  width: 100%;
  position: relative;
  padding-left: 50px;
  padding-top: 1em;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .news_title h3 {
  font-size: 12px;
  height: 28.8px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .news_title h3:before,
body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .news_title h3:after {
  position: absolute;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .news_title h3:after {
  top: 14.4px;
  right: 0;
  background-color: #fff;
  display: block;
  width: 1.25em;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .news_title h3:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .expert {
  display: none;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont.product a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_product_circle.png);
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont.info a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_info_circle.png);
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont.event a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_event_circle.png);
}

body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont.blog a .thumb .cat:before,
body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont.blogger a .thumb .cat:before {
  background-image: url(/media/images/common/newsicon_blog_circle.png);
}

@media only screen and (max-width: 768px) {
  body.beauty-ambassador #main_area #bloger_news {
    padding-top: 2.5em;
  }

  body.beauty-ambassador #main_area #bloger_news .bloger_news_slider {
    margin-left: -5px;
    margin-right: -5px;
  }

  body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont {
    width: 50%;
  }

  body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a {
    padding-left: 5px;
    padding-right: 5px;
  }

  body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .thumb .cat {
    width: 30px;
    height: 30px;
  }

  body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont a .meta .news_title {
    width: 100%;
    position: relative;
    padding-left: 50px;
    padding-top: 1em;
  }

  body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont.count_5 {
    display: none;
  }

  body.beauty-ambassador #main_area #bloger_news .bloger_news_slider .bloger_news_cont+.brand_news_cont {
    margin-top: 0;
  }
}

body.beauty-ambassador #main_area #bloger_news .bloger_more_btn {
  text-align: center;
}

body.beauty-ambassador #main_area #bloger_news .bloger_more_btn>a {
  display: inline-block;
  margin: auto;
  max-width: 21.75em;
  width: 100%;
  padding: 1.25em;
  line-height: 1;
  border: solid 1px #c6c6c6;
  color: #b2b2b2;
  border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  cursor: pointer;
}

body.beauty-ambassador #main_area #bloger_news .bloger_more_btn+ul {
  display: none;
}

/*                肌悩み相談室
======================================================= */
#hadanayami #main_area #bread {
  /* display: none; */
}

#hadanayami #main_area .head_nav .cont_width {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2.5em;
}

#hadanayami #main_area .head_nav ul li {
  display: table;
  padding-left: 3px;
}

#hadanayami #main_area .head_nav ul li a {
  height: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a>span {
  display: block;
  font-size: 128.6%;
}

#hadanayami #main_area .head_nav ul li a:before {
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a:hover {
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.active:before,
#hadanayami #main_area .head_nav ul li a:hover:before {
  left: -12px;
  bottom: -12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.all {
  border: solid 1px #ff5d98;
  background-color: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #ff5d98;
}

#hadanayami #main_area .head_nav ul li a.all:hover {
  background-color: #fee9f0;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.all:before {
  background-color: #ff5d98;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hadanayami #main_area .head_nav ul li a.hari {
  border: solid 1px #f64d4d;
  background-color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #f64d4d;
}

#hadanayami #main_area .head_nav ul li a.hari:hover,
#hadanayami #main_area .head_nav ul li a.hari.active {
  background-color: #ffebeb;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.hari:before {
  background-color: #f64d4d;
}

#hadanayami #main_area .head_nav ul li a.keana {
  border: solid 1px #fac642;
  background-color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #f0b360;
}

#hadanayami #main_area .head_nav ul li a.keana:hover,
#hadanayami #main_area .head_nav ul li a.keana.active {
  background-color: #fffae9;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.keana:before {
  background-color: #fac642;
}

#hadanayami #main_area .head_nav ul li a.kusumi {
  border: solid 1px #c67ccd;
  background-color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #c67ccd;
}

#hadanayami #main_area .head_nav ul li a.kusumi:hover,
#hadanayami #main_area .head_nav ul li a.kusumi.active {
  background-color: #faf0fb;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.kusumi:before {
  background-color: #c67ccd;
}

#hadanayami #main_area .head_nav ul li a.mejiri {
  border: solid 1px #f6817b;
  background-color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #f6817b;
}

#hadanayami #main_area .head_nav ul li a.mejiri:hover,
#hadanayami #main_area .head_nav ul li a.mejiri.active {
  background-color: #fff1f0;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.mejiri:before {
  background-color: #f6817b;
}

#hadanayami #main_area .head_nav ul li a.shimi {
  border: solid 1px #517fb3;
  background-color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #517fb3;
}

#hadanayami #main_area .head_nav ul li a.shimi:hover,
#hadanayami #main_area .head_nav ul li a.shimi.active {
  background-color: #cde2fa;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.shimi:before {
  background-color: #517fb3;
}

#hadanayami #main_area .head_nav ul li a.nikibi {
  border: solid 1px #59c1c3;
  background-color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #59c1c3;
}

#hadanayami #main_area .head_nav ul li a.nikibi:hover,
#hadanayami #main_area .head_nav ul li a.nikibi.active {
  background-color: #cdf9fa;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami #main_area .head_nav ul li a.nikibi:before {
  background-color: #59c1c3;
}

@media only screen and (min-width: 769px) {
  #hadanayami #main_area .head_title {
    position: relative;
    width: 100%;
  }

  #hadanayami #main_area .head_title .head_bg {
    position: relative;
    z-index: -1;
    text-align: center;
    background-image: url(/media/images/hadanayami/hadanayami_logo_bg.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-x;
    padding-bottom: 2em;
  }

  #hadanayami #main_area .head_title .head_bg img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 1080px;
  }

  #hadanayami #main_area .head_title .head_bg img.sp {
    display: none;
  }

  #hadanayami #main_area .head_nav {
    position: absolute;
    padding-bottom: 2.5em;
    left: -3px;
    bottom: 0;
    width: 100%;
    margin: auto;
  }

  #hadanayami #main_area .head_nav ul {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 変更なし */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* 変更なし */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* 変更なし */
    max-width: 928px;
  }

  #hadanayami #main_area .head_nav ul li {
    width: 14.285%;
  }
}

@media only screen and (max-width: 768px) {
  #hadanayami #main_area .head_title {
    position: relative;
    width: 100%;
  }

  #hadanayami #main_area .head_title .head_bg {
    position: relative;
    z-index: -1;
    text-align: center;
    background-image: url(/media/images/hadanayami/hadanayami_logo_bg.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-x;
    padding-bottom: 2em;
  }

  #hadanayami #main_area .head_title .head_bg img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 1080px;
  }

  #hadanayami #main_area .head_title .head_bg img.pc {
    display: none;
  }

  #hadanayami #main_area .head_nav {
    margin: auto;
  }

  #hadanayami #main_area .head_nav ul {
    display: block;
    overflow: hidden;
    margin-left: 3px;
  }

  #hadanayami #main_area .head_nav ul li {
    float: left;
    width: 50%;
    padding-bottom: 3px;
  }
}

#hadanayami #main_area #hadanayami_main {
  margin-bottom: 3.5em;
}

#hadanayami #main_area #hadanayami_main .item_list {
  overflow: hidden;
  margin: -10px -7px;
}

#hadanayami #main_area #hadanayami_main .item_list .item {
  float: left;
  width: 25%;
  padding: 10px 7px;
  position: relative;
}

#hadanayami #main_area #hadanayami_main .item_list .item a,
#hadanayami #main_area #hadanayami_main .item_list .item>div {
  display: block;
  border: solid 4px #e6e6e6;
  padding: 15px;
}

#hadanayami #main_area #hadanayami_main .item_list .item .thumb {
  position: relative;
}

#hadanayami #main_area #hadanayami_main .item_list .item .thumb .tag_icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 42px;
  height: 42px;
}

#hadanayami #main_area #hadanayami_main .item_list .item .text .date {
  font-size: 78.6%;
  font-weight: 600;
  padding-top: 0.35em;
}

#hadanayami #main_area #hadanayami_main .item_list .item .text .item_title {
  padding-top: 0.35em;
}

#hadanayami #main_area #hadanayami_main .item_list .item .text .item_title h2,
#hadanayami #main_area #hadanayami_main .item_list .item .text .item_title h3,
#hadanayami #main_area #hadanayami_main .item_list .item .text .item_title p {
  font-weight: 400;
  font-size: 100%;
  line-height: 1.35;
}

#hadanayami #main_area #hadanayami_main .item_list .item .text p {
  padding-top: 0.35em;
  font-size: 78.6%;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  #hadanayami #main_area #hadanayami_main {
    margin-bottom: 0;
  }

  #hadanayami #main_area #hadanayami_main .item_list {
    margin: -3px 0px;
  }

  #hadanayami #main_area #hadanayami_main .item_list .item {
    float: left;
    width: 50%;
    padding: 5px 3px;
  }

  #hadanayami #main_area #hadanayami_main .item_list .item a,
  #hadanayami #main_area #hadanayami_main .item_list .item>div {
    border: solid 3px #e6e6e6;
  }

  #hadanayami #main_area #hadanayami_main .item_list .item .thumb .tag_icon {
    width: 36px;
    height: 36px;
  }
}

#hadanayami #main_area .banner a {
  display: block;
  text-align: center;
}

#hadanayami #main_area .banner a img {
  max-width: 100%;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  #hadanayami #main_area .banner {
    position: fixed;
    bottom: -300px;
    right: 30px;
    z-index: 5;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  #hadanayami #main_area .banner.in {
    right: 30px;
    bottom: 1em;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  #hadanayami #main_area .banner.bottom_in {
    position: absolute;
    bottom: 0;
  }

  #hadanayami #main_area .banner .sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #hadanayami #main_area .banner {
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  #hadanayami #main_area .banner a {
    background-color: #fff;
  }

  #hadanayami #main_area .banner a img {
    width: 100%;
  }

  #hadanayami #main_area .banner.in {
    bottom: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  #hadanayami #main_area .banner.bottom_in {
    position: absolute;
    bottom: 0;
  }

  #hadanayami #main_area .banner .pc {
    display: none;
  }
}

#hadanayami.hari #main_area .head_nav ul li a.hari {
  background-color: #ffebeb;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.hari #main_area .head_nav ul li a.hari:before {
  background-color: #f64d4d;
  left: -12px;
  bottom: -12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.keana #main_area .head_nav ul li a.keana {
  background-color: #fffae9;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.keana #main_area .head_nav ul li a.keana:before {
  background-color: #fac642;
  left: -12px;
  bottom: -12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.kusumi #main_area .head_nav ul li a.kusumi {
  background-color: #faf0fb;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.kusumi #main_area .head_nav ul li a.kusumi:before {
  background-color: #c67ccd;
  left: -12px;
  bottom: -12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.mejiri #main_area .head_nav ul li a.mejiri {
  background-color: #fff1f0;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.mejiri #main_area .head_nav ul li a.mejiri:before {
  background-color: #f6817b;
  left: -12px;
  bottom: -12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.shimi #main_area .head_nav ul li a.shimi {
  background-color: #cde2fa;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.shimi #main_area .head_nav ul li a.shimi:before {
  background-color: #517fb3;
  left: -12px;
  bottom: -12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.nikibi #main_area .head_nav ul li a.nikibi {
  background-color: #cdf9fa;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#hadanayami.nikibi #main_area .head_nav ul li a.nikibi:before {
  background-color: #59c1c3;
  left: -12px;
  bottom: -12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

/*                UVカット商品の選び方
======================================================= */
body.uvcut #main_area {
  margin-bottom: 6em;
}

@media only screen and (max-width: 768px) {
  body.uvcut #main_area {
    margin-bottom: 1.5em;
  }
}

body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure {
  text-align: center;
  max-width: 720px;
  margin: auto;
  padding: 2.25em 0 0;
}

body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure .figure_inner {
  margin: auto;
  border: solid 1px #dcdcdc;
  margin-bottom: 0.85em;
}

@media only screen and (min-width: 769px) {
  body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure .figure_inner.sp {
    display: none;
  }

  body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure .figure_inner img {
    padding: 6.1% 7.46%;
    width: 100%;
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure .figure_inner.pc {
    display: none;
  }

  body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure .figure_inner a {
    display: block;
    padding: 1px 0;
  }

  body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure .figure_inner img {
    width: 100%;
    display: inline-block;
  }
}

body.uvcut #main_area .uvcut_cont .uvcut_cont_inner .uvcut_figure .figure_caution p {
  text-align: right;
  font-size: 85.7%;
  color: #666666;
}

/*                ご利用方法
======================================================= */
@media only screen and (max-width: 768px) {
  .help_cont .indent_title {
    padding-right: 5.5em;
  }
}

body.help #main_area {
  margin-bottom: 6em;
}

@media only screen and (max-width: 768px) {
  body.help #main_area {
    margin-bottom: 1.5em;
  }
}

body.help #main_area .help_index_cont .help_index_list .help_cat_title {
  background-color: #f2f3f5;
  line-height: 1.1;
}

body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2 {
  display: block;
}

body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2 a,
body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2>span {
  display: block;
  color: #000b41;
  font-size: 114.3%;
  line-height: 1.1;
  padding: 1.75em 1.5em 1.5em;
  border: solid 1px #e6e6e6;
  position: relative;
}

body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2>a {
  -webkit-transition: 400ms;
  transition: 400ms;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2>a:hover {
    opacity: 0.6;
    -webkit-transition: 400ms;
    transition: 400ms;
    text-decoration: none;
  }
}

body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2>a:before {
  position: absolute;
  right: 1em;
  top: 0;
  width: 13px;
  height: 100%;
  content: "";
  background-image: url(/media/images/common/icon_pager_l_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.help #main_area .help_index_cont ul {
  padding: 0 1.35em;
}

body.help #main_area .help_index_cont ul li {
  border-bottom: solid 1px #f2f2f2;
}

body.help #main_area .help_index_cont ul li a,
body.help #main_area .help_index_cont ul li>span {
  display: block;
  padding: 0.775em 2em 0.775em 0;
  position: relative;
}

body.help #main_area .help_index_cont ul li>a {
  -webkit-transition: 400ms;
  transition: 400ms;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  body.help #main_area .help_index_cont ul li>a:hover {
    opacity: 0.6;
    -webkit-transition: 400ms;
    transition: 400ms;
    text-decoration: none;
  }
}

body.help #main_area .help_index_cont ul li>a:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
  background-image: url(/media/images/common/icon_pager_s_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  body.help #main_area .help_index_cont {
    max-width: 860px;
    margin: auto;
    overflow: hidden;
  }

  body.help #main_area .help_index_cont .help_index_list {
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  body.help #main_area .help_index_cont .help_index_list>div {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }

  body.help #main_area .help_index_cont .help_index_list>div.col_l {
    float: left;
    clear: left;
  }

  body.help #main_area .help_index_cont .help_index_list>div.col_r {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  body.help #main_area .help_index_cont .help_index_list {
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2 a,
  body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2>span {
    padding: 1.35em 1em 1.3em;
  }

  body.help #main_area .help_index_cont .help_index_list .help_cat_title>h2>a:before {
    right: 0.65em;
  }

  body.help #main_area .help_index_cont .help_index_list ul {
    padding: 0;
  }

  body.help #main_area .help_index_cont .help_index_list ul li a,
  body.help #main_area .help_index_cont .help_index_list ul li>span {
    padding: 0.775em 2em 0.775em 1em;
  }

  body.help #main_area .help_index_cont .help_index_list ul li>a:before {
    position: absolute;
    right: 0.775em;
    top: 0;
    width: 13px;
    height: 100%;
    content: "";
    background-image: url(/media/images/common/icon_pager_l_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  body.help #main_area .help_index_cont .help_index_list>div {
    padding-bottom: 1.5em;
  }
}

/*                お問い合わせ
======================================================= */
body.contact #main_area {
  margin-bottom: 6em;
}

body.contact #main_area .contact_cont .contact_cont_inner {
  padding: 2.5em 0;
}

body.contact #main_area .free_call {
  text-align: center;
  padding: 3.5em 0;
}

body.contact #main_area .free_call .call_title {
  padding-bottom: 1.75em;
  border-bottom: solid 1px #8b93b8;
  max-width: 420px;
  margin: auto;
}

body.contact #main_area .free_call .call_title h2,
body.contact #main_area .free_call .call_title h3 {
  font-size: 200%;
  font-weight: 600;
  color: #023894;
  letter-spacing: 0.15em;
}

body.contact #main_area .free_call .phone_num {
  margin-top: 1.8em;
}

body.contact #main_area .contact_caution {
  text-align: left;
}

body.contact #main_area .contact_caution p {
  text-align: center;
  color: #15215e;
}

body.contact #main_area .contact_caution p.btn {
  margin: 4em auto 2em;
}

body.contact #main_area .contact_caution p.btn a {
  line-height: 1;
  display: inline-block;
  font-size: 142.86%;
  letter-spacing: 0.02em;
  padding: 12px 24px;
  background: #15215e;
  color: #ffffff;
}

body.contact #main_area .contact_caution p.btn a span {
  font-size: 150%;
  padding: 0 0 0 8px;
  line-height: 0;
}

body.contact #main_area .contact_caution p.caution_title {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

body.contact #main_area .contact_caution p.note {
  font-size: 85.71%;
}

@media only screen and (max-width: 768px) {
  body.contact #main_area {
    margin-bottom: 1.5em;
  }

  body.contact #main_area .contact_cont .contact_cont_inner {
    padding: 1.5em 20px;
  }

  body.contact #main_area .free_call {
    text-align: center;
    padding: 0;
  }

  body.contact #main_area .free_call .call_title {
    padding-bottom: 1em;
    border-bottom: none;
  }

  body.contact #main_area .free_call .call_title h2,
  body.contact #main_area .free_call .call_title h3 {
    font-size: 157.1%;
    font-weight: 600;
    color: #023894;
    letter-spacing: 0.15em;
  }

  body.contact #main_area .free_call .phone_num {
    margin-top: 0;
  }

  body.contact #main_area .free_call .phone_num>a {
    display: block;
    max-width: 400px;
    margin: auto;
  }

  body.contact #main_area .free_call .phone_num>a>span {
    display: block;
    border: solid 1px #8b93b8;
    padding: 1em 0.5em;
    margin: auto;
    margin-bottom: 1em;
  }

  body.contact #main_area .free_call .phone_num>a p {
    text-align: left;
    color: #000b41;
  }

  body.contact #main_area .contact_caution p.btn a span {
    font-size: 128.55%;
  }

  body.contact #main_area .contact_caution p.caution_title {
    font-size: 171.4%;
    margin-bottom: 20px;
  }
}

/*                サイトマップ
======================================================= */
body.sitemap #main_area {
  margin-bottom: 6em;
}

@media only screen and (max-width: 768px) {
  body.sitemap #main_area {
    margin-bottom: 1.5em;
  }
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner {
  padding: 3.5em 0;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl {
  overflow: hidden;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt {
  float: left;
  width: 230px;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd {
  width: 100%;
  padding-left: 280px;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>a,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>span,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>a,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>span {
  display: block;
  color: #000b41;
  line-height: 1.1;
  padding: 1.75em 2.25em 1.5em 1.5em;
  font-size: 114.3%;
  border: solid 1px #e6e6e6;
  position: relative;
  background-color: #f2f3f5;
  line-height: 1.1;
  position: relative;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>a>span>span,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>span>span>span,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>a>span>span,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>span>span>span {
  display: inline-block;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>a:before,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>span:before,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>a:before,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>span:before {
  position: absolute;
  right: 0.75em;
  top: 0;
  width: 13px;
  height: 100%;
  content: "";
  background-image: url(/media/images/common/icon_pager_l_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt+li,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li+li {
  margin-top: 10px;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul {
  padding: 0 0 0.75em 1.25em;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul>li {
  border-bottom: solid 1px #e6e6e6;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul>li>a,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul>li>span {
  display: block;
  padding: 0.8em 0;
  position: relative;
}

body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul>li>a:before,
body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul>li>span:before {
  position: absolute;
  right: 1.75em;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
  background-image: url(/media/images/common/icon_pager_s_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd {
    padding-left: 260px;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>a,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>span,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>a,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>span {
    padding: 1.25em 1em 1.25em;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt+li,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li+li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner {
    padding: 1.5em 0;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd {
    width: 100%;
    padding-left: 0;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>a,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>span,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>a,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>span {
    font-size: 100%;
    padding: 1.25em 2em 1.25em 1.25em;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>a:before,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt>span:before,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>a:before,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>span:before {
    right: 1em;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dt+li,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li+li {
    margin-top: 5px;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul {
    padding: 0 0 10px 10px;
  }

  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul>li>a,
  body.sitemap #main_area .sitemap_cont .sitemap_cont_inner #sitemap>dl>dd>ul>li>ul>li>span {
    display: block;
    padding: 0.6em 0;
  }
}

/*                404 Error
======================================================= */
body.error404 #main_area {
  margin-bottom: 6em;
}

body.error404 #main_area .error_cont .error_cont_inner {
  padding: 6.5em 20px 12em;
  text-align: center;
}

body.error404 #main_area .link_btn {
  margin-top: 2.5em;
}

body.error404 #main_area .link_btn>a {
  width: 100%;
  margin: auto;
  max-width: 20em;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  border: solid 1px #000b41;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 1em;
  padding: 21px 2em;
  text-align: center;
  font-size: 114.3%;
  font-weight: bold;
  color: #000b41;
}

@media only screen and (max-width: 768px) {
  body.error404 #main_area {
    margin-bottom: 1.5em;
  }

  body.error404 #main_area .error_cont .error_cont_inner {
    padding: 2.5em 20px 4em;
    text-align: center;
  }
}

/*                商品add2022
======================================================= */
body.product.detail #main_area .inner .inner_cont .product_main_kv_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding: 0 100px;
  /* margin-top: 80px; */
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width {
    padding: 20px 0 0;
    margin-bottom: 50px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -7.325%;
  margin-right: -7.325%;
}

@media only screen and (max-width: 1200px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap {
    margin-left: calc(-7.325% - 20px);
    margin-right: calc(-7.325% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap {
    display: block;
    margin: 0;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  /* border-right: 1px #dcdcdc solid; */
  /* width: 53.15%; */
  /* padding: 0 7.325%; */
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_left {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  border-right: 1px #dcdcdc solid;
  width: 53.15%;
  padding: 0 7.325%;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_left .mov_frame {
  margin-top: 3em;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv {}
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_left {
    border-right: none;
    width: auto;
    padding: 0;
    margin: 0 -4.2667vw;
    margin: 0;
  }
}


body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider {
    overflow: visible;
    margin: 0 16px;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .slick-arrow.slick-prev {
    left: -32px;
  }
}

@media only screen and (max-width: 480px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .slick-arrow.slick-prev {
    left: -32px;
  }
}

@media only screen and (max-width: 480px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .slick-arrow.slick-prev {
    left: -30px;
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .slick-arrow.slick-prev::before {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .slick-arrow.slick-next {
    right: -32px;
  }
}

@media only screen and (max-width: 480px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .slick-arrow.slick-next {
    right: -30px;
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .slick-arrow.slick-next::before {
    width: 24px;
    height: 24px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #main_slider .main_slider_cont {
  padding: 0;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #nav_slider {
  margin-right: 0;
  padding: 0 24px;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #nav_slider {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #nav_slider {
    padding: 0 30px;
    margin-top: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv #nav_slider .slick-track .main_slider_cont {
    padding: 5px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_kv img {
  width: 100%;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  width: 46.85%;
  padding: 0 7.325%;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont::before {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont {
    width: 100%;
    padding: 0;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .detail_core {
  padding: 1.5em 0 1em;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .detail_title h1,
body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .detail_title p {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {

  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .detail_title h1,
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .detail_title p {
    font-size: 16px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .detail_title p.brand {
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .detail_title p.brand {
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .price p>span {
  font-weight: 500;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .price p>span.yen {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .price p>span.yen {
    font-size: 16px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .price p>span.tax {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .price p>span.tax {
    font-size: 11px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .amount p {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .amount p {
    font-size: 11px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart>a {
  background-color: #000b41;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart>a::before {
  content: none;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart>a.off {
  background-color: #e7e7e7;
  cursor: default;
  opacity: 1;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart>a.off::hover {
  opacity: 1;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart .cart_meta {
  margin: 1em 0;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart .cart_meta>div.alert {
  padding: 0;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart .cart_meta>div.alert p {
  font-size: 14px;
  font-weight: 500;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart .cart_meta>div.product_code {
  padding: 0;
  padding-top: 0.35em;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_comment {
  margin: 0 -4px 30px;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_comment p {
  width: 33.33333333%;
  border: none;
  padding: 0 4px;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_comment p a {
  border: 1px solid #dcdcdc;
  display: block;
  border-radius: 100vh;
  padding: 4px 0;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_comment p a {
    padding: 10px 0;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_series {
  padding-top: 1em;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_series p {
  color: #000b41;
  font-weight: 500;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .component_aco {
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .component_aco+.btn_series {
  border-top: none;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .component_aco .component_aco_ttl {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000b41;
  cursor: pointer;
  padding: 16px 0;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .component_aco .component_aco_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  background-image: url(/media/images/common/drawer_menu_arrow02.png);
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: contain;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .component_aco .component_aco_inner {
  display: none;
  font-size: 14px;
  padding: 16px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .component_aco .component_aco_inner {
    font-size: 12px;
  }
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .component_aco.aco_open .component_aco_ttl::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.product.detail #main_area .inner .inner_cont #edit_cont {
  margin: 0 auto 60px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .inner .inner_cont #edit_cont {
    margin: 0 auto 14vw;
  }
}

body.product.detail #main_area .inner .inner_cont #edit_cont .component {
  padding-bottom: 1.4em;
}

body.product.detail #main_area .inner .inner_cont #edit_cont .component .component_title {
  padding: 1.4em 1em 0 40px;
}

body.product.detail #main_area .inner .inner_cont #edit_cont .component .component_text {
  padding: 2em 3em 1em;
}

body.product.detail #main_area .sns {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .sns {
    margin-top: 1.5em;
    margin-bottom: 0;
    margin-bottom: 1.5em;
  }
}

body.product.detail #main_area .sns dl>dd {
  width: 29px;
  margin-left: 12px;
}

@media only screen and (max-width: 768px) {
  body.product.detail #main_area .sns dl>dd {
    width: 27px;
  }
}

body.product.detail .product_linkbox_wrap .product_linkbox .inner ul li a .img .main_slider_cont:nth-child(n + 2) {
  display: none !important;
}

body.product.detail .mod_area .mod_title {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_title {
    padding-top: 0;
    padding: 0 4.2667vw;
    width: 100%;
  }
}

body.product.detail .mod_area .mod_title.txt_l {
  text-align: left;
}

body.product.detail .mod_area .mod_title.txt_c {
  text-align: center;
}

body.product.detail .mod_area .mod_title.txt_r {
  text-align: right;
}

body.product.detail .mod_area .mod_catch .en_title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.085em;
  width: auto;
  background: #f2f3f5;
  display: inline-block;
  max-width: 128px;
  border-radius: 100vh;
  margin: 0;
  padding: 0;
  padding: 8px 1.6em;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch .en_title {
    padding: 6px 1.6em;
  }
}

body.product.detail .mod_area .mod_catch .en_title::before {
  content: none;
}

body.product.detail .mod_area .mod_catch .desc {
  color: #333;
  line-height: 1.7;
}

body.product.detail .mod_area .mod_catch.adjust {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1166px;
  padding: 0 0 70px;
}

body.product.detail .mod_area .mod_catch.adjust::before {
  content: none;
  background: #888;
  width: 100%;
  height: calc(100% - 236px);
  max-width: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 236px;
  bottom: 0;
}

@media only screen and (max-width: 900px) {
  body.product.detail .mod_area .mod_catch.adjust::before {
    max-width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust::before {
    top: 200px;
    left: -4.2667vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: none;
    height: calc(100% - 200px);
    width: 70%;
  }
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner {
    display: block;
  }
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .ttl_box {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .ttl_box {
    display: block;
  }
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .img_box {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .img_box {
    width: 100%;
  }
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .img_box .img {
  position: static;
  width: 100%;
  left: auto;
  top: auto;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .img_box .img {
    margin-bottom: 3em;
    width: calc(100% + 4.2667vw);
  }
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .img_box .img img {
  width: 100%;
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box {
    width: 100%;
  }
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box .txt_box_inner {
  width: 545px;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box .txt_box_inner {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box .txt_box_inner {
    padding-top: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box .txt_box_inner .en_title {
    display: none;
  }
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box .txt_box_inner .ja_title {
  width: auto;
}

body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box .txt_box_inner .desc {
  width: auto;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_catch.adjust .mod_catch_inner .txt_box .txt_box_inner .desc {
    font-size: 12px;
  }
}

body.product.detail .mod_area .mod_howto {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_howto {
    padding-top: 0;
  }
}

body.product.detail .mod_area .mod_howto .float_text .inner ol li.desc {
  color: #333;
}

body.product.detail .mod_area .mod_howto .float_text .inner ol li.desc::before {
  color: #000b41;
}

@media only screen and (min-width: 769px) {
  body.product.detail .mod_area .mod_howto .float_image::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  body.product.detail .mod_area .mod_howto .float_image::-webkit-scrollbar-track {
    background: #f6f6f6;
  }

  body.product.detail .mod_area .mod_howto .float_image::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 100vh;
  }
}

body.product.detail .mod_area .mod_howto .float_image .inner {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  padding-bottom: 46px;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_howto .float_image .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

body.product.detail .mod_area .mod_howto .float_image .inner .float_block .desc {
  color: #333;
}

body.product.detail .mod_area .mod_howto.adjust {
  max-width: 1080px;
  margin: 0 auto 80px;
}

body.product.detail .mod_area .mod_howto.adjust .float_text {
  float: none;
  width: auto;
}

body.product.detail .mod_area .mod_howto.adjust .float_text .inner {
  width: auto;
  margin: 0;
}

body.product.detail .mod_area .mod_howto.adjust .float_text .inner h2 {
  padding-left: 10px;
}

body.product.detail .mod_area .mod_howto.adjust .float_text .inner ol {
  display: none;
}

body.product.detail .mod_area .mod_howto.adjust .float_image {
  float: none;
  width: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-left: -20px;
}

body.product.detail .mod_area .mod_howto.adjust .float_image::after {
  background: #fff;
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: calc(100% - 25px);
}

body.product.detail .mod_area .mod_howto.adjust .float_image .inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

body.product.detail .mod_area .mod_howto.adjust .float_image .inner .float_block {
  margin: 0 30px;
  margin: 0;
  padding: 0 30px;
}

body.product.detail .mod_area .mod_howto.adjust .float_image .inner .float_block::before {
  left: -20px;
}

body.product.detail .mod_area .mod_howto.adjust .float_image .inner .float_block .img {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_howto.adjust .float_image .inner .float_block .img {
    padding: 0;
  }
}

body.product.detail .mod_area .mod_howto.adjust .float_image .inner .float_block .mod_title {
  padding-top: 0;
}

body.product.detail .mod_area .mod_howto.adjust .swiper-scrollbar {
  height: 3px;
  background: #f6f6f6;
}

body.product.detail .mod_area .mod_howto.adjust .swiper-scrollbar .swiper-scrollbar-drag {
  background: #c2c2c2;
  border-radius: 100vh;
}

body.product.detail .mod_area .mod_commit {
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_commit {
    padding-top: 40px;
  }
}

body.product.detail .mod_area .mod_commit::before {
  top: 0;
}

body.product.detail .mod_area .mod_commit .mod_note {
  color: #333;
}

@media only screen and (max-width: 768px) {
  body.product.detail .mod_area .mod_commit .mod_note {
    font-size: 10px;
  }
}

body.product.detail .mod_area .mod_commit .float_mod .float_block .mod_title+.editor {
  padding-top: 0;
}

@media only screen and (min-width: 769px) {
  body.product.detail .mod_area .list_set_wrap {
    padding-top: 20px;
  }
}

body.product.detail .mod_area .list_set .desc {
  color: #333;
}

@media only screen and (min-width: 769px) {
  body.product.detail .mod_area .mod_image {
    padding-top: 20px;
  }
}

body.product.detail .mod_area .editor {
  color: #333;
}

body.product.detail .mod_area .editor a {
  color: #000b41;
}

body.product.detail .mod_area .editor p {
  line-height: 1.7;
}

body.product.detail .mod_area .mod_separate .separate {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  border-top: 1px #dcdcdc solid;
}

body.product.detail .brand_info .inner .bnr a .text_area .name,
body.product.detail .brand_info .inner .bnr>span .text_area .name {
  font-size: 26px;
  letter-spacing: 1.8px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {

  body.product.detail .brand_info .inner .bnr a .text_area .name,
  body.product.detail .brand_info .inner .bnr>span .text_area .name {
    font-size: 18px;
  }
}

body.product.detail #with_items .with_wrap .cart .price {
  font-weight: 500;
}

body.product.detail #with_items .with_wrap .cart .btn a {
  background: #000b41;
}

body.product.detail #with_items .with_wrap .with_item .img img:nth-child(n + 2) {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  body.product.detail #with_items .with_wrap .with_item .text_area .brand {
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

body.product.detail #with_items .with_wrap .with_item .text_area .cate ul li {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  body.product.detail #with_items .with_wrap .with_item .text_area .cate ul li {
    font-size: 10px;
  }
}

body.product.detail #similar_items .similar_wrap .cart,
body.product.detail #similar_items .similar_wrap .btn_cart {
  margin-bottom: 24px;
}

body.product.detail #similar_items .similar_wrap .cart a,
body.product.detail #similar_items .similar_wrap .btn_cart a {
  font-weight: 500;
  background: #000b41;
  padding: 8px 0;
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items .similar_wrap .name {
    font-size: 12px;
  }
}

body.product.detail #similar_items .similar_wrap .name a {
  color: #000b41;
}

body.product.detail #similar_items .similar_wrap .brand,
body.product.detail #similar_items .similar_wrap .price,
body.product.detail #similar_items .similar_wrap .capacity {
  padding: 12px 20px;
}

@media only screen and (max-width: 768px) {

  body.product.detail #similar_items .similar_wrap .brand,
  body.product.detail #similar_items .similar_wrap .price,
  body.product.detail #similar_items .similar_wrap .capacity {
    padding: 24px 2.6667vw;
    padding: 10px 2.6667vw;
  }
}

@media only screen and (max-width: 768px) {

  body.product.detail #similar_items .similar_wrap .similar_criteria .inner .similar_head .brand,
  body.product.detail #similar_items .similar_wrap .similar_criteria .inner .similar_head .price,
  body.product.detail #similar_items .similar_wrap .similar_criteria .inner .similar_head .capacity {
    padding: 24px 2.6667vw;
    padding: 10px 2.6667vw;
  }
}

body.product.detail #similar_items .similar_wrap .criteria_item .brand,
body.product.detail #similar_items .similar_wrap .criteria_item .price,
body.product.detail #similar_items .similar_wrap .criteria_item .capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items.adjust .adjust_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 769px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp {
    width: 36px;
    margin-left: 20px;
    padding-bottom: 3.45vw;
  }
}

@media only screen and (max-width: 480px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp {
    padding-bottom: 3.5vw;
  }
}

body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .brand,
body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .price,
body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .capacity {
  font-size: 11px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: #f6f6f6;
  border-left: 1px solid #dcdcdc;
  padding: 10px 2.6667vw;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .brand>span,
body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .price>span,
body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .capacity>span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .price {
  font-size: 14px;
  font-weight: 500;
}

body.product.detail #similar_items.adjust .adjust_wrap .similar_head.sp .capacity {
  font-size: 12px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_wrap {
    overflow-x: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_wrap .similar_criteria {
    width: 52vw;
    width: calc(52vw - 56px);
    padding-left: 4.2667vw;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_wrap .similar_criteria .inner .similar_head {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_wrap .similar_criteria .inner .criteria_item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #similar_items.adjust .adjust_wrap .similar_wrap .similar_item {
    width: 48vw;
    overflow: visible;
  }
}

body.product.detail .floating_area {
  right: 65px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  body.product.detail .floating_area {
    right: 2.1333vw;
  }
}

body.product.detail .floating_area .cart a,
body.product.detail .floating_area .btn_cart a {
  background: #000b41;
}

body.product.detail .floating_area .cart a.empty,
body.product.detail .floating_area .btn_cart a.empty {
  visibility: hidden;
  pointer-events: none;
}

body.product.detail .floating_area .cart a.off,
body.product.detail .floating_area .btn_cart a.off {
  background-color: #e7e7e7;
  cursor: default;
  opacity: 1;
}

body.product.detail .floating_area .cart a.off::hover,
body.product.detail .floating_area .btn_cart a.off::hover {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  body.product.detail #brand_news .brand_news_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 769px) {
  body.product.detail #brand_news .brand_news_slider .brand_news_cont+.brand_news_cont {
    margin-left: 0;
  }
}

@media only screen and (min-width: 769px) {
  body.product.detail #brand_news .brand_news_slider .brand_news_cont {
    width: 20%;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #brand_news .sp_movenone .slick-list {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #brand_news .sp_movenone .slick-track {
    width: 100% !important;
    left: 0 !important;
    position: static !important;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #brand_news .sp_movenone .slick-track .brand_news_cont {
    width: 50% !important;
  }
}

@media only screen and (max-width: 768px) {
  body.product.detail #brand_news .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

#main_area #product_list .product_list_slider.slick-slider .slick-list .slick-track,
#main_area .product_list .product_list_slider.slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_area #product_list .product_list_slider.slick-slider .slick-list .slick-track .slick-slide,
#main_area .product_list .product_list_slider.slick-slider .slick-list .slick-track .slick-slide {
  float: none;
}

@media only screen and (min-width: 769px) {

  #main_area #product_list .product_list_thumb,
  #main_area .product_list .product_list_thumb {
    overflow: visible;
  }
}

#main_area #product_list .product_list_cont,
#main_area .product_list .product_list_cont {
  margin-bottom: 40px;
  padding: 20px 10px 45px;
}

@media only screen and (max-width: 768px) {

  #main_area #product_list .product_list_cont,
  #main_area .product_list .product_list_cont {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {

  #main_area #product_list .product_list_cont .product_text .head p,
  #main_area .product_list .product_list_cont .product_text .head p {
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

#main_area #product_list .product_list_cont .product_text .head h3,
#main_area .product_list .product_list_cont .product_text .head h3 {
  font-size: 16px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {

  #main_area #product_list .product_list_cont .product_text .head h3,
  #main_area .product_list .product_list_cont .product_text .head h3 {
    font-size: 12px;
  }
}

#main_area #product_list .product_list_cont .product_text .price p,
#main_area .product_list .product_list_cont .product_text .price p {
  font-size: 18px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {

  #main_area #product_list .product_list_cont .product_text .price p,
  #main_area .product_list .product_list_cont .product_text .price p {
    font-size: 12px;
  }
}

#main_area #product_list .product_list_cont .product_text .meta p.end,
#main_area .product_list .product_list_cont .product_text .meta p.end {
  display: inline;
  font-size: 10px;
  line-height: 2;
  color: #fff;
  background: #868686;
  padding: 2px 4px 3px 6px;
  margin-right: 6px;
}

#main_area #product_list .product_list_cont .product_text .meta ul,
#main_area .product_list .product_list_cont .product_text .meta ul {
  display: inline;
}

#main_area #product_list .product_list_cont.limited a::before,
#main_area .product_list .product_list_cont.limited a::before {
  content: "限 定";
  font-size: 12px;
  color: #ff2687;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  position: absolute;
  right: 10px;
  top: -20px;
  border: 2px #ff2687 solid;
  padding: 4px 8px;
}

@media only screen and (max-width: 768px) {

  #main_area #product_list .product_list_cont.limited a::before,
  #main_area .product_list .product_list_cont.limited a::before {
    font-size: 10px;
    right: 5px;
    top: 0;
    padding: 2px 8px 3px;
  }
}

@media only screen and (max-width: 768px) {

  #main_area #product_list .product_list_cont.limited a::after,
  #main_area .product_list .product_list_cont.limited a::after {
    top: 0;
  }
}

#main_area #product_list .product_list_cont .btn_cart,
#main_area .product_list .product_list_cont .btn_cart {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main_area #product_list .product_list_cont .btn_cart a,
#main_area .product_list .product_list_cont .btn_cart a {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background-color: #000b41;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  max-width: 123px;
  padding: 8px;
  margin: 0 auto;
  /* &::after{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 32px;
    height: 100%;
    background-image: url(/media/images/product/icon_btn_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    @media only screen and (max-width: 1024px) {
      width: 28px;
    }
  } */
}

@media only screen and (max-width: 768px) {

  #main_area #product_list .product_list_cont .btn_cart a,
  #main_area .product_list .product_list_cont .btn_cart a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 400px) {

  #main_area #product_list .product_list_cont .btn_cart a,
  #main_area .product_list .product_list_cont .btn_cart a {
    max-width: 160px;
  }
}

#main_area #product_list .product_list_cont .btn_cart a:hover,
#main_area .product_list .product_list_cont .btn_cart a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#main_area #product_list .product_list_cont .btn_cart a::before,
#main_area .product_list .product_list_cont .btn_cart a::before {
  content: none;
}

#main_area #product_list .product_list_cont .btn_cart a::after,
#main_area .product_list .product_list_cont .btn_cart a::after {
  content: none;
}

#main_area #product_list .product_list_cont .btn_cart a.off,
#main_area .product_list .product_list_cont .btn_cart a.off {
  background-color: #e7e7e7;
  cursor: default;
  opacity: 1;
}

#main_area #product_list .product_list_cont .btn_cart a.off::hover,
#main_area .product_list .product_list_cont .btn_cart a.off::hover {
  opacity: 1;
}

#brand.brand #main_area #product_list .product_list_thumb,
#brand.brand #main_area .product_list .product_list_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#brand.brand #main_area #product_list .product_list_thumb .product_list_cont,
#brand.brand #main_area .product_list .product_list_thumb .product_list_cont {
  float: none;
  height: auto !important;
  padding: 20px 20px 55px;
}

#main_area #related_list .related_list_slider.slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_area #related_list .related_list_slider.slick-slider .slick-list .slick-track .slick-slide {
  float: none;
}

#main_area #related_list .related_list_cont {
  padding: 20px 20px 45px;
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont {
    padding: 20px 20px 30px;
    padding: 20px 10px 30px;
  }
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont .product_thumb {
    min-width: 92px;
    min-width: 100px;
  }
}

#main_area #related_list .related_list_cont .product_text {
  margin-top: 2em;
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont .product_text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont .product_text .head p {
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont .product_text .head h3 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont .product_text .price p {
    font-size: 12px;
  }
}

#main_area #related_list .related_list_cont .product_text .meta {
  margin-bottom: 0.1em;
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont .product_text .meta ul li {
    font-size: 10px;
  }
}

#main_area #related_list .related_list_cont .btn_cart {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 5px;
}

#main_area #related_list .related_list_cont .btn_cart a {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background-color: #000b41;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  max-width: 123px;
  padding: 8px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #main_area #related_list .related_list_cont .btn_cart a {
    font-size: 12px;
    max-width: 105px;
  }
}

#main_area #related_list .related_list_cont .btn_cart a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#main_area #related_list .related_list_cont .btn_cart a::before {
  content: none;
}

#main_area #related_list .related_list_cont .btn_cart a.off {
  background-color: #e7e7e7;
  cursor: default;
  opacity: 1;
}

#main_area #related_list .related_list_cont .btn_cart a.off::hover {
  opacity: 1;
}

#main_area #related_list.ft_slide .sp {
  white-space: normal !important;
  overflow-x: visible !important;
  padding-right: 15%;
}

@media only screen and (max-width: 768px) {
  #main_area #related_list.ft_slide .sp .related_list_slider {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider input,
  #main_area #related_list.ft_slide .sp .related_list_slider textArea,
  #main_area #related_list.ft_slide .sp .related_list_slider select,
  #main_area #related_list.ft_slide .sp .related_list_slider button {
    background: none;
    margin: 0px;
    outline: none;
    padding: 0px;
    font-weight: normal;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    list-style-type: none;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider button {
    cursor: pointer;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider.slick-initialized {
    opacity: 1;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-list {
    width: 100%;
    height: 100%;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-slide {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-slide:focus {
    outline: none;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    position: absolute;
    bottom: -54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px #000 solid;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 769px) {
  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_left {
    left: auto;
    right: 136px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_left {
    right: 74px;
  }
}

@media only screen and (max-width: 768px) {
  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_left span {
    padding-right: 1px;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_left span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 6px;
    height: 6px;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_right {
    left: auto;
    right: 76px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_right {
    right: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_right span {
    padding-left: 1px;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-arrow.nv_right span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(50% - 6px);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 6px;
    height: 6px;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li {
    width: 10px;
    height: 10px;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li+li {
    margin-left: 15px;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li button {
    overflow: visible;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    z-index: 999;
    background-color: #d2d2d2;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li:first-child button::before {
    display: none;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li:last-child button::after {
    display: none;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li.slick-active button {
    background-color: #e0d700;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li:hover {
    cursor: pointer;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots li:hover button {
    background-color: #e0d700;
  }

  #main_area #related_list.ft_slide .sp .related_list_slider .slick-dots>li:first-child:last-child {
    display: none;
  }
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .autopager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont {
  float: none;
  /* > a{
    height: 100% !important;
  } */
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .product_text .head p {
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .product_text .head h3 {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .product_text .head h3 {
    font-size: 12px;
  }
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .product_text .price p {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .product_text .price p {
    font-size: 12px;
  }
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 10px 20px;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background-color: #000b41;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  max-width: 123px;
  padding: 8px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a {
    font-size: 12px;
  }
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a::before {
  content: none;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a.off {
  background-color: #e7e7e7;
  cursor: default;
  opacity: 1;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a.off::hover {
  opacity: 1;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a.empty {
  visibility: hidden;
  pointer-events: none;
}

#main_area #ranking_list .ranking_list_cont {
  padding: 20px 20px 45px;
}

@media only screen and (max-width: 768px) {
  #main_area #ranking_list .ranking_list_cont {
    padding: 20px 5px 45px;
  }
}

#main_area #ranking_list .ranking_list_cont .btn_cart {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 5px;
}

#main_area #ranking_list .ranking_list_cont .btn_cart a {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background-color: #000b41;
  display: block;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  max-width: 123px;
  padding: 8px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #main_area #ranking_list .ranking_list_cont .btn_cart a {
    font-size: 12px;
  }
}

#main_area #ranking_list .ranking_list_cont .btn_cart a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#main_area #ranking_list .ranking_list_cont .btn_cart a::before {
  content: none;
}

#main_area #ranking_list .ranking_list_cont .btn_cart a.off {
  background-color: #e7e7e7;
  cursor: default;
  opacity: 1;
}

#main_area #ranking_list .ranking_list_cont .btn_cart a.off::hover {
  opacity: 1;
}

/**
  #main_area {
    .keyword_search_list{
      ul{
        li{
          & + li{
            @media only screen and (max-width: 900px) {//0819
              padding-top: 15px;
            }
          }
          a,
          > div{
            .main{
              .main_inner{
                .title{
                  h3{
                    height: auto;
                    @media only screen and (max-width: 768px) {//0819
                      //opacity: 0.5;
                      font-size: 12px;
                    }
                  }
                }//title
                .expert{
                  p{
                    @media only screen and (max-width: 768px) {//0819
                      //opacity: 0.5;
                      font-size: 10px;
                    }
                  }
                }
              }//main_inner
            }
          }
        }
      }
    }
  }
**/
.night+.itemLineup.sabo_item5 {
  margin-top: 5em;
}

#contents .itemLineup.sabo_item5 h3 {
  width: auto;
  margin: auto;
}

.itemLineup.sabo_item5 {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .itemLineup.sabo_item5 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.itemLineup.sabo_item5 .bgTitStyle {
  background-color: #f8f8f8;
  position: relative;
  margin: 0 0 30px;
  padding: 20px 0 20px 2em;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .itemLineup.sabo_item5 .bgTitStyle {
    padding: 10px 0 10px 1.5em !important;
  }
}

.itemLineup.sabo_item5 .bgTitStyle .titTxt {
  color: #333d5a;
}

.itemLineup.sabo_item5 .bgTitStyle .subTxt {
  font-size: 8px;
  color: #898989;
}

.itemLineup.sabo_item5 .title_cont {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .itemLineup.sabo_item5 .title_cont {
    margin-bottom: 1.5em;
  }
}

.itemLineup.sabo_item5 .title_cont .ttl {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .itemLineup.sabo_item5 .title_cont .ttl {
    font-size: 20px;
    padding: 15px 0 0;
  }
}

.itemLineup.sabo_item5 .title_cont .ttl::before {
  content: "";
  background: #ffe800;
  width: 48px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .itemLineup.sabo_item5 .title_cont .ttl::before {
    width: 32px;
    height: 3px;
  }
}

.itemLineup.sabo_item5 .title_cont.normal .ttl {
  text-align: left;
  padding: 0;
}

.itemLineup.sabo_item5 .title_cont.normal .ttl::before {
  content: none;
}

.itemLineup.sabo_item5 .product_list .product_list_thumb .product_list_cont {
  width: 20% !important;
}

@media only screen and (max-width: 900px) {
  .itemLineup.sabo_item5 .product_list .product_list_thumb .product_list_cont {
    width: 50% !important;
  }
}

/*               20240328追加
======================================================= */

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart>a.disabled,
body.product.detail .floating_area .cart a,
body.product.detail .floating_area .btn_cart a.disabled,
body.product.detail #similar_items .similar_wrap .cart a,
body.product.detail #similar_items .similar_wrap .btn_cart a.disabled,
#main_area #related_list .related_list_cont .btn_cart a.disabled,
#main_area #product_list .product_list_cont .btn_cart a.disabled,
#main_area .product_list .product_list_cont .btn_cart a.disabled,
#main_area #ranking_list .ranking_list_cont .btn_cart a.disabled {
  background-color: #e7e7e7;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}

body.product.detail #main_area .inner .inner_cont .product_main_kv_width .product_main_kv_wrap #main_cont .btn_cart>a.disabled:hover,
body.product.detail .floating_area .cart a,
body.product.detail .floating_area .btn_cart a.disabled:hover,
body.product.detail #similar_items .similar_wrap .cart a,
body.product.detail #similar_items .similar_wrap .btn_cart a.disabled:hover,
#main_area #related_list .related_list_cont .btn_cart a.disabled:hover,
#main_area #ranking_list .ranking_list_cont .btn_cart a:hover {
  opacity: 1;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart a.disabled {
  background-color: #e7e7e7;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}

/*               2025追加
======================================================= */
body#news.news.detail #bread ol li,
body#news.news.detail #bread ol li a {
  color: #fff;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .autopager {
  gap: 0 20px;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb {
  margin-left: 0;
  margin-right: -20px;
  margin-bottom: 0;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont {
  min-width: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  width: calc(25% - 20px);
  margin-bottom: 20px;
}

#brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont .btn_cart {
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

#brand.brand_normal #main_area #brand_item .brand_item_cont>a {
  background: none;
}

@media only screen and (max-width: 768px) {
  #brand.brand_normal #main_area #brand_item .brand_item_thumb .autopager {
    gap: 0 10px;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_thumb {
    margin-right: -10px;
  }

  #brand.brand_normal #main_area #brand_item .brand_item_thumb .brand_item_cont {
    width: calc(50% - 10px);
  }
}

body#search #bread {
  visibility: hidden;
}