/* ================================
	tmp
================================ */
html{font-size: 62.5%;}
body{font-size: 1.6rem;}
h1,h2,h3,h4,h5,h6{margin-bottom: 0;}
ul,ol,dl{ margin: 0;padding: 0;list-style-type: none;}
figure{ margin: 0; }
a:hover{ color: inherit; text-decoration: none;}
/*!
* Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";

#sekisui h1,
#sekisui p,
#sekisui div {
    margin: 0;
}
#sekisui a{
    text-decoration:none;
}
#sekisui.body {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    color: #333;
    overflow-x: hidden;
}
#sekisui p {
    font-size: 16px;
}

#sekisui img {
    width: 100%;
    vertical-align: top;
}

#sekisui * {
    box-sizing: border-box;
}

#sekisui .start-btn { 
    width: 374px;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: 0.4s;
    display: block;
}

#sekisui .section-wrapper {
    max-width:1200px;
    margin: 0 auto;
}

/*   ヘッダー   */
#sekisui .header{
    padding: 30px 0;
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.2);
    position:relative;
}
#sekisui .header-inner{
    padding: 0 80px;
}
#sekisui .header-logo-wrapper{
    width: 234px;
}

/*    fv       */
#sekisui .fv-area {
    background-color: #fbeabc;
}
#sekisui .fv-img-wrapper {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    background-image: url(../image/fv-img_pc.png);
    background-repeat: no-repeat;
}
#sekisui .fv-body-wrapper {
    min-width: 1200px;
    padding: 90px 0 54px; 
    text-align: center;
}
#sekisui .fv-message{
    width: 330px;
    margin: 0 auto 20px;
}
#sekisui .fv-ttl {
    width: 384px;
    margin: 0 auto 54px;
}
#sekisui .fv-sub-ttl {
    position:relative;
    font-size: 24px;
    margin-bottom: 10px;
}
#sekisui .dot-text {
    padding-top: .4em;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(.1em .1em at center center,#ffcf5c,#ffcf5c 100%,transparent);
}
#sekisui .fv-dot {
    width: 79px;
    margin: 0 auto;
}

/* introduction-area */
#sekisui .introduction-area {
    padding: 80px 0;
    background-color: #2a62b3;
    position:relative;
    z-index:-2;
}
#sekisui .introduction-area .section-wrapper::before {
    content: url(../image/dotted-bottom_pc.png);
    position:absolute;
    top:0;
    left:calc((100% - 1200px)/2);
    width:862px;
    height:462px;
    transform: translate(-50%,0);
    z-index: -1;
    overflow: hidden;  
}
#sekisui .introduction-area .section-wrapper::after {
    content: url(../image/dotted-top_pc.png);
    position:absolute;
    display: block;
    bottom:0;
    left:calc((100vw - 1200px)/2 + 1200px);
    width:862px;
    height:422px;
    transform: translate(-50%, 0);
    z-index: -1;
    overflow: hidden;
}

#sekisui .introduction-area .section-wrapper{
    padding: 0 15px;
}
#sekisui .introduction-content {
    min-width: 1140px;
    background-color: #FFF;
    display: flex;
    margin-bottom: 30px;
    border-radius: 10px;
}
#sekisui .introduction-content:last-child{
    margin-bottom: 0;
    padding:14px 0;
}
#sekisui .introduction-content_left {
    width: 52%;
    padding:66px 0 60px 8%;
}

#sekisui .introduction-content_right {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sekisui .introduction-content-img-wrapper{
    width: 88%;
}
#sekisui .introduction-ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom:24px;
    position:relative;
}
#sekisui .introduction-ttl:before {
    content:'';
    top:-20px;
    left:-50px;
    position:absolute;
    width:50px;
    height:62px;
    display: block;
    background-image: url(../image/introduction-deco_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#sekisui .highlight{
    font-size: 42px;
    color: #2a62b3;
}
#sekisui .introduction-text {
    line-height: 2.0;
}

/* gallery-area */
#sekisui .gallery-area {
    padding-top: 60px;
}
#sekisui .slick-item {
    width:350px;
}
#sekisui .slick-padding {
    padding: 0 5px;
   
}
/* onayami-area */
#sekisui .onayami-area {
    margin: 120px 0 90px;
    text-align: center;
    position:relative;
}
#sekisui .onayami-area::after{
    content:'';
    position:absolute;
    width:100%;
    height:420px;
    left:0;
    bottom:-90px;
    background-color: #f0f2f7;
    z-index: -1;
}

#sekisui .onayami-messeage {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}
#sekisui .onayami-ttl {
    width: 374px;
    margin: 0 auto 60px;
}
#sekisui .onayami-body-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
#sekisui .onayami-body-item {
    margin: 0 15px;
}
#sekisui .onayami-img-wrapper {
    margin-bottom: 30px;
}

/* detail-area */
#sekisui .detail-area {
    padding-bottom:50px;
}
#sekisui .detail-ttl-wrapper {
    min-width: 1200px;
    padding: 30px 0;
    margin-bottom: 50px;
    background-color: #2a62b3;
    text-align: center;
}
#sekisui .detail-ttl-logo {
    width: 68px;
    margin: 0 auto 32px;
}
#sekisui .detail-ttl {
    color: #FFF;
    font-size: 34px;
    font-weight: bold;
}
#sekisui .media-wrapper {
    width:1200px;
    margin: 0 auto;
}
#sekisui .media {
    width: 93.33%;
    display:flex;
    margin-bottom: 40px;
    background-color: #deeaff;
    position: relative;
}
#sekisui .media.media-left {
    border-radius: 0 10px 0 0;
}
#sekisui .media.media-right {
    margin-left: auto;
    margin-right: 0;
    flex-direction: row-reverse;
    background-color: #FFF;
    border: 1px solid #deeaff;
    border-radius: 10px 0 0 0;
}
#sekisui .media-img-wrapper {
    width: 53.6%;
}
#sekisui .media-body {
    width: 46.4%;
    padding:102px 4.0% 0;
}
#sekisui .media-copy {
    position: absolute;
    width: 221px;
    top: 0;
}
#sekisui .media-copy_left {
    left: 77%;
}
#sekisui .media-copy_right {
    left: 2.67%;
}
#sekisui .media-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* anchor-area */
#sekisui .anchor-wrapper {
    min-width: 1200px;
    display: flex;
}
#sekisui .anchor-item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sekisui .anchor-item1 {
    background-image: url(../image/anchor1_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#sekisui .anchor-item2 {
    background-image: url(../image/anchor2_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#sekisui .anchor-body {
    margin: 85px 0;
    text-align: center;
}
#sekisui .anchor-item-text {
    color: #FFF;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 14px;
}
#sekisui .anchor-link {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    padding:0 38px;
    line-height: 3;
    background-color:#111111;
    border-radius: 78px;
    transition: 0.4s;
}
#sekisui .anchor-link:hover {
    opacity: 0.8;
}
#sekisui .anchor-link .anchor-link-white {
    color: #FFF;
}
#sekisui .anchor-link .anchor-link-block {
    display: block;
    width:100%;
}
/* simulation-area */
#sekisui .simulation-area {
   background:  rgba(251,234,188,0.1);
}
#sekisui .simulation-img-wrapper {
    background-image: url(../image/simulation-bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 66px 0 37px;
    min-width: 1200px;
}
#sekisui .simulation-message {
    width: 300px;
    margin: 0 auto 18px;
}
#sekisui .simulation-ttl {
    width: 340px;
    margin: 0 auto 40px;
}
#sekisui .start-btn {
    width: 374px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* footer */
#sekisui .footer {
    background-color: #111111;
    text-align: center;
    padding: 30px 0 28px;
    min-width:1200px;
}
#sekisui .footer-img-wrapper{
    width: 254px;
    margin: 0 auto;
}
#sekisui small {
    color:#FFF;
}
@media screen and (max-width:1200px) {
    #sekisui .introduction-area .section-wrapper::before {
        content: url(../image/dotted-bottom_pc.png);
        position:absolute;
        top:0;
        left:0;
        width:862px;
        height:462px;
        transform: translate(-50%,0);
        z-index: -1;
        overflow: hidden;  
    }
    #sekisui .introduction-area .section-wrapper::after {
        content: url(../image/dotted-top_sp.png);
        position:absolute;
        bottom:0;
        left:1170px;
        width:862px;
        height:422px;
        transform: translate(-30%,0);
        z-index: -1;
        overflow: hidden;  
    }
}

@media screen and (max-width:768px) {
    #sekisui .br_pc {
        display: none;
    }
    #sekisui .fv-img-wrapper {
        background-image: url(../image/fv-img_sp.png);
    }
    #sekisui .anchor-item1 {
        background-image: url(../image/anchor1_sp.png);
    }
    #sekisui .anchor-item2 {
        background-image: url(../image/anchor1_sp.png);
    }
    #sekisui .simulation-img-wrapper {
        background-image: url(../image/simulation-bg_sp.png);
        background-position: center 90%;
    }
    #sekisui .fv-img-wrapper,
    #sekisui .media-wrapper
    {
        width:100%;
        background-size:contain ;
    }
    #sekisui .fv-body-wrapper,
    #sekisui .introduction-content,
    #sekisui .detail-ttl-wrapper,
    #sekisui .anchor-wrapper,
    #sekisui .simulation-img-wrapper,
    #sekisui .footer
    {
        min-width: initial;
    }

    /*   ヘッダー   */
    #sekisui .header{
        padding: 4.26% 0;
    }
    #sekisui .header-inner{
        padding: 0 4%;
    }
    #sekisui .header-logo-wrapper{
        width: 28%;
    }
    /*    fv       */
    #sekisui .fv-img-wrapper {
        padding-bottom: calc(100%*1000/750);
        background-size: 100% auto;
    }
    #sekisui .fv-body-wrapper {
        padding: 14.6% 0 6.67%; 
    }
    #sekisui .fv-message {
        width: 60vw;
        margin: 0 auto 2vw;
    }
    #sekisui .fv-ttl {
        width: 70%;
        margin: 0 auto 5.3%;
    }
    #sekisui .fv-sub-ttl {
        font-size: 3.73vw;
        margin-bottom: 4.8%;
    }
    #sekisui .start-btn { 
        width: 56%;
    }
    /* introduction-area */
    #sekisui .introduction-area {
        padding: 10.67% 0;
    }
    #sekisui .introduction-area .section-wrapper::before {
        content: url(../image/dotted-bottom_sp.png);
        position:absolute;
        top:0;
        left:0;
        width:300px;
        z-index: -1;
        transform: initial;
        overflow: hidden;  
    }
    #sekisui .introduction-area .section-wrapper::after {
        content: url(../image/dotted-top_sp.png);
        position:absolute;
        display: block;
        bottom:0;
        left:auto;
        right:0;
        width:300px;
        z-index: -1;
        transform:initial;
        overflow: hidden;
    }
    #sekisui .introduction-area .section-wrapper{
        padding: 0 4%;
    }
    #sekisui .introduction-content {
        display: block;
        margin-bottom: 4%;
        position: relative;
    }
    #sekisui .introduction-content:last-child{
        padding:0;
    }
    #sekisui .introduction-content_left {
        width: 100%;
        padding: 8.0vw 4.66vw 6.0vw;
    }
    
    #sekisui .introduction-content_right {
        width: 58.6%;
        position: absolute;
        top:26%;
        left:50%;
        transform: translate(-50%, 0);
        padding:0;
    }
    #sekisui .introduction-content_right.introduction_right2{
        top:30%;
    }
    #sekisui .introduction-content-img-wrapper{
        width: 59.3vw;
    }
    #sekisui .introduction-ttl {
        font-size: 4.8vw;
        text-align: center;
        position: relative;
        line-height: 1.54;
    }
    #sekisui .introduction-ttl1 {
        margin-bottom:60vw;
    }
    #sekisui .introduction-ttl2 {
        margin-bottom:56vw;
    }
    #sekisui .introduction-ttl:before {
        width: 6.60vw;
        height: 8.27vw;
    }
    #sekisui .introduction-ttl1:before {
        top: -2vw;
        left: 6vw;
    }
    #sekisui .introduction-ttl2:before {
        top: -3vw;
        left: 6vw;
    }
    #sekisui .highlight{
        font-size: 6.67vw;
    }
    #sekisui .introduction-text {
        font-size: 3.46vw;
        line-height: 2.0;
    }
    /* gallery-area */
    /* onayami-area */  
    #sekisui .onayami-area {
        margin: 14.6% 0 12.6%;
    }
    #sekisui .onayami-area::after{
        height: 76.8%;
        left:0;
        bottom:-15%;
        background-color: #f0f2f7;
        z-index: -1;
    }
    #sekisui .onayami-messeage {
        margin-bottom: 30px;
        font-size: 4vw;
    }
    #sekisui .onayami-ttl {
        width: 66.7%;
        margin: 0 auto 8%;
    }
    #sekisui .onayami-body-wrapper {
        flex-wrap:wrap;
        margin-bottom: 8%;
    }
    #sekisui .onayami-body-item {
        width: 46vw;
        margin: 0 0;
        padding: 2%;
    }
    #sekisui .onayami-img-wrapper {
        width: 33.3vw;
        margin: 0 auto 4%;
    } 
    #sekisui .onayami-img-text {
        font-size: 3.3vw;
    }
    /* detail-area */  
    #sekisui .detail-area {
        padding-bottom:0;
    }
    #sekisui .detail-ttl-wrapper {
        padding: 6.67% 0 8%;
        margin-bottom: 6.67%;
    }
    #sekisui .detail-ttl-logo {
        width: 13.9%;
        margin: 0 auto 5.3%;
    }
    #sekisui .detail-ttl {
        font-size: 5.33vw;
        line-height:1.5;
    }
    #sekisui .media {
        width: 92%;
        display: block;
        margin: 0 auto 6.67%;
        padding: 6.93vw 11.6vw 6.93vw 4vw;
        
    }
    #sekisui .media.media-left {
    
    }
    #sekisui .media.media-right {
        margin: 0 auto 6.67%;
    }
    #sekisui .media-img-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    #sekisui .media-body {
        width: 100%;
        padding: 6.93vw 0 0 0;
    }
    #sekisui .media-copy {
        position: absolute;
        width: 9.27%;
        margin-bottom: 60px;
        z-index: 2;
    }
    #sekisui .media-copy_left,
    #sekisui .media-copy_right {
        top: 6.5%;
        left: initial;
        right: 0;
    }
    #sekisui .media-ttl {
        font-size: 4.8vw;
        margin-bottom: 5.3vw;
    }
    #sekisui .media-text {
        font-size: 3.46vw;
        padding:0 0;
    }
    
    /* anchor-area */
    #sekisui .anchor-wrapper {
        display: block;
    }
    #sekisui .anchor-item {
        width: 100%;
    }
    #sekisui .anchor-item1 {
        background-image: url(../image/anchor1_pc.png);
        margin-bottom: 0.4%;
    }
    #sekisui .anchor-item2 {
        background-image: url(../image/anchor2_pc.png);
    }
    #sekisui .anchor-body {
        margin: 9.3% 0;
        text-align: center;
    }
    #sekisui .anchor-item-text {
        font-size: 3.2vw;
        margin-bottom: 3.46vw;
        color: #FFF;
    }
    #sekisui .anchor-link {
        font-size: 3.73vw;
        color: #FFF;
    }
    
    /* simulation-area */
     #sekisui .simulation-img-wrapper {
         padding: 10% 0 6%;
    }
     #sekisui .simulation-message {
         margin-bottom: 2.66%;
         width: 53.3vw;
    }
     #sekisui .simulation-ttl {
         width: 66.7%;
         margin: 0 auto 6.67%;
     }
     #sekisui .start-btn {
         width: 66.7%;
    }
    /* footer */
    #sekisui .footer {
        padding: 2.9% 0 2.9%;
    }
    #sekisui .footer-img-wrapper{
        width: 35%;
    }
    #sekisui small {
        font-size: 2.13vw;
    }
}