@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

.pane-topic-path {
  padding-bottom: 0;
}

.colabo img {
  margin-left: -10px;
}

.mv {
  margin: 30px 0;
}

.midashi h2 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  width: 715px;
  margin: 25px auto;
}

.midashi h2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "「";
  font-weight: 500;
}

.midashi h2:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "」";
  font-weight: 500;
}

.midashi p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}

.block-genre-page--header-freespace .midashi {
  margin: 100px auto 60px;
}

.block-genre-page--header-freespace .midashi p {
  margin: 65px auto;
}

.block-genre-page--header-freespace h3 {
  margin-top: 160px;
}

.block-goods-list-d--item-body {
  margin: 0 auto;
}

.block-goods-list-d--items li {
  margin-bottom: 48px;
}

.goods-list-qty {
  display: none;
}

.block-goods-list-d--goods-name a {
  text-decoration: none;
}

.mokuji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 170px auto 68px;
}

.mokuji li a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  border: 1px solid #141414;
  border-radius: 15px;
  width: 334px;
  height: 140px;
  padding: 10px;
  text-align: center;
  position: relative;
}

.mokuji li a:after {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  background: url("/img/usr/support/arrow-bottom.png") no-repeat center/contain;
}

.point {
  width: 1100px;
  border: 1px solid #141414;
  border-radius: 8px;
  margin: 20px auto;
}

.point_heading {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.point_img {
  text-align: center;
  margin: 10px auto 5px auto;
}

.point_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
}

.img_area {
  max-width: 562px;
}

.img_area img {
  width: 100%;
}

.text_area {
  width: 406px;
}

.text1 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.text2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}

.mini {
  font-size: 12px;
  margin-right: 5px;
}

.nayami {
  background: #f2f2f2;
  padding: 40px;
  width: 1000px;
  margin: 10px auto 20px;
}

.nayami li {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 5px;
}

.movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#content1 {
  margin-top: 68px;
}

#content1 .midashi {
  margin: 50px auto;
}

#content1 .midashi p:first-child {
  font-size: 24px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#content1 .midashi p:first-child:before,
#content1 .midashi p:first-child:after {
  content: "";
  width: 1px;
  height: 25px;
  display: block;
  background: #000;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

#content1 .midashi p:first-child:after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

#content1 .midashi p:last-child {
  font-size: 20px;
  line-height: 2;
}

#content1 .point {
  padding: 20px 40px;
}

#content2 {
  margin: 160px auto 0;
}

#content2 .heading-05-txt {
  line-height: 1.5;
}

#content2 .point {
  padding: 20px 40px 30px;
}

#content2 .text_area1 ol {
  counter-reset: my-counter;
  list-style: none;
}

#content2 .text_area1 ol li {
  font-size: 18px;
  line-height: 29px;
  position: relative;
  padding-left: 48px;
}

#content2 .text_area1 ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #000;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

#content3 {
  margin: 160px auto 0;
}

#content3 .heading-05-txt {
  line-height: 1.5;
  margin-bottom: 15px;
}

#content3 .point {
  width: auto;
  padding: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

#content3 .point .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#content3 .point .txt {
  font-size: 16px;
  line-height: 28px;
}

#content3 .point .txt p:first-child {
  font-weight: bold;
  margin-bottom: 8px;
}

#content3 .voice {
  width: 1100px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 41px 48px;
}

#content4 {
  margin: 150px auto 0;
}

#content4 .heading-05-txt {
  line-height: 1.5;
  margin-bottom: 15px;
}

#content4 .faq {
  width: 1100px;
  margin: 40px auto 0;
  padding: 0;
  border-top: 1px solid #e7e7e7;
}

#content4 .faq a {
  text-decoration: underline;
}

#content4 .faq li {
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0;
}

#content4 .faq .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

#content4 .faq .question:before {
  content: "Q";
  font-size: 24px;
  font-weight: bold;
}

#content4 .faq .question:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  margin-left: auto;
  margin-right: 24px;
  background: url("/img/usr/support/arrow-bottom.png") no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content4 .faq .question.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#content4 .faq .answer {
  padding: 0 190px 0 50px;
  margin-top: 30px;
  display: none;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

#content4 .faq .answer:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

#content4 .faq .answer a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

#content5 {
  margin: 150px auto 0;
}

#content5 p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

#content5 .link_wrap {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
  margin: 25px auto 0;
}

#content5 .link_wrap .link a {
  width: 526px;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

#content5 .link_wrap .link a p:first-child {
  text-decoration: underline;
}

#content5 .link_wrap .link a p:last-child {
  font-size: 12px;
}

.notes {
  width: 1100px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.step_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.step_heading img {
  margin-right: 18px;
  margin-top: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.step {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 10px;
}

.step.show {
  font-size: 36px;
  line-height: 58px;
}

.step_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 82px;
}

.text_area1 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
  }

  .block-genre-page {
    display: -ms-grid;
    display: grid;
  }

  .block-topic-path {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 15px 0;
  }

  .block-genre-page--header-freespace {
    -webkit-box-ordinal-group: 501;
    -ms-flex-order: 500;
    order: 500;
  }

  .block-genre-page--goods {
    -webkit-box-ordinal-group: 1001;
    -ms-flex-order: 1000;
    order: 1000;
  }

  .mokuji {
    -webkit-box-ordinal-group: 1201;
    -ms-flex-order: 1200;
    order: 1200;
  }

  #content1 {
    -webkit-box-ordinal-group: 1501;
    -ms-flex-order: 1500;
    order: 1500;
  }

  #content2 {
    -webkit-box-ordinal-group: 1701;
    -ms-flex-order: 1700;
    order: 1700;
  }

  #content3 {
    -webkit-box-ordinal-group: 1901;
    -ms-flex-order: 1900;
    order: 1900;
  }

  #content4 {
    -webkit-box-ordinal-group: 2101;
    -ms-flex-order: 2100;
    order: 2100;
  }

  #content5 {
    -webkit-box-ordinal-group: 2301;
    -ms-flex-order: 2300;
    order: 2300;
  }

  .heading-05-txt {
    line-height: 1.4;
  }

  .pane-main {
    padding: 0 28px;
  }

  .colabo img {
    margin-left: 0;
  }

  .mv {
    margin: 10px -8px 60px;
  }

  .midashi h2 {
    font-size: 22px;
    line-height: 34px;
    width: auto;
    margin: 15px auto;
    padding: 0;
  }

  .midashi p {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
  }

  .block-genre-page--header-freespace .midashi {
    margin: 100px auto 60px;
  }

  .block-genre-page--header-freespace .midashi p {
    margin: 45px 40px 0;
  }

  .block-genre-page--header-freespace h3 {
    margin-top: 80px;
    margin-left: 0;
  }

  .block-pickup-list-p--goods-name {
    margin-bottom: 5px;
    letter-spacing: 0.77px;
  }

  .block-pickup-list-p--comment {
    margin-bottom: 5px;
  }

  .mokuji {
    gap: 12px;
    margin: 40px auto 60px;
  }

  .mokuji li {
    width: 100%;
  }

  .mokuji li a {
    font-size: 16px;
    line-height: 24px;
    border-radius: 15px;
    width: 100%;
    height: auto;
    padding: 13px 0 18px;
  }

  .mokuji li a:after {
    position: static;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    margin: auto;
    background: url("/img/usr/support/arrow-bottom.png") no-repeat center/contain;
  }

  .point {
    width: auto;
    margin: 14px auto;
  }

  .point_heading {
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .point_img {
    text-align: center;
    margin: 0 auto;
    width: 66px;
  }

  .point_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .text_area {
    width: auto;
  }

  .text1 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 31px;
  }

  .text2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
  }

  .mini {
    font-size: 12px;
    margin-right: 5px;
  }

  .nayami {
    padding: 20px 40px 20px 20px;
    width: auto;
    display: -ms-grid;
    display: grid;
    gap: 20px;
  }

  .nayami li {
    line-height: 29px;
    margin-left: 1em;
    padding-left: 10px;
  }

  #content1 .midashi {
    margin: 50px auto 0;
  }

  #content1 .midashi p:first-child {
    font-size: 20px;
    line-height: 2;
    gap: 10px;
  }

  #content1 .midashi p:first-child:before,
  #content1 .midashi p:first-child:after {
    height: 20px;
  }

  #content1 .midashi p:last-child {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-top: 0;
  }

  #content1 .point {
    padding: 20px 20px 24px;
  }

  #content2 {
    margin: 80px auto 0;
  }

  #content2 .heading-05-txt {
    line-height: 36px;
    font-size: 28px;
    letter-spacing: 4.2px;
  }

  #content2 .heading-05-txt span {
    font-size: 16px;
    letter-spacing: 2.4px;
  }

  #content2 .point {
    margin: 40px auto 0;
    padding: 20px;
    margin: 16px 0;
  }

  #content2 .text_area1 ol {
    counter-reset: my-counter;
    list-style: none;
  }

  #content2 .text_area1 ol li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 36px;
  }

  #content2 .text_area1 ol li:before {
    height: 26px;
    width: 26px;
    font-size: 14px;
    line-height: 24px;
  }

  #content2 .text_area1 ol li:last-child {
    margin: 0;
  }

  #content2 .img_area1 {
    width: 96px;
    height: 96px;
    margin: auto;
  }

  #content3 {
    margin: 70px auto 0;
  }

  #content3 .point {
    width: auto;
    padding: 16px 20px;
    gap: 15px;
  }

  #content3 .point .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
  }

  #content3 .point .txt {
    font-size: 14px;
    line-height: 22px;
  }

  #content3 .point .txt p:first-child {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #content3 .voice {
    width: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  #content4 {
    margin: 70px auto 0;
  }

  #content4 .heading-05-txt {
    line-height: 36px;
  }

  #content4 .faq {
    width: auto;
    padding: 0;
  }

  #content4 .faq li {
    padding: 15px 0;
  }

  #content4 .faq .question {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 12px;
    font-size: 14px;
  }

  #content4 .faq .question:before {
    font-size: 16px;
  }

  #content4 .faq .question:after {
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
  }

  #content4 .faq .answer {
    padding: 0 35px 0 23px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  #content4 .faq .answer:before {
    font-size: 16px;
  }

  #content4 .faq .answer a {
    font-size: 14px;
    line-height: 22px;
  }

  #content5 {
    margin: 80px auto 90px;
  }

  #content5 p {
    font-size: 14px;
  }

  #content5 .link_wrap {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 35px auto 0;
  }

  #content5 .link_wrap .link a {
    width: auto;
    padding: 20px 0 10px;
  }

  #content5 .link_wrap .link a p:first-child {
    font-size: 16px;
  }

  .notes {
    width: auto;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 21px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .notes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }

  .step_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
  }

  .step_heading img {
    margin-right: 18px;
    margin-top: 5px;
    width: 47px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .step {
    margin-left: 0;
  }

  .step.show {
    font-size: 22px;
    line-height: 36px;
  }

  .step_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}