@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* =============================================
 ###　COMMON PARTS PORTING
============================================= */
@media screen and (min-width: 751px) {
  /*
  ベーススタイル設定
  */
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  
  ■1.background image
  ■2.header
  ■3.ft_guide
  ■4.footer
  ■5.PAGE UP btn
  ■6.search box
  
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■1.background image
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  /*
  画像置換指定
  ------------------------------------*/
  #header .left h1 a,
  #header .right ul li.cart a,
  #header .right ul li.search span,
  .head_src_box .main_search .btn_head_close,
  #ft_guide_wrap #ft_guide .left h4 {
    /*		overflow:hidden;*/
    display: block;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background-position: left top; }

  .sb-active .fs-l-page:before,
  .sb-active .layout_body:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 100; }

  /*	a[class*=btn_]:active,
  	button[type=button]:active,
  	button[type=reset]:active,
  	button[type=submit]:active,
  	input[type=reset]:active,
  	input[type=button]:active {
  		position:relative;
  		top:1px;
  		left:1px;
  	}*/
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■2.header
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #header {
    width: 100%;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 0px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 90; }

  .fixed_head {
    position: fixed;
    top: 0; }

  #header .header_in {
    padding: 0 max(30px, calc(50% - 580px));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px; }

  #header .left {
    width: 97px; }

  #header .left h1 {
    width: 97px; }

  #header .left h1 img {
    width: 100%; }

  /*
  right
  ------------------------------------*/
  #header .right {
    width: 95px; }

  #header .right ul {
    display: flex;
    gap: 0 20px;
    align-items: center; }

  #header .right ul li a,
  #header .right ul li span {
    display: block;
    width: 18px;
    height: 18px; }

  #header .right ul li a:hover,
  #header .right ul li:not(.pchum) span:hover {
    opacity: 0.65;
    transition: all 0.3s; }

  #header .right ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

  #header .right ul li.pchum {
    position: relative;
    width: 24px;
    height: 16px;
    cursor: pointer; }

  #header .right ul li.pchum span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 1px;
    background-color: #252525; }

  #header .right ul li.pchum span:before,
  #header .right ul li.pchum span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    background-color: #252525;
    transition: transform ease .3s; }

  #header .right ul li.pchum span:before {
    top: -7.5px; }

  #header .right ul li.pchum span:after {
    top: 7.5px; }

  .pchumOpen #header .right ul li.pchum span {
    background-color: transparent; }

  .pchumOpen #header .right ul li.pchum span:before {
    top: 0;
    transform: rotate(45deg); }

  .pchumOpen #header .right ul li.pchum span:after {
    top: 0;
    transform: rotate(-45deg); }

  /*
  
  #header .right ul li.mypage{
  	letter-spacing:0.03em;
  	top:-7px;
  }
  
  #header .right ul li.cart {
  	width:35px;
  	margin: 0px 10px 0px 10px;
  }
  #header .right ul li.cart a{
  	width:35px;
  	margin:0;
  	padding:30px 0 0;
  	height:30px;
  	line-height:1.5;
  	background-image: url(https://accommode.com/images/common/hicon_cart.png);
  }
  
  #header .right ul li.search {
  	width:35px;
  	margin: 0px 0px 0px 0px;
  }
  #header .right ul li.search span{
  	width:30px;
  	margin:0;
  	padding:30px 0 0;
  	height:30px;
  	line-height:1.5;
  	background-image: url(https://accommode.com/images/common/hicon_search.png);
  	cursor:pointer;
  }
  
  #header .right ul li.search span:hover{
  	opacity: 0.65;
  	filter: alpha(opacity=65);
  	-ms-filter: "alpha(opacity=65)";
  	-khtml-opacity: 0.65;
  	-moz-opacity: 0.65;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
  }
  */
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■3.ft_guide
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #ft_guide_wrap {
    width: 100%;
    margin: 70px auto 0px auto;
    padding: 50px 0 0 0;
    background-color: #454540;
    color: #FFF; }

  /*
  sns
  ------------------------------------*/
  #ft_guide_wrap ul.sns {
    margin: 0px 0px 0px 0px;
    padding: 0;
    letter-spacing: -0.4em;
    text-align: center; }

  #ft_guide_wrap ul.sns li {
    width: 48px;
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
    letter-spacing: normal; }

  #ft_guide_wrap ul.sns li:last-child {
    margin-right: 0px; }

  #ft_guide_wrap ul.sns li a {
    width: 48px;
    height: 48px;
    display: block;
    background: #333;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    color: #FFF;
    text-decoration: none;
    text-align: center; }

  #ft_guide_wrap ul.sns li a:hover {
    background: #000; }

  #ft_guide_wrap ul.sns li a:before {
    font-family: FontAwesome;
    font-size: 2.2rem;
    /*R*/
    position: relative;
    color: #FFF;
    top: 9px; }

  #ft_guide_wrap ul.sns li.fb a:before {
    content: "\f09a"; }

  #ft_guide_wrap ul.sns li.tw a:before {
    content: "";
    background: url(https://accommode.com/images/banner/tw_logo.svg) no-repeat;
    width: 34%;
    height: 50%;
    display: inline-block;
    background-size: contain;
    top: 15px;
    left: 1px; }

  #ft_guide_wrap ul.sns li.insta a:before {
    left: 1px;
    content: "\f16d"; }

  #ft_guide_wrap ul.sns li.tumblr a:before {
    content: "\f173"; }

  #ft_guide_wrap #ft_guide {
    width: 1140px;
    margin: 0px auto 0px auto;
    padding: 0px 0 0px 0; }

  /*
  contact guide
  ------------------------------------*/
  #ft_guide_wrap #ft_guide .left {
    width: 330px;
    float: left;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: left; }

  #ft_guide_wrap #ft_guide .left h4 {
    width: 120px;
    margin: 0px 0px 10px 0px;
    padding: 57px 0 0;
    height: 57px;
    height: 0;
    line-height: 1.5;
    background-image: url(https://accommode.com/images/common/ft_logo.png); }

  #ft_guide_wrap #ft_guide .left ul {
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px; }

  #ft_guide_wrap #ft_guide .left ul li {
    margin: 0 0 1px 0;
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    line-height: 1.4; }

  #ft_guide_wrap #ft_guide .left ul li.tel strong {
    margin: 0 0px 0px 10px;
    font-weight: normal;
    position: relative; }

  #ft_guide_wrap #ft_guide .left ul li.tel strong:before {
    margin: 0 2px 0px 0;
    content: "\f095";
    font-family: FontAwesome;
    font-size: 1.4rem;
    /*R*/
    display: inline-block;
    color: #EEE;
    position: relative;
    top: 1px; }

  #ft_guide_wrap #ft_guide .left ul li a,
  #ft_guide_wrap #ft_guide .left ul li a:link,
  #ft_guide_wrap #ft_guide .left ul li a:visited {
    font-size: 1.4rem;
    text-decoration: none;
    color: #FFF;
    position: relative; }

  #ft_guide_wrap #ft_guide .left ul li a:hover,
  #ft_guide_wrap #ft_guide .left ul li a:active {
    text-decoration: underline;
    color: #FFF; }

  #ft_guide_wrap #ft_guide .left ul li.mail a:before {
    margin: 0 6px 0px 2px;
    content: "\f003";
    font-family: FontAwesome;
    font-size: 1.4rem;
    /*R*/
    display: inline-block;
    color: #EEE;
    position: relative;
    top: 1px; }

  /*
  shoping guide
  ------------------------------------*/
  #ft_guide_wrap #ft_guide .right {
    width: calc(100% - 330px);
    float: right;
    margin: 0;
    padding: 35px 0px 0px 0px;
    text-align: left;
    font-size: 1.4rem; }

  #ft_guide_wrap #ft_guide .right ul {
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem; }

  #ft_guide_wrap #ft_guide .right ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden; }

  #ft_guide_wrap #ft_guide .right ul > li {
    width: calc(25% - 9px);
    margin: 0px 0px 7px 12px;
    padding: 0px 0px 0px 0px;
    float: left;
    display: block; }

  #ft_guide_wrap #ft_guide .right ul > li:nth-child(4n+1) {
    clear: left;
    margin-left: 0px; }

  #ft_guide_wrap #ft_guide .right ul li a,
  #ft_guide_wrap #ft_guide .right ul li a:link,
  #ft_guide_wrap #ft_guide .right ul li a:visited {
    text-decoration: none;
    color: #FFF; }

  #ft_guide_wrap #ft_guide .right ul li a:hover,
  #ft_guide_wrap #ft_guide .right ul li a:active {
    text-decoration: underline;
    color: #FFF; }

  #ft_guide_wrap .copyright {
    margin: 40px 0px 0px 0px;
    padding: 22px 0 21px 0;
    text-align: center;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #FFF;
    background-color: #323232; }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■4.footer
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #footer {
    width: 100%;
    min-width: 1100px;
    margin: 0 auto 0px auto;
    padding: 0px 0px 0px 0px;
    height: 36px;
    background-color: #FFF;
    position: fixed;
    bottom: 0px;
    z-index: 90;
    text-align: center;
    overflow: hidden; }

  #footer p {
    font-size: 1.4rem;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */ }

  #footer p a.member {
    font-size: 1.2rem;
    /*R*/
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 30px;
    font-weight: bold;
    line-height: 38px;
    color: #FC0681;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(https://accommode.com/images/common/icon_coupon01.png);
    -webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
    -o-background-size: 26px auto;
    -ms-background-size: 26px auto;
    background-size: 26px auto; }

  #footer p a.member:hover {
    text-decoration: underline; }

  /*
  固定バナー
  ------------------------------------*/
  #fix_banner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    left: 10px;
    bottom: 48px;
    z-index: 90;
    transition: .2s;
    opacity: 0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    display: table-cell;
    vertical-align: bottom; }

  #fix_banner.invis {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0; }

  #fix_banner a.fix_banner_close {
    width: 26px;
    margin: 0;
    padding: 26px 0 0;
    height: 26px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: #000;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    color: #FFF;
    vertical-align: middle; }

  #fix_banner a.fix_banner_close:after {
    margin: 0px 0px 0 5px;
    content: "\00d7";
    font-size: 2.4rem;
    font-weight: normal;
    position: absolute;
    display: block;
    top: -7px; }

  #fix_banner a.fix_banner_close:hover {
    background: #666; }

  #fix_banner a.link .banner {
    width: 140px; }

  #fix_banner a.link img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }

  #fix_banner a.link:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75; }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■5.PAGE UP btn
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  [id^="page-top"] {
    position: fixed;
    right: 20px;
    z-index: 10; }

  [id^="page-top"] a {
    width: 60px;
    margin: 0;
    padding: 60px 0 0;
    height: 60px;
    height: 0;
    line-height: 1.4;
    background-image: url(https://accommode.com/images/common/btn_backtop.png);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    display: block;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }

  [id^="page-top"] a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■6.search box
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .sb-slidebar {
    width: 360px;
    padding: 0px 0px 0px 0px;
    -webkit-overflow-scrolling: touch;
    background-color: #F5F5F5;
    border-left: 1px solid #CCC;
    font-size: 1.4rem; }

  .sb-slidebar .head_src_box {
    width: 100%;
    height: 100%;
    padding: 0px 0px 20px 0px;
    position: relative; }

  .sb-slidebar .head_src_box::after {
    display: block;
    height: 20px;
    width: 100%;
    background-color: transparent;
    content: ''; }

  /*
  検索ボタン
  ------------------------------------*/
  .head_src_box .main_search {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 0px 30px;
    border-bottom: 1px solid #CCC;
    height: 150px;
    position: relative; }

  .head_src_box .main_search .btn_head_close {
    width: 40px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 40px 0 0;
    height: 40px;
    height: 0;
    line-height: 1.5;
    background-image: url(https://accommode.com/images/common/btn_close_headsearch.png); }

  .head_src_box .main_search .btn_head_close:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "alpha(opacity=65)";
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65; }

  .head_src_box .main_search .btn_head_close:active {
    left: auto;
    right: 5px;
    top: 5px; }

  .head_src_box .main_search p {
    margin: 0px 0px 12px 0px;
    padding: 0px 20px 0px 0px;
    font-size: 1.4rem;
    line-height: 1.3; }

  .head_src_box .main_search ul.search_action {
    display: table;
    margin: 0px 0px 0px 0px;
    padding: 0; }

  .head_src_box .main_search ul.search_action li {
    display: table-cell;
    width: 190px;
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
    vertical-align: middle; }

  .head_src_box .main_search ul.search_action li:last-child {
    width: 110px;
    padding-left: 10px; }

  .head_src_box .main_search ul.search_action li a {
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px 20px 0px 20px;
    font-weight: bold;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.04em;
    background-color: #AAAAAA;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    /* CSS3 */
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */ }

  .head_src_box .main_search ul.search_action li a.search {
    padding: 0px 25px 0px 20px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #000; }

  .head_src_box .main_search ul.search_action li a.search:before {
    margin: 0px 6px 0px 0px;
    display: inline-block;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 1.5rem;
    /*R*/
    font-weight: normal;
    position: relative;
    top: 0; }

  .head_src_box .main_search ul.search_action li a:hover {
    background-color: #666;
    color: #FFF; }

  .head_src_box .main_search ul.search_action li a:active {
    position: relative;
    top: 1px;
    left: 1px; }

  /*
  検索条件　共通設定
  ------------------------------------*/
  .head_src_box .cond_wrap {
    margin: 20px 15px 0px 0px;
    padding: 0px 20px 0px 25px;
    height: calc(100% - 170px);
    overflow: auto;
    position: relative;
    clear: both; }

  .head_src_box .flt_box {
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 15px 5px 0px 5px;
    border-top: 1px solid #CCC; }

  .head_src_box .flt_box h4 {
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.6rem;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 600;
    position: relative;
    color: #000; }

  .head_src_box .flt_box input[type="text"]:focus {
    background-color: #FFF; }

  /*
  キーワード検索
  ------------------------------------*/
  .head_src_box .flt_box.keyword {
    width: 100%;
    margin: 0px auto 15px auto;
    padding: 5px 5px 0px 5px;
    border-top: none; }

  .head_src_box .flt_box.keyword .key_wrap {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box.keyword .key_wrap input[type=text] {
    width: 100%;
    margin: 0px 0px 0px 0;
    padding: 0px 10px;
    height: 44px;
    line-height: 42px;
    font-size: 1.4rem;
    text-align: left;
    outline: 0;
    background-color: #FFF;
    border: 1px solid #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 10px 15px 10px 10px;
    padding: 0px 0px 0px 0px;
    background-color: #DDDDDD;
    max-height: 190px;
    overflow: auto;
    position: relative; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box h5 {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 7px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul {
    margin: 10px 15px 10px 10px;
    padding: 0px 0px 0px 0px;
    line-height: 1.2; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #FFF; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
    font-size: 1.3rem;
    line-height: 3.2rem;
    display: block;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */ }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li a:hover {
    background-color: #BBB; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li div.ui-menu-item-wrapper {
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
    font-size: 1.3rem;
    line-height: 3.2rem;
    display: block;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */ }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li div.ui-menu-item-wrapper:hover {
    background-color: #BBB; }

  .head_src_box .flt_box.keyword .recom_box {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box.keyword .recom_box h5 {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333; }

  .head_src_box .flt_box.keyword .recom_box ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1.2;
    letter-spacing: -0.4em; }

  .head_src_box .flt_box.keyword .recom_box ul li {
    margin: 0px 5px 6px 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: normal;
    display: inline-block;
    max-width: 100%; }

  .head_src_box .flt_box.keyword .recom_box ul li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 11px 0px 11px;
    font-size: 1.3rem;
    line-height: 25px;
    display: block;
    color: #333;
    background-color: #DDDDDD;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
    border-radius: 20px;
    /* CSS3 */
    -moz-border-radius: 20px;
    /* Firefox */
    -webkit-border-radius: 20px;
    /* Safari,Chrome */ }

  .head_src_box .flt_box.keyword .recom_box ul li a:hover {
    color: #FFF;
    background-color: #BBB; }

  /*
  カテゴリ・ブランド検索
  ------------------------------------*/
  .head_src_box .flt_box .slct_box {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box .slct_box .slct_category,
  .head_src_box .flt_box .slct_box .slct_brand {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 7px;
    height: 40px;
    line-height: 38px;
    font-size: 1.2rem;
    /*R*/
    cursor: pointer;
    text-align: left !important;
    background-image: url(https://accommode.com/images/common/icon_pulldown.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: #fff;
    border: 1px solid #999; }

  /*
  価格検索
  ------------------------------------*/
  .head_src_box .flt_box .price_wrap {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box .price_wrap input[type=text] {
    width: 120px;
    margin: 0px 10px 0px 0;
    padding: 0px 10px;
    height: 38px;
    line-height: 36px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    text-align: left;
    outline: 0;
    background-color: #FFF;
    border: 1px solid #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }
@media screen and (min-width: 751px) and (min-width: 751px) {
  .head_src_box .flt_box .price_wrap input[type=text] {
    margin: 0; } }
@media screen and (min-width: 751px) {
  .head_src_box .flt_box .price_wrap input[type=text].price_To {
    margin: 0px 0px 0px 10px; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] {
    display: none; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label {
    width: auto;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 3px 0px 0px 28px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align: top;
    font-size: 1.4rem;
    color: #333; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::before,
  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::after {
    content: " ";
    position: absolute;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::before {
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #999; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::after {
    top: 5px;
    left: 2px;
    width: 17px;
    height: 12px;
    background-image: url(https://accommode.com/images/common/icon_check01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }

  .head_src_box .flt_box .price_wrap input[type=checkbox]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  /* 7/21更新 */
  #gnavi {
    width: 750px; } }
@media screen and (max-width: 750px) {
  /*
  ベーススタイル設定
  */
  #menu div:after,
  #header div:after,
  #ft_guide div:after,
  .head_src_box div:after,
  #foot div:after {
    content: ".";
    display: none;
    height: 0;
    clear: both;
    visibility: inherit; }

  /*	div:after {content:".";display: none;height:0;clear:both;visibility:hidden;}*/
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  
  ■1.background image
  ■2.header
  ■3.ft_guide
  ■4.footer
  ■5.PAGE UP btn
  ■6.search box
  
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■1.background image
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  /*
  画像置換指定
  ------------------------------------*/
  #header h1 a, #header h2 a,
  #header .menu_area a,
  #header .right ul li.cart a,
  #header .right ul li.search span,
  .head_src_box .main_search a.btn_head_close,
  #ft_guide_wrap #ft_guide .left h4 {
    /*		overflow:hidden;*/
    display: block;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background-position: left top; }

  .fs-l-page {
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

  .mm-opened .fs-l-page:before,
  .mm-opened .mm-page.mm-slideout:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 89; }

  .mm-opened #mm-blocker:after {
    content: "";
    position: fixed;
    top: 14px;
    left: 17px;
    width: 20px;
    height: 20px;
    visibility: inherit;
    display: block;
    background-image: url(https://accommode.com/sp/images/common/icon_left_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top; }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■header
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #header {
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 9px 0px 0px 0px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 90;
    position: relative; }

  .fs-l-page.top #header {
    background-color: rgba(255, 255, 255, 0); }

  .fixed_head {
    position: fixed !important;
    top: 0; }

  /*
  shrink
  ------------------------------------*/
  .fs-l-page.top #header.shrink {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

  #header h1, #header h2 {
    width: 120px;
    margin: 0px auto 0 auto;
    padding: 0; }

  #header h1 a, #header h2 a {
    width: 120px;
    margin: 0;
    padding: 29px 0 0;
    height: 29px;
    height: 0;
    line-height: 1.5;
    background: url(/sp/images/common/img_logo_new.png) center center no-repeat;
    -webkit-background-size: 120px 20px;
    -moz-background-size: 120px 20px;
    -o-background-size: 120px 20px;
    -ms-background-size: 120px 20px;
    background-size: 120px 20px; }

  .cat_neneme #header h1 a, .cat_neneme #header h2 a {
    width: 120px;
    margin: 0;
    padding: 29px 0 0;
    height: 29px;
    height: 0;
    line-height: 1.5;
    background: url(/sp/images/common/img_logo_neneme.png) center center no-repeat;
    -webkit-background-size: 120px 20px;
    -moz-background-size: 120px 20px;
    -o-background-size: 120px 20px;
    -ms-background-size: 120px 20px;
    background-size: 120px 20px; }

  #header .left-menu {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 24px;
    height: 23px;
    transition: .3s;
    cursor: pointer;
    opacity: 1.00;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.00;
    -moz-opacity: 1.00; }

  #header .left-menu:after {
    display: block;
    content: "";
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 24px;
    height: 3px;
    background-color: #333;
    visibility: inherit;
    font-size: auto;
    line-height: 1;
    transition: .3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

  #header .left-menu a {
    display: block;
    width: 24px;
    height: 23px;
    position: relative; }

  #header .left-menu a:before {
    display: block;
    content: "";
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 24px;
    height: 3px;
    background-color: #333;
    transition: .3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

  #header .left-menu a:after {
    display: block;
    content: "";
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 18px;
    left: 0px;
    width: 24px;
    height: 3px;
    background-color: #333;
    transition: .3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

  .mm-opened #header .left-menu {
    opacity: 0.00;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.00;
    -moz-opacity: 0.00; }

  .mm-opened #header .left-menu:after {
    background: none; }

  .mm-opened #header .left-menu a:before {
    margin: 8px 0px 0px 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: .3s; }

  .mm-opened #header .left-menu a:after {
    margin: -8px 0px 0px 0px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: .3s; }

  #header .menu_area {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 75px;
    margin: 0px 0px 0 0;
    padding: 0px 0px 0 0;
    text-align: right;
    letter-spacing: -0.4em; }

  #header .menu_area a {
    margin: 0px 0px 0 0;
    display: inline-block;
    letter-spacing: normal; }

  #header .menu_area a.btn_cart {
    margin: 0px 10px 0 0;
    width: 37px;
    background-image: url(https://accommode.com/sp/images/common/btn_head_cart.png);
    -webkit-background-size: 37px auto;
    -moz-background-size: 37px auto;
    -o-background-size: 37px auto;
    -ms-background-size: 37px auto;
    background-size: 37px auto;
    padding: 30px 0 0;
    height: 30px;
    height: 0; }

  #header .menu_area a.btn_search {
    width: 28px;
    background-image: url(https://accommode.com/sp/images/common/btn_head_search.png);
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    -ms-background-size: 28px auto;
    background-size: 28px auto;
    padding: 30px 0 0;
    height: 30px;
    height: 0; }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■3.ヘッダー詳細検索
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .head_src_box {
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #000;
    background-color: whitesmoke;
    z-index: 101;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  .head_src_box_in {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    overflow-y: auto;
    position: relative; }

  .head_src_box_in::after {
    display: block;
    height: 15px;
    width: 100%;
    bottom: 0px;
    background-color: transparent;
    content: ''; }

  /*
  検索ボタン
  ------------------------------------*/
  .head_src_box .main_search {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 45px 20px 0px 20px;
    border-bottom: 1px solid #CCC;
    height: 160px;
    position: relative; }

  .head_src_box .main_search a.btn_head_close {
    width: 22px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 22px 0 0;
    height: 22px;
    height: 0;
    line-height: 1.5;
    background-image: url(https://accommode.com/sp/images/common/icon_left_close.png);
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px 22px;
    -o-background-size: 22px 22px;
    -ms-background-size: 22px 22px;
    background-size: 22px 22px; }

  .head_src_box .main_search a.btn_head_close:active {
    left: auto;
    right: 14px;
    top: 16px; }

  .head_src_box .main_search p {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    line-height: 1.3; }

  .head_src_box .main_search ul.search_action {
    width: 100%;
    display: table;
    margin: 0px 0px 0px 0px;
    padding: 0;
    table-layout: fixed; }

  .head_src_box .main_search ul.search_action li {
    display: table-cell;
    width: 60%;
    margin: 0 0px 0 0;
    padding: 0 0px 0 0;
    vertical-align: middle; }

  .head_src_box .main_search ul.search_action li:last-child {
    width: 40%;
    padding-left: 10px; }

  .head_src_box .main_search ul.search_action li input,
  .head_src_box .main_search ul.search_action li button {
    display: block;
    margin: 0px 0 0px 0;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.04em;
    background-color: #AAAAAA;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    /* CSS3 */
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari,Chrome */
    border: none; }

  .head_src_box .main_search ul.search_action li button.search {
    padding: 0px 15px 0px 10px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff;
    text-align: center; }

  .head_src_box .main_search ul.search_action li button.search:before {
    margin: 0px 6px 0px 0px;
    display: inline-block;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 1.5rem;
    /*R*/
    font-weight: normal;
    position: relative;
    top: 0; }

  .head_src_box .main_search ul.search_action li input:active {
    position: relative;
    top: 1px;
    left: 1px; }

  /*
  検索条件　共通設定
  ------------------------------------*/
  .head_src_box .cond_wrap {
    margin: 0px 0px 0px 0px;
    padding: 15px 20px 0px 20px;
    height: calc(100% - 180px);
    overflow: auto;
    position: relative;
    clear: both;
    -webkit-overflow-scrolling: touch; }

  .head_src_box .flt_box {
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #CCC; }

  .head_src_box .flt_box h4 {
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.6rem;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 600;
    position: relative;
    color: #000; }

  /*
  キーワード検索
  ------------------------------------*/
  .head_src_box .flt_box.keyword {
    width: 100%;
    margin: 0px auto 15px auto;
    padding: 5px 0px 0px 0px;
    border-top: none; }

  .head_src_box .flt_box.keyword .key_wrap {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box.keyword .key_wrap input[type=text] {
    width: 100%;
    margin: 0px 0px 0px 0;
    padding: 10px 10px;
    height: 44px;
    line-height: 42px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    text-align: left;
    outline: 0;
    border: 1px solid #999;
    background-color: #fff; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #DDDDDD;
    max-height: 190px;
    overflow: auto;
    position: relative; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box h5 {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 7px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul {
    margin: 10px 15px 10px 10px;
    padding: 0px 0px 0px 0px;
    line-height: 1.2; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #FFF; }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li div {
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
    font-size: 1.3rem;
    line-height: 32px;
    display: block;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */ }

  .head_src_box .flt_box.keyword .key_wrap .suggest_box ul li a:hover {
    background-color: #BBB; }

  .head_src_box .flt_box.keyword .recom_box {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box.keyword .recom_box h5 {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333; }

  .head_src_box .flt_box.keyword .recom_box ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1.2;
    letter-spacing: -0.4em; }

  .head_src_box .flt_box.keyword .recom_box ul li {
    margin: 0px 5px 6px 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: normal;
    display: inline-block;
    max-width: 100%; }

  .head_src_box .flt_box.keyword .recom_box ul li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 11px 0px 11px;
    font-size: 1.3rem;
    line-height: 25px;
    display: block;
    color: #333;
    background-color: #DDDDDD;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
    border-radius: 20px;
    /* CSS3 */
    -moz-border-radius: 20px;
    /* Firefox */
    -webkit-border-radius: 20px;
    /* Safari,Chrome */ }

  .head_src_box .flt_box.keyword .recom_box ul li a:hover {
    color: #FFF;
    background-color: #BBB; }

  /*
  カテゴリ・ブランド検索
  ------------------------------------*/
  .head_src_box .flt_box .slct_box {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box .slct_box .slct_category,
  .head_src_box .flt_box .slct_box .slct_brand {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 7px;
    height: 40px;
    line-height: 38px;
    font-size: 1.2rem;
    /*R*/
    cursor: pointer;
    text-align: left !important;
    background-image: url(https://accommode.com/sp/images/common/icon_pulldown.png);
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    -o-background-size: 14px 10px;
    -ms-background-size: 14px 10px;
    background-size: 14px 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: #fff;
    border: 1px solid #999; }

  /*
  価格検索
  ------------------------------------*/
  .head_src_box .flt_box .price_wrap {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px; }

  .head_src_box .flt_box .price_wrap input[type=text] {
    width: 125px;
    width: 40%;
    margin: 0px 10px 0px 0;
    padding: 0px 10px;
    height: 38px;
    line-height: 36px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    text-align: left;
    outline: 0;
    border: 1px solid #999;
    background-color: #fff; }

  .head_src_box .flt_box .price_wrap input[type=text].price_To {
    margin: 0px 0px 0px 10px; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] {
    display: none; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label {
    width: auto;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 3px 0px 0px 28px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align: top;
    font-size: 1.4rem;
    color: #333; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::before,
  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::after {
    content: " ";
    position: absolute;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::before {
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #999; }

  .head_src_box .flt_box .price_wrap input[type=checkbox] + label::after {
    top: 5px;
    left: 3px;
    width: 17px;
    height: 12px;
    background-image: url(https://accommode.com/sp/images/common/icon_check01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }

  .head_src_box .flt_box .price_wrap input[type=checkbox]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■footer
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #foot {
    width: 100%;
    margin: 50px auto 0px auto;
    padding: 30px 0px 0px 0px;
    font-size: 1.4rem;
    line-height: 1.4;
    background-color: #454540;
    color: #FFF; }

  #foot .message {
    margin: 0px auto 0px auto;
    padding: 0px 10px 20px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    text-align: center; }

  /*
  フッターログイン
  ------------------------------------*/
  #foot div.btn_login {
    margin: 0px 10px 10px 10px;
    text-align: center; }

  #foot div.btn_login a {
    width: 45%;
    display: inline-block;
    margin: 10px 5px 10px 5px;
    padding: 8px 0px 8px 0px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #000;
    /*		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    border: 1px solid #333;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

  #foot div.btn_login a span {
    display: block;
    font-size: 1.3rem;
    font-weight: normal; }

  #foot ul.sns {
    margin: 0px 0px 20px 0px;
    padding: 0;
    letter-spacing: -0.4em;
    text-align: center; }

  #foot ul.sns li {
    width: 48px;
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-block;
    letter-spacing: normal; }

  #foot ul.sns li:last-child {
    margin-right: 0px; }

  #foot ul.sns li a {
    width: 48px;
    height: 48px;
    display: block;
    background: #333;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    color: #FFF;
    text-decoration: none;
    text-align: center; }

  #foot ul.sns li a:hover {
    background: #000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }

  #foot ul.sns li a:before {
    font-family: FontAwesome;
    font-size: 2.2rem;
    /*R*/
    position: relative;
    color: #FFF;
    top: 9px; }

  #foot ul.sns li.fb a:before {
    content: "\f09a"; }

  #foot ul.sns li.tw a:before {
    content: "\f099"; }

  #foot ul.sns li.insta a:before {
    content: "\f16d"; }

  #foot ul.sns li.tumblr a:before {
    content: "\f173"; }

  /*
  フッターメニュー
  ------------------------------------*/
  #foot .foot_menu {
    margin: 0px 0px 0px 0px;
    padding: 0 15px 70px 15px;
    position: relative; }

  #foot .foot_menu:after {
    margin: 0px 0px 0 -50px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 47px;
    background: url(https://accommode.com/sp/images/common/ft_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    vertical-align: top; }

  #foot .foot_menu ul {
    margin: 0px 0px 0px 0px;
    padding: 0 0px 0 0px; }

  #foot .foot_menu ul li {
    margin: 0px 0px 0px 0px;
    padding: 0 0px 0 0px;
    border-bottom: 1px solid #666; }

  #foot .foot_menu ul li:first-child {
    margin: 0px 0px 0px 0px;
    padding: 0 0px 0 0px;
    border-top: 1px solid #666; }

  #foot .foot_menu h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
    background-image: none;
    border: none; }

  #foot .foot_menu h4 > a {
    display: block;
    padding: 16px 20px 16px 8px;
    position: relative;
    color: #FFF; }

  #foot .foot_menu h4 > a:after {
    margin: -7px 0px 0 0px;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 13px;
    background: url(https://accommode.com/sp/images/common/icon_arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    vertical-align: middle; }

  #foot .foot_menu h4.pre_member {
    background-position: 150px center;
    background-repeat: no-repeat;
    background-image: url(https://accommode.com/sp/images/common/icon_coupon01_10.png);
    -webkit-background-size: auto 24px;
    -moz-background-size: auto 24px;
    -o-background-size: auto 24px;
    -ms-background-size: auto 24px;
    background-size: auto 24px; }

  #foot .foot_menu h4 span {
    display: block;
    padding: 16px 20px 16px 8px;
    background-position: 96% center;
    background-repeat: no-repeat;
    color: #FFF;
    position: relative; }

  #foot .foot_menu h4 span:after {
    margin: -7px 0px 0 0px;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 13px;
    background: url(https://accommode.com/sp/images/common/icon_arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  #foot .foot_menu h4 span.open:after {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

  #foot .xfoot_menu .memb_info {
    margin: 0 auto 0px auto; }

  #foot .foot_menu .inbox {
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 10px 8px;
    color: #EEE;
    display: none; }

  #foot .foot_menu .inbox h5 {
    margin: 5px 0 2px 0;
    _zoom: 1;
    overflow: hidden;
    font-size: 1.5rem; }

  #foot .foot_menu .inbox p {
    padding: 0px 0 10px 0;
    line-height: 1.3;
    font-size: 1.4rem; }

  #foot .foot_menu .inbox p a {
    color: #DDD;
    text-decoration: underline; }

  #foot .foot_menu .inbox p.pre_member {
    line-height: 1.3;
    padding: 0px 0 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FC0681;
    color: #FF99CC; }

  #footer p a.member {
    font-size: 1.2rem;
    /*R*/
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 30px;
    font-weight: bold;
    line-height: 38px;
    color: #FC0681;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(https://accommode.com/sp/images/common/icon_coupon01.png);
    -webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
    -o-background-size: 26px auto;
    -ms-background-size: 26px auto;
    background-size: 26px auto; }

  #footer p a.member:hover {
    text-decoration: underline; }

  #foot .foot_menu .inbox p.post {
    line-height: 1.3;
    padding: 0px 0 5px 0;
    font-weight: bold; }

  #foot .foot_menu .inbox p a {
    text-decoration: underline;
    font-size: 1.4rem;
    font-weight: bold; }

  /*
  COPY RIGHT
  ------------------------------------*/
  .copy {
    margin: 20px 0px 0px 0px;
    font-size: 1rem;
    /*R*/
    text-align: center;
    padding: 12px 10px;
    line-height: 1.3;
    color: #CCC;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 300;
    font-size: 1.3rem;
    background-color: #323232; }

  div.copy:after {
    content: none; }

  /*
  固定バナー
  ------------------------------------*/
  #fix_banner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    left: 10px;
    bottom: 8px;
    z-index: 13;
    transition: .2s;
    opacity: 0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    display: table-cell;
    vertical-align: bottom; }

  #fix_banner.invis {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0; }

  #fix_banner a.fix_banner_close {
    width: 30px;
    margin: 0;
    padding: 30px 0 0;
    height: 30px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: #000;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    color: #FFF;
    vertical-align: middle; }

  #fix_banner a.fix_banner_close:after {
    margin: 0px 0px 0 6px;
    content: "\00d7";
    font-size: 2.8rem;
    font-weight: normal;
    position: absolute;
    display: block;
    top: -9px; }

  #fix_banner a.link .banner {
    width: 100px; }

  #fix_banner a.link img {
    max-width: 100%; }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■5.PAGE UP btn
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  [id^="page-top"] {
    position: fixed;
    right: 5px;
    z-index: 90; }

  #page-top2 {
    z-index: 8 !important; }

  [id^="page-top"] a {
    width: 40px;
    margin: 0;
    padding: 50px 0 0;
    height: 50px;
    height: 0;
    line-height: 1.4;
    background-image: url(https://accommode.com/sp/images/common/btn_backtop.png);
    -webkit-background-size: 40px 50px;
    -moz-background-size: 40px 50px;
    -o-background-size: 40px 50px;
    -ms-background-size: 40px 50px;
    background-size: 40px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    display: block;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }

  [id^="page-top"] a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■Footer Copyright Text
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  #copyrighttext {
    margin: 20px auto 20px auto;
    width: 100%;
    text-align: left;
    color: #666;
    font-size: 1.3rem; }

  #copyrighttext .txt {
    padding: 0 10px 0 10px;
    line-height: 12px; } }
/* PC SP 表示切替 */
@media screen and (min-width: 751px) {
  .only-sp {
    display: none !important; } }
@media screen and (max-width: 750px) {
  .only-pc {
    display: none !important; } }
/* SPメニュー用 要素あふれ防止 */
#wrap {
  overflow: clip; }

/* ヘッダースクロール追従 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform .3s; }

.scrollUp:not(.pcmenuOpen):not(.spmenuOpen):not(.searchmenuOpen) #header {
  transform: translateY(-100%); }

/* SPヘッダー右側調整 */
@media screen and (max-width: 750px) {
  #header {
    padding: 0; }

  #header .header_in {
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }

  #header .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    order: 2; }

  #header .left h1 {
    margin: 0 auto;
    padding-top: 6px;
    width: 63px;
    height: auto; }

  #header .left h1 a {
    padding: 0;
    width: 63px;
    height: auto; }

  #header .left h1 a img {
    width: 100%;
    height: auto;
    vertical-align: top; }

  #header .left-menu {
    position: relative;
    top: auto;
    left: auto;
    order: 1; }

  #header .right {
    order: 3; }

  #header .right ul {
    display: flex;
    gap: 0 20px; }

  #header .right ul li a,
  #header .right ul li span {
    display: block;
    width: 20px;
    height: 20px; }

  #header .right ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

  #header .right ul li.search {
    position: absolute;
    top: 13px;
    left: 56px; }

  	/*
      #header .right ul li.mypage {
  		display: none !important;
      }
      #header .right ul li.cart a {
  		width: 37px;
  		background-image: url(https://accommode.com/sp/images/common/btn_head_cart.png);
  		background-size: 37px auto;
  		padding: 30px 0 0;
  		height: 30px;
      }
      #header .right ul li.search span {
  		width: 28px;
  		background-image: url(https://accommode.com/sp/images/common/btn_head_search.png);
  		background-size: 28px auto;
  		padding: 30px 0 0;
  		height: 30px;
      }
  		*/ }
/* グロナビ */
@media screen and (min-width: 751px) {
  #globalNav {
    margin: auto;
    padding: 0;
    text-align: center;
    letter-spacing: -0.4em; }

  #globalNav a {
    text-decoration: none; }

  #globalNav a:hover {
    text-decoration: underline; }

  .globalNavPrimary {
    margin: 0px 15px 0px 15px;
    padding: 0;
    display: inline-block;
    position: relative;
    letter-spacing: normal; }

  .globalNavPrimary:last-child {
    margin-right: 0px; }

  .globalNavPrimaryInner {
    margin: 0;
    padding: 3px 2px 2px 2px;
    line-height: 1.4;
    position: relative;
    display: block;
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 500;
    cursor: pointer; }

  .globalNavPrimaryInner:hover {
    color: #666;
    transition: all 0.3s; }

  .globalNavPrimaryInner > a {
    transition: all 0.3s; }

  .globalNavPrimaryInner > a:hover {
    color: #666;
    text-decoration: none !important; }

  .globalNavSecondary {
    margin: 0;
    padding: 16px 0 0;
    display: none;
    width: fit-content;
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 100;
    /*		font-family: 'M PLUS 1p', sans-serif;*/
    cursor: default;
    transform: translateX(-50%); }

  .globalNavSecondaryInner {
    padding: 20px 15px 15px 25px;
    padding: 25px 35px 10px 35px;
    border-radius: 5px;
    position: relative;
    width: max-content;
    max-width: 740px;
    background-color: rgba(230, 230, 230, 0.97);
    text-align: left; }

  .globalNavSecondaryInner:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 50%;
    margin-left: -7px;
    border: solid transparent;
    border-top: 10px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid rgba(230, 230, 230, 0.97);
    border-left: 7px solid transparent; }

  .globalNavSecondaryMenu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0 0px;
    letter-spacing: 0em; }

  .globalNavSecondaryMenu li {
    margin: 0 0 7px;
    padding: 0;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: normal; }

  .globalNavSecondaryMenu > li {
    width: calc(32% - 15px);
    margin: 0 0 15px 30px;
    float: left; }

  .globalNavSecondaryMenu > li:nth-child(3n+1) {
    margin-left: 0;
    clear: left; }

  .globalNavSecondaryInner:after,
  .globalNavSecondaryMenu:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden; }

  .globalNavSecondaryLabel {
    margin: 0 0 10px 0;
    padding: 0 0 6px 5px;
    color: #222;
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: 1px solid #BBB; }

  .globalNavSecondaryLabel strong {
    margin: 0 10px 0 0;
    color: #000;
    line-height: 1.2;
    font-size: 2rem;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.02em;
    vertical-align: -1px; }

  .globalNavTertiaryMenu {
    margin: 0 0 0 5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px; }

  .globalNavTertiaryMenu:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden; }

  .globalNavTertiaryMenu > li {
    width: calc(50% - 10px); }

  .globalNavTertiaryMenu > li > a {
    padding: 0;
    color: #777;
    font-size: 1.2rem;
    display: block;
    transition: 0.3s; }

  .globalNavTertiaryMenu > li > a:hover {
    color: #000; }

  .globalNavTertiaryMenu > li > a strong {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1.2;
    color: #000;
    font-size: 1.6rem;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 500;
    letter-spacing: 0.02em; }

  /*
  .globalNavSecondary#sub_category .globalNavSecondaryInner {
  	padding: 25px 35px 10px 35px;
  }
  .globalNavSecondary#sub_category .globalNavSecondaryMenu > li {
  	width: calc(50% - 15px);
  	margin: 0 0 15px 30px;
  	float: left;
  }
  .globalNavSecondary#sub_category .globalNavSecondaryMenu > li:nth-child(2n+1) {
  	margin-left: 0;
  	clear: left;
  }
  */
  .globalNavSecondary#sub_category .globalNavSecondaryLabel a {
    pointer-events: none; }

  .globalNavSecondary#sub_brand .globalNavSecondaryInner {
    padding: 25px 35px 10px 35px; }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn {
    margin: 0;
    padding: 0;
    float: left; }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn.-acc {
    padding-right: 15px;
    width: 210px; }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn.-select {
    padding-left: 20px;
    width: calc(100% - 210px); }

  .globalNavSecondary#sub_brand .globalNavSecondaryMenu {
    margin: 0 0 0 5px;
    padding: 0; }

  /*
  .globalNavSecondary#sub_brand .globalNavSecondaryMenu > li {
  	margin: 0 0 10px 0;
  	padding: 0;
  	line-height:1.2;
  	font-weight:normal;
  }
  	*/
  .globalNavSecondary#sub_brand .globalNavSecondaryMenu > li a {
    padding: 0;
    color: #777;
    font-size: 1.2rem;
    display: block;
    transition: 0.3s; }

  .globalNavSecondary#sub_brand .globalNavSecondaryInner {
    max-width: 700px; }

  .globalNavSecondary#sub_brand .globalNavSecondaryInner ul li a:hover {
    color: #000; }

  .globalNavSecondary#sub_brand .globalNavSecondaryInner ul li a strong {
    padding: 0 0 1px 0;
    display: block;
    line-height: 1.2;
    color: #000;
    font-size: 1.6rem;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 500;
    letter-spacing: 0.02em; }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn.-select ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px; }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn.-select ul > li {
    padding: 0;
    display: block;
    width: calc(33.3% - 8px); }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn.-select ul > li:nth-child(3n+1) {
    width: calc(36.0% - 8px); }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn.-select ul > li:nth-child(3n+2) {
    width: calc(29.0% - 8px); }

  .globalNavSecondary#sub_brand .globalNavSecondaryColumn.-select ul > li:nth-child(3n) {
    width: calc(35.0% - 8px); } }
@media screen and (max-width: 750px) {
  .spmenuOpen #header .left-menu:after {
    background: none; }

  .spmenuOpen #header .left-menu:after {
    background: none; }

  .spmenuOpen #header .left-menu a:before {
    margin: 8px 0px 0px 0px;
    transform: rotate(-45deg);
    transition: .3s; }

  .spmenuOpen #header .left-menu a:after {
    margin: -8px 0px 0px 0px;
    transform: rotate(-135deg);
    transition: .3s; }

  .spmenuOpen,
  .searchmenuOpen {
    overflow: hidden; }

  .contentsWrap {
    position: relative;
    transition: .3s; }

  .contentsWrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: .3s; }

  .spmenuOpen .contentsWrap {
    transform: translateX(80%);
    transform: translateX(clamp(140px, 80%, 440px)); }

  .spmenuOpen .contentsWrap:before {
    opacity: 1; }

  #header .header_in .left,
  #header .left-menu,
  #header .right {
    transition: .3s; }

  .spmenuOpen #header .header_in .left,
  .spmenuOpen #header .left-menu,
  .spmenuOpen #header .right {
    transform: translateX(clamp(140px, 80vw, 440px));
    transform: translateX(calc(100vw - 53px)); }

  .globalNavWrap {
    padding: 20px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    width: calc(100% - 52px);
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    background: #333333;
    color: white;
    font-size: 1.3rem;
    transition: .3s;
    transform: translateX(-100%); }

  .spmenuOpen .globalNavWrap {
    transform: translateX(0); }

  .spmenuOpen .globalNavWrap.secondaryMenuOpen {
    overflow: hidden; }

  .globalNavHead,
  #globalNav {
    transition: .3s .01s; }

  .secondaryMenuOpen .globalNavHead,
  .secondaryMenuOpen #globalNav {
    margin: 0 30% 0 -30%;
    transition: .3s; }

  .globalNavHead .mypage, .globalNavHead .newmember, .globalNavHead .logout {
    width: calc(50% - 25px);
    position: relative;
    display: inline-block;
    margin: 0 0 10px 15px; }

  .globalNavHead .mypage a, .globalNavHead .newmember a, .globalNavHead .logout a {
    margin: 0 0 0px 0;
    padding: 8px 5px 7px 5px;
    text-align: center;
    line-height: 1.3;
    border: 1px solid #666;
    border-radius: 5px;
    display: block;
    color: #CCC;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none; }

  .globalNavHead .mypage a strong, .globalNavHead .newmember a strong, .globalNavHead .logout a strong {
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
    text-align: center;
    display: block;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold; }

  .globalNavHead .catL {
    margin: 15px 0 0px 10px;
    padding: 10px 10px 10px 10px;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center; }

  .globalNavPrimary > a, .globalNavPrimary > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    margin: 0;
    text-decoration: none; }

  #globalNav .primaryMenu {
    padding: 10px 10px 10px 20px;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem; }

  #globalNav span.primaryMenu:before {
    content: '';
    border: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    right: 18px; }

  #globalNav .primaryMenu:after {
    content: '';
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(204, 204, 204, 0.25);
    width: calc(100% - 15px);
    margin-left: 15px;
    position: absolute;
    bottom: 0;
    left: 0; }

  #globalNav .primaryMenu .jpmenu {
    font-weight: 400;
    font-size: 1.3rem; }

  #globalNav span.primaryMenu {
    display: block; }

  .globalNavSecondary {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    color: white;
    background: #333333;
    transition: .3s;
    transform: translateX(100%); }

  .globalNavSecondary.secondaryOpen {
    transform: translateX(0); }

  .globalNavSecondary ul > li > ul > li {
    display: none; }

  .globalNavSecondary .backMenu {
    text-indent: 10px;
    padding: 15px 10px 10px 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    display: block; }

  .globalNavSecondary .backMenu:before {
    content: '';
    border: 2px solid transparent;
    border-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    border-right: none;
    border-bottom: none;
    margin-bottom: -5px;
    left: 22px;
    left: 15px; }

  .globalNavSecondary ul > li {
    position: relative; }

  .globalNavSecondary ul > li h4 {
    padding: 10px 10px 10px 20px;
    font-size: 1.3rem;
    font-weight: normal; }

  .globalNavSecondary ul > li:after {
    content: '';
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(204, 204, 204, 0.25);
    width: calc(100% - 15px);
    margin-left: 15px;
    position: absolute;
    bottom: 0;
    left: 0; }

  #sub_brand .globalNavSecondaryLabel {
    margin: 15px 0 0px 10px;
    padding: 7px 10px 7px 10px;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold; }

  .globalNavSecondaryMenu > li {
    font-size: 1.3rem;
    font-weight: normal; }

  .globalNavSecondaryMenu > li > a {
    margin: 0 40px 0 0;
    padding: 10px 5px 10px 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    color: inherit;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap; }

  #sub_category .globalNavSecondaryLabel a:before,
  .globalNavSecondaryMenu > li > a:before {
    content: '';
    border: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: absolute;
    bottom: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-bottom: -5px; }

  .globalNavSecondaryMenu > li > a strong {
    font-weight: normal; }

  .globalNavSecondaryMenu > li > a strong:after {
    content: ' / '; }

  #sub_category .globalNavSecondaryLabel {
    padding: 0; }

  #sub_category .globalNavSecondaryLabel a {
    padding: 10px 5px 10px 20px;
    display: block;
    color: #fff;
    line-height: 20px; } }
/* search menu fix */
@media screen and (min-width: 751px) {
  #wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 100;
    opacity: 0;
    transition: .3s;
    pointer-events: none; }

  .head_src_box {
    border-left: 1px solid #CCC;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    max-width: 360px;
    height: 100%;
    overflow: auto;
    background-color: #F5F5F5;
    font-size: 1.4rem;
    transition: .3s;
    transform: translateX(100%); }

  .searchmenuOpen #wrap:before {
    opacity: 1; }

  .searchmenuOpen .head_src_box {
    transform: translateX(0); } }
@media screen and (max-width: 750px) {
  .head_src_box {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
    overflow: auto;
    background-color: whitesmoke;
    font-size: 1.4rem;
    transition: .3s;
    -webkit-overflow-scrolling: touch; }

  .searchmenuOpen .head_src_box {
    height: 100%; } }
/* フッタ */
.newFooter {
  padding: 25px 0 0;
  background-color: #BABABA; }

.newFooterInner {
  margin: 0 auto;
  max-width: 868px; }

.newFooterSNS {
  margin-bottom: -30px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 20px; }

.newFooterSNS li {
  width: 40px;
  height: 40px; }

.newFooterSNS li a {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #6D6D6D; }

.newFooterSNS li a:before {
  font-family: FontAwesome;
  font-size: 1.8rem;
  /*R*/
  color: #FFF; }

.newFooterSNS li.fb a:before {
  content: "\f09a"; }

.newFooterSNS li.tw a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://accommode.com/images/banner/tw_logo.svg) 0 0/contain no-repeat; }

.newFooterSNS li.insta a:before {
  content: "\f16d"; }
.newFooterSNS li.tiktok a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://accommode.com/images/banner/tiktok-brands-solid.svg) 0 0/contain no-repeat; }
.newFooterGuide {
  display: flex;
  justify-content: space-between; }

.newFooterHeadline {
  width: 152px; }

.newFooterHeadlineLogo {
  margin: 0 auto 13px;
  width: 116px; }

.newFooterHeadlineLogo img {
  width: 100%; }

.newFooterHeadlineLink a {
  border: 1px solid #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.4rem; }

.newFooterNavPC {
  padding: 45px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 0 .5em;
  line-height: 1.628768303186908;
  font-size: 1.4rem;
  width: calc(100% - 200px); }

.newFooterNavPC ul li a {
  color: #252525; }

.newFooterCopyright {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #FFF;
  background-color: #6D6D6D;
  /*    font-family: 'Montserrat', sans-serif;*/
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center; }

.newFooterNavSP {
  display: none; }

@media screen and (max-width: 750px) {
  .newFooter {
    padding: 30px 0 0; }

  .newFooterInner {
    margin: 0 30px; }

  .newFooterSNS {
    margin-bottom: 30px; }

  .newFooterGuide {
    flex-direction: column-reverse;
    gap: 25px 0; }

  .newFooterHeadline {
    width: auto; }

  .newFooterHeadlineLogo {
    margin: 0 auto;
    width: 63px; }

  .newFooterHeadlineLink {
    display: none; }

  .newFooterNavPC {
    display: none; }

  .newFooterNavSP {
    display: block; }

  .newFooterNavSP ul {
    border-top: 1px solid #454541;
    font-size: 1.4rem; }

  .newFooterNavSP ul li {
    border-bottom: 1px solid #454541; }

  .newFooterNavSPLink a,
  .newFooterNavSPLink span {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    cursor: pointer; }

  .newFooterNavSPLink a:before,
  .newFooterNavSPLink span:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    width: 9px;
    height: 14px;
    background: url(../img/common/ico_foot_arrow.svg) 0 0/contain no-repeat; }

  .newFooterNavSPLink span:before {
    right: 8px;
    transform: rotate(90deg);
    transition: all .3s; }

  .newFooterNavSPLink span.openAcc:before {
    transform: rotate(-90deg); }

  .newFooterNavSPAcc {
    padding: 10px 0 25px;
    display: none;
    line-height: 1.6;
    font-size: 1.4rem; }

  .newFooterNavSPAcc p + p {
    margin-top: 1em; }

  .newFooterNavSPAcc strong {
    font-weight: normal; }

  .newFooterCopyright {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    color: #FFF;
    background-color: #6D6D6D;
    /*		font-family: 'Montserrat', sans-serif;*/
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center; } }
/* =============================================
 ###　ADD SETTING 
============================================= */
/* --------------------------------------------
 SPヘッダ
-------------------------------------------- */
@media screen and (max-width: 750px) {
  #header .left {
    pointer-events: none; }

  #header .left h1 {
    pointer-events: all; }

  .globalNavSecondary {
    display: block !important; }

  .globalNavSecondary ul > li > ul > li {
    display: block; }

  .globalNavSecondaryMenu > li:after {
    display: none; }

  .globalNavSecondaryLabel {
    position: relative; }

  .globalNavTertiaryMenu > li > a:after {
    content: '';
    border: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: absolute;
    bottom: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-bottom: -5px; }

  .globalNavTertiaryMenu > li > a {
    padding: 10px 25px 10px 20px;
    display: block;
    position: relative;
    color: #fff;
    line-height: 20px;
    white-space: normal; }

  .globalNavSecondaryLabel {
    margin: 15px 0 0px 10px;
    padding: 0 !important;
    line-height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold; }

  .globalNavSecondaryLabel a {
    padding: 7px 10px 7px 10px !important;
    display: block;
    color: #fff;
    font-weight: bolder; }

  .globalNavSecondaryLabel a strong {
    margin-right: 1em; }

  #sub_brand .globalNavSecondaryLabel a:before {
    content: '';
    border: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: absolute;
    bottom: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-bottom: -5px; } }
/* --------------------------------------------
 ヘッダ
-------------------------------------------- */
#header .left h1,
#header .right ul li a,
#header .right ul li span {
  line-height: 1; }

@media screen and (min-width: 940px) {
  .globalNavSecondaryInner {
    max-width: 940px; } }

@media screen and (min-width: 751px) and (max-width: 1159px) {
  .globalNavPrimary:nth-child(2) .globalNavSecondary {
    left: 50%;
    transform: translateX(-40%); } }
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .globalNavPrimary:nth-child(2) .globalNavSecondaryInner:before {
    left: 40%; } }

@media screen and (min-width: 751px) {
  .globalNavPrimary:nth-child(3) .globalNavSecondaryMenu > li {
    width: calc(50% - 15px); } }

/* PC HUM ( not use ) */
.pchum__menu {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  width: fit-content;
  padding: 25px 35px 10px 35px;
  border-radius: 5px;
  background-color: rgba(230, 230, 230, 0.97); }

#header .right ul ul {
  display: block; }

#header .right ul ul li {
  margin-bottom: 1em; }

#header .right ul ul li a,
#header .right ul ul li span {
  width: auto;
  height: auto; }

.head_src_box .main_search ul.search_action li button,
.head_src_box .main_search ul.search_action li input {
  display: block;
  margin: 0px 0 0px 0;
  padding: 0px 20px 0px 20px;
  font-weight: bold;
  font-size: 1.5rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.04em;
  background-color: #AAAAAA;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari,Chrome */
  width: 100%;
  -webkit-appearance: none; }

.head_src_box .main_search ul.search_action li .search {
  padding: 0px 25px 0px 20px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #000; }

.head_src_box .main_search ul.search_action li .search:before {
  margin: 0px 6px 0px 0px;
  display: inline-block;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1.5rem;
  /*R*/
  font-weight: normal;
  position: relative;
  top: 0; }

.head_src_box .main_search ul.search_action li button:hover,
.head_src_box .main_search ul.search_action li input:hover {
  background-color: #666;
  color: #FFF;
  outline: none; }

.head_src_box .main_search ul.search_action li button::-moz-foucus-inner,
.head_src_box .main_search ul.search_action li input::-moz-foucus-inner {
  border: none;
  padding: 0; }

.head_src_box .main_search ul.search_action li button:active,
.head_src_box .main_search ul.search_action li input:active {
  position: relative;
  top: 1px;
  left: 1px; }

/* --------------------------------------------
 ページトップ
-------------------------------------------- */
.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10; }

.pageTop a {
  padding-top: 28px;
  border-radius: 100%;
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #6D6D6D;
  font-size: 1.5rem;
  /*R*/
  text-align: center;
  text-decoration: none; }

.pageTop a:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-top: 0; }

@media screen and (max-width: 750px) {
  .pageTop {
    bottom: 10px;
    right: 10px; }

  .pageTop a {
    padding-top: 24px;
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    /*R*/ }

  .pageTop a:before {
    top: 8px;
    left: calc(50% - 6px);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 10px solid #ffffff; } }
/* --------------------------------------------
 ナビ
-------------------------------------------- */
@media screen and (max-width: 750px) {
  #sub_category .globalNavSecondaryLabel, #sub_brand .globalNavSecondaryLabel {
    padding: 7px 10px 7px 10px !important; }
  #sub_category .globalNavSecondaryMenu > li:not(:first-of-type) .globalNavSecondaryLabel, #sub_brand .globalNavSecondaryMenu > li:not(:first-of-type) .globalNavSecondaryLabel {
    margin-top: 0; } }
@media screen and (max-width: 750px) {
  .globalNavSecondary ul > li:after {
    display: none; } }

@media screen and (max-width: 750px) {
  .globalNavTertiaryMenu a:after {
    display: none; } }

@media screen and (max-width: 750px) {
  .globalNavTertiaryMenu li:last-of-type {
    margin-bottom: none; } }

/* --------------------------------------------
 カートアイコン
-------------------------------------------- */
.ctm_icon--cart {
  position: relative; }

.ctm_icon--cart .fs-client-cart-count {
  border-radius: 7px;
  position: absolute;
  padding-top: 2px;
  top: 8px;
  right: -12px;
  width: 1.8em;
  color: #fff;
  background-color: #757575;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center; }

.ctm_icon--cart .fs-client-cart-count--0 {
  display: none; }
