@charset "utf-8";
/*                下層共通
======================================================= */
/*                bread
======================================================= */
@media only screen and (max-width: 768px) {
  #bread {
    display: none;
  }
}
#bread ol {
  padding: 2.4em 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 1.0em 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 1.0em 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: 4.0em;
    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: 2.0em;
  }
  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: 3.0em 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: 2.0em;
    padding-bottom: 2.0em;
  }
  body.about #main_area .add_link .add_text {
    margin-bottom: 1.0em;
  }
  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 {
  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;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#product #main_area #brand_cate .ko .checkbox {
  margin-bottom: 0;
  margin-right: 0;
  -mox-border-radius: 0;
  -webkit-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;
  -webkit-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;
  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;
  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;
    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;
    transition: 400ms;
  }
  #product #main_area #brand_cate.fixed {
    position: fixed;
    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;
  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 {
  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: 1.0em;
  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: 1.0em;
    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: 2.0em;
  padding-bottom: 2.0em;
  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;
  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 {
  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;
  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);
  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;
  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 {
  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 {
  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 {
  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;
  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);
  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;
  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;
  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);
  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 {
  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;
  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);
  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;
  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;
  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);
  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 {
  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;
  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);
  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;
  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;
  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);
  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;
  transition: 400ms;
}
#news.index #main_area .news_cat_nav .cat_menu > div > a:hover {
  background-color: #efe3de;
  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 #ebebeb;
}
@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;
    transition: 400ms;
  }
  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-prev:before {
    transform: rotate(180deg);
  }
  body.detail #main_area .inner .inner_cont #main_kv #main_slider .slick-arrow.slick-next {
    right: -100px;
    opacity: 0;
    transition: 400ms;
  }
  body.detail #main_area .inner .inner_cont #main_kv #main_slider:hover .slick-arrow.slick-prev {
    left: 5px;
    opacity: 1;
    transition: 800ms;
  }
  body.detail #main_area .inner .inner_cont #main_kv #main_slider:hover .slick-arrow.slick-next {
    right: 5px;
    opacity: 1;
    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 {
    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 #ebebeb;
  }
}
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 #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 1.5em 0 2.0em;
}
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;
  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;
  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: 2.0em 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: 2.0em;
  padding-bottom: 1em;
  border: solid 1px #e6e6e6;
}
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;
  transition: 400ms;
}
body.detail #main_area .inner .inner_cont #edit_cont .component .component_title.open > span:before {
  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: 3.0em;
}
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-flex;
  display: flex;
  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: 1.0em;
    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: 1.0em;
  margin-bottom: 2.0em;
}
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 + .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-flex;
  display: flex;
  justify-content: 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: 1.0em;
  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: 1.0em;
  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: 8.0em;
  }
  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: 3.0em;
    padding-top: 3.0em;
    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;
  }
  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;}
}

/*                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;
  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;
  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;
  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;
  transform: rotate(45deg);
  transition: 400ms;
}
#hadanayami #main_area .head_nav ul li a:hover {
  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;
  transition: 400ms;
}
#hadanayami #main_area .head_nav ul li a.all {
  border: solid 1px #ff5d98;
  background-color: #fff;
  transition: 400ms;
  color: #ff5d98;
}
#hadanayami #main_area .head_nav ul li a.all:hover {
  background-color: #fee9f0;
  transition: 400ms;
}
#hadanayami #main_area .head_nav ul li a.all:before {
  background-color: #ff5d98;
  transform: rotate(45deg);
}
#hadanayami #main_area .head_nav ul li a.hari {
  border: solid 1px #f64d4d;
  background-color: #ffff;
  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;
  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: #ffff;
  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;
  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: #ffff;
  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;
  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: #ffff;
  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;
  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: #ffff;
  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;
  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: #ffff;
  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;
  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: flex;
    /* 変更なし */
    justify-content: 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;
    transition: 400ms;
  }
  #hadanayami #main_area .banner.in {
    right: 30px;
    bottom: 1em;
    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;
    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;
    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;
  transition: 400ms;
}
#hadanayami.hari #main_area .head_nav ul li a.hari:before {
  background-color: #f64d4d;
  left: -12px;
  bottom: -12px;
  transition: 400ms;
}
#hadanayami.keana #main_area .head_nav ul li a.keana {
  background-color: #fffae9;
  transition: 400ms;
}
#hadanayami.keana #main_area .head_nav ul li a.keana:before {
  background-color: #fac642;
  left: -12px;
  bottom: -12px;
  transition: 400ms;
}
#hadanayami.kusumi #main_area .head_nav ul li a.kusumi {
  background-color: #faf0fb;
  transition: 400ms;
}
#hadanayami.kusumi #main_area .head_nav ul li a.kusumi:before {
  background-color: #c67ccd;
  left: -12px;
  bottom: -12px;
  transition: 400ms;
}
#hadanayami.mejiri #main_area .head_nav ul li a.mejiri {
  background-color: #fff1f0;
  transition: 400ms;
}
#hadanayami.mejiri #main_area .head_nav ul li a.mejiri:before {
  background-color: #f6817b;
  left: -12px;
  bottom: -12px;
  transition: 400ms;
}
#hadanayami.shimi #main_area .head_nav ul li a.shimi {
  background-color: #cde2fa;
  transition: 400ms;
}
#hadanayami.shimi #main_area .head_nav ul li a.shimi:before {
  background-color: #517fb3;
  left: -12px;
  bottom: -12px;
  transition: 400ms;
}
#hadanayami.nikibi #main_area .head_nav ul li a.nikibi {
  background-color: #cdf9fa;
  transition: 400ms;
}
#hadanayami.nikibi #main_area .head_nav ul li a.nikibi:before {
  background-color: #59c1c3;
  left: -12px;
  bottom: -12px;
  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 {
  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;
    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 {
  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;
    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 1.0em 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 1.0em;
  }
  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 {
  line-height: 1.8;
}
@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.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 1.0em 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;
  }
}

/*                記事系
======================================================= */
/*                お問い合わせ
======================================================= */
