@charset "UTF-8";

/* ## header ## */
#header {
	background-color: transparent;
}

#fader_wrapp {
	margin-top: 100px;
	position: relative;
	overflow: hidden;
	z-index: 1000;
}
#slide_wrapp {
	width: 96%;
	border-radius: 30px;
	background-color: #ffffff;
/*	max-width: 1080px;
	overflow: hidden;*/
	z-index: 1;
}
#slide_wrapp:after {
  content: "";
  clear: both;
  display: block;
}
#slide_wrapp .slide_item img {
}


/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:-14px;
    /*全体の高さ*/
	height:100px;
	z-index: 1001;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #ffffff;
	font-size: 13px;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 70px;
	background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:124px;
		opacity: 0;
	}
}

/* top comment */
.topComme {
	box-sizing: border-box;
	position: absolute;
/*	text-shadow: 0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08);
	opacity: 0.94;*/
	left: 7.5%;
	letter-spacing: 1px;
	writing-mode: vertical-rl;
	display: none;
	z-index: 2;
}
.topComme.tc01 {
	width: 60px;
	font-size: 38px;
	font-weight: bold;
/*	transform: rotate(-1deg);*/
	top: 12%;
	left: 14%;
}
.topComme.tc02 {
	width: 60px;
	font-size: 38px;
	font-weight: bold;
/*	transform: rotate(-5deg);*/
	top: 20%;
	left: 8%;
}

/* slider */
.slider {
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
	background-attachment: fixed;
}
.slick-prev {
	left: 14px;
	z-index: 10000;
}
.slick-next {
	right: 14px;
}
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 40px;
}

.brBox {
	width: 100%;
	box-sizing: border-box;
	padding: 0 4px;
}
.brBox img {
	width: 100%;
	box-sizing: border-box;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.vwWrapp {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
.scroll-infinity__wrap {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
	width: calc(100vw / 10);
	padding: 0 4px;
}
.scroll-infinity__item>img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* srcboxTop */
#srcboxTop {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 30%;
	z-index: 10000;
}
#srcboxTop .inner {
	width: 100%;
	max-width: 868px;
	background-color: rgba(242,231,212,0.78);
	box-sizing: border-box;
	border-radius: 8px;
	margin: 0 auto;
	padding: 44px;
}
#srcboxTop .inner p.srcTitle {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
#srcboxTop .inner p.srcTitle span {
	color: #317e62;
}
#srcboxTop .inner input[type="text"] {
	border: solid 1px #317e62;
}
#srcboxTop .inner input[type="submit"] {
	border-radius: 4px;
	border: none;
	font-size: 16px;
	color: #ffffff;
	background-color: #317e62;
	margin: 4px auto;
}
#srcboxTop .inner p.att {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	margin-top: 8px;
}

#wrapper {
  margin-top: -80px;
}

.baseBox .inner {
	max-width: 1200px;
}

#con01.baseBox, #con02.baseBox, #con03.baseBox, #con04.baseBox {
	position: relative;
}

/* ## basebox ## */
#con01.baseBox {
	padding-top: 144px;
}
#con01.baseBox hr {
   border-color: #e4e4e4;
}
#con01.baseBox .boxL:after {
  content: "";
  clear: both;
  display: block;
}
#con01.baseBox .boxL {
	padding-bottom: 14px;
}
#con01.baseBox .boxL img {
	width: 100%;
	max-width: 104px;
	margin-right: 24px;
	float: left;
}
#con01.baseBox .boxR {
}

/* ## basebox ## */
.baseBox.leftTitle .imgBox {
	width: 64%;
	box-sizing: border-box;
	margin-top: -144px;
	float: right;
}
.baseBox.leftTitle .imgBox img {
	width: 100%;
	box-sizing: border-box;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	vertical-align: bottom;
}
.baseBox.leftTitle .boxFst {
	width: 30%;
	box-sizing: border-box;
	padding-top: 0;
	float: left;
}
.baseBox .boxFst hr {
	width: 224px;
   border-style: solid;
	margin-top: 24px;
	margin-bottom: 44px;
}
.baseBox .boxFst h3 {
	font-size: 54px;
	font-weight: bold;
}
.baseBox.leftTitle .boxSnd {
	width: 70%;
	box-sizing: border-box;
	float: right;
}
.baseBox.leftTitle .cTitle hr, .baseBox.rightTitle .cTitle hr {
	margin: 44px 0 0 0;
}

.baseBox .boxSnd h4 {
	margin-bottom: 14px;
}
.baseBox .boxSnd h4 a img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	border: solid 1px #444444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.baseBox.bbToku {
	color: #ffffff;
	background-image: url("../img/top/main/tk_back01.gif");
	background-size: contain;
}
.baseBox.bbAutumn {
	color: #ffffff;
	background: rgb(0,142,180);
	background: linear-gradient(125deg, rgba(0,142,180,1) 18%, rgba(0,119,151,0.47973126750700286) 49%, rgba(0,119,151,1) 100%);
}

.baseBox.rightTitle .imgBox {
	width: 58%;
	box-sizing: border-box;
	margin-top: -144px;
	float: left;
}
.baseBox.rightTitle .imgBox img {
	width: 100%;
	box-sizing: border-box;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	vertical-align: bottom;
}
.baseBox.rightTitle .boxFst {
	width: 30%;
	box-sizing: border-box;
	padding-top: 18px;
	float: right;
}
.baseBox.rightTitle .boxSnd {
	width: 70%;
	box-sizing: border-box;
	float: left;
}

/* 本を買う */
.srcArea input[type="submit"] {
  width: 19%;
  height: 40px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #317e62;
  margin: 0;
  padding: 4px;
}

.shosai {
	margin-top: 6px;
}
.shosai a {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}


/* event */
.evBox {
	width: 50%;
	padding: 0 8px 14px 8px;
}
.evBox a .boxS {
	height: 160px;
	line-height: 1.3;
	padding: 10px 14px 14px 14px;
}
.evBox a .boxS h4 {
	font-size: 16px;
	margin-bottom: 8px;
}
.evBox a .boxS .evCal {
	font-size: 13px;
	margin-bottom: 8px;
}
.evBox a .boxS .ap {
	font-size: 12px;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 18px;
}
.topComme.tc02 {
	font-size: 18px;
}
.topComme.tc03 {
}

/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	bottom: 280px;
    /*全体の高さ*/
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	left:-15px;
	top: -15px;
	font-size: 11px;
}

.cspBox .img01 {
	width: 174px;
	position: absolute;
	top: -88px;
	left: -88px;
}
.cspBox .img02 {
	width: 144px;
	position: absolute;
	top: -24px;
	right: -84px;
}
.cspBox .img03 {
	width: 144px;
	position: absolute;
	bottom: -64px;
	right: -34px;
}
.cspBox .img04 {
	width: 144px;
	position: absolute;
	bottom: 24px;
	left: -84px;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* top comment */
.topComme {
	width: 90%;
}
.topComme.tc01 {
	font-size: 20px;
}
.topComme.tc02 {
	font-size: 20px;
}
.topComme.tc03 {
}
	
	
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 22px;
}
.topComme.tc02 {
	font-size: 22px;
}

/* scrolldown */
.scrolldown1{
	bottom: 100px;
}
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
#fader_wrapp {
	margin-top: 95px;
}
	
#slide_wrapp {
	width: 100%;
	border-radius: 0;
}
#slide_wrapp .slide_item {
}
#slide_wrapp .slide_item img {
}
	
/* top comment */
.topComme {
}
.topComme.tc01 {
	left: 10%;
}
.topComme.tc02 {
	left: 4%;
}
	
/* srcboxTop */
#srcboxTop {
	top: 26%;
}
#srcboxTop .inner {
	width: 95%;
	max-width: 868px;
	background-color: rgba(242,231,212,0.78);
	border-radius: 8px;
	margin: 0 auto;
	padding: 24px 18px;
}
#srcboxTop .inner p.srcTitle {
	font-size: 15px;
	margin-bottom: 4px;
}
#srcboxTop .inner input[type="submit"] {
	height: 35px;
	border-radius: 4px;
	border: none;
	font-size: 11px;
	margin: 4px auto;
}
#srcboxTop .inner p.att {
	font-size: 11px;
	margin-top: 4px;
}
	
/*スクロールダウン全体の場所*/
.scrolldown4{
	left: 4.6%;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
	font-size: 10px;
}

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-16px;
	bottom:10px;
    /*テキストの形状*/
	color: #545454;
	font-size: 9px;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -2px;
    /*矢印の形状*/
    width: 1px;
    height: 8px;
    background: #545454;
    transform: skewX(-31deg);
}
.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#545454;
}
	
#wrapper {
	margin-top: 0;
}
	
/* ## basebox ## */
.baseBox .boxFst h3 {
	font-size: 28px;
	text-align: center;
}	
.baseBox .boxFst hr {
	width: 100px;
	margin: 10px auto 14px auto;
}
.baseBox .boxFst p {
	margin-bottom: 24px;
}
	
#con01.baseBox {
	padding-top: 44px;
}
.shosai {
	margin-top: 4px;
}
.shosai a {
	font-size: 15px;
}

.baseBox .boxSnd h4 a:active img {
	opacity: 0.84;
}
	
	
.baseBox.leftTitle .boxFst {
	width: 100%;
	padding-top: 0;
	float: none;
}
.baseBox.leftTitle .boxSnd {
	width: 100%;
	float: none;
}
.baseBox.leftTitle .cTitle hr, .baseBox.rightTitle .cTitle hr {
	margin: 28px auto 14px auto;
}
.baseBox.rightTitle .boxFst {
	width: 100%;
	padding-top: 0;
	float: none;
}
.baseBox.rightTitle .boxSnd {
	width: 100%;
	float: none;
}
	
/* event */
.evBox {
	width: 100%;
	padding: 0 4px 10px 4px;
}

.scroll-infinity__item {
	width: calc(100vw / 5);
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
}
.topComme.tc02 {
}
	
/* topics area */

#topics {
	max-width: 440px;
}
#topics .ntpBox a:hover {
	background-color: #fc5252;
}
	
.baseBox .boxSnd h4 a:hover img {
	opacity: 0.84;
}
	
/* ## basebox ## */
.baseBox.nomalTitle .inner {
	max-width: 1200px;
}
.baseBox.leftTitle .cTitle {
	text-align: left;
}
.baseBox.leftTitle .boxFst {
}
.baseBox.leftTitle .boxSnd {
	padding: 0 0 0 54px;
}
.baseBox.rightTitle .cTitle {
	text-align: left;
}
.baseBox.rightTitle .boxFst {
	float: right;
}
.baseBox.rightTitle .boxSnd {
	padding: 0 100px 0 0;
}
	
.baseBox.rightTitle .boxSnd p {
	line-height: 1.3;
	margin-bottom: 10px;
}
.baseBox.rightTitle .boxSnd p.philTex {
	line-height: 1.5;
}
	
.baseBox.leftTitle .boxT .slider {
	display: none;
}

}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
}
.topComme.tc02 {
}
.topComme.tc03 {
}
	
/* scrolldown */
.scrolldown1{
	bottom: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:114px;
		opacity: 1;
	}
	100%{
		height:0;
		top:180px;
		opacity: 0;
	}
}
	
}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
}
.topComme.tc02 {
}
.topComme.tc03 {
}
	
/* scrolldown */
.scrolldown1{
	bottom: 0;
}
	
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:124px;
		opacity: 1;
	}
	100%{
		height:0;
		top:200px;
		opacity: 0;
	}
}
	
/* slider */
.slider {
}
.slick-prev {
	left: -44px;
}
.slick-next {
	right: -44px;
}
.slick-prev::before, .slick-next::before {
}
	
}

