﻿@charset "utf-8";

/*

スマホ：320px - 480px
タブレット：480px - 768px
PC:1000px以上

*/

/* reset */
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;
font-size: 12px;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.5em;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}



/* ========共通設定======== */

* { 
margin: 0px; 
padding: 0px; 
}

body{
	width:100%;
	margin:0;
	padding:0;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	position: relative;
	overflow-x: hidden;
	font-size:12px;
}

#footer{
	margin-bottom:100px;
}

#container{
	overflow-x: hidden !important;
	box-sizing: border-box;
}

.title{
	font-size:1.0em;
	font-weight:700;
	margin:40px 0;
}

#main{
	margin:0 auto;
	text-align:center;
	width:100% ;
	
}

.fleft{
	float:left;
}

.fright{
	float:right;
}


/* ========item-list======== */

#item-list {
  padding:0;
}

#item-list ul{
  margin-left:0px;/*１カラムのpadding分マイナスマージン*/
  overflow:hidden;
  background-color:transparent;
}

#item-list ul li {
  list-style-type:none;
  float:left; /*floatで横並びに*/
  padding-left:0;/*カラム間のガター*/
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

.inner{ /*カラムの内側*/
  margin:0;
  height:100%;
  background:white;
}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 50%;/*４列以上は３列に*/
  }
  ul.cols-3 li{
      width:50%;/*３列は２列に*/
  }

  ul.cols-2 li{
      width:100%;/*３列は２列に*/
  }
}

@media only screen and (max-width: 700px) {
  #story ul.cols-2 li:nth-child(odd){
      width: 60%;/*４列以上は１列に*/
      font-size:100%;
  }
  #story ul.cols-2 li:nth-child(even){
      width: 40%;/*４列以上は１列に*/
      font-size:100%;
  }
}

@media only screen and (min-width: 701px) {
  #story ul.cols-2 li:nth-child(odd){
      width: 60%;/*４列以上は１列に*/
      font-size:100%;
  }
  #story ul.cols-2 li:nth-child(even){
      width: 40%;/*４列以上は１列に*/
      font-size:100%;
  }
}



/* ========PC======== */


@media all and (min-width:1000px){
#main{
	margin:0 auto;
	text-align:center;
	width:1000px ;
	
}
}

img{
	max-width:100%;
	-webkit-backface-visibility: hidden;
}

.footer_navi{
	position:fixed;
	bottom: 0;
	right:0;
	margin:0;
	padding:0;
	z-index:99;
	width:100%;
	background:rgba(255,255,255,0.85);
	padding:10px 0;
	border-top:solid 2px #ef018d;
	border-bottom:solid 2px #ef018d;
}

.footer_navi table{
	max-width:600px;
	text-align:center;
	margin:0 auto;
}

.bg_pk{
	background:url(img/bg_pk.png) repeat-x center center;
	height:auto;
	padding:40px 0;
	width:100%;
	position:relative;
}

.bg_ye{
	background:url(img/bg_ye.png) repeat-x center center;
	height:auto;
	padding:80px 0;
	width:100%;
	position:relative;
}
.bg_pk{
	background:#fadce9;
	height:auto;
	padding:80px 0;
	width:100%;
	position:relative;
}
.bor_pk{
	border:solid 3px #ef018d;
	padding:10px 10px 10px 5px;
	margin:10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.attention{
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}
p.indent{
	padding-left:1em;
	text-indent:-1em;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
	margin:0 auto;}


.sp_pd{
	width:90%;
	padding:0 5%;
	box-sizing: border-box;
}
.sp_pd_btn{
	padding:0 5%;
	max-width:90% !important;
	box-sizing: border-box;
}
.logo img{
	position: absolute;
	top:12px;
	left:12px;
  	max-width:130px;
}

.sns_ig img{
	position: absolute;
	top:12px;
	right:5px;
  	max-width:35px;
}
.sns_tw img{
	position: absolute;
	top:12px;
	right:46px;
  	max-width:35px;
}

.mw1000 img{
	max-width:1000px;
}
.name_company{
	font-size:16px;
}



/* ========スマホ======== */


#headerNav{
	display:none;
}

.sp{
	display:inline;
}

.pc{
	display:none;
}

/* ========タブレット======== */

@media all and (min-width:768px){

#footerNavLink{
	display:none;
}

#headerNav{
	display:block;
}

#footerNav{
	display:none;
}

.sp{
	display:none;
}

.pc{
	display:none;
}
}

@media screen and (min-width: 769px) and (max-width: 999px) {
.pc{
	display:inline;
}
}

/* ========PC======== */


@media all and (min-width:1000px){
.pc_ml30{
	margin-left:30px;
}
.sp{
	display:none;
}

.pc{
	display:inline;
}

.bg_top{
	background:url(img/top_main_bg.png) no-repeat center center;
	height:800px;
	width:100%;
	position:relative;
}

.bg_top_img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width:1000px;
}
.bor_pk{
	border:solid 3px #ef018d;
	padding:30px;
	margin:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.title{
	font-size:1.5em;
	font-weight:700;
	margin:40px 0;
}
.logo img{
	position: absolute;
	top:30px;
	left:50px;
  	max-width:200px;
}

.sns_ig img{
	position: absolute;
	top:30px;
	right:40px;
  	max-width:50px;
}
.sns_tw img{
	position: absolute;
	top:30px;
	right:100px;
  	max-width:50px;
}
}

.bold{
	font-weight:bold;
}
.font150{
	font-size:150%;
}
.font200{
	font-size:200%;
}


/* ======= ハンバーガーメニュー ====== */
header{
	padding: 32px 0;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1{
	width: 180px;
	margin-right: auto;
}
@media all and (min-width:1000px){
h1{
	display:none;
}
}
nav{
	width:100%;

}
header nav {
	margin-right: 5px;
}
header nav img{
	height:22px;
}
header nav ul{
	max-width:1000px;
	display: flex;
	align-items: center;
	text-align:center;
	margin:0 auto;
}
header nav ul li a{
	color: #d5007f;
	text-decoration: none;
	font-weight: bold;
	padding: 16px 27px;
}

header nav ul li.sns a{
	color: #d5007f;
	text-decoration: none;
	font-weight: bold;
	padding: 16px 3px;
}

#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}

/*スマホ・タブレット用の設定*/
@media screen and (max-width:960px){
	header{
		padding: 8px 0;
		position: relative;
	}
	.inner{
		width: 96%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

	
	/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(250,220,233,0.9);
		left: 0;
		z-index:99;
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #d5007f;
	}
	
	header nav ul li.sns a{
		display: inline-block; 
		color: #d5007f;
	}

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #d5007f;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #d5007f;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}



.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}
.swiper-pagination-bullet{
    width:14px;
    height:14px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:none !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:none !important;
    right: 10px;
    left: auto;
}


/* ======= bxslider ====== */
/*横1列でスライドさせる*/
#bxslider_carousel {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px 0;
}
@media all and (min-width:1000px){
#bxslider_carousel {
	width: 100%;
	height: 383px;
	margin: 0;
	padding: 15px 0;
}
}
.bx-wrapper {
    position: relative;
    margin: 0 !important;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: -5px;
    background: #fff;
}
#lightbox-container-image-box {
    position: relative;
    background-color: transparent !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
}
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100% !important;
    height: 100% !important;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
    display:none !important;
}



/* ======= usemap ====== */
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}



/* ======= opening ====== */
#opening {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	animation: fadeOut 3.9s forwards;
	pointer-events: none;
}
#opening .logo {
	display: block;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 76px);
	width: 152px;
	height: 80px;
	background: url(img/logo.png) no-repeat;
	animation: opening 2.4s forwards;
}

/* :::::: keyframes :::::: */
@keyframes opening {
	0%, 100% { opacity: 0; transform: scale(1.2); }
	40%, 80% { opacity: 1; transform: none; }
}
