div.ceremony20250124 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #424242;
  font-size: 16px;
  font-family: "Noto Serif JP", sans-serif;
}
@media (max-width: 768px) {
  div.ceremony20250124 {
    font-size: 14px;
  }
}

p, h2 {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s;
}

a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.9;
}

img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
ul li {
  display: block;
}

.pc,
.view_pc {
  display: inherit !important;
}
@media (max-width: 640px) {
  .pc,
  .view_pc {
    display: none !important;
  }
}

.sp2,
.view_sp {
  display: none !important;
}
@media (max-width: 640px) {
  .sp2,
  .view_sp {
    display: inherit !important;
  }
}

.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa-lr {
  transform: translate(-80px, 0);
}

.sa-rl {
  transform: translate(80px, 0);
}

.sa-up {
  transform: translate(0, 40px);
}

.sa-down {
  transform: translate(0, -80px);
}

.sa-scaleUp {
  transform: scale(0.7);
}

.sa-scaleDown {
  transform: scale(1.5);
}

.sa-rotateL {
  transform: rotate(180deg);
}

.sa-rotateR {
  transform: rotate(-180deg);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fade1 {
  animation-name: fade1;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

.anim_floats01 {
  animation-name: anim_floats01;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes anim_floats01 {
  0% {
    transform: translateY(0em);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0em);
  }
}
.inlineblock_item {
  display: inline-block;
}

.main_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.top_area {
  width: 100%;
  position: relative;
  font-size: 1em;
}
.top_area > .top_img {
  width: 100%;
  margin: auto;
  display: flex !important;
  background: #fff;
}
@media (max-width: 1024px) {
  .top_area > .top_img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .top_area > .top_img {
    width: 100%;
  }
}
.top_area > .top_img img {
  height: auto;
}
.top_area > .top_logo {
  width: 37%;
  margin: auto;
  position: absolute;
  inset: 0;
  top: 3%;
  bottom: auto;
  animation-delay: 0.8s;
  animation-fill-mode: both;
}

.leadcomment {
  font-size: 1em;
  line-height: 1.8em;
  max-width: 900px;
  color: #424242;
  margin: 8% auto;
  padding-inline: 20px;
  text-align: center;
  letter-spacing: 0.25em;
}
@media (max-width: 450px) {
  .leadcomment {
    margin: 12% auto;
  }
}
.leadcomment a {
  text-decoration: none;
  color: inherit;
}
.leadcomment .p1 {
  font-weight: 900;
  letter-spacing: 0.3em;
  font-size: 1.5em;
  color: #424242;
  margin: auto;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #424242;
  width: 63%;
}
@media (max-width: 1024px) {
  .leadcomment .p1 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leadcomment .p1 {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}
.leadcomment p {
  font-weight: 400;
  color: #424242;
}
@media (max-width: 450px) {
  .leadcomment p {
    font-size: 12px;
  }
}
.leadcomment p + p {
  margin-top: 1.5em;
}
@media (max-width: 640px) {
  .leadcomment p + p {
    margin-top: 1em;
  }
}
.leadcomment .lead_point {
  font-weight: bold;
  border-bottom: 1px solid #424242;
  padding-bottom: 2px;
  margin-bottom: 0.5em;
  display: inline-block;
}

.contents_link {
  width: 80%;
  padding: 1em;
  background: #e0dfdf;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 768px) {
  .contents_link {
    width: 96%;
  }
}
@media (max-width: 640px) {
  .contents_link {
    gap: 0.5em;
  }
}
.contents_link .top_link_btn {
  padding: 1em;
  text-align: center;
  border: 3px double #8c6321;
  font-weight: bold;
  background: #fff;
  transition: background 0.6s;
}
.contents_link .top_link_btn:hover {
  background: none;
}
@media (max-width: 640px) {
  .contents_link .top_link_btn span {
    display: none;
    padding: 0.5em;
  }
}

.contents_box {
  width: 100%;
  padding-top: 8%;
}
.contents_box .img_box + .img_box {
  margin-top: 8%;
}
.contents_box .img_box_1 {
  width: 100%;
}
.contents_box .img_box_2 {
  display: flex;
}
.contents_box .chenge_img_box {
  position: relative;
}
.contents_box .chenge_img_box figure {
  background: #fff;
  margin: 0;
}
.contents_box .chenge_img_box .iconBtn {
  cursor: pointer;
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.2s all;
  width: 50px;
  z-index: 1;
}
.contents_box .chenge_img_box .iconBtn:hover {
  transform: none;
  width: 60px;
}
.contents_box .chenge_img_box .coordinate {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: rotateY(30deg) skewY(-15deg);
  transform-origin: center left;
  transition: 0.3s all;
}
.contents_box .chenge_img_box.coordinate-view .coordinate {
  opacity: 1;
  pointer-events: auto;
  transform: none !important;
}
.contents_box .item_text_wrap {
  margin: 5%;
}
.contents_box .item_comment h2 {
  font-size: 1.5em;
  line-height: 2;
}
.contents_box .item_comment p {
  margin-top: 12px;
  line-height: 1.8;
}
.contents_box .credit_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5% 0 0 auto;
  font-family: "Josefin Sans";
}
.contents_box .credit_box .credit_item {
  padding-block: 3%;
}
.contents_box .credit_box .credit_item a {
  display: flex;
  justify-content: space-between;
  gap: 6%;
  white-space: nowrap;
}
.contents_box .credit_box .credit_item a p {
  width: 120px;
}
.contents_box .credit_box .credit_item a span {
  display: block;
  width: 120px;
}
.contents_box .credit_box .credit_item .line {
  padding-bottom: 5px;
  position: relative;
}
.contents_box .credit_box .credit_item .line:before {
  background: #424242;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.contents_box .credit_box .credit_item .line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.end_link {
  width: 100%;
  margin-inline: auto;
  padding-block: 30px;
  background: #d0d0d0;
}
@media (max-width: 640px) {
  .end_link {
    width: 80%;
    padding-block: 20px;
  }
}
.end_link p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.06em;
  padding-bottom: 1em;
}
.end_link a {
  display: block;
  width: 60%;
  margin-inline: auto;
  transition: 0.6s;
}
@media (max-width: 1024px) {
  .end_link a {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .end_link a {
    width: 80%;
  }
}
.end_link a:hover {
  filter: brightness(0.8);
}/*# sourceMappingURL=0124ceremony.css.map */