@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');
*{
  color: #707070;
  font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", 'HiraKakuProN-W3', sans-serif;
}
ul{
  list-style: none;
}
img{
  max-width: 100%;
}
.pc_none{
  display: none;
  @media only screen and  (max-width: 768px) {
    display: block;
  }
}

.title1 {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: 65px;
  padding-bottom: 22px;
  margin-left: 0;
  font: normal normal 300 20px / 24px Montserrat;
  letter-spacing: .8px;
  color: #353535;
  @media only screen and  (max-width: 768px) {
    font: normal normal 300 18px / 22px Montserrat;
    letter-spacing: 0.72px;
    margin-top: 56px;
  }
}
.title1 span.sub_title1 {
  font: normal normal normal 36px / 54px Noto Sans JP;
  letter-spacing: 2.88px;
  color: #353535;
  @media only screen and  (max-width: 768px) {
  font: normal normal normal 26px / 38px Noto Sans JP;
  letter-spacing: 2.08px;
  }
}
.l-wrapper{
  padding: 2rem;
}
.l-section{
  margin-top: 200px;
  @media only screen and  (max-width: 768px) {
    margin-top: 100px;
  }
}
.beginnertop {
    /* background-image: url(http://test05.j-cool.co.jp/trusalon/wp-content/uploads/2025/04/bigginer_MV.jpg); */
    background-position: center center;
    background-size: cover;
    max-width: 1200px;
    width: 100%;
    height: 70vh;
    position: relative;
}

.toumei{
  background-color: rgba(0, 0, 0, 0.34);
    height:100%;
    width: 100%;
    position: absolute;
}

.beginner-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 10px 0;
    color: #000;
    font-size: 5rem;
    font-weight: normal;
}
.beginner-title span {
    font-size: 60%;
    color: #000;
}

.intro__text{
  text-align: center;
}

.flow {
}
.c-beginner__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* row-gap: 1rem; */
}
.c-beginner__label {
  font-size: 48px;
  @media only screen and  (max-width: 768px) {
    font-size: 28px;
    margin-left: 0;
  }
}
.c-beginner__title {
  font-size: 28px;
  margin: 0;
  @media only screen and  (max-width: 768px) {
    font-size: 20px;
  }
}
.flow__step {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  @media only screen and  (max-width: 768px) {
    margin-top: 30px;
    row-gap: 1rem;
  }
}
.flow__step-title {
  margin-left: 0;
  font-size: 24px;
  @media only screen and  (max-width: 768px) {
    font-size: 18px;
  }
}
.flow__step-contents{
  display: flex;
  align-items: center;
  gap: 24px;
  @media only screen and  (max-width: 768px) {
    flex-direction: column;
  }
}
.flow__step-img {
  width: 50%;
  @media only screen and  (max-width: 768px) {
    width: 100%;
  }
}
.flow__step-text {
  width: 40%;
  @media only screen and  (max-width: 768px) {
    font-size: 16px;
    width: 100%;
  }
}
.designs {
}
.designs__header {
}
.designs__label {
}
.designs__title {
}
.designs__item {
  /* text-align: center; */
  /* margin-top: 60px; */
}
.designs__item-inner{
  margin-inline: auto;
  /* display: inline-block; */
  width: 80%;
  @media only screen and  (max-width: 768px) {
    width: 100%;
  }
}
.designs__rank {
  /* font-family: "Shrikhand", serif; */
  font-weight: bold;
  font-style: normal;
  font-size: 60px;
  text-align: left;
  @media only screen and  (max-width: 768px) {
    font-size: 42px;
  }
}
.designs__thumbnail {
  display: flex;
  justify-content: center;
}
.designs__thumbnail-image {
  max-width: 486px;
  @media only screen and  (max-width: 768px) {
    width: 100%;
  }
}
.designs__image-label {
  writing-mode: vertical-rl;
  font-size: 32px;
  text-align: justify;
  @media only screen and  (max-width: 768px) {
    font-size: 16px;
  }
}
.designs__contents{
  text-align: center;
  margin-top: 32px;
  /* width: 80%; */
  @media only screen and  (max-width: 768px) {
    width: 100%;
  }
}
.designs__name {
  font-size: 28px;
  @media only screen and  (max-width: 768px) {
    font-size: 24px;
  }
}

.designs__description {
  font-size: 18px;
  @media only screen and  (max-width: 768px) {
    font-size: 14px;
  }
}
.designs__price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  @media only screen and  (max-width: 768px) {
    gap: 1rem;
    flex-direction: column;
  }
}
.designs__course {
}
.designs__price {
}
.beginner__link {
  display: block;
  text-align: center;
  color: #707070;
  text-decoration: underline;
  font-size: 20px;
}
.beginner__link-wrapper{
  margin: 60px 0;
}
.menu {
}
.menu__title {
}
.beginner-menu__description {
  text-align: center;
  margin-top: 60px;
  @media only screen and  (max-width: 768px) {
    margin-top: 28px;
  }
}
.beginner-menu__intro {
  margin-top: 60px;
}
.beginner-menu__intro-title {
  margin: 0;

  @media only screen and  (max-width: 768px) {
    font-size: 20px;
  }
}
.menu__intro-text {
}
.beginner-menu__table {
  width: 100%;
  margin-top: 64px;
  @media only screen and  (max-width: 768px) {
    margin-top: 20px;
  }
}
.beginner-menu__row {
}
.beginner-menu__item-name {
  font-size: 20px;
  padding: 16px;
  padding-left: 0;
  @media only screen and  (max-width: 768px) {
    font-size: 14px;
  }
}
.beginner-menu__item-price {
  font-size: 24px;
  padding: 16px;
  @media only screen and  (max-width: 768px) {
    font-size: 14px;
  }
}

.points {
}
.points__header {
}
.points__label {
}
.points__title {
}
.points__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  @media only screen and  (max-width: 768px) {
    row-gap: 40px;
  }
}
.points__item {
  display: flex;
  align-items: center;
  gap: 4%;
}
@media only screen and  (max-width: 768px) {
  .points__item {
  flex-direction: column-reverse;
  }}

  @media only screen and (max-width: 768px) {
.points__item:nth-child(2){
    flex-direction: column;
  }
}
img.scaled-image{
  border: none;
  margin: 0;
}
.points__number {
  /* font-family: "Shrikhand", serif; */
  font-weight: bold;
  font-style: normal;
  font-size: 51px;
  @media only screen and  (max-width: 768px) {
    font-size: 32px;
  }
}
.points__summary {
  font-size: 24px;
  @media only screen and  (max-width: 768px) {
    font-size: 18px;
  }
}
.points__detail {
}
.beginner__faq-contents{
  margin-top: 60px;
  @media only screen and  (max-width: 768px) {
    margin-top: 20px;
  }
}
.cp_actab-content a{
  border: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  font-size: 16px;
}
.commonWrap {
  width: 100%;
}
.page-index{
  margin-top: 80px;
}
.no_bullets {
  background: linear-gradient(135deg, rgb(238, 238, 238) 100%, rgb(169, 184, 195) 100%);
  max-width: 40%;
  margin-inline: auto;
  padding: 10px 32px;
  @media only screen and  (max-width: 1200px) {
    max-width: 60%;
  }
  @media only screen and  (max-width: 768px) {
    max-width: 100%;
  }
}
.toc_title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
}
.toc_lists{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.toc_list:before {
  background: #707070;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
.c-beginner__header{
  /* display: block; */
    padding-top: 80px;
    margin-top: -80px;
}