﻿/*!
Theme Name: closetchild
Description: closetchildのサイトです。
Theme URI: http://closet-child.com/
Author: Yoshikazu Gonokami
Author URI: https://www.closet-child.com/
Version: 1.0.1
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  color: #0d0303;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text",
    Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
a {
  overflow: hidden;
  outline: none !important;
}
a:focus {
  outline: none !important;
}
.clearfix {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn .deleteinput,
.btn .backinput,
.btn .deleteninput,
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.red {
  color: red;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header,
#header {
  z-index: 6;
}
.drawer_close {
  z-index: 5;
}
.drawer_box {
  z-index: 4;
}
.sb-toggle-left {
  z-index: 4;
}
.drawer_btn {
  z-index: 3;
}
.sb-slidebar {
  z-index: 3;
}
.sidemenu_box {
  z-index: 3;
}
.pagiNation {
  z-index: 2;
}
.slider .btnNext {
  z-index: 2;
}
#top_shop_btn {
  z-index: 2;
}
.header_main_menu {
  z-index: 1;
}
.top_main {
  z-index: 0;
}
.box {
  width: 1000px;
  margin: 0 auto !important;
  display: block;
  overflow: hidden;
}
.box_disp {
  padding: 10px;
  margin: 10px 0;
  background: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.box_title {
  font-weight: bold;
  font-size: 150%;
  margin: 0;
  display: block;
  overflow: hidden;
  padding: 10px 10px 5px 10px;
  margin: 10px 0;
  border-top: 3px solid #bea353;
  border-bottom: 3px solid #bea353;
}
.box_cap {
  font-weight: bold;
  font-size: 110%;
  margin-top: 5%;
  display: block;
  overflow: hidden;
}
.box_check {
  font-size: 90%;
  margin: 10px 0 0 0;
  padding: 10px 10px 5px 10px;
  background: #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.relation_link {
  text-align: right;
  margin: 30px 0 0 0;
  padding: 10px;
  line-height: 2;
  display: block;
  overflow: hidden;
}
.relation_link a {
  text-decoration: none;
}
.relation_link a:hover {
  text-decoration: none;
}
.relation_link a:after {
  content: "\f138";
  font-family: FontAwesome;
  color: #bea353;
  font-size: 100%;
  margin-left: 5px;
}
.kiyaku .box {
  padding: 10px;
}
.kiyaku .description {
  padding: 10px 0 0 0;
  color: #0d0303;
}
.kiyaku dl {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.kiyaku dt {
  font-weight: bold;
  font-size: 110%;
  margin-top: 3%;
  display: block;
  overflow: hidden;
}
.kiyaku dd {
  padding: 5px;
}
.sell_pr_box {
  background: #fff;
  padding: 0 10px 30px;
  display: block;
  overflow: hidden;
}
.sell_pr_point ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  display: -webkit-box;
  display: -moz-box;
}
.sell_pr_point li {
  padding: 5px;
  width: 25%;
  text-align: center;
  display: block;
  overflow: hidden;
}
.sell_pr_point li img {
  margin: 0 auto;
  text-align: center;
}
.sell_pr_box_disp {
  padding: 10px 5px;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
  margin: 3% auto;
  width: 850px;
}
.sell_pr_box_disp b {
  font-weight: bold;
}
.sell_pr_box_disp i {
  text-decoration: underline;
  color: red;
  font-weight: bold;
}
.sell_area_box {
  margin: 0 0 5% 0;
}
.sell_area_box ul li {
  border-top: 1px solid #eee;
  font-weight: bold;
  background-image: url(../img/right.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 1%;
}
.sell_area_box ul li a {
  padding: 15px 4% 10px 10px;
  display: block;
  overflow: hidden;
  color: #4d0a10;
}
.sell_area_box ul li a:hover {
  text-decoration: none !important;
  background: rgba(52, 152, 219, 0.1);
}
.sell_area_cap {
  font-size: 200%;
  text-align: center;
  font-weight: none;
  margin: 20px 0 0 0;
}
.sell_area_box_cap {
  font-weight: none;
  font-size: 110%;
  margin: 3%;
  text-align: center;
  display: block;
  overflow: hidden;
}
.sell_pr_box_cap {
  font-weight: bold;
  font-size: 240%;
  margin: 3% 0 3% 0;
  display: block;
  overflow: hidden;
  text-align: center;
}
.lease .box {
  padding: 10px;
}
.media_info .box {
  padding: 10px;
}
.media_info dl {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.media_info dt {
  padding: 5px 5px 0 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  color: #999;
}
.media_info dd {
  padding: 5px;
}
.company .box {
  padding: 10px;
}
.company dl {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.company dt {
  font-weight: bold;
  font-size: 110%;
  margin-top: 3%;
  padding: 5px 0;
  display: block;
  overflow: hidden;
  float: left;
  width: 18%;
  clear: left;
  border-right: 1px solid #999;
}
.company dd {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 5px 0 5px 2%;
  margin-top: 3%;
  float: left;
  width: 80%;
}
.ssl_seal_area {
  display: block;
  overflow: hidden;
  clear: both;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ssl_seal {
  display: block;
  overflow: hidden;
  padding: 10px;
  margin: 0 auto;
}
.ssl_disp {
  display: block;
  overflow: hidden;
  text-align: left;
}
.data_table {
  width: 100%;
}
.data_table .cell_header,
.data_table .cell_data,
.data_table .cell_data2 {
  padding: 5px;
  border: 1px solid #3e0003;
  vertical-align: middle;
}
.data_table .cell_header {
  color: #3e0003;
  background-color: #f5f5f5;
  white-space: nowrap;
}
.data_table .cell_data {
  color: #333333;
  background-color: #ffffff;
}
.cellbold {
  font-weight: bold;
}
.cellnormal {
  font-size: medium;
}
.cellleft {
  text-align: left;
}
.cellright {
  text-align: right;
}
.cellcenter {
  text-align: center;
}
.nodata {
  padding: 30px 0px;
}
.main_list_box ul li {
  border-top: 1px solid #eee;
  font-weight: bold;
  background-image: url(../img/right.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 2%;
}
.main_list_box ul li a {
  padding: 10px 4% 10px 10px;
  display: block;
  overflow: hidden;
  color: #4d0a10;
}
.main_list_box ul li a:hover {
  text-decoration: none !important;
}
.main_list_box small {
  color: #bea353;
  display: block;
  overflow: hidden;
  font-size: 50%;
}
.main_list_box ul li .icon-trip {
  font-size: 150%;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
}
.sell_pr_box {
  display: none;
}
.sell_pr_box.is_show {
  display: block;
}
#tab {
  padding: 10px 10px 0 10px;
  background: #4d0a10;
}
ul#tabnavi {
  margin-left: 1%;
}
#tabnavi li {
  display: block;
}
#tabnavi li a {
  display: block;
  float: left;
  background: #eee;
  margin: 1% 0.5%;
  color: #4d0a10;
  text-align: center;
  text-decoration: none;
  width: 32%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1% 0 1% 0;
  transition: all 0.3s;
}
#tabnavi li a:hover,
#tabnavi li a.active,
#tabnavi .is_active {
  color: #fff;
  background: #4d0a10;
}
#tabnavi li a:before {
  content: "\f096";
  font-family: FontAwesome;
  position: relative;
  color: #270707;
  top: 2px;
  right: 4px;
  font-size: 120%;
}
#tabnavi li a.active:before,
#tabnavi li .is_active:before {
  content: "\f046";
  font-family: FontAwesome;
  position: relative;
  color: #fff;
  top: 2px;
  right: 4px;
  font-size: 120%;
  font-weight: 100 !important;
}
#tabnavi .en a {
  padding: 6px 0 6px 0;
}
#tabcontent {
  padding: 5px;
  clear: both;
  display: block;
  overflow: hidden;
}
#top_shop_btn {
  position: fixed;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
#top_shop_btn img {
  text-align: center;
  width: 30%;
  margin: 0 auto 10%;
  display: block;
  overflow: hidden;
}
ul#tabnavi2 {
  margin-left: 1%;
  clear: both;
}
#tabnavi2 li {
  display: block;
}
#tabnavi2 li a {
  display: block;
  float: left;
  background: #eee;
  margin: 1% 0;
  color: #999;
  text-align: center;
  text-decoration: none;
  width: 20%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1% 0 1% 0;
  transition: all 0.3s;
}
#tabnavi2 li a:hover {
  color: #fff;
  background: #761a22;
}
#tabnavi2 li a:hover:before {
  color: #fff;
  content: "\f046";
  font-family: FontAwesome;
  font-weight: 100 !important;
}
#tabnavi2 li a.active,
#tabnavi2 .is_active {
  color: #fff;
  background: #4d0a10;
}
#tabnavi2 li a:before {
  content: "\f096";
  font-family: FontAwesome;
  position: relative;
  color: #999;
  top: 2px;
  right: 4px;
  font-size: 120%;
}
#tabnavi2 li a.active:before,
#tabnavi2 li .is_active:before {
  content: "\f046";
  font-family: FontAwesome;
  position: relative;
  color: #fff;
  top: 2px;
  right: 4px;
  font-size: 120%;
  font-weight: 100 !important;
}
#tabnavi2 .en a {
  padding: 6px 0 6px 0;
}
#tabcontent2 {
  clear: both;
  display: block;
  overflow: hidden;
}
#tabcontent2 .box {
  padding: 5px;
  display: block;
  overflow: hidden;
}
.pau_flow_box {
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  margin: 10px 0;
}
.pau_flow_box img {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 10px;
}
.pau_flow_box:after {
  content: " \f13a";
  color: #999;
  font-size: 220%;
  font-family: FontAwesome;
  margin: 20px 0;
  display: block;
  overflow: hidden;
}
.pau_none:after {
  content: "";
  margin-bottom: 50px;
}
.au_btn {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.au_btn a {
  text-align: center;
  padding: 20px 0 15px;
  color: #fff;
  font-size: 150%;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlOTExNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0NzQxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ee9117),
    color-stop(100%, #d4741a)
  );
  background: -moz-linear-gradient(#ee9117, #d4741a);
  background: -webkit-linear-gradient(#ee9117, #d4741a);
  background: linear-gradient(#ee9117, #d4741a);
  display: block;
  overflow: hidden;
}
.au_btn a:hover {
  text-decoration: none;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0NzQxYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlOTExNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #d4741a),
    color-stop(100%, #ee9117)
  );
  background: -moz-linear-gradient(#d4741a, #ee9117);
  background: -webkit-linear-gradient(#d4741a, #ee9117);
  background: linear-gradient(#d4741a, #ee9117);
  display: block;
  overflow: hidden;
}
.au_submit {
  margin: 5px auto;
  background: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px;
  display: block;
  overflow: hidden;
}
.au_check {
  float: left;
  padding: 0 0 0 20px;
}
span.au_disp {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 5px 0;
}
.au_etc {
  border-top: 1px solid #270707;
  border-bottom: 1px solid #270707;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 20px 0 10px 0;
}
span.au_strong {
  color: red;
}
.au_main_disp {
  font-size: 14px;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}
.au_cap {
  margin: 3% 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 10px;
  display: block;
  overflow: hidden;
}
.pau_cap {
  font-weight: bold;
  font-size: 110%;
  margin: 7% 0 3% 0;
  display: block;
  overflow: hidden;
  background: #4d0a10;
  color: #fff;
  padding: 10px 0 5px 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.idcard ol {
  padding: 5px 10px;
}
.idcard ol li {
  line-height: 2;
  list-style: decimal !important;
  margin-left: 30px;
  letter-spacing: 0;
}
.idcard ol li .idcard_m {
  padding: 0 0 0 0;
  line-height: 1.6;
  font-size: 80%;
}
.idcard ol li .idcard_m b {
  color: #999;
}
.delivery_area {
  margin-bottom: 100px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.delivery_icon {
  margin: 0 auto;
  text-align: center;
}
.delivery_icon img {
  margin: 0 auto;
  width: 80%;
}
.delivery_copy {
  margin: 0 auto;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  position: absolute;
  top: 45px;
  right: 0;
}
.step {
  font-size: 120% !important;
}
.d_box-1 {
  padding: 50px 0 30px 0;
  position: relative;
  display: block;
  overflow: hidden;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border1.png)
    no-repeat 0 0;
}
#cboxTopCenter {
  height: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border1.png)
    repeat-x 0 -50px;
}
#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border1.png)
    no-repeat -25px 0;
}
#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border1.png)
    no-repeat 0 -25px;
}
#cboxBottomCenter {
  height: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border1.png)
    repeat-x 0 -75px;
}
#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border1.png)
    no-repeat -25px -25px;
}
#cboxMiddleLeft {
  width: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border2.png)
    repeat-y 0 0;
}
#cboxMiddleRight {
  width: 25px;
  background: url(http://uplink.co.jp/dublin/ex/img/colorbox/border2.png)
    repeat-y -25px 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
#cboxLoadingOverlay {
  background: #fff url(http://uplink.co.jp/dublin/ex/img/colorbox/loading.gif)
    no-repeat 5px 5px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: -7px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  bottom: -7px;
  left: 0;
  color: #444;
}
#cboxNext {
  position: absolute;
  bottom: -7px;
  left: 63px;
  color: #444;
}
#cboxClose {
  position: absolute;
  bottom: -7px;
  right: 0;
  display: block;
  color: #444;
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
body.page-lolita-child,
body.page-lolita {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-lolita-child #contents,
body.page-lolita #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-lolita-child .sub_title_left,
body.page-lolita .sub_title_left,
.top_cap_lolita {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-lolita-child #main,
body.page-lolita #main {
  margin-top: 0;
}
.page-lolita .article_thumbnail {
  border: 2px solid #ffadd0;
}
.stamp_lolita {
  color: #fff;
  background: #ffadd0;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-1 {
  border-top: 3px solid #ffadd0;
}
.page-lolita .viewMore {
  background: none;
  border-bottom: none;
  color: #ffadd0;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-lolita .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #ffadd0;
}
.page-lolita .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#lolita-nav .drawer_box {
  background: #ffadd0 !important;
  padding-top: 75px;
}
#lolita-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#lolita-nav .drawer_close {
  background: none !important;
  border: none !important;
}
nav.sub_top_nav ol li:nth-child(1) {
  background: #ffadd0;
}
nav.stn-lolita ol li:nth-child(1),
nav.stn-lolita ol li:nth-child(2),
nav.stn-lolita ol li:nth-child(3),
nav.stn-lolita ol li:nth-child(4),
nav.stn-lolita ol li:nth-child(5),
nav.stn-lolita ol li:nth-child(6),
nav.stn-lolita ol li:nth-child(7) {
  background: #ffadd0;
  border-bottom: 2px solid #eee;
}
#lolita-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#lolita-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#lolita-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#lolita-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-lolita .i_s1:before {
  color: #ffadd0;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-lolita .i_s1 .n_cap {
  color: #ffadd0 !important;
}
.header_main-lolita {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-lolita ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-lolita ol li a p:before {
  color: #666 !important;
}
.header_main-lolita ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-lolita ol li:first-child {
  display: block;
}
.header_main-lolita ol li {
  width: 16%;
}
.header_main-lolita ol li a:hover p:before,
.header_main-lolita ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-lolita {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.lolita_flnav_area
  .footer_list_nav
  a
  .lolita_flnav_area
  .footer_list_nav
  a
  span.jp,
.lolita_flnav_area .footer_list_nav a span.en,
.lolita_flnav_area .footer_list_nav a span.cn,
.lolita_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.lolita_flnav_area .footer_list_nav span {
  color: #ffadd0;
}
body.page-lolita .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../lolita/img/slide_l_bg.png) repeat;
  background-color: rgba(255, 173, 208, 0.4);
}
body.page-lolita .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../lolita/img/slide_r_bg.png) repeat;
  background-color: rgba(255, 173, 208, 0.4);
}
body.page-lolita .slider .btnPrev:hover,
body.page-lolita .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(255, 173, 208, 0.8);
}
body.page-gothic-child,
body.page-gothic {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-gothic-child #contents,
body.page-gothic #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-gothic-child .sub_title_left,
body.page-gothic .sub_title_left,
.top_cap_gothic {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-gothic-child #main,
body.page-gothic #main {
  margin-top: 0;
}
.page-gothic .article_thumbnail {
  border: 2px solid #333;
}
.stamp_gothic {
  color: #fff;
  background: #333;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-3 {
  border-top: 3px solid #333;
}
.page-gothic .viewMore {
  background: none;
  border-bottom: none;
  color: #333;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-gothic .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #333;
}
.page-gothic .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#gothic-nav .drawer_box {
  background: #333 !important;
  padding-top: 75px;
}
#gothic-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#gothic-nav .sidemenu_box a {
  font-weight: 100 !important;
  color: #fff !important;
}
#gothic-nav .sidemenu_box a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#gothic-nav .drawer_close {
  background: none !important;
  border: none !important;
}
#gothic-nav ol li a span,
#gothic-nav ol li a span span,
#gothic-nav ol li a .i_s1:before,
#gothic-nav ol li a .i_s11:before,
#gothic-nav ol li a .i_s12:before {
  color: #fff;
  font-weight: 100 !important;
}
nav.sub_top_nav ol li:nth-child(4) {
  background: #333;
}
nav.stn-gothic ol li:nth-child(1),
nav.stn-gothic ol li:nth-child(2),
nav.stn-gothic ol li:nth-child(3),
nav.stn-gothic ol li:nth-child(4),
nav.stn-gothic ol li:nth-child(5),
nav.stn-gothic ol li:nth-child(6),
nav.stn-gothic ol li:nth-child(7) {
  background: #333;
  border-bottom: 2px solid #eee;
}
#gothic-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#gothic-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#gothic-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#gothic-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-gothic .i_s1:before {
  color: #333;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-gothic .i_s1 .n_cap {
  color: #333 !important;
}
.page-gothic .i_s1 .n_cap2 {
  color: #333 !important;
}
.header_main-gothic {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-gothic ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-gothic ol li a p:before {
  color: #666 !important;
}
.header_main-gothic ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-gothic ol li:first-child {
  display: block;
}
.header_main-gothic ol li {
  width: 16%;
}
.header_main-gothic ol li a:hover p:before,
.header_main-gothic ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-gothic {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.gothic_flnav_area
  .footer_list_nav
  a
  .gothic_flnav_area
  .footer_list_nav
  a
  span.jp,
.gothic_flnav_area .footer_list_nav a span.en,
.gothic_flnav_area .footer_list_nav a span.cn,
.gothic_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.gothic_flnav_area .footer_list_nav span {
  color: #333;
}
body.page-gothic .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../gothic/img/slide_l_bg.png) repeat;
  background-color: rgba(51, 51, 51, 0.4);
}
body.page-gothic .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../gothic/img/slide_r_bg.png) repeat;
  background-color: rgba(51, 51, 51, 0.4);
}
body.page-gothic .slider .btnPrev:hover,
body.page-gothic .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(51, 51, 51, 0.8);
}
body.page-punk-child,
body.page-punk {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-punk-child #contents,
body.page-punk #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-punk-child .sub_title_left,
body.page-punk .sub_title_left,
.top_cap_punk {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-punk-child #main,
body.page-punk #main {
  margin-top: 0;
}
.page-punk .article_thumbnail {
  border: 2px solid #ff00d2;
}
.stamp_punk {
  color: #fff;
  background: #ff00d2;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-5 {
  border-top: 3px solid #ff00d2;
}
.page-punk .viewMore {
  background: none;
  border-bottom: none;
  color: #ff00d2;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-punk .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #ff00d2;
}
.page-punk .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#punk-nav .drawer_box {
  background: #ff00d2 !important;
  padding-top: 75px;
}
#punk-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#punk-nav .sidemenu_box a {
  font-weight: 100 !important;
  color: #e2c80f !important;
}
#punk-nav .sidemenu_box a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#punk-nav .drawer_close {
  background: none !important;
  border: none !important;
}
#punk-nav ol li a span,
#punk-nav ol li a span span,
#punk-nav ol li a .i_s1:before,
#punk-nav ol li a .i_s11:before,
#punk-nav ol li a .i_s12:before {
  color: #e2c80f;
  font-weight: 100 !important;
}
nav.sub_top_nav ol li:nth-child(3) {
  background: #ff00d2;
}
nav.stn-punk ol li:nth-child(1),
nav.stn-punk ol li:nth-child(2),
nav.stn-punk ol li:nth-child(3),
nav.stn-punk ol li:nth-child(4),
nav.stn-punk ol li:nth-child(5),
nav.stn-punk ol li:nth-child(6),
nav.stn-punk ol li:nth-child(7) {
  background: #ff00d2;
  border-bottom: 2px solid #eee;
}
#punk-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#punk-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#punk-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#punk-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-punk .i_s1:before {
  color: #ff00d2;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-punk .i_s1 .n_cap {
  color: #ff00d2 !important;
}
.page-punk .i_s1 .n_cap2 {
  color: #e2c80f !important;
}
.header_main-punk {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-punk ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-punk ol li a p:before {
  color: #666 !important;
}
.header_main-punk ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-punk ol li:first-child {
  display: block;
}
.header_main-punk ol li {
  width: 16%;
}
.header_main-punk ol li a:hover p:before,
.header_main-punk ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-punk {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.punk_flnav_area .footer_list_nav a .punk_flnav_area .footer_list_nav a span.jp,
.punk_flnav_area .footer_list_nav a span.en,
.punk_flnav_area .footer_list_nav a span.cn,
.punk_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.punk_flnav_area .footer_list_nav span {
  color: #ff00d2;
}
body.page-punk .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../punk/img/slide_l_bg.png) repeat;
  background-color: rgba(255, 0, 210, 0.4);
}
body.page-punk .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../punk/img/slide_r_bg.png) repeat;
  background-color: rgba(255, 0, 210, 0.4);
}
body.page-punk .slider .btnPrev:hover,
body.page-punk .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(255, 0, 210, 0.8);
}
body.page-vivienne-child,
body.page-vivienne {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-vivienne-child #contents,
body.page-vivienne #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-vivienne-child .sub_title_left,
body.page-vivienne .sub_title_left,
.top_cap_vivienne {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-vivienne-child #main,
body.page-vivienne #main {
  margin-top: 0;
}
.page-vivienne .article_thumbnail {
  border: 2px solid #caba78;
}
.stamp_vivienne {
  color: #fff;
  background: #caba78;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-3 {
  border-top: 3px solid #caba78;
}
.page-vivienne .viewMore {
  background: none;
  border-bottom: none;
  color: #caba78;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-vivienne .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #caba78;
}
.page-vivienne .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#vivienne-nav .drawer_box {
  background: #caba78 !important;
  padding-top: 75px;
}
#vivienne-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#vivienne-nav .sidemenu_box a {
  font-weight: 100 !important;
  color: #fff !important;
}
#vivienne-nav .sidemenu_box a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#vivienne-nav .drawer_close {
  background: none !important;
  border: none !important;
}
#vivienne-nav ol li a span,
#vivienne-nav ol li a span span,
#vivienne-nav ol li a .i_s1:before,
#vivienne-nav ol li a .i_s11:before,
#vivienne-nav ol li a .i_s12:before {
  color: #fff;
  font-weight: 100 !important;
}
nav.sub_top_nav ol li:nth-child(4) {
  background: #caba78;
}
nav.stn-vivienne ol li:nth-child(1),
nav.stn-vivienne ol li:nth-child(2),
nav.stn-vivienne ol li:nth-child(3),
nav.stn-vivienne ol li:nth-child(4),
nav.stn-vivienne ol li:nth-child(5),
nav.stn-vivienne ol li:nth-child(6),
nav.stn-vivienne ol li:nth-child(7) {
  background: #caba78;
  border-bottom: 2px solid #eee;
}
#vivienne-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#vivienne-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#vivienne-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#vivienne-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-vivienne .i_s1:before {
  color: #caba78;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-vivienne .i_s1 .n_cap {
  color: #caba78 !important;
}
.page-vivienne .i_s1 .n_cap2 {
  color: #caba78 !important;
}
.header_main-vivienne {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-vivienne ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-vivienne ol li a p:before {
  color: #666 !important;
}
.header_main-vivienne ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-vivienne ol li:first-child {
  display: block;
}
.header_main-vivienne ol li {
  width: 16%;
}
.header_main-vivienne ol li a:hover p:before,
.header_main-vivienne ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-vivienne {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.vivienne_flnav_area
  .footer_list_nav
  a
  .vivienne_flnav_area
  .footer_list_nav
  a
  span.jp,
.vivienne_flnav_area .footer_list_nav a span.en,
.vivienne_flnav_area .footer_list_nav a span.cn,
.vivienne_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.vivienne_flnav_area .footer_list_nav span {
  color: #caba78;
}
body.page-vivienne .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../vivienne/img/slide_l_bg.png) repeat;
  background-color: rgba(202, 186, 120, 0.4);
}
body.page-vivienne .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../vivienne/img/slide_r_bg.png) repeat;
  background-color: rgba(202, 186, 120, 0.4);
}
body.page-vivienne .slider .btnPrev:hover,
body.page-vivienne .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(202, 186, 120, 0.8);
}
body.page-mens-child,
body.page-mens {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-mens-child #contents,
body.page-mens #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-mens-child .sub_title_left,
body.page-mens .sub_title_left,
.top_cap_mens {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-mens-child #main,
body.page-mens #main {
  margin-top: 0;
}
.page-mens .article_thumbnail {
  border: 2px solid #000;
}
.stamp_mens {
  color: #fff;
  background: #000;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-3 {
  border-top: 3px solid #000;
}
.page-mens .viewMore {
  background: none;
  border-bottom: none;
  color: #000;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-mens .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #000;
}
.page-mens .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#mens-nav .drawer_box {
  background: #000 !important;
  padding-top: 75px;
}
#mens-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#mens-nav .sidemenu_box a {
  font-weight: 100 !important;
  color: #fff !important;
}
#mens-nav .sidemenu_box a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#mens-nav .drawer_close {
  background: none !important;
  border: none !important;
}
#mens-nav ol li a span,
#mens-nav ol li a span span,
#mens-nav ol li a .i_s1:before,
#mens-nav ol li a .i_s11:before,
#mens-nav ol li a .i_s12:before {
  color: #fff;
  font-weight: 100 !important;
}
nav.sub_top_nav ol li:nth-child(4) {
  background: #000;
}
nav.stn-mens ol li:nth-child(1),
nav.stn-mens ol li:nth-child(2),
nav.stn-mens ol li:nth-child(3),
nav.stn-mens ol li:nth-child(4),
nav.stn-mens ol li:nth-child(5),
nav.stn-mens ol li:nth-child(6),
nav.stn-mens ol li:nth-child(7) {
  background: #000;
  border-bottom: 2px solid #eee;
}
#mens-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#mens-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#mens-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#mens-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-mens .i_s1:before {
  color: #000;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-mens .i_s1 .n_cap {
  color: #000 !important;
}
.page-mens .i_s1 .n_cap2 {
  color: #000 !important;
}
.header_main-mens {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-mens ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-mens ol li a p:before {
  color: #666 !important;
}
.header_main-mens ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-mens ol li:first-child {
  display: block;
}
.header_main-mens ol li {
  width: 16%;
}
.header_main-mens ol li a:hover p:before,
.header_main-mens ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-mens {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.mens_flnav_area .footer_list_nav a .mens_flnav_area .footer_list_nav a span.jp,
.mens_flnav_area .footer_list_nav a span.en,
.mens_flnav_area .footer_list_nav a span.cn,
.mens_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.mens_flnav_area .footer_list_nav span {
  color: #000;
}
body.page-mens .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../mens/img/slide_l_bg.png) repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
body.page-mens .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../mens/img/slide_r_bg.png) repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
body.page-mens .slider .btnPrev:hover,
body.page-mens .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.8);
}
body.page-doll-child,
body.page-doll {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-doll-child #contents,
body.page-doll #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-doll-child .sub_title_left,
body.page-doll .sub_title_left,
.top_cap_doll {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-doll-child #main,
body.page-doll #main {
  margin-top: 0;
}
.page-doll .article_thumbnail {
  border: 2px solid #009dc6;
}
.stamp_doll {
  color: #fff;
  background: #009dc6;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-3 {
  border-top: 3px solid #009dc6;
}
.page-doll .viewMore {
  background: none;
  border-bottom: none;
  color: #009dc6;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-doll .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #009dc6;
}
.page-doll .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#doll-nav .drawer_box {
  background: #009dc6 !important;
  padding-top: 75px;
}
#doll-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#doll-nav .sidemenu_box a {
  font-weight: 100 !important;
  color: #fff !important;
}
#doll-nav .sidemenu_box a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#doll-nav .drawer_close {
  background: none !important;
  border: none !important;
}
#doll-nav ol li a span,
#doll-nav ol li a span span,
#doll-nav ol li a .i_s1:before,
#doll-nav ol li a .i_s11:before,
#doll-nav ol li a .i_s12:before {
  color: #fff;
  font-weight: 100 !important;
}
nav.sub_top_nav ol li:nth-child(4) {
  background: #009dc6;
}
nav.stn-doll ol li:nth-child(1),
nav.stn-doll ol li:nth-child(2),
nav.stn-doll ol li:nth-child(3),
nav.stn-doll ol li:nth-child(4),
nav.stn-doll ol li:nth-child(5),
nav.stn-doll ol li:nth-child(6),
nav.stn-doll ol li:nth-child(7) {
  background: #009dc6;
  border-bottom: 2px solid #eee;
}
#doll-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#doll-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#doll-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#doll-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-doll .i_s1:before {
  color: #009dc6;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-doll .i_s1 .n_cap {
  color: #009dc6 !important;
}
.page-doll .i_s1 .n_cap2 {
  color: #009dc6 !important;
}
.header_main-doll {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-doll ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-doll ol li a p:before {
  color: #666 !important;
}
.header_main-doll ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-doll ol li:first-child {
  display: block;
}
.header_main-doll ol li {
  width: 16%;
}
.header_main-doll ol li a:hover p:before,
.header_main-doll ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-doll {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.doll_flnav_area .footer_list_nav a .doll_flnav_area .footer_list_nav a span.jp,
.doll_flnav_area .footer_list_nav a span.en,
.doll_flnav_area .footer_list_nav a span.cn,
.doll_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.doll_flnav_area .footer_list_nav span {
  color: #009dc6;
}
body.page-doll .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../doll/img/slide_l_bg.png) repeat;
  background-color: rgba(0, 157, 198, 0.4);
}
body.page-doll .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../doll/img/slide_r_bg.png) repeat;
  background-color: rgba(0, 157, 198, 0.4);
}
body.page-doll .slider .btnPrev:hover,
body.page-doll .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(0, 157, 198, 0.8);
}
body.page-visual-child,
body.page-visual {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-visual-child #contents,
body.page-visual #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-visual-child .sub_title_left,
body.page-visual .sub_title_left,
.top_cap_visual {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-visual-child #main,
body.page-visual #main {
  margin-top: 0;
}
.page-visual .article_thumbnail {
  border: 2px solid #7e2361;
}
.stamp_visual {
  color: #fff;
  background: #7e2361;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-3 {
  border-top: 3px solid #7e2361;
}
.page-visual .viewMore {
  background: none;
  border-bottom: none;
  color: #7e2361;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-visual .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #7e2361;
}
.page-visual .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#visual-nav .drawer_box {
  background: #7e2361 !important;
  padding-top: 75px;
}
#visual-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#visual-nav .sidemenu_box a {
  font-weight: 100 !important;
  color: #fff !important;
}
#visual-nav .sidemenu_box a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#visual-nav .drawer_close {
  background: none !important;
  border: none !important;
}
#visual-nav ol li a span,
#visual-nav ol li a span span,
#visual-nav ol li a .i_s1:before,
#visual-nav ol li a .i_s11:before,
#visual-nav ol li a .i_s12:before {
  color: #fff;
  font-weight: 100 !important;
}
nav.sub_top_nav ol li:nth-child(4) {
  background: #7e2361;
}
nav.stn-visual ol li:nth-child(1),
nav.stn-visual ol li:nth-child(2),
nav.stn-visual ol li:nth-child(3),
nav.stn-visual ol li:nth-child(4),
nav.stn-visual ol li:nth-child(5),
nav.stn-visual ol li:nth-child(6),
nav.stn-visual ol li:nth-child(7) {
  background: #7e2361;
  border-bottom: 2px solid #eee;
}
#visual-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#visual-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#visual-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#visual-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-visual .i_s1:before {
  color: #7e2361;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-visual .i_s1 .n_cap {
  color: #7e2361 !important;
}
.page-visual .i_s1 .n_cap2 {
  color: #7e2361 !important;
}
.header_main-visual {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-visual ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-visual ol li a p:before {
  color: #666 !important;
}
.header_main-visual ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-visual ol li:first-child {
  display: block;
}
.header_main-visual ol li {
  width: 16%;
}
.header_main-visual ol li a:hover p:before,
.header_main-visual ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-visual {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.visual_flnav_area
  .footer_list_nav
  a
  .visual_flnav_area
  .footer_list_nav
  a
  span.jp,
.visual_flnav_area .footer_list_nav a span.en,
.visual_flnav_area .footer_list_nav a span.cn,
.visual_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.visual_flnav_area .footer_list_nav span {
  color: #7e2361;
}
body.page-visual .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../visual/img/slide_l_bg.png) repeat;
  background-color: rgba(126, 35, 97, 0.4);
}
body.page-visual .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../visual/img/slide_r_bg.png) repeat;
  background-color: rgba(126, 35, 97, 0.4);
}
body.page-visual .slider .btnPrev:hover,
body.page-visual .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(126, 35, 97, 0.8);
}
.page-template-gothloli .type_header .logo {
  width: 180px;
}
.page-template-gothloli .type_header .logo img {
  margin: 0 0 0 0 !important;
}
body.page-gothloli-child,
body.page-gothloli {
  margin: 0 auto 0;
  font-size: 15px;
  position: relative;
}
body.page-gothloli-child #contents,
body.page-gothloli #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
body.page-gothloli-child .sub_title_left,
body.page-gothloli .sub_title_left,
.top_cap_gothloli {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  border: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  font-weight: 100;
  min-width: 1200px;
  max-width: 1400px;
}
body.page-gothloli-child #main,
body.page-gothloli #main {
  margin-top: 0;
}
.page-gothloli .article_thumbnail {
  border: 2px solid #4d0a10;
}
.stamp_gothloli {
  color: #fff;
  background: #4d0a10;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
li.bar-1 {
  border-top: 3px solid #4d0a10;
}
.page-gothloli .viewMore {
  background: none;
  border-bottom: none;
  color: #4d0a10;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}
.page-gothloli .viewMore a {
  color: #111;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #4d0a10;
}
.page-gothloli .viewMore a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom: 3px solid #fff;
}
#gothloli-nav .drawer_box {
  background: #4d0a10 !important;
  padding-top: 75px;
}
#gothloli-nav .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#gothloli-nav .drawer_close {
  background: none !important;
  border: none !important;
}
nav.sub_top_nav ol li:nth-child(1) {
  background: #4d0a10;
}
nav.stn-gothloli ol li:nth-child(1),
nav.stn-gothloli ol li:nth-child(2),
nav.stn-gothloli ol li:nth-child(3),
nav.stn-gothloli ol li:nth-child(4),
nav.stn-gothloli ol li:nth-child(5),
nav.stn-gothloli ol li:nth-child(6),
nav.stn-gothloli ol li:nth-child(7) {
  background: #4d0a10;
  border-bottom: 2px solid #eee;
}
#gothloli-nav .i_s11:before {
  content: "\e904";
  font-size: 72px;
  top: -4px;
}
#gothloli-nav .i_s12:before {
  content: "\e90e";
  font-size: 70px;
  top: -1px;
}
#gothloli-nav .i_s11 .n_cap {
  margin-top: -4px;
  font-size: 16px;
}
#gothloli-nav .i_s12 .n_cap {
  margin-top: -1px;
  font-size: 16px;
}
.page-gothloli .i_s1:before {
  color: #4d0a10;
  font-size: 34px;
  font-weight: 100 !important;
}
.page-gothloli .i_s1 .n_cap {
  color: #4d0a10 !important;
}
.header_main-gothloli {
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header_main-gothloli ol {
  width: 800px !important;
  margin: 0 auto;
}
.header_main-gothloli ol li a p:before {
  color: #666 !important;
}
.header_main-gothloli ol li .n_cap {
  color: #666 !important;
  font-family: "modesto-text", "heisei-maru-gothic-std", "modesto-text";
  top: -3px;
  position: relative;
}
.header_main-gothloli ol li:first-child {
  display: block;
}
.header_main-gothloli ol li {
  width: 16%;
}
.header_main-gothloli ol li a:hover p:before,
.header_main-gothloli ol li a:hover .n_cap {
  color: #111 !important;
  text-decoration: none;
}
.footer_list_nav .icon-gothloli {
  font-size: 52px;
  top: 16px;
  left: 3px;
  margin-bottom: 22px;
  display: block;
}
.gothloli_flnav_area
  .footer_list_nav
  a
  .gothloli_flnav_area
  .footer_list_nav
  a
  span.jp,
.gothloli_flnav_area .footer_list_nav a span.en,
.gothloli_flnav_area .footer_list_nav a span.cn,
.gothloli_flnav_area .footer_list_nav a span.kr {
  color: #444 !important;
}
.gothloli_flnav_area .footer_list_nav span {
  color: #4d0a10;
}
body.page-gothloli .slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right,
    url(../gothloli/img/slide_l_bg.png) repeat;
  background-color: rgba(77, 10, 16, 0.4);
}
body.page-gothloli .slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left,
    url(../gothloli/img/slide_r_bg.png) repeat;
  background-color: rgba(77, 10, 16, 0.4);
}
body.page-gothloli .slider .btnPrev:hover,
body.page-gothloli .slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(77, 10, 16, 0.8);
}
html {
  overflow-x: hidden;
}
body {
  margin: 0 auto;
  font-size: 15px;
  position: relative;
}
#wrap {
  margin: 0 0 0 0;
  background: none;
}
.container {
  width: auto;
  position: relative;
  background: none;
}
.home #contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: block;
  overflow: hidden;
}
#right {
  float: right;
  width: 300px;
  margin: 0 0 50px 0;
  display: none;
}
#left2 {
  padding: 0 0 0 0;
  margin: 0 0 50px 0;
}
#right2 {
  margin: 0 0 50px 0;
  border-left: 1px solid #fff;
}
#main {
  margin: 0 auto 70px;
  padding: 0 0 0 0;
  width: 100%;
  display: block;
  position: relative;
}
#content {
  display: block;
  overflow: hidden;
}
.sns article,
.box {
  padding: 0 10px;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
.box h2 {
  margin: 28px 0;
}
br {
  display: block;
  overflow: hidden;
}
.br {
  display: inline;
}
.hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: #7a0620;
  text-decoration: none !important;
}
.title {
  padding: 23px 10px 15px 10px;
  font-size: 130%;
  background: #fff;
  color: #4d0a10;
  text-align: center;
  border-bottom: 1px solid #ddd;
  letter-spacing: 3px;
}
.title .en {
  position: relative;
  top: -2px;
}
.new {
  color: red;
  overflow: hidden;
  display: inline-block;
  border: 3px solid red;
  background: #fff;
  padding: 9px 0 0 0;
  text-align: center;
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  position: absolute;
  top: 6px;
  left: 6px;
}
.sub_title {
  font-size: 16px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #eee;
}
.sub_title_left {
  font-size: 24px;
  padding: 10px 10px 8px 10px;
  text-align: center;
  margin: 0 auto 20px;
  border-bottom: 1px solid #eee !important;
  font-weight: 100;
  max-width: 1400px;
  min-width: 1200px;
}
#main_article {
  width: 1000px;
  margin: 40px auto 50px !important;
  display: block;
  overflow: auto;
}
.page #main_article {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
.page-coordinate #main_article {
  margin-top: 15px !important;
}
.entry_summary .new,
.category .new {
  color: red;
  overflow: hidden;
  display: inline-block;
  border: 3px solid red;
  background: #fff;
  padding: 9px 0 0 0;
  text-align: center;
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  position: absolute;
  top: 18px;
  left: 20px;
}
.entry_summary .top_article .top_article_stamp {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #999;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}
a {
  color: #bea353;
  text-decoration: none;
}
a:visited {
  color: #4d0a10;
  text-decoration: none !important;
}
a:hover {
  color: #4d0a10;
  text-decoration: none !important;
}
a:active {
  color: #4d0a10;
  text-decoration: none !important;
}
a img:hover {
  opacity: 0.8;
}
#header .fix_translate_btn {
  top: 0;
}
.fix_translate_btn {
  position: absolute;
  top: 3px;
  right: 70px;
  display: block;
  overflow: hidden;
  width: 125px;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 0;
}
.fix_translate_btn p {
  display: inline;
}
.fix_translate_btn i {
  padding: 0 10px;
  font-size: 12px;
  color: #777;
}
.enlogo {
  color: #999;
}
.cnlogo {
  color: #999;
}
.krlogo {
  color: #999;
}
.jplogo {
  color: #111;
  font-weight: bold;
}
.english .enlogo,
.chinese .cnlogo,
.korea .krlogo,
.japanese .jplogo {
  color: #111;
  font-weight: bold;
}
.english .jplogo,
.chinese .jplogo,
.korea .jplogo {
  color: #999;
}
.english .jp,
.chinese .jp,
.korea .jp,
.en,
.cn,
.kr {
  display: none;
}
.english .en,
.chinese .cn,
.korea .kr,
.japanese .jp {
  display: block;
}
.page_top {
  text-align: center;
  font-size: 24px;
  background: rgba(13, 3, 3, 0.95);
  clear: both;
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 100px;
  right: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page_top a {
  padding-top: 15px;
  color: #fff;
  display: block;
  overflow: hidden;
}
.page_top a:hover {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.top_article_hover {
  cursor: pointer;
  background-color: #fff !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.top_article_hover .top_article_disp {
  text-decoration: underline !important;
}
.top_article_recommend_hover {
  cursor: pointer;
  background-color: #fff !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.top_article_recommend_hover .related_entry_disp {
  text-decoration: underline !important;
}
.related_entry_hover {
  cursor: pointer;
  background-color: #fff !important;
  opacity: 0.5;
}
.related_entry_hover .related_entry_disp {
  text-decoration: underline !important;
}
.wp-post-image {
  max-width: 100%;
}
#fix_content_article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}
#fix_content_article .top_article_recommend {
  color: #111;
  padding: 0;
  position: relative;
  display: block;
  width: 32.33%;
  height: 270px;
  margin: 2% 0.5% 3% 0.5%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#fix_content_article .top_article_recommend_disp {
  margin: 0 0 0 0;
  padding: 200px 0 0 0;
  width: 100%;
  height: 270px;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(40%, rgba(17, 17, 17, 0)),
    color-stop(100%, #333333)
  );
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 40%, #333333);
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 40%, #333333);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 40%, #333333);
}
#fix_content_article .top_article_recommend_img {
  height: 270px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#fix_content_article .top_article_recommend_title {
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
}
#fix_content_article .top_article_stamp_type {
  top: 10px;
  left: 10px;
  font-size: 16px;
}
#content_article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}
.top_article_recommend {
  color: #111;
  padding: 0;
  position: relative;
  display: block;
  width: 24%;
  height: 290px;
  margin: 0 0.5% 4% 0.5%;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.top_article_recommend_img {
  margin: 0 0 0 0;
  padding: 0;
  height: 290px;
  background-size: 100%;
  background-position: top center;
  -moz-border-radius: 3px 3px 5px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 5px 5px;
}
.top_article_recommend_disp {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 2px;
}
.top_article_recommend_disp a {
  color: #0d0303;
}
.top_article_recommend_date {
  width: 100%;
  color: #0d0303;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 4px 0 0 0;
}
.top_article_recommend_title {
  width: 100%;
  color: #111;
  padding: 0 10px 5px 10px;
  line-height: 1.4;
  font-size: 16px;
  margin-top: 5px;
}
.category_box {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
.top_article {
  border-bottom: 1px solid #eee;
  padding: 20px 10px 20px 20px;
  margin: 0 auto 0;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.article_thumbnail {
  width: 150px;
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.top_article_disp {
  margin: 0 0 0 0;
  padding: 10px 0 0 15px;
  float: left;
  color: #0d0303;
  width: 75%;
}
.top_article_title {
  color: #0d0303;
  font-size: 20px;
}
.top_article_excerpt {
  font-size: 14px;
  margin: 5px 0 10px 10px;
  line-height: 1.6;
}
.top_article_title a {
  font-weight: 100;
  color: #0d0303;
}
.top_article_excerpt a {
  font-weight: 100;
  color: #999;
}
.top_article_title a:hover,
.top_article_excerpt a:hover {
  text-decoration: none;
}
.top_article_stamp {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #999;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1px;
}
.top_article_stamp a {
  color: #999;
}
.top_article_stamp_type {
  position: absolute;
  top: 10px;
  left: -3px;
  color: #999;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}
.single_left {
  float: left;
  width: 650px;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 20px 0 0 0;
  -moz-box-shadow: 3px 4px 0 #ddd;
  -webkit-box-shadow: 3px 4px 0 #ddd;
  box-shadow: 3px 4px 0 #ddd;
  position: relative;
}
.single_right {
  float: right;
  width: 300px;
  display: block;
  overflow: hidden;
}
#news_single_main {
  width: 90%;
  margin: 0 auto;
}
#news_single_main img {
  width: auto;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
#news_single_main .topi_disp,
#news_single_main .topi_disp p {
  font-weight: 100;
  color: #333;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 16px;
}
.topi_post_thumbnail {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 90%;
}
.topi_post_thumbnail em {
  font-size: 12px;
  padding: 5px;
  display: block;
  overflow: hidden;
  text-align: left;
}
#news_single_main .topi_disp em {
  font-size: 12px;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topi_post_thumbnail em a,
#news_single_main .topi_disp em a {
  font-size: 12px;
  width: 70% !important;
}
.topi_post_thumbnail em:before,
#news_single_main .topi_disp em:before {
  content: "出典：";
  color: #999;
}
.single_left .cap {
  color: #333;
  padding: 0 0 0 0;
  text-align: left;
  margin: 10px auto 30px;
  line-height: 1.4;
  font-size: 30px;
  width: 90%;
  font-weight: bold;
}
#news_single_main h2 {
  border-top: 3px solid #4d0a10;
  border-bottom: 3px solid #4d0a10;
  color: #0d0303;
  padding: 18px 0 14px 5px;
  margin: 10px 0;
}
#news_single_main h3 {
  border-bottom: 2px solid #bea353;
  color: #0d0303;
  padding: 0 0 5px 5px;
  margin: 10px 0;
  display: block;
}
.news_single_main_disp {
  color: #999;
  font-size: 12px;
}
.cap_time {
  font-weight: bold !important;
  font-size: 20px;
  line-height: 1;
  margin: 5px 0 10px 5%;
  width: 90%;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #fff;
}
.lolita-time {
  color: #ffadd0;
}
.gothic-time {
  color: #333;
}
.punk-time {
  color: #ff00d2;
}
.mens-time {
  color: #000;
}
.vivienne-time {
  color: #caba78;
}
.visual-time {
  color: #7e2361;
}
.doll-time {
  color: #009dc6;
}
.topi_pagenation {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.topi_pagenation .page-links {
  padding: 10px;
  color: #fff;
}
.topi_pagenation a .page-links_t {
  padding: 10px 15px;
  background: #fff;
  color: #bea353;
  border: 1px solid #bea353;
  margin: 5px;
}
.topi_pagenation .page-links_t {
  padding: 10px 15px;
  background: #bea353;
  color: #fff;
  border: 1px solid #bea353;
}
.top-ad_area {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
  display: block;
  overflow: hidden;
  margin: 20px 0;
  padding: 10px 0;
}
.bottom-ad_area {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 60px 0 20px;
}
#sns_shere {
  padding: 20px 10px 10px 10px;
  margin: 40px auto 10px;
  width: 1000px;
}
.sns_shere_area {
  display: -webkit-box;
  display: -moz-box;
  padding: 10px 0 0 0;
}
.sns_shere {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: block;
  overflow: hidden;
  padding: 10px 0 5px 0;
  font-size: 18px;
  text-align: center;
}
.sns_shere .fa {
  font-size: 24px;
}
.sns_shere a .fa {
  color: #fff;
}
#twitter {
  background-color: #00acee;
}
#pocket {
  background-color: #ee4056;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}
#hatena {
  background-color: #2d4c86;
}
.button-area {
  width: 100%;
  margin: 10px 0;
}
.button-area:after {
  content: "";
  clear: both;
  display: block;
}
.single_left #sns_shere {
  width: 100%;
  padding: 20px 0 10px;
}
#tagtag {
  padding: 0 0 0 0;
  margin: 40px auto 100px;
  width: 1400px;
}
#tagtag .sub_title {
  width: 1200px;
  background: none;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 15px;
  letter-spacing: 2px;
  border: none;
}
.tagtag_area {
  display: block;
  overflow: hidden;
  margin: 15px 0 10px 0;
  padding: 0 10px 8px 10px;
}
ul.tagtag li,
ul.wp-tag-cloud li {
  border: 1px solid #bea353;
  padding: 5px 7px 4px 7px;
  margin-bottom: 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #bea353;
  font-size: 12px;
  display: inline-block;
}
ul.tagtag li:before,
ul.wp-tag-cloud li:before {
  content: "\f02b";
  margin-right: 2px;
}
ul.tagtag a,
ul.wp-tag-cloud a {
  color: #bea353;
}
ul.tagtag a:hover,
ul.wp-tag-cloud a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.single_left #tagtag {
  width: 100%;
  margin: 30px auto;
}
.single_left #tagtag .sub_title {
  width: 100%;
  font-size: 16px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
#related_entries {
  padding: 20px 0 10px 0;
  display: block;
  overflow: hidden;
  margin: 40px 0 10px 0;
  clear: both;
}
.related_entry {
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  clear: both;
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #eee;
  position: relative;
}
.related_entry_content {
  float: left;
  width: 65%;
}
.related_entry_title {
  padding: 10px 5px 5px 5px;
  font-size: 14px;
}
.related_entry_snippet {
  padding: 0 0 0 10px;
  font-size: 12px;
}
.related_entry_read {
  margin: 0;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0d0303;
  padding: 3px 5px 3px 7px;
}
.related_entry_read a {
  color: #fff;
}
.related_entry_read a:hover {
  color: #eee;
}
.related_entry_thumbnail {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 30%;
  float: left;
  margin-right: 10px;
}
#rank {
  margin: 0 auto 100px;
  clear: both;
  background: #f5f5f5;
  padding: 30px 0 50px;
  display: block;
  overflow: hidden;
  counter-reset: ranking;
}
#rank .top_article_recommend_img {
  height: 130px;
  cursor: pointer;
}
#rank .rank_entry {
  margin: 0 0.5%;
  width: 19%;
  height: 230px;
  padding: 0;
  clear: both;
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #eee;
  background: #fff;
  position: relative;
  clear: both;
  counter-increment: ranking;
  position: relative;
}
#rank .rank_entry:before {
  content: counter(ranking);
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-family: "Libre Baskerville", serif;
  color: rgba(190, 163, 83, 0.6);
  text-align: center;
  font-size: 30px;
}
#rank .sub_title {
  width: 1200px;
  background: none;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 15px;
  letter-spacing: 2px;
  border: none;
}
.rank_pc_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  display: -webkit-box;
  display: -moz-box;
  width: 1200px;
  margin: 0 auto;
}
#rank .rank_entry_title {
  padding: 10px;
  font-size: 14px;
}
.rank_entry_title a {
  color: #333;
}
.rank_entry_title a:hover {
  color: #999;
}
#rank .rank_entry_content {
  float: none;
  width: 100%;
  background: #fff;
  display: block;
  overflow: hidden;
}
.pagenav {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  display: block;
  overflow: hidden;
  width: 96%;
  margin: 20px auto;
}
.next_art {
  float: right;
  width: 50%;
  padding: 15px 0 10px 0;
  text-align: center;
  display: block;
  overflow: hidden;
}
.prev_art {
  float: left;
  width: 50%;
  padding: 15px 0 10px 0;
  text-align: center;
  display: block;
  overflow: hidden;
  border-right: 1px solid #999;
  background: #eee;
}
.pagenation {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.current {
  padding: 5px 10px;
  background: #bea353;
  color: #fff;
  border: 1px solid #bea353;
}
a.page-numbers,
a.next {
  padding: 5px 10px;
  background: #fff;
  color: #bea353;
  border: 1px solid #bea353;
  margin: 0;
}
header {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  height: 63px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #c3c3c3;
}
#header {
  overflow: hidden;
  margin: 0 auto;
  top: 0;
  padding: 0;
  height: 63px;
  width: 100%;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #c3c3c3;
}
.header_inner_lace {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.logo {
  margin: 16px auto 0;
  width: 180px;
}
#header .logo {
  margin: 16px 0 0 15px;
  width: 180px;
}
.type_header .logo {
  margin: 16px auto 0;
  width: 300px;
}
.logo img {
  width: 100%;
  margin: 0 0 0 0;
}
.type_header .logo img {
  width: 100%;
  margin: -7px 0 0 0;
}
.mini_description {
  font-size: 12px;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 8px;
  left: 20px;
  letter-spacing: 2px !important;
}
header ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  display: -webkit-box;
  display: -moz-box;
  width: 100%;
  display: none;
}
header ul li {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 5px;
}
#breadCrumb {
  margin-top: 0;
}
.breadcrumb {
  background: none;
  margin-bottom: 0 !important;
  padding: 10px 4px 10px 16px;
  width: 1000px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
#breadCrumb {
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
  padding-top: 4px;
}
#breadCrumb li {
  float: left;
  white-space: nowrap;
  font-size: 12px;
  color: #777;
}
#breadCrumb li:last-child {
  padding-right: 10px;
}
#breadCrumb li.last {
  padding-left: 13px;
}
.viewMore {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 24px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px auto;
}
.tk-modesto-text {
  padding: 0 10px 5px 10px !important;
  font-size: 24px;
}
.viewMore a {
  color: #bea353;
  display: block;
  overflow: hidden;
}
.drawer_box {
  display: none;
  overflow: hidden;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 75px;
  width: 100% !important;
}
.drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -10px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
#header .drawer_btn {
  width: 60px;
  height: 65px;
  position: absolute;
  top: -12px;
  right: 0;
  padding: 5px 0 0 6px;
  cursor: pointer;
  color: #4d0a10;
}
.drawer_btn .icon-menubar {
  font-size: 45px;
}
.drawer_btn_close {
  font-size: 46px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: -20px;
  right: 15px;
  display: block;
  overflow: hidden;
  padding: 0 0 0 0;
  cursor: pointer;
  color: #4d0a10;
}
.drawer_btn_close a {
  color: #4d0a10;
}
.drawer_close {
  position: fixed;
  top: 85px;
  right: 55px;
  display: block;
  overflow: hidden;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #4d0a10;
  border: 3px solid #4d0a10;
  cursor: pointer;
}
.drawer_close img {
  width: 50px !important;
  position: relative;
}
.close_cont_box {
  font-size: 14px;
  text-align: left;
  display: block;
  overflow: hidden;
}
.drawer_title {
  font-size: 14px;
  background: #270707;
  padding: 25px 10px 5px 10px;
  color: #bea353;
}
.drawer_box nav {
  width: 800px;
  margin: 0 auto 0;
}
#sidemenu {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  display: block;
  clear: both;
}
.sidemenu_box {
  padding: 0;
}
.sidemenu_ban {
  clear: both;
  padding: 5px 0;
  width: 100%;
}
.sidemenu_ban p {
  width: 95%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
}
.sidemenu_box ul li {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.sidemenu_box ul li a {
  padding: 15px 10px 10px 10px;
  display: block;
  overflow: hidden;
}
.sidemenu_box ul li a {
  text-decoration: none;
}
.sidemenu_cap {
  border-bottom: 1px solid #333;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background: #fff;
  clear: both;
}
.sidemenu_box ul li .icom {
  text-align: center;
  width: auto;
  font-size: 20px;
  margin: 0 0 0 0;
}
.sidemenu_box ul li a,
.sidemenu_cap a {
  color: #4d0a10;
}
.sidemenu_box2 {
  background: #222;
  display: block;
  overflow: hidden;
}
.box2_left {
  float: left;
  width: 50%;
}
.box2_right {
  float: right;
  width: 50%;
}
.box2_left,
.box2_right {
  text-align: center;
  font-size: 10px;
  padding: 30px;
}
.box2_left i,
.box2_right i {
  display: block;
  font-size: 28px;
  margin: 5px 0 10px 0;
  display: block;
  border: 1px solid #0d0303;
  padding: 20px 30px;
  background: #111;
}
.box2_left a,
.box2_right a {
  color: #ccc;
}
.sidemenu_box ul li ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.sidemenu_box ul li ul li {
  margin: 0 0 7px 0;
  padding: 0;
  font-weight: 100 !important;
  font-size: 12px;
  border: none;
}
.sidemenu_box ul li ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 8px 10px;
  border: 1px solid #222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkMDMwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #111111),
    color-stop(100%, #0d0303)
  );
  background: -moz-linear-gradient(#111111, #0d0303);
  background: -webkit-linear-gradient(#111111, #0d0303);
  background: linear-gradient(#111111, #0d0303);
}
.sidemenu_box ul li ul li a:hover {
  text-decoration: none;
  background: #444;
}
.sidemenu_box small {
  color: #bea353;
}
#brand_list {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}
.brand_list_box {
  clear: both;
}
.index_search {
  padding: 20px 2% 5px;
  border-top: 1px solid #eee;
}
input#listsearchinput {
  margin: 0 0 6px 0;
  height: 40px;
  width: 100%;
  padding: 10px 0 7px 1%;
  line-height: 1.3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  clear: both;
}
.brand_list_box ul li {
  border-top: 1px solid #f5f5f5;
  font-weight: bold;
  background-color: #fff;
  background-image: url(../img/right.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 1%;
}
.brand_list_box ul li a {
  padding: 15px 4% 15px 15px;
  display: block;
  overflow: hidden;
  color: #333 !important;
}
.brand_list_box ul li a:hover {
  text-decoration: none !important;
}
.brand_list_box small {
  display: block;
  overflow: hidden;
  font-size: 70%;
  margin: 0px 0 0 0;
}
.kanatag {
  display: none;
}
.brand_list_box ul li i {
  text-align: right;
  display: inline-block;
  float: right;
  padding-right: 10px;
  color: #444;
  font-size: 20px;
  position: relative;
  top: -33px;
}
nav.main_top_nav {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto 0;
  border-bottom: 1px solid #eee;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  background: linear-gradient(#ffffff, #ffffff);
}
nav.main_top_nav .main_top_nav_area {
  width: 1000px;
  margin: 0 auto;
}
nav.main_top_nav ol {
  margin: 3px auto;
  padding: 0 0 0 0;
  width: 99%;
  display: -webkit-box;
  display: -moz-box;
}
nav.main_top_nav ol li .n_cap {
  display: block;
  font-size: 14px;
  font-weight: 100 !important;
  margin-top: 4px;
}
nav.main_top_nav ol li a .n_cap {
  color: #333;
}
nav.main_top_nav ol li a:hover .n_cap {
  color: #e32c2c;
}
nav.sub_top_nav {
  width: 700px;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  left: 200px;
}
nav.sub_top_nav ol {
  margin: 18px auto;
  padding: 0 0 0 0;
  width: 99%;
  display: -webkit-box;
  display: -moz-box;
}
nav.sub_top_nav ol li {
  background: #111;
  padding: 10px 0;
  margin: 0 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
nav.sub_top_nav ol li .n_cap {
  display: block;
  font-size: 14px;
  font-weight: 100 !important;
  line-height: 1;
  margin-top: 0;
}
nav.sub_top_nav ol li a .n_cap {
  color: #fff;
}
nav.sub_top_nav ol li a:hover .n_cap {
  color: rgba(255, 255, 255, 0.8);
}
nav {
  clear: both;
  padding: 10px 0;
}
nav ol {
  clear: both;
  display: block;
  overflow: hidden;
}
nav ol {
  margin: 0 auto;
  padding: 10px 0 5px 0;
  width: 99%;
  display: -webkit-box;
  display: -moz-box;
}
nav ol li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  line-height: 1;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0;
}
nav ol li a {
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  display: block;
  font-weight: bold;
}
p {
  color: #270707;
}
p:before {
  color: #270707;
  font-family: icomoon;
  position: relative;
}
a p:before,
a:hover p:before {
  color: #270707;
  font-weight: 100;
}
.i_s1:before {
  content: "\e91e";
  font-size: 40px;
  top: 0px;
}
.header_main_menu2 .i_s1:before {
  content: "\e91e";
  font-size: 60px;
  top: 0px;
}
.i_s0 .n_cap {
  padding-top: 0px;
}
.i_s1 .n_cap {
  padding-top: 0px;
}
.i_s2 .n_cap {
  padding-top: 0px;
}
.i_s3 .n_cap {
  margin-top: 1px;
}
.i_s4 .n_cap {
  padding-top: 0px;
}
.i_s5 .n_cap {
  padding-top: 0px;
}
.i_s6 .n_cap {
  padding-top: 0px;
}
.i_s7 .n_cap {
  margin-top: 5px;
}
nav ol li .n_cap {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
}
nav ol li .n_cap2 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding-top: 0;
}
nav ol li a .n_cap,
nav ol li a .n_cap2 {
  color: #4d0a10;
}
.i_s8:before {
  content: "\e911";
  font-size: 36px;
  top: 0px;
}
.i_s9:before {
  content: "\e903";
  font-size: 38px;
  top: 0px;
}
.i_s10:before {
  content: "\e909";
  font-size: 35px;
  top: 2px;
}
.i_s11:before {
  content: "\e904";
  font-size: 40px;
  top: -1px;
}
.i_s12:before {
  content: "\e90e";
  font-size: 38px;
  top: 0px;
}
.i_s13:before {
  content: "\e906";
  font-size: 38px;
  top: 0px;
}
.i_s14:before {
  content: "\e912";
  font-size: 36px;
  top: 0px;
}
.i_s8 .n_cap {
  padding-top: 5px;
  font-size: 14px;
}
.i_s9 .n_cap {
  margin-top: 6px;
  font-size: 14px;
}
.i_s10 .n_cap {
  margin-top: 9px;
  font-size: 14px;
}
.i_s11 .n_cap {
  margin-top: 4px;
  font-size: 14px;
}
.i_s12 .n_cap {
  margin-top: 6px;
  font-size: 14px;
}
.i_s13 .n_cap {
  margin-top: 6px;
  font-size: 14px;
}
.i_s14 .n_cap {
  margin-top: 6px;
  font-size: 14px;
}
footer {
  color: #0d0303;
  display: block;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  clear: both;
  background: #fff;
  -moz-box-shadow: 0 -1px 3px rgba(153, 153, 153, 0.3);
  -webkit-box-shadow: 0 -1px 3px rgba(153, 153, 153, 0.3);
  box-shadow: 0 -1px 3px rgba(153, 153, 153, 0.3);
  border-top: 1px solid #eee;
}
.company_navi_area {
  margin: 20px auto 10px;
  clear: both;
  width: 100%;
  color: #fff;
  border-top: 1px solid #eee;
  padding: 25px 20px 0 20px;
}
.company_navi_area .left {
  float: left;
  font-size: 10px;
  margin: 4px 0 0 13px;
  color: #555;
}
.company_navi_area .left a {
  color: #111;
}
.company_navi_area .left a:hover {
  color: #999;
}
.company_navi_area .copyright {
  float: right;
  font-size: 12px;
  margin: 0 13px 0 0;
  color: #111;
}
.back_ico {
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-right: 5px;
  top: 1px;
}
#footer_shop_nav_area {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  display: block;
  clear: both;
  border-top: 1px solid #eee;
}
.footer_shop_nav {
  padding: 10px 0;
}
.footer_shop_nav_box {
  display: block;
  overflow: hidden;
}
.footer_shop_logo {
  display: block;
  overflow: hidden;
  float: left;
  width: 40%;
  padding: 1% 1% 1% 2%;
}
.footer_shop_info {
  display: block;
  overflow: hidden;
  float: left;
  width: 60%;
  padding: 2%;
}
.footer_shop_cap {
  font-weight: bold;
  display: block;
  overflow: hidden;
  padding: 0 0 5px 0;
}
.footer_shop_select {
  display: -webkit-box;
  display: -moz-box;
}
.fss {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  text-align: center;
}
.fss .fss_btn {
  padding: 10px 0 6px 0;
  border: 1px solid #bea353;
  margin: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2MDYyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhMDYyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #960627),
    color-stop(100%, #7a0620)
  );
  background: -moz-linear-gradient(#960627, #7a0620);
  background: -webkit-linear-gradient(#960627, #7a0620);
  background: linear-gradient(#960627, #7a0620);
  text-align: center;
  display: block;
}
.fss .fss_btn a {
  color: #bea353;
}
.footer_shop_disp {
  font-size: 12px;
}
.footer_list_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
}
.footer_list_nav ul li:last-child {
  border-right: none;
}
.footer_list_nav ul li {
  width: 50%;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  font-size: 10px !important;
}
.footer_list_nav ul li a {
  color: #4d0a10;
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.footer_list_nav {
  clear: both;
}
.footer_list_nav ol {
  width: 100%;
}
.footer_list_nav ol li {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  background: linear-gradient(#ffffff, #ffffff);
  width: 100%;
  border-top: 1px solid #eee;
  font-weight: bold;
}
.footer_list_nav ol li a {
  color: #4d0a10;
  display: block;
  overflow: hidden;
  padding: 5px 0 18px 10px;
}
.footer_list_nav ol li i {
  text-align: right;
  display: inline-block;
  float: right;
  padding-right: 10px;
  color: #444;
  font-size: 20px;
  position: relative;
  top: -37px;
}
.footer_list_nav span {
  position: relative;
  padding-right: 8px;
  color: #4d0a10;
}
.footer_list_nav .icon-cart {
  font-size: 68px;
  top: 8px;
  display: block;
  margin-bottom: 6px;
}
.footer_list_nav .icon-mark {
  font-size: 60px;
  top: 12px;
  margin-bottom: 14px;
  display: block;
}
.footer_list_nav .icon-map {
  font-size: 36px;
  top: 8px;
}
#sns_area {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 40%;
  background: #fff;
  clear: both;
}
#sns_area ol {
  display: -webkit-box;
  display: -moz-box;
}
#sns_area li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  font-size: 22px;
  text-align: center;
}
#sns_area li a {
  color: #4d0a10;
}
#sns_area li a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#sns_area li .fa {
  width: 40px;
  height: 40px;
  padding-top: 6px;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 3px solid #4d0a10;
  text-align: center;
  margin: 20px auto 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.closetchild {
  padding: 20px 15px 20px 15px;
  text-align: center;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
  background: #fff;
}
.closetchild a {
  color: #4d0a10;
}
.footer_logo {
  margin: 13px auto 15px;
  width: 180px;
}
.footer_logo img {
  width: 100%;
}
.list_navi_area {
  margin: 10px auto 0;
  padding: 0;
  width: 50%;
}
.list_navi_area li {
  text-align: center;
  margin: 0 auto;
  background: #fff !important;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 25%;
  display: inline-block;
}
.list_navi_area li a {
  color: #0d0303;
  display: block;
  padding: 15px 15px 10px 15px;
}
.list_navi_area li a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.list_navi_area li.list_navi_back {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.list_navi_area li.list_navi_back a {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #f5f5f5),
    color-stop(100%, #f5f5f5)
  );
  background: -moz-linear-gradient(#f5f5f5, #f5f5f5);
  background: -webkit-linear-gradient(#f5f5f5, #f5f5f5);
  background: linear-gradient(#f5f5f5, #f5f5f5);
}
.list_navi_area li.list_navi_back .fa {
  color: #0d0303;
}
.home .list_navi_area li.list_navi_back {
  display: none;
}
.shop {
  margin: 0 0 0 0;
}
.shop_data_area h2 {
  font-size: 24px;
}
.shop_floor_area {
  clear: both;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  width: 100%;
}
.shop_floor {
  background: #0d0303;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  padding-top: 4px;
  margin-right: 12px;
  font-family: "Libre Baskerville", serif;
}
.shop_data {
  float: left;
  padding: 0px;
  height: 55px;
  overflow: hidden;
  margin: 0 0 10px 0;
  width: 50%;
}
.shop_floor_name {
  font-size: 14px;
  padding: 3px 0 3px 0;
  margin: 0 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.shop_tel_area {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: "Roboto", sans-serif;
}
.shop_tel_area a {
  text-decoration: none;
  color: #0d0303;
  font-weight: 100;
}
.shop_tel_area a:hover {
  text-decoration: none;
}
.shop_sns_area {
  float: left;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 10px;
  width: 30.5%;
}
.shop_sns_area ul {
  padding-top: 14px;
}
.shop_sns_area li {
  font-size: 30px;
  float: left;
  margin: 0 5px;
  color: #f5f5f5;
}
.shop_sns_area li a {
  display: block;
  text-align: center;
  padding: 0;
  overflow: hidden;
  color: #4d0a10;
}
.shop_sns_area li a:hover {
  text-decoration: none;
  color: #bea353;
}
.shop_disp {
  clear: both;
  padding: 20px 0;
  display: block;
  overflow: hidden;
}
.shop_disp dl {
  width: 100%;
}
.shop_disp dt {
  float: left;
  width: 10%;
}
.shop_disp dt .fa {
  margin-right: 3px;
}
.shop_disp dd {
  float: left;
  width: 90%;
  margin-bottom: 10px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.googlemap {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}
.map_url {
  margin: 10px;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  overflow: hidden;
}
.map_url a {
  color: #fff;
}
.map_url {
  display: none;
}
.shop_cam {
  margin: 10px;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  cursor: pointer;
  clear: both;
}
.shop_cam a {
  color: #fff;
}
.shop_cam_none {
  display: none;
}
.modal-title {
  color: #111;
  font-weight: bold;
}
.shop_box {
  margin-bottom: 50px;
}
.shop_campaign {
  max-width: 1000px;
  margin: -40px auto 70px;
}
.shop_campaign .multiple {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.shop_campaign .multiple .cat_event_article_shop {
  width: 25%;
}
.shop_campaign .multiple .cat_event_article_shop img.cat_event_thumbnail {
  width: 100%;
}
#loop_area {
  width: 100%;
  padding: 0 0 0;
}
.loop_area {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}
.loop {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loop ul {
  height: 200px;
  float: left;
  overflow: hidden;
}
.loop ul li {
  width: auto;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loop ul li img {
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px;
}
.slider {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  position: relative;
  visibility: hidden;
}
.slider ul,
.slider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
.slider ul li img {
  width: 100%;
}
.sliderCover {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.sliderWrap {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .slider {
    width: 100%;
  }
}
.pagiNation {
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 10px;
  text-align: center;
  position: absolute;
}
.pagiNation a {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagiNation a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pagiNation a.pnActive:hover {
  opacity: 1;
}
.pagiNation a.pnActive {
  background: #4d0a10;
}
.slider .btnPrev,
.slider .btnNext {
  top: 0;
  position: absolute;
}
.slider .btnPrev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center right;
  background-color: rgba(13, 3, 3, 0.4);
}
.slider .btnNext {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center left;
  background-color: rgba(13, 3, 3, 0.4);
}
.slider .btnPrev:hover,
.slider .btnNext:hover {
  transition: all 0.3s linear;
  background-color: rgba(153, 153, 153, 0.8);
}
.slider ul:before,
.slider ul:after,
.sliderWrap:before,
.sliderWrap:after {
  content: " ";
  display: table;
}
.slider ul:after,
.sliderWrap:after {
  clear: both;
}
.slider ul,
.sliderWrap {
  *zoom: 1;
}
.sns {
  margin: 0 0 0 0;
}
.sns_floor_area {
  clear: both;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #f5f5f5;
}
.sns_data {
  float: left;
  padding: 19px 0 0 10px;
  height: 45px;
  overflow: hidden;
  margin: 0 0 10px 0;
  width: 45%;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.sns_sns_area {
  float: left;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 10px;
  width: 50%;
}
.sns_sns_area ul {
  padding-top: 14px;
}
.sns_sns_area li {
  font-size: 26px;
  float: left;
  margin: 0 4px 0 4px;
  color: #f5f5f5;
}
.sns_sns_area li a {
  display: block;
  text-align: center;
  padding: 0;
  overflow: hidden;
  color: #bea353;
}
.sns_sns_area li a:hover {
  text-decoration: none;
  color: #bea353;
}
.author_area {
  margin: 20px auto 0;
  background: #fff;
  width: 96%;
}
.author_area:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin: 0 0 0 0;
  left: 9%;
  font-size: 60px;
  position: relative;
  top: -40px;
  color: #f5f5f5;
}
.author_area .person_box {
  background: #f5f5f5;
  display: block;
  overflow: hidden;
  margin: 10px 0 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.author_area .person_author {
  text-align: left;
  margin: 0 0 0 0;
  padding: 15px 10px 15px 25px;
  border-bottom: 1px solid #fff;
  font-weight: 100 !important;
  font-size: 18px;
}
.person_link_area {
  line-height: 1.6;
  margin: 40px 0 0 0;
}
.person_url {
  display: block;
  font-size: 12px;
  margin: 10px 0 0 10px;
}
.person_url .fa {
  padding-right: 2px;
  font-size: 12px;
}
.person_link {
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
  margin: 5px 0 0 10px;
}
.person_link .fa {
  text-align: center;
  padding: 2px 5px 2px 0;
  color: #4d0a10;
}
.person_link a,
.person_link a .fa {
  color: #4d0a10;
}
.entry_summary {
  background: #fff;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  top: -65px;
  margin-bottom: -65px;
  width: 96%;
  margin: 0 auto;
}
.author_area .person_left {
  float: left;
  width: 20%;
  margin: 30px auto 0;
  text-align: center;
}
.author_area .person_right {
  float: left;
  width: 80%;
  margin: 10px auto;
  padding: 20px 40px 10px 0;
}
#person {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 40px auto;
  border: 3px solid #0d0303;
  width: 100%;
  padding: 0 0 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.person_cap {
  background: #0d0303;
  display: block;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.person_left {
  float: left;
  width: 30%;
  margin: 30px auto 0;
  text-align: center;
}
.person_right {
  float: left;
  width: 70%;
  margin: 10px auto;
  padding: 20px 20px 10px 0;
}
.person_avatar {
  margin: 20px auto;
}
.person_avatar img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.person_author {
  font-size: 24px;
  font-weight: bold;
}
.person_author a {
  color: #4d0a10;
}
.person_disp {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 10px 10px 0 10px;
}
.person_article_link {
  padding: 8px 10px 8px 10px;
  margin: 10px 0;
  background: #bea353;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.person_article_link a {
  color: #fff;
}
.calendar {
  border-collapse: collapse;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
}
.calendar tr th,
.calendar tr td {
  border: solid 1px #ccc;
  text-align: center;
  height: 3em;
  width: 14%;
}
.calendar tr th {
  font-weight: bold;
}
.calendar tr th.w0,
.calendar tr td.w0 {
  background-color: #ffdfdf;
  color: #f33;
  width: 15%;
}
.calendar tr th.w6,
.calendar tr td.w6 {
  background-color: #ddf4ff;
  color: #09f;
  width: 15%;
}
.calendar tr td.hol {
  background-color: #ffdfdf;
  color: #f33;
}
.calendar tr td span.date {
  display: block;
  line-height: 1;
}
.cat-ev {
  margin: 0 auto 50px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFkZDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 173, 208, 0.2))
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 173, 208, 0.2)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 173, 208, 0.2)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 173, 208, 0.2)
  );
  padding: 15px 0 10px 0;
}
.cat-ev_area {
  min-width: 1200px;
  max-width: 1400px;
  margin: 0 auto;
}
#single_event {
  width: 96%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.single_event_box {
  padding: 0;
}
h1.single_event_title {
  padding: 0 10px 10px 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  clear: both;
}
.event_article_type {
  margin: 0 0 10px 0;
  background: #bea353;
  padding: 7px 5px 3px 7px;
  color: #fff;
  text-align: left;
  font-weight: 100;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.single_event_disp {
  padding: 10px;
  font-size: 16p;
  line-height: 1.6;
}
.single_event_datestamp {
  text-align: right;
  margin: 10px 0;
  font-size: 12px;
  color: #ccc;
}
.single_event_datestamp:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 2px;
}
.ev_left {
  width: 50%;
  display: block;
  overflow: hidden;
  float: left;
  border-right: 1px solid #eee;
}
.ev_right {
  width: 50%;
  display: block;
  overflow: hidden;
  float: right;
  background: #f5f5f5;
}
.event_article {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin: 0;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
}
.page-coordinate .event_article {
  border-bottom: none;
  padding: 10px;
  margin: 0;
  clear: none !important;
  float: left;
  display: block;
  overflow: hidden;
  width: 25%;
}
.page-coordinate .event_article img {
  height: 310px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.event_article_disp {
  margin: 0 0 0 0;
  padding: 10px;
  color: #0d0303;
  width: 100%;
}
.event_article_disp {
  margin: 0 0 0 0;
  padding: 10px;
  color: #0d0303;
}
.event_article_title {
  color: #0d0303;
  font-size: 16px;
  height: 4em;
}
.event_article_excerpt {
  color: #0d0303;
  font-size: 11px;
  margin: 5px 0 10px 10px;
}
.event_article_title a {
  font-weight: 100;
  color: #0d0303;
}
.event_article_excerpt a {
  font-weight: 100;
  color: #444;
}
.event_article_title a:hover,
.event_article_excerpt a:hover {
  text-decoration: none;
}
.event_thumbnail {
  width: 100%;
  text-align: center;
}
.event_article_period {
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: red;
  margin: 0 0 10px 0;
  padding: 5px;
  color: #fff;
  text-align: left;
}
.area_cap {
  font-size: 24px;
  margin: 25px 0 10px 0 !important;
  color: #4d0a10;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
}
.more_btn {
  text-align: center;
  display: block;
  overflow: hidden;
  margin: 10px 7% 10px 7%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.more_btn a {
  padding: 12px 0 10px 0;
  display: block;
  overflow: hidden;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #111111),
    color-stop(100%, #222222)
  );
  background: -moz-linear-gradient(#111111, #222222);
  background: -webkit-linear-gradient(#111111, #222222);
  background: linear-gradient(#111111, #222222);
  color: #fff;
}
.more_btn .en a {
  padding: 6px 0 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 90%;
  font-weight: 100 !important;
}
.more_btn a:hover {
  text-decoration: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #222222),
    color-stop(100%, #111111)
  );
  background: -moz-linear-gradient(#222222, #111111);
  background: -webkit-linear-gradient(#222222, #111111);
  background: linear-gradient(#222222, #111111);
}
.area_sub_cap {
  font-size: 18px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMGExMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3MDcwNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #4d0a10),
    color-stop(100%, #270707)
  );
  background: -moz-linear-gradient(#4d0a10, #270707);
  background: -webkit-linear-gradient(#4d0a10, #270707);
  background: linear-gradient(#4d0a10, #270707);
  border-top: 1px solid #270707;
  margin: 15px 0 0 0;
  padding: 10px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  text-shadow: 1px 1px 2px #0d0303;
}
.page-template-ev-buy article,
.page-template-ev-sell article {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  width: 1000px;
}
.cat_event_article {
  clear: both;
  border-bottom: 1px solid #eee;
  width: 50%;
}
.cat_event_thumbnail {
  width: 40%;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 0 0 0;
  padding: 10px;
}
.cat_event_article_disp {
  width: 60%;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 0;
}
.cat_event_datestamp {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #ccc;
}
.cat_event_datestamp:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 2px;
}
.top_event_article ul {
  display: -webkit-flex;
  display: flex;
}
.top_event_article li {
  width: 50%;
  text-align: center;
  padding: 10px 0 0 0;
}
.top_event_article li img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.top_event_article li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cat-cood {
  margin: 50px 0;
  clear: both;
}
.cat-cood_area {
  min-width: 1200px;
  max-width: 1400px;
  margin: 0 auto;
}
.top_coordinate_article ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  display: -webkit-box;
  display: -moz-box;
}
.top_coordinate_article li {
  width: 20%;
  text-align: center;
  padding: 10px 10px 10px 10px;
}
.top_coordinate_article li img {
  height: 280px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.top_coordinate_article li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.coordinate_check {
  padding: 10px 10px 6px 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  font-size: 10px;
}
.single_coordinate {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 10px 0 10px 0;
}
.single_coordinate_bottom {
  width: 96%;
  margin: 0 auto;
}
.single_coordinate_box {
  padding: 0 0 0 0;
}
.single_coordinate_img {
  padding: 10px 10px 0 10px;
  text-align: center;
}
.single_coordinate_disp {
  padding: 10px;
  font-size: 16p;
  line-height: 1.6;
  @inlude blcset;
  width: 100%;
}
.single_coordinate_disp p {
  word-wrap: break-word;
}
.single_coordinate_disp p a {
  font-size: 12px;
  line-height: 1.4;
}
.single_coordinate_disp p a:before {
  content: "商品を見にいく\f08e";
  font-family: FontAwesome;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  background: #f5f5f5;
  padding: 5px;
  background: #bea353;
  color: #fff;
}
.single-coordinate .alignnone {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.single-coordinate img.alignnone {
  width: 100%;
  height: 100%;
}
.favorite-button {
  background: #ffe203;
  padding: 2px 4px 3px 15px;
  border-radius: 5px;
  margin: 5px 0;
  float: right;
}
.simplefavorite-button {
  padding: 5px;
  margin: 3px;
  border: none;
  background: #ff8f00;
  color: #fff;
  border-radius: 5px;
}
.recruit {
  margin: 0 0 0 0;
}
.recruit_article_excerpt {
  color: #0d0303;
  font-size: 16px;
  margin: 20px 5px 10px 5px;
}
.recruit_article_title a {
  font-weight: 100;
  color: #0d0303;
}
.recruit_article_excerpt a {
  font-weight: 100;
  color: #444;
}
.recruit_article_title a:hover,
.recruit_article_excerpt a:hover {
  text-decoration: none;
}
.cat_recruit_article {
  clear: both;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.cat_recruit_thumbnail {
  width: 30%;
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 0 0;
  padding: 10px;
}
.cat_recruit_article_disp {
  width: 70%;
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 0 0;
  padding: 10px 0 10px 10px;
}
.cat_recruit_article_title {
  margin: 20px 0 0 0;
  font-size: 24px;
}
.cat_recruit_datestamp {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #ccc;
}
.cat_recruit_datestamp:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 2px;
}
.rec-end {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#rec_single_main {
  width: 660px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
#rec_single_main .cap {
  color: #0d0303;
  padding: 0 0 0 0;
  text-align: center;
  margin: 20px auto 10px;
  line-height: 1.6;
  font-size: 24px;
}
.rec_single_main_disp {
  color: red;
  font-size: 18px;
  margin: 0 5px 10px 5px;
  text-align: center;
}
#rec_single_main .topi_disp {
  font-weight: 100;
  color: #0d0303;
}
#rec_single_main .topi_disp dl {
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
#rec_single_main .topi_disp dl dt {
  float: left;
  width: 22%;
  text-align: right;
  padding-right: 5px;
  line-height: 2;
  letter-spacing: 0;
}
#rec_single_main .topi_disp dl dd {
  float: left;
  width: 78%;
  line-height: 2;
  letter-spacing: 0;
  display: block;
  overflow: hidden;
}
.app_destination {
  margin: 30px 10px;
  clear: both;
  display: block;
  overflow: hidden;
  border: 2px solid #111;
}
.app_destination_cap {
  background: #eee;
  padding: 10px;
  text-align: center;
}
.app_destination_disp {
  padding: 10px;
  text-align: center;
}
.app_destination_post {
  display: block;
  overflow: hidden;
}
.app_destination_check {
  display: block;
  overflow: hidden;
  padding: 10px 0 0 0;
  font-size: 10px;
  text-align: center;
  color: #bea353;
}
.topi_disp_free {
  margin: 20px;
  border-top: 1px solid #eee;
  padding: 20px 0 0 0;
}
.topi_disp_free .topi_cap {
  border-top: 3px solid #4d0a10;
  border-bottom: 3px solid #4d0a10;
  color: #0d0303;
  padding: 18px 0 14px 5px;
  margin: 10px 0 30px 0;
}
#instafeed {
  margin: 0 auto;
  width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#instafeed li {
  text-align: center;
  line-height: 1;
  padding: 10px;
}
#tml_area {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}

.form-group .col-md-2 {
  white-space: nowrap; /* ラベルの折り返しを防ぐ */
  width: 150px; /* ラベルの固定幅を設定 */
}

.form-group .col-md-6 {
  width: calc(100% - 150px); /* ラベルと入力フィールドの幅を調整 */
}

.form-group .col-md-6 .form-control {
  width: 100%; /* 入力フィールドの幅を100%に設定 */
}
