@charset "UTF-8";
#container .sdKekkonuchiiwaiCampaign {
  overflow: hidden;
}

#container .sdKekkonuchiiwaiCampaign a {
  text-decoration: none;
}

/* =====================================================
 * 結婚内祝いキャンペーン
 * ==================================================== */
/* keyframes */
/* **************************************************** */
@-webkit-keyframes a {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  to {
    top: 0;
  }
}
@keyframes a {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes b {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes b {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes c {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes c {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes d {
  0% {
    right: 20px;
    opacity: 1;
  }
  to {
    right: 10px;
    opacity: 0;
  }
}

@keyframes d {
  0% {
    right: 20px;
    opacity: 1;
  }
  to {
    right: 10px;
    opacity: 0;
  }
}

@-webkit-keyframes e {
  0% {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 5px;
    opacity: 0;
  }
}

@keyframes e {
  0% {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 5px;
    opacity: 0;
  }
}

@-webkit-keyframes f {
  0% {
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
  }
  to {
    left: -webkit-calc(50% + 10px);
    left: calc(50% + 10px);
  }
}

@keyframes f {
  0% {
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
  }
  to {
    left: -webkit-calc(50% + 10px);
    left: calc(50% + 10px);
  }
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: scale(0.9) translateY(-30px);
            transform: scale(0.9) translateY(-30px);
  }
  50% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(0.9) translateY(-30px);
            transform: scale(0.9) translateY(-30px);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: scale(0.9) translateY(-30px);
            transform: scale(0.9) translateY(-30px);
  }
  50% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(0.9) translateY(-30px);
            transform: scale(0.9) translateY(-30px);
  }
}

@-webkit-keyframes santa {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-230px, -140px);
            transform: scale(0.3) translate(-230px, -140px);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1) translate(20px, 0);
            transform: scale(1) translate(20px, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8) translate(30px, 30px);
            transform: scale(0.8) translate(30px, 30px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(430px, 510px);
            transform: scale(0.3) translate(430px, 510px);
  }
}

@keyframes santa {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-230px, -140px);
            transform: scale(0.3) translate(-230px, -140px);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1) translate(20px, 0);
            transform: scale(1) translate(20px, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8) translate(30px, 30px);
            transform: scale(0.8) translate(30px, 30px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(430px, 510px);
            transform: scale(0.3) translate(430px, 510px);
  }
}

/* =====================================================
 * マメロン
 * ==================================================== */
@font-face {
  font-family: 'ShipporiMincho';
  font-style: normal;
  font-display: swap;
  src: url(/kekkonuchiiwai/campaign/2018/font/ShipporiMincho-Regular.woff2) format("woff2"), url(/kekkonuchiiwai/campaign/2018/font/ShipporiMincho-Regular.woff) format("woff");
}

/* =====================================================
 * ベースボタン
 * ==================================================== */
.btn-more {
  line-height: 1.3;
  margin-top: 20px;
  text-align: center;
}

.btn-more a {
  display: inline-block;
  width: 390px;
  text-decoration: none !important;
  background: #000;
  font-size: 25px;
  font-size: 1.6rem;
  color: #fff;
  padding: 14px 50px;
  position: relative;
  text-align: center;
}

.isOtherDevice .btn-more a {
  -webkit-transition: .3s;
          transition: .3s;
}

.btn-more a:before {
  content: "\e914";
  right: 20px;
  top: 50%;
  font-family: defico;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -8px;
  opacity: 0;
}

.btn-more a:hover {
  color: #fff;
}

.isOtherDevice .btn-more a:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.isOtherDevice .btn-more a:hover:before {
  opacity: 1;
  right: 15px;
  -webkit-animation: d 1.3s infinite;
          animation: d 1.3s infinite;
}

/* mainvisual
 * **************************************************** */
.sdKekkonuchiiwaiCampaign .mainvisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  height: 858px;
  padding: 60px 0;
  text-align: center;
  background-image: url(/kekkonuchiiwai/campaign/2018/images/bg_main.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: top center;
}

.sdKekkonuchiiwaiCampaign .mainvisual > * {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.sdKekkonuchiiwaiCampaign .mainvisualTag {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.sdKekkonuchiiwaiCampaign .mainvisualTag img {
  max-width: 430px;
}

.sdKekkonuchiiwaiCampaign .mainvisualTtl {
  margin-top: 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.sdKekkonuchiiwaiCampaign .mainvisualTtl img {
  max-width: 438px;
}

.sdKekkonuchiiwaiCampaign .mainvisualTxt {
  margin-top: 20px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-size: 28px;
  font-size: 1.8rem;
}

.sdKekkonuchiiwaiCampaign .mainvisualTxt span {
  font-weight: bold;
  text-decoration: underline;
}

.sdKekkonuchiiwaiCampaign .mainvisualDate {
  display: inline-block;
  background-color: #f7f5f3;
  padding: 10px;
  -webkit-flex-basis: 384px;
      -ms-flex-preferred-size: 384px;
          flex-basis: 384px;
  margin: 20px auto 0;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.sdKekkonuchiiwaiCampaign .mainvisualDate dt {
  font-size: 25px;
  font-size: 1.6rem;
}

.sdKekkonuchiiwaiCampaign .mainvisualDate dd {
  font-size: 32px;
  font-size: 2.0rem;
}

/* front
 * **************************************************** */
.sdKekkonuchiiwaiCampaign .front {
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
}

.sdKekkonuchiiwaiCampaign .front:before {
  content: '';
  position: absolute;
  top: -120px;
  left: -280px;
  width: 322px;
  height: 360px;
  background-image: url(/kekkonuchiiwai/campaign/2018/images/fig_deco_card.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.sdKekkonuchiiwaiCampaign .frontLead, .sdKekkonuchiiwaiCampaign .frontTtl {
  text-align: center;
  font-family: "ShipporiMincho", serif;
}

.sdKekkonuchiiwaiCampaign .frontLead {
  font-size: 35px;
  font-size: 2.2rem;
}

.sdKekkonuchiiwaiCampaign .frontTtl {
  margin-top: 20px;
  font-size: 54px;
  font-size: 3.4rem;
}

.sdKekkonuchiiwaiCampaign .frontTtl span {
  font-size: 48px;
  font-size: 3.0rem;
  text-decoration: underline;
}

.sdKekkonuchiiwaiCampaign .frontAtt {
  text-align: center;
}

/* frontHeading
 * **************************************************** */
.sdKekkonuchiiwaiCampaign .frontHeading {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d0d0d0;
}

.sdKekkonuchiiwaiCampaign .frontHeading > * {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.sdKekkonuchiiwaiCampaign .frontHeadingCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 10px 30px;
}

.sdKekkonuchiiwaiCampaign .frontHeadingCont > * {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.sdKekkonuchiiwaiCampaign .frontHeadingTtl {
  margin-top: 10px;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 35px;
  font-size: 2.2rem;
  font-family: "ShipporiMincho", serif;
}

.sdKekkonuchiiwaiCampaign .frontHeadingLogo {
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.sdKekkonuchiiwaiCampaign .frontHeadingLogo img {
  max-width: 116px;
}

.sdKekkonuchiiwaiCampaign .frontHeadingTxt {
  margin-top: 10px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

/* frontPresent
 * **************************************************** */
.sdKekkonuchiiwaiCampaign .frontPresent > section {
  margin-top: 30px;
  position: relative;
}

.sdKekkonuchiiwaiCampaign .frontPresent > section:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 112px;
  height: 112px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.sdKekkonuchiiwaiCampaign .frontPresent > section:nth-child(1):before {
  background-image: url(/kekkonuchiiwai/campaign/2018/images/fig_present_01.png);
}

.sdKekkonuchiiwaiCampaign .frontPresent > section:nth-child(2):before {
  background-image: url(/kekkonuchiiwai/campaign/2018/images/fig_present_02.png);
}

.sdKekkonuchiiwaiCampaign .frontPresentPic {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.sdKekkonuchiiwaiCampaign .frontPresentPic img {
  max-width: 190px;
}

.sdKekkonuchiiwaiCampaign .frontPresentTxt {
  margin-left: 240px;
  min-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;
  font-family: "ShipporiMincho", serif;
  position: relative;
}

.sdKekkonuchiiwaiCampaign .frontPresentTxt:before {
  content: '';
  position: absolute;
  left: 30%;
  top: 50%;
  height: 70%;
  width: 1px;
  background-color: #c3c3c3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sdKekkonuchiiwaiCampaign .frontPresentTxt dt {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  font-size: 27px;
  font-size: 1.7rem;
  padding-right: 30px;
}

.sdKekkonuchiiwaiCampaign .frontPresentTxt dd {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 30px;
}

/* detail
 * **************************************************** */
.sdKekkonuchiiwaiCampaign .detail {
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
}

.sdKekkonuchiiwaiCampaign .detail:before {
  content: '';
  position: absolute;
  top: -60px;
  right: -230px;
  width: 408px;
  height: 487px;
  background-image: url(/kekkonuchiiwai/campaign/2018/images/fig_deco_pick.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.sdKekkonuchiiwaiCampaign .detailInner {
  background-image: -webkit-repeating-linear-gradient(135deg, #f8fbfc, #f8fbfc 8px, #e7f2f4 0, #e7f2f4 16px);
  background-image: repeating-linear-gradient(-45deg, #f8fbfc, #f8fbfc 8px, #e7f2f4 0, #e7f2f4 16px);
  padding: 30px;
}

.sdKekkonuchiiwaiCampaign .detailBox {
  background-color: #f8fbfc;
  padding: 60px;
}

.sdKekkonuchiiwaiCampaign .detailTtl {
  text-align: center;
}

.sdKekkonuchiiwaiCampaign .detailTtl span {
  font-family: "ShipporiMincho", serif;
  font-size: 38px;
  font-size: 2.4rem;
  padding: 0 2em;
  position: relative;
}

.sdKekkonuchiiwaiCampaign .detailTtl span:before, .sdKekkonuchiiwaiCampaign .detailTtl span:after {
  font-size: 64px;
  font-size: 4.0rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sdKekkonuchiiwaiCampaign .detailTtl span:before {
  content: '<';
  left: 0;
}

.sdKekkonuchiiwaiCampaign .detailTtl span:after {
  content: '>';
  right: 0;
}

.sdKekkonuchiiwaiCampaign .detailCont {
  margin-top: 30px;
  font-size: 25px;
  font-size: 1.6rem;
  text-align: center;
}

.sdKekkonuchiiwaiCampaign .detailAtt {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin: 30px 0;
}

.sdKekkonuchiiwaiCampaign .detailAtt > li {
  padding-left: 1em;
  text-indent: -1em;
}

.sdKekkonuchiiwaiCampaign .detailAtt > li:before {
  content: '※';
}

.sdKekkonuchiiwaiCampaign .detailBnr {
  margin-top: 60px;
  padding: 0 30px;
}
