@charset "UTF-8";
/********************
    bace
********************/
body {
    margin: 0;
    background-color: #44bac7;
    font-family: 'Noto Sans', sans-serif;
}
p,
ul {
    margin: 0;
    padding: 0;
}
.sp_only {
    display: none !important;
}
/********************
    font
********************/
.roboto {
    font-family: 'Roboto', sans-serif;
}
/********************
    header
********************/
/* header */
.sw_header {
    width: 100%;
    height: 78px;
    background-color: #fff;
    border-bottom: 2px solid #dcdcdc;
}
/* header_inner */
.header_inner {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    height: 78px;
}
/* logo */
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    margin: auto;
    width: 224px;
    height: 34px;
    background-image: url("/wp-content/uploads/2017/10/ico_logo_01.png");
    background-size: 224px 34px;
}
.logo a {
    display: block;
    width: 222px;
    height: 34px;
}
/* tagline */
.tagline {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
}
/* img_alt */
.img_alt {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
/********************
    wrapper
********************/
.wrapper {
    margin: 0 auto;
    width: 1024px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
}
/********************
    contents
********************/
.contents {
    margin: 0 auto;
    width: 960px;
    height: auto;
    background-color: #fff;
}
/********************
    bg
********************/
.bg_anime,
.bg_anime02 {
    position: relative;
}
.bg_anime {
    background-image: url("/wp-content/uploads/2018/02/bg.gif");
    background-position: center center;
    background-size: cover;
}
.bg_anime02 {
    background-image: url("/wp-content/uploads/2018/03/bg02.gif");
    background-position: center center;
    background-size: cover;
}
.bg_red {
    padding: 10px;
    background-color: #ffeeef;
}
.bg_yellow {
    padding: 10px;
    background-color: #fff7cc;
}
/********************
    beginner_menu_area
********************/
.beginner_menu {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.beginner_menu .beginner_menu_li {
    display: table-cell;
    border-right: 1px solid #fff;
    background-color: #ff5a5f;
}
.beginner_menu .beginner_menu_li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.beginner_menu .beginner_menu_li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: none;
}
.beginner_menu a {
    color: #fff;
    display: block;
}
.beginner_menu p {
    padding-bottom: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
}
/* icon */
.icon {
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    width: inherit;
    max-width: 26px;
    height: auto;
}
/********************
    cat-nav-fix
********************/
.beginner_menu_area {
    height: 64px;
}
.beginner_menu_area.cat-nav-fix > ul {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 56px;
    background-color: #ff5a5f;
    transition: margin-top .6s;
    background: #fe595e;
}
.cat-nav-fix .beginner_menu {
    width: 1024px;
}
.cat-nav-fix .beginner_menu_li {
     border: none;
}
.cat-nav-fix .beginner_menu_li:first-child,
.cat-nav-fix .beginner_menu_li:last-child {
    border-radius: 0;
}
.cat-nav-fix .beginner_menu_li p {
    font-size: 12px;
    line-height: 12px;
}
.beginner_menu_area.cat-nav-fix .icon {
    max-width: 20px;
}
/********************
    first_area
********************/
.first_area {
    margin: 0 auto;
    text-align: center;
}
/********************
    section_area
********************/
.section_area {
    margin: 0 auto 80px;
}
/* none */
.section_margin_none {
    margin: 0 auto;
}
/* faq */
.faq_section_area {
    margin: 0 auto 80px;
}
/* manga */
.manga_margin {
    margin: 0 auto 20px;
}
/********************
    inner
********************/
.inner {
    padding: 0 20px;
}
/********************
    ttl:yellow_marker
********************/
.title_marker {
    margin: -80px 80px 20px;
    padding-top: 110px;
    height: auto;
    text-align: center;
    font-size: 50px;
    line-height: 0;
    border-bottom: 30px solid #fff05a;
}
.title_marker_margin_none {
    margin: 40px auto 20px;
}
/********************
    ttl:check
********************/
.title_check {
    display: inline-block;
    margin: 10px auto;
    padding: 0 20px 4px;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 4.5px;
    border-bottom: 4px solid #fff05a;
}
.check_img {
    margin-right: 8px;
    width: inherit;
    max-width: 40px;
    height: auto;
}
/********************
    ttl:blue_line
********************/
.title_line {
    padding: 10px 0;
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
    background-color: #44bac7;
    border-radius: 8px;
}
.title_line strong {
    display: inline-block;
    margin: 0 10px;
    font-size: 70px;
    line-height: 60px;
}
/********************
    list_area
********************/
.menu_list {
    position: relative;
    margin: 20px auto;
    width: 80%;
    height: auto;
    text-align: center;
    font-size: 50px;
    line-height: 0;
    border-bottom: 1px solid #dcdcdc;
}
.menu_list a {
    color: #474747;
    display: block;
    width: 100%;
    height: 88px;
}
.menu_list_inner {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 88px;
}
.menu_list::before {
    position: absolute;
    top: 29px;
    left: 40px;
    display: block;
    content: '';
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-color: #44bac7;
}
.menu_list::after {
    position: absolute;
    top: 35px;
    left: 48px;
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu_list i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 90px;
    text-align: left;
    font-size: 40px;
    line-height: 88px;
    color: #44bac7;
}
.menu_list p {
    position: absolute;
    top: 8px;
    left: 143px;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 6px;
}
.menu_list strong {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #44bac7;
}
/********************
    ttl:list
********************/
.list_title {
    position: relative;
    margin: 64px 8px 20px;
    padding-top: 78px;
    text-align: center;
    background-color: #faf8f0;
    border-left: 10px solid #44bac7;
    border-bottom: 2px solid #dcdcdc;
    border-radius: 6px;
}
.list_title i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8%;
    text-align: left;
    font-size: 60px;
    line-height: 70px;
    color: #44bac7;
}
.list_title p {
    position: absolute;
    top: 10px;
    left: 15%;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 6px;
}
.list_title p br {
    display: none;
}
.list_title strong {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #44bac7;
}
/********************
    ttl:balloon
********************/
.title_balloon {
    position: relative;
    margin: 40px auto 0;
    padding: 20px;
    width: 60%;
    height: auto;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 5px;
    font-weight: bold;
    background-color: #daf1f4;
    border-radius: 30px;
}
.title_balloon::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #daf1f4;
}
/********************
    ttl:sub
********************/
.sub_title {
    margin: 32px 8px 20px 80px;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.sub_title img {
    margin-right: 20px;
    width: 222px;
    height: 50px;
    vertical-align: 0;
}
/********************
    ttl:center
********************/
.title_center {
    margin: 40px auto 20px;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 3px;
}
h4.title_center {
    font-size: 28px;
    line-height: 28px;
}
h4.title_center small {
    font-size: 14px;
    line-height: 14px;
}
.title_center span {
    display: inline-block;
    margin-bottom: 6px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #ff5a5f;
}
.title_center strong {
    display: block;
    margin: 20px auto 0;
    font-size: 40px;
    line-height: 40px;
}
/********************
    ttl:imgae
********************/
.ttl_img {
    display: block;
    margin: 40px auto 20px;
    width: inherit;
    max-width: 80%;
    height: auto;
}
/********************
    img
********************/
.width_pc_img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    height: auto;
}
/********************
    txt
********************/
.txt {
    margin: 20px;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
}
.txt_margin_none {
    margin: 0 20px 20px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.txt small {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}
.asta {
    position: relative;
    padding-left: 20px;
    list-style: none;
    list-style-position: outside;
}
.asta span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.txt_gray {
    color: #999;
}
.txt_red {
    color: #ff5a5f;
    font-weight: bold;
}
.txt_gold {
    color: #cdaa00;
}
.caution {
    margin-right: 2px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fe595e;
    font-weight: bold;
    background-color: #ffeeef;
    border-radius: 17px;
}
/********************
    txt_link
********************/
.txt_link_right a,
.txt_link_center a,
.txt_link_center_large a {
    display: block;
    font-weight: bold;
}
.txt_link_right a {
    text-align: right;
    font-size: 20px;
    line-height: 20px;
}
.txt_link_center a {
    padding-bottom: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
.txt_link_center_large a {
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}
/********************
    btn
********************/
/* area */
.btn_area {
    margin: 20px auto;
    text-align: center;
    width: 360px;
}
/* pink */
.btn-cmn-pink {
    position: relative;
}
/* small */
.btn_txt_small {
    display: block;
    font-size: 12px;
    color: #ffff00;
}
/* white */
.btn-cmn-white {
    margin-left: 0;
    margin-top: 14px;
}
.btn-cmn-white .btn_txt_small {
    color: #44bac7;
}
/* mark */
.btn_mark {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: -36px;
    margin: auto;
    padding: 8px;
    width: 80px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.5px;
    border: 2px solid #ff5a5f;
    background-color: #fff;
    border-radius: 40px;
    transform: rotate(20deg);
}
.btn_mark span {
    font-weight: bold;
    color: #ff5a5f;
}
/* header_btn */
.header_inner .btn-cmn {
    margin-top: 0;
    position: absolute;
    bottom: 16px;
    right: 2px;
    width: 140px;
}
.header_inner .btn_txt_small {
    display: block;
    font-size: 12px;
    color: #ffff00;
}
.header_inner .btn-cmn-txt {
    font-size: 15px;
    line-height: 18px;
}
.header_inner .btn-cmn-in {
    padding: 4px 8px;
}
/********************
    btn_balloon
********************/
.btn_balloon {
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}
.balloon_img {
    margin: 20px auto;
    width: 90%;
}
/********************
    user_area
********************/
.user_area {
    padding: 0 0 20px 20px;
}
.user_list {
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    min-height: 190px;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-sizing: border-box;
}
.user_list img {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 120px;
}
.user_list .txt {
    margin: 20px 20px 20px 160px;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
}
.user_list strong {
    display: block;
    margin: 0 auto -36px;
    padding-top: 4px;
    text-align: left;
    color: #44bac7;
    font-size: 24px;
}
/********************
    step_bar
********************/
.step_bar {
    margin: 20px 0;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    letter-spacing: 2.5px;
}
.step_bar_title {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 20px 10px;
    width: 140px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #44bac7;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    vertical-align: baseline;
}
.step_bar strong {
    font-size: 24px;
}
.step_bar i {
    margin-left: 10px;
    font-weight: bold;
    font-size: 40px;
    vertical-align: baseline;
}
/********************
    step_area
********************/
.step_area {
    margin: 0 20px;
}
.step_area_box {
    margin: 0 auto 64px;
    padding: 20px;
    width: 80%;
    height: auto;
    background-color: #faf8f0;
    background-image: url("/wp-content/uploads/2017/10/step_bg.png");
    background-size: 140px;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.step_area_box_ttl {
    margin: 0 auto 6px;
    padding: 14px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #44bac7;
    font-weight: bold;
}
.step_area_box .txt {
    padding-right: 120px;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
}
/********************
    arrow_area
********************/
.arrow_area {
    position: relative;
}
.arrow_area strong {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.arrow {
    margin: 20px auto;
    width: 0;
    height: 0;
    border-top: 60px solid #ff5a5f;
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
}
.arrow02 {
    margin: 20px auto;
    width: 0;
    height: 0;
    border-top: 40px solid #ff5a5f;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
}
/********************
    app_step_area
********************/
.app_step_area {
    margin-top: 20px;
    padding: 20px;
    border-radius: 24px;
}
.app_step_area .title_center {
    margin: 20px auto;
    font-weight: bold;
}
.app_step_area .title_center br {
    display: none;
}
.app_step_area .roboto {
    display: inline;
    margin: 0 8px;
    font-size: 80px;
    color: #ffb237;
}
.app_step_area span {
    margin: 0 2px;
    color: #ffb237;
    font-weight: bold;
}
.app_step_info {
    margin: 10px auto 0;
    text-align: left;
    border-radius: 16px;
    border: 2px solid #ffd500;
    background-color: #fff;
    box-sizing: border-box;
}
.app_btn_area {
    margin: 0 auto 80px;
    padding: 20px;
    text-align: center;
    background: #faf8f0;
}
.app_btn_area .txt {
    margin: 0 auto 10px;
    font-weight: bold;
}
.app_ttl_sub {
    margin: 10px auto 5px;
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
}
/********************
    point_area
********************/
.point_area {
    position: relative;
    margin: 20px auto;
    width: auto;
    height: 76px;
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 14px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .5px;
    background-color: #ffd500;
}
.circle span {
    font-size: 50px;
    font-weight: bold;
}
.point_ttl {
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: auto;
    height: 100px;
    left: 120px;
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 4px;
}
.point_ttl strong {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
}
.point_img,
.point_img_min {
    display: block;
    margin: 20px auto;
    width: inherit;
    height: auto;
}
.point_img {
    max-width: 50%;
}
.point_img_min {
    max-width: 30%;
}
.point_ttl_get {
    margin: 24px auto 8px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 13px;
}
/********************
    point_info_area
********************/
.point_info_area {
    padding: 20px;
    border-radius: 24px;
}
.point_info_area .title_center,
.point_info_area .txt {
    margin: 0 20px;
}
/********************
    work_list
********************/
.work_title,
.accordion_box .work_title {
    position: relative;
    width: 100%;
    height: 100px;
    color: #37959f;
}
.work_title {
    background-color: #daf1f4;
}
.accordion_box .work_title {
    background-color: #fff;
    border-bottom: 3px solid #ffb237;
    box-sizing: content-box;
}
/* img */
.work_list img,
.work_list .accordion_box img {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    width: inherit;
    height: auto;
    vertical-align: middle;
}
.work_list img {
    max-width: 70px;
}
.work_list .accordion_box img {
    max-width: 60px;
}
/* span */
.work_title span,
.accordion_box .work_title span {
    display: block;
    position: absolute;
    top: 20px;
    left: 120px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2.5px;
}
/* small */
.work_title small,
.accordion_box .work_title small {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 120px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 2.5px;
}
.work_txt,
.accordion_box .work_txt {
    margin: 20px;
    font-size: 20px;
    line-height: 32px;
}
/********************
    accordion_box_inner
********************/
.accordion_box_inner {
    margin: 0 auto 3px;
    padding: 0 30px 30px;
    width: 96%;
    height: auto;
    border: 1px solid #eee;
}
.work_txt li {
    margin-bottom: 10px;
}
.accordion_box i {
    margin: 0 10px 0 -30px;
    color: #ffb237;
    font-size: 20px;
}
/********************
    accordion
********************/
.accordion input {
    display: none;
}
.faq_list.accordion label {
    position: relative;
    display: block;
    padding: 25px 40px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 2.5px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.work_list.accordion label {
    position: relative;
    display: block;
    width: 96%;
    margin: 0 auto;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}
.accordion label::after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    margin-top: -7px;
    border-top: 2px solid #474747;
    border-right: 2px solid #474747;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion_box {
    max-height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.accordion input:checked + label::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion input:checked ~ div,
.accordion input:checked ~ .accordion_box {
    max-height: 1000px;
}
/********************
    faq
********************/
.faq_list label span {
    margin-right: 6px;
    margin-left: 0;
    color: #44bac7;
    font-size: 30px;
    font-weight: bold;
}
.answer_area {
    background-color: #fff;
    padding: 20px 40px 20px 87px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.answer {
    margin-left: -43px;
    margin-right: 10px;
    color: #ff5a5f;
    font-weight: bold;
    font-size: 30px;
}
/********************
    rule_box
********************/
.rule_box {
    margin: 0 auto;
    padding: 20px;
    width: 96%;
    height: 500px;
    overflow: auto;
    border: 1px solid #999;
}
.rule_box dt {
    border-left: 3px solid #37959f;
    padding-left: 4px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.rule_box dd {
    margin: 5px 20px 20px;
    font-size: 14px;
    line-height: 22px;
}
/********************
    table
********************/
.rule_table {
    margin-bottom: 32px;
}
.rule_table th,
.rule_table td {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
}
.rule_table th {
    width: 20%;
    background-color: #faf8f0;
}
.rule_table td {
    width: 80%;
}
.rule_table p {
    margin: 8px auto;
}
.table_asterisk {
    font-size: 11px;
    line-height: 22px;
}
.table_circle_number li,
.table_asterisk li {
    position: relative;
    margin: 8px auto;
    padding: 0 0 0 30px;
    list-style: none;
    list-style-position: outside;
}
.table_asterisk li.li_non {
    padding: 0 0 0 20px;
}
.table_circle_number li:last-child,
.table_asterisk li:last-child {
    margin: 0;
}
.table_circle_number span,
.table_asterisk span {
    position: absolute;
    top : 0;
    left: 0;
    margin: 0;
}
.table_number li {
    margin: 0 0 8px 16px;
    list-style-type: disc;
    list-style-position: outside;
}
.table_number li:last-child {
    margin: 0 0 0 16px;
}
/********************
    rule_table_inner
********************/
.rule_table_inner th,
.rule_table_inner td {
    padding: 8px;
    width: 25%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.rule_table_inner th {
    background-color: #faf8f0;
}
.rule_table_inner td {
    background-color: #fff;
}
/********************
    manga
********************/
/* manga_talk_area */
.manga_talk_area {
    border: 3px solid #474747;
}
/* logo_area */
.logo_area {
    margin: 40px auto;
}
.logo_area .title_center,
.manga_btn_area02 .title_center {
    font-weight: bold;
}
.logo_txt {
    margin: 40px 0;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
}
/* manga_btn_area */
.manga_btn_area {
    margin: 20px auto 0;
    padding-top: 174px;
    background-image: url("/wp-content/uploads/2017/10/manga_btnarea.png");
    background-size: cover;
    width: 100%;
    height: 425px;
}
.manga_btn_area02 {
    margin: 48px auto 0;
    background-image: url("/wp-content/uploads/2017/10/manga_btnarea02.png");
    background-size: cover;
    width: 100%;
    height: 394px;
}
.manga_btn_area02 .manga_logo {
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 50%;
    height: auto;
}
/********************
    scroll_top
********************/
.topBtn {
    position: fixed;
    bottom: 126px;
    right: 20px;
    display: block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
.topBtn::before {
    content:'\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.topBtn::hover {
    opacity: .7;
}
/********************
    footer_btn_area
********************/
.footer_btn_area {
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.footer_btn_area li {
    margin: 0 5px;
    width: 30%;
    height: 60px;
    text-align: center;
    display: inline-table;
    border-radius: 10px;
    background-color: #daf1f4;
}
.footer_btn_area a {
    display: block;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    color: #37959f;
}
.footer_btn_area a:hover {
    background-color: #fff;
}
.footer_btn_area i {
    margin-right: 10px;
    color: #37959f;
    font-size: 30px;
    line-height: 60px;
}
/********************
    footer
********************/
/* area */
.footer-order {
    padding: 20px 0;
    background-color: rgba(255,255,255,.7);
}
/* btn_mark_on */
.sw_footer {
    margin-bottom: 118px;
    padding: 32px 0;
    width: 100%;
    height: auto;
    background-color: #333;
}
.manga_footer {
    margin-bottom: 0;
}
/* btn_mark_off */
.footer_short {
    margin-bottom: 97px;
}
/* app_footer */
.app_footer {
    margin-bottom: 98px;
    padding: 20px 0 24px;
}
/* btn_double */
.app_footer-order_double {
    height: 101px;
}
.app_footer-order_double .btn-cmn {
    width: 200px;
}
.app_btn_area .btn-cmn {
    margin: 0 10px;
    width: 200px;
}
/* copy */
.copy {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
/********************
    footer
********************/
.counter {
    margin: 0 auto;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 8px #fff;
    background-color: #fff000;
}
.counter .roboto {
    margin: 0 10px 0 5px;
    color: #ff5a5f;
    font-size: 50px;
    font-style: italic;
    letter-spacing: 0;
}
/********************
    animated
********************/
.animated,
.animated:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
    -webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration:7s;
    -webkit-animation-iteration-count:infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function:ease;
    -moz-animation-name:fuwafuwa;
    -moz-animation-duration:7s;
    -moz-animation-iteration-count:infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -10px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -10px);}
    100% {-moz-transform:translate(0, 0);}
}
