@charset "UTF-8";

html, body{
    text-align: center;
    font-family:"Avenir","Arial","CenturyGothic","Noto Sans Japanese",sans-serif;
    word-break: break-all;
}

/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 100;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 200;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.otf) format('opentype');
}
   
body {
    line-height: 1.2;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #212121;
    color: #fff;
}

::-moz-selection {
    background: #212121;
    color: #fff;
}

#main_wrapper {
    display: none;
    overflow: hidden;
}

.slide_white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}

.blur {
    -webkit-transform: translateZ(0px) !important;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*********************************************
ヘッダー
*********************************************/

@media only screen and (max-width: 1023px) {
    
    #pcheader{
        display: none;
    }

    .fixed2 {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        animation-name: slideDown2;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-delay: 0s;
        transform-origin: 50% 50% 0;
        animation-duration: .5s;
        -webkit-animation-name: slideDown2;
        -webkit-animation-timing-function: ease-in;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        -webkit-transform-origin: 50% 50% 0;
        -webkit-animation-duration: .5s;
    }

    @keyframes slideDown2 {
        0% {
            top: -72px;
        }
        100% {
            top: 0;
        }
    }

    @-webkit-keyframes slideDown2 {
        0% {
            top: -72px;
        }
        100% {
            top: 0;
        }
    }

    #mobileheader{
        display: block;
        font-size: 0;
        width: 100%;
    }

    #mobileheader .header_area {
        height: 72px;
        width: 100%;
        line-height: 72px;
        background: #fff;
    }

    #mobileheader .header_area .logo {
        width: 27.7%;
        margin-left:5.65%;
        display: inline-block;
        vertical-align: middle;
    }

    #mobileheader .header_area .menu_open {
        width: 30px;
        height: 25px;
        margin-left: 50%;
        margin-right: 5%;
        display: inline-block;
        vertical-align: middle;
    }

    #mobileheader .header_area .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }

    #mobileheader .header_area .menu-trigger {
      position: relative;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99999;
    }

    #mobileheader .header_area .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #000;
      border-radius: 4px;
    }

    #mobileheader .header_area .menu-trigger span:nth-of-type(1) {
      top: 0;
    }
    
    #mobileheader .header_area .menu-trigger span:nth-of-type(2) {
      top: 10.5px;
    }
    #mobileheader .header_area .menu-trigger span:nth-of-type(3) {
      bottom: 0;
    }

    #mobileheader .header_area .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
    }
    #mobileheader .header_area .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    }
    #mobileheader .header_area .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
    }

    #mobile_menuwrap {
        position: fixed;
        z-index: 99999;
        width: 100%;
        height: 120%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7);
        display: none;
    }

    #mobileheader .header_area2 {
        height: 72px;
        width: 100%;
        line-height: 72px;
    }

    #mobileheader .header_area2 .logo {
        width: 27.7%;
        margin-left:5.65%;
        display: inline-block;
        vertical-align: middle;
    }

    #mobileheader .header_area2 .menu_open {
        width: 30px;
        height: 25px;
        margin-left: 50%;
        margin-right: 5%;
        display: inline-block;
        vertical-align: middle;
    }

    #mobileheader .header_area2 .menu_open .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }

    #mobileheader .header_area2 .menu_open  .menu-trigger {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 99999;
    }

    #mobileheader .header_area2 .menu_open .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #000;
      border-radius: 4px;
    }

    #mobileheader .header_area2 .menu_open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
    }

    #mobileheader .header_area2 .menu_open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
    }

    #mobileheader .header_area2 .menu_open .menu-trigger span:nth-of-type(3)  {
    -webkit-transform: translateY(10.5px) rotate(45deg);
    transform: translateY(10.5px) rotate(45deg);
    }

    #mobile_menuwrap ul {
        margin: 0;
        padding: 62px 6.7% 0;
    }

    #mobile_menuwrap li {
        display: block;
        margin-bottom: 30px;
    }

    #mobile_menuwrap li a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        font-size: 5.3vw;
        letter-spacing: 0.5px;
        color: #212121;
        text-align: left;
    }

    .menubuttonarea {
        padding: 0 6%;
    }

    #mobile_menuwrap .mstart_1stview {
        display: block;
        width: 80%;
        height: 54px;
        border-radius: 27px;
        background-color: #ff7800;
        font-size: 20px;
        line-height: 54px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        margin: 30px auto 0;
    }

    #mobile_menuwrap .mregistered {
        display: block;
        width: 80%;
        height: 54px;
        border-radius: 27px;
        background-color: #d7d1cc;
        font-size: 18px;
        line-height: 54px;
        letter-spacing: 0.9px;
        text-align: center;
        color: #212121;
        margin: 15px auto 0;
    }

    #mobile_menuwrap small {
        display: block;
        width: 74.4%;
        font-size: 10px;
        color: #777777;
        text-align: left;
        margin: 15px auto 0;
    }
}

@media screen and (min-width:1024px) { 
    #mobile_menuwrap {
        display: none;
    }

    #pcheader {
        display: block;
    }

    #mobileheader {
        display: none;
    }

    header {
        width: 100%;
        height: 100px;
        background: #fff;
    }

    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
        z-index: 9999;
        animation-name: slideDown;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-delay: 0s;
        transform-origin: 50% 50% 0;
        animation-duration: .5s;
        -webkit-animation-name: slideDown;
        -webkit-animation-timing-function: ease-in;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        -webkit-transform-origin: 50% 50% 0;
        -webkit-animation-duration: .5s;
    }

    @keyframes slideDown {
        0% {
            top: -100px;
        }
        100% {
            top: 0;
        }
    }

    @-webkit-keyframes slideDown {
        0% {
            top: -100px;
        }
        100% {
            top: 0;
        }
    }

    .header_wrap {
        font-size: 0;
        height: 100%;
        width: 100%;
    }

    .logo {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 13.5%;
        height: 100%;
    }

    .logo img {
        position: absolute;
        display: block;
        width: 59%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .menu_ul {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 86.5%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .menu_ul li {
        display: inline-block;
        line-height: 100px;
        font-size: 18px;
        margin: 0 2.3%;
    }

    .menu_ul .anchor {
        margin: 0 2.3%;
    }

    .menu_ul .login {
        margin: 0 2.7% 0 2.3%;
    }

    .menu_ul .start {
        margin: 0 5.5% 0 0;
    }

    .anchor a {
        display: inline-block;
        letter-spacing: 0.5px;
        color: #212121;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .anchor a:hover {
        color: #777777;
    }

    .login a {
        display: inline-block;
        letter-spacing: 0.5px;
        color: #ff7800;
    }

    .login a:hover {
        color: #ff9600;
    }

    .start a {
        display: inline-block;
        vertical-align: middle;
        height: 54px;
        padding: 0 25px;
        border-radius: 27px;
        background-color: #ff7800;
        letter-spacing: 0.5px;
        line-height: 54px;
        color: #ffffff;
        -webkit-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .start a:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 12px 12px 0 #ffd3ab;
    }

    #mobileheader {
        display: none;
    }

    #pcheader {
        display: block;
    }
    
}

/*********************************************
お知らせエリア
*********************************************/
@media only screen and (max-width: 1023px) {
    .inner {
        width: 100%;
        padding: 15px 20px;
        text-align: left;
    }

    .ttl-bar-info {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        line-height: 22px;
        letter-spacing: 0.9px;
        color: #00060c;
    }

    .info-region {
        padding: 0;
        margin: 0;
    }

    .info-region a {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.7px;
        color: #ff7800;
        text-decoration: underline;
    }
}

@media only screen and (min-width: 1024px) {
    .inner {
        width: 100%;
        padding: 15px 5%;
        text-align: left;
    }

    .ttl-bar-info {
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: 0.9px;
        color: #00060c;
    }

    .info-region {
        padding: 0;
        margin: 0;
    }

    .info-region a {
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: 0.9px;
        color: #ff7800;
        text-decoration: underline;
    }
}

/*********************************************
1stview cvエリア
*********************************************/

@media only screen and (max-width: 1023px) {
    #top_view {
        display: none;
    }

    #top_view_mobile {
        display: block;
    }

    .topview_mobilewrap {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .topview_mobilewrap .top_bg {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .toptext_area {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 6%;
    }

    .topview_mobilewrap h1 { 
        font-size: 31px;
        font-size: 8.26vw;
        font-weight: bold;
        letter-spacing: 0.8px;
        color: #ffffff;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
        text-align: left;
        margin: 0 auto;
        opacity: 0;
    }

    .topview_mobilewrap p {  
        font-size: 18px;
        font-size: 4.8vw;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #ffffff;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
        text-align: left;
        margin: 15px auto 0; 
        opacity: 0;
    }

    .topview_mobilewrap .mstart_1stview {
        display: block;
        width: 80%;
        height: 54px;
        border-radius: 27px;
        background-color: #ff7800;
        font-size: 20px;
        line-height: 54px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        margin: 20px auto 0;
        color: #ffffff;
        opacity: 0;
    }

    .topview_mobilewrap .mregistered {
        display: block;
        width: 80%;
        height: 54px;
        border-radius: 27px;
        background-color: #ffffff;
        font-size: 18px;
        line-height: 54px;
        letter-spacing: 0.9px;
        text-align: center;
        margin: 15px auto 0;
        color: #212121;
        opacity: 0;
    }

    .topview_mobilewrap small {
        display: block;
        width: 74.4%;
        font-size: 10px;
        color: #ffffff;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
        text-align: left;
        margin: 2.9% auto 0;
        opacity: 0;
    }

    .topview_mobilewrap .top_arrowarea {
        position: absolute;
        width: 17.6%;
        border-radius: 50%;
        background: #fff;
        left: 41.2%;
        top: 94.42%;
        z-index: 999;
        overflow: hidden;
    }

    .topview_mobilewrap .top_arrowarea img {
        display: block;
        width: 42.87%;
        height: auto;
        margin: 0 auto;
        opacity: 0;
        -webkit-animation: sdb2 ease-in-out 3.0s infinite;
        animation: sdb2 ease-in-out 3.0s infinite;
    }
}

@media only screen and (min-width: 1024px) {
    #top_view_mobile {
        display: none;
    }

    #top_view {
        display: block;
    }

    #top_view {
        position: relative;
        width: 100%;
    }

    .top_slidein {
        position: absolute;
        width: 50%;
        height: 91.6%;
        border-radius: 12px;
        top: 0;
        left: -100%;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        text-align: left;
        z-index: 999;
    }

    .top_slidein h1 {
        font-size: 54px;
        font-size: 3.6vw;
        line-height: 1.2;
        font-weight: bold;
        letter-spacing: 1.4px;
        color: #212121;
        margin: 0;
        padding: 12.5% 10% 0;
        opacity: 0;
    }

    .top_slidein p {
        width: 62.5%;
        margin-top: 4.1%;
        margin-left: 10%;
        font-size: 18px;
        font-size: 1.25vw;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #555555;
        opacity: 0;
    }

    .topimg {
        position: absolute;
        top: 0;
        right: 0;
        width:60%; 
        z-index: 2;
    }

    .topimg img {
        display: block;
        width: 100%;
        height: auto;
    }

    .top_slidein a{
        margin-left: 10%;
        display: block;
        width: 41.6%;
        height: 54px;
        line-height: 54px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .top_slidein a:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .top_slidein .start_1stview {
        border-radius: 27px;
        background-color: #ff7800;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-size: 1.38vw;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 4.3%;
        opacity: 0;
    }

    .top_slidein .start_1stview:hover {
        box-shadow: 0 12px 12px 0 #ffd3ab;
    }

    .top_slidein .registered {
        border-radius: 27px;
        background-color: #d7d1cc;
        color: #212121;
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        text-align: center;
        margin-top: 2%;
        opacity: 0;
    }

    .top_slidein .registered:hover {
        box-shadow: 0 12px 12px 0 rgba(215, 209, 204, 0.3);
    }

    .top_slidein small {
        display: block;
        width: 38.8%;
        font-size: 10px;
        font-size: 0.7vw;
        color: #777777;
        margin-top: 2%;
        margin-left: 11.4%;
        opacity: 0;
    }

    .top_arrowarea {
        position: absolute;
        width: 4.58%;
        border-radius: 50%;
        background: #fff;
        left: 67.7%;
        bottom: 3.4%;
        z-index: 9999;
        overflow: hidden;
    }

    .top_arrowarea img {
        display: block;
        width: 42%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        opacity: 0;
        -webkit-animation: sdb ease-in-out 3.0s infinite;
        animation: sdb ease-in-out 3.0s infinite;
    }
}

/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
    animation: fadeInDown 1s ease-out forwards;
     -webkit-animation: fadeInDown 1s ease-out forwards;
}

@-webkit-keyframes fadeInDown {
    0% { 
        opacity: 0; -webkit-transform: translateY(20px); 
    }
    100% { 
        opacity: 1; -webkit-transform: translateY(0); 
    }
}

@keyframes fadeInDown {
    0% { 
        opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); 
    }
    100% { 
        opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); 
    }
}

.fadeInDown2 {
    animation: fadeInDown2 1s ease-out forwards;
     -webkit-animation: fadeInDown2 1s ease-out forwards;
}

@-webkit-keyframes fadeInDown2 {
    0% { 
        opacity: 0; 
    }
    100% { 
        opacity: 1;
    }
}

@keyframes fadeInDown2 {
    0% { 
        opacity: 0; 
    }
    100% { 
        opacity: 1;
    }
}

/* ------------- 矢印アニメーション用 ------------- */
@-webkit-keyframes sdb {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 0;
    }
    20% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    80% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 0;
    }
    20% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    80% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        opacity: 0;
    }
  }

  @-webkit-keyframes sdb2 {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 0;
    }
    20% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    80% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        opacity: 0;
    }
}
@keyframes sdb2 {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 0;
    }
    20% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    80% {
        transform: translateY(75%);
        -webkit-transform: translateY(75%);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        opacity: 0;
    }
  }

/******************************************
ABOUT
******************************************/

@media only screen and (max-width: 1023px) {
    #about {
        display: block;
        width: 100%;
        margin: 50px auto　30px;
    }

    #about .about_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    #about .about_title {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 5.3%;
        font-family:"Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 66px;
        font-size: 17.6vw;
        font-weight: bold;
        letter-spacing: 3.3px;
        color: #f7f0e5;
        line-height: 1.36;
        z-index: 2;
        width: 1px;
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
        opacity: 0;
    }

    #about h2 {
        position: absolute;
        top: 100px;
        left: 0;
        font-size: 24px;
        font-size: 6.4vw;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: left;
        color: #00060c;
        margin: 0;
        padding: 0 5.3%;
        z-index: 3;
    }

    .about_bg {
        position: absolute;
        left: 0;
        width: 100%;
        border-radius: 12px;
        background-color: #f7f0e5;
        z-index: 1;
    }

    #about p {
        position: absolute;
        top: 22.11%;
        left: 0;
        right: 0;
        width: 89.3%;
        text-align: left;
        font-size: 18px;
        font-size: 4.8vw;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #212121;
        margin: 0 auto;
        z-index: 2;
    }

    #about .mother_img {
        width: 33.8%;
        height: auto;
        display: block;
        position: absolute;
        top: 60%;
        left: 5.33%;
        z-index: 5;
    }

    #about .child_img {
        width: 35.2%;
        height: auto;
        display: block;
        position: absolute;
        top: 68.19%;
        left: 59.44%;
        z-index: 3;
    }

    .bg_pattern1 {
        width: 19.3%;
        position: absolute;
        top: 74.48%;
        left: 44.5%;
        z-index: 2;
    }

    .bg_pattern2 {
        width: 19.3%;
        position: absolute;
        top: 90.2%;
        left: 42.9%;
        z-index: 3;
    }

    .mother_circle{
        position: absolute;
        top: 73.2%;
        left: 25.6%;
        width: 24.8%;
        height: 17.28%;
        z-index: 2;
    }
    .mother_circle .circle1 {
        position: absolute;
        display: block;
        width: 100%;
        border: solid 2px #ff9600;
        border-radius: 50%;
        opacity: 0;
        top: 0;
        left: 0;
    }

     .mother_circle .circle2 {
        position: absolute;
        display: block;
        width: 77.27%;
        border: solid 2px #ff9600;
        border-radius: 50%;
        opacity: 0;
        top: 11.36%;
        left: 11.36%;
    }

    .mother_circle .circle3 {
        position: absolute;
        display: block;
        width: 54.5%;
        border: solid 2px #ff9600;
        border-radius: 50%;
        opacity: 0;
        top: 22.75%;
        left: 22.75%;
    }

    .child_circle{
        position: absolute;
        top: 86.3%;
        left: 62.5%;
        width: 24.8%;
        height: 17.28%;
        z-index: 5;
    }

    .child_circle .circle1 {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border: solid 2px #fff;
        border-radius: 50%;
        opacity: 0;
        top: 0;
        left: 0;
    }

     .child_circle .circle2 {
        position: absolute;
        display: block;
        width: 77.27%;
        height: 77.27%;
        border: solid 2px #fff;
        border-radius: 50%;
        opacity: 0;
        top: 11.36%;
        left: 11.36%;
    }

    .child_circle .circle3 {
        position: absolute;
        display: block;
        width: 54.5%;
        height: 54.5%;
        border: solid 2px #fff;
        border-radius: 50%;
        opacity: 0;
        top: 22.75%;
        left: 22.75%;
    }
	.about_small{
		text-align: left;
		line-height: 1.4;
		padding: 0 5.3%;
		font-size: 12px;
        font-size: 3.2vw;
		color: #777777;

	}
}

@media only screen and (min-width: 1024px) {
    #about {
        display: block;
        width: 94%;
        margin: 50px auto 30px;
    }

    #about .about_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    #about .about_title {
        position: absolute;
        display: inline-block;
        text-align: left;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 2.2%;
        font-family: "Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 150px;
        font-size: 10.4vw;
        font-weight: 900;
        letter-spacing: 7.5px;
        color: #f7f0e5;
        line-height: 1.36;
        z-index: 2;
        width: 1px;
        white-space: nowrap;
        overflow: hidden;
        opacity: 0;
    }

    #about h2 {
        position: absolute;
        top: 100px;
        left: 0;
        font-size: 38px;
        font-size: 2.64vw;
        font-weight: bold;
        letter-spacing: 1.9px;
        text-align: left;
        color: #00060c;
        margin: 0;
        padding: 0 2.2%;
        z-index: 3;
    }

    .about_bg {
        position: absolute;
        left: 0;
        width: 100%;
        border-radius: 12px;
        background-color: #f7f0e5;
        z-index: 1;
    }

    #about p {
        position: absolute;
        top: 50%;
        left: 0;
        width: 35.4%;
        text-align: left;
        font-size: 18px;
        font-size: 1.25vw;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #212121;
        margin: 0 2.2%;
        z-index: 2;
    }

    #about .mother_img {
        width: 17.7%;
        height: auto;
        display: block;
        position: absolute;
        top: 15.9%;
        left: 45.8%;
        z-index: 3
    }

    #about .child_img {
        width: 18.4%;
        height: auto;
        display: block;
        position: absolute;
        top: 33%;
        left: 74.18%;
        z-index: 3;
    }

    .bg_pattern1 {
        width: 10.1%;
        position: absolute;
        top: 46.3%;
        left: 66.5%;
        z-index: 2;
    }

    .bg_pattern2 {
        width: 10.1%;
        position: absolute;
        top: 79.5%;
        left: 64.5%;
        z-index: 2;
    }

    .mother_circle{
        position: absolute;
        top: 43.6%;
        left: 56.48%;
        width: 12.9%;
        height: 36.4%;
        z-index: 2;
    }
    .mother_circle .circle1 {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border: solid 2px #ff9600;
        border-radius: 50%;
        opacity: 0;
        top: 0;
        left: 0;
    }

     .mother_circle .circle2 {
        position: absolute;
        display: block;
        width: 77.27%;
        height: 77.27%;
        border: solid 2px #ff9600;
        border-radius: 50%;
        opacity: 0;
        top: 11.36%;
        left: 11.36%;
    }

    .mother_circle .circle3 {
        position: absolute;
        display: block;
        width: 54.5%;
        height: 54.5%;
        border: solid 2px #ff9600;
        border-radius: 50%;
        opacity: 0;
        top: 22.75%;
        left: 22.75%;
    }

    .child_circle{
        position: absolute;
        top: 71.28%;
        left: 75.8%;
        width: 12.9%;
        height: 36.4%;
        z-index: 5;
    }
    .child_circle .circle1 {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border: solid 2px #fff;
        border-radius: 50%;
        opacity: 0;
        top: 0;
        left: 0;
    }

     .child_circle .circle2 {
        position: absolute;
        display: block;
        width: 77.27%;
        height: 77.27%;
        border: solid 2px #fff;
        border-radius: 50%;
        opacity: 0;
        top: 11.36%;
        left: 11.36%;
    }

    .child_circle .circle3 {
        position: absolute;
        display: block;
        width: 54.5%;
        height: 54.5%;
        border: solid 2px #fff;
        border-radius: 50%;
        opacity: 0;
        top: 22.75%;
        left: 22.75%;
    }
	.about_small{
		text-align: left;
		line-height: 1.4;
		padding: 0 5.3%;
		font-size: 18px;
        font-size: 1.25vw;
		color: #777777;

	}
}

/* ------------- ワイプアニメーション用 ------------- */
@-webkit-keyframes wipe {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  @keyframes wipe {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }

/******************************************
FEATURE
******************************************/
@media only screen and (max-width: 1023px) {
    #feature {
        display: block;
        width: 100%;
        margin: 50px auto;
    }

    #feature .feature_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    #feature .feature_title {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0 5.3%;
        font-family:"Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 66px;
        font-size: 17.6vw;
        font-weight: bold;
        letter-spacing: 3.3px;
        color: #e6f0f7;
        line-height: 1.36;
        z-index: 2;
        text-align: right;
        opacity: 0;
    }

    #feature h2 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        font-size: 24px;
        font-size: 6.4vw;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: left;
        color: #00060c;
        margin: 0;
        padding: 0 5.3%;
        z-index: 999;
        text-align: right;
    }

    .feature_carucel{
        display: none;
    }

    .feature_slider {
        display: block;
    }

    .bx-wrapper {
        display: block;
    }

    .feature_slider .carucel_img {
        width: 100%;
        height: auto;
    }

    .feature_slider .carucel_img img{
        width: 100%;
        display: block;
        height: auto;
    }

    .feature_slider .carucel_text {
        width: 89.33%;
        margin: 10px auto;
        padding: 20px 8.95% 30px;
        border-radius: 12px;
    }

    .carucel_text1 {
        background-color: rgba(91, 134, 211, 0.06);
    }

    .carucel_text2 {
        background-color: rgba(48, 182, 201, 0.06);
    }

    .carucel_text3 {
        background-color: rgba(88, 209, 109, 0.06);
    }

    .carucel_text4 {
        background-color: rgba(246, 198, 64, 0.06);
    }

    .carucel_icon {
        width: 14.8%;
        display: block;
        margin: 0 auto;
    }

    .carucel_icon img {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 50%;
    }

    .carucel_icon1 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #5b86d3;
    }

    .carucel_icon2 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #30b6c9;
    }

    .carucel_icon3 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #58d16d;
    }

    .carucel_icon4 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #f6c640;
    }

    .carucel_colortext1{
        color: #5b86d3;
    }

    .carucel_colortext2{
        color:#30b6c9;
    }

    .carucel_colortext3{
        color:#58d16d;
    }

    .carucel_colortext4{
        color:#f6c640;
    }

    .carucel_textlight h4 {
        font-size: 18px;
        font-size: 4.8vw;
        font-weight: bold;
        letter-spacing: 0.7px;
        text-align: center;
        color: #212121;
        margin: 6px auto;
    }

    .carucel_textlight p {
        font-size: 14px;
        font-size: 3.73vw;
        margin: 0;
        line-height: 1.71;
        letter-spacing: 0.5px;
    }

    .carucel_fadetext {
        font-size: 18px;
        font-size: 4.8vw;
        text-align: left;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #555555;
        margin: 14px 0 0 0;
    }

    .slick-dots {
        margin: 0;
        padding: 0;
    }

    .slick-dots li{
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #cccccc;
        text-indent: -9999px;
        margin: 0 6px;
    }

    .slick-dots .slick-active{
        background-color: #ff7800;
    }

    .to_movilefunction{
        width: 300px;
        margin: 30px auto 0;
        height: 54px;
    }

    .to_movilefunction a {
        width: 100%;
        display: block;
        border-radius: 27px;
        background-color: #d7d1cc;
        font-size: 18px;
        letter-spacing: 0.9px;
        line-height: 54px;
        text-align: center;
        color: #212121;
    }

    .to_movilefunction {
        display: block;
    }
}
@media only screen and (min-width: 1024px) {

    .feature_carucel{
        display: block;
    }

    .feature_slider {
        display: none;
    }
    
    .bx-wrapper {
        display: none;
    }

    .to_movilefunction {
        display: none;
    }

    #feature {
        display: block;
        width: 94%;
        margin: 50px auto;
    }

    #feature .feature_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    #feature .feature_title {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0 2.2%;
        font-family:"Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 150px;
        font-size: 10.4vw;
        font-weight: 900;
        letter-spacing: 7.5px;
        color: #e6f0f7;
        line-height: 1.36;
        z-index: 2;
        text-align: right;
        opacity: 0;
    }

    #feature h2 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        font-size: 24px;
        font-size: 38px;
        font-size: 2.64vw;
        font-weight: bold;
        letter-spacing: 1.9px;
        color: #00060c;
        margin: 0;
        padding: 0 2.2%;
        z-index: 999;
        text-align: right;
    }

    .feature_carucel {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .carucel_imgarea {
        width: 57.5%;
        position: relative;
        float: left;
        top: 0;
        left: 0;
    }
    .carucel_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .carucel_img img {
        position: absolute;
        top: 0;
        left: 4.8%;
        width: 96.2%;
        border-radius: 12px;
        z-index: 2;
    }

    .carucel_img .carucel_bg {
        position: absolute;
        left: 0;
        width: 96.2%;
        z-index: 1;
        border-radius: 12px;
    }

    .carucel_img1 {
        display: block;
    }

    .carucel_img2 {
        display: none;
    }

    .carucel_img3 {
        display: none;
    }

    .carucel_img4 {
        display: none;
    }

    .carucel_img1 .carucel_bg {
        background: #5b86d3;
    }

    .carucel_img2 .carucel_bg {
        background: #30b6c9;
    }

    .carucel_img3 .carucel_bg {
        background: #58d16d;
    }

    .carucel_img4 .carucel_bg {
        background: #f6c640;
    }

    .carucel_textarea {
        float: right;
        width: 42.5%;
    }

    .carucel_text {
        width: 83.3%;
        margin-left: 12.5%;
        padding: 28px 30px;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .hovertext:hover {
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2);
        transition-property: all;
        transition: 0.2s linear;
    }

    .carucel_text1 {
        background-color: rgba(91, 134, 211, 0.06);
    }

    .carucel_text2 {
        background-color: rgba(48, 182, 201, 0.06);
    }

    .carucel_text3 {
        background-color: rgba(88, 209, 109, 0.06);
    }

    .carucel_text4 {
        background-color: rgba(246, 198, 64, 0.06);
    }

    .line {
        width: 83.3%;
        margin: 2px 0 2px 12.5%;
        height: 1px;
        background: #cccccc;
    }

    .carucel_icon {
        width: 10%;
        display: inline-block;
        vertical-align: top;
        margin-right: 4.58%;
    }

    .carucel_icon img {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 50%;
    }

    .carucel_icon1 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #5b86d3;
    }

    .carucel_icon2 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #30b6c9;
    }

    .carucel_icon3 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #58d16d;
    }

    .carucel_icon4 {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        background: #f6c640;
    }

    .carucel_textlight {
        width: 72.5%;
        display: inline-block;
        vertical-align: top;
    }

    .carucel_textlight h4 {
        font-size: 24px;
        font-size: 1.67vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        color: #212121;
        text-align: left;
        margin: 0;
    }

    .carucel_textlight p {
        font-size: 16px;
        font-size: 1.11vw;
        line-height: 1.5;
        letter-spacing: 0.6px;
        text-align: left;
        margin: 0;
    }

    .carucel_colortext1{
        color: #5b86d3;
    }

    .carucel_colortext2{
        color:#30b6c9;
    }

    .carucel_colortext3{
        color:#58d16d;
    }

    .carucel_colortext4{
        color:#f6c640;
    }

    .carucel_fadetext {
        width: 87.08%;
        font-size: 18px;
        font-size: 1.25vw;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #555555;
        margin: 17px auto 0;
        text-align: left;
    }

    .carucel_fadetext1 {
        display: block;
    }

    .carucel_fadetext2 {
        display: none;
    }

    .carucel_fadetext3 {
        display: none;
    }

    .carucel_fadetext4 {
        display: none;
    }

    .to_function{
        width: 83.3%;
        margin-left: 12.5%;
        padding: 28px 30px;
    }

    .to_functionbutton {
        display: inline-block;
        width: 100%;
        border-radius: 27px;
        background-color: #d7d1cc;
        height: 54px;
        line-height: 54px;
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        text-align: center;
        color: #212121;
    }
}

/******************************************
PRICING
******************************************/
@media only screen and (max-width: 1023px) {
    #pricing {
        display: block;
        width: 100%;
        margin: 50px auto 40px;
    }

    #pricing .pricing_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    #pricing .pricing_title {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 5.3%;
        font-family:"Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 66px;
        font-size: 17.6vw;
        font-weight: bold;
        letter-spacing: 3.3px;
        color: #f7f0e5;
        line-height: 1.36;
        z-index: 2;
        text-align: left;
        opacity: 0;
    }

    #pricing h2 {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        font-size: 24px;
        font-size: 6.4vw;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: left;
        color: #00060c;
        margin: 0;
        padding: 0 5.3%;
        z-index: 999;
        text-align: left;
    }

    .pricing_contentarea small {
        width: 89.3%;
        display: block;
        font-size: 18px;
        font-size: 4.3vw;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #212121;
        padding: 0 2.2%;
        text-align: left;
        margin: 0 auto;
    }

    .price_contentwrap {
        position: relative;
        width: 100%;
    }

    .price_content {
        width: 89.3%;
        display: block;
        margin: 24px auto 30px;
    }

    .price_imgwrap {
        position: absolute;
        width: 44.78%;
        border-radius: 50%;
        border: 1px solid #ff7800;
        background-color: #ffedd9;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 3;
    }

    .price_imgwrap .mam{
        display: block;
        margin: 13% auto 0;
        width: 51.2%;
        height: auto;
    }

    .price_imgwrap .child{
        display: block;
        margin: 20% auto 0;
        width: 62.1%;
        height: auto;
    }

    .price_textwrap {
        position: absolute;
        width: 100%;
        left: 0;
        border-radius: 12px;
        background-color: #ffffff;
        border: solid 1px #ff7800;
        z-index: 2;
    }

    .price_textwrap h6 {
        font-size: 16px;
        font-size: 4.27vw;
        font-weight: bold;
        color: #212121;
        margin: 38.85% auto 0;
    }

    .price_textwrap p {
        margin: 0;
        line-height: 1.4;
        margin: 3% 0;
    }

    .price_textwrap .monthly_amount {
        display: inline-block;
        font-size: 24px;
        font-size: 6.4vw;
        font-weight: bold;
        color: #212121;
    }

    .price_textwrap .pricetext {
        display: inline-block;
        font-size: 40px;
        font-size: 10.67vw;
        font-weight: bold;
        color: #212121;
        margin-left: 5px;
    }

    .price_textwrap .pricetext2 {
        display: inline-block;
        font-size: 40px;
        font-size: 10.67vw;
        font-weight: bold;
        color: #212121;
        margin-top: 3%;
    }

    .price_textwrap small {
        display: block;
        width: 100%;
        font-size: 12px;
        font-size: 3.2vw;
        letter-spacing: 0.4px;
        color: #555555;
        text-align: center;
    }

    .under_cvarea {
        width: 100%;
    }

    .under_cvarea a{
        display: block;
        margin: 0 auto;
        width: 80%;
        height: 54px;
        line-height: 54px;
    }


    .under_cvarea .start_price {
        border-radius: 27px;
        background: #ff7800;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 1px;
        text-align: center;
    }

    .registered_price {
        border-radius: 27px;
        background-color: #d7d1cc;
        color: #212121;
        font-size: 18px;
        letter-spacing: 0.9px;
        text-align: center;
        margin-top: 15px !important;
    }
}

@media only screen and (min-width: 1024px) {
    #pricing {
        clear: both;
        display: block;
        width: 94%;
        margin: 50px auto;
    }

    #pricing .pricing_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    #pricing .pricing_title {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 2.2%;
        font-family:"Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 150px;
        font-size: 10.4vw;
        font-weight: 900;
        letter-spacing: 7.5px;
        color: #f7f0e5;
        line-height: 1.36;
        z-index: 2;
        text-align: left;
        opacity: 0;
    }

    #pricing h2 {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        font-size: 38px;
        font-size: 2.6vw;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: left;
        color: #00060c;
        margin: 0;
        padding: 0 2.2%;
        z-index: 999;
        text-align: left;
    }

    .pricing_contentarea {
        width: 100%;
    }

    .pricing_contentarea small {
        width: 35.4%;
        display: block;
        font-size: 18px;
        font-size: 1.25vw;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #212121;
        padding: 0 2.2%;
        text-align: left;
    }

    .price_contentwrap {
        position: relative;
        width: 100%;
    }

    .price_content {
        width: 35.4%;
        display: inline-block;
        margin: 34px 30px 0 30px;
    }

    .price_imgwrap {
        position: absolute;
        width: 31.25%;
        border-radius: 50%;
        border: 1px solid #ff7800;
        background-color: #ffedd9;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 3;
    }

    .price_imgwrap .mam{
        display: block;
        margin: 13% auto 0;
        width: 51.2%;
        height: auto;
    }

    .price_imgwrap .child{
        display: block;
        margin: 20% auto 0;
        width: 62.1%;
        height: auto;
    }

    .price_textwrap {
        position: absolute;
        width: 100%;
        left: 0;
        border-radius: 12px;
        background-color: #ffffff;
        border: solid 1px #ff7800;
        z-index: 2;
    }

    .price_textwrap h6 {
        font-size: 20px;
        font-size: 1.39vw;
        font-weight: bold;
        color: #212121;
        margin: 26% auto 0;
    }

    .price_textwrap p {
        margin: 0;
        line-height: 1.4;
    }

    .price_textwrap .monthly_amount {
        display: inline-block;
        font-size: 36px;
        font-size: 2.5vw;
        font-weight: bold;
        color: #212121;
    }

    .price_textwrap .pricetext {
        display: inline-block;
        font-size: 60px;
        font-size: 4.17vw;
        font-weight: bold;
        color: #212121;
    }

    .price_textwrap .pricetext2 {
        display: inline-block;
        font-size: 60px;
        font-size: 4.17vw;
        font-weight: bold;
        color: #212121;
        margin-top: 3%;
    }

    .price_textwrap small {
        display: block;
        width: 100%;
        font-size: 15px;
        font-size: 1vw;
        letter-spacing: 0.4px;
        color: #555555;
        text-align: center;
    }

    .under_cvarea {
        width: 100%;
    }

    .under_cvarea a{
        display: block;
        margin: 0 auto;
        width: 22.1%;
        height: 54px;
    }


    .under_cvarea .start_price {
        height: 50px;
        border-radius: 27px;
        background: #ff7800;
        line-height: 54px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-size: 1.38vw;
        letter-spacing: 1px;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .under_cvarea .start_price:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        text-align: center;
        box-shadow: 0 12px 12px 0 #ffd3ab;
    }

    .registered_price {
        border-radius: 27px;
        background-color: #d7d1cc;
        line-height: 54px;
        color: #212121;
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        text-align: center;
        margin-top: 15px !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .registered_price:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        text-align: center;
        box-shadow: 0 12px 12px 0 rgba(215, 209, 204, 0.3);
    }
}

/******************************************
GUIDE
******************************************/
@media only screen and (max-width: 1023px) {
    #guide {
        display: block;
        width: 100%;
        margin: 50px auto 15px;
    }

    #guide .guide_wrapper {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    #guide .guide_title {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0 5.3%;
        font-family: "Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 66px;
        font-size: 17.6vw;
        font-weight: bold;
        letter-spacing: 3.3px;
        color: #d5ede4;
        line-height: 1.36;
        z-index: 2;
        text-align: right;
        opacity: 0;
    }

    #guide .toph2 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        font-size: 24px;
        font-size: 6.4vw;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: left;
        color: #00060c;
        margin: 0;
        padding: 0 5.3%;
        z-index: 999;
        text-align: right;
    }

    .guide_bg {
        position: absolute;
        left: 0;
        width: 100%;
        border-radius: 12px;
        background-color: #d5ede4;
        z-index: 9999;
    }

    .guide_contents {
        position: absolute;
        width: 100%;
        left: 0;
        padding-bottom: 20px;
        z-index: 9999;
    }

    .guide_contents h2 {
        font-size: 17px;
        font-size: 4.53vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        text-align: center;
        color: #00060c;
        margin: 0;
        padding: 0;
    }

    .guide_contents .title_linearea {
        width: 100%;
        margin-top: 30px;
    }

    .guide_contents .title_line {
        width: 80%;
        height: 4px;
        border-radius: 2px;
        background-color: #ffffff;
        margin: 20px auto;
    }

    .guide_fadewrap {
        width: 80%;
        margin: 30px auto;
        font-size: 0;
    }

    .guide_fade {
        display: block;
        opacity: 0;
    }

    .guide_fade .lead {
        animation: wipe 1s ease-out forwards;
        -webkit-animation: wipe 1s ease-out forwards;
    } 

    .guide_fade .lead:nth-child(1) {/*一文字ずつ遅延させる*/
        animation-delay: 0.1s;
    }

    .guide_fade .lead:nth-child(2) {
        animation-delay: 0.2s;
    }

    .guide_fade .lead:nth-child(3) {
        animation-delay: 0.3s;
    }

    .guide_fade .lead:nth-child(4) {
        animation-delay: 0.4s;
    }

    .guide_fade .lead:nth-child(5) {
        animation-delay: 0.5s;
    }

    .guide_fadeimg {
        width: 100%;
        margin: 0;
        padding: 30px 0;
        vertical-align: middle;
        border-radius: 12px;
        background-color: #ffffff;
    }

    .guide_fadeimg img {
        width: 80%;
        display: block;
        margin-bottom: 20px;
        border-radius: 8px;
        margin: 0 auto;
    }

    .guide_fadeimg p {
        margin-top: 20px;
    }

    .guide_fadeimg .step {
        display: block;
        font-size: 16px;
        font-size: 4.26vw;
        letter-spacing: 0.9px;
        text-align: center;
        color: #18b67b;
        line-height: 1.4;
    }

    .guide_fadeimg .steptext {
        display: block;
        font-size: 16px;
        font-size: 4.26vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        text-align: center;
        color: #00060c;
        line-height: 1.4;
    }

    .guide_fadearrow {
        width: 66px;
        height: 66px;
        margin: 20px auto;
        padding: 0;
        background: #fff;
        border-radius: 50%;
    }

    .guide_fadearrow img {
        width: 42.4%;
        display: block;
        margin: 20px auto;
        padding-top: 20px;
    }

    .guide_fade {
        opacity: 0;
    }

    .otherwise_guide {
        width: 84%;
        border-radius: 12px;
        background-color: #ffffff;
        margin: 0 auto;
        padding: 6%; 
    }

    .otherwise {
        text-align: left;
        font-size: 18px;
        font-size: 4.3vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        color: #00060c;
        font-size: 0;
    }

    .otherwise2 {
        margin-top: 28px;
    }

    .otherwise3 {
        margin-top: 28px;
    }

    .otherwise img{
        display: inline-block;
        vertical-align: top;
        width: 6.76%;
        height: auto;
    }

    .otherwise span{
        width: 81.24%;
        text-align: left;
        font-size: 18px;
        font-size: 4.3vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        color: #00060c;
        display: inline-block;
        vertical-align: top;
        margin-left: 9%;
    }

    .otherwise a{
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        font-size: 4.3vw;
        letter-spacing: 0.9px;
        color: #ff7800;
        text-decoration: underline;
    }

    .footnote {
        width: 83%;
        margin: 0 auto;
    }

    .footnote_text{
        font-size: 14px;
        letter-spacing: 0.7px;
        color: #555555;
        text-align: left;
        margin: 0 auto 15px;
    }
}

@media only screen and (min-width: 1024px) {
    #guide {
        display: block;
        width: 94%;
        margin: 50px auto 25px;
    }

    #guide .guide_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    #guide .guide_title {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0 2.2%;
        font-family:"Avenir","Arial", "CenturyGothic","Noto Sans Japanese",sans-serif;
        display: inline-block;
        font-size: 150px;
        font-size: 10.4vw;
        font-weight: 900;
        letter-spacing: 7.5px;
        color: #d5ede4;
        line-height: 1.36;
        z-index: 2;
        text-align: right;
        opacity: 0;
    }

    #guide .toph2 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        font-size: 24px;
        font-size: 38px;
        font-size: 2.64vw;
        font-weight: bold;
        letter-spacing: 1.9px;
        color: #00060c;
        margin: 0;
        padding: 0 2.2%;
        z-index: 999;
        text-align: right;
    }

    .guide_bg {
        position: absolute;
        left: 0;
        width: 100%;
        border-radius: 12px;
        background-color: #d5ede4;
        z-index: 999;
    }

    .guide_contents {
        position: absolute;
        width: 100%;
        left: 0;
        padding-bottom: 20px;
        z-index: 999;
    }

    .guide_contents h2 {
        font-size: 24px;
        font-size: 1.67vw;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-align: center;
        color: #00060c;
        margin: 0;
        padding: 0;
    }

    .guide_contents .title_linearea {
        width: 100%;
        margin-top: 40px;
    }

    .guide_contents .title_line {
        position: relative;
        width: 26.6%;
        height: 4px;
        border-radius: 2px;
        background-color: #ffffff;
        margin: 25px auto;
        z-index: 999;
    }

    .guide_fadewrap {
        position: relative;
        width: 84%;
        margin: 50px auto 80px;
        font-size: 0;
        z-index: 999;
    }

    .guide_fadeimg {
        width: 26.3%;
        margin: 0;
        padding: 30px 0;
        vertical-align: middle;
        border-radius: 12px;
        background-color: #ffffff;
    }

    .guide_fadeimg img {
        width: 80%;
        display: block;
        margin-bottom: 20px;
        border-radius: 8px;
        margin: 0 auto;
    }

    .guide_fadeimg p {
        margin-top: 20px;
    }

    .guide_fadeimg .step {
        display: block;
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        text-align: center;
        color: #18b67b;
        line-height: 1.4;
    }

    .guide_fadeimg .steptext {
        display: block;
        font-size: 18px;
        font-size: 1.25vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        text-align: center;
        color: #00060c;
        line-height: 1.4;
    }

    .guide_fadearrow {
        width: 5.79%;
        margin: 0 2.38%;
        padding: 0;
        vertical-align: middle;
        background: #fff;
        border-radius: 50%;
    }

    .guide_fadearrow img {
        width: 42.4%;
        display: block;
        margin: 25% auto;
    }

    .guide_fade {
        display: inline-block;
        opacity: 0;
    }

    .otherwise_guide {
        width: 84%;
        border-radius: 12px;
        background-color: #ffffff;
        margin: 0 auto;
        padding: 30px 
    }

    .otherwise {
        text-align: left;
        font-size: 18px;
        font-size: 1.25vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        color: #00060c;
    }

    .otherwise2 {
    margin-top: 30px;
    }

    .otherwise3 {
        margin-top: 30px;
    }

    .otherwise img{
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: auto;
        margin-right: 22px;
    }

    .otherwise span{
        text-align: left;
        font-size: 18px;
        font-size: 1.25vw;
        font-weight: bold;
        letter-spacing: 0.9px;
        color: #00060c;
        display: inline-block;
        vertical-align: middle;
    }

    .otherwise a{
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        color: #ff7800;
        text-decoration: underline;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .otherwise a:hover{
        color:#ff9600;
    }

    .footnote {
        width: 94%;
        margin: 0 auto;
    }

    .footnote_text{
        padding-left: 2.2%;
        font-size: 14px;
        font-size: 0.97vw;
        letter-spacing: 0.7px;
        color: #555555;
        text-align: left;
        margin: 0 auto 50px;
    }
}

/******************************************
お知らせ
******************************************/
@media only screen and (max-width: 1023px) {
    #notice {
        width: 100%;
        padding: 30px 4% 20px;
        background-color: #ff9600;
    }

    #notice h5 {
        font-size: 18px;
        font-size: 4.3vw;
        letter-spacing: 0.9px;
        color: #00060c;
        text-align: left;
        margin: 0 0 15px 0;
    }

    #notice a {
        display: block;
        text-align: left;
        text-decoration: underline;
        font-size: 18px;
        font-size: 4.3vw;
        letter-spacing: 0.9px;
        color: #00060c;
    }
}

@media only screen and (min-width: 1024px) {
    #notice {
        width: 100%;
        padding: 30px 4% 40px;
        background-color: #ff9600;
    }

    #notice h5 {
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        color: #00060c;
        text-align: left;
        margin: 0 0 15px 0;
    }

    #notice a {
        display: block;
        text-align: left;
        text-decoration: underline;
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        color: #00060c;
    }
}

/******************************************
ご注意
******************************************/
@media only screen and (max-width: 1023px) {
    #caution {
        width: 100%;
        padding: 30px 4% 20px;
        background-color: #e8e8e8;
    }

    #caution h5 {
        font-size: 18px;
        font-size: 4.3vw;
        letter-spacing: 0.9px;
        color: #00060c;
        text-align: left;
        margin: 0 0 15px 0;
    }

    #caution ul {
        padding: 0;
        margin: 0;
    }

    #caution li {
        list-style: none;
        font-size: 14px;
        letter-spacing: 0.7px;
        color: #555555;
        text-align: left;
    }
}
@media only screen and (min-width: 1024px) {
    #caution {
        width: 100%;
        padding: 30px 4% 40px;
        background-color: #e8e8e8;
    }

    #caution h5 {
        font-size: 18px;
        font-size: 1.25vw;
        letter-spacing: 0.9px;
        color: #00060c;
        text-align: left;
        margin: 0 0 15px 0;
    }

    #caution ul {
        padding: 0;
        margin: 0;
    }

    #caution li {
        list-style: none;
        font-size: 14px;
        letter-spacing: 0.7px;
        color: #555555;
        text-align: left;
    }
}
/******************************************
フッター
******************************************/
@media only screen and (max-width: 1023px) {
    footer {
        width: 100%;
        background-color: #f6f6f6;
        font-size: 0;
    }

    .footer_logoimg {
        display: inline-block;
        width: 50%;
        padding-top: 72.4px;
    }

    footer .footer_logo {
        width: 56.4%;
        display: block;
        margin-left: 16%;
    }

    footer .au_logo {
        width: 37%;
        display: block;
        margin-left: 47.2%;
    }

    footer ul {
        padding: 0;
        margin: 0;
        width: 100%;
        padding: 40.3px 8% 45px;
        text-align: left;
    }

    footer li {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    footer li a{
        font-size: 14px;
        font-size: 3.73vw;
        letter-spacing: 0.7px;
        color: #777777;
        display: inline-block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    footer li a:hover {
        color: #212121;
    }

    footer .copyright {
        width: 100%;
        padding: 0 8% 60px;
        font-size: 10px;
        letter-spacing: 0.5px;
        color: #777777;
        text-align: left;
        margin: 0;
    }

    .compliance {
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 20px;
        left: 0;
        z-index: 9999;
        display: none;
      }
      
      .cv_bottom {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
        width: 200px;
        height: 40px;
        border-radius: 27px;
        background-color: #ff7800;
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.15);
        color: #fff;
        line-height: 40px;
      }

      .button_slide {
        position: fixed;
        display: block;
        bottom: 20px;
        left: 0;
        z-index: 9999;
        animation-name: slideUp;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-delay: 0s;
        transform-origin: 50% 50% 0;
        animation-duration: .5s;
        -webkit-animation-name: slideUp;
        -webkit-animation-timing-function: ease-in;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        -webkit-transform-origin: 50% 50% 0;
        -webkit-animation-duration: .5s;
    }

    @keyframes slideUp{
        0% {
            bottom: -100px;
        }
        100% {
            bottom: 20px;
        }
    }

    @-webkit-keyframes slideUp {
        0% {
            bottom: -100px;
        }
        100% {
            bottom: 20px;
        }
    }

}

@media only screen and (min-width: 1024px) {
   
    .compliance {
        display: none;
    }
    

    footer {
        width: 100%;
        background-color: #f6f6f6;
        font-size: 0;
    }

    .footer_logoimg {
        display: inline-block;
        width: 50%;
        padding-top: 72.4px;
    }

    footer .footer_logo {
        width: 17.6%;
        display: block;
        margin-left: 10%;
    }

    footer .au_logo {
        width: 11%;
        display: block;
        margin-left: 79.16%;
    }

    footer ul {
        padding: 0;
        margin: 0;
        width: 100%;
        padding: 40.3px 4% 65px;
        text-align: left;
    }

    footer li {
        display: inline-block;
        margin-right: 30px;
    }

    footer li a{
        font-size: 14px;
        font-size: 0.97vw;
        letter-spacing: 0.7px;
        color: #777777;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    footer li a:hover {
        color: #212121;
    }

    footer .copyright {
        width: 100%;
        padding: 0 4% 60px;
        font-size: 10px;
        letter-spacing: 0.5px;
        color: #777777;
        text-align: left;
        margin: 0;
    }
}