@charset "utf-8";

/* CSS Document */



body {
    background-color: #e9e9e8;
}
/* -------------------- header -------------------- */

/* 背景色変更 不要な場合は削除 */
header {
  background-color: #fffcf8; 
}




/* -------------------- contents -------------------- */

/*文字装飾*/


h1 {
    font-size: 2.4rem;
	font-weight: 600;
    line-height: 2;
    margin-bottom: 1.6rem;
}


h2 {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 2em;
    font-size: 1.6rem;
    line-height: 2;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

h3 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
}


p {
    font-size: 1.2rem;
	line-height: 1.75;
	margin: 0.5em 0 1em;
}


.underline {
    text-decoration: underline;
}

.fc_red {
color: crimson;
}

.fc_orange {
color: #ff9631;
}


.fw_600 {
font-weight: 600;
}

.fs_08 {
font-size: 0.8em;
}

.fs_12 {
font-size: 1.2em;
}



span.emphasis {
    font-size: 1.4rem;
    font-weight: 600;
}

span.text-link {
    font-weight: 600;
    text-decoration: underline;
}


.contents-wrapper {
    margin: auto;
    padding: 10px;
}



/*イントロ*/

#introduction {
max-width: 720px;
margin: auto;
    padding: 40px 0;
	
}




#mainvisual {
    margin: auto;
    display: block;
    background-color: #1c1c52;
}
img.top-image {
    max-width: 1000px;
    margin: 50px auto;
    display: block;
}


p.event_date {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
}

















/*お買い物方法*/
#howto {
  width: 90%;
    max-width: 800px;
    margin: auto;
}

#target {
    width: 90%;
	max-width: 720px;
    margin: auto;
}

.attention {
  position: relative;
    display: block;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 2;

}

.attention p{
text-align: left;
}

.example_list {
display: block;
}

.example_item {
 margin-bottom: 0.5em;
}


/* 注意事項 */

#caution {
max-width: 720px;
    padding: 2%;
	margin: 0 auto 80px;
}

.caution_topic {
    display: flex;
    flex-wrap: wrap;
}


.caution_topic_title {
    background-color: #d4d4d4;
    width: 100%;
    padding: 1em;
}

.caution_topic_text {
    width: 100%;
    padding: 2em;
    background-color: #f9f9f9;
}


#caution ul li {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.75;
}






/*お買い物*/


#shopping {
    display: block;
    width: 96%;
    margin: 0 auto;
}


.shopping_banner {
    margin: 20px 0;
}





/*例*/

.example {
    padding: 1.5em;
    background-color: white;
}


p.example_header {
    font-weight: 600;
    border-bottom: solid;
}

.example_item {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}




@media (max-width:720px) {

.example {
    padding: 1.5em;
    background-color: white;
}


p.example_header {
    font-weight: 600;
    border-bottom: solid;
}

.example_item {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
}




/* --------------------------------
 クーポン
 * -------------------------------- */

.coupon_wrapper {
    width: 100%;
    max-width: 640px;
    margin: auto;
}










/* --------------------------------
 * お買い物
 * -------------------------------- */


.shopping {
    background-color: #ffdddd;
    margin: 0 auto;
    padding: 80px 20px 30px;
    display: inline-block;
}

.shopping h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
}

.shopping p {
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin: 1em auto 1em;
}

.ul50 {
display: flex;
}

.ul50 li {
    margin: 10px;
}

.itemList {
    display: inline-flex;
    flex-wrap: wrap;
}


li.button10 {
    margin: 0.5em;
}


.button10 a {
    display: inline;
  justify-content: space-between;
  font-size: 1rem;
  align-items: center;
  position: relative;
  margin: 0 auto;
    padding: 0.4rem 0.8rem;
  color: #333;
      letter-spacing: 0;
  font-weight: 700;
  background-color: #FFF;
  transition: 0.3s;
}


.button10 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #3d9ec8;
  transition: 0.2s;
}



.button10 a:hover::before {
  top: 0;
  left: 0;
}

.button10 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}





.how_to_use {
    display: flex;
}


a.btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    font-size: 1rem;
    padding: 5px;
    line-height: 3;
    margin: 0 10px;
    /* margin: 50px; */
    width: 50%;
    text-align: center;
}






@media (max-width:540px) {
#caution ul li {
    text-align: left;
    font-size: 1.5rem;
}


.ul50 {
flex-wrap: wrap;
}

.ul50 li {
width: 100%;
}


.itemList {
    font-size: 1.2rem;
}

.button10 a {

    font-size: 11px;
    line-height: 2;
}

a.btn-border {
    width: 100%;
    font-size: 1rem;
    margin: 10px 20px;
}

}




@media (max-width:720px) {

h1 {
    font-size: 2rem;
    margin:  0 auto 1rem;
    max-width: 960px;
    width: 90%;
}



h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.2rem;

}

p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0.5em 0 1em;
}

p.description {
    width: 90%;
    margin: 12px auto;
	line-height: 1.875
}




#introduction {
    padding: 0px 10px;
}


p.event_date {
    text-align: -webkit-left;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 auto 5px;
    width: 90%;
}






}



@media (max-width:540px) {


.coupon_img {
    width: 80%;
    margin: 0 10% 0;
}

#caution {
    padding: 0;
}

#caution ul li {

    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
}

.caution_topic_text {
    width: 100%;
    padding: 1.2rem;
    background-color: #f9f9f9;
    text-align: justify;
}

.btn {
    font-size: 1.4rem;

}

.button10 a {
    font-size: 1rem;

}



.how_to_use {
    display: flex;
    flex-wrap: wrap;
}


a.btn-border {
width: 100%;
    font-size: 1.2rem;
	margin-bottom: 10px
}

.button10 {
    margin: 0 10px 0 0;
}



.button10 a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -5px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #3d9ec8;
    transition: 0.2s;
}







}





/********** PC・スマホ切り替え **********/
 
@media (max-width:735px) {
.pc {
	display: none;
}
}
@media (min-width:736px) {




.sp {
	display: none;
}
}




/* -------------------- モダールウインドウ -------------------- */

/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*タイマー*/
#countdownArea {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}


