@charset "UTF-8";
.hd {
  padding-top: clamp(65rem, 46.88vw, 90rem);
  background: url(../img/header/hd_bg.jpg) no-repeat center/cover;
  position: relative;
}
.hd .hd_contents {
  width: 100%;
  padding: 1.56%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.hd .hd_contents .hd_logo {
  width: 11.72%;
  min-width: 185px;
}
.hd .hd_ttl {
  width: 71.77%;
  min-width: 1020px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hd .hd_ttl-sp {
  display: none;
}
.hd .hd_nav_wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hd .hd_nav_wrapper .hd_nav {
  justify-content: center;
  gap: 0 4.69%;
  background: #ffd200;
  padding: 12.5px;
  box-sizing: border-box;
  position: relative;
}
.hd .hd_nav_wrapper .hd_nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background: url(../img/header/hd_nav_wrapper_deco.png) no-repeat center/contain;
  position: absolute;
  top: -22px;
  left: 0;
}
.hd .hd_nav_wrapper .hd_nav .hd_list {
  width: 6.77%;
  min-width: 100px;
  transition: 0.3s;
}
.hd .hd_nav_wrapper .hd_nav .hd_list:nth-child(3) {
  width: 7.6%;
  min-width: 112px;
}
.hd .hd_nav_wrapper .hd_nav .hd_list:last-child {
  width: 7.6%;
  min-width: 112px;
}
.hd .hd_nav_wrapper .hd_nav .hd_list:hover {
  animation: diagonalWiggle 0.6s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes diagonalWiggle {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    transform: rotate(-3deg) translate(-3px, -3px);
  }
  50% {
    transform: rotate(3deg) translate(3px, 3px);
  }
  75% {
    transform: rotate(-3deg) translate(-3px, -3px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}

.ft {
  background: #ffd200;
  padding: 20px 0;
}
.ft .contents_box-s .ft_contents {
  justify-content: space-between;
  align-items: center;
}
.ft .contents_box-s .ft_contents .copy-right small {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.news_sec {
  background: url(../img/top/news_sec_bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}
.news_sec .contents_box-s .news_contents {
  justify-content: space-between;
  position: relative;
}
.news_sec .contents_box-s .news_contents .news_ttl {
  margin-top: -30px;
}
.news_sec .contents_box-s .news_contents .news_lists {
  flex-direction: column;
  gap: 20px 0;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a {
  align-items: center;
  width: 720px;
  background: #ffffff;
  padding: 15px 20px 10px;
  box-sizing: border-box;
  border-radius: 25px;
  position: relative;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/top/news_list_deco.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a .news_list_date_wrapper {
  flex-direction: column;
  margin-right: 20px;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a .news_list_date_wrapper span {
  letter-spacing: 0.05em;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a .news_list_date_wrapper span:first-child {
  font-size: 1.6rem;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a .news_list_date_wrapper span:last-child {
  font-size: 2.8rem;
  margin-top: -15px;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a .news_list_ttl {
  width: 500px;
  margin-right: 20px;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a .news_list_ttl h4 {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.news_sec .contents_box-s .news_contents .news_lists .news_list a i {
  color: #ffd200;
}
.news_sec .contents_box-s .news_contents .news_btn_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_sec .contents_box-s .news_contents .news_btn_wrapper .news_btn::before {
  content: "";
  display: block;
  width: 212px;
  height: 180px;
  background: url(../img/top/news_btn_illust.png) no-repeat center/contain;
  position: absolute;
  top: -132px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
.news_sec .contents_box-s .news_contents .news_btn_wrapper .news_btn a {
  position: relative;
  z-index: 999;
}
.news_sec .contents_box-s .news_contents .news_btn_wrapper .news_btn i {
  z-index: 1000;
}

.profile_sec {
  background: url(../img/top/profile_sec_bg.jpg) no-repeat center/cover;
  padding: 60px 0 80px;
}
.profile_sec .contents_box-m {
  width: 1280px;
  min-width: auto;
}
.profile_sec .contents_box-m .profile_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.profile_sec .contents_box-m .profile_img {
  width: 82.03%;
  margin: 0 auto;
}
.profile_sec .contents_box-m .profile_lists_wrapper {
  position: relative;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists {
  flex-wrap: wrap;
  gap: 30px;
  width: 1220px;
  background: #ffffff;
  padding: 40px 70px;
  box-sizing: border-box;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists::before {
  content: "";
  display: block;
  width: 106px;
  height: 280px;
  background: url(../img/top/profile_lists_bg_deco.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -28px;
  z-index: 1;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists::after {
  content: "";
  display: block;
  width: 106px;
  height: 280px;
  background: url(../img/top/profile_lists_bg_deco.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -28px;
  z-index: 1;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list {
  width: 340px;
  background: #fef7e0;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_contents {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 25px 15px;
  box-sizing: border-box;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_contents .profile_list_ttl {
  margin-bottom: 10px;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_contents .profile_list_ttl h4 {
  align-items: center;
  justify-content: center;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_contents .profile_list_ttl h4 span:first-child {
  margin-right: 10px;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_contents .profile_list_ttl h4 span:last-child {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_contents .profile_list_txt p {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_bg-deco_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_bg-deco_wrapper .profile_list_bg-deco {
  width: 100%;
  height: 100%;
  position: relative;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_bg-deco_wrapper .profile_list_bg-deco span {
  line-height: 0;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_bg-deco_wrapper .profile_list_bg-deco span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_bg-deco_wrapper .profile_list_bg-deco span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_bg-deco_wrapper .profile_list_bg-deco span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists .profile_list .profile_list_bg-deco_wrapper .profile_list_bg-deco span:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile_sec .contents_box-m .profile_lists_wrapper .profile_lists_wrapper_img {
  width: 217px;
  position: absolute;
  bottom: 35px;
  right: 135px;
  z-index: 10;
  animation: swing 2s ease-in-out infinite;
  transform-origin: left center;
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

.short-story_sec {
  background: url(../img/top/short-story_sec_bg.jpg) no-repeat bottom center/cover;
  padding: 80px 0;
}
.short-story_sec .contents_box-s .short-story_contents_wrapper {
  justify-content: space-between;
}
.short-story_sec .contents_box-s .short-story_contents_wrapper .short-story_contents {
  width: 540px;
}
.short-story_sec .contents_box-s .short-story_contents_wrapper .short-story_contents .short-story_ttl {
  margin-bottom: 50px;
}
.short-story_sec .contents_box-s .short-story_contents_wrapper .short-story_contents .short-story_txt {
  margin-bottom: 50px;
}
.short-story_sec .contents_box-s .short-story_contents_wrapper .short-story_contents .short-story_txt p {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 25px;
}
.short-story_sec .contents_box-s .short-story_contents_wrapper .short-story_contents .short-story_txt p:last-child {
  margin-bottom: 0;
}
.short-story_sec .contents_box-s .short-story_contents_wrapper .short-story_contents .short-story_btn {
  width: 480px;
}

.growth_sec {
  background: url(../img/top/growth_sec_bg.jpg) no-repeat center/cover;
}
.growth_sec .contents_box-m {
  padding: 80px 0 60px;
}
.growth_sec .contents_box-m .growth_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.growth_sec .contents_box-m .growth_lists .growth_list {
  width: 23.44%;
  margin-right: 1.95%;
  position: relative;
}
.growth_sec .contents_box-m .growth_lists .growth_list .growth_list_img_wrapper {
  width: 100%;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  position: relative;
}
.growth_sec .contents_box-m .growth_lists .growth_list .growth_list_img_wrapper .growth_list_img-curtain {
  width: 100%;
  height: 100%;
  background: url(../img/top/growth_list_img-curtain.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 1.2s ease-in-out;
  transform: translateY(0);
}
.growth_sec .contents_box-m .growth_lists .growth_list .growth_list_img_wrapper.opened .growth_list_img-curtain {
  transform: translateY(-100%);
}
.growth_sec .contents_box-m .growth_lists .growth_list .growth_list_num {
  text-align: center;
  margin-top: -10px;
}
.growth_sec .contents_box-m .growth_lists .growth_list .growth_list_num > span {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.growth_sec .contents_box-m .growth_lists .growth_list .growth_list_num > span span {
  font-size: 5.6rem;
  font-weight: 400;
}
.growth_sec .contents_box-m .growth_lists .growth_list:first-child::before {
  content: "";
  display: block;
  width: 12px;
  height: 31px;
  background: url(../img/top/growth_list_arrow-01.png) no-repeat center/contain;
  position: absolute;
  bottom: 5%;
  right: -6%;
}
.growth_sec .contents_box-m .growth_lists .growth_list:first-child .growth_list_num > span span {
  color: #ffd200;
}
.growth_sec .contents_box-m .growth_lists .growth_list:nth-child(2)::before {
  content: "";
  display: block;
  width: 12px;
  height: 31px;
  background: url(../img/top/growth_list_arrow-02.png) no-repeat center/contain;
  position: absolute;
  bottom: 5%;
  right: -6%;
}
.growth_sec .contents_box-m .growth_lists .growth_list:nth-child(2) .growth_list_num > span span {
  color: #ffb300;
}
.growth_sec .contents_box-m .growth_lists .growth_list:nth-child(3)::before {
  content: "";
  display: block;
  width: 12px;
  height: 31px;
  background: url(../img/top/growth_list_arrow-03.png) no-repeat center/contain;
  position: absolute;
  bottom: 5%;
  right: -6%;
}
.growth_sec .contents_box-m .growth_lists .growth_list:nth-child(3) .growth_list_num > span span {
  color: #ff9400;
}
.growth_sec .contents_box-m .growth_lists .growth_list:last-child {
  margin-right: 0;
}
.growth_sec .contents_box-m .growth_lists .growth_list:last-child .growth_list_num > span span {
  color: #ff7602;
}

.record_sec {
  background: url(../img/top/record_sec_bg.png) no-repeat top center/cover;
  padding: 80px 0;
}
.record_sec .contents_box-s {
  position: relative;
}
.record_sec .contents_box-s .record_ttl {
  margin-bottom: 40px;
}
.record_sec .contents_box-s .record_lists {
  flex-wrap: wrap;
  gap: 30px;
}
.record_sec .contents_box-s .record_lists .record_list {
  width: 340px;
  position: relative;
}
.record_sec .contents_box-s .record_lists .record_list::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/top/record_list_bg-deco.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.record_sec .contents_box-s .record_lists .record_list a {
  flex-direction: column;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
.record_sec .contents_box-s .record_lists .record_list a .record_list_img {
  width: 280px;
  height: 210px;
  background: url(../img/top/record_list_img_bg-logo.png) no-repeat center, #bebebe;
  border-radius: 20px;
  margin-bottom: 10px;
}
.record_sec .contents_box-s .record_lists .record_list a .record_list_img img {
  border-radius: 20px;
}
.record_sec .contents_box-s .record_lists .record_list a .record_list_ttl {
  flex-grow: 1;
  margin-bottom: 10px;
}
.record_sec .contents_box-s .record_lists .record_list a .record_list_ttl h4 {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.record_sec .contents_box-s .record_lists .record_list a .record_list_btn {
  align-items: center;
  justify-content: end;
}
.record_sec .contents_box-s .record_lists .record_list a .record_list_btn span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-right: 10px;
}
.record_sec .contents_box-s .record_lists .record_list a .record_list_btn i {
  color: #ffd200;
}
.record_sec .contents_box-s .record_btn_wrapper {
  position: absolute;
  top: 25px;
  right: 0;
}

.collection_sec {
  background: url(../img/top/collection_sec_bg_deco-left.png) no-repeat top left 2%/12.81%, url(../img/top/collection_sec_bg_deco-right.png) no-repeat top right 2%/12.81%, url(../img/top/collection_sec_bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.collection_sec .contents_box-m {
  width: 1280px;
  min-width: auto;
}
.collection_sec .contents_box-m .collection_ttl {
  text-align: center;
}
.collection_sec .contents_box-m .collection_txt {
  margin-bottom: 50px;
}
.collection_sec .contents_box-m .collection_txt p {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.collection_sec .contents_box-m .collection_lists {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 20px;
  padding: 3.13% 2.34% 2.34%;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.collection_sec .contents_box-m .collection_lists::before {
  content: "";
  display: block;
  width: 20.32%;
  padding-top: 21.97%;
  background: url(../img/top/collection_lists_deco.png) no-repeat center/contain;
  position: absolute;
  top: -200px;
  left: 0.5%;
  z-index: 0;
}
.collection_sec .contents_box-m .collection_lists .collection_list {
  display: flex;
  flex-direction: column;
  width: 24.38%;
  margin-right: 0.58%;
  margin-bottom: 2.49%;
  position: relative;
  z-index: 1;
}
.collection_sec .contents_box-m .collection_lists .collection_list:nth-child(4n) {
  margin-right: 0;
}
.collection_sec .contents_box-m .collection_lists .collection_list .collection_list_img {
  margin-bottom: 20px;
}
.collection_sec .contents_box-m .collection_lists .collection_list .collection_list_ttl {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 30px;
}
.collection_sec .contents_box-m .collection_lists .collection_list .collection_list_ttl h4 {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.collection_sec .contents_box-m .collection_lists .collection_list .collection_list_btn {
  width: 100%;
}
.collection_sec .contents_box-m .collection_lists .collection_list .collection_list_btn a {
  padding: 12px 20px;
}
.collection_sec .contents_box-m .collection_btn {
  width: 500px;
  margin: 0 auto;
}

.sns_sec {
  background: url(../img/top/sns_sec_bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
  position: relative;
}
.sns_sec::before {
  content: "";
  display: block;
  width: 25.52%;
  padding-top: 7.08%;
  background: url(../img/top/sns_sec_bg-deco.png) no-repeat center/contain;
  position: absolute;
  top: -3%;
  right: 2%;
}
.sns_sec .contents_box-m .sns_ttl {
  margin-bottom: 35px;
}
.sns_sec .contents_box-m .sns_lists {
  flex-direction: column;
  gap: 25px 0;
  margin-bottom: 100px;
}
.sns_sec .contents_box-m .sns_lists .sns_list {
  align-items: center;
}
.sns_sec .contents_box-m .sns_lists .sns_list .sns_list_ttl {
  width: 10.55%;
  margin-right: 2.26%;
}
.sns_sec .contents_box-m .sns_lists .sns_list .sns_list_ttl h4 {
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
.sns_sec .contents_box-m .sns_lists .sns_list .sns_list_ttl h4 span {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.sns_sec .contents_box-m .sns_lists .sns_list .sns_list_imgs {
  width: 87.19%;
}
.sns_sec .contents_box-m .sns_lists .sns_list .sns_list_imgs .sns_list_img {
  width: 31.91%;
  margin-right: 1.42%;
}
.sns_sec .contents_box-m .sns_lists .sns_list .sns_list_imgs .sns_list_img:last-child {
  margin-right: 0;
}
.sns_sec .contents_box-m .sns_lists .sns_list .sns_list_imgs .sns_list_img img {
  border-radius: 20px;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal {
  display: none;
  background: #d9f5ff;
  transition: opacity 0.8s ease;
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: 999;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 3.2rem;
  cursor: pointer;
  z-index: 999;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content {
  width: 435px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_img {
  margin: 0 auto 20px;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_img img {
  width: 100%;
  max-width: auto;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_txt {
  margin-bottom: 30px;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_txt p {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_ttl h5 {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_lists {
  justify-content: center;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_lists .custom-modal-content_sns_list {
  align-items: center;
  margin-right: 9.77%;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_lists .custom-modal-content_sns_list:last-child {
  margin-right: 0;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_lists .custom-modal-content_sns_list a {
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_lists .custom-modal-content_sns_list a .custom-modal-content_sns_list_img {
  flex-grow: 1;
  align-items: center;
  margin-bottom: 10px;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal .custom-modal_wrapper .custom-modal-content .custom-modal-content_sns .custom-modal-content_sns_lists .custom-modal-content_sns_list a .custom-modal-content_sns_list_ttl h5 {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.sns_sec .contents_box-m .sns_lists .sns_list .custom-modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto; /* 表示時クリック有効 */
}
.sns_sec .contents_box-m .contents_box-s .sns_message {
  background: #ffffff;
  padding: 60px 0 30px;
  border-radius: 20px;
  position: relative;
}
.sns_sec .contents_box-m .contents_box-s .sns_message::before {
  content: "";
  display: block;
  width: 21.3%;
  padding-top: 14.17%;
  background: url(../img/top/sns_message_illust-left.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 2%;
}
.sns_sec .contents_box-m .contents_box-s .sns_message::after {
  content: "";
  display: block;
  width: 27.31%;
  padding-top: 22.69%;
  background: url(../img/top/sns_message_illust-right.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -4%;
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_ttl {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_ttl h4 {
  display: inline-block;
  background: #ffffff;
  padding: 5px 35px;
  border-radius: 35px;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_lists {
  justify-content: center;
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_lists .sns_message_list {
  align-items: center;
  margin-right: 9.77%;
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_lists .sns_message_list:last-child {
  margin-right: 0;
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_lists .sns_message_list a {
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_lists .sns_message_list a .sns_message_list_img {
  flex-grow: 1;
  align-items: center;
  margin-bottom: 10px;
}
.sns_sec .contents_box-m .contents_box-s .sns_message .sns_message_lists .sns_message_list a .sns_message_list_ttl h5 {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.goods_sec {
  background: url(../img/top/goods_sec_bg.jpg) no-repeat top center/cover;
}
.goods_sec .contents_box-m {
  padding: 80px 0;
  position: relative;
}
.goods_sec .contents_box-m .goods_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.goods_sec .contents_box-m .goods_lists_outer {
  position: relative;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper {
  width: 93.75%;
  margin: 0 auto;
  overflow: hidden;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper .goods_lists {
  margin-bottom: 60px;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper .goods_lists .goods_list {
  flex-direction: column;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper .goods_lists .goods_list .goods_list_img {
  width: 100%;
  padding-top: 68.82%;
  background: url(../img/top/goods_list_img_bg-logo.png) no-repeat center/80%, #bebebe;
  border-radius: 20px;
  margin-bottom: 10px;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper .goods_lists .goods_list .goods_list_ttl {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 20px;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper .goods_lists .goods_list .goods_list_ttl h4 {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper .goods_lists .goods_list .goods_list_btn {
  width: 100%;
}
.goods_sec .contents_box-m .goods_lists_outer .goods_lists_wrapper .goods_lists .goods_list .goods_list_btn a {
  padding: 15px 20px;
  font-size: clamp(1.3rem, 0.73vw, 1.4rem);
}
.goods_sec .contents_box-m .goods_lists_outer .swiper-button-prev,
.goods_sec .contents_box-m .goods_lists_outer .swiper-button-next {
  color: #ffd200;
  font-size: 3.2rem;
}
.goods_sec .contents_box-m .goods_lists_outer .swiper-button-prev {
  position: absolute;
  top: 40%;
  left: -20px;
}
.goods_sec .contents_box-m .goods_lists_outer .swiper-button-next {
  position: absolute;
  top: 40%;
  right: -20px;
}
.goods_sec .contents_box-m .goods_lists_outer .swiper-button-prev::after,
.goods_sec .contents_box-m .goods_lists_outer .swiper-button-next::after {
  display: none;
}
.goods_sec .contents_box-m .goods_btn {
  width: 39.06%;
  min-width: 420px;
  margin: 0 auto;
}
.goods_sec .contents_box-m .goods_img-left {
  position: absolute;
  bottom: 0;
  left: 8%;
}
.goods_sec .contents_box-m .goods_img-right {
  position: absolute;
  bottom: 0;
  right: 8%;
}

.letter_sec {
  background: url(../img/top/letter_sec_bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.letter_sec .contents_box-m {
  min-width: 1200px;
  position: relative;
}
.letter_sec .contents_box-m .letter_ttl {
  text-align: center;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s {
  background: #ffffff;
  padding: 40px 90px;
  box-sizing: border-box;
  border-radius: 20px;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_ttl h4 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper {
  background: #fef7e0;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_contents_address {
  flex-direction: column;
  align-items: center;
  border: 3px solid #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_contents_address span {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_list_bg-deco_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_list_bg-deco_wrapper .letter_list_bg-deco {
  width: 100%;
  height: 100%;
  position: relative;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_list_bg-deco_wrapper .letter_list_bg-deco span {
  line-height: 0;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_list_bg-deco_wrapper .letter_list_bg-deco span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_list_bg-deco_wrapper .letter_list_bg-deco span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_list_bg-deco_wrapper .letter_list_bg-deco span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_address_wrapper .letter_list_bg-deco_wrapper .letter_list_bg-deco span:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.letter_sec .contents_box-m .letter_contents .contents_box-s .letter_contents_txt p {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.letter_sec .contents_box-m .letter_img-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.letter_sec .contents_box-m .letter_img-right {
  position: absolute;
  bottom: 0;
  right: 0;
}/*# sourceMappingURL=style.css.map */