@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 {
  /*メインヴィジュアル*/
  /*ie*/
  /*スクロールダウン*/
  /*コンテンツ*/
  /*CEREMONY*/
  /*ie*/
}
main .heading {
    text-align: initial;
}
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;
  text-align: left;
}
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;
}
@media all and (-ms-high-contrast: none) {
  main .kv_ttl_wrap {
    overflow: hidden;
  }
}
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;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-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 (max-width: 767px) {
  main .kv section {
    display: block;
    position: relative;
  }
  main .kv_img {
    width: 100%;
    max-width: 100vw;
    background: transparent url("/ec/img/usr/pg/campaign/formal/black/black_kv_sp_01.jpg") no-repeat 0 0/cover;
    padding-top: 132.5333333333%;
  }
  main .kv_img img {
    display: none;
  }
  main .kv_ttl_wrap {
    padding: 20px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    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;
  }
  main .heading {
    padding-bottom: 40px;
  }
  main .kv_ttl {
    font-size: 16.4vw;
    color: #fff;
  }
  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;
  background: #fff;
  padding: 60px 100px;
}
main .l_contents_01_inner.contents_2col {
  margin-bottom: 100px;
}
main .l_contents_01_ttl {
  font-size: 3rem;
  letter-spacing: 0.3rem;
  border-bottom: 1px #707070 solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
main .l_contents_01_ttl span {
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-left: 10px;
  font-weight: normal;
}
main .l_contents_01_inner ul {
  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;
  /* align-items: flex-end; */
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
main .l_contents_01_inner.contents_2col li {
  width: calc(50% - 10px);
}
main .l_contents_01_inner.contents_2col li:nth-child(3),
main .l_contents_01_inner.contents_2col li:nth-child(4) {
  margin-top: 50px;
}
main .l_contents_01_inner.contents_2col li {
  width: calc(50% - 10px);
}
main .l_contents_01_inner.contents_3col li {
  width: calc(33.3333333333% - 10px);
}
main .item_img_img {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #fff), color-stop(40%, #f5f5f5), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 40%, #f5f5f5 40%, #f5f5f5 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #f5f5f5 40%, #f5f5f5 100%);
}
main .item_img_img img {
  display: block;
}
main .item_img_txt {
  background: #707070;
  color: #fff;
  padding: 30px;
  text-align: center;
}
main .contents_3col .item_img_txt {
  padding: 20px;
}
main .item_img_txt h3 {
  font-size: 3rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 14px;
  line-height: 1.1;
  color: #fff;
}
main .item_img_txt h3 span {
  font-size: 1.6rem;
  display: block;
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: normal;
}
main .item_img_txt h3:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .item_img_txt p {
  /* font-weight: bold; */
  font-size: 1.6rem;
  line-height: 1.6;
}
main .item_btn {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
}
main .item_btn:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
main .item_btn a {
  border: 2px #707070 solid;
  border-right: 34px #707070 solid;
  padding: 20px 50px;
  color: #707070;
  display: block;
}
@media screen and (min-width: 768px) {
  main .ceremony .item_btn br {
    /*display: none;*/
  }
}
@media screen and (max-width: 1380px) {
  main .item_img_txt h3 {
    font-size: 2.6rem;
    white-space: nowrap;
  }
  main .ceremony .item_img_txt h3 {
    font-size: 2.4rem;
    white-space: normal;
  }
  main .item_img_txt h3 span {
    font-size: 1.4rem;
  }
  main .item_btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main .l_contents_01 {
    padding: 40px 0;
  }
  main .l_contents_01_inner {
    padding: 8vw 5%;
  }
  main .l_contents_01_inner.contents_2col {
    margin-bottom: 7vw;
  }
  main .l_contents_01_inner ul {
    display: block;
  }
  main .l_contents_01_ttl {
    font-size: 5.2vw;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
  main .l_contents_01_ttl span {
    font-size: 3.4vw;
    padding-left: 1vw;
  }
  main .l_contents_01_inner.contents_2col li,
  main .l_contents_01_inner.contents_3col li {
    width: 100%;
    margin-bottom: 5vw;
  }
  main .l_contents_01_inner.contents_2col li:nth-child(3),
  main .l_contents_01_inner.contents_2col li:nth-child(4) {
    margin-top: 0;
  }
  main .l_contents_01_inner.contents_2col li:last-child,
  main .l_contents_01_inner.contents_3col li:last-child {
    margin-bottom: 0;
  }
  main .item_img_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  main .item_img_img {
    width: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(3%, #fff), color-stop(3%, #f5f5f5), to(#f5f5f5));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 3%, #f5f5f5 3%, #f5f5f5 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 3%, #f5f5f5 3%, #f5f5f5 100%);
  }
  main .item_img_txt {
    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;
    -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;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(3%, #fff), color-stop(3%, #707070), to(#707070));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 3%, #707070 3%, #707070 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 3%, #707070 3%, #707070 100%);
  }
  main .item_img_txt,
  main .contents_3col .item_img_txt {
    width: 60%;
    padding: 3.5% 4% 0;
  }
  main .item_img_txt h3 {
    font-size: 5vw;
    white-space: normal;
    padding-bottom: 1vw;
    margin-bottom: 2.4vw;
  }
  main .item_img_txt h3 span {
    font-size: 3.1vw;
    line-height: 1.3;
  }
  main .item_img_txt p {
    font-size: 3.1vw;
  }
  main .item_btn {
    margin-top: 14px;
    font-size: 3.6vw;
    /* white-space: nowrap; */
  }
  main .item_btn a {
    padding: 14px 10%;
  }
}
@media screen and (max-width: 986px) and (min-width: 768px) {
  main .item_img_txt {
    padding: 30px 3%;
  }
  main .contents_3col .item_img_txt {
    padding: 20px 3%;
  }
  main .item_img_txt h3 {
    font-size: 2rem;
  }
  main .item_img_txt h3 span {
    font-size: 1.2rem;
  }
  main .item_img_txt p {
    font-size: 1.4rem;
  }
  main .item_btn a {
    font-size: 1.4rem;
    padding: 20px 25px;
  }
}
main .ceremony .l_contents_01 {
  background: #F2EEEB;
}
main .ceremony .item_img_txt {
  background: #A09483;
}
main .ceremony .item_btn a {
  border-color: #A09483;
  color: #A09483;
  padding: 20px 10px;
  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 .l_contents_02 {
  max-width: 980px;
  width: 90%;
  margin: 150px auto 0;
}
main .l_contents_02_inner {
  position: relative;
  padding-top: 31.6004077472%;
}
main .l_contents_02 .l_contents_02_inner {
  margin-top: 70px;
}
main .l_contents_02 .l_contents_02_inner.mt-70 {
  margin-top: 70px;
}
main .l_contents_02_bnr_btn_area {
  position: absolute;
  bottom: 60px;
  right: 66px;
}
main .index_bnr_area {
  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;
}
main .index_bnr_area .index_bnr_block {
  width: 48%;
}
main .index_bnr_area .index_bnr_block .index_bnr_block_img img {
  width: 100%;
}
main .index_bnr_area .index_bnr_block .index_bnr_block_txt {
  line-height: 2;
  font-size: 1.6rem;
  padding-top: 15px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main .index_bnr_area .index_bnr_block .index_bnr_block_txt:hover {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  main .l_contents_02_bnr_btn_area {
    bottom: 5vw;
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  main .l_contents_02_inner.l_contents_02_inner_bnr_takumi {
    padding-top: 80.8695652174%;
  }
  main .l_contents_02 .l_contents_02_inner {
    margin-top: 11vw;
  }
  main .l_contents_02 .l_contents_02_inner.mt-70 {
    margin-top: 1vw;
  }
  main .l_contents_02_bnr_btn_area {
    bottom: 7vw;
    right: 0;
    left: 0;
  }
  main .index_bnr_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .index_bnr_area .index_bnr_block {
    width: 100%;
  }
  main .index_bnr_area .index_bnr_block:not(:first-child) {
    margin-top: 11vw;
  }
  main .index_bnr_area .index_bnr_block .index_bnr_block_txt {
    line-height: 1.8;
    font-size: 3.4vw;
    padding-top: 3vw;
  }
}
main .l_contents_02_bgimage,
main .l_contents_02_txt_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
main .l_contents_02_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
main .l_contents_02_txt {
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}
main .l_contents_02_btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
main .l_contents_02_btn_area li {
  margin: 0 10px;
}
main .l_contents_02_btn_area li a.btn_box {
  color: #000;
  font-size: 1.4rem;
  padding: 16px 100px;
}
@media all and (-ms-high-contrast: none) {
  main .l_contents_02_inner {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  main .ceremony .item_img_img {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #fff), color-stop(40%, #F2EEEB), to(#F2EEEB));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 40%, #F2EEEB 40%, #F2EEEB 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 40%, #F2EEEB 40%, #F2EEEB 100%);
  }
  main .ceremony .item_img_txt {
    padding: 20px 10px;
  }
  main .ceremony .item_img_txt h3 {
    /* font-size: 2.0rem; */
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .ceremony .item_img_txt h3 span {
    font-size: 1.4rem;
  }
  main .ceremony .item_btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 986px) and (min-width: 768px) {
  main .ceremony .item_img_txt h3 {
    white-space: normal;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  main .ceremony .kv_img {
    background: transparent url("/ec/img/usr/pg/campaign/formal/ceremony/ceremony_kv_sp_01.jpg") no-repeat 0 0/cover;
  }
  main .ceremony .item_img_img {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, #fff), color-stop(5%, #F2EEEB), to(#F2EEEB));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 5%, #F2EEEB 5%, #F2EEEB 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 5%, #F2EEEB 5%, #F2EEEB 100%);
  }
  main .ceremony .item_img_txt {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, #fff), color-stop(5%, #A09483), to(#A09483));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 5%, #A09483 5%, #A09483 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 5%, #A09483 5%, #A09483 100%);
  }
  main .ceremony .item_img_txt h3 {
    font-size: 4.5vw;
  }
  main .l_contents_02 {
    margin-top: 50px;
  }
  main .l_contents_02_inner {
    padding-top: 95.652173913%;
  }
  main .l_contents_02_ttl {
    font-size: 5.2vw;
    color: #fff;
  }
  main .l_contents_02_txt {
    font-size: 3.2vw;
  }
  main .l_contents_02_btn_area {
    display: block;
  }
  main .l_contents_02_btn_area li {
    width: 80%;
    margin: 10px auto;
  }
}/*# sourceMappingURL=layout_a.css.map */