@charset "UTF-8";
html {
  scroll-behavior: smooth;
  /* ヘッダーの高さに合わせてpx調整 */
}
html section[id] {
  scroll-margin-top: 80px;
}

* {
  box-sizing: border-box;
  font-family: "HigureGothic-Medium", "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1 {
  font-family: "abril-titling", serif;
  font-weight: 700;
  font-style: normal;
  color: #1c5d3f;
  text-align: center;
  font-size: 40px;
}

h2 {
  font-family: "abril-titling", serif;
}

p {
  font-size: 14px;
  line-height: 1.2rem;
}

body {
  width: 100%;
}

.hero {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.hero img {
  width: 100%;
}
.hero p {
  font-size: 18px;
  text-align: center;
  line-height: 1.5rem;
}

.menu-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}
.menu-wrapper img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.menu-wrapper .link {
  position: absolute;
  display: block;
  margin-top: 10px;
  z-index: 2;
  /* ←追加 */
  background: transparent;
}
.menu-wrapper .family_link {
  top: 10%;
  left: 26%;
  width: 33%;
  height: 10%;
}
.menu-wrapper .couple_link {
  top: 30%;
  left: 30%;
  width: 33%;
  height: 10%;
  transform: rotate(-7deg);
}
.menu-wrapper .friends_link {
  top: 54%;
  left: 35%;
  width: 33%;
  height: 10%;
}
.menu-wrapper h2 {
  margin-top: -52px;
  font-size: 48px;
  color: #ce5f45;
}

.menu {
  margin-top: -56px;
}

.friends {
  width: 100%;
  margin-top: -54px;
  padding-bottom: 24px;
  background-color: #c6d2e5;
}
.friends h2.sp {
  display: none;
}
.friends .inner {
  max-width: 1024px;
  margin: 0 auto;
}
.friends .wrapper {
  padding-top: 24px;
}
.friends .wrapper p {
  margin-bottom: 80px;
}
.friends .friends-slider {
  max-width: 1024px;
  margin: 40px auto;
}
.friends .friends-slider img {
  margin: 8px;
  height: auto;
}
.friends .image {
  width: 100%;
  margin: 0px auto;
}
.friends .image img {
  width: 100%;
}
.friends .image .name {
  display: flex;
  justify-content: space-around;
  align-items: start;
  color: #4879c1;
  height: 40px;
}
.friends p {
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 24px;
}
.friends h3 {
  color: #ce5f45;
  font-size: 40px;
  padding-left: 8px;
}
.friends .items {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.friends .items .item {
  width: 45%;
}
.friends .items .item .item_image {
  width: 100%;
}
.friends .items .item .item_image img {
  width: 100%;
}
.friends .items .item br.sp {
  display: none;
}
@media screen and (max-width: 373px) {
  .friends .items .item br.sp {
    display: block;
  }
}
.friends .items .item a {
  display: block;
  text-decoration: none;
}
.friends .items .item a button {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background-color: #ce5f45;
  width: 160px;
  height: 40px;
  border: none;
  font-size: 18px;
}
.friends .yukas_packing,
.friends .harus_packing {
  background-color: #ffffff;
  border-radius: 64px;
  padding: 16px 40px 40px;
  margin-top: 80px;
  margin-bottom: 48px;
}
.friends .yukas_packing h2,
.friends .harus_packing h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
  font-size: 48px;
  color: #ce5f45;
}
.friends .yukas_packing img,
.friends .harus_packing img {
  width: 100%;
}
.friends .yukas_packing .yukas_coment,
.friends .harus_packing .yukas_coment {
  display: flex;
  align-items: end;
  margin-top: 40px;
}
.friends .yukas_packing .yukas_coment .image,
.friends .harus_packing .yukas_coment .image {
  width: 50%;
}
.friends .yukas_packing .yukas_coment .coment,
.friends .harus_packing .yukas_coment .coment {
  width: 50%;
  padding-left: 16px;
  padding-right: 0;
}
.friends .yukas_packing .yukas_coment .coment p,
.friends .harus_packing .yukas_coment .coment p {
  font-size: 18px;
  line-height: 2rem;
  margin: 0;
}
.friends .yukas_packing .yukas-slider1,
.friends .yukas_packing .harus-slider1,
.friends .harus_packing .yukas-slider1,
.friends .harus_packing .harus-slider1 {
  width: 50%;
}
.friends .yukas_packing .yukas-slider2,
.friends .yukas_packing .harus-slider2,
.friends .harus_packing .yukas-slider2,
.friends .harus_packing .harus-slider2 {
  width: 75%;
}

.thank_you {
  padding-top: 80px;
  margin-bottom: 240px;
}
.thank_you .inner {
  max-width: 1024px;
  margin: 0 auto;
}
.thank_you .image {
  width: 90%;
  margin-bottom: 120px;
  margin: 0 auto;
}
.thank_you .image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
}
.inner h2 {
  font-size: 48px;
}

.couple {
  margin-top: -56px;
  padding-bottom: 24px;
  background-color: #eaedc0;
}
.couple .couple-slider img {
  margin: 0 8px;
}
.couple .wrapper {
  padding-top: 24px;
}
.couple .wrapper p {
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 80px;
}
.couple .image {
  width: 80%;
  margin: 0px auto;
}
.couple .image img {
  width: 100%;
}
.couple .image .name {
  display: flex;
  justify-content: space-around;
  align-items: start;
  color: #418467;
  height: 40px;
}
.couple p {
  line-height: 2rem;
  margin-bottom: 24px;
  font-size: 18px;
}
.couple h3 {
  color: #418467;
  font-size: 40px;
}
.couple .items {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.couple .items .item {
  width: 70%;
  margin-top: 32px;
}
.couple .items .item .item_image {
  width: 100%;
}
.couple .items .item .item_image img {
  width: 100%;
}
.couple .items .item p {
  font-size: 18px;
  font-weight: bold;
}
.couple .items .item a {
  display: block;
  text-decoration: none;
}
.couple .items .item a button {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background-color: #418467;
  width: 160px;
  height: 40px;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
.couple .couples_packing {
  background-color: #ffffff;
  border-radius: 64px;
  padding: 16px 40px 40px;
  margin-top: 80px;
  margin-bottom: 48px;
}
.couple .couples_packing .wrapper {
  padding: 0 32px;
}
.couple .couples_packing h2 {
  color: #418467;
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
  font-size: 48px;
}
.couple .couples_packing img {
  width: 100%;
}
.couple .couples_packing .couple_coment {
  display: flex;
}
.couple .couples_packing .couple_coment .image {
  width: 50%;
}
.couple .couples_packing .couple_coment .coment {
  width: 50%;
  padding: 0 16px;
}
.couple .couples_packing .couple_coment .coment p {
  margin: 0;
}
.couple .couples_packing .couple_inner {
  display: flex;
}
.couple .couples_packing .couple_inner > div {
  width: 50%;
}
.couple .couples_packing .couple_inner .couple_text {
  margin-left: 8px;
}
.couple .couples_packing .couple_inner .couple_text img {
  margin-left: auto;
  margin-right: -44px;
  display: block;
  width: 120%;
}
.couple .couples_packing .keis_item,
.couple .couples_packing .risas_item {
  padding: 0 8px;
}
.couple .couples_packing .keis_item h3,
.couple .couples_packing .risas_item h3 {
  font-family: "abril-titling", serif;
  margin: 40px 0 0;
  font-size: 32px;
}
.couple .couples_packing .keis_item p,
.couple .couples_packing .risas_item p {
  padding: 0 16px;
}
.couple .couples_packing .risas_item h3 {
  text-align: right;
}

.use_kokont {
  padding-top: 40px;
  margin-bottom: 160px;
}
.use_kokont .inner {
  max-width: 900px;
  position: relative;
}
.use_kokont .inner h2 {
  color: #418467;
  font-size: 48px;
  margin-top: 0cm;
  transform: rotate(-15deg);
  position: absolute;
  z-index: 100;
  left: 0;
  top: -40px;
}
.use_kokont .inner .wrapper {
  display: flex;
  justify-content: end;
}
.use_kokont .inner .wrapper p {
  margin-left: auto;
  margin-right: -24px;
  line-height: 2rem;
  font-size: 22px;
}
.use_kokont .inner .wrapper .image {
  margin-top: -110px;
  width: 35%;
}
.use_kokont .inner .wrapper .image img {
  width: 100%;
}
.use_kokont .inner .wrapper2 {
  display: flex;
  align-items: end;
  margin-bottom: 80px;
}
.use_kokont .inner .wrapper2 .image {
  width: 60%;
}
.use_kokont .inner .wrapper2 .image img {
  width: 100%;
}
.use_kokont .inner .wrapper2 .text {
  width: 38%;
}
.use_kokont .inner .wrapper2 .text p {
  font-size: 18px;
  line-height: 1.7rem;
}

.family {
  margin-top: -54px;
  padding-bottom: 24px;
  background-color: #edd6d1;
}
.family .inner img {
  width: 100%;
}
.family .inner .family-slider img {
  margin: 0 8px;
}
.family .inner .wrapper {
  padding-top: 24px;
}
.family .inner .wrapper p {
  margin-bottom: 80px;
}
.family .inner .image {
  width: 50%;
  margin: 0px auto;
}
.family .inner .image img {
  width: 100%;
}
.family .inner .image .name {
  display: flex;
  justify-content: space-around;
  align-items: start;
  color: #d86755;
  height: 40px;
}
.family .inner p {
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 24px;
}
.family .inner h3 {
  color: #537dc9;
  font-size: 40px;
}
.family .inner .items {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.family .inner .items .item {
  width: 70%;
  margin-top: 32px;
}
.family .inner .items .item .item_image {
  width: 100%;
}
.family .inner .items .item .item_image img {
  width: 100%;
}
.family .inner .items .item p {
  font-size: 18px;
  display: inline-block;
  margin-left: 48px;
}
.family .inner .items .item a {
  display: block;
  text-decoration: none;
}
.family .inner .items .item a button {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background-color: #537dc9;
  width: 160px;
  height: 40px;
  border: none;
  font-size: 16px;
}
.family .inner > img {
  width: 100%;
  margin-bottom: 40px;
}
.family .inner .family_packing {
  background-color: #ffffff;
  border-radius: 64px;
  padding: 16px 40px 40px;
  margin-top: 80px;
  margin-bottom: 48px;
}
.family .inner .family_packing h2 {
  color: #537dc9;
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
  font-size: 48px;
}
.family .inner .family_packing img {
  width: 100%;
}
.family .inner .family_packing .family_inner .family_image {
  display: flex;
  flex-direction: column;
}
.family .inner .family_packing .family_inner .family_image img {
  width: 60%;
  margin-left: -24px;
}
.family .inner .family_packing .family_inner .family_image img + img {
  margin-left: auto;
  margin-right: -24px;
  margin-top: -40px;
}
.family .inner .family_packing .marikos_item {
  padding: 0 16px;
}
.family .inner .family_packing .marikos_item .item_slider.slick-initialized.slick-slider {
  margin-bottom: 80px;
  position: relative;
}
.family .inner .family_packing .marikos_item .item_slider.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.family .inner .family_packing .marikos_item .item_slider.slick-initialized.slick-slider button.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  border: none;
  background-color: #fff;
}
.family .inner .family_packing .marikos_item .item_slider.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  width: 100px;
  border: none;
  background-color: #fff;
}
.family .inner .family_packing .marikos_item a {
  width: 200px;
  text-align: right;
  display: block;
  margin-left: auto;
}
.family .inner .family_packing .marikos_item a img {
  width: 100px;
}
.family .inner .family_packing .marikos_item p {
  padding: 16px;
}

section.logo {
  margin: 80px;
}
section.logo img {
  width: 140px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.logo a {
  text-decoration: none;
}
section.logo a img {
  width: 160px;
}
section.logo a button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #000;
  padding: 4px 32px;
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.logo img {
    width: 75%;
  }
}

.slider {
  width: 100%;
  margin: 40px auto;
}

@media screen and (max-width: 1024px) {
  body {
    width: 100%;
  }
  section {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .hero {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
  }
  .hero img {
    width: 100%;
  }
  .hero p {
    font-size: 18px;
    text-align: center;
    line-height: 1.5rem;
  }
  .menu-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .menu-wrapper img {
    width: 80%;
    height: auto;
  }
  .menu-wrapper .link {
    position: absolute;
    display: block;
    margin-top: 10px;
  }
  .menu-wrapper .family_link {
    top: 10%;
    left: 26%;
    width: 33%;
    height: 10%;
  }
  .menu-wrapper .couple_link {
    top: 30%;
    left: 30%;
    width: 33%;
    height: 10%;
    transform: rotate(-7deg);
  }
  .menu-wrapper .friends_link {
    top: 54%;
    left: 35%;
    width: 33%;
    height: 10%;
  }
  .menu-wrapper h2 {
    margin-top: -52px;
    font-size: 48px;
    color: #ce5f45;
    padding-left: 24px;
  }
  .friends {
    width: 100%;
    margin-top: -54px;
    padding-bottom: 24px;
    background-color: #c6d2e5;
  }
  .friends .inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
  }
  .friends .wrapper {
    padding-top: 24px;
  }
  .friends .friends-slider {
    max-width: 1024px;
    margin: 40px auto;
  }
  .friends .friends-slider img {
    margin: 8px;
    height: auto;
  }
  .friends .image {
    width: 100%;
    margin: 0px auto;
  }
  .friends .image img {
    width: 100%;
  }
  .friends .image .name {
    display: flex;
    justify-content: space-around;
    align-items: start;
    color: #4879c1;
    height: 40px;
  }
  .friends p {
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 24px;
  }
  .friends h3 {
    color: #ce5f45;
    font-size: 40px;
    padding-left: 8px;
  }
  .friends .items {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .friends .items .item {
    width: 45%;
  }
  .friends .items .item .item_image {
    width: 100%;
  }
  .friends .items .item .item_image img {
    width: 100%;
  }
  .friends .items .item p {
    font-size: 18px;
  }
  .friends .items .item a {
    display: block;
    text-decoration: none;
  }
  .friends .items .item a button {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #ce5f45;
    width: 160px;
    height: 40px;
    border: none;
    font-size: 18px;
  }
  .friends .yukas_packing,
  .friends .harus_packing {
    background-color: #ffffff;
    border-radius: 64px;
    padding: 16px 32px 40px;
    margin-top: 80px;
    margin-bottom: 48px;
  }
  .friends .yukas_packing h2,
  .friends .harus_packing h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
    color: #ce5f45;
  }
  .friends .yukas_packing img,
  .friends .harus_packing img {
    width: 100%;
  }
  .friends .yukas_packing .yukas_coment,
  .friends .harus_packing .yukas_coment {
    display: flex;
    align-items: end;
    margin-top: 40px;
  }
  .friends .yukas_packing .yukas_coment .image,
  .friends .harus_packing .yukas_coment .image {
    width: 50%;
  }
  .friends .yukas_packing .yukas_coment .coment,
  .friends .harus_packing .yukas_coment .coment {
    width: 50%;
    padding-left: 16px;
    padding-right: 0;
  }
  .friends .yukas_packing .yukas_coment .coment p,
  .friends .harus_packing .yukas_coment .coment p {
    font-size: 18px;
    line-height: 2rem;
    margin: 0;
  }
  .friends .yukas_packing .yukas-slider1,
  .friends .yukas_packing .harus-slider1,
  .friends .harus_packing .yukas-slider1,
  .friends .harus_packing .harus-slider1 {
    width: 50%;
  }
  .friends .yukas_packing .yukas-slider2,
  .friends .yukas_packing .harus-slider2,
  .friends .harus_packing .yukas-slider2,
  .friends .harus_packing .harus-slider2 {
    width: 75%;
  }
  .thank_you {
    padding-top: 80px;
  }
  .thank_you .inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .thank_you .slider {
    width: 90%;
    margin-bottom: 120px;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3;
  }
  .inner h2 {
    font-size: 48px;
  }
  .couple {
    margin-top: -55px;
    padding-bottom: 24px;
    background-color: #eaedc0;
  }
  .couple .couple-slider img {
    width: 101%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 8px;
  }
  .couple .wrapper {
    padding-top: 24px;
  }
  .couple .wrapper p {
    font-size: 18px;
    line-height: 2rem;
  }
  .couple .image {
    width: 80%;
    margin: 0px auto;
  }
  .couple .image img {
    width: 100%;
  }
  .couple .image .name {
    display: flex;
    justify-content: space-around;
    align-items: start;
    color: #418467;
    height: 40px;
  }
  .couple p {
    line-height: 2rem;
    margin-bottom: 24px;
    font-size: 18px;
  }
  .couple h3 {
    color: #418467;
    font-size: 40px;
  }
  .couple .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .couple .items .item {
    width: 70%;
    margin-top: 32px;
  }
  .couple .items .item .item_image {
    width: 100%;
  }
  .couple .items .item .item_image img {
    width: 100%;
  }
  .couple .items .item p {
    font-size: 18px;
    font-weight: bold;
  }
  .couple .items .item a {
    display: block;
    text-decoration: none;
  }
  .couple .items .item a button {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #418467;
    width: 160px;
    height: 40px;
    border: none;
    font-size: 16px;
    font-weight: bold;
  }
  .couple .couples_packing {
    background-color: #ffffff;
    border-radius: 64px;
    padding: 16px 0px 40px;
    margin-bottom: 48px;
  }
  .couple .couples_packing .wrapper {
    padding: 0 32px;
  }
  .couple .couples_packing h2 {
    color: #418467;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
  }
  .couple .couples_packing img {
    width: 100%;
  }
  .couple .couples_packing .couple_coment {
    display: flex;
  }
  .couple .couples_packing .couple_coment .image {
    width: 50%;
  }
  .couple .couples_packing .couple_coment .coment {
    width: 50%;
    padding: 0 16px;
  }
  .couple .couples_packing .couple_coment .coment p {
    margin: 0;
  }
  .couple .couples_packing .couple_inner {
    display: flex;
  }
  .couple .couples_packing .couple_inner > div {
    width: 50%;
  }
  .couple .couples_packing .couple_inner .couple_text {
    margin-left: 8px;
  }
  .couple .couples_packing .couple_inner .couple_text img {
    margin-left: auto;
    margin-right: -48px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-family: "abril-titling", serif;
    font-weight: 700;
    font-style: normal;
    color: #1c5d3f;
    text-align: center;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-family: "abril-titling", serif;
  }
  p {
    font-size: 14px;
    line-height: 1.2rem;
  }
  .hero {
    width: 100%;
    padding: 0;
  }
  .hero img {
    width: 100%;
  }
  .hero p {
    text-align: center;
    line-height: 1.5rem;
    font-size: 16px;
    padding: 0 8px;
  }
  .menu-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .menu-wrapper .pc {
    display: none;
  }
  .menu-wrapper img {
    width: 100%;
    height: auto;
  }
  .menu-wrapper .link {
    position: absolute;
    display: block;
    margin-top: 10px;
  }
  .menu-wrapper .family_link {
    top: 8%;
    left: 20%;
    width: 40%;
    height: 10%;
  }
  .menu-wrapper .couple_link {
    top: 25%;
    left: 30%;
    width: 40%;
    height: 10%;
    transform: rotate(-7deg);
  }
  .menu-wrapper .friends_link {
    top: 47%;
    left: 28%;
    width: 40%;
    height: 10%;
  }
  .menu-wrapper h2 {
    margin-top: -52px;
    color: #ce5f45;
    display: none;
  }
  .friends {
    margin-top: -46px;
    padding-bottom: 24px;
    background-color: #c6d2e5;
  }
  .friends h2.sp {
    display: block;
    font-size: 48px;
    color: #ce5f45;
  }
  .friends .wrapper {
    padding-top: 0px;
    margin-top: -24px;
  }
  .friends .friends-slider img {
    margin: 8px;
    height: auto;
  }
  .friends .image {
    width: 80%;
    margin: 0px auto;
  }
  .friends .image img {
    width: 100%;
  }
  .friends .image .name {
    display: flex;
    justify-content: space-around;
    align-items: start;
    color: #4879c1;
    height: 40px;
  }
  .friends p {
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 24px;
  }
  .friends h3 {
    color: #ce5f45;
    font-size: 18px;
    padding-left: 8px;
  }
  .friends .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .friends .items .item {
    width: 45%;
  }
  .friends .items .item .item_image {
    width: 100%;
  }
  .friends .items .item .item_image img {
    width: 100%;
  }
  .friends .items .item p {
    font-size: 16px;
  }
  .friends .items .item a {
    display: block;
    text-decoration: none;
  }
  .friends .items .item a button {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #ce5f45;
    width: 130px;
    height: 32px;
    border: none;
    font-size: 14px;
  }
  .friends .yukas_packing,
  .friends .harus_packing {
    background-color: #ffffff;
    border-radius: 64px;
    padding: 16px 16px 40px;
    margin-bottom: 48px;
  }
  .friends .yukas_packing .yukas-slider1,
  .friends .yukas_packing .harus-slider1,
  .friends .harus_packing .yukas-slider1,
  .friends .harus_packing .harus-slider1 {
    width: 70%;
  }
  .friends .yukas_packing .yukas-slider2,
  .friends .yukas_packing .harus-slider2,
  .friends .harus_packing .yukas-slider2,
  .friends .harus_packing .harus-slider2 {
    width: 100%;
  }
  .friends .yukas_packing img,
  .friends .harus_packing img {
    width: 100%;
  }
  .friends .yukas_packing .yukas_coment,
  .friends .harus_packing .yukas_coment {
    display: flex;
  }
  .friends .yukas_packing .yukas_coment .image,
  .friends .harus_packing .yukas_coment .image {
    width: 50%;
  }
  .friends .yukas_packing .yukas_coment .coment,
  .friends .harus_packing .yukas_coment .coment {
    width: 50%;
    padding-left: 16px;
    padding-right: 0;
  }
  .friends .yukas_packing .yukas_coment .coment p,
  .friends .harus_packing .yukas_coment .coment p {
    font-size: 16px;
    line-height: 1.2rem;
  }
  .thank_you {
    padding-top: 60px;
  }
  .couple {
    margin-top: -56px;
    padding-bottom: 24px;
    background-color: #eaedc0;
  }
  .couple .couple-slider img {
    margin: 0 8px;
  }
  .couple .wrapper {
    padding-top: 24px;
  }
  .couple .wrapper p {
    font-size: 16px;
  }
  .couple .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .couple .items .item {
    width: 70%;
    margin-top: 32px;
  }
  .couple .items .item .item_image {
    width: 100%;
  }
  .couple .items .item .item_image img {
    width: 100%;
  }
  .couple .items .item p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5rem;
  }
  .couple .couples_packing {
    background-color: #ffffff;
    border-radius: 64px;
    padding: 16px 16px 40px;
    margin-bottom: 48px;
  }
  .couple .couples_packing .wrapper {
    padding: 0 32px;
  }
  .couple .couples_packing h2 {
    color: #418467;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
    font-size: 48px;
  }
  .couple .couples_packing p {
    font-size: 18px;
  }
  .couple .couples_packing img {
    width: 100%;
  }
  .couple .couples_packing .couple_coment {
    display: flex;
  }
  .couple .couples_packing .couple_coment .image {
    width: 50%;
  }
  .couple .couples_packing .couple_coment .coment {
    width: 50%;
    padding: 0 16px;
  }
  .couple .couples_packing .couple_coment .coment p {
    margin: 0;
  }
  .couple .couples_packing .couple_inner {
    display: flex;
  }
  .couple .couples_packing .couple_inner .couple_image img {
    width: 125%;
    margin-left: -48px;
  }
  .couple .couples_packing .couple_inner > div {
    width: 50%;
  }
  .couple .couples_packing .couple_inner .couple_text {
    margin-left: 8px;
  }
  .couple .couples_packing .couple_inner .couple_text img {
    margin-left: auto;
    margin-right: -44px;
    display: block;
    width: 120%;
  }
  .couple .couples_packing .couple_inner .couple_text p {
    font-size: 18px;
    line-height: 1.5rem;
  }
  .couple .couples_packing .keis_item,
  .couple .couples_packing .risas_item {
    padding: 0 8px;
  }
  .couple .couples_packing .keis_item h3,
  .couple .couples_packing .risas_item h3 {
    font-family: "abril-titling", serif;
    margin: 40px 0 0;
  }
  .couple .couples_packing .keis_item p,
  .couple .couples_packing .risas_item p {
    padding: 0 18px;
  }
  .couple .couples_packing .risas_item h3 {
    text-align: right;
  }
  .use_kokont {
    position: relative;
    padding-top: 40px;
    margin-bottom: 160px;
  }
  .use_kokont .inner h2 {
    font-size: 32px;
    left: 20px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .use_kokont .inner h2 {
    font-size: 24px;
    left: 20px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .use_kokont .inner .wrapper p {
    margin-left: auto;
    margin-right: -18px;
    line-height: 1.5rem;
    margin-top: -4px;
    font-size: 18px;
  }
  .use_kokont .inner .wrapper2 {
    display: flex;
    align-items: end;
  }
  .use_kokont .inner .wrapper2 .image {
    width: 60%;
  }
  .use_kokont .inner .wrapper2 .image img {
    width: 100%;
  }
  .use_kokont .inner .wrapper2 .text {
    width: 38%;
  }
  .use_kokont .inner .wrapper2 .text p {
    font-size: 18px;
    line-height: 1.5rem;
  }
  .family {
    margin-top: -54px;
    padding-bottom: 24px;
    background-color: #edd6d1;
  }
  .family .inner img {
    width: 100%;
  }
  .family .inner .family-slider img {
    margin: 0 8px;
  }
  .family .inner .wrapper {
    padding-top: 24px;
  }
  .family .inner .image {
    width: 50%;
    margin: 0px auto;
  }
  .family .inner .image img {
    width: 100%;
  }
  .family .inner .image .name {
    display: flex;
    justify-content: space-around;
    align-items: start;
    color: #d86755;
    height: 40px;
  }
  .family .inner p {
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 24px;
  }
  .family .inner h3 {
    color: #537dc9;
    font-size: 40px;
  }
  .family .inner .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .family .inner .items .item {
    width: 70%;
    margin-top: 32px;
  }
  .family .inner .items .item .item_image {
    width: 100%;
  }
  .family .inner .items .item .item_image img {
    width: 100%;
  }
  .family .inner .items .item p {
    font-size: 18px;
    display: inline-block;
    margin-left: 48px;
  }
  .family .inner .items .item a {
    display: block;
    text-decoration: none;
  }
  .family .inner .items .item a button {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #537dc9;
    width: 160px;
    height: 40px;
    border: none;
    font-size: 16px;
  }
  .family .inner > img {
    width: 100%;
    margin-bottom: 40px;
  }
  .family .inner .family_packing {
    background-color: #ffffff;
    border-radius: 64px;
    padding: 16px 16px 40px;
    margin-bottom: 48px;
  }
  .family .inner .family_packing h2 {
    color: #537dc9;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
    font-size: 48px;
  }
  .family .inner .family_packing img {
    width: 100%;
  }
  .family .inner .family_packing .family_inner .family_image {
    display: flex;
    flex-direction: column;
  }
  .family .inner .family_packing .family_inner .family_image img {
    width: 60%;
    margin-left: -24px;
  }
  .family .inner .family_packing .family_inner .family_image img + img {
    margin-left: auto;
    margin-right: -24px;
    margin-top: -40px;
  }
  .family .inner .family_packing .marikos_item {
    padding: 0 16px;
  }
  .family .inner .family_packing .marikos_item .family_image {
    display: flex;
    flex-direction: column;
  }
  .family .inner .family_packing .marikos_item .family_image img {
    width: 57%;
  }
  .family .inner .family_packing .marikos_item .family_image img + img {
    margin-left: auto;
    margin-top: -40px;
  }
  .family .inner .family_packing .marikos_item h3 {
    font-family: "abril-titling", serif;
    margin-top: -8px;
    padding-left: 0px;
    font-size: 40px;
    margin-bottom: 24px;
  }
  .family .inner .family_packing .marikos_item a {
    width: 200px;
    text-align: right;
    display: block;
    margin-left: auto;
  }
  .family .inner .family_packing .marikos_item a img {
    width: 100px;
  }
  .family .inner .family_packing .marikos_item p {
    padding: 16px;
  }
}
@media screen and (max-width: 460px) {
  h1 {
    font-family: "abril-titling", serif;
    font-weight: 700;
    font-style: normal;
    color: #1c5d3f;
    text-align: center;
    font-size: clamp(20px, 7vw, 32px);
  }
  h2 {
    font-family: "abril-titling", serif;
  }
  p {
    font-size: 14px;
    line-height: 1.2rem;
  }
  .menu-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .menu-wrapper img {
    width: 100%;
    height: auto;
  }
  .menu-wrapper .link {
    position: absolute;
    display: block;
    margin-top: 10px;
  }
  .menu-wrapper .family_link {
    top: 8%;
    left: 20%;
    width: 40%;
    height: 10%;
  }
  .menu-wrapper .couple_link {
    top: 25%;
    left: 30%;
    width: 40%;
    height: 10%;
    transform: rotate(-7deg);
  }
  .menu-wrapper .friends_link {
    top: 48%;
    left: 30%;
    width: 40%;
    height: 10%;
  }
  .menu-wrapper h2 {
    margin-top: -36px;
    font-size: 32px;
    color: #ce5f45;
  }
  .friends {
    margin-top: -32px;
    padding-bottom: 24px;
    background-color: #c6d2e5;
  }
  .friends h2.sp {
    font-size: 32px;
  }
  .friends .friends-slider img {
    margin: 8px;
    height: auto;
  }
  .friends .image {
    width: 80%;
    margin: 0px auto;
  }
  .friends .image img {
    width: 100%;
  }
  .friends .image .name {
    display: flex;
    justify-content: space-around;
    align-items: start;
    color: #4879c1;
    height: 40px;
  }
  .friends p {
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 24px;
  }
  .friends h3 {
    color: #ce5f45;
    font-size: 18px;
    padding-left: 8px;
  }
  .friends .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .friends .items .item {
    width: 75%;
    margin: 0 8px;
    margin-bottom: 24px;
  }
  .friends .items .item .item_image {
    width: 100%;
  }
  .friends .items .item .item_image img {
    width: 100%;
  }
  .friends .items .item p {
    font-size: 14px;
  }
  .friends .items .item a {
    display: block;
    text-decoration: none;
  }
  .friends .items .item a button {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #ce5f45;
    width: 130px;
    height: 32px;
    border: none;
    font-size: 14px;
  }
  .friends .yukas_packing,
  .friends .harus_packing {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 16px 16px 40px;
    margin-bottom: 48px;
  }
  .friends .yukas_packing h2,
  .friends .harus_packing h2 {
    font-size: 32px;
  }
  .friends .yukas_packing .yukas-slider1,
  .friends .yukas_packing .harus-slider1,
  .friends .harus_packing .yukas-slider1,
  .friends .harus_packing .harus-slider1 {
    width: 70%;
  }
  .friends .yukas_packing .yukas-slider2,
  .friends .yukas_packing .harus-slider2,
  .friends .harus_packing .yukas-slider2,
  .friends .harus_packing .harus-slider2 {
    width: 100%;
  }
  .friends .yukas_packing img,
  .friends .harus_packing img {
    width: 100%;
  }
  .friends .yukas_packing .yukas_coment,
  .friends .harus_packing .yukas_coment {
    display: flex;
    align-items: emd;
  }
  .friends .yukas_packing .yukas_coment .image,
  .friends .harus_packing .yukas_coment .image {
    width: 60%;
  }
  .friends .yukas_packing .yukas_coment .coment,
  .friends .harus_packing .yukas_coment .coment {
    padding-left: 16px;
    padding-right: 0;
  }
  .friends .yukas_packing .yukas_coment .coment p,
  .friends .harus_packing .yukas_coment .coment p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .thank_you {
    padding-top: 40px;
  }
  .menu h2 {
    font-size: 32px;
    margin: 0;
    margin-bottom: 44px;
  }
  .couple {
    margin-top: -56px;
    padding-bottom: 24px;
    background-color: #eaedc0;
  }
  .couple .couple-slider img {
    margin: 0 8px;
  }
  .couple .wrapper {
    padding-top: 24px;
  }
  .couple .wrapper p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .couple p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .couple .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .couple .items .item {
    width: 70%;
    margin-top: 32px;
  }
  .couple .items .item h3 {
    font-size: 22px;
  }
  .couple .items .item .item_image {
    width: 100%;
  }
  .couple .items .item .item_image img {
    width: 100%;
  }
  .couple .items .item p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
  }
  .couple .couples_packing {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px 16px 40px;
    margin-bottom: 48px;
  }
  .couple .couples_packing .wrapper {
    padding: 0 32px;
  }
  .couple .couples_packing h2 {
    color: #418467;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
    font-size: 32px;
  }
  .couple .couples_packing img {
    width: 100%;
  }
  .couple .couples_packing .couple_coment {
    display: flex;
  }
  .couple .couples_packing .couple_coment .image {
    width: 50%;
  }
  .couple .couples_packing .couple_coment .coment {
    width: 50%;
    padding: 0 16px;
  }
  .couple .couples_packing .couple_coment .coment p {
    margin: 0;
  }
  .couple .couples_packing .couple_inner {
    display: flex;
  }
  .couple .couples_packing .couple_inner .couple_image img {
    width: 145%;
    margin-left: -40px;
  }
  .couple .couples_packing .couple_inner > div {
    width: 50%;
  }
  .couple .couples_packing .couple_inner .couple_text {
    margin-left: 8px;
  }
  .couple .couples_packing .couple_inner .couple_text img {
    margin-left: auto;
    margin-right: -64px;
    display: block;
    width: 140%;
  }
  .couple .couples_packing .couple_inner .couple_text p {
    font-size: 14px;
    line-height: 1.2rem;
  }
  .couple .couples_packing .keis_item,
  .couple .couples_packing .risas_item {
    padding: 0 8px;
  }
  .couple .couples_packing .keis_item h3,
  .couple .couples_packing .risas_item h3 {
    font-family: "abril-titling", serif;
    margin: 40px 0 0;
  }
  .couple .couples_packing .keis_item p,
  .couple .couples_packing .risas_item p {
    padding: 0 16px;
    font-size: 14px;
  }
  .couple .couples_packing .risas_item h3 {
    text-align: right;
  }
  .use_kokont {
    position: relative;
    padding-top: 40px;
    margin-bottom: 100px;
  }
  .use_kokont .inner h2 {
    font-size: 32px;
    left: 20px;
    top: -80px;
  }
}
@media screen and (max-width: 460px) and (max-width: 480px) {
  .use_kokont .inner h2 {
    font-size: 24px;
    left: 20px;
    top: -80px;
  }
}
@media screen and (max-width: 460px) {
  .use_kokont .inner .wrapper p {
    margin-left: auto;
    margin-right: -18px;
    line-height: 1.5rem;
    margin-top: -4px;
    font-size: 16px;
  }
  .use_kokont .inner .wrapper .image {
    margin-top: -72px;
    width: 35%;
  }
  .use_kokont .inner .wrapper .image img {
    width: 100%;
  }
  .use_kokont .inner .wrapper2 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .use_kokont .inner .wrapper2 .image {
    width: 80%;
  }
  .use_kokont .inner .wrapper2 .image img {
    width: 100%;
  }
  .use_kokont .inner .wrapper2 .text {
    width: 80%;
  }
  .use_kokont .inner .wrapper2 .text p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .family {
    margin-top: -54px;
    padding-bottom: 24px;
    background-color: #edd6d1;
  }
  .family .inner img {
    width: 100%;
  }
  .family .inner .family-slider img {
    margin: 0 8px;
  }
  .family .inner .wrapper {
    padding-top: 24px;
  }
  .family .inner .image {
    width: 75%;
    margin: 0px auto;
  }
  .family .inner .image img {
    width: 100%;
  }
  .family .inner .image .name {
    display: flex;
    justify-content: space-around;
    align-items: start;
    color: #d86755;
    height: 40px;
    font-size: 14px;
  }
  .family .inner p {
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 24px;
  }
  .family .inner h3 {
    color: #537dc9;
    font-size: 24px;
  }
  .family .inner .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .family .inner .items .item {
    width: 90%;
    margin-top: 32px;
  }
  .family .inner .items .item .item_image {
    width: 100%;
  }
  .family .inner .items .item .item_image img {
    width: 100%;
  }
  .family .inner .items .item p {
    font-size: 18px;
    display: inline-block;
    margin-left: 0px;
  }
  .family .inner .items .item a {
    display: block;
    text-decoration: none;
  }
  .family .inner .items .item a button {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #537dc9;
    width: 160px;
    height: 40px;
    border: none;
    font-size: 16px;
  }
  .family .inner > img {
    width: 100%;
    margin-bottom: 40px;
  }
  .family .inner .family_packing {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px 16px 40px;
    margin-bottom: 48px;
  }
  .family .inner .family_packing h2 {
    color: #537dc9;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
    font-size: 32px;
  }
  .family .inner .family_packing img {
    width: 100%;
  }
  .family .inner .family_packing .family_inner .family_image {
    display: flex;
    flex-direction: column;
  }
  .family .inner .family_packing .family_inner .family_image img {
    width: 60%;
    margin-left: -24px;
  }
  .family .inner .family_packing .family_inner .family_image img + img {
    margin-left: auto;
    margin-right: -24px;
    margin-top: -40px;
  }
  .family .inner .family_packing .marikos_item {
    padding: 0;
  }
  .family .inner .family_packing .marikos_item .family_image {
    display: flex;
    flex-direction: column;
  }
  .family .inner .family_packing .marikos_item .family_image img {
    width: 57%;
  }
  .family .inner .family_packing .marikos_item .family_image img + img {
    margin-left: auto;
    margin-top: -40px;
  }
  .family .inner .family_packing .marikos_item h3 {
    font-family: "abril-titling", serif;
    margin-top: -8px;
    padding-left: 0px;
    font-size: 32px;
    margin-bottom: 24px;
  }
  .family .inner .family_packing .marikos_item a {
    width: 200px;
    text-align: right;
    display: block;
    margin-left: auto;
  }
  .family .inner .family_packing .marikos_item a img {
    width: 100px;
  }
  .family .inner .family_packing .marikos_item p {
    padding: 16px;
  }
}
.recommended h2 {
  color: #4879c1;
  font-size: 48px;
}
.recommended h3 {
  color: #4879c1;
  font-size: 36px;
}
@media screen and (max-width: 764px) {
  .recommended h2 {
    font-size: 32px;
  }
  .recommended h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 460px) {
  .recommended h2 {
    font-size: 32px;
  }
  .recommended h3 {
    font-size: 20px;
  }
}
.recommended .wrapper .inner {
  background-color: #ffffff;
  width: 100%;
}
.recommended .wrapper .recomended_content {
  margin-bottom: 32px;
}
.recommended .wrapper .recomended_content img {
  width: 100%;
}
.recommended .wrapper .recomended_content p {
  padding: 0 16px;
  line-height: 1.5rem;
  font-size: 18px;
}
.recommended .wrapper .recomended_content .recomended_content {
  margin-bottom: 32px;
}
.recommended .wrapper .recomended_content .recomended_content img {
  width: 100%;
}
.recommended .wrapper .recomended_content .recomended_content p {
  padding: 0 16px;
  line-height: 1.5rem;
  font-size: 16px;
}

hr {
  height: 24px;
  background-color: #edd6d1;
  border: none;
}

.recommended_slider_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.recommended_slider_wrapper .inner {
  margin: 0 auto;
  max-width: 1024px;
}
.recommended_slider_wrapper .recommended_slider {
  width: 100%;
  background-color: #ffffff;
}
.recommended_slider_wrapper .recommended_slider img {
  width: 60px;
}

@media screen and (max-width: 1024px) {
  .recommended_slider_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .recommended_slider_wrapper .inner {
    margin: 0 auto;
    max-width: 1024px;
  }
  .recommended_slider_wrapper .recommended_slider {
    padding: 0 24px;
    width: 100%;
    background-color: #ffffff;
  }
  .recommended_slider_wrapper .recommended_slider img {
    width: 60px;
  }
}
section.logo {
  margin: 80px;
}
section.logo img {
  width: 25%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.logo a {
  text-decoration: none;
}
section.logo a button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #000;
  padding: 4px 32px;
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.logo img {
    width: 75%;
  }
  section.logo a {
    text-decoration: none;
  }
  section.logo a button {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #000;
    padding: 4px 32px;
    height: 40px;
    font-size: 14px;
  }
}

html,
body {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

/* Slickの見切れは親でカットする */
.slick-list {
  overflow: hidden !important;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}

/* slick-track の transform はSlickが制御するので触らない */
.slick-track {
  margin-left: 0 !important;
}

/* Slick dots 共通スタイル */
.slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.slick-dots .slick-active button {
  background: #333333;
}

/* セクション別カラーアクセント */
.friends .slick-dots .slick-active button {
  background: #4879c1;
}

.couple .slick-dots .slick-active button {
  background: #418467;
}

.family .slick-dots .slick-active button {
  background: #537dc9;
}

.recommended .slick-dots .slick-active button {
  background: #4879c1;
}/*# sourceMappingURL=style.css.map */