@charset "euc-jp";
/* CSS Document */

* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    color: #333;
}

img {
    vertical-align: bottom;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

#top {
    position: relative;
}

#wrapper {
    background: url("../img/bg_01.jpg") repeat;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.tab {
    display: none;
}

.pc {
    display: block;
}

.sp , .spBr {
    display: none;
}

.yellow {
    color: #ffb400;
}
.orange {
    color: #ff7800;
}
.red {
    color: #e8340c;
}
.blue {
    color: #1ab5f5
}
.green {
    color: #16be3e;
}
.pink {
    color: #ff617f;
}

/* ナビ */

.yellow {
    color: #ffb400;
}
.orange {
    color: #ff7800;
}
.red {
    color: #e8340c;
}
.blue {
    color: #1ab5f5
}
.green {
    color: #16be3e;
}
.pink {
    color: #ff617f;
}

.deepblue {
    color: #003af7;
}

.pcnavi {
    position: relative;
    z-index: 999;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 #9c9c9c;
    box-shadow: 0 0 10px 0 #9c9c9c;
    display: flex;
}
h1 .logo img {
    width: 100%;
    max-width: 130px;
}
.logo {
    width: 100%;
    margin-left: 20px;
}
.pcnavi .logo , .pcnavi div {
    position: relative;
    width: 100%;
}
.pcnavi div div {
    border-left: 1px dotted #333;
    margin: 8px 0 10px ;
}
.pcnavi div div:first-of-type {
    border: none;
}
.pcnavi .globalMenu {
    justify-content: flex-end;
    width: calc( 100% - 250px);
}
.nav-box {
    display: block;
    max-width:300px;
    min-width: 120px;
    height:auto;
    padding-top: 20%;  /* padding-top(%) = 高さ / 横幅 * 100 */
    position:relative;
    text-align: center;
    transition: .3s;
    padding-right: 10px;
}
.nav-box span {
    margin-top: 0;
    margin-bottom: 1rem;
    color: 333;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size: calc(0.0625rem + ((1vw - 3px) * 0.9259));
    width:100%;
    line-height: 1.5    ;
    white-space: nowrap;
}
.nav-box:hover {
    letter-spacing: .1em;
    opacity: 0.7;
    
}

.mainV {
    position: relative;
}
.mainV img {
    width: 100%;
}
.redTx {
    color: #ff3a3a;
}
.flow01 {
    position: absolute;
    top: 22%;
    left: 18%;
    width: 11%;
}
.flow02 {
    position: absolute;
    top: 54%;
    left: 22%;
    width: 11%;
}
.flow03 {
    position: absolute;
    top: 30%;
    right: 21%;
    width: 11%;
}
.contents01 {
    box-sizing: border-box;
    margin: 0 40px;
}
.contents01 .contentsInner01 {
    max-width: 1000px;
    margin: 180px auto 0;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    padding: 50px 50px 100px;
    font-size: 20px;
}
.contents01 h3 {
    margin-top: -80px;
}
.contents01 h3 img {
    max-width: 100%;
}

.allBookImg {
    margin: 70px 0 100px;
}
.allBookImg img {
    max-width: 100%;
}
.contentsInner01 h4 , .subTi h3  {
    font-size: 28px;
    line-height: 1.3;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
}
.contentsInner01 h4:before , .contentsInner01 h4:after , 
.subTi h3:before , .subTi h3:after {
    content: "";
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 2px;
    background: #cdcdcd;
    display: block;
}
.contentsInner01 h4:before , .subTi h3:before {
    margin-right: .5em;
}
.contentsInner01 h4:after , .subTi h3:after {
    margin-left: .5em;
}

.contentsInner01 .tx01 {
    margin-top: 50px;
    line-height: 2.3;
}
.point01 {
    margin: 50px auto 60px;
    max-width: 760px;
    width: 100%;
}
.point01 li {
    box-sizing: border-box;
    max-width: 380px;
    width: 50%;
    border: 2px solid #333;
    border-radius: 20px;
    background: #fff8da;
    box-shadow: 8px 8px 0 #ffda36;
    padding: 0 15px 35px;
    font-size: 18px;
    line-height: 1.7;
}

.point01 li:first-of-type {
    margin-right: 30px;
}
.point01 h5 {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    position: relative;
    padding: 25px 0 0 37px;
    background: url("../img/ic_01.png") no-repeat 0 20px;
    color: #333;
}
.point01 .heart {
    background: url("../img/ic_02.png") no-repeat 0 32px;
}
.about {
    line-height: 1.8;
    margin: 60px auto 0;
    font-size: 24px;
}
.movieBox {
    padding: 0 100px;
}
.movieBox .redTx , .subTi .redTx {
    margin-bottom: 7px;
    font-size: 25px;
    line-height: 1.4;
}
.movie {
    margin-top: 60px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.contentsInner01 .bt01 a {
    background: #E92A2D;
    color: #fff;
    display: block;
    width: 350px;
    margin: 50px auto 0;
    padding: 20px 20px 20px 30px;
    text-align: left;
    border-radius: 15px;
    position: relative;
    transition: .3s;
    font-size: 25px;
}
.contentsInner01 .bt01 a:hover {
    opacity: 0.7;
}
.contentsInner01 .bt01 a:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../img/ic_03.png") no-repeat 0 0 / 30px 36px;
    width: 30px;
    height: 36px;
    top: 14px;
    right: 20px;
}
.catchTx {
    font-size: 28px;
    margin-top: -10px;
}
.bnList.sp {
    display: none;
}
.bnList {
    max-width: 1000px;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 40px auto 0;
}
.bnList li {
    background: #fff;
}
.bnList li:nth-of-type(n+2) {
    margin-left: 10px;
}
.bnList a img {
    max-width: 240px;
    width: 100%;
    transition: .3s;
}
.bnList a:hover img {
    opacity: 0.8;
}

/* フェードイン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ページトップへ */

.pageTop {
  position:fixed;
  bottom:10px;
  right:20px;
  display:block;
}
.pageTopSP img {
    display: none;
}

footer {
    background: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 60px;
     color: #333;
    box-sizing: border-box;
}
.smallTx {
    font-size: 12px;
    line-height: 2.0;
}
small {
	font-size: 12px;
}

/* 追従インスタアイコン */
.instSP {
	display: none;
}
.inst {
	position: fixed;
	width: 120px;
	height: 160px;
	right: 10px;
	bottom: 50px;
}
.inst img {
	width: 120px;
	height: 160px;
	transition: .3s;
}
.inst:hover img {
	opacity: .7;
}


@media all and (-ms-high-contrast: none) {
  /* IEのみ */
    
.nav-box span {
    margin-top: 4px;
    margin-bottom: 0;
}
.point01 li {
    padding:  0 15px 25px
}
.point01 h5 {
    padding: 28px 0 0 37px;
    background: url("../img/ic_01.png") no-repeat 0 17px
}
.point01 .heart {
    background: url("../img/ic_02.png") no-repeat 0 28px;
}
.read {
    margin-top: 10px;
    line-height: 1.6;
}
.contentsInner01 h4::before, .contentsInner01 h4::after {
     margin-bottom: 15px;
}
.contentsInner01 .bt01 a {
    padding: 27px 20px 15px 28px;
}
.smallTx {
    line-height: 2.5;
}
	
}

@media screen and (max-width:860px) {
/*ipad用のcss*/

body.fixed {
    width: 100%!important;
    height: 100%!important;
    position: fixed!important;
}

img {
    width: 100%;
    max-width: 100%;
    vrtical-align: bottom;
}
#wrapper {
    padding-bottom: 100px;
}
.pc {
    display: none;
    }
.sp {
    display: block;
}
.spBr {
        display: none;
}
.tab {
    display: block;
}



/*　ハンバーガーボタン　*/

.spnavi .logo {
    width: 100%;
    height: 55px;
    padding-top: 15px;
    position: fixed;
    display: block;
    top: 0;
    z-index: 2;
    background: #fff;
    text-align: center;
    margin: 0;
    -webkit-box-shadow: 0 0 10px 0 #9c9c9c;
    box-shadow: 0 0 10px 0 #9c9c9c;
}
.spnavi .logo img {
    width: 100px;
}
.hamburger {
  display : block;
    position: fixed;
    z-index : 5;
  right : 15px;
  top   : 6px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top : 22px;
  left: 6px;
  background :#333;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 22px;
  background :#333;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenu {
    display: none;
}

nav.globalMenu.active {
    display: block;
  position: fixed;
  z-index : 4;
  top  : 0;
  left : 0;
  color: #333;
  background: #fff;
  text-align: center;
  width: 100%;
  hangit:100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
    padding-top: 50px;
}

nav.globalMenu ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  height: 100vh;
}

nav.globalMenu ul li {
  list-style-type: none;
  width: 100%;
  transition: .4s all;
  font-size: 20px;
}

nav.globalMenu ul li + li {
border-top: 1px solid #ddd;
}

nav.globalMenu ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenu ul li:hover{
  background : #fff;
}

nav.globalMenu ul li a {
  display: block;
  padding: 20px 0 ;
  text-decoration :none;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
  opacity: 1;
}
    
.mainV .sp {
    display: none;
}

.mainV {
    margin-top: 55px;
}

.flow01 {
    top: 29%;
    left: 8%;
    width: 16%;
}
.flow02 {
    top: 58%;
    left: 4%;
    width: 16%;
}
.flow03 {
    top: 30%;
    right: 5%;
    width: 16%;
}
.contents01 {
    margin: 0 30px;
}
.contents01 h3 {
    margin-top: -70px;
    padding: 0 20px;
}

.contents01 .contentsInner01 {
     margin: 110px auto 0;
    font-size: 20px;
    padding: 50px 50px 90px;
}
.allBookImg {
    margin: 70px 0 80px;
}
.contentsInner01 .tx01 {
    margin-top: 40px;
    line-height: 2.1;
}
.point01 {
    display: block;
    margin: 40px auto 60px;
}

    .point01 li {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

.point01 li:first-of-type {
    margin-right: auto;
    margin-bottom: 30px;
}
.movieBox {
    padding: 0 0;
}
.movieBox .redTx {
    margin-bottom: 7px;
}

.contentsInner01 .bt01 a {
    width: 300px;
    font-size: 20px;
}
.contentsInner01 .bt01 a:after {
    top: 12px;
    right: 20px;
}
.bnList {
    width: 100%;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

.bnList a img {
    max-width: 100%;
}

.bnList li {
    width: 48%;
    background: #fff;
}
.bnList li:nth-of-type(n+2) {
    margin-left: 0px;
}
    .bnList li:nth-of-type(2n) {
    margin-left: 20px;
}
.bnList li:nth-of-type(n+3) {
    margin-top: 20px;
}


}
@media screen and (max-width:599px) {
/*画面幅599px以下のスマホ用のcssを記述*/

#wrapper {
    padding-bottom: 70px;
}

.pc {
    display: none;
    }

.tab {
    display: none;
}

.sp {
    display: block;
}
.spBr {
    display: block;
}


/*　ハンバーガーボタン　*/

.spnavi .logo {
    height:45px;
    padding-top: 12px;
    margin: 0;
}
.spnavi .logo img {
    width: 80px;
}
.hamburger {
  right : 0;
  top   : 2px;
  width : 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  width   : 25px;
  left    : 0;
  background : #333;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 19px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top :19px;
  left: 0;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
}

nav.globalMenu {
    padding-top: 40px;
}

nav.globalMenu ul {
  margin: 0 auto;
  padding: 0 15px;
}

nav.globalMenu ul li {
  font-size: 18px;
    line-height: 1.5;
}

nav.globalMenu ul li a {
  padding: 15px 0 ;
}

.mainV {
    margin-top: 45px;
}

.mainV .sp {
    display: block;
}

.flow01 {
    top: inherit;
    bottom: 24%;
    left: 0;
    width: 100%;
    padding: 0 8px 0 20px;
}
.contents01 {
    margin: 0 15px;
}

.contents01 h3 {
    margin-top: -40px;
    padding: 0 0px;
}

.contents01 .contentsInner01 {
    border-radius: 20px;
     margin: 60px auto 0;
    font-size: 14px;
    padding: 20px 15px 60px;
}

.allBookImg {
    margin: 40px 0 40px;
}
    
.contentsInner01 h4 {
    font-size: 20px;
    line-height: 1.3;
}
.contentsInner01 .tx01 {
    margin-top: 20px;
}
.point01 {
    display: block;
    margin: 20px auto 25px;
}
 .point01 li {
     font-size: 14px;
     padding: 10px 10px 20px;
     box-shadow: 4px 4px 0 #ffda36;
     border: 1px solid #333;
     max-width: 300px;
}
.point01 h5 {
    font-size: 18px;
    min-height: 35px;
    margin-bottom: 5px;
    padding: 5px 29px 0 40px;
    background: url("../img/ic_01.png") no-repeat 12px 0px / 25px 30px;
}
.point01 .heart {
    background: url("../img/ic_02.png") no-repeat 10px 10px / 25px 20px;
}
.point01 li:first-of-type {
    margin-bottom: 15px;
}

.movieBox {
    margin-top: 40px;
}
.movieBox .redTx {
    font-size: 18px;
    margin-bottom: 5px;
}
.movie {
   margin-top: 30px;
    }
.contentsInner01 .bt01 a {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    padding: 15px 20px 15px 10px;
    border-radius: 10px;
    text-align: center;
}
.contentsInner01 .bt01 a:after {
    background: url("../img/ic_03.png") no-repeat 0 0 / 20px 24px;
    width: 30px;
    height: 36px;
    top: 11px;
    right: 5px;
}

.bnList {
    display: block;
    margin: 30px auto 0;
}
.bnList li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
}
.bnList li:nth-of-type(n+2) {
    margin: 10px auto;
}
    .bnList li:nth-of-type(2n) {
    margin-left: auto;
}

/* ページトップへ */
.pageTopSP {
  position:fixed;
  bottom:5px;
  right: 0px;
  display:block;
  width: 63px;
  height: 63px;
  z-index: 999;
}
.pageTop img {
    display: none;
}
 .pageTopSP img {
     display: block;
    width: 50px;
}
	
/* 追従インスタアイコン */

.inst {
	display: none;
}	
.instSP {
	display: block;
	position: fixed;
	width: 100px;
	height: 133px;
	right: 5px;
	bottom: 75px;
	z-index: 999;
}
.instSP img {
	width: 100px;
	height: 133px;
}

}

/* android用 */
/*html.android #acMenu dt{
    padding: 8px 20px 12px;
}*/