@charset "UTF-8";
main {
  overflow-x: hidden; }

html {
  visibility: hidden; }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.pt_0 {
  padding-top: 0 !important; }

.pb_0 {
  padding-bottom: 0 !important; }

.pt_80 {
  padding-top: 80px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt80 {
  margin-top: 80px !important; }

.bg_white {
  background-color: #fff !important; }

.bg_01 {
  background-color: #BED7FA; }

.bg_02 {
  background-color: #A0E1FA; }

.bg_03 {
  background-color: #C3EABE; }

.contents {
  width: 100%;
  padding: 100px 0; }
  .contents.bread, .contents.top {
    padding: 0; }
  .contents.last {
    padding: 80px 0 0; }
  .contents_inner {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 48px; }
  .contents_img {
    width: 100%; }
  .contents_text {
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: .04em;
    font-weight: 500; }
    .contents_text.top {
      margin-top: 40px; }
  .contents img {
    width: 100%; }
  .contents_title {
    font-size: 40px;
    font-weight: bold;
    padding: 24px 0;
    text-align: center;
    color: #fff; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  width: 100%;
  position: relative;
  z-index: 0; }
  .main_visual img {
    width: 100%; }
  .main_visual-title {
    width: 712px;
    margin: 40px auto; }

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0; }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
    animation: infinity-scroll-left 60s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 3); }
  .scroll-infinity__item > img {
    width: 100%; }

.title_main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .08em; }
  .title_main_bottom {
    font-size: 24px;
    line-height: 2;
    margin-top: 40px;
    letter-spacing: .04em;
    font-weight: 500; }

.title_sub {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .08em;
  margin-top: 80px; }
  .title_sub_text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .04em;
    margin-top: 24px; }

.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 640px;
  margin: 32px auto 0;
  padding: 10px 0;
  background-color: #002870;
  border-radius: 50px;
  display: block; }
  .btn_top.opposition {
    color: #002870 !important;
    background-color: #fff;
    border: 2px solid #002870;
    margin-top: 40px; }

.box_btn {
  text-align: center;
  width: 160px;
  margin: auto; }
  .box_btn .btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 10px 0;
    background-color: #002870;
    border-radius: 8px;
    display: block; }
    .box_btn .btn.not {
      background-color: #ccc; }
  .box_btn.long {
    width: 560px;
    margin-top: 40px; }

.box_price {
  margin-top: 16px; }

.navi {
  width: 100%;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .navi_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
  .navi_item--business a {
    background-color: #1ea5dc; }
  .navi_item--holiday a {
    background-color: #87d1b4; }
  .navi_item--ceremony a {
    background-color: #af91be; }

.column_layout {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .column_layout_item.double {
    width: calc(50% - 20px); }
    .column_layout_item.double .column_layout.suit {
      width: 100%;
      margin-top: 16px; }
      .column_layout_item.double .column_layout.suit .column_layout_item {
        width: calc(50% - 12px); }
        .column_layout_item.double .column_layout.suit .column_layout_item:not(:has(.suit_color)) {
          margin-top: 18px; }

.box_btn {
  margin-top: 8px; }

.item_detail {
  width: calc(100% - 494px); }

.item_img {
  width: 430px; }
  .item_img_sub {
    margin-top: 40px; }
    .item_img_sub.mini {
      width: 240px;
      margin: 40px auto 0; }

.item_number {
  width: 102px;
  margin: 0 auto; }

.item_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.2;
  margin-top: 24px; }
  .item_title_top {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .04em;
    padding: 8px 0;
    margin: 48px auto 40px;
    background-color: #fff;
    position: relative;
    width: 600px; }
    .item_title_top::after {
      position: absolute;
      right: -6px;
      bottom: -6px;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -1; }

.item_text {
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px; }

.item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 16px; }
  .item_info_name {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: left; }
  .item_info_price {
    font-size: 32px;
    font-weight: bold; }
    .item_info_price span {
      font-size: 18px;
      font-weight: 500; }
  .item_info .box_btn {
    margin: 0;
    width: 180px; }

#business.contents_bg {
  background: #bbe4f4; }

#business .contents_title {
  background: #1ea5dc; }

#business .item_title_top {
  border: 3px solid #1ea5dc;
  color: #1ea5dc; }
  #business .item_title_top::after {
    background-color: #1ea5dc; }

#business .box_btn .btn {
  background: #1ea5dc; }

#holiday.contents_bg {
  background: #dbf1e8; }

#holiday .contents_title {
  background: #87d1b4; }

#holiday .item_title_top {
  border: 3px solid #87d1b4;
  color: #87d1b4; }
  #holiday .item_title_top::after {
    background-color: #87d1b4; }

#holiday .box_btn .btn {
  background: #87d1b4; }

#ceremony.contents_bg {
  background: #e7deeb; }

#ceremony .contents_title {
  background: #af91be; }

#ceremony .item_title_top {
  border: 3px solid #af91be;
  color: #af91be; }
  #ceremony .item_title_top::after {
    background-color: #af91be; }

#ceremony .box_btn .btn {
  background: #af91be; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none; }
  .pcOnly {
    display: block; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .contents {
    padding: 40px 0; }
    .contents_inner {
      width: 92%;
      padding: 24px 8px; }
    .contents_text {
      font-size: 14px; }
    .contents.last {
      padding: 40px 0 0; }
    .contents-title {
      font-size: 24px;
      padding: 12px; }
  .sp_mt0 {
    margin-top: 0 !important; }
  .sp40 {
    margin-top: 40px !important; }
  .pt_80 {
    padding-top: 4% !important; }
  .main_visual-title {
    width: 80%;
    margin: 24px auto; }
  .scroll-infinity__item {
    width: calc(100vw / 2); }
  .title_main {
    font-size: 18px;
    letter-spacing: 0; }
    .title_main_bottom {
      font-size: 12px;
      letter-spacing: 0;
      margin-top: 16px; }
  .title_sub {
    font-size: 20px;
    margin-top: 24px; }
  .btn_top {
    font-size: 16px;
    width: 80%;
    padding: 10px 8px; }
    .btn_top.opposition {
      margin-top: 24px; }
  .box_btn {
    width: 100%;
    max-width: 160px; }
    .box_btn .btn {
      font-size: 14px;
      padding: 8px; }
      .box_btn .btn.not {
        background-color: #ccc; }
  .box_price {
    margin-top: 16px; }
  .navi {
    margin-top: 24px;
    gap: 8px; }
    .navi_item {
      width: calc((100% - 16px) / 3); }
      .navi_item a {
        width: 100%;
        height: 64px;
        font-size: 18px; }
  .column_layout {
    margin-top: 24px; }
    .column_layout.suit {
      width: 100%;
      margin-top: 40px; }
      .column_layout.suit .column_layout_item {
        width: calc(50% - 16px); }
        .column_layout.suit .column_layout_item:not(:first-child) {
          margin-left: 16px; }
        .column_layout.suit .column_layout_item:nth-child(n+3) {
          margin-top: 24px; }
    .column_layout_item.double {
      width: 100%;
      margin: 0 auto; }
      .column_layout_item.double:nth-child(n+2) {
        margin-top: 32px; }
      .column_layout_item.double .column_layout.suit .column_layout_item {
        width: calc(50% - 16px); }
  .item_detail {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .item_img {
    width: 80%;
    margin: -16px auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .item_img_sub {
      margin-top: 24px; }
      .item_img_sub.mini {
        width: 54%;
        margin: 24px auto 0; }
  .item_number {
    width: 40px; }
  .item_title {
    font-size: 20px;
    margin-top: 16px; }
    .item_title_top {
      font-size: 16px;
      padding: 8px;
      width: 80%;
      margin: 24px auto 16px; }
  .item_text {
    margin-top: 24px;
    font-size: 14px; }
  .item_info_name {
    font-size: 14px; }
  .item_info_price {
    font-size: 26px; }
  .item_info .box_btn {
    width: 160px; }
  .list_icon {
    margin: 24px 0 0 0; }
    .list_icon_title {
      font-size: 14px;
      width: auto;
      padding: 8px 4px; }
    .list_icon_item {
      height: 54px;
      margin-left: 8px; }
  .suit_title {
    font-size: 16px;
    margin: 40px 0 0; }
  .suit_title02 {
    font-size: 16px;
    margin: 40px 0 0; }
  .suit_color {
    font-size: 14px; }
  .suit_img {
    margin-top: 8px; }
  .suit_price_box {
    display: none;
    width: 100%;
    margin: 16px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .suit_price_box .text_price {
      width: 50%;
      padding: 8px 0 0 8px; }
  .suit_name {
    font-size: 14px;
    width: 100%; }
  .lineup {
    width: 120px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */