@charset "UTF-8";

/*キービジュアル_画像*/

#chrismas-fy25 .hero_image {
  background-image: linear-gradient(to top, #5f121e, #b21c37, #5f121e);
  height: 100vh;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .hero_image {
    background-image: linear-gradient(to right, #5f121e, #b21c37, #5f121e);
    height: 60vh;
  }
}
@media screen and (min-width: 1280px) {
  #chrismas-fy25 .hero_image {
    background-image: linear-gradient(to right, #5f121e, #b21c37, #5f121e);
    height: 65vh;
  }
}
@media screen and (min-width: 1450px) {
  #chrismas-fy25 .hero_image {
    background-image: linear-gradient(to right, #5f121e, #b21c37, #5f121e);
    height: 70vh;
  }
}
@media screen and (min-width: 1536px) {
  #chrismas-fy25 .hero_image {
    background-image: linear-gradient(to right, #5f121e, #b21c37, #5f121e);
    height: 75vh;
  }
}
@media screen and (min-width: 1600px) {
  #chrismas-fy25 .hero_image {
    background-image: linear-gradient(to right, #5f121e, #b21c37, #5f121e);
    height: 80vh;
  }
}
@media screen and (min-width: 1800px) {
  #chrismas-fy25 .hero_image {
    background-image: linear-gradient(to right, #5f121e, #b21c37, #5f121e);
    height: 90vh;
  }
}

/*キービジュアル_ロゴ*/

@media screen and (min-width: 768px) {
  #chrismas-fy25 .hero_image_logo {
    width: 18%;
    position: absolute;
    top: 10%;
    left: 25%;
  }
}

#chrismas-fy25 .hero_video_logo_flag {
  width: 30%;
  position: absolute;
  top: 10%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .hero_video_logo_flag {
    width: 15%;
    position: absolute;
    top: 10%;
    left: 5%;
  }
}

/*キービジュアル_テキスト*/

#chrismas-fy25 .hero_image_text {
  position: relative;
  font-size: o.9rem;
}

@media screen and (min-width: 768px) {
  #chrismas-fy25 .hero_image_text {
    position: absolute;
    bottom: 10%;
    left: 25%;
    line-height: 1.6;
    font-size: 1rem;
    width: 35%;
  }
}
@media screen and (min-width: 1600px) {
  #chrismas-fy25 .hero_image_text {
    position: absolute;
    bottom: 10%;
    left: 25%;
    line-height: 1.6;
    font-size: 1.4rem;
    width: 35%;
  }
}
@media screen and (min-width: 1700px) {
  #chrismas-fy25 .hero_image_text {
    position: absolute;
    bottom: 10%;
    left: 25%;
    line-height: 1.6;
    font-size: 1.5rem;
    width: 35%;
  }
}

#chrismas-fy25 .hero_mv_text {
  position: absolute;
  font-size: o.9rem;
  bottom: 10%;
  left: 5%;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .hero_mv_text {
    position: absolute;
    bottom: 10%;
    left: 5%;
    line-height: 1.2;
    font-size: 1.5rem;
    width: 35%;
  }
}
@media screen and (min-width: 1400px) {
  #chrismas-fy25 .hero_mv_text {
    position: absolute;
    bottom: 10%;
    left: 5%;
    line-height: 1.3;
    font-size: 2rem;
    width: 35%;
  }
}

/*改行*/

#chrismas-fy25 .sp_break {
  display: block;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .sp_break {
    display: none;
  }
}

#chrismas-fy25 .pc_break {
  display: none;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .pc_break {
    display: block;
  }
}

/*メッセージ紹介*/

#chrismas-fy25 .messages_intro {
  object-fit: cover;
  width: 100%;
  position: relative;
}
#chrismas-fy25 .messages_intro img {
  width: 100%;
}
#chrismas-fy25 .messages_intro p {
  position: absolute;
  bottom: 20%;
  left: ;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .messages_intro p {
    position: absolute;
    top: 30%;
    left: 15%;
    padding: 0;
    margin: 0;
  }
}

#chrismas-fy25 .messages_intro_btn {
  position: absolute;
  bottom: 5%;
  left: ;
  padding: 0;
  margin: 0;
  width: 92%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .messages_intro_btn {
    position: absolute;
    bottom: 30%;
    left: 15%;
    padding: 0;
    margin: 0;
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  #chrismas-fy25 .messages_intro_btn {
    position: absolute;
    bottom: 30%;
    left: 15%;
    padding: 0;
    margin: 0;
    width: 20%;
  }
}

#chrismas-fy25 .messages_intro_cards {
  position: absolute;
  top: 5%;
  right: 0%;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .messages_intro_cards {
    position: absolute;
    top: 5%;
    right: 15%;
    padding: 0;
    margin: 0;
    width: 40%;
  }
}

#chrismas-fy25 .messages_intro_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #chrismas-fy25 .messages_intro_img_pc {
    display: none;
  }
  #chrismas-fy25 .messages_intro_img_sp {
    display: block;
  }
}

/*4つのアクション*/

#chrismas-fy25 .action {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .action {
    width: 32%;
    margin-right: 2%;
  }
  #chrismas-fy25 .action:nth-of-type(3n) {
    margin-right: 0;
  }
}

#chrismas-fy25 .action_01 {
  outline-style: solid;
  outline-offset: -4px;
  outline-width: 4px;
  outline-color: #b21c37;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .action_01 {
    outline-style: solid;
    outline-offset: -8px;
    outline-width: 8px;
    outline-color: #b21c37;
  }
}

#chrismas-fy25 .action_01_tag {
  background-color: #b21c37;
  height: 46px;
  top: -46px;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .action_01_tag {
    background-color: #b21c37;
    height: 42px;
    top: -42px;
  }
}

/*アクション1_画像*/

#chrismas-fy25 .action_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #chrismas-fy25 .action_img_pc {
    display: none;
  }
  #chrismas-fy25 .action_img_sp {
    display: block;
  }
}

/*カウンター*/

#chrismas-fy25 .counter {
  background-color: #333333;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .counter {
    background-color: #333333;
    width: 100%;
  }
}
@media screen and (min-width: 1700px) {
  #chrismas-fy25 .counter {
    background-color: #333333;
    width: 65%;
  }
}

/*アクション1_ボタン*/

#chrismas-fy25 .action_button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .action_button {
    width: 100%;
  }
}
@media screen and (min-width: 1700px) {
  #chrismas-fy25 .action_button {
    width: 65%;
  }
}

/*見出し_テキスト*/

#chrismas-fy25 .headline {
  font-size: o.2rem;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .headline {
    font-size: 1.6rem;
  }
}

/*3つのボックスの並び*/

#chrismas-fy25 .about {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .about {
    width: 32%;
    margin-right: 2%;
  }
  #chrismas-fy25 .about:nth-child(3n) {
    margin-right: 0;
  }
}

/*SNSアイコン*/

#chrismas-fy25 .sns_text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .sns_text {
    width: 50%;
  }
}
@media screen and (min-width: 1700px) {
  #chrismas-fy25 .sns_text {
    width: 70%;
  }
}

/*Xアイコン*/

#chrismas-fy25 .x_icon {
  width: 2.5em;
  height: 2.5em;
  fill: #ff6b00;
}

/*ボディコピー_レイアウト*/

#chrismas-fy25 .description {
  margin-left: 0%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .description {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1280px) {
  #chrismas-fy25 .description {
    margin-left: 20%;
  }
}

/*ボディコピー_画像*/
#chrismas-fy25 .description_image {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .description_image {
    position: relative;
    width: 30%;
  }
}

/*ボディコピー_テキスト*/

#chrismas-fy25 .description_text {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .description_text {
    position: relative;
    width: 70%;
  }
}

/*ボディコピー_余白_左*/

#chrismas-fy25 .description::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .description::before {
    position: absolute;
    content: "";
    width: 10%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1280px) {
  #chrismas-fy25 .description::before {
    position: absolute;
    content: "";
    width: 15%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1536px) {
  #chrismas-fy25 .description::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
  }
}

/*ボディコピー_余白_右*/

#chrismas-fy25 .description::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .description::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1042px) {
  #chrismas-fy25 .description::after {
    position: absolute;
    content: "";
    width: 15%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1280px) {
  #chrismas-fy25 .description::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1536px) {
  #chrismas-fy25 .description::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
  }
}

/*セレブメッセージ_画像 */
#chrismas-fy25 .sponsor-voice__img--donor {
  height: ;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: solid 5px #b21c37;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .sponsor-voice__img--donor {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: solid 5px #b21c37;
  }
}

#chrismas-fy25 .messages-img {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .messages-img {
    width: 50%;
    margin: 0 auto;
  }
}

/*セレブメッセージ_動画ボタン_位置 */
#chrismas-fy25 .video-button {
  position: absolute;
  width: 60%;
  left: 0;
  bottom: 0;
  margin-left: 20%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .video-button {
    position: absolute;
    width: 80%;
    left: 0;
    bottom: 0;
    margin-left: 10%;
  }
}
@media screen and (min-width: 1600px) {
  #chrismas-fy25 .video-button {
    position: absolute;
    width: 60%;
    left: 0;
    bottom: 0;
    margin-left: 20%;
  }
}

/*セレブメッセージ_動画ボタン_デザイン */
#chrismas-fy25 .video-button-design {
  background-color: #B21C37; 
  border: solid 3px #F8E9EB;
  color: #ffffff;
}

/*セレブメッセージ_動画ボタン_アイコン */
#chrismas-fy25 .video-icon {
  width: 2em;
  height: 2em;
  fill: #ffffff;
  margin-right: 10px;
}

/*セレブメッセージ_余白_上*/

#chrismas-fy25 .messages-bg {
  position: relative;
  z-index: 0;
  height: 100%;
}

#chrismas-fy25 .messages-bg::before {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #f8e9eb;
}

/*セレブメッセージ_続きを読む */
#chrismas-fy25 .cp_box *,
#chrismas-fy25 .cp_box *:before,
#chrismas-fy25 .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#chrismas-fy25 .cp_box {
  position: relative;
}
#chrismas-fy25 .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(248, 233, 235, 0.95) 90%
  );
}
#chrismas-fy25 .cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
#chrismas-fy25 .cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50%;
  width: 16rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078"" 続きを読む";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #000000;
  border-radius: 100px;
  background-color: #f8e9eb;
  border: 2px solid #000000;
}
#chrismas-fy25 .cp_box input {
  display: none;
}
#chrismas-fy25 .cp_box .cp_container {
  overflow: hidden;
  height: 150px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
#chrismas-fy25 .cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
#chrismas-fy25 .cp_box input:checked + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077"" 閉じる";
}
#chrismas-fy25 .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/*ステッカー文字*/
#chrismas-fy25 .sticker_text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .sticker_text {
    width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  #chrismas-fy25 .sticker_text {
    width: 60%;
  }
}
@media screen and (min-width: 1536px) {
  #chrismas-fy25 .sticker_text {
    width: 50%;
  }
}

#chrismas-fy25 .footer {
  z-index: 3;
}

/*ヒーロー動画*/

/*chosen-fy24__mv*/
#chrismas-fy25 .chrismas-fy25__mv {
  position: relative;
  height: 550px;
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .chrismas-fy25__mv {
    min-width: 960px;
    height: 76vh;
  }
}

/*chosen-fy24__header-movie*/
#chrismas-fy25 .chrismas-fy25__header-movie {
  width: 100%;
  height: 550px;
  background: url(/news/item_img/shien/chrismas-fy25_header-movie_bg_sp.jpg)
    no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: -1;
}
/*アミアミ*/
#chrismas-fy25 .chrismas-fy25__header-movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(#111 10%, transparent 11%),
    radial-gradient(#111 10%, transparent 11%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  /*border-radius: 0.75rem;*/
}
#chrismas-fy25 .chrismas-fy25__header-movie video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  /*border-radius: 0.75rem;*/
}
@media screen and (min-width: 768px) {
  #chrismas-fy25 .chrismas-fy25__header-movie {
    min-width: 960px;
    width: 100%;
    height: 76vh;
    background: url(/news/item_img/shien/chrismas-fy25_header-movie_bg_pc.jpg)
      no-repeat center/cover;
  }
  #chrismas-fy25 .chrismas-fy25__header-movie::after {
    height: 76vh;
  }
  #chrismas-fy25 .chrismas-fy25__header-movie video {
    transform: translateX(-50%) translateY(-50%) scale(1);
    /*border-radius: 0.75rem;*/
  }
}
