@charset "UTF-8";
@media screen and (min-width: 769px) {
  /*----------------------------------------
    General
  ----------------------------------------*/
  p {
    margin-bottom: 2em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 160%;
  }
  li {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    list-style: none;
    font-weight: bold;
    line-height: 130%;
  }
  small {
    word-break: break-all;
  }
  .img-r {
    width: 30%;
    margin: 0 0 1em 1em;
    float: right;
  }
  .img-l {
    margin: 0 1em 1em 0;
    float: left;
  }
  .of-h {
    width: 100%;
    overflow: hidden;
  }
  .break-sp {
    display: none;
  }
  p:last-child,
  li:last-child,
  dl:last-child,
  dd:last-child,
  .inner:last-child,
  .text:last-child {
    margin-bottom: 0 !important;
  }
  /*----------------------------------------
    Box
  ----------------------------------------*/
  .subheading-black {
    padding: 1em;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    background: #000;
  }
  .subheading-white {
    padding: 1em;
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    background: #fff;
  }
  .column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2 li, .column2 dl {
    margin-bottom: 1%;
    width: 49.5%;
  }
  .column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column3 li, .column3 dl {
    margin-bottom: 0;
    width: 33%;
  }
  .box-black dl {
    margin-bottom: 0 !important;
    padding: 3%;
    background: #000;
    border-radius: 1rem;
  }
  .box-black dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
  }
  .box-black dd {
    padding: 0 !important;
  }
  .box-black2 {
    display: flex;
    justify-content: space-between;
  }
  .box-black2 dl {
    margin-bottom: 0% !important;
    padding: 3%;
    width: 49.5%;
    background: #000;
    border-radius: 1rem;
  }
  .box-black2 dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
  }
  .box-black2 dd {
    padding: 0 !important;
  }
  .box-black3 {
    display: flex;
    justify-content: space-between;
  }
  .box-black3 dl {
    margin-bottom: 0% !important;
    padding: 3%;
    width: 33%;
    background: #000;
    border-radius: 1rem;
  }
  .box-black3 dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
  }
  .box-black3 dd {
    padding: 0 !important;
  }
  .box-white {
    display: flex;
    justify-content: space-between;
  }
  .box-white dl {
    margin-bottom: 0% !important;
    padding: 3%;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
  }
  .box-white dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
  }
  .box-white dd {
    padding: 0 !important;
  }
  .box-white2 {
    display: flex;
    justify-content: space-between;
  }
  .box-white2 dl {
    margin-bottom: 0% !important;
    padding: 3%;
    width: 49.5%;
    background: #fff;
    border-radius: 1rem;
  }
  .box-white2 dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
  }
  .box-white2 dd {
    padding: 0 !important;
  }
  .box-white3 {
    display: flex;
    justify-content: space-between;
  }
  .box-white3 dl {
    margin-bottom: 0% !important;
    padding: 3%;
    width: 33%;
    background: #fff;
    border-radius: 1rem;
  }
  .box-white3 dt {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
  }
  .box-white3 dd {
    padding: 0 !important;
  }
  .box-heading {
    margin-bottom: 5% !important;
  }
  .box-heading dt {
    margin-bottom: 0 !important;
    padding: 0.5em 1em 0.3em;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #000;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
  .box-heading dd {
    padding: 5% !important;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .box-heading p {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .attention {
    margin: 0 auto 5%;
    padding: 3%;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px dotted #333;
  }
  .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900;
  }
  .attention dd {
    margin-bottom: 30px;
  }
  .attention p {
    margin-bottom: 0.8em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
  }
  .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  .attention .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  /*----------------------------------------
    Btn
  ----------------------------------------*/
  .btn1 {
    margin: 0 auto;
  }
  .btn1 a {
    padding: 2rem 0;
    width: 100%;
    font-size: 42px;
    font-size: 4.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    display: block;
    border-radius: 5rem;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn1 a span {
    font-weight: bold;
    color: #fff !important;
  }
  .btn1-s {
    margin: 0 auto;
  }
  .btn1-s a {
    padding: 2rem 0;
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    display: block;
    border-radius: 5rem;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn1-s a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn1-s a span {
    font-weight: bold;
    color: #fff !important;
  }
  .btn2 {
    margin: 0 auto;
  }
  .btn2 a {
    padding: 1rem 0 2rem;
    width: 100%;
    font-size: 42px;
    font-size: 4.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    display: block;
    border-radius: 5rem;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn2 a span {
    font-weight: bold;
  }
  .btn2 a .small {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: normal;
    display: inline-block;
  }
  .btn-green a {
    background-color: #1ca800;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    box-shadow: 0 12px 0 #176802;
  }
  .btn-red a {
    background-color: #f33;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    box-shadow: 0 12px 0 #7f1c1c;
  }
  .btn-blue a {
    background-color: #00f;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    box-shadow: 0 12px 0 #000070;
  }
  .btn-orange a {
    background-color: #fa0;
    background-image: linear-gradient(to bottom, #fa0 0%, #f80 100%);
    box-shadow: 0 12px 0 #e76d00;
  }
  /*----------------------------------------
    List
  ----------------------------------------*/
  ol {
    padding: 0;
    counter-reset: my-counter;
    list-style: none;
  }
  ol li {
    padding-left: 30px;
    position: relative;
  }
  ol li:before {
    margin-left: -30px;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    content: counter(my-counter);
    counter-increment: my-counter;
  }
  .list-green {
    padding: 2.5em;
    background: #24b7b5;
    background: linear-gradient(to right, #24b7b5 0%, #67bf75 100%);
  }
  .list-green li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-green li:last-child {
    margin-bottom: 0;
  }
  .list-blue {
    padding: 2.5em;
    background: #24b7b5;
    background: linear-gradient(to right, #002fb7 0%, #9700e2 100%);
  }
  .list-blue li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-blue li:last-child {
    margin-bottom: 0;
  }
  .list-orange {
    padding: 2.5em;
    background: rgb(255, 136, 50);
    background: linear-gradient(to right, rgb(255, 136, 50) 0%, rgb(255, 33, 92) 100%);
  }
  .list-orange li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-orange li:last-child {
    margin-bottom: 0;
  }
  .list-black {
    padding: 2.5em;
    background: rgb(0, 0, 0);
    border: 2px solid #fff;
  }
  .list-black li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .list-black li:last-child {
    margin-bottom: 0;
  }
  .list-white {
    padding: 2.5em;
    background: #fff;
  }
  .list-white li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
  }
  .list-white li:last-child {
    margin-bottom: 0;
  }
  .check {
    padding: 2.5em 2.5em 2.5em 5em;
  }
  .check li {
    position: relative;
  }
  .check li:last-child {
    margin-bottom: 0;
  }
  .check li::after {
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    left: -30px;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  /*----------------------------------------
    .movie
  ----------------------------------------*/
  .movie {
    margin: 0 0 2em 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .movie dt {
    margin: 0 !important;
    padding: 3% 5% !important;
    background: #ee0000 !important;
    display: flex !important;
    align-items: flex-start !important;
    border: none !important;
    text-shadow: none !important;
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  .movie dt .material-symbols-outlined {
    padding: 0 !important;
    margin: 0 0.5em 0 0 !important;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff !important;
    background: none !important;
  }
  .movie dt .txt {
    padding-top: 0.1em;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 130% !important;
    color: #fff !important;
    font-weight: bold !important;
  }
  .movie dd {
    padding: 0 !important;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
  }
  .player {
    position: relative;
  }
  .player .thumbnail {
    cursor: pointer;
    z-index: 1;
  }
  .player .material-symbols-outlined {
    margin: 0 !important;
    padding: 22% 0 0 !important;
    font-size: 90px;
    font-size: 9rem;
    color: #f00 !important;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s 0s ease;
    background: none !important;
  }
  .player .material-symbols-outlined:before {
    display: block;
  }
  .player .material-symbols-outlined:hover {
    color: #fc0 !important;
  }
  #modal-video {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.5s;
  }
  #modal-video.close {
    filter: opacity(0);
    visibility: hidden;
  }
  #modal-video.open {
    filter: opacity(1);
    visibility: visible;
  }
  #modal-video iframe {
    width: 64vw;
    height: 36vw;
  }
  /*----------------------------------------
    .comment
  ----------------------------------------*/
  .comment {
    padding: 5%;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .comment h4 {
    margin-bottom: 1em;
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-left: 8px solid #f00;
  }
  /*----------------------------------------
    table
  ----------------------------------------*/
  .table {
    margin-bottom: 5%;
    padding: 3%;
    background: rgba(0, 0, 0, 0.8);
    border: 5px solid #ffbb00;
  }
  .table table {
    width: 100%;
    border-collapse: collapse;
  }
  .table .table-scroll-x {
    overflow-x: scroll;
  }
  .table .material-symbols-outlined {
    margin: 0 1em !important;
    padding: 0 !important;
    font-size: 25px !important;
    font-size: 2.5rem !important;
    background: none !important;
    vertical-align: -0.2em;
  }
  .table .scroll-right {
    margin: 0 !important;
    padding: 0.5em 0;
    font-size: 20px !important;
    font-size: 2rem !important;
    color: #fff;
    text-align: center;
    background: #f00;
  }
  .table tr:last-child {
    border-bottom: none;
  }
  .table th {
    padding: 0.8em 1em;
    width: 10%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .table th:last-child {
    border-right: none;
  }
  .table .kind {
    background: #d18400;
    color: #fff;
  }
  .table td {
    padding: 0.8em 1em;
    width: 18%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    background: #eee;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .table .large {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
  }
  .table .total {
    width: 30% !important;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    background: #d40064;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .table .kind-all {
    font-weight: bold;
    color: #fff;
    background: #774b00;
  }
  .table .all {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  .table .off {
    color: #d40064;
    font-weight: bold;
  }
  .table th.all {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  .table td.all {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #d47200;
  }
  .table td.all span {
    padding: 0.3em;
    line-height: 180%;
    color: #d47200;
    font-weight: bold;
    background: #fff;
  }
  /*----------------------------------------
    .chat
  ----------------------------------------*/
  .chat {
    margin: 0 auto 5%;
    padding: 5%;
    width: 100%;
    background: #7da4cd;
    border-radius: 3rem;
  }
  .chat .balloon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .chat .balloon .faceicon {
    width: 15%;
  }
  .chat .balloon .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
  }
  .chat .balloon .chatting {
    width: 80%;
  }
  .chat .balloon .chatting .says {
    display: inline-block;
    position: relative;
    padding: 5%;
    width: 100%;
    border-radius: 2rem;
    background: #fff;
  }
  .chat .balloon .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    transform: rotate(35deg);
  }
  .chat .balloon .chatting .says p {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  .chat-black {
    margin: 0 auto 5%;
    padding: 5% 5%;
    width: 100%;
    background: #000;
    border: 1px solid #fff;
  }
  .chat-black .balloon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .chat-black .balloon .faceicon {
    width: 20%;
  }
  .chat-black .balloon .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 0% !important;
  }
  .chat-black .balloon .chatting {
    width: 75%;
  }
  .chat-black .balloon .chatting .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 0;
    padding: 8%;
    width: 100%;
    text-align: left;
    border-radius: 0% !important;
    background: #fff;
  }
  .chat-black .balloon .chatting .says p {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #333 !important;
  }
  /*----------------------------------------
    .point
  ----------------------------------------*/
  .point {
    margin-bottom: 5%;
    padding: 5%;
    background: #e95a00;
    border-radius: 1rem;
  }
  .point dt {
    margin: 0 0 0.5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    color: #fff !important;
    line-height: 150%;
    font-family: "Kosugi Maru", sans-serif !important;
    font-weight: bold !important;
    background: transparent !important;
  }
  .point dt i {
    margin-right: 0.3em;
  }
  .point dd {
    padding: 5%;
    background: #fff !important;
    border-radius: 0.5rem;
  }
  .point p, .point li {
    margin-bottom: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333 !important;
    font-family: "Kosugi Maru", sans-serif !important;
    font-weight: normal;
  }
  .point-orange {
    background: #e95a00;
  }
  .point-red {
    background: #f00;
  }
  .point-blue {
    background: #0039a7;
  }
  .point-green {
    background: #007a1f;
  }
  .point-black {
    background: #000;
    border: 2px solid #fff;
  }
  .point-white {
    background: #fff;
    border: 5px solid #000;
  }
  .point-white dt {
    color: #000 !important;
  }
  .point-white dd {
    background: #000 !important;
  }
  .point-white p, .point-white li {
    color: #fff !important;
  }
  /*----------------------------------------
    .description
  ----------------------------------------*/
  .description {
    margin-bottom: 5% !important;
  }
  .description dt {
    margin-bottom: 0 !important;
    padding: 0.5em 0.8em;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .description dt i {
    margin-right: 0.5em;
  }
  .description dd {
    padding: 5%;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #cce7ff;
    border-bottom: 3px solid #cce7ff;
    border-left: 3px solid #cce7ff;
  }
  .description dd p {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  .description-blue dt {
    color: #010079;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  }
  .description-blue dd {
    border-right: 3px solid #e9f4ff;
    border-bottom: 3px solid #e9f4ff;
    border-left: 3px solid #e9f4ff;
  }
  .description-blue dd p {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  .description-orange dt {
    color: #bb2e00;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #ffb229, #ffb229 3px, #f9c15e 3px, #f9c15e 7px);
  }
  .description-orange dd {
    border-right: 3px solid #f9c15e;
    border-bottom: 3px solid #f9c15e;
    border-left: 3px solid #f9c15e;
  }
  .description-orange dd p {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  .description-green dt {
    color: #fff;
    text-shadow: 0 0 5px #000;
    background: repeating-linear-gradient(-45deg, #29a500, #29a500 3px, #55c800 3px, #55c800 7px);
  }
  .description-green dd {
    border-right: 3px solid #55c800;
    border-bottom: 3px solid #55c800;
    border-left: 3px solid #55c800;
  }
  .description-green dd p {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  .voice-list {
    margin-bottom: 5%;
    padding: 3% 5%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #000;
  }
  .voice-list p {
    margin-bottom: 0.8em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
  }
  .voice-list .voice-list-top {
    margin-bottom: 2%;
    padding-bottom: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .voice-list .voice-list-top img {
    margin-right: 1rem;
    width: 10%;
  }
  .voice-list .voice-list-top li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
  .voice-list .voice-list-top .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .voice-list .voice-list-top .star {
    color: #f70;
  }
  .voice-list .voice-list-top .star span {
    margin-right: 0.5em;
    padding: 0.2em 0.8em;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    background: #900;
    display: inline-block;
  }
  /*----------------------------------------
    .pre
  ----------------------------------------*/
  .pre {
    margin: 0 auto;
    padding: 3% 5%;
    width: 100%;
    text-align: center;
    background: #fff;
  }
  .pre p {
    margin-bottom: 2rem;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 150%;
    color: #333 !important;
    letter-spacing: -0.05em;
  }
  .pre p span {
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #900;
  }
  .pre .caution {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 160%;
    display: block;
    letter-spacing: 0.05em;
  }
  /*----------------------------------------
    #btn-float
  ----------------------------------------*/
  #btn-float {
    padding: 0;
    width: 180px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  #btn-float i, #btn-float span {
    margin-right: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  #btn-float a {
    padding: 10px 0 5px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #btn-float a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0);
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }
  /*----------------------------------------
    #header
  ----------------------------------------*/
  #header-top {
    padding: 2% 0;
    width: 100%;
    text-align: center;
    background: #000;
  }
  #header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #header-top p {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: bold;
    line-height: 130%;
  }
  #header-top a {
    margin: 10px auto 0;
    padding: 1em;
    width: 50%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
    border-radius: 1rem;
    border: 1px solid transparent;
  }
  #header-top a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
  }
  #header-top span {
    margin-top: 10px;
    padding: 0.3em 1em;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 1rem;
    box-shadow: 0 0 10px #000;
  }
  /*----------------------------------------
    #footer
  ----------------------------------------*/
  #footer {
    padding: 10px 0;
    overflow: hidden;
    background: #333;
  }
  #footer .inner {
    margin: 0 auto;
    width: 900px;
  }
  #footer p {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    float: right;
  }
  #footer-navi {
    padding-right: 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    float: right;
  }
  #footer-navi li {
    margin: 0 0 0 10px;
    padding-left: 10px;
    font-size: 10px;
    font-size: 1rem;
    list-style: none;
    border-left: 1px solid #fff;
    float: left;
  }
  #footer-navi li a {
    color: #fff;
  }
  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product {
    padding-bottom: 5%;
    background: url(../images/back-contents.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  .product h3 {
    margin: 0 auto 5%;
  }
  .product .menu {
    margin: 0 auto 0%;
    width: 70%;
    min-width: 800px;
  }
  .product .product-contents {
    margin-bottom: 3%;
  }
  .product .product-contents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-contents li {
    width: 33%;
  }
  .product .product-bonus {
    margin-bottom: 3%;
  }
  .product .product-bonus ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-bonus li {
    margin-bottom: 1em;
    width: 33%;
  }
  .product .btn1, .product .btn2 {
    margin-bottom: 2%;
    width: 50%;
    min-width: 600px;
  }
  .product .product-caution {
    margin: 0 auto 5%;
    padding: 3%;
    width: 50%;
    min-width: 600px;
    text-align: center;
    background: #fff;
  }
  .product .product-caution p {
    font-size: 20px;
    font-size: 2rem;
  }
  .product .product-caution a {
    color: #00f;
  }
  .product .timer {
    margin: 5% auto 5%;
    padding: 2% 0;
    width: 50%;
    min-width: 600px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .product .timer p {
    margin-bottom: 0.5em !important;
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 180%;
  }
  .product .timer a {
    margin: 0 auto;
    padding: 1em;
    width: 90%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
    border: 1px solid #000;
    border-radius: 1rem;
  }
  .product .timer a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
  }
  .product .timer span {
    padding: 0 0.5em;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 1rem;
  }
  .product .aside {
    margin: 0 auto;
    width: 50%;
    min-width: 600px;
  }
  .product .aside .consulting {
    background: #ff9300;
  }
  .product .aside .consulting .operator {
    padding: 0.3em 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    background: #000;
  }
  .product .attention {
    margin: 0 auto 2%;
    width: 50%;
    min-width: 600px;
  }
  .product .product-btn-m {
    margin: 0 auto 2%;
    width: 50%;
    min-width: 600px;
  }
  .product .product-btn-m dt {
    padding: 0.5em 0;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #009245;
  }
  .product .product-btn-m dd {
    padding: 5%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 10px solid #009245;
    border-bottom: 10px solid #009245;
    border-left: 10px solid #009245;
  }
  .product .product-btn-m .btn1, .product .product-btn-m .btn2 {
    margin-bottom: 3%;
    min-width: 100% !important;
  }
  .product .product-btn-m .btn1 a, .product .product-btn-m .btn2 a {
    padding-top: 0 !important;
  }
  .product .product-btn-m .btn1 .small, .product .product-btn-m .btn2 .small {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .product .product-btn-y {
    margin: 0 auto 5%;
    width: 50%;
    min-width: 600px;
  }
  .product .product-btn-y dt {
    padding: 0.5em 0;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e21352;
  }
  .product .product-btn-y dd {
    padding: 5%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 10px solid #e21352;
    border-bottom: 10px solid #e21352;
    border-left: 10px solid #e21352;
  }
  .product .product-btn-y .btn1, .product .product-btn-y .btn2 {
    margin-bottom: 3%;
    min-width: 100% !important;
  }
  .product .product-btn-y .btn1 a, .product .product-btn-y .btn2 a {
    padding-top: 0 !important;
  }
  .product .product-btn-y .btn1 .small, .product .product-btn-y .btn2 .small {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  /*----------------------------------------
    #crossidea
  ----------------------------------------*/
  #crossidea {
    padding: 10em 25% 5em;
    background: url(../images/back-crossidea.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #crossidea h3 {
    margin-bottom: 10em;
  }
  #crossidea .text {
    padding: 8em 10% 5em;
    background: rgba(255, 255, 255, 0.9);
  }
  #crossidea .name {
    text-align: right;
  }
  #crossidea .name img {
    width: 50%;
  }
  /*----------------------------------------
    modal
  ----------------------------------------*/
  #modal-close {
    padding: 10px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #666;
    border-radius: 5px;
    position: absolute;
    left: 43%;
    bottom: 0;
    z-index: 1;
  }
  #modal-open {
    margin-bottom: 0;
    top: 10px;
    display: block;
    width: 100%;
    height: 20px;
    position: fixed;
    position: expression("absolute");
    top: expression(documentElement.scrollTop + 10 + "px");
  }
  #modal-content {
    position: fixed;
    display: none;
    z-index: 7;
  }
  #modal-overlay {
    z-index: 6;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #modal-content-inner form {
    margin: 0 auto;
    width: 860px;
    height: 610px;
    background: url(../images/modal.jpg) no-repeat left top;
    background-size: 100%;
    position: relative;
  }
  #modal-content-inner input[type=text] {
    padding-left: 70px;
    width: 560px;
    height: 60px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 40px;
    background: #FFF url(../images/icon-mail.png) no-repeat 10px 6px;
    position: absolute;
    left: 20px;
    bottom: 67px;
    border: 1px solid #f00;
  }
  #modal-content-inner button {
    margin: 0 auto;
    padding: 10px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 240px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 25px;
    font-size: 2.5rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 74px;
    border: none;
  }
  #modal-content-inner button:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  .result-scroll {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    overflow: scroll;
  }
  .result-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-scroll li {
    margin-bottom: 0;
  }
  .result-scroll-heading-l {
    margin: 0 auto 5%;
    width: 100%;
    height: 50vw;
    overflow: scroll;
    position: relative;
    border: 1px solid #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .result-scroll-heading-l {
    height: 41.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .result-scroll-heading-l iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-scroll-heading-l h4 {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 2;
  }
  .result-scroll-heading-l h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    display: block;
  }
  .result-scroll-heading-l .data {
    position: absolute;
    z-index: 1;
  }
  .result-scroll-heading-l li {
    margin-bottom: 0;
  }
  .result-scroll-heading {
    margin: 0 auto 5%;
    width: 100%;
    height: 38.4615384615vw;
    overflow: scroll;
    position: relative;
    border: 1px solid #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .result-scroll-heading {
    height: 41.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .result-scroll-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-scroll-heading h4 {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .result-scroll-heading h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    display: block;
  }
  .result-scroll-heading .data {
    position: absolute;
    z-index: 1;
  }
  .result-scroll-heading li {
    margin-bottom: 0;
  }
  .result-chart-chart-3 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: 34.4827586207vw;
    position: relative;
    background: #000;
  }
  .result-chart-chart-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-3 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  .result-chart-chart-3 ul li {
    margin-bottom: 0.5% !important;
    width: 33%;
  }
}
@media screen and (max-width: 769px) {
  /*----------------------------------------
    General
  ----------------------------------------*/
  p {
    margin-bottom: 4.3vw;
    font-size: 13px;
    font-size: 3.5vw;
    color: #333;
    line-height: 160%;
  }
  li {
    margin-bottom: 2.7vw;
    font-size: 20px;
    font-size: 5.3vw;
    list-style: none;
    font-weight: bold;
    line-height: 130%;
  }
  small {
    word-break: break-all;
  }
  br {
    display: none;
  }
  .break {
    display: block;
  }
  .break-sp {
    display: block;
  }
  .img-r {
    margin: 0 0 5.3vw 5.3vw;
    width: 30%;
    float: right;
  }
  .img-l {
    margin: 0 5.3vw 5.3vw 0;
    float: left;
  }
  .of-h {
    width: 100%;
    overflow: hidden;
  }
  #modal {
    display: none;
  }
  p:last-child,
  li:last-child,
  dl:last-child,
  dd:last-child,
  .inner:last-child,
  .text:last-child {
    margin-bottom: 0 !important;
  }
  /*----------------------------------------
    Box
  ----------------------------------------*/
  .subheading-black {
    padding: 1em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    letter-spacing: 0.5em;
    font-weight: bold;
    text-align: center;
    background: #000;
  }
  .subheading-white {
    padding: 1em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #000;
    letter-spacing: 0.5em;
    font-weight: bold;
    text-align: center;
    background: #fff;
  }
  .column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2 li, .column2 dl {
    margin-bottom: 1%;
    width: 49.5%;
  }
  .column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column3 li, .column3 dl {
    margin-bottom: 0;
    width: 33%;
  }
  .box-black, .box-black2, .box-black3 {
    margin-bottom: 3rem;
  }
  .box-black dl, .box-black2 dl, .box-black3 dl {
    margin-bottom: 1rem;
    padding: 2rem;
    width: 100%;
    background: #000;
    border-radius: 1rem;
  }
  .box-black dl:last-child, .box-black2 dl:last-child, .box-black3 dl:last-child {
    margin-bottom: 0% !important;
  }
  .box-black dt, .box-black2 dt, .box-black3 dt {
    margin-bottom: 1em;
    padding: 0 !important;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: bold;
    background: none !important;
  }
  .box-black dd, .box-black2 dd, .box-black3 dd {
    padding: 0 !important;
  }
  .box-white, .box-white2, .box-white3 {
    margin-bottom: 3rem;
  }
  .box-white dl, .box-white2 dl, .box-white3 dl {
    margin-bottom: 1rem;
    padding: 2rem;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
  }
  .box-white dl:last-child, .box-white2 dl:last-child, .box-white3 dl:last-child {
    margin-bottom: 0% !important;
  }
  .box-white dt, .box-white2 dt, .box-white3 dt {
    margin-bottom: 1em;
    padding: 0 !important;
    font-size: 12px;
    font-size: 3.2vw;
    color: #000;
    font-weight: bold;
    background: none !important;
  }
  .box-white dd, .box-white2 dd, .box-white3 dd {
    padding: 0 !important;
  }
  .box-heading {
    margin-bottom: 1rem !important;
  }
  .box-heading dt {
    margin-bottom: 0 !important;
    padding: 0.5em 1em 0.3em !important;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #000 !important;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
  .box-heading dd {
    padding: 5% !important;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .box-heading p {
    margin-bottom: 0.5em;
    font-size: 13px;
    font-size: 3.5vw;
  }
  .attention {
    padding: 2rem;
    width: 100%;
    background: #fff;
    border: 1px solid #aaa;
  }
  .attention dt {
    margin-bottom: 0.5em;
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 14px;
    font-size: 3.7vw;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900;
  }
  .attention dd {
    margin-bottom: 2rem;
  }
  .attention p {
    margin-bottom: 1em;
    font-size: 8px;
    font-size: 2.1vw;
    line-height: 130%;
  }
  .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  .attention .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  /*----------------------------------------
    Btn
  ----------------------------------------*/
  .btn1 {
    margin: 0 auto;
  }
  .btn1 a {
    padding: 2rem 0;
    width: 100%;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    display: block;
    border-radius: 5rem;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn1 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn1 a span {
    font-weight: bold;
    color: #fff !important;
  }
  .btn1-s {
    margin: 0 auto;
  }
  .btn1-s a {
    padding: 2rem 0;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    display: block;
    border-radius: 5rem;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn1-s a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn1-s a span {
    font-weight: bold;
    color: #fff !important;
  }
  .btn2 {
    margin: 0 auto;
  }
  .btn2 a {
    padding: 1rem 0 2rem;
    width: 100%;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    display: block;
    border-radius: 5rem;
    text-shadow: 0px 1px 0px #333;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn2 a span {
    font-weight: bold;
  }
  .btn2 a .small {
    font-size: 13px;
    font-size: 3.5vw;
    line-height: 1;
    font-weight: normal;
    display: inline-block;
  }
  .btn-green a {
    background-color: #1ca800;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    box-shadow: 0 12px 0 #176802;
  }
  .btn-red a {
    background-color: #f33;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    box-shadow: 0 12px 0 #7f1c1c;
  }
  .btn-blue a {
    background-color: #00f;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    box-shadow: 0 12px 0 #000070;
  }
  .btn-orange a {
    background-color: #fa0;
    background-image: linear-gradient(to bottom, #fa0 0%, #f80 100%);
    box-shadow: 0 12px 0 #e76d00;
  }
  /*----------------------------------------
    List
  ----------------------------------------*/
  ol {
    padding: 0;
    counter-reset: my-counter;
    list-style: none;
  }
  ol li {
    margin-bottom: 2.7vw;
    padding-left: 5.3vw;
    position: relative;
  }
  ol li:before {
    margin-left: -8vw;
    width: 5.1vw;
    height: 5.1vw;
    display: block;
    text-align: center;
    color: #222;
    font-weight: normal;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    content: counter(my-counter);
    counter-increment: my-counter;
  }
  .list-green {
    padding: 10%;
    background: #24b7b5;
    background: linear-gradient(to right, #24b7b5 0%, #67bf75 100%);
  }
  .list-green li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-blue {
    padding: 10%;
    background: #24b7b5;
    background: linear-gradient(to right, #002fb7 0%, #9700e2 100%);
  }
  .list-blue li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-orange {
    padding: 10%;
    background: #ff8837;
    background: linear-gradient(to right, #ff8837 0%, #ff215c 100%);
  }
  .list-orange li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-black {
    padding: 10%;
    background: rgb(0, 0, 0);
    border: 2px solid #fff;
  }
  .list-black li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #fff;
  }
  .list-white {
    padding: 10%;
    background: #fff;
  }
  .list-white li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #333;
  }
  .check {
    padding: 10% 10% 10% 15%;
  }
  .check li {
    position: relative;
  }
  .check li::after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: -10%;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  /*----------------------------------------
    .movie
  ----------------------------------------*/
  .movie {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
  }
  .movie dt {
    margin: 0 !important;
    padding: 5% !important;
    background: #ee0000 !important;
    display: flex !important;
    align-items: flex-start !important;
    border: none !important;
    text-shadow: none !important;
  }
  .movie dt .material-symbols-outlined {
    margin: 0 1rem 0 0 !important;
    padding: 0 !important;
    font-size: 22px;
    font-size: 5.9vw;
    color: #fff !important;
    background: none !important;
  }
  .movie dt .txt {
    margin-bottom: 0 !important;
    padding: 0.3em 0 0 0 !important;
    font-size: 16px !important;
    font-size: 3vw !important;
    color: #fff !important;
    line-height: 140% !important;
    font-weight: 900 !important;
    background: none !important;
  }
  .movie dd {
    padding: 0 !important;
    border: none !important;
  }
  .movie dd:before, .movie dd:after {
    height: 0 !important;
    background: none !important;
  }
  .player {
    position: relative;
  }
  .player .thumbnail {
    cursor: pointer;
    z-index: 1;
  }
  .player .material-symbols-outlined {
    margin: 0 !important;
    padding: 22% 0 0 !important;
    font-size: 50px;
    font-size: 13.3vw;
    color: #f00 !important;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s 0s ease;
    background: none !important;
  }
  .player .material-symbols-outlined:before {
    margin-top: 25%;
    display: block;
  }
  .player .material-symbols-outlined:hover {
    color: #fc0;
  }
  #modal-video {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.5s;
  }
  #modal-video.close {
    filter: opacity(0);
    visibility: hidden;
  }
  #modal-video.open {
    filter: opacity(1);
    visibility: visible;
  }
  #modal-video iframe {
    width: 80vw;
    height: 60vw;
  }
  /*----------------------------------------
    .comment
  ----------------------------------------*/
  .comment {
    margin-bottom: 5%;
    padding: 5%;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 13px;
    font-size: 3.5vw;
  }
  /*----------------------------------------
    table
  ----------------------------------------*/
  .table {
    margin: 0 auto 1rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8);
    border: 5px solid #ffbb00;
  }
  .table table {
    width: 100%;
    border-collapse: collapse;
  }
  .table .table-scroll-x {
    overflow-x: scroll;
  }
  .table .material-symbols-outlined {
    margin: 0 1em !important;
    padding: 0 !important;
    font-size: 25px !important;
    font-size: 2.5rem !important;
    background: none !important;
    vertical-align: -0.2em;
  }
  .table .scroll-right {
    margin: 0 !important;
    padding: 0.5em 0;
    font-size: 20px !important;
    font-size: 2rem !important;
    color: #fff;
    text-align: center;
    background: #f00;
  }
  .table tr:last-child {
    border-bottom: none;
  }
  .table th {
    padding: 1em 0.5em;
    font-size: 13px;
    font-size: 3.5vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000;
    border-right: 1px dotted #fff;
  }
  .table th:last-child {
    border-right: none;
  }
  .table .kind {
    width: 20% !important;
    background: #d18400;
    color: #fff;
  }
  .table td {
    padding: 0.8em 1em;
    width: 18%;
    font-size: 13px;
    font-size: 3.5vw;
    text-align: center;
    background: #eee;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .table .large {
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
  }
  .table .total {
    width: 40% !important;
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    background: #d40064;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .table .kind-all {
    font-weight: bold;
    color: #fff;
    background: #774b00;
  }
  .table .all {
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  .table .off {
    color: #d40064;
    font-weight: bold;
  }
  .table th.all {
    padding: 0;
    width: 30%;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  .table td.all {
    padding: 0;
    width: 30%;
    font-size: 10px;
    font-size: 2.7vw;
    font-weight: bold;
    color: #fff;
    background: #d47200;
  }
  .table td.all span {
    padding: 0.3em;
    line-height: 180%;
    color: #d47200;
    font-weight: bold;
    background: #fff;
  }
  /*----------------------------------------
    .chat
  ----------------------------------------*/
  .chat {
    margin: 0 auto 1rem;
    padding: 1rem;
    width: 100%;
    background: #7da4cd;
    border-radius: 1.5rem;
  }
  .chat .balloon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .chat .balloon .faceicon {
    width: 15%;
  }
  .chat .balloon .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
  }
  .chat .balloon .chatting {
    width: 80%;
  }
  .chat .balloon .chatting .says {
    display: inline-block;
    position: relative;
    padding: 1rem;
    width: 100%;
    border-radius: 1rem;
    background: #fff;
  }
  .chat .balloon .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    transform: rotate(35deg);
  }
  .chat .balloon .chatting .says p {
    color: #333 !important;
  }
  .chat-black {
    margin: 0 auto 3rem;
    padding: 2rem;
    width: 100%;
    background: #000;
    border: 1px solid #fff;
  }
  .chat-black .balloon {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .chat-black .balloon .faceicon {
    width: 30%;
  }
  .chat-black .balloon .faceicon img {
    width: 100%;
    height: auto;
  }
  .chat-black .balloon .chatting {
    width: 65%;
  }
  .chat-black .balloon .chatting .says {
    display: inline-block;
    position: relative;
    padding: 2rem;
    background: #fff;
  }
  .chat-black .balloon .chatting .says p {
    margin-bottom: 0.5em;
    font-size: 10px;
    font-size: 2.7vw;
    color: #333 !important;
  }
  /*----------------------------------------
    .point
  ----------------------------------------*/
  .point {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #e95a00;
    border-radius: 1rem;
  }
  .point dt {
    margin: 0 0 1em 0 !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff !important;
    line-height: 160%;
    font-family: "Kosugi Maru", sans-serif !important;
    font-weight: bold !important;
    background: transparent !important;
  }
  .point dt i {
    margin-right: 0.3em;
  }
  .point dd {
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
  }
  .point p, .point li {
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .point-orange {
    background: #e95a00;
  }
  .point-red {
    background: #f00;
  }
  .point-blue {
    background: #0039a7;
  }
  .point-green {
    background: #007a1f;
  }
  .point-black {
    background: #000;
  }
  .point-white {
    background: #fff;
    border: 5px solid #000;
  }
  .point-white dt {
    color: #000 !important;
  }
  .point-white dd {
    background: #000 !important;
  }
  .point-white p, .point-white li {
    color: #fff !important;
  }
  /*----------------------------------------
    .description
  ----------------------------------------*/
  .description-blue {
    margin-bottom: 3em !important;
    padding: 0 !important;
  }
  .description-blue dt {
    margin-bottom: 0 !important;
    padding: 0.3em 5%;
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
    color: #010079;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .description-blue dt i {
    margin-right: 0.5em;
  }
  .description-blue dd {
    padding: 2em 5% 1em !important;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #cce7ff;
    border-bottom: 3px solid #cce7ff;
    border-left: 3px solid #cce7ff;
  }
  .description-blue dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .description-orange {
    margin-bottom: 3em !important;
    padding: 0 !important;
  }
  .description-orange dt {
    margin-bottom: 0 !important;
    padding: 0.3em 5%;
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #ffb229, #ffb229 3px, #f9ddaa 3px, #f9ddaa 7px);
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .description-orange dt i {
    margin-right: 0.5em;
  }
  .description-orange dd {
    padding: 2em 5% 1em !important;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #ffb229;
    border-bottom: 3px solid #ffb229;
    border-left: 3px solid #ffb229;
  }
  .description-orange dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  .description-green {
    margin-bottom: 3em !important;
    padding: 0 !important;
  }
  .description-green dt {
    margin-bottom: 0 !important;
    padding: 0.3em 5%;
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
    color: #4e2800;
    text-shadow: 0 0 5px #fff;
    background: repeating-linear-gradient(-45deg, #c2e6b6, #c2e6b6 3px, #dcffc2 3px, #dcffc2 7px);
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .description-green dt i {
    margin-right: 0.5em;
  }
  .description-green dd {
    padding: 2em 5% 1em !important;
    background: #fff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    border-right: 3px solid #c2e6b6;
    border-bottom: 3px solid #c2e6b6;
    border-left: 3px solid #c2e6b6;
  }
  .description-green dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #333 !important;
  }
  /*----------------------------------------
    .voice
  ----------------------------------------*/
  .voice-list {
    margin-bottom: 2rem;
    padding: 2rem;
    background: #fff;
  }
  .voice-list p {
    margin-bottom: 0.8em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #666 !important;
  }
  .voice-list .voice-list-top {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .voice-list .voice-list-top img {
    margin-right: 1rem;
    width: 10%;
  }
  .voice-list .voice-list-top li {
    margin-bottom: 0.3em;
    font-size: 13px;
    font-size: 3.5vw;
  }
  .voice-list .voice-list-top .name {
    font-size: 15px;
    font-size: 4vw;
  }
  .voice-list .voice-list-top .star {
    color: #f70;
  }
  .voice-list .voice-list-top .star span {
    margin-right: 0.5em;
    padding: 0.2em 0.8em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    background: #900;
    display: inline-block;
  }
  /*----------------------------------------
    .pre
  ----------------------------------------*/
  .pre {
    padding: 1rem;
    width: 100%;
    text-align: center;
    background: #fff;
  }
  .pre p {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
    line-height: 170%;
    color: #333 !important;
    letter-spacing: -0.05em;
  }
  .pre p span {
    font-size: 30px;
    font-size: 8vw;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #900;
  }
  .pre .caution {
    font-size: 10px;
    font-size: 2.7vw;
    line-height: 160%;
    display: block;
    letter-spacing: -0.05em;
  }
  /*----------------------------------------
    #btn-float
  ----------------------------------------*/
  #btn-float {
    padding: 0 5%;
    width: 100%;
    position: fixed;
    bottom: 10px;
  }
  #btn-float i, #btn-float span {
    font-size: 22px;
    font-size: 5.9vw;
    vertical-align: -4px;
  }
  #btn-float a {
    margin: 0 auto;
    padding: 3% 0;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    letter-spacing: -0.05em;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 1.3vw 0 #176802;
    text-shadow: 0 0.3vw 0 #333;
    cursor: pointer;
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }
  /*----------------------------------------
    #header
  ----------------------------------------*/
  #header-top {
    padding: 1rem;
    width: 100%;
    text-align: center;
    background: #000;
  }
  #header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #header-top p {
    margin-bottom: 0 !important;
    font-size: 10px;
    font-size: 2.7vw;
    color: #fff;
    font-weight: normal;
    line-height: 160%;
  }
  #header-top a {
    margin: 2% auto 0;
    padding: 2%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
    border-radius: 10px;
  }
  #header-top a:hover {
    color: #fff;
    background: #000;
  }
  #header-top br {
    display: block;
  }
  #header-top span {
    margin-top: 1%;
    padding: 1% 3%;
    font-size: 18px;
    font-size: 4.8vw;
    text-shadow: 1px 1px 0px #000;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
  }
  /*----------------------------------------
    #footer
  ----------------------------------------*/
  #footer {
    text-align: center;
    background: #fff;
  }
  #footer li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 4.3vw;
    color: #fff;
    background: #333;
    border-bottom: 1px dotted #fff;
  }
  #footer a {
    padding: 5%;
    color: #fff;
    display: block;
  }
  #footer .copyright {
    margin-bottom: 0;
    padding: 3%;
    font-size: 14px;
    font-size: 3.7vw;
    color: #666;
  }
  #footer .space {
    padding-bottom: 16%;
  }
  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product {
    background: url(../images/back-contents.jpg) repeat-y center top;
    background-size: 300%;
  }
  .product h3 {
    margin-bottom: 1rem;
  }
  .product h4 {
    padding: 1rem;
  }
  .product .timer {
    margin: 0 auto 5%;
    padding: 5% 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .product .timer p {
    margin-bottom: 5px !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #FFF;
    font-weight: bold;
    line-height: 200%;
  }
  .product .timer a {
    margin: 2% auto 0;
    padding: 2%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
    border-radius: 10px;
  }
  .product .timer a:hover {
    color: #fff;
    background: #000;
  }
  .product .timer br {
    display: block;
  }
  .product .timer span {
    padding: 0 2%;
    font-size: 18px;
    font-size: 4.8vw;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
  }
  .product .menu {
    margin: 0 auto 1rem;
    width: 90%;
  }
  .product .menu li {
    margin-bottom: 0.5rem;
  }
  .product .menu .product-contents {
    margin-bottom: 1rem;
  }
  .product .menu .product-contents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .menu .product-contents ul:after {
    content: "";
    display: block;
    width: 49%;
  }
  .product .menu .product-contents li {
    width: 49%;
  }
  .product .menu .product-bonus {
    margin-bottom: 2rem;
  }
  .product .menu .product-bonus ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .menu .product-bonus ul:after {
    content: "";
    display: block;
    width: 33%;
  }
  .product .menu .product-bonus li {
    margin-bottom: 0.5rem;
    width: 33%;
  }
  .product .menu .product-bonus li img {
    vertical-align: top;
  }
  .product .menu .product-price {
    margin-bottom: 5rem;
  }
  .product .product-caution {
    margin-bottom: 1rem;
    padding: 3rem;
    text-align: center;
    background: #fff;
    border: 5px solid #900;
  }
  .product .product-caution p {
    font-size: 15px;
    font-size: 4vw;
  }
  .product .product-caution a {
    color: #00f;
  }
  .product .aside {
    width: 100%;
  }
  .product .aside li {
    margin-bottom: 0;
  }
  .product .aside .consulting {
    background: #ff9300;
  }
  .product .aside .consulting .operator {
    margin-bottom: 0;
    padding: 3%;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    background: #000;
  }
  .product .btn1, .product .btn2 {
    margin: 0 auto 2rem;
    width: 95%;
  }
  .product-btn-m {
    margin: 0 auto 5%;
    width: 100%;
  }
  .product-btn-m dt {
    padding: 5% 0;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #009245;
  }
  .product-btn-m dd {
    padding: 5% 0 2%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 5px solid #009245;
    border-bottom: 5px solid #009245;
    border-left: 5px solid #009245;
  }
  .product-btn-y {
    margin: 0 auto 5%;
    width: 100%;
  }
  .product-btn-y dt {
    padding: 5% 0;
    font-size: 25px;
    font-size: 6.7vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e21352;
  }
  .product-btn-y dd {
    padding: 5% 0 2%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-right: 5px solid #e21352;
    border-bottom: 5px solid #e21352;
    border-left: 5px solid #e21352;
  }
  /*----------------------------------------
    #crossidea
  ----------------------------------------*/
  #crossidea h3 {
    padding: 3em 5%;
    background: url(../images/back-crossidea.jpg) no-repeat center center;
    background-size: cover;
  }
  #crossidea .text {
    padding: 2em 5% 1em;
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  .result-scroll {
    height: 20rem;
    overflow: scroll;
  }
  .result-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .result-scroll li {
    margin-bottom: 0;
  }
  .result-scroll-heading {
    margin: 0 auto;
    width: 100%;
    height: 50vw;
    overflow: scroll;
    position: relative;
  }
  .result-scroll-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-scroll-heading h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-scroll-heading h4 small {
    margin-top: 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    display: block;
  }
  .result-scroll-heading .data {
    position: absolute;
    z-index: 1;
  }
  .result-scroll-heading li {
    margin-bottom: 0;
  }
  .result-scroll-heading-l {
    margin: 0 auto;
    width: 100%;
    height: 83.3333333333vw;
    overflow: scroll;
    position: relative;
  }
  .result-scroll-heading-l iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-scroll-heading-l h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-scroll-heading-l h4 small {
    margin-top: 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    display: block;
  }
  .result-scroll-heading-l .data {
    position: absolute;
    z-index: 1;
  }
  .result-scroll-heading-l li {
    margin-bottom: 0;
  }
  .result-chart-chart-3 {
    margin-bottom: 1rem;
    padding: 2rem 0;
    width: 100%;
    height: 50vw;
    position: relative;
    background: #000;
  }
  .result-chart-chart-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-3 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  .result-chart-chart-3 ul li {
    margin-bottom: 0.5% !important;
    width: 33%;
  }
}
/* Don't Edit */
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*----------------------------------------
  border
----------------------------------------*/
.brdr-w {
  border: 1px solid #fff;
}

.brdr-b {
  border: 1px solid #000;
}

/*----------------------------------------
  font-color
----------------------------------------*/
.fc-r {
  color: #900;
}

.fc-b {
  color: #009;
}

.fc-g {
  color: #090;
}

/*----------------------------------------
  font-background-color
----------------------------------------*/
.fb-r {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #900;
}

.fb-b {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #009;
}

.fb-g {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #090;
}

.fb-o {
  padding: 1px;
  font-weight: bold;
  background: #ffc926;
}

.fb-or {
  padding: 1px;
  color: #900;
  font-weight: bold;
  background: #ffc926;
}

/*----------------------------------------
  font-weight
----------------------------------------*/
.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: 900;
}

/*----------------------------------------
  font-size
----------------------------------------*/
.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  .fs-10 {
    font-size: 6.6666666667px;
    font-size: 1.8vw;
  }
}

.fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 769px) {
  .fs-11 {
    font-size: 7.3333333333px;
    font-size: 2vw;
  }
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .fs-12 {
    font-size: 8px;
    font-size: 2.1vw;
  }
}

.fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 769px) {
  .fs-13 {
    font-size: 8.6666666667px;
    font-size: 2.3vw;
  }
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .fs-14 {
    font-size: 9.3333333333px;
    font-size: 2.5vw;
  }
}

.fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .fs-15 {
    font-size: 10px;
    font-size: 2.7vw;
  }
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .fs-16 {
    font-size: 10.6666666667px;
    font-size: 2.8vw;
  }
}

.fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 769px) {
  .fs-17 {
    font-size: 11.3333333333px;
    font-size: 3vw;
  }
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .fs-18 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 769px) {
  .fs-19 {
    font-size: 12.6666666667px;
    font-size: 3.4vw;
  }
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  .fs-20 {
    font-size: 13.3333333333px;
    font-size: 3.6vw;
  }
}

.fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 769px) {
  .fs-21 {
    font-size: 14px;
    font-size: 3.7vw;
  }
}

.fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 769px) {
  .fs-22 {
    font-size: 14.6666666667px;
    font-size: 3.9vw;
  }
}

.fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 769px) {
  .fs-23 {
    font-size: 15.3333333333px;
    font-size: 4.1vw;
  }
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .fs-24 {
    font-size: 16px;
    font-size: 4.3vw;
  }
}

.fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 769px) {
  .fs-25 {
    font-size: 16.6666666667px;
    font-size: 4.4vw;
  }
}

.fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 769px) {
  .fs-26 {
    font-size: 17.3333333333px;
    font-size: 4.6vw;
  }
}

.fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 769px) {
  .fs-27 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 769px) {
  .fs-28 {
    font-size: 18.6666666667px;
    font-size: 5vw;
  }
}

.fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 769px) {
  .fs-29 {
    font-size: 19.3333333333px;
    font-size: 5.2vw;
  }
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 769px) {
  .fs-30 {
    font-size: 20px;
    font-size: 5.3vw;
  }
}

.fs-31 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media screen and (max-width: 769px) {
  .fs-31 {
    font-size: 20.6666666667px;
    font-size: 5.5vw;
  }
}

.fs-32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .fs-32 {
    font-size: 21.3333333333px;
    font-size: 5.7vw;
  }
}

.fs-33 {
  font-size: 33px;
  font-size: 3.3rem;
}
@media screen and (max-width: 769px) {
  .fs-33 {
    font-size: 22px;
    font-size: 5.9vw;
  }
}

.fs-34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 769px) {
  .fs-34 {
    font-size: 22.6666666667px;
    font-size: 6vw;
  }
}

.fs-35 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 769px) {
  .fs-35 {
    font-size: 23.3333333333px;
    font-size: 6.2vw;
  }
}

.fs-36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 769px) {
  .fs-36 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.fs-37 {
  font-size: 37px;
  font-size: 3.7rem;
}
@media screen and (max-width: 769px) {
  .fs-37 {
    font-size: 24.6666666667px;
    font-size: 6.6vw;
  }
}

.fs-38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 769px) {
  .fs-38 {
    font-size: 25.3333333333px;
    font-size: 6.8vw;
  }
}

.fs-39 {
  font-size: 39px;
  font-size: 3.9rem;
}
@media screen and (max-width: 769px) {
  .fs-39 {
    font-size: 26px;
    font-size: 6.9vw;
  }
}

.fs-40 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 769px) {
  .fs-40 {
    font-size: 26.6666666667px;
    font-size: 7.1vw;
  }
}

/*----------------------------------------
  serif
----------------------------------------*/
.serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif !important;
}

/*----------------------------------------
  line-height
----------------------------------------*/
.lh-110 {
  line-height: 110;
}

.lh-120 {
  line-height: 120;
}

.lh-130 {
  line-height: 130;
}

.lh-140 {
  line-height: 140;
}

.lh-150 {
  line-height: 150;
}

.lh-160 {
  line-height: 160;
}

.lh-170 {
  line-height: 170;
}

.lh-180 {
  line-height: 180;
}

.lh-190 {
  line-height: 190;
}

.lh-200 {
  line-height: 200;
}

/*----------------------------------------
  text-decoration
----------------------------------------*/
.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.td-o {
  text-decoration: overline;
}

.td-t {
  text-decoration: line-through;
}

.td-b {
  text-decoration: blink;
}

/*----------------------------------------
  text-align
----------------------------------------*/
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/*----------------------------------------
  vertical-align
----------------------------------------*/
.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

/*----------------------------------------
  border
----------------------------------------*/
.border-b {
  border: 1px solid #000;
}

.border-w {
  border: 1px solid #fff;
}

/*----------------------------------------
  margin
----------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-5 {
  margin: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .m-5 {
    margin: get_vw(25) !important;
  }
}

.mt-5 {
  margin-top: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .mt-5 {
    margin-top: get_vw(25) !important;
  }
}

.mr-5 {
  margin-right: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .mr-5 {
    margin-right: get_vw(25) !important;
  }
}

.mb-5 {
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .mb-5 {
    margin-bottom: get_vw(25) !important;
  }
}

.ml-5 {
  margin-left: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .ml-5 {
    margin-left: get_vw(25) !important;
  }
}

.m-10 {
  margin: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .m-10 {
    margin: get_vw(5) !important;
  }
}

.mt-10 {
  margin-top: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .mt-10 {
    margin-top: get_vw(5) !important;
  }
}

.mr-10 {
  margin-right: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .mr-10 {
    margin-right: get_vw(5) !important;
  }
}

.mb-10 {
  margin-bottom: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .mb-10 {
    margin-bottom: get_vw(5) !important;
  }
}

.ml-10 {
  margin-left: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .ml-10 {
    margin-left: get_vw(5) !important;
  }
}

.m-20 {
  margin: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .m-20 {
    margin: get_vw(10) !important;
  }
}

.mt-20 {
  margin-top: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .mt-20 {
    margin-top: get_vw(10) !important;
  }
}

.mr-20 {
  margin-right: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .mr-20 {
    margin-right: get_vw(10) !important;
  }
}

.mb-20 {
  margin-bottom: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .mb-20 {
    margin-bottom: get_vw(10) !important;
  }
}

.ml-20 {
  margin-left: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .ml-20 {
    margin-left: get_vw(10) !important;
  }
}

.m-30 {
  margin: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .m-30 {
    margin: get_vw(15) !important;
  }
}

.mt-30 {
  margin-top: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .mt-30 {
    margin-top: get_vw(15) !important;
  }
}

.mr-30 {
  margin-right: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .mr-30 {
    margin-right: get_vw(15) !important;
  }
}

.mb-30 {
  margin-bottom: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .mb-30 {
    margin-bottom: get_vw(15) !important;
  }
}

.ml-30 {
  margin-left: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .ml-30 {
    margin-left: get_vw(15) !important;
  }
}

.m-40 {
  margin: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .m-40 {
    margin: get_vw(20) !important;
  }
}

.mt-40 {
  margin-top: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .mt-40 {
    margin-top: get_vw(20) !important;
  }
}

.mr-40 {
  margin-right: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .mr-40 {
    margin-right: get_vw(20) !important;
  }
}

.mb-40 {
  margin-bottom: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .mb-40 {
    margin-bottom: get_vw(20) !important;
  }
}

.ml-40 {
  margin-left: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .ml-40 {
    margin-left: get_vw(20) !important;
  }
}

.m-50 {
  margin: 4em !important;
}
@media screen and (max-width: 769px) {
  .m-50 {
    margin: get_vw(25) !important;
  }
}

.mt-50 {
  margin-top: 4em !important;
}
@media screen and (max-width: 769px) {
  .mt-50 {
    margin-top: get_vw(25) !important;
  }
}

.mr-50 {
  margin-right: 4em !important;
}
@media screen and (max-width: 769px) {
  .mr-50 {
    margin-right: get_vw(25) !important;
  }
}

.mb-50 {
  margin-bottom: 4em !important;
}
@media screen and (max-width: 769px) {
  .mb-50 {
    margin-bottom: get_vw(25) !important;
  }
}

.ml-50 {
  margin-left: 4em !important;
}
@media screen and (max-width: 769px) {
  .ml-50 {
    margin-left: get_vw(25) !important;
  }
}

.m-60 {
  margin: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .m-60 {
    margin: get_vw(30) !important;
  }
}

.mt-60 {
  margin-top: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .mt-60 {
    margin-top: get_vw(30) !important;
  }
}

.mr-60 {
  margin-right: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .mr-60 {
    margin-right: get_vw(30) !important;
  }
}

.mb-60 {
  margin-bottom: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .mb-60 {
    margin-bottom: get_vw(30) !important;
  }
}

.ml-60 {
  margin-left: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .ml-60 {
    margin-left: get_vw(30) !important;
  }
}

.m-70 {
  margin: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .m-70 {
    margin: get_vw(35) !important;
  }
}

.mt-70 {
  margin-top: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .mt-70 {
    margin-top: get_vw(35) !important;
  }
}

.mr-70 {
  margin-right: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .mr-70 {
    margin-right: get_vw(35) !important;
  }
}

.mb-70 {
  margin-bottom: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .mb-70 {
    margin-bottom: get_vw(35) !important;
  }
}

.ml-70 {
  margin-left: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .ml-70 {
    margin-left: get_vw(35) !important;
  }
}

.m-80 {
  margin: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .m-80 {
    margin: get_vw(40) !important;
  }
}

.mt-80 {
  margin-top: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .mt-80 {
    margin-top: get_vw(40) !important;
  }
}

.mr-80 {
  margin-right: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .mr-80 {
    margin-right: get_vw(40) !important;
  }
}

.mb-80 {
  margin-bottom: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .mb-80 {
    margin-bottom: get_vw(40) !important;
  }
}

.ml-80 {
  margin-left: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .ml-80 {
    margin-left: get_vw(40) !important;
  }
}

.m-90 {
  margin: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .m-90 {
    margin: get_vw(45) !important;
  }
}

.mt-90 {
  margin-top: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .mt-90 {
    margin-top: get_vw(45) !important;
  }
}

.mr-90 {
  margin-right: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .mr-90 {
    margin-right: get_vw(45) !important;
  }
}

.mb-90 {
  margin-bottom: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .mb-90 {
    margin-bottom: get_vw(45) !important;
  }
}

.ml-90 {
  margin-left: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .ml-90 {
    margin-left: get_vw(45) !important;
  }
}

.m-100 {
  margin: 8em !important;
}
@media screen and (max-width: 769px) {
  .m-100 {
    margin: get_vw(50) !important;
  }
}

.mt-100 {
  margin-top: 8em !important;
}
@media screen and (max-width: 769px) {
  .mt-100 {
    margin-top: get_vw(50) !important;
  }
}

.mr-100 {
  margin-right: 8em !important;
}
@media screen and (max-width: 769px) {
  .mr-100 {
    margin-right: get_vw(50) !important;
  }
}

.mb-100 {
  margin-bottom: 8em !important;
}
@media screen and (max-width: 769px) {
  .mb-100 {
    margin-bottom: get_vw(50) !important;
  }
}

.ml-100 {
  margin-left: 8em !important;
}
@media screen and (max-width: 769px) {
  .ml-100 {
    margin-left: get_vw(50) !important;
  }
}

/*----------------------------------------
  padding
----------------------------------------*/
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.p-5 {
  padding: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .p-5 {
    padding: get_vw(25) !important;
  }
}

.pt-5 {
  padding-top: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .pt-5 {
    padding-top: get_vw(25) !important;
  }
}

.pr-5 {
  padding-right: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .pr-5 {
    padding-right: get_vw(25) !important;
  }
}

.pb-5 {
  padding-bottom: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .pb-5 {
    padding-bottom: get_vw(25) !important;
  }
}

.pl-5 {
  padding-left: 0.5em !important;
}
@media screen and (max-width: 769px) {
  .pl-5 {
    padding-left: get_vw(25) !important;
  }
}

.p-10 {
  padding: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .p-10 {
    padding: get_vw(5) !important;
  }
}

.pt-10 {
  padding-top: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pt-10 {
    padding-top: get_vw(5) !important;
  }
}

.pr-10 {
  padding-right: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pr-10 {
    padding-right: get_vw(5) !important;
  }
}

.pb-10 {
  padding-bottom: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pb-10 {
    padding-bottom: get_vw(5) !important;
  }
}

.pl-10 {
  padding-left: 0.8em !important;
}
@media screen and (max-width: 769px) {
  .pl-10 {
    padding-left: get_vw(5) !important;
  }
}

.p-20 {
  padding: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .p-20 {
    padding: get_vw(10) !important;
  }
}

.pt-20 {
  padding-top: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pt-20 {
    padding-top: get_vw(10) !important;
  }
}

.pr-20 {
  padding-right: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pr-20 {
    padding-right: get_vw(10) !important;
  }
}

.pb-20 {
  padding-bottom: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pb-20 {
    padding-bottom: get_vw(10) !important;
  }
}

.pl-20 {
  padding-left: 1.6em !important;
}
@media screen and (max-width: 769px) {
  .pl-20 {
    padding-left: get_vw(10) !important;
  }
}

.p-30 {
  padding: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .p-30 {
    padding: get_vw(15) !important;
  }
}

.pt-30 {
  padding-top: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pt-30 {
    padding-top: get_vw(15) !important;
  }
}

.pr-30 {
  padding-right: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pr-30 {
    padding-right: get_vw(15) !important;
  }
}

.pb-30 {
  padding-bottom: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pb-30 {
    padding-bottom: get_vw(15) !important;
  }
}

.pl-30 {
  padding-left: 2.4em !important;
}
@media screen and (max-width: 769px) {
  .pl-30 {
    padding-left: get_vw(15) !important;
  }
}

.p-40 {
  padding: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .p-40 {
    padding: get_vw(20) !important;
  }
}

.pt-40 {
  padding-top: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pt-40 {
    padding-top: get_vw(20) !important;
  }
}

.pr-40 {
  padding-right: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pr-40 {
    padding-right: get_vw(20) !important;
  }
}

.pb-40 {
  padding-bottom: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pb-40 {
    padding-bottom: get_vw(20) !important;
  }
}

.pl-40 {
  padding-left: 3.2em !important;
}
@media screen and (max-width: 769px) {
  .pl-40 {
    padding-left: get_vw(20) !important;
  }
}

.p-50 {
  padding: 4em !important;
}
@media screen and (max-width: 769px) {
  .p-50 {
    padding: get_vw(25) !important;
  }
}

.pt-50 {
  padding-top: 4em !important;
}
@media screen and (max-width: 769px) {
  .pt-50 {
    padding-top: get_vw(25) !important;
  }
}

.pr-50 {
  padding-right: 4em !important;
}
@media screen and (max-width: 769px) {
  .pr-50 {
    padding-right: get_vw(25) !important;
  }
}

.pb-50 {
  padding-bottom: 4em !important;
}
@media screen and (max-width: 769px) {
  .pb-50 {
    padding-bottom: get_vw(25) !important;
  }
}

.pl-50 {
  padding-left: 4em !important;
}
@media screen and (max-width: 769px) {
  .pl-50 {
    padding-left: get_vw(25) !important;
  }
}

.p-60 {
  padding: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .p-60 {
    padding: get_vw(30) !important;
  }
}

.pt-60 {
  padding-top: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pt-60 {
    padding-top: get_vw(30) !important;
  }
}

.pr-60 {
  padding-right: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pr-60 {
    padding-right: get_vw(30) !important;
  }
}

.pb-60 {
  padding-bottom: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pb-60 {
    padding-bottom: get_vw(30) !important;
  }
}

.pl-60 {
  padding-left: 4.8em !important;
}
@media screen and (max-width: 769px) {
  .pl-60 {
    padding-left: get_vw(30) !important;
  }
}

.p-70 {
  padding: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .p-70 {
    padding: get_vw(35) !important;
  }
}

.pt-70 {
  padding-top: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pt-70 {
    padding-top: get_vw(35) !important;
  }
}

.pr-70 {
  padding-right: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pr-70 {
    padding-right: get_vw(35) !important;
  }
}

.pb-70 {
  padding-bottom: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pb-70 {
    padding-bottom: get_vw(35) !important;
  }
}

.pl-70 {
  padding-left: 5.6em !important;
}
@media screen and (max-width: 769px) {
  .pl-70 {
    padding-left: get_vw(35) !important;
  }
}

.p-80 {
  padding: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .p-80 {
    padding: get_vw(40) !important;
  }
}

.pt-80 {
  padding-top: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pt-80 {
    padding-top: get_vw(40) !important;
  }
}

.pr-80 {
  padding-right: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pr-80 {
    padding-right: get_vw(40) !important;
  }
}

.pb-80 {
  padding-bottom: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pb-80 {
    padding-bottom: get_vw(40) !important;
  }
}

.pl-80 {
  padding-left: 6.4em !important;
}
@media screen and (max-width: 769px) {
  .pl-80 {
    padding-left: get_vw(40) !important;
  }
}

.p-90 {
  padding: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .p-90 {
    padding: get_vw(45) !important;
  }
}

.pt-90 {
  padding-top: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pt-90 {
    padding-top: get_vw(45) !important;
  }
}

.pr-90 {
  padding-right: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pr-90 {
    padding-right: get_vw(45) !important;
  }
}

.pb-90 {
  padding-bottom: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pb-90 {
    padding-bottom: get_vw(45) !important;
  }
}

.pl-90 {
  padding-left: 7.2em !important;
}
@media screen and (max-width: 769px) {
  .pl-90 {
    padding-left: get_vw(45) !important;
  }
}

.p-100 {
  padding: 8em !important;
}
@media screen and (max-width: 769px) {
  .p-100 {
    padding: get_vw(50) !important;
  }
}

.pt-100 {
  padding-top: 8em !important;
}
@media screen and (max-width: 769px) {
  .pt-100 {
    padding-top: get_vw(50) !important;
  }
}

.pr-100 {
  padding-right: 8em !important;
}
@media screen and (max-width: 769px) {
  .pr-100 {
    padding-right: get_vw(50) !important;
  }
}

.pb-100 {
  padding-bottom: 8em !important;
}
@media screen and (max-width: 769px) {
  .pb-100 {
    padding-bottom: get_vw(50) !important;
  }
}

.pl-100 {
  padding-left: 8em !important;
}
@media screen and (max-width: 769px) {
  .pl-100 {
    padding-left: get_vw(50) !important;
  }
}
