@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* メディアクエリ
------------------------------------------------------------*/
/* フォントサイズ
------------------------------------------------------------*/
/* textstyle
------------------------------------------------------------*/
/* border-radius
------------------------------------------------------------*/
/* animation
------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
  font-size: 14px;
}
body.open {
  overflow: hidden;
  height: 100vh;
}
html > body {
  color: #000;
  font-feature-settings: "palt";
}

*, *:before, *:after {
  box-sizing: border-box;
  letter-spacing: 1px;
}

img {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #2e296b;
  font-weight: 700;
  line-height: 1.4;
}

p, ul, ol, dl {
  margin-top: 20px;
  color: #000;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1061px) {
  p, ul, ol, dl {
    font-size: 16px;
  }
}

@media screen and (max-width: 1061px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1061px) {
  .sp {
    display: block !important;
  }
}

header {
  margin: 0 auto;
  padding: 26px 50px 0;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1061px) {
  header {
    padding: 20px 30px 0;
  }
}
header h1 {
  margin: 0 0 0 50px;
  width: 270px;
}
@media screen and (max-width: 1401px) {
  header h1 {
    margin: 0;
  }
}
@media screen and (max-width: 1061px) {
  header h1 {
    margin: 0;
    max-width: 270px;
    width: 60%;
  }
}
@media screen and (max-width: 1061px) {
  header nav {
    display: none;
  }
}
header nav ul {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1401px) {
  header nav ul li {
    font-size: 1.6vw;
  }
}
header nav ul li a {
  text-decoration: none;
  color: #2e296b;
  font-weight: 900;
}
header .l-tel img {
  width: 38px;
}
@media screen and (max-width: 1401px) {
  header .l-tel {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 1061px) {
  header .l-tel {
    display: none;
  }
}
header .l-tel__num {
  display: flex;
  align-items: center;
  gap: 20px;
  pointer-events: none;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 1.9rem);
  color: #2e296b;
}
header .l-tel p {
  margin: 2px 0 0;
  color: #2e296b;
  font-size: 12px;
  text-align: right;
  font-weight: 900;
}

.open .l-menu {
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  overflow: scroll;
  z-index: 1000;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-menu .l-menu__inner ul {
  margin: 0 5vw;
  padding: 0;
  text-align: center;
  list-style: none;
  font-size: 18px;
}
.l-menu .l-menu__inner ul li {
  padding: 20px 0;
  color: #2e296b;
  font-weight: 900;
}
.l-menu .l-menu__inner ul li a {
  color: #2e296b;
  text-decoration: none;
}
.l-menu .l-menu__inner ul + ul {
  margin: 50px 5vw 0;
  font-size: 14px;
}
.l-menu .l-menu__inner .l-tel {
  margin: 60px auto 0;
}
.l-menu .l-menu__inner .l-tel img {
  width: 38px;
}
@media screen and (max-width: 1401px) {
  .l-menu .l-menu__inner .l-tel {
    font-size: 2.6vw;
  }
}
.l-menu .l-menu__inner .l-tel__num {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 1.9rem);
  color: #2e296b;
}
.l-menu .l-menu__inner .l-tel p {
  margin: 2px 0 0;
  color: #2e296b;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
}

.l-menu__btn {
  display: none;
}
@media screen and (max-width: 1061px) {
  .l-menu__btn {
    padding: 26px;
    position: absolute;
    top: 26px;
    right: 30px;
    z-index: 1001;
    transition: all 0.2s;
    display: block;
  }
}
@media screen and (max-width: 501px) {
  .l-menu__btn {
    right: 12px;
  }
}
.l-menu__btn #l-menu {
  position: absolute;
  width: 28px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-menu__btn #l-menu a {
  width: 28px;
  height: 18px;
  display: block;
  box-sizing: border-box;
}
.l-menu__btn #l-menu a:hover {
  opacity: 1;
}
.l-menu__btn #l-menu .l-menu__trigger,
.l-menu__btn #l-menu .l-menu__trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.l-menu__btn #l-menu .l-menu__trigger {
  position: relative;
  width: 28px;
  height: 20px;
  display: block;
}
.l-menu__btn #l-menu .l-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2e296b;
  border-radius: 10px;
}
.l-menu__btn #l-menu .l-menu__trigger span:nth-of-type(1) {
  top: 0;
}
.l-menu__btn #l-menu .l-menu__trigger span:nth-of-type(2) {
  top: 9px;
}
.l-menu__btn #l-menu .l-menu__trigger.active span:nth-of-type(1) {
  transform: translateY(4.5px) rotate(-45deg);
  background: #2e296b !important;
}
.l-menu__btn #l-menu .l-menu__trigger.active span:nth-of-type(2) {
  transform: translateY(-4.5px) rotate(45deg);
  background: #2e296b !important;
}

footer {
  padding: 80px 50px;
  background: #2e296b;
}
@media screen and (max-width: 1061px) {
  footer {
    padding: 50px 30px;
  }
}
footer .l-footer__inner {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1061px) {
  footer .l-footer__inner {
    gap: 30px;
    flex-direction: column-reverse;
  }
}
footer .l-footer__inner__l img {
  width: 168px;
  display: block;
}
footer .l-footer__inner__l p {
  margin: 30px 0 0;
  color: #fff;
  font-size: 14px;
}
footer .l-footer__inner__l p span {
  text-decoration: none !important;
  color: #fff !important;
  pointer-events: none !important;
}
@media screen and (max-width: 1061px) {
  footer .l-footer__inner__l p {
    font-size: 12px;
  }
}
footer .l-footer__inner__r nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .l-footer__inner__r nav ul li {
  display: flex;
  gap: 10px;
}
footer .l-footer__inner__r nav ul li::before {
  content: "-";
  color: #fff;
}
footer .l-footer__inner__r nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1061px) {
  footer .l-footer__inner__r nav ul li a {
    font-size: 14px;
  }
}
footer address {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1061px) {
  footer address {
    margin: 50px 0 0;
  }
}

.c-md__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(230, 230, 230, 0.8);
  z-index: 9999;
}

.c-md__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 600px;
  height: auto;
  overflow: hidden;
  z-index: 10000;
  border-radius: 10px;
}
@media screen and (max-width: 1061px) {
  .c-md__contents {
    max-width: 100%;
    width: 80%;
  }
}
.c-md__contents .c-md__inner {
  padding: clamp(40px, 4vw, 80px);
  background: #fff;
  height: auto;
  position: relative;
}
.c-md__contents .c-md__inner .c-md__xmark {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10000;
}
.c-md__contents .c-md__inner .c-md__xmark i {
  font-size: 20px;
  color: #2e296b;
}
.c-md__contents .c-md__inner .c-md__date {
  margin: 0 !important;
  font-weight: 900;
}
.c-md__contents .c-md__inner .c-md__title {
  font-size: clamp(16px, 1.6vw, 18px);
}
.c-md__contents .c-md__inner p {
  font-size: clamp(12px, 1.2vw, 14px);
}

.c-button {
  background: #286FF8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.c-button:hover {
  opacity: 1;
  background: #2e296b;
}
@media screen and (max-width: 1061px) {
  .c-button {
    font-size: 14px;
  }
}

.p-top .l-menu__trigger span {
  background: #fff !important;
}
.p-top .p-mv {
  background: url(/assets/images/bg_mv.png) no-repeat center/cover;
  height: 800px;
}
@media screen and (max-width: 501px) {
  .p-top .p-mv {
    background: url(/assets/images/bg_mv_sp.png) no-repeat center/cover;
    height: 700px;
  }
}
.p-top .p-mv header nav a {
  color: #fff;
}
.p-top .p-mv header .l-tel__num {
  color: #fff;
}
.p-top .p-mv header .l-tel p {
  color: #fff;
}
.p-top .p-mv__inner {
  margin: 0 auto;
  padding: 0 0 0 50px;
  max-width: 1200px;
}
@media screen and (max-width: 501px) {
  .p-top .p-mv__inner {
    position: relative;
    height: 700px;
  }
}
.p-top .p-mv__inner__txt {
  margin: 250px 0 0;
}
.p-top .p-mv__inner__txt h2 {
  margin: 0 auto 0 0;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.p-top .p-mv__inner__txt p {
  margin: 20px 0 0;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 501px) {
  .p-top .p-mv__inner__txt {
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: 130px;
  }
  .p-top .p-mv__inner__txt h2 {
    font-size: 7vw;
    text-align: left;
  }
  .p-top .p-mv__inner__txt p {
    font-size: 16px;
  }
}
.p-top .p-content section {
  padding: 0 50px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content section {
    padding: 0 30px;
  }
}
.p-top .p-content section .p-heading img {
  width: auto;
  height: 34px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content section .p-heading img {
    height: 24px;
  }
}
.p-top .p-content .p-category {
  padding: 80px 50px 60px;
  background: #2e296b;
}
@media screen and (max-width: 501px) {
  .p-top .p-content .p-category {
    padding: 60px 30px 40px;
  }
}
.p-top .p-content .p-category .p-heading {
  text-align: center;
}
.p-top .p-content .p-category .p-heading img {
  margin: 0 auto;
}
.p-top .p-content .p-category .p-heading h2 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category .p-heading h2 {
    font-size: 16px;
  }
}
.p-top .p-content .p-category__list {
  margin: 46px auto 0;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item {
    margin: 0 auto;
    width: 100% !important;
    max-width: 600px !important;
  }
}
@media screen and (min-width: 502px) {
  .p-top .p-content .p-category__list__item:hover {
    cursor: pointer;
  }
  .p-top .p-content .p-category__list__item:hover .p-category__list__item__default {
    display: none;
  }
  .p-top .p-content .p-category__list__item:hover .p-category__list__item__active {
    display: flex !important;
    align-items: center;
  }
}
.p-top .p-content .p-category__list__item__active {
  display: none;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-top .p-content .p-category__list__item__active__inner {
  padding: 0 60px;
}
.p-top .p-content .p-category__list__item__active h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
.p-top .p-content .p-category__list__item__active p {
  color: #2e296b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width: 501px) {
  .p-top .p-content .p-category__list__item__active {
    display: flex;
    align-items: center;
  }
  .p-top .p-content .p-category__list__item__active .p-category__list__item__active__inner {
    padding: 0 20px !important;
  }
  .p-top .p-content .p-category__list__item__active .p-category__list__item__active__inner h3 {
    font-size: 14px;
  }
  .p-top .p-content .p-category__list__item__active .p-category__list__item__active__inner p {
    font-size: 12px !important;
    line-height: 1.4;
  }
}
.p-top .p-content .p-category__list__item__default {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top .p-content .p-category__list__item__default h3 {
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item__default h3 {
    gap: 8px;
    font-size: 16px;
  }
}
.p-top .p-content .p-category__list__item__default p {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 42px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item__default p {
    right: 20px;
    bottom: 20px;
    width: 36px;
  }
}
.p-top .p-content .p-category__list__item--gold {
  background: url(/assets/images/bg_gold.png) no-repeat center/cover;
  width: calc(50% - 21px);
  height: 400px;
  border-radius: 4px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--gold {
    height: 56vw;
  }
}
.p-top .p-content .p-category__list__item--gold .p-category__list__item__default h3 {
  position: absolute;
  top: 36px;
  right: 24px;
}
.p-top .p-content .p-category__list__item--gold .p-category__list__item__default h3 img {
  width: 117px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--gold .p-category__list__item__default h3 {
    top: 24px;
  }
  .p-top .p-content .p-category__list__item--gold .p-category__list__item__default h3 img {
    width: 88px;
  }
}
.p-top .p-content .p-category__list__item--gold .p-category__list__item__active {
  border-radius: 4px;
}
.p-top .p-content .p-category__list__item--gold .p-category__list__item__active h3 img {
  width: 117px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--gold .p-category__list__item__active h3 img {
    width: 88px;
  }
}
.p-top .p-content .p-category__list__item--platinum {
  background: url(/assets/images/bg_platinum.png) no-repeat center/cover;
  width: calc(50% - 21px);
  height: 400px;
  border-radius: 4px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--platinum {
    height: 56vw;
  }
}
.p-top .p-content .p-category__list__item--platinum .p-category__list__item__default h3 {
  position: absolute;
  top: 36px;
  right: 24px;
}
.p-top .p-content .p-category__list__item--platinum .p-category__list__item__default h3 img {
  width: 208px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--platinum .p-category__list__item__default h3 {
    top: 24px;
  }
  .p-top .p-content .p-category__list__item--platinum .p-category__list__item__default h3 img {
    width: 156px;
  }
}
.p-top .p-content .p-category__list__item--platinum .p-category__list__item__active {
  border-radius: 4px;
}
.p-top .p-content .p-category__list__item--platinum .p-category__list__item__active h3 img {
  width: 208px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--platinum .p-category__list__item__active h3 img {
    width: 156px;
  }
}
.p-top .p-content .p-category__list__item--jewelry {
  background: url(/assets/images/bg_jewelry.png) no-repeat center/cover;
  width: calc(33% - 28px);
  height: 380px;
  border-radius: 4px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--jewelry {
    height: 44vw;
    border-radius: 6px;
  }
}
.p-top .p-content .p-category__list__item--jewelry .p-category__list__item__default h3 {
  position: absolute;
  top: 36px;
  left: 24px;
  color: #fff;
}
.p-top .p-content .p-category__list__item--jewelry .p-category__list__item__default h3 img {
  width: 159px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--jewelry .p-category__list__item__default h3 {
    top: 24px;
  }
  .p-top .p-content .p-category__list__item--jewelry .p-category__list__item__default h3 img {
    width: 119px;
  }
}
.p-top .p-content .p-category__list__item--jewelry .p-category__list__item__active {
  border-radius: 4px;
}
.p-top .p-content .p-category__list__item--jewelry .p-category__list__item__active h3 img {
  width: 159px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--jewelry .p-category__list__item__active h3 img {
    width: 119px;
  }
}
.p-top .p-content .p-category__list__item--bag {
  background: url(/assets/images/bg_bag.png) no-repeat center/cover;
  width: calc(34% - 28px);
  height: 380px;
  border-radius: 4px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--bag {
    height: 44vw;
    border-radius: 6px;
  }
}
.p-top .p-content .p-category__list__item--bag .p-category__list__item__default h3 {
  position: absolute;
  top: 36px;
  left: 24px;
}
.p-top .p-content .p-category__list__item--bag .p-category__list__item__default h3 img {
  width: 68px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--bag .p-category__list__item__default h3 {
    top: 24px;
  }
  .p-top .p-content .p-category__list__item--bag .p-category__list__item__default h3 img {
    width: 51px;
  }
}
.p-top .p-content .p-category__list__item--bag .p-category__list__item__active {
  border-radius: 4px;
}
.p-top .p-content .p-category__list__item--bag .p-category__list__item__active h3 img {
  width: 68px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--bag .p-category__list__item__active h3 img {
    width: 51px;
  }
}
.p-top .p-content .p-category__list__item--watch {
  background: url(/assets/images/bg_watch.png) no-repeat center/cover;
  width: calc(33% - 28px);
  height: 380px;
  border-radius: 4px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--watch {
    height: 44vw;
    border-radius: 6px;
  }
}
.p-top .p-content .p-category__list__item--watch .p-category__list__item__default h3 {
  position: absolute;
  top: 36px;
  left: 24px;
  color: #fff;
}
.p-top .p-content .p-category__list__item--watch .p-category__list__item__default h3 img {
  width: 120px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--watch .p-category__list__item__default h3 {
    top: 24px;
  }
  .p-top .p-content .p-category__list__item--watch .p-category__list__item__default h3 img {
    width: 90px;
  }
}
.p-top .p-content .p-category__list__item--watch .p-category__list__item__active {
  border-radius: 4px;
}
.p-top .p-content .p-category__list__item--watch .p-category__list__item__active h3 img {
  width: 120px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__list__item--watch .p-category__list__item__active h3 img {
    width: 90px;
  }
}
.p-top .p-content .p-category__list__item:nth-child(3) .p-category__list__item__active__inner, .p-top .p-content .p-category__list__item:nth-child(4) .p-category__list__item__active__inner, .p-top .p-content .p-category__list__item:nth-child(5) .p-category__list__item__active__inner {
  padding: 0 30px;
}
.p-top .p-content .p-category__list__item:nth-child(3) .p-category__list__item__active__inner h3, .p-top .p-content .p-category__list__item:nth-child(4) .p-category__list__item__active__inner h3, .p-top .p-content .p-category__list__item:nth-child(5) .p-category__list__item__active__inner h3 {
  font-size: 16px;
}
.p-top .p-content .p-category__list__item:nth-child(3) .p-category__list__item__active__inner p, .p-top .p-content .p-category__list__item:nth-child(4) .p-category__list__item__active__inner p, .p-top .p-content .p-category__list__item:nth-child(5) .p-category__list__item__active__inner p {
  font-size: 14px;
}
.p-top .p-content .p-category__etc {
  margin: 60px auto 0;
  padding: 30px 40px;
  max-width: 1100px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__etc {
    margin: 30px auto 0;
    padding: 30px 20px;
    text-align: center;
  }
}
.p-top .p-content .p-category__etc h2 {
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__etc h2 {
    font-size: 18px;
  }
}
.p-top .p-content .p-category__etc p {
  margin: 10px 0 0;
  color: #2e296b;
  font-size: 16px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-category__etc p {
    font-size: 14px;
  }
}
.p-top .p-content .p-trouble {
  padding: 50px 50px;
  background: #ffd237;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-trouble {
    padding: 30px;
  }
}
.p-top .p-content .p-trouble__inner {
  margin: 0 auto;
  max-width: 1100px;
}
.p-top .p-content .p-trouble .p-heading {
  padding: 10px 20px;
  background: #000;
  border-radius: 6px;
  display: inline-block;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-trouble .p-heading {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
  }
}
.p-top .p-content .p-trouble .p-heading h3 {
  margin: 2px 0 0 12px;
  font-size: 24px;
  color: #ffd237;
  float: left;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-trouble .p-heading h3 {
    margin: 0;
    font-size: 18px;
    clear: both;
    float: none;
  }
}
.p-top .p-content .p-trouble .p-heading img {
  float: left;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-trouble .p-heading img {
    margin: 2px 0 0;
  }
}
.p-top .p-content .p-trouble .p-heading + p {
  font-weight: 900;
}
.p-top .p-content .p-trouble p {
  font-size: 16px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-trouble p:last-child {
    margin: 10px 0 0;
    font-size: 14px;
  }
}
.p-top .p-content .p-policy {
  padding: 0 0 80px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy {
    padding: 0 0 60px;
  }
}
.p-top .p-content .p-policy__mv {
  padding: 0 50px;
  display: flex;
  align-items: center;
  height: 475px;
  background: url(/assets/images/bg_policy.png) no-repeat center/cover;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy__mv {
    padding: 50px 30px;
    display: block;
    position: relative;
    background: url(/assets/images/bg_policy_sp.png) no-repeat center/cover;
  }
}
.p-top .p-content .p-policy__mv .p-heading {
  margin: 0 auto;
  text-align: right;
  max-width: 1100px;
  width: 100%;
}
.p-top .p-content .p-policy__mv .p-heading img {
  margin: 0 0 0 auto;
}
.p-top .p-content .p-policy__mv .p-heading h2 {
  margin: 40px 0 0;
  color: #fff;
  font-size: 24px;
  text-align: right;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy__mv .p-heading h2 {
    font-size: 28px;
  }
}
.p-top .p-content .p-policy__mv .p-heading p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy__mv .p-heading p {
    position: absolute;
    bottom: 40px;
    right: 30px;
  }
}
.p-top .p-content .p-policy__feature {
  margin: 90px auto 0;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 50px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy__feature {
    margin: 70px auto 0;
    padding: 0 30px;
    display: block;
  }
}
.p-top .p-content .p-policy__feature__item {
  padding: 50px 40px 40px;
  width: calc(50% - 25px);
  border-radius: 6px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy__feature__item {
    margin: 60px 0 0;
    padding: 50px 30px 30px;
    width: 100%;
  }
}
.p-top .p-content .p-policy__feature__item img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 64px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy__feature__item img {
    top: -30px;
    height: 50px;
  }
}
.p-top .p-content .p-policy__feature__item h3 {
  font-size: 28px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-policy__feature__item h3 {
    font-size: 22px;
  }
}
.p-top .p-content .p-policy__feature__item p {
  text-align: center;
  font-size: 15px;
}
.p-top .p-content .p-salon {
  background: #f2eee6;
}
.p-top .p-content .p-salon .p-salon__inner {
  margin: 0 auto;
  max-width: 1100px;
}
.p-top .p-content .p-salon .p-salon__inner p {
  font-size: 16px;
}
.p-top .p-content .p-salon .p-salon__inner .p-heading {
  padding: 80px 0 0;
  text-align: center;
}
.p-top .p-content .p-salon .p-salon__inner .p-heading img {
  margin: 0 auto;
}
.p-top .p-content .p-salon .p-salon__inner .p-heading h2 {
  margin: 20px 0 0;
  font-size: 20px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-salon .p-salon__inner .p-heading h2 {
    font-size: 16px;
  }
}
.p-top .p-content .p-salon .p-salon__inner .p-salon__image {
  margin: 50px 0 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-salon .p-salon__inner .p-salon__image {
    flex-direction: column;
  }
}
.p-top .p-content .p-salon .p-salon__inner .p-salon__image img {
  display: block;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-salon .p-salon__inner .p-salon__image img {
    width: 100%;
  }
}
.p-top .p-content .p-salon .p-salon__inner .p-salon__image + p {
  margin: 40px 0 0;
  text-align: center;
}
.p-top .p-content .p-map {
  padding-top: 50px;
  padding-bottom: 150px;
  background: #f2eee6;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-map {
    padding-bottom: 80px;
  }
}
.p-top .p-content .p-map .p-salon__map iframe {
  width: 100%;
  height: 400px;
  filter: grayscale(100%);
}
.p-top .p-content .p-map .p-salon__txt {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 50px 0;
}
@media screen and (max-width: 1061px) {
  .p-top .p-content .p-map .p-salon__txt {
    padding: 30px 30px 0;
  }
}
.p-top .p-content .p-map .p-salon__txt h3 {
  font-size: 18px;
  color: #000;
}
.p-top .p-content .p-map .p-salon__txt p {
  margin: 10px 0 0;
}
.p-top .p-content .p-map .p-salon__txt p:last-child {
  font-size: 14px;
}

.p-company section {
  margin: 120px auto 0;
  padding: 0 50px;
  max-width: 1200px;
}
@media screen and (max-width: 1061px) {
  .p-company section {
    margin: 80px auto 0;
    padding: 0 30px;
  }
}
.p-company section .p-heading h2 img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 501px) {
  .p-company section .p-heading h2 img {
    height: 24px;
  }
}
.p-company section .p-heading p {
  color: #2e296b;
  font-weight: 900;
  font-size: 18px;
}
.p-company .p-content {
  padding: 0 0 150px;
}
@media screen and (max-width: 1061px) {
  .p-company .p-content {
    padding: 0 0 80px;
  }
}
.p-company .p-content .p-company table {
  margin: 60px 0 0;
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 501px) {
  .p-company .p-content .p-company table {
    margin: 40px 0 0;
  }
}
.p-company .p-content .p-company table th {
  padding: 20px 60px 20px 0;
  color: #2e296b;
  font-weight: 900;
}
@media screen and (max-width: 501px) {
  .p-company .p-content .p-company table th {
    display: block;
    width: 100%;
  }
}
.p-company .p-content .p-company table td {
  padding: 20px 0;
}
@media screen and (max-width: 501px) {
  .p-company .p-content .p-company table td {
    padding: 0 0 20px;
    display: block;
    width: 100%;
  }
}
.p-company .p-content .p-privacy {
  padding: 120px 50px;
  max-width: 100%;
  background: #f2eee6;
}
@media screen and (max-width: 1061px) {
  .p-company .p-content .p-privacy {
    padding: 80px 30px;
  }
}
.p-company .p-content .p-privacy__inner {
  margin: 0 auto;
  max-width: 1100px;
}
.p-company .p-content .p-privacy__inner .p-heading + p {
  margin: 80px 0 0;
}
@media screen and (max-width: 1061px) {
  .p-company .p-content .p-privacy__inner .p-heading + p {
    margin: 60px 0 0;
  }
}
.p-company .p-content .p-privacy__inner h3 {
  margin: 80px 0 0;
  color: #000;
  font-size: 22px;
}
@media screen and (max-width: 1061px) {
  .p-company .p-content .p-privacy__inner h3 {
    margin: 60px 0 0;
  }
}
.p-company .p-content .p-privacy__inner h4 {
  margin: 40px 0 0;
  font-size: 18px;
  color: #000;
}
.p-company .p-content .p-privacy__inner h4 + P {
  margin: 10px 0 0;
}
.p-company .p-content .p-privacy__inner h5 {
  margin: 40px 0 0;
  font-size: 16px;
  color: #000;
}
.p-company .p-content .p-privacy__inner h5 + P {
  margin: 10px 0 0;
}
.p-company .p-content .p-contact .p-heading + p {
  margin: 60px 0 0;
}
.p-company .p-content .p-contact .p-heading + p + p {
  margin: 20px 0 0;
  color: #2e296b;
  font-weight: 900;
}
.p-company .p-content .p-contact table {
  margin: 60px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 501px) {
  .p-company .p-content .p-contact table {
    margin: 40px 0 0;
    width: 100%;
  }
}
.p-company .p-content .p-contact table th {
  padding: 20px 80px 20px 0;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (max-width: 501px) {
  .p-company .p-content .p-contact table th {
    display: block;
    width: 100%;
  }
}
.p-company .p-content .p-contact table th span {
  color: #2e296b;
}
.p-company .p-content .p-contact table td {
  padding: 20px 0;
  width: 70%;
}
@media screen and (max-width: 501px) {
  .p-company .p-content .p-contact table td {
    padding: 0 0 20px;
    display: block;
    width: 100%;
  }
}
.p-company .p-content .p-contact input[type=text] {
  padding: 10px 20px;
  width: 100%;
  height: 64px;
  background: #f7f7f7;
  border: 1px solid #dadada;
  border-radius: 4px;
}
.p-company .p-content .p-contact input[type=checkbox] {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #dadada;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}
.p-company .p-content .p-contact input[type=submit] {
  margin: 40px auto 0;
  padding: 30px 20px;
  display: block;
  background: #2e296b;
  color: #fff;
  border: none;
  border-radius: 4px;
  max-width: 380px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
}
.p-company .p-content .p-contact textarea {
  padding: 14px 14px;
  width: 100%;
  height: 160px;
  background: #f7f7f7;
  border: 1px solid #dadada;
  border-radius: 4px;
}
.p-company .p-content .p-contact .p-agree {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1061px) {
  .p-company .p-content .p-contact .p-agree {
    font-size: 16px;
    gap: 12px;
    line-height: 1.4;
  }
  .p-company .p-content .p-contact .p-agree label {
    text-align: left;
  }
}
.p-company .p-content .p-contact .p-privacybox {
  margin: 60px auto 0;
  padding: 30px 40px;
  max-width: 720px;
  background: #f7f7f7;
  text-align: left;
  height: 240px;
  overflow: scroll;
}
@media screen and (max-width: 1061px) {
  .p-company .p-content .p-contact .p-privacybox {
    padding: 20px 30px;
  }
}
.p-company .p-content .p-contact .p-privacybox h3 {
  padding: 0 0 20px;
  text-align: center;
  font-size: 20px;
}
.p-company .p-content .p-contact .p-privacybox h4 {
  margin: 80px 0 0;
  font-size: 18px;
}
.p-company .p-content .p-contact .p-privacybox h5 {
  margin: 40px 0 0;
  font-size: 16px;
}
.p-company .p-content .p-contact .p-privacybox h6 {
  margin: 20px 0 0 !important;
  font-size: 14px;
}
.p-company .p-content .p-contact .p-privacybox p {
  margin: 10px 0 0 !important;
  text-align: left !important;
  font-size: 14px;
}
.p-company .p-content .p-contact .p-privacybox ol {
  margin: 10px 0 0 !important;
  font-size: 14px;
}

.p-thanks section {
  margin: 0 auto 0;
  padding: 0 50px;
  max-width: 1200px;
  text-align: center;
}
@media screen and (max-width: 1061px) {
  .p-thanks section {
    margin: 80px auto 0;
    padding: 0 30px;
  }
}
.p-thanks .p-content {
  padding: 300px 0 450px;
}
.p-thanks .p-content p {
  text-align: center;
}
.p-thanks .p-content a {
  margin: 30px 0 0;
  display: inline-block;
}
@media screen and (max-width: 1061px) {
  .p-thanks .p-content {
    padding: 200px 0 250px;
  }
}

a {
  transition: all 0.4s;
  color: #286FF8;
  text-decoration: underline;
}
a:hover, a:active {
  opacity: 0.5;
}
@media screen and (max-width: 501px) {
  a:hover, a:active {
    opacity: 1 !important;
  }
}
a button:hover, a button:active {
  opacity: 0.5;
}
@media screen and (max-width: 501px) {
  a button:hover, a button:active {
    opacity: 1 !important;
  }
}

a img {
  transition: all 0.4s;
}

@media screen and (min-width: 502px) {
  .br-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 1401px) {
  .br-sp::before {
    content: "\a";
    white-space: pre;
  }
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-sm {
  font-size: 0.8rem;
}

.txt-attention {
  color: #286FF8;
}

.txt-bold {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */