@charset "utf-8";

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

body {/*全体のフォント指定*/
  font-family: "Noto Sans JP",Verdana, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; 
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.shirofuchi {/*白フチ文字*/
  text-shadow:
  3px 3px 3px #fff, -3px -3px 3px #fff,
 -3px 3px 3px #fff,  3px -3px 3px #fff,
  3px 0px 3px #fff, -3px -0px 3px #fff,
  0px 3px 3px #fff,  0px -3px 3px #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;/*　※あとで必ず消す！　*/
}

body {
  text-align: center;
  background: url(../img/back1.jpg);
  background-size: cover;
  background-attachment: fixed;
	background-color:rgba(97, 98, 126, 0.6);
	background-blend-mode: lighten;
  background-position: 70% 30%;
}

#header {
    position: relative;
    /* background: url(../img/back1.jpg) repeat;
    background-position: center;
    background-color: #FFF;
    background-size: cover; */
    z-index: 1;
}

#header .inner {
  position: relative;
  padding: 0;
  max-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-weight: 500;
}

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

section .inner img {
  max-width: 100%;
}

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

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

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

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: center;
  flex-wrap: wrap;
}

.item {
    margin: 30px auto;
    padding: 0px;
    width: calc(30% - 30px);
}

.item p{
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
}

.item img {
  border: 1px solid #e73357;
  max-width: 100%;
}

.item .ill {
  font-size: 80%;
  margin-bottom: 10px;
  display: inline-block;
}

.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/back1.jpg);
  background-size: cover;
  background-attachment: fixed;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
*/


.sec02 .main_text {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.8;
  margin-top: 50px;
}

.sec02 .main_text .note {
  font-size: clamp(16px, 70%, 28px);
  font-weight: bold;
  margin-top: 20px;
}

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;
  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;
}

.sec_period {
  display: inline-block;
  background-color: white;
  margin: 50px auto 50px;
  box-shadow: 0px 0px 10px 0 rgba(247, 130, 169, 0.5);
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.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;
}
.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;
}

.fnav li a{
	font-weight:bold;
	color: #53d4d0;
  text-shadow:  3px 3px 3px #fff, -3px -3px 3px #fff,
  -3px 3px 3px #fff,  3px -3px 3px #fff,
   3px 0px 3px #fff, -3px -0px 3px #fff,
   0px 3px 3px #fff,  0px -3px 3px #fff;
}

.page-top {
  background: #53d4d0;
  padding: 10px;
  text-align: center;
}
#footer{
	background: #53d4d0;
  padding: 10px;
  color:#fff;
  font-size:0.8em;
  line-height:2em;
  text-align: center;
}
