@charset "UTF-8";
/* CSS Document */


html {
 font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-weight: 500;
 font-size: 62.5%;
 height: 100%;
 word-break: break-word;
 color:#404040; 
	scroll-behavior: smooth;
 padding: 0;
 margin: 0;
}

body {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 position: relative;
	background-color: #055098;
}

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

 

img {
 width:100%;
 border: 0;
 margin: 0;
}

figure {
 margin: 0;
}

p {
 margin: 0;
 padding: 0;
 color: #393939;
}

a {
 text-decoration:none;
 transition: 1s;
}

a:hover {
 opacity: 0.8;
}

ul,
ol {
 margin: 0;
 padding: 0;
 list-style: none;
}

h1,h2,h3{
	padding:0;
	margin:0;
	font-size:1.6rem;
	color:#474747;
}

h1{
	width:100%;
text-align: center;
padding: 5px 0;
margin: 20px 0 20px 0;
border-bottom: 2px solid #055098;
border-top: 2px solid #055098;
}

h2{
	font-size:1.4rem;
	font-weight: 700;
	margin: 0 0 5px 0;
	
}

h3{
	font-size:1.4rem;
	letter-spacing: 0px;
	font-weight: 500;
	
}

p{font-size: 1.3rem;}



main{
	width: 375px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
}

section{
	width: 100%;
	margin: 0 0 50px 0;
	position: relative;
}


/* **********************ランキング********************** */

.ranking{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ranking>div{
	width: 48%;
	margin: 0 0 20px 0;
	position: relative;
}

.ranking>div h2{
font-size: 0.9rem;

}

.ranking>div span{
font-size: 1.5rem;
font-weight: 700;

}

.ranking>div a span{
color: #D50003;

}



.ranking>div:before{
 content:"1";
 position: absolute;
 top: 5px;
 left: 5px;
 width: 35px;
 height: 35px;
 border-radius: 50%;
 background-color:#D0AB1F;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 font-size:1.5rem;
 font-weight:600;
 z-index:1;
}


.ranking>div:nth-of-type(2)::before{
content:"2";
background-color:#757575;
}


.ranking>div:nth-of-type(3)::before{
content:"3";
background-color:#65351B;
}

.ranking>div:nth-of-type(4)::before{
content:"4";
background-color:#1A1A1A;
}

.ranking>div:nth-of-type(5)::before{
content:"5";
background-color:#1A1A1A;
}

.ranking>div:nth-of-type(6)::before{
content:"6";
background-color:#1A1A1A;
}



/* **********************各セクション********************** */
.sec01{
	padding: 60px 0 0 0
}

.sec01::before{
	content:"" ;
	position: absolute;
	top:0;
	left: 0;
	background-image: url("../img/2025/fathersday_01.jpg");
	width: 100%;
	height: 30px;
	background-position: center;
	background-size: cover;
}

a .button{
color: #fff;
}

.button{
	background-color: #055098;
	border-radius: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 1px;
	display: block;
	width: 70%;
	margin:30px auto 0px auto;
}



.item_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.item_list>div{
	width: 48%;
	margin: 0 0 20px 0;
	position: relative;
}