@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .sp_item {
    display: none;
  }
  .pc_item {
    display: block;
  }
  body {
    min-width: 1280px;
    color: #4a4a4a;
  }
  #container {
    padding-top: 82px;
  }
  h2 {
    position: relative;
    text-align: center;
    font-size: 25px;
    color: #4a4a4a;
    font-family: "Hiragino Mincho Pro";
    display: inline-block;
    margin-bottom: 16px;
    padding-bottom: 25px;
    letter-spacing: 0.24em;
  }
  h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 150px;
    background-color: #ffeef6;
  }
  h2:before {
    content: 'ABOUT';
    position: absolute;
    color: #ffeef6;
    font-family: 'Playfair Display', serif;
    font-weight: lighter;
    letter-spacing: 0.2em;
    font-size: 100px;
    line-height: 1;
    z-index: -1;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  p {
    font-size: 16px;
    line-height: 32px;
  }
  p.center {
    text-align: center;
    letter-spacing: 0.14em;
  }
  .btn {
    margin-top: 30px;
  }
  .btn a {
    width: 320px;
    height: 56px;
    margin: 0 auto;
    font-size: 14px;
    -moz-border-radius: 28px;
         border-radius: 28px;
    background-color: #ff4359;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8296), to(#ff6f84));
    background: -webkit-linear-gradient(#ff8296, #ff6f84);
    background: -moz- oldlinear-gradient(#ff8296, #ff6f84);
    background: linear-gradient(#ff8296, #ff6f84);
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .btn a:hover {
    opacity: 0.7;
  }
  header {
    padding: 20px;
    position: fixed;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    top: 0;
    z-index: 999;
  }
  header h1 {
    margin: 0;
    line-height: 1;
    float: left;
  }
  header .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
    position: relative;
    right: 0;
    float: right;
  }
  header .menu p {
    font-size: 24px;
    margin-right: 15px;
    font-family: 'Playfair Display', serif;
    z-index: 999;
  }
  header .menu #nav_toggle {
    display: block;
    width: -webkit-calc(84px / 1.5);
    width: -moz-calc(84px / 1.5);
    width: calc(84px / 1.5);
    height: -webkit-calc(72px / 1.5);
    height: -moz-calc(72px / 1.5);
    height: calc(72px / 1.5);
    z-index: 100;
    overflow: hidden;
    position: relative;
    z-index: 999;
  }
  header .menu #nav_toggle span {
    display: block;
    width: -webkit-calc(84px / 1.5);
    width: -moz-calc(84px / 1.5);
    width: calc(84px / 1.5);
    height: -webkit-calc(72px / 1.5);
    height: -moz-calc(72px / 1.5);
    height: calc(72px / 1.5);
    background-image: url(../images/nav_toggle_open.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
    z-index: 999;
  }
  header .menu #nav_toggle.open span {
    width: -webkit-calc(84px / 1.5);
    width: -moz-calc(84px / 1.5);
    width: calc(84px / 1.5);
    height: -webkit-calc(72px / 1.5);
    height: -moz-calc(72px / 1.5);
    height: calc(72px / 1.5);
    background-image: url(../images/nav_toggle_close.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  header nav {
    width: 700px;
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translate(700px);
       -moz-transform: translate(700px);
        -ms-transform: translate(700px);
            transform: translate(700px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    background-color: rgba(255, 177, 214, 0.95);
    overflow-y: scroll;
  }
  header nav.open {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  header nav ul {
    margin-top: 120px;
  }
  header nav ul li {
    text-align: center;
    margin-bottom: 40px;
  }
  header nav ul li a {
    font-size: 45px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14em;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    display: block;
  }
  header nav ul li a span {
    font-family: "Hiragino Mincho Pro";
    display: block;
    font-size: 20px;
    color: #4a4a4a;
  }
  header nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .mv {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../images/mv_bg_pc.png);
    background-position: right;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .mv .left {
    display: inline-block;
    margin: 56px 0;
  }
  section {
    width: 1000px;
    margin: 124px auto 220px;
    text-align: center;
  }
  .about .img_area {
    text-align: left;
    margin-top: 18px;
    position: relative;
  }
  .about .img_area img:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .about .img_area p {
    font-family: "Hiragino Mincho Pro";
    font-size: 22px;
    color: #0264e3;
  }
  .about .img_area p span {
    color: #1ba6fb;
  }
  .about .img_area .inner {
    width: 420px;
    text-align: center;
    padding-top: 75px;
  }
  .about .img_area .btn {
    margin-top: 0;
  }
  .about .img_area .btn a {
    background: #3479c1;
    background: -webkit-gradient(linear, left top, left bottom, from(#72afde), to(#609fd5));
    background: -webkit-linear-gradient(#72afde, #609fd5);
    background: -moz- oldlinear-gradient(#72afde, #609fd5);
    background: linear-gradient(#72afde, #609fd5);
  }
  .about .img_area .btn a:after {
    content: '';
    width: 35px;
    height: 18px;
    background-image: url(../images/btn_b_icon.png);
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
  }
  .point {
    margin: 124px auto 155px;
  }
  .point h2:before {
    content: 'POINT';
  }
  .point ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .point ul li {
    width: 28%;
    margin: 0 20px 40px;
  }
  .point ul li .img_wrap {
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .point ul li p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .point ul li p.title {
    text-align: center;
    font-size: 26px;
    font-family: "Hiragino Mincho Pro";
    color: #ff4fa2;
    margin-bottom: 8px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dcdcdc;
  }
  .point .movie_area {
    margin-top: 14px;
  }
  .point .movie_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point .movie_area ul li {
    width: 48%;
    margin: 0;
    position: relative;
  }
  .point .movie_area ul li:after {
    line-height: 1;
    content: url(../images/play.png);
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .point .movie_area ul li iframe {
    width: 100%;
  }
  .point .movie_area ul li img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .point .movie_area ul li img:hover {
    opacity: 0.7;
  }
  .point .movie_area ul li p {
    text-align: center;
    margin-top: 10px;
  }
  .point .banner {
    margin-top: 10px;
  }
  .flow {
    margin: 124px auto 133px;
  }
  .flow h2:before {
    content: 'FLOW';
  }
  .flow ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow ul li {
    width: 28%;
    margin: 0 20px 30px;
    padding-bottom: 20px;
    border: solid 1px gainsboro;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 335px;
    z-index: -1;
  }
  .flow ul li:nth-of-type(2) {
    margin-top: 40px;
  }
  .flow ul li:nth-of-type(3) {
    margin-top: 80px;
  }
  .flow ul li:nth-of-type(4) {
    margin-top: -60px;
  }
  .flow ul li:nth-of-type(5) {
    margin-top: -20px;
  }
  .flow ul li:nth-of-type(6) {
    margin-top: 20px;
  }
  .flow ul li .img_wrap {
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow ul li .text_wrap {
    margin-top: 10px;
    padding: 0 25px;
  }
  .flow ul li p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .flow ul li p.title {
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic Pro";
    margin-bottom: 10px;
    padding: 10px 0 10px 40px;
    text-align: left;
    background: #f0f0f0;
    color: #4a4a4a;
    position: relative;
    -moz-border-radius-topleft: 10px;
         border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
         border-top-right-radius: 10px;
  }
  .flow ul li p.title:before {
    content: '1';
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 70px;
    color: #929292;
    position: absolute;
    left: -18px;
    top: -15px;
  }
  .flow ul li p.title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 90px;
    height: 1px;
    left: -25px;
    background-color: #929292;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .flow ul li p.title.one:before {
    content: '1';
  }
  .flow ul li p.title.two:before {
    content: '2';
  }
  .flow ul li p.title.three:before {
    content: '3';
  }
  .flow ul li p.title.four:before {
    content: '4';
  }
  .flow ul li p.title.five:before {
    content: '5';
  }
  .flow ul li p.title.six:before {
    content: '6';
  }
  .faq {
    margin: 124px auto 260px;
  }
  .faq h2 {
    margin-bottom: 0;
  }
  .faq h2:before {
    content: 'FAQ';
  }
  .faq .list_box {
    border-bottom: none;
    margin-bottom: 0;
  }
  .faq .list_box .question {
    text-align: left;
    border-bottom: dashed 1px #d4d4d4;
    position: relative;
    padding: 20px 40px;
    font-size: 1.8rem;
    line-height: 24px;
    cursor: pointer;
  }
  .faq .list_box .question:before {
    content: 'Q';
    font-size: 3.2rem;
    font-family: "Hiragino Mincho Pro";
    color: #dcdcdc;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .faq .list_box .question:after {
    position: absolute;
    content: url(../images/arrow.svg);
    right: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
  }
  .faq .list_box .question.open {
    border-bottom: none;
  }
  .faq .list_box .question.open:after {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .faq .list_box .answer {
    display: none;
    position: relative;
    padding-left: 70px;
    padding: 25px 54px;
    font-size: 1.8rem;
    line-height: 24px;
    text-align: left;
    color: #ff4fa2;
    background: #fef5f9;
  }
  .faq .list_box .answer:before {
    content: 'A';
    font-size: 3.2rem;
    font-family: "Hiragino Mincho Pro";
    color: #ffc0de;
    position: absolute;
    line-height: 1;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .feature {
    margin: 124px auto 280px;
  }
  .feature h2 {
    margin-bottom: 30px;
  }
  .feature h2:before {
    content: 'FEATURE';
  }
  .feature .table .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature .table .row .t_body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .feature .table .row .t_body .t_row {
    width: 420px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .feature .table .row .t_body .t_row:nth-of-type(1) {
    width: 165px;
  }
  .feature .table .row .t_body .t_row:nth-of-type(1) .td {
    background: #f7f7f7;
  }
  .feature .table .row .t_body .t_row.end {
    border-right: solid 1px #d4d4d4;
  }
  .feature .table .row .t_body .t_row.end .th_t {
    background-color: #edf8ff;
  }
  .feature .table .row .t_body .t_row .th_t {
    background-color: #ffe5f1;
    padding: 13px 15px;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 1.8rem;
  }
  .feature .table .row .t_body .t_row .td {
    font-size: 1.6rem;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    background: #ffffff;
    padding: 13px 15px;
    text-align: left;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature .table .row .t_body .t_row .td:last-child {
    border-bottom: solid 1px #d4d4d4;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(4) {
    height: 65px;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(5) {
    height: 85px;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(6) {
    height: 65px;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(7) {
    height: 85px;
  }
  .feature .table .row .t_body .t_row .td:empty {
    opacity: 0;
    padding: 0;
    border: none;
    height: 54px;
  }
  .feature .table .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price_list {
    margin: 124px auto 200px;
  }
  .price_list h2 {
    margin-bottom: 15px;
  }
  .price_list h2:before {
    content: 'PRICE';
    white-space: nowrap;
  }
  .price_list h3 {
    font-size: 20px;
    font-family: "Hiragino Mincho Pro";
    margin: 10px 0;
  }
  .price_list h3 span {
    display: block;
    color: #4a4a4a;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    font-weight: normal;
  }
  .price_list .invisalign_full {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ff4fa2;
    font-family: "Hiragino Mincho Pro";
    font-size: 28px;
    margin-bottom: 40px;
  }
  .price_list .invisalign_full span {
    font-size: 17px;
  }
  .price_list .invisalign_full .label {
    font-size: 13px;
    letter-spacing: 0.05em;
    background-color: #ff4fa2;
    width: 137px;
    height: 22px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
  }
  .price_list .invisalign_full p {
    display: block;
    color: #4a4a4a;
    font-size: 16px;
    width: 100%;
  }
  .price_list .table .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price_list .table .row .t_body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .price_list .table .row .t_body .t_row {
    width: 420px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .price_list .table .row .t_body .t_row:nth-of-type(2) .th_t {
    background-color: #edf8ff;
  }
  .price_list .table .row .t_body .t_row:nth-of-type(3) {
    width: 165px;
  }
  .price_list .table .row .t_body .t_row.end {
    border-right: solid 1px #d4d4d4;
  }
  .price_list .table .row .t_body .t_row.end .th_t {
    background-color: #f7f7f7;
  }
  .price_list .table .row .t_body .t_row .th_t {
    background-color: #ffe5f1;
    padding: 15px;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .price_list .table .row .t_body .t_row .td {
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price_list .table .row .t_body .t_row .td:last-child {
    border-bottom: solid 1px #d4d4d4;
  }
  .price_list .table .row .t_body .t_row .td.pink {
    color: #ff4fa2;
    font-weight: bold;
  }
  .price_list p.mini {
    font-size: 15px;
    text-align: right;
    line-height: initial;
    margin-top: 5px;
  }
  .recommended {
    margin: 124px auto 152px;
  }
  .recommended h2:before {
    content: 'RECOMMENDED';
    white-space: nowrap;
  }
  .recommended .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recommended .list ul {
    margin-left: 50px;
    margin-top: 20px;
  }
  .recommended .list ul li {
    font-family: "Hiragino Mincho Pro";
    font-size: 22px;
    background: url(../images/line_pc.png) bottom no-repeat;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.14em;
  }
  .recommended .list ul li:before {
    content: url(../images/maru_pc.png);
    margin-right: 15px;
  }
  .recommended .list ul li span {
    font-size: 30px;
    color: #ff4fa2;
  }
  .clinic {
    margin: 124px auto 200px;
  }
  .clinic h2:before {
    content: 'CLINIC';
    white-space: nowrap;
  }
  .clinic ul {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clinic ul li {
    width: 48%;
  }
  .clinic ul li p {
    text-align: left;
  }
  .clinic ul li p.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .clinic ul li p.title span {
    font-size: 16px;
    margin-left: 10px;
  }
  .access {
    margin: 70px auto 97px;
  }
  .access h2 {
    margin-bottom: 20px;
  }
  .access h2:before {
    content: 'ACCESS';
    white-space: nowrap;
  }
  .access .table_wrap {
    width: 58rem;
    margin: 0 auto;
  }
  .access .table_wrap p {
    text-align: left;
  }
  .access .table_wrap table {
    border-collapse: collapse;
    border: 1px solid #d0d0d0;
    margin-top: 2.3rem;
    width: 58rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: 0.1em;
  }
  .access .table_wrap table th {
    color: #4a4a4a;
    border: 1px solid #d0d0d0;
    padding: 1.4rem 0 1.6rem;
    font-size: 1.5rem;
  }
  .access .table_wrap table th:nth-of-type(1) {
    width: 20rem;
  }
  .access .table_wrap table td {
    color: #4a4a4a;
    border: 1px solid #d0d0d0;
    padding: 1.4rem 0 1.6rem;
    font-size: 1.5rem;
  }
  .access .table_wrap table td img {
    vertical-align: middle;
  }
  .access .table_wrap table td:first-child {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
  .access .table_wrap table td:first-child span {
    display: inline-block;
    text-align: right;
    width: 13rem;
  }
  .access .map_wrap {
    width: 800px;
    margin: 20px auto 0;
  }
  .access .map_wrap p {
    text-align: center;
  }
  .access .contact_box h3 {
    margin-top: 64px;
    font-size: 26px;
    font-family: "Hiragino Mincho Pro";
    color: #ff4fa2;
    font-weight: normal;
    letter-spacing: 0.2em;
    position: relative;
  }
  .access .contact_box h3:before {
    content: url(../images/contact_arrow_pc.png);
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .access .contact_box .btn_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .access .contact_box .btn_area ul li {
    margin: 0 10px;
  }
  .access .contact_box .btn_area ul li:nth-of-type(1) .btn a {
    font-size: 18px;
    line-height: 28px;
    height: 80px;
    width: 390px;
    -moz-border-radius: 38px;
         border-radius: 38px;
  }
  .access .contact_box .btn_area ul li:nth-of-type(2) .btn a {
    background: -webkit-gradient(linear, left top, left bottom, from(#72afde), to(#609fd5));
    background: -webkit-linear-gradient(#72afde, #609fd5);
    background: -moz- oldlinear-gradient(#72afde, #609fd5);
    background: linear-gradient(#72afde, #609fd5);
    font-size: 18px;
    line-height: 28px;
    height: 80px;
    width: 390px;
    -moz-border-radius: 38px;
         border-radius: 38px;
  }
  footer {
    text-align: center;
  }
  footer .copy {
    border-top: solid 1px #dcdcdc;
    padding: 20px 0;
  }
  /*============================================================
アニメーション
============================================================*/
  .anime1 {
    -webkit-animation: horizontal 20s ease-in-out infinite alternate;
       -moz-animation: horizontal 20s ease-in-out infinite alternate;
            animation: horizontal 20s ease-in-out infinite alternate;
  }
  .anime2 {
    -webkit-animation: vertical 25s ease-in-out infinite alternate;
       -moz-animation: vertical 25s ease-in-out infinite alternate;
            animation: vertical 25s ease-in-out infinite alternate;
  }
  .anime3 {
    -webkit-animation: vertical 15s ease-in-out infinite alternate;
       -moz-animation: vertical 15s ease-in-out infinite alternate;
            animation: vertical 15s ease-in-out infinite alternate;
  }
  .anime4 {
    -webkit-animation: forept 25s ease-in-out infinite alternate;
       -moz-animation: forept 25s ease-in-out infinite alternate;
            animation: forept 25s ease-in-out infinite alternate;
  }
  .anime5 {
    -webkit-animation: vertical 40s ease-in-out infinite alternate;
       -moz-animation: vertical 40s ease-in-out infinite alternate;
            animation: vertical 40s ease-in-out infinite alternate;
  }
  .anime6 {
    -webkit-animation: horizontal 22s ease-in-out infinite alternate;
       -moz-animation: horizontal 22s ease-in-out infinite alternate;
            animation: horizontal 22s ease-in-out infinite alternate;
  }
  .anime7 {
    -webkit-animation: vertical 16s ease-in-out infinite alternate;
       -moz-animation: vertical 16s ease-in-out infinite alternate;
            animation: vertical 16s ease-in-out infinite alternate;
  }
  .fuwafuwa {
    -webkit-animation: fuwafuwa 25s ease-in-out infinite alternate;
       -moz-animation: fuwafuwa 25s ease-in-out infinite alternate;
            animation: fuwafuwa 25s ease-in-out infinite alternate;
  }
  /*============================================================
モーダル
============================================================*/
  #modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #modal-content {
    width: 800px;
    margin: 0;
    padding: 20px 20px;
    border: 0px solid #aaa;
    position: fixed;
    text-align: center;
  }
  #modal-content iframe {
    width: 100%;
  }
  #modal-close {
    display: block;
    clear: both;
    padding-top: 20px;
    cursor: pointer;
  }
  .modal-syncer {
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .sp_item {
    display: block;
  }
  .pc_item {
    display: none;
  }
  #container {
    padding-top: 82px;
    overflow: hidden;
  }
  h2 {
    position: relative;
    text-align: center;
    font-size: 4.42708vw;
    color: #4a4a4a;
    font-family: "Hiragino Mincho Pro";
    display: inline-block;
    margin-bottom: 16px;
    padding-bottom: 10px;
    letter-spacing: 0.24em;
  }
  h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 70px;
    background-color: #ffeef6;
  }
  h2:before {
    content: 'ABOUT';
    position: absolute;
    color: #ffeef6;
    font-family: 'Playfair Display', serif;
    font-weight: lighter;
    letter-spacing: 0.2em;
    font-size: 15.625vw;
    line-height: 1;
    z-index: -1;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  p {
    font-size: 3.38542vw;
    line-height: 6.25vw;
  }
  p.center {
    text-align: left;
    letter-spacing: 0.14em;
  }
  .btn {
    margin-top: 30px;
  }
  .btn a {
    width: 100%;
    height: 13.02083vw;
    margin: 0 auto;
    font-size: 3.64583vw;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background-color: #ff4359;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8296), to(#ff6f84));
    background: -webkit-linear-gradient(#ff8296, #ff6f84);
    background: -moz- oldlinear-gradient(#ff8296, #ff6f84);
    background: linear-gradient(#ff8296, #ff6f84);
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .btn a:hover {
    opacity: 0.7;
  }
  header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.90625vw;
    position: fixed;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.7);
  }
  header h1 {
    margin: 0;
    line-height: 1;
    width: 52.08333vw;
  }
  header h1 img {
    width: 100%;
  }
  header .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
    position: relative;
  }
  header .menu p {
    font-size: 12px;
    margin-right: 10px;
    font-family: 'Playfair Display', serif;
    z-index: 999;
  }
  header .menu #nav_toggle {
    display: block;
    width: 35px;
    height: 35px;
    z-index: 100;
    overflow: hidden;
    position: relative;
    z-index: 999;
  }
  header .menu #nav_toggle span {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(../images/nav_toggle_open.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
    z-index: 999;
  }
  header .menu #nav_toggle.open span {
    width: 35px;
    height: 35px;
    background-image: url(../images/nav_toggle_close.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  header nav {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translate(100%);
       -moz-transform: translate(100%);
        -ms-transform: translate(100%);
            transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    background-color: rgba(255, 177, 214, 0.95);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header nav.open {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  header nav ul {
    margin-top: 120px;
  }
  header nav ul li {
    text-align: center;
    margin-bottom: 40px;
  }
  header nav ul li a {
    font-size: 9.11458vw;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14em;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    display: block;
  }
  header nav ul li a span {
    font-family: "Hiragino Mincho Pro";
    display: block;
    font-size: 3.64583vw;
    color: #4a4a4a;
  }
  .mv {
    width: 100%;
    margin: 0 auto;
    padding: 0 13.02083vw;
  }
  .mv .left {
    display: inline-block;
  }
  .mv .left img {
    width: 100%;
  }
  section {
    width: 100%;
    margin: 80px auto 0;
    padding: 0 3.90625vw;
    text-align: center;
  }
  .about .img_area {
    text-align: left;
    margin-top: 18px;
    position: relative;
  }
  .about .img_area img {
    width: 100%;
  }
  .about .img_area img:nth-of-type(2) {
    right: 0;
    top: 0;
    z-index: -1;
  }
  .about .img_area img.logo {
    width: 80%;
  }
  .about .img_area p {
    font-family: "Hiragino Mincho Pro";
    font-size: 4.42708vw;
    color: #0264e3;
  }
  .about .img_area p span {
    color: #1ba6fb;
  }
  .about .img_area .inner {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .about .img_area .btn {
    margin-top: 30px;
    padding: 0 30px;
  }
  .about .img_area .btn a {
    background: #3479c1;
    background: -webkit-gradient(linear, left top, left bottom, from(#72afde), to(#609fd5));
    background: -webkit-linear-gradient(#72afde, #609fd5);
    background: -moz- oldlinear-gradient(#72afde, #609fd5);
    background: linear-gradient(#72afde, #609fd5);
    height: 40px;
  }
  .about .img_area .btn a:after {
    content: '';
    width: 4.55729vw;
    height: 3.90625vw;
    background-image: url(../images/btn_b_icon.png);
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
  }
  .point {
    margin: 80px auto 0;
  }
  .point h2:before {
    content: 'POINT';
  }
  .point ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .point ul li {
    width: 100%;
  }
  .point ul li .img_wrap {
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .point ul li .img_wrap img {
    zoom: 0.5;
  }
  .point ul li p {
    font-size: 3.38542vw;
    line-height: 6.25vw;
    text-align: left;
  }
  .point ul li p.title {
    text-align: center;
    font-size: 5.72917vw;
    font-family: "Hiragino Mincho Pro";
    color: #ff4fa2;
    margin-bottom: 8px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dcdcdc;
  }
  .point .movie_area {
    margin-top: 14px;
  }
  .point .movie_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point .movie_area ul li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .point .movie_area ul li:after {
    line-height: 1;
    content: url(../images/play.png);
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .point .movie_area ul li iframe {
    width: 100%;
  }
  .point .movie_area ul li img {
    width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .point .movie_area ul li img:hover {
    opacity: 0.7;
  }
  .point .movie_area ul li p {
    text-align: center;
    margin-top: 10px;
  }
  .point .banner {
    margin-top: 10px;
  }
  .point .banner img {
    width: 100%;
  }
  .flow {
    margin: 90px auto 0;
  }
  .flow h2:before {
    content: 'FLOW';
  }
  .flow ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow ul li {
    width: 100%;
    margin: 0 20px 30px;
    padding-bottom: 20px;
    border: solid 1px gainsboro;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: -1;
  }
  .flow ul li .img_wrap {
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
  }
  .flow ul li .img_wrap img {
    width: 100%;
  }
  .flow ul li .text_wrap {
    margin-top: 10px;
    padding: 0 25px;
  }
  .flow ul li p {
    font-size: 3.38542vw;
    line-height: 6.25vw;
    text-align: left;
  }
  .flow ul li p.title {
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic Pro";
    margin-bottom: 10px;
    padding: 10px 0 10px 40px;
    text-align: left;
    background: #f0f0f0;
    color: #4a4a4a;
    position: relative;
    -moz-border-radius-topleft: 10px;
         border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
         border-top-right-radius: 10px;
  }
  .flow ul li p.title:before {
    content: '1';
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 70px;
    color: #929292;
    position: absolute;
    left: -18px;
    top: -15px;
  }
  .flow ul li p.title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 90px;
    height: 1px;
    left: -25px;
    background-color: #929292;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .flow ul li p.title.one:before {
    content: '1';
  }
  .flow ul li p.title.two:before {
    content: '2';
  }
  .flow ul li p.title.three:before {
    content: '3';
  }
  .flow ul li p.title.four:before {
    content: '4';
  }
  .flow ul li p.title.five:before {
    content: '5';
  }
  .flow ul li p.title.six:before {
    content: '6';
  }
  .faq {
    margin: 70px auto 0;
  }
  .faq h2 {
    margin-bottom: 0;
  }
  .faq h2:before {
    content: 'FAQ';
  }
  .faq .list_box {
    border-bottom: none;
    margin-bottom: 0;
  }
  .faq .list_box .question {
    text-align: left;
    border-bottom: dashed 1px #d4d4d4;
    position: relative;
    padding: 20px 20px 20px 40px;
    font-size: 1.8rem;
    font-size: 3.38542vw;
    line-height: 6.25vw;
    cursor: pointer;
  }
  .faq .list_box .question:before {
    content: 'Q';
    font-size: 3.2rem;
    font-family: "Hiragino Mincho Pro";
    color: #dcdcdc;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .faq .list_box .question:after {
    position: absolute;
    content: url(../images/arrow.svg);
    right: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
  }
  .faq .list_box .question.open {
    border-bottom: none;
  }
  .faq .list_box .question.open:after {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .faq .list_box .answer {
    display: none;
    position: relative;
    padding-left: 70px;
    padding: 25px 25px 25px 54px;
    font-size: 3.38542vw;
    line-height: 6.25vw;
    text-align: left;
    color: #ff4fa2;
    background: #fef5f9;
  }
  .faq .list_box .answer:before {
    content: 'A';
    font-size: 3.2rem;
    font-family: "Hiragino Mincho Pro";
    color: #ffc0de;
    position: absolute;
    line-height: 1;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .feature {
    margin: 70px auto 0;
  }
  .feature h2 {
    margin-bottom: 30px;
  }
  .feature h2:before {
    content: 'FEATURE';
  }
  .feature .table .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature .table .row .t_body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .feature .table .row .t_body .t_row {
    width: 65%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .feature .table .row .t_body .t_row:nth-of-type(1) {
    width: 35%;
  }
  .feature .table .row .t_body .t_row:nth-of-type(1) .td {
    background: #f7f7f7;
  }
  .feature .table .row .t_body .t_row:nth-of-type(2) .td {
    border-right: solid 1px #d4d4d4;
  }
  .feature .table .row .t_body .t_row.end .th_t {
    background-color: #edf8ff;
  }
  .feature .table .row .t_body .t_row .th_t {
    background-color: #ffe5f1;
    padding: 10px;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 3.125vw;
    height: 10.41667vw;
  }
  .feature .table .row .t_body .t_row .td {
    font-size: 3.125vw;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    background: #ffffff;
    padding: 10px;
    text-align: left;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature .table .row .t_body .t_row .td:last-child {
    border-bottom: solid 1px #d4d4d4;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(2) {
    height: 10.41667vw;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(3) {
    height: 10.41667vw;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(4) {
    height: 15.625vw;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(5) {
    height: 26.69271vw;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(6) {
    height: 15.625vw;
  }
  .feature .table .row .t_body .t_row .td:nth-of-type(7) {
    height: 26.69271vw;
  }
  .feature .table .row .t_body .t_row .td:empty {
    opacity: 0;
    padding: 0;
    border: none;
    height: 10.41667vw;
  }
  .feature .table .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .price_list {
    margin: 60px auto 0;
  }
  .price_list h2 {
    margin-bottom: 15px;
  }
  .price_list h2:before {
    content: 'PRICE';
    white-space: nowrap;
  }
  .price_list h3 {
    font-size: 3.64583vw;
    font-family: "Hiragino Mincho Pro";
    margin: 10px 0;
  }
  .price_list h3 span {
    display: block;
    color: #4a4a4a;
    font-size: 3.125vw;
    width: 100%;
    margin-top: 10px;
    font-weight: normal;
  }
  .price_list .invisalign_full {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ff4fa2;
    font-family: "Hiragino Mincho Pro";
    font-size: 6.51042vw;
    margin-bottom: 20px;
  }
  .price_list .invisalign_full span {
    font-size: 4.03646vw;
  }
  .price_list .invisalign_full .label {
    font-size: 3.38542vw;
    letter-spacing: 0.05em;
    background-color: #ff4fa2;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    padding: 2px 10px;
  }
  .price_list .invisalign_full p {
    display: block;
    color: #4a4a4a;
    font-size: 3.125vw;
    width: 100%;
  }
  .price_list img {
    max-width: 100%;
  }
  .price_list .table .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price_list .table .row .t_body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .price_list .table .row .t_body .t_row {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .price_list .table .row .t_body .t_row:nth-of-type(2) .th_t {
    background-color: #edf8ff;
  }
  .price_list .table .row .t_body .t_row.end {
    border-right: solid 1px #d4d4d4;
  }
  .price_list .table .row .t_body .t_row.end .th_t {
    background-color: #f7f7f7;
  }
  .price_list .table .row .t_body .t_row .th_t {
    background-color: #ffe5f1;
    padding: 10px;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 3.125vw;
  }
  .price_list .table .row .t_body .t_row .td {
    font-size: 3.125vw;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    background: #ffffff;
    padding: 10px;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price_list .table .row .t_body .t_row .td:last-child {
    border-bottom: solid 1px #d4d4d4;
  }
  .price_list .table .row .t_body .t_row .td.pink {
    color: #ff4fa2;
    font-weight: bold;
  }
  .price_list p.mini {
    font-size: 2.60417vw;
    margin-top: 10px;
    text-align: right;
  }
  .recommended {
    margin: 124px auto 152px;
  }
  .recommended h2:before {
    content: 'RECOMMENDED';
    font-size: 11.45833vw;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .recommended .list {
    display: block;
  }
  .recommended .list img {
    width: 100%;
  }
  .recommended .list img.illustration {
    width: 50%;
  }
  .recommended .list ul {
    margin-top: 20px;
  }
  .recommended .list ul li {
    font-family: "Hiragino Mincho Pro";
    font-size: 4.16667vw;
    background: url(../images/line_pc.png) bottom no-repeat;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.14em;
  }
  .recommended .list ul li:before {
    content: url(../images/maru_pc.png);
    margin-right: 15px;
  }
  .recommended .list ul li span {
    font-size: 5.20833vw;
    color: #ff4fa2;
  }
  .clinic {
    margin: 70px auto 0;
  }
  .clinic h2:before {
    content: 'CLINIC';
    white-space: nowrap;
  }
  .clinic ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clinic ul li {
    width: 100%;
  }
  .clinic ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .clinic ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .clinic ul li p {
    text-align: left;
  }
  .clinic ul li p.title {
    font-size: 3.64583vw;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .clinic ul li p.title span {
    font-size: 2.86458vw;
    margin-left: 10px;
  }
  .clinic ul li img {
    width: 100%;
  }
  .access {
    margin: 70px auto 97px;
  }
  .access h2 {
    margin-bottom: 20px;
  }
  .access h2:before {
    content: 'ACCESS';
    white-space: nowrap;
  }
  .access .table_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .access .table_wrap p {
    text-align: left;
  }
  .access .table_wrap table {
    border-collapse: collapse;
    border: 1px solid #d0d0d0;
    margin-top: 2.3rem;
    width: 100%;
    font-size: 2.86458vw;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: 0.1em;
  }
  .access .table_wrap table th {
    color: #4a4a4a;
    border: 1px solid #d0d0d0;
    padding: 8px 0;
    font-size: 2.86458vw;
  }
  .access .table_wrap table td {
    color: #4a4a4a;
    border: 1px solid #d0d0d0;
    padding: 8px 6px;
    font-size: 2.86458vw;
  }
  .access .table_wrap table td img {
    vertical-align: middle;
    zoom: 0.7;
  }
  .access .table_wrap table td:first-child {
    text-align: left;
    padding-left: 10px;
  }
  .access .table_wrap table td:first-child span {
    display: inline-block;
    text-align: right;
    margin-left: 5px;
  }
  .access .map_wrap {
    width: 100%;
    margin: 20px auto 0;
  }
  .access .map_wrap iframe {
    width: 100%;
  }
  .access .map_wrap p {
    text-align: center;
  }
  .access .contact_box h3 {
    margin-top: 64px;
    font-size: 4.42708vw;
    font-family: "Hiragino Mincho Pro";
    color: #ff4fa2;
    font-weight: normal;
    letter-spacing: 0.2em;
    position: relative;
  }
  .access .contact_box h3:before {
    content: url(../images/contact_arrow_pc.png);
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .access .contact_box .btn_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .access .contact_box .btn_area ul li {
    margin: 0 10px;
    width: 100%;
  }
  .access .contact_box .btn_area ul li:nth-of-type(1) .btn a {
    font-size: 3.38542vw;
    line-height: 28px;
    width: 100%;
    -moz-border-radius: 38px;
         border-radius: 38px;
  }
  .access .contact_box .btn_area ul li:nth-of-type(2) .btn {
    width: 100%;
  }
  .access .contact_box .btn_area ul li:nth-of-type(2) .btn a {
    background: -webkit-gradient(linear, left top, left bottom, from(#72afde), to(#609fd5));
    background: -webkit-linear-gradient(#72afde, #609fd5);
    background: -moz- oldlinear-gradient(#72afde, #609fd5);
    background: linear-gradient(#72afde, #609fd5);
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    width: 100%;
    display: block;
    -moz-border-radius: 38px;
         border-radius: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer {
    text-align: center;
  }
  footer .copy {
    border-top: solid 1px #dcdcdc;
    padding: 20px 0;
  }
  /*============================================================
モーダル
============================================================*/
  #modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #modal-content {
    width: 100%;
    margin: 0;
    padding: 20px 20px;
    border: 0px solid #aaa;
    position: fixed;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  #modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal-close {
    display: block;
    clear: both;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    bottom: -40px;
  }
  .modal-syncer {
    cursor: pointer;
  }
  /*============================================================
アニメーション
============================================================*/
  .anime1 {
    -webkit-animation: horizontal 20s ease-in-out infinite alternate;
       -moz-animation: horizontal 20s ease-in-out infinite alternate;
            animation: horizontal 20s ease-in-out infinite alternate;
    z-index: -1;
  }
  .anime1 img {
    zoom: 0.3;
  }
  .anime2 {
    -webkit-animation: vertical 25s ease-in-out infinite alternate;
       -moz-animation: vertical 25s ease-in-out infinite alternate;
            animation: vertical 25s ease-in-out infinite alternate;
    z-index: -1;
  }
  .anime2 img {
    zoom: 0.3;
  }
  .anime3 {
    -webkit-animation: vertical 15s ease-in-out infinite alternate;
       -moz-animation: vertical 15s ease-in-out infinite alternate;
            animation: vertical 15s ease-in-out infinite alternate;
    z-index: -1;
  }
  .anime3 img {
    zoom: 0.3;
  }
  .anime4 {
    -webkit-animation: forept 25s ease-in-out infinite alternate;
       -moz-animation: forept 25s ease-in-out infinite alternate;
            animation: forept 25s ease-in-out infinite alternate;
    z-index: -1;
  }
  .anime4 img {
    zoom: 0.3;
  }
  .anime5 {
    -webkit-animation: vertical 40s ease-in-out infinite alternate;
       -moz-animation: vertical 40s ease-in-out infinite alternate;
            animation: vertical 40s ease-in-out infinite alternate;
    z-index: -1;
  }
  .anime5 img {
    zoom: 0.3;
  }
  .anime6 {
    -webkit-animation: horizontal 22s ease-in-out infinite alternate;
       -moz-animation: horizontal 22s ease-in-out infinite alternate;
            animation: horizontal 22s ease-in-out infinite alternate;
    z-index: -1;
  }
  .anime6 img {
    zoom: 0.3;
  }
  .anime7 {
    -webkit-animation: vertical 16s ease-in-out infinite alternate;
       -moz-animation: vertical 16s ease-in-out infinite alternate;
            animation: vertical 16s ease-in-out infinite alternate;
    z-index: -1;
  }
  .anime7 img {
    zoom: 0.3;
  }
  .fuwafuwa {
    -webkit-animation: fuwafuwa 25s ease-in-out infinite alternate;
       -moz-animation: fuwafuwa 25s ease-in-out infinite alternate;
            animation: fuwafuwa 25s ease-in-out infinite alternate;
    z-index: -1;
  }
  .fuwafuwa img {
    zoom: 0.3;
  }
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

@-moz-keyframes horizontal {
  0% {
    -moz-transform: translateX(-100px);
         transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateX(200px);
         transform: translateX(200px);
    -moz-transform: translateY(10px);
         transform: translateY(10px);
    opacity: 1;
  }
  70% {
    -moz-transform: translate(-55px, -10px);
         transform: translate(-55px, -10px);
  }
  100% {
    -moz-transform: translateX(10px);
         transform: translateX(10px);
    -moz-transform: translateY(300px);
         transform: translateY(300px);
    opacity: 0;
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-100px);
       -moz-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(200px);
       -moz-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-55px, -10px);
       -moz-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transform: translateY(300px);
       -moz-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

@-webkit-keyframes forept {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

@-moz-keyframes forept {
  0% {
    -moz-transform: translateX(0px);
         transform: translateX(0px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateX(-200px);
         transform: translateX(-200px);
    -moz-transform: translateY(10px);
         transform: translateY(10px);
    opacity: 1;
  }
  70% {
    -moz-transform: translate(-55px, -10px);
         transform: translate(-55px, -10px);
  }
  100% {
    -moz-transform: translateX(10px);
         transform: translateX(10px);
    -moz-transform: translateY(300px);
         transform: translateY(300px);
    opacity: 0;
  }
}

@keyframes forept {
  0% {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-200px);
       -moz-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-55px, -10px);
       -moz-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transform: translateY(300px);
       -moz-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  70% {
    -webkit-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}

@-moz-keyframes vertical {
  0% {
    -moz-transform: translateY(-100px);
         transform: translateY(-100px);
    -moz-transform: translateX(0px);
         transform: translateX(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-transform: translateX(200px);
         transform: translateX(200px);
    -moz-transform: translateY(200px);
         transform: translateY(200px);
  }
  70% {
    -moz-transform: translate(-55px, -10px);
         transform: translate(-55px, -10px);
  }
  100% {
    -moz-transform: translateY(0px);
         transform: translateY(0px);
    opacity: 0;
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-100px);
       -moz-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(200px);
       -moz-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transform: translateY(200px);
       -moz-transform: translateY(200px);
            transform: translateY(200px);
  }
  70% {
    -webkit-transform: translate(-55px, -10px);
       -moz-transform: translate(-55px, -10px);
            transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-110px, -120px);
  }
  70% {
    -webkit-transform: translate(-55px, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
