@media print{
    .no_print{
        display: none;
    }
}
body
{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin: 0 auto;
    background:#00BACF;
/*
	background-color:white;
	display:none;
*/
}
h1{
    margin: 0;
}
h2,h3,h4{
    text-align:left;
    word-wrap:break-word;
    color:#5a1e00;
    margin: 0;
}
.h4_red {
    color: #ff2c55;
}


#page_base {
  position: relative;
  width: 100%;
/*中に入るもの（テキスト）を縦横中央に配置*/
  display: flex;
}
/*ぼかし＆微調整*/
#page_base::before {
  background: url('../../assets/img/ff_top.svg');
  background-size: contain;
  content: '';
  filter: blur(64px) brightness(0.8);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#top_btn_products {
    position:relative;
    float:left;
}
#top_btn_company {
    position:relative;
    float:left;
}
#top_btn_news {
    position:relative;
    float:left;
}
#top_btn_campaign {
    position:relative;
    float:left;
}
#wrapper {
  margin: 0 auto;
}
#side_menu {
    position: absolute;
    right: 0px;
    z-index:9999999;
    display: none;
}
#bottom_base
{
	width:320px;
	position:relative;
	margin:0;
	padding:0;
    text-align:center;
    color:white;
}
#bottom_base2
{
	width:320px;
	position:relative;
	margin:0;
	padding:0;
    text-align:center;
    color:white;
}
p, ul, ol, li {
    color: #5A1E00;
}
p, ul, ol, li, #bottom_base, #bottom_base2 {
    word-wrap: break-all;
    font-family: "UD Shin Maru Go Light";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
li {
    list-style:none;
}
.li_q:before {
    font-family: "UD Shin Maru Go Light";
    content:"Ｑ：";
}
.li_a:before {
    font-family: "UD Shin Maru Go Light";
    content:"Ａ：";
}
ul,ol {
    padding-left:0px;
}


.twlink_copied,.base_03_title,.text_inner,.error_inner {
    color: #5A1E00;
    word-wrap:break-word;
    font-family: "UD Shin Maru Go Light";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
.base_03_title,.error_inner {
    font-family: "UD Shin Maru Go Medium";
    text-align: center;
}
.btn_4,.btn_5,.btn_6,.btn_7 {
    cursor:pointer;
}

#btn_top_up {
    position:fixed;
    bottom:80px;
    right:80px;
    z-index:9999;
    display:none;
    cursor:pointer;
}
.base_03_inner{
    margin: 0 auto;
    background:white;
    z-index:0;
    position:relative;
}
.twlink_copied {
    font-family: "UD Shin Maru Go Medium";
    background: white;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    color: black;
    border-radius: 10px;
    line-height: 1.2em;
}
.color_pink {
    color: #00AE41;
}
.twlink_copied_base {
    position: absolute;
    display:none;
    border-radius: 10px;
    cursor:default;
}
.twlink {
    cursor: pointer;
}

@media only screen and (max-width: 640px) {

#page_base {
  height: 605px;
}
#wrapper {
  width: 100%;
  height: 605px;
}

li {
    text-indent: -23px;
    padding-left: 23px;
}
.s_br{
    display: block;
}
.r_br{
    display: none;
}
.fzlogo {
    position: absolute;
    width: 120px;
    top: 8px;
    left: 8px;
    height: 36px;
}
.twlink {
    position: absolute;
    width: 260px;
    top: 145px;
    left: 30px;
    height: 85px;
}
.twlink_copied_base,.twlink_copied {
    width: 250px;
    top: 150px;
    left: 35px;
    height: 75px;
    font-size:12px;
}
.color_pink {
    font-size:16px;
}

.base_01,
.base_02,
.base_03,
.base_03_09,
.base_void,
.btn,
.link_top
 {
    margin: 0 auto;
}
.base_01 {
    z-index: 0;
    position: relative;
    text-align:center;

}
.base_void {
    position:absolute;
    z-index: 0;

}
.base_02 {
    z-index: 0;
    position: relative;
    text-align:center;

}
.btn {
    z-index: 0;
    position: relative;
}
.btn_3,.btn_4,.btn_5,.btn_6,.btn_7 {
    position:absolute;
}

.base_03 {
    z-index: 0;
    position: relative;

}
.movie {
    position:relative;
}
.text_inner,.error_inner {
    margin:0 auto;
}
.text_title {
    position:relative;
}

.link_top {
    position:relative;
}
.link_top_inner {
    margin: 0 auto;
}



.base_01,
.base_02,
.base_03,
.base_03_09,
.base_void,
.btn,
.link_top
 {
    width: 320px;
}
.base_01 {
    height: 85px;
    margin-top:40px;

}
.base_01_img1 {
    width: 320px;
}
.base_01_img2 {
    width: 304px;
}
.base_void {
    height: 200px;
    margin-top:-490px;

}
.base_02 {
    margin-top:40px;

}
.base_02_img1 {
    width: 320px;
}
.btn {
    height: 420px;
    margin-top: 125px;
}
.btn_3,.btn_3 img,.btn_4,.btn_4 img {
    height: 130px;
    width: 130px;
}
.btn_5,.btn_6,.btn_7,.btn_5 img,.btn_6 img,.btn_7 img {
    height: 88px;
    width: 88px;
}
.btn_4 {
  top: 28px;
    left:22px;
}
.btn_3 {
  top: 28px;
    left:168px;
}
.btn_5 {
    top:170px;
    left:20px;
}
.btn_6 {
    top:170px;
    left:116px;
}
.btn_7 {
    top:170px;
    left:212px;
}




.base_03 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.base_03_inner{
    width: 300px;
    margin-bottom: 0px;
}

.movie {
    height: 180px;
    position:relative;
}
.base_03_title {
    font-size: 12px;
    padding-bottom:10px;
}
.text_inner, #bottom_base, #bottom_base2 {
    font-size: 10px;
}
.error_inner {
    font-size: 10px;
}
.text_inner,.error_inner {
    width: 256px;
    padding-top:10px;
    padding-bottom:10px;
}


.base_03_09 {
    height: 254px;
}
.movie1 {
    top:64px;
}

.link_top {
    margin-top: -100px;
    height: 88px;
}
.link_top_inner,.link_top_inner img {
    width: 120px;
    height: 88px;
}




#side_menu {
    width: 40px;
    height: 134px;
}
.side_menu_list,.side_menu_list img {
    width: 40px;
    height: 44px;
}


#btn_top_up {
    bottom:80px;
    right:10px;
}
#btn_top_up,#btn_top_up img {
    width:50px;
    height:50px;
}




.top_footer {
    width: 320px;
    margin: 20px 0 10px 0;
}
.top_footer_inner {
    width: 240px;
    line-height: 20px;
}


h1 {
    font-size: 11px;
}
h2 {
    font-size: 10px;
}
h3 {
    font-size: 10px;
}
h4 {
    font-size: 10px;
    line-height: 16px;
}
.c_18 {
    font-size: 10px;
}


#bottom_base {
    width: 100%;
    background: #FC807B;
}
#bottom_base_inner {
	width:320px;
    margin: 0 auto;
}

#bottom_base2 {
    display:none;
}
.wrapper_st,#wrapper_s {
    display:block;
}
.wrapper_rt,#wrapper_r {
    display:none;
}
}
@media only screen and (min-width: 641px) {
#page_base {
  height: 1210px;
}
#wrapper {
  width: 100%;
  height: 1210px;
}
li {
    text-indent: -23px;
    padding-left: 23px;
}
.s_br{
    display: block;
}
.r_br{
    display: none;
}
.fzlogo {
    position: absolute;
    width: 240px;
    top: 16px;
    left: 16px;
    height: 72px;
}
.twlink {
    position: absolute;
    width: 520px;
    top: 290px;
    left: 60px;
    height: 170px;
}
.twlink_copied_base,.twlink_copied {
    width: 500px;
    top: 300px;
    left: 70px;
    height: 150px;
    font-size:24px;

}
.color_pink {
    font-size:30px;
}

.base_01,
.base_02,
.base_03,
.base_03_09,
.base_void,
.btn,
.link_top
 {
    margin: 0 auto;
}
.base_01 {
    z-index: 0;
    position: relative;
    text-align:center;

}
.base_void {
    position:absolute;
    z-index: 0;

}
.base_02 {
    z-index: 0;
    position: relative;
    text-align:center;

}
.btn {
    z-index: 0;
    position: relative;
}
.btn_4,.btn_3,.btn_5,.btn_6,.btn_7 {
    position:absolute;
}

.base_03 {
    z-index: 0;
    position: relative;

}
.movie {
    position:relative;
}
.text_inner,.error_inner {
    margin:0 auto;
}
.text_title {
    position:relative;
}


.link_top {
    position:relative;
}
.link_top_inner {
    margin: 0 auto;
}



.base_01,
.base_02,
.base_03,
.base_03_09,
.base_void,
.btn,
.link_top
 {
    width: 640px;
}
.base_01 {
    height: 85px;
    margin-top:56px;
}

.base_01_img1 {
    width: 640px;
}
.base_01_img2 {
    width: 608px;
}
.base_void {
    height: 200px;
    margin-top:-490px;

}
.base_02 {
    margin-top:40px;

}

.base_02_img1 {
    width: 320px;
}
.btn {
    height: 470px;
    margin-top: 336px;
}
.btn_3,.btn_3 img,.btn_4,.btn_4 img {
    height: 260px;
    width: 260px;
}
.btn_5,.btn_6,.btn_7,.btn_5 img,.btn_6 img,.btn_7 img {
    height: 176px;
    width: 176px;
}
.btn_4 {
  top: 56px;
  left: 43px;
}
.btn_3 {
  top: 56px;
  left: 335px;
}
.btn_5 {
    top:340px;
    left:40px;
}
.btn_6 {
    top:340px;
    left:232px;
}
.btn_7 {
    top:340px;
    left:424px;
}

.text_inner, #bottom_base, #bottom_base2 {
    font-size: 10px;
}
.error_inner {
    font-size: 10px;
}
.text_inner,.error_inner {
    width: 256px;
    padding-top:10px;
    padding-bottom:10px;
}


.link_top {
    margin-top: -100px;
    height: 88px;
}
.link_top_inner,.link_top_inner img {
    width: 120px;
    height: 88px;
}




#side_menu {
    width: 40px;
    height: 134px;
}
.side_menu_list,.side_menu_list img {
    width: 40px;
    height: 44px;
}


#btn_top_up {
    bottom:80px;
    right:10px;
}
#btn_top_up,#btn_top_up img {
    width:50px;
    height:50px;
}




.top_footer {
    width: 320px;
    margin: 20px 0 10px 0;
}
.top_footer_inner {
    width: 240px;
    line-height: 20px;
}


h1 {
    font-size: 11px;
}
h2 {
    font-size: 10px;
}
h3 {
    font-size: 10px;
}
h4 {
    font-size: 10px;
    line-height: 16px;
}
.c_18 {
    font-size: 10px;
}


#bottom_base {
    width: 100%;
    background: #FC807B;
}
#bottom_base_inner {
	width:320px;
    margin: 0 auto;
}

#bottom_base2 {
    display:none;
}
.wrapper_st,#wrapper_s {
    display:block;
}
.wrapper_rt,#wrapper_r {
    display:none;
}

}






a:link { color: #5a1e00; }
a:visited { color: #5a1e00; }
a:hover { color: #5a1e00; }
a:active { color: #5a1e00; }





