@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
/* -------------- Resetting Again Base CSS Start --- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
    transition : all 0.5s;
    color:#000;
}
a:hover{
    opacity:0.4;
}

/* -------------- Resetting Again Base CSS End ----- */

img {
	border: 0;	
}


body {
	text-align:center;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
#container{
    overflow: hidden;   
}
    
img.pc{
    display: block;
}
    
img.smf{
    display: none;
}  

br.smf{
     display: none;
} 
br.pc{
     display: block;
} 

/* wrapper */

#container,.header-wrapper{
    width:100%;
    margin:0;
}

.header-wrapper{
    background-color: #ffd966;
}

/* #header */

#header,#july-main{
    width:900px;
    height:auto;
    margin:0 auto;
}

/* #one */

#one,#two,#three,#four{
    width:900px;
    clear:both;
    overflow:hidden;
    position: relative;
}

#one{
    margin: 10px auto 0;
}

#two,#three,#four{
    margin: 30px auto 0;
}

p.main-ttl{
    background-color: #5c9dd4;
    width:820px;
    height:66px;
    text-align: left;
    font-weight:600;
    font-size: 50px;
    color: #ffffff;
    letter-spacing: -0.04em;
    padding: 16px 0 0 16px;
    margin:0 auto;
}

p.main-ttl span.kuro{
    font-size: 44px;
    color: #000;
}

.kadomaru{
    clear:both;
    overflow: hidden;
    position:relative;
}

.kadomaru h3{
    background-color: #e3001f;
    border-radius: 0 20px 20px 0;
    width: 300px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    font-weight:600;
    text-align: left;
    margin: 20px 40px 20px 20px;
    padding: 24px 0 0 18px;
    float:left;
}

.kadomaru h3.nigyo{
    height: 52px;
    margin: 20px 40px 20px 30px;
    padding: 6px 0 0 18px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.kadomaru p.copy{
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
    margin: 18px;
    text-align: left;
}

/* .cell */

#one .cell{
    border-radius:10px;
    display: inline-block;
    margin:10px 0 0 0;
}

#july-main .cell ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-around;
}

#july-main .cell ul li {
    width:140px;
    text-align:center;
    font-size:12px;
}

#july-main .cell p.ttl{
    text-align: center;
    color: #ffffff;
    font-size: 1.1em;
    margin: 6px 0 6px 20px;
}

#july-main .cell ul li {
    line-height: 1.6;
}

#july-main .cell ul li span.bold{
    font-weight: bold;
    font-size: 1.2em;
}

/* 3冊 */
#ichi,#san,#ju,#juni{
    width: 500px;
}

/* 2冊 */
#ni,#shi,#roku,#juichi,#jusan{
    width: 330px;
}

/* 1冊 */
#go,#nana,#hachi{
    width: 166px;
}
/* 5冊 */
#ku{
    width: 850px;
}

#ichi{
    background-color:#13a538;
}
#ni{
    background-color:#fec600;
}
#san{
    background-color:#e50064;
}
#shi{
    background-color:#f7afff;
}
#go{
    background-color:#f39100;
}
#roku{
    background-color:#954a97;
}
#nana{
    background-color:#009ee3;
}
#hachi{
    background-color:#acc236;
}
#ku{
    background-color:#33cc99;
}
/* #two */

#two .cell{
    float: left;
}

#two h4{
    background-color: #0863b5;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding:6px;
    margin-left:18px;
}

#ju ul{
    margin:10px 20px 10px 40px;
}

#juichi ul{
     margin:10px 0 10px 20px;
}

/* #three */

#three .cell{
    float: left;
}

#juni,#illust{
    margin-left:30px;
}

/* #four */

#four .cell{
    float: left;
}

#jusan{
    margin-left:30px;
}

#illust-02{
    width:470px;
    height:330px;
    position:relative;
}

#illust-02 .kakomi{
    width:194px;
    position:absolute;
    top:56px;
    left:238px;
}

#illust-02 .kakomi p.kakomi-ttl{
    color:#954a97;
    font-size:1.4em;
    font-weight:bold;
    text-align: left;
    margin-bottom:20px;
}

#illust-02 .kakomi p{
    color:#0863b5;
    line-height: 1.6;
    text-align: left;
}

/* footer */
footer{
    border-top: solid 1px #C1E8FF;
    margin:20px auto;
}

a.cpr {
    display: block;
    font-size:12px;
	padding-top: 10px;
    margin-bottom: 10px;
	text-align: center;
    color:#000000;
}
p.dnlh200 {
    font-size:12px;
	text-align: center;
    line-height: 1.35;
}

p.mkt {
    font-size:12px;
	padding: 5px;
	text-align: center;
}
