@charset "UTF-8";
/* common
-------------------------------------------------------------- */
body {
  height: 100%;
  padding: 50px 0;
  margin: 20px 0 0;
  background-color: #ffffff;
  font-family: Arial, Helvetica,"Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 13px;
  color: #777;
  text-align: center; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, t, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: 1px;
  border-style: none; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

.clearfix {
  clear: both; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

.wrapper {
  width: 960px;
  min-height: 580px;
  margin: 0 auto;
  padding: 30px; }

a {
  text-decoration: none;
  color: black; }

li {
  list-style: none; }

/* .category
-------------------------------------------------------------- */
.template #category-menu {
  display: block; }

.template #category-menu span {
  cursor: pointer; }

/*.template #category-menu .category-list {
    display: none;
    padding: 5px 0 0;
    position: absolute;
    z-index: 9999;
	margin-left: -15px;
}*/
.template #category-menu .category-list {
  display: none;
  padding: 5px 0 0;
  position: absolute;
  z-index: 9999;
  /*border: 1px solid #EEE;*/
  min-width: 150px;
  margin-left: -15px; }

.template #category-menu:hover .category-list {
  display: block;
  padding: 5px 0 0;
  position: absolute;
  z-index: 9999; }

/*.template #category-menu .category-list ul {
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 10px;
    cursor: pointer;
    margin: 0;
	min-width:150px;
}*/
.template #category-menu .category-list ul {
  background-color: #FFF;
  border: 1px solid #EEE;
  padding: 10px 0;
  cursor: pointer;
  margin: 0;
  min-width: 150px;
  /*margin-left:-15px;*/ }

.template #category-menu .category-list ul.appsItemCategoryTag_lowerchild {
  background-color: #FFF;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  margin: 0;
  min-width: 130px;
  display: none;
  position: absolute;
  top: 0;
  left: 100%; }

.template #category-menu .category-list ul li:hover > ul.appsItemCategoryTag_lowerchild {
  display: block;
  border: 1px solid #EEE;
  padding: 10px 0; }

.template #category-menu .category-list ul li {
  border: none;
  float: none;
  height: auto;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  position: relative; }

.template #category-menu .category-list ul li a {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0 10px; }

.template #category-menu .category-list ul.appsItemCategoryTag_lowerchild li a {
  font-size: 12px;
  line-height: 18px;
  margin: 0 10px; }

.template #category-menu .category-list ul li a:hover {
  border-bottom: none;
  text-decoration: underline; }

.template #category-menu .category-list ul li {
  display: block; }

/* .tempTop
-------------------------------------------------------------- */
.tempTop .container {
  width: 100%;
  padding-top: 0; }

.tempDetail .container {
  width: 100%; }

.tempTop h2 {
  margin: 10px 0 5px;
  font-size: 12px;
  line-height: 19px;
  color: #000000; }

.tempTop .price {
  font-size: 12px; }

.tempTop img {
  border-style: none; }

.tempTop p {
  margin: 10px 0; }

.tempTop a {
  text-decoration: none; }

.tempTop .row {
  font-size: 0;
  line-height: 0;
  padding-left: 0px; }

.tempTop .column {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  /* Fix for Internet Explorer 7 */
  *display: inline;
  zoom: 1; }

.tempTop header {
  padding-bottom: 25px;
  text-align: center;
  /*         margin-top: 22px; */
  /* Fix for Internet Explorer 7 */
  position: relative;
  z-index: 1; }

.tempTop #search_container {
  display: inline-block;
  margin: 18px 0 0 10px;
  vertical-align: bottom;
  /* Fix for Internet Explorer 7 */
  *display: inline;
  zoom: 1; }

.tempTop #main_navigation {
  height: 23px;
  margin-bottom: 70px; }

.tempTop #main_navigation ul:first-child {
  display: inline-block;
  /* Fix for Internet Explorer 7 */
  *display: inline;
  zoom: 1; }

.tempTop #main_navigation li {
  color: #222;
  /*overflow: hidden;*/
  max-width: 400px;
  margin: 0 30px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; }

.tempTop #main_navigation li a {
  padding: 0 8px 7px; }

.tempTop #main_navigation li #category-menu span {
  font-weight: bold; }

.template #category-menu:hover .category-list {
  display: block;
  padding: 5px 0 0;
  position: absolute;
  z-index: 9999; }

.template #category-menu:hover .category-list .innerContent {
  line-height: 0; }

.tempTop #main_navigation li:hover {
  border-bottom: solid 2px #222222; }

.tempTop #main_navigation .child_navigation a {
  font-size: 14px;
  line-height: 17px; }

.tempTop #base_search input {
  position: relative;
  top: 2px;
  width: 100px;
  margin: 0;
  padding: 2px 10px 2px 23px;
  background: url(//dhskp7m6mg2zv.cloudfront.net/theme_assets/1839/magglas.png) no-repeat 5px 50% #fff;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #999; }

.tempTop #base_search input:focus {
  outline: 0;
  color: #000; }

.tempTop #base_search_results {
  top: 29px;
  right: 2px;
  left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 19px; }

#base_search_results .item {
  border-top: 1px solid #d5d5d5; }

#base_search_results .title {
  font-weight: bold; }

#base_search_results .price {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #999; }

#products {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 50px; }

#products img {
  width: 100%; }

#products h2.ttl {
  margin: 0 auto 50px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

#products h2.ttl span {
  border-bottom: 3px solid #666;
  padding: 0 0 7px; }

#products .column {
  text-align: center; }

#products .label_image {
  width: auto; }

.item_lists {
  height: auto; }

.item_lists li {
  width: 300px;
  height: 300px;
  overflow: hidden;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  margin: 10px;
  /*background-color: #ffffff;*/ }

@-moz-document url-prefix() {
  .item_lists li {
    margin: 9px; } }
.item_lists a {
  display: block; }

.item_lists .image_container {
  width: 300px;
  height: 300px;
  overflow: hidden;
  line-height: 300px;
  text-align: center;
  /*margin-top: -300px;*/
  /*z-index: 2;*/
  position: relative; }

#products ul li.product_list, #products ul li.product_list a {
  display: inline-block;
  display: block/9;
  height: 300px;
  text-align: center;
  width: 300px;
  z-index: 999; }

#products ul li.product_list a {
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=00)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

#products ul li.product_list a:hover {
  width: 300px;
  height: 300px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=0);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=00)";
  /* ie 8 */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */ }

#products ul.item_lists li.product_list a .item_meta {
  width: 252px;
  height: 45px;
  padding: 102px 24px 115px;
  margin-top: 1px;
  /*margin: -195px auto 0;*/
  font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', sans-serif;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1; }

#products ul.item_lists li.product_list a .item_meta .detail {
  width: 300px;
  height: 40px;
  margin-top: 61px;
  margin-left: -24px;
  background-color: #898989; }

#products ul.item_lists li.product_list a .item_meta .detail p {
  color: #ffffff;
  font-size: 13px;
  padding: 10.5px 0;
  text-align: center; }

#products ul li.product_list .image_container {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/*
#products ul li.product_list a .image_container:hover .item_meta {
    opacity: 1;
}

#products ul li.product_list a .image_container:hover  {
    opacity: 0.6;
}*/
#products ul.item_lists li.product_list a .soldout_meta {
  width: 252px;
  height: 45px;
  /*margin: -246px auto 0;*/
  margin-top: 1px;
  padding: 50px 24px 165px;
  font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', sans-serif;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1; }

#products ul.item_lists li.product_list a .soldout_meta p {
  font-size: 20px;
  color: #FF7C8E;
  text-align: center;
  margin-bottom: 20px; }

#products ul.item_lists li.product_list a .soldout_meta .detail {
  width: 300px;
  height: 40px;
  margin-top: 63px;
  margin-left: -24px;
  background-color: #898989; }

#products ul.item_lists li.product_list a .soldout_meta .detail p {
  color: #ffffff;
  font-size: 13px;
  padding: 10.5px 0;
  text-align: center; }

#products ul li.product_list a .image_container {
  width: 300px;
  height: 300px;
  display: block;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

#products ul li.product_list a .image_container:hover .item_meta {
  opacity: 1; }

#products ul li.product_list a .image_container:hover {
  opacity: 0.08; }

#products ul li.product_list a .image_container:hover .soldout_meta {
  opacity: 1; }

#products ul li.product_list .image_container:hover {
  opacity: 0.08;
  filter: alpha(opacity=8);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=8)";
  /* ie 8 */
  -moz-opacity: 0.08;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.08;
  /* Safari 1.x */
  zoom: 1; }

#products ul.item_lists li.product_list a .soldout_meta h2 {
  width: 100%;
  height: 44px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-decoration: line-through;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  text-align: center; }

#products ul.item_lists li.product_list .image_container img {
  max-width: 300px;
  max-height: 300px;
  vertical-align: middle; }

#products ul.item_lists li.product_list h2 {
  width: 100%;
  height: 44px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  text-align: center; }

#products ul.item_lists .product_list .price {
  font-size: 14px;
  color: #000000;
  text-align: center; }

#products .product_list .currency {
  font-size: 13px; }

#product_info {
  width: 980px;
  margin: 40px auto; }

#product_info .image_container {
  width: 640px;
  background-color: #f6f6f6; }

#product_info .image_container img {
  max-width: 640px; }

#product_info .details_container {
  width: 300px;
  margin-left: 40px;
  text-align: left; }

#product_info h1 {
  margin: 0 0 3px; }

#product_info .price {
  margin: 2px 0px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600; }

#product_info .currency {
  margin-left: 1px;
  font-size: 14px; }

#product_info .description {
  margin: 18px 0px 18px 0px;
  color: #222;
  font-size: 13px;
  line-height: 19px; }

#product_info .variations_container {
  margin: 10px 0; }

#product_info .add_to_cart {
  margin: 20px 0; }

#product_info .out_of_stock {
  margin: 30px 0;
  font-style: italic; }

#product_info .terms {
  text-align: left;
  font-size: 11px;
  line-height: 15px; }

#product_info .terms .link {
  margin-top: 10px; }

#product_info .terms a {
  color: #999; }

#related_products {
  margin-top: 80px;
  padding: 70px; }

.base_add_to_cart_button {
  min-width: 120px;
  padding: 8px 12px;
  background-color: #e3e6e4;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #939494;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }

.base_add_to_cart_button:hover {
  color: white; }

.base_add_to_cart_button:active {
  background-color: #0d629c; }

.page_container {
  max-width: 800px;
  margin: 40px auto;
  color: #222; }

.page_container h1 {
  margin: 0 0 20px; }

.tempTop #base {
  width: 145px;
  top: 10px;
  right: 20px;
  float: right;
  position: absolute;
  z-index: 999; }

.tempTop #base .basehome {
  float: left; }

.tempTop #base .basehome:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:dximagetransform.microsoft.alpha(opacity=80); }

.tempTop #base .basecart {
  float: right; }

.tempTop #base .basecart:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:dximagetransform.microsoft.alpha(opacity=80); }

.tempTop #base img {
  border: 0px !important; }

.tempTop #base .stocNum {
  position: absolute !important;
  right: 32px !important;
  top: 20px !important;
  color: white !important;
  font-size: 13px !important;
  font-family: helvetica !important;
  font-weight: bold !important;
  line-height: 1 !important; }

/* .tempDetail
-------------------------------------------------------------- */
.tempDetail #title {
  margin-top: 75px;
  padding: 5px 0;
  text-align: center;
  color: white;
  font-size: 50px;
  width: 960px; }

.tempDetail #title h1 {
  font-weight: bold;
  color: #B6B6B6; }

.tempDetail #title img {
  max-width: 960px;
  max-height: 700px; }

.tempDetail .menu li {
  width: 100px;
  text-align: center;
  color: black; }

.tempDetail .gazou img {
  width: 300px;
  height: 300px; }

.tempDetail br .clear {
  clear: both;
  line-height: 0; }

.tempDetail .gazou li {
  padding-top: 15px;
  padding-left: 15px; }

.tempDetail section.itiran {
  overflow: hidden;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa; }

.tempDetail .kiyaku {
  color: gray;
  padding-bottom: 30px;
  text-align: center; }

.tempDetail .kiyaku li {
  font-size: small; }

.tempDetail .kiyaku a {
  text-decoration: none;
  color: gray; }

.tempDetail span.fadein {
  color: black; }

.tempDetail #privacy {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 5px; }

.tempDetail #privacy h2 {
  padding-bottom: 10px; }

.tempDetail .wrapper {
  padding: 0 0 30px; }

.tempDetail .kakaku {
  float: left;
  margin-right: 20px; }

.tempDetail .kakaku .bxslider li {
  z-index: 0 !important; }

.tempDetail section.content {
  height: auto; }

.tempDetail #pics {
  padding-bottom: 10px; }

.tempDetail #pics li {
  line-height: 500px;
  padding-top: 10px;
  padding-left: 10px; }

.tempDetail #pics li img {
  text-align: center;
  vertical-align: middle; }

.tempDetail .thumbs li {
  padding-top: 10px;
  padding-left: 10px; }

.tempDetail .thumbs li img {
  max-height: 100px;
  max-width: 100px; }

.tempDetail .outer {
  float: left;
  padding-bottom: 10px;
  width: 520px; }

.tempDetail section.row {
  text-align: left;
  display: inline-block;
  width: 450px;
  float: right; }

.tempDetail section.row select {
  margin-left: 8px;
  margin-bottom: 15px;
  display: block; }

.tempDetail section.row #purchase_form label {
  font-size: 14px;
  font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', sans-serif;
  margin: 15px 15px 10px 0;
  float: left; }

.tempDetail section.row select {
  cursor: pointer;
  max-width: 375px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap; }

.tempDetail section.row span.price_del {
  margin: 45px 0 0 0;
  font-size: 19px;
  color: #000000;
  text-decoration: line-through; }

.tempDetail section.row span.price_soldout {
  font-size: 19px;
  color: #ff7c8e;
  margin: 46px 0 0 15px; }

.tempDetail section.row span.val_soldout {
  display: none; }

.tempDetail section.row select.val_soldout {
  display: none; }

.tempDetail .descri {
  width: 100%;
  margin: 0 0 20px;
  text-align: left; }

.tempDetail .descri h2 {
  text-align: left;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold; }

.tempDetail p.price {
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
  color: #000000; }

.tempDetail .price_bottom {
  clear: both;
  margin: 6px 0 4px 0; }

.tempDetail p.explanation {
  text-align: left;
  margin: 90px 0 10px;
  font-size: 13px; }

.tempDetail div.product {
  height: auto;
  line-height: 1.4;
  text-align: left; }

.tempDetail .itemAttention {
  margin: 20px 0 0; }

.tempDetail .product .attention {
  font-size: 12px;
  margin: 5px 0 0; }

.tempDetail .product .attention1 {
  font-size: 12px;
  margin: 5px 0 0; }

.tempDetail .product .attention2 {
  margin: 5px 0 0;
  font-size: 12px;
  clear: both; }

.tempDetail .product .free {
  font-weight: bold; }

.tempDetail .buttonHover {
  margin: 20px 0 30px 270px;
  float: right;
  background-color: #999999;
  padding: 10px 5px;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 100%;
  border: 0px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.tempDetail .buttonHover:hover {
  opacity: 0.7;
  filter: progid:dximagetransform.microsoft.alpha(opacity=80); }

.tempDetail #base {
  width: 145px;
  top: 10px;
  right: 20px;
  float: right;
  position: absolute; }

.tempDetail #base .basehome {
  float: left; }

.tempDetail #base .basehome:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:dximagetransform.microsoft.alpha(opacity=80); }

.tempDetail #base .basecart {
  float: right; }

.tempDetail #base .basecart:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:dximagetransform.microsoft.alpha(opacity=80); }

.tempDetail #base img {
  border: 0px !important; }

.tempDetail #base .stocNum {
  position: absolute !important;
  right: 32px !important;
  top: 20px !important;
  color: white !important;
  font-size: 13px !important;
  font-family: helvetica !important;
  font-weight: normal !important; }

.tempDetail .hide {
  display: none; }

.tempDetail #reportMessage {
  color: #468847;
  font-size: 14px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 14px;
  margin-top: 20px;
  width: 90%; }

.tempDetail #main_navigation li {
  display: inline-block; }

.tempDetail header {
  margin-bottom: 25px;
  text-align: center;
  /*         margin-top: 22px; */
  /* Fix for Internet Explorer 7 */
  position: relative;
  z-index: 1; }

.tempDetail #logotype {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 62px;
  line-height: 68px;
  font-weight: bold;
  color: #222;
  display: block; }

.tempDetail .template #category-menu .category-list ul li {
  display: block; }

/*====================================================================
 social
====================================================================*/
.tempDetail #widget {
  width: 125px;
  float: left; }

.tempDetail #widget a {
  line-height: 22px;
  vertical-align: middle; }

#mainFooter ul.clearfix li#social_button {
  float: right;
  margin: 0; }

#twitter-widget-0 {
  width: 105px !important; }

#twitter-widget-1 {
  width: 105px !important; }

.tempDetail #reportBtn {
  height: 20px;
  float: left;
  text-decoration: none; }

.tempDetail #reportBtn a {
  color: #989898;
  display: block;
  margin: 1px 0 0 15px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer; }

#mainFooter #social_button {
  text-align: center;
  float: right; }

.fb-like {
  vertical-align: top; }

.tempDetail section.row .fb-like span {
  margin: 0 0 0 0; }

.fb-like iframe {
  height: 20px; }

.boxRight {
  float: right !important; }

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*====================================================================
 common
====================================================================*/
/* clearfix */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

section.tmpBox {
  background-color: #FFF;
  border-radius: 5px;
  color: #333;
  line-height: 1.4;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  max-width: 960px; }

/*====================================================================
 Shoulder
====================================================================*/
#Shoulder .shoulderCol {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden; }

#Shoulder .shoulderCol p {
  margin: 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 100%;
  float: left;
  padding: 7px 0; }

/*====================================================================
 mainHeader
====================================================================*/
#mainHeader {
  width: 100%; }

#mainHeader .headerCol {
  width: 960px;
  margin: 0 auto;
  position: relative; }

#mainHeader h1 a {
  display: block;
  font-size: 40px;
  padding-top: 115px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

#mainHeader h1 a:hover {
  opacity: 0.4; }

#main_navigation ul {
  font-size: 16px; }

#mainHeader .headerCol #mainNavi #main_navigation li {
  color: #222;
  /*overflow: hidden;*/
  max-width: 400px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; }

#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
  min-width: 75px; }

#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor > span,
#mainHeader .headerCol #mainNavi .sitelink > a > span {
  display: block;
  font-weight: normal !important;
  font-size: 10px;
  font-weight: normal !important; }

#mainHeader .headerCol #mainNavi .sitelink {
  overflow: visible !important; }

#mainHeader .headerCol #mainNavi .sitelink > a,
#mainHeader .headerCol #mainNavi .sitelink > div > span {
  background: #9f9f9f;
  color: #fff;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  overflow: visible;
  padding: 5px 10px;
  display: block;
  font-weight: bold;
  line-height: 1.4; }

#mainHeader .headerCol #mainNavi #main_navigation li:hover {
  border-bottom: none; }

#mainHeader .headerCol #mainNavi #main_navigation li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  text-decoration: none; }

#mainHeader .headerCol #mainNavi #main_navigation #category-menu .category-list ul li {
  display: block;
  margin: 0;
  line-height: 25px; }

#mainHeader .headerCol #mainNavi #main_navigation #category-menu .category-list ul li .mainHeaderNavColor {
  font-weight: normal; }

#mainHeader .headerCol .menubtn {
  cursor: pointer;
  display: none;
  width: 24px; }

#mainHeader .headerCol #mainNavi #main_navigation #category-menu .category-list .header {
  display: none; }

/*====================================================================
 Mainvisual
====================================================================*/
#Mainvisual .bx-wrapper {
  width: 960px; }

#Mainvisual li img {
  max-width: 100%;
  margin: auto; }

/*====================================================================
 recommend
====================================================================*/
#recommend {
  width: 880px;
  margin: 0 auto 0;
  padding: 55px 40px 15px; }

#recommend h2.ttl {
  margin: 0 auto 50px;
  font-size: 18px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

#recommend h2.ttl span {
  border-bottom: 3px solid #666;
  padding: 0 0 7px; }

#recommend #mainSlide .slick-slide {
  margin: 0 10px; }

/*====================================================================
 info
====================================================================*/
#info {
  width: 880px;
  margin: 0 auto 0;
  padding: 55px 40px 35px; }

#info h2.ttl {
  margin: 0 auto 50px;
  font-size: 18px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

#info h2.ttl > span {
  /*border-bottom: 3px solid #666;*/
  padding: 0 0 7px;
  position: relative;
  display: inline-block;
  text-align: center; }

#info h2.ttl > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #666;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

#info h2.ttl span > span {
  display: block;
  font-size: 11px; }

/*====================================================================
 itemlist
====================================================================*/
#products h2.ttl > span {
  border-bottom: none;
  padding: 0 0 7px;
  position: relative;
  display: inline-block;
  text-align: center; }

#products h2.ttl > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #666;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

#products h2.ttl span > span {
  display: block;
  font-size: 11px;
  border-bottom: none;
  padding: 0; }

/*====================================================================
 categoryList
====================================================================*/
#categoryList .categoryTitle01 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px; }

#categoryList ul {
  text-align: center;
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 2.0em; }

#categoryList ul li {
  display: inline-block;
  margin: 0 10px; }

#categoryList ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

/*====================================================================
 page-top
====================================================================*/
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 35px;
  z-index: 1000;
  margin: 0; }

#page-top img {
  width: 100%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

/*====================================================================
 mainFooter
====================================================================*/
#mainFooter {
  width: 100%;
  /*margin: 785px 0 0;*/
  clear: both;
  margin: 0 auto 0;
  text-align: center;
  padding: 30px 0; }

#mainFooter ul.clearfix {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 15px; }

#mainFooter ul.clearfix li {
  font-size: 12px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle; }

#mainFooter ul.clearfix li a {
  text-decoration: none;
  color: #808080; }

#mainFooter ul.clearfix li a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

#mainFooter a {
  font-size: 12px;
  color: #999999; }

#mainFooter ul li {
  line-height: 30px;
  margin: 0 30px 0 0; }

#mainFooter ul li:last-child {
  margin: 0; }

#mainFooter .sns {
  float: left; }

#mainFooter .sns.fb {
  float: right;
  margin: 0;
  padding-left: 10px; }

#mainFooter .sns.tw {
  float: left;
  margin: 9px 0 0; }

.copyright {
  font-size: 10px; }

#mainFooter .iconBox {
  width: 100%;
  text-align: center; }

#mainFooter ul.snsBox {
  width: 960px;
  margin: 0 auto; }

#mainFooter ul.snsBox li {
  width: 30px;
  display: inline-block;
  padding-left: 16px; }

#mainFooter ul.snsBox li img {
  width: 100%; }

/*====================================================================
 about: 詳細ページ
====================================================================*/
.main {
  width: 960px;
  height: auto;
  margin: 0 auto 30px; }

.main #about {
  width: 900px;
  margin: 0 auto;
  padding: 50px 30px 40px;
  text-align: left; }

.main #about h2 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: left;
  letter-spacing: 5px;
  margin: 0 auto 2em;
  color: #000000;
  line-height: 1.4; }

.main #about h2 > span {
  display: block;
  font-size: 13px; }

.main #about h3 {
  font-size: 26px; }

.main #about {
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro', sans-serif;
  color: #666666; }

.main #about .social {
  margin: 40px 0 0;
  text-align: center;
  width: 100%; }

.main #about .social > ul {
  display: inline-block; }

.main #about .social ul li {
  float: left;
  margin-right: 15px; }

.main #about .social ul li:last-child {
  margin-right: 0; }

/*====================================================================
 inquiry: お問い合わせ
====================================================================*/
.inquirySection {
  padding: 20px 50px 50px; }

.inquirySection h1 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 26px;
  color: #1a1a1a;
  text-transform: capitalize;
  text-align: left; }

.inquirySection p {
  /* font-size: 11px; */
  /* font-family: '小塚ゴシック Pr6N', sans-serif; */
  line-height: 13px;
  color: #000000;
  text-align: left; }

.inquirySection form {
  margin: 10px 0 0 0; }

.inquirySection dl {
  text-align: left; }

.inquirySection dl dt {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px; }

.inquirySection dl dt span {
  font-size: 11px;
  line-height: 11px;
  margin-left: 5px;
  color: #FB7C8A;
  vertical-align: baseline; }

.inquirySection dl dd {
  margin-bottom: 20px; }

.inquirySection dl dd input {
  width: 840px;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 12px;
  line-height: 1.5; }

.inquirySection dl dd textarea {
  width: 840px;
  height: 135px;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px; }

@-moz-document url-prefix() {
  .inquirySection dl dd textarea {
    font-size: 11px; } }
.inquirySection .control-panel input#buttonLeave {
  width: 410px;
  margin: 55px 0 0 0;
  padding: 14px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
  background-color: #999999;
  border: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.inquirySection .control-panel input#buttonLeave:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7; }

#inquiryConfirmSection p {
  font-size: 13px;
  color: #000000;
  line-height: 13px; }

#inquiryConfirmSection dd {
  padding-left: 15px;
  font-size: 12px; }

#inquiryCompleteSection p {
  margin: 30px 0 0;
  line-height: 1.4em; }

#inquiryCompleteSection a {
  width: 410px;
  margin: 55px auto 0;
  padding: 14px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
  background-color: #999999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  display: block; }

#inquiryCompleteSection a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7; }

/*====================================================================
 common: 対象ページ郡
====================================================================*/
/* カスタムデザインのデフォルト色 */
.mainHeaderNavColor {
  color: #000000;
  font-weight: bold; }

.template #category-menu .category-list ul a {
  color: #000000; }

/**
 * page: shop.ctp
 * about: .tempTop
 *************************************/
/* トップページ */
/**
 * page: shop.ctp
 * about: .tempTop
 *************************************/
.tempDetail #mainFooter ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.tempDetail .product p a {
  font-size: 11px; }

/* 送料詳細 */
#postageInfoLayer p {
  font-size: 11px;
  text-align: left; }

#postageInfoLayer p a {
  font-size: 11px;
  color: #727272;
  text-align: left; }

#postageInfoLayer p a:hover {
  text-decoration: underline; }

/*====================================================================
特定商取引・プライバシーポリシー
====================================================================*/
#privacy, #law {
  margin: 0 auto 60px;
  padding: 0 30px 20px; }

#privacy h2, #law h2 {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 40px; }

#privacy img, #law img {
  width: auto; }

/*====================================================================
 jquery
====================================================================*/
/**
 * file: detail_of_item.ctp
 * jquery: jquery.bxslider.js
 *************************************/
/* jquery.bxslider */
.bx-wrapper {
  height: 375px;
  width: 475px; }

.bxslider .img_box {
  height: 475px;
  line-height: 475px;
  text-align: center;
  vertical-align: middle;
  width: 475px; }

.bxslider .img_box img {
  max-height: 475px;
  max-width: 100%;
  vertical-align: middle; }

#bx-pager {
  margin-top: 10px;
  overflow: hidden; }

#bx-pager a {
  float: left;
  max-height: 80px;
  max-width: 80px;
  margin-right: 15px; }

#bx-pager a:last-child {
  margin-right: 0; }

#bx-pager .small_img_box {
  cursor: pointer;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 80px;
  vertical-align: middle; }

#bx-pager .small_img_box img {
  max-height: 80px;
  max-width: 80px;
  vertical-align: middle; }

/*====================================================================
 for firefox
====================================================================*/
@-moz-document url-prefix() {
  .product_list {
    margin-left: -1px; } }
/*====================================================================
 colorbox
====================================================================*/
#colorbox {
  border: solid 1px #ccc; }

#cboxMiddleLeft {
  background: none !important; }

#cboxMiddleRight {
  background: none !important; }

#cboxTopLeft {
  background: none !important; }

#cboxTopCenter {
  background: none !important; }

#cboxTopRight {
  background: none !important; }

#cboxBottomLeft {
  height: 15px !important;
  background: none !important; }

#cboxBottomCenter {
  height: 15px !important;
  background: none !important; }

#cboxBottomRight {
  height: 15px !important;
  background: none !important; }

#cboxClose {
  width: 20px;
  height: 20px;
  overflow: visible;
  text-indent: -9999px;
  background: url(/i/controls.png) no-repeat -52px 0; }

#cboxContent button {
  border: none; }

#cboxContent {
  padding: 0 0 10px; }

#colorbox, #cboxOverlay,
#cboxWrapper {
  background: #fff; }

/*====================================================================
 Faq_content
====================================================================*/
#Faq_content {
  text-align: left;
  font-size: 13px;
  width: 95%; }

#Faq_content h2 {
  font-size: 13px;
  padding: 15px 0 25px;
  margin: 0; }

#Faq_content dl dt {
  padding: 0 0 10px;
  border-bottom: dotted 1px #ccc;
  text-indent: -2.5em;
  margin-left: 2.5em; }

#Faq_content dl dt span {
  font-weight: bold;
  background: #9f9f9f;
  color: #fff;
  padding: 5px;
  margin-right: 10px; }

#Faq_content dl dd {
  padding: 10px 0 30px;
  text-indent: -2.5em;
  margin-left: 2.5em; }

#Faq_content dl dd span {
  font-weight: bold;
  border: solid 1px #ccc;
  padding: 5px;
  margin-right: 10px; }

/*====================================================================
 shoplist_content
====================================================================*/
#shoplist_content {
  text-align: left;
  font-size: 13px;
  width: 95%; }

#shoplist_content h2 {
  font-size: 13px;
  padding: 0 0 1.5em;
  margin: 0;
  font-weight: bold; }

#shoplist_content h3 {
  font-size: 13px;
  padding: 0 0 0.5em;
  margin: 2.0em auto 1.0em;
  border-bottom: dotted 1px #ccc; }

#shoplist_content h3:first-child {
  margin: 0em auto 1.0em; }

#shoplist_content .txtBox {
  margin: 0 auto 2.0em; }

#shoplist_content .txtBox:last-child {
  margin: 0 auto 2.0em; }

#shoplist_content dl {
  overflow: hidden; }

#shoplist_content dl dt {
  clear: both;
  float: left;
  width: 35%;
  padding: 0 0 1.5em; }

#shoplist_content dl dd {
  float: right;
  width: 60%;
  padding: 0 0 1.5em; }

/*====================================================================
 itemDetailBox
====================================================================*/
#itemDetailBox {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: left; }

#itemDetailBox .txt {
  font-size: 13px;
  padding: 20px 0 0;
  color: #777; }

#itemDetailBox .pht {
  padding: 20px 0 0; }

#itemDetailBox .pht img {
  max-width: 100%; }

/*====================================================================
 facebook
====================================================================*/
.container .facebook {
  padding-left: 10px; }

/*====================================================================
 for sp
====================================================================*/
@media screen and (min-width: 769px) {
  #mainHeader .headerCol #mainNavi #main_navigation > ul {
    display: block !important; } }
@media screen and (max-width: 768px) {
  #Shoulder .shoulderCol {
    width: 94%; }

  #Shoulder .shoulderCol p {
    width: 300px; }

  #mainHeader #logo {
    padding-top: 0.3em !important;
    padding-left: 10%;
    width: 90%; }

  #mainHeader #logo img {
    width: 100%; }

  #mainHeader .headerCol .menubtn {
    display: block;
    float: right;
    padding: 2.2em 5% 0 0; }

  #mainHeader .headerCol #mainNavi #main_navigation > ul {
    display: none;
    clear: both; }

  #mainHeader .headerCol #mainNavi {
    width: 100%; }

  #mainHeader .headerCol #mainNavi #main_navigation li {
    text-align: center;
    max-width: 100%;
    margin: 0 0; }

  #mainHeader .headerCol #mainNavi #main_navigation > ul li a {
    text-align: center;
    width: 100%;
    border-top: solid 1px #ccc;
    display: block;
    padding: 15px 0; }

  #mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
    text-align: center;
    width: 100%;
    border-top: solid 1px #ccc;
    display: block;
    padding: 15px 0;
    cursor: pointer;
    display: block; }

  .tempTop header {
    padding-bottom: 0 !important; }

  .template #category-menu .category-list {
    padding: 0 0 0 !important;
    position: static;
    z-index: 9999;
    min-width: 100%;
    margin-left: 0; }

  .template #category-menu .category-list ul {
    background-color: #eee;
    border: none;
    padding: 0 0;
    cursor: pointer;
    margin: 0;
    min-width: 100%; }

  .template #category-menu .category-list ul li a {
    margin: 0; }

  .template #category-menu .category-list ul.appsItemCategoryTag_lowerchild {
    padding: 0 !important;
    background: none;
    border: none !important;
    border-top: solid 1px #ccc !important;
    display: block;
    position: static; }

  .template #category-menu .category-list ul.appsItemCategoryTag_lowerchild li a {
    border-top: none !important;
    padding: 12px 0 !important;
    margin: 0; }

  .template #category-menu .category-list ul li:hover > ul.appsItemCategoryTag_lowerchild {
    padding: 0 0; }

  #mainHeader .headerCol #mainNavi .sitelink > a,
  #mainHeader .headerCol #mainNavi .sitelink > div span {
    border-radius: 0;
    /* CSS3草案 */
    -webkit-border-radius: 0;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0;
    /* Firefox用 */ }

  .nav.fixed {
    position: static !important; }

  #mainHeader .headerCol {
    width: 100%;
    overflow: visible; }

  #Mainvisual .bx-wrapper {
    width: 100%;
    height: auto; }

  #mainHeader .headerCol #mainNavi #main_navigation li {
    display: block;
    text-align: center;
    margin: 0; }

  .tempTop #main_navigation {
    height: auto; }

  .template #category-menu:hover .category-list {
    position: static;
    display: none;
    line-height: 0; }

  #products {
    width: 94%;
    margin: 0 auto;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 0px; }

  #mainFooter ul.clearfix {
    width: 94%;
    margin: 0 auto;
    padding: 25px 0 15px; }

  #mainFooter ul.clearfix li {
    font-size: 12px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle; }

  #mainFooter ul.clearfix li.boxRight {
    float: none;
    width: 100%; }

  #mainFooter .sns.tw, #mainFooter .sns.fb {
    float: none;
    display: inline-block;
    vertical-align: middle; }

  #mainFooter .sns.tw {
    padding: 10px 0 0 10px; }

  .main {
    width: 94%; }

  .main #about {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 20px;
    text-align: left; }

  #recommend {
    width: 80%;
    margin: 30px auto 0;
    padding: 25px 7% 10px; }

  #recommend #mainSlide .slick-slide {
    margin: 0 1%; }

  #info {
    width: 86%;
    margin: 30px auto 0;
    padding: 25px 7% 10px; }

  #mainFooter ul.snsBox {
    width: 100%; }

  .tempDetail .wrapper {
    padding: 30px 0;
    width: 94%;
    margin: 0 auto; }

  .tempDetail .kakaku {
    float: none;
    margin: 0 auto; }

  .tempDetail section.row {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0; }

  .tempDetail .kakaku .bx-wrapper {
    width: 100%; }

  .tempDetail .kakaku .bxslider li {
    width: 100%;
    text-align: center; }

  .inquirySection {
    padding: 20px 0 50px;
    width: 100%; }

  .inquirySection dl dd input {
    width: 94%; }

  .inquirySection dl dd textarea {
    width: 94%; }

  .inquirySection .control-panel input#buttonLeave {
    width: 100%; }

  input[type="submit"] {
    -webkit-appearance: none; }

  #privacy, #law {
    width: 100%; }

  section.tmpBox {
    width: 94%; } }
@media screen and (max-width: 640px) {
  #Shoulder .shoulderCol p {
    width: 50%; } }
@media screen and (max-width: 480px) {
  .tempTop header {
    padding-bottom: 0; }

  #mainHeader .headerCol h1 {
    text-align: left; }

  #mainHeader #logo {
    max-width: 100%;
    padding-top: 0.2em !important;
    padding-left: 0;
    width: 60%; }

  .tempDetail header {
    margin-bottom: 0; }

  #mainHeader .headerCol #mainNavi {
    width: 100%; }

  #mainHeader .headerCol .menubtn {
    padding: 1.3em 5% 0 0 !important; }

  #mainHeader .headerCol #mainNavi #main_navigation li {
    text-align: center;
    max-width: 100%;
    margin: 0 0; }

  #mainHeader .headerCol #mainNavi #main_navigation > ul li a {
    text-align: center;
    width: 100%;
    border-top: solid 1px #ccc;
    display: block;
    padding: 15px 0; }

  #mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
    text-align: center;
    width: 100%;
    border-top: solid 1px #ccc;
    display: block;
    padding: 15px 0;
    cursor: pointer;
    display: block; }

  .template #category-menu .category-list ul {
    background-color: #eee;
    border: none;
    padding: 0 0;
    cursor: pointer;
    margin: 0;
    min-width: 100%; }

  #mainHeader .headerCol #mainNavi .sitelink a {
    border-radius: 0;
    /* CSS3草案 */
    -webkit-border-radius: 0;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0;
    /* Firefox用 */ }

  .nav.fixed {
    position: static !important; }

  #Shoulder .shoulderCol {
    padding: 5px 0; }

  #Shoulder .shoulderCol p {
    width: 65%;
    margin: 0 auto; }

  #Shoulder .shoulderCol .iconBox {
    text-align: center;
    margin: 0 auto;
    width: 93%; }

  #baseMenu {
    top: -38px; }

  #baseMenu li {
    /*display: block;*/
    padding-left: 0; }

  #baseMenu img {
    display: inherit;
    width: 20px;
    height: 20px; }

  #baseMenu > ul > li {
    float: left; }

  #baseMenu > ul > li a {
    padding: 5px 15px; }

  #baseMenu > ul > li a:hover {
    padding: 5px 15px; }

  #Shoulder ul.snsBox {
    float: left;
    width: 55%;
    margin: 0;
    text-align: left; }

  #Shoulder ul.snsBox li {
    width: 22px;
    display: inline-block;
    padding-left: 16%; }

  #mainFooter ul.clearfix li {
    display: block; }

  .wrapper {
    width: 94%;
    padding: 0; }

  .tempDetail .kakaku {
    float: none;
    margin-right: 0; }

  .bxslider .img_box {
    width: 100%;
    height: auto;
    line-height: normal; }

  .bx-wrapper {
    height: auto;
    width: 100%; }

  .tempDetail section.row {
    width: 100%; }

  .tempDetail .descri {
    width: 100%;
    margin: 0 0 20px;
    text-align: left; }

  .tempDetail section.row .twitter {
    width: 35%;
    margin: 0 0 10px; }

  .tempDetail section.row .facebook {
    width: 35%;
    margin: 0 0 10px; }

  .tempDetail #widget {
    width: 35%;
    float: left;
    margin: 0 0 0 0;
    text-align: left; }

  #i18 {
    margin-top: 15px; }

  #i18 .lang {
    float: none;
    margin: 0 auto; }

  #i18 .currency {
    float: none; }

  #page-top {
    bottom: 15px;
    right: 15px; }

  #recommend {
    width: 80%;
    margin: 20px auto 0;
    padding: 15px 7% 10px; }

  #recommend h2 {
    margin-bottom: 0; }

  #recommend h2.ttl {
    margin: 0 auto 30px; }

  .slick-slider {
    margin-bottom: 10px !important; }

  #info {
    width: 86%;
    margin: 20px auto 10px;
    padding: 15px 7% 10px; }

  #info h2.ttl {
    margin: 0 auto 30px; }

  #products {
    width: 94%;
    padding-top: 25px; }

  #products h2.ttl {
    margin: 0 auto 30px; }

  #itemDetailBox {
    margin-top: 20px;
    padding: 10px 0 0;
    border-top: solid 1px #ccc; }

  #itemDetailBox .txt {
    padding: 10px 0 0; }

  #itemDetailBox .pht img {
    width: 100%; }

  #products .label_image {
    width: 50px;
    height: inherit; } }
body {
  background-image: none;
  background-color: #FFFFFF; }

#baseMenu {
  box-sizing: border-box;
  right: 0;
  padding: 0;
  position: absolute;
  top: -30px;
  z-index: 100;
  /*float:right;*/ }

#baseMenu img {
  display: inherit;
  width: 20px;
  height: 20px; }

#baseMenu > ul > li {
  float: left;
  list-style: none;
  background-color: #fff; }

#baseMenu > ul > li.base {
  margin: 0;
  border: dotted 1px #ccc;
  border-right: none; }

#baseMenu > ul > li.cart {
  border: dotted 1px #ccc; }

#baseMenu > ul > li a {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 4px 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

#baseMenu > ul > li a:hover {
  padding: 5px 10px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60; }

.head_menu_tag {
  position: absolute;
  top: 55px;
  right: 37px;
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media screen and (max-width: 750px) {
  .head_menu_tag {
    position: initial;
    top: auto;
    right: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; } }
/* 売り切れボタン非表示 */
.tempDetail .purchaseButton .purchaseButton__btn--noItem {
  display: none; }

/* 予約販売 */
/* TOPページ */
.tempTop .product_list.row .preOrderlabel span,
.tempTop.tempDetail .preOrder .preOrder__label {
  background: #f5ad58 !important;
  color: #121461 !important; }

/* 商品ページ */
.preOrder {
  font-size: 15px;
  background: #efefef;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #333333;
  margin: 20px auto; }

.preOrder p {
  margin: 0; }

.preOrder__label {
  padding: 0 0 0.2em; }

/* メイン動画 */
#Mainvisual #movieBlock {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

#Mainvisual #movieBlock video {
  width: 100%; }

@media screen and (min-width: 769px) {
  #Mainvisual #movieBlock {
    width: 960px;
    height: 380px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }

  #Mainvisual #movieBlock video {
    width: 100%;
    margin-top: -100px; } }
/* 販売期間設定 */
/* TOPページ */
.tempTop .waitingForSale,
.tempTop .endOfSale,
.tempTop .soldout {
  font-size: 16.5px;
  color: #9facb3 !important;
  padding: 0.7em 0 0;
  margin: 0 auto;
  position: absolute;
  top: -2.5em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  left: 1.5em; }

.tempTop .endOfSale:before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #9facb3;
  position: absolute;
  top: 19px;
  /* bottom: 0; */
  left: -24px;
  margin: auto; }

@media screen and (max-width: 750px) {
  .tempTop .waitingForSale,
  .tempTop .endOfSale,
  .tempTop .soldout {
    top: -2.3em; } }
.tempTop .soldout p {
  margin: 0 auto; }

/* 商品ページ */
.tempDetail p.waitingForSale,
.tempDetail p.endOfSale {
  font-size: 15px;
  padding: 0.5em 0;
  margin: 0 auto; }

.tempDetail p.attention.salesPeriod--term,
.tempDetail p.attention.salesPeriod--willStart,
.tempDetail p.attention.salesPeriod--finish {
  font-size: 15px;
  background: #fdd5d5;
  padding: 10px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #f23e3f;
  border: solid 1px #f23e3f; }

.tempDetail #itemAttention {
  width: 100%; }

.tempDetail .purchaseButton__btn {
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
  display: block;
  line-height: 1.8;
  font-size: 15px;
  margin: 10px 0 30px 270px;
  float: right;
  background-color: #666666;
  padding: 10px 5px;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 100%;
  border: 0px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.tempDetail .purchaseButton__btn:hover {
  opacity: 0.7; }

.tempDetail section.row span.price_soldout {
  color: #cf0000 !important; }

/* モーダルウィンドウ */
#salesPeriodModal .salesPeriodModal__btn--submit {
  background: #666666 !important; }

/* 追加修正CSS */
/* ショップリスト */
@media screen and (max-width: 768px) {
  #shoplist_content .txtBox dl dd a {
    color: #1f286f;
    text-decoration: underline !important; } }
/* もっと見るボタン */
.more_btn {
  text-align: center; }

.more_btn span {
  display: inline-block;
  margin: 0 auto;
  background-color: #1f286f;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  padding: 6px 22px 5px; }

@media screen and (max-width: 768px) {
  .more_btn {
    padding: 0 0 1.5em; } }
/* LINE */
.line_btn {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 2.5em !important; }

.line_btn img {
  width: 100%; }

/* セール価格 */
.tempTop .price.proper {
  font-size: 11px; }

.tempTop .price.rate {
  padding: 0.2em 0 0; }

.tempTop .price.rate span {
  font-size: 11px;
  color: #d30000;
  border: solid 1px #d30000;
  padding: 0.2em 0.5em; }

.tempTop .price.sale {
  font-size: 12px;
  color: #d30000 !important;
  padding: 0.7em 0 0; }

.tempDetail .price.proper {
  font-size: 12px;
  margin-top: 0; }

.tempDetail .price.rate {
  margin-top: 0;
  padding: 0; }

.tempDetail .price.rate span {
  font-size: 11px;
  color: #d30000;
  border: solid 1px #d30000;
  padding: 0.2em 0.5em; }

.tempDetail .price.sale {
  font-size: 16px;
  color: #d30000 !important;
  padding: 0;
  margin: 0.5em auto 1.0em; }

#bx-pager {
  width: 475px; }

@media screen and (max-width: 768px) {
  .tempDetail .kakaku #bx-pager {
    width: 100%; } }
/* jquery.bxslider */
      /*.bx-wrapper{
          height: 375px;
          width: 475px;
      }
      .bxslider .img_box{
          height: 375px;
          line-height: 475px;
          text-align: center;
          vertical-align: middle;
          width: 475px;

      }
      .bxslider .img_box img{
          max-height: 375px;
          max-width: 100%;
          vertical-align: middle;
      }*/
.bx-wrapper {
  height: inherit; }

@media screen and (max-width: 768px) {
  #mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
    padding: 10px 0; } }
.item-detail .soldout p {
  color: #cf0000 !important; }

.tempDetail .purchaseButton__btn {
  background-color: #1f286f; }

.item-detail div.price span {
  font-size: 10px; }

.tempDetail p.price span {
  font-size: 12px; }

#notesBlock {
  width: 958px;
  margin: 0 auto 35px;
  font-size: 12px;
  overflow: hidden;
  text-align: left;
  border: solid 1px #ccc;
  line-height: 1.4; }

#notesBlock a {
  color: #1f286f;
  text-decoration: underline; }

#notesBlock h3 {
  width: 100%;
  background: #1f286f;
  color: #fff;
  padding: 0.5em 0;
  text-align: center; }

#notesBlock .fl_L {
  width: 450px;
  float: left;
  padding: 1.5em 14px; }

#notesBlock .fl_R {
  width: 450px;
  float: right;
  padding: 1.5em 14px; }

#notesBlock h4 {
  font-weight: bold;
  border-left: solid 3px #1f286f;
  padding: 0.5em 2%;
  background: #eceefa;
  color: #1f286f; }

#notesBlock dl {
  padding: 2.0em 0 0; }

#notesBlock .fl_R dl:first-child {
  padding: 0 0 0; }

#notesBlock dl dt {
  font-weight: bold;
  border-left: solid 3px #1f286f;
  padding: 0.5em 2%;
  background: #eceefa;
  color: #1f286f; }

#notesBlock dl dd {
  padding: 1.0em 0 0; }

#notesBlock dl dd ul li {
  padding: 0 0 0.5em;
  text-indent: -1.0em;
  margin-left: 1.0em; }

@media screen and (max-width: 768px) {
  #notesBlock {
    width: 98%;
    margin: 0 auto 1.5em;
    border: solid 1px #ccc; }

  #notesBlock .fl_L {
    width: 95%;
    float: none;
    padding: 1.5em 2.5%; }

  #notesBlock .fl_R {
    width: 95%;
    float: none;
    padding: 1.5em 2.5%; } }
/* デフォルトCSS */
#Mainvisual {
  background-color: #fff; }

#recommendWrapper {
  background-color: #fff; }

#infoWrapper {
  background-color: #fff; }

#mainHeader {
  background-color: #fff; }

#mainHeader .headerCol h1 {
  float: left;
  text-align: left; }

#mainHeader #logo {
  margin: 0 auto;
  padding-top: 30px; }

#mainHeader .headerCol #mainNavi {
  float: right; }

#mainHeader .headerCol #mainNavi #main_navigation {
  padding-top: 60px;
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  #mainHeader .headerCol #mainNavi #main_navigation {
    padding-top: 0.5em;
    margin-bottom: 0; } }
.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010; }

.mainHeaderNavColor {
  color: #FFFFFF; }

#Shoulder {
  background-color: #1f286f; }

#mainHeader .headerCol #mainNavi .sitelink > a,
#mainHeader .headerCol #mainNavi .sitelink > div span {
  background-color: #1f286f; }

#products ul.product_list li {
  width: 29.9%;
  padding-right: 5%;
  padding-bottom: 50px;
  padding-left: 0; }

/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
  #products ul.product_list li {
    width: 29.9%; } }
#products ul.product_list li:nth-child(3n) {
  padding-right: 0; }

@media screen and (max-width: 767px) {
  #products ul.product_list li {
    width: 27.8% !important;
    padding-right: 8%;
    padding-bottom: 40px !important;
    padding-left: 0; }

  /*Firefoxだけに適用されるCSSハック*/
  @-moz-document url-prefix() {
    #products ul.product_list li {
      width: 27.8% !important; } }
  #products ul.product_list li:nth-child(4n) {
    padding-right: 8%; }

  #products ul.product_list li:nth-child(3n) {
    padding-right: 0; } }
@media screen and (max-width: 480px) {
  #products ul.product_list li {
    width: 44.8% !important;
    padding-right: 10%;
    padding-bottom: 30px !important;
    padding-left: 0; }

  /*Firefoxだけに適用されるCSSハック*/
  @-moz-document url-prefix() {
    #products ul.product_list li {
      width: 44.8% !important; } }
  #products ul.product_list li:nth-child(3n) {
    padding-right: 10%; }

  #products ul.product_list li:nth-child(4n) {
    padding-right: 0; }

  #products ul.product_list li:nth-child(even) {
    padding-right: 0; } }
#mainFooter {
  background-color: #eee; }

.tempDetail p.explanation {
  margin-top: 60px; }

/*＜基本＞文字色*/
.main #about h2,
.main #about h2 a,
.main #about p,
.main #about .read_more a,
.main .blog_body p,
.inquirySection h1,
.inquirySection p,
.inquirySection dl dt span,
.inquirySection dl dt,
.inquirySection dl dd,
#privacy h2,
#law h2, #privacy h3,
#law h3, #privacy p, #law p {
  color: #666666; }

/*ナビゲーション*/
#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
  color: #FFFFFF; }

#mainHeader .headerCol #mainNavi #main_navigation li .category-list li .mainHeaderNavColor {
  color: #222222; }

/*＜ロゴ＞文字色*/
a#logo {
  color: #fff; }

/*＜ショルダー＞文字色*/
#Shoulder .shoulderCol p {
  color: #fff; }

/*＜外部リンク＞文字色*/
#mainHeader .headerCol #mainNavi .sitelink > a {
  color: #fff; }

/*＜おすすめ商品＞文字色*/
#recommend h2.ttl span {
  color: #222;
  border-color: #222;
  letter-spacing: 0.1em; }

/*＜ご案内＞文字色*/
#info h2.ttl span {
  color: #222;
  border-color: #222;
  letter-spacing: 0.1em; }

#info p {
  color: #222; }

/*＜商品一覧＞文字色*/
#products h2.ttl span {
  color: #444444;
  border-color: #444444;
  letter-spacing: 0.1em; }

#products h2, #products .price {
  color: #444444; }

/*＜フッター＞文字色*/
#mainFooter ul.clearfix li a, .copyright {
  color: #777; }

/*＜商品詳細＞文字色*/
.tempDetail .descri h2,
.tempDetail p.price,
.tempDetail .product .attention,
#itemDetailBox .txt,
.tempDetail #reportBtn a,
#itemDetailBox a,
.tempDetail p.explanation {
  color: #666; }

#searchBox {
  text-align: right;
  box-sizing: border-box;
  right: 90px;
  padding: 3px 0 0;
  position: absolute;
  top: -30px;
  z-index: 1010; }

#searchBox form {
  overflow: hidden; }

#searchBox input {
  font-size: 12px !important;
  line-height: 16px !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  float: left;
  border-style: none; }

#searchBox button {
  background: #1f286f url("https://basefile.s3.amazonaws.com/tohu-buyshop-jp/5773bb2ec04c6/search.png") no-repeat center center;
  line-height: 20px;
  border-style: none;
  float: left;
  padding: 12px 14px;
  color: #fff;
  width: 20px;
  height: 20px;
  background-size: 20px;
  text-indent: -9999px; }

#searchBox button:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

@media screen and (max-width: 768px) {
  #searchBox {
    padding: 10px 5px 0 0;
    box-sizing: inherit;
    position: inherit;
    top: 0;
    left: 0; }

  #searchBox input {
    float: none;
    border: solid 1px #eee; }

  #searchBox button {
    float: none;
    line-height: 0px;
    width: 25px;
    height: 20px; } }
body {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box; }

.header_gp {
  position: relative;
  height: 123px;
  width: 100%;
  margin: 0 auto; }

.header_gp h1 {
  width: 220px; }

.sp_toggle {
  display: none; }

.header_gp h1 img {
  width: 220px; }

#baseMenu {
  box-sizing: border-box;
  right: auto;
  padding: 0;
  position: relative;
  top: auto;
  z-index: 100;
  /* float: right; */ }

#baseMenu > ul > li.base {
  margin: 0;
  border: none;
  border-right: none; }

#baseMenu > ul > li.cart {
  border: none; }

.head_menu_tag {
  position: absolute;
  top: 55px;
  right: 37px;
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.head_menu_tag .site_name {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  color: #9facb3; }

.contents_wrapper {
  width: 100%;
  /* border:1px solid; */ }

.nav_wrap .mainHeaderNavColor {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 13px;
  position: relative; }

.nav_wrap .mainHeaderNavColor:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #000;
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

.nav_wrap .mainHeaderNavColor:hover:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.nav_wrap li.appsItemCategoryTag_child {
  text-align: left;
  margin: 0 0 0.7em; }

@media screen and (max-width: 1380px) {
  .nav_wrap li.appsItemCategoryTag_child {
    text-align: left;
    margin: 0 0 0.2em; } }
.nav_wrap ul.appsItemCategoryTag_lowerchild {
  display: none; }

.nav_wrap input[type="text"] {
  border: none;
  box-shadow: none;
  /* border-bottom: 1px solid #000; */
  border-radius: unset;
  width: 130px;
  margin: 0;
  padding: 0;
  line-height: unset; }

.nav_wrap div#side_search {
  border-bottom: 1px solid #000;
  width: 160px;
  margin: 20px 0 45px; }

@media screen and (max-width: 1380px) {
  .nav_wrap div#side_search {
    margin: 10px 0 25px; } }
.nav_wrap #side_search form {
  display: flex; }

.side_nav {
  width: 270px;
  padding: 42px 20px 20px 45px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box; }

.side_nav button {
  border: none;
  background: none;
  width: 30px;
  height: 30px; }

.side_nav button img {
  width: 100%; }

.nav_wrap input::placeholder {
  color: #9facb3;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  padding: 0 0 0 5px;
  letter-spacing: 1px; }

.side_nav_links li {
  text-align: left;
  margin: 0 0 1.1em;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold; }

@media screen and (max-width: 1380px) {
  .side_nav_links li {
    text-align: left;
    margin: 0 0 0.7em;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold; } }
.side_nav_links li a {
  position: relative; }

.side_nav_links li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #000;
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

.side_nav_links li a:hover:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.main_wrapper {
  /* border: 1px solid; */
  padding: 0 0 0 311px;
  margin: 0 0 30px; }

.footer_style {
  background-color: #000000; }

.footer_style .footer_inner {
  max-width: 1230px;
  height: 397px;
  margin: 0 auto;
  width: 100%;
  position: relative; }

.footer_style .footer_inner .ft_logo {
  width: 26.34%;
  position: absolute;
  right: 0;
  left: 0;
  top: 132px;
  margin: auto; }

.footer_style .footer_inner .ft_logo img {
  width: 100%; }

.footer_style .footer_inner .ft_sns {
  display: flex;
  position: absolute;
  right: 10px;
  top: 227px; }

@media screen and (max-width: 1300px) {
  .footer_style .footer_inner .ft_sns {
    right: 47px; } }
.footer_style .footer_inner .ft_sns img {
  width: 100%; }

.footer_style .footer_inner .ft_sns .facebook {
  width: 22px;
  margin: 0 0 0 19px; }

.footer_style .footer_inner .ft_sns .instagram {
  width: 22px; }

.footer_style .footer_inner .ft_links {
  position: absolute;
  right: 10px;
  top: 160px;
  text-align: right; }

@media screen and (max-width: 1300px) {
  .footer_style .footer_inner .ft_links {
    right: 46px; } }
.footer_style .footer_inner .ft_links li {
  margin: 0 0 0; }

.footer_style .footer_inner .ft_links a {
  font-size: 11px;
  color: #fff; }

@media screen and (max-width: 750px) {
  .footer_style .footer_inner .ft_links a {
    font-size: 10px;
    color: #fff; } }
.footer_style .footer_inner .ft_copy {
  font-size: 10px;
  color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  left: 5px;
  top: 249px;
  bottom: 0;
  margin: auto;
  /* border: 1px solid; */
  display: inline-block;
  height: 0;
  transform-origin: left; }

@media screen and (max-width: 1300px) {
  .footer_style .footer_inner .ft_copy {
    left: 41px; } }
#products {
  width: auto;
  margin: 0 auto;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 50px; }

#info {
  width: auto;
  margin: 0 auto 0;
  padding: 140px 40px 40px 0 !important; }

.top_slide {
  height: calc(100vh - 123px) !important;
  max-height: 767px; }

.top_slide .slick-track {
  height: calc(100vh - 123px) !important;
  width: 100% !important;
  max-height: 767px; }

.top_slide_list img {
  width: 100%; }

.top_slide_list.slick-slide {
  max-height: 767px;
  height: calc(100vh - 123px);
  /* transition: width 1000ms; */
  /* transition-delay: 2000ms; */
  /* transition-property: width; */
  /* width: 0 !important; */
  left: 0  !important;
  /* opacity: 1  !important; */
  position: absolute  !important;
  top: 0  !important;
  background-position: center; }

.top_slide_list li a {
  display: block;
  width: 100%;
  height: 100%; }

.top_slide_list.slick-slide.slick-active {
  /* transition: width 0;
  transition-delay: 0;
  transition-property: width;
  width: 100% !important;
  z-index: 0 !important; */ }

.top_slide ul.slick-dots {
  top: -45px;
  position: relative; }

.top_slide ul.slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  /* border: 1px solid; */
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #fff; }

.top_slide ul.slick-dots li.slick-active {
  width: 13px;
  height: 13px;
  top: 3px;
  position: relative; }

@media screen and (max-width: 750px) {
  .top_slide ul.slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    top: 3px;
    position: relative; } }
.top_slide ul.slick-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background: initial; }

.main_wrapper #products h2.ttl {
  margin: 0 auto 50px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left; }

.main_wrapper #products h2.ttl span {
  color: #222;
  border-color: #222;
  letter-spacing: 0.1em;
  font-size: 45px;
  font-weight: bold;
  position: relative; }

.main_wrapper #products h2.ttl > span::after {
  content: "";
  display: block;
  position: absolute;
  top: -139px;
  left: 0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000; }

@media screen and (max-width: 750px) {
  .main_wrapper #products h2.ttl > span::after {
    content: "";
    display: block;
    position: absolute;
    top: -139px;
    left: 0;
    width: 68px;
    height: 1px;
    margin: auto;
    background-color: #000;
    display: none; } }
.main_wrapper #products {
  margin: 0 auto;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 120px;
  max-width: 1300px;
  width: 100%; }

.tempTop .row {
  font-size: 0;
  line-height: 0;
  padding-left: 0px;
  width: 95%;
  margin: 0 auto; }

#products .price {
  color: #222;
  text-align: right;
  font-size: 17px;
  font-weight: bold; }

.tempTop h2 {
  margin: 10px 0 5px;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  text-align: left; }

@media screen and (max-width: 750px) {
  .tempTop h2 {
    font-size: 12px; } }
.tempTop p.more_btn {
  margin: 50px auto 0;
  width: 41%; }

.tempTop p.more_btn span {
  display: inline-block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  padding: 0 22px 0;
  width: 100%;
  line-height: 65px;
  font-size: 18px; }

.label_image {
  position: absolute !important;
  top: auto;
  left: 10px;
  height: 142px;
  width: 142px;
  z-index: 1000 !important;
  background: transparent !important;
  bottom: -61px; }

.item-detail {
  width: 90%;
  margin: 0 auto;
  position: relative; }

#info h2.ttl > span::after {
  display: none; }

#info h2.ttl {
  margin: 0 auto -95px;
  font-size: 18px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

#info {
  width: auto;
  margin: 0 auto 0;
  padding: 55px 40px 160px 0; }

#info h2.ttl span {
  color: #222;
  border-color: #222;
  letter-spacing: 0.1em;
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold; }

.main_wrapper #newsblock {
  width: 65%;
  margin: 0 0 0 27%;
  font-size: 14px; }

#info h2.ttl span {
  position: relative; }

#info h2.ttl span:before {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000;
  display: none; }

#info p {
  color: #222;
  font-size: 15px; }

.side_search_sp {
  display: none; }

#Faq_content h2 {
  padding: 15px 0 25px;
  margin: 20px 0 0 0; }

.contents_wrapper .main_wrapper .title_st {
  padding: 0;
  margin: 0;
  line-height: 1.4; }

.contents_wrapper .main_wrapper .main #about h2.title_st {
  padding: 0;
  margin: 0;
  line-height: 1.4; }

.title_st span {
  color: #000;
  letter-spacing: 0.1em;
  font-size: 45px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  display: block; }

.title_st span:before {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000; }

div#Faq_content dl {
  width: 90%;
  padding: 0 5%;
  margin: 3em 0 0; }

#Faq_content dl dt {
  padding: 0 0 10px 6em;
  border-bottom: none;
  text-indent: 0;
  margin-left: 0;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  position: relative;
  margin: 0 0 1em; }

#Faq_content dl dt span {
  background: #ffffff;
  color: #000;
  padding: 0;
  margin-right: 0;
  border: 1px solid;
  width: 40px;
  display: inline;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: -8px;
  left: 2em;
  display: flex;
  margin: 0;
  height: 40px;
  justify-content: center;
  align-items: center; }

#Faq_content dl dd span {
  background: #000;
  color: #fff;
  padding: 0;
  margin-right: 0;
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 2em; }

#Faq_content dl dd {
  padding: 0 0 3.5em 8.4em;
  text-indent: 0px;
  margin-left: 0px;
  position: relative;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
  margin: 0 0 4.5em;
  color: #000; }

.header_gp #baseMenu > ul > li a {
  padding: 4px 10px;
  opacity: 0.6; }

#baseMenu > ul > li a:hover {
  padding: 4px 10px;
  opacity: 0.4; }

div#side_search {
  /* position: absolute;
  top: 85px; */ }

@media screen and (max-width: 1000px) {
  .main_wrapper #products ul.product_list li {
    width: 45%;
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 0; }

  .main_wrapper #products ul.product_list li:nth-child(3n) {
    padding-right: 5%; }

  .main_wrapper #products ul.product_list li:nth-child(2n) {
    padding-right: 0; }

  .main_wrapper #newsblock div.blog_inner:nth-child(-n+3) {
    display: flex;
    flex-direction: column-reverse; }

  .main_wrapper #newsblock div.blog_title {
    width: auto;
    clear: both;
    float: none;
    text-align: left;
    font-size: 14px;
    margin: 0 0 1.5em; }

  .main_wrapper #newsblock div.blog_publish {
    width: auto;
    float: none;
    text-align: left; } }
@media screen and (max-width: 750px) {
  .contents_wrapper {
    display: block; }

  .main_wrapper {
    width: 100%;
    padding: 0;
    margin: 0; }

  .head_menu_tag {
    position: initial;
    top: auto;
    right: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .head_menu_tag .site_name {
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    color: #9facb3;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .header_gp h1 img {
    width: 100%; }

  .header_gp h1 {
    width: 50%;
    position: relative;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto; }

  .header_gp #baseMenu {
    box-sizing: border-box;
    right: auto;
    padding: 0;
    position: absolute;
    top: 113px;
    z-index: 100;
    /* float: right; */
    left: auto;
    right: 65px; }

  .header_gp #baseMenu > ul > li a {
    padding: 0 8px; }

  #baseMenu > ul > li a:hover {
    padding: 0 8px; }

  div#side_search {
    position: absolute;
    top: 85px; } }
@media screen and (max-width: 750px) {
  .sp_toggle {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    /* border: 1px solid; */
    top: 107px;
    right: 25px; }

  .sp_toggle.sp span {
    width: 80%;
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 7px; }

  .sp_toggle.sp span:nth-child(1) {
    transition: 0.3s; }

  .sp_toggle.sp span:nth-child(2) {
    top: 15px; }

  .sp_toggle.sp span:nth-child(3) {
    transition: 0.3s;
    top: 23px; }

  .sp_nav_open .sp_toggle.sp span:nth-child(2) {
    display: none; }

  .sp_nav_open .sp_toggle.sp span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px; }

  .sp_nav_open .sp_toggle.sp span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px; }

  .side_categories {
    margin: 0 0 28px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 12px; }

  .nav_wrap li.appsItemCategoryTag_child {
    text-align: left;
    margin: 0 0 24px;
    line-height: 1;
    padding: 0; }

  .nav_wrap .mainHeaderNavColor {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    line-height: 1;
    padding: 0;
    margin: 0; }

  .side_nav_links li {
    text-align: left;
    margin: 0 0 24px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 1; }

  .header_gp {
    position: relative;
    max-width: 1400px;
    height: 152px;
    width: 100%;
    margin: 0 auto;
    z-index: 5000;
    background-color: #Fff; }

  .side_search_sp {
    display: block; }

  .side_search_sp_close {
    display: none; }

  #side_search {
    display: none; }

  .side_search_sp {
    border-bottom: 1px solid #000;
    width: 160px;
    margin: 20px 0 45px;
    position: absolute;
    top: 85px;
    left: 25px; }

  .side_search_sp form {
    display: flex; }

  .side_search_sp button {
    border: none;
    background: none;
    width: 30px;
    height: 30px; }

  .side_search_sp button img {
    width: 16px;
    height: 16px; }

  .side_search_sp input::placeholder {
    color: #9facb3;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    padding: 0 0 0 5px;
    letter-spacing: 1px; }

  .side_search_sp input[type="text"] {
    border: none;
    box-shadow: none;
    /* border-bottom: 1px solid #000; */
    border-radius: unset;
    width: 130px;
    margin: 0;
    padding: 0;
    line-height: unset; }

  .top_slide {
    height: 370px !important; }

  .top_slide .slick-track {
    height: 370px;
    width: 100% !important; }

  .top_slide_list img {
    width: 100%; }

  .top_slide_list.slick-slide {
    height: 370px; }

  .top_slide .slick-track {
    height: 370px !important;
    width: 100% !important;
    max-height: 767px; }

  .main_wrapper #products {
    width: auto;
    margin: 0 auto 0;
    text-align: left;
    padding-top: 35px;
    padding-bottom: 6em; }

  .main_wrapper #products h2.ttl span {
    color: #222;
    border-color: #222;
    letter-spacing: 0.1em;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 0 25px;
    letter-spacing: 3px;
    position: relative; }

  .main_wrapper #products h2.ttl span:before {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 25px;
    width: 43px;
    height: 1px;
    margin: auto;
    background-color: #000; }

  .main_wrapper #products h2.ttl {
    margin: 0 auto 25px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left; }

  .tempTop p.more_btn {
    margin: 0 auto;
    width: 65%;
    border: 1px solid;
    background: #000;
    padding: 0.5em 0 0.7em; }

  .tempTop p.more_btn span {
    display: inline;
    margin: 0;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    padding: 0;
    width: 100%;
    line-height: 1;
    font-size: 14px; }

  #info {
    width: auto;
    margin: 0 auto 0;
    padding: 40px 0 40px 0 !important; }

  #info h2.ttl span {
    color: #222;
    border-color: #222;
    letter-spacing: 0.1em;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold; }

  #info h2.ttl span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000;
    display: none; }

  #info h2.ttl {
    margin: 0 auto 0;
    font-size: 18px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 0 0 0 25px;
    box-sizing: border-box; }

  .main_wrapper #newsblock {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 25px;
    box-sizing: border-box; }

  #info p.publish_date {
    font-size: 12px;
    margin: 10px 0 0; }

  .main_wrapper #newsblock div.blog_title {
    width: auto;
    clear: both;
    float: none;
    text-align: left;
    font-size: 14px;
    margin: 0 0 0.5em; }

  .main_wrapper ul.product_list.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 91%;
    margin: 0 auto 20px; }

  .main_wrapper #products ul.product_list li {
    width: 49% !important;
    float: none;
    margin: 0 0 20px !important;
    padding: 0 !important;
    display: block; }

  .footer_style .footer_inner {
    max-width: 1230px;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 70px 0 60px; }

  .footer_style .footer_inner .ft_logo {
    width: 50%;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 0 auto 60px; }

  .footer_style .footer_inner .ft_sns {
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    justify-content: center;
    margin: 0 auto 20px; }

  .footer_style .footer_inner .ft_links {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 6px; }

  .footer_style .footer_inner .ft_links li {
    margin: 0 10px; }

  .footer_style .footer_inner .ft_copy {
    font-size: 10px;
    color: #fff;
    transform: initial;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
    left: auto; }

  .footer_style .footer_inner .ft_sns .instagram {
    width: 25px;
    margin: 0 10px; }

  .footer_style .footer_inner .ft_sns .facebook {
    width: 25px;
    margin: 0 10px; }

  .contents_wrapper .main_wrapper .title_st {
    width: 90%;
    margin: 0 auto; }

  .contents_wrapper .main_wrapper .title_st span {
    font-size: 28px !important; }

  .contents_wrapper .main_wrapper .title_st span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000; }

  .contents_wrapper .main_wrapper .main #about h2.title_st {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px; }

  .contents_wrapper .main_wrapper .main #about h2.title_st span {
    font-size: 28px !important; }

  .contents_wrapper .main_wrapper .main #about h2.title_st span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000; }

  div#Faq_content dl {
    width: 90%;
    padding: 0;
    margin: 1em 0 0; }

  #Faq_content {
    text-align: left;
    font-size: 13px;
    width: 100%; }

  div#Faq_content dl {
    width: 100%;
    padding: 0 0;
    margin: 0; }

  #Faq_content dl dt span {
    background: #ffffff;
    color: #000;
    padding: 0;
    margin-right: 0;
    border: 1px solid;
    width: 24px;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    top: -1px;
    left: 0;
    display: flex;
    margin: 0;
    height: 24px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }

  #Faq_content dl dd span {
    ackground: #000;
    color: #fff;
    padding: 0;
    margin-right: 0;
    border: 1px solid;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: -1px;
    box-sizing: border-box; }

  #Faq_content dl dt {
    padding: 0 0 0 2.5em;
    border-bottom: none;
    text-indent: 0;
    margin-left: 0;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    position: relative;
    margin: 0 0 0.8em; }

  #Faq_content dl dd {
    padding: 0 0 1.8em 3.0em;
    text-indent: 0px;
    margin-left: 0px;
    position: relative;
    line-height: 1.8;
    border-bottom: 1px solid #ccc;
    margin: 0 0 2em;
    font-size: 12px; } }
.main {
  width: auto;
  height: auto;
  margin: 0 auto 0; }

.main #about {
  width: auto;
  margin: 0;
  padding: 70px 0 40px 0;
  text-align: left;
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000; }

@media screen and (max-width: 750px) {
  .main #about {
    width: auto;
    margin: 0;
    padding: 4em 0 1px;
    text-align: left; } }
.about_blk01 {
  display: flex;
  margin: 8em 0 5em; }

@media screen and (max-width: 750px) {
  .about_blk01 {
    display: block;
    margin: 4em 0 4em; }

  .about_blk01_mg {
    margin: 4em 0 6em; } }
.about_blk01 .about_blk01_img {
  width: 50%;
  padding: 0 0 0 2.5em; }

@media screen and (max-width: 750px) {
  .about_blk01 .about_blk01_img {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto 3em;
    text-align: center; } }
.about_blk01 .about_blk01_img img {
  width: 78%; }

@media screen and (max-width: 750px) {
  .about_blk01 .about_blk01_img img {
    width: 70%; } }
.about_blk01 .about_blk01_txt {
  width: 50%;
  padding: 0 4em 0 0; }

@media screen and (max-width: 750px) {
  .about_blk01 .about_blk01_txt {
    width: 100%;
    padding: 0 25px 0;
    margin: 0 auto;
    box-sizing: border-box; } }
.about_blk01 .about_blk01_txt p {
  font-size: 14px;
  line-height: 2.3;
  margin: 0 0 1.6em; }

@media screen and (max-width: 1000px) {
  .about_blk01 .about_blk01_txt p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 1.2em; } }
.about_blk02 {
  display: flex;
  margin: 0 0 9em;
  align-items: center;
  background-color: #e2e6e8; }

@media screen and (max-width: 750px) {
  .about_blk02 {
    display: block;
    margin: 0 0 4em;
    align-items: center;
    background-color: #e2e6e8; } }
.about_blk02 .about_blk02_img {
  width: 42%;
  background-size: cover; }

@media screen and (max-width: 750px) {
  .about_blk02 .about_blk02_img {
    width: 100%; } }
.about_blk02 .about_blk02_img img {
  vertical-align: bottom;
  width: 100%; }

@media screen and (max-width: 750px) {
  .about_blk02 .about_blk02_img img {
    vertical-align: bottom;
    width: 100%;
    object-fit: cover;
    object-position: top; } }
.about_blk02 .about_blk02_txt {
  width: 58%;
  padding: 2em 3em;
  box-sizing: border-box; }

@media screen and (max-width: 1300px) {
  .about_blk02 .about_blk02_txt {
    padding: 2em 3em;
    width: 50%; }

  .about_blk02 .about_blk02_img {
    width: 50%;
    background-size: cover; } }
@media screen and (max-width: 750px) {
  .about_blk02 .about_blk02_txt {
    padding: 3.5em 0 2.5em;
    width: 100%; }

  .about_blk02 .about_blk02_img {
    width: 100%;
    background-size: cover; } }
.main #about .about_blk02 .about_blk02_txt h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.7; }

@media screen and (max-width: 1300px) {
  .main #about .about_blk02 .about_blk02_txt h2 {
    margin: 0 0 0.5em;
    font-size: calc(16vw / 1200 * 100);
    min-height: 0vw; } }
@media screen and (max-width: 750px) {
  .main #about .about_blk02 .about_blk02_txt h2 {
    font-size: 15px;
    margin: 0 auto 1.5em;
    width: 80%;
    line-height: 1.5; } }
.about_blk02 .about_blk02_txt p {
  font-size: 14px;
  line-height: 2.3;
  margin: 0; }

@media screen and (max-width: 1300px) {
  .about_blk02 .about_blk02_txt p {
    font-size: calc(12vw / 1200 * 100);
    min-height: 0vw;
    line-height: 1.8;
    margin: 0; } }
@media screen and (max-width: 750px) {
  .about_blk02 .about_blk02_txt p {
    font-size: 12px;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto 1.2em; } }
.main #about .about_blk01 .about_blk01_img h2 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  position: relative;
  letter-spacing: 4px;
  color: #000;
  font-weight: bold;
  margin: 0 0 0 5.9em; }

@media screen and (max-width: 1200px) {
  .main #about .about_blk01 .about_blk01_img h2 {
    font-size: 24px;
    margin: 0 0 0 3.0em; } }
@media screen and (max-width: 750px) {
  .main #about .about_blk01 .about_blk01_img h2 {
    font-size: 22px;
    margin: 0 0 0 54px;
    box-sizing: border-box;
    padding: 0; } }
.main #about .about_blk01 .about_blk01_img h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -43px;
  width: 26px;
  height: 3px;
  margin: auto;
  background-color: #000; }

@media screen and (max-width: 750px) {
  .main #about .about_blk01 .about_blk01_img h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29px;
    width: 18px;
    height: 2px;
    margin: auto;
    background-color: #000; } }
.about_blk01 .about_blk01_txt p.note {
  font-size: 12px; }

@media screen and (max-width: 750px) {
  .about_blk01 .about_blk01_txt p.note {
    font-size: 10px; } }
.blog_title_wrap {
  padding: 70px 0 0 0; }

.logo_pc {
  display: block;
  width: 220px;
  margin: 0 0 60px; }

.logo_pc img {
  width: 100%; }

.logo_sp {
  display: none; }

@media screen and (max-width: 750px) {
  .logo_pc {
    display: none; }

  .logo_sp {
    display: block; } }
#infoWrapper {
  background-color: #FFFFFF;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 750px) {
  body.sp_nav_fixed {
    padding: 122px 0 0; }

  .sp_nav_fixed .head_menu_tag .site_name {
    display: none; }

  .sp_nav_fixed .header_gp {
    height: 122px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000; }

  .sp_nav_fixed .header_gp h1 {
    top: 14px; }

  .sp_nav_fixed .sp_toggle {
    top: 77px; }

  .sp_nav_fixed .header_gp #baseMenu {
    top: 83px; }

  .sp_nav_fixed .top_slide {
    margin: 30px 0 0 0; }

  .sp_nav_fixed .side_search_sp {
    top: 55px; }

  .side_nav {
    width: 100%;
    padding: 160px 55px 0;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    height: 100vh;
    z-index: 4000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s; }

  .sp_nav_open .side_nav {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
    padding: 180px 55px 120px; } }
.main #about > .blog_inner .blog_contents .read_more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, transparent 26%);
  bottom: 10px;
  padding-top: 25px;
  position: absolute;
  width: 100%;
  background: #9facb3;
  /* color: #fff; */
  text-align: right;
  display: flex;
  align-items: center;
  padding: 0;
  height: 50px;
  justify-content: flex-end;
  padding: 0 30px 0 0;
  box-sizing: border-box; }

.main #about .read_more a {
  color: #fff;
  font-weight: 700; }

.main #about .read_more a:hover {
  opacity: 0.8;
  transition: 0.15s; }

.main #about.blogListMain h2 {
  line-height: 1.5em;
  margin-bottom: 0;
  text-transform: none;
  word-wrap: break-word;
  font-weight: bold;
  color: #000;
  font-size: 25px; }

.main #about.blogListMain h2 a {
  color: #000; }

.main #about > .blog_inner {
  /* border-bottom: 1px solid #ddd; */
  padding: 100px 0 60px;
  position: relative; }

.main #about.blogListMain .blog_publish .publish_date {
  font-size: 12px;
  margin: 2px 0 0 0; }

.main #about.blogListMain .blog_publish {
  margin: 15px 0 50px; }

#page-top {
  display: none !important; }

p.publish_date {
  white-space: nowrap;
  width: 89px;
  overflow: hidden; }

div#about p.publish_date {
  width: auto;
  color: #000; }

@media screen and (max-width: 750px) {
  p.publish_date {
    width: 74px; } }
#about .blog_body .text {
  color: #000;
  line-height: 1.8;
  margin: 0 0 3em; }

#newsblock div.blog_publish {
  width: 20%;
  float: left;
  text-align: left; }

#newsblock div.blog_title {
  width: 80%;
  clear: both;
  float: right;
  text-align: left;
  font-size: 14px;
  /* margin: 0 0 0 -40px; */ }

#newsblock div.blog_title h2 a {
  position: relative; }

#newsblock div.blog_title h2 a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #000;
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

#newsblock div.blog_title h2 a:hover:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.pc_nav_relative .side_nav {
  position: absolute;
  top: auto;
  bottom: 0; }

.pc_nav_relative .contents_wrapper {
  position: relative; }

@media screen and (max-width: 750px) {
  .pc_nav_relative .side_nav {
    position: fixed;
    top: 0;
    bottom: auto; }

  .pc_nav_relative .contents_wrapper {
    position: initial; } }
@media screen and (max-width: 750px) {
  #products .price {
    font-size: 13px; }

  #products .label_image {
    width: 113px;
    height: inherit;
    left: 9px;
    bottom: -52px; }

  .tempTop .waitingForSale, .tempTop .endOfSale, .tempTop .soldout {
    font-size: 13.0px;
    left: 1.5em; }

  .tempTop .endOfSale:before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #9facb3;
    position: absolute;
    top: 14px;
    /* bottom: 0; */
    left: -18px;
    margin: auto; } }
@media screen and (max-width: 750px) {
  .contents_wrapper .main_wrapper .main #Faq_content h2.title_st span {
    font-size: 28px; }

  #Faq_content h2.title_st span {
    font-size: 28px !important; }

  .contents_wrapper .main_wrapper .main #Faq_content h2.title_st span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000; }

  #Faq_content h2.title_st span:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000; } }
.main #about > .blog_inner {
  border-bottom: none !important;
  padding: 40px 50px 50px 30px !important;
  position: relative; }

.main #about.blogDetail > .blog_inner {
  border-bottom: none !important;
  padding: 40px 50px 150px 30px !important;
  position: relative; }

@media screen and (max-width: 750px) {
  .main #about > .blog_inner {
    border-bottom: none !important;
    padding: 0px 0 5em !important;
    position: relative; }

  .main #about.blogDetail > .blog_inner {
    border-bottom: none !important;
    padding: 0px 0 10em !important;
    position: relative; } }
.main #about > .blog_inner .blog_contents .read_more {
  background: none !important;
  bottom: auto !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
  display: block !important;
  height: auto !important; }

.main #about .read_more a {
  font-weight: 700;
  display: block;
  width: 100%;
  background: #9facb3;
  color: #fff !important;
  padding: 1em 2.8em;
  box-sizing: border-box;
  margin: 0;
  position: relative; }

.main #about .read_more a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg); }

@media screen and (max-width: 750px) {
  .main #about .read_more a:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 23px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg); } }
.main #about > .blog_inner .blog_contents {
  height: auto !important; }

#Faq_content {
  text-align: left;
  font-size: 13px;
  width: 93%;
  margin: 0 auto; }

.fade01 {
  animation-name: fade01;
  animation-duration: 0.8s;
  animation-delay: 0;
  animation-fill-mode: forwards; }

@keyframes fade01 {
  0% {
    opacity: 0;
    transform: translateY(70px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@media screen and (max-width: 750px) {
  .fade01 {
    animation-name: fade01;
    animation-duration: 0.6s;
    animation-delay: 0;
    animation-fill-mode: forwards; } }
.blog_head_image img {
  max-width: 100%;
  margin: 0 0 2.5em; }

.main #about.blogListMain .blog_publish {
  margin: 15px 0 45px; }

ul.paginate {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  padding: 0 30px 0 25px; }

.paginate li {
  background: #fff !important;
  border: #000 1px solid !important;
  margin: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }

.paginate li a {
  color: #000000 !important;
  font-size: 14px;
  padding: 10px;
  display: block;
  line-height: 1;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  line-height: 1 !important;
  padding: 0 !important; }

.paginate li.current {
  background: #000 !important; }

.pagenate li:hover {
  opacity: 0.8;
  transition: 0.15s; }

.paginate li a:hover {
  background: #fff !important; }

.paginate li.next {
  width: auto;
  padding: 0 1em; }

.paginate .current a {
  background: #000 !important;
  color: #ffffff !important;
  font-weight: 700;
  background: #f3f3f3;
  color: #8c8c8c;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center; }

.paginate .current a:hover {
  background: #000 !important; }

@media screen and (max-width: 750px) {
  .contents_wrapper .main_wrapper .title_st {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 25px; }

  .main #about.blogListMain .blog_title {
    margin-bottom: 0;
    padding: 0 25px; }

  .main #about.blogListMain h2 a {
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 0;
    display: inherit; }

  .main #about.blogListMain .blog_publish {
    margin: 0 0 20px !important;
    padding: 0 25px; }

  #about .blog_body .text {
    color: #000;
    line-height: 1.8;
    margin: 0 0 1.5em;
    padding: 0 25px;
    font-size: 12px;
    letter-spacing: 0; }

  .main #about .read_more a {
    font-weight: 700;
    display: block;
    width: 100%;
    background: #9facb3;
    color: #fff !important;
    box-sizing: border-box;
    margin: 0;
    font-size: 12px; }

  .blog_head_image img {
    margin: 0 0 1.0em; } }
.main #about.blogDetail .blog_title h2 {
  line-height: 1.5em;
  margin-bottom: 0;
  text-transform: none;
  word-wrap: break-word;
  font-size: 25px;
  font-weight: bold;
  color: #000; }

.main #about.blogDetail .blog_title h2 a {
  color: #000;
  letter-spacing: 1px; }

#about .blog_body {
  color: #000; }

.main #about .social {
  margin: 80px 0 40px !important;
  text-align: left !important;
  width: 100%; }

@media screen and (max-width: 750px) {
  .main #about.blogDetail .blog_title {
    margin-bottom: 0;
    padding: 0 25px; }

  .main #about.blogDetail .blog_title h2 a {
    color: #000;
    letter-spacing: 1px;
    font-size: 18px;
    display: inherit;
    line-height: 1.5; }

  .main #about.blogDetail .blog_publish {
    width: auto;
    padding: 0 25px;
    margin: 0 0 20px !important; }

  div#about p.publish_date {
    width: auto;
    color: #000;
    font-size: 11px;
    margin: 2px 0 0 0; }

  #about .blog_body .text {
    color: #000;
    line-height: 1.8;
    margin: 0 0 1.5em;
    padding: 0 25px;
    font-size: 12px;
    letter-spacing: 0; }

  #about .blog_body div {
    padding: 0 9px;
    font-size: 12px; }

  .main #about .social {
    margin: 40px 0 10px  !important;
    text-align: left !important;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box; } }
.tempTop p.more_btn span:hover {
  opacity: 0.8;
  transition: 0.15s; }

.footer_style .footer_inner .ft_links a:hover {
  opacity: 0.8;
  transition: 0.15s; }

.footer_style .footer_inner .ft_sns li a:hover {
  opacity: 0.8;
  transition: 0.15s; }

ul.product_list.row .image_container img {
  transition: 0.15s; }

ul.product_list.row .image_container img:hover {
  opacity: 0.8; }

.inquirySection dl dd input {
  max-width: 794px;
  padding: 12px 10px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
  background: #eceef0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

@media screen and (max-width: 750px) {
  .inquirySection dl dd input {
    font-size: 16px; } }
.inquirySection dl dd {
  margin-bottom: 27px; }

@media screen and (max-width: 750px) {
  .inquirySection dl dd {
    margin-bottom: 10px; } }
.inquirySection dl dd textarea {
  max-width: 794px;
  height: 135px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  background: #eceef0;
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box; }

.inquirySection dl dt {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 12px;
  padding: 0 0 0 10px;
  color: #000 !important; }

@media screen and (max-width: 750px) {
  .inquirySection dl dt {
    font-size: 12px;
    padding: 0 0 0 8px; } }
.inquirySection dl dt span {
  font-size: 11px;
  line-height: 11px;
  margin-left: 5px;
  color: #000 !important;
  vertical-align: baseline; }

.inquirySection form {
  margin: 10px auto 0;
  max-width: 794px;
  width: 100%; }

@media screen and (max-width: 750px) {
  .inquirySection form {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 100px; } }
.inquirySection .control-panel input#buttonLeave {
  max-width: 429px;
  margin: 55px 0 0 0;
  padding: 19px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
  background-color: #000;
  border: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 100%;
  box-sizing: border-box; }

@media screen and (max-width: 750px) {
  .inquirySection .control-panel input#buttonLeave {
    margin: 29px 0 0 0;
    font-size: 13px;
    width: 73%;
    padding: 11px 0;
    letter-spacing: 2px; } }
section.inquirySection > p {
  max-width: 794px;
  width: 100%;
  margin: 0 auto 3em;
  font-size: 14px; }

@media screen and (max-width: 750px) {
  section.inquirySection > p {
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0 auto 0.3em; } }
.inquirySection h1 {
  color: #000;
  letter-spacing: 0.1em;
  font-size: 45px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  display: block;
  line-height: 1.4;
  margin: 0 0 2.6em; }

.inquirySection h1:before {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000; }

@media screen and (max-width: 750px) {
  .inquirySection h1 {
    font-size: 28px !important;
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 1.7em; }

  .inquirySection h1:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 25px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000; } }
.main.main_about {
  padding: 70px 0 0 0; }

@media screen and (max-width: 750px) {
  .main.main_about {
    padding: 3.5em 0 0 0; } }
.inquirySection {
  padding: 70px 0 153px 0; }

@media screen and (max-width: 750px) {
  .inquirySection {
    padding: 70px 0 0 0; } }
.product_top {
  position: relative;
  margin: 56px 0 0 0; }

.tempTop .product_top h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.8;
  color: #000000;
  text-align: left;
  font-weight: bold; }

@media screen and (max-width: 750px) {
  .tempTop .product_top h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px; } }
.product_top .label_image {
  position: absolute !important;
  top: auto;
  left: 0;
  height: 205px;
  width: 205px;
  z-index: 1000 !important;
  background: transparent !important;
  bottom: -121px; }

@media screen and (max-width: 750px) {
  .product_top .label_image {
    position: absolute !important;
    top: auto;
    left: 25px;
    height: 145px;
    width: 145px;
    z-index: 1000 !important;
    background: transparent !important;
    bottom: -89px;
    box-sizing: border-box; } }
.about_blk00 {
  width: 69.2%;
  margin: 48px auto 127px;
  color: #000; }

@media screen and (max-width: 750px) {
  .about_blk00 {
    width: 100%;
    margin: 0 auto 4.5em;
    color: #000;
    box-sizing: border-box;
    padding: 0 25px; } }
.about_blk00 img {
  width: 100%; }

p.about_blk00_cp01 {
  margin: 0 0 2.9em; }

@media screen and (max-width: 750px) {
  p.about_blk00_cp01 {
    margin: 0 0 1.5em; } }
.about_blk00_cp01 img {
  max-width: 470px;
  width: 100%; }

p.about_blk00_txt {
  font-size: 15px;
  line-height: 2.4;
  margin: 0 0 2.0em; }

@media screen and (max-width: 750px) {
  p.about_blk00_txt {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 1.7em; } }
.about_blk00_txt.about_blk00_txt_mg {
  margin: 0 0 73px; }

@media screen and (max-width: 750px) {
  .about_blk00_txt.about_blk00_txt_mg {
    margin: 0 0 2.5em; } }
.about_blk00_cp02 {
  text-align: left; }

.about_blk00_cp02 img {
  max-width: 396px;
  width: 100%;
  margin: 0 0 0 141px; }

@media screen and (max-width: 1050px) {
  .about_blk00_cp02 img {
    margin: 0 0 0 30%;
    width: 82%; } }
@media screen and (max-width: 750px) {
  .about_blk00_cp02 {
    text-align: right;
    overflow: hidden; }

  .about_blk00_cp02 img {
    width: 66%;
    margin: 0 -2em 0 auto; } }
.main #about h2, .main #about h2 a, .main #about p, .main #about .read_more a, .main .blog_body p, .inquirySection h1, .inquirySection p, .inquirySection dl dt span, .inquirySection dl dt, .inquirySection dl dd, #privacy h2, #law h2, #privacy h3, #law h3, #privacy p, #law p {
  color: #000; }

.inquirySection dl dd textarea {
  font-size: 12px; }

#privacy, #law {
  margin: 0 0 60px;
  padding: 0 0 20px;
  box-sizing: border-box;
  width: auto; }

@media screen and (max-width: 750px) {
  #privacy, #law {
    margin: 0 0 60px;
    padding: 0 0 25px;
    box-sizing: border-box;
    width: auto; } }
#privacy h2 {
  border: none;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 2px;
  margin: 93px 0 127px 0;
  padding: 0;
  line-height: 1;
  position: relative; }

@media screen and (max-width: 750px) {
  #privacy h2 {
    border: none;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 64px 0 60px 0;
    padding: 0 25px;
    line-height: 1;
    position: relative;
    box-sizing: border-box; } }
#privacy h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -51px;
  left: 0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000; }

@media screen and (max-width: 750px) {
  #privacy h2:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 27px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000; } }
#law h2 {
  border: none;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 2px;
  margin: 93px 0 127px 0;
  padding: 0;
  line-height: 1;
  position: relative; }

@media screen and (max-width: 750px) {
  #law h2 {
    border: none;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 64px 0 60px 0;
    padding: 0 25px;
    line-height: 1;
    position: relative;
    box-sizing: border-box; } }
#law h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -51px;
  left: 0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000; }

@media screen and (max-width: 750px) {
  #law h2:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 27px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000; } }
#privacy .privacy_intro {
  margin: 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 2.2;
  margin: 0 0 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 750px) {
  #privacy .privacy_intro {
    margin: 0 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2.2;
    margin: 0 0 40px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 12px; } }
#privacy dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 750px) {
  #privacy dl {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px; } }
#privacy h3, #privacy dt {
  font-weight: bold;
  margin: 38px 0 8px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000; }

#privacy h3, #privacy dd {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 2; }

@media screen and (max-width: 750px) {
  #privacy h3, #privacy dt {
    font-weight: bold;
    margin: 25px 0 8px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    font-size: 12px; }

  #privacy h3, #privacy dd {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 1.8;
    font-size: 12px; } }
#privacy dd ul li {
  margin: 0 0 6px; }

@media screen and (max-width: 750px) {
  #privacy dd ul li {
    margin: 0 0 3px; } }
#privacy, #law {
  margin: 0 0 60px;
  padding: 0 0 110px;
  box-sizing: border-box;
  width: auto; }

@media screen and (max-width: 750px) {
  #privacy, #law {
    margin: 0 0 60px;
    padding: 0 0 25px;
    box-sizing: border-box;
    width: auto; } }
#law h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 2;
  max-width: 800px;
  width: 100%;
  margin: 30px auto 0; }

#law p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 2;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 10px; }

@media screen and (max-width: 750px) {
  #law h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2;
    max-width: 800px;
    width: 100%;
    margin: 25px auto 0;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 12px; }

  #law p {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 1.8;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 10px;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 12px; } }
.tempDetail .kakaku {
  float: none;
  margin: 0 auto 55px;
  display: flex;
  justify-content: flex-start;
  max-width: 1068px;
  width: 100%;
  /* border: 1px solid; */
  align-items: flex-start;
  min-height: 475px;
  box-sizing: border-box;
  padding: 0 45px 0 30px; }

@media screen and (max-width: 750px) {
  .tempDetail .kakaku {
    margin: 0 auto 2em;
    display: block;
    min-height: unset;
    padding: 0; } }
.tempDetail section.row {
  text-align: left;
  display: inline-block;
  width: auto;
  float: none; }

.bx-wrapper {
  height: auto !important;
  width: 52%; }

#bx-pager {
  width: auto;
  margin: 0 0 0 3.5em;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

@media screen and (max-width: 750px) {
  #bx-pager {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 10px 25px 0; } }
#bx-pager a {
  float: none;
  max-height: unset;
  max-width: unset;
  margin-right: 0;
  display: block;
  width: 80px;
  padding: 0;
  box-sizing: border-box;
  height: 80px;
  /* border: 1px solid; */
  box-sizing: border-box;
  margin: 0 1.5em 1.5em 0; }

@media screen and (max-width: 750px) {
  #bx-pager a {
    float: none;
    max-height: unset;
    max-width: unset;
    margin-right: 0;
    display: block;
    width: 55px;
    padding: 0;
    box-sizing: border-box;
    height: auto;
    /* border: 1px solid; */
    box-sizing: border-box;
    margin: 0 8px 10px 0; }

  #bx-pager a:nth-child(5) {
    margin: 0 0 10px 0; } }
#bx-pager .small_img_box {
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  line-height: initial;
  vertical-align: middle; }

#bx-pager .small_img_box img {
  max-height: unset;
  max-width: unset;
  vertical-align: unset;
  width: 80px;
  height: 80px;
  object-fit: cover; }

@media screen and (max-width: 750px) {
  #bx-pager .small_img_box img {
    max-height: unset;
    max-width: unset;
    vertical-align: unset;
    width: 100%;
    height: auto;
    object-fit: cover; } }
.tempDetail #itemAttention {
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  padding: 1.5em 0 0;
  box-sizing: border-box;
  margin: 0 0 3em; }

@media screen and (max-width: 750px) {
  .tempDetail #itemAttention {
    width: 100%;
    font-size: 10px;
    line-height: 1.3;
    padding: 1.5em 0 0;
    box-sizing: border-box;
    margin: 0 0 2em; } }
.tempDetail #itemAttention p {
  margin: 0 0 7px; }

.tempDetail .purchaseButton__btn {
  background-color: #000;
  float: none;
  margin: 0;
  font-size: 18px;
  padding: 15px; }

@media screen and (max-width: 750px) {
  .tempDetail .purchaseButton__btn {
    background-color: #000;
    float: none;
    margin: 0;
    font-size: 13px;
    padding: 12px; } }
section.row.row_item {
  display: flex;
  justify-content: space-between;
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 45px 0 30px; }

@media screen and (max-width: 750px) {
  section.row {
    padding: 0 !important; }

  section.row.row_item {
    display: block; } }
.explanation {
  font-size: 14px;
  width: 42%;
  color: #000;
  line-height: 2 !important; }

@media screen and (max-width: 750px) {
  .explanation {
    font-size: 12px;
    width: 100%;
    color: #000;
    line-height: 1.8 !important;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0 0 5em; } }
.cartarea {
  width: 48%; }

@media screen and (max-width: 750px) {
  .cartarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px; } }
.tempDetail .wrapper {
  padding: 0 0 30px;
  width: auto; }

.product_top {
  position: relative;
  margin: 56px 0 80px 0; }

@media screen and (max-width: 750px) {
  .product_top {
    position: relative;
    margin: 40px 0 40px 0; } }
.tempDetail .wrapper {
  width: auto; }

.bxslider .img_box {
  height: auto;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  width: auto; }

.tempDetail section.row #purchase_form select {
  cursor: pointer;
  max-width: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  border-radius: 0;
  height: 43px;
  padding: 0 80px 0 20px;
  min-width: 200px; }

.tempDetail p.price {
  color: #000;
  font-size: 23px;
  font-weight: bold;
  margin: 2em 0 1.8em;
  letter-spacing: 1px; }

@media screen and (max-width: 750px) {
  .tempDetail p.price {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    margin: 1.5em 0 1.5em;
    letter-spacing: 1px; } }
.tempDetail section.row #purchase_form label {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 22px 15px 10px 0;
  float: left;
  box-sizing: border-box;
  /* padding: 0; */ }

@media screen and (max-width: 750px) {
  .tempDetail section.row #purchase_form label {
    font-size: 12px;
    margin: 22px 15px 10px 0;
    float: left;
    box-sizing: border-box;
    /* padding: 0; */ } }
.twitter {
  width: 73px;
  height: 20px;
  /* border: 1px solid; */ }

@media screen and (max-width: 480px) {
  .twitter {
    width: 66px !important;
    height: 20px;
    /* border: 1px solid; */ }

  .tempDetail #reportBtn {
    margin: 0 0 0 10px; }

  #itemDetailBox {
    border-top: none !important; } }
.container .facebook {
  padding-left: 0;
  width: 120px;
  height: 20px; }

.main #about.blogDetail .social {
  display: none; }

.goods_custom {
  max-width: 1068px;
  margin: 3em auto 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 45px 0 30px; }

@media screen and (max-width: 750px) {
  .goods_custom {
    margin: 2em auto 0;
    padding: 0 25px; } }
div.noteblk {
  max-width: 1068px;
  margin: 4.7em auto 5.5em;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 45px 0 30px; }

@media screen and (max-width: 750px) {
  div.noteblk {
    max-width: 953px;
    margin: 4em auto 3em;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 25px; } }
div.noteblk > h3.noteblk_title {
  background-color: #9facb3;
  font-size: 15px;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2em;
  width: 100%; }

@media screen and (max-width: 750px) {
  div.noteblk > h3.noteblk_title {
    background-color: #9facb3;
    font-size: 12px;
    color: #fff;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2em;
    width: 100%; } }
div.noteblk > dl {
  margin: 0 0 1.5em; }

div.noteblk > dl > dt {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  box-sizing: border-box;
  padding: 0 0 1em 1em;
  color: #000; }

@media screen and (max-width: 750px) {
  div.noteblk > dl {
    margin: 0 0 1.0em; }

  div.noteblk > dl > dt {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    box-sizing: border-box;
    padding: 0 0 1em 0;
    color: #000; } }
div.noteblk > dl > dd {
  font-size: 12px;
  line-height: 2;
  box-sizing: border-box;
  padding: 1em 1.5em;
  color: #000; }

@media screen and (max-width: 750px) {
  div.noteblk > dl > dd {
    font-size: 10px;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 1em 0;
    color: #000; } }
div.noteblk > dl > dd > a {
  text-decoration: underline; }

div.noteblk > dl > dd > ul > li {
  line-height: 1.8;
  margin: 0 0 0.5em;
  list-style: disc;
  text-indent: -20px;
  margin: 0 0 0.5em 22px;
  padding: 0 0 0 20px;
  box-sizing: border-box; }

@media screen and (max-width: 750px) {
  div.noteblk > dl > dd > ul > li {
    line-height: 1.8;
    margin: 0 0 0.5em;
    list-style: disc;
    text-indent: 0px;
    margin: 0 0 0.5em 19px;
    padding: 0 0 0 0px;
    box-sizing: border-box; } }
@media screen and (max-width: 750px) {
  .tempDetail #reportBtn a {
    color: #989898;
    display: block;
    margin: 1px 0 0 15px;
    font-size: 10px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer; } }
.tempDetail section.row #purchase_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0; }

.tempDetail section.row #purchase_form select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg); }

.purchaseElement:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 16px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  z-index: 1; }

.purchaseElement {
  position: relative;
  display: inline-block;
  margin: 0 0 15px; }

ul.bxslider > li > .img_box {
  text-align: left; }

.paginate-wrp {
  margin-top: 0;
  margin: 0 0 100px; }

@media screen and (max-width: 750px) {
  .paginate-wrp {
    margin-top: 0 !important;
    margin: 0 0 80px; }

  .paginate li {
    background: #fff !important;
    border: #000 1px solid !important;
    margin: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .paginate .current a {
    background: #f3f3f3;
    color: #8c8c8c;
    font-weight: 700;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    padding: 0;
    line-height: 40px !important; }

  ul.paginate {
    display: flex;
    padding: 0 10px; } }
.tempTop .container {
  min-height: 650px; }

@media screen and (max-width: 750px) {
  .tempTop .container {
    min-height: 100px; } }
.tempTop p.search_result {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 4em;
  max-width: 960px;
  width: 100%;
  /* border: 1px solid; */ }

@media screen and (max-width: 750px) {
  .tempTop p.search_result {
    text-align: center;
    font-size: 14px;
    margin: 0 0 2em; } }
#infoWrapper #newsblock div.blog_inner:nth-child(n+3) {
  display: none; }

.twitter {
  display: none; }

.facebook {
  display: none; }

.footer_style .footer_inner .ft_sns .facebook {
  display: block; }

/* div#reportBtn {
    display: none;
} */
.tempDetail #reportBtn a {
  margin: 0 !important; }

@media screen and (max-width: 480px) {
  .tempDetail #reportBtn {
    margin: 0 0 0 0 !important; } }
.error-message {
  color: red;
  font-size: 11px;
  margin: -2em 0 0 0; }

#products ul.product_list li.wow.fade01 {
  visibility: hidden; }

@media screen and (max-width: 750px) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 16px; } }
.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 750px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.qua {
  max-width: 1050px;
  margin: 0 auto; }
  .qua .main {
    position: relative;
    padding: 3em 0 0 0;
    text-align: center;
    margin: 0 0 6em; }
    @media screen and (max-width: 750px) {
      .qua .main {
        margin: 0 0 3em; } }
    .qua .main img {
      width: 100%; }
    .qua .main .main_cp {
      font-size: 17px;
      position: absolute;
      top: 10%;
      bottom: 0;
      margin: auto;
      color: #fff;
      text-align: center;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 2.2; }
      @media screen and (max-width: 1200px) {
        .qua .main .main_cp {
          font-size: calc(17vw / 1200 * 100);
          min-height: 0vw; } }
      @media screen and (max-width: 750px) {
        .qua .main .main_cp {
          font-size: 13px;
          top: 20%; } }
  .qua .qua_l {
    display: flex;
    margin: 0 0 6em;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .qua .qua_l {
        display: block;
        margin: 0 0 3.5em; } }
    .qua .qua_l:nth-of-type(2n + 1) {
      flex-direction: row-reverse; }
    .qua .qua_l .text {
      width: calc(511/1050*100%); }
      @media screen and (max-width: 750px) {
        .qua .qua_l .text {
          width: 85%;
          margin: 0 auto 2em; } }
      .qua .qua_l .text .p01 {
        font-size: 23px;
        margin: 0 auto 1.8em;
        color: #000;
        letter-spacing: 0.12em;
        width: 77%; }
        @media screen and (max-width: 1200px) {
          .qua .qua_l .text .p01 {
            font-size: calc(23vw / 1200 * 100);
            min-height: 0vw; } }
        @media screen and (max-width: 1000px) {
          .qua .qua_l .text .p01 {
            width: 90%; } }
        @media screen and (max-width: 750px) {
          .qua .qua_l .text .p01 {
            text-align: left;
            font-size: 18px;
            font-weight: bold;
            margin: 0 0 1em; } }
        .qua .qua_l .text .p01 .p02 {
          font-size: 25px;
          color: #9facb3;
          display: block;
          margin: 0 0 0.3em;
          font-family: 'Raleway', sans-serif;
          font-weight: 500;
          letter-spacing: 0.12em; }
          @media screen and (max-width: 1200px) {
            .qua .qua_l .text .p01 .p02 {
              font-size: calc(25vw / 1200 * 100);
              min-height: 0vw; } }
          @media screen and (max-width: 750px) {
            .qua .qua_l .text .p01 .p02 {
              font-size: 22px; } }
      .qua .qua_l .text .p03 {
        font-size: 14px;
        line-height: 2.2;
        width: 77%;
        margin: 0 auto 2em;
        text-align: left;
        letter-spacing: 0.12em; }
        @media screen and (max-width: 1200px) {
          .qua .qua_l .text .p03 {
            font-size: calc(14vw / 1200 * 100);
            min-height: 0vw; } }
        @media screen and (max-width: 1000px) {
          .qua .qua_l .text .p03 {
            width: 90%; } }
        @media screen and (max-width: 750px) {
          .qua .qua_l .text .p03 {
            width: 100%;
            font-size: 12px;
            line-height: 1.8;
            margin: 0 auto 1.5em; } }
    .qua .qua_l .img {
      width: calc(539/1050*100%); }
      @media screen and (max-width: 750px) {
        .qua .qua_l .img {
          width: 100%; } }
      .qua .qua_l .img img {
        width: 100%; }
  .qua .qua_l.qua_l_kodawari {
    display: block;
    background-color: #f5f7f7;
    padding: 4em 3.5em; }
    @media screen and (max-width: 750px) {
      .qua .qua_l.qua_l_kodawari {
        padding: 3em 1.5em; } }
    .qua .qua_l.qua_l_kodawari .text {
      width: 100%;
      text-align: center;
      margin: 0 0 4em; }
      @media screen and (max-width: 750px) {
        .qua .qua_l.qua_l_kodawari .text {
          margin: 0 0 2.5em; } }
      .qua .qua_l.qua_l_kodawari .text .p01 {
        text-align: center;
        margin: 0 auto 1.3em; }
        .qua .qua_l.qua_l_kodawari .text .p01 .p02 {
          text-align: center; }
      .qua .qua_l.qua_l_kodawari .text .p03 {
        text-align: center;
        width: 90%; }
        @media screen and (max-width: 750px) {
          .qua .qua_l.qua_l_kodawari .text .p03 {
            width: 100%;
            text-align: left; } }
    .qua .qua_l.qua_l_kodawari .img {
      width: 100%; }
      .qua .qua_l.qua_l_kodawari .img .fig_title {
        background-color: #9facb3;
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 1em 0;
        margin: 0 0 1.3em; }
        @media screen and (max-width: 750px) {
          .qua .qua_l.qua_l_kodawari .img .fig_title {
            font-size: 15px;
            padding: 0.6em 0; } }
      .qua .qua_l.qua_l_kodawari .img .fig img {
        width: 100%; }

.fitting {
  max-width: 1050px;
  margin: 0 auto;
  width: 90%; }

.fit_img {
  max-width: 500px;
  margin: 0 auto 3em; }
  .fit_img img {
    width: 100%; }

.fit_size {
  max-width: 850px;
  margin: 0 auto 5.5em; }
  .fit_size .fit_title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 1em; }
  .fit_size .layout {
    display: flex;
    justify-content: space-between; }
    .fit_size .layout .card {
      max-width: 266px;
      width: 32%; }
      .fit_size .layout .card .image {
        margin: 0 0 1em; }
        .fit_size .layout .card .image img {
          width: 100%; }
      .fit_size .layout .card .text {
        font-size: 14px;
        line-height: 2;
        text-align: left;
        letter-spacing: 0.05em; }

@media screen and (max-width: 750px) {
  .fit_size {
    margin: 0 auto 3.5em; }
    .fit_size .fit_title {
      font-size: 18px;
      font-weight: bold;
      margin: 0 0 1em; }
    .fit_size .layout {
      display: flex;
      justify-content: space-between; }
      .fit_size .layout .card {
        max-width: 266px;
        width: 32%; }
        .fit_size .layout .card .image {
          margin: 0 0 0.5em; }
          .fit_size .layout .card .image img {
            width: 100%; }
        .fit_size .layout .card .text {
          font-size: 11px;
          line-height: 1.5;
          text-align: left;
          letter-spacing: 0.05em; } }
.fit_size_links {
  margin: 0 0 2.5em;
  border-bottom: 2px solid #aab4be;
  padding: 0 0 1.5em; }
  .fit_size_links ul {
    display: flex;
    justify-content: center; }
    .fit_size_links ul li {
      border-right: 1px solid #aab4be;
      line-height: 1;
      padding: 0 2em; }
      .fit_size_links ul li a {
        font-size: 18px; }
    .fit_size_links ul li:last-child {
      border-right: none; }

@media screen and (max-width: 1000px) {
  .fit_size_links ul li {
    padding: 0 1em; }
    .fit_size_links ul li a {
      font-size: 14px; } }
@media screen and (max-width: 750px) {
  .fit_size_links ul li {
    padding: 0 0; }
    .fit_size_links ul li a {
      font-size: 13px;
      display: block;
      padding: 0 0.8em; } }
.fit_table_wrap {
  margin: 0 0 3em; }
  .fit_table_wrap .blk .fit_table_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #000; }
    .fit_table_wrap .blk .fit_table_head .fit_table_title {
      font-size: 25px; }
    .fit_table_wrap .blk .fit_table_head .fit_table_mm {
      font-size: 13px; }

.fit_table {
  font-size: 13px;
  overflow-x: scroll; }
  .fit_table table {
    width: 100%;
    min-width: 1000px; }
    .fit_table table tr td {
      background-color: #fafbfb;
      border-bottom: 5px solid #fff;
      border-right: 1px dotted #ccc;
      padding: 0 0.2em;
      width: 50px; }
    .fit_table table tr td:last-child {
      border-right: none; }
    .fit_table table tr:first-child th {
      background-color: #e2e6e8;
      border-bottom: 5px solid #fff;
      border-right: 1px dotted #ccc;
      width: 50px; }
    .fit_table table tr:first-child th:last-child {
      border-right: none; }
    .fit_table table tr th:first-child {
      background-color: #9facb3;
      color: #fff;
      font-size: 15px;
      padding: 1em 0.3em;
      border-bottom: 5px solid #fff;
      border-right: 8px solid #fff;
      font-feature-settings: "palt";
      white-space: nowrap;
      position: sticky;
      left: 0;
      width: 140px; }
      .fit_table table tr th:first-child span {
        font-size: 12px; }

@media screen and (max-width: 750px) {
  .fit_table {
    font-size: 11px; }
    .fit_table table {
      min-width: 1000px; }
      .fit_table table tr td {
        background-color: #fafbfb;
        border-bottom: 3px solid #fff;
        border-right: 1px dotted #ccc;
        padding: 0 0.2em;
        width: 50px; }
      .fit_table table tr td:last-child {
        border-right: none; }
      .fit_table table tr:first-child th {
        background-color: #e2e6e8;
        border-bottom: 3px solid #fff;
        border-right: 1px dotted #ccc;
        width: 50px; }
      .fit_table table tr:first-child th:last-child {
        border-right: none; }
      .fit_table table tr th:first-child {
        background-color: #9facb3;
        color: #fff;
        font-size: 13px;
        padding: 1em 0.3em;
        border-bottom: 3px solid #fff;
        border-right: 6px solid #fff;
        font-feature-settings: "palt";
        white-space: nowrap;
        position: sticky;
        left: 0;
        width: 140px; }
        .fit_table table tr th:first-child span {
          font-size: 12px; } }
@media screen and (max-width: 750px) {
  .fitting .ank {
    margin: -132px 0 0 0;
    padding: 132px 0 0 0; } }
.pc_inline {
  display: inline !important; }

.sp_inline {
  display: none !important; }

@media screen and (max-width: 750px) {
  .pc_inline {
    display: none !important; }

  .sp_inline {
    display: inline !important; } }
.regular_user {
  max-width: 1050px; }
  .regular_user .blog_title_wrap .title_st_lead {
    text-align: left;
    font-size: 20px; }
    @media screen and (max-width: 750px) {
      .regular_user .blog_title_wrap .title_st_lead {
        font-size: 15px;
        padding: 0 0 0 25px; } }
    .regular_user .blog_title_wrap .title_st_lead .en {
      font-family: "Raleway", sans-serif;
      font-feature-settings: "palt";
      letter-spacing: 0.08em; }
  .regular_user .main {
    margin: 55px 0 100px 0;
    max-width: 1050px;
    width: 100%; }
    @media screen and (max-width: 750px) {
      .regular_user .main {
        margin: 2em 0 3em 0; } }
    .regular_user .main .image img {
      width: 100%;
      font-size: 0;
      vertical-align: bottom; }
    .regular_user .main .txt {
      background-color: rgba(162, 175, 182, 0.3);
      text-align: left;
      padding: 2.8em 4em 3.3em;
      font-size: 14px;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        .regular_user .main .txt {
          padding: 3.2em 2.5em 2.0em;
          font-size: 12px; } }
      .regular_user .main .txt p {
        margin: 0 0 0; }
        @media screen and (max-width: 750px) {
          .regular_user .main .txt p {
            margin: 0 0 1.5em;
            line-height: 1.8; } }
      .regular_user .main .txt .name {
        color: #000;
        display: block;
        margin: 0 0 1em; }
        @media screen and (max-width: 750px) {
          .regular_user .main .txt .name {
            line-height: 1.8; } }
        .regular_user .main .txt .name .p01 {
          font-size: 20px; }
          @media screen and (max-width: 750px) {
            .regular_user .main .txt .name .p01 {
              font-size: 18px; } }
        .regular_user .main .txt .name .p02 {
          font-size: 16px; }
          @media screen and (max-width: 750px) {
            .regular_user .main .txt .name .p02 {
              font-size: 13px; } }
  .regular_user .article_nav_wrap {
    max-width: 1050px; }
  .regular_user .article_nav {
    max-width: 810px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 50px; }
    @media screen and (max-width: 750px) {
      .regular_user .article_nav {
        flex-direction: column;
        padding: 0 0 40px; } }
    .regular_user .article_nav .blk {
      width: 40%;
      margin: 0 0 87px;
      display: block; }
      @media screen and (max-width: 750px) {
        .regular_user .article_nav .blk {
          width: 85%;
          margin: 0 auto 50px; } }
      .regular_user .article_nav .blk:hover {
        opacity: 0.8 !important;
        transition: 0.15s !important; }
      .regular_user .article_nav .blk .img {
        position: relative;
        margin: 0 0 17px; }
        @media screen and (max-width: 750px) {
          .regular_user .article_nav .blk .img {
            margin: 0 0 13px; } }
        .regular_user .article_nav .blk .img:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          margin: auto;
          width: 0;
          height: 0;
          display: block;
          border-top: 40px solid white;
          border-right: 40px solid rgba(255, 255, 255, 0);
          border-bottom: 40px solid rgba(221, 221, 221, 0);
          border-left: 40px solid white; }
        .regular_user .article_nav .blk .img img {
          width: 100%; }
        .regular_user .article_nav .blk .img .num {
          position: absolute;
          top: 0;
          left: -42px;
          z-index: 1;
          font-size: 14px;
          font-weight: bold; }
          @media screen and (max-width: 750px) {
            .regular_user .article_nav .blk .img .num {
              font-size: 13px;
              left: -15px; } }
          .regular_user .article_nav .blk .img .num .num_big {
            font-size: 28px;
            font-weight: 600;
            font-family: 'Raleway', sans-serif;
            letter-spacing: 2px; }
            @media screen and (max-width: 750px) {
              .regular_user .article_nav .blk .img .num .num_big {
                font-size: 26px; } }
      .regular_user .article_nav .blk .name {
        text-align: center; }
        .regular_user .article_nav .blk .name .p01 {
          display: block;
          font-size: 18px;
          line-height: 1;
          margin: 0 0 5px;
          letter-spacing: 0.08em; }
          @media screen and (max-width: 750px) {
            .regular_user .article_nav .blk .name .p01 {
              font-size: 17px;
              margin: 0 0 2px; } }
        .regular_user .article_nav .blk .name .p02 {
          font-size: 14px;
          line-height: 1; }
          @media screen and (max-width: 750px) {
            .regular_user .article_nav .blk .name .p02 {
              font-size: 12px; } }
  .regular_user .article_body {
    max-width: 940px;
    margin: 0 auto; }
    .regular_user .article_body .pict_gp {
      position: relative;
      height: 0;
      padding-top: 80.7%; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .pict_gp {
          padding-top: 0;
          height: auto;
          width: 85%;
          margin: 0 auto 3em; } }
      .regular_user .article_body .pict_gp .pict_gp_01 {
        width: calc(662/940*100%);
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_01 {
            width: auto;
            position: relative;
            top: auto;
            left: auto;
            margin: 0 auto 0.7em; } }
        .regular_user .article_body .pict_gp .pict_gp_01 img {
          width: 100%; }
      .regular_user .article_body .pict_gp .pict_gp_01_w {
        width: calc(418/940*100%); }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_01_w {
            width: auto;
            position: relative;
            top: auto;
            left: auto;
            margin: 0 auto 0.7em; } }
      .regular_user .article_body .pict_gp .pict_gp_02 {
        width: calc(479/940*100%);
        position: absolute;
        top: 48.5%;
        right: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_02 {
            width: auto;
            position: relative;
            top: auto;
            right: auto; } }
        .regular_user .article_body .pict_gp .pict_gp_02 img {
          width: 100%; }
      .regular_user .article_body .pict_gp .pict_gp_02_w {
        width: calc(480/940*100%);
        position: absolute;
        top: 48.8%;
        right: 9.3%; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_02_w {
            width: auto;
            position: relative;
            top: auto;
            right: auto; } }
      .regular_user .article_body .pict_gp .pict_gp_03 {
        width: calc(480/940*100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_03 {
            width: auto;
            position: relative;
            top: auto;
            left: auto;
            margin: 0 auto 0.7em; } }
        .regular_user .article_body .pict_gp .pict_gp_03 img {
          width: 100%; }
      .regular_user .article_body .pict_gp .pict_gp_04 {
        width: calc(662/940*100%);
        position: absolute;
        top: 30.3%;
        right: 0;
        z-index: 1; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_04 {
            width: auto;
            position: relative;
            top: auto;
            right: auto; } }
        .regular_user .article_body .pict_gp .pict_gp_04 img {
          width: 100%; }
    .regular_user .article_body .pict_gp_h {
      padding-top: 75.1%; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .pict_gp_h {
          padding-top: 0; } }
    .regular_user .article_body .txt_block {
      text-align: left;
      margin: 0 0 6em; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .txt_block {
          width: 85%;
          margin: 0 auto 3em; } }
      .regular_user .article_body .txt_block .txt_block_title {
        font-size: 20px;
        margin: 0 0 1.2em;
        color: #000;
        line-height: 1.3;
        letter-spacing: 0.12em; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block .txt_block_title {
            font-size: 14px; } }
      .regular_user .article_body .txt_block p {
        margin: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block p {
            margin: 0 0 1em; } }
      .regular_user .article_body .txt_block p.txt_inline {
        display: inline; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block p.txt_inline {
            display: block; } }
      .regular_user .article_body .txt_block .txt {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.12em; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block .txt {
            font-size: 12px;
            line-height: 1.8; } }
    .regular_user .article_body .item_picts {
      display: flex;
      justify-content: space-between;
      margin: 0 0 10.8%; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .item_picts {
          display: block;
          width: 70%;
          margin: 0 auto 5%;
          padding: 0 0 0.5em; } }
      .regular_user .article_body .item_picts .block {
        width: calc(445/940*100%); }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .item_picts .block {
            width: auto;
            margin: 0 auto 1.5em; } }
        .regular_user .article_body .item_picts .block .image {
          margin: 0 0 0.9em; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .item_picts .block .image {
              margin: 0 0 0.1em; } }
          .regular_user .article_body .item_picts .block .image img {
            width: 100%; }
        .regular_user .article_body .item_picts .block .name {
          font-size: 16px;
          color: #000;
          line-height: 1.8; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .item_picts .block .name {
              font-size: 12px; } }
    .regular_user .article_body .info {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 6.4% 0; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .info {
          width: 85%;
          margin: 0 auto;
          padding: 7% 0 8%; } }
      .regular_user .article_body .info .layout {
        display: flex;
        width: calc(800/940*100%);
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .info .layout {
            width: auto;
            display: block; } }
      .regular_user .article_body .info .image {
        width: calc(198/800*100%);
        font-size: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .info .image {
            display: none; } }
        .regular_user .article_body .info .image img {
          width: 100%; }
        .regular_user .article_body .info .image_w01 {
          width: 34%; }
      .regular_user .article_body .info .txt {
        width: calc(602/800*100%);
        padding: 0 0 0 6.1%;
        box-sizing: border-box;
        text-align: left; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .info .txt {
            width: auto;
            padding: 0; } }
        .regular_user .article_body .info .txt .name {
          font-size: 18px;
          color: #000;
          margin: 0 0 0.6em; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .info .txt .name {
              font-size: 15px;
              margin: 0 0 1.5em; } }
        .regular_user .article_body .info .txt .body {
          font-size: 14px;
          line-height: 2.1; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .info .txt .body {
              font-size: 12px;
              line-height: 1.8; }
              .regular_user .article_body .info .txt .body .body_image {
                width: 37%;
                float: right;
                margin: -3em 1em 0 2em; }
                .regular_user .article_body .info .txt .body .body_image img {
                  width: 100%; } }
          .regular_user .article_body .info .txt .body .link {
            padding: 8% 0 0 0; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .info .txt .body .link {
                padding: 5% 0 0 0; } }
        .regular_user .article_body .info .txt_w01 {
          width: 66%; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .info .txt_w01 {
              width: 100%; } }
    .regular_user .article_body .p_nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 3.5% 0 13% 0; }
      @media screen and (max-width: 1000px) {
        .regular_user .article_body .p_nav {
          flex-direction: column;
          justify-content: center; } }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .p_nav {
          flex-direction: row;
          justify-content: space-between;
          width: 85%;
          margin: 0 auto;
          align-items: flex-start;
          position: relative;
          padding: 6.5% 0 28% 0; } }
      .regular_user .article_body .p_nav .left {
        display: flex;
        align-items: center;
        width: 270px;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .p_nav .left {
            display: block;
            width: auto; } }
        .regular_user .article_body .p_nav .left:hover {
          opacity: 0.8;
          transition: 0.15s; }
        .regular_user .article_body .p_nav .left .direct {
          display: block;
          width: 77px;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 700;
          background-image: url(../../../img/ar_left.png);
          background-repeat: no-repeat;
          background-size: 21px auto;
          background-position: 0 center;
          padding: 0 0 0 34px;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .left .direct {
              background-size: 15px auto;
              font-size: 12px;
              padding: 0 0 0 25px;
              width: auto;
              text-align: left;
              margin: 0 0 0.7em; } }
        .regular_user .article_body .p_nav .left .name {
          width: 193px;
          text-align: left;
          padding: 0 0 0 33px;
          white-space: nowrap;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .left .name {
              width: auto;
              padding: 0; } }
          .regular_user .article_body .p_nav .left .name .p01 {
            display: block;
            font-size: 14px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .left .name .p01 {
                font-size: 10px; } }
          .regular_user .article_body .p_nav .left .name .p02 {
            display: block;
            font-size: 16px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .left .name .p02 {
                font-size: 12px; } }
          .regular_user .article_body .p_nav .left .name .p03 {
            display: block;
            font-size: 14px; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .left .name .p03 {
                font-size: 10px; } }
      .regular_user .article_body .p_nav .center {
        margin: 1.5em 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .p_nav .center {
            margin: 0;
            position: absolute;
            top: 8%;
            right: 0;
            left: 0; } }
        .regular_user .article_body .p_nav .center:hover {
          opacity: 0.8;
          transition: 0.15s; }
        .regular_user .article_body .p_nav .center .link {
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 700; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .center .link {
              font-size: 12px; } }
      .regular_user .article_body .p_nav .right {
        width: 273px;
        display: flex;
        align-items: center;
        padding: 0 0px 0 0;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .p_nav .right {
            flex-direction: column-reverse;
            width: auto;
            align-items: flex-end; } }
        .regular_user .article_body .p_nav .right:hover {
          opacity: 0.8;
          transition: 0.15s; }
        .regular_user .article_body .p_nav .right .direct {
          display: block;
          width: 72px;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 700;
          background-image: url(../../../img/ar_right.png);
          background-repeat: no-repeat;
          background-size: 21px auto;
          background-position: right center;
          padding: 0 34px 0 0;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .right .direct {
              background-size: 15px auto;
              font-size: 12px;
              padding: 0 25px 0 0;
              width: auto;
              text-align: right;
              margin: 0 0 0.7em; } }
        .regular_user .article_body .p_nav .right .name {
          width: 201px;
          text-align: right;
          padding: 0 33px 0 0;
          white-space: nowrap;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .right .name {
              width: auto;
              padding: 0; } }
          .regular_user .article_body .p_nav .right .name .p01 {
            display: block;
            font-size: 14px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .right .name .p01 {
                font-size: 10px; } }
          .regular_user .article_body .p_nav .right .name .p02 {
            display: block;
            font-size: 16px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .right .name .p02 {
                font-size: 12px; } }
          .regular_user .article_body .p_nav .right .name .p03 {
            display: block;
            font-size: 14px; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .right .name .p03 {
                font-size: 10px; } }

.title_st_user_wrap {
  padding: 70px 0 0 0; }
  @media screen and (max-width: 750px) {
    .title_st_user_wrap {
      padding: 0 0 0 0; } }
  .title_st_user_wrap .title_st_user {
    color: #000;
    letter-spacing: 0.1em;
    font-size: 45px !important;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: block;
    margin: 0;
    padding: 12px 0 0 0;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      .title_st_user_wrap .title_st_user {
        margin: 58px 0 0;
        color: #000;
        font-size: 28px !important;
        font-family: Raleway,sans-serif;
        font-weight: 700;
        letter-spacing: 3px;
        position: relative;
        display: block;
        padding: 6px 0 0 25px; } }
    .title_st_user_wrap .title_st_user:before {
      content: "";
      display: block;
      position: absolute;
      top: -26px;
      left: 0;
      width: 68px;
      height: 1px;
      margin: auto;
      background-color: #000; }
      @media screen and (max-width: 750px) {
        .title_st_user_wrap .title_st_user:before {
          content: "";
          display: block;
          position: absolute;
          top: -10px;
          left: 25px;
          width: 38px;
          height: 1px;
          margin: auto;
          background-color: #000; } }
    .title_st_user_wrap .title_st_user .p01 {
      display: block;
      font-size: 30px;
      font-weight: 300;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 750px) {
        .title_st_user_wrap .title_st_user .p01 {
          font-size: 22px; } }
      .title_st_user_wrap .title_st_user .p01 .vol {
        font-size: 18px; }
        @media screen and (max-width: 750px) {
          .title_st_user_wrap .title_st_user .p01 .vol {
            font-size: 14px; } }
    .title_st_user_wrap .title_st_user .p02 {
      font-size: 45px !important;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      letter-spacing: 3px;
      padding: 9px 0 0 0;
      display: block;
      letter-spacing: 0.12em; }
      @media screen and (max-width: 750px) {
        .title_st_user_wrap .title_st_user .p02 {
          font-size: 28px !important;
          padding: 4px 0 0; } }


#page-title,#header-banner{
  display: none;
}
.feature-page-parts-category-links-items{
  width: auto;
}
#tblLayout{
  width: 100%;
}
.regular_user {
  max-width: 1050px; }
  .regular_user .blog_title_wrap .title_st_lead {
    text-align: left;
    font-size: 20px; }
    @media screen and (max-width: 750px) {
      .regular_user .blog_title_wrap .title_st_lead {
        font-size: 15px;
        padding: 0 0 0 25px; } }
    .regular_user .blog_title_wrap .title_st_lead .en {
      font-family: "Raleway", sans-serif;
      font-feature-settings: "palt";
      letter-spacing: 0.08em; }
  .regular_user .main {
    margin: 55px 0 100px 0;
    max-width: 1050px;
    width: 100%; }
    @media screen and (max-width: 750px) {
      .regular_user .main {
        margin: 2em 0 3em 0; } }
    .regular_user .main .image img {
      width: 100%;
      font-size: 0;
      vertical-align: bottom; }
    .regular_user .main .txt {
      background-color: rgba(162, 175, 182, 0.3);
      text-align: left;
      padding: 2.8em 4em 3.3em;
      font-size: 14px;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        .regular_user .main .txt {
          padding: 3.2em 2.5em 2.0em;
          font-size: 12px; } }
      .regular_user .main .txt p {
        margin: 0 0 0; }
        @media screen and (max-width: 750px) {
          .regular_user .main .txt p {
            margin: 0 0 1.5em;
            line-height: 1.8; } }
      .regular_user .main .txt .name {
        color: #000;
        display: block;
        margin: 0 0 1em; }
        @media screen and (max-width: 750px) {
          .regular_user .main .txt .name {
            line-height: 1.8; } }
        .regular_user .main .txt .name .p01 {
          font-size: 20px; }
          @media screen and (max-width: 750px) {
            .regular_user .main .txt .name .p01 {
              font-size: 18px; } }
        .regular_user .main .txt .name .p02 {
          font-size: 16px; }
          @media screen and (max-width: 750px) {
            .regular_user .main .txt .name .p02 {
              font-size: 13px; } }
  .regular_user .article_nav_wrap {
    max-width: 1050px; }
  .regular_user .article_nav {
    max-width: 810px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 50px; }
    @media screen and (max-width: 750px) {
      .regular_user .article_nav {
        flex-direction: column;
        padding: 0 0 40px; } }
    .regular_user .article_nav .blk {
      width: 40%;
      margin: 0 0 87px;
      display: block; }
      @media screen and (max-width: 750px) {
        .regular_user .article_nav .blk {
          width: 85%;
          margin: 0 auto 50px; } }
      .regular_user .article_nav .blk:hover {
        opacity: 0.8 !important;
        transition: 0.15s !important; }
      .regular_user .article_nav .blk .img {
        position: relative;
        margin: 0 0 17px; }
        @media screen and (max-width: 750px) {
          .regular_user .article_nav .blk .img {
            margin: 0 0 13px; } }
        .regular_user .article_nav .blk .img:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          margin: auto;
          width: 0;
          height: 0;
          display: block;
          border-top: 40px solid white;
          border-right: 40px solid rgba(255, 255, 255, 0);
          border-bottom: 40px solid rgba(221, 221, 221, 0);
          border-left: 40px solid white; }
        .regular_user .article_nav .blk .img img {
          width: 100%; }
        .regular_user .article_nav .blk .img .num {
          position: absolute;
          top: 0;
          left: -42px;
          z-index: 1;
          font-size: 14px;
          font-weight: bold; }
          @media screen and (max-width: 750px) {
            .regular_user .article_nav .blk .img .num {
              font-size: 13px;
              left: -15px; } }
          .regular_user .article_nav .blk .img .num .num_big {
            font-size: 28px;
            font-weight: 600;
            font-family: 'Raleway', sans-serif;
            letter-spacing: 2px; }
            @media screen and (max-width: 750px) {
              .regular_user .article_nav .blk .img .num .num_big {
                font-size: 26px; } }
      .regular_user .article_nav .blk .name {
        text-align: center; }
        .regular_user .article_nav .blk .name .p01 {
          display: block;
          font-size: 18px;
          line-height: 1;
          margin: 0 0 5px;
          letter-spacing: 0.08em; }
          @media screen and (max-width: 750px) {
            .regular_user .article_nav .blk .name .p01 {
              font-size: 17px;
              margin: 0 0 2px; } }
        .regular_user .article_nav .blk .name .p02 {
          font-size: 14px;
          line-height: 1; }
          @media screen and (max-width: 750px) {
            .regular_user .article_nav .blk .name .p02 {
              font-size: 12px; } }
  .regular_user .article_body {
    max-width: 940px;
    margin: 0 auto; }
    .regular_user .article_body .pict_gp {
      position: relative;
      height: 0;
      padding-top: 80.7%; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .pict_gp {
          padding-top: 0;
          height: auto;
          width: 85%;
          margin: 0 auto 3em; } }
      .regular_user .article_body .pict_gp .pict_gp_01 {
        width: calc(662/940*100%);
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_01 {
            width: auto;
            position: relative;
            top: auto;
            left: auto;
            margin: 0 auto 0.7em; } }
        .regular_user .article_body .pict_gp .pict_gp_01 img {
          width: 100%; }
      .regular_user .article_body .pict_gp .pict_gp_01_w {
        width: calc(418/940*100%); }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_01_w {
            width: auto;
            position: relative;
            top: auto;
            left: auto;
            margin: 0 auto 0.7em; } }
      .regular_user .article_body .pict_gp .pict_gp_02 {
        width: calc(479/940*100%);
        position: absolute;
        top: 48.5%;
        right: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_02 {
            width: auto;
            position: relative;
            top: auto;
            right: auto; } }
        .regular_user .article_body .pict_gp .pict_gp_02 img {
          width: 100%; }
      .regular_user .article_body .pict_gp .pict_gp_02_w {
        width: calc(480/940*100%);
        position: absolute;
        top: 48.8%;
        right: 9.3%; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_02_w {
            width: auto;
            position: relative;
            top: auto;
            right: auto; } }
      .regular_user .article_body .pict_gp .pict_gp_03 {
        width: calc(480/940*100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_03 {
            width: auto;
            position: relative;
            top: auto;
            left: auto;
            margin: 0 auto 0.7em; } }
        .regular_user .article_body .pict_gp .pict_gp_03 img {
          width: 100%; }
      .regular_user .article_body .pict_gp .pict_gp_04 {
        width: calc(662/940*100%);
        position: absolute;
        top: 30.3%;
        right: 0;
        z-index: 1; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .pict_gp .pict_gp_04 {
            width: auto;
            position: relative;
            top: auto;
            right: auto; } }
        .regular_user .article_body .pict_gp .pict_gp_04 img {
          width: 100%; }
    .regular_user .article_body .pict_gp_h {
      padding-top: 75.1%; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .pict_gp_h {
          padding-top: 0; } }
    .regular_user .article_body .txt_block {
      text-align: left;
      margin: 0 0 6em; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .txt_block {
          width: 85%;
          margin: 0 auto 3em; } }
      .regular_user .article_body .txt_block .txt_block_title {
        font-size: 20px;
        margin: 0 0 1.2em;
        color: #000;
        line-height: 1.3;
        letter-spacing: 0.12em; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block .txt_block_title {
            font-size: 14px; } }
      .regular_user .article_body .txt_block p {
        margin: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block p {
            margin: 0 0 1em; } }
      .regular_user .article_body .txt_block p.txt_inline {
        display: inline; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block p.txt_inline {
            display: block; } }
      .regular_user .article_body .txt_block .txt {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.12em; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .txt_block .txt {
            font-size: 12px;
            line-height: 1.8; } }
    .regular_user .article_body .item_picts {
      display: flex;
      justify-content: space-between;
      margin: 0 0 10.8%; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .item_picts {
          display: block;
          width: 70%;
          margin: 0 auto 5%;
          padding: 0 0 0.5em; } }
      .regular_user .article_body .item_picts .block {
        width: calc(445/940*100%); }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .item_picts .block {
            width: auto;
            margin: 0 auto 1.5em; } }
        .regular_user .article_body .item_picts .block .image {
          margin: 0 0 0.9em; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .item_picts .block .image {
              margin: 0 0 0.1em; } }
          .regular_user .article_body .item_picts .block .image img {
            width: 100%; }
        .regular_user .article_body .item_picts .block .name {
          font-size: 16px;
          color: #000;
          line-height: 1.8; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .item_picts .block .name {
              font-size: 12px; } }
    .regular_user .article_body .info {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 6.4% 0; }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .info {
          width: 85%;
          margin: 0 auto;
          padding: 7% 0 8%; } }
      .regular_user .article_body .info .layout {
        display: flex;
        width: calc(800/940*100%);
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .info .layout {
            width: auto;
            display: block; } }
      .regular_user .article_body .info .image {
        width: calc(198/800*100%);
        font-size: 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .info .image {
            display: none; } }
        .regular_user .article_body .info .image img {
          width: 100%; }
        .regular_user .article_body .info .image_w01 {
          width: 34%; }
      .regular_user .article_body .info .txt {
        width: calc(602/800*100%);
        padding: 0 0 0 6.1%;
        box-sizing: border-box;
        text-align: left; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .info .txt {
            width: auto;
            padding: 0; } }
        .regular_user .article_body .info .txt .name {
          font-size: 18px;
          color: #000;
          margin: 0 0 0.6em; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .info .txt .name {
              font-size: 15px;
              margin: 0 0 1.5em; } }
        .regular_user .article_body .info .txt .body {
          font-size: 14px;
          line-height: 2.1; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .info .txt .body {
              font-size: 12px;
              line-height: 1.8; }
              .regular_user .article_body .info .txt .body .body_image {
                width: 37%;
                float: right;
                margin: -3em 1em 0 2em; }
                .regular_user .article_body .info .txt .body .body_image img {
                  width: 100%; } }
          .regular_user .article_body .info .txt .body .link {
            padding: 8% 0 0 0; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .info .txt .body .link {
                padding: 5% 0 0 0; } }
        .regular_user .article_body .info .txt_w01 {
          width: 66%; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .info .txt_w01 {
              width: 100%; } }
    .regular_user .article_body .p_nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 3.5% 0 13% 0; }
      @media screen and (max-width: 1000px) {
        .regular_user .article_body .p_nav {
          flex-direction: column;
          justify-content: center; } }
      @media screen and (max-width: 750px) {
        .regular_user .article_body .p_nav {
          flex-direction: row;
          justify-content: space-between;
          width: 85%;
          margin: 0 auto;
          align-items: flex-start;
          position: relative;
          padding: 6.5% 0 28% 0; } }
      .regular_user .article_body .p_nav .left {
        display: flex;
        align-items: center;
        width: 270px;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .p_nav .left {
            display: block;
            width: auto; } }
        .regular_user .article_body .p_nav .left:hover {
          opacity: 0.8;
          transition: 0.15s; }
        .regular_user .article_body .p_nav .left .direct {
          display: block;
          width: 77px;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 700;
          background-image: url(../../../img/friends/ar_left.png);
          background-repeat: no-repeat;
          background-size: 21px auto;
          background-position: 0 center;
          padding: 0 0 0 34px;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .left .direct {
              background-size: 15px auto;
              font-size: 12px;
              padding: 0 0 0 25px;
              width: auto;
              text-align: left;
              margin: 0 0 0.7em; } }
        .regular_user .article_body .p_nav .left .name {
          width: 193px;
          text-align: left;
          padding: 0 0 0 33px;
          white-space: nowrap;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .left .name {
              width: auto;
              padding: 0; } }
          .regular_user .article_body .p_nav .left .name .p01 {
            display: block;
            font-size: 14px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .left .name .p01 {
                font-size: 10px; } }
          .regular_user .article_body .p_nav .left .name .p02 {
            display: block;
            font-size: 16px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .left .name .p02 {
                font-size: 12px; } }
          .regular_user .article_body .p_nav .left .name .p03 {
            display: block;
            font-size: 14px; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .left .name .p03 {
                font-size: 10px; } }
      .regular_user .article_body .p_nav .center {
        margin: 1.5em 0; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .p_nav .center {
            margin: 0;
            position: absolute;
            top: 8%;
            right: 0;
            left: 0; } }
        .regular_user .article_body .p_nav .center:hover {
          opacity: 0.8;
          transition: 0.15s; }
        .regular_user .article_body .p_nav .center .link {
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 700; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .center .link {
              font-size: 12px; } }
      .regular_user .article_body .p_nav .right {
        width: 273px;
        display: flex;
        align-items: center;
        padding: 0 0px 0 0;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .regular_user .article_body .p_nav .right {
            flex-direction: column-reverse;
            width: auto;
            align-items: flex-end; } }
        .regular_user .article_body .p_nav .right:hover {
          opacity: 0.8;
          transition: 0.15s; }
        .regular_user .article_body .p_nav .right .direct {
          display: block;
          width: 72px;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 700;
          background-image: url(../../../img/friends/ar_right.png);
          background-repeat: no-repeat;
          background-size: 21px auto;
          background-position: right center;
          padding: 0 34px 0 0;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .right .direct {
              background-size: 15px auto;
              font-size: 12px;
              padding: 0 25px 0 0;
              width: auto;
              text-align: right;
              margin: 0 0 0.7em; } }
        .regular_user .article_body .p_nav .right .name {
          width: 201px;
          text-align: right;
          padding: 0 33px 0 0;
          white-space: nowrap;
          box-sizing: border-box; }
          @media screen and (max-width: 750px) {
            .regular_user .article_body .p_nav .right .name {
              width: auto;
              padding: 0; } }
          .regular_user .article_body .p_nav .right .name .p01 {
            display: block;
            font-size: 14px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .right .name .p01 {
                font-size: 10px; } }
          .regular_user .article_body .p_nav .right .name .p02 {
            display: block;
            font-size: 16px;
            margin: 0 0 0.3em; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .right .name .p02 {
                font-size: 12px; } }
          .regular_user .article_body .p_nav .right .name .p03 {
            display: block;
            font-size: 14px; }
            @media screen and (max-width: 750px) {
              .regular_user .article_body .p_nav .right .name .p03 {
                font-size: 10px; } }

.title_st_user_wrap {
  padding: 70px 0 0 0; }
  @media screen and (max-width: 750px) {
    .title_st_user_wrap {
      padding: 0 0 0 0; } }
  .title_st_user_wrap .title_st_user {
    color: #000;
    letter-spacing: 0.1em;
    font-size: 45px !important;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: block;
    margin: 0;
    padding: 12px 0 0 0;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      .title_st_user_wrap .title_st_user {
        margin: 58px 0 0;
        color: #000;
        font-size: 28px !important;
        font-family: Raleway,sans-serif;
        font-weight: 700;
        letter-spacing: 3px;
        position: relative;
        display: block;
        padding: 6px 0 0 25px; } }
    .title_st_user_wrap .title_st_user:before {
      content: "";
      display: block;
      position: absolute;
      top: -26px;
      left: 0;
      width: 68px;
      height: 1px;
      margin: auto;
      background-color: #000; }
      @media screen and (max-width: 750px) {
        .title_st_user_wrap .title_st_user:before {
          content: "";
          display: block;
          position: absolute;
          top: -10px;
          left: 25px;
          width: 38px;
          height: 1px;
          margin: auto;
          background-color: #000; } }
    .title_st_user_wrap .title_st_user .p01 {
      display: block;
      font-size: 30px;
      font-weight: 300;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 750px) {
        .title_st_user_wrap .title_st_user .p01 {
          font-size: 22px; } }
      .title_st_user_wrap .title_st_user .p01 .vol {
        font-size: 18px; }
        @media screen and (max-width: 750px) {
          .title_st_user_wrap .title_st_user .p01 .vol {
            font-size: 14px; } }
    .title_st_user_wrap .title_st_user .p02 {
      font-size: 45px !important;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      letter-spacing: 3px;
      padding: 9px 0 0 0;
      display: block;
      letter-spacing: 0.12em; }
      @media screen and (max-width: 750px) {
        .title_st_user_wrap .title_st_user .p02 {
          font-size: 28px !important;
          padding: 4px 0 0; } }



#Contents .regular_user div.main{
      margin: 55px 0 100px 0;
}
@media screen and (max-width: 750px) {
    #Contents .regular_user div.main{
        margin: 2em 0 3em 0;
    }
}
.order01{
  order: 1;
}
.order02{
  order: 2;
}
.order03{
  order: 3;
}
.order04{
  order: 4;
}

#feature-group-items{
  display: none;
}