@charset "utf-8";

/* ボタン */
button {
  padding: 0;
  background-color: #fff;
}

.link__block {
  display:block;
}

/* 外枠 ＆ トップタイトル */
.content {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 321.4px);
}
.content__inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 60px auto 0;
}
.content__top_bnr {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto 40px;
}
.content__bottom_bnr {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto 100px;
}


/*タイトル*/
.camptop__title {
  margin-top: 60px;
  text-align: center;
}
.camptop__title img {
  width: 269px;
}

/*メインヴィジュアル*/
.camptop__header {
  margin-top: 18px;
  width: 100%;
  background-image: url(/anniversary-party/campaign/img/music_header-bg.png);
  background-position: center top 33%;
  background-size: 100% 66%;
  background-repeat: no-repeat;
}
.camptop__header img {
  max-width: 1300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* チェックボックス */
input[type="checkbox"]:checked + .camp-chk::before {
  opacity: 1;
}
input[type="checkbox"]:checked + .camp-chk::after {
  background-color: #11b2c6;
}
input[type="checkbox"] {
  display: none;
}
.camp-chk {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #094;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
}
/* IEの調整 */
@media all and (-ms-high-contrast:none) {
  .camp-chk {
    line-height: 1.9;
  }
}
/* firefoxの調整 */
@-moz-document url-prefix() {
  .camp-chk {
    padding-left: 21px;
  }
}
.camp-chk::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 5;
  width: 16px;
  height: 16px;
  content: url(/anniversary-party/campaign/img/camp-check-pc.png);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.camp-chk::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #094;
  content: "";
}
.camp-form__chk {
  text-align: center;
}
.camp-form__btn {
  display: block;
  margin: 28px auto 0;
  background-color: #094;
  max-width: 253px;
  width: 100%;
  height: 50px;
  transition: all .2s linear;
}
.camp-form__btn.disabled {
  background-color: #a5d8b9;
  pointer-events:none
}


/* 応募規約 */
.camp-agree {
  position: relative;
  margin-top: 50px;
  width: 100%;
}
.camp-agree__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.camp-agree__bg::before {
  display: block;
  position: absolute;
  content: " ";
  top: 393px;
  left: 0;
  width: 100%;
  height: 732px;
  z-index: -9;
  transform: skewY(19.5deg);
  background-color: rgb(53, 181, 151);
  opacity: 0.2;
}
.btn-camp-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  width: calc(100%);
  max-width: 960px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1aa255;
  cursor: pointer;
  transition: all .2s linear;
}
.btn-camp-agree img {
  height: 17px;
}
.camp-agree__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.camp-agree__contents {
  display: none;
  margin-top: 50px;
  text-align: center;
}
.btn_tolist {
  margin: 50px auto 98px;
  text-align: center;
}

/* 注意事項 */
.camp-notice {
  position: relative;
  margin-top: 50px;
  width: 100%;
}
.camp-notice__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.camp-notice__bg::before {
  display: block;
  position: absolute;
  content: " ";
  top: 393px;
  left: 0;
  width: 100%;
  height: 732px;
  z-index: -9;
  transform: skewY(19.5deg);
  background-color: rgb(53, 181, 151);
  opacity: 0.2;
}
.btn-camp-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  width: calc(100% - 40px);
  max-width: 960px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1aa255;
  cursor: pointer;
  transition: all .2s linear;
}
.btn-camp-notice img {
  height: 17px;
}
.camp-notice__inner {
  width: 76.92%;
  max-width: 1000px;
  margin: 50px auto 40px;
}
.camp-notice__contents {
  display: none;
  margin-top: 50px;
}
.camp-notice p {
  margin-bottom: 20px;
  line-height: 2;
}

/* キャンペーントップページ */
.camp-top__gumortab {
  margin-bottom: 1.3rem;
  text-align: center;
}
.camp-top__lupin {
  margin-bottom: 1.3rem;
  text-align: center;
}
.camp-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.camp-top__right {
  margin-left: 20px;
}
.camp-top__botoom_bnr {
  margin-top: 0px;
}
.camp-top__top_bnr {
  margin-top: 0px;
}
.camp-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.camp-top__bg::before {
  display: block;
  position: absolute;
  content: " ";
  top: 400px;
  left: 0;
  width: 100%;
  height: 732px;
  z-index: -9;
  transform: skewY(-20deg);
  background-color: rgb(53, 181, 151);
  opacity: 0.2;
 }

/*＊ 応募規約テーブル PC-*/
.agreement__table {
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
}

.agreement__table th {
  width: 21%;
  max-width: 210px;
  font-weight: bold;
  color: #009944;
  vertical-align: text-top;
  text-align: left;
  padding-left: 20px;
}
.agreement__table td {
  line-height: 2;
  padding-right: 20px;
}
.agreement__table th,
.agreement__table td {
  padding-bottom: 28px;
  text-align: left;
}
.table-comments {
  color: #009944;
}
.agreement__table a {
  color: #009944;
  text-decoration: underline;
}
.agreement__table ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/* firefoxのインデント調整 */
@-moz-document url-prefix() {
	.agreement__table ul li {
		text-indent: -0.5em;
    padding-left: 1em;
	}
}

.agreement__table ol li {
  padding-left: 2em;
}

/***********************************************************************
hover & アニメーション
***********************************************************************/
@media screen and (min-width:641px) {
  .btn-camp-agree.hover {
    background-color: #094;
    border: 1px solid #35b597;
  }
  .btn-camp-notice.hover {
    background-color: #094;
    border: 1px solid #35b597;
  }
  .camp-form__btn:hover {
    background-color: #09ae52;
  }

  /* JSアニメーション */
  /* キャンペーントップ白背景 */
  .add-bg-white {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    z-index: -1;
  }
  .add-bg-white.scroll_events {
    position: absolute;
    width: 0;
    transition: all 0.5s linear;
  }

  /* キャンペーン下階層白背景 */
  /* 消去 */
  .js_white-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    z-index: 0;
  }
  /* 出す */
  .js_white-bg.scroll_events {
    position: absolute;
    left: 101%;
    transition: all 0.5s linear;
    transform: translate3d(0,0,0);
    -webkit-transition: translate3d(0,0,0);
  }

  /*ｍｖ画像*/
  /*消去*/
  .js_top-img {
    opacity: 0;
  }
  /*表示*/
  .js_top-img.scroll_events {
    opacity: 1;
    transition: all 0.5s ease-out 1s;
    transform: translate3d(0,0,0);
    -webkit-transition: translate3d(0,0,0);
  }

  /*ｍｖテキスト画像*/
  /*消去*/
  .camptop__header img.js_top-txt {
    top: -30px;
    opacity: 0;
  }
  /*表示*/
  .camptop__header .js_top-txt.scroll_events {
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-out 0.7s;
    transform: translate3d(0,0,0);
    -webkit-transition: translate3d(0,0,0);
  }

   /* campaignタイトル日本語 */
  /*消す*/
  .camptop__title-ja {
    padding-top: 5px;
    overflow: hidden;
  }
  .camptop__title-ja img {
    width: 109px;
    padding-right: 5px;
    margin-top: -20px;
    opacity: 0;
  }
  /*表示*/
  .camptop__title-ja.scroll_events img {
    opacity: 1;
    margin-top: 0;
    transition: all 0.3s ease-out 0.3s;
    transform: translate3d(0,0,0);
    -webkit-transition: translate3d(0,0,0);
  }

  /* campaignタイトル英語 */
  /*消す*/
  .camptop__title-en img {
    margin-left: -50px;
    opacity: 0;
  }
  /* 表示 */
  .camptop__title-en img.scroll_events {
    opacity: 1;
    margin-left: 0;
    transition: all 0.2s linear;
    transform: translate3d(0,0,0);
    -webkit-transition: translate3d(0,0,0);
  }

  /* バナー消去 */
  .camp-top__left img,
  .camp-top__right img,
  .camp-top__stay img,
  .camp-top__quo img {
    opacity: 0;
  }
  /*バナー拡大しながら表示*/
  .camp-top__left.scroll_events img,
  .camp-top__right.scroll_events img,
  .camp-top__stay.scroll_events img,
  .camp-top__quo.scroll_events img {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.5s;
    transform: translate3d(0,0,0);
    -webkit-transition: translate3d(0,0,0);
  }

  .camp-top__left a:hover,
  .camp-top__right a:hover {
    opacity: .65;
  }


  /* 高さ保持 */
  .camptop__title {
    height: 67px;
  }
  .camp-top__wrap {
    height: 480px;
  }

}

/***********************************************************************
tablet
***********************************************************************/
@media screen and (max-width:1024px) {
  .content__inner {
    width: calc(100% - 40px);
    margin: 50px auto ;
  }
  .camp-agree__inner {
    width: 100%;
  }
  .camp-notice__inner {
    width: 100%;
  }
}

/***********************************************************************
smart phone
***********************************************************************/
@media screen and (max-width:640px) {

  /* アニメーションで使用した要素を消す */
  .camptop__header .js_top-txt,
  .camptop__header .js_white-bg {
    display: none !important;
  }

  /* PCのｍｖスマホ時消去 */
  .camptop__header {
    margin-top: 22px;
    background-image: none;
  }

/* 外枠 ＆ トップタイトル SP */
  .add-bg-white {
    display: none;
  }
  .content__inner {
    width: calc(100% - 28px);
    max-width: 347px;
    margin: 30px auto 80px;
  }
  .content__bottom_bnr {
    width: calc(100% - 0px);
    max-width: 347px;
    margin: 30px auto 0px;
  }
  .content__top_bnr {
    width: calc(100% - 0px);
    max-width: 347px;
    margin: 30px auto 0px;
  }
  .camptop__title {
    margin-top: 39px;
  }
  .camptop__title img {
    width: 172px;
  }
  .camptop__title-ja {
    display: none;
  }


  /* チェックボックス SP */
  .camp-chk {
    font-size: 12.6px;
    text-align: left;
  }
  .camp-chk::before {
    top: 2px;
    left: 1px;
    width: 16px;
    height: 16px;
    content: url(/anniversary-party/campaign/img/sp/camp-check-sp.png);
  }
  .camp-chk::after {
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #094;
    content: "";
  }
  .camp-form__btn {
    width: 100%;
    max-width: 275px;
    height: 50px;
  }
  .camp-form__btn img {
    height: auto;
  }

  /* 応募規約 SP */
  .camp-agree {
    margin-top: 30px;
  }
  .camp-agree__bg::before {
    top: 843px;
    width: 173%;
  }
  .btn-camp-agree {
    width: calc(100% - 0px);
    max-width: 345px;
    height: 45px;
  }
  .btn-camp-agree img {
    height: 14.5px;
  }
  .camp-agree__inner {
    width: calc(100% - 0px);
    max-width: 347px;
    margin: 20px auto;
  }
  .camp-agree__contents {
    margin-top: 5px;
  }
  .btn_tolist {
    width: calc(100% - 30px);
    max-width: 305px;
    margin-top: 40px;
    margin-bottom: 122px;
  }
  /* 注意事項 SP */
  .camp-notice {
    margin-top: 30px;
  }
  .camp-notice__bg::before {
    top: 843px;
    width: 173%;
  }
  .btn-camp-notice {
    width: calc(100% - 0px);
    max-width: 345px;
    height: 45px;
  }
  .btn-camp-notice img {
    height: 14.5px;
  }
  .camp-notice__inner {
    width: calc(100% - 28px);
    max-width: 347px;
    margin: 20px auto;
  }
  .camp-notice__contents {
    margin-top: 5px;
  }
  .camp-notice p {
    margin-bottom: 20px;
    font-size: 12px;
  }

  /* キャンペーントップページ SP */
  .camp-top__gumortab {
    margin-bottom: 25px;
  }
  .camp-top__wrap {
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    margin-bottom: 80px;
  }
  .camp-top__left {
    border: none;
  }
  .camp-top__right {
    margin-top: 25px;
    margin-left: 0;
    border: none;
  }
  .camp-top__bottom_bnr {
    width: 100%;
    margin-top: 0px;
    border: none;
  }
  .camp-top__bg::before {
    top: 140px;
    height: 800px;
  }

  /* 応募規約テーブル SP */
  .agreement__table {
    margin-bottom: 25px;
  }
  .agreement__table ul {
    margin-bottom: 12px;
  }
  .agreement__table th {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding: 20px 0 0px;
    font-size: 15px;
  }
  .agreement__table td {
    width: 100%;
    max-width: inherit;
    display: block;
    font-size: 12px;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: .5em;
  }

}/*end*/

@media screen and (max-width:321px) {
  .camp-chk {
    font-size: 11px;
  }
}/*end*/


.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.60);
  padding:15px;
}
.modal {
  position: fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  background:white;
}
.modal__image {
  background:transparent;
  text-align: center;
  width: 90%;
  height:90%;
  max-width:1134px;
  max-height: 950px;
}
.modal img {
  width:100%;
}
.modal__image img {
  max-width:100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width:640px) {
  .modal__image {
    width:calc(100% - 30px);
    height:auto;
  }
  .modal__image img {
    max-width: 420px;
    height: auto;
    width:100%;
  }

  .modal img {
    max-width: 420px;
  }
}
