/* line 1, _scss/main.scss */
#container.top {
  padding-top: 10rem;
}

/* line 6, _scss/main.scss */
#pickup .pickList.row li {
  margin-bottom: 5rem;
}

/* line 12, _scss/main.scss */
.container.w-1000 {
  max-width: 1000px;
}
/* line 15, _scss/main.scss */
.container.w-1000 .pickList.row li {
  width: 30rem;
  margin-right: 4.8rem;
  padding: 0;
}
/* line 19, _scss/main.scss */
.container.w-1000 .pickList.row li:nth-child(3n) {
  margin-right: 0;
}
.tab-group {
  display: flex;
  justify-content: center;
  border-bottom: solid 2px #6b6b6b;
}
.tab {
  color: #fff;
  flex-grow: 1;
  padding: 3rem 0;
  list-style: none;
  border: solid 1px #ccc;
  text-align: center;
  cursor: pointer;
  max-width: 333px;
  margin: 0 1.5rem;
  background: #6b6b6b;
}
.panel-group {
  margin-top: 5rem;
}
.panel {
  display: none;
}
#category.panel {
  padding-top: 0;
}
.tab.is-active {
  background: #fff;
  color: #0f0f0f;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}
/*用途*/
.panel-group #category {
  background: none;
}
.container #category .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container.w-1000 .cateList.row li {
  width: 30rem;
  margin-right: 4.8rem;
  margin-bottom: 5rem;
  padding: 0;
}
/* line 19, _scss/main.scss */
.container.w-1000 .cateList.row li:nth-child(3n) {
  margin-right: 0;
}

/*よくある質問*/
#question {
  padding: 10rem 0;
  margin: auto;
  background-color: #000;
}
#question h2 {
  color: #fff;
  font-size: 3.1rem;
  text-align: center;
  margin-bottom: 4.5rem;
}
#question .inner {
  width: 92%;
  max-width: 100rem;
  margin: auto;
}

#question .accordion_one {
  font-size: 2rem;
  padding: 3rem;
}
#question .content img {
  width: 100%;
}
#question .accordion_one span:before {
  content: "Q.";
}

#question .accordion_one {
  margin-bottom: 2rem;
  background-color: #fff;
}
#question .box_one p {
  margin: 2rem 1.5rem;
  text-indent: -2rem;
  padding-left: 1rem;
}
#question .box_one p:before {
  content: "A.";
}

#question .flex {
  display: flex;
  justify-content: space-around;
  color: #000;
}
#question .flex li {
  padding: 2.5rem 3rem;
}
#question .flex li a {
  width: 30%;
  padding: 2.5rem 3rem;
  color: #000;
  border: solid 1px #000;
  transition: 0.2s;
}
#question .flex li a:hover {
  color: #fff;
  background-color: #000;
  transition: 0.2s;
}

#question .accordion_header.open .box_one {
  padding-bottom: 2rem;
  border-top: solid 1px #000;
  width: 94%;
  margin: auto;
  max-height: 100vh;
}

#question .accordion_header .box_one {
  max-height: 0;
  padding: 0;
  transition: 1s;
  overflow: hidden;
}
.accordion_one .accordion_header {
  position: relative;
  margin-right: 3rem;
  cursor: pointer;
}
.accordion_one .accordion_header:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion_one .accordion_header:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  transition: 0.5s;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

/* 2本の横棒のうち一本は縦棒にする */
.accordion_one .accordion_header.open:after {
  background: #000;
  /* 横棒を縦にするために90℃回転させる */
  transform: translateY(-50%);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  transition: 0.5s;
}
/*
  プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素
  jQueryで付け外しを行う
  */
#question .accordion_inner .bnr-area {
  border-top: 0;
  display: flex;
  justify-content: space-between;
}
.bnr-area a {
  width: 48%;
}

.active:after {
  transform: rotate(0);
  transition: 0.5s;
}

.aboutBtn .flex {
  display: flex;
  justify-content: space-between;
}

.aboutBtn .flex li {
  width: 48%;
}
.aboutBtn .ttl {
  text-align: center;
  font-size: 3rem;
}
.aboutBtn .w-1000 {
  width: 92%;
  max-width: 100rem;
  margin: auto;
}
#topMenu .aboutBtn .aboutIn {
  width: 100%;
  max-width: 478px;
}
#topMenu .aboutBtn li a:hover {
  background: none;
}
.cateList .txt {
  padding: 12px 20px;
  line-height: 1.5;
}
.cateList a {
  display: block;
  background: #f7f7f7;
  color: #0a0a0a;
}
#topMenu .aboutBtn li a {
  padding: 0px 0;
}
#topMenu .aboutBtn {
  padding: 120px 0;
}
#topMenu .aboutBtn .ttl {
  color: #fff;
}

.accordion_one .accordion_inner {
  display: none;
}
.btn-area .btn {
  background-color: #6b6b6b;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 2rem;
  letter-spacing: 4px;
}
.btn-area .btn:hover {
  color: #fff;
}
.btn-area {
  text-align: center;
}
.panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .container.w-1000 .pickList.row li {
    width: 29%;
  }
  .container.w-1000 .cateList.row li {
    width: 29%;
  }
}
