@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	
}
html {
  height: 100%;
  font-size: 62.5%; /*10px*/
}
html, body { height: 100%; z-index: -1;}
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
 background: #fff;
  font-feature-settings: "palt";
  word-wrap: break-word;
  position: relative;
}

body a {
 color: #004098;　text-decoration: none; }
body a:hover {
 color: #004098;　text-decoration: underline; }
body a:focus { outline: none; }
/* ********************************************************** */
/* テキスト */
/* ********************************************************** */
h1, h2, h3, #intro ul, #convenience p, #wdeal p, #entry p {
  font-weight: bold;
}
h2, h3, li {
  line-height: calc(1em + 1rem) }
h1 { }
h3 { }
h4 {
font-size: 30px; font-weight:  bold;
 color: #e60012; border-bottom:solid; border-color:#e60012; border-width:5px;/*5ピクセルの太さにする*/ line-height: 40px; display: inline-block; text-align: left;
}

p { font-size: 16px; margin-top: 20px; line-height: 25px; color: #fff; font-weight: normal;}

/* ページ先頭に戻るボタン */
#btnTop { 
	display: table; 
	width: 60px; 
	height: 60px; 
	z-index: 20;		
	padding-top: 12px; 
	background-color: rgba(9,212,187,0.80); 
	background-image: url("../images/up_arrow_white.svg"); 
	background-repeat: no-repeat; 
	background-size: 14px auto; 
	background-position: center; 
	position: fixed; bottom: -80px; right: 20px; border-radius: 40px; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
a#btnTop:link { text-decoration: none;}
a#btnTop:hover { background-color: rgba(255,106,212,1.00);}
#btnTop i { display: table-cell; vertical-align: middle; font-size: 30px;}
#btnTop.disp { bottom: 20px;}

@media screen and (max-width: 767px) {
	#btnTop {
	
	}
 #btnTop.disp { bottom: 30px;}
}


/* ********************************************************** */
/* コンテナ1140 */
/* ********************************************************** */
.container {
  width: 1140px;
  margin: 0 auto;
  max-width: 90vw;
  padding: 40px 0;
  position: relative;
}
.container2 {
  width: 1140px;
  margin: 0 auto;
  max-width: 90vw;
  padding: 40px 0;
  position: relative;
}
.cv_container {
  width: 650px;
  margin: 0 auto;
  max-width: 100vw;
  padding: 40px 0 20px 0;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .container {
    max-width: 85vw;
    padding: 80px 0;
}
}
@media screen and (max-width: 885px) {
  .cv_container {
  width: 100%;
  margin: 0 auto;
  max-width: 90vw;
  padding: 20px 0 20px 0;
  position: relative;
}
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 80vw;
    padding: 60px 0;
}
	.container2 {
 margin: 0 auto;
  max-width: 90vw;
  padding: 40px 0 0px 0;
  position: relative;
}
}

/* ********************************************************** */
/* バックグランド */
/* ********************************************************** */
  .bg_white { 
 width: 100%; 
 height: 567px; 
	
 background-color: #fff; 
 padding: 20px; 
position: relative;
}
.bg_blue {
 width: 100%; 
 height: auto; 
	z-index: -2;
 background-color: #004097; 
 padding: 20px; 
position: relative;	
}
@media screen and (max-width: 1000px) {
  .bg_white { 
 height: 400px; 
padding: 20px; 
}
}
.bg_gry { 
 width: 100%; 
 height: auto; 
 background-color: #F2F2F3; 
 margin: 0px auto 20px auto; 
 padding: 40px 0px 40px 0px; 
 text-align: center; 
 box-sizing: border-box;
 position: relative;
}

@media screen and (max-width: 767px) {
.bg_white { 
height: 300px; 
padding: 20px; 
	}
.bg_blue {

}
 .bg_gry { 
 margin: 0px auto 0px auto; 
 padding: 20px 0px 40px 0px; 
}
}
@media screen and (max-width: 450px) {
.bg_white { 
height: 200px; 
padding: 20px; 
	}
}
/* ********************************************************** */
/* hidden */
/* ********************************************************** */
@media screen and (min-width: 768px) {
.hidden-pc {
 display: none !important;
}
}
@media screen and (max-width: 767px) {
 .hidden-sp {
display: none !important;
}
}


@media screen and (max-width: 767px) {
br.smp_break { display: block;}	
}

/* ********************************************************** */
/* ファーストビュー */
/* ********************************************************** */
#fv .container {
  height: 450px;
}
.day {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bg_red {
width: 100%;
height: 804px;
background-image: url("../images/bg_red2.jpg");
background-size: cover;
background-position: center;
z-index: -1;
position: relative;
}
@media screen and (max-width: 1000px) {
.bg_red {
height: 604px;
position: relative;
}
}
.mfg_tigers {
	position: absolute;
	top: 7%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.fv_kv {
	position: absolute;
	top: 60%;
    left: 50%;
	transform: translate(-50%, -50%);
}
/* ********************************************************** */
/* 限定プレゼント */
/* ********************************************************** */

.limited_title {
	display: flex;
  justify-content: center; 
  align-items: center; 
	margin-top: -40px;
}
.present {
	display: flex;
  justify-content: center; 
  align-items: center; 
}
.deco {
	width: 525px;
	height: 350px;
	background: url("../images/ball.png") no-repeat; 
		background-size: cover; 
		position: absolute; 
		right: 3%; 
		top: 1%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
.deco {
	width: 268px;
	height: 179px;
	position: absolute; 
		right: 3%; 
		top: 1%;
}
}







/* ********************************************************** */
/* 限定プレゼント遷移 */
/* ********************************************************** */


/* ベースのスタイル（PC向け：横2個、縦3個のレイアウト） */
.main-visual {
    background-image: url("../images/sun_present7.jpg"); 
    background-size: cover;
    background-position: center top; 
    background-repeat: no-repeat;
    width: 100%;
    height: 990px; 
  position: relative;
	  box-sizing: border-box;
}
.present-item {
  width: 40%;
	cursor: pointer;
	z-index: 10000;
	position: relative;
}
.present-item2 {
	width: 81.5%;
	cursor: pointer;
	z-index: 10000;
	position: relative;
	
}
.present-item3 {
  width: 40%;
	z-index: 10000;
	position: relative;
}


@media (max-width: 1285px) {
.main-visual {
width: 100%;
background-size: contain;	
height: 75vw; 
        min-height: 600px; 
}
}
.present-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: flex-start;
    gap: 20px; 
    position: absolute;
	top: 80px;
}
@media (max-width: 1139px) {
.present-flex-container {
   position: absolute;
	top: 55px;
}
}

.present-item img {
    max-width: 100%;
    height: auto;
    display: block; 
}


/* ====================================================== */
/* スマートフォン向け（768px以下）：縦に6個（1列に6個）のレイアウト */
/* ====================================================== */
@media (max-width: 767px) {
    .main-visual {
        
        height: 270vw; 
       
        max-height: none;
        background-position: center center;
		 background-image: none; 
    }

    .present-flex-container {
        gap: 10px;
        padding: 10px;
        width: 100%;
        margin-top: 0px; 
		 position: absolute;
	top: -30px;
    }
    .present-item {
        width: 100%;
        margin: 5px auto; 
        max-width: none;
		cursor: pointer;
    }
	.present-item2 {
	width: 100%;
	cursor: pointer;
	z-index: 10000;
	position: relative;
	
}
	.present-item3 {
  width: 100%;
	z-index: 10000;
	position: relative;
}

}


a:link {color: #fff;text-decoration: none;}
a:visited {color: #fff;}
a:hover {color: #fff;}
a:active { color: #333;}
















/* ********************************************************** */
/* ボタンラッパー〜 */
/* ********************************************************** */
.btns_wrapper {
  width: 90%;
  margin: 0 auto;
display: inline-block;
	
}
/* 赤ラインのボタン */
a.led_line_button {
  display: block;
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0px;
  margin-bottom: 15px;
  border-left: 15px solid #ed4600;
  background: #293369;
  text-align: center;
  position: relative;
	
}
a.led_line_button:after {
  content: ">";
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  right: 10px;
}
a.led_line_button:link {
  color: #fff;
  text-decoration: none;
}
a.led_line_button:visited {
  color: #fff;
}
a.led_line_button:hover {
  color: #fff;
  background: #ed4600;
}
 a.led_line_button:active {
  color: #fff;
}

.group_wrap {
	margin: 0 auto 20px auto;
	width: 90%;
	display: flex;
  justify-content: center; 
  align-items: center; 
}
.group_button {
	margin: 0 auto 20px auto;
	width: 90%;
	display: flex;
  justify-content: center; 
  align-items: center; 
	cursor: pointer;
}
.DAY_rogo {
	margin: 50px auto;
	padding-bottom: 50px;
	width: 100%;
	display: flex;
  justify-content: center; 
  align-items: center; 

}
@media screen and (max-width: 767px) {
a.led_line_button {
 font-size: 5vw;
}
.DAY_rogo {
	margin: 30px auto;
	padding-bottom: 30px;
	width: 80%;
	display: flex;
  justify-content: center; 
  align-items: center; 

}
}
/* ********************************************************** */
/* 紙吹雪 */
/* ********************************************************** */
.confetti {
  position: absolute;
  width: 100%;
  height: 1000px;
	z-index: 10;
	overflow-x: hidden; /* ここを追加 */
}
@media screen and (max-width: 450px) {
.confetti {
height: 800px;
overflow-x: hidden; /* ここを追加 */
}	
}
.confetti span {
  position: absolute;
  top: -100%;/*アニメーション以外の紙吹雪を非表示*/
  left: 0;
}

/*アニメーションの記述*/
.confetti span:nth-child(2n + 1) {
  animation: confetti1 5s 0s linear infinite;
}

.confetti span:nth-child(2n + 2) {
  animation: confetti2 5s 0s linear infinite;
}

/*紙吹雪を回転させる記述*/
@keyframes confetti1 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }

  100% {
    top: 100%;
    transform: translateX(20px) rotateX(180deg) rotateY(360deg);
}
}

@keyframes confetti2 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }

  100% {
    top: 100%;
    transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
  }
}

/*紙吹雪の配置*/
.confetti span:nth-child(1) {
  left: 0%;
}

.confetti span:nth-child(2) {
  left: 10%;
}

.confetti span:nth-child(3) {
  left: 20%;
}

.confetti span:nth-child(4) {
  left: 30%;
}

.confetti span:nth-child(5) {
  right: 40%;
}

.confetti span:nth-child(6) {
  left: 50%;
}

.confetti span:nth-child(7) {
  right: 60%;
}

.confetti span:nth-child(8) {
  left: 70%;
}

.confetti span:nth-child(9) {
  left: 80%;
}

.confetti span:nth-child(10) {
  left: 90%;
}

.confetti span:nth-child(11) {
  left: 100%;
}

/*紙吹雪の大きさ*/
.confetti span:nth-child(3n + 1) {
  width: 1vw;
  height: 1vw;
}

.confetti span:nth-child(3n + 2) {
  width: 1vw;
  height: 1vw;
}

.confetti span:nth-child(3n + 3) {
  width: 1.5vw;
  height: 1.5vw;
}
@media screen and (max-width: 450px) {
.confetti span:nth-child(3n + 1) {
  width: 3.5vw;
  height: 3.5vw;
}

.confetti span:nth-child(3n + 2) {
  width: 3.5vw;
  height: 3.5vw;
}

.confetti span:nth-child(3n + 3) {
  width: 3.5vw;
  height: 3.5vw;
}
}

/*紙吹雪の色*/
.confetti span:nth-child(2n + 1) {
  background: red;
}

.confetti span:nth-child(2n + 2) {
  background: orange;
}

.confetti span:nth-child(2n + 3) {
  background: purple;
}

.confetti span:nth-child(2n + 4) {
  background: pink;
}

.confetti span:nth-child(2n + 5) {
  background: blue;
}

.confetti span:nth-child(2n + 6) {
  background: green;
}

.confetti span:nth-child(2n + 7) {
  background: yellow;
}

/*アニメーションの秒数*/
.confetti span:nth-child(2n + 1) {
  animation-duration: 8s;
}

.confetti span:nth-child(2n + 2) {
  animation-duration: 11s;
}

.confetti span:nth-child(2n + 3) {
  animation-duration: 12s;
}

.confetti span:nth-child(2n + 4) {
  animation-duration: 8s;
}

/*紙吹雪が降り始めるまでの時間*/
.confetti span:nth-child(1) { animation-delay: 0s; }
.confetti span:nth-child(2) { animation-delay: 1s; } 
.confetti span:nth-child(3) { animation-delay: 2s; }
.confetti span:nth-child(4) { animation-delay: 3s; }
.confetti span:nth-child(5) { animation-delay: 4s; }
.confetti span:nth-child(6) { animation-delay: 5s; }
.confetti span:nth-child(7) { animation-delay: 6s; }
.confetti span:nth-child(8) { animation-delay: 7s; }
.confetti span:nth-child(9) { animation-delay: 8s; }
.confetti span:nth-child(10) { animation-delay: 9s; }
.confetti span:nth-child(11) { animation-delay: 10s; }
.confetti span:nth-child(12) { animation-delay: 11s; }
.confetti span:nth-child(13) { animation-delay: 12s; }
.confetti span:nth-child(14) { animation-delay: 13s; }
.confetti span:nth-child(15) { animation-delay: 14s; }
.confetti span:nth-child(16) { animation-delay: 15s; }
.confetti span:nth-child(17) { animation-delay: 16s; }
.confetti span:nth-child(18) { animation-delay: 17s; }
.confetti span:nth-child(19) { animation-delay: 18s; }
.confetti span:nth-child(20) { animation-delay: 19s; }
.confetti span:nth-child(21) { animation-delay: 20s; }
.confetti span:nth-child(22) { animation-delay: 21s; }
.confetti span:nth-child(23) { animation-delay: 22s; }
.confetti span:nth-child(24) { animation-delay: 23s; }
.confetti span:nth-child(25) { animation-delay: 24s; }
.confetti span:nth-child(26) { animation-delay: 25s; }

