@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

a {
  -webkit-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity;
  text-decoration: none;
  color: #1F1D1D;
}
@media (min-width: 980px) {
  a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 979px) {
  a:active {
    opacity: 0.75;
  }
}

.container {
  width: 100vw;
  padding: 58px 0 0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", Roboto, YuGothic, "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Helvetica, sans-serif;
  font-size: min(3.5vw, 16px);
  font-weight: normal;
  line-height: 2;
  color: #1F1D1D;
}
@media (max-width: 979px) {
  .container {
    padding: 50px 0 0;
  }
}

.u_txtred {
  color: #B30D23;
}

.u_txtbold {
  font-weight: bold !important;
}

@media (min-width: 980px) {
  .u_spbreak {
    display: none;
  }
}
.l_roundbtn {
  width: 100%;
  height: 100%;
}

.roundbtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: min(3.5vw, 17px);
  background-color: #000;
  border-radius: 100px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.roundbtn::before, .roundbtn::after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.roundbtn::before {
  background-image: url(../img/icon_open01.svg);
}
.roundbtn::after {
  background-image: url(../img/icon_close01.svg);
  opacity: 0;
}
.roundbtn .roundbtn_txt {
  position: relative;
}
.roundbtn .roundbtn_txt > div {
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.roundbtn .roundbtn_txt > div:nth-child(1) {
  color: #bba170;
}
.roundbtn .roundbtn_txt > div:nth-child(2) {
  width: 100%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  color: #1F1D1D;
  opacity: 0;
}
.roundbtn.is_close {
  background-color: #C1C1C1;
}
.roundbtn.is_close::before {
  opacity: 0;
}
.roundbtn.is_close::after {
  opacity: 1;
}
.roundbtn.is_close .roundbtn_txt > div:nth-child(1) {
  opacity: 0;
}
.roundbtn.is_close .roundbtn_txt > div:nth-child(2) {
  opacity: 1;
}

.l_rectbtn {
  width: 100%;
  height: 100%;
}

.rectbtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: min(3.5vw, 13px);
  background-color: #036EA8;
}
.rectbtn .rectbtn_txt {
  color: #fff;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.hero {
  background-color: #bba170;
}
.hero .hero_body {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media (min-width: 980px) {
  .hero .hero_body {
    height: calc(100svh - 150px);
  }
}
.hero .hero_body > video {
  display: block;
  z-index: 0;
}
@media (min-width: 980px) {
  .hero .hero_body > video {
    width: 101%;
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
@media (max-width: 979px) {
  .hero .hero_body > video {
    width: 100%;
    position: relative;
  }
}
.hero .hero_foot {
  padding: 80px 0;
  position: relative;
  background-color: #bba170;
}
@media (max-width: 979px) {
  .hero .hero_foot {
    padding: 40px 0;
  }
}
.hero .hero_foot::before {
  width: 460px;
  height: 418px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo_10th01.svg);
}
@media (max-width: 979px) {
  .hero .hero_foot::before {
    width: 320px;
    height: 270px;
  }
}
.hero .hero_foot .hero_foot_inner {
  width: 90%;
  max-width: 680px;
  margin: auto;
  position: relative;
  z-index: 1;
  font-size: min(4vw, 20px);
  text-align: center;
}

.l_contents {
  margin: 40px 0 0;
}

.contents:nth-child(n+2) {
  margin: 100px 0 0;
}
@media (max-width: 979px) {
  .contents:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
.contents .contents_head {
  text-align: center;
  line-height: 1;
}
.contents .contents_head .contents_head_sub {
  font-family: "din-2014";
  font-size: min(4vw, 34px);
  color: #bba170;
}
.contents .contents_head .contents_head_ttl {
  margin: 20px 0 0;
  font-size: min(4.5vw, 26px);
  font-weight: bold;
}
@media (max-width: 979px) {
  .contents .contents_head .contents_head_ttl {
    margin: 10px 0 0;
  }
}
.contents .contents_body {
  margin: 60px 0 0;
}
@media (max-width: 979px) {
  .contents .contents_body {
    margin: 20px 0 0;
  }
}
.contents .contents_body .contents_body_main {
  margin: 60px 0 0;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_main {
    margin: 30px 0 0;
  }
}
.contents .contents_body .contents_body_ttl {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_ttl {
    height: 80px;
  }
}
.contents .contents_body .contents_body_ttl > img {
  max-width: 90px;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_ttl > img {
    max-width: 50px;
  }
}
.contents .contents_body .contents_body_ttl.contents_body_ttl__gift img {
  max-width: 903px;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_ttl.contents_body_ttl__gift img {
    max-width: 330px;
  }
}
.contents .contents_body .contents_body_ttl.contents_body_ttl__flag::before, .contents .contents_body .contents_body_ttl.contents_body_ttl__flag::after {
  width: 205px;
  height: 118px;
  position: absolute;
  top: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/img_flag01.webp);
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_ttl.contents_body_ttl__flag::before, .contents .contents_body .contents_body_ttl.contents_body_ttl__flag::after {
    width: 100px;
    height: 60px;
  }
}
.contents .contents_body .contents_body_ttl.contents_body_ttl__flag::before {
  left: 0;
}
.contents .contents_body .contents_body_ttl.contents_body_ttl__flag::after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contents .contents_body .contents_body_sub {
  width: 100%;
  background-color: #bba170;
}
.contents .contents_body .contents_body_sub > img {
  width: 463px;
  margin: auto;
  position: relative;
  top: -30px;
}
@media (max-width: 979px) {
  .contents .contents_body .contents_body_sub > img {
    width: 80%;
    top: -20px;
  }
}
.contents .contents_body .contents_body_img {
  width: 90%;
  max-width: 740px;
  margin: auto;
  position: relative;
}
.contents .contents_body .contents_body_img.contents_body_img__ac {
  max-height: 1630px;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.contents .contents_body .contents_body_img.contents_body_img__ac::after {
  width: 100%;
  height: 210px;
  position: absolute;
  right: 50%;
  bottom: -10px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.contents .contents_body .contents_body_img.contents_body_img__ac.is_show {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  max-height: 100000px;
}
.contents .contents_body .contents_body_img.contents_body_img__ac.is_show::after {
  opacity: 0;
}
.contents .contents_body .contents_body_txt {
  margin-top: 20px;
  font-size: min(4vw, 20px);
}
.contents .contents_body .contents_body_btn {
  width: 260px;
  height: 58px;
  margin: 60px auto 0;
}

.message {
  max-width: 900px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 980px) {
  .message .message_inner:nth-child(1) {
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
    float: left;
  }
}
@media (max-width: 979px) {
  .message .message_inner:nth-child(2) {
    width: 90%;
    margin: 20px auto 0;
  }
}
.message .message_inner:nth-child(2) {
  font-size: min(4vw, 20px);
}

.special .special_body {
  padding: 60px 0;
  background-color: #F4F2F0;
}
@media (max-width: 979px) {
  .special .special_body {
    padding: 20px 0;
  }
}
.special .special_body .special_body_ttl {
  font-size: min(6vw, 28px);
  font-weight: bold;
  text-align: center;
  color: #bba170;
}
.special .special_body .special_body_inner {
  width: 90%;
  max-width: 830px;
  margin: 60px auto 0;
}
@media (max-width: 979px) {
  .special .special_body .special_body_inner {
    margin-top: 20px;
  }
}
.special .special_foot {
  width: 90%;
  max-width: 900px;
  margin: auto;
  padding: 60px 0;
  font-size: min(4vw, 20px);
}
@media (max-width: 979px) {
  .special .special_foot {
    padding: 30px 0;
  }
}

.talk:nth-child(n+2) {
  margin-top: 100px;
}
@media (max-width: 979px) {
  .talk:nth-child(n+2) {
    margin-top: 10px;
  }
}
.talk .talk_head {
  padding: 40px 0;
  line-height: 1;
  background-color: #bba170;
}
@media (max-width: 979px) {
  .talk .talk_head {
    padding: 20px 0 40px;
  }
}
.talk .talk_head .talk_head_inner {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.talk .talk_head .talk_head_inner .talk_head_inner_num,
.talk .talk_head .talk_head_inner .talk_head_inner_position,
.talk .talk_head .talk_head_inner .talk_head_inner_name {
  display: inline-block;
  vertical-align: middle;
}
.talk .talk_head .talk_head_inner .talk_head_inner_num > span,
.talk .talk_head .talk_head_inner .talk_head_inner_position > span,
.talk .talk_head .talk_head_inner .talk_head_inner_name > span {
  display: inline-block;
  vertical-align: middle;
}
.talk .talk_head .talk_head_inner .talk_head_inner_num {
  font-size: min(5vw, 27px);
  font-weight: bold;
}
.talk .talk_head .talk_head_inner .talk_head_inner_num > span {
  margin: 0 8px 5px;
  font-family: "din-2014";
  font-size: min(8vw, 55px);
  color: #fff;
}
@media (max-width: 979px) {
  .talk .talk_head .talk_head_inner .talk_head_inner_num > span {
    margin: 0 3px 4px;
  }
}
.talk .talk_head .talk_head_inner .talk_head_inner_position {
  margin: 0 0 5px 20px;
  font-size: min(4vw, 24px);
}
@media (max-width: 979px) {
  .talk .talk_head .talk_head_inner .talk_head_inner_position {
    margin: 0 0 5px 5px;
  }
}
.talk .talk_head .talk_head_inner .talk_head_inner_name {
  margin: 0 0 6px 20px;
  font-size: min(5.5vw, 36px);
  color: #fff;
}
@media (max-width: 979px) {
  .talk .talk_head .talk_head_inner .talk_head_inner_name {
    margin: 0 0 4px 5px;
  }
}
.talk .talk_head .talk_head_inner .talk_head_inner_name > span {
  margin: 0 0 6px;
  font-size: min(4vw, 24px);
  color: #1F1D1D;
}
@media (max-width: 979px) {
  .talk .talk_head .talk_head_inner .talk_head_inner_name > span {
    margin: 0 0 4px;
  }
}
.talk .talk_body {
  width: 90%;
  max-width: 900px;
  margin: auto;
  padding: 0 0 100px;
  position: relative;
}
.talk .talk_body .talk_body_inner:nth-child(1) {
  width: 355px;
  position: absolute;
  top: -180px;
  left: 0;
  z-index: 1;
}
@media (max-width: 979px) {
  .talk .talk_body .talk_body_inner:nth-child(1) {
    width: 245px;
    top: -250px;
  }
}
.talk .talk_body .talk_body_inner:nth-child(2) {
  width: 620px;
  margin: 150px 0 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 979px) {
  .talk .talk_body .talk_body_inner:nth-child(2) {
    width: 265px;
    margin-top: 220px;
  }
}
.talk .talk_body .talk_body_inner:nth-child(2)::before, .talk .talk_body .talk_body_inner:nth-child(2)::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.talk .talk_body .talk_body_inner:nth-child(2)::after {
  width: 65px;
  height: 45px;
  top: -20px;
  right: 20px;
  z-index: 2;
  background-image: url(../img/icon_quarto01.svg);
}
@media (max-width: 979px) {
  .talk .talk_body .talk_body_inner:nth-child(2)::after {
    width: 45px;
    height: 35px;
    top: -14px;
    right: 10px;
  }
}
.talk .talk_body .talk_body_inner:nth-child(2)::before {
  width: 225px;
  height: 200px;
  top: calc(100% - 50px);
  right: calc(100% - 100px);
  z-index: 0;
  background-image: url(../img/img_talk02.svg);
}
@media (max-width: 979px) {
  .talk .talk_body .talk_body_inner:nth-child(2)::before {
    width: 195px;
    height: 170px;
    top: calc(100% - 110px);
    right: calc(100% - 120px);
  }
}
.talk .talk_body .talk_body_inner .talk_body_inner_txt {
  padding: 60px 50px 50px 130px;
  position: relative;
  z-index: 1;
  font-size: min(3.5vw, 16px);
  background-color: #F4F2F0;
}
@media (max-width: 979px) {
  .talk .talk_body .talk_body_inner .talk_body_inner_txt {
    padding: 80px 20px 30px 20px;
  }
}

.present .present_body {
  padding: 60px 0;
  background-color: #EAEAEA;
}
@media (max-width: 979px) {
  .present .present_body {
    padding: 20px 0;
  }
}
.present .present_body .present_body_inner {
  width: 90%;
  max-width: 515px;
  margin: auto;
}
.present .present_foot {
  padding: 40px 0;
  text-align: center;
  background-color: #bba170;
}
@media (max-width: 979px) {
  .present .present_foot {
    padding: 20px;
  }
}
.present .present_foot .present_foot_txt {
  font-size: min(4vw, 20px);
}
.present .present_foot .present_foot_date {
  max-width: 555px;
  height: 50px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(5vw, 22px);
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
}

.l_anniversary {
  padding: 0 0 150px;
  background-color: #000;
}
@media (max-width: 979px) {
  .l_anniversary {
    padding: 0 0 60px;
  }
}

.anniversary {
  color: #fff;
}
.anniversary .anniversary_head .anniversary_head_txt {
  font-size: min(4vw, 20px);
  text-align: center;
}
.anniversary .anniversary_head .anniversary_head_txt:nth-child(1) {
  padding: 100px 0 80px;
  position: relative;
}
@media (max-width: 979px) {
  .anniversary .anniversary_head .anniversary_head_txt:nth-child(1) {
    padding: 60px 0 50px;
  }
}
.anniversary .anniversary_head .anniversary_head_txt:nth-child(1) > div {
  position: relative;
  z-index: 1;
}
.anniversary .anniversary_head .anniversary_head_txt:nth-child(1)::before {
  width: 460px;
  height: 418px;
  position: absolute;
  right: 50%;
  bottom: calc(50% - 10px);
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  z-index: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo_10th01.svg);
  opacity: 0.2;
}
@media (max-width: 979px) {
  .anniversary .anniversary_head .anniversary_head_txt:nth-child(1)::before {
    width: 260px;
    height: 218px;
  }
}
.anniversary .anniversary_head .anniversary_head_txt:nth-child(n+2) {
  margin: 60px 0 0;
}
@media (max-width: 979px) {
  .anniversary .anniversary_head .anniversary_head_txt:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
.anniversary .anniversary_head .anniversary_head_logo {
  width: 160px;
  margin: auto;
}
@media (max-width: 979px) {
  .anniversary .anniversary_head .anniversary_head_logo {
    width: 100px;
  }
}
.anniversary .anniversary_body {
  width: 90%;
  max-width: 900px;
  margin: 100px auto 0;
  padding: 60px;
  background-color: #2F2F2F;
  border-radius: 30px;
}
@media (max-width: 979px) {
  .anniversary .anniversary_body {
    margin-top: 60px;
    padding: 40px 20px;
  }
}
.anniversary .anniversary_body .anniversary_body_ttl {
  font-size: min(6vw, 36px);
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 979px) {
  .anniversary .anniversary_body .anniversary_body_ttl {
    line-height: 2;
  }
}
.anniversary .anniversary_body .anniversary_body_ttl:nth-child(n+2) {
  margin: 20px 0 0;
}
.anniversary .anniversary_body .anniversary_body_ttl.anniversary_body_ttl__en {
  font-family: "din-2014";
  font-size: min(6vw, 34px);
  line-height: 1;
  color: #bba170;
}
.anniversary .anniversary_body .anniversary_body_sub {
  margin: 60px 0 0;
  font-family: "din-2014";
  font-size: min(5vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #bba170;
}
@media (max-width: 979px) {
  .anniversary .anniversary_body .anniversary_body_sub {
    margin: 40px 0 0;
  }
}
.anniversary .anniversary_body .anniversary_body_txt {
  margin: 20px 0 0;
  font-size: min(3.5vw, 20px);
  text-align: center;
}
.anniversary .anniversary_body .anniversary_body_note {
  margin: 80px 0 0;
  font-size: min(4vw, 20px);
}
@media (max-width: 979px) {
  .anniversary .anniversary_body .anniversary_body_note {
    margin: 40px 0 0;
  }
}
.anniversary .anniversary_body .anniversary_body_btn {
  width: 260px;
  height: 41px;
  margin: 60px auto 0;
}/*# sourceMappingURL=style.css.map */