@charset "utf-8";

/* CSS Document */




/* -------------------- header -------------------- */

/* 背景色変更 不要な場合は削除 */
header {
  background-color: #fffcf8; 
}





/* -------------------- contents -------------------- */

/*文字装飾*/


h1 {
    font-size: 2rem;
	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;
}


span.underline {
    text-decoration: underline;
}

span.fcred {
color: crimson;
}


span.fw600 {
    font-weight: 600;
    text-decoration: underline;
}

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: 980px;
    margin: auto;
}







#pagetop {
    margin: auto;
    display: block;
    background-color: #ed64aa;
}
img.top-image {
    max-width: 1000px;
    margin: 50px auto 0;
    display: block;
}





/* クーポン注意事項 */

#caution {
    padding: 2%;
	margin-bottom: 80px;
}

#caution {
    max-width: 980px;
    margin: auto;
}
.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: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.75;
}


/*お買い物*/

#shopping {
    display: block;
    width:100%;
    margin: 0 auto;
}


.shopping_banner {
    margin: 20px 0;
}

.shopping_banner a {
    line-height : 1.5;
}

.ex_brand {
    width: 100%;
}

.shopping_inner {
    max-width: 980px;
    margin: auto;
}
.howto {
    margin: 40px auto;
    max-width: 640px;
}
.must_read {
    max-width: 860px;
    padding: 50px;
    margin: auto;
    background-color: #ffdbdb;
}
.btn {
    /* flex: 1 1 auto; */
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    font-size: 2rem;
	line-height: 4;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn:hover {
  background-position: right center; /* change the direction of the change here */
}


.btn-3 {
    background-color: firebrick;
}

.btn-4 {
    background-image: linear-gradient(to right, #5c5c5c 0%, #000000 51%, #000000 100%);
}




.shopping_search {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
}






.button10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 25%;
    margin: 0 auto;
    padding: 0.5em 1em;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
}

span.ex_brand_name {
    text-align: center;
    width: 90%;
    margin: 0 5%;
    font-size: 14px;
    line-height: 3;
}





@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;
}

p.description {
    width: 90%;
    margin: 0 auto;
}




#introduction {
    padding: 40px 10px;
}


.attention {
    margin: 20px;
}






}



@media (max-width:540px) {


.coupon_img {
    width: 70%;
}


#caution {
    padding: 0;
}

#caution ul li {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    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 {

    width: 33%!important;
	margin: 2% auto;
}


.button10 {

    align-items: baseline;
    padding: 0;
}

    .must_read{
            padding: 30px;
    }
.must_read p {

    font-size: 0.8rem;
}





}





/* -------------------- pagetop -------------------- */

/* ページの上部へ　右下固定版 */

#pagetop--fixed {
  position: fixed;
  bottom: 10vh;
  right: 1vw;
  background: #222;
  opacity: 0.7;
  border-radius: .2rem;
}

#pagetop--fixed a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#pagetop--fixed a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
}

