@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/css/modaal.min.css");
/*    */

html, body { height: 100%; scroll-behavior: smooth;}
body {
	position:relative;
	margin: 0;
	padding: 0;
	font: 0px/100% 'Acme', sans-serif;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
}
.sp {display: none;	}

h1, h2, h3{
	margin: 0;
	padding: 0;
}
p, .main p {
	font-size: 18px;
	color: #151515;
	line-height: 1.8;
	/*letter-spacing: 0.5px;*/
}
.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}

.mb0 {margin-bottom: 0px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.pb30 {padding-bottom: 30px;}
.pb50 {padding-bottom: 50px;}
.pb100 {padding-bottom: 100px;}


.cover { position: relative; width: 100%; margin: 0; padding: 0; }
.centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 50%; height: 50px; text-align: center; }


.content_area{
	width: 800px;
	text-align: center;
	margin: 0 auto;	
}
.content_area.wide{
	width: 80%;
	max-width: 1100px;
}

.white_mask{
	height: 100%;
	background: rgba(255,255,255,0.5);
}

.black_mask{
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.section1 { 
	width: 100%;
	height: 710px;
	background: #000000;
	text-align: center;
}
.section1 .mv_bg { 
	width: 100%;
	height: 630px;
	background-image: url("../images/mv_bg.jpg");
	background-size: cover;
	background-position: center;
}
.section1 .mv_text { 
	width: 860px;
	height: 560px;
	padding-top: 20px;
	margin-left: -140px;
}
.section1 .mv_text2 { 
	margin: -80px -60px 0 0;
	width: 900px;
	height: 160px;
}

.section2 { 
	width: 100%;
	height: auto;
	background: repeat-x bottom url("../images/section02_bg.jpg") ;
	background-position: bottom;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.section2_text{
	height: auto;
}

.section_ttl{
	padding: 100px 0 40px;
	margin: 0 auto;
	max-width: 760px;
	height: auto;
}

.section2_text p{
	padding: 0 0 380px 20px;
	margin-bottom: -10px;
	font-size: 24px;
	line-height: 2;
}


.section3 { 
	width: 100%;
	/*background: repeat-x bottom url("../images/section03_bg.jpg") ;
	background-position: bottom;
	background-size: 1000px 222px;
	padding-bottom: 300px;*/
}

.section3_text{
	height: auto;
}
p.attention {
	font-size: 24px;
	line-height: 1.4;
	padding: 10px;
	background-color: gray;
	color: white;
	font-weight: bold;
	text-align: center !important;
	margin-bottom: 50px;
}
.schedule{
	margin: 30px 0 40px ;
	display: inline-block;
}
.schedule p{
	font-size: 24px;
	line-height: 1.4;
	margin: 0px 0 10px 0;
	text-align: left;
	font-weight: bold;
}
.boshubumon{
	text-align: left;
}
.boshubumon h3{
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0.5em;
}
.boshubumon h3 span{
	font-weight: normal; font-size: 18px;
}
.boshubumonBox{border: 1px solid #00bdd3; margin:10px 0 30px; background-color: #f2fcfd;}
.boshubumonBoxTitle{background-color: #00bdd3; padding:12px 14px; display: flex; color: white; position: relative;}
.boshubumonBoxTitle img.htug{position: absolute; top:0px; right:12px; width: 52px; height: auto;}
.boshubumonBoxTitle h4{width: 50%; margin: 0; float: left;font-size: 20px; line-height: 1.2; }
.boshubumonBoxTitle h5{width: 50%; margin: 0 40px 0; float: right; text-align: right;font-size: 18px; line-height: 1.2; }
.boshubumonBoxTitle h5 big{color:#ffff00;}
.boshubumonBox .main{display: flex; margin: 24px 20px;}
.boshubumonBox .text{flex-basis: 60%; margin-right: 20px;}
.boshubumonBox .text h6{display: inline-block; color: #00bdd3; font-size: 20px; line-height: 1.4; border-bottom: dotted 3px #00bdd3; margin: -4px 0 14px; font-weight: bold;}
.boshubumonBox .text p{font-size: 18px; line-height: 1.6; margin: 0;}
.boshubumonBox .text p.example{color: #00bdd3; font-weight: bold; margin-top: 14px;font-size: 16px;}
.boshubumonBox .photo{flex-basis: 40%;}
.boshubumonBox .photo img{width: 100%;}

.boshubumonBox:nth-of-type(2n){border: 1px solid #04be90; background-color: #f2fcf9; }
.boshubumonBox:nth-of-type(2n) .boshubumonBoxTitle{background-color: #04be90;}
.boshubumonBox:nth-of-type(2n) .text h6{color: #01b580; border-bottom: dotted 3px #01b580;}
.boshubumonBox:nth-of-type(2n) .text p.example{color: #01b580;}
.boshubumon p.note{	text-align: right; margin-left: 60px;}


.section3_text h3 { 
	font-size: 22px;
	line-height: 2;
	font-weight: bold;
}
.marker{
	background: linear-gradient(transparent 60%, yellow 30%);
    display: inline-block;
}
.red{
	color: red;
}

.prizesCat {
	display: flex;
	justify-content: center;
	margin-top: -20px;
}
.prizesCat figure {
	width: 30%;
	margin: 20px;
}
.prizesCat figcaption {
	/*display: none;*/
}

.prizes {
	/*display: flex;*/
	/*justify-content:space-around;*/
	display: inline-block;
}
.prize {
	/*width: 46%;*/
}
ul, ol{
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	padding-left:30px;
	margin-bottom: 30px;
}
li{
	padding-bottom: 10px;
}

p.note {
	text-align: left;
	font-size: 14px;
	padding: 0 10px;
}
p.category {
	font-weight: bold;
	padding: 0.2em 0;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	border-radius: 20px;
	margin-bottom: 1em;
}

img.furusatonouzei2 {
	width: 560px;
	max-width: 100%;
	height: auto;
}
figure {
  display: flex;
  flex-flow: column;
  width:100%;
	max-width: 560px;
  margin: auto;
}

figure img {
  max-width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
  font-size: 14px;
	line-height: 1.4;
	margin-top: 14px;
}


.section4 { 
	width: 100%;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 205, 1) 50%);
	background-position: bottom;
	padding-bottom: 80px;
}

img.follow {
	position: absolute;
	top:60px;
	right:30px;
	width: 320px;
	height: auto;
}
.section4_text{
	height: auto;
}
.abouthtug li{ font-size: 18px; line-height: 1.4;}
.steps {
	display: flex;
	justify-content: space-between;
}
.step {
	width: 22%;
}
.step img.step_num {
	margin-left: 6px;
	width: 100%;
	height: auto;
}
.step img.step_num.last {
	margin-left: 0;
}

.step img.step_img {
	width: 90%;
	height: auto;
	margin: 20px 0 0;
}

.step p{
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
}

.btns {
	display: flex;
	justify-content:center;
	padding: 30px 0 0;
}
.btns p {
	width: 40%;
}
.btn a {
  position: relative;
  display: block;
  width: 90%;
  padding: 14px 0;
  background-color: #00bdd3;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: .3s;
}
.btn:nth-child(2) a {
  background-color: #04be90;
}
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn:hover {
    opacity: .8;
}

.section5 { 
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.bn_agamai {
	max-width: 1100px;
	margin: 80px auto 100px;
	display: block;
}

.container {
  display: flex;
  justify-content:center;
}
.sns_item{
	margin: 30px 0;
}
.sns_item img{
	width: 70px;
	margin: 0 5px;
}


.info_text_area{
	margin: 70px auto;
}

.info_text_box{
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
	border-bottom: solid 1px #838383;
}

.info_text_title {
	width: 20%;
}
.info_text_title p{
	font-size: 15px;
	font-weight: bold;
}

.info_text_title2 {
	width: 100%;
}
.info_text_title2 p{
	font-size: 24px;
	font-weight: bold;
}
  
  
.info_text_text {
	padding-bottom: 40px;
	text-align: left;
}

.info_text_text2 {
	padding-bottom: 40px;
	text-align: center;
}

.info_text_text2 p{
	font-size: 14px;
	margin-bottom: -10px;
}

.info_text_text p{
	font-size: 15px;
	margin-bottom: -10px;
}


.furu_text_box{
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}


.furu_text_text {
	text-align: left;
}

.furu_text_text p{
	font-size: 19px;
}

.center{
	text-align: center;
	width: 100%;
}

.section_furu { 
}
.furu_title { 
	width: 100%;
	background-image: url("../images/bk_section_furu.jpg");
	background-position: center;
	background-size:cover;
}

.furu_info{
	text-align: left;
}

.furu_info img{
	width: 480px;
	margin: 90px 0 70px 10px ;
}

.furu_box {
  display: flex;
 flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 40px;
}

.furu_box a{
	text-decoration: none;
}

.furu_item{
	background-image: url("https://agamai-ambassador.com/images/furu_button.png");
	background-size:cover;
	margin: 5px;
	width: 250px;
	height: 189px;
	display: flex;
  align-items: center;
	justify-content: center;
	
}
.furu_item p{
	font-size: 14px;
	color: white;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 35px;
	padding-bottom: 5px
}




.section9 { 
	width: 100%;
}


.footer {
	width: 100%;
	height: auto;
	background: #000000;
	text-align: center;
	
}
.footer p {
	padding: 30px 0;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}


/*+++ スマートフォン表示エリア +++*/
@media screen and (max-width: 768px) {
	
.pc {display: none;}
.sp {display: block;}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 51,51,51,0.8 );
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
	text-align: center;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

p, .main p { 
	font-size: 16px;
	line-height: 2;
	text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.section1 { 
	width: 100%;
	height: auto;
	/*margin-bottom: -30px;*/
}
.section1 .mv_bg { 
	width: 100%;
	height: auto;
	background-image: none;
}
img { 
	width: 100%;
}
.content_area, .content_area.wide {
	width: 100%;
	text-align: left;
}
.main {
	padding: 0 20px;
}
.section_ttl{
	padding: 50px 0 20px 0;
	position: relative;
}
.section2 { 
	background: none;
}

.section2_text p{
	padding: 0 0 30px;
	font-size: 18px;
	line-height: 2.5;
	text-align: center;
}
.section2 img { 
	width: 100%;
	height: auto;
}
.section3 {
	padding-bottom: 60px;	
}
.section3_text p {
	text-align: left;
	font-size: 16px !important;
}
.section3_text h3 {
	font-size: 16px !important;
	line-height: 2;
	font-weight: normal;
}
.schedule{margin: 0 0 14px;}
.schedule p{
	font-size: 16px;
	line-height: 1.8;
}

.boshubumon{margin: 0;}

.boshubumon h3{
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0.5em;
}
.boshubumon h3 span{
	font-weight: normal; font-size: 16px;
}
.boshubumonBox{border: 1px solid #00bdd3; margin:10px 0 30px; background-color: #f2fcfd;}
.boshubumonBoxTitle{background-color: #00bdd3; padding:10px 12px; color: white; position: relative; display: flex; flex-direction: column;}
.boshubumonBoxTitle img.htug{position: absolute; top:6px; right:4px; max-width: 46px; width: 14%; height: auto;}
.boshubumonBoxTitle h4{width: 100%; margin: 0; font-size: 18px; line-height: 1.4; }
.boshubumonBoxTitle h5{width: 86%; margin: 0 40px 0 0; text-align: left; font-size: 14px; line-height: 1.4; }
.boshubumonBoxTitle h5 big{color:#ffff00;}
.boshubumonBox .main {display: flex; flex-direction: column; margin: 10px 0 0; padding: 10px;}
.boshubumonBox .text {margin: 0px;}
.boshubumonBox .text h6{display: inline-block; color: #00bdd3; font-size: 18px; line-height: 1.4; border-bottom: dotted 3px #00bdd3; margin: -4px 0 14px; font-weight: bold;}
.boshubumonBox .text p{font-size: 16px; line-height: 1.6; margin: 0;}
.boshubumonBox .text p.example{color: #00bdd3; font-weight: bold; margin-top: 14px;font-size: 16px;}
.boshubumonBox .photo{margin: 16px 0;}
.boshubumonBox .photo img{width: 100%;}

.boshubumonBox:nth-of-type(2n){border: 1px solid #04be90; background-color: #f2fcf9; }
.boshubumonBox:nth-of-type(2n) .boshubumonBoxTitle{background-color: #04be90;}
.boshubumonBox:nth-of-type(2n) .text h6{color: #01b580; border-bottom: dotted 3px #01b580;}
.boshubumonBox:nth-of-type(2n) .text p.example{color: #01b580;}
.boshubumon p.note{	text-align:center; margin: 40px 0 0; font-size: 14px;}
.prizesCat {
	flex-direction:column;
	padding: 0;
	align-items: center;
}
.prizesCat figure {
	width: 80%;
	margin: 30px 0 0;
}
.prizesCat figure .sp {
	display: none;
}
.prizesCat figure .pc {
	display: block;
}

.prizes {
	flex-direction:column;
	margin-top: 30px;
	width: 100%;
}
.prize {
	width: 100%;
	margin-right:0;
}
p.category {
	font-size:14px;
	text-align: center;
}
ul, ol {
	font-size: 16px;
	line-height: 1.6;
	padding-left:20px;
}
li{
	padding-bottom: 10px;
}

.section4 { 
	padding: 60px 0 30px;
}
img.follow {
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
	min-width: 240px;
	width: 50%;
	height: auto;
	margin-left: 30px;
}
.abouthtug{ padding: 0 10px;}
.abouthtug li{ font-size: 14px; line-height: 1.4;}
.steps {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 20px;
	padding: 0 10px;
}
.step {
	width: 45%;
	text-align: center;
}
.step img.step_num {
	margin-left: 0;
	width: 100%;
	height: auto;
}
.step img.step_img {
	width: 90%;
	height: auto;
}
.step p{
	font-size: 14px;
}

.btns {
	display: block;
	padding: 30px 0px;
}
.btns p {
	width: 100%;
  margin-bottom: 20px;
}
.btn a {
  font-size: 16px;
	margin: 0 auto;
}
.kiyaku_txt p{
	font-size: 14px !important;
	line-height: 1.6;
}
.kiyaku_txt ul, .kiyaku_txt ol{
	font-size: 14px;
	line-height: 1.6;
	padding-left: 20px;
}



.section_furu { 
}
.furu_title { 
	width: 100%;
	background-image: url("../images/bk_section_furu.jpg");
	background-position: -180px center;
	background-size:cover;
}

.furu_info{
	text-align: left;
}

.furu_info img{
	width: 600px;
	margin: 50px 0;
}

.furu_box{
	width: 360px;
	margin: 10px auto 0;
}
.furu_item{
	margin: 5px;
	width: 170px;
	height: 128px;
}
.furu_item p{
	font-size: 12.5px;
}
.furu_text_box{
	display: block;
	margin: 30px;
}
	
.furu_text_text p{
	font-size: 15px;
}

.furu_info img{
	width: 65%;
	margin: 40px 0 40px 15px;
}

.bn_agamai {
	margin: 50px auto;
}
.footer p {
	padding: 15px 0;
	font-size: 11px;
}
	
}


/*+++ スマートフォン表示エリア +++*/

/* ボタン全体 */
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #000000;
  opacity: 0.6;
  z-index: 1000;
  }

  /* Font Awesome */
  #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    width: 40px;
    height: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  
  /*+++ 221031追加 +++*/



/* 結果発表 */
.section6 { 
	width: 100%;
	height: auto;
}
.prizeBox { 
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(214, 241, 242, 1) 40%);
	margin-top: 60px;
	padding-bottom: 80px;
}
.prize_ttl img {width: 400px; max-width: 80%; height: auto; margin: 0 auto; display: block;}
.prizeBox .main { 
	margin-top: 30px;
}
.prizeBox .note { 
	text-align: left;
	padding: 0;
}

.prizeList {
    display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.prizeList-item.grandprize {width: 100%;}
.pht .prizeList-item.grandprize {max-width: 600px; margin: 0 auto;}
.mov .prizeList-item.grandprize {max-width: 600px; margin: 0 auto;}
.prizeList-item {
    align-self: stretch;
	width: 48%;
	margin-top: 10px;
}
.prizeList-item img {
    width: 100%;
}
.section6_text p{text-align: center;}
.prizeItem {position: relative; }
.prizeItem p{margin-top: 0; line-height: 1.4; }
.prizeItemImg {padding:7px; border:2px #95d6d9 solid; background-color: #FFF; display: block; }
.mov .prizeItemImg {border-color: #95d9a2;}
.prizeItem .icon {position: absolute; top:0px; left:0px; width: 120px; height: auto;}
.prizeList-item.grandprize .icon {width: 160px;}

.prizeBox.mov { 
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(214, 242, 228, 1) 40%);
	margin-top: 60px;
	padding-bottom: 60px;
}

.prizeBox.mov ul { 
	padding: 0;
	margin: 0;
}
.prizeBox.mov ul li { 
	list-style: none;
}
.modal__bg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}

.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal__inner {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}

.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal-card {
  width: 800px;
  min-height: auto;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
}

.modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}

.modal-card__heading {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #444;
}

.modal-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.modal-card__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 13px;
}

.modal-card__close::before,
.modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  background: #000;
  cursor: pointer;
}

.modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.works {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.work {
	width2: 30%;
}

/*+++ スマートフォン表示エリア +++*/
@media screen and (max-width: 768px) {
	.prizeItemImg {padding:4px; border:1px #95d6d9 solid;}
	.prizeItemImg .icon {width: 80px; height: auto;}
	.prizeList-item.grandprize .icon {width: 100px;}
	
	
	.works {
	flex-direction:column;
		margin-left: -10px;
	}
	.work {
	margin: 10px 0;
	}
}