.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

body {
font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
}
#global-nav ul li {
    float: right;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 5px;
    background: #000;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 8px;
    width: 34px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ccc;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 540px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 47px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 16px;
        top: -8px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -530px;
        background: #333333;
        width: 100%;
        text-align: center;
        padding: 3px 0;
        -webkit-transition: .6s ease-in-out;
        -moz-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 2;
        bottom: 0;
        font-size: 12px;
        font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 20px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


.fixed_btn
{
  position: fixed;
  bottom: 30px; 
  right: 10px;
  padding: 8px 30px;
color: #fff;
font-weight: 800;
  font-size: 13px;
background-color:#c00;
border-radius:10px;
border: 0px solid;
width: 35%;
}

.fixed_btn_1
{
  position: fixed;
  bottom: 100px; 
  right: 10px;
  padding: 8px 30px;
font-weight:800;
font-size: 13px;
color: #fafafa;
background-color:#606060;
border-radius:10px;
border: 0px solid;
width: 25%;
}


.wrap {
     overflow: hidden;
 }

.p1
{
font-family: Helvetica, sans-seri;
font-size: 2rem;
letter-spacing: 0.01rem;
text-align: center;
font-weight: bold;
width: 100%;
margin: 0.5rem auto; /*外側の余白*/
background-color: #0066cc;
color: #ffffff;
}

.p2 {
font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
font-size: 0.8rem;
letter-spacing: 0.01rem;
text-align: center;
font-weight: normal;
width: 90%;
}

.p3 {
font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
font-size: 0.4rem;
letter-spacing: 0.01rem;
text-align: center;
font-weight: normal;
width: 85%;
background: #f5f5dc;
}

.p_footer {
color: #fff;
font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
font-size: 1rem;
letter-spacing: 0.01rem;
text-align: center;
font-weight: normal;
width: 100%;
background: #3c3c3c;
}

.p4 {
color: #d70035;
font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
font-size: 0.4rem;
letter-spacing: 0.01rem;
text-align: center;
font-weight: normal;
width: 90%;
}

.p5 {
color: #fff;
font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
font-size: 0.7rem;
letter-spacing: 0.01rem;
text-align: center;
font-weight: bold;
width: 90%;
margin: 0rem auto; /*外側の余白*/
}

.p6 {
font-family: "YuGothicM" , "Yu Gothic" , "Meiryo" , "ヒラギノ角ゴ" , sans-serif;
font-size: 0.8rem;
letter-spacing: 0.01rem;
text-align: center;
font-weight: bold;
width: 100%;
background: #1e1e1e;
color: #fff;
text-decoration: none;
}


.section .oneArea {
  margin-bottom: 100px;
}


.kiran-img {
	position    :relative;
	overflow    :hidden;
}
.kiran {
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	transform: rotate(45deg);
	animation: reflection 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 2s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 2s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	30% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	31% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	31% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
	0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
	30% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
	31% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
