@charset "utf-8";
/* CSS Document */

#container {
    width: auto;
    margin: 0 auto;
}

img {
width: 100%;
}

p {
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

/* 文字のスタイル */

.fs_l {
    font-size: 1.15rem;
}
.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;
    margin-bottom: 1.2em;
}


section {
    margin-top: 100px;
}



#container {
    font-size: 1rem;
}




.inner {
    max-width: 1000px;
    margin: auto;
}





/* メインビジュアル */


.mv {
    padding: 100px 0 60px;
    /* background-color: black; */
}


.mv__img.fade {
    max-width: 840px;
    margin: auto;
}

/* イントロ */




.introduction {
    width: 900px;
    max-width: 90%;
    margin: 80px auto;
}



h1.introduction__title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.introduction__txt {
margin-bottom: 2rem
}


.introduction__txt p {
line-height: 2;
}

.introduction__date {
    font-size: 1.5rem;
	font-weight: 600;
    margin: 1em 0;
}


/* クーポン */

.coupon {
    background-color: #e5e5e5;
    padding: 50px 0;
}



.coupon-area {
    display: flex;
    align-items: center;
    max-width: 960px;
    margin: 0px auto;
}

.coupon-area-block {
    max-width: 400px;
    margin: 0 auto 40px;
    width: 40%;
}








.attention {
width: 80%;
max-width: 900px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.attention p {
    position: relative;
    padding-left: 1.2em;
    text-align: left;
    background-color: #FFF;
}



.attention p: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;
}


p.attention_important {
    position: relative;
    padding-left: 1.2em;
    text-align: left;
    color: #FFF;
    background-color: #63af7a;
}

p.attention_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;
}


.how_to_use {
    padding: 40px 0;
    text-align: center;
}



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;
}


/* ショッピング */


#shopping {
    background-color: #e8ddd7;
    padding: 40px;
}


.shoppingArea {
    margin: 20px 0 0;
    padding: 10px;
    background: #e5ddd7;
    background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 6px, transparent 6px, transparent 12px);
}


.shoppingArea__inner {
    background: #e5ddd7;
    padding: 30px 0px 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: 10px 0 60px;
}


.shoppingArea__inner p {
    text-align: center;
}

.shopping__banner {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 20px;
}


/* フェードアップ */
.fade{
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
}



@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: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}





/* クーポン */

.coupon__sheet {
    flex-wrap: wrap;
}

.coupon__sheet {
    width: 75%;
}
.coupon__sheet__inner {
    margin: 0 auto 30px;
}

.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;
}


.shoppingArea__inner {
    background: #fff;
    padding: 20px 10px 30px;
}


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;
}










}
