.home .contents-block {
  padding: 0rem 0;
}
.contents-banner {
  background-color: #fff;
}
.contents-banner.home {
  background-color: #fff;
}
.contents-block {
  padding-bottom: 2em;
  background-color: #fff;
}
.device-color-list li:not(:first-child) {
  margin-left: 1rem;
}
.device-color-btn {
  position: relative;
  overflow: hidden;
  min-width: 6.6rem;
}
/* .device-color-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.device-color-btn.current::before {
  background: none;
} */
.device-color-btn.color1 {
  background-color: #262626;
}
.device-color-btn.color2 {
  color: #000;
  background-color: #E5DBCE;
}
.device-color-btn.color3 {
  color: #000;
  background-color: #E5DBCE;
}
.device-color-btn.color4 {
  background-color: #262626;
}
.contents-menu .text {
  padding: 0.8em 0.2em 0.8em;
}
.page-head-inner {
  background: #999;
  color: #fff;
}
.page-head [class*="btn-"] {
  flex-flow: column;
  width: 8rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.6rem;
}
.page-head [class*="btn-"] span {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.page-head .btn-next span::before{
    border-color: transparent transparent transparent #666;
}
.page-heading {
  color: #000;
}
.main-text {
  color: #000;
}
.page-head .btn-prev span::before {
    border-color: transparent #666 transparent transparent;
}
.main-text {
  font-size: 1.4rem;
}
.comment-box {
  color: #666;
  margin: 0 2rem;
}
.comment-box.wide {
  margin-right: 0;
  margin-left: 0;
}
.portfolio-banner{
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  border-radius: 0.5em;
  box-shadow: 0.5rem 0.5rem 1.1rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
/* ページャー改修 */
.page-head [class*="btn-"] {
  flex-flow: column;
  width: 5rem;
  align-items: center;
  justify-content: center;
}
.page-head .btn-prev {
  padding-left: 0.5rem;
}
.page-head .btn-next {
  padding-right: 0.5rem;
}
.prev-txt,
.next-txt {
  font-size: 1.3rem;
  margin-top: 3px;
  color: #fff;
}
a:hover {
  opacity: 1;
}
.anker-wrap {
  text-align: center;
}
.menu-title + .anker-wrap {
  margin-top: 2rem;
}
.anker {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #DC5504 !important;
}
.anker::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -2em;
  width: 0;
  height: 0;
  border-top: 12px solid #DC5504;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.anker::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  right: -2em;
  width: 0;
  height: 0;
  border-top: 12px solid #DC5504;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.bottom_cp {
  max-width: 48rem;
  margin: 0 auto 0;
  background-color: #fff;
}
/* tab */
.tab-contents .tab-block {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.tab-contents .tab-block.is-current {
  display: block;
  opacity: 1;
}
.select-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 .7rem;
}
.select-btn li {
  flex: 1;
  margin: 0 .3rem;
}
.select-btn a {
  display: block;
  padding: 0.5em 0.5em 0.3em;
  border: 1px solid #5E5E5E;
  border-radius: 1.3em;
  color: #5E5E5E;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
.select-btn a.is-current {
  font-weight: bold;
  background-color: #D5D5D5;
}

/* respoinsive */
@media screen and (min-width:640px) {
.main-text {
  font-size: 1.6rem;
}
.device-color-list li:not(:first-child) {
  margin-left: 1.5rem;
}
.device-color-btn {
  min-width: 7.6rem;
}
.select-btn a {
  font-size: inherit;
}
}
@media screen and (min-width:960px) {
.contents-block {
  padding-right: 5rem;
  padding-left: 5rem;
}
.comment-box {
  margin: 0;
}
a:hover {
  opacity: .8;
}
}