@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li, div, a {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 74, 148, 0.47)), to(rgba(199, 105, 142, 0.47)));
  background: linear-gradient(to bottom, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 160px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 110px 0 0;
  }
}

.inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.foot1, .foot2 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn1 {
  width: 90%;
  margin: 50px auto 0 auto;
}
.btn1 a, .btn1 p {
  max-width: 425px;
}

.ft1 {
  color: #C7698E;
  font-size: clamp(2.5rem, 1.538rem + 2.05vw, 4rem);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft1 {
    margin-bottom: 6.5104166667vw;
  }
}
.ft1 span {
  margin-left: 15px;
}

.btn_cm {
  display: block;
  width: 100%;
  font-size: clamp(2.5rem, 2.179rem + 0.68vw, 3rem);
  text-decoration: none;
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-radius: 10px;
  color: white;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D87FA2), color-stop(50%, #ABADCB), color-stop(50%, #ABADCB), color-stop(60%, #C7698E), to(#C7698E));
  background: linear-gradient(90deg, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background-size: 300% auto;
  background-position: right center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn_cm:hover {
  background-position: left center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_dis {
  background: #ccc;
}

.sp_btn {
  display: none;
}

.bx2c {
  max-width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bx2c img {
  width: 100%;
}
.bx2c a {
  display: block;
  width: 44%;
}
.bx2c a:nth-of-type(1) {
  border: 1px solid #264A94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
anniversary contents
------------------------------------------------------------*/
.list_wrap {
  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;
}
@media all and (max-width: 750px) {
  .list_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list_wrap .list {
  width: 47.2916666667%;
  border: solid 1px #bfbfbf;
}
@media all and (max-width: 750px) {
  .list_wrap .list {
    width: 100%;
  }
}
.list_wrap .list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 10px 30px;
  text-align: center;
  text-decoration: none;
  color: #264a94;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list_wrap .list a .logo img {
  display: inline-block;
}
.list_wrap .list a .caption {
  margin-top: 20px;
  color: #0070c0;
  font-size: clamp(1.8rem, 0.317rem + 1.85vw, 2.4rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.03em;
}
.list_wrap .list a .title {
  margin-top: 20px;
  color: #264a94;
  font-size: clamp(1.8rem, 0.317rem + 1.85vw, 2.4rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.03em;
}
.list_wrap .list a .title span {
  position: relative;
  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;
  font-size: clamp(1.2rem, 0.212rem + 1.23vw, 1.6rem);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 12px;
}
.list_wrap .list a .title span:before {
  content: "";
  display: block;
  width: 9.2592592593%;
  height: 1px;
  background-color: #264a94;
  margin-right: 4.6296296296%;
}
.list_wrap .list a .title span:after {
  content: "";
  display: block;
  width: 9.2592592593%;
  height: 1px;
  background-color: #264a94;
  margin-left: 4.6296296296%;
}
.list_wrap .list a:hover {
  opacity: 0.7;
}
@media all and (max-width: 750px) {
  .list_wrap .list:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.list_wrap .list:nth-of-type(n+3) {
  margin-top: 50px;
}
@media all and (max-width: 750px) {
  .list_wrap .list:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.category:after {
  display: block;
  content: "";
  width: calc(50% - 30px);
}

.category li {
  width: calc(50% - 25px);
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .category li {
    width: calc(100% - 2vw);
    margin-bottom: 6.5104166667vw;
  }
  .category li:last-child {
    margin-bottom: 0;
  }
}
.category li p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .category li p {
    font-size: 2.8645833333vw;
    padding: 2.6041666667vw;
  }
}
.category li p span {
  display: block;
  font-weight: 500;
}
.category li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .inner {
    width: 89%;
  }
}
@media all and (max-width: 750px) {
  body {
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .inner {
    width: 89%;
  }
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
  .head .inner {
    width: 100%;
  }
  .head .inner img {
    height: 50px;
  }
}
/*--media_end--*/