@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button {
  margin: 0;
  border: none;
  background-color: transparent;
}

/* body
-----------------------------------------------------*/
body {
  color: #000000;
  line-height: 1.45;
  letter-spacing: 0;
  padding-top: 0;
  font-size: 1.6rem;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/* -------------------------------------------------- */
/*見出し
-----------------------------------------------------*/
.heading-s {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .heading-s {
    font-size: 12px;
  }
}

.heading-mm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .heading-mm {
    font-size: 14px;
  }
}

.heading-m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .heading-m {
    font-size: 18px;
  }
}

/* テキスト
-----------------------------------------------------*/
.strong {
  font-weight: bold;
}

.text-m {
  font-size: 16px;
  line-height: 1.5;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-m {
    font-size: 14px;
    line-height: 1.6;
  }
}

.text-s {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-s {
    font-size: 12px;
    line-height: 1.3;
  }
}

.text-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .text-bold {
    font-size: 12px;
  }
}

.text-bold-red {
  color: #cd182f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.text-r {
  color: #cd182f;
}

.text-w {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333;
}

a,
input[type=submit],
input[type=button],
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active {
  outline: none;
  text-decoration: none;
  /*PC*/
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:active,
  button:hover,
  button:active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}

a:focus,
a:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

a:active:focus,
a:active.focus,
a.active:focus,
a.active.focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* placeholder
-----------------------------------------------------*/
input:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #cdd6dd;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #cdd6dd;
}
input:placeholder-shown,
.form-control:placeholder-shown {
  color: #cdd6dd;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #cdd6dd;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #cdd6dd;
}

input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #333333;
}

.text-link,
.entry-contents a {
  font-weight: bold;
  text-decoration: underline;
}

em {
  color: #ea6000;
}

/*
* color
* --------------------------------------------------*/
/*
* header
* --------------------------------------------------*/
.lp-header {
  background-color: #000000;
  height: 57px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
}
.lp-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  height: 57px;
}
.lp-header .inner .site-logo {
  width: 39px;
  height: 39px;
}
.lp-header .inner .header-nav {
  max-width: calc(100% - 150px);
  -webkit-box-flex: calc(100% - 150px);
      -ms-flex: calc(100% - 150px);
          flex: calc(100% - 150px);
}
.lp-header .header-nav {
  display: none;
}
.lp-header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
  margin-bottom: 0;
}
.lp-header .header-nav .nav-list .list-item .link {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .lp-header {
    height: 70px;
  }
  .lp-header .inner {
    padding: 10px 205px 10px 35px;
    height: 70px;
  }
  .lp-header .inner .site-logo {
    width: 50px;
    height: 50px;
  }
  .lp-header .header-nav {
    display: block;
  }
}
.lp-header .drawer-nav {
  display: none;
  visibility: hidden;
  max-width: 400px;
  width: calc(100% - 15px);
  height: calc(100% - 57px);
  background-color: #000000;
  padding: 10px 30px 70px;
  position: fixed;
  top: 57px;
  right: 0;
  -webkit-transition-property: -webkit-transform visibility;
  transition-property: -webkit-transform visibility;
  transition-property: transform visibility;
  transition-property: transform visibility, -webkit-transform visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 1000;
}
.lp-header .drawer-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.lp-header .drawer-nav .nav-list {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}
.lp-header .drawer-nav .nav-list .list-item {
  margin-right: 10px;
}
.lp-header .drawer-nav .nav-list .link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 18px 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .lp-header .drawer-nav {
    display: block;
  }
}
.lp-header .drawer-btn {
  font-size: 11px;
  display: none;
  color: #fff;
  width: 68px;
  height: 57px;
  border: 0;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  padding: 10px;
  z-index: 1010;
}
.lp-header .drawer-btn:hover,
.lp-header .drawer-btn:active {
  opacity: 1;
  color: #fff;
}
.lp-header .drawer-btn.active {
  opacity: 1;
}
.lp-header .drawer-btn .icon-bar {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 22px;
  height: 3px;
  right: 10px;
  top: 27px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
}
.lp-header .drawer-btn .icon-bar::before,
.lp-header .drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform top bottom;
  transition-property: -webkit-transform top bottom;
  transition-property: transform top bottom;
  transition-property: transform top bottom, -webkit-transform top bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
}
.lp-header .drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}
.lp-header .drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}
.lp-header .drawer-btn.active .icon-bar {
  background-color: transparent;
}
.lp-header .drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.lp-header .drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .lp-header .drawer-btn {
    display: block;
  }
}

.lp-ticket {
  position: fixed;
  height: 37px;
  bottom: 15px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 1010;
}
.lp-ticket .ticket-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 225px;
  height: 37px;
  margin-bottom: 0;
  color: #fff;
  background-color: #e0b26d;
  text-align: center;
}
.lp-ticket .ticket-btn::after {
  position: absolute;
  right: 65px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/v=/files/user/common/2025-26/dolphinsfestival/icn_arrow.svg);
  background-size: 10px 10px;
  vertical-align: middle;
}
.lp-ticket .ticket-btn .text {
  display: block;
  padding-right: 10px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .lp-ticket {
    bottom: auto;
    top: 0;
    right: 13px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 167px;
    height: 70px;
  }
  .lp-ticket .ticket-btn {
    max-width: 167px;
    height: 42px;
  }
  .lp-ticket .ticket-btn::after {
    right: 23px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .lp-ticket .ticket-btn .text {
    padding-right: 10px;
    font-size: 15px;
  }
}
/*
* color
* --------------------------------------------------*/
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}

.lp-footer .footer-logo {
  width: 40px;
  margin-bottom: 10px;
  margin-inline: auto;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.lp-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-footer .footer-menu .item {
  margin-left: 10px;
  margin-right: 10px;
}

.lp-footer .footer-menu .link {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
* color
* --------------------------------------------------*/
/* グリッドシステムやレイアウトのユーティリティ
-----------------------------------------------------*/
.wrap {
  padding-top: 70px;
  overflow: hidden;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 57px;
  }
}

.container {
  position: relative;
  max-width: initial;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }
}

/* メインビジュアル
-----------------------------------------------------*/
.lp-mv {
  position: relative;
  background-color: #000000;
  z-index: 2;
}
.lp-mv .mv-wrap {
  text-align: center;
  margin: 0;
}
.lp-mv .mv-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ABOUT
-----------------------------------------------------*/
.section-about {
  position: relative;
  background-color: #000000;
  padding-bottom: 180px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about {
    padding: 45px 0 60px;
  }
}
.section-about .about-deco {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2138px;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 1440px) {
  .section-about .about-deco {
    width: 148.4%;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-deco {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.section-about .container {
  position: static;
}
.section-about h2 {
  margin: 0 auto;
  padding-top: 295px;
  width: 40%;
  max-width: 1008px;
  z-index: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about h2 {
    padding-top: 0;
    width: 89.8%;
    z-index: 1;
  }
}
.section-about .about-img {
  margin: 110px auto 0;
  max-width: 1196px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-img {
    margin-top: 55px;
    width: 100%;
  }
}
.section-about .about-lead-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 152px;
  margin-top: 115px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    margin-top: 60px;
  }
}
.section-about .about-lead-wrapper .about_lead-img {
  position: absolute;
  margin-top: 25px;
  left: -3.5%;
  width: 51.9%;
  max-width: 623px;
  /*SP*/
}
@media screen and (min-width: 1441px) {
  .section-about .about-lead-wrapper .about_lead-img {
    left: 50%;
    -webkit-transform: translateX(-123%);
            transform: translateX(-123%);
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper .about_lead-img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-64%);
            transform: translateX(-64%);
    margin-top: 0;
    width: 95.7%;
    max-width: none;
  }
}
.section-about .about-lead-wrapper .about-lead {
  max-width: 591px;
  width: 49.2%;
  z-index: 1;
  color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper .about-lead {
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
  }
}
.section-about .about-lead-wrapper .about-lead .heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 210%;
  /*SP*/
}
.section-about .about-lead-wrapper .about-lead .heading:not(:first-of-type) {
  padding-top: 16px;
  padding-bottom: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper .about-lead .heading:not(:first-of-type) {
    padding-top: 30px;
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-lead-wrapper .about-lead .heading {
    font-size: 15px;
  }
}
.section-about .about-lead-wrapper .about-lead .text {
  padding-top: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 200%;
  font-size: 13px;
  /*SP*/
}
/* GAMEDAY
-----------------------------------------------------*/
.section-gameday {
  padding: 120px 0 180px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday {
    padding: 60px 0;
  }
}
.section-gameday .title-wrapper {
  position: relative;
  padding-bottom: 122px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .title-wrapper {
    padding-bottom: 94px;
  }
}
.section-gameday h2 {
  width: 44.4%;
  max-width: 533px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday h2 {
    width: 98.8%;
    max-width: none;
  }
}
.section-gameday .img-dd {
  position: absolute;
  bottom: -6px;
  right: 16px;
  max-width: 218px;
  width: 18.1%;
  z-index: 2;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .img-dd {
    bottom: -3px;
    width: 120px;
  }
}
.section-gameday .date-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 86px;
  padding-top: 75px;
  border-top: 7px solid #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .date-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding-top: 35px;
    border-top: 5px solid #000000;
    width: 100%;
  }
}
.section-gameday .date-wrapper .img-date {
  max-width: 544px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-gameday .date-wrapper .img-date {
    max-width: none;
  }
}
.section-gameday .date-wrapper .img-date:nth-of-type(2n) {
  -ms-grid-column-align: end;
      justify-self: end;
}

/* イベント
-----------------------------------------------------*/
.section-event {
  position: relative;
  padding: 0 0 40px;
  background-color: #000000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event {
    padding: 60px 0 20px;
  }
}
.section-event .event-deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 36.4%;
  max-width: 437px;
}
.section-event h2 {
  padding-top: 120px;
  width: 30.5%;
  max-width: 366px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event h2 {
    margin-top: 0;
    padding-top: 0;
    width: 71.3%;
    max-width: none;
  }
}
.section-event .event-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 123px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .event-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
    margin-top: 63px;
    width: 100%;
  }
}
.section-event .note {
  margin: 120px 0 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
  text-align: right;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-event .note {
    margin-top: 60px;
    font-size: 10px;
  }
}

/* パートナー
-----------------------------------------------------*/
.section-partner {
  background-color: #fff;
  border-bottom: 2px solid #000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner {
    background-image: url(/v=/files/user/common/2025-26/dolphinsfestival/bg_decoration_03_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-partner .container {
  padding: 120px 0 200px;
  background-image: url(/v=/files/user/common/2025-26/dolphinsfestival/bg_decoration_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 996px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .container {
    padding: 60px 0 163px;
    background-image: none;
  }
}
.section-partner .img-dd-left,
.section-partner .img-dd-right {
  position: absolute;
  bottom: 0;
}
.section-partner .img-dd-left {
  left: -35px;
  max-width: 111px;
  width: 9.25%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .img-dd-left {
    left: 0;
    max-width: none;
    width: 82px;
  }
}
.section-partner .img-dd-right {
  right: -45px;
  max-width: 104px;
  width: 8.66%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .img-dd-right {
    right: 0;
    max-width: none;
    width: 77px;
  }
}
.section-partner .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 994px;
  width: 100%;
  /*SP*/
}
.section-partner .title-wrapper .img-deco {
  padding-top: 16px;
  width: 129px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .title-wrapper .img-deco {
    padding-top: 14px;
    width: 17.3%;
  }
}
.section-partner .title-wrapper h2 {
  width: 29%;
  max-width: 289px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .title-wrapper h2 {
    width: 57.6%;
    max-width: none;
  }
}
.section-partner .partner-wrapper {
  margin: 110px auto 0;
  max-width: 996px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper {
    margin-top: 60px;
  }
}
.section-partner .partner-wrapper .partner-list a {
  display: block;
}
@media screen and (min-width: 769px) {
  .section-partner .partner-wrapper .partner-list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section-partner .partner-wrapper .partner-list a:hover {
    opacity: 0.7;
  }
}
.section-partner .partner-wrapper .block-2column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .block-2column {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.section-partner .partner-wrapper .block-5column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .block-5column {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12px;
    margin-top: 15px;
  }
}
.section-partner .partner-wrapper .-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  margin: 62px auto 0;
  max-width: 476px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .-text {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 40px;
    max-width: 160px;
  }
}
.section-partner .partner-wrapper .-text .partner-item {
  height: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .-text .partner-item {
    margin: 0 auto;
    height: 17px;
  }
}
.section-partner .partner-wrapper .-text .-small {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-partner .partner-wrapper .-text .-small {
    max-width: 143px;
  }
}

/*
* color
* --------------------------------------------------*/
.section-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 170px;
}
@media (max-width: 1220px) {
  .section-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.section-sns .sns-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 550px;
  width: 39.2%;
  background: #fff;
  /*SP*/
}
.section-sns .sns-title picture,
.section-sns .sns-title img {
  width: 262px;
  height: auto;
}
@media (max-width: 1220px) {
  .section-sns .sns-title {
    padding: 36px 0 27px;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-sns .sns-title picture {
    text-align: center;
  }
  .section-sns .sns-title img {
    width: 131px;
    height: 35px;
  }
}
.section-sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1220px) {
  .section-sns .sns-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    border-top: 2px solid #000000;
  }
}
.section-sns .sns-list .sns-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  padding: 40px 10px 20px;
  border-left: 2px solid #000;
  /*SP*/
}
.section-sns .sns-list .sns-item img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item img {
    width: 30px;
    height: 30px;
  }
}
.section-sns .sns-list .sns-item .sns-label {
  margin-top: 20px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 15px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item .sns-label {
    margin-top: 10px;
    font-size: 9px;
  }
}
@media (max-width: 1220px) {
  .section-sns .sns-list .sns-item {
    width: 100%;
  }
  .section-sns .sns-list .sns-item:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item {
    padding: 11px 9px;
  }
}

/*
* color
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000000;
}

.bg-nagoyagold {
  background-color: #e0b26d;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f4f4;
}

/* PC,SPごとの表示切り替え
-----------------------------------------------------*/
.sp-break {
  display: inline;
}

/*SP*/
@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/*SP*/
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}