@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/


/*========================================
 Base
========================================*/
html {font-size:100%;}
body {
    font: 1em/normal 'Noto Sans JP', sans-serif;
    background-repeat: no-repeat;
    background-position: center 350px no-repeat fixed, url(../images/bg.jpg) center top fixed;
    background-attachment: fixed;
    background-color: #ffa3ca;
    margin-bottom: 0px;
    width: auto;
    color: #4a4a4a;
}
.weight100   {
    font-weight:100
    }
.weight300   {
    font-weight:300
    }
.weight400   {
    font-weight:400
    }
.weight500   {
    font-weight:500
    }
.weight600   {
    font-weight:600
    }
.weight700   {
    font-weight:700
    }
.weight900   {
    font-weight:900
    }
.ruika{
font-family: ruika, sans-serif;
font-weight: 100;
font-style: normal;
}
li {list-style:none;}
a {
    text-decoration: underline;
    color: #FF7AB2;
}
a:hover {
    opacity: 0.8;

}
.border{
    border-top: 5px dotted #FABE00;
    margin: 0px auto;
    width: 80%;
}
.blank{
    display: inline-block;
}
.laege{
    font-size: 2.5rem;
    width: auto;
}
.s_laege{
	font-size: 1.5rem;
	margin-left: 0px;
}
.x_laege{
	font-size: 4rem;
	margin-right: 0px;
	padding-top: 0px;
}
.small{
	font-size: 0.8em;
}
.x_small{
	font-size: 0.5em;
}
.bold{
    font-weight: bold;
}
.white{
    background-color: #FFFFFF;

}
.pink{
	color: #FFA3C9;
}
.purple{
    background-color: #A6A5F0;
}
.fc_w{
	color: #FFFFFF;
}
.fc_purple{
	color: #8280f4;
}
.fc_pink{
	color: #FF7AB2;
}
.fc_black{
	color: #494949;
}
.waku{
    width: 90%;
    margin: 0px auto;
    border-radius: 50px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.waku_wrap{
    padding: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pading02{
    padding: 2rem;
}
.margin_top{
	margin-top: 2rem;
}
.margin_t_minus{
    position: absolute;
    top: -50px;
    left: 0px;

}
.margin_t_minus2{
    position: absolute;
    top: -50px;
    left: 0px;

}
.txt_wrap{
    padding-left: 1rem;
    padding-right: 1rem;
}
.text {
}
.btn_purple{
    font-weight: bold; /* 太字 */
    color: #fff !important; /* 文字の色 */
    background-color: #A6A5F0; /* 縁取り線の色 */
    border-radius: 30px; /* 角丸半径 */
    box-shadow: /* 影(立体効果) */
    4px 4px 6px #DCDCF9 inset, /* 内側左上ハイライト */
    -4px -4px 6px #7070E6 inset; /* 内側右下シャドー */
    background-image: none;
    padding: 2rem;
    width: 70%;
    margin: 0px auto;
    max-width: 680px;
    display: block;
    text-decoration: none;
}
.btn_yellow{
    font-weight: bold; /* 太字 */
    color: #A6A5F0 !important; /* 文字の色 */
    background-color: #fef35d; /* 縁取り線の色 */
    border-radius: 30px; /* 角丸半径 */
    box-shadow: /* 影(立体効果) */
    4px 4px 6px #fffcdc inset, /* 内側左上ハイライト */
    -4px -4px 6px #fdeb22 inset; /* 内側右下シャドー */
    background-image: none;
    padding: 2rem;
    width: 70%;
    max-width: 680px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}
.futomaru{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 0px;
}
.w100{
    width: 100%;
    font-size: medium;
}
.w80{
    width: 80%;
    font-size: medium;
}
.flex_wrap{
	display: flex;
}
.background_purple{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    background-color: #A6A5F0;
    left: 0px;
}
  /* フェードインエフェクト */
.element {
	/* 最初は非表示 */
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 1s, opacity 1s, visibility 1s;
	/* （装飾用スタイル） */
	width: 80%;
	height: auto;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/* PC */
.smOnly {display:none;}

	/* header */
.contener{
    width: 100%;
    font-size: 1.5em;
}
.contener header{
    width: 100%;
    background-image: url(../images/hd_bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: contain;
}
.contener header .header_wrap{
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	padding-top: 2rem;
}
.contener header .header_wrap img{
    width: 100%;
    height: auto;
    background-repeat: repeat-y;
    font-size: medium;
}
.contener h3{
	font-size: 2rem;
	margin-bottom: 2rem;
	background-repeat: no-repeat;
	margin-top: 0px;
	width: auto;
	padding-left: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cam_wrap{
    width: 100%;
    max-width: 1080px;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
}
.cam_wrap h1{
	font-size: 2rem;
	color: #FFFFFF;
}
.cam_wrap #contents01{
    margin-top: 4rem;
}
.cam_wrap #contents02,#contents03,#contents04,#contents07,#contents08{
    margin-top: 7rem;
}
.cam_wrap #contents05,#contents06{
    margin-top: 5rem;
    text-align: center;
}
.cam_wrap .contents_wrap{
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cam_wrap #contents01{
    font-size: 3rem;
}
.cam_wrap .contents_wrap .top{
    background-image: url(../images/waku_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 8.152174%;
	margin-bottom: -1px;
}
.cam_wrap .contents_wrap .middle{
    background-image: url("../images/waku_middle.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding-bottom: 2rem;
    padding-top: 1px;
}
.cam_wrap .contents_wrap .bottom{
    background-image: url("../images/waku_bottom.png");
    background-repeat: no-repeat;
    background-position: 0% bottom;
    background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 8.152174%;
	margin-top: -1px;
}
.cam_wrap #contents02 .number{
    width: 20%;
    color: #FFFFFF;
    font-size: 3rem;
    position: relative;
    align-self: center;
}
.cam_wrap #contents02 .right{
    text-align: left;
    width: 80%;
    padding-left: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
}
.cam_wrap #contents03 .s_ttl{
    position: relative;
    background-color: hsla(241,70%,79%,1.00);
    color: hsla(0,0%,100%,1.00);
    font-weight: bold;
}
.cam_wrap #contents03 .s_ttl .background_purple{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #A6A5F0;
    left: 0px;
}
.cam_wrap #contents04 ul{
	text-align: left;
	font-size: 0.8em;
}
.cam_wrap #contents04 ul li{
    margin-top: 0.5em;
    padding-top: 0px;
}
.cam_wrap #contents05 .s_ttl{
    position: relative;
    background-color: hsla(241,70%,79%,1.00);
    color: hsla(0,0%,100%,1.00);
    font-weight: bold;
}
.cam_wrap #contents05 .s_ttl .background_purple{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #A6A5F0;
    left: 0px;
}
.cam_wrap #contents05 .s_ttl .number{
    width: 20%;
    border-right: 1px solid hsla(0,0%,100%,1.00);
}
.cam_wrap #contents05 .s_ttl .right{
    width: 80%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    align-self: center;
    font-size: 1.5em;
}
.cam_wrap #contents05 .detail_text{
	
}
.cam_wrap #contents05 .detail_text img{
    width: 60%;
    border: 1px solid #494949;
    margin-top: 1rem;
    margin-bottom: 1rem;
	
}
.cam_wrap #contents06 .waku{
	text-align: left;
}
.cam_wrap #contents06 .s_ttl{
    position: relative;
    background-color: hsla(241,70%,79%,1.00);
    color: hsla(0,0%,100%,1.00);
    font-weight: bold;
    padding-left: 3rem;
}
.cam_wrap #contents06 .text_c6{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.cam_wrap #contents06 .text_c6 ul{
	font-size: 0.8em;
}
.cam_wrap #contents06 .web_original{
	padding: 2rem 3rem;
	
}
.cam_wrap #contents06 .web_original .web_ttl{
	border-bottom: 1px solid #494949;
}
.cam_wrap ul{
    font-size: 1.5rem;
    margin-top: 2rem;
}
.cam_wrap ul li{

}
/* hタグ */	
h2{
    padding: 6px 0 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #A6A5F0;
    line-height: 1;
    text-align: left;
    margin-bottom: 2rem;
}	

/* topへ戻る */
footer{
    width:980px;
    margin:30px auto;
}
footer .copyright{
    color:#fff;
    text-shadow:1px 1px 3px #c7161d;
}
footer .copyright ul {overflow:hidden;}
footer .copyright li{
    display:inline-block;
    margin:0 2em 6px 0;
}
#footerGroup #totop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
#footerGroup #totop a {display:block;}
#footerGroup #totop::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

/* スマホ */    
@media screen and (max-width: 640px) {
.pcOnly{
		display: none;
	}
	.smOnly{
		display: block;
	}
.laege{
    font-size: 1.5rem;
}	
.contener{
    font-size: 1em;
    width: 100%;
	box-sizing: border-box;
}	
.cam_wrap #contents01{
    font-size: 2rem;
}
.cam_wrap #contents02,#contents03,#contents04,#contents07,#contents08{
    margin-top: 5rem;
}	
.cam_wrap #contents05,#contents06{
    margin-top: 3rem;
    text-align: center;
}	
.cam_wrap{
    margin-top: 0rem;
	box-sizing: border-box;
}
.waku_wrap{
    padding: 0.5rem;
}
.cam_wrap #contents02 .number{
    font-size: 2rem;
}
.cam_wrap #contents02 .right{
    padding-left: 0.5rem;
    line-height: 1.5rem;
}
.waku{
    border-radius: 20px;
}
.btn_purple{
    font-weight: bold; /* 太字 */
    color: #fff !important; /* 文字の色 */
    background-color: #A6A5F0; /* 縁取り線の色 */
    border-radius: 20px; /* 角丸半径 */
    box-shadow: /* 影(立体効果) */
    4px 4px 6px #DCDCF9 inset, /* 内側左上ハイライト */
    -4px -4px 6px #7070E6 inset; /* 内側右下シャドー */
    background-image: none;
    padding: 1rem;
    width: 90%;
    margin: 0px auto;
    max-width: 680px;
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_yellow{
    font-weight: bold; /* 太字 */
    color: #A6A5F0 !important; /* 文字の色 */
    background-color: #fef35d; /* 縁取り線の色 */
    border-radius: 20px; /* 角丸半径 */
    box-shadow: /* 影(立体効果) */
    4px 4px 6px #fffcdc inset, /* 内側左上ハイライト */
    -4px -4px 6px #fdeb22 inset; /* 内側右下シャドー */
    background-image: none;
    padding: 1rem;
    width: 90%;
    max-width: 680px;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 1rem;
}
.margin_t_minus{
    position: absolute;
    top: -20px;
    left: 0px;

}
.margin_t_minus2{
    position: absolute;
    top: -20px;
    left: 0px;

}
.cam_wrap #contents06 .s_ttl{
    padding-left: 1rem;
}
.cam_wrap #contents06 .text_c6{
    padding: 1rem;
}
.cam_wrap #contents06 .text_c6 ul{
	font-size: 0.8em;
}
.cam_wrap #contents06 .web_original{
    padding: 1rem;
	
}
.cam_wrap ul{
    font-size: 1.5rem;
    margin-top: 0;
}
.cam_wrap ul li{

}	
.pading02{
    padding: 1rem;
}
.cam_wrap #contents05 .detail_text img{
    width: 80%;
    border: 1px solid #494949;
    margin-top: 1rem;
    margin-bottom: 1rem;
	
}	
}
