@charset "utf-8";
/* CSS Document */



img {
width: 100%;
}

p {
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

/* 文字のスタイル */

.fs_l {
    font-size: 1.25rem;
}
.fs_s {
    font-size: 0.85rem;
}
.caution__btn {
    position: relative;
    border: none;
    border-bottom: 2px solid #666;
    width: 15em;
    max-width: 90%;
    margin-top: 1em;
}

.fw_600 {
    font-weight: 600;
}

.red{
color: red;
}


.headline {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}



section {
    margin-top: 100px;
}



#container {
    font-size: 1rem;
}




.inner {
    max-width: 1200px;
    margin: auto;
}





/* メインビジュアル */


.mv {
    padding: 100px 0 100px;
    /* background-color: black; */
}

/* イントロ */




.introduction {
    width: 1000px;
    max-width: 90%;
    margin: auto;
}



h1.introduction__title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.introduction__txt {
margin-bottom: 2rem
}


.introduction__txt p {
font-weight: 600;
line-height: 2;
}

.introduction__date {
    font-size: 2rem;
    margin-bottom: 1.5em;
}

.introduction_important {
    background-color: #fefc84;
    padding: 1em;
}
/* キーワードとエントリー */

.keyword {
    margin-top: 40px;
    background-color: #fdff75;
    width: 80%;
	max-width: 900px;
    margin: 40px auto;
    padding: 10px 0;
}


p.keyword__header {
    text-align: center;
    margin: 0 auto;
    /* margin: -0.5em; */
}

h3.keyword__words {
    font-size: 2.4em;
    font-weight: 600;
    text-align: center;
}

.keyword__subheader{
max-width: 540px;
margin: auto;
}



.entry {
    width: 80%;
    max-width: 900px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.entry__headline {
    background-color: #565656;
	margin-bottom: 6px;
    padding: 0 5px;
    color: #FFF;
}

.entry__text {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    margin: 0 auto 20px;
    width: 100%;
}










/* クーポン */

.coupon {
    background-color: #e5e5e5;
    padding: 50px 0;
}


.coupon__sheet {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}


.coupon__sheet__inner {
    margin: 0 auto;
    width: auto;
    max-width: 720px;
    padding: 20px;
    float: left;
}

.coupon__sheet__inner__heading {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    border: solid;
    padding: 0.5em;
    margin: 1rem 0;
}

.attention {
width: 80%;
max-width: 900px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.attention__text {
    position: relative;
    padding-left: 1.2em;
    text-align: left;
    background-color: #FFF;
}



.attention__text:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}



.attention__text_important {
    position: relative;
    padding-left: 1.2em;
    text-align: left;
    color: #FFF;
    background-color: #63af7a;
    display: inline-block;
    width: 100%;
}

.attention__text_important:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #fff; /*アイコン色*/
  font-weight: 900;
}




span.text-link a {
    color: #FF5722;
}

/* 注意事項 */



.caution__headline {
    margin: 40px 0 20px;
    padding: 10px 20px 10px 40px;
    text-indent: -22px;
    background: #033b51;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
}

.caution__btn {
    position: relative;
    border: none;
    border-bottom: 2px solid #666;
    width: 15em;
    max-width: 90%;
    margin-top: 0.5em;
}

.caution__btn::before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}


.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  animation-delay:1.5s;
  animation-iteration-count:1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}







/* ショッピング */


.shoppingArea {
    margin: 20px 0 0;
    padding: 10px;
    background: #fff;
    background-image: repeating-linear-gradient(-45deg,#fbd4db,#fbd4db 6px,transparent 6px,transparent 12px);
}


.shoppingArea__inner {
    background: #fff;
    padding: 20px 30px 30px;
}


/* 対象一覧へのリンクボタン */


.btn, a.btn, button.btn {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 2rem 6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}



a.btn--red.btn--cubic {
    background: #f2788f;
    color: #FFF;
}



a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.shopping__itemlink {
    margin: auto;
    text-align: center;
    padding: 50px 0;
}

.shoppingArea__inner p {
    text-align: center;
}

.shopping__banner {
    width: 100%;
    max-width: 720px;
    margin: auto;
}



@media (max-width:540px) {





p {
font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0.5rem;
}




.fs_l {
    font-size: 1.1rem;
}


.inner {
    width: 94%;
}


.headline {
    font-size: 1.5rem;
}



/* メインビジュアル */
.mv {
    padding: 80px 0 40px;
    /* background-color: black; */
}



/* イントロ */


h1.introduction__title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.4;
}



.introduction__date {
    font-size: 1.4rem;
    margin-bottom: 1.5em;
}

.introduction_important {
    font-size: 0.9rem;
}


/* キーワードとエントリー */


.keyword {
    width: 90%;
}


h3.keyword__words {
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
}


.entry {
    width: 90%;
}


.entry__text {
    text-align: left;
    font-size: 0.9rem;
}











/* クーポン */


.coupon__sheet {
    width: 100%;
}


.coupon__sheet__inner {
    margin: 0 2.5%;
    width: 100%;
    padding: 20px;
    float: left;
}

.attention {
    width: 90%;
}


.attention__text {
    text-align: left;
    font-size: 0.9rem;
}

.attention__text_important {
    text-align: left;
    font-size: 0.9rem;
	color: #FFF;
}













/* ショッピング */


.shopping__itemlink {
    padding: 20px 0;
}


p.shoppingArea__inner__text {
    margin-top: 10px;
}




/* 対象一覧へのリンクボタン */
.btn, a.btn, button.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}










}






/*当選*/
#comment{
	padding:0px;
	padding-bottom:80px;
}
#comment p{
	padding:0px;
	max-width:600px;
	width:80%;
	margin:0 auto;
}
#comment table{
	width:90%;
	max-width:400px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:30px;
	font-size:1.1rem;
	font-weight:bold;
}
#comment table th{
	text-align:right;
	width:60%;
	padding-bottom:3%;
}
#comment table td{
	text-align:left;	
	width:40%;
	padding-left:20px
}
#comment .att{
	padding-top:30px;
	font-size:0.85rem;
	color:#c00;
	font-weight:bold;
}
.fo-center{
	text-align:center;
}
@media (max-width: 735px) {
#comment{
	padding-bottom:30px;
}
#comment table{
	font-size:0.95rem;
	font-weight:bold;
}
#comment .att{
	font-size:inherit;
}
}
/********** PC・スマホ切り替え **********/
 
@media (max-width:735px) {
.pc {
	display: none;
}
}

@media (min-width:736px) {
.sp {
	display: none;
}
}