@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
small {
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}
p {
  margin-top: 0;
}

h2.title{
	text-align: center;
	margin-bottom: 54px;
}
h2.title span.bold {
	font-family: "jins_next_ttlight", sans-serif;
	font-size: 36px;
	letter-spacing: 5.37px;
	line-height: 43px;
	text-align: center;
	color: #3e3a39;
}
h2.title span.subtit{
	font-size: 14px;
	display: block;
	line-height: 35px;
	letter-spacing: 1.9px;
	color: #3e3a39;
	font-family: 100%/1 'jins_nextextralight', "proxima-nova", "Proxima Nova", 'Noto Sans Japanese', -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
}

@media only screen and (max-width: 1024px) {
  h2.title span.bold {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h2.title span.bold {
    letter-spacing: 0.2em;
    padding-top: 20px;
		font-size: 6.4vw;
		margin-bottom: 8.5%;
		line-height: 2;
	}
	h2.title span.subtit{
		font-size: 2.667vw;
		line-height: 1;
	}
}
.container #inner{
	font-weight: 400;
}


.container .linkbtn_wrapper{
	display: block;
	text-align: center;
	margin: 0;
	clear: both;
}
.container .linkbtn {
  display: inline-block;
  height: 64px;
  width:320px;
  text-align: center;
  line-height: 64px;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 1.5em;
  font-size: 16px;
  color: #3e3a39;
  border: 1px solid #3e3a39;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.container .linkbtn:hover{
	background: #3e3a39;
	color: #fff;
	background-image: none;
}
@media only screen and (max-width: 1024px) {
  .container .linkbtn {
    background-position: 24px 16px;
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .container .linkbtn {
    background-position: 24px 16px;
    height: 58px;
    line-height: 58px;
    width: 270px;
    font-size: 14px;
  }
}
.container linkbtn a.linkbtn_n,
.container linkbtn a.linkbtnW {
  background-image: url("../../images/common/svg/angle_n.svg");
  border: 1px solid #3e3a39;
  color: #3e3a39;
  width: 206px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.desktop .linkbtn:hover {
  background-color: #3e3a39;
  border-color: #3e3a39;
}
.desktop .linkbtn_n:hover,
.desktop .linkbtnW:hover {
  background-image: url("../../images/common/svg/angle.svg");
  background-color: #3e3a39;
  border-color: #3e3a39;
  color: #fff;
}
.linkbtn.wn {
  background: transparent;
  color: #3e3a39;
  border: 1px solid #3e3a39;
}
.linkbtn.wn.w {
  background: #fff;
}
.linkbtn.wn:hover {
  background: #3e3a39;
  color: #fff;
}
.header-nav,
.social-box {
  clear: both;
}
.header-nav:after,
.social-box:after {
  display: block;
  clear: both;
  content: "";
  zoom: 1;
}
@font-face {
  font-family: "jins_next_ttregular";
  src: url("../../css/fonts/JINS_NextRegular.eot");
  src: url("../../css/fonts/JINS_NextRegular.eot?#iefix") format('embedded-opentype'), url("../../css/fonts/JINS_NextRegular.woff") format('woff'), url("../../css/fonts/JINS_NextRegular.ttf") format('truetype'), url("../../css/fonts/JINS_NextRegular.svg#jins_next_ttregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jins_next_ttlight";
  src: url("../../css/fonts/JINS_NextLight.eot");
  src: url("../../css/fonts/JINS_NextLight.eot?#iefix") format('embedded-opentype'), url("../../css/fonts/JINS_NextLight.woff") format('woff'), url("../../css/fonts/JINS_NextLight.ttf") format('truetype'), url("../../css/fonts/JINS_NextLight.svg#jins_next_ttlight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jins_next_ttmedium";
  src: url("../../css/fonts/JINS_NextMedium.eot");
  src: url("../../css/fonts/JINS_NextMedium.eot?#iefix") format('embedded-opentype'), url("../../css/fonts/JINS_NextMedium.woff") format('woff'), url("../../css/fonts/JINS_NextMedium.ttf") format('truetype'), url("../../css/fonts/JINS_NextMedium.svg#jins_next_ttmedium") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jins_next_ttbold";
  src: url("../../css/fonts/JINS_NextBold.eot");
  src: url("../../css/fonts/JINS_NextBold.eot?#iefix") format('embedded-opentype'), url("../../css/fonts/JINS_NextBold.woff") format('woff'), url("../../css/fonts/JINS_NextBold.ttf") format('truetype'), url("../../css/fonts/JINS_NextBold.svg#jins_next_ttbold") format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 18px;
  line-height: 1.444444444444444;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
    line-height: 1.733333333333333;
  }
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #3e3a39;
  vertical-align: baseline;
  letter-spacing: 1px;
  font: 100%/1 "proxima-nova", "Proxima Nova", 'Noto Sans Japanese', -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
  line-height: 1.444444444444444;
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
  font-weight: 300;
  -webkit-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  line-height: 1.444444444444444;
}
@media only screen and (max-width: 1024px) {
  p {
    line-height: 1.625;
  }
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.733333333333333;
  }
}
ul {
  margin: 0 0;
  padding: 0 0;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 0 0;
  }
}
.f-tab,
.f-mob,
.f-umob,
br.for1200,
body .forTB,
body .forSP,
body img.forTB,
body img.forSP {
  display: none;
}
.desktop input:hover,
.desktop label:hover,
.desktop button:hover,
.desktop option:hover,
.desktop select:hover {
  cursor: pointer;
}
*:focus {
  outline: none;
}
.only-pc {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
}
.only-tab {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .only-tab {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .only-tab {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
.container {
  padding: 0;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .container {
    margin-top: 0;
  }
}
.header {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  box-sizing: border-box;
  width: 100%;
  background: #f5f7f9;
  letter-spacing: 1.25px;
  font-size: 0.667em;
  font-family: "jins_next_ttregular", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .header {
    min-height: 52px;
    letter-spacing: 1.35px;
    font-size: 0.813em;
    font-family: "jins_next_ttmedium", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    letter-spacing: 1.25px;
    font-size: 0.8em;
    font-family: "jins_next_ttregular", sans-serif;
  }
}
.header.fixed {
  position: fixed !important;
}
.header-container {
  position: relative;
  box-sizing: border-box;
  padding: 0 52px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 1024px) {
  .header-container {
    z-index: 301;
    padding: 0;
  }
}
.header-inner {
  display: table;
  width: 100%;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  .header-inner {
    height: 51px;
  }
}
.header-title {
  display: table-cell;
  width: 90px;
  height: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .header-title {
    display: block;
    width: 60px;
    height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header-title img {
  vertical-align: middle;
}
.header-nav {
  display: table-cell;
  padding-left: 52px;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .header-nav {
    padding-left: 30px;
  }
}
.header-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav-list.txL {
  float: left;
}
@media only screen and (max-width: 1024px) {
  .header-nav-list.txL {
    float: none;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav-list.txL .hNav {
    display: block;
    text-align: center;
    margin: 0;
  }
  .header-nav-list.txL .hNav:first-child {
    margin-top: 0;
  }
}
.header-nav-list.txR {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .header-nav-list.txR {
    padding-right: 23px;
  }
  .header-nav-list.txR .account-svg {
    height: 20px;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 768px) {
  .header-nav-list.txR {
    padding-right: 18px;
  }
  .header-nav-list.txR .location_svg {
    vertical-align: bottom;
  }
  .header-nav-list.txR .cart svg {
    height: 20px;
    vertical-align: bottom;
  }
}
.header-navMenuArea {
  transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (max-width: 1024px) {
  .header-navMenuArea-wrapper {
    display: none;
  }
  .header-navMenuArea-wrapper.ready_comp {
    display: block;
  }
}
.header-navMenuArea-container {
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .header-navMenuArea-container {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.header-nav-iconLink {
  display: block;
  margin-top: -2px;
}
@media only screen and (max-width: 1024px) {
  .header-nav-iconLink {
    margin-top: 0;
  }
}
.header-nav-iconLink-svg,
.header-nav-iconLink .location-svg {
  transition: stroke 0.3s ease;
}
.header-nav-iconLink:hover .header-iconLink-svg,
.header-nav-iconLink:hover .location-svg {
  stroke: #e1002b;
}
.header.delay:not(.subnaviopen) {
  transition: background-color 0.3s ease 0.4s;
}
.header.subnaviopen {
  background-color: #f5f7f9;
}
.hNav {
  display: inline-block;
  margin-left: 26px;
  height: 23px;
  vertical-align: middle;
}
@media only screen and (max-width: 1800px) {
  .hNav {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .hNav {
    height: auto;
  }
  .hNav.forPc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hNav {
    margin-left: 13px;
  }
  .hNav .account-more-tablet {
    display: none;
  }
}
.hNav.no_desktop {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hNav.no_desktop {
    display: inline-block;
    width: 16px;
    height: 22px;
  }
  .hNav.no_desktop svg {
    width: 16px;
    height: 22px;
  }
}
.hNav:first-child {
  margin-left: 0;
}
.hNav .subNav {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hNav .subNav {
    background-color: #fff;
    max-height: 0;
    display: block !important;
    overflow: hidden;
    transition: max-height 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .hNav .subNav.active {
    max-height: 600px;
  }
  .hNav .subNav-list {
    padding: 18px 18px 6px;
    letter-spacing: -0.4em;
  }
  .hNav .subNav-list li {
    float: none;
    display: inline-block;
  }
}
.hNav-link {
  position: relative;
  display: block;
  color: #3e3a39;
  text-decoration: none;
  line-height: 23px;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .hNav-link:hover .header-iconLink,
  .hNav-link.active .header-iconLink {
    color: #e1002b;
  }
  .hNav-link:hover .anc_txt_bdr,
  .hNav-link.active .anc_txt_bdr {
    border-bottom-color: #979797;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 1024px) {
  .hNav-link {
    color: #fff;
    padding: 15px 0;
    display: block;
  }
  .hNav-link.active .anc_txt_bdr {
    border-bottom-color: #979797;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.hNav-link .anc_txt {
  display: inline-block;
  padding: 0 2px;
}
.hNav-link .anc_txt .anc_txt_bdr {
  display: block;
  margin-top: -5px;
  border-bottom: 1px solid #979797;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
@media only screen and (max-width: 1024px) {
  .hNav-link .anc_txt .anc_txt_bdr {
    border-bottom-color: #fff;
  }
}
.hNav-help_1,
.hNav-location_1 {
  display: none;
}
.hNav-account_1 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hNav-account_1 {
    display: block !important;
  }
}
.cart {
  position: relative;
  display: block;
  width: 28px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .cart svg {
    height: 19px;
    vertical-align: bottom;
  }
}
.cart-item {
  font-family: "proxima-nova", "Proxima Nova", 'Noto Sans Japanese', -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
  position: absolute;
  top: -5px;
  right: -15px;
  color: #e1002b;
  font-size: 1.25em;
}
@media only screen and (max-width: 768px) {
  .cart-item {
    font-size: 1em;
    right: -10px;
  }
}
.menuBtn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menuBtn {
    display: table;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    left: 0;
    z-index: 301;
    text-decoration: none;
  }
}
.menuBtn .headerMenu_burger {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menuBtn .headerMenu_burger span {
  display: block;
  margin: 0 auto 5px;
  width: 19px;
  height: 1px;
  background: #3e3a39;
  transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menuBtn .headerMenu_burger span.burger_center {
  position: relative;
}
.menuBtn .headerMenu_burger span.burger_center .burger_center_sub {
  position: absolute;
  top: 0;
  left: 0;
}
.menuBtn .headerMenu_burger span:last-child {
  margin-bottom: 0;
}
.menuBtn.open .headerMenu_burger span.burger_top,
.menuBtn.open .headerMenu_burger span.burger_bottom {
  width: 0;
}
.menuBtn.open .headerMenu_burger span.burger_center {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.menuBtn.open .headerMenu_burger span.burger_center .burger_center_sub {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.logo_img {
  transition: all 0.1s ease;
}
@media only screen and (max-width: 1024px) {
  .logo_img {
    transition: none;
  }
}
.footer {
  margin: 0 0 35px 0;
  background: #fff;
  border-top: 1px solid #dce0e6;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 0;
    margin: 0;
  }
}
.footer-container {
  max-width: 980px;
  padding: 95px 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .footer-container {
    max-width: 100%;
    border-top: none;
    padding: 0;
  }
}
.footer-container-nav {
  display: table;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .footer-container-nav {
    padding: 0;
    table-layout: fixed;
  }
}
.footer-container-nav-cell {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.footer-aside {
  padding: 95px 0 60px;
  font-weight: 200;
  font-size: 0.778em;
}
@media only screen and (max-width: 1024px) {
  .footer-aside {
    font-size: 0.875em;
    text-align: center;
    padding: 40px 16px;
    border-top: 1px solid #dce0e6;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-aside-container {
    max-width: 676px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer-aside-container {
    max-width: 100%;
    text-align: center;
  }
}
.footer-copyright {
  display: inline-block;
  color: #9ca3b1;
}
@media only screen and (max-width: 1024px) {
  .footer-copyright {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    display: none;
  }
}
.footer-copyright_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer-copyright_sp {
    line-height: 1.5;
    display: block;
  }
}
.footer-subNav {
  display: inline-block;
  margin-left: 45px;
}
@media only screen and (max-width: 1024px) {
  .footer-subNav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-subNav {
    display: block;
    margin: 0.5em 0 0;
  }
}
.footer-subNav-link {
  display: inline-block;
  color: #9ca3b1;
  position: relative;
  text-decoration: none;
  font-size: 12px;
}
.footer-subNav-link:hover {
  color: #3e3a39;
}
.footer-subNav-link:before {
  display: inline-block;
  margin: 0 0.6em;
  width: 1px;
  height: 10px;
  background: #9ca3b1;
  content: "";
  vertical-align: baseline;
}
.footer-subNav-link:before:hover {
  color: #9ca3b1;
  text-decoration: none !important;
}
.footer-subNav-link:before:first-child:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .fNav {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #dce0e6;
  }
  .fNav:first-child {
    border: none;
  }
}
.fNav-title {
  font-size: 0.889em;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .fNav-title {
    padding: 40px 16px;
    max-width: 676px;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
  .fNav-title:after {
    content: url("../../images/common/parts/icon_arrow.svg");
    display: block;
    line-height: 8px;
    position: absolute;
    top: 50%;
    right: 56px;
    margin-top: -4px;
    transition: -webkit-transform 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 0;
    -webkit-transform-origin: 6px center;
    -ms-transform-origin: 6px center;
    transform-origin: 6px center;
    width: 12px;
    height: 11px;
  }
  .msie10 .fNav-title:after,
  .msie11 .fNav-title:after {
    width: 12px;
    height: 12px;
    margin-top: -8px;
  }
  .msie_edge .fNav-title:after {
    width: auto;
    height: auto;
    margin-top: -6px;
  }
  .fNav-title.show:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@media only screen and (max-width: 768px) {
  .fNav-title {
    padding: 40px 50px 38px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.fNav-content {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .fNav-content {
    padding: 0px 0 35px;
    max-width: 676px;
    margin: 0 auto;
    display: table;
    width: 100%;
  }
}
.fNav-content:before {
  display: block;
  margin: 35px 0;
  width: 30px;
  height: 2px;
  background: #e1002b;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .fNav-content:before {
    margin: 0 0 34px;
  }
}
@media only screen and (max-width: 768px) {
  .fNav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 40px 50px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.fNav-nav {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .fNav-nav {
    width: 100%;
  }
}
.fNav-link {
  color: #616c82;
  text-decoration: none;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .fNav-link {
    font-size: 14px;
  }
}
.fNav-link:hover {
  color: #3e3a39;
}
.fNav-list.en .fNav-link {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .fNav-list.en .fNav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .fNav-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .fNav-box.show {
    max-height: 280px;
  }
}
.social-title {
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .social-title {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .social .fNav-content {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 768px) {
  .social .fNav-content {
    padding: 0 0;
  }
}
.social .fNav-content:before {
  visibility: hidden;
}
.social-list {
  list-style: none;
  margin: 0 0 5px -10px;
  font-size: 0;
  padding: 0;
  top: 100%;
}
@media only screen and (max-width: 1024px) {
  .social-list {
    position: inherit;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .social-list {
    display: block;
    padding-top: 0px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .social-list {
    text-align: left;
    padding-left: 50px;
    border-top: none;
  }
}
@media only screen and (max-width: 1024px) {
  .social-cell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}
.social .fLogin,
.social .fLogout {
  font-size: 16px;
  color: #3e3a39;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .social .fLogin,
  .social .fLogout {
    display: block;
    text-align: left;
    padding: 40px 16px;
    font-size: 0.889em;
    position: relative;
    max-width: 676px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
  }
  .social .fLogin:after,
  .social .fLogout:after {
    content: url("../../images/common/parts/icon_arrow.svg");
    display: block;
    line-height: 8px;
    position: absolute;
    top: 50%;
    right: 56px;
    margin-top: -4px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0;
    -webkit-transform-origin: 6px center;
    -ms-transform-origin: 6px center;
    transform-origin: 6px center;
    width: 11px;
    height: 12px;
  }
  .social .fLogin-wrapper,
  .social .fLogout-wrapper {
    border-bottom: 1px solid #dce0e6;
  }
}
.social .fLang {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .social .fLang {
    display: block;
    margin: 40px auto;
  }
}
@media only screen and (max-width: 460px) {
  .social .fLang {
    margin: 40px 0;
    padding-left: 50px;
  }
}
.social .fLang-p {
  font-size: 14px;
  line-height: 32px;
  color: #616c82;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .social .fLang-p {
    display: inline-block;
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 460px) {
  .social .fLang-p {
    display: block;
    margin: 0;
  }
}
.social .fLang-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #616c82;
  border-radius: 3px;
  width: 245px;
  height: 41px;
  box-sizing: border-box;
  padding-left: 10px;
  color: #616c82;
  font-size: 16px;
}
.social .fLang-select:focus {
  outline: none;
}
.social .fLang-select-label {
  position: relative;
}
.social .fLang-select-label:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 5px;
  right: 15px;
  background: url("../../images/common/svg/angle_n.svg") no-repeat center center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: rotate(90deg) translate(0, -5px);
  -ms-transform: rotate(90deg) translate(0, -5px);
  transform: rotate(90deg) translate(0, -5px);
}
.social .fLang-select-wrapper {
  width: 300px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .social .fLang-select-wrapper {
    width: auto;
  }
}
.fLang-select::-ms-expand {
  display: none;
}
.fSNS {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .fSNS {
    margin: 0 3px;
  }
  .fSNS:first-child {
    margin-left: 0;
  }
  .fSNS:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .fSNS {
    margin: 0 6px;
  }
}
.fSNS-link {
  text-decoration: none;
}
.fSNS-link:hover .twitter-fill {
  fill: #4099ff;
}
.fSNS-link:hover .facebook-fill {
  fill: #3b5998;
}
.fSNS-link:hover .instagram-fill {
  fill: #517fa4;
}
.fSNS-link:hover .youtube-fill {
  fill: #cf362c;
}
.fSNS-link:hover .pintarest-fill {
  fill: #d80000;
}
.fSNS-svg {
  transition: all 0.3s ease;
}
#totop {
  position: fixed;
  bottom: 38px;
  right: 22px;
  background-color: #3e3a39;
  z-index: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
#totop .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#totop.show {
  opacity: 1;
}
@media only screen and (max-width: 414px) {
  #totop {
    right: 0px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 768px) {
  .social .fLogin,
  .social .fLogout {
    padding: 40px 50px 38px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.itemsearch_recommend {
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 1094px;
  list-style: none;
  display: table;
}
.itemsearch_recommend_wrapper {
  width: 100%;
  height: 0;
  max-height: 268px;
  opacity: 0;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .itemsearch_recommend_wrapper {
    display: none;
  }
}
.itemsearch_recommend li {
  display: table-cell;
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #d3d6db;
}
@media only screen and (max-width: 1024px) {
  .itemsearch_recommend li {
    width: 100%;
    padding: 0 10px 10px;
    text-align: left;
    border-left: none;
  }
}
.itemsearch_recommend li:first-child {
  border-left: none;
}
.itemsearch_recommend li img {
  height: 46px;
  margin: 0 auto 20px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .itemsearch_recommend li img {
    display: inline-block;
    width: 24px;
    margin: 0 20px 0 0;
    vertical-align: middle;
  }
}
.itemsearch_recommend li a {
  color: #616c82;
}
@media only screen and (max-width: 1024px) {
  .itemsearch_recommend li a span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
.msie10 .itemsearch_recommend li {
  padding-top: 50px;
}
.itemsearch_recommend li.btnWrp {
  width: 30%;
  padding-left: 1%;
}
.itemsearch_recommend li .linkbtn {
  line-height: 53px;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 1.5em 0 40px;
  font-size: 13px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: 24px 19px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #3e3a39;
  box-sizing: border-box;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 206px;
  margin: 0 auto;
  height: 53px;
  color: #3e3a39;
  background-image: url("../../images/common/svg/angle_n.svg");
  background-repeat: no-repeat;
}
.itemsearch_recommend li .linkbtn:hover {
  color: #fff;
  background-color: #3e3a39;
  border-color: #3e3a39;
  background-image: url("../../images/common/svg/angle.svg");
}
.itemsearch_recommend li .linkbtn.itemSearchBtn {
  width: 60px;
  height: 30px;
  padding: 0 0 0 12px;
  position: absolute;
  line-height: 1;
  top: 0;
  right: 0;
  background-position: 8px 8px;
  box-sizing: border-box;
}
.itemsearch_recommend li_sp_wrapper {
  display: none;
  overflow: hidden;
}
.itemsearch_recommend a {
  text-align: center;
  text-decoration: none;
}
.itemsearch_recommend a span {
  display: block;
  padding-top: 5px;
  text-align: center;
  color: #000;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .itemsearch_recommend_sp_wrapper {
    display: block;
    height: 0;
  }
}
.itemsearch_recommend_sp_wrapper .itemsearch_recommend {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 0 20px;
  font-size: 0;
}
.itemsearch_recommend_sp_wrapper .itemsearch_recommend li {
  display: inline-block;
  font-size: 12px;
}
.itemsearch_recommend_sp_wrapper .itemsearch_recommend li .linkbtn {
  max-width: 300px;
  height: 46px;
}
@media only screen and (max-width: 1024px) {
  .itemsearch_recommend_sp_wrapper .itemsearch_recommend li.btnWrp {
    width: 100%;
    padding-top: 20px;
  }
}
#container {
  overflow-x: hidden;
}
.desktop #container {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


#search_wrapper {
  background-color: #f9f9fa;
}
@media only screen and (max-width: 768px) {
  .search_header {
    border-top: 4vw solid #f0f0f0;
    padding-top: 0;
    font-weight: 200;
    background-color: #fff;
  }
  .search_header .title svg {
    display: inline-block !important;
    vertical-align: -10%;
    margin-right: 0.5em;
  }
}
.search_inner {
  max-width: 1024px;
  margin: 0 auto 10px;
  padding: 60px 0 40px;
}
@media only screen and (max-width: 768px) {
  .search_inner {
    padding: 8vw 5vw 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner {
    padding: 0 0 20px;
    margin-top: 2vw;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner form {
    margin-bottom: 30px;
  }
  .search_inner form input[type="text"] {
    height: 48px;
    font-size: 20px;
    letter-spacing: 2.14px;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner form {
    padding: 0 0;
    position: relative;
    height: 50px;
    margin-top: 15px;
  }
  .search_inner form p {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner .keyword_label {
    padding-bottom: 7px;
    margin-bottom: 11px;
  }
}
.search_inner #item_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search {
    margin-bottom: 10px;
  }
}
.search_inner #item_search .item_input_wrapper {
  position: relative;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search .item_input_wrapper {
    width: calc(100% - 75px);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
  }
}
.search_inner #item_search_keyword {
  display: block;
  font-size: 20px;
  padding: 11px 30px 11px;
  border: none;
  border: 1px solid #616c82;
  border-radius: 3px;
  background-color: transparent;
  width: 100%;
  height: 53px;
  box-sizing: border-box;
  letter-spacing: 2.79px;
  line-height: 38px;
}
.search_inner #item_search_keyword:focus {
  border: 1px solid #3e3a39;
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search_keyword {
    height: 50px;
    font-size: 14px;
    padding-left: 20px;
  }
}
.search_inner #item_search_label {
  position: absolute;
  top: 0;
  left: 0;
  color: #616c82;
  box-sizing: border-box;
  width: 100%;
  height: 53px;
  line-height: 38px;
  letter-spacing: 2.79px;
  font-size: 20px;
  padding: 10px 30px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search_label {
    font-size: 2.3vw;
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search_label {
    letter-spacing: -0.36px;
    height: 50px;
    line-height: 50px;
    padding: 3px 0 0 20px;
    color: #616c82;
  }
  .search_inner #item_search_label span {
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
  }
}
@media only screen and (max-width: 350px) {
  .search_inner #item_search_label {
    padding-left: 10px;
    font-size: 9px;
  }
}
.search_inner #item_search_label.active {
  font-size: 14px;
  color: #3e3a39;
  padding: 0 0;
  line-height: 1;
  top: -5px;
  left: 20px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search_label.active {
    font-size: 12px;
    top: -7px;
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner #item_search_label.active {
    padding-left: 0px;
    font-size: 9px;
  }
}
.search_inner #item_search_label.active span {
  display: inline-block;
  padding: 0 5px;
  background-color: #f9f9fa;
}
.search_inner button {
  width: 206px;
  margin: 0 0;
  color: #fff;
  background-color: #3e3a39;
  background-image: url("../../images/common/svg/angle.svg");
}
@media only screen and (max-width: 768px) {
  .search_inner button {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0 0;
    background-image: none;
    line-height: 1;
    text-align: center;
    border: none !important;
    vertical-align: middle;
  }
}
.desktop .search_inner button:hover {
  color: #3e3a39;
  background-color: #fff;
  background-image: url("../../images/common/svg/angle_n.svg");
}
@media only screen and (max-width: 768px) {
  .desktop .search_inner button:hover {
    background-image: none;
    background-color: #3e3a39;
    border: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner button .forSP {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner button svg {
    display: block;
    width: 20px;
    margin: 0 auto;
  }
}
.search_inner .recommend_keyword {
  font-size: 14px;
  color: #616c82;
  letter-spacing: 2.1px;
  line-height: 20px;
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .search_inner .recommend_keyword {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .search_inner .recommend_keyword {
    font-size: 12px;
    letter-spacing: 1.95px;
    margin: 0 0 10px;
    padding: 0 20px;
  }
}
.search_inner .recommend_keyword a {
  font-weight: bold;
  display: inline-block;
  color: #616c82;
  text-decoration: none;
}
.search_inner .recommend_keyword a:hover {
  text-decoration: underline;
}
.search_list li {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.71px;
  line-height: 24px;
  margin-right: 72px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .search_list li {
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 600px) {
  .search_list li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .search_list li {
    font-size: 3.4vw;
    font-weight: normal;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0 0;
    text-align: center;
    width: 20%;
    border-bottom: 5px solid transparent;
  }
}
.search_list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .search_list li:last-child {
    display: none;
  }
}
.search_list li:after {
  content: "";
  display: block;
  margin: 8px auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #3e3a39;
  border-left: 1px solid #3e3a39;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .search_list li:after {
    display: none;
  }
}
.desktop .search_list li:hover {
  cursor: pointer;
  opacity: 0.7;
}
.search_list li.active,
.search_list li.active:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .search_list li.active,
  .search_list li.active:hover {
    border-bottom: 5px solid #3e3a39;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .search_list_wrp {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-x: scroll;
    background-color: #fff;
    padding: 4px 2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .search_list {
    font-size: 3.4vw;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
    color: #3e3a39;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
.search_contents {
  margin: 10px 0 54px;
  background-color: #fff;
  padding: 30px 0;
}
@media only screen and (max-width: 600px) {
  .search_contents {
    padding: 30px 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .search_contents {
    margin: 0 0;
    padding-top: 0;
    transition: all 1s ease;
  }
}
.search_content {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 600px) {
  .search_content {
    width: calc(90vw - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .search_content {
    position: static;
    opacity: 1;
    height: auto;
    padding: 20px 20px 25px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
    width: 100%;
  }
  .search_content.active {
    display: block;
  }
}
.desktop .search_content a {
  transition: opacity 0.3s ease;
}
.desktop .search_content a:hover {
  opacity: 0.5;
}
.search_content.s_type img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.search_content.s_type ul {
  font-size: 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.search_content.s_type li {
  box-sizing: border-box;
  width: 30%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .search_content.s_type li {
    width: 33%;
    padding: 0 5px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .search_content.s_type li {
    width: 49%;
    margin-bottom: 10px;
  }
  .search_content.s_type li img {
    margin-bottom: 0;
  }
}
.search_content.s_type li a {
  display: block;
  text-decoration: none;
  color: #3e3a39;
  font-size: 13px;
  text-align: center;
}
.guide_wrapper {
  background-color: #f9f9fa;
}
.guide_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 82px 0 50px;
}
@media only screen and (max-width: 768px) {
  .guide_inner {
    padding: 8vw 4vw 7vw;
  }
}
.guide_inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .guide_inner ul {
    flex-direction: column;
  }
}
.guide_inner li {
  width: 320px;
  list-style-type: none;
}
@media only screen and (max-width: 1024px) {
  .guide_inner li {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .guide_inner li {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.guide_inner li a {
  text-decoration: none;
  color: #3e3a39;
}
.guide_inner li img.forSP {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide_inner li img.forSP {
    display: block;
  }
}
.guide_inner li img.forPC {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide_inner li img.forPC {
    display: none;
  }
}
.guide_inner .guid-item-title {
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 26px;
  text-align: center;
  min-height: 60px;
  width: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .guide_inner .guid-item-title {
    font-size: 14px;
    letter-spacing: 1px;
    min-height: 50px;
  }
}
.tile_wrapper {
  padding: 0 0;
  border-bottom: 20px solid #fff;
}
.tile_inner {
  padding: 20px 0;
  background-color: #f9f9fa;
}
.tile_inner ul {
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 870px) {
  .tile_inner ul {
    flex-wrap: wrap;
  }
}
.tile_inner li {
  margin: 0 0;
  padding: 0 0;
  background-color: #fff;
  list-style: none;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
}
@media only screen and (max-width: 870px) {
  .tile_inner li {
    width: 50%;
  }
}
.tile_inner li a {
  display: block;
  width: 100%;
  position: relative;
}
.tile_inner li img {
  width: 100%;
  max-width: 340px;
}
@media only screen and (max-width: 870px) {
  .tile_inner li img {
    max-width: 100%;
  }
}
.tile_inner .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58,71,99,0.8);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}
.desktop .tile_inner .text-wrapper {
  transition: 0.3s ease;
}
.desktop .tile_inner .text-wrapper:hover {
  opacity: 1;
}
.tile_inner .subtitle {
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 26px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1200px) {
  .tile_inner .subtitle {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .tile_inner .subtitle {
    margin-bottom: 0.5em;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.tile_inner .subtitle:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #d3d6db;
  margin: 18px auto 0;
}
@media only screen and (max-width: 1200px) {
  .tile_inner .subtitle:after {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .tile_inner .subtitle:after {
    margin-top: 0.3em;
  }
}
.tile_inner .text {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 26px;
  padding-bottom: 14px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .tile_inner .text {
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .tile_inner .text {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .tile_inner .text {
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .tile_inner .text {
    padding: 0 2vw;
  }
  .tile_inner .text br {
    display: none;
  }
}
.location_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  background: url("/client_info/JINSJINS/view/userweb/images/top/shop_bg.jpg") #dadad8 center no-repeat;
  background-size: cover;
}
.location_inner {
  width: 100%;
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  .location_inner {
    padding: 40px 0;
  }
}
.location_inner .title {
  font-size: 26px;
  letter-spacing: 6.05px;
  line-height: 38px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .location_inner .title {
    font-size: 18px;
    letter-spacing: 4.19px;
    line-height: 27px;
  }
}
.location_inner p {
  color: #727b8f;
  padding: 20px 80px 5px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .location_inner p {
    padding: 20px;
    margin-bottom: 0;
  }
}
.location_inner .linkbtn.linkbtn_n {
  display: block;
  margin: 0 auto;
  padding-left: 35px;
  position: relative;
  background-image: none !important;
  color: #3e3a39 !important;
  width: 206px;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 3px;
  border: 1px solid #3e3a39;
}
.location_inner .linkbtn.linkbtn_n svg {
  position: absolute;
  top: 14px;
  left: 19px;
  width: 13px;
  transition: all 0.3s ease;
}
.location_inner .linkbtn.linkbtn_n:hover {
  background-image: none;
  color: #fff !important;
}
.location_inner .linkbtn.linkbtn_n:hover .location-svg {
  stroke: #fff;
}
.location_box {
  background-color: #fff;
  width: 640px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 56px 0;
}
@media only screen and (max-width: 768px) {
  .location_box {
    padding: 62px 0 58px;
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  .location_box {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  #info {
    display: none;
  }
}
.info_wrapper {
  background-color: #f9f9fa;
}
.info_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 84px 0 84px;
}
@media only screen and (max-width: 768px) {
  .info_inner {
    padding: 8vw 4vw 7vw;
    box-sizing: border-box;
  }
}
.info_inner .info_text {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0;
  font-size: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .info_inner .info_text {
    width: 97%;
  }
}
.info_inner .info_text li {
  width: 48.3%;
  min-height: 340px;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 42px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 27px 0;
  border: 14px solid #d3d6db;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .info_inner .info_text li {
    width: 100%;
    min-height: 0;
    margin: 0 auto 20px;
    padding-top: 23px;
  }
}
.info_inner .info_text li:nth-child(odd) {
  margin-right: 3.3%;
}
@media only screen and (max-width: 768px) {
  .info_inner .info_text li:nth-child(odd) {
    width: 100%;
    min-height: 0;
    margin: 0 auto 20px;
    padding-top: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .info_inner .info_text li.ttl4 {
    padding-top: 23px;
  }
}
.info_inner .info_text .title {
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 24px;
  width: 100%;
  height: 90px;
  display: table;
  color: #616c82;
}
@media only screen and (max-width: 870px) {
  .info_inner .info_text .title {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .info_inner .info_text .title {
    letter-spacing: 1px;
    margin-bottom: 11px;
  }
}
.info_inner .info_text .title span {
  width: 100%;
  height: 90px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.info_inner .info_text p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  color: #616c82;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .info_inner .info_text p {
    padding-bottom: 6px;
  }
}
.info_inner .info_text a {
  color: #3e3a39;
  text-decoration: none;
  cursor: text;
}
.info_items {
  text-align: center;
  font-size: 0;
  margin: 0 0 29px;
  padding: 0 0;
}
@media only screen and (max-width: 768px) {
  .info_items {
    margin-bottom: 19px;
  }
}
.info_items li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 30%;
  font-size: 16px;
  margin-right: 4.4%;
}
.info_items li:nth-child(3n) {
  margin-right: 0;
}
.info_items li a {
  text-decoration: none;
  color: #616c82;
}
.desktop .info_items li a:hover img {
  opacity: 0.5;
}
.info_items li img {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 31px;
  transition: opacity 0.3s ease;
}
.information {
  background: #fbfbfb;
  margin-bottom: 110px;
}
.information_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 95px 0 100px;
}
@media only screen and (max-width: 768px) {
  .information_inner {
    padding: 6vw 4vw;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .information_inner {
    padding: 8vw 8vw 16vw;
  }
}
.information_inner h2.title {
	margin-left: 10px;
	margin-bottom: 45px;
}

.information_inner .linkbtn {
  display: block;
  margin: 0 auto;
  position: relative;
  color: #3e3a39;
}
.information_inner .linkbtn:hover {
  color: #fff;
  background-color: #3e3a39;
}
.information-item-title {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
.information_inner h2.title{
	margin-left: 0;
	margin-bottom: 1%;
	letter-spacing: 0.13em;
}
.information_inner h2.title span.subtit{
	margin-top: -.7%;
}
}
.news-lists {
  max-width: 1000px;
	overflow: hidden;
  margin: 0 auto 65px;
  padding: 0 0;
	list-style: none;
}
.news-list {
	width: 220px;
	float: left;
	margin: 0 40px 0 0 
}
.news-list:last-child {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.news-lists{
		width: 100%;
		padding: 0 1.5%;
		box-sizing: border-box;
	}
	.news-list{
		margin-right: 30px;
	}
}

@media only screen and (max-width: 1000px) {
  .news-list {
	  width: 22%;
	  margin: 0 4% 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .news-lists{
    margin-bottom: 12.2%;
  }
  .news-list {
    display: block;
    height: auto;
    min-height: auto;
    padding: 6.9% 0 2.0%;
    text-align: left;
    width: 100%;
    border-bottom:  solid 1px #d5d4d4;
  }
}
.news-date {
	font-family: "jins_next_ttmedium", sans-serif;
	font-size: 14px;
	letter-spacing: 1.8px;
	margin-bottom: 10px;
	display: block;
	color: #3e3a39;
}
@media only screen and (max-width: 768px) {
  .news-date {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 1.6%;
  }
}
.news-paragraph {
  font-size: 13px;
	line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  .news-paragraph {
    display: block;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.news-paragraph a {
  text-decoration: none;
  color: #3e3a39;
}
@media only screen and (max-width: 768px) {
  .news-paragraph a {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.09em;
    text-align: left;
    line-height: 2.0;
  }
}
.msie9 .main {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  br.forPC {
    display: none;
  }
  br.for1200 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .f-tab {
    display: block;
  }
  .f-pc,
  .f-umob {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .f-umob,
  .forSP {
    display: block !important;
  }
  .f-pc,
  .f-tab,
  .forPC,
  .forTB {
    display: none !important;
  }
}
#header_banner .hbn img {
  width: 100%;
}
.has_header_banner #header_banner {
  height: auto;
}
#ranking .ranking_inner h2.title{
	margin-bottom: 34px;
}
#recommend_ranking .recommend_ranking_inner h2.title{
	margin-bottom: 39px;
}
#ranking .ranking_inner_box,
#recommend_ranking .recommend_ranking_inner_box
{
	max-width: 1000px;
	margin: 0 auto 20px;
	position: relative;
}

@media only screen and (max-width: 768px) {
}
.ranking_inner,
.recommends_inner,
.recommend_ranking_inner {
  padding-top: 85px;
  padding-bottom:75px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ranking_inner,
  .recommends_inner,
  .recommend_ranking_inner {
    padding: 0 0 2.5%;
  }
}
.ranking_inner .title,
.recommends_inner .title,
.recommend_ranking .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .ranking_inner .title,
  .recommends_inner .title,
  .recommend_ranking .title {
    margin-bottom: 8px;
  }
}
.ranking_inner .date,
.recommends_inner .date,
.recommend_ranking .date {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.85px;
  line-height: 21px;
  margin-bottom: 20px;
}
.ranking_inner .date:before,
.recommends_inner .date:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid #3e3a39;
  margin: 0 auto 7px;
}
.ranking_toggle,
.recommends_toggle {
  max-width: 163px;
  margin: 0 auto 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
ul.ranking_toggle {
  max-width: 290px;
}
@media only screen and (max-width: 768px) {
  .ranking_toggle,
  .recommends_toggle {
    width: 90%;
    margin-bottom: 1vw;
  }
}
.ranking_toggle li,
.recommends_toggle li {
	font-family: "jins_next_ttlight", sans-serif;
  list-style: none;
  display: block;
  border-bottom: 1px solid transparent;
  text-align: center;
  height: 40px;
  font-size: 14px;
	color: #3e3a39;
  opacity: 0.5;
  line-height: 40px;
  cursor: pointer;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .ranking_toggle li,
  .recommends_toggle li {
    width: 30%;
  }
}
.ranking_toggle li.current,
.recommends_toggle li.current {
  border-bottom: 1px solid #3e3a39;
  opacity: 0.79;
}
.desktop .ranking_toggle li:hover {
  border-bottom: 5px solid #3e3a39;
  opacity: 0.8;
}
.ranking,
.recommends,
.recommend_ranking {
	width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  height: 0;
  overflow: hidden;
  letter-spacing: -.5em;
	text-align: center;
	-webkit-overflow-scrolling: touch
}


@media only screen and (max-width: 768px) {
  .ranking,
  .recommends,
  .recommend_ranking {
    justify-content: space-around;
	  width: auto;
	  min-width: inherit;
  }
}
.ranking > * {
	-webkit-overflow-scrolling: touch
}

.ranking:not(.show),
.recommends:not(.show),
.recommend_ranking:not(.show)
{
  margin-bottom: 0;
  padding-bottom: 0;
}
.ranking.show,
.recommends.show,
.recommend_ranking.show {
  opacity: 1;
  height: auto;
}
.ranking li,
.recommends li {
  font-size: 18px;
/*   width: 285px; */
  width: 333px;
  text-align: left;
	padding-top: 20px;
  list-style: none;
  overflow: auto;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
}

.recommend_ranking li {
  padding-top: 0;
}

#ranking .slick-dots{
	display: none !important;
}
#ranking .slick-arrow {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
	width: 30px;
	height: 30px;
}
#ranking .slick-arrow svg{
	vertical-align: top;
	width: 30px;
	height: 30px;
	
}
#ranking .slick-arrow.slick-prev {
	left: -40px;
}
#ranking .slick-arrow.slick-next {
	right: -40px;
}
#ranking .slick-prev[aria-disabled="true"],#ranking .slick-next[aria-disabled="true"]{
	display: none !important;
}

#recommend_ranking .recommend_ranking .slick-prev,#recommend_ranking .recommend_ranking .slick-next,#recommend_ranking .recommend_ranking .slick-dots  {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .ranking li,
  .recommends li {
  }
}



.ranking li a,
.recommends li a
{
	padding-top: 30px;
  display: block;
  position: relative;
  text-decoration: none;
}
.recommend_ranking li a
{
	padding-top: 0;
  display: block;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
#ranking .slick-arrow{
	display: none;
}
}
@media only screen and (max-width: 768px) {
  .ranking li a,
  .recommends li a
  {
    padding-top
    : 5vw;
  }
  .recommend_ranking li a
  {
    padding-top: 0;
  }
}
.ranking li a:after,
.recommends li a:after {
  content: '';
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: -20px;
  left: 0px;
	right: 0;
	margin: auto;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .ranking li a:after,
  .recommends li a:after {
    width: 16vw;
    height: 8vw;
    top: 1vw;
  }
}
.ranking li a:focus,
.recommends li a:focus,
.recommend_ranking li a:focus img
{
  outline: none;
}
.ranking li a:focus img,
.recommends li a:focus img,
.recommend_ranking li a:focus img
{
  opacity: 0.5;
}
.ranking li img,
.recommends li img,
.recommend_ranking li img
{
  display: block;
  width: 100%;
}
.ranking li p,
.recommends li p,
.recommend_ranking li p {
  margin: 0 0;
  font-size: 14px;
}
.ranking li p.item-name,
.recommends li p.item-name,
.recommend_ranking li p.item-name
{
  margin-top: 0;
  letter-spacing: 0.88px;
  color: #3e3a39;
  max-height: 3em;
  line-height: 1.6;
  display: block;
  position: relative;
  overflow: hidden;
}
.ranking li p.item-name:before,
.recommends li p.item-name:before,
.ranking li p.item-name:after,
.recommends li p.item-name:after {
  background: #fff;
  position: absolute;
}
.ranking li p.item-name:before,
.recommends li p.item-name:before,
.recommend_ranking li p.item-name:before
{
  content: "...";
  bottom: 0;
  right: 0;
}
.ranking li p.item-name:after,
.recommends li p.item-name:after,
.recommend_ranking li p.item-name:after
{
  content: "";
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .ranking li p.item-name br,
  .recommends li p.item-name br,
  .recommend_ranking li p.item-name br
  {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .ranking li p.item-name,
  .recommends li p.item-name,
  .recommend_ranking li p.item-name{
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 0;
  }
}
.ranking li p.item-price,
.recommends li p.item-price,
.recommend_ranking li p.item-price {
	text-align: center;
  color: #3e3a39;
	font-weight: bold;
}

#recommend_ranking .recommend_ranking li a:after{
  display: none;
}
.ranking li#ranking_no1 a:after,
.recommends li#ranking_no1 a:after,
.ranking li[data-slick-index="0"] a:after,
.recommends li[data-slick-index="0"] a:after,
.ranking li[data-slick-index="5"] a:after,
.recommends li[data-slick-index="5"] a:after {
  background-image: url("../../images/top/202005/icn_no1.png");
}
.ranking li#ranking_no2 a:after,
.recommends li#ranking_no2 a:after,
.ranking li[data-slick-index="1"] a:after,
.recommends li[data-slick-index="1"] a:after,
.ranking li[data-slick-index="6"] a:after,
.recommends li[data-slick-index="6"] a:after {
  background-image: url("../../images/top/202005/icn_no2.png");
}
.ranking li#ranking_no3 a:after,
.recommends li#ranking_no3 a:after,
.ranking li[data-slick-index="2"] a:after,
.recommends li[data-slick-index="2"] a:after {
  background-image: url("../../images/top/202005/icn_no3.png");
}
.ranking li#ranking_no4 a:after,
.recommends li#ranking_no4 a:after,
.ranking li[data-slick-index="3"] a:after,
.recommends li[data-slick-index="3"] a:after,
.ranking li[data-slick-index="-2"] a:after,
.recommends li[data-slick-index="-2"] a:after {
  background-image: url("../../images/top/202005/icn_no4.png");
}
.ranking li#ranking_no5 a:after,
.recommends li#ranking_no5 a:after,
.ranking li[data-slick-index="4"] a:after,
.recommends li[data-slick-index="4"] a:after,
.ranking li[data-slick-index="-1"] a:after,
.recommends li[data-slick-index="-1"] a:after {
  background-image: url("../../images/top/202005/icn_no5.png");
}
.ranking li a:after,
.recommends li a:after {
  height: 54px;
}

.ranking li p.item-price .item-price-yen,
.recommend_ranking li p.item-price .item-price-yen{
	font-size: 11px;
}

.ranking li p.item-price .item-price-number,
.recommend_ranking li p.item-price .item-price-number{
	font-size: 18px;
}

.ranking li p.item-price .item-price-tax{
	font-size: 12px;
}
@media only screen and (max-width: 768px) {
#ranking .ranking_inner_box {
	height: auto;
	margin-bottom: 8.3%;
}
  .ranking li a:after,
  .recommends li a:after,
  .recommend_ranking li a:after {
    width: 24px;
    height: 24px;
    background-size: contain!important;
  }
.ranking li p.item-price .item-price-yen,
.recommend_ranking p.item-price .item-price-yen
{
	font-size: 9px;
	font-size: 2.4vw;
}

.ranking li p.item-price .item-price-number,
.recommend_ranking li p.item-price .item-price-number
{
	font-size: 12px;
	font-size: 3.2vw;
}

.ranking li p.item-price .item-price-tax,
.recommend_ranking li p.item-price .item-price-tax
{
	font-size: 8px;
	font-size: 2.133vw;
}
}
}
.ranking li a.zasshi:after,
.recommends li a.zasshi:after {
  background-image: url("../../images/top/rcm_zasshi.png");
}
.ranking li a.ninki:after,
.recommends li a.ninki:after {
  background-image: url("../../images/top/rcm_ninki.png");
}
.ranking li a.teiban:after,
.recommends li a.teiban:after {
  background-image: url("../../images/top/rcm_teiban.png");
}
.ranking li a.new:after,
.recommends li a.new:after {
  background-image: url("../../images/top/rcm_new.png");
}
.ranking li a.nesage:after,
.recommends li a.nesage:after {
  background-image: url("../../images/top/rcm_nesage.png");
}
.ranking li a.web:after,
.recommends li a.web:after {
  background-image: url("../../images/top/rcm_web.png");
}
.ranking li a.kikan:after,
.recommends li a.kikan:after {
  background-image: url("../../images/top/rcm_kikan.png");
}
.ranking li a.collabo:after,
.recommends li a.collabo:after {
  background-image: url("../../images/top/rcm_collabo.png");
}
.desktop .ranking li a img,
.desktop .recommends li a img,
.desktop .recommend_ranking li a img{
  transition: opacity 0.3s ease;
}
.desktop .ranking li a:hover img,
.desktop .recommends li a:hover img,
.desktop .recommend_ranking li a:hover img
{
  opacity: 0.5;
}
.news_wrapper {
  background-color: #f9f9fa;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .news_wrapper {
    padding-left: calc(50vw - 320px - 32px);
    padding-right: calc(50vw - 320px - 32px);
  }
}
@media only screen and (max-width: 768px) {
  .news_wrapper {
    padding-bottom: 0;
  }
}
.news_inner {
  max-width: 1024px;
  margin: 0 auto 10px;
  padding: 70px 0 15px;
}
@media only screen and (max-width: 768px) {
  .news_inner {
    padding: 35px 2vw 7vw;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .news_inner {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .news_inner .title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .news_inner .title {
    margin-bottom: 10px;
  }
}
.news_inner ul {
  padding: 0 0;
  margin: 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .news_inner ul {
    margin-bottom: 3vw;
  }
}
.news_inner li {
  list-style: none;
  display: inline-block;
  width: 320px;
  vertical-align: top;
  font-size: 13px;
  background-color: #3e3a39;
  opacity: 0;
  margin-bottom: 30px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .news_inner li {
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .news_inner li {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.news_inner li.defz {
  display: block;
}
.news_inner li:nth-child(3n-2) {
  transition: all 0.8s ease;
}
.news_inner li:nth-child(3n-2) a {
  transition: all 1s ease 0.4s;
}
.news_inner li:nth-child(3n-1) {
  transition: all 0.8s ease 0.2s;
}
.news_inner li:nth-child(3n-1) a {
  transition: all 1s ease 0.6s;
}
.news_inner li:nth-child(3n) {
  transition: all 0.8s ease 0.4s;
  margin-right: 0;
}
.news_inner li:nth-child(3n) a {
  transition: all 1s ease 0.8s;
}
.news_inner li.show {
  opacity: 1;
  background-color: #fff;
}
.news_inner li.show a {
  background-color: #fff;
  opacity: 1;
}
.news_inner li a {
  display: block;
  padding-bottom: 15px;
  text-decoration: none;
  color: #3e3a39;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .news_inner li a {
    padding-bottom: 0;
  }
}
.news_inner li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .news_inner li:nth-child(2n) {
    margin-right: 0;
  }
  .news_inner li:nth-child(odd) {
    transition: all 0.8s ease;
  }
  .news_inner li:nth-child(odd) a {
    transition: all 1s ease 0.4s;
  }
  .news_inner li:nth-child(even) {
    transition: all 0.8s ease 0.2s;
  }
  .news_inner li:nth-child(even) a {
    transition: all 1s ease 0.6s;
  }
}
@media only screen and (max-width: 768px) {
  .news_inner li:nth-child(1),
  .news_inner li:nth-child(2),
  .news_inner li:nth-child(3),
  .news_inner li:nth-child(4) {
    opacity: 1 !important;
    background-color: #fff !important;
  }
  .news_inner li:nth-child(1) a,
  .news_inner li:nth-child(2) a,
  .news_inner li:nth-child(3) a,
  .news_inner li:nth-child(4) a {
    opacity: 1 !important;
  }
}
.news_inner li.blank {
  background-color: transparent;
}
.news_inner .news_img {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .news_inner .news_img {
    margin-bottom: 0;
  }
}
.news_inner .txt {
  padding: 0 30px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .news_inner .txt {
    padding: 2vw 2vw 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .news_inner .txt {
    line-height: 1.6;
    padding-bottom: 1em;
  }
}
.news_inner .date {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.85px;
  line-height: 21px;
}
.news_inner .date:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid #3e3a39;
  margin: 0 auto 7px;
}
.news_more {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
.news_more:before,
.news_more:after {
  content: '';
  background-color: #b0b6c1;
  position: absolute;
  transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
}
.news_more:before {
  width: 36px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 18px);
}
.news_more:after {
  height: 36px;
  width: 2px;
  top: calc(50% - 18px);
  left: calc(50% - 1px);
}
.news_more:hover:before,
.news_more:hover:after {
  background-color: #3e3a39;
}
.series {
  padding: 0 0;
}
.series_inner {
  padding: 70px 0;
}
@media only screen and (max-width: 1000px) {
  .series_inner {
    padding: 7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .series_inner .title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .series_inner .title {
    margin-bottom: 10px;
  }
}
.series_nav {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
}
.series_nav li {
  list-style: none;
  opacity: 0.5;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  width: 17%;
  min-width: 170px;
  text-align: center;
  height: 60px;
  padding-bottom: 10px;
  line-height: 1;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.series_nav li.slick-current {
  opacity: 1;
  border-bottom: 5px solid #3e3a39;
}
.series_nav_wrp {
  max-width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}
.series_contents {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 0;
}
.series_contents li {
  list-style: none;
}
.series_contents .glasses {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 200px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .series_contents .glasses {
    min-height: 20vw;
    margin-bottom: 10vw;
  }
}
.series_contents .glasses a {
  display: block;
  max-width: 33%;
}
.desktop .series_contents .glasses a {
  transition: 0.3s ease;
}
.desktop .series_contents .glasses a:hover {
  opacity: 0.5;
}
.series_contents .glasses a:focus {
  outline: initial;
}
.series_contents .glasses a img {
  display: block;
  max-width: 100%;
}
.series_contents .slick-slide {
  max-height: none;
}
.series_contents button.slick-arrow {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  padding: 0 0;
  height: 600px;
}
.series_contents button.slick-arrow svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1000px) {
  .series_contents button.slick-arrow {
    height: 60vw;
    min-width: 30px;
  }
}
.series_contents button.slick-arrow.slick-disabled {
  opacity: 0;
}
.series_contents .slick-prev {
  left: -50px;
}
@media only screen and (max-width: 1140px) {
  .series_contents .slick-prev {
    left: 0;
  }
}
.series_contents .slick-next {
  right: -50px;
}
@media only screen and (max-width: 1140px) {
  .series_contents .slick-next {
    right: 0;
  }
}
.series .linkbtn {
  padding: 0 0 0 1.5em;
}
.cate {
  background-color: #f9f9fa;
  margin-bottom: 10px;
}
.cate_inner {
  padding-top: 85px;
  padding-bottom: 80px;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cate_inner {
    padding: 3vw 0 2vw;
  }
}
.cate_inner .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .cate_inner .title {
    margin-bottom: 2vw;
  }
}
.cate_inner .title svg {
  width: auto;
  height: 40px;
  vertical-align: text-bottom;
  margin-right: 0.3em;
}
@media only screen and (max-width: 768px) {
  .cate_inner .title svg {
    height: 20px;
  }
}
.cate_links {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cate_links li {
  list-style: none;
  width: 25%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .cate_links li {
    width: calc(100% / 3);
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .cate_links li {
    width: 50%;
  }
}
.cate_links li .linkbtn {
  color: #3e3a39;
  background-color: #fff;
  background-image: none;
  width: 220px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cate_links li .linkbtn {
    max-width: 220px;
    width: 90%;
    padding: 0 0;
  }
}
.desktop .cate_links li .linkbtn:hover {
  background-image: none;
}
.recommends_toggle {
  display: none !important;
}
.recommends_inner .date {
  margin-bottom: 40px;
}



.recommends li.ninki a:after {
  background-image: url("../../images/top/rcm_ninki.png") !important;
}
.recommends li.teiban a:after {
  background-image: url("../../images/top/rcm_teiban.png") !important;
}
.recommends li.nesage a:after {
  background-image: url("../../images/top/rcm_nesage.png") !important;
}
.recommends li.kikan a:after {
  background-image: url("../../images/top/rcm_kikan.png") !important;
}
.recommends li.web a:after {
  background-image: url("../../images/top/rcm_web.png") !important;
}
.recommends li.zasshi a:after {
  background-image: url("../../images/top/rcm_zasshi.png") !important;
}
.recommends li.collabo a:after {
  background-image: url("../../images/top/rcm_collabo.png") !important;
}
.recommends li.new a:after {
  background-image: url("../../images/top/rcm_new.png") !important;
}
.recommends li.remove{
  display: none;
}

.top_slide {
  max-height: 55vh;
  overflow: hidden;
}


/* ################################################## */
/* 外部リンク用アイコン追加 2019/12/24 */
/* ################################################## */

a.linkout {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 500;
}
a.linkout::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  background: url(../../images/icon_blank.svg);
  background-size: 100% auto;
}



/* ################################################## */
/* TOPリニューアル 2020/5/18 */
/* ################################################## */

/* コモン*/
@media screen and (max-width: 768px) {
  body .forSP {
    display: block;
  }
  body img.forSP {
    display: inline-block;
  }
  body .forPC,
  body img.forPC {
    display: none;
  }
}

/* メイン*/
#main figure{
	margin-bottom: 31px;
}
#main figure img{
	width: 100%;
}

#main_bnr{
	margin-bottom: 75px;
}
#main_bnr .main_bnr_inner{
	text-align: center;
}

#main_bnr .main_bnr_inner .col1_box,
#main_bnr .main_bnr_inner .col2_box{
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto 49px;
}

#main_bnr .main_bnr_inner .col1_box{
	margin-bottom: 20px;
}
#main_bnr .main_bnr_inner .col1_box a{
	display: block;
	color: #3e3a39;
	text-decoration: none;
	background: #fafafa;
	text-align: center;
	letter-spacing: -.5em;
}
#main_bnr .main_bnr_inner .col1_box a > div{
	display: inline-block;
	vertical-align: middle;
	padding: 14px 0 0;
}
#main_bnr .main_bnr_inner .col1_box div.price {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.667;
	letter-spacing: .17em;
	margin-right: 10px;
}
#main_bnr .main_bnr_inner .col1_box div.price span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 2px;
}
#main_bnr .main_bnr_inner .col1_box div.zero {
	font-family: "jins_next_ttmedium", sans-serif;
	font-size: 56px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	color: #f0556e;
}
#main_bnr .main_bnr_inner .col1_box div.zero span{
	font-size: 36px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
#main_bnr .main_bnr_inner .col1_box,
#main_bnr .main_bnr_inner .col2_box{
	padding: 0 2%;
}
}

@media screen and (max-width: 1000px) {
#main_bnr .main_bnr_inner .col1_box div.price {
	font-size: 2.8vw;
}
#main_bnr .main_bnr_inner .col1_box div.price span {
	font-size: 1.8vw;
}
#main_bnr .main_bnr_inner .col1_box div.zero {
	font-size: 8vw;
}
#main_bnr .main_bnr_inner .col1_box div.zero span{
	font-size: 3.6vw;
}
}
@media screen and (max-width: 768px) {
#main_bnr .main_bnr_inner .col1_box div.price {
	font-size: 4vw;
	padding: 2% 0 0;
	margin-right: 2%;
}
#main_bnr .main_bnr_inner .col1_box div.price span {
	font-size: 2.5vw;
}
#main_bnr .main_bnr_inner .col1_box div.zero {
	font-size: 10.6vw;
	padding: 3% 0 0;
}
#main_bnr .main_bnr_inner .col1_box div.zero span{
	font-size: 6.4vw;
}
}

#main_bnr .main_bnr_inner .col2_box figure{
	float: left;
	width: 49%;
	position: relative;
}

#main_bnr .main_bnr_inner .col2_box figure:nth-child(odd){
	margin-right: 2%;
}
#main_bnr .main_bnr_inner .col2_box figure p{
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	top: 68px;
	letter-spacing: 0.13em;
}
#main_bnr .main_bnr_inner .col2_box figure:nth-child(odd) p{
	top: 38px;
}
#main_bnr .main_bnr_inner .col2_box figure p span{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	border-bottom: solid 1px #fff;
	letter-spacing: 0.13em;
}
@media screen and (max-width: 1000px) {
#main_bnr .main_bnr_inner .col2_box figure p{
	font-size: 2.4vw;
	width: 100%;
	top: 35%;
	letter-spacing: 0.13em;
}
#main_bnr .main_bnr_inner .col2_box figure:nth-child(odd) p{
	top: 24.7%;
}
#main_bnr .main_bnr_inner .col2_box figure p span{
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 1.8vw;
	letter-spacing: 0.13em;
}
}
@media screen and (max-width: 768px) {
#main_bnr .main_bnr_inner .col2_box figure p{
	font-size: 14px;
  font-size: 2.933333326vw;
	top: 33%;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#main_bnr .main_bnr_inner .col2_box figure:nth-child(odd) p{
	top: 17.7%;
}
#main_bnr .main_bnr_inner .col2_box figure p span{
	padding-bottom: 0;
	margin-bottom: 1%;
	font-size: 2.4vw;
	letter-spacing: 0.1em;
}
}

.link_text {
	text-align: center;
	display: block;
	font-size: 16px;
	letter-spacing: 1.8px;
}
.link_text.link_blank{
	letter-spacing: .22em;
}
.link_text a{
	color: #9d9d9d;
	text-decoration: none;
	position: relative;
}
.link_text.link_blank a{
    display: inline-block;
    padding-right: 20px;
}
.link_text a::after{
	content: "";
	background: url(../../images/top/202005/arrow_guide_pc.gif) no-repeat;
	position: absolute;
	margin:  auto;
	right: -15px;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 16px;
}
.link_text.link_blank a::after{
	background: url(../../images/top/202005/ico_blank_pc.gif) no-repeat;
	width: 16px;
	right: 0;
}
@media screen and (max-width: 768px) {
#main figure{
	margin-bottom: 3%;
}
#main_bnr{
	margin: 0 4% 6%;
}
#main_bnr .main_bnr_inner .col1_box {
	margin-bottom: 4.5%;
}
#main_bnr .main_bnr_inner .col2_box{
	margin-bottom: 7%;
}
#main_bnr .main_bnr_inner .col2_box figure{
	float: left;
	width: 48%;
}
#main_bnr .main_bnr_inner .col2_box figure:nth-child(odd){
	margin-right: 4%;
}

.link_text {
	font-size: 14px;
	font-size: 3.733vw;
}
.link_text.link_blank a{
    display: inline-block;
    padding-right: 20px;
}
.link_text a::after{
	content: "";
	background: url(../../images/top/202005/arrow_guide_sp.gif) no-repeat;
	background-size: contain;
	position: absolute;
	margin:  auto;
	right: -15px;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 14px;
}
.link_text.link_blank a::after{
	background: url(../../images/top/202005/ico_blank_pc.gif) no-repeat;
	width: 16px;
	height: 16px;
	right: 0;
}
}
/* 特集*/
#feature{
	margin-bottom: 13px;
}
#feature .feature_inner{
	max-width: 1000px;
	margin: 0 auto;
}

#feature .feature_inner h2.title{
	margin-bottom: 32px;
}
#feature .feature_inner .feature_bnr_area{
	overflow: hidden;
	list-style: none;
	font-size: 0;
	text-align: center;
	letter-spacing: -.5em;
}
#feature .feature_inner .feature_bnr_area li{
	letter-spacing: normal;
	display: inline-block;
	width: 49%;
}

@media screen and (min-width: 769px){
#feature .feature_inner .feature_bnr_area li:nth-child(even){
	margin-left: 1.9%;
	margin-bottom: 20px;
    }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	#feature .feature_inner{
		padding: 0 2%;
	}
}

@media screen and (max-width: 768px) {
#feature{
	margin-bottom: 4%;
}
#feature .feature_inner{
	margin: 0 4%;
}

#feature .feature_inner h2.title span.bold{
	font-size: 6.4vw;
	margin-bottom: 8.5%;
	line-height: 2;
}
#feature .feature_inner h2.title span.subtit{
	font-size: 2.667vw;
	line-height: 1;
}
#feature .feature_inner .feature_bnr_area{
}
#feature .feature_inner .feature_bnr_area li{
	width: 100%;
	margin-bottom: 4.2%;
}

#feature .feature_inner .feature_bnr_area li:first-child{
	margin-right: 0;
	margin-bottom: 4.2%;
}
}

/* ランキング*/
#ranking .linkbtn_wrapper,
#recommend_ranking .linkbtn_wrapper
{
	margin-bottom: 29px;
}

#ranking .link_text a::after{
	right: -23px;
}
@media screen and (max-width: 768px) {
#ranking .linkbtn_wrapper,
#recommend_ranking .linkbtn_wrapper{
	margin-bottom: 6%;
}
#ranking .ranking_inner h2.title,
#recommend_ranking .recommend_ranking_inner h2.title {
	margin-bottom: 5.5%;
}
.ranking_toggle {
	max-width: inherit;
	display: block;
	letter-spacing: -.5em;
  width: 91%;
  text-align: center;
  max-width: 350px;
}
.ranking_toggle li {
	width: auto;
	display: inline-block;
	letter-spacing: .1em;
	font-size: 3.733vw;
	line-height: 2;
	height: auto;
	margin-right: 5%;
}
}


/* 商品*/
#products{
	margin-bottom: 79px;
}
#products h2.title{
	margin-bottom: 48px;
}

#products .products_inner h2.title{
	margin-bottom: 48px;
}
#products .products_inner h2.title span.subtit{
	line-height: 31px;
}
#products .products_inner .products_tile{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#products .products_inner .products_tile ul{
	display:block;
	margin-bottom: 20px;
	float: left;
	list-style: none;
}

#products .products_inner .products_tile ul.products_item_col1{
	width: 100%;
}


#products .products_inner .products_tile .products_item_col2_wrapper{
	max-width: 1000px;
	margin: 0 auto;
	
}
#products .products_inner .products_tile ul.products_item_col2{
	width: 100%;
	height: auto;
}
#products .products_inner .products_tile ul li{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#products .products_inner .products_tile ul li a{
	text-decoration: none;
	color: #fff;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#products .products_inner .products_tile ul.products_item_col1 li{
	width: 1000px;
	margin: 0 auto;
}
#products .products_inner .products_tile ul.products_item_col2 li{
	float: left;
	width: 23.5%;
	height: 16.6vw;
	max-height: 172px;
	margin-right: 2%;
}

#products .products_inner .products_tile ul.products_item_col2 li:last-child{
	margin-right: 0;
}

#products .products_inner .products_tile ul.products_item_col1 li a{
	width: 490px;
}

#products .products_inner .products_tile ul.products_item_col2 li a{
	width: 100%;
	position: relative;
}
#products .products_inner .products_tile ul.products_item_col2 li a > img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#products .products_inner .products_tile ul li .tile_tit{
	display: block;
	z-index: 1;
}
#products .products_inner .products_tile ul li{
	color: #3e3a39;
	text-decoration: none;
}
#products .products_inner .products_tile ul.products_item_col1 li{
	position: relative;
	display: block;
	padding-bottom: 26%;
	width: auto;
}
#products .products_inner .products_tile ul.products_item_col1 li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
#products .products_inner .products_tile ul.products_item_col1 li a > span{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#products .products_inner .products_tile ul.products_item_col1 li a > img{
	width: 52.072%;
	position: absolute;
	top: 0;
	right: 0;
}
#products .products_inner .products_tile ul li .products_item_airframe p{
	position: absolute;
	top: 45.2%;
	left: 7.5%;
	color: #3e3a39;
	width: 31%;
}
#products .products_inner .products_tile ul li.black .products_item_airframe p{
	color: #000;
}
#products .products_inner .products_tile ul li.white .products_item_airframe p{
	color: #fff;
}
#products .products_inner .products_tile ul li .products_item_airframe .tile_tit{
	font-family:"jins_next_ttmedium", sans-serif;
	font-size: 48px;
	font-size: 3.392vw;
	letter-spacing: 8.7px;
	line-height: 1.4;
}

#products .products_inner .products_tile ul li .products_item_airframe .tile_subtit{
	font-size: 20px;
	font-size: 1.413vw;
    letter-spacing: 1.9px;
    line-height: 1.56;
}


/*
#products .products_inner .products_tile ul li.products_item_screen{
	background-image: url(../../images/top/202005/bnr_products_02.jpg) ;
}

#products .products_inner .products_tile ul li.products_item_classic{
	background-image: url(../../images/top/202005/bnr_products_03.jpg) ;
}

#products .products_inner .products_tile ul li.products_item_moisture{
	background-image: url(../../images/top/202005/bnr_products_04.jpg) ;
}

#products .products_inner .products_tile ul li.products_item_kidsjunior{
	background-image: url(../../images/top/202005/bnr_products_05.jpg) ;
}

#products .products_inner .products_tile ul li.products_item_designprogect{
	background-image: url(../../images/top/202005/bnr_products_06.jpg) ;
}

#products .products_inner .products_tile ul li.products_item_violet{
	background-image: url(../../images/top/202005/bnr_products_07.jpg) ;
}

#products .products_inner .products_tile ul li.products_item_reading{
	background-image: url(../../images/top/202005/bnr_products_08.jpg) ;
}

#products .products_inner .products_tile ul li.products_item_switch{
	background-image: url(../../images/top/202005/bnr_products_09.jpg) ;
}
*/


#products .products_inner .products_tile ul.products_item_col2 li .tile_tit{
	font-family: "jins_next_ttregular", sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-size: 1.33em;
    letter-spacing: .19em;
    margin-right: -3%;
	z-index: 1;
}

#products .products_inner .products_tile ul.products_item_col2 li .tile_subtit{
	font-size: 14px;
	font-size: 0.778em;
	letter-spacing: 1.5px;
	z-index: 1;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	#products .products_inner .products_tile ul.products_item_col2{
		padding: 0 2%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px) {
#products .products_inner .products_tile ul.products_item_col2 li .tile_tit{
	font-size: 2.4vw;
}
#products .products_inner .products_tile ul.products_item_col2 li .tile_subtit{
	font-size: 1.4vw;
}
}
@media screen and (max-width: 768px) {
#products{
	margin-bottom: 4%;
}
#products .products_inner h2.title{
	margin-bottom: 7.5%;
}
#products .products_inner h2.title span.subtit{
	line-height: 1;
}
#products .products_inner .products_tile ul.products_item_col1 {
	margin-bottom: 8%;
}

	
#products .products_inner .products_tile ul.products_item_col1 li{
	padding-bottom: 61.6%;
}
#products .products_inner .products_tile ul.products_item_col1 li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
#products .products_inner .products_tile ul.products_item_col1 li a > img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
#products .products_inner .products_tile ul li.black .products_item_airframe p,
#products .products_inner .products_tile ul li.white .products_item_airframe p{
	color: #fff;
}
#products .products_inner .products_tile ul.products_item_col1 li a > span{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#products .products_inner .products_tile ul.products_item_text-none li.sp-none a > span{
	display: none;
}

#products .products_inner .products_tile ul li .products_item_airframe p{
	position: absolute;
	top: 33%;
	left: 0;
	color: #ffffff;
	width: 100%;
}
#products .products_inner .products_tile ul li .products_item_airframe .tile_tit{
	font-size: 36px;
	font-size: 9.6vw;
	letter-spacing: 0.18em;
	line-height: 1;
}

#products .products_inner .products_tile ul li .products_item_airframe .tile_subtit{
	font-size: 14px;
	font-size: 3.733vw;
	letter-spacing: 0.1em;
	line-height: 1.6;
	display: inline-block;
	margin-top: 1%;
}
#products .products_inner .products_tile ul.products_item_col2{
	width: 92%;
	margin: 0 4%;
}
#products .products_inner .products_tile ul.products_item_col2 li{
	float: left;
	width: 47.825%;
	height: 32.3vw;
	max-height: inherit;
	margin-right: 4.35%;
	margin-bottom: 4.3%;
}
#products .products_inner .products_tile ul.products_item_col2 li:nth-child(even){
	margin-right: 0;
}
#products .products_inner .products_tile ul.products_item_col2 li .tile_tit{
	font-size: 4vw;
	margin-bottom: 1%;
}
#products .products_inner .products_tile ul.products_item_col2 li .tile_subtit{
	font-size: 2.4vw;
}
}

/* サービス*/
#service {
	margin-bottom: 97px;
}
#service h2.title{
	margin-bottom: 48px;
}

#service .service_maininner{
	background: url(../../images/top/service/bg_service_pc.jpg) no-repeat ;
	width: 100%;
    background-size: cover;
	line-height: 320px;
	margin-bottom: 29px;
}
#service .service_maininner .service_maininner_item{
	width: 790px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 182px;
}

#service .service_maininner .title,
#service .service_maininner .service_maininner_text{
	display: table-cell;
	vertical-align: middle;
}
#service .service_maininner .title img{
	vertical-align: middle;
	margin-top: 4px;
}
#service .service_maininner .service_maininner_text{
	list-style: none;
	padding-left: 113px;
}
#service .service_maininner .service_maininner_text li{
	line-height: 2.25;
	font-size: 16px;
	letter-spacing: 1.9px;
	color: #3e3a39;
}
#service .service_maininner .service_maininner_text li:first-child{
	margin-top: -10px;
	letter-spacing: 2.3px;
}

#service .service_maininner .service_maininner_text li span{
	font-size: 24px;
	font-weight: 500;
}
#service .service_maininner .service_maininner_text li:first-child span{
	margin-left: 3px;
}
#service .service_bnrinner{
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto 20px;
	list-style: none;
}
#service .service_bnrinner li{
	margin-right: 20px;
	float: left;
}

#service .service_bnrinner li:last-child{
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	#service .service_bnrinner{
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	#service .service_bnrinner li{
		width: 23.5%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 1024px) {
#service .service_maininner .service_maininner_item{
	padding-left: 172px;
}
}
@media screen and (max-width: 1000px) {
#service .service_maininner .service_maininner_item{
	width: 82%;
	padding-left: 18%;
}
#service .service_maininner .service_maininner_item .title{
	width: 12.7vw;
}
#service .service_maininner .service_maininner_text{
	padding-left: 11.3%;
}
#service .service_maininner .service_maininner_text li{
	font-size: 1.6vw;
}
#service .service_maininner .service_maininner_text li span{
	font-size: 2.4vw;
}
#service .service_bnrinner li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
}
}
@media screen and (max-width: 768px) {
#service {
	margin-bottom: 4%;
}
#service h2.title{
	margin-bottom: 7.6%;
}
#service h2.title span.subtit{
	margin-top: -0.7%;
}

#service .service_maininner{
	background: url(../../images/top/service/bg_service_sp.jpg) no-repeat ;
	width: 100%;
    background-size: cover;
	line-height: inherit;
	margin: 0 auto 5.5%;
}
#service .service_maininner .service_maininner_item{
	width: 92%;
	margin: 0 auto;
	padding: 11% 4% 10.5%;
}
#service .service_maininner .service_maininner_item .title{
	width: 26.234%;
	margin: 0 auto 7%;
}
#service .service_maininner .title,
#service .service_maininner .service_maininner_text{
	display: block;
}
#service .service_maininner .title img{
	margin-top: 0;
}
#service .service_maininner .service_maininner_text{
	padding:0 4%;
}
#service .service_maininner .service_maininner_text li{
	line-height: 2.25;
	font-size: 14px;
	font-size: 3.733vw;
	letter-spacing: .11em;
	line-height: 1.4;
	margin-bottom: 3.5%;
}
#service .service_maininner .service_maininner_text li:first-child{
	margin-top: 0;
	letter-spacing: inherit;
	letter-spacing: .14em;
}

#service .service_maininner .service_maininner_text li span{
	font-size: 24px;
	font-size: 6.4vw;
}
#service .service_maininner .service_maininner_text li:nth-child(2){
	font-size: 3.6vw;
}
#service .service_maininner .service_maininner_text li:nth-child(2) span{
	font-size: 6.2vw;
}

/*
#service .service_maininner .service_maininner_text li:last-child span{
	font-size: 21px;
	font-size: 5.6vw;
}
*/

#service .service_bnrinner{
	width: 92%;
	margin: 0 4%;
}
#service .service_bnrinner li{
	width: 47.825%;
	margin-right: 4.35%;
	margin-bottom: 4.3%;
}

#service .service_bnrinner li:nth-child(even){
	margin-right: 0;
}
}

/* オンラインショップ*/
#online-shop {
	margin-bottom: 100px;
}

#online-shop h2.title span.subtit{
	letter-spacing: 1.3px;
}

#online-shop .online-shop_inner .service_list{
	max-width: 1000px;
	margin: 0 auto;
}

#online-shop .online-shop_inner .service_list dl{
	width: 33.33%;
	float: left;
	text-align: center;
	height: 153px;
	margin: 0;
}
#online-shop .online-shop_inner .service_list dl:nth-child(1),
#online-shop .online-shop_inner .service_list dl:nth-child(2),
#online-shop .online-shop_inner .service_list dl:nth-child(3){
	margin-bottom: 142px;
}
#online-shop .online-shop_inner .service_list dl:nth-child(4),
#online-shop .online-shop_inner .service_list dl:nth-child(5),
#online-shop .online-shop_inner .service_list dl:nth-child(6){
	margin-bottom: 79px;
}

#online-shop .online-shop_inner .service_list dl dt{
	display: table-cell;
	vertical-align: middle;
}
#online-shop .online-shop_inner .service_list dl:nth-child(3) dt{
	position: relative;
	display: block;
}

#online-shop .online-shop_inner .service_list dl dd{
	font-size: 16px;
	margin: 26px 0 0 0;
	letter-spacing: 2.1px;
	color: #3e3a39;
}

@media screen and (max-width: 1000px) {
#online-shop .online-shop_inner .service_list dl dd {
	font-size: 1.6vw;
}
#online-shop .online-shop_inner .service_list dl:nth-child(5) dd {
    letter-spacing: .1em;
}
}
@media screen and (max-width: 768px) {
#online-shop {
	margin-bottom: 16%;
}

#online-shop h2.title span.subtit{
	margin-top: -.7%;
	letter-spacing: .1em;
}

#online-shop .online-shop_inner .service_list{
	width: 92%;
	margin: 9.5% auto 0;
	display: flex;
	flex-wrap: wrap;
}

#online-shop .online-shop_inner .service_list dl{
	width: 50%;
	float: left;
	text-align: center;
	height: auto;
	margin: 0;
}
#online-shop .online-shop_inner .service_list dl:nth-child(1),
#online-shop .online-shop_inner .service_list dl:nth-child(2){
	margin-bottom: 8.5%;
}
#online-shop .online-shop_inner .service_list dl:nth-child(3),
#online-shop .online-shop_inner .service_list dl:nth-child(4){
	margin-bottom: 9.5%;
}
#online-shop .online-shop_inner .service_list dl:nth-child(5),
#online-shop .online-shop_inner .service_list dl:nth-child(6){
	margin-bottom: 13%;
}

#online-shop .online-shop_inner .service_list dl dt{
	display: table-cell;
	vertical-align: middle;
}
#online-shop .online-shop_inner .service_list dl:nth-child(3) dt{
	position: relative;
	display: block;
}

#online-shop .online-shop_inner .service_list dl dd{
	font-size: 14px;
	font-size: 3.733vw;
	margin: 14% 0 0 0;
	letter-spacing: .1em;
	line-height: 1.7;
}
#online-shop .online-shop_inner .service_list dl:nth-child(3) dd,
#online-shop .online-shop_inner .service_list dl:nth-child(4) dd{
	margin: 11% 0 0 0;
}
#online-shop .online-shop_inner .service_list dl:nth-child(5) dd,
#online-shop .online-shop_inner .service_list dl:nth-child(6) dd{
	margin: 12% 0 0 0;
}
}

/* 店舗について*/
#shop{
	margin-bottom: 120px;
}
#shop .shop_inner h2.title{
    background: url(../../images/top/202005/bg_shop_pc.jpg) no-repeat;
    width: 100%;
    background-size: cover;
	padding: 128px 0 114px;
    margin-bottom: 35px;
	color: #fff;
	letter-spacing: 5.2px
}
#shop .shop_inner h2.title span.bold,
#shop .shop_inner h2.title span.subtit{
	color: #fff;
}
#shop .shop_lead{
	width: 650px;
	margin: 0 auto 54px;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 1.34px;
	color: #3e3a39;
}

#shop .linkbtn_wrapper{
	margin-bottom:26px;
}
@media screen and (max-width: 768px) {
#shop{
	margin-bottom: 14.5%;
}
#shop .shop_inner h2.title{
	background: url(../../images/top/202005/bg_shop_sp.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	padding: 15% 0 17.5%;
	margin-bottom: 6%;
	letter-spacing: .1em;
}
#shop .shop_lead{
	width: 92%;
	margin: 0 auto 8%;
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.75;
	letter-spacing: 0;
}

#shop .linkbtn_wrapper{
	margin-bottom:6.5%;
}
}


/* フッター*/
#foot-bnr{
	margin-bottom: 80px;
}
#foot-bnr .foot-bnr_inner{
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}

#foot-bnr .foot-bnr_inner .foot-bnr_inner_item{
	float: left;
	width: 50%;
	padding: 0 2%;
	box-sizing: border-box;
}


#foot-bnr .foot-bnr_inner .foot-bnr_inner_item h3{
	text-align: center;
	margin-bottom: 39px;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item:last-child h3{
	margin-left: -10px;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item figure{
	margin-bottom: 15px;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item a{
	text-decoration: none;
	
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text,
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text_small{
	text-align: center;
	color: #3e3a39;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text{
	font-size: 16px;
	margin-bottom: 15px;
}

#foot-bnr .foot-bnr_inner .foot-bnr_inner_item:first-child .foot-bnr_text{
	letter-spacing: 1.4px;
    margin-left: 9px;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text_small{
	font-family: "jins_next_ttmedium", sans-serif;
	font-size: 13px;
	margin-left: 5px;
    letter-spacing: 2px;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text_small span{
	color: #b2b0b0;
	margin-left: 17px;
}

#foot-bnr .foot-bnr_inner .foot-bnr_inner_item:last-child .foot-bnr_text_small span{
	margin-left: 9px;
}

@media screen and (max-width: 1000px) {
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text{
	font-size: 1.6vw;
}
}
@media screen and (max-width: 768px) {
.information {
	margin-bottom: 15.5%;
}
#foot-bnr{
	margin-bottom: 5%;
}
#foot-bnr .foot-bnr_inner{
	margin: 0 auto;
}

#foot-bnr .foot-bnr_inner .foot-bnr_inner_item{
	float: none;
	width: 100%;
	padding: 0 4%;
}


#foot-bnr .foot-bnr_inner .foot-bnr_inner_item h3{
	margin-bottom: 9%;
	height: 3vw;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item h3 img{
	margin: auto;
	height: 100%;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item:last-child h3{
	margin-left: 0;
	height: 3.74vw;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item figure{
	margin-bottom: 1%;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item a{
	text-decoration: none;
	
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text,
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text_small{
	text-align: center;
	color: #3e3a39;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text{
	font-size: 14px;
	font-size: 3.733vw;
	margin-bottom: 2%;
}

#foot-bnr .foot-bnr_inner .foot-bnr_inner_item:first-child .foot-bnr_text{
	letter-spacing: 0.08em;
    margin-left: 0;
    margin-bottom: 2%;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text_small{
	font-size: 10px;
	font-size: 2.667vw;
	margin-left: 0;
	margin-bottom: 9.5%;
	letter-spacing: .15em;
}
#foot-bnr .foot-bnr_inner .foot-bnr_inner_item .foot-bnr_text_small span{
	margin-left: 3%;
}

#foot-bnr .foot-bnr_inner .foot-bnr_inner_item:last-child .foot-bnr_text_small span{
	margin-left: 3%;
}
}


/* TOP header only try_favlist FIX */
@media only screen and (max-width: 767px) {
  .nav_lists .list_try_fav_wrap .list_try_fav {
    padding: 6px 2px;
  }
  .nav_lists .list_try_fav_wrap .list_try_fav li {
    padding: 5px 3px;
}
  .nav_lists .list_try_fav_wrap .list_try_fav li a {
    font-size: 11px;
}
}

@media screen and (max-width: 359px) {
  .nav_lists .list_try_fav_wrap .list_try_fav {
    padding: 6px 2px;
  }
  .nav_lists .list_try_fav_wrap .list_try_fav li {
    padding: 4px 2px;
}
  .nav_lists .list_try_fav_wrap .list_try_fav li a {
    font-size: 9px;
}
}



