@charset "UTF-8";
.container {
  min-width: auto;
  min-height: auto;
  overflow: visible;
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  box-sizing: border-box;
}
.content a {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  display: block;
  background-color: #d00;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
}
@media (max-width: 480px) {
  .content a {
    font-size: 14px;
  }
}
.content a:hover {
  background: white;
  color: #d00 !important;
}
.content .content__head {
  background: url("../images/playhouse_mv.jpg") left 60% top 25% no-repeat;
  height: 400px;
  line-height: 1;
  margin-bottom: 0;
  background-size: cover;
}
@media (max-width: 480px) {
  .content .content__head {
    height: 220px;
    background: url(../images/playhouse_mv.jpg) left 60% top 50px no-repeat;
    background-size: cover;
  }
}
.content .content__head .content__lede-inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}
.content .content__head .content__lede-inner .content-title {
  height: 400px;
  margin-bottom: 40px;
  background-image: none;
  display: block;
}
@media (max-width: 480px) {
  .content .content__head .content__lede-inner .content-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.content .content__head .content__lede-inner .content-title .content-title__main {
  display: block;
  width: 100%;
  padding: 150px 0 0;
  font-weight: 900;
  display: block;
  color: #d00;
  font-size: 64px;
  font-style: italic;
  text-align: center;
}
@media (max-width: 480px) {
  .content .content__head .content__lede-inner .content-title .content-title__main {
    font-size: 36px;
    padding: 0;
  }
}
.content .content__head .content__lede-inner .content-title p {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
}
@media (max-width: 480px) {
  .content .content__head .content__lede-inner .content-title p {
    font-size: 13px;
  }
}
.content .sell {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 480px) {
  .content .sell {
    font-size: 12px;
  }
}
.content .sell .fixed-menu {
  background-color: rgba(163, 163, 163, 0.8);
  position: sticky;
  bottom: 0;
  padding: 10px;
  z-index: 11;
}
@media (max-width: 768px) {
  .content .sell .fixed-menu {
    display: flex;
    flex-direction: row-reverse;
  }
}
.content .sell .fixed-menu .fixed-menu-flex {
  display: flex;
  justify-content: left;
  max-width: 960px;
  margin: 0 auto 3px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 768px) {
  .content .sell .fixed-menu .fixed-menu-flex {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content .sell .fixed-menu .fixed-menu-flex {
    width: 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.content .sell .fixed-menu .fixed-menu-flex a {
  margin: 0;
  width: 45%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  background-color: #d00;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 5px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .content .sell .fixed-menu .fixed-menu-flex a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content .sell .fixed-menu .fixed-menu-flex a {
    width: 100%;
    font-size: 15px;
  }
}
.content .sell .fixed-menu .fixed-menu-flex a:nth-child(1)::after {
  content: "お問い合わせフォームはこちら";
}
@media (max-width: 768px) {
  .content .sell .fixed-menu .fixed-menu-flex a:nth-child(1)::after {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content .sell .fixed-menu .fixed-menu-flex a:nth-child(1)::after {
    display: block;
    content: "メールはこちら";
  }
}
.content .sell .fixed-menu .fixed-menu-flex a:nth-child(2)::after {
  content: "0120-001-475";
}
@media (max-width: 768px) {
  .content .sell .fixed-menu .fixed-menu-flex a:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content .sell .fixed-menu .fixed-menu-flex a:nth-child(2)::after {
    display: block;
    content: "お電話はこちら";
  }
}
.content .sell .fixed-menu .fixed-menu-flex a svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .content .sell .fixed-menu .fixed-menu-flex a svg {
    margin: 0;
  }
}
.content .sell .fixed-menu .fixed-menu-flex a svg .st0 {
  fill: #fff;
}
.content .sell .fixed-menu .fixed-menu-flex a:nth-child(2) {
  background-color: white;
  color: #d00 !important;
}
.content .sell .fixed-menu .fixed-menu-flex a:nth-child(2) .st0 {
  fill: #d00;
}
.content .sell .fixed-menu .fixed-menu-flex a:hover {
  background-color: white;
  color: #d00 !important;
}
.content .sell .fixed-menu .fixed-menu-flex a:hover .st0 {
  fill: #d00;
}
.content .sell .fixed-menu p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content .sell .fixed-menu p {
    width: 65%;
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content .sell .fixed-menu p {
    display: none;
  }
}
.content .sell .fixed-menu p .red {
  color: #d00;
}
.content .sell #t01 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.9;
  padding: 80px 0 50px;
}
@media (max-width: 480px) {
  .content .sell #t01 {
    text-align: left;
    padding: 30px 20px;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.content .sell #box00 {
  width: 100%;
  display: block;
  margin: 0 auto 100px;
}
@media (max-width: 480px) {
  .content .sell #box00 {
    margin-bottom: 50px;
  }
}
.content .sell #box00 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.content .sell #box00 h2 .red {
  color: #d00;
}
@media (max-width: 480px) {
  .content .sell #box00 h2 .red {
    display: block;
  }
}
@media (max-width: 480px) {
  .content .sell #box00 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.content .sell #box00 ul {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 480px) {
  .content .sell #box00 ul {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
  }
}
.content .sell #box00 ul .link1-2-3 {
  width: 100%;
}
@media (max-width: 480px) {
  .content .sell #box00 ul .link1-2-3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.content .sell #box00 ul .link1-2-3 img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .content .sell #box00 ul .link1-2-3 img {
    margin-bottom: 10px;
  }
}
.content .sell #box00 ul .link1-2-3 p > br {
  display: none;
}
.content .sell #box00 ul .link1-2-3 p .midium {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .content .sell #box00 ul .link1-2-3 p .midium {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.content .sell #box00 ul .cross-li {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .content .sell #box00 ul .cross-li {
    display: none;
  }
}
.content .sell #box00 ul .cross {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 1.5em;
  height: 0.25em;
  background: currentColor;
  position: relative;
  transform: rotate(45deg);
  margin: 100px 0;
}
.content .sell #box00 ul .cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.content .sell #box01 {
  width: 100%;
  padding: 100px 0;
  background-color: #f2f2f2;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .content .sell #box01 {
    margin-bottom: 35px;
    padding: 50px 20px;
  }
}
.content .sell #box01 p {
  text-align: left;
}
@media (max-width: 480px) {
  .content .sell #box01 p {
    font-size: 12px;
  }
}
.content .sell #box01 h2 {
  text-align: center;
  color: #d00;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .content .sell #box01 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.content .sell #box01 .sell-step {
  position: relative;
  width: 60%;
  max-width: 980px;
  min-height: 195px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step {
    flex-wrap: wrap;
    width: 100%;
  }
}
.content .sell #box01 .sell-step .sell-step-flex1 {
  width: 30%;
  position: relative;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step .sell-step-flex1 {
    width: 100%;
  }
}
.content .sell #box01 .sell-step .sell-step-flex1 .step {
  text-align: left;
  padding: 10px 0 0 20px;
  color: white;
  width: 130px;
  height: 130px;
  background: linear-gradient(to bottom right, #d00 50%, transparent 50%);
  line-height: 24px;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step .sell-step-flex1 .step {
    padding: 15px 0 0 15px;
    height: 90px;
    width: 90px;
    line-height: 1;
    font-size: 10px;
  }
}
.content .sell #box01 .sell-step .sell-step-flex1 .step span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  padding-left: 8px;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step .sell-step-flex1 .step span {
    padding-left: 5px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.content .sell #box01 .sell-step .sell-step-flex1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 15%;
  width: 100px;
  height: 100px;
  margin: auto;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step .sell-step-flex1 img {
    width: 45px;
    height: 45px;
    margin: 22px auto;
    right: 0;
    left: 0;
  }
}
.content .sell #box01 .sell-step .sell-step-flex2 {
  padding: 20px;
  width: 70%;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step .sell-step-flex2 {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.content .sell #box01 .sell-step .sell-step-flex2 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step .sell-step-flex2 h3 {
    font-size: 20px;
  }
}
.content .sell #box01 .sell-step .sell-step-flex2 a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .content .sell #box01 .sell-step .sell-step-flex2 a {
    width: 300px;
    margin: 10px auto;
  }
}
.content .sell #box01 .after-step {
  display: block;
  width: 18px;
  height: 18px;
  margin: 20px auto;
  border-bottom: 5px solid #d00;
  border-right: 5px solid #d00;
  transform: rotate(45deg);
}
.content .sell #box02 {
  margin: 0 auto;
  padding: 0 0px 100px;
  width: 100%;
}
@media (max-width: 480px) {
  .content .sell #box02 {
    padding: 0 0 50px;
    background-color: white;
  }
}
.content .sell #box02 h2 {
  text-align: center;
  color: #d00;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .content .sell #box02 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.content .sell #box02 .box2-grid {
  width: 60%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 480px) {
  .content .sell #box02 .box2-grid {
    width: calc(100% - 40px);
    grid-template-columns: auto;
    gap: 20px;
  }
}
.content .sell #box02 .box2-grid .box2-q-a {
  background-color: #d9d9d9;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .content .sell #box02 .box2-grid .box2-q-a {
    width: 100%;
    padding: 20px;
  }
}
.content .sell #box02 .box2-grid .box2-q-a div {
  display: flex;
}
.content .sell #box02 .box2-grid .box2-q-a div .box2-q {
  display: block;
  text-align: center;
  background-color: #d00;
  color: white;
  font-weight: bold;
  margin: 0 20px 20px 0;
  line-height: 24px;
  padding: 10px 14px 17px;
  font-size: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .content .sell #box02 .box2-grid .box2-q-a div .box2-q {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    font-size: 20px;
    padding: 4px 10px 10px;
  }
}
.content .sell #box02 .box2-grid .box2-q-a div .box2-q-p {
  color: #d00;
  font-weight: bold;
}
@media (max-width: 480px) {
  .content .sell #box02 .box2-grid .box2-q-a div .box2-q-p {
    display: flex;
    align-items: center;
    color: #d00;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
}
.content .sell #box02 .box2-grid .box2-q-a div .box2-a {
  display: block;
  text-align: center;
  background-color: #d9d9d9;
  color: #d00;
  border: #d00 solid 2px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 24px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 14px 17px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .content .sell #box02 .box2-grid .box2-q-a div .box2-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    font-size: 20px;
    padding: 5px 10px 8px;
  }
}
.content .sell #box02 .box2-grid .box2-q-a div p {
  padding: 0;
}
.content .sell #box02 .box2-grid .box2-q-a a {
  background: none;
  border: none;
  box-shadow: none;
  color: #002fff !important;
  padding: 0;
  text-align: left;
  margin-left: 70px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
@media (max-width: 480px) {
  .content .sell #box02 .box2-grid .box2-q-a a {
    margin-left: 57px;
  }
}
.content .sell #box02 .box2-grid .box2-q-a ul {
  margin-left: 90px;
}
.content .sell #box02 .box2-grid .box2-q-a ul li {
  list-style: decimal;
}

.page-bottom {
  display: none;
  height: 300px;
  background: url("../images/playhouse_mv.jpg") left 60% top 20% no-repeat;
  background-size: cover;
}
.page-bottom .inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: static;
}
.page-bottom .menu {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 125px 0;
}
@media (max-width: 480px) {
  .page-bottom .menu {
    padding: 50px 0;
  }
}
.page-bottom .menu a {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  background-color: #d00;
}
@media (max-width: 480px) {
  .page-bottom .menu a {
    margin: 10px auto;
    max-width: 300px;
  }
}
.page-bottom .menu a:hover {
  background: white;
  color: #d00 !important;
}
.page-bottom .menu a::after {
  content: "→";
  margin-left: 10px;
  font-weight: bold;
}

.m-breadcrumb::after {
  content: none;
}/*# sourceMappingURL=sell.css.map */