<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&amp;family=Zen+Maru+Gothic:wght@400;700&amp;display=swap');
html {
  width: 100%;
  height: 100%;
}

.usr-body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.45;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.usr-body.usr-no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

p {
  line-height: 2.1;
  font-size: 0.9375rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 2.14;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

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

.usr-c-logo {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .usr-u-pc {
    display: none;
  }
  .usr-u-sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .usr-u-pc {
    display: none;
  }
  .usr-u-sp {
    display: block;
  }
}
/* header */
.usr-l-header {
  width: 100%;
  height: 52px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.usr-l-header .usr-l-header__inner {
  height: 100%;
  width: 100%;
  padding: 0 0 0 50px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.usr-l-header__logo {
  position: relative;
  width: 30%;
  max-width: 224px;
}

.usr-l-header__block{
  -ms-flex: 1;
    flex: 1;
}

.usr-l-header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.usr-l-header__menu li {
  margin-left: 0;
  width: 100%;
  max-width: 200px;
}
.usr-l-header__menu li a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 52px;
  transition: 0.3s ease;
  border-radius: 40px;
}

.usr-l-header__menu li a .text{
  text-decoration: underline;
  text-underline-offset: 2px;
}

.usr-l-header__menu li .usr-btn-entry {
  color: #fff;
  background-color: #EB165A;
  border-radius: 60px 0 0 60px;
  border: 1px solid #EB165A;
}

.usr-l-header__menu li .usr-btn-entry:hover {
  background-color: #fff;
  color: #EB165A;
}

.usr-l-header__menu li .usr-btn-entry .text{
  text-decoration: none;
}

.usr-l-header__menu li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 992px) {
  .usr-l-header .usr-l-header__inner {
    padding: 0 0 0 20px;
  }
}


@media screen and (max-width: 767px) {
  .usr-l-header {
    height: 92px;
    padding: 10px 0;
  }

  .usr-l-header .usr-l-header__inner {
    padding: 0 0 0 20px;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .usr-l-header__logo {
    position: relative;
    width: 54%;
    max-width: 186px;
  }

  .usr-l-header__block {
    width: 100%;
  }

  .usr-l-header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 14px;
  }

  .usr-l-header__menu li {
    margin-left: 0;
    width: auto;
    max-width: initial;
  }

  .usr-l-header__menu li a {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 500;
    height: 40px;
  }

  .usr-l-header__menu li.usr-entry{
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
  }

  .usr-l-header__menu li .usr-btn-entry .text {
    font-size: 10px;
  }
}
/* title */
.usr-c-ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}

.usr-l-wrap {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

/* mv */
.usr-p-mv {
  position: relative;
  margin-top: 52px;
  background: url('../img/mv_bg.png') no-repeat bottom center/cover;
  padding: 5rem 0 9.125rem;
}

.usr-p-mv__img{
  display: flex;
  gap: 2.875rem;
}

.usr-p-mv__img li{
  width: 50%;
  border-radius: 80px;
  overflow: hidden;
}

.usr-p-mv__ttl{
  max-width: 640px;
  margin: 0 auto;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .usr-p-mv {
    position: relative;
    margin-top: 92px;
    background-image: url('../img/mv_bg_sp.png');
    padding: 30px 0 110px;
  }

  .usr-p-mv__img {
    flex-wrap: wrap;
    max-width: 540px;
    margin: 0 auto;
    gap: 40px;
    padding: 0 16px;
  }

  .usr-p-mv__img li {
    width: 100%;
    border-radius: 80px;
    overflow: hidden;
  }

  .usr-p-mv__ttl {
    width: calc(100% - 40px);
    max-width: 580px;
    margin: 0 auto;
    position: absolute;
    bottom: 52%;
  }
}

/* intro */
.usr-p-intro {
  margin: 120px 0;
}

.usr-p-intro .usr-l-wrap{
  max-width: 946px;
}

.usr-p-intro .usr-lead{
  line-height: 2;
}


.usr-p-intro .usr-page-links{
  display: flex;
  gap: 2.5rem;
  margin-top: 80px;
}

.usr-p-intro .usr-page-links li{
  width: 50%;
}

.usr-p-intro .usr-page-links li a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #EB165A;
  color: #fff;
  font-size: 1.25rem;
  padding: 18px;
  border-radius: 60px;
  transition: .3s ease;
}


.usr-p-intro .usr-page-links li a:hover {
  opacity: 0.7;
}

.usr-p-intro .usr-page-links li a::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url('../img/icon_arrow_down.png') no-repeat center/100%;
}

@media screen and (max-width: 767px) {
  .usr-p-intro {
    margin: 40px 0;
  }


  .usr-p-intro .usr-page-links {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }

  .usr-p-intro .usr-page-links li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .usr-p-intro .usr-page-links li a {
    gap: 8px;
    font-size: 1rem;
    padding: 22px;
  }


  .usr-p-intro .usr-page-links li a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url('../img/icon_arrow_down.png') no-repeat center/100%;
  }
}


/* interview */

.usr-p-interview-head{
  background: url('../img/funeral_bg_1.png') no-repeat top center/cover;
  padding: 100px 0 0;
  overflow: hidden;
}

.usr-p-interview-head .usr-l-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.usr-p-interview-head__img{
  width: 64vw;
  margin-left: calc(50% - 50vw);
  transform: translateX(-10%);
  border-radius: 60px;
  overflow: hidden;
}

.usr-p-interview-head__text{
  width: 42%;
  max-width: 400px;
  padding-bottom: 50px;
}

.usr-p-interview-head__ttl{
  font-size: 2.1875rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.usr-p-interview-head__ttl::after{
  content: '';
  display: block;
  height: 40px;
  background: url('../img/balloon_parts_border.png') no-repeat bottom center/100%;
  margin-top: 24px;
}

.usr-p-interview__person{
  width: 113px;
  margin: 0 auto;
}

.usr-p-interview__name {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
}

.usr-p-interview-head__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.usr-p-interview-body{
  background: url('../img/funeral_bg_2.png') no-repeat center bottom/cover;
  padding: 120px 0 60px;
  overflow: hidden;
  margin-top: -2px;
}

.usr-p-interview-block{
  background-color: #fff;
  border-radius: 60px;
  padding: 80px;
  position: relative;
  margin-bottom: 80px;
}


.usr-p-interview-block::after{
  content: '';
  display: block;
  width: 76px;
  height: 46px;
  position: absolute;
  bottom: -42px;
}

.usr-p-interview-block.left::after{
  background: url('../img/balloon_parts_left.png') no-repeat top center/100%;
  left: 9%;
}

.usr-p-interview-block.right::after {
  background: url('../img/balloon_parts_right.png') no-repeat top center/100%;
  right: 9%;
}

.usr-p-interview-block__ttl{
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.28;
}

.usr-p-interview-block__wrap{
  max-width: 940px;
  margin: 0 auto;
}

.usr-p-interview-talk{
  display: flex;
  gap: 34px;
}

.usr-p-interview-talk:not(:first-of-type){
  margin-top: 60px;
}

.usr-p-interview-talk__img{
  width: 25%;
  max-width: 113px;
}

.usr-p-interview-talk__text{
  flex: 1;
}

.usr-p-interview-block__img{
  position: relative;
  margin-bottom: 120px;
}

.usr-p-interview-block__img::after{
  display: none;
}

.usr-p-interview-block__img img{
  border-radius: 60px;
  position: relative;
  z-index: 1;
}

.usr-p-interview-block__img::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(254, 206, 206, 1) 0%, rgba(253, 245, 145, 1) 50%, rgba(226, 254, 255, 1) 100%);
  position: absolute;
  bottom: -34px;
  right: -34px;
  border-radius: 60px;
  z-index: 0;
}

.usr-p-interview-img__list{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 120px;
}

.usr-p-interview-img__list li{
  width: 43.5%;
  max-width: 506px;
  position: relative;
}

.usr-p-interview-img__list li img{
  border-radius: 60px;
  position: relative;
}

.usr-p-interview-img__list li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(254, 206, 206, 1) 0%, rgba(253, 245, 145, 1) 50%, rgba(226, 254, 255, 1) 100%);
  position: absolute;
  bottom: -20px;
  right: -20px;
  border-radius: 60px;
  z-index: 0;
}

.usr-p-interview-img__list li:first-child{
  transform: translateX(8%);
}

.usr-p-interview-img__list li:first-child::before{
  right: initial;
  left: -20px;
}

.usr-p-interview-img__list li:last-child {
  margin-top: 22%;
  transform: translateX(-8%);
}

.usr-ribbon{
  margin-top: -7%;
}

/* bridal */
.usr-p-bridal .usr-p-interview-head {
  background: url('../img/bridal_bg_1.png') no-repeat center bottom/cover;
  padding: 120px 0 0;
}

.usr-p-bridal .usr-p-interview-head .usr-l-wrap{
  flex-direction: row-reverse;
}

.usr-p-bridal .usr-p-interview-head__img{
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  transform: translateX(10%);
}

.usr-p-bridal .usr-p-interview-body {
  background: url('../img/bridal_bg_2.png') no-repeat bottom center/cover;
  padding: 120px 0 140px;
}

.usr-p-bridal .usr-p-interview-img__list li:first-child {
  transform: translateX(0);
}

.usr-p-bridal .usr-p-interview-img__list li:last-child {
  transform: translateX(-14%);
}
.usr-p-interview-img__list li:first-child::before {
  right: initial;
  left: -20px;
}

.usr-p-bridal .usr-ribbon{
  margin-top: -3%;
}

.usr-btn-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: -80px;
  margin-bottom: 60px;
}

.usr-btn-list li{
  width: 100%;
}

.usr-btn-list a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 100px;
  background-color: #EB165A;
  border: 1px solid #EB165A;
  border-radius: 60px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  transition: .3s ease;
}

.usr-btn-list a:hover {
  background-color: #fff;
  color: #EB165A;
}


/* footer */
.usr-c-copyLight {
  font-size: 1rem;
  text-align: center;
  color: #777777;
  font-weight: 600;
  padding: 20px 0 60px;
}

@media screen and (max-width: 992px) {
  .usr-p-interview-head .usr-l-wrap{
    align-items: center;
  }
  .usr-p-interview-head__ttl {
    font-size: 1.5rem;
  }

  .usr-p-interview-head__ttl::after {
    height: 28px;
    margin-top: 16px;
  }
}


@media screen and (max-width: 767px) {
  .usr-p-interview-head {
    background-image: url('../img/funeral_bg_1_sp.png');
    padding: 100px 0 0;
  }

  .usr-p-interview-head .usr-l-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .usr-p-interview-head__img {
    width: 105vw;
    margin-left: calc(50% - 50vw);
    transform: translateX(-20px);
    border-radius: 60px;
    overflow: hidden;
  }

  .usr-p-interview-head__text {
    width: 100%;
    padding-bottom: 20px;
    max-width: 246px;
  }

  .usr-p-interview-head__ttl {
    font-size: 1.375rem;
  }

  .usr-p-interview-head__ttl::after {
    height: 28px;
    margin-top: 16px;
  }

  .usr-p-interview__person {
    width: 80px;
  }

  .usr-p-interview__name {
    font-size: 0.9375rem;
    margin-top: 10px;
  }

  .usr-p-interview-body {
    background-image: url('../img/funeral_bg_2_sp.png');
    padding: 40px 0 120px;
  }

  .usr-p-interview-block {
    padding: 40px 20px 50px;
    margin-bottom: 60px;
  }


  .usr-p-interview-block__ttl {
    font-size: 1.25rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .usr-p-interview-talk {
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }

  .usr-p-interview-talk:not(:first-of-type) {
    margin-top: 60px;
  }

  .usr-p-interview-block__img {
    position: relative;
    margin-bottom: 60px;
  }


  .usr-p-interview-block__img::before {
    bottom: -20px;
    right: -20px;
  }

  .usr-p-interview-img__list {
    margin-top: 80px;
  }

  .usr-p-interview-img__list li{
    width: 50%;
  }

  .usr-p-interview-img__list li::before {
    bottom: -10px;
    right: -10px;
  }

  .usr-p-interview-img__list li:first-child {
    transform: translateX(6%);
  }

  .usr-p-interview-img__list li:first-child::before {
    right: initial;
    left: -10px;
  }

  .usr-p-interview-img__list li:last-child {
    margin-top: 24%;
    transform: translateX(-6%);
  }

  .usr-ribbon {
    margin-top: -20px;
  }

  /* bridal */
  .usr-p-bridal .usr-p-interview-head {
    background-image: url('../img/bridal_bg_1_sp.png');
    padding: 120px 0 0;
  }

  .usr-p-bridal .usr-p-interview-head .usr-l-wrap {
    flex-direction: column;
  }

  .usr-p-bridal .usr-p-interview-head__img {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    transform: translateX(20px);
  }
  
  .usr-p-bridal .usr-p-interview-head__text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .usr-p-bridal .usr-p-interview-body {
    background-image: url('../img/bridal_bg_2_sp.png');
    padding: 60px 0 140px;
  }

  .usr-p-bridal .usr-p-interview-img__list li:first-child{
    transform: translateX(6%);
  }

  .usr-p-bridal .usr-p-interview-img__list li:last-child{
    transform: translateX(-6%);
  }

  .usr-p-bridal .usr-ribbon {
    margin-top: 20px;
  }

  .usr-btn-list {
    gap: 20px;
    margin-top: -120px;
    margin-bottom: 30px;
  }

  .usr-btn-list li {
    width: 100%;
  }

  .usr-btn-list a {
    width: 100%;
    max-width: 314px;
    height: 62px;
    font-size: 12px;
  }

  /* footer */
  .usr-c-copyLight {
    font-size: 12px;
    padding: 25px;
  }
}</pre></body></html>