@charset "UTF-8";
/* カスタマイズ用CSS */
/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
.em, dfn, em {
  font-style: italic;
}

legend, menu, ol, ul {
  padding: 0;
}

body, dd, dl, figure, form, h1, h2, h3, h4, h5, h6, menu, ol, p, pre, ul {
  margin: 0;
}

.commentlist, .sidebar ol, .sidebar ul, nav ol, nav ul {
  list-style: none;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button, html, input, select, textarea {
  font-family: sans-serif;
}

a:focus {
  outline: dotted thin;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

small, sub, sup {
  font-size: 75%;
}

.strong, b, strong {
  font-weight: 500;
}

blockquote {
  margin: 1em 40px;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after, q:before {
  content: "";
  content: none;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.small, small {
  font-size: 75%;
}

ol, ul {
  list-style-type: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.alert-error, .alert-help, .alert-info, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

img {
  -ms-interpolation-mode: bicubic;
}

a img, img {
  vertical-align: middle;
  border: none;
  background: 0 0;
}

body {
  font-family: montserrat, noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #5a5a5a;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

body img {
  max-width: 100%;
  height: auto;
}

/* 
 Pagination（index.php/archive.php）
----------------------------------------------------------- */
.pagination, .wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}

.pagination ul li {
  margin: 3px;
  float: left;
  display: inline;
  overflow: hidden;
  font-size: 0.8em;
}

.pagination ul li a {
  text-decoration: none;
  padding: 3px 0;
  display: block;
  width: 50px;
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.pagination ul li a:hover {
  text-decoration: none;
  padding: 3px 0;
  display: block;
  width: 50px;
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
}

.pagination ul li span {
  padding: 3px 0;
  display: block;
  width: 50px;
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
}

.pagination ul li span.current {
  font-weight: bold;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/* 
 Pagination（single.php）
----------------------------------------------------------- */
.nav-below {
  width: 100%;
  padding: 2% 0;
}

.nav-below:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.nav-below a {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  padding: 0.5%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  font-size: 0.8em;
}

.nav-below img {
  width: 50px;
  height: 50px;
}

#prev, #next {
  width: 48%;
  float: left;
  margin: 0 1%;
}

#prev, #next {
  width: 48%;
  float: left;
  margin: 0 1%;
}

#next {
  text-align: right;
}

#prev img {
  float: left;
  margin-right: 0.5rem;
}

#next img {
  float: right;
  margin-left: 0.5rem;
}

#prevAndNextLeft a:before {
  content: "\f053";
  margin-right: 5px;
  font-family: FontAwesome;
}

#prevAndNextRight a:after {
  content: "\f054";
  margin-left: 10px;
  font-family: FontAwesome;
}

.nav-below a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}

#prevAndNextLeft {
  width: 50%;
  float: left;
}

#prevAndNextRight {
  width: 50%;
  float: left;
}

#prevAndNextLeft {
  text-align: left;
}

#prevAndNextRight {
  text-align: right;
}

/* 
 animation
----------------------------------------------------------- */
.v-transition {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transform-origin: center top 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  opacity: 0;
}

.on.v-transition {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 1;
}

.fadein {
  opacity: 0.1;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
}

.on.fadein {
  opacity: 1;
}

.fadeinzoom {
  opacity: 0.1;
  -webkit-transition: opacity 1s linear, -webkit-transform 0.5s linear 0.1s;
  transition: opacity 1s linear, transform 0.5s linear 0.1s;
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
  transform: scale3d(0.98, 0.98, 0.98);
}

.on.fadeinzoom {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fadeinleft {
  opacity: 0.1;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
}

.on.fadeinleft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeinright {
  opacity: 0.1;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
}

.on.fadeinright {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeinup {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
}

.on.fadeinup {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeinspin {
  opacity: 0.1;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
}

.on.fadeinspin {
  opacity: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 
 Head
----------------------------------------------------------- */
.header {
  width: 100%;
}

/* 
 gNavi
----------------------------------------------------------- */
.navwrap {
  width: 100%;
  margin: 0 auto;
  border: 0;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  animation: ani01 1s ease-out 3s 1 normal forwards;
  background-color: rgba(232, 228, 221, 0);
}

@keyframes ani01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navwrap.fixed {
  width: 100%;
  margin: 0 auto;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

body.top_page .navwrap.fixed {
  background-color: rgba(232, 228, 221, 0);
}

body.top_page .navwrap.fixed.on {
  background-color: rgb(232, 228, 221);
}

.sub .navwrap {
  background-color: #e8e4dd !important;
  opacity: 1;
}

.sub .navwrap ul li.logo {
  opacity: 1;
}

.sub .navwrap ul li.logo .cls-1 {
  fill: #5a5a5a;
}

.sub .navwrap li .cls-1, .sub .navwrap li .cls-2 {
  fill: #5a5a5a;
}

.sub .navwrap li a {
  color: #5a5a5a;
}

.navwrap.fixed.on .logo {
  opacity: 1;
}

.navwrap ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.navwrap ul li.logo {
  width: 250px;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  margin: auto 15px auto 30px;
}

.navwrap ul li {
  margin: auto 15px;
}

.navwrap ul li.logo .cls-1 {
  fill: #5a5a5a;
}

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

.navwrap li {
  position: relative;
  width: auto;
}
.navwrap li.mypage a::before {
  content: none;
}
.navwrap li.mypage .st0 {
  fill: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.navwrap li.mypage:hover .st0 {
  fill: #BEB8AD;
}

.navwrap li:last-of-type {
  margin: 0 30px 0 15px;
  width: 26px;
}

.navwrap li:nth-of-type(2) {
  margin: auto 15px auto auto;
}

.navwrap li a {
  display: block;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 23.05px 0;
  letter-spacing: 2px;
  position: relative;
  font-size: 13px;
  z-index: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  font-family: montserrat, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
}

.navwrap.on li a {
  color: #5a5a5a;
}

.navwrap li.cart .cls-1,
.navwrap li.cart .cls-2 {
  fill: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.navwrap li.cart:hover .cls-1,
.navwrap li.cart:hover .cls-2 {
  fill: #BEB8AD;
}

.navwrap.on li .cls-1,
.navwrap.on li .cls-2,
.navwrap.on li .st0 {
  fill: #5a5a5a;
}

.navwrap li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 1px;
  background-color: #fff;
  bottom: 1rem;
  left: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.navwrap.on li a::before {
  background-color: #5a5a5a;
}

.navwrap li a:hover::before {
  width: 100%;
}

.navwrap li.logo a::before,
.navwrap li.cart a::before {
  content: none;
}

.navwrap li ul {
  width: 100%;
  position: absolute;
  z-index: 8999;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  top: auto;
  overflow: visible;
  visibility: visible;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  width: 145px;
  padding: 8px 0 14px;
  left: 50%;
  background-color: #e8e4dd;
}

.navwrap.fixed li ul {
  background-color: #e8e4dd;
}

.navwrap li:hover ul {
  opacity: 1;
  pointer-events: auto;
}

.navwrap li ul li {
  width: 100% !important;
  float: none;
  margin: 0 0 0px !important;
  text-align: center;
  line-height: 12px;
}

.navwrap li ul li a {
  padding: 12px 0 6px !important;
  display: inline-block;
  font-size: 12px;
  color: #5a5a5a;
}

.navwrap li ul li a::before {
  bottom: 0;
  left: 0;
  background-color: #5a5a5a;
}

.navwrap * {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

/* 
 共通
----------------------------------------------------------- */
#content {
  width: 100%;
}

#content:after {
  content: "";
  clear: both;
  display: block;
}

#main {
  width: 100%;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: montserrat, noto-sans-cjk-jp, sans-serif;
}

a {
  text-decoration: none;
}

#g_map {
  width: 100%;
  position: relative;
}

#g_map p {
  position: absolute;
  top: 5%;
  left: 5%;
  background: rgb(255, 255, 255);
  padding: 10px;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 3px solid #880000;
  color: #880000;
}

/*-- Anchor link（heder追従の時に使用する） --*/
#page_link01, #page_link02, #page_link03, #page_link04, #page_link05, #page_link06, #page_link07 {
  margin-top: -90px;
  padding-top: 90px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  padding: 17px 20px;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  display: none;
}

#spnavbtn p {
  width: 30px;
  margin: 0;
  height: 26px;
}

#spnavbtn h1 {
  width: 180px;
  margin: auto;
  height: 13px;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#spnavbtn.fixed h1 {
  opacity: 1;
}

.sub_page #spnavbtn h1, #spnavbtn.active h1 {
  opacity: 1;
}

#spnavbtn h1 svg {
  display: block;
}

/* MENUテキスト表示させたい時だけ使用
#spnavbtn p{
	font-size:0.7em;
	opacity:1;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;	
	color:#FFF;
	margin-top:-4px;
}
#spnavbtn p:before{
	content:"MENU";	
}
*/
.nav-trigger, .nav-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.nav-trigger {
  position: relative;
  width: 30px;
  height: 18px;
}

.nav-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 20px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.fixed .nav-trigger span, .nav-trigger.active span {
  background-color: #5a5a5a;
}

.sub_page .nav-trigger span, .nav-trigger.active span {
  background-color: #5a5a5a;
}

.sub_page #spnavbtn .cls-1, .sub_page #spnavbtn .cls-2, .sub_page #spnavbtn .st0 {
  fill: #5a5a5a;
}

#spnavbtn .cls-1, #spnavbtn .cls-2, #spnavbtn .st0 {
  fill: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#spnavbtn.fixed .cls-1, #spnavbtn.fixed .cls-2, #spnavbtn.fixed .st0,
#spnavbtn p.activete .cls-1, #spnavbtn p.activete .cls-2, #spnavbtn p.activete .st0,
#spnavbtn.active .cls-1, #spnavbtn.active .cls-2, #spnavbtn.active .st0 {
  fill: #5a5a5a;
}

.nav-trigger span:nth-of-type(1) {
  top: 0;
}

.nav-trigger span:nth-of-type(2) {
  top: 8px;
}

.nav-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* 
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete:before {
  content: "";
}

.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.nav-trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/* 
 smartphone menu btn click filter
----------------------------------------------------------- */
#container {
  position: relative;
}

.hyde {
  position: absolute;
  top: -2em;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 997;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  opacity: 0;
}

.hydebg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 997;
  opacity: 1;
}

/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
  position: relative;
  z-index: 998;
}

#spnav .trigger {
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  position: fixed;
  top: -100%;
  left: 0;
  color: rgba(150, 150, 150, 0);
  overflow-y: scroll;
}

#spnav .open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  color: #5a5a5a;
  overflow-y: scroll;
  text-align: center;
}

#spnav h1 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  line-height: 12.7px;
  padding: 24px 0;
  background-color: #e8e4dd;
}

#spnav h1 svg {
  width: 180px;
}

#spnav h1 .cls-1, #spnav h1 .cls-2 {
  fill: #5a5a5a;
}

#spnav ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  background-color: #e8e4dd;
  letter-spacing: 2px;
}

#spnav ul li.out_nemu {
  position: relative;
  z-index: 0;
}

#spnav ul li.out_nemu span {
  position: absolute;
  z-index: 1;
  width: 55px;
  height: 100%;
  top: 0;
  right: 0;
}

#spnav ul li.out_nemu span::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 2px;
  top: 24px;
  right: 20px;
  border-radius: 5px;
  margin: auto;
  background-color: #5a5a5a;
}

#spnav ul li.out_nemu span::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 15px;
  top: 17.5px;
  right: 26px;
  border-radius: 5px;
  margin: auto;
  background-color: #5a5a5a;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#spnav ul li.out_nemu span.active::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  opacity: 0;
}

#spnav ul li.out_nemu ul {
  display: none;
}

#spnav ul li.out_nemu ul li {
  background-color: #f0f0f0;
}

#spnav ul li.out_nemu ul li.all {
  background-color: #dcdcdc;
}

#spnav ul li a {
  font-size: 13px;
  border-bottom: 1px solid #fff;
}

#spnav h1 {
  border-bottom: 1px solid #fff;
}

#spnav ul li a {
  display: block;
  color: #5a5a5a;
  text-decoration: none;
  padding: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  font-size: 14px;
  font-weight: 500;
}

#spnav ul li a:hover, #spnav .navright:hover {
  background: rgb(255, 255, 255);
  color: rgb(150, 150, 150);
}

#spnav .navleft {
  width: 88%;
  float: left;
  display: block;
}

#spnav .navright {
  width: 12%;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

#spnav ul li dl {
  overflow: hidden;
}

#spnav ul li dd {
  display: none;
}

#spnav ul li .subnav {
  padding: 0 30px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
}

#spnav ul li .drop1, #spnav ul li .drop2, #spnav ul li .drop3 {
  opacity: 1;
}

/*共通-------------*/
.top_sec {
  padding: 150px 0 0;
}

.top_sec .inbox {
  width: 1040px;
  max-width: 95%;
  margin: 0 auto;
}

.top_sec .inbox .topmidh2 {
  font-size: 26px;
  font-weight: 500;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #5a5a5a;
  color: #5a5a5a;
  letter-spacing: 4px;
  line-height: 26px;
  margin-bottom: 90px;
}

.linkbox {
  width: 200px;
  max-width: 100%;
  margin: 70px auto 0;
  border: 2px solid #a79f93;
}

.linkbox a {
  font-size: 12px;
  color: #a79f93;
  letter-spacing: 1px;
  text-align: center;
  line-height: 12px;
  padding: 19px 0;
  display: block;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  font-weight: 500;
  text-decoration: none;
}

.linkbox:hover a {
  color: #ffffff;
  background-color: #a79f93;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

.mypage .ec-layoutRole .ec-layoutRole__contents {
  width: 1040px;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 0 150px;
}

.mypage .sub_top {
  padding-bottom: 0px;
}

.mypage .sub_top h1 {
  padding: 137px 0;
}

.mypage .ec-navlistRole .ec-navlistRole__item a {
  font-size: 0.9rem;
  padding: 16px 5px;
}

@media screen and (max-width: 640px) {
  .mypage .ec-layoutRole .ec-layoutRole__contents {
    padding: 0 0 55px;
  }

  .mypage .sub_top h1 {
    font-size: 20px;
    padding: 55px 0;
  }
}
/*fv-------------*/
#top_fv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}

#top_fv::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 5%;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}

#top_fv .logo {
  width: 450px;
  max-width: 85%;
  margin: auto;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*display: flex;*/
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: ani01 1s ease-out 3s 1 normal forwards;
}

#top_fv .logo .cls-1 {
  isolation: isolate;
}

#top_fv .logo .cls-2 {
  opacity: 0.25;
  mix-blend-mode: multiply;
}

#top_fv .logo .cls-3 {
  fill: #fff;
}

#top_fv .sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 30px;
  opacity: 0;
  animation: ani01 1s ease-out 3s 1 normal forwards;
  height: 26px;
}

#top_fv .sns .insta {
  width: 26px;
  margin-right: 12.5px;
}

#top_fv .sns .tweet {
  width: 26px;
  margin-left: 12.5px;
}

#top_fv .sns .cls-1 {
  fill: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#top_fv .sns .insta:hover .cls-1 {
  fill: #BEB8AD;
}

#top_fv .sns .tweet:hover .cls-1 {
  fill: #BEB8AD;
}

#top_fv.pcfv {
  display: block;
}

#top_fv.sp768 {
  display: none;
}

#top_fv.sp375 {
  display: none;
}

/*concept-------------*/
#top_concept {
  padding: 0 0 170px;
  position: relative;
  z-index: 0;
}

#top_concept::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/top_sec01_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 973px;
  max-width: 100%;
  height: 100%;
  background-position: bottom center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate(-36px, 0px);
  -webkit-transform: translate(-36px, 0px);
  -moz-transform: translate(-36px, 0px);
  -ms-transform: translate(-36px, 0px);
}

#top_concept .inbox {
  width: 1040px;
  padding: 123px 0 140px;
  position: relative;
  z-index: 0;
}

#top_concept .inbox .fixed {
  background-color: #e8e4dd;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  animation: ani02 2s ease-out 4s 1 normal forwards;
}

#top_concept .inbox .fixed:hover {
  background-color: #a79f93;
}

@keyframes ani02 {
  0% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: -50px;
    opacity: 1;
  }
}
#top_concept .inbox .fixed h4 {
  font-size: 14px;
  text-align: left;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #5a5a5a;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  position: relative;
}

#top_concept .inbox .fixed h4 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#top_concept .inbox .fixed:hover h4 {
  color: #fff;
}

#top_concept .inbox .fixed h4 span {
  font-size: 12px;
  padding: 0 80px 0 40px;
  font-weight: 500;
  letter-spacing: 2px;
}

#top_concept .inbox p {
  font-size: 16px;
  line-height: 30px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.6px;
}

#top_concept .inbox p:not(:last-of-type) {
  margin-bottom: 30px;
}

#top_concept .inbox p.title {
  margin-bottom: 0;
  margin: 0 auto 50px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  color: #a79f93;
}

#top_concept .inbox .photobox {
  text-align: center;
  width: 400px;
  max-width: 100%;
  margin: 3rem auto 0;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  padding: 15% 0;
}

/*news-------------*/
#top_news {
  padding: 150px 0 0;
}

#top_news .inbox ul li {
  border-bottom: 1px solid #a79f93;
}

#top_news .inbox ul li:first-of-type {
  border-top: 1px solid #a79f93;
}

#top_news .inbox ul li dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 0;
}

#top_news .inbox ul li dl dt {
  width: 160px;
  margin-right: 40px;
  text-align: center;
  line-height: 30px;
  color: #a79f93;
  border-right: 1px solid #a79f93;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}

#top_news .inbox ul li dl dd {
  width: calc(100% - 200px);
}

#top_news .inbox ul li dl dt a, #top_news .inbox ul li dl dd a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#top_news .inbox ul li dl dt, #top_news .inbox ul li dl dd {
  position: relative;
  z-index: 0;
}

#top_news .inbox ul li dl dd p {
  line-height: 30px;
  font-size: 14px;
  position: relative;
  z-index: 0;
  color: #5a5a5a;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#top_news .inbox ul li:hover dl dd p {
  color: #a79f93;
}

#top_news .inbox ul li dl dd span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#top_news .inbox ul li:hover dl dd span {
  right: 20px;
}

#top_news .inbox ul li dl dd span svg {
  width: 30px;
  height: 30px;
}

#top_news .inbox ul li dl dd span svg .cls-1 {
  fill: #5a5a5a;
  display: none;
}

#top_news .inbox ul li dl dd span svg .cls-2 {
  fill: none;
  stroke: #5a5a5a;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

/*product-------------*/
#top_product {
  padding: 195px 0 0;
}

#top_product .inbox ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#top_product .inbox ul li {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 340px;
  margin: 0 0 10px;
  padding: 132px 0;
  position: relative;
  z-index: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#top_product .inbox ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.05;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#top_product .inbox ul li:nth-of-type(3n+2) {
  margin: 0 10px 10px;
}

#top_product .inbox ul li:hover {
  background-size: auto 110%;
}

#top_product .inbox ul li:hover::before {
  opacity: 0.2;
}

#top_product .inbox ul li a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_product .inbox ul li:nth-of-type(1) {
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/210313_0416a.jpg");
}

#top_product .inbox ul li:nth-of-type(2) {
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/210313_0193a.jpg");
}

#top_product .inbox ul li:nth-of-type(3) {
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/210313_0311a.jpg");
}

#top_product .inbox ul li:nth-of-type(4) {
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/210313_0274a.jpg");
  margin-bottom: 0;
}

#top_product .inbox ul li:nth-of-type(5) {
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/210313_0433a.jpg");
  margin-bottom: 0;
}

#top_product .inbox ul li:nth-of-type(6) {
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/210313_0512a.jpg");
  margin-bottom: 0;
}

#top_product .inbox ul li p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 500;
}

#top_product .inbox ul li p em {
  font-style: normal;
  position: relative;
  z-index: 0;
  padding-bottom: 9px;
  display: inline-block;
}

#top_product .inbox ul li p span {
  display: block;
  padding-top: 14px;
  position: relative;
  z-index: 0;
}

#top_product .inbox ul li p em::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 0px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#top_product .inbox ul li:hover p em::before {
  width: 100%;
}

#top_product .inbox ul li p span svg {
  width: 30px;
  height: 30px;
}

#top_product .inbox ul li p span .cls-1 {
  fill: #fff;
}

#top_product .inbox ul li p span .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

/*story-------------*/
#top_commit .inbox p.copy {
  font-size: 16px;
  text-align: center;
  color: #a79f93;
  margin-bottom: 50px;
}

#top_commit .inbox ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#top_commit .inbox ul.sp {
  display: none;
}

#top_commit .inbox ul.pc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#top_commit .inbox ul li {
  width: 240px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  position: relative;
  z-index: 0;
}

#top_commit .inbox ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#top_commit .inbox ul li:hover {
  width: 300px;
}

#top_commit .inbox ul li:first-of-type {
  margin: 0 0 0 auto;
}

#top_commit .inbox ul li:last-of-type {
  margin: 0 auto 0 0;
}

#top_commit .inbox ul li:nth-of-type(1) {
  background-color: #bcaa8e;
}

#top_commit .inbox ul li:nth-of-type(2) {
  background-color: #a9cdd3;
}

#top_commit .inbox ul li:nth-of-type(3) {
  background-color: #b3c689;
}

#top_commit .inbox ul li:nth-of-type(4) {
  background-color: #ccc8c4;
}

#top_commit .inbox ul li dl dt {
  font-size: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.65);
  line-height: 16px;
  padding: 20px 0;
  font-weight: 400;
}

#top_commit .inbox ul li dl dd {
  text-align: center;
  padding: 25px 0 44px;
}

#top_commit .inbox ul li dl dd img {
  width: 123px;
}

#top_commit .inbox ul li dl dd p {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.5px;
}

/*order-------------*/
#top_order.top_sec .inbox .topmidh2 {
  margin-bottom: 100px;
}

#top_order .outbox {
  width: 100%;
  background-image: url("https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/top_orderbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease 1s 0s;
  -webkit-transition: all ease 1s 0s;
  -moz-transition: all ease 1s 0s;
  position: relative;
  top: 50px;
  opacity: 0;
}

#top_order.on .outbox {
  top: 0px;
  opacity: 1;
}

#top_order .outbox .inbox {
  width: 1040px;
  padding: 39px 0;
}

#top_order .outbox .inbox .text {
  width: 520px;
  max-width: 100%;
  margin: 0 auto 0 0;
  background-color: #fff;
  padding: 50px;
  position: relative;
  top: 50px;
  transition: all ease 1s 1s;
  -webkit-transition: all ease 1s 1s;
  -moz-transition: all ease 1s 1s;
  opacity: 0;
}

#top_order.on .outbox .inbox .text {
  top: 0px;
  opacity: 1;
}

#top_order .outbox .inbox .text p {
  font-size: 14px;
  letter-spacing: 0.4px;
}

#top_order .outbox .inbox .text p a {
  color: #a79f93;
}

#top_order .outbox .inbox .text p:not(:last-of-type) {
  margin-bottom: 37px;
}

#top_order .outbox .inbox .text p.title {
  font-size: 28px;
  line-height: 38px;
  color: #a79f93;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#top_order .outbox .inbox .text .linkbox {
  margin: 50px auto 0 0;
}

#top_order .inbox01 {
  width: 1014px;
  max-width: 95%;
  margin: 90px auto 150px;
}

#top_order .inbox01 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#top_order .inbox01 ul li {
  width: 170px;
  margin: 0 auto;
}

#top_order .inbox01 ul li p {
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 5px;
}

#top_order .inbox01 ul li p.title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 14px;
  color: #a79f93;
  padding-left: 0px;
}

#top_order .inbox01 ul li p.title span {
  width: 30px;
  text-align: center;
  height: 30px;
  background-color: #a79f93;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
}

#top_order .inbox01 ul li .photobox {
  width: 98px;
  max-width: 100%;
  text-align: center;
  margin: 25px auto 0px;
}

#top_order .inbox01 ul li:nth-of-type(1) .photobox {
  width: 78px;
  margin: 37px auto 0px;
}

#top_order .inbox01 ul li:nth-of-type(2) .photobox {
  width: 98px;
  margin: 24px auto 0px;
}

#top_order .inbox01 ul li:nth-of-type(3) .photobox {
  width: 92px;
  margin: 28px auto 0px;
}

/*footer-------------*/
.footer .inbox {
  width: 100% !important;
}

.footer .inbox .top {
  background-color: #a79f93;
  padding: 57px 0 74px;
  border-bottom: 1px solid #d7d2c8;
}

.footer .inbox .top .logo {
  width: 330px;
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.footer .inbox .top .logo .cls-1 {
  fill: #d7d2c8;
}

.footer .inbox .top .logo a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer .inbox .midle {
  background-color: #a79f93;
  padding: 52px 0;
}

.footer .inbox .midle ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 0;
}

.footer .inbox .midle ul li {
  color: #d7d2c8;
  width: auto;
  margin: 0 auto;
  letter-spacing: 1px;
}

.footer .inbox .midle ul li.help {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 11px;
  bottom: 0;
  right: 0;
}

.footer .inbox .midle ul li.help dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer .inbox .midle ul li.help dl dd {
  width: auto;
  height: 11px;
}

.footer .inbox .midle ul li.help dl dd {
  width: auto;
  height: 11px;
  font-size: 10px;
}

.footer .inbox .midle ul li.help dl dd:nth-of-type(1) {
  margin: 0 15px 0 auto;
  padding-right: 15px;
  border-right: 1px solid #d7d2c8;
}

.footer .inbox .midle ul li dl dt,
.footer .inbox .midle ul li dl dd {
  position: relative;
  z-index: 0;
}

.footer .inbox .midle ul li dl dt a,
.footer .inbox .midle ul li dl dd a {
  color: #d7d2c8;
}
.footer .inbox .midle ul li dl dt a:hover,
.footer .inbox .midle ul li dl dd a:hover {
  text-decoration: none;
}

.footer .inbox .midle ul li dl dt {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}

.footer .inbox .midle ul li dl dd {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  margin-bottom: 9px;
  letter-spacing: 1.5px;
}

.footer .inbox .midle ul li dl dd span {
  font-weight: normal;
  padding-left: 0px;
  position: relative;
  z-index: 0;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/*
.footer .inbox .midle ul li dl dd span::before {
	content:"";
	position:absolute;
	z-index:1;
	width:3px;
	height:1px;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background-color:#d7d2c8;
}
*/
.footer .inbox .bottom {
  background-color: #e8e4dd;
  text-align: center;
  padding: 20px 0 22px;
}

.footer .inbox .bottom .logo {
  width: 240px;
  max-width: 95%;
  margin: 0 auto;
}

.footer .inbox .bottom svg .cls-1 {
  fill: #a79f93;
}

.footer .inbox .bottom p {
  margin: 17px 0 18px;
  letter-spacing: 2px;
  font-size: 12px;
  color: #a79f93;
  line-height: 12px;
}

.footer .inbox .bottom p.tel {
  margin: 0;
}

.footer .inbox .bottom p.tel a {
  position: relative;
  color: #a79f93;
  z-index: 0;
  line-height: 12px;
}

.footer .inbox .bottom p.tel a span {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: -20.5px;
}

.footer .inbox .bottom p.tel a span svg {
  width: 12px;
  height: 12px;
}

.footer .inbox .bottom .sns {
  width: 80px;
  max-width: 95%;
  margin: 0px auto 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer .inbox .bottom .sns .insta, .footer .inbox .bottom .sns .tweet {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.footer .inbox .bottom .cop {
  color: #a79f93;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1300px) {
  #top_concept .inbox .fixed {
    width: 72%;
    right: 0;
    margin: auto;
  }

  #top_product .inbox ul li {
    width: calc(33.333333333% - 6.7px);
    margin: 0 0 10px;
    padding: 12.6715% 0;
  }

  #top_commit .inbox ul li {
    width: calc(25% - 20px);
  }

  #top_commit .inbox ul li:hover {
    width: calc(25% + 60px);
  }
}
@media screen and (max-width: 1200px) {
  /* 
   共通
  ----------------------------------------------------------- */
  .navwrap li a {
    line-height: 12px;
    letter-spacing: 1px;
    font-size: 12px;
  }

  /* 
   contact
  ----------------------------------------------------------- */
  .cont_area02_box {
    padding: 3.5rem 4rem 4rem;
    position: relative;
    top: -5rem;
    left: 5%;
    right: 5%;
    margin-left: 0;
  }

  #cont_area02 {
    padding: 0 5%;
  }

  #cont_area03 {
    padding: 5rem 5%;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /* 
   共通
  ----------------------------------------------------------- */
  .navwrap li:not(:first-child) {
    display: none;
  }

  .navwrap li:first-child {
    width: 100%;
    padding: 0 60px 0 0;
  }

  .navwrap li a {
    padding: 1rem 0 1rem 5%;
    text-align: left;
  }

  /* 
   smartphone menu btn
  ----------------------------------------------------------- */
  #spnavbtn {
    top: 0;
    right: 0;
    padding: 17px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  #spnavbtn.fixed {
    background-color: #e8e4dd;
  }

  #spnavbtn.active {
    background-color: #e8e4dd;
  }

  .sub_page #spnavbtn {
    top: 0;
    right: 0;
    padding: 17px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #e8e4dd;
  }

  .nav-trigger {
    width: 30px;
    margin: auto 0;
  }

  /* 
   header
  ----------------------------------------------------------- */
  /* 
   TOP
  ----------------------------------------------------------- */
  .Android #top_fv {
    height: 100vh;
  }

  .iPhone #top_fv {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, #top_fv {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root #top_fv {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 1024px) {
  #top_fv .sns {
    bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept .inbox .fixed {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept .inbox {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept .inbox p.title {
    margin-bottom: 0;
    margin: 0 auto 50px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    color: #a79f93;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept .inbox p {
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/top_sec01_bg_x1024.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 625px;
    max-width: 100%;
    height: 100%;
    background-position: bottom center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translate(-12px, 0px);
    -webkit-transform: translate(-12px, 0px);
    -moz-transform: translate(-12px, 0px);
    -ms-transform: translate(-12px, 0px);
  }
}
@media screen and (max-width: 1024px) {
  #top_concept {
    padding: 0 0 37px;
  }
}
@media screen and (max-width: 1024px) {
  .top_sec .inbox .topmidh2 {
    font-size: 20px;
    width: 380px;
    padding-bottom: 23px;
    line-height: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #top_product .inbox ul li p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 55px;
  }
}
@media screen and (max-width: 1024px) {
  #top_product .inbox ul li p span {
    padding-top: 15px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #top_product .inbox {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  #top_product .inbox ul li {
    padding: 16.265% 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_product .inbox ul li p span svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .linkbox {
    width: 170px;
    max-width: 100%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .linkbox a {
    font-size: 12px;
    line-height: 12px;
    padding: 17px 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_product {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept .inbox {
    padding: 84px 0 140px;
  }
}
@media screen and (max-width: 1024px) {
  .top_sec {
    padding: 130px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox p.copy {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul li dl dt {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul li dl dd img {
    width: 72px;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul li dl dd p {
    font-size: 10px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul li dl dd {
    padding: 19px 0 31px;
  }
}
@media screen and (max-width: 1024px) {
  .top_sec .inbox {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul {
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul li:hover {
    width: 31% !important;
  }
}
@media screen and (max-width: 1024px) {
  #top_commit .inbox ul:hover li {
    width: 23%;
  }
}
@media screen and (max-width: 1024px) {
  #top_news {
    padding: 130px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_news .inbox ul li dl dd p {
    line-height: 48px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  #top_news .inbox ul li dl {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_news .inbox ul li dl dt {
    width: 103px;
    line-height: 26px;
    font-size: 10px;
    margin: 11px 20px 11px 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_news .inbox ul li dl dd {
    width: calc(100% - 123px);
  }
}
@media screen and (max-width: 1024px) {
  #top_news .inbox ul li dl dd span svg {
    width: 20px;
    height: 20px;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #top_news .inbox ul li dl dd span {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order.top_sec .inbox .topmidh2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .outbox .inbox {
    width: calc(50% - 56px);
    padding: 32px 0;
    margin: 0 auto 0 56px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .outbox .inbox .text {
    width: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .outbox .inbox .text p.title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .outbox .inbox .text p {
    font-size: 13px;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .outbox .inbox .text .linkbox {
    margin: 40px auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 {
    max-width: 85%;
    margin: 50px auto 130px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li p.title span {
    width: 24px;
    height: 24px;
    display: block;
    line-height: 24px;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li p.title {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 12px;
    color: #a79f93;
    padding-left: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li .photobox {
    margin: 30px auto 0px;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li p {
    font-size: 10px;
    letter-spacing: 0px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li {
    width: 116px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .top .logo {
    width: 198px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .midle {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .midle ul li dl dt {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .midle ul li dl dd {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .bottom {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .bottom .sns {
    width: 60px;
    max-width: 100%;
    margin: 0px auto 14px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .bottom .sns .insta, .footer .inbox .bottom .sns .tweet {
    width: 19px;
    height: 19px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept .inbox .fixed h4 span {
    font-size: 10px;
    padding: 0;
    font-weight: 500;
    letter-spacing: 2px;
    width: 103px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #top_concept .inbox .fixed h4 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li:nth-of-type(1) .photobox {
    margin: 33px auto 0px;
    width: 54px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li:nth-of-type(2) .photobox {
    margin: 27px auto 0px;
    width: 65px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li:nth-of-type(3) .photobox {
    margin: 30px auto 0px;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #top_order .inbox01 ul li:nth-of-type(4) .photobox {
    margin: 30px auto 0px;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inbox .midle ul li.help dl dd {
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 1100px) {
  .navwrap ul li {
    margin: auto 10px;
  }

  .navwrap ul li.logo {
    margin: auto 15px auto 20px;
  }

  .navwrap li:last-of-type {
    margin: 0 20px 0 15px;
    width: 26px;
  }
}
@media screen and (max-width: 1000px) {
  #top_fv.pcfv {
    display: none;
  }

  #top_fv.sp768 {
    display: block;
  }

  #top_fv.sp375 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  /* 
   top
  ----------------------------------------------------------- */
  #area_sns .area_snsbox .area_sns_fb, #area_sns .area_snsbox .area_sns_in {
    width: 100%;
  }

  #area_sns .area_snsbox .area_sns_in {
    padding: 4rem 0 0;
  }

  /* 
   subpage共通
  ----------------------------------------------------------- */
  #mainsub {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }

  .sidebar {
    width: 100%;
    float: none;
    padding: 0;
    margin: 2em auto 5em;
  }

  /* 
   contact
  ----------------------------------------------------------- */
  #cont_fi {
    padding: 0rem 5% 4rem;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .flex-prev {
    display: none !important;
  }

  .flex-next {
    display: none !important;
  }

  /* 
   共通部分
  ----------------------------------------------------------- */
  #content {
    font-size: 0.9em;
  }

  /* 
   TOP
  ----------------------------------------------------------- */
  #top_order .inbox01 ul li:nth-of-type(1) .photobox {
    width: 58px;
    margin: 37px auto 0px;
  }

  #top_order .inbox01 ul li:nth-of-type(2) .photobox {
    width: 70px;
  }

  #top_order .inbox01 ul li:nth-of-type(4) .photobox {
    width: 63px;
  }

  #area_sns .area_snsbox .area_sns_in #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%;
  }

  #area_sns .area_snsbox .area_sns_in #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-last-child(1), #area_sns .area_snsbox .area_sns_in #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-last-child(2) {
    display: none;
  }

  #top_fv .sns .insta {
    width: 19px;
    margin-right: 9.75px;
    height: 19px;
  }

  #top_fv .sns .tweet {
    width: 19px;
    margin-left: 9.75px;
    height: 19px;
  }

  #top_fv .sns {
    right: 20px;
    height: 19px;
  }

  #top_fv .logo {
    width: 221px;
    bottom: 50px;
  }

  #top_fv.pcfv {
    display: none;
  }

  #top_fv.sp768 {
    display: none;
  }

  #top_fv.sp375 {
    display: block;
  }

  #top_concept .inbox .fixed h4 span {
    display: none;
  }

  #top_concept .inbox .fixed h4 {
    padding: 0 30px;
  }

  #top_concept .inbox .fixed {
    overflow: hidden;
  }

  #top_concept .inbox p.title {
    margin-bottom: 0;
    margin: 0 auto 50px;
    font-size: 20px;
  }

  #top_concept .inbox {
    padding: 60px 0 245px;
  }

  #top_concept .inbox p {
    font-size: 13px;
  }

  #top_concept::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(https://sideroll-furniture.com/news/wp-content/themes/gamma/library/images/top_sec01_bg_x375.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 276px;
    max-width: 100%;
    height: 100%;
    background-position: bottom center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translate(-12px, 0px);
    -webkit-transform: translate(-12px, 0px);
    -moz-transform: translate(-12px, 0px);
    -ms-transform: translate(-12px, 0px);
  }

  #top_concept {
    padding: 0 0 0px;
  }

  .top_sec .inbox .topmidh2 {
    font-size: 18px;
    width: 200px;
    padding-bottom: 16px;
    line-height: 18px;
    margin-bottom: 50px;
  }

  #top_product .inbox {
    width: calc(100% - 45px);
    max-width: 95%;
  }

  #top_product .inbox ul li {
    width: calc(50% - 2.5px);
    margin: 0 0 5px !important;
  }

  #top_product .inbox ul li:nth-of-type(3n+2) {
    margin: 0 0px 5px !important;
  }

  #top_product .inbox ul li:nth-of-type(2n+1) {
    margin: 0 5px 5px 0 !important;
  }

  #top_product .inbox ul li {
    padding: 24.63% 0;
  }

  #top_product .inbox ul li p span {
    padding-top: 11px;
  }

  #top_product .inbox ul li p em {
    padding-bottom: 6px;
  }

  .linkbox {
    width: 150px;
    margin: 40px auto 0;
  }

  .linkbox a {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0;
    letter-spacing: 1.5px;
  }

  .top_sec {
    padding: 100px 0 0;
  }

  #top_commit .inbox p.copy {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 26px;
  }

  #top_commit .inbox ul li {
    width: 50%;
  }

  #top_commit .inbox ul.pc {
    display: none;
  }

  #top_commit .inbox ul.sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  #top_commit .inbox ul:nth-of-type(3) li:nth-of-type(1) {
    background-color: #b3c589;
  }

  #top_commit .inbox ul:nth-of-type(3) li:nth-of-type(2) {
    background-color: #cdc8c5;
  }

  #top_commit .inbox ul li:hover {
    width: 55% !important;
  }

  #top_commit .inbox ul:hover li {
    width: 45%;
  }

  #top_commit .inbox ul li dl dt {
    font-size: 13px;
    line-height: 13px;
    padding: 13px 0;
  }

  #top_commit .inbox ul li dl dd img {
    width: 78px;
  }

  #top_commit .inbox ul li dl dd {
    padding: 16px 0 26px;
  }

  #top_commit .inbox ul li dl dd p {
    font-size: 9px;
    padding-top: 6px;
  }

  #top_commit .inbox {
    max-width: calc(100% - 45px);
  }

  #top_news {
    padding: 100px 0 0;
  }

  #top_news .inbox {
    max-width: calc(100% - 45px);
  }

  #top_news .inbox ul li dl dd p {
    line-height: 26px;
    font-size: 13px;
  }

  #top_news .inbox ul li dl {
    padding: 20px 13px 47px;
    position: relative;
    z-index: 0;
  }

  #top_news .inbox ul li dl dt {
    width: auto;
    line-height: 10px;
    font-size: 10px;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 13px;
    border-right: 0px;
  }

  #top_news .inbox ul li dl dd {
    width: 100%;
  }

  #top_news .inbox ul li dl dd span {
    right: 0;
    bottom: -30px;
    top: unset;
  }

  #top_order.top_sec .inbox .topmidh2 {
    margin-bottom: 50px;
    letter-spacing: 3px;
  }

  #top_order .outbox .inbox {
    width: calc(100% - 75px);
    max-width: calc(100% - 75px);
    padding: 30px 0;
    margin: 0 auto;
  }

  #top_order .outbox .inbox .text p.title {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.4px;
  }

  #top_order .outbox .inbox .text .linkbox {
    margin: 40px auto 0;
    width: 180px;
  }

  #top_order .inbox01 {
    max-width: calc(100% - 100px);
    margin: 50px auto 100px;
  }

  #top_order .inbox01 ul li:nth-of-type(1),
#top_order .inbox01 ul li:nth-of-type(2) {
    margin: 0 auto 40px;
  }

  .footer .inbox .top .logo {
    width: 175px;
  }

  .footer .inbox .top {
    padding: 20px 0 38px;
  }

  .footer .inbox .midle {
    padding: 40px 0 55px;
  }

  .footer .inbox .midle ul li dl dd span::before {
    content: none;
  }

  .footer .inbox .midle ul li dl dd span {
    padding-left: 0px;
    margin-bottom: 8px;
  }

  .footer .inbox .midle ul li dl dt {
    margin-bottom: 10px;
  }

  .footer .inbox .bottom .sns {
    margin: 0px auto 12px;
  }

  .footer .inbox .midle ul li.help dl dd:nth-of-type(2) {
    margin: 0 auto 0 0;
  }

  .footer .inbox .midle ul li.help {
    bottom: -15px;
  }
}
.hd-icons {
  display: flex;
  gap: 10px;
}
.hd-icons p::before {
  display: none !important;
}

.ft-menu-lg {
  display: block;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ft-menu-lg {
    display: none;
  }
}
@media (max-width: 375px) {
  .ft-menu-lg {
    display: none;
  }
}

.ft-menu-md {
  display: none;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ft-menu-md {
    display: block;
  }
}
@media (max-width: 500px) {
  .ft-menu-md {
    display: none;
  }
}
.ft-menu-md ul li dl {
  margin-bottom: 25px;
}
.ft-menu-md ul li dl:last-of-type {
  margin-bottom: 0;
}

.ft-menu-sm {
  display: none;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ft-menu-sm {
    display: none;
  }
}
@media (max-width: 500px) {
  .ft-menu-sm {
    display: block;
  }
}
.ft-menu-sm ul li dl {
  margin-bottom: 25px;
}
.ft-menu-sm ul li dl:last-of-type {
  margin-bottom: 0;
}
