@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.tiro-bangla-regular {
  font-family: "Tiro Bangla", serif;
  font-weight: 400;
  font-style: normal;
}
Kozuka Mincho Pro L
font-family: "kozuka-mincho-pro", serif;
font-weight: 300;
font-style: normal;
Kozuka Mincho Pro R
font-family: "kozuka-mincho-pro", serif;
font-weight: 400;
font-style: normal;
Kozuka Mincho Pro M
font-family: "kozuka-mincho-pro", serif;
font-weight: 500;
font-style: normal;
Kozuka Mincho Pro B
font-family: "kozuka-mincho-pro", serif;
font-weight: 700;
font-style: normal;
*/
figure {
  margin: 0;
}

.grecaptcha-badge {
  display: none;
}

html, body {
  font-family: "kozuka-mincho-pro", "Noto Serif JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  color: #333;
  background: #F0EFEA;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.top.opening_end {
  overflow: auto;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transition: all 0.6s 0s ease;
  transform: scale(1, 1) translate(0%, 20px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span, .lazyload_set img {
  opacity: 0;
}
.lazyload_set span.lazyloaded, .lazyload_set img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
 block_scroll
--------------------------------------------------- */
.block_scroll {
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: all 0.5s 0s ease;
  z-index: 30;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 896px) {
  .block_scroll {
    display: none;
  }
}
.block_scroll a {
  display: block;
}
.block_scroll a .icon {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #9c5983;
  border-radius: 100%;
  margin: 0 auto;
}
.block_scroll a .icon svg {
  width: 25px;
  height: 25px;
  fill: #FFF;
}

@keyframes lineMove {
  0% {
    transform: translate(-70px, 0);
    opacity: 1;
  }
  30% {
    transform: translate(0px, 0);
    opacity: 1;
  }
  70% {
    transform: translate(0px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 0);
    opacity: 1;
  }
}
body.page_scroll .block_scroll {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------------
 block_bg
--------------------------------------------------- */
.block_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block_bg figure.bg .img_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_bg figure.bg .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_bg figure.bg .img_wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_bg figure.bg .img_wrap::before {
  opacity: 1;
}

.block_bg figure.flower .img_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_bg figure.flower .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transition: all 1.1s 0.2s ease;
}
body.page_scroll .block_bg figure.flower .img_wrap img {
  opacity: 0.9;
}

.stage_cover {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.8;
}
.stage_cover figure {
  margin: 0;
}
.stage_cover figure .img_wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.stage_cover figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  will-change: transform;
}

/*----------------------------------------------------
  .block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.4s 0s ease;
}
.block_header .logo {
  position: absolute;
  top: clamp(49.7777777778px, 5.5555555556vw, 80px);
  left: clamp(49.7777777778px, 5.5555555556vw, 80px);
  width: 20vw;
  transition: all 0.8s 0s ease;
}
body.page_scroll .block_header .logo {
  top: 40px;
  left: 40px;
  width: clamp(112px, 12.5vw, 180px);
}

@media (max-width: 896px) {
  .block_header .logo {
    top: 40px;
    left: 30px;
    width: 50vw;
  }
  body.page_scroll .block_header .logo {
    top: 30px;
    left: 30px;
    width: 30vw;
  }
}
.block_header .logo a {
  display: block;
}
.block_header .logo a svg {
  fill: #9c5983;
}
@media (max-width: 896px) {
  body.page .block_header .logo {
    top: 30px;
    left: 30px;
    width: 30vw;
  }
}

/*----------------------------------------------------
.block_navi
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: block;
  z-index: 110;
  top: 10px;
  right: 10px;
  width: 200px;
  height: 200px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a {
    top: 0px;
    right: 0px;
    width: 75px;
    height: 75px;
  }
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  background: #9c5983;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a .wrap {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-top: -10px;
  margin-left: -30px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a span.l1 {
    width: 30px;
    margin-left: -15px;
  }
}
.block_navi a span.l1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #67234e;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-top: 0px;
  margin-left: -30px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a span.l2 {
    width: 30px;
    margin-left: -15px;
  }
}
.block_navi a span.l2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #67234e;
  transform: scaleX(0);
  transition: transform 0.4s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-top: 10px;
  margin-left: -30px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a span.l3 {
    width: 30px;
    margin-left: -15px;
  }
}
.block_navi a span.l3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #67234e;
  transform: scaleX(0);
  transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
body.header_white .block_navi a span {
  background: #FFF;
}

.block_navi a:hover span.l1:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
@media (max-width: 896px) {
  .block_navi a:hover span.l1:after {
    transform: scale(0, 0);
  }
}

.block_navi a:hover span.l2:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
@media (max-width: 896px) {
  .block_navi a:hover span.l2:after {
    transform: scale(0, 0);
  }
}

.block_navi a:hover span.l3:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
@media (max-width: 896px) {
  .block_navi a:hover span.l3:after {
    transform: scale(0, 0);
  }
}

body.menu_open .block_navi a .wrap {
  background: #FFF;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  background: #9c5983;
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
  background: #9c5983;
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  background: #9c5983;
}

/*----------------------------------------------------
.block_site_menu
--------------------------------------------------- */
.block_site_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(156, 89, 131, 0.9);
  visibility: hidden;
  opacity: 0;
  transform: translate(0%, 5%);
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0%, -50%);
}
.block_site_menu .inner .menu_area {
  margin-left: 10%;
}
.block_site_menu .inner .menu_area ul.menu {
  margin-bottom: 4.7vh;
}
.block_site_menu .inner .menu_area ul.menu li {
  line-height: 1;
  margin-bottom: 4.8vh;
}
.block_site_menu .inner .menu_area ul.menu li:last-child {
  margin-bottom: 0;
}
.block_site_menu .inner .menu_area ul.menu li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-end; /* flex-start  center  */
  color: #FFF;
  line-height: 1;
  transition: all 0.4s 0s ease;
}
.block_site_menu .inner .menu_area ul.menu li a:hover {
  opacity: 0.5;
}
.block_site_menu .inner .menu_area ul.menu li a span.jp {
  font-size: clamp(18.6666666667px, 2.0833333333vw, 30px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li a span.jp {
    font-size: 4vw;
  }
}
.block_site_menu .inner .menu_area ul.menu li a span.en {
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #FFF;
  font-weight: 400;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  margin-left: 20px;
  opacity: 0.5;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li a span.en {
    margin-left: 10px;
    font-size: 3vw;
  }
}
.block_site_menu .inner .menu_area ul.sub_menu {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.sub_menu {
    flex-direction: column; /* row row-reverse column */
    align-items: flex-start; /* flex-start  center  */
  }
}
.block_site_menu .inner .menu_area ul.sub_menu li {
  margin-right: 20px;
}
.block_site_menu .inner .menu_area ul.sub_menu li a {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(7.4666666667px, 0.8333333333vw, 12px);
  letter-spacing: 0.2em;
  text-decoration: underline;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.sub_menu li a {
    font-size: 3vw;
  }
}

body.menu_open .block_site_menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0%, 0%);
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  z-index: 3;
}
/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.block_mainvisual .textarea {
  position: absolute;
  top: 40%;
  left: 10%;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea {
    top: 30vw;
    left: 30px;
  }
}
.block_mainvisual .textarea .copy {
  font-size: clamp(31.1111111111px, 3.4722222222vw, 50px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  font-feature-settings: "palt" on;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .copy {
    line-height: 1.9;
    font-size: 6vw;
    margin-bottom: 40vw;
  }
}
.block_mainvisual .textarea .copy span {
  display: inline;
  padding: 0.18em 0.05em;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .copy span {
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
  }
}
.block_mainvisual .textarea .en {
  margin-top: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .en {
    font-size: 4vw;
  }
  .block_mainvisual .textarea .en span {
    display: inline;
    padding: 0.18em 0.05em;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.block_mainvisual .pickup_news {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  background: #9c5983;
  border-radius: 80px;
}
@media (max-width: 896px) {
  .block_mainvisual .pickup_news {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.block_mainvisual .pickup_news .inner {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  height: 50px;
  padding: 0 20px;
}
.block_mainvisual .pickup_news .inner .p_title {
  color: #FFF;
  width: 140px;
  font-size: 16px;
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  border-right: 1px #c786af solid;
}
@media (max-width: 896px) {
  .block_mainvisual .pickup_news .inner .p_title {
    font-size: 10px;
    width: 80px;
  }
}
.block_mainvisual .pickup_news .inner .column {
  width: calc(100% - 140px);
}
@media (max-width: 896px) {
  .block_mainvisual .pickup_news .inner .column {
    width: calc(100% - 80px);
  }
}
.block_mainvisual .pickup_news .inner .column a {
  width: 100%;
  display: block;
  line-height: 1;
  overflow: hidden;
}
.block_mainvisual .pickup_news .inner .column a .in {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  padding-left: 100%;
  white-space: nowrap;
  animation: denkoukeijiban 18s linear infinite;
}
@keyframes denkoukeijiban {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.block_mainvisual .pickup_news .inner .column a time {
  font-size: 14px;
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-right: 10px;
  opacity: 0.5;
}
@media (max-width: 896px) {
  .block_mainvisual .pickup_news .inner .column a time {
    font-size: 12px;
  }
}
.block_mainvisual .pickup_news .inner .column a .category {
  margin-right: 10px;
  margin-top: -2px;
}
.block_mainvisual .pickup_news .inner .column a .category span {
  display: inline-block;
  border-radius: 30px;
  border: 1px #FFF solid;
  color: #FFF;
  font-size: 12px;
  padding: 4px 10px;
}
@media (max-width: 896px) {
  .block_mainvisual .pickup_news .inner .column a .category span {
    font-size: 10px;
  }
}
.block_mainvisual .pickup_news .inner .column a .c_title {
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_mainvisual .pickup_news .inner .column a .c_title {
    font-size: 12px;
  }
}

/*----------------------------------------------------
  .block_about
--------------------------------------------------- */
.block_about {
  position: relative;
  padding: 10% 0;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_about {
    padding: 10% 0 20%;
  }
}
.block_about:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #fff2fa; /* むらさき */
  border-bottom: 60px solid #fff2fa; /* むらさき */
}
@media (max-width: 896px) {
  .block_about:after {
    border-top: 30px solid transparent; /* 透明 */
    border-left: 50vw solid transparent; /* 透明 */
    border-right: 50vw solid #fff2fa; /* むらさき */
    border-bottom: 30px solid #fff2fa; /* むらさき */
  }
}
.block_about .inner {
  margin: 0 auto;
  padding: 0 10%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_about .inner {
    padding: 0 20px;
  }
}
.block_about .inner .title {
  width: 20%;
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #9c5983;
  font-weight: 400;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
}
@media (max-width: 896px) {
  .block_about .inner .title {
    font-size: 14px;
  }
}
.block_about .inner .textarea {
  width: 80%;
}
.block_about .inner .textarea p {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_about .inner .textarea p {
    font-size: 13px;
  }
}
.block_about .image_area {
  position: relative;
  overflow: hidden;
  margin-top: 5%;
}
.block_about .image_area .swiper-wrapper {
  transition-timing-function: linear !important;
}
.block_about .image_area .column figure {
  padding-left: 10px;
}
.block_about .image_area .column figure .img_wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}
.block_about .image_area .column figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_about .image_area .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_about .image_area .en {
  position: absolute;
  bottom: -8%;
  width: 100%;
  left: 0;
  z-index: 2;
  line-height: 1;
  margin-top: -3.8%;
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #FFF;
  font-weight: 200;
  text-align: center;
  font-size: clamp(49.7777777778px, 5.5555555556vw, 80px);
}
@media (max-width: 896px) {
  .block_about .image_area .en {
    bottom: -2vw;
    font-size: 6vw;
  }
}
.block_about .gift {
  margin: 0 auto;
  padding: 0 10%;
  margin-top: 0%;
}
@media (max-width: 896px) {
  .block_about .gift {
    padding: 0 20px;
  }
}
.block_about .gift .lead {
  font-size: clamp(31.1111111111px, 3.4722222222vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_about .gift .lead {
    font-size: 7vw;
  }
}
.block_about .gift .g_wrap {
  width: 80%;
}
@media (max-width: 896px) {
  .block_about .gift .g_wrap {
    width: 100%;
  }
}
.block_about .gift .g_wrap p {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 896px) {
  .block_about .gift .g_wrap p {
    font-size: 14px;
  }
}

/*----------------------------------------------------
  .block_artist
--------------------------------------------------- */
.block_artist {
  position: relative;
  padding: 5% 0 10% 0;
  background: #fff2fa;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_artist {
    padding: 5% 0 20% 0;
  }
}
.block_artist:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #FFF; /* むらさき */
  border-bottom: 60px solid #FFF; /* むらさき */
}
@media (max-width: 896px) {
  .block_artist:after {
    border-top: 30px solid transparent; /* 透明 */
    border-left: 50vw solid transparent; /* 透明 */
    border-right: 50vw solid #FFF; /* むらさき */
    border-bottom: 30px solid #FFF; /* むらさき */
  }
}
.block_artist .inner {
  margin: 0 auto;
  padding: 0 10%;
}
@media (max-width: 896px) {
  .block_artist .inner {
    padding: 0 20px;
  }
}
.block_artist .inner .en {
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #9c5983;
  font-weight: 400;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
}
@media (max-width: 896px) {
  .block_artist .inner .en {
    font-size: 3vw;
  }
}
.block_artist .inner .title {
  font-size: clamp(31.1111111111px, 3.4722222222vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_artist .inner .title {
    font-size: 5vw;
  }
}
.block_artist .inner .exp {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 2em;
}
@media (max-width: 896px) {
  .block_artist .inner .exp {
    font-size: 14px;
  }
}
.block_artist .inner .list .column a {
  display: block;
}
.block_artist .inner .list .column a:hover .in {
  background: #9c5983;
}
.block_artist .inner .list .column a:hover .in .textarea .t_in .category {
  color: #FFF;
}
.block_artist .inner .list .column a:hover .in .textarea .t_in .c_title {
  color: #FFF;
}
.block_artist .inner .list .column a:hover .in .r_area .r_title {
  color: #FFF;
}
.block_artist .inner .list .column a:hover .in .r_area .date {
  background: #FFF;
  color: #9c5983;
}
.block_artist .inner .list .column a:hover .in .r_area time {
  color: #FFF;
}
.block_artist .inner .list .column .in {
  display: table;
  width: 100%;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border: 1px #9c5983 solid;
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in {
    display: block;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_artist .inner .list .column .in figure {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in figure {
    display: block;
    width: 100%;
  }
}
.block_artist .inner .list .column .in figure .img_wrap {
  position: relative;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.block_artist .inner .list .column .in figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_artist .inner .list .column .in figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_artist .inner .list .column .in .textarea {
  display: table-cell;
  vertical-align: middle;
  width: 43%;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .textarea {
    display: block;
    width: 100%;
  }
}
.block_artist .inner .list .column .in .textarea .t_in {
  padding: 0 40px;
  position: relative;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .textarea .t_in {
    padding: 0;
    margin-top: 10px;
  }
}
.block_artist .inner .list .column .in .textarea .t_in .category {
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #9c5983;
  font-weight: 400;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .textarea .t_in .category {
    font-size: 3vw;
  }
}
.block_artist .inner .list .column .in .textarea .t_in .c_title {
  font-size: clamp(24.8888888889px, 2.7777777778vw, 40px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .textarea .t_in .c_title {
    font-size: 5vw;
  }
}
.block_artist .inner .list .column .in .r_area {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .r_area {
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
    margin-top: 10px;
  }
}
.block_artist .inner .list .column .in .r_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #9c5983;
}
.block_artist .inner .list .column .in .r_area .r_title {
  font-size: clamp(18.6666666667px, 2.0833333333vw, 30px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .r_area .r_title {
    font-size: 4vw;
  }
}
.block_artist .inner .list .column .in .r_area .date {
  display: block;
  background-color: #9c5983;
  color: #FFF;
  padding: 10px 20px;
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  border-radius: 80px;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .r_area .date {
    font-size: 4vw;
  }
}
.block_artist .inner .list .column .in .r_area time {
  font-size: clamp(11.2px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  padding: 0 15px;
}
@media (max-width: 896px) {
  .block_artist .inner .list .column .in .r_area time {
    font-size: 4vw;
    padding: 0;
  }
}

/*----------------------------------------------------
  .block_flow
--------------------------------------------------- */
.block_flow {
  position: relative;
  padding: 5% 0 5% 0;
  background: #FFF;
}
.block_flow .inner {
  margin: 0 auto;
  padding: 0 10%;
}
@media (max-width: 896px) {
  .block_flow .inner {
    padding: 0 20px;
  }
}
.block_flow .inner .en {
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #9c5983;
  font-weight: 400;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
}
@media (max-width: 896px) {
  .block_flow .inner .en {
    font-size: 3vw;
  }
}
.block_flow .inner .title {
  font-size: clamp(31.1111111111px, 3.4722222222vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_flow .inner .title {
    font-size: 5vw;
  }
}
.block_flow .inner .exp {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 2em;
}
@media (max-width: 896px) {
  .block_flow .inner .exp {
    font-size: 14px;
  }
}
.block_flow .inner .list .column {
  position: relative;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 3%;
}
.block_flow .inner .list .column .step {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  border: 1px #9c5983 solid;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #FFF;
}
@media (max-width: 896px) {
  .block_flow .inner .list .column .step {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
.block_flow .inner .list .column .step .t {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.2em;
  line-height: 1;
  color: #9c5983;
  margin-bottom: 0.2em;
}
@media (max-width: 896px) {
  .block_flow .inner .list .column .step .t {
    font-size: 10px;
  }
}
.block_flow .inner .list .column .step .num {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(43.5555555556px, 4.8611111111vw, 70px);
  letter-spacing: 0em;
  line-height: 1;
  color: #9c5983;
}
@media (max-width: 896px) {
  .block_flow .inner .list .column .step .num {
    font-size: 20px;
  }
}
.block_flow .inner .list .column .textarea {
  width: calc(100% - 200px);
}
@media (max-width: 896px) {
  .block_flow .inner .list .column .textarea {
    width: calc(100% - 80px);
  }
}
.block_flow .inner .list .column .textarea .c_title {
  font-size: clamp(18.6666666667px, 2.0833333333vw, 30px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  margin-bottom: 0.2em;
}
@media (max-width: 896px) {
  .block_flow .inner .list .column .textarea .c_title {
    font-size: 16px;
  }
}
.block_flow .inner .list .column .textarea p {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 896px) {
  .block_flow .inner .list .column .textarea p {
    font-size: 12px;
  }
}

/*----------------------------------------------------
  .block_faq
--------------------------------------------------- */
.block_faq {
  position: relative;
  padding: 5% 0 10% 0;
  background: #eee;
}
.block_faq .inner {
  margin: 0 auto;
  padding: 0 10%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_faq .inner {
    flex-direction: column; /* row row-reverse column */
    padding: 0 20px;
  }
}
.block_faq .inner .title_area {
  width: 40%;
}
@media (max-width: 896px) {
  .block_faq .inner .title_area {
    width: 100%;
  }
}
.block_faq .inner .en {
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #9c5983;
  font-weight: 400;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
}
@media (max-width: 896px) {
  .block_faq .inner .en {
    font-size: 3vw;
  }
}
.block_faq .inner .title {
  font-size: clamp(31.1111111111px, 3.4722222222vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_faq .inner .title {
    font-size: 5vw;
  }
}
.block_faq .inner .list {
  width: 55%;
  padding-top: clamp(31.1111111111px, 3.4722222222vw, 50px);
}
@media (max-width: 896px) {
  .block_faq .inner .list {
    width: 100%;
  }
}
.block_faq .inner .list .column {
  margin-bottom: 5%;
}
.block_faq .inner .list .column .q {
  font-size: clamp(18.6666666667px, 2.0833333333vw, 30px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  margin-bottom: 0.2em;
}
@media (max-width: 896px) {
  .block_faq .inner .list .column .q {
    font-size: 16px;
  }
}
.block_faq .inner .list .column .ans {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 896px) {
  .block_faq .inner .list .column .ans {
    font-size: 14px;
  }
}

/*----------------------------------------------------
  .block_contact
--------------------------------------------------- */
.block_contact {
  position: relative;
  padding: 5% 0 0% 0;
  background: #FFF;
  text-align: center;
}
.block_contact .inner {
  margin: 0 auto;
  padding: 0 10%;
}
@media (max-width: 896px) {
  .block_contact .inner {
    padding: 0 20px;
  }
}
.block_contact .inner .en {
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #9c5983;
  font-weight: 400;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
}
@media (max-width: 896px) {
  .block_contact .inner .en {
    font-size: 3vw;
  }
}
.block_contact .inner .title {
  font-size: clamp(31.1111111111px, 3.4722222222vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_contact .inner .title {
    font-size: 5vw;
  }
}
.block_contact .inner .exp {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 2em;
}
@media (max-width: 896px) {
  .block_contact .inner .exp {
    font-size: 14px;
  }
}
.block_contact .inner .btn a {
  display: inline-block;
  border: 1px #9c5983 solid;
  color: #9c5983;
  padding: 15px 35px;
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.2em;
  line-height: 2;
  border-radius: 60px;
}
@media (max-width: 896px) {
  .block_contact .inner .btn a {
    font-size: 14px;
  }
}

/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  padding: 5% 0 10% 0;
  background: #FFF;
  text-align: center;
}
@media (max-width: 896px) {
  .block_footer {
    padding-top: 10%;
  }
}
.block_footer .inner {
  margin: 0 auto;
  padding: 0 10%;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 20px;
  }
}
.block_footer .inner .company {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(8.7111111111px, 0.9722222222vw, 14px);
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_footer .inner .company {
    font-size: 12px;
  }
}
.block_footer .inner ul.sub_menu {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 2em;
}
@media (max-width: 896px) {
  .block_footer .inner ul.sub_menu {
    flex-direction: column; /* row row-reverse column */
    justify-content: center; /* flex-start  center  space-between */
    line-height: 1.5;
  }
}
.block_footer .inner ul.sub_menu li {
  margin: 0 10px;
}
.block_footer .inner ul.sub_menu li a {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(7.4666666667px, 0.8333333333vw, 12px);
  letter-spacing: 0.2em;
  text-decoration: underline;
}
@media (max-width: 896px) {
  .block_footer .inner ul.sub_menu li a {
    font-size: 12px;
  }
}
.block_footer .inner .copyright {
  font-size: 10px;
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*----------------------------------------------------
  .block_artist_header
--------------------------------------------------- */
.block_artist_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
.block_artist_header .inner {
  padding-left: 10%;
  padding-top: 10%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_artist_header .inner {
    padding-left: 10%;
    padding-top: 20%;
  }
}
.block_artist_header .textarea {
  width: 30%;
}
@media (max-width: 896px) {
  .block_artist_header .textarea {
    left: 10px;
  }
}
.block_artist_header .textarea .copy {
  font-size: clamp(31.1111111111px, 3.4722222222vw, 50px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #9c5983;
  font-feature-settings: "palt" on;
}
@media (max-width: 896px) {
  .block_artist_header .textarea .copy {
    line-height: 1.9;
    font-size: 6vw;
    margin-bottom: 40vw;
  }
}
.block_artist_header .textarea .copy span {
  display: inline;
  padding: 0.18em 0.05em;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 896px) {
  .block_artist_header .textarea .copy span {
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
  }
}
.block_artist_header .textarea .en {
  margin-top: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-family: "Tiro Bangla", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_artist_header .textarea .en {
    font-size: 4vw;
  }
  .block_artist_header .textarea .en span {
    display: inline;
    padding: 0.18em 0.05em;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.block_artist_header .image_area {
  width: 70%;
}
.block_artist_header .image_area .img_wrap {
  position: relative;
  padding-top: 75%;
}
@media (max-width: 896px) {
  .block_artist_header .image_area .img_wrap {
    padding-top: 100%;
  }
}
.block_artist_header .image_area .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_artist_header .image_area .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_artist_header .message {
  position: relative;
  margin-left: 10%;
  margin-top: -10%;
  background: #FFF;
  padding: 40px;
  width: 80%;
}
@media (max-width: 896px) {
  .block_artist_header .message {
    width: 90%;
    margin-left: 5%;
  }
}
.block_artist_header .message p {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_artist_header .message p {
    font-size: 13px;
  }
}

/*----------------------------------------------------
  .block_gift
--------------------------------------------------- */
.block_gift {
  position: relative;
  margin-bottom: 10%;
}
.block_gift .inner {
  margin: 0 10%;
  background: #FFF;
  padding: 0 40px;
  padding-bottom: 5%;
}
@media (max-width: 896px) {
  .block_gift .inner {
    margin: 0 5%;
    padding: 0 20px;
  }
}
.block_gift .inner figure.wide {
  position: relative;
  margin-bottom: 5%;
}
.block_gift .inner figure.wide .img_wrap {
  position: relative;
  padding-top: 75%;
}
.block_gift .inner figure.wide .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_gift .inner figure.wide .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_gift .inner ul.image_area {
  margin-bottom: 5%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_gift .inner ul.image_area li {
  width: 48%;
}
.block_gift .inner ul.image_area li figure .img_wrap {
  position: relative;
  padding-top: 75%;
}
.block_gift .inner ul.image_area li figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_gift .inner ul.image_area li figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_gift .inner .exp {
  margin-bottom: 5%;
}
.block_gift .inner .exp p {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_gift .inner .exp p {
    font-size: 14px;
  }
}
.block_gift .inner .product_area {
  border: 1px #9c5983 solid;
  border-radius: 10px;
  padding: 40px;
}
.block_gift .inner .product_area .list {
  text-align: center;
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .list {
    margin-bottom: 40px;
  }
}
.block_gift .inner .product_area .list .column {
  display: inline-block;
  width: 48%;
  text-align: left;
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .list .column {
    width: 100%;
  }
}
.block_gift .inner .product_area .list .column figure {
  position: relative;
  margin-bottom: 20px;
}
.block_gift .inner .product_area .list .column figure .img_wrap {
  position: relative;
  padding-top: 75%;
  border-radius: 10px;
  overflow: hidden;
}
.block_gift .inner .product_area .list .column figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_gift .inner .product_area .list .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_gift .inner .product_area .list .column .c_title {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(18.6666666667px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .list .column .c_title {
    font-size: 16px;
  }
}
.block_gift .inner .product_area .list .column .price {
  color: #9c5983;
  font-weight: 500;
  font-size: clamp(12.4444444444px, 1.3888888889vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .list .column .price {
    font-size: 16px;
  }
}
.block_gift .inner .product_area .list .column .attention {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(8.7111111111px, 0.9722222222vw, 14px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .list .column .attention {
    font-size: 12px;
  }
}
.block_gift .inner .product_area .list .column .btn a {
  display: block;
  text-align: center;
  background: #9c5983;
  color: #FFF;
  padding: 20px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  font-size: clamp(9.9555555556px, 1.1111111111vw, 16px);
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .list .column .btn a {
    font-size: 16px;
  }
}
.block_gift .inner .product_area .send {
  text-align: center;
}
.block_gift .inner .product_area .send .limit {
  color: #9c5983;
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(18.6666666667px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .send .limit {
    font-size: 6vw;
    line-height: 1.8;
  }
}
.block_gift .inner .product_area .send p {
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: clamp(8.7111111111px, 0.9722222222vw, 14px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_gift .inner .product_area .send p {
    text-align: left;
    font-size: 12px;
  }
}/*# sourceMappingURL=common.css.map */