@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Serif+JP:wght@200..900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');

body{
width:100%;
font-size:12px;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color:#000;
font-weight: 600;
font-feature-settings: "palt";
font-family: "Noto Serif JP", serif;

}

body {
animation: fadeIn 0.4s ease 0s 1 normal;
-webkit-animation: fadeIn 0.4s ease 0s 1 normal;
background: #fff;

}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

*{
margin:0px;
padding:0px;
box-sizing:border-box;
outline: 0;
}

ul,li{
list-style:none;
}

i{
font-style: normal;
display: block
}

img{
max-width:100%;
display:block;
}

a{
text-decoration: none;
color:#000;
transition: 0.2s;
}

h1,h2,h3,h4,h5,h6{
line-height: 100%;
}

div.read_more{

}

a.read_more{
width: 60%;
height: 46px;
display: block;
margin: 0px auto;
background: url(../img/icon/h2_back.png) center;
background-size: 100%;
text-align: center;
border-radius: 23px;
line-height: 46px;
color: #fff;
letter-spacing: 1px;
position: relative; 
font-size:13px
}

a.read_more::after {
content: "";
width: 30px; 
height: 30px; 
border: 1px solid #fff;
border-radius: 50%; 
position: absolute;
top: 50%; 
right: 15px; 
transform: translateY(-50%); 
box-sizing: border-box; 
display: flex;
align-items: center;
justify-content: center;
}

a.read_more::before {
content: "";
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #fff;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}

.got{
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;
}
