@charset "UTF-8";
/* CSS Document */
/* 共通（スマホ＆PC）設定 Start */
/* セレクタ設定 Start */
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html
{
    scroll-padding-top: 70px;
}
body
{
    background: url(../img/lp_back_b.jpg);
    background-size: contain;
    background-attachment: fixed;
    font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    font-size: 62.5%;
}
/* セレクタ設定 End */

/* header設定 Start */
header
{
    background: url("../img/mv_back_01.png") 0 0 no-repeat;
	position: relative;
	background-size: cover;
}
header .yoga1
{
	position: absolute;
    top: 32%;
    left: -9%;
    width: 32%;
}
header .yoga2
{
	position: absolute;
	top: 7%;
	right: 0;
	width: 25%;
	transform: scale(-1, 1);
}
header #mainTitle
{
    position: relative;
    width: 100%;
    /* アニメーションの名前 */
    animation-name: UpDown;
    /* アニメーションの１回分の長さ */
    animation-duration: 2s;
    /* アニメーションの回数 */
    animation-iteration-count: infinite;
    /* アニメーションの進行具合 */
    animation-timing-function: ease-in-out;
    /* アニメーション再生の向き */
    animation-direction: alternate;
}
/* アニメーションの設定（#mainTitle、h2 img） */
@keyframes UpDown
{
    /* 開始地点 */
    0%
    {
    /* Y軸0px */
    transform: translateY(0);
    }
    /* 終了地点 */
    100%
    {
    /* Y軸20px */
    transform: translateY(20px);
    }
}
header nav
{
    position: relative;
}
header #sunLogo
{
    position: relative;
}
header nav ul
{
    display: flex;
	column-gap: 6px;
    justify-content: center;
    list-style-type: none;
}
/* header設定 End */

/* コンテンツタイトル設定 Start */
h2 img
{
    position: relative;
    left: -10%;
    width: 100%;
    
    /* アニメーションの名前 */
    animation-name:UpDown;
    /* アニメーションの１回分の長さ */
    animation-duration: 2s;
    /* アニメーションの回数 */
    animation-iteration-count: infinite;
    /* アニメーションの進行具合 */
    animation-timing-function: ease-in-out;
    /* アニメーション再生の向き */
    animation-direction: alternate;
}
/* コンテンツタイトル設定 End */

/* ナンバリングアイコン設定 Start */
#noIcon1,
#noIcon2,
#noIcon3,
#noIcon4
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    z-index: 1;
}
/* ナンバリングアイコン設定 End */

/* スペシャルWeeks Start */
#content1
{
    background: url("../img/campaign01_back.jpg") 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background-size: contain;
}
#content1 .yoga3
{
	position: absolute;
    width: 19%;
	top: 24.5%;
    left: 9%;
	transform: scale(-1, 1);
}
#content1 #lesson
{
    position: relative;
}
#content1 #lesson img
{
    display: block;
    margin: 0 0 0 auto;
    width: 93%;
    z-index: 2;
}
#content1 #pose1,
#content1 #pose2
{
    position: absolute;
    z-index: 3;
}
#content1 #pose1
{
    left: 78%;
    width: 32%;
}
#content1 #reseveBtn,
#content1 #uchiyogaBtn
{
    position: absolute;
    z-index: 4;
}
#content1 #reseveBtn
{
    display: inline-block;
    
    /* アニメーションの名前 */
    animation-name: shiver;
    /* アニメーションの１回分の長さ */
    animation-duration: 1.5s;
    /* アニメーションの回数 */
    animation-iteration-count: infinite;
    /* アニメーションの進行具合 */
    animation-timing-function: ease-in-out;
    /* アニメーション再生の向き */
    animation-direction: alternate;
    /* アニメーション再生の待機時間 */
    animation-delay: 2s;
}
/* アニメーションの設定（#reseveBtn） */
@keyframes shiver
{
    0% {transform: translate(0, 0);}
	5% {transform: translate(-5px, -0);}
	10% {transform: translate(5px, 0);}
	15% {transform: translate(-5px, -0);}
	20% {transform: translate(5px, 0);}
	25% {transform: translate(-5px, -0);}
	30% {transform: translate(0, 0);}
	100% {transform: translate(0, 0);}
}
/* スペシャルWeeks End */

/* LINE抽選祭り Start */
#content2
{
    background: url("../img/campaign02_back_0601.jpg") 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background-size: cover;
}
#content2 .yoga4
{
	position: absolute;
    width: 24%;
    top: 11%;
    left: 11%;
}
#content2 #point10000 #point
{
    position: absolute;
    width: 55%;
    left: 31%;
    top: 17%;
}
#content2 #point10000
{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#content2 .reflection
{
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    /* アニメーションの名前 */
    animation-name: reflection;
    /* アニメーションの１回分の長さ */
    animation-duration: 2s;
    /* アニメーションの回数 */
    animation-iteration-count: infinite;
    /* アニメーションの進行具合 */
    animation-timing-function: ease-in-out;
    /* アニメーション再生の向き */
    animation-direction: alternate;
}
/* アニメーションの設定（#point10000） */
@keyframes reflection
{
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
#content2 #friendBtn,
#content2 #idBtn
{
    position: absolute;
    z-index: 4;
}
#content2 #attentionIcon
{
    position: absolute;
    
    /* アニメーションの名前 */
    animation-name: attentionRotate;
    /* アニメーションの１回分の長さ */
    animation-duration: 1s;
    /* アニメーションの回数 */
    animation-iteration-count: infinite;
    /* アニメーションの進行具合 */
    animation-timing-function: ease-in-out;
    /* アニメーション再生の向き */
}
/* アニメーションの設定（#attentionIcon） */
@keyframes attentionRotate
{
    0%
    {
        transform: rotate(0deg);
    }
    49%
    {
        transform: rotate(0deg);
    }
    50%
    {
        transform: rotate(-20deg);
    }
    100%
    {
        transform: rotate(-20deg);
    }
}
/* LINE抽選祭り End */

/* アコーディオン設定 Start */
#accordion
{
    background-color: #fff;
    padding: 1rem 0;
}
#accordion .accordion
{
    background-color: #fff;
    margin: 0 auto;
    width: 80%;
}
#accordion .toggle
{
    display: none;
}
#accordion .option
{
    position: relative;
    margin-bottom: 1rem;
}
#accordion .title,
#accordion .content
{
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
#accordion .title
{
    border: solid 2px #666;
    border-radius:30px;
    padding: 0.8rem;
    display: block;
    color: #666;
    font-size: 1rem;
    text-align: center;
}
#accordion .title::after,
#accordion .title::before
{
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 1rem;
    width: 2px;
    height: 0.75em;
    background-color: #666;
    transition: all 0.3s;
}
#accordion .title::after
{
    transform: rotate(90deg);
}
#accordion .content
{
    max-height: 0;
    overflow: hidden;
}
#accordion .content p
{
    color: #444;
    margin: 0;
    padding: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.4;
    text-align: justify;
}
#accordion .content p span
{
    font-size: 0.8rem;
    font-weight: bold;
}
#accordion table
{
    border: 1px solid #999;
    border-collapse: collapse;
    margin:1rem auto;
    width: 90%;
}
#accordion th
{
    border: 1px solid #999;
    padding: 0.4rem 1rem;
    text-align: center;
    vertical-align: middle;
}
#accordion td
{
    border: 1px solid #999;
    padding:0.2rem 1rem;
    text-align: right;
    vertical-align: middle;
}
#accordion .toggle:checked + .title + .content
{
    max-height: 2000px;
    transition: all 1.5s;
}
#accordion .toggle:checked + .title::before
{
    transform: rotate(90deg) !important;
}
/* アコーディオン設定 End */

/* コースアップキャンペーン Start */
#content3
{
    background: url("../img/campaign03_back_230601.png") 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background-size: contain;
}
#content3 .yoga5
{
	position: absolute;
    width: 43%;
    top: 15.3%;
    right: -14%;
	transform: scale(-1, 1);
}
#content3 h2 img
{
    position: absolute;
}
#content3 #courseUp
{
	position: absolute;
}

#content3 #courseUp img
{
    display: block;
    margin: 0 0 20px 59px;
    z-index: 2;
	width: 95%;
}
#content3 #campaign03_btn
{
/* アニメーションの名前 */
    animation-name: shiver;
    /* アニメーションの１回分の長さ */
    animation-duration: 1.5s;
    /* アニメーションの回数 */
    animation-iteration-count: infinite;
    /* アニメーションの進行具合 */
    animation-timing-function: ease-in-out;
    /* アニメーション再生の向き */
    animation-direction: alternate;
    /* アニメーション再生の待機時間 */
    animation-delay: 2s;
}
#content3 #campaign03_btn img
{
    width: 100%;
}
/* コースアップキャンペーン End */

/* フリーフル予約上限数アップ Start */
#content4
{
    background: url("../img/campaign04_back.jpg") 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0;
	background-size: cover;
}
#content4 .yoga6
{
	position: absolute;
    width: 53%;
    bottom: 0;
    right: -20%;
}
#content4 .yoga7
{
	position: absolute;
    width: 15%;
    bottom: 11%;
    left: 12%;
}
#content4 #reserve5Icon
{
    position: absolute;
}
#content4 #reserveArea
{
    overflow: hidden;
    top: 27.4%;
    left: 48%;
    position: relative;
    z-index: 4;
}
#content4 #reserve5Icon
{
    width: 100%;
}
#content4 .reflection
{
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    /* アニメーションの名前 */
    animation-name: reflection;
    /* アニメーションの１回分の長さ */
    animation-duration: 2s;
    /* アニメーションの回数 */
    animation-iteration-count: infinite;
    /* アニメーションの進行具合 */
    animation-timing-function: ease-in-out;
}
/* フリーフル予約上限数アップ End */

/* footer設定 Start */
footer
{
    position: relative;
    font-size: 12px;
    padding-bottom:50px;
    background: rgba(255, 255, 255, 0.7);
    background-color: #fff6c6;
}
footer
{
    margin: 0;
    padding-bottom: 30px;
    font-size: 0.5rem;
    background-color: #fff6c6;
}
footer .footer_nav
{
    text-align: center;
    margin-bottom: 10px;
    padding-top: 1.5rem;
}
footer .footer_nav ul
{
    padding: 10px 0 0 0;	
    display: inline-block;
    overflow: hidden;
    width: 92%;
}

footer .footer_nav ul li
{
    display: inline-block;
}
footer .footer_nav ul li:before
{
    content: "";
    display: inline-block;
    height: 1em;
    border-left: 1px solid #191816;
    vertical-align: middle;
}
footer .footer_nav ul li:first-child:before,
footer .footer_nav ul li:nth-child(7):before
{
    border-left: none;
}
footer .footer_nav a
{
    color: #515457;
    position: relative;
    display: inline-block;
    line-height: 2.5em;
    box-sizing: border-box;
    padding: 0 1em;
}
/* footer設定 End */

/* コピーライト設定 Start */
#copyright
{
  text-align: center;
  font-size: 0.8rem;
  font-weight: 200;
  color: #515457;
}
/* コピーライト設定 End */

/* 共通（スマホ＆PC）設定 End */

/* スマホ設定（750px以下） Start */
@media screen and (max-width:750px)
{
    #all
    {
        width: 100%;
    }
    header
    {
        background-size: 100%;
    }
    header #mainTitle
    {
        margin-top: 42%;
    }
    header nav
    {
        top: 20%;
    }
    header nav ul
    {
        padding: 0 10px;
    }
    header nav ul li img
    {
        width:100%;
    }
    header nav #underNavi
    {
        margin: 0 auto;
        width: 95%;
    }
    header nav #underNavi img
    {
        width: 100%;
    }
    header #sunLogo
    {
        top: 4%;
        left: 90%;
        width: 10%;
    }
    
    /* ナンバリングアイコン設定 Start */
    #noIcon1
	{
        top: -50px;
    }
    #noIcon2
	{
        top: -45px;
    }
    #noIcon3
    {
        top: -53px;
    }
    #noIcon4
    {
        top: -50px;
    }
    /* ナンバリングアイコン設定 End */

    /* スペシャルWeeks Start */
    #content1
    {
        background-size: 100%;
        margin-top: -90px;
    }
	#content1 #lesson img
	{
	}
    #content1 h2 img
    {
        top: 30px;
    }
    #content1 #lesson
    {
        top: 20%;
    }
	#content1 #lesson img
    {
	margin: 0 0 10px auto;
	}
    #content1 #pose1
    {
        top: 44.4%;
    }
    #content1 #pose2
    {
        top: 55%;
        left: -8%;
        width: 32%;
    }
	#content1 #reseveBtn
    {
        top: 70%;
        left: 5%;
        width: 100%;
    }
    #content1 #reseveBtn img
    {
        width: 90%;
    }
    #content1 #uchiyogaBtn
    {
        top: 76%;
        left: 5%;
        width: 100%;
    }
    #content1 #uchiyogaBtn img
    {
        width: 90%;
    }

    /* スペシャルWeeks End */

    /* LINE抽選祭り Start */
    #content2
    {
        background-size: 100%;
        margin-top: -84px;
    }
    #content2 h2 img
    {
        top: 40px;
    }
    #content2 #point10000
    {
        top: 9%;
        width: 100%;
    }
    #content2 #point10000 img
    {
        width: 100%;
    }
    #content2 #friendBtn
    {
        top: 72.5%;
        left: 5%;
        width: 100%;
    }
    #content2 #friendBtn img
    {
        width: 90%;
    }
    #content2 #idBtn
    {
        top: 74.6%;
        left: 5%;
        width: 100%;
    }
    #content2 #idBtn img
    {
        width: 90%;
    }
    #content2 #attentionIcon
    {
        top: 88%;
        left: 15px;
        width: 15%;
    }
    #accordion
    {
        background-size: 100%;
        padding-bottom: 4rem;
		margin-top: -5px;
    }
    /* LINE抽選祭り End */
    
    /* コースアップキャンペーン Start */
    #content3
    {
        background-size: 100%;
        margin-top: -90px;
    }
	#content3 .yoga5 {
    top: 16.3%;
	}
    #content3 h2 img
    {
        top: 1.5%;
    }
    #content3 #courseUp
	{
		top:26%;
	}
	#content3 #courseUp img 
	{
		display: block;
		margin: 0 0 10px auto;
		width: 93%;
		z-index: 2;
	}
    #content3 #campaign03_btn
    {
        position: absolute;
        top: 63.5%;
		width: 100%;
    }
    /* コースアップキャンペーン End */
    
    /* フリーフル予約上限数アップ Start */
    #content4
    {
        background-size: 100%;
        margin-top: -85px;
    }
    #content4 #reserveArea
    {
        width: 47%;
        height: 17%;
    }
    #content4 #reserve5Icon
    {
        width: 100%;
    }
	#copyright
	{
  		font-size: 0.4rem;
	}
    /* フリーフル予約上限数アップ End */
}
/* スマホ設定（750px以下） End */

/* PC設定（751px以上） Start */
@media screen and (min-width:751px)
{
    #all
    {
        margin: 0 auto;
        width: 750px;
    }
    header
    {
        height: 1532px;
		overflow: hidden;
    }
    header #sunLogo
    {
        top: 2%;
        left: 90%;
        width: 10%;
    }
    header #mainTitle
    {
        top: 320px;
    }
    header nav
    {
		position: relative;
        top: 630px;
        width: 100%;
    }
    header nav #underNavi
    {
        text-align: center;
    }
    header nav #underNavi img
    {
        width: 86%;
    }
    
    /* ナンバリングアイコン設定 Start */
    #noIcon1,
    #noIcon2,
    #noIcon3
    {
        top: -80px;
    }
    #noIcon4
    {
        top: -240px;
    }
    /* ナンバリングアイコン設定 End */
    
    /* スペシャルWeeks Start */
    #content1
    {
        height: 2552px;
        margin-top: -160px;
    }
    #content1 h2 img
    {
        top: 60px;
    }
    #content1 #lesson
    {
        top: 500px;
    }
	#content1 #lesson img
    {
	margin: 0 0 20px auto;
	}
    #content1 #pose1
    {
        top: 1126px;
    }
    #content1 #pose2
    {
        top: 1380px;
        left: -80px;
        width: 35%;
    }
    #content1 #reseveBtn
    {
        top: 1800px;
        left: 5%;
        width: 100%;
    }
    #content1 #reseveBtn img
    {
        width: 90%;
    }
    #content1 #uchiyogaBtn
    {
        top: 1930px;
        left: 5%;
        width: 100%;
    }
    #content1 #uchiyogaBtn img
    {
        width: 90%;
    }
    /* スペシャルWeeks End */

    /* LINE抽選祭り Start */
    #content2
    {
        margin-top: -173px;
    }
    #content2 h2 img
    {
        top: 76px;
    }
    #content2 #content2Area
    {
        height: 5470px;
    }
    #content2 #point10000
    {
        position: absolute;
        top: 800px;
        left: 0;
        overflow: hidden;
        width: 100%;
        z-index: 2;
    }
    #content2 #point10000 img
    {
        width: 100%;
    }
    #content2 #friendBtn
    {
        top: 3960px;
        left: 5%;
        width: 100%;
    }
    #content2 #friendBtn img
    {
        width: 90%;
    }
    #content2 #idBtn
    {
        top: 4080px;
        left: 5%;
        width: 100%;
    }
    #content2 #idBtn img
    {
        width: 90%;
    }
    #content2 #attentionIcon
    {
        top: 4800px;
        left: 40px;
        width: 14%;
    }
    #accordion
    {
        padding-bottom: 8rem;
    }
    /* LINE抽選祭り End */

    /* コースアップキャンペーン Start */
    #content3
    {
        height: 3660px;
        margin-top: -170px;
    }
    #content3 h2 img
    {
        top: 70px;
    }
    #content3 #courseUp 
	{
    	top: 870px;
	}
    #content3 #campaign03_btn
    {
        position: absolute;
        top: 61%;
    }
    /* コースアップキャンペーン End */
    #content4
    {
        height: 1596px;
        margin-top: -320px;
    }
    #content4 #reserveArea
    {
        width: 47%;
        height: 17%;
    }
    #content4 #reserve5Icon
    {
        width: 100%;
    }
    /* フリーフル予約上限数アップ Start */

    /* フリーフル予約上限数アップ End */
}
/* PC設定（751px以上） End */