@charset "utf-8";

#introArea .title {
    margin: calc(128 / 1242 * 100%) 0 calc(36 / 1164 * 100%) 0;
}
#introArea .text {
    margin: 0 0 calc(120 / 1242 * 100%) 0;
}
#introArea .title_duo .title {
    margin: calc(60 / 1242 * 100%) 0 0 0;
}
#introArea .title_duo .text {
    margin: 0 0 calc(80 / 1242 * 100%) 0;
}
.boxLayout#getPoint .block .product {
    margin: calc(80 / 1242 * 100%) 0;
}
#special ul {
	display: block;
	width: calc(806 / 1160 * 100%);
	margin: 0 auto calc(60 / 1242 * 100%) auto;
}
#special ul  li {
	text-align: center;
}
/*
.boxLayout#special p {
    font-size: 4.0rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 calc(85 / 1160 * 100%) 0;
}
.boxLayout#special ul li p {
	margin: calc(30 / 1160 * 100%) 0 calc(140 / 1160 * 100%) 0;
}
*/


#innerNav2 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    background-image: url(../img/duo/img_frame_nav_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: calc(85 / 1242 * 100%) 0 calc(40 / 1242 * 100%) 0;
}
#innerNav2 .list .item {
    flex-basis: calc(540 / 1242 * 100%);
	margin: calc(24 / 1242 * 100%); 
}
#getPoint {
	margin: 0 0 calc(60 / 1164 * 100%) 0;
}


@media screen and (min-width: 769px) {
	#introArea .title_duo .text {
	    margin: 0 0 0 0;
	}
	#getPoint {
		margin: 0 0 0 0;
	}
	#introArea .text {
	    margin: 0 0 0 0;
	}
    #innerNav2 .list {
        background-image: url(../img/duo/img_frame_nav.png);
        margin: calc(57 / 1164 * 100%) 0 0 0;
		padding: calc(42 / 1164 * 100%) 0 calc(22 / 1164 * 100%) 0;
    }
    #innerNav2 .list .item {
	    flex-basis: calc(460 / 1164 * 100%);
		margin: calc(24 / 1164 * 100%); 
    }
    .boxLayout#getPoint .block .product {
        margin: calc(50 / 1160 * 100%) 0 calc(59 / 1160 * 100%) 0;
    }
	#information .contentInner {
	        width: 100%;
	        max-width: 1184px;
	        padding: 50px 10px 0 10px;
	    }
	#introArea .title {
	    margin: calc(85 / 1164 * 100%) 0 calc(20 / 1164 * 100%) 0;
	}
	#introArea .title_duo .title {
	    margin: calc(50 / 1164 * 100%) 0 0 0;
	}
	#introArea .title_duo {
        margin: 0 0 calc(30 / 1164 * 100%) 0;
	}

	.boxLayout#special .text {
	    font-size: 2.2rem;
	    line-height: 1.64;
	    margin: 0 0 calc(64 / 1160 * 100%) 0;
		text-align: center;
	}
}
/* 重要なお知らせ */

#notice .content {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	text-align: left;
	padding: 4% 5%;
    background-color: #f9e1e1;
    color: #333333;
	margin: 0 auto 10% auto;
	border: 5px solid #cc0101;
	box-sizing: border-box;
    width: calc(1164 / 1242 * 100%);
}
#notice h3{
	text-align: center;	
	font-size: 4.5rem;
	line-height: 2;
	font-weight: bold;
	color: #cc0101;
}
#notice p {
	font-size: 3.5rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 1% 0 2% 0;
}
#notice p span {
	color: #cc0101;
}
#notice .text.att {
	font-size: 15px;
	font-size: 4.0rem;
}
#notice .change_rule {
	margin: 3% auto;
}
#notice .change_rule img {
	width: 100%;
	margin: 0 auto;
}
.boxLayout#about .text span {
	color: #00cd00;
}

@media screen and (min-width: 769px) {
	#notice .content {
	    width: 100%;
		padding: 4% 3%;
	}
    .boxLayout {
        padding: calc(60 / 1164 * 100%) 0 0 0;
    }
	#notice {
        padding: calc(60 / 1164 * 100%) 10px 0 10px;
		text-align: center;
	}
	#notice h3 {
        font-size: 22px;		
	}
	#notice p {
        font-size: 18px;
		padding: 0.5%  0 0 0;
	}
	#notice .change_rule img {
		width: calc(916 / 1164 * 100%);
	}
	#notice .change_rule {
		margin: 30px auto 20px auto;
	}
    #notice .content {
        margin-bottom: 10%;
        padding: 4% 0;
        text-align: center;
        max-width: 1164px;
		margin: 0 auto;
		box-sizing: border-box;
    }
    #notice .change_rule img {
        width: calc(960 / 1164 * 100%);
    }
    .boxLayout#about .text {
        margin: 0 0 0 0;
    }
    #term .title {
        padding: calc(96 / 963 * 100%) 0 calc(50 / 963 * 100%) 0;
    }
    .boxLayout .box {
        margin: 0 0 0 0;
	}
}


