/*
Theme Name:Light Beauty
*/

@charset "utf-8";

/* - - - - - - - - - - - - - - - -
 all
- - - - - - - - - - - - - - - - */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  transition: 0.5s;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-size: 16px;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* - - - - - - - - - - - - - - - -
 common
- - - - - - - - - - - - - - - - */

/* ////////////////////////
 header
//////////////////////// */
header .container {
  width: 100%;
  max-width: 1350px;
  background-color: #ffffff;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 25px;
  gap: 24px;
}

header .header_logo {
  width: min(calc(280 / 1440 * 100vw), 280px);
}

header .header_logo a {
  display: block;
}

header .header_nav ul {
  display: flex;
}

header .header_nav ul li a {
  display: flex;
  height: 65px;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  justify-content: center;
  color: #7d7d7d;
  font-size: 12px;
}

header .header_nav ul li.reserve {
  /*width:200px;*/
  background: rgb(237, 87, 124);
  background: linear-gradient(
    180deg,
    rgba(237, 87, 124, 1) 11%,
    rgba(246, 103, 145, 1) 100%
  );
  margin-left: 20px;
  letter-spacing: 2px;
}

header .header_nav ul li.reserve a:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/icon-calendar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* margin-right: 10px; */
  position: relative;
  bottom: 2px;
}

header .header_nav ul li.reserve a {
  color: #ffffff;
  font-weight: bold;
}

/* header .header_nav ul li.reserve a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("images/icon_carender.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

header .header_nav ul li.reserve a {
  color: #ffffff;
  font-weight: bold;
} */

/* ////////////////////////
 footer
//////////////////////// */
footer {
  background-color: #fdb3bc;
  padding: 8px 0;
}

footer .copyright p {
  color: #bd5f7a;
  text-align: center;
  font-size: 12px;
}

/* - - - - - - - - - - - - - - - -
 toppage
- - - - - - - - - - - - - - - - */

/* ////////////////////////
 section common
//////////////////////// */
section .container {
  width: 80%;
}

section .sec_ttl p {
  font-size: 36px;
  text-align: center;
  color: #42bad4;
  letter-spacing: 13px;
}

section .sec_ttl h2 {
  font-size: 20px;
  text-align: center;
  color: #015897;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

section .sec_ttl h2:after {
  content: "";
  display: block;
  height: 4px;
  width: 80px;
  margin: 0 auto;
  background: rgb(100, 207, 234);
  background: linear-gradient(
    90deg,
    rgba(100, 207, 234, 1) 0%,
    rgba(254, 186, 193, 1) 100%
  );
  border-radius: 2px;
  margin-top: 20px;
}

/* ////////////////////////
 visual_wrap
//////////////////////// */
#visual_wrap {
  /* background-image: url("images/main_visual10-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc((700 / 1440) * 100vw);
  margin-top: 65px;
  position: relative; */
}

.visual__slider {
  padding-top: 65px;
}

.visual__sliderLink:hover {
  opacity: 0.8;
}

.visual__sliderImg {
  aspect-ratio: 1440 / 700;
  overflow: hidden;
  display: block;
}

.visual__sliderImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#visual_wrap .bl_lead p span {
  background-color: #ffffff;
  padding: 0 10px;
  font-size: 48px;
  letter-spacing: 8px;
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
}

#visual_wrap .bl_lead p {
  margin-bottom: 20px;
}

#visual_wrap .bl_name p {
  color: #12aec5;
  font-size: 32px;
  letter-spacing: 2px;
}

#visual_wrap .bl_name p span {
  font-size: 20px;
}

/* ////////////////////////
 about_wrap
//////////////////////// */
#about_wrap {
  padding-top: 50px;
  background-image: url("images/sec_about_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#about_wrap .sec_ct {
  padding-bottom: 120px;
  text-align: center;
}

#about_wrap .sec_ct h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

#about_wrap .sec_ct p {
  font-size: 16px;
  margin-bottom: 24px;
}

/* ////////////////////////
 commitment_wrap
//////////////////////// */

.commitment_wrap._accent::before {
  content: "";
  display: block;
  height: 80px; /* ヘッダーの高さに合わせて調整 */
  margin-top: -80px; /* ヘッダーの高さに合わせて調整 */
  visibility: hidden;
}
#commitment_wrap .sec_ct {
  margin-bottom: 50px;
}

#commitment_wrap .sec_ct .bl_point {
  margin-bottom: 50px;
}
#commitment_wrap .sec_ct .bl_point ul {
  display: flex;
  justify-content: space-between;
}

#commitment_wrap .sec_ct .bl_point ul li.pt {
  width: 25%;
  text-align: center;
}

#commitment_wrap .sec_ct .bl_point ul li.pt .bl_num {
  margin-bottom: 10px;
}

#commitment_wrap .sec_ct .bl_point ul li.pt .bl_num img {
  width: 40%;
}

#commitment_wrap .sec_ct .bl_point ul li.pt .bl_lead {
  margin-bottom: 10px;
}

#commitment_wrap .sec_ct .bl_point ul li.pt .bl_lead p {
  font-weight: bold;
}

#commitment_wrap .sec_ct .bl_point ul li.pt .bl_lead span {
  color: #1d95af;
}

#commitment_wrap .sec_ct .bl_point ul li.pt04 .bl_lead p {
  line-height: 48px;
}

#commitment_wrap .sec_ct .bl_recommend {
  width: 80%;
  margin: 0 auto;
  background-image: url("images/sec_commitment_bibblebg.png");
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center;
  padding: 50px 0;
  border-radius: 30px;
}

#commitment_wrap .sec_ct .bl_recommend .bl_bubble {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#commitment_wrap .sec_ct .bl_recommend .bl_checklist {
  display: flex;
  justify-content: center;
}

#commitment_wrap .sec_ct .bl_recommend .bl_checklist ul li {
  font-weight: bold;
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
  min-width: 304px;
}

#commitment_wrap .sec_ct .bl_recommend .bl_checklist ul li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("images/icon_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
  position: relative;
  top: 3px;
}

#commitment_wrap .sec_ct .bl_recommend .bl_checklist01 {
  margin-right: 50px;
}

/* ////////////////////////
 menu_wrap
//////////////////////// */
#menu_wrap {
  background-color: #dae9f6;
  padding-top: 100px;
  padding-bottom: 80px;
}

#menu_wrap .bl_menu {
  background-color: #ffffff;
  display: flex;
  padding: 20px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}

#menu_wrap .bl_menu .bl_img {
  width: 18%;
  margin-right: 30px;
}

#menu_wrap .bl_menu .bl_cont {
  width: 40%;
  flex-wrap: wrap;
  margin-top: 5px;
}

#menu_wrap .bl_menu .bl_cont p {
  flex-direction: column;
}

#menu_wrap .bl_menu .bl_cont p.bl_tag {
  display: inline;
  border: 1px solid #f5658e;
  color: #f5658e;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 5px;
}

#menu_wrap .bl_menu .bl_cont p.bl_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#menu_wrap .bl_menu .bl_cont p.bl_time {
  font-size: 12px;
  color: #333333;
}

#menu_wrap .bl_menu .bl_cont p.bl_price {
  font-size: 28px;
  font-weight: bold;
  color: #e14965;
}

#menu_wrap .bl_menu .bl_btn {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}

#menu_wrap .bl_menu .bl_btn a {
  display: flex;
  width: 200px;
  height: 45px;
  background: rgb(237, 87, 124);
  background: linear-gradient(
    180deg,
    rgba(237, 87, 124, 1) 11%,
    rgba(246, 103, 145, 1) 100%
  );
  font-weight: bold;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  font-size: 14px;
  margin-top: auto;
}

/* ////////////////////////
 voice_wrap
//////////////////////// */
#voice_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

#voice_wrap .bl_voices {
  margin-bottom: 100px;
}

#voice_wrap .bl_voice {
  background-color: #ffeaee;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 30px;
  align-items: center;
}

#voice_wrap .bl_voice .bl_person {
  width: 20%;
  text-align: center;
}

#voice_wrap .bl_voice .bl_person .bl_img {
  width: 60%;
  margin: 0 auto;
}

#voice_wrap .bl_voice .bl_comment {
  width: 80%;
}

#voice_wrap .bl_voice .bl_comment p span {
  color: #1d95af;
  font-weight: bold;
}

/* ////////////////////////
 column_wrap
//////////////////////// */
#column_wrap {
  padding-top: 100px;
  background-color: #dae9f6;
  padding-bottom: 80px;
}

#column_wrap .bl_columns {
  margin-bottom: 50px;
}

#column_wrap .bl_columns ul {
  display: flex;
  flex-wrap: wrap;
}

#column_wrap .bl_columns ul li {
  display: flex;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 30px;
}

#column_wrap .bl_columns ul li:nth-child(3n) {
  margin-right: 0;
}

#column_wrap .bl_columns ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

#column_wrap .bl_columns ul li a .bl_img {
  margin-bottom: 10px;
}

#column_wrap .bl_columns ul li a .bl_ttl p {
  font-weight: bold;
  color: #000000;
}

#column_wrap .bl_btn a {
  display: flex;
  width: 80%;
  max-width: 300px;
  height: 50px;
  background-color: rgb(237, 87, 124);
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 auto;
}

/* ////////////////////////
 instagram_wrap
//////////////////////// */

#instagram_wrap {
  padding: 100px 0 80px;
}

/* ////////////////////////
 access_wrap
//////////////////////// */
#access_wrap {
  padding-top: 80px;
}

#access_wrap .bl_access {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#access_wrap .bl_access .bl_detail {
  width: 45%;
}

#access_wrap .bl_access .bl_detail .bl_lead {
  margin-bottom: 30px;
}

#access_wrap .bl_access .bl_detail .bl_lead p {
  font-weight: bold;
  font-size: 18px;
  color: #42bad4;
}

#access_wrap .bl_access .bl_detail .bl_txt {
  margin-bottom: 30px;
}

#access_wrap .bl_access .bl_detail .bl_pink {
  background-color: #fbedf0;
  padding: 35px;
  border-radius: 20px;
}

#access_wrap .bl_access .bl_map {
  width: 50%;
}

#access_wrap .bl_access .bl_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#access_wrap .bl_collabo {
  text-align: center;
}

#access_wrap .bl_collabo .bl_lead {
  margin-bottom: 20px;
}

#access_wrap .bl_collabo .bl_lead h3 {
  font-size: 24px;
  color: #42bad4;
}

#access_wrap .bl_collabo .bl_clinic ul {
  display: flex;
  justify-content: center;
}

#access_wrap .bl_collabo .bl_clinic ul li {
  width: 30%;
}

#access_wrap .bl_collabo .bl_clinic ul li a {
  display: block;
  width: 100%;
}

#access_wrap .bl_collabo .bl_clinic ul li img {
  padding: 0 20px;
}

/* ////////////////////////
 company_wrap
//////////////////////// */
#company_wrap {
  padding-top: 200px;
  background-image: url("images/sec_company_bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#company_wrap .sec_ct {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

#company_wrap .sec_ct .bl_profile {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#company_wrap .sec_ct .bl_profile .bl_img {
  width: 25%;
}

#company_wrap .sec_ct .bl_profile .bl_company {
  width: 70%;
}

#company_wrap .sec_ct .bl_profile .bl_company .bl_name {
  margin-bottom: 20px;
}

#company_wrap .sec_ct .bl_profile .bl_company .bl_name p {
  font-size: 17px;
  font-weight: bold;
}

#company_wrap .sec_ct .bl_detail {
  width: 50%;
  position: relative;
  top: 18px;
}

#company_wrap .sec_ct .bl_detail ul li {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}

#company_wrap .sec_ct .bl_detail ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #e38fa7;
  position: absolute;
}

#company_wrap .sec_ct .bl_detail ul li p.bl_bold {
  width: 35%;
  font-weight: bold;
  padding-left: 30px;
}

#company_wrap .sec_ct .bl_detail ul li p.bl_txt {
  width: 65%;
}

/* - - - - - - - - - - - - - - - -
 column_page
- - - - - - - - - - - - - - - - */
.page_column .column_ct img {
  height: auto !important;
}

.page_column .column_ct {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px;
}

.page_column .column_ct .column_ttl p {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}

.page_column .column_ct h2 {
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #42bad4;
  padding-left: 15px;
  margin-bottom: 30px;
}

.page_column .column_ct h3 {
  font-weight: bold;
  color: #42bad4;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page_column .column_ct h3:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #42bad4;
  position: absolute;
  left: 0;
  top: 4px;
}

.page_column .column_ct p {
  margin-bottom: 30px;
}

.page_column .column_ct ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
  background-color: #ffeaee;
  border-radius: 20px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  margin-bottom: 30px;
}

.page_column .column_ct ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
  background-color: #ffeaee;
  border-radius: 20px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  margin-bottom: 30px;
}

.page_column .column_ct .has-background {
  border-radius: 20px;
}

.page_column .column_ct .wp-block-media-text {
  margin-bottom: 30px;
}

.back_wrap a {
  width: 100%;
  height: 80px;
  display: flex;
  color: #6f6f6f;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.back_wrap a:after {
  content: "";
  display: block;
  width: 35px;
  height: 20px;
  background-image: url("images/icon_back.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* - - - - - - - - - - - - - - - -
 greeting_page
- - - - - - - - - - - - - - - - */
#greeting_wrap {
  padding-top: 50px;
}

#greeting_wrap .sec_ct {
  padding-bottom: 40px;
  text-align: center;
}

#greeting_wrap .sec_ct h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

#greeting_wrap .sec_ct p {
  font-size: 16px;
  margin-bottom: 24px;
}

/* 20231204 追加分 */

#sitemap_wrap {
  padding-top: 100px;
  padding-bottom: 80px;
}

.p-sitemap__inner.container {
  max-width: 780px;
}

.sitemap__list {
  display: flex;
}

.sitemap__item {
  width: 100%;
}

.sitemap__cont:not(:first-child) {
  margin-top: 40px;
}

.sitemap__cont-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  transition: 0.4s;
  color: #000;
}
.sitemap__cont-title:hover {
  opacity: 0.7;
}

.sitemap__cont-text {
  display: block;
  margin-top: 8px;
  padding-left: 28px;
  color: #000;
  position: relative;
  transition: 0.4s;
}
.sitemap__cont-text::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sitemap__cont-text:hover {
  opacity: 0.7;
}

.container_footer {
  width: 80%;
  margin: auto;
  text-align: center;
}

.footer__link {
  font-size: 12px;
  color: #bd5f7a;
  display: block;
  transition: 0.4s;
  text-decoration: underline;
  margin-bottom: 6px;
}

.footer__link:hover {
  opacity: 0.7;
}

/* 12.27修正分 */
.header_right--top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.header_right--top .header_nav ul li.header-top__nav-item {
  margin-left: 0;
  width: 60px;
}

.header_right--top .header_nav ul li a {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  gap: 2px;
}

.header-top__nav-item {
  background-color: #12aec5;
}

header .header_nav ul li.reserve {
  background-color: #ff4f88;
  letter-spacing: 0;
}

header .header_nav ul li.reserve a:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/icon-calendar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

header .header_nav ul li.reserve a {
  color: #ffffff;
  font-weight: bold;
}

/* インスタグラム */
header .header_nav ul li.instagram {
}

header .header_nav ul li.instagram a:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/sns-icon-instagram.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

header .header_nav ul li.instagram a {
  color: #ffffff;
  font-weight: bold;
}

/* line */
header .header_nav ul li.line {
}

header .header_nav ul li.line a:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/sns-icon-line.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

header .header_nav ul li.line a {
  color: #ffffff;
  font-weight: bold;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
}

/* バナー */
.banner {
  text-align: center;
  padding-block: 154px;
  background-color: #dae9f6;
}

@media screen and (max-width: 960px) {
  .banner {
    padding-block: 80px;
  }
}

.banner__link {
  width: 100%;
  max-width: 740px;
  display: inline-block;
}

@media (any-hover: hover) {
  .banner__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 960px) {
  .banner__link {
    padding-inline: 25px;
    max-width: 740px;
    height: auto;
  }
}

/* Youtube */

.youtube {
  margin-block: 80px;
}

.youtube__imgBlock {
  margin-inline: auto;
  width: 100%;
  max-width: 740px;
  height: 400px;
}

@media screen and (max-width: 786px) {
  .youtube__imgBlock {
    height: initial;
  }
}

.youtube__img {
  aspect-ratio: 740 / 400;
  overflow: hidden;
  display: block;
}

.youtube__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__bottom {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  display: none;
}

@media screen and (max-width: 960px) {
  .header__bottom {
    position: fixed;
    z-index: 1000;
    display: block;
  }
}

.header-bottom__items {
  display: grid;
  grid-template-columns: min(calc(320 / 1440 * 100vw), 320px) min(
      calc(320 / 1440 * 100vw),
      320px
    );
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .header-bottom__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.header-bottom__item {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 960px) {
  .header-bottom__item {
    max-width: 100%;
  }
}

.header-bottom__item-link:hover {
  opacity: 0.8;
}

.header_right__item {
  padding-inline: 0;
}

.header_right__item {
  padding-left: 13px;
}

.header_right__item a img {
  width: 100%;
  max-width: 240px;
}

header .header_nav ul .header_right__banner {
  padding-inline: 0;
}

.drawer__itemLv2 {
  width: 100%;
  max-width: 270px;
  margin-inline: auto;
}

.drawer__itemLv2--small {
  width: 100%;
  max-width: 240px;
}

.drawer__itemsLv3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  width: 192px;
  margin-inline: auto;
}

.drawer__itemLv3 {
  width: 56px;
}

/* campaign */

.campaign {
  margin-top: 80px;
}

.campaign__imgBlock {
  margin-inline: auto;
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 786px) {
  .campaign__imgBlock {
    height: initial;
  }
}

.campaign__img {
  aspect-ratio: 1090 / 1090;
  overflow: hidden;
  display: block;
}

.campaign__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_txt__link {
  color: #000;
}

.campaign__container {
  width: 100%;
  max-width: 350px;
}

.campaign_wrap .swiper-pagination {
  bottom: -24px !important;
}

.mt-20 {
  margin-top: 20px;
}

/* 2024_0930 */

.warranty {
  padding-block: 100px 40px;
}

.warranty__title {
  margin-top: 9px;
}

.warranty__titleDecoration {
  position: relative;
  display: block;
}

.warranty__titleDecoration::before {
  position: absolute;
  content: "";
  background-image: url("images/crown-icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 52px;
  top: 50%;
  left: calc(50% - 130px);
  transform: translateY(-76%);
}

.warranty__titleDecoration::after {
  position: absolute;
  content: "";
  background-image: url("images/crown-icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 52px;
  top: 50%;
  right: calc(50% - 124px);
  transform: translateY(-76%) rotateY(180deg);
}

.warranty__contents {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.warranty__heading {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  opacity: 0.8;
  background: linear-gradient(180deg, #f66791 0%, #9c0646 100%);
  text-align: center;
  padding-block: 14px;
}

.warranty__texts {
  margin-top: 40px;
}

.warranty__text {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.warranty__subTexts {
}

.warranty__subText {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.warranty__content._lightBlue {
  margin-top: 80px;
}

.warranty__content._lightBlue .warranty__heading {
  background: linear-gradient(0deg, #015897 0%, #42bad4 100%);
}

/* ////////////////////////
 comic-column_wrap_wrap
//////////////////////// */
#comic-column_wrap {
  padding-top: 100px;
  background-color: #dae9f6;
  padding-bottom: 80px;
}

#comic-column_wrap .bl_columns {
  margin-bottom: 50px;
}

#comic-column_wrap .bl_columns ul {
  display: flex;
  flex-wrap: wrap;
}

#comic-column_wrap .bl_columns ul li {
  display: flex;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 30px;
}

#comic-column_wrap .bl_columns ul li:nth-child(3n) {
  margin-right: 0;
}

#comic-column_wrap .bl_columns ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

#comic-column_wrap .bl_columns ul li a .bl_img {
  margin-bottom: 10px;
}

#comic-column_wrap .bl_columns ul li a .bl_ttl p {
  font-weight: bold;
  color: #000000;
}

#comic-column_wrap .bl_btn a {
  display: flex;
  width: 80%;
  max-width: 300px;
  height: 50px;
  background-color: rgb(237, 87, 124);
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 auto;
}

.comic-column_wrap {
  margin-top: 100px;
}

.comic-column_wrap__text {
  margin-inline: auto;
  font-size: 20px;
}

/* 2025 1/14 スポンサーセクション追加 */

.p-sponsor__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-bottom: 50px;
}

.c-button01 {
  display: flex;
  width: 80%;
  max-width: 300px;
  height: 50px;
  background-color: rgb(237, 87, 124);
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 auto;
}

#sponsor_wrap {
  padding-top: 100px;
  padding-bottom: 80px;
}

/* 2025 1/21 社員さんのキレイを応援する会社セクション追加 */

.p-support__text {
  margin-inline: auto;
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.p-support__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.c-button01 {
  display: flex;
  width: 80%;
  max-width: 300px;
  height: 50px;
  background-color: rgb(237, 87, 124);
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 auto;
}

#support_wrap {
  padding-top: 100px;
  padding-bottom: 80px;
}

.p-support__img {
  padding: 8px;
}

.p-support__img img {
  /* gird 4ならこっちの比率 */
  aspect-ratio: 220 / 154;

  /* gird 3ならこっちの比率 */
  aspect-ratio: 220 / 104;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid#015897;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  border-radius: 4px;
  color: #015897;
}

.current {
  background-color: #015897;
  color: #fff;
}
