/* reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* set */
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.78;
  font-size: 1.5rem;
  color: #000;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  vertical-align: middle;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  p {
    margin-bottom: 20px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
------------------------------------------------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------------------------------------------------
*/
.in834 {
  display: none;
}
@media screen and (max-width: 768px) {
  .in834 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.in834 {
    display: inline-block;
  }
  .out835 {
    display: none;
  }
}
.wrap {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c_ttl {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #ea168c;
  font-size: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c_ttl {
    font-size: 3.8rem;
  }
}

.textLink {
  color: #EA168C;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .textLink:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .textLink:hover {
    text-decoration: none;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20000000000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo a {
  display: block;
  padding: 18px 26px;
  background: #fff;
}
#header .mail a {
  display: block;
  background: #ea168c;
  padding: 18px 14px;
  line-height: 0;
}
@media (hover: hover) and (pointer: fine) {
  #header .mail a:hover {
    background: #e852a1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .mail a:hover {
    background: #e852a1;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 80px;
  }
  #header .logo a {
    padding: 18px 17px;
  }
}

.cookieLink {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 25px 0 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
}
.cookieLink .wrap {
  position: relative;
  max-width: 885px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookieLink .wrap .txt {
  width: 57%;
  margin: 0 2.05% 0 0;
  font-size: 1.5rem;
  line-height: 2;
}
.cookieLink .wrap .agreeBtn {
  width: 40.95%;
}
.cookieLink .wrap .agreeBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cookieLink .wrap .agreeBtn ul li {
  width: 47.95%;
  margin: 0 4.1% 0 0;
}
.cookieLink .wrap .agreeBtn ul li button {
  width: 100%;
  height: 55px;
  line-height: 55px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
}
.cookieLink .wrap .agreeBtn ul li:first-child button {
  color: #fff;
  font-weight: 700;
  background: #d4358a;
}
.cookieLink .wrap .agreeBtn ul li:last-child {
  margin: 0;
}
.cookieLink .wrap .agreeBtn ul li:last-child button {
  background: #666666;
  color: #fff;
}
.cookieLink .closeBtn {
  font-size: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
}
.cookieLink .closeBtn:before, .cookieLink .closeBtn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  margin: auto;
}
.cookieLink .closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookieLink .closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cookieLink button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .cookieLink button:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cookieLink button:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 833px) {
  .cookieLink {
    padding: 25px 0;
  }
  .cookieLink .wrap {
    display: block;
  }
  .cookieLink .wrap .txt {
    width: 100%;
    font-size: 1.3rem;
  }
  .cookieLink .wrap .txt .textLink {
    color: #fff;
  }
  .cookieLink .wrap .agreeBtn {
    width: 100%;
  }
  .cookieLink .wrap .agreeBtn ul {
    display: block;
  }
  .cookieLink .wrap .agreeBtn ul li {
    width: 100%;
  }
  .cookieLink .wrap .agreeBtn ul li button {
    font-size: 1.4rem;
    height: 42px;
    line-height: 42px;
  }
  .cookieLink .wrap .agreeBtn ul li:first-child {
    margin: 0 0 10px;
  }
  .cookieLink .closeBtn {
    border-radius: 50%;
    background: #666666;
    width: 36px;
    height: 36px;
    top: -17px !important;
    right: 14.5px !important;
  }
  .cookieLink .closeBtn:after, .cookieLink .closeBtn:before {
    width: 17px;
    background: #fff;
    display: block;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
#footer {
  border-top: 1px solid #ccc;
  padding: 50px 0;
  font-size: 1.4rem;
}
#footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .wrap .info dt {
  width: 77px;
  margin-right: 60px;
}
#footer .wrap .info dd p {
  margin-bottom: 20px;
}
#footer .wrap .info dd p:last-child {
  margin-bottom: 0;
}
#footer .wrap .right {
  position: relative;
}
#footer .wrap .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .wrap .right ul li {
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
}
#footer .wrap .right ul li:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50%;
  background: #333333;
  display: block;
  margin: auto 0;
}
#footer .wrap .right ul li:last-child {
  margin: 0;
  padding: 0;
}
#footer .wrap .right ul li:last-child:after {
  display: none;
}
#footer .wrap .right small {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 50px 0 20px;
  }
  #footer .wrap {
    display: block;
  }
  #footer .wrap .info {
    margin: 0 0 50px;
  }
  #footer .wrap .info dt {
    margin-right: 30px;
  }
  #footer .wrap .right ul {
    margin: 0 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .wrap .right small {
    position: static;
    display: block;
    text-align: center;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------------------------------------
*/
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000000000000;
}
#loading .spinner {
  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: 100%;
  height: 100%;
}
#loading .spinner .inner {
  background: #fff;
  padding: 20px;
  line-height: 0;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#wedding .lead {
  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;
  margin-bottom: 130px;
}
#wedding .lead .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 64.29vw;
  margin-right: calc(-50vw + 600px);
  margin-left: 3.33%;
}
#wedding .lead .img .slick-slide {
  width: 64.29vw;
  height: 100vh;
}
#wedding .lead .img .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wedding .lead .img .slick-arrow {
  position: absolute;
  bottom: 15px;
  z-index: 2;
}
#wedding .lead .img .slick-arrow.slick-prev {
  right: 75px;
}
#wedding .lead .img .slick-arrow.slick-next {
  right: 15px;
}
#wedding .lead .txt {
  width: 30%;
}
#wedding .lead .txt h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #ea168c;
  font-size: 2.4rem;
  margin-bottom: 35px;
}
#wedding .topics {
  margin-bottom: 150px;
}
#wedding .topics .c_ttl {
  text-align: center;
  margin-bottom: 60px;
}
#wedding .topics dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
#wedding .topics dl dt {
  width: 60.71vw;
  margin-left: calc(-50vw + 600px);
  padding-top: 54px;
}
#wedding .topics dl dt .slick-slider {
  position: relative;
}
#wedding .topics dl dt .slick-slider .slick-slide img {
  width: 100%;
}
#wedding .topics dl dt .slick-slider .slick-arrow {
  position: absolute;
  bottom: 15px;
  z-index: 2;
}
#wedding .topics dl dt .slick-slider .slick-arrow.slick-prev {
  left: 15px;
}
#wedding .topics dl dt .slick-slider .slick-arrow.slick-next {
  left: 75px;
}
#wedding .topics dl dd {
  width: 45.5%;
  margin-left: -7.91%;
  position: relative;
  z-index: 3;
}
#wedding .topics dl dd .inner {
  background: #f2f2f2;
  padding: 50px 55px;
}
#wedding .topics dl dd .inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#wedding .topics dl dd .inner h3 span:first-child {
  font-size: 4.864rem;
  width: 54px;
  line-height: 1;
}
#wedding .topics dl dd .inner h3 span:last-child {
  font-size: 2.6rem;
  line-height: 1.385;
  width: calc(100% - 54px);
}
#wedding .topics dl dd .inner .catch {
  color: #ea168c;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#wedding .topics dl dd .inner .catch strong {
  font-weight: 400;
}
#wedding .topics dl dd .inner .txtlink {
  text-decoration: underline;
  color: #ea168c;
}
@media (hover: hover) and (pointer: fine) {
  #wedding .topics dl dd .inner .txtlink:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #wedding .topics dl dd .inner .txtlink:hover {
    text-decoration: none;
  }
}
#wedding .topics dl.even dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0;
  margin-right: calc(-50vw + 600px);
}
#wedding .topics dl.even dt .slick-slider .slick-arrow.slick-prev {
  right: 75px;
  left: auto;
}
#wedding .topics dl.even dt .slick-slider .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
#wedding .topics dl.even dd {
  margin-left: 0;
  margin-right: -7.91%;
}
#wedding .topics dl:last-child {
  margin-bottom: 0;
}
#wedding .listblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 115px;
}
#wedding .listblock .box .img {
  width: 40%;
  margin: 0 4% 0 0;
  line-height: 0;
}
#wedding .listblock .box .img img {
  width: 100%;
}
#wedding .listblock .box .txt {
  width: 56%;
}
#wedding .listblock .box .txt .ttl {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#wedding .listblock .box .txt .catch {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ea168c;
}
#wedding .listblock .box .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}
#wedding .listblock .box .txt ul li {
  border-radius: 30px;
  background: #ea168c;
  color: #fff;
  padding: 5px 18px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 10px 10px 0;
}
#wedding .listblock .box .txt ul li:last-child {
  margin: 0 0 10px;
}
#wedding .listblock .box .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  border-top: 1px solid #cccccc;
}
#wedding .listblock .box .txt dl dt {
  width: 104px;
  color: #ea168c;
  font-weight: 700;
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
}
#wedding .listblock .box .txt dl dd {
  width: calc(100% - 104px);
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
}
#wedding .listblock .box .txt dl.sm {
  max-width: 300px;
}
#wedding .listblock .box:last-child {
  margin-bottom: 0;
}
#wedding .plan {
  margin-bottom: 115px;
}
#wedding .plan .c_ttl {
  text-align: center;
  margin-bottom: 70px;
}
#wedding .fair {
  background: #f2f2f2;
  padding: 75px 0 84px;
  margin-bottom: 115px;
}
#wedding .fair .c_ttl {
  text-align: center;
  margin-bottom: 70px;
}
#wedding .gallery .c_ttl {
  text-align: center;
  margin-bottom: 45px;
}
#wedding .gallery .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
#wedding .gallery .photo li {
  width: 16.6666666667%;
  aspect-ratio: 1/1;
  line-height: 0;
}
#wedding .gallery .photo li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wedding .gallery .link {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 75px;
}
#wedding .gallery .link a {
  display: inline-block;
}
#wedding .gallery .link a img, #wedding .gallery .link a span {
  vertical-align: middle;
}
#wedding .gallery .link a img {
  margin-right: 20px;
}
#wedding .gallery .link a span {
  font-weight: 700;
  font-size: 1.8rem;
}
#wedding .line {
  padding: 0 20px;
}
#wedding .line .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 457px;
  margin: 0 auto 75px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 24px 30px;
  color: #04c75a;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#wedding .line .inner img {
  margin-right: 20px;
}
@media screen and (min-width: 1401px) {
  #wedding .lead .img {
    width: calc(66.66% + 50vw - 600px);
  }
  #wedding .lead .img .slick-slide {
    width: calc(66.66% + 50vw - 600px);
  }
  #wedding .topics dl dd {
    margin-left: -207px;
  }
  #wedding .topics dl.even dd {
    margin-right: -207px;
  }
}
@media screen and (max-width: 1259px) {
  #wedding .lead .img {
    margin-right: -30px;
  }
  #wedding .topics dl dt {
    margin-left: -30px;
  }
  #wedding .topics dl.even dt {
    margin-right: -30px;
  }
}
@media screen and (max-width: 1020px) {
  #wedding .lead {
    display: block;
    margin-bottom: 60px;
  }
  #wedding .lead .img, #wedding .lead .txt {
    width: 100%;
  }
  #wedding .lead .img {
    margin: 0 -30px 40px;
    width: calc(100% + 60px);
    height: auto;
  }
  #wedding .lead .img .slick-slide {
    aspect-ratio: 16/9;
  }
  #wedding .lead .img .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wedding .lead .txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #wedding {
    font-size: 1.4rem;
  }
  #wedding .lead .img {
    margin: 0 -20px 40px;
    width: calc(100% + 40px);
  }
  #wedding .lead .img .slick-slide {
    aspect-ratio: 900/800;
  }
  #wedding .lead .txt h2 {
    font-size: 2rem;
  }
  #wedding .topics {
    margin-bottom: 80px;
  }
  #wedding .topics .c_ttl {
    margin-bottom: 35px;
  }
  #wedding .topics dl {
    display: block;
    margin: 0 -20px;
  }
  #wedding .topics dl dt, #wedding .topics dl dd {
    width: 100%;
    margin: 0;
  }
  #wedding .topics dl dt {
    padding: 0;
  }
  #wedding .topics dl dt .slick-slider .slick-arrow.slick-prev {
    right: 75px;
    left: auto;
  }
  #wedding .topics dl dt .slick-slider .slick-arrow.slick-next {
    right: 15px;
    left: auto;
  }
  #wedding .topics dl dd .inner {
    padding: 40px 20px;
  }
  #wedding .topics dl dd .inner h3 {
    margin-bottom: 20px;
  }
  #wedding .topics dl dd .inner h3 span:first-child {
    font-size: 3.864rem;
    width: 44px;
  }
  #wedding .topics dl dd .inner h3 span:last-child {
    font-size: 2.2rem;
    width: calc(100% - 44px);
  }
  #wedding .listblock .box {
    display: block;
    margin-bottom: 65px;
  }
  #wedding .listblock .box .img, #wedding .listblock .box .txt {
    width: 100%;
  }
  #wedding .listblock .box .img {
    margin: 0 0 30px;
  }
  #wedding .listblock .box .txt .ttl {
    font-size: 2rem;
  }
  #wedding .listblock .box .txt .catch {
    font-size: 1.7rem;
  }
  #wedding .plan {
    margin-bottom: 85px;
  }
  #wedding .plan .c_ttl {
    margin-bottom: 35px;
  }
  #wedding .fair {
    padding: 60px 0 65px;
    margin-bottom: 75px;
  }
  #wedding .fair .c_ttl {
    margin-bottom: 35px;
  }
  #wedding .gallery .photo li {
    width: 33.3333333333%;
  }
  #wedding .gallery .link a span {
    font-size: 1.6rem;
  }
  #wedding .line .inner {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  #wedding .listblock .box .txt dl.sm {
    max-width: 100%;
  }
}

#wedding .lead .txt {
  font-size: 1.4rem;
}
#wedding .lead .txt h2 {
  font-size: 2rem;
}
#wedding .topics dl dd .inner {
  font-size: 1.4rem;
}
#wedding .gallery .note {
  text-align: center;
}
#wedding .gallery .blink {
  text-align: center;
  margin-bottom: 100px;
}
#wedding .gallery .blink a {
  background: #ea168c;
  color: #fff;
  width: 180px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
}