@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
  position: relative;
  font-style: normal;
  scroll-behavior: smooth;
}

main {
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

span {
  padding: 0;
  margin: 0;
}
/*
html {
  overflow-x: hidden;
  background: linear-gradient(to right, #f7e0ea, #fff, #f7e0ea);
  scroll-behavior: smooth;
}
  

body {
  background: url(../img/common/bg.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: -2;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
*/

html {
  overflow-x: hidden;
  background: linear-gradient(to right, #f7e0ea, #fff, #f7e0ea);
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  
}




.gray {
  color: #666;
}

.l-inner {
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.c-section__title {
  font-size: 50px;
  color: #E96093;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .c-section__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 24px;
  }
}

.p-header--secondary {
  background: #fff;
}
.p-header--secondary .p-header__title {
  margin: 0 !important;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .p-header--secondary .p-header__title {
    width: 150px;
  }
}
.p-header--secondary .p-header__inner {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-header--secondary .p-header__inner {
    padding: 3px 20px;
  }
}
.p-header--secondary .p-header__content {
  margin: 0;
  gap: 94px;
}
@media screen and (max-width: 1279px) {
  .p-header--secondary .p-header__content {
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .p-header--secondary .p-header__content {
    display: block !important;
  }
}
.p-header--secondary .p-header__sns {
  margin-left: 0;
}
@media screen and (max-width: 1279px) {
  .p-header--secondary .p-header__nav,
  .p-header--secondary .p-header__sns {
    display: none;
  }
}
.p-header--secondary .drawer {
  top: 20px;
}
@media screen and (max-width: 1279px) {
  .p-header--secondary .drawer {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-header--secondary .drawer {
    top: 0;
  }
}

.p-header__inner {
  padding-top: 80px;
}
@media screen and (max-width: 1279px) {
  .p-header__inner {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 20px 0;
  }
}

.p-header__title {
  max-width: 397px;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .p-header__title {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__title {
    max-width: 150px;
  }
}

.p-header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 1279px) {
  .p-header__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__content {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  gap: 66px;
}
@media screen and (max-width: 1279px) {
  .p-header__list {
    gap: 24px;
  }
}

.p-header__item {
  font-size: 20px;
}
.p-header__item a {
  color: #E96093;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media screen and (max-width: 1279px) {
  .p-header__item {
    font-size: 18px;
  }
}

.p-header__sns {
  display: flex;
  align-items: center;
  margin-left: 95px;
  gap: 60px;
}
@media screen and (max-width: 1279px) {
  .p-header__sns {
    gap: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__sns {
    display: none;
  }
}

.p-header__sns__item:nth-child(1) {
  width: 30px;
  height: 30px;
}
.p-header__sns__item:nth-child(2) {
  width: 38px;
  height: 27px;
}

/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.drawer {
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 24px;
  position: relative;
}

.drawer__bar {
  width: 17px;
  height: 3px;
  background-color: #E96093;
  margin: 2px 0;
  position: absolute;
}
.drawer__bar:nth-child(1) {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.drawer__bar:nth-child(2) {
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}
.drawer__bar:nth-child(3) {
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}

.drawer__content {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #4D4D4D;
  transition: right 0.3s ease;
  z-index: 99;
}


.drawer__content.open {
  right: 0;
}




.drawer__menu__list {
  list-style: none;
  padding: 115px 20px 30px;
}

.drawer__menu__item {
  padding: 26px 0 24px;
  border-top: 1px solid #E96093;
}
.drawer__menu__item:last-child {
  border-bottom: 1px solid #E96093;
}

.drawer__menu__item a {
  color: #4D4D4D;
  text-decoration: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.drawer__contact {
  display: block;
  color: #FBDFDF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  background: #E96093;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  padding: 40px 0;
  text-align: center;
}

.drawer.open .drawer__bar:nth-child(1) {
  transform: rotate(45deg);
  left: 30px;
  top: 34px;
}

.drawer.open .drawer__bar:nth-child(2) {
  opacity: 0;
}

.drawer.open .drawer__bar:nth-child(3) {
  transform: rotate(-45deg);
  left: 30px;
  top: 34px;
}

.drawer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.p-fv {
  position: relative;
}
.p-fv::before {
  content: "";
  position: absolute;
  height: 3100px;
  width: 2249px;
  background: url(../img/accent/accent01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -1080px;
  left: -500px;
  z-index: -1;
  rotate: -330deg;
}

@media screen and (max-width: 1279px) {
  .p-fv__inner {
    padding-top: 30px;
  }
}

.p-fv__slider {
  max-width: 1663px;
  margin-inline: auto;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-fv__slider {
    margin-top: 0;
  }
}

.p-partner {
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.p-partner::before {
  content: "";
  position: absolute;
  background: url(../img/partner/deco.png);
  background-size: contain;
  right: 0;
  top: 75px;
  height: 945px;
  width: 475px;
  z-index: -1;
}

.p-partner__inner {
  padding-top: 130px;
}
@media screen and (max-width: 1279px) {
  .p-partner__inner {
    padding-inline: 20px;
    padding-top: 80px;
  }
}

.p-partner__text {
  line-height: 66px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-partner__text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 36px;
  }
}

.p-news {
  font-family: "Zen Kaku Gothic Antique", serif;
  position: relative;
}
.p-news::before {
  content: "";
  position: absolute;
  background: url(../img/accent/accent02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1100px;
  height: 1222px;
  top: -100px;
  right: -280px;
  rotate: -45deg;
  z-index: -1;
}

.p-news__inner {
  padding-top: 230px;
}
@media screen and (max-width: 1279px) {
  .p-news__inner {
    padding-top: 100px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding-inline: 20px;
    padding-top: 60px;
  }
}

.p-news__title {
  text-align: center;
  font-size: 32px;
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 24px;
  }
}

.p-news__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 40px;
  }
}

.p-news__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.p-news__item:not(:first-child) {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    gap: 20px;
  }
}

.p-news__date {
  background: linear-gradient(to right, #e8acc8, #cd9fc3);
  width: 152px;
  height: 39px;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 14px;
  }
}

.p-news__sentence {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1279px) {
  .p-news__sentence {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-about {
  text-align: center;
  position: relative;
}
.p-about::before {
  content: "";
  position: absolute;
  background: url(../img/about/deco.png);
  background-size: contain;
  left: 0;
  top: 0;
  height: 705px;
  width: 475px;
  z-index: -1;
}
.p-about::after {
  content: "";
  position: absolute;
  background: url(../img/about/deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -95px;
  bottom: 0;
  height: 1049px;
  width: 739px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about::after {
    right: -20px;
  }
}

.p-about__inner {
  padding-block: 220px 0;
}
@media screen and (max-width: 1279px) {
  .p-about__inner {
    padding-block: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 60px 20px 0;
  }
}

.p-about__content {
  background: #fff;
  border-radius: 600px;
  max-width: 874px;
  padding-block: 150px 0px;
  padding-inline: 58px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-about__content {
    padding-inline: 24px;
    padding-block: 80px 0q;
  }
}

.p-about__title {
  font-family: "Libre Bodoni", serif;
  font-size: 37px;
  color: #E96093;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 28px;
    letter-spacing: 0.15em;
  }
}

.p-about__title {
  margin-top: 30px;
}

@media screen and (max-width: 1279px) {
  .p-about__logo {
    max-width: 200px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about__logo {
    max-width: 160px;
  }
}

.p-about__head {
  font-size: 42px;
  font-family: "Shippori Mincho", serif;
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .p-about__head {
    font-size: 36px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
  }
}

.p-about__text {
  font-size: 22px;
  line-height: 65px;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-top: 83px;
}
@media screen and (max-width: 1279px) {
  .p-about__text {
    margin-top: 40px;
    line-height: 46px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 16px;
    line-height: 42px;
  }
}

.p-about__imgBox {
  margin-top: 70px;
  margin-inline: auto;
  max-width: 495px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .p-about__imgBox {
    max-width: 400px;
  }
}

@media screen and (max-width: 1279px) {
  .p-about__img {
    margin-bottom: -20px;
  }
}

.p-business__inner {
  max-width: 1000px;
  margin-inline: auto;
  box-sizing: initial;
  padding-top: 360px;
}
@media screen and (max-width: 1279px) {
  .p-business__inner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    padding-top: 100px;
  }
}

.p-business__title {
  color: #F6C9CC;
  font-size: 72px;
  font-family: "Libre Bodoni", serif;
  letter-spacing: 0.46em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-business__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title {
    font-size: 24px;
  }
}

.p-business__top__content {
  display: flex;
  gap: 60px;
  margin-top: 88px;
}
@media screen and (max-width: 1279px) {
  .p-business__top__content {
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__top__content {
    display: block;
    margin-top: 40px;
  }
}

.p-business__top__title {
  font-size: 48px;
  font-family: "Shippori Mincho", serif;
  line-height: 80px;
  color: #E96093;
}
@media screen and (max-width: 1279px) {
  .p-business__top__title {
    font-size: 32px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__top__title {
    font-size: 28px;
  }
}

.p-business__left__text {
  font-size: 20px;
  line-height: 46px;
  margin-top: 57px;
  color: #666;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media screen and (max-width: 1279px) {
  .p-business__left__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__left__text {
    font-size: 16px;
    margin-top: 40px;
    line-height: 42px;
  }
}

.p-business__btn {
  border: 1px solid #F6C9CC;
  display: inline-block;
  position: relative;
  border-radius: 40px;
  margin-top: 40px;
  z-index: 3;
}
.p-business__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #E96093;
  line-height: 34px;
  height: 70px;
  width: 311px;
  font-family: "Libre Bodoni", serif;
  letter-spacing: 0.1em;
}
.p-business__btn a img {
  width: 9px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-business__btn a {
    width: 200px;
    font-size: 16px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__btn {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    width: 200px;
  }
}

.p-business__top__right {
  max-width: 447px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .p-business__top__right {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__top__right {
    max-width: 360px;
    margin-inline: auto;
  }
}

.p-business__top__img {
  border-radius: 30px;
}
.p-business__top__img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-business__top__img {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 360px;
  }
}

.p-business__accent {
  max-width: 869px;
  margin-left: -170px;
  margin-top: -40px;
}
.p-business__accent img {
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-business__accent {
    max-width: 600px;
    margin-left: -50px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__accent {
    margin-inline: auto;
  }
}

.p-business__list {
  margin-top: 300px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1279px) {
  .p-business__list {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__list {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

.p-business__item {
  position: relative;
}
.p-business__item:nth-child(1) .p-business__content::before {
  content: "";
  position: absolute;
  background: url(../img/business/business-deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 608px;
  height: 870px;
  top: 50%;
  transform: translateY(-50%);
  left: -470px;
}
@media screen and (max-width: 1279px) {
  .p-business__item:nth-child(1) .p-business__content::before {
    width: 300px;
    height: 380px;
    left: -196px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(1) .p-business__content::before {
    display: none;
  }
}
.p-business__item:nth-child(1) .p-business__content::after {
  content: "";
  position: absolute;
  background: url(../img/business/business-deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 380px;
  display: none;
  left: -30px;
  bottom: -350px;
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(1) .p-business__content::after {
    display: block;
    left: 10px;
  }
}
.p-business__item:nth-child(2) .p-business__content__wrapper {
  border-radius: 0 100vmax 100vmax 0;
  margin-left: 0;
  margin-right: auto;
}
.p-business__item:nth-child(2) .p-business__content::before {
  content: "";
  position: absolute;
  background: url(../img/business/business-deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 608px;
  height: 870px;
  top: 50%;
  transform: translateY(-50%);
  right: -520px;
}
@media screen and (max-width: 1279px) {
  .p-business__item:nth-child(2) .p-business__content::before {
    width: 300px;
    height: 380px;
    right: -300px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(2) .p-business__content::before {
    display: none;
  }
}
.p-business__item:nth-child(2) .p-business__content::after {
  content: "";
  position: absolute;
  background: url(../img/business/business-deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 370px;
  right: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(2) .p-business__content::after {
    display: block;
    width: 260px;
    top: -345px;
  }
}
.p-business__item:nth-child(3) .p-business__content::before {
  content: "";
  position: absolute;
  background: url(../img/business/business-deco03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 608px;
  height: 870px;
  top: 50%;
  transform: translateY(-50%);
  left: -533px;
}
@media screen and (max-width: 1279px) {
  .p-business__item:nth-child(3) .p-business__content::before {
    width: 300px;
    height: 380px;
    left: -253px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(3) .p-business__content::before {
    display: none;
  }
}
.p-business__item:nth-child(3) .p-business__content::after {
  content: "";
  position: absolute;
  background: url(../img/business/business-deco03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 360px;
  display: none;
  left: 0;
  bottom: -390px;
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(3) .p-business__content::after {
    display: block;
    top: -345px;
  }
}
.p-business__item:not(:first-child) {
  margin-top: 377px;
}
@media screen and (max-width: 1279px) {
  .p-business__item:not(:first-child) {
    margin-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item:not(:first-child) {
    margin-top: 457px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(3) {
    margin-top: 270px;
  }
}

.p-business__content__wrapper {
  width: 73.9%;
  max-width: 1419px;
  background: rgba(250, 252, 252, 0.45);
  margin-left: auto;
  border-radius: 100vmax 0 0 100vmax;
  padding-block: 80px 110px;
  max-height: 600px;
  box-sizing: initial;
}
@media screen and (max-width: 1279px) {
  .p-business__content__wrapper {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .p-business__content__wrapper {
    width: 100%;
    padding-top: 20px;
  }
}

.p-business__content {
  position: relative;
  max-width: 580px;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .p-business__content {
    max-width: 419px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__content {
    padding-inline: 20px;
    max-width: 100%;
    width: 100%;
  }
}

.p-business__content__img {
  width: 798px;
  position: absolute;
  bottom: -310px;
  left: -80px;
}
@media screen and (max-width: 1279px) {
  .p-business__content__img {
    width: 600px;
    bottom: -236px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__content__img {
    width: 100%;
    position: static;
  }
}

.p-business__list__title {
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  color: #E96093;
  line-height: 72px;
}
@media screen and (max-width: 1279px) {
  .p-business__list__title {
    font-size: 28px;
  }
}
.p-business__list__title span {
  font-size: 54px;
  display: block;
}
@media screen and (max-width: 1279px) {
  .p-business__list__title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__list__title span {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-business__list__title {
    font-size: 22px;
    text-align: center;
    line-height: 46px;
  }
}

.p-business__text {
  font-size: 20px;
  line-height: 46px;
  margin-top: 40px;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
  }
}

.p-cafe {
  background: url(../img/cafe/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-cafe {
    margin-top: 0;
  }
}

.p-cafe__inner {
  padding: 230px 20px 240px;
}
@media screen and (max-width: 767px) {
  .p-cafe__inner {
    padding-block: 100px;
  }
}

.p-cafe__comingSoon {
  max-width: 468px;
  margin-inline: auto;
  margin-bottom: 53px;
}

.p-work {
  background: #F7E3E2;
  position: relative;
}
.p-work::before {
  content: "";
  position: absolute;
  background: url(../img/accent/accent02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2650px;
  height: 2800px;
  left: -50%;
  bottom: 100px;
  rotate: -60deg;
  z-index: 0;
}
.p-work::after {
  content: "";
  position: absolute;
  background: url(../img/project/project-deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2050px;
  height: 2300px;
  right: -60%;
  top: -60%;
  z-index: 0;
}

.p-work__inner {
  padding: 230px 20px 290px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .p-work__inner {
    padding: 100px 20px;
  }
}

.p-work__title--en {
  font-size: 72px;
  text-align: center;
  color: #fff;
  font-family: "Libre Bodoni", serif;
  letter-spacing: 0.46em;
}
@media screen and (max-width: 1279px) {
  .p-work__title--en {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__title--en {
    font-size: 28px;
    line-height: 36px;
  }
}

.p-work__title {
  color: #E96093;
  font-size: 50px;
  font-family: "Shippori Mincho", serif;
  margin-top: 130px;
  text-align: center;
  letter-spacing: 0.046em;
}
@media screen and (max-width: 1279px) {
  .p-work__title {
    font-size: 28px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__title {
    font-size: 22px;
  }
}

.p-work__content {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
@media screen and (max-width: 1279px) {
  .p-work__content {
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__content {
    display: block;
  }
}

.p-work__main {
  flex: 1;
  max-width: 745px;
  margin-right: -70px;
  flex-shrink: 0;
}
.p-work__main img {
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-work__main {
    max-width: 400px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__main {
    margin-inline: auto;
    max-width: 360px;
  }
}

.p-work__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  column-gap: 23px;
  row-gap: 23px;
  max-width: 557px;
  margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  .p-work__grid {
    max-width: 320px;
    row-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__grid {
    margin-inline: auto;
  }
}

.p-work__item {
  max-width: 263px;
}
.p-work__item img {
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-work__item {
    max-width: 150px;
  }
}

.p-work__text--pink {
  color: #E96093;
  font-size: 44px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  line-height: 80px;
  margin-top: 90px;
}
@media screen and (max-width: 1279px) {
  .p-work__text--pink {
    font-size: 30px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__text--pink {
    font-size: 24px;
    line-height: 46px;
  }
}

.p-work__text {
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
  line-height: 58px;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media screen and (max-width: 1279px) {
  .p-work__text {
    font-size: 18px;
    line-height: 40px;
    margin-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__text {
    font-size: 15px;
    line-height: 40px;
  }
}

.p-company {
  background: #F7C2C9;
  color: #4D4D4D;
}

.p-company__inner {
  padding-block: 230px;
}
@media screen and (max-width: 1279px) {
  .p-company__inner {
    padding-block: 80px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-inline: 20px;
  }
}

.p-company__title {
  font-family: "Libre Bodoni", serif;
  font-size: 42px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1279px) {
  .p-company__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 24px;
  }
}

.p-company__list {
  font-family: "Zen Kaku Gothic Antique", serif;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 60px;
}

.p-company__item {
  display: flex;
}
.p-company__item:not(:first-child) {
  margin-top: 30px;
}

.p-company__head {
  width: 160px;
  border-bottom: 3px solid #fff;
  padding-bottom: 25px;
  font-size: 24px;
  padding-left: 30px;
}
@media screen and (max-width: 1279px) {
  .p-company__head {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__head {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    width: 120px;
    line-height: 22px;
  }
}

.p-company__detail {
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 22px;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  .p-company__detail {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__detail {
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 24px;
  }
}

.p-footer {
  background: #FBDFDF;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.p-footer__inner {
  padding: 140px 20px 130px;
}
@media screen and (max-width: 1279px) {
  .p-footer__inner {
    padding-inline: 40px;
    padding-block: 70px 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 60px;
    padding-inline: 20px;
  }
}

.p-footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    display: block;
  }
}

.p-footer__title {
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    max-width: 200px;
  }
}

.p-footer__sns {
  display: flex;
  align-items: center;
  gap: 43px;
  margin-top: 150px;
}
@media screen and (max-width: 1279px) {
  .p-footer__sns {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    margin-top: 30px;
    gap: 30px;
  }
}

.p-footer__sns__item img {
  object-fit: contain;
}
.p-footer__sns__item:nth-child(1) {
  width: 30px;
  height: 30px;
}
.p-footer__sns__item:nth-child(2) {
  width: 40px;
  height: 28px;
}

.p-footer__copyright {
  margin-top: 65px;
  font-size: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list {
    margin-top: 30px;
  }
}

.p-footer__item a {
  color: #E96093;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 16px;
  }
}
.p-footer__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .p-footer__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__item:not(:first-child) {
    margin-top: 20px;
  }
}

.contact_html {
  background: #FAF2F7 !important;
}

/* ãƒ•ã‚©ãƒ¼ãƒ å…¨ä½“ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.form-container {
  max-width: 1280px;
  margin-inline: auto;
  padding: 220px 20px;
  position: relative;
}
.form-container::before {
  content: "";
  position: absolute;
  background: url(../img/contact/form-deco.png);
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .form-container::before {
    z-index: -2;
  }
}
@media screen and (max-width: 767px) {
  .form-container {
    padding-block: 100px;
  }
}

/* ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 64px;
  letter-spacing: 0.3em;
  color: #333;
  color: #fff;
  font-family: "Libre Bodoni", serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .form-container h2 {
    font-size: 36px;
  }
}
.form-container p {
  text-align: center;
  position: relative;
  z-index: 2;
  letter-spacing: 0.08em;
  font-family: serif;
}
@media screen and (max-width: 767px) {
  .form-container p {
    font-size: 14px;
  }
}

form {
  margin-top: 130px;
}

/* ãƒ•ã‚©ãƒ¼ãƒ ã‚°ãƒ«ãƒ¼ãƒ—ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.form-group p {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .form-group p {
    display: block;
  }
}
.form-group span {
  width: 100%;
  display: block;
  margin-left: auto;
  color: #fff;
  padding: 3px 7px;
}
.form-group:not(:first-child) {
  margin-top: 15px;
}

.form-group label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  color: #555;
  width: 244px;
}
.form-group label span {
  display: block;
  margin-left: auto;
  background: linear-gradient(to right, #e6acc9, #ce9fc3);
  color: #fff;
  padding: 3px 7px;
  max-width: 53px;
}
@media screen and (max-width: 1279px) {
  .form-group label {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .form-group label {
    margin-bottom: 10px;
  }
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #007BFF;
  outline: none;
}

/* ãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.form-group textarea {
  resize: vertical;
  height: 400px;
}

/* é€ä¿¡ãƒœã‚¿ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ« */
button,
.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 313px;
  height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
  margin-top: 125px;
  margin-inline: auto;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to right, #e6acc9, #ce9fc3);
  border: none;
  cursor: pointer;
  font-family: serif;
  letter-spacing: 0.1em;
  border-radius: 40px;
}

.form_btn01 {
  width: 313px;
  height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
  margin-top: 125px;
  margin-inline: auto;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to right, #e6acc9, #ce9fc3);
  border: none;
  cursor: pointer;
  font-family: serif;
  letter-spacing: 0.1em;
  border-radius: 40px;
}

.form_btn02 {
  width: 313px;
  height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
  margin-top: 30px;
  margin-inline: auto;
  font-size: 20px;
  color: #fff;
  background: #666;
  border: none;
  cursor: pointer;
  font-family: serif;
  letter-spacing: 0.1em;
  border-radius: 40px;
}


@media screen and (max-width: 767px) {
  button,
  .wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 60px;
  }

  .form_btn01 {
    margin-top: 60px;
  }

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

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

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

.u-722 {
  max-width: 722px;
}
@media screen and (max-width: 1279px) {
  .u-722 {
    max-width: 532px;
  }
}
@media screen and (max-width: 767px) {
  .u-722 {
    max-width: 600px;
  }
}

/*# sourceMappingURL=style.css.map */


.txt_form {
  line-height: 1.5;
}

.form-group {
  display: flex;
  align-items: flex-start;
}

.form-group label {
  width: 20%;
  margin-right: 5%;
}

.form-group input,.form-group textarea {
  width: 75%;
}


@media screen and (max-width: 1000px) {
  .form-group label {
    width: 30%;
    margin-right: 5%;
  }
  
  .form-group input,.form-group textarea {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .form-group {
    display: block;
  }
  
  .form-group label {
    width: 100%;
    margin-right: 0;
  }
  
  .form-group input,.form-group textarea {
    width: 100%;
  }
}


form {
  position: relative;
  z-index: 3;
}

.txt_form {
  margin-bottom: 30px;
}

.error_messe {
  margin-bottom: 20px;
}


.table_temp {
  max-width: 900px;
  margin: 0 auto;
  color: #555;
}

.table_temp th {
  font-weight: 400;
  width: 20%;
  padding: 20px 10px;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
}

.table_temp td {
  width: 75%;
  padding: 20px 10px;
  border-bottom: 1px solid #d6d6d6;
}

.form-container02 {
  padding-top: 100px;
}

.form-container02 form {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .form-container02 {
    padding-top:50px;
  }
  .form-container02 form {
    margin-top: 25px;
  }
}

/*ニュース詳細ページ用*/

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
  display: none;
}
.sp {
  display: block;
}
}

.news_wrap {
  padding: 50px 20px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #666;
}

.news_wrap .inner {
  max-width: 900px;
  margin: 0 auto;
}


.concert_ttl01 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
  border-bottom: 5px solid #e96093;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
}

.conert_ttl02 {
  font-size: 1.5rem;
  margin-bottom: 50px;
  color: #e96093;
}

.news_txt {
  margin-bottom: 30px;
}

.news_txt_bottom {
  margin-bottom: 60px;
  padding-left: 40px;
}

.concert_info_box dl {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 30px;
}

.concert_info_box dl.bg_none {
  background: none;
  padding: 0px;
  box-sizing: border-box;
  border-radius: 0px;
  margin-bottom: 30px;
  border-top: 2px solid #e96093;
  padding-top: 30px;
}

.concert_info_box dl dt {
  color: #e96093;
  border-bottom: 1px solid #e96093;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.concert_info_box dl.bg_none dt {
  color: #e96093;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.news_caution {
  font-size: 1rem;
  border: 1px solid #e96093;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.conert_ttl03 {
  background: #e96093;
  color: #fff;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding: 5px 20px 5px 40px;
  border-radius: 100px;
  margin-bottom: 20px;
  position: relative;
}

.conert_point1::before {
  position: absolute;
  content: "";
  background: url(../img/news/point1.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 50px;
  left: -20px;
  top: -35px;
}
.conert_point2::before {
  position: absolute;
  content: "";
  background: url(../img/news/point2.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 50px;
  left: -20px;
  top: -35px;
}
.conert_point3::before {
  position: absolute;
  content: "";
  background: url(../img/news/point3.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 50px;
  left: -20px;
  top: -35px;
}
.conert_point4::before {
  position: absolute;
  content: "";
  background: url(../img/news/point4.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 50px;
  left: -20px;
  top: -35px;
}

.pk {
  color: #e96093;
  margin-right: 5px;
}

.pk02 {
  color: #e96093;
}

.news_tb01 {
  border: 1px solid #d6d6d6;
  font-size: 1rem;
  margin-bottom: 30px;
}

.news_tb01 th {
  width: 15%;
  padding: 10px;
   border: 1px solid #d6d6d6;
   text-align: left;
   background: #e96093;
   color: #fff;
}
.news_tb01 td {
  width: 25%;
  padding: 10px;
   border: 1px solid #d6d6d6;
   text-align: left;
   background: #fff;
}

.news_tb02 {
  width: 100%;
}

.news_tb02 th {
  width: 19%;
}
.news_tb02 td {
  width:81%;
}


@media screen and (max-width: 767px) {
  .news_wrap {
  padding: 30px 20px;
  font-size: 1rem;
}
  .concert_ttl01 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.conert_ttl02 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.conert_ttl03 {
  font-size: 1.2rem;
  padding: 5px 20px;
}

.news_tb01 {
  font-size: 0.7rem;
}

.news_txt_bottom {
  margin-bottom: 50px;
  padding-left: 20px;
}

.conert_point1::before {
  position: absolute;
  content: "";
  background: url(../img/news/point1.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 40px;
  left: -20px;
  top: -25px;
}
.conert_point2::before {
  position: absolute;
  content: "";
  background: url(../img/news/point2.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 40px;
  left: -20px;
  top: -25px;
}
.conert_point3::before {
  position: absolute;
  content: "";
  background: url(../img/news/point3.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 40px;
  left: -20px;
  top: -25px;
}
.conert_point4::before {
  position: absolute;
  content: "";
  background: url(../img/news/point4.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 40px;
  left: -20px;
  top: -25px;
}


}


.concert_img01 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.concert_img02 {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}

.concert_img03 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.concert_name_txt {
  text-align: center;
  color: #e96093;
  margin-bottom: 30px;
  font-weight: 700;
}

.glay {
  color: #666;
}


.kyousan {
  display: flex;
  align-items: center;
}

.kyousan li {
  max-width: 200px;
}

.news_txt_big {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news_txt_big {
  font-size: 1.2rem;
}
}