@charset "UTF-8";
/* ------------------------------------------
  全体・共通
------------------------------------------ */
.contents-main,
.contents-main p {
  color: #231815;
  line-height: 2em;
  position: relative;
}

main {
  padding-top: 50px;
}

.contents-main {
  background-color: #baedff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 50px 25px;
  position: relative;
}

.contents-main p {
  margin-bottom: 30px;
}

.contents-main b {
  font-weight: bold;
}

.contents-main a:link,
.contents-main a:visited {
  color: #e56620;
  text-decoration: underline;
}

.contents-main a:hover {
  color: #c67605;
  text-decoration: none;
}

.contents-main__inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 599px) {
  .contents-main__inner {
    padding: 20px;
  }
}

.contents-main__inner-title {
  background-color: #fff;
  margin-bottom: 30px;
}

.ttl01 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .ttl01 {
    width: 100%;
  }
}

.contents-main__inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contents-main__inner-text {
    font-size: 1.4rem;
  }
}

.contents-main__inner-text img {
  width: 90px;
}
@media screen and (max-width: 599px) {
  .contents-main__inner-text img {
    width: 40px;
  }
}

.section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 599px) {
  .section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}

.nameraka_whip_ttl {
  background-color: #baedff;
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.section1__list {
  font-weight: bold;
  font-size: 1.4rem;
  list-style-type: circle;
  margin-left: 1em;
  padding-left: 1em;
}

.section1__list li {
  list-style: circle;
  line-height: 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 599px) {
  .section1__inner {
    width: 70%;
    margin: 0 auto;
  }
}

.section1__inner p {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
}

.section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .section2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section2__inner {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .section2__inner {
    display: none;
  }
}

.section2__inner img {
  width: 120px;
  display: block;
  margin: auto;
}

.item_img {
  display: none;
}
@media screen and (max-width: 599px) {
  .item_img {
    display: block;
    width: 50%;
    margin: 0 auto 10px;
  }
}

.section2__info {
  width: calc(100% - 120px);
}
@media screen and (max-width: 599px) {
  .section2__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.item_name {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}

.price {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .price {
    font-size: 2.2rem;
  }
}

.description {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.btn-buy-link {
  background-color: #e56620;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-buy-link:hover {
  background-color: #c67605;
}

.section3 {
  margin-bottom: 30px;
}

.section3__table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  font-size: 1.2rem;
}

.section3__table th {
  width: 40%;
  background-color: #baedff;
  padding: 10px 20px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.section3__table td {
  width: 60%;
  padding: 10px 20px;
  text-align: left;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.notice-list {
  margin-top: 20px;
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 1.1rem;
}

.notice-list li {
  list-style-type: disc;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}