@charset "UTF-8";

/*全体設定*/


body {
	background-color:#FFFFFF;
}


/*戻るボタン*/

  #pageTop {
	z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 10px;
	
  }
  #pageTop i {
  	padding-top: 6px;
  }
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 7px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    background-color: #9FD6D2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	font-size: 1.3em;
	
  }
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.9;
  }


/*メニュー*/


*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	z-index: 30;
	position: relative;
	height: 5vh;/*トップ画像頭隙間*/
}
.cp_offcm01 {
	
	position: fixed;
	top: 20px;
	right: 5px;
	display: inline-block;
}

/*menu*/

.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 235px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color:#FFFFFF;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
	margin-top: 70px;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
	font-family:"Osaka-mono", "MS Gothic", "monospace";
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 25px;
	text-decoration: none;
	color: #333333;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-225px);
	        transform: translateX(-225px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}

.snslink img {
	width: 30px;
}

.snslink {
	display: inline-block;
	vertical-align: top;
}

img#facebook1 {
	margin-left: -40px;
}

/*ヘッダー*/

/*うねうね1*/

div#uneune {
	z-index: 5;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
}

div#uneune img{
	width: 100%;
	height: 100%;
	padding-right: 0px;
}

header {
	padding-top: 25px;
	padding-left: 10px;/*kiriの文字の上と左を調整*/
}

div#tp1 img {
	width: 60px;/*kiriの画像サイズ変更*/
}


/*本文*/

/*画面横揺れしないために*/

body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }

div#topimg img {
	width: 100%;
	height: 100%;
	right: 0px;
	margin-top: 0px;
	padding-right: 0px;
}

div#topimg {
	text-align: center;
	position: relative;/*相対配置*/
}

#moji {
text-align: center;
position: absolute;/*絶対配置*/
top: 0;
left: 0;
  }

#moji img {
	width: 100%;
	height: auto;
}

/*ふわあアニメーション*/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*スクロール*/

a span {
position: absolute;
margin-top: 15px;
left: 50%;
width: 24px;
height: 24px;
margin-left: -12px;
border-left: 1px solid #333333;
border-bottom: 1px solid #333333;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: sdb 2s infinite;
animation: sdb 2s infinite;
opacity: 0;
box-sizing: border-box;
}
a span:nth-of-type(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
a span:nth-of-type(2) {
margin-top: 31px;
-webkit-animation-delay: .15s;
animation-delay: .15s;
}
a span:nth-of-type(3) {
margin-top: 47px;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
@-webkit-keyframes sdb {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes sdb {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}

h2{
	text-align: center;
	margin-top: 150px;
}

#toha{
	text-align: center;
	display: block;
}

.toha{
	margin-top: 60px;/*kiri説明文上左右調整*/
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	display: inline-block;
}

h3{
	text-align: center;
	margin-top: 60px;
}

#imi{
	text-align: center;
	display: block;
}

.imi{
	margin-top: 60px;/*kiri説明文上左右調整*/
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	display: inline-block;
}

p#intr{
	text-align: center;
	margin-top: 60px;
}

.S{
	text-align: center;
}

.P{
	text-align: center;
}

/*キリ商品画像調整*/

/*img1*/

p#kiriimg1 img{
	width: 230px;
}

p#kiriimg1{
	text-align: center;
	margin-top: 60px;
}

/*img2*/

p#kiriimg2 img{
	width: 200px;
}

p#kiriimg2{
	text-align: center;
	margin-top: 60px;
}

/*img3*/

p#kiriimg3 img{
	width: 200px;
}

p#kiriimg3{
	text-align: center;
	margin-top: 60px;
}

/*img4*/

p#kiriimg4 img{
	width: 200px;
}

p#kiriimg4{
	text-align: center;
	margin-top: 60px;
}

/*img5*/

p#kiriimg5 img{
	width: 150px;
}

p#kiriimg5{
	text-align: center;
	margin-top: 60px;
}

/*sns*/

div#sns img{
	text-align: center;
	margin-top: 30px;
}

img#twitter{
	width: 40px;
	height: 40px;
}

img#facebook{
	width: 40px;
	height: 40px;
	margin-left: 30px;
}

div#sns{
	text-align: center;
	margin-top: 60px;
}

/*フッター*/

footer{
	text-align: center;
	margin-top: 60px;
	padding-bottom: 30px;
}

/*うねうね1*/

div#uneune2 {
	z-index: 5;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: -7px; /*下に固定*/
	padding-right: 0px;

}

div#uneune2 img{
	width: 100%;
	height: 100%;
	padding-right: 0px;
}