@charset "utf-8";


/* ＝＝＝＝＝＝＝＝＝＝＝＝　 フローティングバナー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 フローティングバナー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 フローティングバナー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (max-width: 650px) {
.floating-banner {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    right: 0px;
}
.floating-banner {
        display: inline-block;
}
.banner_a {
    width: 90vw;
    border-radius: 0px;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
    background-position: 0px top;
    color: #FFFFFF;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
    height: 93px;
    background-image: url(../images/fbg02.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
}
.tit_floating_a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 130%;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    color: #FFFFFF;
    line-height: 35px;
    margin-top: 0px;
    display: none;
    }
.copy01 {
    display: none;
}
.copy01_s {
    font-size: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: bold;
    color: #333333;
}
.copy00_s {
    font-size: 120%;
    margin-right: 15px;
}
.copy02 {
    font-size: 95%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    line-height: 0px;
    font-weight: bold;
    color: #FFFFFF;
}
}


@media only screen and (min-width:650px) {
.floating-banner {
    position: fixed;
    z-index: 999;
    bottom: 10%;
    left: 10%;
}

.banner_a {
    width: 380px;/* バナーの横幅 */
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 13px;
    background-position: right bottom;
    color: #000;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
    height: 155px;
    border-radius: 8px;
    background-image: url(../images/fbg01.jpg);
    background-repeat: no-repeat;
}
.tit_floating_a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 125%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: left;
    color: #333333;
    line-height: 35px;
    padding-left: 55px;
    }
.copy01 {
    font-size: 110%;
    margin-right: auto;
    margin-left: auto;
    line-height: 27px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
}
.copy01_s {
    display: none;
}
.copy00_s {
    display: none;
}
.copy02 {
    font-size: 95%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    line-height: 0px;
    font-weight: bold;
    color: #FFFFFF;
}
}



.bt_pre_h {
    font-size: 85%;
    width: 70%;
    margin-top: 0px;
    text-align: center;
    color: #000000 !important;
    padding-top: 2px;
    padding-right: 18px;
    padding-bottom: 1px;
    background-color: #BBBBBB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    letter-spacing: 0.08em;
    padding-left: 18px;
    border-radius: 18px;
    font-weight: bold;
}
/* マウスオーバー時 */
.bt_pre_h:hover {
    background-color: #FFFFFF;
    color: #000000 !important;
    cursor: pointer;
    font-size: 85%;
}

.bt_pre_news {
    font-size: 85%;
    width: 70%;
    text-align: center;
    color: #000000 !important;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    background-color: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    letter-spacing: 0.08em;
    padding-left: 15px;
    padding-left: 18px;
    border-radius: 18px;
    font-weight: bold;
}
/* マウスオーバー時 */
.bt_pre_news:hover {
    background-color: #FFFFFF;
    color: #000000 !important;
    cursor: pointer;
    font-size: 85%;
}

.box_bt {
    width: 100%;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 フローティングバナー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 フローティングバナー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 フローティングバナー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝ */










@media only screen and (max-width:650px) {
.txt_txt01{
    width: 100%;
    float: left;
    font-size: 85%;
    text-align: center;
    margin-top: -20px;
    line-height: 23px;
}
}
@media only screen and (min-width:651px)  and (max-width:850px){
.txt_txt01{
    width: 100%;
    float: left;
    font-size: 85%;
    text-align: right;
    margin-top: -20px;
}
}
@media only screen and (min-width:851px)  and (max-width:1200px){
.txt_txt01{
    width: 100%;
    font-size: 85%;
    float: right;
    margin-top: -20px;
    text-align: right;
}
}
@media only screen and (min-width:1200px) {
.txt_txt01{
    width: 100%;
    font-size: 85%;
    float: right;
    margin-top: -30px;
    text-align: right;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヒーロー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヒーロー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヒーロー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



@media only screen and (max-width:420px) {
#canvas {
    width: 100%;
    height: 100vh;
    float: left;
    position: absolute;
    top: -80px;
    left: 0px;
    z-index: -1;
}
.animsition {
    width: 100%;
    height: 100%;
    float: left;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
#canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -100px;
}
.animsition {
    width: 100%;
    height: 100%;
    float: left;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
#canvas {
    width: 100%;
    height: 100vh;
    float: left;
    position: absolute;
    top: -120px;
    left: 0px;
    z-index: -1;
}
.animsition {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 150px;
}
}


@media only screen and (min-width:851px)  and (max-width:1200px){
#canvas {
    width: 100%;
    height: 100vh;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.animsition {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 150px;
}
}

@media only screen and (min-width:1200px) {
#canvas {
    width: 100%;
    height: 100vh;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.animsition {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 150px;
}
}

/*========= メインイラストのためのCSS ===============*/



@media only screen and (max-width:420px) {
.catchcopy {
    display: none;
} 
.catchcopy_sub {
    display: none;
}
.catchcopy_s {
    width: 100%;
    font-size: 200%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #F50D79;
    font-weight: 600;
    float: left;
    text-align: center;
    letter-spacing: 5px;
    line-height: 41px;
    margin-top: 20px;
} 
.catchcopy_sub_s {
    width: 100%;
    font-size: 108%;
    text-align: center;
    color: #F50D79;
    letter-spacing: 5px;
    opacity: 1;
    line-height: 30px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
}
.lead01{
    display: none;
}
.lead01_s{
    float: left;
    width: 100%;
    text-align: left;
    line-height: 28px;
    font-size: 110%;
    margin-top: 20px;
}
.main_ill_waku{
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}
.main_ill{
    width: 250px;
    top: 220px;
    z-index: 1;
    margin-left: 15%;
    margin-right: 15%;
    right: auto;
    left: auto;
    margin-top: -30px;
}
.main_ill img{
    width: 100%;
    float: right;
    height: auto;
    margin-top: 20px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.catchcopy {
    display: none;
} 
.catchcopy_sub {
    display: none;
}
.catchcopy_s {
    width: 100%;
    font-size: 200%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #F50D79;
    font-weight: 600;
    float: left;
    text-align: center;
    letter-spacing: 5px;
    line-height: 41px;
    margin-top: 20px;
} 
.catchcopy_sub_s {
    width: 100%;
    font-size: 108%;
    text-align: center;
    color: #F50D79;
    letter-spacing: 5px;
    opacity: 1;
    line-height: 30px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
}
.lead01{
    display: none;
}
.lead01_s{
    float: left;
    width: 100%;
    text-align: left;
    line-height: 28px;
    font-size: 110%;
    margin-top: 20px;
}
.main_ill_waku{
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
}
.main_ill{
    width: 300px;
    margin-left: 15%;
    margin-right: 15%;
    right: auto;
    left: auto;
    float: none;
    margin-top: -40px;
}
.main_ill img{
    width: 100%;
    float: right;
    height: auto;
}
}


@media only screen and (min-width:651px)  and (max-width:850px){
.catchcopy {
    width: 100%;
    font-size: 200%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #F50D79;
    font-weight: 600;
    float: left;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 10px;
    line-height: 40px;
} 
.catchcopy_sub {
    width: 100%;
    font-size: 100%;
    text-align: center;
    color: #F50D79;
    letter-spacing: 4px;
    opacity: 1;
    line-height: 50px;
    font-weight: bold;
    float: left;
}
.catchcopy_s {
    display: none;
} 
.catchcopy_sub_s {
    display: none;
}
.lead01{
    display: none;
}
.lead01_s{
    float: left;
    width: 100%;
    text-align: left;
    line-height: 28px;
    font-size: 110%;
    margin-top: 10px;
}
.main_ill_waku{
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    margin-top: 30px;
}
.main_ill{
    width: 300px;
    top: 260px;
    margin-left: 29%;
    margin-right: 29%;
    right: auto;
    left: auto;
    float: none;
}
.main_ill img{
    width: 100%;
    float: right;
    height: auto;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.catchcopy {
    display: none;
} 
.catchcopy_sub {
    display: none;
}
.catchcopy_s {
    width: 100%;
    font-size: 230%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #F50D79;
    font-weight: 600;
    float: left;
    text-align: left;
    letter-spacing: 5px;
    line-height: 48px;
    margin-top: -50px;
} 
.catchcopy_sub_s {
    width: 100%;
    font-size: 108%;
    text-align: left;
    color: #F50D79;
    letter-spacing: 5px;
    opacity: 1;
    line-height: 30px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
}
.lead01{
    display: none;
}
.lead01_s{
    float: left;
    width: 42%;
    text-align: left;
    line-height: 28px;
    font-size: 110%;
    margin-top: 20px;
}
.main_ill_waku{
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 80px;
}
.main_ill{
    width: 450px;
    float: right;
}
.main_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.box_in01{
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 0px;
    margin-top: -450px;
}
}

@media only screen and (min-width:1201px)  and (max-width:1400px){
.catchcopy {
    width: 100%;
    font-size: 230%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #F50D79;
    font-weight: 600;
    float: left;
    text-align: left;
    letter-spacing: 5px;
    line-height: 43px;
} 
.catchcopy_sub {
    width: 100%;
    font-size: 108%;
    text-align: left;
    color: #F50D79;
    letter-spacing: 5px;
    opacity: 1;
    line-height: 50px;
    font-weight: bold;
    float: left;
}
.catchcopy_s {
    display: none;
} 
.catchcopy_sub_s {
    display: none;
}
.lead01{
    float: left;
    width: 60%;
    text-align: left;
    line-height: 30px;
    font-size: 110%;
    margin-top: 20px;
}
.lead01_s{
    display: none;
}
.main_ill_waku{
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 80px;
}
.main_ill{
    width: 450px;
    float: right;
    right: 10%;
}
.main_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.box_in01{
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 0px;
    margin-top: -450px;
}
}

@media only screen and (min-width:1401px) {
.catchcopy {
    width: 100%;
    font-size: 230%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #F50D79;
    font-weight: 600;
    float: left;
    text-align: left;
    letter-spacing: 5px;
    line-height: 43px;
} 
.catchcopy_sub {
    width: 100%;
    font-size: 108%;
    text-align: left;
    color: #F50D79;
    letter-spacing: 5px;
    opacity: 1;
    line-height: 50px;
    font-weight: bold;
    float: left;
}
.catchcopy_s {
    display: none;
} 
.catchcopy_sub_s {
    display: none;
}
.lead01{
    float: left;
    width: 80%;
    text-align: left;
    line-height: 30px;
    font-size: 110%;
    margin-top: 20px;
}
.lead01_s{
    display: none;
}
.main_ill_waku{
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 80px;
}
.main_ill{
    width: 540px;
    float: right;
    right: 10%;
}
.main_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.box_in01{
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 0px;
    margin-top: -550px;
}
}




/* その場でふわっ */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* 下からふわっ (文字)*/

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
animation-delay: 1s;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヒーロー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヒーロー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヒーロー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */






































 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ2　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ2　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ2　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.corner_tit{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    color: #555555;
    font-size: 320%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.contents_waku{
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.contents_waku_end{
    width: 100%;
    float: left;
}
.contents_waku01{
    width: 100%;
    float: left;
    top: 50%;
    margin-top: 10px;
}
.contents_waku02{
    width: 100%;
    float: right;
    top: 50%;
    margin-top: 10px;
}
.contents_waku03{
    width: 100%;
    float: left;
    top: 50%;
    margin-top: 10px;
}
.contents_waku04{
    width: 100%;
    float: right;
    top: 50%;
    margin-top: 10px;
}
.first_ill{
    width: 90%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
}
.first_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.second_ill{
    width: 100%;
    float: right;
}
.second_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.third_ill{
    width: 100%;
    float: right;
}
.third_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.fourth_ill{
    width: 90%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
}
.fourth_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.contents_mida{
    font-size: 150%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    padding-bottom: 20px;
    line-height: 40px;
}
.contents_txt{
    font-size: 100%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    width: 100%;
    clear: left;
}
}	

@media only screen and (min-width:421px)  and (max-width:650px){
.corner_tit{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    color: #555555;
    font-size: 350%;
    margin-bottom: 30px;
}
.contents_waku{
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.contents_waku_end{
    width: 100%;
    float: left;
}
.contents_waku01{
    width: 100%;
    float: left;
    top: 50%;
    margin-top: 20px;
}
.contents_waku02{
    width: 100%;
    float: right;
    top: 50%;
    margin-top: 30px;
}
.contents_waku03{
    width: 100%;
    float: left;
    top: 50%;
    margin-top: 30px;
}
.contents_waku04{
    width: 100%;
    float: right;
    top: 50%;
    margin-top: 30px;
}
.first_ill{
    width: 300px;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
}
.first_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.second_ill{
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-left: 5%;
}
.second_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.third_ill{
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-left: 5%;
}
.third_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.fourth_ill{
    width: 320px;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
}
.fourth_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.contents_mida{
    font-size: 170%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    padding-bottom: 20px;
    line-height: 40px;
}
.contents_txt{
    font-size: 100%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    width: 100%;
    clear: left;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.corner_tit{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    color: #555555;
    font-size: 450%;
    margin-bottom: 100px;
}
.contents_waku{
    width: 100%;
    float: left;
    margin-bottom: 150px;
}
.contents_waku_end{
    width: 100%;
    float: left;
}
.contents_waku01{
    width: 400px;
    float: left;
    top: 50%;
    margin-top: 50px;
}
.contents_waku02{
    width: 400px;
    float: right;
    top: 50%;
    margin-top: 50px;
}
.contents_waku03{
    width: 400px;
    float: left;
    top: 50%;
    margin-top: 50px;
}
.contents_waku04{
    width: 400px;
    float: right;
    top: 50%;
    margin-top: 50px;
}
.first_ill{
    width: 300px;
    float: left;
    margin-right: 10%;
}
.first_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.second_ill{
    width: 400px;
    float: right;
    margin-left: 10%;
}
.second_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.third_ill{
    width: 400px;
    float: left;
    margin-right: 10%;
}
.third_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.fourth_ill{
    width: 350px;
    float: right;
    margin-left: 10%;
}
.fourth_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.contents_mida{
    font-size: 180%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    padding-bottom: 20px;
    line-height: 40px;
}
.contents_txt{
    font-size: 100%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    width: 100%;
    clear: left;
}
}
	
	
@media only screen and (min-width:851px)  and (max-width:1200px){
.corner_tit{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    color: #555555;
    font-size: 450%;
    margin-bottom: 100px;
}
.contents_waku{
    width: 100%;
    float: left;
    margin-bottom: 150px;
}
.contents_waku_end{
    width: 100%;
    float: left;
}
.contents_waku01{
    width: 44%;
    float: left;
    top: 50%;
    margin-top: 150px;
}
.contents_waku02{
    width: 35%;
    float: right;
    top: 50%;
    margin-top: 110px;
}
.contents_waku03{
    width: 35%;
    float: left;
    top: 50%;
    margin-top: 110px;
}
.contents_waku04{
    width: 40%;
    float: right;
    top: 50%;
    margin-top: 110px;
}
.first_ill{
    width: 280px;
    float: left;
    margin-left: 4%;
    margin-right: 10%;
}
.first_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.second_ill{
    width: 370px;
    float: right;
    margin-left: 9%;
}
.second_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.third_ill{
    width: 370px;
    float: left;
    margin-right: 9%;
}
.third_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.fourth_ill{
    width: 330px;
    float: right;
    margin-left: 10%;
}
.fourth_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.contents_mida{
    font-size: 180%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    padding-bottom: 20px;
    line-height: 40px;
}
.contents_txt{
    font-size: 100%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    width: 100%;
    clear: left;
}
}


@media only screen and (min-width:1201px) {
.corner_tit{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    color: #555555;
    font-size: 450%;
    margin-bottom: 50px;
}
.contents_waku{
    width: 100%;
    float: left;
    margin-bottom: 150px;
}
.contents_waku_end{
    width: 100%;
    float: left;
}
.contents_waku01{
    width: 400px;
    float: left;
    top: 50%;
    margin-top: 130px;
}
.contents_waku02{
    width: 400px;
    float: right;
    top: 50%;
    margin-top: 100px;
}
.contents_waku03{
    width: 400px;
    float: left;
    top: 50%;
    margin-top: 110px;
}
.contents_waku04{
    width: 400px;
    float: right;
    top: 50%;
    margin-top: 120px;
}
.first_ill{
    width: 370px;
    float: left;
    margin-left: 5%;
    margin-right: 10%;
}
.first_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.second_ill{
    width: 450px;
    float: right;
    margin-left: 10%;
}
.second_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.third_ill{
    width: 450px;
    float: left;
    margin-right: 10%;
}
.third_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.fourth_ill{
    width: 400px;
    float: right;
    margin-left: 10%;
}
.fourth_ill img{
    width: 100%;
    float: right;
    height: auto;
}
.contents_mida{
    font-size: 180%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    padding-bottom: 20px;
    line-height: 40px;
}
.contents_txt{
    font-size: 100%;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    width: 100%;
    clear: left;
}
}



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.detail {
    float: left;
    margin-top: 16px;
    font-size: 90%;
    width: auto;
}
.waves {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-top: -10px;
    margin-left: -15px;
}
.round {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 0;
}
.round::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background-color: #FF5093;
    border-radius: 50%;
    z-index: 1;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}
.round::after {
    position: absolute;
    content: attr(data-text);
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    color: white;
    z-index: 0;
}
.wave::before,
.wave::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 0;
    float: left;
    clear: left;
    background-color: #F7BFD9;
}
.round:hover .wave::before,
.round:hover .wave::after {
    animation: wave 1.5s linear infinite;
}
.waves:hover .wave::after {
animation-delay: .6s;
}
@keyframes wave {
0% {
    width: 20px;
    height: 20px;
    opacity: 1;
}
70% {
    opacity: 1;
}
90% {
    width: 100%;
    height: 100%;
    opacity: 0;
}
100% {
    width: 100%;
    height: 100%;
    opacity: 0;
}
}


 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ2　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ2　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ2　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのポイント ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのポイント ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのポイント ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.features_text{
    width: 100%;
    font-size: 90%;
    line-height: 23px;
    text-align: right;
    margin-top: 5px;
}
@media only screen and (max-width:420px) {
.point {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
.future_title {
    display: none;
}
.future_title_s {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%;
    margin-top: 100px;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #D90000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
.bt_point_01 {
    width: 200px;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_02 {
    width: 200px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
}
.bt_point_03 {
    width: 200px;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_04 {
    width: 200px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
}
.bt_point_01 img {
    width: 200px;
}
.bt_point_02 img {
    width: 200px;
}
.bt_point_03 img {
    width: 200px;
}
.bt_point_04 img {
    width: 200px;
}
.future {
    width: 100%;
    float: left;
}
}
	
@media only screen and (min-width:420px)  and (max-width:650px){
.point {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
.future_title {
    display: none;
}
.future_title_s {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 130%;
    margin-top: 100px;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #D90000;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
}
.bt_point_01 {
    width: 200px;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    clear: left;
}
.bt_point_02 {
    width: 200px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
    clear: right;
}
.bt_point_03 {
    width: 200px;
    float: left;
    margin-top: 50px;
    cursor: pointer;
    clear: left;
}
.bt_point_04 {
    width: 200px;
    margin-top: 50px;
    cursor: pointer;
    float: right;
    clear: right;
}
.bt_point_01 img {
    width: 200px;
}
.bt_point_02 img {
    width: 200px;
}
.bt_point_03 img {
    width: 200px;
}
.bt_point_04 img {
    width: 200px;
}

.future {
    width: 100%;
    margin-bottom: 80px;
    margin-right: auto;
    float: left;
    margin-left: auto;
}
}


@media only screen and (min-width:651px)  and (max-width:850px){
.point {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 120px;
}
.future_title {
    display: none;
}
.future_title_s {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 160%;
    margin-top: 60px;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #D90000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 37px;
}
.bt_point_01 {
    width: 30%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 20%;
}
.bt_point_02 {
    width: 30%;
    margin-top: 20px;
    cursor: pointer;
    float: right;
}
.bt_point_03 {
    width: 30%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    clear: left;
    margin-left: 10px;
    margin-right: 20%;
}
.bt_point_04 {
    width: 30%;
    margin-top: 20px;
    cursor: pointer;
    float: right;
    clear: right;
}
.bt_point_01 img {
    width: 200px;
}
.bt_point_02 img {
    width: 200px;
}
.bt_point_03 img {
    width: 200px;
}
.bt_point_04 img {
    width: 200px;
}

.future {
    width: 100%;
    margin-bottom: 100px;
}
}
	

@media only screen and (min-width:851px)  and (max-width:1200px){
.point {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 120px;
}
.future_title {
    display: none;

}
.future_title_s {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 160%;
    margin-top: 60px;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #D90000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 38px;
}
.bt_point_l {
    width: 190px;
    margin-right: 30px;
    float: left;
    margin-top: 20px;
	cursor: pointer;
}
.bt_point_01 {
    width: 25%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_02 {
    width: 25%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_03 {
    width: 25%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_04 {
    width: 25%;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    clear: right;
}
.bt_point_01 img {
    width: 180px;
}
.bt_point_02 img {
    width: 180px;
}
.bt_point_03 img {
    width: 180px;
}
.bt_point_04 img {
    width: 180px;
}
.bt_point_in {
    width: 180px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.future {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}
}
	
@media only screen and (min-width:1201px) {
.point {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    float: left;
}	
		
.future_title {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 160%;
    margin-top: 120px;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #D90000;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    float: left;
}
.future_title_s {
    display: none;
}
.bt_point_01 {
    width: 25%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_02 {
    width: 25%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_03 {
    width: 25%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_04 {
    width: 25%;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.bt_point_in {
    width: 225px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.future {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのポイント ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのポイント ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのポイント ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */






 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　モーダルウインドウ ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　モーダルウインドウ ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　モーダルウインドウ ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.modal_content{
    align-self: center;
    width: 90%;
    max-width: 420px;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 190%;
    transform: scale(0.3);
    transition: 0.5s;
    font-size: 100%;
    text-align: justify;
    overflow: scroll;
    max-height: 450px;
}
.modal_content{overflow-y:scroll;}
.modal_content::-webkit-scrollbar{width:7px;}/*バーの太さ*/
.modal_content::-webkit-scrollbar-track{background:#FFFFFF;}/*スクロールバーの背景色*/
.modal_content::-webkit-scrollbar-thumb{background:#3570B4;}/*スクロールバーのつまみの色*/
}

@media only screen and (min-width:420px)  and (max-width:650px){
.modal_content{
    align-self: center;
    width: 100%;
    max-width: 400px;
    padding-top: 35px;
    padding-right: 45px;
    padding-left: 35px;
    padding-bottom: 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 190%;
    transform: scale(0.3);
    transition: 0.5s;
    font-size: 100%;
    text-align: justify;

}
}

@media only screen and (min-width:650px)  and (max-width:850px){
.modal_content{
    align-self: center;
    width: 100%;
    max-width: 600px;
    padding-top: 35px;
    padding-right: 45px;
    padding-left: 35px;
    padding-bottom: 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 190%;
    transform: scale(0.3);
    transition: 0.5s;
    font-size: 100%;
    text-align: justify;
}
}

@media only screen and (min-width:850px) {
.modal_content{
    align-self: center;
    width: 100%;
    max-width: 720px;
    padding-top: 35px;
    padding-right: 45px;
    padding-left: 35px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 190%;
    transform: scale(0.3);
    transition: 0.5s;
    font-size: 100%;
    text-align: justify;
}
}	
	
	
.modal_wrap01 input{
	display: none;
}
.modal_wrap01 input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.modal_wrap01 input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_overlay{
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
    margin-top: 0px;
}
.modal_trigger01{
    position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
}

.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
}

.modal_wrap02 input{
	display: none;
}
.modal_wrap02 input:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap02 input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
    clear: left;
    margin-top: 100px;
}
.modal_trigger02{
	position: absolute;
	width: 100%;
	height: 100%;
}


.modal_wrap03 input{
	display: none;
}
.modal_wrap03 input:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap03 input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_trigger03{
	position: absolute;
	width: 100%;
	height: 100%;
}


.modal_wrap04 input{
	display: none;
}
.modal_wrap04 input:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap04 input:checked ~ .modal_overlay .modal_content{
	transform: scale(1);
}
.modal_trigger04{
	position: absolute;
	width: 100%;
	height: 100%;
}


@media only screen and (max-width:420px) {
.modal_wrap01 h2{
    width: 95%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap02 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap03 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap04 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_ph{
    width: 160px;
    height: auto;
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
}
.modal_ph img{
    width: 160px;
    height: auto;
}
.ph_yoko{
    width: 100% ;
    height: auto;
    float: right;
    margin-bottom: 40px;
    clear: right;
}
.modal_ph_yoko img{
    width: 100% ;
    height: auto;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
.modal_wrap01 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap02 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap03 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap04 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_ph{
    width: 200px;
    height: auto;
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
}
.modal_ph img{
    width: 200px;
    height: auto;
}
.modal_ph_yoko{
    width: 320px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    clear: right;
}
.modal_ph_yoko img{
    width: 320px;
    height: auto;
}
}


@media only screen and (min-width:651px)  and (max-width:850px){
.modal_wrap01 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap02 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap03 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap04 h2{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_ph{
    width: 250px;
    height: auto;
    float: right;
    margin-left: 35px;
    margin-bottom: 20px;
}
.modal_ph img{
    width: 250px;
    height: auto;
}
.modal_ph_yoko{
    width: 320px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    clear: right;
}
.modal_ph_yoko img{
    width: 320px;
    height: auto;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.modal_wrap01 h2{
    width: 330px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap02 h2{
    width: 330px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap03 h2{
    width: 330px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_wrap04 h2{
    width: 330px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    margin-bottom: 30px;
    color: #333333;
}
.modal_ph{
    width: 250px;
    height: auto;
    float: right;
    margin-left: 35px;
    margin-bottom: 20px;
}
.modal_ph img{
    width: 250px;
    height: auto;
}
.modal_ph_yoko{
    width: 320px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    clear: right;
}
.modal_ph_yoko img{
    width: 320px;
    height: auto;
}
}

@media only screen and (min-width:1201px) {
.modal_wrap01 h2{
    width: 350px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    color: #333333;
    line-height: 30px;
}
.modal_wrap02 h2{
    width: 300px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    color: #333333;
}
.modal_wrap03 h2{
    width: 350px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    color: #333333;
    clear: left;
}
.modal_wrap04 h2{
    width: 350px;
    height: auto;
    float: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 129%;
    color: #333333;
}
.modal_ph{
    width: 227px;
    height: auto;
    float: right;
    margin-left: 35px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.modal_ph_yoko{
    width: 320px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    clear: right;
}
.modal_ph_yoko img{
    width: 320px;
    height: auto;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　モーダルウインドウ ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　モーダルウインドウ ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　モーダルウインドウ ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スクロールを促す ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スクロールを促す ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スクロールを促す ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:650px) {
.scrolldown4{
    display: none;
}
}


@media only screen and (min-width:651px) {
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    bottom: 1%;
    right: 50%;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
    float: left;
    position: absolute;
    z-index: 5;
}
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-30px;
	bottom:10px;
    /*テキストの形状*/
	color: #555555;
	font-size: 95%;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #555;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 70px;
	background:#555;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スクロールを促す ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スクロールを促す ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スクロールを促す ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

   .bt_point_01.delighter {
      transition: all .3s ease-out;
      transform: translatey(150px);
      opacity: 0.05;
   }
   .bt_point_01.delighter.started {
      transform: none;
      opacity: 1;
   }
   .bt_point_01.delighter.started.ended {
   }

   .bt_point_02.delighter {
      transition: all .5s ease-out;
      transform: translatey(170px);
      opacity: 0.05;
   }
   .bt_point_02.delighter.started {
      transform: none;
      opacity: 1;
   }
   .bt_point_02.delighter.started.ended {
   }

   .bt_point_03.delighter {
      transition: all .7s ease-out;
      transform: translatey(190px);
      opacity: 0.1;
   }
   .bt_point_03.delighter.started {
      transform: none;
      opacity: 1;
   }
   .bt_point_03.delighter.started.ended {
   }

   .bt_point_04.delighter {
      transition: all .9s ease-out;
      transform: translatey(210px);
      opacity: 0.05;
   }
   .bt_point_04.delighter.started {
      transform: none;
      opacity: 1;
   }
   .bt_point_04.delighter.started.ended {
   }


   .contents_waku.delighter {
      transition: all .9s ease-out;
      transform: translatey(0%);
      opacity: 0.01;
   }
   .contents_waku.delighter.started {
      transform: none;
      opacity: 1;
   }
   .contents_waku.delighter.started.ended {
   }


   .contents_waku_end.delighter {
      transition: all .9s ease-out;
      transform: translatey(0%);
      opacity: 0.01;
   }
   .contents_waku_end.delighter.started {
      transform: none;
      opacity: 1;
   }
   .contents_waku_endu.delighter.started.ended {
   }


/* 基本のスタイル */
   .service01_bt.delighter {
      transition: all .5s ease-out;
      transform: translatey(100px);
      opacity: 0.05;
   }
/* スタート時のスタイル */
   .service01_bt.delighter.started {
      transform: none;
      opacity: 1;
   }
/* エンド時のスタイル */
   .service01_bt.delighter.started.ended {
   }

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下からフワッ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
