@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

.mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

img {
  max-width: 100%;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.tb,
.sp {
	display: none;
}

#wrap {
  margin-top: -1px;/*　※あとで必ず消す！　*/
}

#header {
  background: url(../img/back.png);
  background-size: cover;
  background-attachment: fixed;
	background-color:rgba(255,255,255,0.5);
}

#header .inner {
  position: relative;
  padding: 0;
  width: 1000px;
  /*height:525px;*/
  margin: 0 auto;
}

#header .inner .btn {
  position: absolute;
  top: 200px;
  left: 240px;
}
#header .inner .title_1 {
  position: absolute;
  top: 39px;
  left: 4px;
}
#header .inner .title_2 {
  position: absolute;
  top: 313px;
  left: 5px;
}
#header .inner .title_3 {
  position: absolute;
  top: 308px;
  left: 402px;
}
#header .inner .title_4 {
  position: absolute;
  top: 449px;
  left: 403px;
}

 /*----- フェードインしながら上へスライド -----*/
/*    .inviewfadeInUp_1 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
	.inviewfadeInUp_2 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
		transition-delay: 1s;
    }
    .inviewfadeInUp_3 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
		transition-delay: 2s;
    }
    .inviewfadeInUp_4 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
		transition-delay: 3s;
    }
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
*/

section {
  padding: 20px 0 50px;
  text-align: center;
  font-family: 'Kaisei Opti', serif;
  font-weight: 500;
  color: #676767;
}

section h2 {
  margin: 30px 0;
  font-size: 200%;
  font-weight: 700;
}

section h3 {
  margin: 30px;
  font-size: 120%;
  font-weight: 700;
}

section .inner {
  width: 1000px;
  margin: 0 auto;
}

section.sec01 {
  /*background: #ffbf07 url('img/bg_sec01.png') no-repeat 50% 50%;*/
	background-color: #fff;
  background-size: 30vw;
  text-align: center;
  font-size: 130%;
  padding: 0;
  background-image:url(../img/back2-top.gif),
					 url(../img/back2-bottom.gif);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right bottom;
}
section.sec01 .inner {
  padding: 20px 0;
}


section.sec01 ul {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}


/*flexbox横並び*/
.contents {
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.item {
    margin: 30px auto;
    padding: 0 10px;
    width: 30%;
}

.item p{
  line-height: 1.2;
}

.item img {
  border: 0px;
}

.item .ill {
  font-size: 170%;
  margin-bottom: 20px;
  display: inline-block;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
 -4px 4px 4px #fff,  4px -4px 4px #fff,
  4px 0px 4px #fff, -4px -0px 4px #fff,
  0px 4px 4px #fff,  0px -4px 4px #fff;
}


.books {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.book {
	margin: 10px auto;
	width: 300px;
	border: 2px solid #BDBDBD;
}



section.sec01 ul li {
  float: left;
  width: 450px;
  margin: 20px;
}

section.sec01 ul li:nth-child(2n) {
  float: right;
}

section.sec01 ul li img {
  width: 100%;
}



/*
section.sec02 {
  background: url('img/1427470.png') repeat 50% 100%;
  text-align: center;
}
*/



section.sec02 {
  background: url(../img/back.png);
  background-size: cover;
  background-attachment: fixed;
	background-color:rgba(255,255,255,0.5);
}



section.sec02 ul {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 50px;
}

section.sec02 ul li {
  /*float: left;*/
  max-width: 1000px;
  margin: 0 40px;
}

section.sec02 ul li:nth-child(2n) {
  /*float: right;*/
}

section.sec02 ul li img {
  width: 100%;
}

section.sec02 ul li p {
  text-align: center;
  color: #d1af58;
  font-size: 14px;
  margin: 10px 0 0;
}

section.sec03 {
  background: #ffffff;
  background-size: cover;
  text-align: center;
}
section.sec03 ul li {
  margin: 30px 0;
  text-align: left;
  padding: auto;
}



section.sec04 {
  background: url(../img/back.png);
  background-size: cover;
  background-attachment: fixed;
	background-color:rgba(255,255,255,0.5);
}


.sec_period {
  display: inline-block;
  background-color: white;
  margin: 0 auto 30px;
  box-shadow: 0px 0px 10px 0 rgba(246, 75, 149, 0.5);
}

.sec_period h3 {
  color: #f64b95;
}
.sec_period h3 span {
  font-size: 200%;
}
.sec_period ul {
  padding-left: 1.5em;
  list-style: outside;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .sec_period ul li {
  float: none;
  text-align: left;
  margin-bottom: 10px;
  font-size: 170%;
}
.sec_period ul li a {
  font-weight: bold;
  text-decoration: underline;
  color: #f64b95;
}

.store_list {
  padding-bottom: 100px;
}
.store_list p {
  margin: -25px 0;
  color: #f64b95;
}

.button {
  display      : inline-block;
  /*border-radius: 5%;                   /* 角丸 */
  /*box-shadow   : 6px 6px 3px #666666;  /* 影の設定 */
  cursor       : pointer;              /* カーソル形状 */
  transition   : .3s;                  /* なめらか変化 */
}

.button:hover {
  box-shadow   : none;                 /* 影の設定 */
}

section.sec03 p {
  font-size: 30px;
	color: #f64b95;
	margin: 5px 0 60px;
  text-align: center;
}

.fnav{
	text-align: center;
}

.fnav li {
	display: inline-block;
	font-size: 26px;
	font-family: "Hiragino Kaku Gothic ProN";
	padding: 10px 20px;
}



.footer-logo {
  margin-top: 1em;
  margin-bottom: 1em;
}
.text-center {
  text-align: center;
}

.footer-nav {
  padding: 10px 0;
}

.footer-nav {
  background: #6bc7F1;
  text-align: center;
  font-size: 24px;
  font-family: "M PLUS 1p",sans-serif;
}
.footer-nav, .copyright {
  font-weight: 500;
}

.footer-nav .menu {
  line-height: 1;
}

.footer-nav .menu a {
  display: block;
  color: #fff;
}

ul {
  list-style: none;
}

.copyright {
  padding: 10px 0;
}

.copyright {
  background: #ea6da4;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}