@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg_all.png") top center repeat-y, url("../images/bg.jpg") top center repeat;
	scroll-behavior: smooth;
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg_orange.jpg");
}


@font-face {
  font-family: チェックポイントフォントCP Font;
  src: url("../font/チェックポイントフォントCP Font.ttf");
}

@font-face {
  font-family:GenJyuuGothic-Heavy;
  src: url("../font/GenJyuuGothic-Heavy.ttf");
}


/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto; /*height:  ; parallax*/}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}

/* ----------------------CUSTOMERIZATION---------------------- */

/*.font{font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}*/

/*bg*/
.bg_0{ background: url("../images/bg_0.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_1{ background: url("../images/bg_1.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_2{ background: url("../images/bg_2.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_3{ background: url("../images/bg_3.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_6{ background: url("../images/bg_6.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_7{ background: url("../images/bg_7.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}


@media screen and ( max-width: 991px ){
	.bg_0{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_1{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_2{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_3{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_4{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_5{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_6{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_7{ background: url("../images/bg_orange.jpg"); padding-top: 0vw; padding-bottom: 0px; }
}


/*--主視覺動畫--*/

/*--PARALLAX--*/
/*--------------------------------------------
.topbox img{position:relative;}
 img.kv{position: absolute;}
.Title{ top: 0px; left: 0px;}
--------------------------------------------*/

.Title{ position: absolute; top: 147px; left: 468px;
		-webkit-animation: bounce-top 0.9s both;
	    animation: bounce-top 0.9s both;}

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

/*--COMMON--*/

.titleC h2{ text-indent: -9999px;}


/*--精明購物攻略--*/
.bg_0{}
.bg_0 ul{
	width: 1200px;
	margin: 40px auto ;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.bg_0 ul li.tip_01{ animation: floating_0 3s; animation-delay: 0s; animation-iteration-count: infinite; }
.bg_0 ul li.tip_02{ animation: floating_0 3s; animation-delay: 0.3s; animation-iteration-count: infinite; }
.bg_0 ul li.tip_03{ animation: floating_0 3s; animation-delay: 0.6s; animation-iteration-count: infinite; }
.bg_0 ul li.tip_04{ animation: floating_0 3s; animation-delay: 0.9s; animation-iteration-count: infinite; }

@keyframes floating_0 {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating_0 {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

@media screen and ( max-width: 991px ){
	.bg_0{ margin-top: 3vw; }
	.bg_0 ul{ width: 100%; margin: 0vw auto;}
	.bg_0 ul li{ margin-bottom: 3vw;}
	.bg_0 ul li img{ width: 46vw; margin-left: 2vw;}
}



/*--超低優惠．掀低價--*/
.bg_1{}
.bg_1-sw{ display: flex;flex-wrap: wrap;width: 1080px;margin: 0 auto;}
.bg_1-sw .mySwiper2 { width: 520px; height:660px; margin: 10px 10px; border-radius: 20px; border: 3px solid #fff; box-shadow: 5px 5px #d899b8;
background: rgb(255,202,111); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,202,111) 0%, rgb(249,80,80) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,202,111) 0%,rgb(249,80,80) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,202,111) 0%,rgb(249,80,80) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca6f', endColorstr='#f95050',GradientType=0 ); /* IE6-9 */
}
.mySwiper2 ul{padding:10px 30px 30px 30px;}
.mySwiper2 ul li a:hover, .mySwiper2 ul li:hover{transform: scale(.9);}
.mySwiper2 ul li:nth-child(1) img{width: 450px; height: 450px; object-fit: contain;margin: 40px auto 0;}
.mySwiper2 ul li:nth-child(2){background: #aa4577;width: 100px;height: 100px; border-radius: 50%; display: flex;align-items: center;justify-content: center;position: absolute; top: 0;}
.mySwiper2 ul li:nth-child(2) p{font-size: 20px;color: #fff;margin-top: 0; }
.mySwiper2 ul li:nth-child(2) big{font-size: 56px;color: #ffc76e; }
.mySwiper2 ul li:nth-child(3){position: absolute; top: 0;left: 140px;font-size: 40px;}
.mySwiper2 ul li:nth-child(3) span{font-size: 40px;color: #000;/*font-weight: bold;*/}
.mySwiper2 ul li:nth-child(4){position:relative; bottom: 10px;left: -30px;}
.mySwiper2 ul li:nth-child(4) span{background: #ffc66e;color: #aa4577;padding: 5px 10px;font-size: 24px;text-align: left; }
.mySwiper2 ul li:nth-child(5){position:relative; bottom: -10px;left: -30px;}
.mySwiper2 ul li:nth-child(5) span{background: #7d2950;color: #000;padding: 5px 10px;font-size: 18px;text-align: left; }
.mySwiper2 ul li:nth-child(6){background: #aa4577;width: 100px;height: 100px; border-radius: 50%;  top: 490px;right: 20px;display: flex;align-items: center;justify-content: center;position:absolute;}
.mySwiper2 ul li:nth-child(6) p{color: #ffc76e;border-radius: 50%; font-size: 26px;margin-top: 0; }
.mySwiper2 ul li .price p{ font-size: 1.8rem; color: #fff; font-weight: bold; line-height: 0.2; padding-bottom: 15px;}

      .swiper2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper2 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

@media screen and ( max-width: 991px ){
	
	.bg_1-sw{ display: flex;flex-wrap: wrap;width: 96vw;margin: 0 auto;}
    .bg_1-sw .mySwiper2 { width:94vw; height:auto; margin: 2vw 2vw;}
	
	.mySwiper2 ul{padding:0 2vw;}

	.mySwiper2 ul li:nth-child(1) img{width:80vw; height: 80vw; object-fit: contain;margin: 2vw auto 0;}
	.mySwiper2 ul li:nth-child(2){;width: 20vw;height:20vw; border-radius: 50%; display: flex;align-items: center;justify-content: center;position:absolute;top: 0;}
	.mySwiper2 ul li:nth-child(2) p{font-size:1.2rem;}
	.mySwiper2 ul li:nth-child(2) big{font-size: 3rem;}
	.mySwiper2 ul li:nth-child(3){position:relative; top: 0;left:0;font-size:2rem;text-align: center;margin-top: 10px;}
	.mySwiper2 ul li:nth-child(3) span{font-size: 2rem;}
	.mySwiper2 ul li:nth-child(4){position:relative; bottom:0;left: 0;top: 0; text-align:center;margin: 20px auto;}
	.mySwiper2 ul li:nth-child(4) span{padding: 5px 10px;font-size:1.4rem;}
	.mySwiper2 ul li:nth-child(5){position:relative; bottom:0;left: 0;text-align:center;margin: 0 auto;}
	.mySwiper2 ul li:nth-child(5) span{;padding: 5px 10px;font-size: 1rem;text-align:center}
	.mySwiper2 ul li:nth-child(6) p,.mySwiper2 ul li:nth-child(6){display: none;}
	
	.mySwiper2   .swiper-slide { background-position: center; background-size: cover; width: 50vw; height: auto;margin-bottom:30px; }
	
	
}


/*--TOP童書推薦--*/
.bg_2{}
.bg_2 .hightlight{ margin-bottom: 20px;}
.bg_2 .hightlight h3{ font-family: チェックポイントフォントCP Font; color: #aa4577;}
.bg_2 .hightlight ul{
	border: 3px solid #fff; 
	border-radius: 30px;
	box-shadow: 5px 5px #d899b8;
	background: rgb(255,202,111); /* Old browsers */
    background: -webkit-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: -o-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca6f', endColorstr='#f95050',GradientType=0 ); /* IE6-9 */
}
.bg_2 .hightlight h4{ background: #aa4577;}

@media screen and ( max-width: 991px ){
	.bg_2 .hightlight{ width: 98vw; margin: 0 auto;}
	.bg_2 .hightlight ul{ border: 2px solid #fff; border-radius: 15px; box-shadow: 4px 4px #d899b8;}
}


/*--明星商品--*/
.bg_3{}
.bg_3 .hightlight{ margin-bottom: 20px;}
.bg_3 .hightlight h3{ font-family: チェックポイントフォントCP Font; color: #aa4577;}
.bg_3 .hightlight ul{
	border: 3px solid #fff; 
	border-radius: 30px;
	box-shadow: 5px 5px #d899b8;
	background: rgb(255,202,111); /* Old browsers */
    background: -webkit-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: -o-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca6f', endColorstr='#f95050',GradientType=0 ); /* IE6-9 */
}
.bg_3 .hightlight h4{ background: #aa4577;}

@media screen and ( max-width: 991px ){
	.bg_3 .hightlight{ width: 98vw; margin: 0 auto;}
	.bg_3 .hightlight ul{ border: 2px solid #fff; border-radius: 15px; box-shadow: 4px 4px #d899b8;}
}


/*--矚目新品--*/
.bg_4{}
.bg_4 .hightlight{ 
	border: 3px solid #fff; 
	border-radius: 30px;
	box-shadow: 5px 5px #d899b8;
	padding: 20px 0;
	background: rgb(255,202,111); /* Old browsers */
    background: -webkit-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: -o-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca6f', endColorstr='#f95050',GradientType=0 ); /* IE6-9 */
}

.bg_4 .hightlight h4{ background: #d6413c;}

@media screen and ( max-width: 991px ){
	.bg_4 .hightlight{ width: 98vw; margin: 0 auto 4vw; box-shadow: 4px 4px #d899b8; border-radius: 15px; padding: 3vw 0;}
}


/*--週週折扣--*/
.bg_5{}
.bg_5 .rectangle { margin-bottom: 20px;}
.bg_5 .rectangle li { background: none;}
.bg_5 .rectangle li, .bg_5 .rectangle li img { border-radius: 20px;}
.bg_5 .rectangle li a {position: relative;}
.bg_5 .rectangle li h4 { position: absolute; top: 100px; color: transparent;}
.bg_5 .rectangle li a:hover img{ -webkit-filter:brightness(0.4); }
.bg_5 .rectangle li a:hover h4{ color: #fff; z-index: 11; }

@media screen and ( max-width: 991px ){
	.bg_5 .rectangle { margin-bottom: 2vw;}
	.bg_5 .rectangle li, .bg_5 .rectangle li img{ border-radius: 10px;}
	.bg_5 .rectangle li h4{top: 59px;}
    .bg_5 .rectangle li a img { -webkit-filter: brightness(.5); }
    .bg_5 .rectangle li a h4{ color: #fff; z-index: 11; }
}


/*--主打出版社--*/
.bg_6{}
.bg_6 .hightlight { 
	border: 3px solid #fff; 
	border-radius: 30px;
	box-shadow: 5px 5px #d899b8;
	padding: 20px 0;
	background: rgb(255,202,111); /* Old browsers */
    background: -webkit-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: -o-linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%);
    background: linear-gradient(rgb(255,202,111) 0%, rgb(249,80,80) 99%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca6f', endColorstr='#f95050',GradientType=0 ); /* IE6-9 */
}
.bg_6 .hightlight li{ position: relative;}
.ranks { background:#ff9aa9; position: absolute; width: 50px; height: 50px; color: #fff; top: 0; left: 0; border-radius: 0 0 40px;line-height: 50px;padding: 0 0 0 10px;font-size: 1.4rem;}

@media screen and ( max-width: 991px ){
	.bg_6 .hightlight{ width: 98vw; margin: 0 auto 4vw; box-shadow: 4px 4px #d899b8; border-radius: 15px; padding: 3vw 0;}
	.ranks { width: 10vw; height: 10vw;  border-radius: 0 0 8vw;line-height: 8vw;font-size: 1.4rem; padding: 1vw 0 0 2vw;}
}


/*--主打品牌--*/
.bg_7{}
.bg_7 .rectangle { margin-bottom: 20px;}
.bg_7 .rectangle li { background: none;}
.bg_7 .rectangle li, .bg_7 .rectangle li img { border-radius: 200px;}
.bg_7 .rectangle li a {position: relative;}
.bg_7 .rectangle li h4 { position: absolute; top: 100px; color: transparent;}
.bg_7 .rectangle li a img{ -webkit-filter:brightness(0.5); }
.bg_7 .rectangle li a h4{ color: #fff; z-index: 11; font-size: 24px; line-height: 1.2; }

.bg_7 .banner{ margin: 0 auto; padding: 0;}

@media screen and ( max-width: 991px ){
	.bg_7 .rectangle { margin-bottom:2vw;}
	.bg_7 .rectangle li, .bg_5 .rectangle li img{ border-radius: 10px;}
	.bg_7 .rectangle li h4{top: 59px;}
    .bg_7 .rectangle li a img { -webkit-filter: brightness(.5); }
    .bg_7 .rectangle li a h4{ color: #fff; z-index: 11; font-size: 1.2rem; }
}

/*館別連結*/
.btn ul{ display: flex; justify-content: center;flex-wrap: wrap; }
.btn ul li { width: 600px; height: 90px;  background: #FCA6A8; margin-top: 20px; text-align: center; border-radius: 30px;
	border: 3px solid #fff; 
	box-shadow: 5px 5px #ffd8ad;
	background: rgb(175,128,149); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(175,128,149) 0%, rgb(168,45,104) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(175,128,149) 0%,rgb(168,45,104) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(175,128,149) 0%,rgb(168,45,104) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8095', endColorstr='#a82d68',GradientType=0 ); /* IE6-9 */
}
.btn ul li a {text-align: center; color: #fff; line-height: 80px; font-size: 48px; font-family: チェックポイントフォントCP Font; }

@media screen and ( max-width: 991px ){
	.btn ul li { width: 96vw; height: auto; margin: 2vw auto; padding: 1vw 0; border-radius: 20px;}
	.btn ul li a { padding: 3vw; font-size: 2.2rem; line-height: 2; }
}





/*--輪播AD--*/
      .swiper {
        width: 1300px;
        padding-top: 50px;
        padding-bottom: 50px;margin: 0 auto;
      }
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;margin-bottom: 60px;
      }

      .swiper-slide img {
        display: block;
        width: 300px;
        height: 300px;border-radius: 20px;
      }

.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #000;font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	 .swiper {
        width: 100%;
        padding-top: 2vw;
        padding-bottom:2vw;margin: 0 auto;
      }
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vw;
        height:auto;
		margin-bottom: 70px;
      }	
	      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50vw;
        height: 50vw;
      }
	      .swiper-slide img {
        display: block;
        width:  50vw;
        height:  50vw;border-radius: 20px;
      }
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #000;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
}



/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	/*overflow: hidden;*/
	
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background: #fa5852;
  }
  	@media screen and ( max-width: 991px ) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}

  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #navbar a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:19%;
	margin:0 2.5px;
	font-size:30px;
	color:#fff;
	border-right: 2px solid #ffffff;
	height:30px;
	margin-top: 15px;
	line-height:30px;
	letter-spacing: 1px;
	font-family: チェックポイントフォントCP Font;
	
  } 
  #navbar .row_01 a{ border-left: 2px solid #ffffff;}
  #navbar span{ color:#000000;}

  /*#navbar a:hover{ transform: scale(.95)}*/

  
  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 60px;
	
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}



/*for mobile*/
menu{display:none;}
@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{position:fixed;bottom:0;left:0;margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: #fa5852; z-index:1000;border-top:none; }
menu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 3vw 1vw; width:20%;box-sizing:border-box;text-align:center;}
menu ul li a{font-size:1.1rem; font-weight: 600; }
menu ul li:nth-last-child(1){border-right:none;}
menu a{color:#fff !important;text-decoration:none;}





/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}