@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

main {
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body {
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

h2, p {
  color: #333333;
}

.w640 {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w640 {
    max-width: none;
    margin: 0;
  }
}

.mv {
  background-color: #224e45;
  padding: 90px 0 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 25px 0 30px;
  }
}
.mv__anim {
  width: 49.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__anim {
    width: 73%;
    height: auto;
    margin: 0;
    margin-left: 14px;
  }
}
.mv__img {
  position: absolute;
  bottom: 150px;
  right: 12.3%;
  width: 18%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 31%;
    bottom: auto;
    top: 24px;
    right: -4%;
  }
}
.mv__text {
  color: #fff;
  max-width: 1020px;
  margin: 96px auto 0;
  font-size: 2.1rem;
  font-weight: 300;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .mv__text {
    margin-top: 26px;
    font-size: 1.1rem !important;
  }
}

#text {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}

.handwriting {
  width: 100%;
  height: auto;
}
.handwriting_text {
  fill: #9c7a4f;
}
.handwriting_mask_line {
  fill: none;
  stroke: #fff;
  stroke-width: 32px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 15315px;
  animation: handwriting 3s linear;
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 15315px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.contents1 {
  background-color: #fbf2e5;
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  .contents1 {
    padding-top: 20px;
  }
}
.contents1__heading {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 400;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .contents1__heading {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.contents1__ribbon {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contents1__ribbon {
    max-width: 145px;
    margin-bottom: 9px;
  }
}
.contents1__list:nth-child(odd) .contents1__acc {
  right: -8px;
}
@media screen and (max-width: 768px) {
  .contents1__list:nth-child(odd) .contents1__acc {
    right: -38px;
  }
}
.contents1__list:nth-child(even) .contents1__acc {
  left: -82px;
}
@media screen and (max-width: 768px) {
  .contents1__list:nth-child(even) .contents1__acc {
    left: -48px;
  }
}
.contents1__wreath {
  position: absolute;
  bottom: 0;
  width: 260px;
  height: 253px;
  display: block;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .contents1__wreath {
    width: 130px;
    height: 127px;
  }
}
.contents1__tree {
  position: absolute;
  bottom: -50px;
  width: 257px;
  height: 349px;
  display: block;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .contents1__tree {
    width: 129px;
    height: 174px;
    top: 24px;
    bottom: auto;
  }
}
.contents1__candle {
  position: absolute;
  bottom: 75px;
  width: 161px;
  height: 392px;
  display: block;
}
@media screen and (max-width: 768px) {
  .contents1__candle {
    width: 68px;
    height: 165px;
    bottom: 0;
  }
}
.contents1__group {
  position: relative;
  z-index: 1;
}
.contents1__item {
  position: relative;
}
.contents1__item.candle li {
  padding-bottom: 220px !important;
}
.contents1__item.candle li.contents1__candle {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .contents1__item.candle li {
    padding-bottom: 40px !important;
  }
}
.contents1__item li {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contents1__item li {
    flex-flow: column;
    gap: 10px;
    align-items: flex-start;
  }
  .contents1__item {
  	margin-bottom:4vh;
	}
}
.contents1__item li.reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .contents1__item li.reverse {
    flex-flow: column;
  }
}
.contents1__item li.flexTop {
  align-items: flex-start;
}
.contents1__item li.flexBottom {
  align-items: flex-end;
}
.contents1__item li:nth-child(1) {
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .contents1__item li:nth-child(1) {
    padding-bottom: 0;
  }
}
.contents1__item li:nth-child(2) {
  padding-bottom: 130px;
}
.contents1__item li:nth-child(3) {
  padding-bottom: 224px;
}
.contents1__img {
  flex-shrink: 0;
  width: 426px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contents1__img {
    flex-shrink: 1;
    width: auto;
    max-width: 213px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.contents1__title {
  font-size: 2.1rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .contents1__title {
    font-size: 1.1rem;
  }
}
.contents1__text {
  font-size: 1.7rem;
  letter-spacing: -0.3px;
  font-weight: 300;
}
.contents1__group dl {
	color: #333333;
	background-color: #ffffff;
	border:1px solid #333;
	padding: 10px;
}
.contents1__group summary {
	color: #333333;
	margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .contents1__text {
    font-size: 0.9rem !important;
  }
  .contents1__group summary, dl {
  	font-size:1.2rem;
}
}
.contents1__btn {
  margin-top: 56px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contents1__btn {
    margin-top: 0;
  }
}
.contents1__btn.right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .contents1__btn.right {
    margin: 0;
  }
}

.more {
  font-weight: 300;
}
.more__btn {
  background-color: #224e45;
  font-size: 1.7rem;
  padding: 6px 32px;
  color: #fbf2e5 !important;
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 40px;
}
@media screen and (max-width: 768px) {
  .more__btn {
    font-size: 0.9rem;
    padding: 3px 16px;
  }
}
.more__btn.blog {
  padding: 0 14px 0 32px;
  background-color: #224e45;
}
@media screen and (max-width: 768px) {
  .more__btn.blog {
    font-size: 0.8rem;
    padding: 1px 9px 1px 16px;
    margin-top: 7px;
    margin-bottom: 50px;
  }
}

.itemWrapper {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .itemWrapper {
    padding: 0 50px;
  }
}

.popup {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .popup {
    padding: 0 40px 0;
  }
}
.popup__wreath {
  position: absolute;
  display: block;
  width: 335px;
  height: 325px;
  bottom: 360px;
  right: 85px;
}
@media screen and (max-width: 768px) {
  .popup__wreath {
    bottom: 0;
    width: 200px;
    height: 200px;
    right: 0;
  }
}
.popup__item {
  width: calc((100% - 80px) / 2);
  margin-bottom: 50px;
  border-radius: 36px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .popup__item {
    width: 100%;
    position: static !important;
    z-index: 1;
    transform: translate(0) !important;
  }
}
.popup__item:nth-child(2) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .popup__item:nth-child(2) {
    margin-top: 0;
  }
}
.popup__btn {
  margin: 16px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .popup__btn {
    margin: 8px auto 0;
  }
}
.popup .more__btn {
  margin-bottom: 0;
}
.popup__title {
  margin-bottom: 8px;
}
.popup__info {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .popup__info {
    font-size: 0.9rem !important;
  }
}
.popup__name {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .popup__name {
    font-size: 1.2rem;
  }
}
.popup__text {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .popup__text {
    font-size: 0.9rem !important;
  }
}
.popup__group {
  background-color: #fff;
  padding: 16px 24px 20px 30px;
}
@media screen and (max-width: 768px) {
  .popup__group {
    padding: 4px 12px 10px 19px;
    position: relative;
    z-index: 2;
  }
}

.contents2 {
  background-color: #224e45;
  padding: 60px 32px 310px;
}
@media screen and (max-width: 768px) {
  .contents2 {
    padding-top: 20px;
    padding-bottom: 140px;
  }
}
.contents2__ribbon {
  max-width: 360px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .contents2__ribbon {
    max-width: 150px;
    margin: 0 auto 19px;
  }
}
.contents2__lead {
  font-size: 1.7rem;
  font-weight: 300;
  max-width: 720px;
  margin: 0 auto 36px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contents2__lead {
    font-size: 0.9rem !important;
    margin-bottom: 18px;
  }
}
.contents2__menu {
  display: flex;
  max-width: 720px;
  margin: 0 auto 94px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents2__menu {
    justify-content: center;
    gap: 45px;
    margin-bottom: 34px;
  }
}
.contents2__menu li a {
  color: #fbf2e5;
  display: block;
}
.contents2__menu li a span {
  display: block;
  text-align: center;
}
.contents2__menu li a span:first-child {
  font-size: 2.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents2__menu li a span:first-child {
    font-size: 1.1rem;
  }
}
.contents2__menu li a span:first-child::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #fbf2e5;
}
@media screen and (max-width: 768px) {
  .contents2__menu li a span:first-child::before {
    width: 54px;
  }
}
.contents2__menu li a span:last-child {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contents2__menu li a span:last-child {
    font-size: 0.9rem;
  }
}

.for__heading {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .for__heading {
    flex-flow: column;
    gap: 8px;
    margin-bottom: 90px;
  }
}
.for__heading.foryou {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .for__heading.foryou {
    margin-top: 48px;
  }
}
.for__heading.forluck {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .for__heading.forluck {
    margin-top: 48px;
  }
}
.for__heading.forus {
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  .for__heading.forus {
    margin-top: 48px;
  }
}
.for__ribbon {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .for__ribbon {
    max-width: 64px;
  }
}
.for__subheading {
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .for__subheading {
    font-size: 0.9rem !important;
    position: relative;
  }
  .for__subheading::before {
    content: "";
    background: url(../img/icon_ribbon_br.png) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 31px;
    height: 54px;
    top: -23px;
    right: -36px;
  }
}
.for__list {
  padding-top: 0.1px;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .for__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.for__list:last-child {
  margin-top: 50px;
}
.for__list.mt0 {
  margin-top: 0;
}
.for__item {
  margin: 100px 0 0;
  background: url(../img/for_border.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 364px 40px 52px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .for__item {
    margin: 0;
    padding: 203px 28px 24px 36px;
  }
}
.for__item:last-child {
  margin-bottom: 0;
}
.for__img {
  position: absolute;
  top: -100px;
  left: -8px;
  max-width: 462px;
}
@media screen and (max-width: 768px) {
  .for__img {
    max-width: 250px;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.for__name {
  font-size: 1.7rem;
  font-weight: 400;
  margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .for__name {
    font-size: 0.9rem !important;
  }
}
.for__text {
  font-size: 1.5rem;
  font-weight: 300;
}
.for__text a:link {
	color: #fbf2e5;
	text-decoration: underline;
}
.for__text span {
	padding-left: 3em;
}
@media screen and (max-width: 768px) {
  .for__text {
    font-size: 0.8rem !important;
  }
  .for__text span {
	padding-left: 2em;
}
}
.for p {
  color: #fbf2e5;
}

.blog {
  background-color: #fbf2e5;
  padding: 48px 20px 128px;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 48px 15px 128px;
  }
}
.blog__inner {
  max-width: 980px;
  margin: 0 auto;
}
.blog__heading {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .blog__heading {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}
.blog__copy {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .blog__copy {
    font-size: 0.9rem !important;
    margin-bottom: 14px;
  }
}
.blog__introduction {
  background-color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .blog__introduction {
    margin: 0 21px;
  }
}
.blog__introduction iframe {
  width: 100%;
  height: 345px;
}
@media screen and (max-width: 768px) {
  .blog__introduction iframe {
    height: 240px;
  }
}
.blog__btn {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .blog__btn {
    margin-right: 21px;
  }
}
.blog__bnr {
  max-width: 800px;
  margin: 0 auto;
}
.blog__bnr li {
  margin-bottom: 42px;
}
.blog__bnr li:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------
  component
--------------------------------------- */
.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: all 1.3s;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

.fadein2 {
  transform: translate(50px, -50px);
  opacity: 0 !important;
  transition: all 1.3s;
}
.fadein2.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
}

/* -------------------------------------- */