@charset "utf-8";

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          google fonts          */
.Kosugi {font-family: 'Kosugi Maru', sans-serif;}
/*          loading          */
#overlay{position:fixed;width:100%;height:100%;text-align:center;background:#FFF;z-index:9999;}

.mfp-content {
	text-align: center;
}
.mfp-bg {
	background: #FFF;
}

/*          Site Contents          */
#siteWrap {
	position: relative;
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	overflow: hidden;
}
.col_red {
	color: #FF0000;
}
.navigationList {
    padding-top: 80px;
}
.navigationList li img {
    padding-bottom: 40px;
}
.navigationList li {
    padding: 10px 0;
}

.loading_set {}
.loading_start {
	opacity: 0;
	transform: translateY(50px);
	transform: rotateY(0deg);
}
.loading_end {
	opacity: 1;
	transform: translateY(0px);
	transform: rotateY(360deg);
	transition: .5s ease-out;
}
.loading_start_top {
	opacity: 0;
	transform: rotateY(0deg);
}
.loading_end_top {
	opacity: 1;
	transform: rotateY(360deg);
	transition: transform .5s linear; 
}
.loading_start_topleft {
	opacity: 0;
	transform: translateX(-100px);
}
.loading_end_topleft {
	opacity: 1;
	transform: translateX(0px);
	transition: .3s ease-out;
}
.trst_delay_1s { transition-delay: .1s; }
.trst_delay_2s { transition-delay: .2s; }
.trst_delay_3s { transition-delay: .3s; }
.trst_delay_4s { transition-delay: .4s; }
.trst_delay_5s { transition-delay: .5s; }
.trst_delay_6s { transition-delay: .6s; }
.trst_delay_7s { transition-delay: .7s; }
.trst_delay_8s { transition-delay: .8s; }
.trst_delay_9s { transition-delay: .9s; }

/*- アニメーション キーフレーム -*/
@keyframes r1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes r2 {
	0%   { transform: scale(1.0); }
	35%  { transform: scale(1.2); }
	100% { transform: scale(1.1); }
}
@keyframes r3 {
	0%   { transform: scale(1.0); }
	35%  { transform: scale(1.1); }
	100% { transform: scale(1.05); }
}
@keyframes r4 {
	0%   { transform: scale(1.0); }
	35%  { transform: scale(1.2); }
	100% { transform: scale(1.05); }
}

/*- 「※」 -*/
.li_kome>li {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.li_kome>li::before {
	content: "※";
	margin: 0 .2em 0 0;
}
/*- 「 」 -*/
.li_spc {
	padding-left: 28px;
	font-size: 1.4rem;
    line-height: 24px;
}
.li_spc>li {
	margin-left: 1.2em;
	text-indent: -2.2em;
}
.li_spc>li::before {
	content: " ";
	margin: 0 .2em 0 0;
}
/*- 「・」 -*/
.li_ten>li {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.li_ten>li::before {
	content: "・";
	margin: 0 .2em 0 0;
}
/*　調整用　*/
.font0 {
	font-size: 0;
}
/*　コンテンツ　*/
.section_top {
	background-color: #FFF940;
	padding-top: 10px;
}
.section_top_campaign {
	padding: 140px 0 105px;
}
.section_campaign {
	
}
.ctt_top_txt {
	padding: 100px 0 140px 20px;
	position: absolute;
	top: 0;
	text-align: center;
}
.slider {
	position: relative;
    left: 530px;
}
.bg_campaign_col {
	background-color: #FFBC03;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+       キャンペーントップ       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.top_slide {
	display: none;
}
.top_active {
	display: block;
}
.top_slider_nav {
	position: absolute;
    top: 485px;
    left: 630px;
    font-size: 0;
}
.top_slider_nav div p {
	font-size: 1.4rem;
	display: inline-block;
	position: relative;
    top: -30px;
}
.top_slider_nav div span {
	content: '';
    display: inline-block;
    width: 2px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    transition: 5s linear;
    position: relative;
    margin: 0 10px 10px 0;
}
.top_slider_nav .top_active_nav span::after {
	content: '';
    display: block;
    width: 2px;
    height: 0px;
    background: #222222;
    transition: 5s linear;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+       キャンペーン       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.ctt_campaign_top {
	display: block;
	text-align: center;
	font-size: 0;
	padding-top: 60px;
}
.campaign_top_img {
	display: block;
	text-align: center;
}
.top_check {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #FFBC03;
	position: absolute;
	top: 46px;
	left: 570px;
	animation: r1 30s linear infinite;
}
.top_check_txt {
	font-size: 2.6rem;
	transform: rotate(6deg);
	font-weight: bold;
	position: relative;
	top: 31px;
	left: 12px;
}
.campaign_top_w {
	display: inline-block;
	padding: 0 60px;
}
.campaign_top_w a {
	display: block;
    text-decoration: none;
    font-size: 2.4rem;
    background-color: #FFF940;
    width: 200px;
    margin: 5px auto;
    line-height: 60px;
    font-weight: bold;
    border-radius: 60px;
}
.campaign_top_w p {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.campaign_top_w p:hover {
	animation: r2 0.5s;
	transform: scale(1.1);
}
.campaign_check {
	background-color: #FFF940;
	border-radius: 60px;
}
.campaign_check {
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}
.campaign_top_w p:hover {
	background-position: 95% center;
}
.top_txt {
    padding-top: 60px;
    font-size: 1.9rem;
    line-height: 54px;
    font-weight: bold;
}
.top_txt_title {
	font-size: 3.0rem;
	font-weight: bold;
}
.top_txtBox {
	width: 495px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+       更新情報       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.news_bg_sya {
	background-color: rgb(0,0,0,0);
    background: -webkit-repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
    background: -o-repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
    background: repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
	position: relative;
    top: 10px;
}
.news_bg_ye {
	background-color: #FFF940;
	position: relative;
    top: -10px;
}
.news_data {
	display: -webkit-flex;
    display: flex;
}
.news_box {
	width: 68%;
	padding: 0 10px 20px;
}
.news_top {
	text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 60px 0;
}
.news_top span {
    border-bottom: solid 3px #222;
    padding-bottom: 10px;
    letter-spacing: .2em;
}
.news_txt_box {
	background-color: #FFF;
    border-radius: 30px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
	width: 96%;
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 97% center;
    background-repeat: no-repeat;
	text-decoration: none;
    font-size: 1.4rem;
    line-height: 60px;
	margin-bottom: 40px;
}
.news_box_txt {
	display: -webkit-flex;
    display: flex;
}
.news_txt_box:hover {
    background-position: 98% center;
	animation: r3 0.5s;
	transform: scale(1.05);
}
.news_box a {
    text-decoration: none;
}
.news_txt_box .news_txt_time {
    width: 12%;
    padding: 0px 10px 0 25px;

}
.news_twitter_box {
	width: 30%;
}
.news_twitter_top {
	width: 350px;
	background-color: #FFF;
    border-radius: 30px;
	height: 265px;
	margin: 60px 0 20px 10px;
}
.twitter > iframe {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}
.twitter {
	width: 300px;
    height: 180px;
    margin: auto;
    overflow: hidden;
}
.news_twitter_txt_box {
	text-align: center;
	padding: 25px 0 15px;
}
.news_twitter_txt_box img {
	margin: 0 10px;
}
.news_twitter_txt {
	font-weight: bold;
	font-size: 1.6rem;
}
.twitter-timeline {
	text-decoration: underline;
}
.twitter-timeline:hover {
	text-decoration: none;
}
.cmBox {
	margin-left:10px;
	border-radius: 30px;
	border: 7px solid;
	border-color: #FFF;
	overflow: hidden;
}
.cmBox a {
	display: block;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.cmBox a:hover {
	opacity: .6;
}
.cmBox a img {
	
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+       キャンペーン01       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.ctt_campaign {
	padding: 60px 0 0 0;
}
.ctt_campaign_img {
	padding: 0px 90px 0 25px;
}
.ctt_campaign div {
	display: inline-block;
}
.ctt_campaign_txt {
	width: 640px;
	vertical-align: top;
}
.campaign_txt {
	font-size: 1.8rem;
	padding: 37px 0 0;
	line-height: 42px;
}
.region_details_dot {
	width: 100%;
    height: 0.6em;
}
.region_details_dot line {
	fill: none;
    stroke: #FFBC03;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-dasharray: 0, 20;
    stroke-dashoffset: 7;
}
.campaign_txt span {
	font-size: 2.4rem;
	font-weight: bold;
}
.campaign_txt_day {
	font-size: 2.4rem;
	text-align: center;
	padding: 14px 0;
}
.campaign_txt_day .campaign_txt_day_fin {
	font-size: 1.7rem;
	text-align: center;
	color: #FF0000;
	display: block;
}
.campaign_txt_day span {
	font-size: 1.4rem;
	font-weight: normal;
}



.shortStory_bg {
	background-color: #FFBC03;
	border-radius: 30px;
	width: 1000px;
	margin: 100px auto 0;
	padding: 30px 0 60px;
}
.shortStory_top {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 30px 0;
}
.shortStory_top span {
	border-bottom: solid 3px #222;
	padding-bottom: 10px;
}
.shortStory_imgBox {
	width: 600px;
	margin: auto;
	background: #FFF;
	border-radius: 30px;
	padding: 30px 0 15px;
	text-align: center;
}
.shortStory_imgBox img {
	box-shadow: 2px 2px 7px rgba(0, 0, 0, .3);
}
.shortStory_imgBox p {
	font-size: 1.3rem;
	padding-top: 15px;
}
.shortStory_bg .sidTxt {
	font-size: 2.0rem;
	text-align: center;
	padding-top: 30px;
}
.shortStory_Box {
	width: 740px;
	margin: 30px auto 0;
	text-align: center;
	background: #FFF;
	border-radius: 30px;
	padding: 30px 0;
}
.shortStory_Box .shortStory_books_title {
	font-size: 3.2rem;
}
.shortStory_Box .author {
	font-size: 2.0rem;
}
.contentBox {
	border: 2px #FFBC03 dashed;
	border-radius: 20px;
	width: 680px;
	margin: 50px auto 0;
	position: relative;
}
.content_titleBox {
	position: absolute;
	top: -22px;
	width: 680px;
}
.content_titleBox p {
	background: #FFF940;
	border-radius: 30px;
	font-size: 2.0rem;
	width: 300px;
	margin: auto;
	padding: 7px;
}
.content_txtBox {
	padding: 35px 0 20px;
}
.content_txtBox .title {
	font-size: 3.2rem;
}
.content_txtBox .txt {
	font-size: 2.0rem;
}




.ctt_apply_title {
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
	padding-top: 100px;
}
.ctt_apply_title span {
	border-bottom: solid 3px #222;
	padding-bottom: 10px;
	letter-spacing: .2em;
}
.campaign_apply_box {
	width: 1160px;
	margin: auto;
	font-size: 0;
	padding: 60px 0 ;
	text-align: center;
}
.campaign_apply_box li {
	display: inline-block;
	text-align: center;
}
.campaign_icon_display {
	display: inline-block;
}
.bg_campaign_icon {
	width: 180px;
	height: 180px;
	border-radius: 30px;
	margin: auto;
	position: relative;
    top: -10px;
    left: -10px;
}
.bg_campaign_icon_number {
	background-color: #FFF940;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	position: relative;
    top: -225px;
    left: -40px;
}
.icon_number {
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	top: 27px;
	transform: rotate(-15deg);
}
.bg_campaign_bgicon {
	width: 180px;
	height: 180px;
	border-radius: 30px;
	margin: auto;
	position: relative;
    top: 10px;
    left: 10px;
	background-color: rgb(0,0,0,0);
	background: -webkit-repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
    background: -o-repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
    background: repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
}
.campaign_01_icon {
	position: relative;
	top: -3px;
    transform: scale(0.61);
}
.ctt_campaign_apply_btn {
	width: 80px;
	position: relative;
    top: -135px;
	display: inline-block;
}
.apply_btn_display {
	display: inline-block;
}
.campaign_apply_btn {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 13px;
	border-color: transparent transparent transparent #333333;
	position: relative;
	top: -140px;
	left: 32px;
}
.campaign_apply_btn_L {
	width: 34px;
    height: 50px;
    background: url(/books/special/relay2020/img/campaign/right_sp.png);
	transform: scale(0.5) rotate(-180deg);
}
.campaign_apply_btn_R {
	width: 34px;
    height: 50px;
    background: url(/books/special/relay2020/img/campaign/right_sp.png);
	transform: scale(0.5);
}
.campaign_apply_txt {
	font-size: 1.6rem;
	width: 230px;
	padding-top: 20px;
	font-weight: bold;
}
.apply_txt_box_bg {
	background-color: #FFF940;
	padding-top: 60px;
	width: 1000px;
	margin: 0px auto 170px;
	border-radius: 30px;
	position: relative;
}
.apply_txt_box {
	width: 860px;
	margin: auto;
}
.apply_txt_box ul{
	font-size: 0;
	border-top: 1px #333333 dashed;
}
.apply_txt_box ul li{
	display: table;
}
.apply_txt_box ul li span{
	display: table-cell;
	vertical-align: middle;
}
.apply_txt_box ul li span .span{
	display: block;
	padding-left: 20px;
}
.apply_txt_box_bottom {
	border-bottom: 1px #333333 dashed;
}
.apply_title {
	width: 190px;
	font-size: 1.6rem;
	padding-left: 20px;
	
}
.apply_title_txt {
	width: 670px;
	font-size: 1.6rem;
	padding: 30px 0;
}
.apply_title_txt .fin {
	color: #FF0000;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: initial;
}
.campaign_apply_check {
	background-color: #FFF;
    border-radius: 60px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.campaign_apply_check_box {
	padding: 30px 0 60px;
	margin: auto;
}
.campaign_apply_btn_sp {
	display: none;
}
.campaign_apply_check {
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 95% center;
    background-repeat: no-repeat;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.campaign_apply_check_box a {
	text-decoration: none;
    font-size: 2.0rem;
    text-align: center;
    margin: auto;
    line-height: 60px;
    width: 460px;
    display: block;
}
.campaign_apply_check:hover {
	background-position: 97% center;
	animation: r3 0.5s;
	transform: scale(1.05);
}
.baja1 {
	width: 100px;
}
.baja1_maru {
	width: 100px;
}
.baja01_box {
	position: absolute;
	    top: 590px;
}
.baja1::after {
	content: '';
	background: url(/books/special/relay2020/img/baja/baja1.png);
	position: absolute;
	width: 200px;
	height: 125px;
	top: 35px;
	left: 885px;
}
.baja1_maru::after {
	content: '';
	background: url(/books/special/relay2020/img/baja/baja1_maru.png);
	position: absolute;
	width: 260px;
	height: 260px;
	top: -35px;
	left: 855px;
	animation: r1 30s linear infinite;
}
.baja1_sp {
	display: none;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+       キャンペーン02       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.ctt_campaign02 {
	padding: 60px 0 0 20px;
	width: 545px;
	text-align: center;
	display: inline-block;
}
.campaign02_txt_box {
	text-align: left;
	margin-top: 75px;
}
.campaign02_txt01 {
	font-size: 1.8rem;
	line-height: 42px;
}
.campaign02_txt02 {
	font-size: 1.4rem;
	line-height: 24px;
	padding-top: 30px;
	text-align: left;
}
.ctt_campaign02_iliust {
	width: 50%;
	display: inline-block;
	padding-left: 120px;
	vertical-align: top;
}
.campaign02_iliust_box_bg {
	width: 1000px;
	height: 620px;
	border-radius: 20px;
	position: relative;
    top: 225px;
    left: 10px;
	background-color: rgb(0,0,0,0);
	background: -webkit-repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
    background: -o-repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
    background: repeating-linear-gradient(-45deg, #FFF940, #FFF940 5px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px);
}
.campaign02_iliust_box {
	background-color: #FFBC03;
	width: 3000px;
	height: 620px;
	border-radius: 30px;
	margin: auto;
	position: relative;
	top: -20px;
	left: -20px;
	font-size: 0;
}
.campaign02_iliust_btn_box {
	padding: 257px 0 0 20px;
	display: inline-block;
}
.campaign02_slider_container {
	display: inline;
}
.campaign02_iliust_btn_box div {
	
}
.campaign02_iliust_btn_box div button {
	position: relative;
	background-color: #FFFFFF;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	margin-bottom: 20px;
	right: 0;
	left: 0;
	top: 24px;
}
.campaign02_btn .slick-prev:before, .campaign02_btn .slick-next:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
	top: 0;
    left: 0;
}
.campaign02_btn .slick-prev:before {
    background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 1rem;
	opacity: 1;
	transform: rotate(-180deg);
}
.campaign02_btn .slick-next:before {
    background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: 1rem;
	opacity: 1;
}
.campaign02_btn .slick-prev:hover,
.campaign02_btn .slick-prev:focus,
.campaign02_btn .slick-prev:active,
.campaign02_btn .slick-next:hover,
.campaign02_btn .slick-next:focus,
.campaign02_btn .slick-next:active
{ background-color: #FFFFFF; }
.campaign02_btn .slick-prev:hover:before,
.campaign02_btn .slick-prev:focus:before,
.campaign02_btn .slick-next:hover:before,
.campaign02_btn .slick-next:focus:before
{ opacity: 1; }
.campaign02_btn .slick-prev.slick-disabled:before,
.campaign02_btn .slick-next.slick-disabled:before
{ opacity: 1; }
.campaign02_iliust_btnR {
	position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 1rem;
}
.campaign02_iliust_btnL {
	position: absolute;
    width: 50px;
    height: 49px;
    background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: 1rem;
	transform: rotate(-180deg);
}
.campaign02_box_iliust {
	position: relative;
	display: inline-block;
    vertical-align: top;
	padding: 50px 43px;
	width: 1000px;
}
.campaign02_box_iliust li {
	display: inline-block;
	vertical-align: top;
	padding-right: 128px;
}
.campaign02_slide {
	width: 448px;
}
.campaign02_slide img {
	margin: auto;
}

.campaign02_box_iliust li p {
	font-size: 1.8rem;
	text-align: center;
	padding-top: 20px;
}
.campaign02_retailer_btn {
	font-size: 1.8rem;
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #FFF940;
    line-height: 60px;
    border-radius: 60px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 95% center;
    background-repeat: no-repeat;
	margin-top: 30px;
}
.campaign02_retailer_btn:hover {
	background-position: 97% center;
	animation: r3 0.5s;
	transform: scale(1.05);
}
.ctt_books_box .slick-list {
	z-index: 5;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+       作品一覧       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.baja2_sp {
	display: none;
}
.baja2_box {
	position: relative;
	top: 10px;
}
.baja2::after {
	content: '';
	background: url(/books/special/relay2020/img/baja/baja2.png);
	position: absolute;
	width: 206px;
    height: 115px;
	top: -158px;
    left: 180px;
}
.section_books {
	margin-top: 180px;
	background-color: #FFF940;
}
.books_top {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 60px 0;
}
.books_top span {
	border-bottom: solid 3px #222;
	padding-bottom: 10px;
}
.ctt_books {
	padding: 0 20px 60px;
	margin-bottom: -150px;
}
.ctt_books_icon {
	display: table;
	width: 1160px;
}
.books_icon_sp {
	display: none;
}
.books_icon img {
	cursor : pointer;
}
.ctt_books_icon li {
	display: table-cell;
    vertical-align: middle;
    padding: 0 34px;
	height: 180px;
    width: 180px;
}
.books_icon_bg img {
	position: relative;
    top: -10px;
    left: -10px;
}
.books_icon_active img {
	border: 10px solid #FFBC03;
    border-radius: 100px;
	transform: scale(1.11);
	position: relative;
    left: -2px;
}
	
.ctt_books_box {
	width: 1064px;
	margin: auto;
}
.ctt_books_box_bg {
	background-color: #FFFFFF;
	padding: 60px 0;
	border-radius: 30px;
	margin-top: 10px;
	display: inline-block;
    width: 1160px;
}
.books_box_slide {
	margin: auto;
}
.books_box {
	width: 1010px;
	margin: auto;
	font-size: 0;
	text-align: center;
	padding-bottom: 60px;
}
.books_box img {
	display: inline-block;
	vertical-align: top;
}
.books_box ul {
	display: inline-block;
	width: 580px;
    padding-left: 40px;
	vertical-align: top;
	text-align: left;
}
.books_title {
	font-size: 3.2rem;
}
.books_title p {
	padding-bottom: 5px;
	line-height: 1;
}
.books_author {
	font-size: 2.0rem;
	padding: 30px 0;
	line-height: 1;
}
.books_day {
	font-size: 1.4rem;
	padding-bottom: 30px;
	line-height: 22px;
}
.books_text {
	font-size: 1.4rem;
	line-height: 22px;
}
.books_check_box_bg {
	text-align: center;
}
.books_check_box {
	padding-bottom: 20px;
}
.books_text_title {
	font-size: 1.6rem;
    line-height: 22px;
    padding-bottom: 5px;
    font-weight: bolder;
}
.books_check_box_txt {
	font-size: 1.4rem;
	text-align: left;
	padding-top: 30px;
	margin: 0 12px;
}
.books_check_box_txt p {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.books_check_box p {
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 95% center;
    background-repeat: no-repeat;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.books_check_box .books_off {
	background-image: none;
}
.books_check_box2 p {
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 95% center;
    background-repeat: no-repeat;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.books_check_box p:hover {
	background-position: 97% center;
	animation: r3 0.5s;
	transform: scale(1.05);
}
.books_check_box .books_on:hover {
	background-position: 97% center;
	animation: r3 0.5s;
	transform: scale(1.05);
}
.books_check_box .books_iliust:hover {
	background-position: 97% center;
	animation: r3 0.5s;
	transform: scale(1.05);
}
.books_check_box2 p:hover {
	background-position: 97% center;
	animation: r3 0.5s;
	transform: scale(1.05);
}
.books_check {
	font-size: 1.8rem;
	text-align: center;
	width: 510px;
	height: 60px;
	display: inline-block;
	background-color: #FFF940;
	line-height: 60px;
	border-radius: 60px;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.books_check_second {
	margin-left: 20px;
}
.clouse {
	opacity: 0;
	position: absolute;
}
.books_btn_box {
	display: inline-block;
	position: relative;
    top: -660px;
}
.books_btn_space {
	display: inline-block;
	width: 1000px;
}
.ctt_books_btn {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
	top: -620px;
}
.ctt_books_btn .slick-prev:hover,
.ctt_books_btn .slick-prev:focus,
.ctt_books_btn .slick-prev:active,
.ctt_books_btn .slick-next:hover,
.ctt_books_btn .slick-next:focus,
.ctt_books_btn .slick-next:active
{ background-color: #FFF940; }
.ctt_books_btn .slick-prev:hover:before,
.ctt_books_btn .slick-prev:focus:before,
.ctt_books_btn .slick-next:hover:before,
.ctt_books_btn .slick-next:focus:before
{ opacity: 1; }
.ctt_books_btn .slick-prev.slick-disabled:before,
.ctt_books_btn .slick-next.slick-disabled:before
{ opacity: 1; }
.ctt_books_btn button {
	position: relative;
    background-color: #FFF940;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 40px;
    display: inline-block;
}
.ctt_books_btn .slick-prev:before, .ctt_books_btn .slick-next:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
	top: 0;
    left: 0;
}
.ctt_books_btn .slick-prev::before{
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 1rem;
    opacity: 1;
    transform: rotate(-180deg);
}
.ctt_books_btn .slick-next::before{
	background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 1rem;
    opacity: 1;
}
.books_btn_box {
	position: relative;
	background-color: #FFF940;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 15px;
	display: inline-block;
}
.books_btn_box div p {
	position: relative;
	background-color: #333333;
}
.books_btnR {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: 1rem;
}
.books_btnL {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(/books/special/relay2020/img/campaign/right.png);
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: 1rem;
	transform: rotate(-180deg);
}

.slide-container {
	display: inline;
}
.books_off {
	background-color: #CCCCCC;
	pointer-events: none;
}
/*.slide {
    display: none;
}

.active {
    display: block;
}*/

/*+-+-+-+-+-+-+-+-+-+-+-+-+       ポップアップ 応募者注意事項       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999;
}
.modal__bg{
    background-color: #FFF940;
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
	left: 50%;
	position: absolute;
	top: 43%;
    transform: translate(-50%,-50%);
}
.modal__content_r{
    background: #fff;
    left: 50%;
	border-radius: 30px;
    padding: 0 62px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
	height: 600px;
}
.modal_title {
	font-size: 2.4rem;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
}
.modal_text_box {
	width: 676px;
	height: 490px;
	overflow: auto;
	margin: 15px 0;
}
.modal_text_box::-webkit-scrollbar {
	width: 5px;
}
.modal_text_box::-webkit-scrollbar-track {
	background: #FFF940;
	border: none;
	border-radius: 10px;
}
.modal_text_box::-webkit-scrollbar-thumb {
	background: #FFCD03;
	border-radius: 8px;
	border-radius: 10px;
}
.modal_text_title {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 24px;
}
.modal_text {
	font-size: 1.4rem;
	line-height: 24px;
}
.modal_text span {
	padding-left: 20px;
}
.modal-close_btn {
	margin: 45px auto;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background-color: #FFFFFF;
	position: relative;
    top: 340px;
}
.modal-close_btn div {
	background-color: #000000;
	width: 14px;
    height: 2px;
	position: relative;
}
.batu1 {
    top: 23px;
    left: 17px;
    transform: rotate(45deg);
}
.batu2 {
    top: 21px;
    left: 17px;
    transform: rotate(-45deg);
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+       イラストリスト       +-+-+-+-+-+-+-+-+-+-+-+-+*/
.section_retailer {
	background-color: #FFF940;
}
.retailer_toplogo {
	text-align: center;
	padding: 40px 0 0;
}
.retailer_top {
	text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 40px 0 60px;;
}
.retailer_top span {
	border-bottom: solid 3px #222;
    padding-bottom: 10px;
}
.Notes_box {
	background: #FFF;
	border: solid 2px #FF0004;
	font-size: 1.8rem;
	color: #FF0004;
	padding: 20px;
	margin: 0 70px 30px;
}
.Notes_box p {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.retailer_Note {
	font-size: 1.4rem;
    line-height: 24px;
    padding: 0px 76px 30px;
    text-align: left;
}
.retailerAnchor_box {
	width: 800px;
    margin: auto;
}
.retailerAnchor {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.retailerAnchor {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.retailerAnchor .left {
	margin: 0 0 0 15%;
}
.retailerAnchor .right {
	margin: 0 15% 0 0;
}
.retailerAnchor a {
	display: block;
	background-color: #FFFFFF;
	border-radius: 30px;
	font-size: 1.8rem;
	width: 150px;
	text-align: center;
	margin: 15px;
    padding: 10px;
	transition: .3s ease-out;
	text-decoration: none;
}
.retailerAnchor a:hover {
	animation: r4 0.5s;
	transform: scale(1.05);
}
.ctt_retailer {
    padding-bottom: 60px;
    text-align: center;
}
.ctt_retailer_box_bg {
	background-color: #FFFFFF;
    padding: 60px 0;
    border-radius: 30px;
    margin-top: 30px;
    display: inline-block;
    width: 960px;
}
.retailerList_box:last-child {
	padding: 0 40px 0;
}
.retailerList_box {
	padding: 0 40px 90px;
}
.retailer_pre {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
.retailerList li {
	display: -webkit-flex;
    display: flex;
    border-bottom: 1px #C8D1D1 solid;
}
.retailerList .listHeader span {
	font-size: 1.8rem;
	font-weight: bold;
}
.retailerList .pre {
	width: 10%;
	text-align: left;
	margin: auto 0;
	padding: 5px 5px 5px 15px;
}
.retailerList .name {
	width: 45%;
	text-align: left;
	margin: auto;
	padding: 5px 5px;
}
.retailerList .name .note {
	display: block;
	font-size: 1.2rem;
	color: red;
}
.retailerList .works {
	width: 25%;
	text-align: left;
	margin: auto;
	padding: 5px 5px;
}
.worksList .works_txt_sp {
	display: none;
}
.worksList span {
	display: block;
}
.retailer_new {
	color: #FF0000;
    padding-left: 10px;
	font-size: 1.2rem;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*Navigation Button*/
.navigationBtn {
	position: fixed;
	top: 0;
	right: 0;
	width: 5vw;
	height: 4vw;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.naviBtn {
	position: absolute;
	display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; flex-direction: column;
	-webkit-justify-content: space-between; justify-content: space-between;
	-webkit-align-content: space-between; align-content: space-between;
	width: 50%;
	height: 40%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.naviBtn span {
	width: 100%;
	height: 0.2vw;
	background-color: #333;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
/*Navigation Button  --  show*/
.show.navigationBtn {
}
.show .naviBtn .naviBtn1 {
	-webkit-transform: translateY(11px) rotate(-45deg);
	        transform: translateY(11px) rotate(-45deg);
}
.show .naviBtn .naviBtn2 {
	height: 0;
}
.show .naviBtn .naviBtn3 {
	-webkit-transform: translateY(-8px) rotate(45deg);
	        transform: translateY(-8px) rotate(45deg);
}
/*Navigation*/
.navigationWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: auto;
	background: #FFF940;
	z-index: 99;
	-webkit-transform: translateX(100%); transform: translateX(100%);
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.navigationList {
}
.navigationList>li>a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 2.4rem;
}
.navigationList>li>a:hover {
	text-decoration: none;
}
.navigationList>li>a>span:hover {
	text-decoration: none;
    border-bottom: 3px solid #222222;
    padding-bottom: 2px;
}
/*Navigation  --  show*/
.show.navigationWrap {
	-webkit-transform: translateX(0%); transform: translateX(0%);
	text-align: center;
}



/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Footer Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.footerContent {
	background-color: #FFF940;
}
.ctt_footer {
	padding: 0 20px;
	text-align: center;
}
.footer_pa {
	padding: 30px 0 40px;
	display: inline-block;
}
.Content {
	display: inline-block;
	vertical-align: top;
	padding-left: 66px;
}
/*social*/
.socialList {
	padding: 78px 0;
}
.socialList li span {
	position: absolute;
}
.socialList li span::after {
	content: '';
	position: absolute;
	background: url(/books/special/relay2020/img/campaign/right.png);
	width: 12px;
	height: 15px;
	top: 8px;
    left: 13px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.socialList_share {
	padding-right: 25px;
}
.socialList>li {
	margin-right: 30px;
	display: inline-block;
}
.socialList>li>p {
	font-size: 2.0rem;
	position: relative;
    top: -13px;
	display: inline-block;
}
.socialList>li>a {
	display: block;
	font-size: 4rem;
	text-decoration: none;
	overflow: hidden;
	width: 60px;
    height: 60px;
    border-radius: 60px;
    position: relative;
    top: 10px;
	padding: 10px;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.socialList>li>a:hover {
	text-decoration: none;
}
.tw a {
	position: relative;
	top: 10px;
}
.icon-tw {color: #FFF;background: #1da1f2;}
.icon-fb, .icon-fbc {color: #FFF;background: #3b579d;}
.icon-li {color: #FFF;background: #00c300;}
/*banner*/
.bannerList {
	display: -webkit-flex; display: flex;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-justify-content: center; justify-content: center;
}
.bannerList li {
	width: 45%;
	margin: 5px 3px;
}
.bannerList li a {
	display: block;
}
.copyright {
	font-size: 1.2rem;
	display: inline-block;
	line-height: 24px;
	width: 545px;
	padding-top: 20px;
}
.copyright p{
	display: inline-block;
}
.corporate {
	padding: 20px 0 28px;
	display: table;
	margin: auto;
}
.corporate a {
	display: table-cell;
    vertical-align: middle;
}
.corporate_second {
	padding-left: 60px;
}
.pagetop {
	position: fixed;
	bottom: 100px;
	right: 80px;
	width: 65px;
	transform: translateY(150px);
	z-index: 80;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.pagetop::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 6px;
	width: 80px;
	height: 80px;
	border-radius: 48px;
	background-color: #FFF940;
	border: 3px solid #FFFFFF;
}
.pagetop::after {
	content: "";
	position: absolute;
	top: 15px;
    left: 44px;
    width: 11px;
    height: 16px;
    background: url(/books/special/relay2020/img/campaign/right.png);
    transform: rotate(-90deg);
}
.pagetop:hover {
	bottom: 130px;
}
.show.pagetop {
	transform: translateY(0px);
}

.tw a:hover {
	animation: r2 0.5s;
	transform: scale(1.1);
}
.fb a:hover {
	animation: r2 0.5s;
	transform: scale(1.1);
}
.li a:hover {
	animation: r2 0.5s;
	transform: scale(1.1);
}
.corporate a {
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.corporate a:hover {
	opacity:0.5;
}
.footer_pa img {
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.footer_pa img:hover {
	animation: r2 0.5s;
	transform: scale(1.1);
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Media Screen     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          SP          */
@media screen and (max-width:767px) {
/*  
font-size設定
PC      SP
1.0rem->2.2vw
1.4rem->2.6vw
+1.2
  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          Site Contents          */
	.ctt_top_w1200 {
		width: 100%;
		max-width: 620px;
		margin: auto;
	}
	.topspBox {
		padding: 40px 30px 0;
		margin: 15px;
		z-index: 1;
		position: relative;
	}
	.ctt_top_txt img {
    	padding: 0 30px;
		padding-top: 10px;
	}
	.top_txt {
		padding-top: 10px;
		font-weight: normal;
		line-height: 32px;
	}
	.top_txtBox {
		width: 100%;
		text-align: center;
	}
	.top_txt_title {
    	font-size: 2.4rem;
    	left: 0;
	}
	.section_top_campaign {
    	padding: 30px 15px 0;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       キャンペーン       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.ctt_campaign_top {
    	padding-top: 20px;
	}
	.campaign_top_w a {
    	width: 160px;
	}
	.campaign_top_w p {
    	font-size: 1.8rem;
    	font-weight: normal;
		height: 40px;
		line-height: 40px;
	}.campaign_check {
    	background-size: 1rem;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       更新情報       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.news_bg_sya {
    	margin-top: 60px;
	}
	.news_data {
    	display: block;
	}
	.news_txt_box {
    	width: 100%;
		line-height: 25px;
    	background-position: 95% center;
		margin-bottom: 20px;
		background-size: 1rem;
	}
	.news_box {
    	width: 100%;
    	padding: 0 15px 20px;
	}
	.news_box_txt {
		padding: 10px 0 10px 25px;
		display: block;
	}
	.news_txt_box:hover {
    	background-position: 95% center;
	}
	.news_txt_box .news_txt_time {
    	width: 100%;
    	padding: 0;
	}
	.news_txt_box .news_txt_name {
		width: 87%;
		display: -webkit-flex;
    	display: flex;
    	line-height: 20px;
	}
	.news_twitter_box {
    	width: 100%;
		padding: 0 15px;
		padding-bottom: 60px;
	}
	.news_twitter_top {
    	margin: 0;
		width: 100%;
		height: 75%;
	}
	.news_box a:nth-child(4) {
		display: none;
	}
	.twitter {
    	height: 330px;
    	padding-bottom: 30px;
	}
	.cmBox {
		margin: 20px 0 0;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       キャンペーン01       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.campaign_apply_btn_sp {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		top: -210px;
		margin: 0px 35px 0 45px;
	}
	.apply_btn_display {
		display: none;
	}
	.campaign01_slideSet .slick-prev, .slick-next{
		width: 50px;
		height: 50px;
		z-index: 5;
	}
	.campaign01_slideSet .slick-prev.slick-disabled {
		opacity: 0;
	}
	.campaign01_slideSet .slick-next.slick-disabled {
		opacity: 0;
	}
	.campaign01_slideSet .slick-prev::before {
		content: "";
		opacity: 1;
		position: absolute;
		background: url(/books/special/relay2020/img/campaign/right_sp.png);
		transform: scale(0.6) rotate(-180deg);
		width: 50px;
		height: 50px;
		background-position: 90% center;
		background-repeat: no-repeat;
	}
	.campaign01_slideSet .slick-next::before {
		content: "";
		opacity: 1;
		position: absolute;
		background: url(/books/special/relay2020/img/campaign/right_sp.png);
		transform: scale(0.7);
		width: 50px;
		height: 50px;
		background-position: 90% center;
		background-repeat: no-repeat;
	}
	
	
	.shortStory_bg {
		width: 92%;
		margin: 60px auto 0;
		padding: 10px 15px 40px;
	}
	.shortStory_top {
		font-size: 2.4rem;
	}
	.shortStory_imgBox {
		width: 100%;
	}
	.shortStory_imgBox img {
		width: 90%;
	}
	.shortStory_imgBox p {
		width: 90%;
		text-align: left;
		padding-left: 1.0em;
		text-indent: -1.0em;
		margin: auto;
	}
	.shortStory_bg .sidTxt {
		font-size: 1.8rem;
	}
	.shortStory_Box {
		width: 100%;
		padding: 20px 0;
	}
	.shortStory_Box .title {
		font-size: 2.0rem;
	}
	.shortStory_Box .author {
		font-size: 1.6rem;
		width: 90%;
		margin: auto;
	}
	.contentBox {
		width: 90%;
		margin: 30px auto 0;
	}
	.content_titleBox {
		width: 100%;
	}
	.content_titleBox p {
		width: 90%;
		font-size: 1.6rem;
	}
	.shortStory_Box .shortStory_books_title {
		font-size: 2.0rem;
		width: 90%;
		margin: auto;
	}
	.content_txtBox .title {
		font-size: 2.0rem;
	}
	.content_txtBox .txt {
		font-size: 1.6rem;
		width: 90%;
		margin: auto;
	}
	.content_txtBox {
		padding: 25px 0 15px;
	}
	
	
	
	.campaign01_slideSet .slick-prev {
		-webkit-transition: .3s ease-out;
		transition: .3s ease-out;
		left: 12vw;
	}
	.campaign01_slideSet .slick-next{
		-webkit-transition: .3s ease-out;
		transition: .3s ease-out;
		left: 75.666vw;
	}
	.campaign_apply_btn {
		opacity: 0;
		width: 0;
	}
	.campaign_apply_box {
		width: 100%;
		text-align: start;
		padding: 27px 0 0;
	}
	.campaign01_slideSet .slick-list {
		padding: 0 17%;
	}
	.slider {
    	position: inherit;
		padding-bottom: 30px;
		margin-top: -25px;
	}
	.ctt_campaign_img {
		padding: 0 15px;
	}
	.ctt_campaign div {
		display: block;
	}
	.ctt_campaign_txt {
		width: 100%;
    	margin: auto;
    	padding: 0 15px;
	}
	.campaign_txt {
		font-size: 1.4rem;
		line-height: 32px;
	}
	.campaign_txt span {
    	font-size: 1.8rem;
    	font-weight: normal;
	}
	.campaign_txt_day {
		font-size: 1.8rem;
    	font-weight: normal;
		padding: 10px 0;
	}
	.campaign_txt_day .campaign_txt_day_fin {
		font-size: 1.4rem;
	}
	.campaign_txt_day span {
    	font-size: 1.2rem;
	}
	.ctt_apply_title {
    	font-size: 2.4rem;
    	padding-top: 60px;
	}
	.apply_txt_box_bg {
		width: 100%;
		border-radius: 0;
		position: relative;
    	padding-top: 30px;
	}
	.apply_txt_box ul li span {
		display: block;
	}
	.apply_txt_box ul li span span {
    	padding-left: 15px;
		margin-left: 2.0em;
	    text-indent: -2.0em;
	}
	.apply_title {
		padding: 20px 0 10px;
		width: 100%;
		font-size: 1.4rem;
		padding-left: 0;
	}
	.apply_title_txt {
		width: 103%;
		font-size: 1.4rem;
		padding: 0 5px 20px 0px;
	}
	.apply_title_txt .fin {
		font-size: 1.3rem;
		padding: 0;
	}
	.campaign_apply_check_box {
		padding: 20px 0 40px;
	}
	.campaign_apply_check_box a {
    	width: 300px;
	}
	.campaign_apply_txt {
		margin: auto;
	}
	.campaign_apply_check {
		width: 300px;
		font-size: 1.4rem;
    	height: 40px;
    	line-height: 40px;
		background-size: 1rem;
	}
	.campaign01_slider .campaign01_slide {
		height: 300px;
		float: left;
		padding: 40px 0 0;
	}
	.campaign_icon_display {
		width: 260px;
	}
	.campaign01_slideSet {
	}
	.campaign01_slider {
		width: 100%;
		height: 340px;
		overflow: hidden;
		position: relative;  
	}
	.campaign01_slider .campaign01_slideSet {
		position: absolute;
	}
	.campaign_apply_box li {
    	width: 260px;
	}
	.campaign_top_w p:hover {
		transform: scale(1.0);
	}
	.campaign_apply_check_box .campaign_apply_check span::after {
		left: 60px;
    	transform: scale(0.7);
    	top: 12px;
	}
	.campaign_apply_check_box a:hover .campaign_apply_check span::after {
		left: 60px;
}
	.campaign_apply_check_box p:hover {
		transform: scale(1.0);
	}
	.campaign_top_w {
		width: 170px;
		padding: 0;
	}
	.campaign_top_second {
		padding-left: 0; 	
	}
	.campaign_check {
		width: 160px;
	}
	.campaign_top_w .campaign_check span::after {
		left: 29px;
		transform: scale(0.7);
    	top: 12px;
	}
	.campaign_top_w a:hover .campaign_check span::after {
		left: 29px;
	}
	.baja1_sp {
		display: block;
    	position: relative;
    	text-align: center;
    	top: -150px;
    	height: 0;
    	transform: scale(0.7);
	}
	.baja1_maru_sp {
		position: relative;
    	top: -192px;
		animation: r1 30s linear infinite;
	}
	.baja1_maru::after {
		display: none;
	}
	.baja1::after {
    	display: none;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       キャンペーン02       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.ctt_campaign02 {
		padding: 0;
		width: 100%;
		display: block;
	}
	.ctt_campaign02 img {
		padding: 15px;
	}
	.campaign02_txt_box {
		text-align: start;
		width: 90%;
		margin: auto;
	}
	.campaign02_txt01 {
		font-size: 1.6rem;
    	line-height: 32px;
    	padding-top: 30px;
	}
	.campaign02_txt02 {
		font-size: 1.3rem;
    	padding: 30px 0;
    	line-height: 24px;
	}
	.ctt_campaign02_iliust {
    	padding-left: 25px;
	}
	.campaign02_box_iliust li {
		padding-right: 0;
	}
	.campaign02_box_iliust li img {
		width: 199px;
		margin: auto;
	}
	.campaign02_box_iliust li p {
    	font-size: 1.6rem;
    	font-weight: normal;
		padding-top: 10px;
	}
	.campaign02_iliust_btn_box {
		padding: 257px 0 0 0;
	}
	.campaign02_box_iliust {
    	padding: 30px 2.26%;
		width: 358px;
	}
	.campaign02_box_iliust .slick-list {
    	z-index: 3;
	}
	.campaign02_slide {
    	width: 220px;
    	margin: auto;
	}
	.campaign02_iliust_box {
    	height: 405px;
	}
	.campaign02_iliust_box_bg {
    	top: 25px;
		height: 405px;
	}
	.campaign02_retailer_btn {
		margin: 0 0 60px;
		font-size: 1.6rem;
		line-height: 40px;
		background-size: 1rem;
	}
	.campaign02_retailer_btn:hover {
		background-position: 95% center;
	}
	.campaign02_iliust_btn_box div {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: absolute;
		width: 335px;
		z-index: 1;
		margin: 0 9px;
		top: 170px;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       作品一覧       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.section_books {
    	margin-top: 80px;
	}
	.ctt_books {
		padding: 0 0 10px;
	}
	.ctt_books_box {
		width: 90%;
	}
	.books_box ul {
		width: 100%;
		padding-left: 0px;
	}
	.books_box {
		width: 100%;
	}
	.books_box img {
    	width: 240px;
	}
	.books_title {
		padding-bottom: 0;
		padding: 25px 0 0px;
    	font-size: 1.8rem;
	}
	.sp_books_check {
		text-align: center;
	}
	.books_check_second {
		margin-left: 0;
		margin-top: 20px;
	}
	.books_btn_box {
		top: -1170px;
		padding: 0 6px;
	}
	.books_btn_space {
		width: 255px;
	}
	.apply_txt_box {
		width: 90%;
	}
	.ctt_books_box_bg {
    	margin: 15px;
		padding: 40px 0 80px;
		width: 92%;
	}
	.books_top {
    	font-size: 2.2rem;
	}
	.books_check {
		width: 100%;
		font-size: 1.6rem;
    	font-weight: normal;
		height: 40px;
		line-height: 40px;
	}
	.ctt_books_icon {
    	display: block;
    	overflow-x: auto;
    	white-space: nowrap;
    	-webkit-overflow-scrolling: touch;
		padding: 0 15px;
		width: auto;
		height: 170px;
	}
	.books_icon_sp {
    	display: block;
	}
	.books_icon_size {
		width: 140px;
	}
	.books_icon_active {
		width: 160px;
	}
	.ctt_books_icon li {
    	display: inline-block;
    	padding: 0 10px;
		position: relative;
    	top: 15px;
		width: 150px;
    	height: 150px;
	}
	.books_title p {
    	padding-bottom: 0px;
	}
	.books_author {
    	font-size: 1.4rem;
    	padding: 15px 0;
	}
	.books_day {
    	font-size: 1.3rem;
	}
	.books_text {
		font-size: 1.3rem;
		line-height: 20px;
	}
	.books_check_box_txt {
    	font-size: 1.2rem;
	}
	.books_check {
		background-size: 1rem;
	}
	.books_btnR {
    	background-position: 39% center;
	}
	.books_btnL {
    	background-position: 66% center;
	}
	.ctt_books_btn {
    	-webkit-justify-content: center;
    	justify-content: center;
    	position: relative;
    	top: -265px;
	}
	.books_icon_active img {
		transform: scale(1.185);
		position: relative;
		left: 0px;
	}
	.baja2_sp {
    	display: block;
    	position: relative;
    	text-align: center;
    	top: 115px;
    	transform: scale(0.7);
	}
	.baja2::after {
    	display: none;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       ポップアップ       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.modal__content {
		top: 40%;
	}
	.modal__content_r {
		width: 340px;
		height: 468px;
		padding: 0 30px;
	}
	.modal-close_btn {
		margin: 0 auto;
		top: 267px;
	}
	.modal_text_box {
		width: 293px;
		height: 360px;
	}
	.modal_title {
		font-size: 2.0rem;
	}
	.modal_text_title {
		font-size: 1.4rem;
	}
	.modal_text {
		font-size: 1.2rem;
		margin-right: 10px;
	}
	.modal_iliust_list {
		font-size: 1.2rem;
	}
	.modal_iliust_list li span {
    	padding: 15px 0px 15px 15px;
	}
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       footer       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.Content {
		padding-left: 0;
	}
	.ctt_footer {
		padding: 0 20px;
		text-align: center;
	}
	.copyright {
		width: 100%;
	}
	.footer_pa {
		padding: 20px 0 17px 0px;
		display: block;
	}
	.socialList>li {
		margin-right: 0;
		margin: 0 13px;
		display: inline-block;
	}
	.socialList {
		padding: 0 0 10px;
		position: relative;
    	top: -220px;
	}
	.socialList>li>p {
    	top: -10px;
    	width: 300px;
	}
	.socialList>li>a {
    	width: 70px;
    	height: 70px;
    	padding: 16px;
	}
	.socialList_share {
    	padding-right: 0;
	}
	.corporate {
		padding: 20px 15px 70px;
		text-align: center;
	}
	.corporate_second {
		padding-left: 0;
	}
	.pagetop::before {
		top: 29px;
		left: 75px;
		width: 50px;
		height: 50px;
	}
	.pagetop::after {
		top: 49px;
    	left: 98px;
		transform: rotate(-90deg) scale(0.7);
	}
	.pagetop:hover {
		bottom: 100px;
	}
	.footer_pa img {
		position: relative;
    	top: 110px;
    	padding: 35px;
	}
	.corporate a {
     	display: block; 
		padding-top: 20px;
	}
	.li_spc {
		font-size: 1.2rem;
	}
	
	/*+-+-+-+-+-+-+-+-+-+-+-+-+       イラストリスト       +-+-+-+-+-+-+-+-+-+-+-+-+*/
	.retailer_top {
    	font-size: 2.2rem;
   		padding-bottom: 50px;
	}
	.retailer_Note {
    	padding: 0px 20px 40px;
	}
	.retailerAnchor_box {
    	width: 100%;
	}
	.retailerAnchor {
        -webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0px 20px;
	}
	.retailerAnchor li {
    	width: 48%;
	}
	.retailerAnchor a {
    	margin: 0 0 15px;
		width: 100%;
	}
	.ctt_retailer {
    	padding: 0 15px 60px
	}
	.ctt_retailer_box_bg {
    	width: 100%;
	}
	.retailer_pre {
		border-bottom: 1px #C8D1D1 solid;
	}
	.retailerList .listHeader {
		display: none;
	}
	.retailerList li {
    	display: block;
	}
	.retailerList .pre {
		padding: 10px 5px 0;
    	width: 100%;
		display: block;
	}
	.retailerList .name {
    	width: 100%;
		display: block;
		font-size: 1.8rem;
		padding: 0 5px;
	}
	.retailerList .works {
    	width: 100%;
		padding: 10px 5px;
		font-size: 0;
	}
	.worksList .works_txt_sp {
		display: block;
		padding: 0 0 5px;
	}
	.worksList span {
        display: inline-block;
    	padding-right: 15px;
		font-size: 1.4rem;
	}
	.retailer_new {
		font-size: 1.4rem;
	}
	.retailerAnchor .left {
		margin: 0;
	}
	.retailerAnchor .right {
		margin: 0;
	}
	.Notes_box {
		font-size: 1.5rem;
		margin: 0 15px 30px;
		padding: 15px 10px;
	}

	
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*Navigation Button*/
	.navigationBtn {
		width: 17vw;
		height: 14vw;
	}
	.naviBtn span {
		height: 0.5vw;
	}
	.show .naviBtn .naviBtn1 {
		-webkit-transform: translateY(2.5vw) rotate(-45deg);
		        transform: translateY(2.5vw) rotate(-45deg);
	}
	.show .naviBtn .naviBtn3 {
		-webkit-transform: translateY(-2.5vw) rotate(45deg);
		        transform: translateY(-2.5vw) rotate(45deg);
	}
/*Navigation*/
	.navigationWrap {
	}
	.navigationList>li>a {
		font-size: 1.6rem;
	}
	.navigationList li {
    	padding: 0;
	}
	
}

/*          PC          */
@media screen and (min-width:768px) {
/*          Site Contents          */
	#siteWrap {
		min-width: 1200px;
	}
	/*--  横幅サイズ  --*/
	.ctt_w200 {width: 200px;margin: auto;}
	.ctt_w300 {width: 300px;margin: auto;}
	.ctt_w400 {width: 400px;margin: auto;}
	.ctt_w600 {width: 600px;margin: auto;}
	.ctt_w800 {width: 800px;margin: auto;}
	.ctt_w820 {width: 820px;margin: auto;}
	.ctt_w900 {width: 900px;margin: auto;}
	.ctt_w1000 {width: 1000px;margin: auto;}
	.ctt_w1200 {width: 1200px;margin: auto;}
	.ctt_top_w1200 {width: 1200px;margin: auto; height: 808px;}
}















