/* BASE
----------------------------------------------------*/
#guide img {
  width: 100%;
}

#guide p {
  margin-bottom: 0;
}

#guide a {
  transition: 0.4s;
}

#guide a:hover {
  opacity: 0.7;
}

#guide ul {
  list-style: none;
  padding-left: 0;
}

#guide {
  display: grid;
  gap: 40px;
  /* UTILITY
  ----------------------------------------------------*/
}

@media screen and (max-width: 768px) {
  #p-item #guide {
    gap: 30px;
  }
}

#guide .section {
  background-position: center;
  background-size: cover;
}

#guide .mv .mv_txt {
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #p-item #guide .mv .mv_txt {
    font-size: 12px;
    margin-top: -6px;
  }
}

#guide .section__inner {
  padding: 80px 30px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #p-item #guide .section__inner {
    padding: 40px 14px;
  }
}

#guide .section__title {
  text-align: center;
  color: #FFFFFF;
  font-size: 37px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .section__title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

#guide .section__title span {
  position: relative;
  display: inline-block;
  padding: 55px 20px 10px;
  border-bottom: 3px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
  #p-item #guide .section__title span {
    border-width: 2px;
    padding: 30px 10px 10px;
  }
}

#guide .section__title span::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/section-title.svg);
  background-size: contain;
  width: 78px;
  height: 42px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .section__title span::before {
    width: 44px;
    height: 20px;
  }
}

#guide .section__title--products {
  color: #000000;
}

#guide .section__title--products span {
  border-color: #000000;
}

#guide .section__title--products span::before {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/section-title_black.svg);
}

#guide .cv {
  background-color: #FD9333;
}

#guide .cv__inner {
  padding: 60px 30px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__inner {
    padding: 30px 14px;
  }
}

#guide .cv__contents {
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__contents {
    padding: 25px 20px;
  }
}

#guide .cv__title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__title {
    margin-bottom: 15px;
  }
}

#guide .cv__title::before,
#guide .cv__title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  #p-item #guide .cv__title::before,
  #p-item #guide .cv__title::after {
    width: 50px;
    height: 3px;
    top: 70%;
  }
}

#guide .cv__title::before {
  left: -15px;
  transform: rotate(70deg);
}

#guide .cv__title::after {
  right: -15px;
  transform: rotate(-70deg);
}

#guide .cv__title p {
  font-weight: 700;
  line-height: 1.3;
}

#guide .cv__title p:nth-child(1) {
  font-size: 27px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__title p:nth-child(1) {
    font-size: 18px;
  }
}

#guide .cv__title p:nth-child(2) strong {
  display: inline-block;
  position: relative;
  color: #FF6B00;
  font-size: 44px;
  padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__title p:nth-child(2) strong {
    font-size: 35px;
    margin-bottom: 8px;
  }
}

#guide .cv__title p:nth-child(2) strong::before {
  content: "";
  position: absolute;
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/wavy.svg);
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 190px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__title p:nth-child(2) strong::before {
    bottom: -2px;
    width: 170px;
    height: 9px;
  }
}

#guide .cv__title p:nth-child(2) span {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__title p:nth-child(2) span {
    font-size: 17px;
  }
}

#guide .cv__button {
  display: block;
  text-align: center;
  background-color: #FFE76F;
  color: #000000;
  text-decoration: none;
  font-size: 23px;
  font-weight: 700;
  padding: 20px 10px;
  border-radius: 100px;
  box-shadow: 0 6px #D5BC3C;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__button {
    box-shadow: 0 4px #D5BC3C;
    font-size: 16px;
    padding: 10px 5px;
    margin-bottom: 20px;
  }
}

#guide .cv__notes {
  text-align: center;
  font-size: 14px;
  line-height: 1.7142857143;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #p-item #guide .cv__notes {
    text-align: left;
    font-size: 12px;
  }
}

#guide .cv__notes a {
  font-weight: 700;
}

#guide .mv {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

#guide .intro {
  padding: 0 10px;
}

#guide .intro__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #p-item #guide .intro__text {
    font-size: 14px;
    line-height: 1.8571428571;
    text-align: left;
  }
}

#guide .intro__text span {
  color: #FF6B00;
}

#guide .benefits {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/section-bg01.jpg);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits {
    padding-top: 20px;
  }
}

#guide .benefits__items {
  display: grid;
  padding: 0 10px;
  gap: 36px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits__items {
    gap: 20px;
    grid-template-columns: auto;
  }
}

#guide .benefits-item {
  border: 8px solid #D2C8B4;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 60px 40px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item {
    border-radius: 24px;
    padding: 35px 5px;
    border-width: 5px;
    gap: 20px;
  }
}

#guide .benefits-item__img-wrapper {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__img-wrapper {
    max-width: 150px;
  }
}

#guide .benefits-item__title {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__title {
    margin-bottom: 5px;
  }
}

#guide .benefits-item__title span {
  display: block;
  line-height: 1.3;
}

#guide .benefits-item__title--01 span:nth-child(1) {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__title--01 span:nth-child(1) {
    font-size: 21px;
  }
}

#guide .benefits-item__title--01 span:nth-child(2) {
  color: #FF6B00;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__title--01 span:nth-child(2) {
    font-size: 25px;
  }
}

#guide .benefits-item__title--01 span:nth-child(3) {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__title--01 span:nth-child(3) {
    font-size: 22px;
  }
}

#guide .benefits-item__title--02 span:nth-child(1) {
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__title--02 span:nth-child(1) {
    font-size: 17px;
  }
}

#guide .benefits-item__title--02 span:nth-child(2) {
  color: #FF6B00;
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__title--02 span:nth-child(2) {
    font-size: 30px;
  }
}

#guide .benefits-item__title--02 span:nth-child(3) {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__title--02 span:nth-child(3) {
    font-size: 16px;
  }
}

#guide .benefits-item__notes {
  font-size: 15px;
  text-align: center;
  line-height: 1.4666666667;
}

@media screen and (max-width: 768px) {
  #p-item #guide .benefits-item__notes {
    font-size: 13px;
  }
}

#guide .point {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/section-bg02.jpg);
}

#guide .point__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point__items {
    grid-template-columns: auto;
    gap: 20px;
  }
}

#guide .point-item {
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 24px;
}

#guide .point-item__header {
  background-color: #FD9333;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__header {
    font-size: 18px;
    padding: 7px 0;
  }
}

#guide .point-item__body {
  padding: 25px 40px 40px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__body {
    padding: 20px;
  }
}

#guide .point-item__body *:last-child {
  margin-bottom: 0;
}

#guide .point-item__title {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__title {
    margin-bottom: 10px;
  }
}

#guide .point-item__title span {
  display: block;
}

#guide .point-item__title span:nth-child(1) {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__title span:nth-child(1) {
    font-size: 20px;
  }
}

#guide .point-item__title span:nth-child(2) {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__title span:nth-child(2) {
    font-size: 21px;
  }
}

#guide .point-item__img-wrapper {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__img-wrapper {
    max-width: 130px;
  }
}

#guide .point-item__text {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

#guide .point-item__lead {
  text-align: center;
  color: #FF6B00;
  font-size: 18px;
  line-height: 1.4666666667;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__lead {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}

#guide .point-item__link {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  color: #FD9333;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__link {
    font-size: 15px;
  }
}

#guide .point-item__notes {
  font-size: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__notes {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

#guide .point-item__notes li {
  text-indent: -1em;
  padding-left: 1em;
}

#guide .point-item__box {
  background-color: #F3F2F1;
  border-radius: 16px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__box {
    padding: 15px 20px;
  }
}

#guide .point-item__box--point2 p {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__box--point2 p {
    font-size: 14px;
  }
}

#guide .point-item__box--point2 p:nth-child(2) {
  font-size: 18px;
  color: #FF6B00;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__box--point2 p:nth-child(2) {
    font-size: 15px;
  }
}

#guide .point-item__box--point4 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__box--point4 {
    font-size: 14px;
  }
}

#guide .point-item__box--point4 span {
  color: #FF6B00;
  font-weight: 700;
}

#guide .point-item__table {
  width: 100%;
  text-align: center;
  border: 1px solid #cecece;
  border-collapse: collapse;
  margin-bottom: 10px;
}

#guide .point-item__table caption {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__table caption {
    font-size: 15px;
  }
}

#guide .point-item__table th {
  font-size: 15px;
  padding: 10px;
  font-weight: normal;
  color: #4f4f4f;
  background-color: #f3f2f1;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__table th {
    font-size: 14px;
  }
}

#guide .point-item__table td {
  font-size: 15px;
  padding: 10px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #p-item #guide .point-item__table td {
    font-size: 14px;
  }
}

#guide .voice {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/section-bg03.jpg);
}

#guide .voice__items {
  display: grid;
  gap: 26px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .voice__items {
    gap: 20px;
  }
}

#guide .voice-item {
  background-color: #FFFFFF;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .voice-item {
    padding: 20px;
    grid-template-columns: auto;
    gap: 15px;
  }
}

#guide .voice-item__img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

#guide .voice-item__body h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .voice-item__body h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
  }
}

#guide .voice-item__body p {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  #p-item #guide .voice-item__body p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

#guide .products {
  background-color: #FBF6E6;
}

#guide .products *:last-child {
  margin-bottom: 0;
}

#guide .products__intro {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #FF6B00;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .products__intro {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-bottom: 20px;
  }
}

#guide .products__section {
  margin-bottom: 40px;
}

#guide .products__heading {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .products__heading {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

#guide .products__items {
  padding: 38px;
  border-radius: 16px;
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .products__items {
    padding: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

#guide .products-item__link {
  text-decoration: none;
}

#guide .products-item__img-wrapper {
  margin-bottom: 10px;
}

#guide .products-item__img-wrapper.adjust {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background: #fff;
}

#guide .products-item__img-wrapper.adjust img {
  width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#guide .products-item__name {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #p-item #guide .products-item__name {
    font-size: 12px;
  }
}

#guide .category {
  background-color: #FBF6E6;
}

#guide .category .category-list {
  font-size: 16px;
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category .category-list {
    font-size: 13px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

#guide .category .tab {
  width: 100%;
}

#guide .category div[role=tablist] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category div[role=tablist] {
    gap: 5px;
  }
}

#guide .category button[role=tab] {
  border: 4px solid #D2C8B4;
  background-color: #F2F2F2;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  padding: 16px 2px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category button[role=tab] {
    border-width: 2px;
    font-size: 12px;
    padding: 8px 4px;
  }
}

#guide .category button[role=tab]::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background-size: contain;
  margin-right: 2px;
  margin-bottom: 2px;
}

#guide .category button[role=tab]#tabA::before {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/tab01_black.svg);
  width: 23px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category button[role=tab]#tabA::before {
    background-image: none;
    width: auto;
    height: auto;
  }
}

#guide .category button[role=tab]#tabB::before {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/tab02_black.svg);
  width: 25px;
  height: 17.5px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category button[role=tab]#tabB::before {
    background-image: none;
    width: auto;
    height: auto;
  }
}

#guide .category button[role=tab]#tabC::before {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/tab03_black.svg);
  width: 21px;
  height: 21px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category button[role=tab]#tabC::before {
    background-image: none;
    width: auto;
    height: auto;
  }
}

#guide .category button[role=tab][aria-selected=true] {
  background-color: #FD9333;
  color: #FFFFFF;
}

#guide .category button[role=tab][aria-selected=true]#tabA::before {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/tab01_white.svg);
}

@media screen and (max-width: 768px) {
  #p-item #guide .category button[role=tab][aria-selected=true]#tabA::before {
    background-image: none;
  }
}

#guide .category button[role=tab][aria-selected=true]#tabB::before {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/tab02_white.svg);
}

@media screen and (max-width: 768px) {
  #p-item #guide .category button[role=tab][aria-selected=true]#tabB::before {
    background-image: none;
  }
}

#guide .category button[role=tab][aria-selected=true]#tabC::before {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/b2b/contents/guide/tab03_white.svg);
}

@media screen and (max-width: 768px) {
  #p-item #guide .category button[role=tab][aria-selected=true]#tabC::before {
    background-image: none;
  }
}

#guide .category button[role=tab][aria-selected=false]:hover {
  background-color: #FFFFFF;
  cursor: pointer;
}

#guide .category div[role=tabpanel] {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0 0 16px 16px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category div[role=tabpanel] {
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }
}

#guide .category div[role=tabpanel]::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4F4F4F;
  width: 100%;
  height: 5px;
}

@media screen and (max-width: 768px) {
  #p-item #guide .category div[role=tabpanel]::before {
    top: -2;
  }
}

@media screen and (max-width: 768px) {
  #p-item #guide .pc {
    display: none;
  }

  #p-item #guide .sp {
    display: block;
  }
}

#guide .pc {
  display: block;
}

#guide .sp {
  display: none;
}

#guide .outro .section__img-wrapper {
margin-top: 30px;
}

@media screen and (max-width: 420px) {
  #guide .outro .section__img-wrapper {
    margin-top: 10px;
    }
}

#guide .outro .section__title--products span {
  padding-top: 0;
  }

#guide .outro .section__title--products span::before {
  content: none;
  padding-top: 0;
  }

  @media screen and (max-width: 420px) {
    #p-item #guide .outro .section__title--products span {
      font-size: 6.2vw;
    }
  }

