@charset "UTF-8";
#mainCol, #mainCol *, #mainCol:after, #mainCol:before, #mainCol *:after, #mainCol *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#header {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #header {
    border-bottom: none;
  }
}
@media only screen and (min-width: 569px) {
  #header .logo {
    background-image: url("../images/common/c.png?d=202510231310");
  }
}

#footer_lp {
  margin-top: 0;
}

#contents {
  width: 100%;
  text-align: left;
}

#mainCol {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.l-wrap * {
  font-family: "Noto Sans JP", sans-serif;
}

#copyright_lp a img {
  width: auto;
  height: 27px;
}

.c-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767.98px) {
  .c-img {
    width: 100%;
  }
}

.c-color-primary {
  color: #CC4466;
}

.c-button1 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 3.4em;
  margin: 0 auto;
  padding: 0.8em 1em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background: #CC4466;
  box-shadow: 0px 6px 0px #992B46;
  transition-property: transform, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media screen and (max-width: 767.98px) {
  .c-button1 {
    width: 16.35em;
    max-width: 87.2%;
  }
}
@media screen and (min-width: 768px) {
  .c-button1 {
    width: 18.7em;
  }
}
@media (any-hover: hover) {
  .c-button1:hover:enabled, .c-button1:hover:any-link {
    transform: translateY(6px);
    box-shadow: none;
  }
}
.c-button1[disabled] {
  cursor: default;
}
.c-button1.is-disabled {
  cursor: default !important;
  color: #999999 !important;
  background: #cccccc !important;
  transform: none !important;
  box-shadow: 0px 6px 0px #7E7E7E !important;
}

.c-link-back {
  position: relative;
  display: inline-block;
  padding-left: 2.2857142857em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #4C4C80;
}
.c-link-back--center {
  margin-left: -2.2857142857em;
}
.c-link-back::before {
  content: "";
  position: absolute;
  top: 0.4285714286em;
  left: 0.6428571429em;
  width: 0.3571428571em;
  height: 0.7142857143em;
  background: url("../images/common/icon_arrow_1_left.svg?d=202510231310") no-repeat center;
  background-size: contain;
}
.p-buttons {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-buttons {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-buttons {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-buttons--pager {
    flex-direction: row;
    align-items: center;
  }
}
.p-buttons__item {
  width: 100%;
  margin-inline: auto;
}
.p-buttons__item--left, .p-buttons__item--right {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-buttons__item--left, .p-buttons__item--right {
    width: 87.2%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-buttons__item--left, .p-buttons__item--right {
    margin-top: 31px;
  }
}
@media screen and (min-width: 768px) {
  .p-buttons--pager .p-buttons__item {
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-buttons--pager .p-buttons__item--center {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-buttons--pager .p-buttons__item--left, .p-buttons--pager .p-buttons__item--right {
    margin-inline: 0;
    flex: 0 0 calc((100% - 374px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-buttons--pager .p-buttons__item--left {
    order: 1;
  }
}
.p-buttons--pager .p-buttons__item--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-buttons--pager .p-buttons__item--right {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .p-buttons--pager .c-button1 {
    margin: 0;
  }
}
.p-buttons__para {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF0000;
}
@media screen and (max-width: 767.98px) {
  .p-buttons__para {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-buttons__para {
    margin-top: 15px;
  }
}

.p-hero1 {
  position: relative;
}
.p-hero1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_hero_1.jpg?d=202510231310") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .p-hero1::before {
    background-image: url("../images/common/bg_hero_1_sp.jpg?d=202510231310");
  }
}
.p-hero1__inner {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-hero1__inner {
    min-height: 174px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1__inner {
    min-height: 290px;
    padding-bottom: 44px;
  }
}
.p-hero1-title {
  position: relative;
  z-index: 1;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-hero1-title {
    width: 61.6%;
    max-width: 231px;
    padding-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1-title {
    width: 390px;
    padding-top: 20px;
  }
}
.p-hero1-desc {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-hero1-desc {
    margin-top: -13px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1-desc {
    margin-top: -21px;
  }
}
.p-hero1-para {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #665555;
}
@media screen and (max-width: 767.98px) {
  .p-hero1-para {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1-para {
    position: relative;
    font-size: 16px;
  }
}

/*
* page/pg-index.css
*/
.pg-index-hero {
  position: relative;
}
.pg-index-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: url("../images/index/bg_index_hero_1.jpg?d=202510231310") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero::before {
    padding-bottom: 341px;
    background-image: url("../images/index/bg_index_hero_1_sp.jpg?d=202510231310");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero::before {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    margin-bottom: -1.71875%;
    padding-top: 13.4375%;
    background: url("../images/index/bg_index_hero_2.png?d=202510231310") no-repeat center bottom;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1280px) {
  .pg-index-hero::after {
    margin-bottom: -22px;
    padding-top: 172px;
  }
}
.pg-index-hero__inner {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
}
.pg-index-hero-title {
  position: relative;
  z-index: 1;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-title {
    width: 91.4666666667%;
    padding-top: 0.8%;
    max-width: 343px;
    padding-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-title {
    width: 39.140625%;
    padding-top: 0.546875%;
  }
}
.pg-index-hero-desc {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-desc {
    margin-top: 29px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-desc {
    margin-top: 1.328125%;
    padding-bottom: 0.625%;
  }
}
.pg-index-hero-para {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #665555;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-para {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-para {
    position: relative;
  }
}
@media screen and (min-width: 1080px) {
  .pg-index-hero-para {
    font-size: 28px;
  }
}
.pg-index-hero-badge {
  position: absolute;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-badge {
    top: 0;
    right: 50%;
    width: 25.6%;
    max-width: 96px;
    margin: -105px 76px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-badge {
    bottom: 0;
    right: 100%;
    max-width: 25.2538179336%;
    width: 148px;
    margin: 0 5.2896510537% -3.0714102892% 0;
  }
}

.pg-index-message {
  position: relative;
}
.pg-index-message__inner {
  position: relative;
  max-width: 994px;
  margin-inline: auto;
  margin-inline: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-index-message__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-message__inner {
    width: 91.4666666667%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-message__inner {
    padding: 54px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message__inner {
    padding: 14.3863179074% 0 13.2796780684%;
  }
}
@media screen and (min-width: 1280px) {
  .pg-index-message__inner {
    padding: 143px 0 132px;
  }
}
.pg-index-message__inner::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("../images/index/bg_index_message_1.png?d=202510231310") no-repeat right bottom;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-index-message__inner::before {
    right: 8.1632653061%;
    height: 100%;
    margin-top: 48px;
    width: 83.6734693878%;
    max-width: 350px;
    background-image: url("../images/index/bg_index_message_1_sp.png?d=202510231310");
    background-position-y: top;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message__inner::before {
    right: 0;
    width: 100%;
    margin-top: 9.8591549296%;
    padding-bottom: 62.3742454728%;
  }
}
.pg-index-message__sizer {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-message__sizer {
    padding-top: 34.2052313883%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message__sizer {
    padding-top: 62.3742454728%;
  }
}
.pg-index-message-title {
  height: auto;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-message-title {
    width: 16.6180758017%;
    max-width: 83px;
    margin-bottom: 318px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message-title {
    width: 8.3501006036%;
    margin-bottom: 9.7585513078%;
  }
}
.pg-index-message-para1 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #CC4466;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #CC4466;
}
@media screen and (max-width: 374.98px) {
  .pg-index-message-para1 {
    font-size: 14px;
    padding-inline: 0.7142857143em;
  }
}
@media screen and (min-width: 375px) {
  .pg-index-message-para1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-message-para1 {
    min-height: 2.3333333333em;
    max-width: 100%;
    margin-bottom: 1.0666666667em;
    padding: 0.2666666667em 0.9333333333em 0.2666666667em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message-para1 {
    min-height: 2.4583333333em;
    margin-bottom: 0.9166666667em;
    padding: 0.2083333333em 1em 0.2916666667em;
  }
}
@media screen and (min-width: 994px) {
  .pg-index-message-para1 {
    font-size: 24px;
  }
}
.pg-index-message-para2 {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .pg-index-message-para2 {
    margin-bottom: 0.8333333333em;
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message-para2 {
    margin-bottom: 0.9852941176em;
  }
}
@media screen and (min-width: 994px) {
  .pg-index-message-para2 {
    font-size: 68px;
  }
}
.pg-index-message-para2__bg {
  position: relative;
  background-image: linear-gradient(90deg, #FFCBD9, #DCBEFF);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .pg-index-message-para2__bg {
    background-position: 0 1.09375em;
    background-size: 100% 0.1666666667em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message-para2__bg {
    background-position: 0 1.0882352941em;
    background-size: 100% 0.2205882353em;
  }
}
.pg-index-message-para3 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  font-feature-settings: "halt" on;
  line-height: 2;
}
.pg-index-message-para3 + .pg-index-message-para3 {
  margin-top: 2em;
}
.pg-index-message-para3__space1 {
  letter-spacing: 0.1133333333em;
}
.pg-index-message-para4 {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .pg-index-message-para4 {
    margin-top: 3.1538461538em;
    font-size: 13px;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-message-para4 {
    font-size: 13px;
    line-height: 2;
    margin-top: 6.1538461538em;
  }
}
.pg-index-message-para4--1 {
  padding-left: 6em;
  text-indent: -6em;
}
@media screen and (max-width: 559.98px) {
  .pg-index-message-para4--1 {
    letter-spacing: -0.04em;
    padding-left: 5.6em;
    text-indent: -5.6em;
  }
}
@media screen and (min-width: 360px) {
  .pg-index-message-para4--1__br {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .pg-index-message-para4__space1 {
    letter-spacing: 0.1307692308em;
  }
}

.pg-index-salon {
  position: relative;
}
.pg-index-salon__bg1 {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon__bg1 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon__bg1 {
    padding-top: 11.875%;
  }
}
@media screen and (min-width: 1280px) {
  .pg-index-salon__bg1 {
    padding-top: 152px;
  }
}
.pg-index-salon__bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: url("../images/common/bg_1.png?d=202510231310") no-repeat center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon__bg1::before {
    padding-bottom: 54px;
    background-image: url("../images/common/bg_1_sp.png?d=202510231310");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon__bg1::before {
    padding-bottom: 12.65625%;
  }
}
@media screen and (min-width: 1280px) {
  .pg-index-salon__bg1::before {
    padding-bottom: 162px;
  }
}
.pg-index-salon__bg2 {
  position: relative;
  background: #FFEDF1;
}
.pg-index-salon__inner {
  position: relative;
  max-width: 994px;
  margin-inline: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-index-salon__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon__inner {
    padding: 55px 0 63px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon__inner {
    padding: 0 0 8.8531187123%;
  }
}
@media screen and (min-width: 994px) {
  .pg-index-salon__inner {
    padding: 0 0 88px;
  }
}
.pg-index-salon-title {
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-title {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-title {
    margin-bottom: 1.7102615694%;
  }
}
.pg-index-salon-title__sub {
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #333333;
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-title__sub {
    font-size: 15px;
    padding: 0.2em 1.0666666667em 0.2666666667em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-title__sub {
    font-size: 24px;
    padding: 0.1666666667em 0.6666666667em;
  }
}
.pg-index-salon-title__main {
  display: block;
  margin: 0;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-title__main {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-title__main {
    font-size: 32px;
    line-height: 1.8;
    margin-top: -0.125em;
  }
}
.pg-index-salon-title__large {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  transform: translateY(0.0384615385em);
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-title__large {
    font-size: 2.1333333333em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-title__large {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-title__to {
    margin: 0 0.1875em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-title__to {
    margin: 0 0.1875em;
  }
}
.pg-index-salon-content {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pg-index-salon-content {
    max-width: 668px;
  }
}
.pg-index-salon-content.is-closed::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  max-width: 94vw;
  background: rgba(0, 0, 0, 0.5);
}
.pg-index-salon-content.is-closed::after {
  content: "投票は終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 0.5em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.pg-index-salon-form {
  margin: 0 auto;
  background: #FFF9FA;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-form {
    width: calc(100% - 24px);
    max-width: fit-content;
    padding: 68px 28px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-form {
    border-radius: 16px;
    padding: 10.1796407186% 5.3892215569% 10.0299401198%;
  }
}
.pg-index-salon-form__item {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pg-index-salon-form__input {
  width: 100%;
  height: 3.8125em;
  padding: 1em;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #FFFFFF;
}
.pg-index-salon-form__input::placeholder {
  color: #cccccc;
}
.pg-index-salon-form__input:-ms-input-placeholder {
  color: #cccccc;
}
.pg-index-salon-form__input::-ms-input-placeholder {
  color: #cccccc;
}
@media screen and (min-width: 768px) {
  .pg-index-salon-form__input {
    max-width: 454px;
  }
}
.pg-index-salon-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-list {
    margin-top: 1.5454545455em;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-list {
    font-size: 13px;
    margin-top: 1.3076923077em;
    padding-left: 0.3076923077em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-salon-buttons {
    margin-top: 27px;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-salon-buttons {
    margin-top: 10px;
  }
}
/*
* page/pg-detail.css
*/
.pg-detail-shop {
  position: relative;
  background: #FFF9FA;
}
.pg-detail-shop__inner {
  position: relative;
  max-width: 994px;
  margin-inline: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-detail-shop__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-detail-shop__inner {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-shop__inner {
    padding: 32px 0;
  }
}

.pg-detail-shop-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: inherit;
}

.pg-detail-pattern {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-pattern {
    margin: 80px auto;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern {
    margin: 120px auto;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-detail-pattern--mt1 {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern--mt1 {
    margin-top: 77px;
  }
}
.pg-detail-pattern__inner {
  position: relative;
  max-width: 994px;
  margin-inline: auto;
  margin-inline: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-detail-pattern__inner {
    width: 91.4666666667%;
  }
}
.pg-detail-pattern-title {
  width: auto;
  height: auto;
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
  color: #CC4466;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-pattern-title {
    font-size: 20px;
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern-title {
    font-size: 40px;
    margin-bottom: 0.675em;
  }
}

.pg-detail-pattern-content {
  display: flex;
  margin-top: 23px;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-pattern-content {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern-content {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern-content__item {
    flex: 1 1 0%;
  }
}

.pg-detail-pattern-content-title {
  font-weight: 600;
  line-height: 1.8;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-pattern-content-title {
    font-size: 13px;
    margin-bottom: 1.6em;
    padding: 0.6153846154em 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern-content-title {
    font-size: 15px;
    margin-bottom: 1.6em;
    padding: 1.0666666667em 0;
  }
}

.pg-detail-pattern-content-desc {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-pattern-content-desc {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-pattern-content-desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 559.98px) {
  .pg-detail-pattern-content-para--space1 {
    letter-spacing: -0.02em;
  }
}

.pg-detail-vote {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote {
    margin-top: 82px;
  }
}
.pg-detail-vote__bg1 {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote__bg1 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote__bg1 {
    padding-top: 11.875%;
  }
}
@media screen and (min-width: 1280px) {
  .pg-detail-vote__bg1 {
    padding-top: 152px;
  }
}
.pg-detail-vote__bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: url("../images/common/bg_1.png?d=202510231310") no-repeat center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote__bg1::before {
    padding-bottom: 54px;
    background-image: url("../images/common/bg_1_sp.png?d=202510231310");
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote__bg1::before {
    padding-bottom: 12.65625%;
  }
}
@media screen and (min-width: 1280px) {
  .pg-detail-vote__bg1::before {
    padding-bottom: 162px;
  }
}
.pg-detail-vote__bg2 {
  position: relative;
  background: #FFEDF1;
}
.pg-detail-vote__inner {
  position: relative;
  max-width: 994px;
  margin-inline: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-detail-vote__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote__inner {
    padding: 54px 0 63px;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote__inner {
    padding: 0 0 8.8531187123%;
  }
}
@media screen and (min-width: 994px) {
  .pg-detail-vote__inner {
    padding: 0 0 88px;
  }
}
.pg-detail-vote-title {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-title {
    margin-bottom: 33px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-title {
    margin-bottom: 5.6338028169%;
  }
}
@media screen and (min-width: 1080px) {
  .pg-detail-vote-title {
    font-size: 32px;
  }
}
.pg-detail-vote-content {
  position: relative;
  margin: 0 auto;
}
.pg-detail-vote-form {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form {
    width: 87.2%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-form__item {
    flex: 1 1 0%;
  }
}
.pg-detail-vote-form__label {
  position: relative;
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.8;
  background: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form__label {
    padding: 7.3394495413%;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-form__label {
    padding: 7.3619631902%;
  }
}
.pg-detail-vote-form__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form__label::before {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-form__label::before {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
}
@media (any-hover: hover) {
  .pg-detail-vote-form__label:hover::before {
    opacity: 1;
  }
}
.pg-detail-vote-form__label:has(input:focus-visible) {
  outline: 2px solid;
}
.pg-detail-vote-form__label:has(input:checked) {
  outline: none;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form__label:has(input:checked) {
    box-shadow: inset 0 0 0 2px #CC4466;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-form__label:has(input:checked) {
    box-shadow: inset 0 0 0 2px #CC4466;
  }
}
.pg-detail-vote-form__label:has(input:checked)::before {
  opacity: 1;
}
.pg-detail-vote-form__pic {
  position: relative;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form__pic {
    margin-bottom: 1.0666666667em;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-form__pic {
    margin-bottom: 1.0666666667em;
  }
}
.pg-detail-vote-form__radio {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  opacity: 0;
}
.pg-detail-vote-form__text {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form__text {
    padding-left: 2.1333333333em;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-form__text {
    padding-left: 2.1333333333em;
  }
}
.pg-detail-vote-form__text::before {
  content: "";
  position: absolute;
  top: 0.2666666667em;
  left: 0.1333333333em;
  display: inline-block;
  background: url("../images/common/icon_check_1.svg?d=202510231310") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-detail-vote-form__text::before {
    width: 1.3333333333em;
    height: 1.3333333333em;
  }
}
@media screen and (min-width: 768px) {
  .pg-detail-vote-form__text::before {
    width: 1.3333333333em;
    height: 1.3333333333em;
  }
}
.pg-detail-vote-form__radio:checked + .pg-detail-vote-form__text::before {
  background: url("../images/common/icon_check_1_on.svg?d=202510231310") no-repeat center;
  background-size: contain;
}
.pg-thanks-content {
  position: relative;
  text-align: center;
}
.pg-thanks-content__inner {
  position: relative;
  max-width: 994px;
  margin-inline: auto;
  margin-inline: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-thanks-content__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-thanks-content__inner {
    width: 91.4666666667%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-thanks-content__inner {
    padding: 56px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .pg-thanks-content__inner {
    padding: 80px 0 120px;
  }
}

.pg-thanks-content-title {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #CC4466;
}
@media screen and (max-width: 767.98px) {
  .pg-thanks-content-title {
    font-size: 20px;
    margin-bottom: 0.8em;
    padding-top: 5.55em;
  }
}
@media screen and (min-width: 768px) {
  .pg-thanks-content-title {
    font-size: 40px;
    margin-bottom: 1em;
    padding-top: 3.75em;
  }
}
.pg-thanks-content-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url("../images/common/icon_check_2.png?d=202510231310") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-thanks-content-title::before {
    width: 4.35em;
    height: 4.35em;
  }
}
@media screen and (min-width: 768px) {
  .pg-thanks-content-title::before {
    width: 3.15em;
    height: 3.15em;
  }
}

.pg-thanks-content-para {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .pg-thanks-content-buttons {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .pg-thanks-content-buttons {
    margin-top: 80px;
  }
}

/*
 * object/utility/_u-typo.scss
 */
.u-weight-thin {
  font-weight: 100;
}

.u-weight-exlight {
  font-weight: 200;
}

.u-weight-light {
  font-weight: 300;
}

.u-weight-normal {
  font-weight: 400;
}

.u-weight-medium {
  font-weight: 500;
}

.u-weight-semibold {
  font-weight: 600;
}

.u-weight-bold {
  font-weight: 700;
}

.u-weight-black {
  font-weight: 900;
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-deco-under {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .u-phrase-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 374.98px) {
  .u-phrase-dssp {
    display: inline-block;
  }
}

@media screen and (min-width: 375px) {
  .u-phrase-dssp-min {
    display: inline-block;
  }
}

@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-phrase-tab-s {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 993.98px) {
  .u-phrase-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .u-phrase-pc {
    display: inline-block;
  }
}

/*
 * object/utility/_u-display.scss
 */
@media screen and (min-width: 360px) {
  .u-max-iphone-s {
    display: none;
  }
}

@media screen and (max-width: 359.98px) {
  .u-min-iphone-s {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .u-max-iphone {
    display: none;
  }
}

@media screen and (max-width: 374.98px) {
  .u-min-iphone {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .u-max-sp {
    display: none;
  }
}

@media screen and (max-width: 559.98px) {
  .u-min-sp {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .u-max-dssp {
    display: none;
  }
}

@media screen and (max-width: 374.98px) {
  .u-min-dssp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-max-br {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .u-min-br {
    display: none;
  }
}

@media screen and (min-width: 0px) {
  .u-max-m {
    display: none;
  }
}

@media screen and (max-width: -0.02px) {
  .u-min-m {
    display: none;
  }
}

@media screen and (min-width: 0px) {
  .u-max-l {
    display: none;
  }
}

@media screen and (max-width: -0.02px) {
  .u-min-l {
    display: none;
  }
}

@media screen and (min-width: 994px) {
  .u-max-xl {
    display: none;
  }
}

@media screen and (max-width: 993.98px) {
  .u-min-xl {
    display: none;
  }
}

@media screen and (min-width: 0px) {
  .u-max-head {
    display: none;
  }
}

@media screen and (max-width: -0.02px) {
  .u-min-head {
    display: none;
  }
}

@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-none {
    display: none;
  }
}

.u-tab-s-block {
  display: none;
}
@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-block {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 993.98px) {
  .u-tab-none {
    display: none;
  }
}

.u-tab-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 993.98px) {
  .u-tab-block {
    display: block;
  }
}

.u-display-none {
  display: none;
}

.u-display-i {
  display: inline;
}

.u-display-b {
  display: block;
}

.u-display-ib {
  display: inline-block;
}

@media screen and (max-width: 559.98px) {
  .u-display-ib-sp {
    display: inline-block;
  }
}

.u-display-flex {
  display: flex;
}

.u-display-if {
  display: inline-flex;
}

/*
 * object/utility/_u-mg.scss
 */
.u-mg-auto {
  margin: 0 auto;
}

.u-mgi-auto {
  margin-inline: auto;
}

.u-mg-none {
  margin: 0;
}

.u-mgt-none {
  margin-top: 0;
}

.u-mgb-none {
  margin-bottom: 0;
}

.u-mgl-none {
  margin-left: 0;
}

.u-mgr-none {
  margin-right: 0;
}

.u-mgt-em1 {
  margin-top: 1em;
}

.u-mgb-em1 {
  margin-bottom: 1em;
}

.u-mgl-em1 {
  margin-left: 1em;
}

.u-mgr-em1 {
  margin-right: 1em;
}

.u-mgl-em03 {
  margin-left: 0.3em;
}/*# sourceMappingURL=style.css.map */