﻿@charset "UTF-8";

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
        font-family: "ヒラギノ角ゴシック" ;
	background:#ffec00;
	width:100%;
	color:#363133;
     margin:0 auto;
	text-align:center;
}

#inner {
    position: relative;
    margin: 0 auto;
}

section{
    max-width:700px;
    margin: 0 auto;
}

/*	リンクタグ	*/

a,
a:hover{
	text-decoration:none;
}

#header {
    text-align:center;
    margin:0px auto;
}

#header img {
    display: block;
    margin: auto;
    padding-top: 7%;
    padding-bottom: 70px;
    width:100%;
    pointer-events: none;
}

.line_link {
    position: relative;
    margin: 0 auto;
    padding-bottom: 25%;
}
.yw {
    background:#ffec00;
}
.red {
    background:#bd1522;
}

.line_link img {
    display: block;
    margin: auto;
    width:100%;
}

.kiran-img {
	position    :relative;
	overflow    :hidden;
}

.line_link .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; }
}

.line_link .button{
    margin-top: 50px;
}

.line_link .button img{
    width:90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
}

.line_link .button{
    animation-name:button;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 1s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes button {
    0% {
        transform: scale(1);
    }
 
    45% {
        transform: scale(0.9);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}

.content {
    text-align:center;
    margin:0 auto;
    background-color: #f2cc0f;
}

.content img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

.content2 {
    text-align:center;
    margin:0 auto;
    background-color: #f2cc0f;
}

.content2 img {
    display: block;
    margin: auto;
    width:90%;
    pointer-events: none;
}

.content3 {
    text-align:center;
    margin:0 auto;
    margin-top:-5%;
}

.content3 img {
    display: block;
    margin: auto;
    width:90%;
    pointer-events: none;
}

.step {
    text-align:center;
    margin:0 auto;
    position: relative;
}

.step img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

.step .step_bg {
    text-align:center;
    margin:0 auto;
    position: absolute;
}

.step .step_bg img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

.step_con {
    text-align:center;
    margin:0 auto;
    padding-top: 30px;
    position: relative;
}

.step_con img {
    display: block;
    margin: auto;
    width:70%;
    pointer-events: none;
}

.voice {
    text-align:center;
    margin:0 auto;
    background-color: #ffec00;
    position: relative;
}

.voice img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

.voice .voice_bg {
    text-align:center;
    margin:0 auto;
    background-color: #ffec00;
    position: absolute;
}

.voice .voice_bg img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

.voice_con {
    text-align:center;
    padding-top: 60px;
    margin-bottom: -10px;
    margin:0 auto;
}

.voice_con img {
    display: block;
    margin: auto;
    width:60%;
    pointer-events: none;
}

.v_text {
    text-align:center;
    margin:0 auto;
    padding-bottom: 150px;
}

.v_text img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

.v_text .new {
    text-align:center;
    margin:0 auto;
    padding-top: 30px;
}

.v_text .new img {
    display: block;
    margin: auto;
    width:85%;
    pointer-events: none;
}

.chara {
    text-align:center;
    margin:0 auto;
}

.chara img {
    display: block;
    margin: auto;
    width:60%;
    pointer-events: none;
}

.chara .new {
    text-align:center;
    margin:0 auto;
    padding-top: 50px;
}

.chara .new img {
    display: block;
    margin: auto;
    width:90%;
    pointer-events: none;
}

.point {
    text-align:center;
    margin:0 auto;
    padding-bottom: 100px;
}

.point img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

.point .new {
    text-align:center;
    margin:0 auto;
    padding-top: 20px;
}

.point .new img {
    display: block;
    margin: auto;
    width:85%;
    pointer-events: none;
}

.chance {
    text-align:center;
    margin:0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.chance img {
    display: block;
    margin: auto;
    width:60%;
    pointer-events: none;
}

.chance .new {
    text-align:center;
    margin:0 auto;
}

.chance .new img {
    display: block;
    margin: auto;
    width:85%;
    pointer-events: none;
}

.step_3 {
    text-align:center;
    margin:0 auto;
    padding-top: 30px;
    padding-bottom: 100px;
}

.step_3 img {
    display: block;
    margin: auto;
    width:60%;
    pointer-events: none;
}

.step_3 .new {
    text-align:center;
    margin:0 auto;
}

.step_3 .new img {
    display: block;
    margin: auto;
    padding-top: 20px;
    width:85%;
    pointer-events: none;
}

.step_3 .new3 {
    text-align:center;
    margin:0 auto;
}

.step_3 .new3 img {
    display: block;
    margin: auto;
    width:85%;
    pointer-events: none;
}

.chance .newtext {
    text-align:center;
    margin:0 auto;
    padding-top: 10px;
}

.chance .newtext img {
    display: block;
    margin: auto;
    width:70%;
    pointer-events: none;
}


.price {
    text-align:center;
    margin:0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.price img {
    display: block;
    margin: auto;
    width:80%;
    padding-top: 30px;
    pointer-events: none;
}

.price .new {
    text-align:center;
    margin:0 auto;
    padding-top: 10px;
}

.price .new img {
    display: block;
    margin: auto;
    width:85%;
    pointer-events: none;
}
.foot {
    text-align:center;
    margin:0 auto;
    background-color: #f2cc0f;
    padding-bottom: 150px;
}

.foot img {
    display: block;
    margin: auto;
    width:100%;
    pointer-events: none;
}

/* footer */
footer {
    width:100%;
    height: 25vh;
    background-color: #ffec00;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer p {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
}
