@charset "UTF-8";
body {
  font-family: 'A1ゴシック R', 'A1 Gothic R', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  color: #363636;
  background-color: #fff;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body {
    min-width: 1000px;
  }
}
a {
  text-decoration: none;
  color: #363636;
}

a:hover {
  color: #00adec;
  transition: 0.3s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*----------------------------------------------------------------------

汎用パーツ

----------------------------------------------------------------------*/

.osamaru-color {
  color: #00adec;
}
.osamaru-color02 {
  color: #fc7310;
}
.osamaru-accent-color {
  color: #fc7211;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear::after {
  content: '';
  clear: both;
  display: block;
}

/* トップへ戻るボタン */
#bottom-floating .gotop {
  width: 71px;
  height: 71px;
  position: fixed;
  right: -25%;
  bottom: 300%;
  text-align: center;
  background-image: url(../img/common/top-buttun.png);
  background-size: cover;
}
#bottom-floating .gotop a {
  display: inline-block;
  font-size: 11px;
  line-height: 1.3;
  padding: 21.5px 23.2px;
}

/* ボトムフローティング */
#bottom-floating {
  width: 822px;
  height: 64px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px 8px 0 0;
  position: fixed;
  bottom: 0;
  left: 45%;
  transform: translate(-50%, 0);
  z-index: 1;
}

#bottom-floating a {
  font-size: 15px;
}

#bottom-floating ul {
  display: flex;
  justify-content: space-evenly;
}

#bottom-floating ul img,
#bottom-floating ul p,
#bottom-floating ul span {
  display: inline-block;
  padding: 9px;
}

#bottom-floating li.tel-mail {
  display: flex;
}

#bottom-floating .otoiawase {
  vertical-align: 80%;
  line-height: 1.3;
  text-align: right;
}

#bottom-floating .tel {
  position: relative;
  font-size: 32px;
  vertical-align: 55%;
  padding-right: 1rem;
}
#bottom-floating .tel::after {
  position: absolute;
  top: 10px;
  right: 0;
  content: '';
  width: 2px;
  height: 30px;
  display: block;
  background: rgba(100, 100, 100, 0.1);
}
#bottom-floating .mail-btn {
  display: block;
  text-align: center;
  padding: 16px 16px 29px 16px;
  font-size: 11px;
}
#bottom-floating .mail-btn img {
  width: 25px;
  height: 20px;
  margin: 0 auto 1px;
  padding: 0;
}

#bottom-floating ul li:nth-child(2),
#bottom-floating ul li:nth-child(3),
#bottom-floating ul li:nth-child(4) {
  border-left: 1px solid #bcbcbc;
}

#bottom-floating ul li:nth-child(2) span {
  vertical-align: 70%;
  line-height: 1.3;
}

#bottom-floating ul li:nth-child(3) span {
  vertical-align: 150%;
}

#bottom-floating ul li:nth-child(4) span {
  vertical-align: 130%;
}

/* 四隅のカッコ */
.phrase-wrapper {
  width: 1015px;
  margin: 40px auto 40px;
  position: relative;
}

.phrase-wrapper::before {
  position: absolute;
  content: url('../img/concept/left-top.png');
  top: 0;
  left: 0;
}

.phrase-wrapper::after {
  content: url('../img/concept/right-top.png');
  position: absolute;
  top: 0;
  right: 0;
}

.phrase-container::before {
  content: url('../img/concept/right-bottom.png');
  position: absolute;
  bottom: 0;
  right: 0;
}

.phrase-container::after {
  content: url('../img/concept/left-bottom.png');
  position: absolute;
  bottom: 0;
  left: 0;
}

.phrase-container {
  padding: 20px 0;
  position: relative;
}

.phrase-container h2 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.78;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  margin-bottom: 3px;
}

.phrase-container h2 img {
  width: 240px;
  vertical-align: middle;
}

/*----------------------------------------------------------------------

活用ポイントセクション

----------------------------------------------------------------------*/

#point-wrapper {
  width: 100%;
  margin: 0px auto 40px;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 960px) {
  #point-wrapper,
  .introduction {
    width: 960px;
  }
}
#point-wrapper h2 {
  font-size: 40px;
  text-align: center;
  padding: 0 0 50px;
  letter-spacing: 9px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  line-height: 1.4em;
}

.point-left-item,
.point-right-item {
  width: 100%;
  max-width: 1460px;
  margin: -50px auto;
  padding: 80px 0 100px 0;
}

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

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

.point-img {
  width: 50%;
  max-width: 960px;
  display: inline-block;
  background-size: cover;
  min-height: 420px;
  background-repeat: no-repeat;
}

.point-left-item .point-img {
  background-position: right top;
}

.point-right-item .point-img {
  background-position: left top;
}
/*

ポイント活用セクション改

*/

#point-wrapper2 {
}

.point-left-item2 {
  display: flex;
  justify-content: flex-start;
  height: 500px;
  margin: -50px auto 50px;
  padding-top: 100px;
}

.point-left-item2 .point-img2 {
  width: 50%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
}

.point-left-item2 .point-text2 {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: 20px;
}

.point-left-item2 .point-text2 p:nth-child(2) {
  font-size: 15px;
  line-height: 2.5;
  width: 95%;
  /* margin: 4% 4% 5.5%; */
  /* display: flex; */
  height: 80%;
  padding: 2%;
}

.point-left-item2.point-left-item2-hekimen-shuunou-desk .point-text2 p:nth-child(2) {
  line-height: 1.87;
}
.point-left-item2 .point-text2 .link-btn,
.point-right-item2 .point-text2 .link-btn {
  position: absolute;
  bottom: -4px;
  left: 2%;
  width: 96%;
}
.point-left-item2 .point-text2 .link-btn {
  bottom: -11px;
}
.point-left-item2 .point-text2 .link-btn a,
.point-right-item2 .point-text2 .link-btn a {
  display: block;
}

.point-left-item2 .point-text2 h3 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.point-left-item2 .point-text2 h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.41;
  position: relative;
  padding: 2%;
  letter-spacing: 2.5px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  text-align: left;
  /* height: 15%; */
  width: 100%;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.point-right-item2 {
  display: flex;
  justify-content: flex-end;
  height: 500px;
  margin: -50px auto 50px;
  padding-top: 100px;
}

.point-right-item2 .point-img2 {
  width: 50%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.point-right-item2 .point-text2 {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: 20px;
}

.point-right-item2 .point-text2 h3 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.point-right-item2 .point-text2 h3 {
  font-size: 23px;
  line-height: 1.41;
  position: relative;
  padding: 2%;
  letter-spacing: 1.6px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  text-align: left;
  /* height: 15%; */
  width: 100%;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.point-right-item2 .point-text2 p:nth-child(2) {
  font-size: 15px;
  line-height: 2.5;
  width: 95%;
  /* margin: 4% 4% 5.5%; */
  /* display: flex; */
  height: 80%;
  padding: 2%;
}

.point-right-item2.point-right-item2-hekimen-shuunou-desk .point-text2 p:nth-child(2) {
  line-height: 2.1;
}

.point-text2 .p-left {
  padding-left: 140px;
  display: inline-block;
}

@media screen and (max-width: 1680px) {
  .point-img {
    width: 50%;
  }
}

.point-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.point-text {
  width: 32%;
  max-width: 450px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.point-text h3 {
  font-size: 23px;
  line-height: 1.41;
  position: relative;
  padding: 2% 0;
  letter-spacing: 2.5px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  text-align: left;
}

.point-left-item .point-text h3 {
  padding: 2% 0 2% 4%;
}

.point-left-item .point-text h3 .p-left {
  padding: 0 0 0 40px;
}

.point-right-item .point-text h3 .p-left {
  padding: 0 0 0 140px;
}

.point-left-item .point-text h3 img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.point-right-item .point-text h3 img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.point-text p:nth-child(2) {
  font-size: 15px;
  line-height: 2.5;
  width: 95%;
  margin: 4% 4% 5.5%;
}

.point-left-item .point-text {
  margin: 0 0 0 2%;
}

.point-right-item .point-text {
  margin: 0 2% 0 0;
}

h3.tyousei {
  margin: -15px 0 0;
}

/*----------------------------------------------------------------------

header

----------------------------------------------------------------------*/

#header {
  width: 100%;
  margin: 15px auto 0;
  background-color: #fff;
}

.header-top {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

.header-top .big-menu {
  width: 476px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

#nav-content .big-menu {
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 13vh;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
  padding: 5% 0;
}

.header-top .big-menu li {
  width: 102px;
  text-align: center;
  position: relative;
}

#nav-content .big-menu li {
  width: 48%;
  text-align: center;
  position: relative;
}

.header-top .big-menu li a {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 0%;
  font-size: 15px;
  display: block;
  /* margin-bottom: 23px; */
}

.header-top .big-menu li a span {
  width: 94.2%;
}

#nav-content .big-menu li a {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 0%;
  font-size: 15px;
  display: block;
  /* margin-bottom: 23px; */
}

.header-bottom {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: 960px;
}

.hekimen-syunou-list {
  display: inline-block;
  width: 440px;
}

.riyou-scene-list {
  display: inline-block;
  width: 474px;
}

.header-bottom-cate-list {
  display: flex;
  justify-content: space-between;
}

.header-bottom-title {
  margin-bottom: 10px;
}

.header-bottom-cate-list span {
  margin: 0 3px;
}

.header-bottom-cate-list span:first-child {
  margin: 0 3px 0 0;
}

.header-bottom-cate-list li {
  display: inline;
}

/*----------------------------------------------------------------------

パンくず

----------------------------------------------------------------------*/
.breadcrumb-wrappar {
  width: 100%;
  background-color: #fcfcfc;
}

.breadcrumb {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.breadcrumb li {
  display: inline-block;
  color: #363636;
  font-size: 13px;
}

.breadcrumb a,
.breadcrumb span {
  color: #707070;
}

/*----------------------------------------------------------------------

footer

----------------------------------------------------------------------*/

img.border-img {
  width: 100%;
}

#footer {
  width: 1015px;
  margin: 0 auto 80px auto;
}

.order-guide {
  /* width: 1015px; */
  width: 960px;
  border: 1px solid #e3e1dd;
  box-sizing: border-box;
  margin: 45px auto 40px;
  padding: 28px;
}

.guide-title {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}

.guide-title::before,
.guide-title::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #e3e1dd;
  display: block;
}

.guide-title::before {
  margin-right: 0.4em;
}

.guide-title::after {
  margin-left: 0.4em;
}

.guide-box {
  display: flex;
  justify-content: space-between;
}
.guide-box .guide-item {
  width: 31%;
}

.guide-box .guide-item h5 {
  background-color: #f2f0ed;
  padding: 5px 7px;
  margin-bottom: 10px;
}

.guide-box .guide-item h5.mt-30 {
  margin-top: 30px;
}

.guide-box .guide-item p {
  font-size: 14px;
  line-height: 2.14;
}

.guide-box .guide-item p.mt-30 {
  margin-top: 30px;
}

.guide-box .guide-item figure img {
  width: 42px;
}

.guide-box .guide-item a {
  text-decoration: underline;
}

.footer-container {
  width: 960px;
  margin: 20px auto 10px;
  display: flex;
  justify-content: space-between;
}

.footer-leftbox {
  width: 77%;
  margin-right: 58px;
}

.footer-left-top {
  margin-bottom: 20px;
  line-height: 1.8;
}

.footer-bottom-title {
  margin-bottom: 0px;
}

.footer-left-category {
  display: flex;
  width: 100%;
}

.footer-bottom-cat-list {
  line-height: 1.8;
  margin-bottom: 10px;
}

.footer-bottom-cat-list span {
  margin: 0 3px;
}

.footer-bottom-cat-list .category_color a {
  color: #00adec;
}

.footer-bottom-cat-list span:first-child {
  margin: 0 3px 0 0;
}

.footer-left-size {
  display: flex;
}

.footer-left-koma {
  font-size: 14px;
  margin-top: 5px;
}

.footer-big-menu {
  margin: 5px auto 10px;
  width: 422px;
  display: flex;
  justify-content: space-between;
}

.footer-rightbox {
  width: 100%;
}

.footer-rightbox p {
  width: 130px;
  text-align: center;
  position: relative;
}

.footer-rightbox p a {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0%;
  font-size: 14px;
}

.footer-rightbox .big-menu {
  width: 290px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-rightbox .big-menu li {
  margin-bottom: 10px;
}

.footer-rightbox .icon-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 0 0 20px;
}

.footer-logo {
  width: 320px;
  margin: 20px 0 0px auto;
}

.footer-logo a {
  display: block;
}

.footer-logo a img {
  width: 100%;
}

.company-info {
  width: 960px;
  margin: 10px auto 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #707070;
}

.info-link span {
  margin: 0 3px;
}

.info-link span:first-child {
  margin: 0 3px 0 0;
}

.info-link span a {
  color: #707070;
}

.info-link span a:hover {
  color: #00adec;
  transition: 0.3s;
}

.rights {
  letter-spacing: 1px;
}

.bnr-box {
  margin-top: 60px;
  margin-bottom: 20px;
}

.bnr-box .two {
  display: flex;
  margin-top: 20px;
}

.bnr-box .bnr_right {
  margin-left: 20px;
}

.bnr-box a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------

利用シーンで探すセクション

----------------------------------------------------------------------*/

#riyou-scene-wrapper {
  width: 1015px;
  margin: 0px auto;
  padding: 20px 0 80px;
}

#riyou-scene-title {
  font-size: 40px;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 8px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.scene-list {
  margin: 0;
}

.scene-list div {
  display: inline-block;
  position: relative;
  margin: 11.5px auto;
}

.scene-list div a {
  display: block;
}

.scene-list div:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.scene-list div:nth-child(2),
.scene-list div:nth-child(5),
.scene-list div:nth-child(8) {
  margin: 11.5px 22px;
}

.scene-list div p {
  font-size: 30px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  color: #000;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.scene-list div:last-child p {
  color: #fff;
}

.nav-content-top-logo {
  width: 92%;
  overflow: hidden;
  padding-top: 30px;
  margin: 0 8% 0 auto;
}

.nav-content-top-logo a {
  display: block;
}

.nav-content-top-logo img {
  width: 100%;
  max-width: 362px;
}

/*----------------------------------------------------------------------

壁面収納を探すセクション

----------------------------------------------------------------------*/

#hekimen-syunou-wrapper {
  width: 1015px;
  margin: 40px auto 100px;
}
.hekimen-syunou-wrapper {
  width: 1015px;
  margin: 40px auto 100px;
}
#hekimen-syunou-title {
  font-size: 40px;
  text-align: center;
  padding: 40px 0;
  letter-spacing: 8px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#hekimen-syunou-title2 {
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  position: relative;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
#hekimen-syunou-title2::before {
  content: '\\';
  display: inline;
  /* width: 10%; */
  position: absolute;
  bottom: 20%;
  font-size: 40px;
  left: 11%;
}

#hekimen-syunou-title2::after {
  /* content: ""; */
  display: block;
  content: '/';
  display: inline;
  /* width: 10%; */
  position: absolute;
  /* bottom: 10%; */
  /* font-size: 10vw; */
  right: 11%;
  bottom: 20%;
  font-size: 40px;
}

/*----------------------------------------------------------------------

選ばれる6つの理由セクション

----------------------------------------------------------------------*/

#six-reasons-wrapper {
  width: 1015px;
  margin: -30px auto 0;
  padding: 100px 0 0 0;
}

#six-reasons-title {
  font-size: 40px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  letter-spacing: 5px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#six-reasons-title p {
  display: inline;
}

#six-reasons-title img {
  width: 290px;
  vertical-align: -50%;
}

#six-reasons-wrapper .reasons-list {
  margin: 30px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#six-reasons-wrapper .reasons-detail {
  margin: 0 auto 50px auto;
  width: calc(100% / 2);
}

#six-reasons-wrapper .reasons-detail div {
  width: 490px;
  margin: 0 auto;
}

#six-reasons-wrapper .reasons-detail img {
  width: 100%;
  overflow: hidden;
}

#six-reasons-wrapper .reason-title {
  margin: 30px auto;
  text-align: center;
  font-size: 24px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#six-reasons-wrapper .reason-description {
  font-size: 16px;
  color: #363636;
  text-align: center;
  line-height: 1.875;
}

/*----------------------------------------------------------------------

一人で簡単に組み立てられますセクション

----------------------------------------------------------------------*/

#kumitate-kantan-wrapper {
  width: 1015px;
  margin: -30px auto 0;
  padding: 50px 0 0 0;
}

#kumitate-kantan-wrapper #kumitate-kantan-title {
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 2px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#kumitate-kantan-title p {
  display: inline;
}

#kumitate-kantan-title img {
  width: 240px;
  vertical-align: -50%;
}

#kumitate-kantan-wrapper .kumitate-movie-container {
  margin: 20px auto 50px auto;
  position: relative;
}

#kumitate-kantan-wrapper .kumitate-movie-container:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#kumitate-kantan-wrapper .kumitate-movie-container .kumitate-img {
  text-align: center;
}

#kumitate-kantan-wrapper .kumitate-movie-container .kumitate-introduction {
  position: absolute;
  top: 24%;
  left: 20%;
  width: 610px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  font-size: 27px;
  text-align: center;
}

#kumitate-kantan-wrapper .kumitate-movie-container .kumitate-introduction .introduction-top {
  padding: 20px 0;
  letter-spacing: 1.5px;
}

#kumitate-kantan-wrapper .kumitate-movie-container .kumitate-introduction .introduction-top img {
  width: 36px;
  vertical-align: -31%;
}

#kumitate-kantan-wrapper .kumitate-movie-container .kumitate-introduction .introduction-bottom {
  padding: 0 0 20px 0;
}

#kumitate-kantan-wrapper .kumitate-movie-container .kumitate-introduction .introduction-bottom img {
  width: 271px;
  vertical-align: middle;
}

/*----------------------------------------------------------------------

オーダーメイドセクション

----------------------------------------------------------------------*/

#select-wrapper {
  padding: 50px 0 0;
  margin: -50px 0 0;
}
.select-wrapper {
  padding: 150px 0 0;
  margin: -50px 0 0;
}
#order-made-kantan-title {
  padding: 25px 0;
  border: dotted 2px #707070;
  border-left: none;
  border-right: none;
  margin: 0 auto 30px;
  position: relative;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.order-made-kantan-title {
  padding: 25px 0;
  border: dotted 2px #707070;
  border-left: none;
  border-right: none;
  margin: 0 auto 30px;
  position: relative;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.h3-stuff {
  position: absolute;
  bottom: 102%;
  left: 44.7%;
}

.h3-stuff1 {
  position: absolute;
  bottom: 100%;
  left: 44.7%;
}

#order-made-kantan-title p {
  width: 1015px;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 4px;
}
.order-made-kantan-title p {
  width: 1015px;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 4px;
}
#order-made-wrapper {
  width: 100%;
  margin: -50px auto 100px;
  padding: 170px 0 0 0;
}

#order-made-wrapper .order-made-container {
  width: 1015px;
  margin: 20px auto 50px auto;
  position: relative;
}

#order-made-wrapper .order-made-container:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.order-made-img {
  text-align: center;
}

.order-made-container .order-made-introduction {
  position: absolute;
  top: 23%;
  left: 17%;
  width: 697px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  text-align: center;
}
.order-made-introduction .introduction-top {
  font-size: 15px;
  padding: 20px 0 15px;
}

.order-made-introduction .introduction-bottom {
  font-size: 40px;
  padding: 0 0 15px;
  letter-spacing: 7px;
}

.order-made-introduction .introduction-bottom img {
  width: 288px;
  vertical-align: middle;
}

/*----------------------------------------------------------------------

コンセプトページ(page-concept.php)

----------------------------------------------------------------------*/

#concept-main-wrapper {
  width: 960px;
  margin: 30px auto 80px auto;
}
@media screen and (max-width: 1200px) {
  #concept-main-wrapper {
    width: 1070px;
  }
}
#concept-01 {
  margin: -10px auto;
  padding: 10px 0 0 0;
}

.concept-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px auto;
}

.concept-menu li {
  position: relative;
}

.concept-menu li::before {
  content: '';
  position: absolute;
  border-right: 1.4px solid #363636;
  height: 21px;
  right: -15px;
  top: 17px;
  bottom: 0;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
}
.concept-menu li::after {
  content: '';
  display: block;
  border-bottom: 1px solid #363636;
  width: 100%;
}

.concept-menu li a {
  font-size: 13px;
  line-height: 1.53;
  display: block;
}

#concept-message {
  margin: 80px auto 40px;
  text-align: center;
}

#concept-message img {
  vertical-align: bottom;
}

#concept-message h1 {
  display: inline-block;
  font-size: 40px;
  line-height: 1.5;
  margin: 0 auto 0 20px;
  letter-spacing: 7px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.introduction {
  margin: 30px auto 100px auto;
}

.introduction p {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 2.53;
}

.float-wrapper {
  width: 100%;
  margin: 50px auto 100px auto;
}

.float-left-item,
.float-right-item {
  width: 100%;
  margin: 20px auto;
}

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

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

.float-img {
  width: 100%;
  display: inline-block;
}

.float-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.float-text {
  width: 100%;
  max-width: 450px;
  display: inline-block;
  text-align: left;
}

.float-text p:first-of-type {
  font-size: 24px;
  line-height: 1.41;
  position: relative;
  /* padding: 10px 0 10px 4%; */
  letter-spacing: 2.5px;
  margin: 0 0 0.5% 0;
  border-bottom: 1px solid #363636;
  padding: 2% 0 2% 4%;
}

.float-text p:nth-child(2) {
  font-size: 15px;
  line-height: 2.5;
  width: 95%;
  margin: 0 4% 7.5%;
}

.float-left-item .float-text {
  margin: 0 0 0 1%;
}

.float-right-item .float-text {
  margin: 0 1% 0 0;
}

.link-btn {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 18px;
}

.link-btn a:hover .hover-off {
  display: none;
}

.link-btn .hover-on {
  display: none;
}

.link-btn a:hover .hover-on {
  display: inline-block;
}

.link-btn a:hover {
  color: #fff;
  transition: all 0.15s linear;
}

.link-btn a:hover .menu-color {
  color: #fff;
  transition: all 0.15s linear;
}

.link-btn img {
  width: 100%;
}

.link-btn a {
  font-size: 23px;
  width: 100%;
}

.link-btn span {
  position: absolute;
  display: block;
  width: 95.5%;
  top: 46%;
  left: 0%;
  color: #fff;
}

.h-icon {
  width: 117px;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  margin: 0 auto;
}

.h-icon img {
  position: absolute;
  top: -10px;
  left: 0;
}

#concept-02-wrapper,
#concept-03-wrapper {
  margin: 80px auto;
}

#concept-04-wrapper {
  margin: 80px auto 110px auto;
}

.concept-02-img,
.concept-03-img {
  width: 100%;
  margin: 0 auto;
}

.concept-02-img img,
.concept-03-img img,
.concept-04-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}

/*----------------------------------------------------------------------

カテゴリページ内の記事ループ部分

----------------------------------------------------------------------*/

#articles-wrapper {
  /* width: 1015px; */
  width: 1280px;
  margin: -10px auto;
  padding: 70px 0 0 0;
  position: relative;
}

#articles-wrapper h2 {
  font-size: 30px;
  text-align: center;
  padding: 30px 0 50px;
  letter-spacing: 5px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#articles-wrapper .top-aricles-h2 {
  width: 960px;
  border-bottom: 2px dotted #363636;
  padding: 30px 0;
  margin: 30px auto 30px;
  position: relative;
  line-height: 1.3;
}

#articles-wrapper .top-aricles-h2 img {
  position: absolute;
  bottom: 0;
  left: 70px;
}

.articles-wrapper {
  width: 1280px;
  margin: -10px auto;
  padding: 70px 0 0 0;
}

.articles-wrapper h2 {
  font-size: 30px;
  text-align: center;
  padding: 30px 0 50px;
  letter-spacing: 5px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.articles-wrapper .top-aricles-h2 {
  width: 960px;
  border-bottom: 2px dotted #363636;
  padding: 30px 0;
  margin: 30px auto 30px;
  position: relative;
  line-height: 1.3;
}

/* 注目コンテンツ */
#articles-attention {
  width: 1280px;
  margin: -10px auto;
  padding: 70px 0 0 0;
  position: relative;
}

#articles-attention h2 {
  font-size: 30px;
  text-align: center;
  padding: 30px 0 50px;
  letter-spacing: 5px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#articles-attention .top-aricles-h2 {
  width: 960px;
  border-bottom: 2px dotted #363636;
  padding: 30px 0;
  margin: 30px auto 30px;
  position: relative;
  line-height: 1.3;
}

#articles-attention .top-aricles-h2 img {
  position: absolute;
  bottom: 0;
  left: 70px;
}

.articles-attention {
  width: 1015px;
  margin: -10px auto;
  padding: 70px 0 0 0;
}

.articles-attention h2 {
  font-size: 30px;
  text-align: center;
  padding: 30px 0 50px;
  letter-spacing: 5px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.articles-attention .top-aricles-h2 {
  width: 960px;
  border-bottom: 2px dotted #363636;
  padding: 30px 0;
  margin: 30px auto 30px;
  position: relative;
  line-height: 1.3;
}

#articles-attention h2.typesquare_option + p {
  text-align: center;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 30px;
  max-width: 960px;
  line-height: 1.8em;
}

#articles-attention .articles-container article {
  width: calc((100% - 20px * 2) / 3);
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

#articles-attention .articles-container.nn article {
  box-sizing: border-box;
  border: 0px;
  height: auto;
  margin: 0;
}

#articles-attention .articles-container.nn article a {
  padding: 0;
  display: block;
}

#articles-attention .idea-icon img {
  position: absolute;
  top: 91px;
  left: 100px;
}
#articles-attention .diy-icon img {
  position: absolute;
  top: 98px;
  right: 100px;
}
#articles-attention .osusume-icon img {
  position: absolute;
  top: 91px;
  left: 100px;
}
#articles-attention .articles-container article .article-title {
  font-size: 16px;
  line-height: 2;
  padding: 15px 15px 10px;
  background: #f2f0ed;
  color: #00adec;
  height: 90px;
}
#articles-attention .articles-container article p:nth-of-type(2) {
  font-size: 13px;
  line-height: 2;
  padding: 2px 15px 10px;
  background: #f2f0ed;
  height: 210px;
}

/*
.articles-wrapper .top-aricles-h2 img{position: absolute;bottom: 0;left: 70px;}
*/
#articles-wrapper .idea-icon img {
  position: absolute;
  top: 91px;
  left: 100px;
}
#articles-wrapper .diy-icon img {
  position: absolute;
  top: 98px;
  right: 100px;
}
#articles-wrapper .osusume-icon img {
  position: absolute;
  top: 91px;
  left: 100px;
}
.articles-container {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.articles-container article {
  width: calc((100% - 30px * 2) / 3);
  margin: 0;
  display: block;
}

.articles-container article:nth-child(3n + 2) {
  margin: 0;
}

.articles-container article:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.articles-container div {
  width: 100%;
  overflow: hidden;
}

.alm-listing .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.articles-container div img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 250 / 150;
}

.articles-container article .article-title {
  font-size: 15px;
  line-height: 1.8;
  padding: 10px 5px 5px;
}
.articles-container article p:nth-of-type(2) {
  font-size: 13px;
  line-height: 2;
  padding: 5px 5px 10px;
}

.articles-container article time {
  display: block;
  text-align: right;
  font-size: 14px;
}

/*----------------------------------------------------------------------

壁面収納OSAMARUの選び方セクション

----------------------------------------------------------------------*/

#erabikata-wrapper {
  width: 100%;
  margin: 80px auto;
}

.erabikata-container {
  width: 1015px;
  margin: 0 auto;
}

.erabikata-container img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.erabikata-container .erabikata-top img {
  width: 275px;
  display: block;
  overflow: hidden;
  margin: 10px auto 0px 70px;
}

.erabikata-top {
  margin: 0 0 80px 0;
}

.erabikata-top div,
.erabikata-bottom div {
  display: inline-block;
  width: 40%;
}

.erabikata-top .erabikata-text,
.erabikata-bottom .erabikata-text {
  vertical-align: top;
  width: 50%;
  margin: 0 4%;
  /* line-height: 2.5; */
}

.erabikata-top .erabikata-text h3,
.erabikata-bottom .erabikata-text h3 {
  font-size: 23px;
  line-height: 1.41;
  margin: 0 0 20px 0;
}

.erabikata-top .erabikata-text p:last-child,
.erabikata-bottom .erabikata-text p:last-child {
  font-size: 15px;
  line-height: 2.5;
}

/*----------------------------------------------------------------------

メインビジュアル

----------------------------------------------------------------------*/

/* スクロールバーcss */
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
/* スクロールバーcss end */

#main-visual {
  width: 100%;
  margin: 0 auto;
  background-color: #f2f0ed;
}
@media screen and (max-width: 960px) {
  #main-visual {
    width: 960px;
  }
}
.main-container {
  /* background-image: url("../img/common/main-bg.png"); */
  position: relative;
  min-height: 800px;
}

.main-left.tv-left {
  width: 100%;
  max-width: 740px;
  height: 180px;
  top: 620px;
  left: auto;
  right: 23px;
}

.main-left {
  width: 60.5%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background-color: #f8f8f8;
  overflow: hidden;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .main-left {
    background-size: 150%;
    background-position: 97% 85%;
  }
  .left-on-text3 {
    left: 63% !important;
    width: 400px !important;
    height: 79px;
    font-size: 10px !important;
  }
}
.left-on-text {
  position: absolute;
  top: 1.5vw;
  right: 0%;
  font-size: 40px;
  letter-spacing: 8px;
  padding: 2%;
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  text-align: right;
}

.left-on-text2 {
  font-size: 30px;
  position: absolute;
  top: 7%;
  right: 9%;
  letter-spacing: 4px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.left-on-text2 .osamaru-color {
  font-size: 40px;
}

.left-on-text3 {
  position: absolute;
  font-size: 12px;
  width: 490px;
  bottom: 6.5%;
  left: 60%;
  transform: translate(-110%, 0);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.left-on-text3.tv-left {
  left: 99%;
}

.left-on-text3 p {
  position: absolute;
}

.left-on-text3 p .osamaru-color {
  font-size: 15px;
}

.left-on-text4 {
  position: absolute;
  font-size: 12px;
  width: 710px;
  bottom: 15.5%;
  left: 105%;
  transform: translate(-110%, 0);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.left-on-text5 {
  position: absolute;
  font-size: 12px;
  width: 560px;
  bottom: 6.5%;
  left: 60%;
  transform: translate(-110%, 0);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.main-right {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0%;
  background-image: url(../img/common/main-bg.png);
  background-color: #e3e1dd;
}

.right-container {
  box-sizing: border-box;
  max-width: 355px;
  padding: 1.5vw 0.5vw;
  overflow-y: scroll;
  height: 800px;
  transform: translateZ(0);
}

.main-menu {
  margin: 0 auto 3%;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  letter-spacing: 1px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.main-menu2 {
  margin: 0 auto 3%;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  letter-spacing: 1px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

.main-menu a,
.main-menu2 a {
  display: block;
  padding: 2.5%;
}

.main-menu a:hover .hover-off,
.main-menu2 a:hover .hover-off {
  display: none;
}

.main-menu .hover-on,
.main-menu2 .hover-on {
  display: none;
}

.main-menu a:hover .hover-on,
.main-menu2 a:hover .hover-on {
  display: inline-block;
}

.main-menu a:hover,
.main-menu2 a:hover {
  color: #fff;
  background-color: #00adec;
  transition: all 0.15s linear;
}

.main-menu a:hover .menu-color,
.main-menu2 a:hover .menu-color {
  color: #fff;
  transition: all 0.15s linear;
}

.main-menu::after {
  content: '';
  position: absolute;
  top: 61.8%;
  right: 0%;
  border-style: solid;
  border-color: transparent #00adec transparent transparent;
  border-width: 15px 15px 0 0;
  line-height: 2;
}

.main-menu2::after {
  content: '';
  position: absolute;
  top: 77.8%;
  right: 0%;
  border-style: solid;
  border-color: transparent #00adec transparent transparent;
  border-width: 15px 15px 0 0;
}

.main-menu img {
  display: inline-block;
  padding: 0% 2%;
}

.main-menu2 img {
  display: inline-block;
  padding: 0% 2%;
  vertical-align: top;
}

.menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3% 0;
}

.list-item {
  width: 48%;
}

.list-item div {
  width: 100%;
  margin: 0 auto;
}

.list-item div img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.list-item p {
  text-align: center;
  line-height: 1.46;
}

.box-shadow {
  box-shadow: 2px 3px #707070;
}

.menu-color {
  color: #00adec;
  font-size: 23px;
}

.d-ib {
  display: inline-block;
}
.saisin-kiji {
  margin: 3% 0 0;
  padding: 0 0 0% 0;
}

.saisin-kiji-img {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 2% 0;
}

.saisin-kiji-img img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.saisin-kiji-text {
  width: 25%;
  display: inline-block;
}

.saisin-kiji p:first-child {
  font-size: 12px;
  overflow: hidden;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin: 0 0 2%;
}

.saisin-kiji time {
  font-size: 12px;
  overflow: hidden;
  text-align: right;
  margin: 0 0 2%;
}

.product-detail {
  padding: 1% 2% 4%;
}

.product-detail .osamaru-color {
  font-size: 24px;
}

.detail-a {
  margin: 0 0 2%;
}

.detail-circle {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 58px;
  height: 48px;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 0 0;
}

.detail-name1 {
  display: inline-block;
  font-size: 13px;
  vertical-align: 100%;
}
.detail-name {
  display: inline-block;
  font-size: 13px;
}
.detail-size {
  padding: 3% 4%;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 0 3%;
}

.point-list {
  padding: 1% 2% 4%;
}

.point-list li {
  text-decoration: underline;
  margin: 0 0 3% 0;
  line-height: 1.5;
}

/*----------------------------------------------------------------------

商品分岐部分 1列の場合

----------------------------------------------------------------------*/

.select-table-01 {
  width: 546px;
  text-align: center;
  margin: 50px auto 80px;
  line-height: 1.8;
}

.select-table-01 a {
  background-color: #f2f0ed;
  display: block;
  padding: 15px;
}

/*----------------------------------------------------------------------

商品分岐部分 2列の場合

----------------------------------------------------------------------*/

.select-table {
  width: 880px;
  text-align: center;
  margin: 50px auto 80px;
  line-height: 1.8;
}

.select-table a {
  background-color: #f2f0ed;
  display: block;
  padding: 15px;
}

/*----------------------------------------------------------------------

商品分岐部分 3列の場合

----------------------------------------------------------------------*/

.select-table-03 {
  width: 1015px;
  text-align: center;
  margin: 50px auto 80px;
  line-height: 1.8;
}

.select-table-03 a {
  background-color: #f2f0ed;
  display: block;
  padding: 15px;
}

.main-td :hover {
  /* background-color: #fff; */
  transition: 0s;
  /* opacity: 0.7; */
}
tr,
th,
td {
  border: 1px solid #cccccc;
}

.tateyomi {
  writing-mode: vertical-rl;
  text-align: center;
  position: absolute;
  letter-spacing: 5px;
  top: 37%;
  left: 15%;
}

.tateyomi2 {
  writing-mode: vertical-rl;
}

.left-row {
  position: relative;
  width: 30px;
}

.v-middle {
  vertical-align: middle;
  font-size: 24px;
}

.short {
  padding: 3px;
}

.size-col {
  padding: 15px;
  font-size: 24px;
}

.table-bg {
  background-color: #f2f0ed;
  font-size: 14px;
}

.border-none {
  border: none;
}

.main-td p:first-child {
  margin: 0 0 10px 0;
}

.select-btn {
  margin: 5px 0 10px;
  padding: 9px;
  background-color: #fc7310;
  color: #fff;
  /* border: 1px solid #00ADEC; */
  font-size: 18px;
}

.main-td :hover .select-btn {
  /* background-color: #00ADEC; */
  color: #fff;
  opacity: 0.7;
}

/*----------------------------------------------------------------------

カテゴリページ内の記事一覧

----------------------------------------------------------------------*/
#articles-wrapper .ajax-load-more-wrap.infinite .alm-load-more-btn {
  opacity: 1;
  text-indent: -25px;
  line-height: 4;
  width: 300px;
  background-image: url(../img/common/morebtn-bg.png);
  background-size: auto;
  background-position: center top;
  height: 79px;
  padding: 20px 0 0 0;
  color: #363636;
  font-family: 'A1ゴシック R', 'A1 Gothic R', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
  /* text-align: center; */
}

#articles-wrapper .ajax-load-more-wrap.infinite .alm-load-more-btn:hover {
  background-image: url(../img/common/morebtn-bg-on.png);
  color: #fff;
}

#articles-wrapper .ajax-load-more-wrap.infinite .alm-load-more-btn.done {
  opacity: 0;
  display: none;
}
.articles-wrapper .ajax-load-more-wrap.infinite .alm-load-more-btn {
  opacity: 1;
  text-indent: -25px;
  line-height: 4;
  width: 300px;
  background-image: url(../img/common/morebtn-bg.png);
  background-size: auto;
  background-position: center top;
  height: 79px;
  padding: 20px 0 0 0;
  color: #363636;
  font-family: 'A1ゴシック R', 'A1 Gothic R', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
  /* text-align: center; */
}

.articles-wrapper .ajax-load-more-wrap.infinite .alm-load-more-btn:hover {
  background-image: url(../img/common/morebtn-bg-on.png);
  color: #fff;
}

.articles-wrapper .ajax-load-more-wrap.infinite .alm-load-more-btn.done {
  opacity: 0;
  display: none;
}

/*----------------------------------------------------------------------

商品まとめページ

----------------------------------------------------------------------*/

#product-wrapper {
  width: 1015px;
  margin: 50px auto;
}

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

#product-wrapper h1 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 6px;
  padding: 20px 0 50px;
  line-height: 150%;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.select-title {
  display: flex;
  margin: 0 auto 20px;
}

.select-title li {
  width: 20%;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.select-title li.fit {
  width: auto;
}

.select-title .osamaru-color {
  font-size: 22px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}

.product-list li {
  box-sizing: border-box;
  width: 203px;
  border: 1px solid #f2f0ed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list li:hover {
  border: 1px solid #fc7211;
}

.tv li {
  height: 380px;
}

.product-list li a {
  display: block;
  margin: 0 0 10px 0;
  /*    height: 94%; */
  margin: 0 0 10px 0;
}
.product-list li span.price {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}
.product-list li a img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 10px auto 0;
}

.product-text {
  text-align: center;
  line-height: 1.6;
}

.product-btn {
  text-align: center;
  padding: 4%;
  font-size: 18px; /* border: 1px solid #FC7211; */
  width: 80%;
  margin: 5% auto 2%;
  background-color: #fc7211;
  color: #fff;
}

.product-list li a:hover .product-btn {
  opacity: 0.7;
  transition: all 0.15s linear;
}

.dummy {
  background-image: url(../img/product/dummy-bg.png);
  background-size: cover;
}

.product-list .dummy:hover {
  border: 1px solid #f2f0ed;
}

.point-tv {
  background-image: url(../img/product/tv/point-tv.png);
  background-size: contain;
  background-position: center bottom;
  position: relative;
  background-repeat: no-repeat;
}

.point-tv p {
  position: absolute;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  top: 12%;
  left: 20%;
}
.bunkatsuban {
  color: #fc7211;
  text-align: center;
  font-size: 18px;
  margin: 10px 0 10px 0;
}

/*----------------------------------------------------------------------

商品まとめページ内の組み立てかたセクション

----------------------------------------------------------------------*/

#kumitatekata {
  width: 1015px;
  margin: 50px auto;
}

#kumitatekata h2 {
  font-size: 30px;
  text-align: center;
  padding: 10px 0 50px;
  letter-spacing: 4px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#kumitatekata h2 img {
  width: 270px;
  vertical-align: middle;
}

.kumitatekata-box {
  display: flex;
  justify-content: space-between;
}
.kumitatekata-box .kumitate-left {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.kumitatekata-box .kumitate-left img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.kumitatekata-box .kumitate-right {
  margin: 0 0 0 2%;
}

.kumitatekata-box .kumitate-right .kumitate-text {
  line-height: 2.5;
  margin: 0 0 3.5%;
}

.kumitate-btn {
  position: relative;
  /* font-size: 20px; */
  text-align: center;
}

.kumitate-btn a {
  display: block;
}

.btn-inner {
  line-height: 2;
  position: absolute;
  width: 100%;
  top: 23%;
  right: 3%;
}

.kumitate-btn-top {
  font-size: 20px;
}

.kumitate-btn-top img {
  width: 20px;
  vertical-align: text-bottom;
}

.kumitate-btn-bottom {
  font-size: 22px;
}

.kumitate-btn-bottom img {
  width: 230px;
  vertical-align: middle;
}

/*----------------------------------------------------------------------

商品まとめページ内モーダルウィンドウ

----------------------------------------------------------------------*/

.modal-content {
  position: fixed;
  display: none;
  z-index: 2;
  width: 1015px;
  max-height: 650px;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-close {
  display: block;
  position: relative;
}

.modal-close img {
  position: absolute;
  top: -85px;
  right: 0;
}
.modal-box {
  display: flex;
}

.modal-box img {
  width: 168px;
  height: 168px;
}

.modal-title {
  width: 100%;
  font-size: 24px;
  display: inline-block;
}

.modal-pankuzu {
  /* margin: 0 0 5px; */
  padding: 33px 0;
  letter-spacing: 2px;
}

.modal-cart {
  display: inline-block;
  width: 426px;
  text-align: center;
}

.modal-cart a {
  display: block;
  font-size: 20px;
  border: 1px solid #00adec;
  padding: 15px 0;
  color: #00adec;
}

#modal-swiper {
  width: 520px;
  display: inline-block;
}

.swiper-my-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
}
.swiper-container-horizontal
  > .swiper-my-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
  display: inline-block;
  width: 60px;
  background-color: #fff;
}

.swiper-container a {
  display: block;
}

.swiper-my-pagination img {
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
  width: 100%;
}
.swiper-my-pagination {
  display: table;
}
.swiper-my-pagination {
  display: table;
  table-layout: fixed;
  text-align: center;
  margin: 10px auto 0;
}
.swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;
  padding: 2px;
  background: transparent;
  opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}

.modal-table {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 40px;
}

.modal-table tr {
  border: none;
}

.modal-table th {
  border-top: none;
  font-weight: normal;
  line-height: 2;
}

.modal-table {
  line-height: 2;
}

.modal-table tr:last-child,
.modal-table tr:last-child td {
  border-bottom: none;
}

.modal-table tr td:first-child,
.modal-table tr th:first-child {
  text-align: center;
  vertical-align: middle;
  border-left: none;
  padding: 0 5px 0 0;
}

.modal-table tr td:last-child,
.modal-table tr th:last-child {
  border-right: none;
  vertical-align: middle;
  padding: 0 0 0 10px;
  text-align: left;
}

#wrapper {
}

/*----------------------------------------------------------------------

トップページ

----------------------------------------------------------------------*/

.top-bnr {
  /* max-width: 960px; */
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
/* .top-bnr .top-bnr__item{} */
/* .top-bnr .top-bnr__link{} */
.top-bnr .top-bnr__link:hover {
  opacity: 0.7;
}
.top-bnr .top-bnr__image {
  max-width: 100%;
}
.top-bnr .top-bnr__item {
  width: 470px;
}
.top-bnr .top-bnr__item.bt {
  position: relative;
}
.top-bnr__item.bt .txt01 {
  position: absolute;
  top: 0;
  left: 39%;
  color: #fff;
  padding: 5px 0;
}
.top-bnr__item.bt .txt02 {
  position: absolute;
  left: 39%;
  top: 45%;
  font-size: 18px;
  vertical-align: middle;
  font-family: 'A1ゴシック M', 'A1 Gothic M', 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif !important;
  font-weight: bold;
}
.top-bnr__item.bt .txt02 span {
  color: #fc7310;
  font-size: 27px;
  padding-left: 5px;
  vertical-align: -3px;
}

#top-page-wrapper .swiper-container {
  max-width: 100%;
  margin: 0 auto;
}

#top-page-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #f2f0ed;
  overflow: hidden;
}

#top-page-wrapper img {
  width: 100%;
}

#top-category-select {
  width: 1280px;
  margin: 60px auto;
  display: flex;
  gap: 60px;
}

#select-shuunou {
  width: calc((100% - 60px * 1) / 2);
  /* margin: 0 auto; */ /* display: flex; */ /* justify-content: space-between; */
  display: inline-block;
  position: relative;
}

#select-shuunou h2 {
  width: 100%;
  padding: 20px 0 30px;
  border-bottom: 2px dotted;
  position: relative;
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#select-shuunou h2 p {
  padding: 0 0 0 90px;
}
/**修正前
#select-shuunou h2 img{position: absolute;bottom: 0;left: -6px;}
*/
#select-shuunou .hekimen-icon {
  position: absolute;
  top: -21px;
}

#select-riyou-scene {
  width: calc((100% - 60px * 1) / 2);
  /* margin: 0 auto; */
  display: inline-block;
  position: relative;
}

#select-riyou-scene h2 {
  width: 100%;
  padding: 20px 0px 30px 0px;
  border-bottom: 2px dotted;
  position: relative;
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#select-riyou-scene h2 p {
  padding: 0 110px 0 0;
}
/*
#select-riyou-scene h2 img{position: absolute;bottom: 0;right: 0;}
*/
#select-riyou-scene .riyou-icon img {
  position: absolute;
  top: -21px;
  right: 0;
}
.category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.category-list li {
  display: inline-block;
  width: 46%;
  text-align: center;
}

.category-list li a {
  display: block;
}
.category-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s linear;
}

.category-list li img {
  width: 100%;
}

.category-list li p {
  margin: 10px auto 20px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  position: relative;
}

.category-list li p::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/text-bg.png);
  /* background-size: contain; */
  background-position: center bottom;
  bottom: -30%;
  left: 0%;
}

.top-ordermade {
  display: inline-block;
  width: 100%;
  position: relative;
}

.top-ordermade a {
  display: block;
}
.top-ordermade a:hover {
  opacity: 0.7;
  transition: all 0.3s linear;
}

.top-ordermade-bg {
  width: 100%;
  overflow: hidden;
}

.top-ordermade-bg img {
  width: 100%;
}

.top-ordermade-text {
  padding: 15px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
}

.top-ordermade-text img {
  width: 240px;
  display: block;
  margin: 10px auto;
}

.top-ordermade-text p:first-child {
  font-size: 14px;
}

.top-ordermade-text p:last-child {
  font-size: 29px;
  letter-spacing: 7px;
}

.top-ordermade-plane-text {
  text-align: center;
  font-size: 16px;
  /* padding: 10px 0; */
  margin: 10px auto 20px;

  /* display: inline-block; */
  width: 95%;
  position: relative;
}

.top-ordermade-plane-text::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/text-bg.png);
  /* background-size: contain; */
  background-position: center bottom;
  bottom: -30%;
  left: 0%;
}

#news-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #f2f0ed;
}

.news-container {
  /* background-color: #F2F0ED; */
  width: 960px;
  margin: 0px auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}

.news-img {
  width: 32%;
  display: inline-block;
}

.news-img a {
  display: block;
}
.news-img a:hover {
  opacity: 0.7;
  transition: all 0.3s linear;
}

.news-box {
  width: 32%;
  display: inline-block;
  position: relative;
}

.news-title {
  font-size: 17px;
  text-align: center;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important; /* font-weight: bold; */
  position: relative;
  margin: 0px auto 20px;
}

.news-title img {
  position: absolute;
  bottom: -10px;
  left: 120px;
}

.news-list {
}

.news-list article {
  line-height: 1.42;
  padding: 8px 5px;
}

.news-list article div {
  display: flex;
}
.news-list .news-article a {
  display: block;
}

.news-list article:nth-child(2) {
  border-top: 2px dotted #707070;
  border-bottom: 2px dotted #707070;
}

.news-list .news-article-title {
  font-size: 14px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; /* display: table-cell; */
}

.news-list time {
  font-size: 12px; /* display: table-cell; */
  margin-right: 10px;
}
.news-list .news-article-title a {
  display: block;
  padding: 3px 0;
}
.news-list .news-archive-btn {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.news-list .news-archive-btn a {
  display: block;
}

.news-list .news-archive-btn a span {
  display: inline-block;
  position: absolute;
  width: 95%;
  top: 22%;
  left: 0%;
  font-size: 14px;
  text-align: center;
}
.news-list .news-archive-btn a:hover span {
  color: #fff;
  top: 25%;
}
.news-list .news-archive-btn img {
}

.news-list .news-archive-btn a .hover-off {
}

.news-list .news-archive-btn a .hover-on {
  display: none;
}

.news-list .news-archive-btn a:hover .hover-off {
  display: none;
}

.news-list .news-archive-btn a:hover .hover-on {
  display: block;
}

#showroom-wrapper {
  width: 1000px;
  padding-top: 50px;
  margin: -50px auto 50px;
  display: block;
}

.piace-icon {
  position: relative;
  width: 900px;
  height: 10px;
  margin-top: 50px;
}

.showroom-name {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
  position: absolute;
  padding-left: 30px;
}

.showroom-name img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 0 auto;
}

#showroom-wrapper .inner {
  display: flex; /*justify-content: space-between; align-items: flex-start;*/
}

#showroom-img {
  width: 48%;
  margin-right: 2%;
  padding-top: 4px;
}

#showroom-img img {
  width: 485px;
  height: 384px;
  object-fit: cover;
}

#showroom-detail {
  width: 50%;
}

#showroom-info {
  width: 100%;
}
#showroom-info table {
  margin: 0;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
#showroom-info table th {
  width: 4.5em;
  text-align: left;
  font-weight: normal;
}
#showroom-info table tr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px dotted #707070;
}
#showroom-info table tr:last-child {
  border: none;
}
#showroom-info table th,
#showroom-info table td {
  padding: 0.75rem 0;
  background: transparent;
  border: none;
  font-size: 13px;
}
#showroom-info table td p {
  line-height: 20px;
}
#showroom-info p.subtext {
  margin: 10px 0 5px 0;
  font-size: 0.85em;
}

#showroom-map {
  width: 100%;
  height: 193px;
  margin-right: 12px;
} /* 250px */
#showroom-map iframe {
  width: 100%;
  height: 100%;
}
#showroom-calendar {
  width: 40%;
  height: 100%;
}

.wpsbc-container {
  height: 193px;
  max-height: 193px;
  overflow: initial;
}
.wpsbc-calendar {
  margin-bottom: 0 !important;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
  background-color: #fff !important; /* default -- #ddffcc; */
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
  padding: 1px 3px !important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar-wrapper {
  padding: 0 !important;
}

.wpsbc-container
  .wpsbc-calendars
  .wpsbc-calendar
  .wpsbc-calendar-header
  .wpsbc-select-container
  select {
  height: 18px !important;
  font-size: 11px !important;
}
.wpsbc-container
  .wpsbc-calendars
  .wpsbc-calendar
  .wpsbc-calendar-header
  .wpsbc-calendar-header-navigation
  .wpsbc-next,
.wpsbc-calendars
  .wpsbc-calendar
  .wpsbc-calendar-header
  .wpsbc-calendar-header-navigation
  .wpsbc-prev {
  height: 18px !important;
  width: 26px !important;
  line-height: 18px !important;
  margin-top: -10px !important;
}

.wpsbc-container
  .wpsbc-calendars
  .wpsbc-calendar
  .wpsbc-calendar-header
  .wpsbc-calendar-header-navigation {
  min-height: 18px !important;
  line-height: 18px !important;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table thead tr th {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}

#showroom-wrapper .inner-next {
  display: block;
  text-align: right;
  margin-top: -0.5em;
  font-size: 13px;
}

.holiday-cell {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #ffc0bd;
  vertical-align: baseline;
  margin-right: 1em;
} /* equal to: .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type -- bgColor*/
.close-cell {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fee2a0;
  vertical-align: baseline;
  margin-right: 1em;
}

.linkbtn-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: -2px;
}

.link-btn2 {
  position: relative;
  width: 48%;
}

.link-btn2 .hover-on {
  display: none;
}

.link-btn2 a {
  display: block;
  color: #fff;
  font-size: 18px;
}

.link-btn2 a:hover {
  color: #fff;
  transition: all 0.15s linear;
}

.link-btn2 span {
  position: absolute;
  display: block;
  width: 86.3%;
  top: 50%;
  left: 0%;
  text-align: center;
  color: #fff;
}

.link-btn2 a:hover .hover-on {
  display: inline-block;
}

.link-btn2 a:hover .hover-off {
  display: none;
}

.point-text .link-btn2:nth-child(2) {
  font-size: 15px;
  line-height: 1;
  width: 50%;
  margin: 0 auto;
}

.big-menu li {
  position: relative;
  margin-bottom: 10px;
}

.big-menu span {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  left: 0%;
  text-align: center;
}

.big-menu li:last-child a {
  color: #fff;
}

.big-menu li .hover-on {
  display: none;
}

.big-menu li:last-child .hover-off {
  display: none;
}

.big-menu li:last-child .hover-on {
  display: inline-block;
}

.big-menu li a:hover {
  color: #fff;
  transition: all 0.15s linear;
}

.big-menu li:last-child a:hover {
  color: #363636;
  transition: all 0.15s linear;
}

.big-menu li a:hover .hover-on {
  display: inline-block;
}

.big-menu li:last-child a:hover .hover-on {
  display: none;
}

.big-menu li a:hover .hover-off {
  display: none;
}

.big-menu li:last-child a:hover .hover-off {
  display: inline-block;
}

/*----------------------------------------------------------------------

カート部分

----------------------------------------------------------------------*/

#wrapper header.entry-header {
  display: none;
}

#wrapper .entry-content {
  width: 960px;
  margin: 30px auto;
  font-family: 'A1ゴシック R', 'A1 Gothic R', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

#wrapper .woocommerce-message .button.wc-forward {
  display: none;
}

#wrapper form.woocommerce-cart-form {
  width: 100%;
  /* float: left; */
}

#wrapper .woocommerce-cart-form td {
  vertical-align: middle;
}

#wrapper .cart_totals td,
.cart_totals th {
  padding: 1em;
}

#wrapper .cart_totals th {
  text-align: left;
  padding: 1em;
  border-right: none;
  text-align: center;
}

#wrapper .cart_totals td {
  text-align: right;
  border-left: none;
  padding: 1em;
}

#wrapper .wc-proceed-to-checkout {
  width: 100%;
  display: inline-block;
  /* margin-bottom: 1.5em; */
}

#wrapper .woocommerce-message {
  background-color: #fff;
  color: #363636;
  padding: 10px 0;
  margin: 0 auto;
}

#wrapper .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: 1px solid #707070;
  border-collapse: collapse;
  text-align: center;
}

#wrapper .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  /* float: left; */
  width: 40%;
  margin: 1.5em 0 0;
}

#wrapper .shop_table thead {
  background-color: #f2f0ed;
}

#wrapper .shop_table.woocommerce-cart-form__contents th,
#wrapper .shop_table.woocommerce-cart-form__contents td,
#wrapper .shop_table.woocommerce-cart-form__contents tr {
  border: 1px dotted #707070;
  border-top: 1px solid #707070;
}
#wrapper .shop_table.woocommerce-cart-form__contents tr {
  font-size: 14px;
  padding: 8px 0;
}

#wrapper .content-area {
  margin: 30px auto;
}

#wrapper .shop_table.shop_table_responsive {
  width: 100%;
}

#wrapper .cart_totals .woocommerce-shipping-destination {
  display: none;
}

#wrapper .woocommerce-shipping-calculator {
  display: none;
}

#wrapper td.product-remove {
  text-align: center;
}

#wrapper .woocommerce-cart-form__cart-item.cart_item img {
  max-width: 100px;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

#wrapper .coupon button.button {
  background-color: #363636 !important;
  color: #fff !important;
  font-size: 15px;
  width: 140px !important;
  border: 1px solid #363636;
  height: 42px;
  vertical-align: bottom;
}

#wrapper .woocommerce button.button {
  background-color: #00adec;
  color: #fff;
  width: 127px;
  height: 42px;
  border-radius: 0;
  vertical-align: bottom;
  font-weight: normal;
}

#wrapper input#coupon_code {
  font-size: 15px;
  width: 160px !important;
  height: 40px;
  border: 1px solid #707070;
  text-align: center;
  padding: 0;
}

#wrapper .woocommerce-message {
  background-color: #707070;
  color: #ffffff;
  padding: 15px;
  border: none;
  margin: 1.5em auto;
}

#wrapper .woocommerce-message::before {
  content: '' !important;
}

#wrapper td.product-name {
  line-height: 2.2;
}

#wrapper .shop_table.woocommerce-cart-form__contents th {
  padding: 8px 0;
}

#wrapper .product-price .woocommerce-Price-amount.amount,
.product-subtotal .woocommerce-Price-amount.amount {
  font-size: 18px;
}

#wrapper .woocommerce-cart-form .quantity input {
  text-align: right;
}

#wrapper .cart_totals h2 {
  display: none;
}

#wrapper .woocommerce ul#shipping_method li {
  margin: 0;
}

#wrapper a.checkout-button.button.alt.wc-forward {
  border: none;
  background-color: #fc7310;
  color: #fff;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 1em;
  border-radius: 0;
  margin-top: 1em;
}

#wrapper tr.order-total {
  font-size: 18px;
  border: 2px solid #707070;
}

#wrapper tr.order-total .woocommerce-Price-amount .amount {
  font-size: 20px;
}

/*WooCommerceテスト*/
/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\f00e';
  line-height: 2;
  text-indent: 0;
}

/* /woocommerceテスト */

#wrapper .entry-title {
  display: none;
}

#wrapper #diy-wrapper .entry-title {
  display: block;
  margin-bottom: 35px;
}

#wrapper #diy-wrapper p.price {
  margin-bottom: 15px;
}

#wrapper .woocommerce table.shop_table {
  border-collapse: collapse;
  margin: 0;
}

#wrapper .woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #707070 !important;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #707070;
  margin: 0 auto;
}

#wrapper .woocommerce a.remove:hover {
  background-color: #fff;
}

a.restore-item {
  color: #fff;
  text-decoration: underline;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

#wrapper .woocommerce-error {
  background-color: #707070;
  color: #ffffff;
  padding: 15px;
  border: none;
  margin: 1.5em auto;
}

#wrapper .woocommerce-error::before {
  content: '';
}

/* ---------------------------------------------------------------

DIYカテゴリ

---------------------------------------------------------------*/

#diy-wrapper .woocommerce-breadcrumb-wrapper {
  width: 100%;
  background-color: #fcfcfc;
}

#diy-wrapper .woocommerce-breadcrumb {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 13px;
}

#diy-wrapper .page-title {
  background-color: #f2f0ed;
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 960px) {
  #diy-wrapper .page-title,
  #diy-wrapper #articles-wrapper {
    width: 960px !important;
  }
}

#diy-wrapper .woocommerce-result-count {
}

#diy-wrapper .woocommerce-ordering {
}
#diy-wrapper ul.products {
  width: 960px;
  margin: 30px auto;
}

#diy-wrapper ul.products li.product {
  display: inline-block;
  width: 220px;
  height: 370px;
  margin: 0 10.5px 30px;
  overflow: hidden;
}

#diy-wrapper ul.products li.product:nth-child(4n) {
  margin: 0 0 30px 10.5px;
}
#diy-wrapper ul.products li.product:nth-child(4n + 1),
#diy-wrapper ul.products li.product:first-child {
  margin: 0px 10.5px 30px 0;
}

#diy-wrapper ul.products li.product img {
  width: 220px;
  height: 220px;
}
#diy-wrapper .woocommerce-result-count {
  display: none;
}
#diy-wrapper .woocommerce-ordering {
  display: none;
}
#diy-wrapper h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 15px;
  padding: 0 0 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 2.1;
  overflow: hidden;
}
#diy-wrapper ul.products li.product span.price {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 0 0 15px 0;
}
#diy-wrapper ul.products li.product a.add_to_cart_button {
  display: block; /* text-align: center; */
  text-align: center;
  padding: 4%;
  font-size: 18px; /* border: 1px solid #29C5FD; */
  width: 100%;
  margin: 0% auto;
  color: #fff;
  box-sizing: border-box;
  background-color: #fc7310;
}

#diy-wrapper ul.products li.product a.add_to_cart_button:hover {
  /* color: #00ADEC; */
  background-color: #fff;
  transition: 0.3s;
  background-color: #953004;
}

#diy-wrapper .woocommerce-pagination {
  margin: 0 auto 100px;
  width: 270px;
}

#diy-wrapper .woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: space-between;
}

#diy-wrapper .woocommerce-pagination .page-numbers li {
  display: inline-block;
  /* background-image: url(../img/common/page-btn.png); */
  /* width: 82px; */
  /* height: 82px; */
  text-align: center;
  font-size: 18px;
}

#diy-wrapper .woocommerce-pagination .page-numbers li span {
  display: inline-block;
  /* width: 60px; */
  /* height: 60px; */
  /* text-align: center; */
  /* font-size: 18px; */
  /* padding: 43px 17px 0px 0; */
  background-image: url(../img/common/page-btn.png);
  background-repeat: no-repeat;
  width: 82px;
  /* height: 82px; */
  padding: 44px 21px 20px 1px;
  box-sizing: border-box;
}

#diy-wrapper .woocommerce-pagination .page-numbers li a {
  display: block; /* padding: 43px 17px 0px 0; */
  background-image: url(../img/common/page-btn.png);
  width: 82px;
  height: 82px;
  padding: 44px 21px 20px 1px;
  box-sizing: border-box;
}

#diy-wrapper .woocommerce-pagination .page-numbers li a:hover {
  background-image: url(../img/common/page-btn-on.png);
}
#sub-select {
}

#sub-select ul {
  display: flex;
  justify-content: space-evenly;
  margin: 100px auto;
}

#sub-select ul li {
  position: relative;
  width: 200px;
}

#sub-select ul li a {
  display: block;
  text-align: center;
}

#sub-select ul li a:hover {
  transition: all 0.15s linear;
}

#sub-select ul li a img {
}

#sub-select ul li a p:last-of-type {
  margin-top: 20px;
}

#sub-select ul li a p:last-of-type img {
}

#sub-select ul li a .hover-on {
  display: none;
}

#sub-select ul li a:hover .hover-on {
  display: inline-block;
}

#sub-select ul li a:hover .hover-off {
  display: none;
}

#sub-select ul li a .sub-select-text {
  position: relative;
  display: inline-block;
  font-size: 24px;
}

#sub-select ul li a .sub-select-text::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/text-bg.png);
  /* background-size: contain; */
  background-position: center bottom;
  bottom: -30%;
  left: 0%;
}

.child {
  display: none;
}

/* ---------------------------------------------------------------

DIY製品ページ

---------------------------------------------------------------*/

#diy-wrapper .product_cat-diy,
#diy-wrapper .product_cat-hekimen-shuunou-goods {
  width: 960px;
  margin: 0 auto;
}

#my-product-image {
  display: inline-block;
  width: 223px;
  height: 223px;
  margin: 20px 150px 30px 0;
  vertical-align: bottom;
}
#my-product-image img {
  width: 100%;
  height: 100%;
}

#diy-wrapper .summary.entry-summary {
  display: inline-block;
  margin: 30px 0 0;
  position: relative;
  width: 57%;
  vertical-align: top;
}

.summary.entry-summary .wc-pao-addon .form-row {
  margin-bottom: 10px;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
  width: 520px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px 0 0;
  text-align: center;
}
#diy-wrapper .quantity {
  display: none;
}

div#wc-stripe-payment-request-wrapper {
  display: none;
}

button.single_add_to_cart_button.button.alt {
  background-color: #fc7211 !important;
  /* border: 1px solid #FC7211; */
  width: 350px;
  height: 60px;
  padding: 15px 0px !important;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  line-height: 1;
}

button.single_add_to_cart_button.button.alt:hover {
  /* background-color: #00ADEC!important; */
  cursor: pointer;
  color: #fff;
  transition: all 0.3s linear;
  opacity: 0.7;
}

.button-tel {
  line-height: 1.5;
  margin-top: 10px;
}

.button-tel span {
  color: #00adec;
  font-size: 18px;
}

#diy-wrapper form.cart {
  position: absolute;
  /* bottom: -95%; */
}

form.cart {
  display: inline-block;
  background-color: #fff;
}

h1.product_title.entry-title {
  font-size: 24px;
  margin-bottom: 10px;
}

p.price {
  font-size: 22px;
}

.woocommerce-product-gallery__image {
  margin: 30px auto;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
  display: none;
}

.woocommerce-product-details__short-description {
  /* position: absolute; */
  /* top: 310px; */
  /* right: 50px; */
  font-size: 15px;
  line-height: 1.5;
  width: 380px;
  display: inline-block;
  margin: 30px 0 0 0;
}

div#myproduct-image {
  width: 520px;
}

th,
td,
tr {
  border: 1px solid #cccccc;
}

.product-table {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 30px 40px;
}

.product-table tr {
  border: none;
}

.product-table th {
  border-top: none;
  font-weight: normal;
  line-height: 2;
}

.product-table {
  line-height: 2;
}

.product-table tr:last-child,
.product-table tr:last-child td {
  border-bottom: none;
  width: 20%;
}

.product-table tr td:first-child,
.product-table tr th:first-child {
  text-align: center;
  vertical-align: middle;
  border-left: none;
  padding: 0 5px 0 0;
}

.product-table tr td:last-child,
.product-table tr th:last-child {
  border-right: none;
  vertical-align: middle;
  padding: 0 0 0 10px;
  text-align: left;
}

.variations tr,
.variations td {
  border: none;
}

div.product-addon-totals {
  display: none;
}

/* ---------------------------------------------------------------

個別投稿ページ(sigle.php)

---------------------------------------------------------------*/

#single-wrapper #single-entry-container p a {
  color: #fb720f;
  line-height: 1.7;
}

#single-wrapper #single-entry-container p a::before {
  content: '詳しく';
  display: inline-block;
  background-color: #fb720f;
  border-radius: 8px;
  color: #fff;
  padding: 0 8px;
  margin-right: 15px;
}
#single-wrapper #single-entry-container p .before-none::before {
  content: none;
}

#single-wrapper a {
  display: inline-block;
  text-decoration: underline;
}

.single-article-title {
  padding: 20px 0;
  background-color: #f2f0ed;
  font-size: 24px;
  text-align: center;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  .single-article-title {
    width: 960px;
    margin: 0 auto;
  }
}
.article-left-box {
  display: inline-block;
}

.single-article-title img {
  width: 65px;
  height: 57px;
  vertical-align: middle;
}

.single-article-title .toggle.menu img {
  vertical-align: sub;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px 0 10px;
}

#single-cat-menu {
  display: inline-block;
  letter-spacing: 1px;
  background-color: #fff;
  /* padding: 15px 10px; */
  font-size: 15px;
  position: relative;
  /* z-index: 6; */
}
#single-cat-menu .toggle.menu {
  display: block; /* font-size: 15px; */ /* letter-spacing: 1px; */ /* background-color: #fff; */ /* padding: 5px 0; */
  padding: 15px 10px 12px;
  cursor: pointer;
  text-decoration: none;
}

#single-cat-menu .inner {
  z-index: 5;
  position: absolute;
  /* display: block; */
  width: 100%;
  box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.6);
}

#single-cat-menu .cat-item {
  /* z-index: 5; */
  border-top: 1px solid #cccccc; /* width: 100%; */ /* display: block; */ /* padding: 15px 10px; */
  text-align: left; /* background-color: rgba(255,0,0,0.5); */
  background: rgba(255, 255, 255, 0.7);
}

#single-cat-menu .cat-item a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}

.single-entry-content {
  width: 1015px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single-entry-content {
    width: 960px;
  }
}
.single-thumbnail {
  max-height: 600px;
  width: 100%;
  overflow: hidden;
  /* text-align: center; */
  margin: 50px auto;
}

.single-thumbnail img {
  width: 100%;
  height: 100%;
}

.single-entry-content p .alignnone {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

.single-entry-content p .aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.single-entry-content p .alignleft {
  display: block;
  margin: 0 auto;
  float: left;
  max-width: 100%;
  height: auto;
}

.single-entry-content p .alignright {
  display: block;
  margin: 0 auto;
  float: right;
  max-width: 100%;
  height: auto;
}

.single-entry-content p::after {
  content: '';
  clear: both;
  display: block;
}

#h1-wrapper {
  position: relative;
  margin: 0 0 10px 0;
}

#h1-wrapper::before {
  position: absolute;
  content: url(../img/concept/left-top.png);
  top: 0;
  left: 0;
}

#h1-wrapper::after {
  content: url(../img/concept/right-top.png);
  position: absolute;
  top: 0;
  right: 0;
}

.h1-container {
  position: relative;
}

.h1-container::before {
  content: url(../img/concept/right-bottom.png);
  position: absolute;
  bottom: 0;
  right: 0;
}

.h1-container::after {
  content: url(../img/concept/left-bottom.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-entry-content p {
  padding: 0 27.5px;
  margin-bottom: 30px;
  line-height: 2.5; /* font-size: 15px; */
}

.single-entry-content .wp-block-image {
  /* display: block!important; */
  width: 100%;
  text-align: center;
}

.single-entry-content .wp-block-image img {
}

.single-entry-content h1 {
  line-height: 1.6;
  padding: 30px 10px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 8px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.single-entry-content h3 {
  position: relative;
  padding: 0 27.5px;
  margin-bottom: 30px;
  margin-top: 70px;
  font-size: 20px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.single-entry-content h3::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/text-bg.png);
  /* background-size: contain; */
  background-position: center bottom;
  bottom: -30%;
  left: 0%;
}

.single-entry-content h4 {
  padding: 5px 15px;
  color: #363636;
  border-left: solid 3px #00adec;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-top: 40px;
}

.single-entry-content h2 {
  margin-bottom: 3%;
  margin-top: 80px;
  padding: 15px 27.5px;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

.single-entry-content .table_of_contents ul {
  margin: 10px auto 10px auto;
  padding: 0 27.5px;
}

.single-entry-content .table_of_contents ul ul {
  margin: 0px auto 10px auto;
  padding: 0;
}

.single-entry-content .table_of_contents ul li {
  padding-left: 20px;
  font-size: 15px;
  background-image: url(../img/common/li-icon.png);
  background-repeat: no-repeat;
  background-position: left 8.5px;
  line-height: 2;
  margin-top: 8px;
}
.single-entry-content .table_of_contents ul ul li {
  padding-left: 20px;
  font-size: 15px;
  background-image: url(../img/common/column-icon.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  line-height: 2;
}

#single-wrapper dl {
  margin: 10px auto 30px auto;
  padding: 0 27.5px;
}

#single-wrapper dl dt {
  padding-left: 20px;
  font-size: 15px;
  background-image: url(../img/common/li-icon.png);
  background-repeat: no-repeat;
  background-position: left 8.5px;
  line-height: 2;
  margin-top: 8px;
}

#single-wrapper dl dd {
  padding-left: 20px;
  font-size: 15px;
  background-image: url(../img/common/column-icon.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  line-height: 2;
  margin-top: 5px;
  margin-left: 20px;
}
.table_of_contents {
  margin-bottom: 40px;
}

#single-wrapper .siglenavigation {
  width: 960px; /*margin: 40px auto 130px;*/
  margin: 100px auto 270px;
  display: flex;
  justify-content: space-between;
}

#single-wrapper .siglenavigation p,
#showroom-wrapper .more-btn_wrapper {
  position: relative;
  width: 300px;
}

#showroom-wrapper .more-btn_wrapper {
  margin: 0 auto;
  padding-top: 50px;
}

#single-wrapper .siglenavigation a,
#showroom-wrapper .more-btn_wrapper .more-btn {
  text-decoration: none;
  display: block;
  position: absolute; /* height: 100%; */
  width: 100%;
  box-sizing: border-box;
  padding: 44px 110px 20px 97px;
  text-align: center;
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/common/single-btn.png);
  background-repeat: no-repeat;
}

.single-araticle-meta {
  text-align: right;
  /* font-size: 14px; */
  margin: 10px auto 30px;
}

#single-wrapper .single-araticle-meta a {
  display: inline-block;
  border: 1px solid #707070;
  padding: 5px 5px;
  margin-right: 15px;
  text-decoration: none;
}

.single-araticle-meta time {
}

.mywoocommerce-cat-list {
  width: 960px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}

.mywoocommerce-cat-list li {
  /* padding: 10px 5px; */
  border: 1px solid #707070;
  margin-right: 20px;
}

.mywoocommerce-cat-list li a {
  /* padding: 10px 5px; */ /* border: 1px solid #707070; */
  display: block;
  padding: 6px 10px;
}

#single-wrapper .link_btn {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 35px;
  margin-left: 20px;
  margin-top: 20px;
  width: 600px;
}
#single-wrapper .link_btn a {
  text-decoration: none;
  color: #fc7211;
  padding: 20px 0 20px 10px;
  text-align: center;
  display: block;
  position: relative;
  border: 2px #fc7211 solid;
}
#single-wrapper .link_btn a:hover {
  background-color: #fc7211;
  text-decoration: none;
  color: #fff;
  padding: 20px 0 20px 10px;
  text-align: center;
  display: block;
  border: 2px #fc7211 solid;
}
#single-wrapper .link_btn a:before {
  display: block;
  content: '';
  position: absolute;
  top: 48%;
  left: 19px;
  width: 0;
  margin-top: -5px;
  border: 7px solid transparent;
  border-left: 10px solid #fc7211;
}
#single-wrapper .link_btn a:hover:before {
  display: block;
  content: '';
  position: absolute;
  top: 48%;
  left: 19px;
  width: 0;
  margin-top: -5px;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
}

#single-wrapper #single-entry-container p .link-bnr {
  width: 100%;
  margin: 0 auto 30px;
}
#single-wrapper #single-entry-container p .link-bnr:hover {
  opacity: 0.7;
}
#single-wrapper #single-entry-container p .link-bnr::before {
  content: '';
}
#single-wrapper #single-entry-container p .product {
  border: 1px solid #13386a;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 26px;
  min-height: 60px;
  align-items: center;
  padding: 17px;
  text-decoration: none;
  background: #13386a;
}
#single-wrapper #single-entry-container p .product::before {
  content: none;
}
#single-wrapper #single-entry-container p .product:hover {
  border: 1px solid #13386a;
  color: #13386a;
  background: #ffffff;
}

/* 商品紹介ボックス */
#single-wrapper .product-box {
  display: flex;
  align-items: center;
  padding: 40px;
  margin: 60px auto;
  background: #f9f9f9;
  width: 680px;
}
#single-wrapper .product-box .product-box-inner {
  display: flex;
}
#single-wrapper .product-box .product-box-img {
  width: 240px;
  height: auto;
  margin-right: 30px;
}
#single-wrapper .product-box .product-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
#single-wrapper .product-box .product-category {
  font-size: 16px;
  color: #666;
  margin: 0 0 4px;
}
#single-wrapper .product-box .product-title {
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 30px;
}
#single-wrapper .product-box .product-link {
  display: inline-block;
  padding: 8px 16px;
  background: #0078d7;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  width: 160px;
}

/* ---------------------------------------------------------------

お問い合わせページ(固定ページ)

---------------------------------------------------------------*/

#wrapper .contact-title {
  background-color: #f2f0ed;
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
}

.contact-message {
  text-align: center;
  margin: 40px auto;
  line-height: 1.7;
}

.contact-message a {
  cursor: pointer;
  text-decoration: underline;
}

.contact-img {
  text-align: center;
  margin: 40px auto;
}

.contact-table {
  margin: 0 auto 50px;
  width: 100%;
}

.contact-table tr {
  border: none;
}

.contact-table tr:last-child td {
  vertical-align: top;
}

.contact-table td {
  border: none;
  padding: 8px;
}

.contact-table td:first-child {
  text-align: right;
  width: 25%;
}

.contact-table input,
.contact-table textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 80%;
}

.mw_wp_form .submitbtn {
  background-color: #fc7310;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0 auto 100px;
  width: 425px;
  padding: 15px;
  font-size: 18px;
  color: #fff;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .contact-table td:first-child {
  width: auto;
}

.mw-wp-form_image img {
  max-width: 300px;
}

.kanryou-message {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.thanks-message {
  width: 500px;
  margin: 0 auto;
}

.thanks-message p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#pc-nav-open {
  display: inline-block;
  width: 73px;
  height: 73px;
  vertical-align: middle;
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/common/menu-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 200;
}

#pc-nav-open p:first-child {
  position: absolute;
  top: 30px;
  right: 65px;
}

#pc-nav-open span {
  position: absolute;
  transition: all 0.4s;
  height: 3px;
  width: 39px;
  border-radius: 3px;
  background: #00adec;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;
}

#pc-nav-open span:nth-child(2) {
  top: 15px;
}

#pc-nav-open span:last-child {
  top: 30px;
}
#pc-nav-open.peke span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
  background: #000;
}
#pc-nav-open.peke span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
#pc-nav-open.peke span:last-child {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  opacity: 0;
}

.peke {
  background-position: -35px 0;
}
.pc-drawr {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0px;
  right: 0;
  /* width: 27vw; */
  padding: 60px 0 20px 20px;
  z-index: 100;
  max-width: 415px;
  /* max-height: 100vh!important; */
}

#pc-nav-inner {
  display: flex;
  justify-content: space-around;
  margin: 10% auto;
}

.mono-category,
.scene-category {
  width: 40%;
}

.mono-category p,
.scene-category p {
  font-family: 'A1ゴシック R', 'A1 Gothic R', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 15% 0;
  position: relative;
}

.mono-category p img,
.scene-category p img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mono-category li,
.scene-category li {
  text-align: center;
}

.mono-category li a,
.scene-category li a {
  display: block;
  padding: 10% 0;
}

/* ----------------------------------------

壁面収納OSAMARUの組み立て方(page-osamaru-kumitatekata)

----------------------------------------*/

.movie-h1 {
  width: 100%; /* background-color: #F2F0ED; */
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 4px;
  margin-top: 50px;
}

.movie-h1 img {
  width: 195px;
  vertical-align: middle;
}

#movie-wrapper {
}
#normal-type .movie-text,
#bunkatsu-type .movie-text {
  width: 560px;
  margin: 30px auto 60px;
  text-align: center;
  line-height: 2.66;
}

#movie-col {
  width: 1015px;
  margin: 0 auto 80px;
  /* display: flex; */
  /* justify-content: space-between; */
}

#movie-col ul {
  display: flex;
  justify-content: space-between;
}

#movie-col ul li {
  width: 48%;
}

#movie-col ul li p {
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #363636;
  letter-spacing: 3px;
}

#movie-col ul li div {
  width: 100%;
}

.movie-caution {
  width: 560px;
  margin: 0 auto;
  padding: 20px 40px;
  border: 1px solid #cccccc;
  margin-bottom: 100px;
}

.movie-caution p {
  line-height: 2.6;
}

.iziModal-navigate > button {
  height: 20% !important;
  top: 40% !important;
}

#wrapper .shop_table.woocommerce-cart-form__contents th.product-remove {
  border-right: 1px solid #707070;
}

#wrapper .shop_table.woocommerce-cart-form__contents td.product-remove {
  border-right: 1px solid #707070;
}

p.cart-empty {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.return-to-shop a.button.wc-backward {
  border-radius: 0;
  font-size: 18px;
  background-color: #00adec;
  color: #fff;
}

.return-to-shop a.button.wc-backward:hover {
  opacity: 0.7;
  background-color: #00adec;
  color: #fff;
}

p.return-to-shop {
  text-align: center;
}

.woocommerce-billing-fields__field-wrapper .input-text,
.woocommerce-shipping-fields__field-wrapper .input-text {
  border: 1px solid #ccc;
  padding: 4.1px;
  border-radius: 3px;
}

.woocommerce .col2-set .col-2 textarea.input-text {
  border-radius: 3px;
  border: 1px solid #ccc;
}

#single-wrapper .campaign-midashi {
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.campaign-midashi::before {
  content: '';
  display: inline-block;
  background-image: url(../img/common/cord01.jpg);
  width: 24px;
  background-size: 100%;
  height: 24px;
  background-repeat: no-repeat;
  bottom: 10px;
  position: absolute;
  left: 320px;
}

#cp-page .campaign-midashi::after {
  content: '';
  clear: none;
  display: inline-block;
  background-image: url(../img/common/cord02.jpg);
  width: 24px;
  background-size: 100%;
  height: 24px;
  background-repeat: no-repeat;
  bottom: 10px;
  position: absolute;
}

#copyTarget {
  display: block;
  width: 960px;
  height: 120px;
  text-align: center;
  font-size: 30px;
  border: 2px dotted #707070;
  background-color: #faf9f8;
  margin: 0 auto 15px;
}

#copy-btn {
  border: none;
  background-color: #fc7310;
  color: #fff;
  font-size: 20px;
  width: 40%;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
  border-radius: 0; /* margin-top: 20px; */
  margin: 0px auto 60px;
  display: block;
}

/* ----------------------------------------

個人情報の取り扱いについて

----------------------------------------*/

#praivacy-polisy {
  width: 960px;
  margin: 0 auto;
}

#praivacy-polisy h1 {
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}

#praivacy-polisy h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

#praivacy-polisy p {
  line-height: 1.6;
  margin-bottom: 20px;
}

#praivacy-polisy ul {
  padding-left: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}

#praivacy-polisy ul li {
  list-style: circle;
}

#praivacy-polisy div span {
  display: block;
}

#praivacy-polisy div {
  line-height: 1.7;
  text-align: right;
}

/* ----------------------------------------

特定商取引法に基づく表記

----------------------------------------*/

#ordercontract {
  width: 960px;
  margin: 30px auto 70px;
}

#ordercontract h1.ordercontract-title {
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}

#ordercontract .ordercontract-table {
  width: 85%;
  margin: 0 auto;
}

#ordercontract .ordercontract-table td {
  padding: 10px;
  line-height: 1.7;
}

#ordercontract .ordercontract-table td:first-child {
  border-right: none;
  border-left: none;
  width: 190px;
}

#ordercontract .ordercontract-table td:last-child {
  border-left: none;
  border-right: none;
}

#ordercontract .ordercontract-table tr {
  border-left: none;
  border-right: none;
}

#diy-wrapper #articles-wrapper {
  width: 1280px;
  margin: 0px auto 80px;
  padding: 50px 0 0 0;
}

#diy-wrapper .articles-wrapper {
  width: 1280px;
  margin: 0px auto 80px;
  padding: 50px 0 0 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #fc7312;
  width: 300px;
  font-size: 20px;
  padding: 10px 0;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important; /* box-sizing: unset; */
  font-weight: bold;
  float: none !important;
  margin: 20px auto;
  display: block;
}

#customer_details h3:not(#ship-to-different-address) {
  display: block;
  width: 100% !important;
  /*margin:0.75em 0 0.75em !important;*/
  padding: 0 0 0.35em 0.1em;
  border-bottom: 2px dotted #888;
}
#customer_details .woocommerce-billing-fields h3 {
}
#customer_details .woocommerce-additional-fields h3 {
  margin: 2em 0 0.75em;
}

#customer_details .woocommerce-additional-fields__field-wrapper label {
  border-bottom: 2px dotted #888;
  margin-bottom: 0.75em;
}
#customer_details h3#ship-to-different-address {
  /*margin-bottom:1.5em;*/
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

#order_review_heading {
  margin: 2em 0 1em;
}

#order_delivery_date_field {
  display: inline-block;
  width: 48%;
  margin: 0 1.75% 2em 0.25%;
  padding: 0;
}
#order_delivery_time_field {
  display: inline-block;
  width: 48%;
  margin: 0 0.25% 2em 1.75%;
  padding: 0;
}
#order_comments_field {
  padding: 0;
}
#order_comments {
  height: 140px;
}

#order_review .form-row.validate-required {
  display: block;
  position: relative;
  margin: 0.75em 0 1.5em;
  box-sizing: border-box;
  padding: 0;
}
#order_review .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
  padding: 0.5em 1em;
  background: #f9f8f9;
  border: 1px solid #bababa;
  border-radius: 6px;
}
#order_review .woocommerce-terms-and-conditions-checkbox-text::before {
  position: absolute;
  left: -20px;
  top: 12px;
  margin-bottom: -10px;
  content: '';
  border: 10px solid transparent;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 10px;
  border-right: 10px solid #bababa;
}
#order_review .woocommerce-terms-and-conditions-checkbox-text::after {
  position: absolute;
  left: -19px;
  top: 12px;
  margin-bottom: -10px;
  content: '';
  border: 10px solid transparent;
  border-right: 12px solid #f9f8f9;
}

#order_review .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: flex-start;
}
.woocommerce form .form-row .input-checkbox {
  display: block !important;
  margin: 16px 0.5em 0 1em !important;
  transform: scale(1.15);
}
/*
.woocommerce form .form-row .required {
	display:none;
}
*/
#order_review .terms-inner {
  display: inline-block;
  line-height: 1.7;
  counter-reset: my-counter;
}
#order_review .terms-inner span.notice {
  display: block;
  color: crimson;
  font-size: 0.85em;
  line-height: 2.2;
}
#order_review .terms-inner span.term {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
#order_review .terms-inner span.term::before {
  content: counter(my-counter) '.';
  counter-increment: my-counter;
  color: #363636;
  display: block;
  float: left;
  text-align: center;
  margin-left: -1.75em;
  height: 1.5em;
  width: 1.5em;
}

#cp-page {
}
#post-1904 .single-thumbnail,
#post-1904 .single-araticle-meta,
#post-1904 #h1-wrapper {
  display: none;
}

#post-1904 #cp-page #h1-wrapper {
  display: block;
}

#cp-page h2 {
  margin-bottom: 50px;
}

#cp-page .wp-block-image {
  margin-bottom: 100px;
}

.cp-thumbnail {
  max-height: 550px;
  width: 100%;
  overflow: hidden;
  /* text-align: center; */
  margin: 50px auto;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 979px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

#wrapper .woocommerce form .form-row-first,
#wrapper .woocommerce form .form-row-last {
  width: 46%;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 25px 15px 0px !important;
  box-shadow: none !important;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  line-height: 1.6;
  margin-bottom: 30px;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  line-height: 1.6;
  margin-bottom: 30px;
}

h2.woocommerce-order-details__title {
  margin-bottom: 10px;
}

li.account_info {
  line-height: 1.8 !important;
}

#order_review .woocommerce-shipping-totals {
}
p.info {
  color: #ff7400;
  margin: 30px 0 0;
  text-align: center;
  line-height: 1.7;
}

/*----------------------------------------
送料・返品・交換・キャンセルについての注意事項ページ
------------------------------------------*/
#guide {
  padding: 70px 0 40px 0;
}
#guide h1 {
  text-align: center;
  font-size: 28px;
}
#guide h2 {
  margin: 80px 0 50px 0;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
}
#guide h2::before,
#guide h2::after {
  content: '';
  display: block;
  height: 1px;
  background: #e3e1dd;
  flex-grow: 1;
}
#guide h2::before {
  margin-right: 10px;
}
#guide h2::after {
  margin-left: 10px;
}
#guide h3 {
  line-height: 1.6;
  margin: 30px 0;
  padding: 8px 10px;
  font-size: 18px;
  background: #f2f0ed;
}
#guide h4 {
  margin: 50px 0 30px 0;
  color: #00adec;
  font-size: 18px;
}
#guide ul {
  line-height: 2.55;
  font-size: 15px;
}
#guide ul.mb {
  margin-bottom: 1.5em;
}
#guide ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#guide p {
  line-height: 2.6em;
  /*
line-height: 1.8em;
margin-bottom: 0.67em;

*/

  font-size: 15px;
}
#guide a {
  text-decoration: underline;
}
#guide a:hover {
  color: #00adec;
}
#guide figure {
  margin-bottom: 30px;
}
#guide figure img {
  width: 42px;
}

/* ----------------------------------------

オプションまとめページ(page-option)

----------------------------------------*/

.option-h1 {
  width: 100%; /* background-color: #F2F0ED; */
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 4px;
  margin-top: 50px;
}

.option-h1 img {
  width: 255px;
  vertical-align: middle;
  padding: 0 10px;
}

#option-wrapper {
}
#option-wrapper .option-text {
  margin: 20px auto 60px;
  text-align: center;
  line-height: 2.66;
}

/*----------------------------------------------------------------------

商品まとめページ内のオプションセクション

----------------------------------------------------------------------*/

section#option-rheight-wrapper {
  width: 1015px;
  margin: 50px auto;
}

section#option-rheight-wrapper h2 {
  font-size: 30px;
  text-align: center;
  padding: 10px 0 30px;
  letter-spacing: 4px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

section#option-rheight-wrapper h2 img {
  vertical-align: middle;
  padding: 0 5px;
  width: 28%;
}
div.option_detail {
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.option_detail figure {
  margin-bottom: 10px;
}
div.option_detail_l {
  width: 490px;
}
div.option_detail_r {
  width: 490px;
}
section#option-rheight-wrapper h3 {
  margin: 20px 0 10px;
  font-size: 24px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

section#option-rheight-wrapper p {
  color: #363636;
  line-height: 1.875;
}

section#option-rheight-wrapper p.matome {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
section#option-rheight-wrapper p.matome a {
  text-decoration: underline;
}
section#shipping-off {
  width: 1015px;
  margin: 50px auto 100px;
}

section#shipping-off h2 {
  font-size: 30px;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 4px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

section#shipping-off h3 {
  margin: 30px auto 10px;
  font-size: 24px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}

section#shipping-off p {
  color: #363636;
  line-height: 1.875;
}
div.shipping_detail {
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#shipping-off dl {
  margin-bottom: 20px;
  width: 490px;
}
section#shipping-off dl dt.pattern01 {
  margin: 30px auto 10px;
  background: url(../img/common/pattern01.png) no-repeat 15px 15px;
  line-height: 1.7;
  padding: 0px 0 10px 168px;
  font-size: 20px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  border-bottom: 1px solid #2f2f2f;
}
section#shipping-off dl dt.pattern02 {
  margin: 30px auto 10px;
  background: url(../img/common/pattern02.png) no-repeat 356px 7px;
  line-height: 1.7;
  padding: 0 10px 10px 0;
  font-size: 20px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  border-bottom: 1px solid #2f2f2f;
}
section#shipping-off dl dd {
  color: #363636;
  line-height: 1.875;
}

.option_btn {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 18px;
}
.option_btn span {
  position: absolute;
  display: block;
  width: 95.5%;
  top: 30%;
  left: 0%;
}
.option_btn a:hover .hover-off {
  display: none;
}

.option_btn .hover-on {
  display: none;
}
.option_btn a {
  color: #363636;
}

.option_btn a:hover .hover-on {
  display: inline-block;
}

.option_btn a:hover {
  color: #fff;
  transition: all 0.15s linear;
}

.option_btn a:hover .menu-color {
  color: #fff;
  transition: all 0.15s linear;
}

.option_btn img {
  width: 100%;
}

.option_btn a {
  font-size: 23px;
  width: 100%;
}

#wrapper
  .woocommerce
  #payment
  div.payment_method_square_credit_card
  .wc-square-credit-card-hosted-field-card-number {
  padding-right: 0;
}

.case-link {
  position: relative;
  width: 300px;
  margin: -10px auto 130px;
}

.case-link a {
  text-decoration: none;
  display: block;
  position: absolute;
  /* height: 100%; */
  width: 100%;
  box-sizing: border-box;
  padding: 44px 110px 20px 97px;
  text-align: center;
  background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/common/single-btn.png);
  background-repeat: no-repeat;
}

/* インスタ　*/

div.instagram_wrap {
  max-width: 1000px;
  margin: 60px auto;
  position: relative;
}
div.instagram_wrap ul.insta_nn {
  display: block;
  width: 100%;
}
div.instagram_wrap ul.insta_nn:after {
  content: '';
  display: block;
  clear: both;
}
div.instagram_wrap ul.insta_nn li {
  display: block;
  float: left;
  width: calc(calc(100% / 6) - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
div.instagram_wrap ul.insta_nn li a {
  display: block;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.2s;
}
div.instagram_wrap ul.insta_nn li a:hover {
  opacity: 0.8;
}
div.instagram_wrap ul.insta_nn li a img {
  display: block;
  width: 100%;
  visibility: hidden;
}
div.instagram_wrap ul.insta_nn li:nth-child(6n) {
  margin-right: 0;
}
div.instagram_wrap ul.insta_nn li:nth-child(6n + 1) {
  clear: both;
}
div.instagram_wrap h2.insta_title {
  text-align: center;
  width: 960px;
  padding: 30px 0;
  margin: 30px auto;
  border-bottom: 2px dotted #363636;
  line-height: 1.3;
}
div.instagram_wrap h2.insta_title span {
  font-size: 30px;
  display: inline-block;
  color: #00adec;
  line-height: 1.3em;
  vertical-align: middle;
  font-weight: normal;
}
/*
div.instagram_wrap h2.insta_title img {
    display: inline-block;
    margin-right: 10px;
    width:25px;
    vertical-align: middle;
}*/
.instagram_wrap .inst-icon img {
  position: absolute;
  top: 37px;
  left: 400px;
  width: 25px;
}
.instagram_wrap .inst-tex {
  text-align: center;
  margin-bottom: 30px;
}
div.aa_btn_wrap {
  margin: 30px auto;
  text-align: center;
}
div.aa_btn_wrap a.aa_btn {
  opacity: 1;
  text-indent: -25px;
  line-height: 4;
  width: 300px;
  background-image: url(../img/common/morebtn-bg.png);
  background-size: auto;
  background-position: center top;
  height: 79px;
  padding: 20px 0 0 0;
  color: #363636;
  font-family: 'A1ゴシック R', 'A1 Gothic R', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  font-weight: normal;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
  border: none;
}

div.aa_btn_wrap a.aa_btn:hover {
  background-image: url(../img/common/morebtn-bg-on.png);
  color: #fff;
}

div.aa_btn_wrap a.aa_btn.done {
  opacity: 0;
  display: none;
}

h1.top_title {
  background-color: #00adec;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0 0;
}

.category-list.nn li {
  margin-bottom: 50px;
}
.category-list.nn li a.cat_img {
  display: block;
  max-width: 180px;
  margin: 0 auto 0;
}
.category-list.nn li p.cat_title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.category-list.nn li p.cat_text {
  background-color: none;
  line-height: 2em;
  font-size: 15px;
  background: none;
  margin: 15px auto;
  letter-spacing: -0.1em;
  text-align: left;
  min-height: 84px;
  height: 200px;
}
.category-list.nn li p.cat_text:after {
  display: none;
}
.category-list.nn li a.cat_btn {
  padding: 15px 0;
  display: block;
  border: 1px solid #000;
  margin-top: 0;
  font-size: 15px;
}
.category-list.nn li a.cat_btn:hover {
  color: #fff;
  background-color: #00adec;
}
section#top-category-select.nn {
  margin-bottom: 0;
}
#top-category-select h2.typesquare_option + p,
#select-riyou-scene h2.typesquare_option + p {
  margin: auto;
  margin-top: 15px;
  max-width: 960px;
  line-height: 1.8em;
}

#articles-wrapper h2.typesquare_option + p {
  margin: auto;
  margin-top: -10px;
  margin-bottom: 30px;
  max-width: 960px;
  line-height: 1.8em;
}
.articles-wrapper h2.typesquare_option + p {
  margin: auto;
  margin-top: -10px;
  margin-bottom: 30px;
  max-width: 960px;
  line-height: 1.8em;
}
.art_title {
  font-size: 18px;
  color: #00adec;
  text-align: center;
  margin: 0 auto 20px;
}

.articles-container.nn article {
  box-sizing: border-box;
  border: 1px solid #333;
  height: 580px;
}
.articles-container.nn article a {
  padding: 20px;
  display: block;
}

.articles-container.nn .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.articles-container.nn .alm-reveal article {
  display: block;
  height: auto;
  margin: 0;
  width: calc((100% - 20px * 2) / 3);
}

.articles-container.nn .alm-reveal article:nth-child(3n + 2) {
  margin: 0;
}

/* 200331 追加css */
#wrapper .table-bg {
  font-size: 24px;
}
#wrapper .left-row.short {
  padding: 0;
  width: 43px;
}
#wrapper .tateyomi {
  left: 0;
}
#wrapper .v-middle {
  width: 103px;
}
#wrapper .main-td_tit {
  font-size: 24px;
}
#wrapper .main-td_txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px;
}
#wrapper .tableFixed_head {
  position: fixed;
  top: 0;
  z-index: 100;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
#wrapper .tableFixed_head.is-fixed {
  transform: translateY(0);
}
#wrapper .tableFixed_head .size-col {
  background: #fff;
}
#wrapper .select-table-01,
#wrapper .select-table-03,
#wrapper .select-table {
  background: none !important;
}
#wrapper .select-table-01 tr:nth-child(2),
#wrapper .select-table-03 tr:nth-child(2),
#wrapper .select-table tr:nth-child(2) {
  border: none;
}
#wrapper .size-col {
  background: #fff;
}

/* 200331 追加css */

/* 200413 追加css */
.flow_cashBnr {
  position: fixed;
  left: 0;
  top: 160px;
  z-index: 100;
}

.product-list-recommend li a {
  position: relative;
  padding-top: 30px;
}
.product_depthTxt {
  font-size: 15px;
  display: block;
  margin: 10px 0 0;
}
.recommendBox {
  display: flex;
  justify-content: center;
  font-size: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*壁面収納本棚*/
#wrapper div.recommendBox-wrapper {
  position: relative;
  padding-top: 10px;
}
#wrapper .main-td .recommendBox-wrapper .recommendBox {
  top: -20px;
}

.recommend_popular {
  color: #000;
  border-radius: 30px;
  background: #fff615;
  padding: 4px 5px 2px;
  margin: 0 8px 0 0;
}
.recomend_fast {
  border: 1px solid #ec0000;
  color: #ec0000;
  padding: 3px 5px 2px;
}
/* 200413 追加css */

/*----------------------------------------------------------------------

お客様の声ページ 20200602 追加css

----------------------------------------------------------------------*/
.sec_case_customer {
  background-color: #f2f0ed;
  padding: 2.667em;
  position: relative;
  margin: 0 27.5px 80px;
}
.sec_case_customer .info_imgArea {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.sec_case_customer .info_imgArea p {
  padding: 0;
}
.sec_case_customer .info_imgArea p img {
  height: 180px;
  width: auto;
}
.sec_case_customer .info_txtArea {
  display: inline-block;
  width: 65.5%;
}
.sec_case_customer .info_txtArea .ttl {
  font-size: 18px;
  font-weight: bold;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.sec_case_customer .info_icon .txt {
  height: 105px;
  width: 105px;
  padding: 22px 0;
  margin: 0;
  background-color: #00adec;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  bottom: 5vw;
  right: 4vw;
}
.sec_case_customer .info_icon .img {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  line-height: 0;
}
.sec_case_company {
  margin: 80px 27.5px 120px;
  border: 1px solid #707070;
  position: relative;
  padding: 27.5px;
}
.sec_case_company::before,
.sec_case_company::after,
.sec_case_company .company_wrap::before,
.sec_case_company .company_wrap::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #00adec;
  position: absolute;
  margin: 2px;
}
.sec_case_company::before {
  top: 0;
  left: 0;
}
.sec_case_company::after {
  top: 0;
  right: 0;
}
.sec_case_company .company_wrap::before {
  bottom: 0;
  right: 0;
}
.sec_case_company .company_wrap::after {
  bottom: 0;
  left: 0;
}
.sec_case_company .ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.single-entry-content p.txtQ:before {
  content: 'Q.';
  font-size: 20px;
  color: #00adec;
  margin-right: 5px;
}
.single-entry-content p.txtA:before {
  content: 'A.';
  font-size: 20px;
  color: #fb720f;
  margin-right: 5px;
}
.txtResult {
  margin-top: 100px;
}
.single-entry-content .sec_case_customer p,
.single-entry-content .sec_case_company p {
  margin-bottom: 0;
}
#single-wrapper .single-entry-content .sec_case_customer p a,
#single-wrapper .single-entry-content .sec_case_company p a {
  color: #000 !important;
}
#single-wrapper .single-entry-content .sec_case_customer p a:hover,
#single-wrapper .single-entry-content .sec_case_company p a:hover {
  color: #00adec !important;
}
#single-wrapper .single-entry-content .sec_case_customer p a::before,
#single-wrapper .single-entry-content .sec_case_company p a::before {
  content: none !important;
}

.memo_caption {
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 0.75em;
}

.item-details {
  margin-top: 15px;
}

.item-details ul li {
  line-height: 1.5;
}

.item-details ul li:before,
.wc-pao-addon-description p.text04:before {
  content: '';
  content: url(../img/arrow_blue.png);
}

.item-details p {
  margin: 0 !important;
}

.text01 {
  position: relative;
  display: inline;
}
.fukidashi01 {
  display: none;
  width: 500px;
  position: absolute;
  /* top: 40px; */
  top: 18px;
  left: 10px;
  padding: 16px;
  border-radius: 5px;
  background: #f2f0ed;
  color: #363636;
  font-weight: bold;
}
_::-webkit-full-page-media,
_:future,
:root .fukidashi01 {
  top: 27px;
}
@-moz-document url-prefix() {
  .fukidashi01 {
    top: 27px;
  }
}
.fukidashi01:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -19px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #f2f0ed;
  border-width: 10px;
  pointer-events: none;
  content: ' ';
}
.text01:hover + .fukidashi01 {
  /* display: block;  */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text02 {
  position: relative;
  display: inline;
}
.fukidashi02 {
  display: none;
  width: 500px;
  position: absolute;
  top: -93px;
  left: 10px;
  padding: 16px;
  border-radius: 5px;
  background: #f2f0ed;
  color: #363636;
  font-weight: bold;
}
_::-webkit-full-page-media,
_:future,
:root .fukidashi02 {
  top: -105px;
}
@-moz-document url-prefix() {
  .fukidashi02 {
    top: -105px;
  }
}
.fukidashi02:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -19px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #f2f0ed;
  border-width: 10px;
  pointer-events: none;
  content: ' ';
}
.text02:hover + .fukidashi02 {
  /* display: block;  */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text03 {
  position: relative;
  display: inline;
}
.fukidashi03 {
  display: none;
  width: 500px;
  position: absolute;
  /* top: 0px; */
  top: -15px;
  left: 10px;
  padding: 16px;
  border-radius: 5px;
  background: #f2f0ed;
  color: #363636;
  font-weight: bold;
}
_::-webkit-full-page-media,
_:future,
:root .fukidashi03 {
  top: -5px;
}
@-moz-document url-prefix() {
  .fukidashi03 {
    top: -5px;
  }
}
.fukidashi03:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -19px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #f2f0ed;
  border-width: 10px;
  pointer-events: none;
  content: ' ';
}
.text03:hover + .fukidashi03 {
  /* display: block;  */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text04,
.text05 {
  position: relative;
  display: inline-flex;
  margin: 0 !important;
  gap: 0.5em;
}
.fukidashi04,
.fukidashi05 {
  display: none;
  width: 500px;
  position: absolute;
  top: 46px;
  left: 117px;
  padding: 16px;
  border-radius: 5px;
  background: #f2f0ed;
  color: #363636;
  font-weight: bold;
  margin: 0 !important;
}
.fukidashi05 {
  top: 260px;
  left: 10px;
  z-index: 1;
}
.fukidashi01 img,
.fukidashi02 img,
.fukidashi03 img,
.fukidashi04 img,
.fukidashi05 img {
  max-width: 30%;
  padding-left: 0.5em;
}

_::-webkit-full-page-media,
_:future,
:root .fukidashi04,
_::-webkit-full-page-media,
_:future,
:root .fukidashi05 {
  top: -5px;
}
@-moz-document url-prefix() {
  .fukidashi04,
  .fukidashi05 {
    top: -5px;
  }
}

.fukidashi04:after,
.fukidashi05:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -19px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #f2f0ed;
  border-width: 10px;
  pointer-events: none;
  content: ' ';
}
.fukidashi05:after {
  left: 0;
}
.fukidashi05 {
  font-size: 0.8rem;
}
.text04:hover + .fukidashi04,
.text05:hover + .fukidashi05 {
  /* display: block; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hukidashimg {
  margin-bottom: 30px;
}
/* DIYページ　追記（上書き） */
#diy-wrapper ul.products {
  width: 960px;
  margin: 30px auto;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
#diy-wrapper ul.products li.product {
  display: inline-block;
  width: 220px;
  height: inherit;
  margin: 0 10.5px 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#diy-wrapper h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 14px;
  padding: 0 0 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  line-height: 2.1;
  overflow: inherit;
  overflow-wrap: break-word;
  /* height: 118px; */
}

#diy-wrapper ul.products li.product span.price {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 0 0 15px 0;
  /* padding-top: 27px; */
  margin-top: auto;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: contents;
}
/* ここまで */
/* 20210319追記 */
.category-list li h3 {
  margin: 10px auto 20px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  position: relative;
}
.articles-container article .article-title + p {
  font-size: 13px;
  line-height: 2;
  padding: 5px 5px 10px;
}
#articles-attention .articles-container article .article-title .article-cap {
  font-size: 13px;
  line-height: 2;
  padding: 2px 15px 10px;
  background: #f2f0ed;
  height: 210px;
}
.category-list li .cat_title::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/text-bg.png);
  /* background-size: contain; */
  background-position: center bottom;
  bottom: -30%;
  left: 0%;
}
.category-list.nn li .cat_title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
/* hタグ修正 追記*/
.select-shuunou--right {
  padding-left: 0px;
}
.select-shuunou--left {
  padding-right: 0px;
}
.category-list.nn li .cat_title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
#articles-attention .articles-container article .article-cap {
  font-size: 13px;
  line-height: 2;
  padding: 2px 15px 10px;
  background: #f2f0ed;
  height: 210px;
}
h3.art_title {
  font-size: 18px;
  color: #00adec;
  text-align: center;
  margin: 0 auto 20px;
}
.articles-container article .article-title + p {
  font-size: 13px;
  line-height: 2;
  padding: 5px 5px 10px;
}
.news-title {
  font-size: 17px;
  text-align: center;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  /* font-weight: bold; */
  position: relative;
  margin: 0px auto 10px;
  background: url(https://test1.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/top/news-text-bg.png)
    no-repeat;
  background-size: auto;
  background-position: center top;
  height: 35px;
}
/* /hekimen-shuunou-tvページ/ */
#order-made-kantan-title .select_kantan-title {
  width: 1015px;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 4px;
}
.point__title-wrap {
  position: relative;
  width: 100%;
}
img.point__img-people-right {
  position: absolute;
  bottom: 3px;
  right: 0;
}
img.point__img-people-left {
  position: absolute;
  bottom: 3px;
  left: 0;
}
.customer__title-wrap {
  position: relative;
}
.customer__title-wrap > img {
  left: 37px;
  position: absolute;
  bottom: 2px;
}
.scene-list div h3 {
  font-size: 30px;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  color: #000;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.scene-list div:last-child h3 {
  color: #fff;
}
/* リビング */
.point-people__img--left {
  position: absolute;
  bottom: 4px;
  right: -17px;
}
img.point-people__img--right {
  position: absolute;
  bottom: 3px;
  left: 0;
}
/* 本棚 */
.aricles__title-wrap {
  position: relative;
}
img.aricles__title-img {
  position: absolute;
  bottom: 0;
  left: 12%;
}
.guide-box .guide-item h3 {
  background-color: #f2f0ed;
  padding: 5px 7px;
  margin-bottom: 10px;
}
.guide-box .guide-item > h3 {
  background-color: #f2f0ed;
  padding: 5px 7px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  border-bottom: none;
  line-height: inherit;
  text-align: left;
  letter-spacing: inherit;
}
.guide-title {
  padding: inherit;
}
@media screen and (max-width: 1200px) {
  .header-top {
    display: flex;
    justify-content: center;
    width: 1070px;
    margin: 0 auto;
  }
}

/* トップ MAJOR7 コンテンツ */
.major_wrap {
  max-width: 1000px;
  margin: 60px auto;
}
.major_title {
  text-align: center;
  width: 960px;
  padding: 30px 0;
  margin: 30px auto;
  border-bottom: 2px dotted #363636;
  line-height: 1.3;
}
.major_title span {
  font-size: 30px;
  display: inline-block;
  color: #00adec;
  line-height: 1.3em;
  vertical-align: middle;
  font-weight: normal;
}
.major-tex {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8em;
}

/*lightbox luminous.jsエフェクト回避*/
.lum-closing,
.lum-opening {
  animation: unset !important;
}

/*現場写真スライダー*/
.select-wrapper-photo {
  /* padding-top: 0px;
    padding-bottom: 50px; */
  max-width: 1015px;
  margin: 0 auto;
  /* padding-bottom: 20px; */
  padding-bottom: 100px;
  /* padding-top: 30px; */
}
.select-wrapper-photo[data-type='category-hekimen-shuunou-hondana'] {
  padding-bottom: 20px;
  padding-top: 10px;
}
.select-wrapper-photo h4 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.78;
  font-family: 'A1ゴシック M', 'A1 Gothic M', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  border-bottom: dotted 2px #707070;
  padding-bottom: 20px;
}
.select-wrapper-photo .swiper-container_select {
  position: relative;
  /* width: 350px; */
  width: 80%;
  margin: 40px auto 20px;
  overflow: unset;
}
.select-wrapper-photo .swiper {
  width: 100%;
  overflow: hidden;
}
.select-wrapper-photo .swiper-wrapper {
  display: flex;
  align-items: center;
}
.select-wrapper-photo .swiper-slide {
  text-align: center;
}
.select-wrapper-photo .swiper-slide img {
  width: auto;
  max-height: 350px;
  max-width: 100%;
}
.select-wrapper-photo .swiper-button-next {
  right: -40px;
}
.select-wrapper-photo .swiper-button-prev {
  left: -40px;
}

#diy-wrapper .woocommerce-product-gallery {
  max-width: 100%;
}
#diy-wrapper .woocommerce-product-gallery__image {
  margin: 0 auto;
}
#diy-wrapper .wpgs-for .slick-arrow {
  transform: translateY(-50%);
}
#diy-wrapper .wpgs-for .slick-arrow.flaticon-back {
  left: -25px;
}
#diy-wrapper .wpgs-for .slick-arrow.flaticon-right-arrow {
  right: -25px;
}
#diy-wrapper #my-product-image {
  height: unset;
}
