@charset "UTF-8";
/* ============================================= */
/* ceremony_collection_2024.css
/* CATINC-220 【自社】25年入学式＆卒業式のLPページについて
/* ============================================= */
#btn_top {
  display: none;
}

/* PC */
#ceremony_collection {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #4D4C4C;
  margin-bottom: 100px;
  background-color: #fafafa;
}
#ceremony_collection h1,
#ceremony_collection h2,
#ceremony_collection h3 {
  color: #4D4C4C;
  margin: 0;
}
#ceremony_collection a:hover {
  opacity: 0.7;
}
#ceremony_collection a:hover img {
  opacity: 1;
}
#ceremony_collection .mont {
  font-family: "Montserrat", sans-serif;
}
#ceremony_collection .mv {
  position: relative;
  margin-bottom: 130px;
  display: none;
}
#ceremony_collection .mv.is-show {
  display: block;
}
#ceremony_collection .mv_txt {
  display: inline-block;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -90px;
  margin: auto;
}
#ceremony_collection .mv_txt_01 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
#ceremony_collection .mv_txt_02 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
#ceremony_collection .mv_ttl {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#ceremony_collection .mv_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ceremony_collection .mv_img img,
#ceremony_collection .mv_img video {
  width: 100%;
  vertical-align: bottom;
}
#ceremony_collection .mv_img_l, #ceremony_collection .mv_img_r {
  width: 50%;
}
#ceremony_collection .pagetop {
  visibility: hidden;
  opacity: 0;
  width: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ceremony_collection .pagetop.active {
  visibility: visible;
  opacity: 1;
}
#ceremony_collection .mokuji {
  margin-bottom: 100px;
}
#ceremony_collection .mokuji_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}
#ceremony_collection .mokuji_txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#ceremony_collection .mokuji .js-tab {
  max-width: 170px;
}
#ceremony_collection .mokuji .js-tab::before {
  content: "";
  display: block;
  width: 30px;
  height: 12px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ceremony_collection .mokuji .js-tab img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  padding: 10px;
  border: 4px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ceremony_collection .mokuji .js-tab.is-active {
  color: #6E9DB5;
}
#ceremony_collection .mokuji .js-tab.is-active img {
  border-color: #6E9DB5;
}
#ceremony_collection .mokuji .js-tab.is-active::before {
  content: "";
  display: block;
  width: 30px;
  height: 12px;
  background-image: url(../../images/ceremony_collection_2024/tab-arrow.png);
  background-size: cover;
  margin: 0 auto 10px;
}
#ceremony_collection .mokuji .js-tab:nth-child(1):hover img, #ceremony_collection .mokuji .js-tab:nth-child(3):hover img {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  opacity: 1;
}
#ceremony_collection .mokuji .js-tab:nth-child(2):hover img {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  opacity: 1;
}
#ceremony_collection .js-category {
  display: none;
}
#ceremony_collection .js-category.is-show {
  display: block;
  opacity: 1;
}
#ceremony_collection .sec_inner {
  margin-bottom: 200px;
}
#ceremony_collection .sec_txtArea_01 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#ceremony_collection .sec_num {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ceremony_collection .sec_num_01 {
  width: 100%;
  font-size: 12px;
}
#ceremony_collection .sec_num_02 {
  height: 35px;
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #4D4C4C;
  margin-right: 6px;
}
#ceremony_collection .sec_num_03 {
  height: 36px;
  font-size: 36px;
  line-height: 1;
}
#ceremony_collection .sec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-left: 13px;
}
#ceremony_collection .sec_list li {
  font-size: 12px;
  width: 60px;
  height: 60px;
  border: 1px solid #4D4C4C;
  border-radius: 100%;
  text-align: center;
  line-height: 58px;
}
#ceremony_collection .sec_desc {
  margin-bottom: 50px;
}
#ceremony_collection .sec_item {
  font-weight: 700;
  margin-top: 20px;
}
#ceremony_collection .sec_item_price {
  font-weight: 500;
  margin-left: 10px;
  margin-right: 14px;
}

#ceremony_collection .sec_item_buy_none {
  font-size: 16px;
  color: #fff;
  background-color: #B1C9DB;
  padding: 4px 28px;
  border-radius: 30px;
  border: 1px solid #B1C9DB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
pointer-events: none;	
}

#ceremony_collection .sec_item_buy {
  font-size: 16px;
  color: #fff;
  background-color: #B1C9DB;
  padding: 4px 28px;
  border-radius: 30px;
  border: 1px solid #B1C9DB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ceremony_collection .sec_item_buy:hover {
  background-color: #fff;
  color: #B1C9DB;
}
#ceremony_collection .sec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ceremony_collection .sec_bnr {
  background-color: #B1C9DB;
  max-width: calc(50% - 30px);
}
#ceremony_collection .sec_bnr a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ceremony_collection .sec_bnr a img {
  width: calc(100% - 170px);
}
#ceremony_collection .sec_bnr a span {
  width: 170px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#ceremony_collection .sec .ptn01 .sec_wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#ceremony_collection .sec .ptn01 .sakura {
  position: relative;
  z-index: 3;
}
#ceremony_collection .sec .ptn01 .sakura li {
  position: absolute;
  opacity: 0;
}
#ceremony_collection .sec .ptn01 .sakura_01 {
  top: 0;
  left: 0;
}
#ceremony_collection .sec .ptn01 .sakura_02 {
  top: 94px;
  left: 126px;
}
#ceremony_collection .sec .ptn01 .sakura_03 {
  top: 0;
  left: 458px;
}
#ceremony_collection .sec .ptn01 .sakura_04 {
  top: 165px;
  left: 744px;
}
#ceremony_collection .sec .ptn01 .sakura_05 {
  top: 78px;
  left: 818px;
}
#ceremony_collection .sec .ptn01 .sakura_06 {
  top: 406px;
  left: 92px;
}
#ceremony_collection .sec .ptn01 .sakura_07 {
  top: 374px;
  left: 673px;
}
#ceremony_collection .sec .ptn01 .sakura_08 {
  top: 402px;
  right: 0;
}
#ceremony_collection .sec .ptn01 .sakura_09 {
  top: 601px;
  left: 0;
}
#ceremony_collection .sec .ptn01 .sakura_10 {
  top: 497px;
  right: 105px;
}
#ceremony_collection .sec .ptn01 .sakura_11 {
  top: 798px;
  left: 224px;
}
#ceremony_collection .sec .ptn01 .sakura_12 {
  top: 688px;
  right: 188px;
}
#ceremony_collection .sec .ptn01 .sakura_13 {
  top: 673px;
  right: 11px;
}
#ceremony_collection .sec .ptn01 .sakura_14 {
  top: 833px;
  right: 100px;
}
#ceremony_collection .sec .ptn01 .slider01 {
  max-width: 880px;
  margin: 0 auto 100px;
}
#ceremony_collection .sec .ptn01 .slider01 .slick-list {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#ceremony_collection .sec .ptn01 .slider01 .slick-track {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#ceremony_collection .sec .ptn01 .slider01 .slick-slide {
  opacity: 1 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 880px;
  width: 100% !important;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: 0;
  right: 0;
  margin: auto;
}
#ceremony_collection .sec .ptn01 .slider02 {
  margin-bottom: 60px;
}
#ceremony_collection .sec .ptn01 .slider02 li {
  margin: 0 5px;
}
#ceremony_collection .sec .ptn01 .sec_txtArea {
  max-width: 880px;
  margin: 0 auto;
}
#ceremony_collection .sec .ptn02 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#ceremony_collection .sec .ptn02 .sec_box01 {
  position: relative;
}
#ceremony_collection .sec .ptn02 .sec_box02 {
  max-width: 440px;
  position: absolute;
  right: 60px;
  bottom: 0;
}
#ceremony_collection .sec .ptn02 .imgList li:nth-child(1) {
  max-width: 820px;
  margin-bottom: 80px;
}
#ceremony_collection .sec .ptn02 .imgList li:nth-child(n+2) {
  max-width: 450px;
  margin-top: 30px;
}
#ceremony_collection .sec .ptn02 .imgList_fix {
  max-width: 400px;
  position: absolute;
  right: 0;
  top: 350px;
  z-index: 1;
}
#ceremony_collection .sec .ptn03 {
  position: relative;
}
#ceremony_collection .sec .ptn03 .sakura {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#ceremony_collection .sec .ptn03 .sakura li {
  position: absolute;
  opacity: 0;
}
#ceremony_collection .sec .ptn03 .sakura_01 {
  top: -80px;
  left: 120px;
}
#ceremony_collection .sec .ptn03 .sakura_02 {
  top: 144px;
  left: 0;
}
#ceremony_collection .sec .ptn03 .sakura_03 {
  top: -155px;
  left: 556px;
}
#ceremony_collection .sec .ptn03 .sakura_04 {
  top: -63px;
  left: 831px;
}
#ceremony_collection .sec .ptn03 .sakura_05 {
  top: -86px;
  right: 51px;
}
#ceremony_collection .sec .ptn03 .sakura_06 {
  top: 426px;
  left: 122px;
}
#ceremony_collection .sec .ptn03 .sakura_07 {
  top: 284px;
  left: 661px;
}
#ceremony_collection .sec .ptn03 .sakura_08 {
  top: 495px;
  right: 0;
}
#ceremony_collection .sec .ptn03 .sakura_09 {
  top: 488px;
  left: 537px;
}
#ceremony_collection .sec .ptn03 .sakura_10 {
  top: 420px;
  right: 145px;
}
#ceremony_collection .sec .ptn03 .sakura_11 {
  top: 808px;
  left: 494px;
}
#ceremony_collection .sec .ptn03 .sakura_12 {
  top: 1020px;
  right: 488px;
}
#ceremony_collection .sec .ptn03 .sakura_13 {
  top: 673px;
  right: 11px;
}
#ceremony_collection .sec .ptn03 .sakura_14 {
  top: 868px;
  right: 46px;
}
#ceremony_collection .sec .ptn03 .sec_box01 {
  max-width: 1000px;
  margin: 0 auto 60px;
}
#ceremony_collection .sec .ptn03 .sec_box01 .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#ceremony_collection .sec .ptn03 .sec_flex {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#ceremony_collection .sec .ptn03 .sec_box02 {
  max-width: 380px;
}
#ceremony_collection .sec .ptn03 .sec_box03 {
  max-width: 560px;
}
#ceremony_collection .sec .ptn03 .sec_box03 .sec_txtArea_img {
  margin-top: 90px;
}
#ceremony_collection .sec .ptn04 {
  padding-bottom: 120px;
}
#ceremony_collection .sec .ptn04 .sec_box01 {
  max-width: 560px;
  margin: 0 auto 60px;
  position: relative;
}
#ceremony_collection .sec .ptn04 .sec_box01 .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#ceremony_collection .sec .ptn04 .sec_box01_img {
  max-width: 520px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  position: absolute;
  right: -220px;
  bottom: -355px;
}
#ceremony_collection .sec .ptn04 .sec_flex {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#ceremony_collection .sec .ptn04 .sec_box02 {
  max-width: 440px;
}
#ceremony_collection #accessory {
  max-width: 1060px;
  margin: 0 auto 200px;
  padding: 0 30px;
}
#ceremony_collection #scene {
  background-color: #E2EFF5;
  padding: 100px 30px;
}
#ceremony_collection #scene h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 40px;
}
#ceremony_collection #scene .sec_flex.scene_bnr {
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
#ceremony_collection #scene .sec_flex.scene_bnr li {
  max-width: calc(50% - 30px);
  position: relative;
  overflow: hidden;
}
#ceremony_collection #scene .sec_flex.scene_bnr li img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: bottom;
}
#ceremony_collection #scene .sec_flex.scene_bnr li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#ceremony_collection #scene .sec_flex.scene_bnr .scene_txt {
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
#ceremony_collection #scene .sec_flex.scene_bnr .scene_txt small {
  font-size: 12px;
}
#ceremony_collection #adItem {
  max-width: 1060px;
  margin: 0 auto 200px;
  padding: 0 30px;
  font-weight: 500;
}
#ceremony_collection #adItem .adItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
#ceremony_collection #adItem .adItem_box {
  width: calc((100% - 60px) / 4);
}
#ceremony_collection #adItem .adItem_img {
  vertical-align: bottom;
}
#ceremony_collection #adItem .adItem_tag {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
#ceremony_collection #adItem .adItem_tag > li {
  padding: 1px 10px;
  font-size: 11px;
  color: #fff;
  background: #6E9DB5;
  border-radius: 4px;
}
#ceremony_collection #adItem .adItem_name {
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#ceremony_collection #adItem .adItem_price {
  margin-top: 5px;
}

/* TB */
@media only screen and (min-width: 768px) and (max-width: 952px) {
  #ceremony_collection .mv {
    margin-bottom: 80px;
  }
  #ceremony_collection .mv_txt_01 {
    font-size: 14px;
  }
  #ceremony_collection .mv_txt_02 {
    font-size: 22px;
  }
  #ceremony_collection .mv_ttl {
    font-size: 50px;
  }
  #ceremony_collection .sec_inner {
    margin-bottom: 100px;
  }
  #ceremony_collection .sec_txtArea {
    padding: 0 30px;
  }
  #ceremony_collection .sec_bnr {
    max-width: calc(50% - 15px);
  }
  #ceremony_collection .sec .ptn01 .sakura_01 {
    top: 0;
    left: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_02 {
    top: 9.1796875vw;
    left: 12.3046875vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_03 {
    top: -9.765625vw;
    left: 44.7265625vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_04 {
    top: 16.11328125vw;
    left: 72.65625vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_05 {
    top: 7.6171875vw;
    left: 79.8828125vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_06 {
    top: 39.6484375vw;
    left: 8.984375vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_07 {
    top: 36.5234375vw;
    left: 65.72265625vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_08 {
    top: 39.2578125vw;
    right: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_09 {
    top: 58.69140625vw;
    left: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_10 {
    top: 48.53515625vw;
    right: 10.25390625vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_11 {
    top: 77.9296875vw;
    left: 21.875vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_12 {
    top: 67.1875vw;
    right: 18.359375vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_13 {
    top: 65.72265625vw;
    right: 1.07421875vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_14 {
    top: 81.34765625vw;
    right: 9.765625vw;
  }
  #ceremony_collection .sec .ptn01 .slider01 {
    max-width: 720px;
    margin: 0 auto 80px;
  }
  #ceremony_collection .sec .ptn01 .slider01 .slick-slide {
    max-width: 660px;
  }
  #ceremony_collection .sec .ptn02 {
    margin-left: 30px;
    margin-right: 30px;
  }
  #ceremony_collection .sec .ptn02 .sec_box02 {
    max-width: 50%;
    right: 0;
  }
  #ceremony_collection .sec .ptn02 .imgList li:nth-child(n+2) {
    max-width: calc(50% - 40px);
    margin-top: 30px;
  }
  #ceremony_collection .sec .ptn02 .imgList_fix {
    max-width: 46%;
  }
  #ceremony_collection .sec .ptn03 .sakura {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  #ceremony_collection .sec .ptn03 .sakura li {
    position: absolute;
    opacity: 0;
  }
  #ceremony_collection .sec .ptn03 .sakura_01 {
    top: -7.8125vw;
    left: 11.71875vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_02 {
    top: 14.0625vw;
    left: 0;
  }
  #ceremony_collection .sec .ptn03 .sakura_03 {
    top: -8.7890625vw;
    left: 54.296875vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_04 {
    top: -6.15234375vw;
    left: 81.15234375vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_05 {
    top: -8.3984375vw;
    right: 4.98046875vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_06 {
    top: 41.6015625vw;
    left: 11.9140625vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_07 {
    top: 27.734375vw;
    left: 64.55078125vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_08 {
    top: 48.33984375vw;
    right: 0;
  }
  #ceremony_collection .sec .ptn03 .sakura_09 {
    top: 47.65625vw;
    left: 52.44140625vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_10 {
    top: 41.015625vw;
    right: 14.16015625vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_11 {
    top: 78.90625vw;
    left: 48.2421875vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_12 {
    top: 89.84375vw;
    right: 47.65625vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_13 {
    top: 65.72265625vw;
    right: 1.07421875vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_14 {
    top: 84.765625vw;
    right: 4.4921875vw;
  }
  #ceremony_collection .sec .ptn03 .sec_box01 {
    padding: 0 15px;
  }
  #ceremony_collection .sec .ptn03 .sec_box02 {
    max-width: 50%;
  }
  #ceremony_collection .sec .ptn03 .sec_box03 {
    max-width: calc(50% - 30px);
  }
  #ceremony_collection .sec .ptn04 {
    padding-bottom: 30px;
  }
  #ceremony_collection .sec .ptn04 .sec_box01 {
    max-width: 50%;
  }
  #ceremony_collection .sec .ptn04 .sec_box01_img {
    max-width: 100%;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
    position: absolute;
    right: -50%;
    bottom: -290px;
  }
  #ceremony_collection .sec .ptn04 .sec_box02 {
    max-width: calc(50% - 60px);
  }
  #ceremony_collection #scene .sec_flex.scene_bnr {
    gap: 30px;
  }
  #ceremony_collection #scene .sec_flex.scene_bnr li {
    max-width: calc(50% - 15px);
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  #ceremony_collection {
    font-size: 12px;
    margin-bottom: 50px;
  }
  #ceremony_collection .mv {
    margin-bottom: 80px;
  }
  #ceremony_collection .mv_txt {
    top: -70px;
  }
  #ceremony_collection .mv_txt_01 {
    font-size: 14px;
  }
  #ceremony_collection .mv_txt_02 {
    font-size: 20px;
  }
  #ceremony_collection .mv_ttl {
    font-size: 40px;
  }
  #ceremony_collection .mv_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ceremony_collection .mv_img_l, #ceremony_collection .mv_img_r {
    width: 100%;
  }
  #ceremony_collection .pagetop {
    width: 60px;
    right: 10px;
    bottom: 10px;
  }
  #ceremony_collection .mokuji {
    margin: 0 20px 110px;
  }
  #ceremony_collection .mokuji_list {
    gap: 8px;
  }
  #ceremony_collection .mokuji_txt {
    font-size: 14px;
  }
  #ceremony_collection .mokuji .js-tab {
    max-width: calc(33.333% - 3px);
  }
  #ceremony_collection .mokuji .js-tab::before {
    width: 20px;
    height: 8px;
    margin-bottom: 5px;
  }
  #ceremony_collection .mokuji .js-tab img {
    padding: 5px;
    border: 2px solid transparent;
  }
  #ceremony_collection .mokuji .js-tab.is-active::before {
    width: 20px;
    height: 8px;
    margin-bottom: 5px;
  }
  #ceremony_collection .sec_inner {
    margin-bottom: 100px;
  }
  #ceremony_collection .sec_txtArea {
    padding: 0 14px;
  }
  #ceremony_collection .sec_txtArea_01 {
    margin-bottom: 30px;
  }
  #ceremony_collection .sec_list {
    gap: 5px;
  }
  #ceremony_collection .sec_list li {
    font-size: 11px;
    width: 55px;
    height: 55px;
    line-height: 53px;
  }
  #ceremony_collection .sec_desc {
    margin-bottom: 40px;
  }
  #ceremony_collection .sec_item_price {
    margin: 0 6px;
  }
  #ceremony_collection .sec_bnr {
    max-width: 100%;
  }
  #ceremony_collection .sec_bnr a img {
    width: calc(100% - 130px);
  }
  #ceremony_collection .sec_bnr a span {
    width: 130px;
    font-size: 13px;
  }
  #ceremony_collection .sec .ptn01 .sec_wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  #ceremony_collection .sec .ptn01 .sakura_01 {
    width: 17px;
    top: -18px;
    left: 75px;
  }
  #ceremony_collection .sec .ptn01 .sakura_02 {
    width: 55px;
    top: -50px;
    left: 128px;
  }
  #ceremony_collection .sec .ptn01 .sakura_03 {
    display: none;
  }
  #ceremony_collection .sec .ptn01 .sakura_04 {
    width: 17px;
    top: 90px;
    left: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_05 {
    width: 35px;
    top: 320px;
    left: 50px;
  }
  #ceremony_collection .sec .ptn01 .sakura_06 {
    width: 17px;
    top: 150px;
    left: 10px;
  }
  #ceremony_collection .sec .ptn01 .sakura_07 {
    width: 17px;
    top: 260px;
    left: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_08 {
    width: 17px;
    top: -10px;
    left: 200px;
  }
  #ceremony_collection .sec .ptn01 .sakura_09 {
    display: none;
  }
  #ceremony_collection .sec .ptn01 .sakura_10 {
    width: 35px;
    top: 60px;
    left: auto;
    right: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_11 {
    width: 17px;
    top: 190px;
    left: auto;
    right: 30px;
  }
  #ceremony_collection .sec .ptn01 .sakura_12 {
    width: 17px;
    top: 220px;
    left: auto;
    right: 10px;
  }
  #ceremony_collection .sec .ptn01 .sakura_13 {
    width: 22px;
    top: 370px;
    left: auto;
    right: 110px;
  }
  #ceremony_collection .sec .ptn01 .sakura_14 {
    display: none;
  }
  #ceremony_collection .sec .ptn01 .slider01 {
    margin: 0 auto 60px;
  }
  #ceremony_collection .sec .ptn01 .slider01 .slick-slide {
    max-width: 92vw;
  }
  #ceremony_collection .sec .ptn01 .slider02 li {
    margin: 0 3px;
  }
  #ceremony_collection .sec .ptn02 .sec_box01 {
    padding: 0 15px;
  }
  #ceremony_collection .sec .ptn02 .sec_box02 {
    max-width: none;
    position: inherit;
    right: auto;
    bottom: auto;
    margin-top: 60px;
  }
  #ceremony_collection .sec .ptn02 .imgList li:nth-child(1) {
    margin-bottom: 30px;
  }
  #ceremony_collection .sec .ptn02 .imgList li:nth-child(n+2) {
    max-width: calc(100% - 135px);
    margin-top: 10px;
  }
  #ceremony_collection .sec .ptn02 .imgList_fix {
    max-width: 188px;
    top: 160px;
  }
  #ceremony_collection .sec .ptn03 {
    position: relative;
  }
  #ceremony_collection .sec .ptn03 .sakura_01 {
    width: 17px;
    top: -28px;
    left: 105px;
  }
  #ceremony_collection .sec .ptn03 .sakura_02 {
    width: 55px;
    top: 80px;
    left: 38px;
  }
  #ceremony_collection .sec .ptn03 .sakura_03 {
    width: 40px;
    top: 390px;
    left: 30px;
  }
  #ceremony_collection .sec .ptn03 .sakura_04 {
    width: 17px;
    top: 590px;
    left: 30px;
  }
  #ceremony_collection .sec .ptn03 .sakura_05 {
    width: 35px;
    top: 720px;
    left: 50px;
  }
  #ceremony_collection .sec .ptn03 .sakura_06 {
    width: 32px;
    top: 950px;
    left: 10px;
  }
  #ceremony_collection .sec .ptn03 .sakura_07 {
    width: 20px;
    top: 1100px;
    left: 90px;
  }
  #ceremony_collection .sec .ptn03 .sakura_08 {
    width: 17px;
    top: 130px;
    left: auto;
    right: 40px;
  }
  #ceremony_collection .sec .ptn03 .sakura_09 {
    width: 35px;
    top: 250px;
    left: auto;
    right: 60px;
  }
  #ceremony_collection .sec .ptn03 .sakura_10 {
    width: 35px;
    top: 490px;
    left: auto;
    right: 20px;
  }
  #ceremony_collection .sec .ptn03 .sakura_11 {
    width: 27px;
    top: 660px;
    left: auto;
    right: 90px;
  }
  #ceremony_collection .sec .ptn03 .sakura_12 {
    width: 20px;
    top: 800px;
    left: auto;
    right: 10px;
  }
  #ceremony_collection .sec .ptn03 .sakura_13 {
    width: 22px;
    top: 1000px;
    left: auto;
    right: 30px;
  }
  #ceremony_collection .sec .ptn03 .sakura_14 {
    width: 45px;
    top: 1110px;
    left: auto;
    right: 110px;
  }
  #ceremony_collection .sec .ptn03 .sec_box01 {
    margin: 0 auto 40px;
  }
  #ceremony_collection .sec .ptn03 .sec_box01 .imgList {
    max-width: 250px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #ceremony_collection .sec .ptn03 .sec_box03 {
    display: none;
  }
  #ceremony_collection .sec .ptn04 {
    padding-bottom: 0;
  }
  #ceremony_collection .sec .ptn04 .sec_box01 {
    max-width: 330px;
    margin: 0 auto 240px;
  }
  #ceremony_collection .sec .ptn04 .sec_box01 .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  #ceremony_collection .sec .ptn04 .sec_box01_img {
    max-width: 280px;
    right: 0;
    bottom: -180px;
  }
  #ceremony_collection .sec .ptn04 .sec_flex {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #ceremony_collection .sec .ptn04 .sec_box02 {
    max-width: 440px;
  }
  #ceremony_collection #accessory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin: 0 auto 80px;
    padding: 0 15px;
  }
  #ceremony_collection #scene {
    padding: 60px 15px;
  }
  #ceremony_collection #scene .sec_flex.scene_bnr {
    gap: 20px;
  }
  #ceremony_collection #scene .sec_flex.scene_bnr li {
    max-width: 100%;
  }
  #ceremony_collection #adItem {
    margin: 0 auto 80px;
    padding: 0 15px;
  }
  #ceremony_collection #adItem .adItem {
    gap: 30px 10px;
  }
  #ceremony_collection #adItem .adItem_box {
    width: calc((100% - 10px) / 2);
  }
  #ceremony_collection #adItem .adItem_img {
    vertical-align: bottom;
  }
  #ceremony_collection #adItem .adItem_tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
  #ceremony_collection #adItem .adItem_tag > li {
    font-size: 9px;
  }
}
/* SP最小 */
@media only screen and (max-width: 320px) {
  #ceremony_collection {
    font-size: 3.2vw;
    margin-bottom: 13.3333333333vw;
  }
  #ceremony_collection .mv {
    margin-bottom: 21.3333333333vw;
  }
  #ceremony_collection .mv_txt {
    top: -18.6666666667vw;
  }
  #ceremony_collection .mv_txt_01 {
    font-size: 3.7333333333vw;
  }
  #ceremony_collection .mv_txt_02 {
    font-size: 5.3333333333vw;
  }
  #ceremony_collection .mv_ttl {
    font-size: 10.6666666667vw;
  }
  #ceremony_collection .pagetop {
    width: 16vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
  #ceremony_collection .mokuji {
    margin: 0 5.3333333333vw 29.3333333333vw;
  }
  #ceremony_collection .mokuji_list {
    gap: 2.1333333333vw;
  }
  #ceremony_collection .mokuji_txt {
    font-size: 3.7333333333vw;
  }
  #ceremony_collection .mokuji .js-tab {
    max-width: calc(33.333% - 0.8vw);
  }
  #ceremony_collection .mokuji .js-tab::before {
    width: 5.3333333333vw;
    height: 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  #ceremony_collection .mokuji .js-tab img {
    padding: 1.3333333333vw;
  }
  #ceremony_collection .mokuji .js-tab.is-active::before {
    width: 5.3333333333vw;
    height: 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  #ceremony_collection .sec_inner {
    margin-bottom: 26.6666666667vw;
  }
  #ceremony_collection .sec_txtArea {
    padding: 0 3vw;
  }
  #ceremony_collection .sec_txtArea_01 {
    margin-bottom: 8vw;
  }
  #ceremony_collection .sec_list {
    gap: 2.7333333333vw;
  }
  #ceremony_collection .sec_list li {
    font-size: 2.9333333333vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    line-height: 14.1333333333vw;
  }
  #ceremony_collection .sec_desc {
    margin-bottom: 10.6666666667vw;
  }
  #ceremony_collection .sec_item_price {
    margin: 0 1.6vw;
  }
  #ceremony_collection .sec .sec_item_buy {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 7.4666666667vw;
  }
	
  #ceremony_collection .sec .sec_item_buy_none {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 7.4666666667vw;
	pointer-events: none;  
  }
	
  #ceremony_collection .sec_bnr a img {
    width: calc(100% - 34.6666666667vw);
  }
  #ceremony_collection .sec_bnr a span {
    width: 34.6666666667vw;
    font-size: 3.4666666667vw;
  }
  #ceremony_collection .sec .ptn01 .sec_wrap {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_01 {
    width: 4.5333333333vw;
    top: -4.8vw;
    left: 20vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_02 {
    width: 14.6666666667vw;
    top: -13.3333333333vw;
    left: 34.1333333333vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_04 {
    width: 4.5333333333vw;
    top: 24vw;
    left: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_05 {
    width: 9.3333333333vw;
    top: 85.3333333333vw;
    left: 13.3333333333vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_06 {
    width: 4.5333333333vw;
    top: 40vw;
    left: 2.6666666667vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_07 {
    width: 4.5333333333vw;
    top: 69.3333333333vw;
    left: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_08 {
    width: 4.5333333333vw;
    top: -2.6666666667vw;
    left: 53.3333333333vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_10 {
    width: 9.3333333333vw;
    top: 16vw;
    left: auto;
    right: 0;
  }
  #ceremony_collection .sec .ptn01 .sakura_11 {
    width: 4.5333333333vw;
    top: 50.6666666667vw;
    left: auto;
    right: 8vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_12 {
    width: 4.5333333333vw;
    top: 58.6666666667vw;
    left: auto;
    right: 2.6666666667vw;
  }
  #ceremony_collection .sec .ptn01 .sakura_13 {
    width: 5.8666666667vw;
    top: 98.6666666667vw;
    left: auto;
    right: 29.3333333333vw;
  }
  #ceremony_collection .sec .ptn01 .slider01 {
    margin: 0 auto 16vw;
  }
  #ceremony_collection .sec .ptn01 .slider02 li {
    margin: 0 0.8vw;
  }
  #ceremony_collection .sec .ptn02 .sec_box01 {
    padding: 0 4vw;
  }
  #ceremony_collection .sec .ptn02 .sec_box02 {
    margin-top: 16vw;
  }
  #ceremony_collection .sec .ptn02 .imgList li:nth-child(1) {
    margin-bottom: 8vw;
  }
  #ceremony_collection .sec .ptn02 .imgList li:nth-child(n+2) {
    max-width: calc(100% - 36vw);
    margin-top: 2.6666666667vw;
  }
  #ceremony_collection .sec .ptn02 .imgList_fix {
    max-width: 50.1333333333vw;
    top: 42.6666666667vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_01 {
    width: 4.5333333333vw;
    top: -7.4666666667vw;
    left: 28vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_02 {
    width: 14.6666666667vw;
    top: 21.3333333333vw;
    left: 10.1333333333vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_03 {
    width: 10.6666666667vw;
    top: 104vw;
    left: 8vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_04 {
    width: 4.5333333333vw;
    top: 157.3333333333vw;
    left: 8vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_05 {
    width: 9.3333333333vw;
    top: 192vw;
    left: 13.3333333333vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_06 {
    width: 8.5333333333vw;
    top: 253.3333333333vw;
    left: 2.6666666667vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_07 {
    width: 5.3333333333vw;
    top: 293.3333333333vw;
    left: 24vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_08 {
    width: 4.5333333333vw;
    top: 34.6666666667vw;
    left: auto;
    right: 10.6666666667vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_09 {
    width: 9.3333333333vw;
    top: 66.6666666667vw;
    left: auto;
    right: 16vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_10 {
    width: 9.3333333333vw;
    top: 130.6666666667vw;
    left: auto;
    right: 5.3333333333vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_11 {
    width: 7.2vw;
    top: 176vw;
    left: auto;
    right: 24vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_12 {
    width: 5.3333333333vw;
    top: 213.3333333333vw;
    left: auto;
    right: 2.6666666667vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_13 {
    width: 5.8666666667vw;
    top: 266.6666666667vw;
    left: auto;
    right: 8vw;
  }
  #ceremony_collection .sec .ptn03 .sakura_14 {
    width: 12vw;
    top: 296vw;
    left: auto;
    right: 29.3333333333vw;
  }
  #ceremony_collection .sec .ptn03 .sec_box01 {
    margin: 0 auto 10.6666666667vw;
  }
  #ceremony_collection .sec .ptn03 .sec_box01 .imgList {
    max-width: 66.6666666667vw;
    gap: 2.6666666667vw;
  }
  #ceremony_collection .sec .ptn04 .sec_box01 {
    max-width: 88vw;
    margin: 0 auto 64vw;
  }
  #ceremony_collection .sec .ptn04 .sec_box01 .imgList {
    gap: 5.3333333333vw;
  }
  #ceremony_collection .sec .ptn04 .sec_box01_img {
    max-width: 74.6666666667vw;
    bottom: -48vw;
  }
  #ceremony_collection .sec .ptn04 .sec_flex {
    max-width: 266.6666666667vw;
  }
  #ceremony_collection .sec .ptn04 .sec_box02 {
    max-width: 117.3333333333vw;
  }
  #ceremony_collection #accessory {
    gap: 10.6666666667vw;
    margin: 0 auto 21.3333333333vw;
    padding: 0 4vw;
  }
  #ceremony_collection #scene {
    padding: 16vw 4vw;
  }
  #ceremony_collection #scene .sec_flex.scene_bnr {
    gap: 5.3333333333vw;
  }
}
/* MVフェードイン */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 目次アニメーション */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation: bounce 4s linear 0s forwards;
          animation: bounce 4s linear 0s forwards;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  32.5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  45% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  56% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  70%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  32.5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  45% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  56% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
  }
  70%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    opacity: 1;
  }
}
/* 各ブロックフェードイン */
.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fade.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 桜アニメーション */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* end */