/* ついて */
.s-mainceremony .container {
  max-width: 1100px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 1400px) {
  .s-mainceremony .container {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mainceremony .container {
    max-width: 100%;
  }
}
.s-mainceremony .top_introbox {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1400px) {
  .s-mainceremony .top_introbox {
    gap: 60rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-mainceremony .top_introbox {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 35rem;
    margin-top: 40rem;
  }
}
.s-mainceremony .top_introbox .top_txt {
  max-width: 480px;
  width: 100%;
  margin-bottom: 150px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #232323;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .s-mainceremony .top_introbox .top_txt {
    font-size: 16rem;
    line-height: 28rem;
    max-width: 480rem;
    margin-bottom: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mainceremony .top_introbox .top_txt {
    box-sizing: border-box;
    padding: 0 30rem;
    max-width: 100%;
    margin: auto;
  }
}
.s-mainceremony .top_introbox .mainimg {
  max-width: 850px;
  width: 100%;
  margin-right: -130px;
}
@media screen and (max-width: 1400px) {
  .s-mainceremony .top_introbox .mainimg {
    max-width: 850rem;
    margin-right: -130rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mainceremony .top_introbox .mainimg {
    max-width: 100%;
    margin-left: 30rem;
    margin-right: 0;
  }
}
.s-mainceremony .flower {
  width: 477px;
  margin-top: 200px;
}
@media screen and (max-width: 1400px) {
  .s-mainceremony .flower {
    width: 477rem;
    margin-top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mainceremony .flower {
    width: 260rem;
    margin-top: 60rem;
    margin-bottom: 60rem;
  }
}


/* 説明 */
body {
  overflow-x: visible;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
.s-orderceremony {
  position: relative;
  z-index: 1;
  margin: 200px auto;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony {
    margin: 200rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony {
    background: #efeaea;
    margin: auto;
    padding: 50rem 30rem;
  }
}
.s-orderceremony::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: -100px;
  left: 0;
  width: 50%;
  height: 1930px;
  background: #efeaea;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony::after {
    top: -100rem;
    height: 1930rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony::after {
    width: 0;
  }
}
.s-orderceremony .order_body {
  display: flex;
  flex-direction: row-reverse;
  gap: 130px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_body {
    gap: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_body {
    flex-direction: column;
    gap: 40rem;
  }
}
.s-orderceremony .order_head {
  position: sticky;
  top: 100px;
  max-width: 350px;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head {
    top: 100rem;
    max-width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_head {
    max-width: 100%;
    top: unset;
    position: relative;
  }
}
.s-orderceremony .order_head .top_txt {
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #232323;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .top_txt {
    font-size: 16rem;
    margin-top: 50rem;
    line-height: 28rem;
  }
}
.s-orderceremony .order_head .order_list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .order_list {
    gap: 30rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_head .order_list {
    display: none;
  }
}
.s-orderceremony .order_head .order_list .order_li {
  display: flex;
  gap: 20px;
  color: #232323;
  text-align: left;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .order_list .order_li {
    gap: 20rem;
  }
}
.s-orderceremony .order_head .order_list .order_li.color_pink {
  color: #d6aeae;
}
.s-orderceremony .order_head .order_list .order_li .txt {
  font-size: 18px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .order_list .order_li .txt {
    font-size: 18rem;
  }
}
.s-orderceremony .order_head .order_list .order_li .number {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .order_list .order_li .number {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_head .order_list .order_li .number {
    font-size: 18rem;
  }
}
.s-orderceremony .order_head .order_list .order_li .number::before {
  content: "{";
  padding-right: 20px;
  color: #d7afaf;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .order_list .order_li .number::before {
    padding-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_head .order_list .order_li .number::before {
    padding-right: 15rem;
  }
}
.s-orderceremony .order_head .order_list .order_li .number::after {
  content: "}";
  padding-left: 20px;
  color: #d7afaf;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .order_list .order_li .number::after {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_head .order_list .order_li .number::after {
    padding-left: 15rem;
  }
}
.s-orderceremony .order_head .flower {
  position: absolute;
  right: calc(-50vw + 550px);
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_head .flower {
    right: -170rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_head .flower {
    display: none;
  }
}
.s-orderceremony .order_box {
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box {
    max-width: 660rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box {
    max-width: 100%;
  }
}
.s-orderceremony .order_box .order_item {
  margin-bottom: 100px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item {
    margin-bottom: 100rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item {
    flex-direction: column-reverse;
    gap: 20rem;
    margin-bottom: 50rem;
  }
}
.s-orderceremony .order_box .order_item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.s-orderceremony .order_box .order_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item:first-child .head_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-orderceremony .order_box .order_item .item_content {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .item_content {
    max-width: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .item_content {
    max-width: 100%;
  }
}
.s-orderceremony .order_box .order_item .itemimg {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .itemimg {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .itemimg {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .head_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem 20rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .head {
    position: relative;
  }
  .s-orderceremony .order_box .order_item .head.uptxt::before {
    position: absolute;
    top: -15rem;
    left: 0;
    content: "order";
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #232323;
  }
}
.s-orderceremony .order_box .order_item .head p.jp {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #232323;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .head p.jp {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .head p.jp {
    font-size: 18rem;
  }
}
.s-orderceremony .order_box .order_item .head p.jp::before {
  content: "{";
  padding-right: 20px;
  color: #d7afaf;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .head p.jp::before {
    padding-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .head p.jp::before {
    padding-right: 15rem;
  }
}
.s-orderceremony .order_box .order_item .head p.jp::after {
  content: "}";
  padding-left: 20px;
  color: #d7afaf;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .head p.jp::after {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .head p.jp::after {
    padding-left: 15rem;
  }
}
.s-orderceremony .order_box .order_item .head p.jp span.pc {
  display: inline;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .head p.jp span.pc {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .head p.jp span.pc {
    display: none;
  }
}
.s-orderceremony .order_box .order_item .title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  color: #232323;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .title {
    margin-top: 20rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .s-orderceremony .order_box .order_item .title {
    font-size: 20rem;
    margin-top: 0;
  }
}
.s-orderceremony .order_box .order_item .itemtxt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #232323;
  letter-spacing: -0.05em;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .s-orderceremony .order_box .order_item .itemtxt {
    margin-top: 15rem;
    font-size: 16rem;
    line-height: 28rem;
  }
}
.download_btn {
  position: relative;
}
.download_btn a {
  border: 1px solid #d7afaf;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #a06e6e;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .download_btn a  {
      max-width: 300rem;
    height: 80rem;
    gap: 20rem;
    margin-top: 20rem;
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .download_btn a:hover {
    border: 1px solid #232323;
    color: #232323;
  }
  .download_btn a:hover .show {
    display: none;
  }
  .download_btn a:hover .hover {
    display: block;
  }
}
.download_btn a img {
  max-width: 24px;
  height: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .download_btn a img {
    max-width: 24rem;
  }
}
.download_btn a .show {
  display: block;
}
.download_btn a .hover {
  display: none;
}
.download_btn .pdf_list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.download_btn .pdf_list a {
  background: #fff;
  margin-top: 0;
  height: 45px;
}
.download_btn.show .pdf_list {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* 詳細 */
.s-partnercompanies {
  margin: 100px auto;
  padding: 0 20px;
}
@media screen and (max-width: 1400px) {
  .s-partnercompanies {
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-partnercompanies {
    margin: 50rem auto;
    padding: 0 30rem;
  }
}
.s-partnercompanies .partners_box {
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  .s-partnercompanies .partners_box {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s-partnercompanies .partners_box {
    margin-top: 50rem;
  }
}
.s-partnercompanies .partners_box .partners_grid {
  max-width: 680px;
  margin-inline: auto;
}
@media screen and (max-width: 1400px) {
  .s-partnercompanies .partners_box .partners_grid {
    max-width: 680rem;
  }
}
.s-partnercompanies .partners_box .itempartner {
  padding: 50px 0;
  border-bottom: 1px solid #D6AEAE;
}
.s-partnercompanies .partners_box .itempartner:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .s-partnercompanies .partners_box .itempartner {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s-partnercompanies .partners_box .itempartner {
    padding: 35rem 0;
  }
}
.s-partnercompanies .partners_box .itempartner:nth-child(7) {
  border: none;
}
@media screen and (max-width: 768px) {
  .s-partnercompanies .partners_box .itempartner:nth-child(7) {
    border-bottom: 1px solid #D6AEAE;
  }
}
.s-partnercompanies .partners_box .itempartner:nth-child(8) {
  border: none;
}
.s-partnercompanies .partners_box .itempartner .title {
  /* font-family: "Zen Kaku Gothic Antique", sans-serif; */
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #9F6E6E;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-partnercompanies .partners_box .itempartner .title {
    font-size: 18rem;
    line-height: 28rem;
    margin-bottom: 40rem;
  }
}
.s-partnercompanies .partners_box .itempartner .content {
  letter-spacing: 0.02em;
  /* font-family: "Zen Kaku Gothic Antique", sans-serif; */
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 1400px) {
  .s-partnercompanies .partners_box .itempartner .content {
    font-size: 16rem;
    line-height: 28rem;
  }
}
.s-partnercompanies .partners_box .itempartner .content span {
  font-weight: 500;
}
.s-partnercompanies .partners_box .itempartner .content a:hover {
  text-decoration: underline;
}
.s-partnercompanies .partners_box .itempartner > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-partnercompanies .partners_box .itempartner > * + * {
    margin-top: 30rem;
  }
}
.c-link {
  text-decoration: underline;
}