@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}


body {
    background-color: #f9f9f9;
}

img {
    width: 100%;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
a img:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.9;
    margin-bottom: 1rem;
}


ul{
	list-style-type: none;
}


.fw600{font-weight: 600;}

.red {color: crimson;}


.text-link {
    font-weight: 600;
    border-bottom: solid 2px;
    color: #f9a745;
}

/* --------------------------------
 * トップ
 * -------------------------------- */




#pagetop {
    margin: 50px auto 100px;
    width: 100%;
}

.pagetop_image {
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.pagetop_text {
    width: auto;
    max-width: 900px;
    margin: auto;
}


@media (max-width:900px) {
	
	#pagetop img{
	width: 100%;
	
}
	
	.coupon_sheet img{
		width: 80%;
	}	
	
}




/* --------------------------------
 * 内容
 * -------------------------------- */




h1 {
    margin: 1.5rem auto 1.5rem;
    font-size: 2.1rem;
    line-height: 1.8;
    font-weight: 600;
}

.pagetop_text_intro {
    
}





.pagetop_text_kikan {
    margin: 2% auto 1%;

}


.pagetop_text_kikan p {
    font-weight: 600;
	 font-size: 1.2rem;
}



@media (max-width:900px) {


p {
    font-size: 15px;
    text-align: left;
    line-height: 1.75;
    margin-bottom: 1rem;
}
	
	

	
h1 {
    margin: 4% auto 4%;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
}

#pagetop {
    margin: 30px auto 0;
    width: 100%;
}



.pagetop_text {
padding: 5%;
}

.pagetop_image {
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.pagetop_text_intro {
    font-size: 1rem;
    text-align: justify;
    line-height: 1.75;
    letter-spacing: 1px;
}

.pagetop_text_kikan p {
    font-size: 1rem;
}


}


/* クーポン取得 */

.coupon_wrapper {
    background-color: #d7d7d7;
    padding: 5%;
}


.coupon_title {
    font-weight: 600;
    text-align: center;
    line-height: 2;
    font-size: 1.5rem;
	
	
}


.coupon_attention {
    padding: 1em 1.5em 0px;
    width: 70%;
    margin: 0px auto;
    max-width: 800px;
}
.coupon_attention_p {
    padding: 1em 1.5em 0;
    margin: 2em 0;
    width: 80%;
	max-width: 800px;
    margin: 5em auto;
}



.img_coupon {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
}

.non_display {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 15px;
}

.att1 {
	font-weight: bold;
	font-size:1rem;
	text-align: left;
	margin-top:5%;
}
.att2 {
	font-size: 0.95rem;
	text-align: left;
}

.att_red{
	font-size: 0.95rem;
	text-align: left;
	color: red;
}


.coupon_link {
    max-width: 800px;
    margin: auto;
}


.coupon_sheet_wrapper {
    max-width: 1000px;
    margin: auto;
}





@media (max-width:900px) {
	

.coupon_wrapper {
    background-color: #d7d7d7;
    padding: 10% 5%;
}


	
	
.coupon_attention {
    padding: 1em 1.5em 0;
    margin: 2em 0;
	width: 98%;
	margin: 0 auto;
}
	
	
	.coupon_link{
		width: 100%;
		margin: 0 auto;
	}
	
	
	
.coupon_link li {
    margin-bottom: 10px;
}
	
.coupon_link li a {
font-size: 0.8rem;
}	
	
	
	
.coupon_sheet_wrapper {
flex-wrap: wrap;
}	
	
	
	
	
	
	
	
}



/* クーポン注意事項 */



.caution {
    width: 100%;
}
.caution_wrapper {
    padding: 5%;
}


.caution_topic_wrapper{
    padding: 1% 0;
    max-width: 900px;
    margin: auto;
    border: solid 1px;
}


.coupon_title {
    font-weight: 600;
    text-align: center;
    line-height: 2;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
}



.caution_topic {
    display: flex;
    flex-wrap: wrap;
}


.caution_topic_title {
    background-color: #f1f1f1;
    width: 100%;
    padding: .5em;
	text-align: center;
    font-weight: 600;
    border-top: solid 1px;
    border-bottom: solid 1px;
}


.caution_topic_text {
    width: 100%;
    padding: 1em;
}






@media (max-width:900px) {

.caution_wrapper {
    padding: 10% 5%;
}


.coupon_title {
    font-weight: 600;
    text-align: center;
    line-height: 2;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}


}






/* ショッピング */




#shopping {
    background-color: #f3eeda;
}




.shopping_wrapper {
    max-width: 900px;
    margin: auto;
    padding: 5% 0;
}



.shopping_title {
    font-weight: 600;
    text-align: center;
    line-height: 2;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}




.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 0px;

}



.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 1 / 3 / 2; }
.div5 { grid-area: 2 / 2 / 3 / 3; }
.div6 { grid-area: 2 / 3 / 3 / 4; }








@media (max-width:900px) {

.shopping_wrapper {
    padding: 10% 5%;
}

.shopping_title{

}

.parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 10px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 1 / 3 / 2; }
.div4 { grid-area: 2 / 2 / 3 / 3; }
.div5 { grid-area: 3 / 1 / 4 / 2; }
.div6 { grid-area: 3 / 2 / 4 / 3; }


}




 /* ボタン */

/*塗りから線に変わる*/
.btnchangeline {
    position: relative;
    color: #333;
    padding: 20px 30px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    /* margin: auto; */
	margin-bottom: 1%;
	font-size: 1rem;
}

/*線の設定*/
.btnchangeline::before {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /*線の形状*/
    width: 100%;
    height: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    /*はじめは透過0に*/
    opacity: 0;
    transform: scale(0, 1);
    /*アニメーションの指定*/   
    transition: all 0.3s;
}

/*背景の設定*/
.btnchangeline::after {
    content: '';
    /*絶対配置で背景の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /*背景の形状*/
    width: 100%;
    height: 100%;
    background-color:#333;
    /*アニメーションの指定*/ 
    transition: all 0.3s;
}

/*hoverした際の背景と線の形状*/
.btnchangeline:hover::before {
    opacity: 1;/*不透明に*/ 
    transform: scale(1, 1);/*X方向に線を伸ばす*/
}

.btnchangeline:hover::after {
    opacity: 0;/*透過0に*/
    transform: scale(0, 1);/*X方向に背景を縮小*/
}

/*テキストの設定*/
.btnchangeline span {
    /*テキストを前面に出すためz-indexの値を高く設定*/  
	position: relative;
	z-index: 2;
    /*テキストの形状*/
	color: #fff;
    /*アニメーションの指定*/   
    transition: all 0.3s;
}

/*hoverした際のテキストの形状*/
.btnchangeline:hover span {
    letter-spacing: 2px;
	color: #333;
}








/*【クーポン対象】商品一覧を見る*/

.btnarrow6 {
    position: relative;
    color: #fff;
    background: #ff9e9d;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto;
    padding: 40px 60px 40px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
    text-decoration: none;
    border: transparent 2px solid;
    outline: none;
    line-height: 1;
}
.btnarrow6:active {
	color: #fff;
	
}

.btnarrow6:visited {
	color: #fff;
	
}

/*hoverした際のボタンの形状*/
.btnarrow6:hover{
	background:#fff;
	color:#333;
	border-color:#333;
	
}

/*矢印と線の形状*/

.btnarrow6:before{
	content:"";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top:50%;
	right:20px;
    /*線の形状*/
	width:20px;
	height:1px;
	background:#fff;
}

.btnarrow6::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 47%;
    right: 12px;
    /*矢印の形状*/
    border: 4px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-color: #fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
	
}

/*hoverした際の矢印の形状*/
.btnarrow6:hover::before{
	background:#333;
	right:25px;
}

.btnarrow6:hover::after{
    border-left-color: #333;
    right: 20px;
}


@media (max-width:900px) {

.btnarrow6 {

    font-size: 1rem;

}
}


footer {
margin-top: 0;
}

