@charset "UTF-8";
@media screen and (min-width: 768px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
main.formal {
  font-family: "Lato", "Noto Sans JP";
}

main {
  /*メインヴィジュアル*/
  /*スクロールダウン*/
  /*コンテンツ*/
  /*CEREMONY*/
}
main .heading {
    text-align: left;
}
main .kv {
  position: relative;
}
main .kv section {
  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;
}
main .kv_img {
  max-width: 50vw;
  max-height: 730px;
}
main .kv_img img {
  display: block;
}
main .kv_ttl_wrap {
  padding-left: 50px;
  padding-right: 50px;
}
main .kv_ttl {
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  line-height: 1.2;
  padding: 30px 0 20px;
}
main .heading_txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
main .scrolldown {
  position: absolute;
  right: 6%;
  top: calc(50% - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .scrolldown .scrolldown_txt {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
main .scrolldown .scrolldown_line {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5px;
  height: 30px;
  background: #000;
  -webkit-animation: pathmove 2.2s ease-in-out infinite;
          animation: pathmove 2.2s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 80px;
    top: 50px;
    opacity: 0;
  }
  60% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 130px;
    top: 150px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 80px;
    top: 50px;
    opacity: 0;
  }
  60% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 130px;
    top: 150px;
    opacity: 0;
  }
}
@media screen and (min-width: 1381px) {
  main .kv_img img {
    max-height: 730px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  main .kv_ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  main .kv section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .black_formalmanneritem .kv_img {
    background: transparent url("img/black_formalmanneritem/black_formalmanneritem_kv_sp_01.jpg") no-repeat 0 0/cover;
  }
  main .black_otheritem .kv_img {
    background: transparent url("img/black_otheritem/black_otheritem_kv_sp_01.jpg") no-repeat 0 0/cover;
  }
  main .kv_img {
    width: 100%;
    max-width: 100vw;
  }
  main .kv_ttl_wrap {
    padding: 20px 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  main .heading {
    padding-bottom: 40px;
  }
  main .kv_ttl {
    font-size: 10.4vw;
    padding: 6vw 0 4vw;
  }
  main .heading_txt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 986px) and (min-width: 768px) {
  main .scrolldown {
    right: 4%;
  }
}
main .l_contents_01 {
  background: #f5f5f5;
  padding: 100px 0;
}
main .l_contents_01_inner {
  max-width: 980px;
  width: 90%;
  margin: 0 auto 60px;
  background: #fff;
  padding: 60px;
}
main .l_contents_01_inner.l_contents_01_inner_last {
  margin-bottom: 20px;
}
main .l_contents_01_ttl {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.3rem;
}
main .l_contents_01_ttl span {
  font-size: 1.6rem;
  padding: 15px 0 10px;
  display: block;
  letter-spacing: 0;
}
main .l_contents_01_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
main .item_img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
main .item_img_box:last-child {
  margin-bottom: 0;
}
main .item_img_img {
  width: calc(50% - 20px);
}
main .item_img_txt {
  width: calc(50% - 20px);
  border: 1px #dedede solid;
  position: relative;
}
main .item_img_txt a {
  padding: 30px 30px 60px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
main .item_img_box .item_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.4;
  white-space: nowrap;
}
main .item_img_box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
}
main .item_img_box dl dt {
  color: #707070;
  margin-right: 20px;
}
main .item_img_box .item_btn {
  font-size: 1.5rem;
  position: absolute;
  bottom: 40px;
  right: 50px;
  letter-spacing: 1px;
  padding-left: 0px;
}
main .item_img_box .item_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -70px;
  width: 60px;
  height: 1px;
  background: #000;
  -webkit-animation: arrow 1.8s ease infinite;
          animation: arrow 1.8s ease infinite;
  z-index: 2;
}
@-webkit-keyframes arrow {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 60%;
    opacity: 1;
  }
  100% {
    width: 60%;
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 60%;
    opacity: 1;
  }
  100% {
    width: 60%;
    opacity: 0;
  }
}
main .tax_attention {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  main .l_contents_01 {
    padding: 40px 0;
  }
  main .l_contents_01_inner {
    padding: 30px 5%;
  }
  main .l_contents_01_ttl {
    margin-bottom: 20px;
    font-size: 5.8vw;
  }
  main .l_contents_01_ttl span {
    font-size: 3.2vw;
    padding-top: 2vw;
  }
  main .l_contents_01_txt {
    font-size: 3vw;
    margin-bottom: 30px;
    line-height: 2;
  }
  main .item_img_box {
    display: block;
  }
  main .item_img_img,
  main .item_img_txt {
    width: 100%;
    margin-top: 10px;
  }
  main .item_img_img {
    text-align: center;
  }
  main .item_img_txt a {
    padding: 20px 4% 40px;
  }
  main .item_img_box .item_ttl {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  main .item_img_box dl {
    font-size: 3vw;
  }
  main .item_img_box dl dt {
    font-size: 3.4vw;
  }
  main .item_img_box dl dd {
    font-size: 3.4vw;
  }
  main .item_img_box .item_btn {
    bottom: 16px;
    right: 6%;
    font-size: 3vw;
  }
  main .item_img_box .item_btn:before {
    left: -70%;
  }
  main .tax_attention {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  main .l_contents_01_inner {
    padding: 60px 8%;
  }
  main .item_img_txt a {
    padding: 20px 16px 30px;
  }
  main .item_img_box .item_ttl {
    font-size: 1.8rem;
    white-space: pre-wrap;
  }
  main .item_img_box dl {
    font-size: 1.2rem;
  }
  main .item_img_box .item_btn {
    bottom: 20px;
    right: 6%;
  }
}
main .ceremony .l_contents_01 {
  background-color: #F2EEEB;
}/*# sourceMappingURL=layout_c.css.map */