* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

*::-moz-selection {
    background: #005ebf;
    color: #fff;
}

*::selection {
    background: #005ebf;
    color: #fff;
}

*:focus {
    outline: none;
}

body {
    font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.075em;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    color: #000;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

p {
    margin: 0 0 1.5em;
}
p:last-child {
    margin-bottom: 0;
}

.ic {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0.1em;
}
.ic::before {
    position: relative;
    top: -0.1em;
}

.wrapper {
    overflow: hidden;
}

.bt {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    background: none;
    text-decoration: none;
}

.bt:focus {
    outline: none;
}

.bt::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.bt-style1 {
    border: 1px solid #fff;
    border-radius: 2em;
    padding: 0.25em 2.25em;
    color: #fff;
    font-size: 1.039em;
}
.bt-style1:hover {
    background: #fff;
    color: #d20000;
}
.bt-style2 {
    border-radius: 2em;
    padding: 0.15em 1.5em 0.35em;
    font-size: 1.28em;
    font-weight: 900;
}

.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list a {
    color: inherit;
    text-decoration: none;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-center {
    text-align: center;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-red {
    color: #d20000;
}
.text-yellow {
    color: #ecb727;
}
.text-yellow2 {
    color: #c66200;
}
.text-green {
    color: #a0d285;
}
.text-green2 {
    color: #75bd4d;
}
.text-green3 {
    color: #1d8e20;
}
.text-pink {
    color: #eaaaaa;
}
.text-pink2 {
    color: #ea8585;
}
.text-pink3 {
    color: #d14242;
}
.text-gray {
    color: #2c2c2c;
}

.bg-black {
    background: #000;
}
.bg-white {
    background: #fff;
}
.bg-grid {
    background: #fff url('../img/bg_grid.png') repeat;
    background-size: 18px;
}
.bg-yellow {
    background: #ecb727;
}
.bg-green {
    background: #a0d285;
}
.bg-pink {
    background: #eab2b2;
}
.bg-red {
    background: #d50000;
}
.bg-blue {
    background: #0825d4;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.75em 1.5em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.header .logo {
    display: inline-block;
    vertical-align: middle;
    width: 8.475em;
}
.header .logo img {
    display: block;
}

.main,
.sect,
.sect .inner,
.sect-heading,
.container {
    position: relative;
}

.container {
    max-width: 1485px;
    padding: 0 30px;
    margin: 0 auto;
}

.row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.row > .col {
    flex: auto;
}
.row.x1 > .col {
    flex: 100% 0 0;
}
.row.x2 > .col {
    flex: 50% 0 0;
}

.sect {
    text-align: center;
}
.sect .container {
    width: 90%;
}
.sect .deco {
    position: absolute;
    pointer-events: none;
}
.sect .deco img {
    width: 100%;
    max-height: none;
}
.sect-heading {
    font-size: 1em;
    margin: 0 0 2em;
    line-height: 2.5;
}
.sect-heading span {
    display: inline-block;
}
.sect-heading img.txt {
    max-width: none;
    max-height: 2em;
}
.sect-heading small {
    display: inline-block;
    font-size: 0.85em;
}
.sect-heading img.icon {
    max-height: 2.5em;
}
.sect1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: 80% 50% no-repeat;
    background-size: cover;
    padding: 6em 0 20%;
}
.sect1 .container {
    margin: auto;
}
.sect1 .bt-style1 {
    margin: 1em 0 1.25em;
}
.sect1 .scroll-down img {
    width: 1.5em;
}
.sect1 .txt img {
    width: 25em;
}
.sect1 .txt.pc {
    display: none;
}
.sect1::after {
    content: '';
    display: block;
    background: url('../img/sect1_bottom.png') no-repeat 50% 100%;
    background-size: 100% auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 472px;
}
.sect2 {
    background: url('../img/sect2_bg.png') repeat-y;
    background-size: 100% auto;
    padding-bottom: 8%;
}
.sect2::after {
    content: '';
    display: block;
    background: url('../img/sect2_bottom.png') no-repeat 50% 100%;
    background-size: 100% auto;
    pointer-events: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 179px;
}
.sect2 .sect-heading {
    top: -1em;
    margin-bottom: 1em;
}
.sect2 .deco {
    bottom: 0;
    right: 0;
    width: 12%;
}
.sect2-content {
    max-width: 20em;
    margin: 0 auto;
}
.sect2-box {
    margin-bottom: 2em;
}
.sect2-box .circle {
    color: #ecb727;
    border: 0.125em solid #ecb727;
    width: 5.1em;
    height: 5.1em;
    border-radius: 50%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto 0.5em;
}
.sect2-box .circle .txt {
    font-size: 0.9em;
    font-weight: 700;
}
.sect2-box .circle .txt strong {
    font-size: 1.5em;
    font-weight: 900;
    margin-top: -0.05em;
}
.sect2-box .circle .txt strong.fz-lg {
    font-size: 2em;
}
.sect2-box .title {
    font-size: 1em;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.3;
    margin: 0;
}

.sect3 {
    padding-top: 8%;
}
.sect3 .deco {
    bottom: 0;
    left: 0;
    width: 12%;
}
.sect3-video {
    margin-bottom: 2em;
}

.sect4::before {
    content: '';
    display: block;
    background: url('../img/sect4_top.png') no-repeat 50% 0;
    background-size: 100% 100%;
    pointer-events: none;
    padding-top: 15.1%;
    margin-bottom: -1px;
}
.sect4::after {
    content: '';
    display: block;
    background: url('../img/sect4_bottom.png') no-repeat 50% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    padding-top: 6.8%;
    margin-top: -1px;
}
.sect4 .inner {
    padding-right: 6%;
    padding-bottom: 2em;
}
.sect4 .inner::before {
    content: '';
    display: block;
    background: url('../img/sect4_cover.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6.146%;
}
.sect4 .sect-heading {
    margin-bottom: 0.5em;
}
.sect4-heading2 {
    font-size: 1.25em;
    margin: 0 0 0.5em;
}
.sect4-heading2 span {
    display: inline-block;
}
.sect4-list {
    display: inline-block;
    text-align: left;
    max-width: 75%;
}
.sect4-list li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 0.25em;
}
.sect4-list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #2c2c2c;
}
.sect4-list li span {
    display: inline-block;
}
.sect4 .deco1 {
    left: 0;
    top: 0;
    transform: translateY(-40%);
    width: 30%;
}
.sect4 .deco2 {
    right: 4%;
    bottom: 0;
    width: 20%;
}

.sect5 {
    padding: 2em 0;
}
.sect5 .deco1 {
    left: -3em;
    top: -1.5em;
    width: 3em;
}
.sect5 .deco2 {
    right: 0;
    bottom: 0;
    width: 7.9%;
}
.sect5-content .pic {
    margin-bottom: 1.5em;
}
.sect5-content .pic img {
    width: 20em;
}
.sect5-content .txt {
    display: inline-block;
    text-align: left;
    max-width: 20em;
}
.sect5-content .txt p {
    margin-bottom: 1em;
}
.sect5-title {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.5em;
    margin: 0 0 0.5em;
}
.sect5-title::before {
    content: '';
    display: block;
    width: 0.75em;
    height: 0.75em;
    background: #ecb727;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.sect5-subtitle {
    margin: 0 0 0.5em;
}
.sect5-ol {
    counter-reset: num;
}
.sect5-ol li {
    position: relative;
    counter-increment: num; 
    padding-left: 1.8em;
}
.sect5-ol li::before {
    content:counter(num) '.';
    position: absolute;
    left: 0;
}

.sect6 .inner {
    padding: 10% 0 6%;
}
.sect6 .inner::before {
    content: '';
    display: block;
    background: url('../img/sect6_top.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 13%;
    z-index: 5;
}
.sect6 .deco {
    right: 0;
    bottom: 0;
    width: 7.05%;
}
.sect6-content span {
    display: inline-block;
}

.sect7 {
    background-image: url('../img/sect7_bottom.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 5%;
    overflow: hidden;
}
.sect7::before {
    content: '';
    display: block;
    background: url('../img/sect7_top.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 6.1%;
}
.sect7 .container {
    width: auto;
}
.sect7 .inner {
    padding: 3em 0;
    margin: 0 auto;
    max-width: 77.7%;
    border-radius: 0 0 2em 2em;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.35);
}
.sect7 .sect-heading {
    font-size: 1.15em;
}
.sect7-content .pic.pc {
    display: none;
}
.sect7 .deco1 {
    left: 0;
    top: 15%;
    width: 5.7%;
}
.sect7 .deco2 {
    right: 0;
    bottom: 0;
    width: 11.82%;
}

.sect8 .inner {
    background: url('../img/sect8_top.png') no-repeat 0 0;
    background-size: 100% auto;
    padding: 15% 0 10%;
    margin: -1px 0;
}
.sect8 .inner::after {
    content: '';
    display: block;
    background: url('../img/sect8_bottom.png') no-repeat 0 100%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    padding-top: 6.83%;
}
.sect8 .sect-heading img {
    max-height: 5em;
}
.sect8-content {
    max-width: 32em;
    margin: 0 auto;
}
.sect8-box {
    text-align: left;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.sect8-box::after {
    content: '';
    display: block;
    clear: both;
}
.sect8-box .pic {
    float: left;
    width: 5em;
}
.sect8-box .txt {
    margin-left: 6em;
    padding-top: 1em;
}
.sect8-box .title {
    border-left: 0.375em solid #ff1616;
    padding-left: 0.625em;
    margin: 0 0 0.25em;
}

.sect9 {
    padding: 3em 0;
}
.sect9 .sect-heading img {
    max-height: 6em;
}
.sect9-title {
    display: inline-block;
    padding: 0.2em 2em;
    border-radius: 2em;
    margin: 0 0 1.5em;
}
.sect9-content .pic.pc {
    display: none;
}
.sect9 .deco1 {
    top: 3.5em;
    left: 0;
    width: 23.9%;
}
.sect9 .deco2 {
    top: 3em;
    right: 0;
    width: 20.2%;
}


.sect10 {
    padding-bottom: 15%;
}
.sect10::after {
    content: '';
    display: block;
    background: url('../img/sect10_bottom.png') no-repeat 0 100%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    padding-top: 15.47%;
}
.sect10 .inner {
    background: url('../img/sect10_top.png') no-repeat;
    background-size: 100% auto;
    padding-top: 20%;
}
.sect10 .deco {
    left: 0;
    bottom: 100%;
    margin-bottom: -1px;
    width: 8.5%;
}
.day-sect {
    position: relative;
    color: #252525;
    padding: 1em 0 2em;
}
.day-sect::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3.4%;
}
.day-sect.day1::after {
    background: #ecbd3d;
}
.day-sect.day2::after {
    background: #a0d285;
}
.day-sect.day3::after {
    background: #eab2b2;
}
.day-sect .container {
    padding: 0 10px 0 25px;
}
.day-heading {
    text-align: left;
    display: flex;
    align-items: stretch;
    margin: 0 0 1em;
    font-size: 1em;
    line-height: 1.3;
}
.day-heading .num {
    font-size: 2.1em;
    font-style: italic;
    font-weight: 900;
    line-height: 0.8em;
    padding-top: 0.25em;
    padding-right: 0.5em;
    margin-right: 0.5em;
    display: flex;
    align-items: center;
    position: relative;
}
.day-heading .num::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0.1em;
    bottom: 0.18em;
    border-right: 0.125em solid;
}
.day-heading .num b {
    font-size: 1.64em;
    display: inline-block;
    margin-bottom: 0.32em;
}
.day-heading .num.text-yellow {
    border-right-color: #ecbd3d;
}
.day-title {
    font-size: 1.25em;
    margin: 0;
}
.day-title2 {
    margin: 0;
}
.day-row .col {
    padding: 0.8%;
    display: flex;
    align-items: stretch;
}
.day-box {
    flex: 1;
    border-radius: 0 1.5em 0 0;
    overflow: hidden;
    padding: 0.5em 0.5em 0 0;
    font-size: 0.9em;
}
.day-box .title {
    background: #fff;
    position: relative;
    font-size: 1em;
    line-height: 1.3;
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 0 1.5em 1.5em 0;
}
.day-box .title .num {
    font-size: 2.8305em;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.05em;
    line-height: 0.9;
    padding-bottom: 0.05em;
    margin-left: -0.15em;
}
.day-box .title span {
    flex: 1;
}
.day-box .desc {
    font-size: 0.9em;
    text-align: left;
    padding: 0.8em 1.5em 1.2em 2em;
}

.sect11::after {
    content: '';
    display: block;
    position: relative;
    z-index: 10;
    margin-bottom: -1px;
    background: url('../img/sect11_bottom.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 12.97%;
}
.sect11 .deco {
    z-index: 5;
}
.sect11 .sect-heading {
    margin: 0;
}
.sect11 .sect-heading img {
    max-height: 4em;
}
.sect11-top {
    padding: 1em 0 0.5em;
    background-image: url('../img/sect11_top.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 9.53125% 100%;
}
.sect11-main {
    position: relative;
}
.sect11-main::before {
    content: '';
    display: block;
    margin-top: -1px;
    background: url('../img/sect11_top2.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 9.375%;
}
.sect11-main .inner {
    z-index: 8;
    padding-bottom: 15%;
}
.sect11-main .inner::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2.8125%;
    background: url('../img/sect11_cover.png') no-repeat;
    background-size: 100% 100%;
}
.sect11-content .icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 0.1em;
    max-height: 1.25em;
}
.sect11 .deco1 {
    left: -6%;
    bottom: 0;
    width: 32.45%;
}
.sect11 .deco2 {
    right: -3%;
    bottom: 0;
    width: 32%;
    padding-bottom: 5%;
}

.sect12 {
    padding: 3em 0;
}
.sect12 .sect-heading img {
    max-height: 8em;
}
.sect12 .deco1 {
    left: 2%;
    top: 2.5em;
    width: 8.28%;
}
.sect12 .deco2 {
    right: 0;
    top: 20%;
    width: 5.1%;
}
.sect12 .deco3 {
    left: 0;
    top: 50%;
    width: 5.156%;
}
.sect12 .deco4 {
    right: 0;
    bottom: 1em;
    width: 6.7%;
}
.sect12-box,
.sect12-box2 {
    border-radius: 3em;
    margin-bottom: 1em;
}
.sect12-box {
    padding: 1.5em 1.5em 2em;
}
.sect12-box .pic {
    flex: 9em 0 0;
    width: 9em;
    margin: 0 auto;
}
.sect12-box .txt {
    text-align: left;
}
.sect12-box .title {
    font-size: 1.4em;
    margin: 0 0 0.2em;
    text-align: center;
}
.sect12-box2 {
    padding: 0.5em 1em 1.5em;
}
.sect12-box2 .title {
    border-radius: 2em;
    padding: 0.3em 1em;
    display: inline-block;
    white-space: nowrap;
    margin: 0 0 0.5em;
}


.sect13 .sect-heading {
    margin-bottom: 1em;
}
.sect13 .sect-heading img {
    max-height: 4em;
}
.sect13 .deco {
    right: -5%;
    top: 90%;
    margin-top: -5em;
    width: 20%;
}
.sect13 .inner {
    background: url('../img/sect13_cover.png') no-repeat;
    background-size: 100% 100%;
    padding: 10% 0 8%;
}
.sect13-ul {
    display: inline-block;
    text-align: left;
}
.sect13-ul li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 0.25em;
}
.sect13-ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.75em;
    height: 0.75em;
    background: #ecb727;
}
.sect13-ul li span {
    display: inline-block;
}
.sect13-content .txt img {
    max-height: 1.5em;
    margin-top: 1em;
}


.sect14 {
    padding: 3em 0 2em;
}
.sect14 .deco1 {
    left: 0;
    top: 3em;
    width: 5.625%;
}
.sect14 .deco2 {
    right: 0;
    top: 55%;
    width: 7.97%;
}
.sect14 .deco3 {
    left: 0;
    bottom: 5%;
    width: 5.625%;
}
.sect14 .sect-heading {
    margin-bottom: 1em;
}
.sect14 .sect-heading img {
    max-height: 4.5em;
}
.sect14-faq {
    border-radius: 2.5em;
    text-align: left;
    padding: 0.5em;
    margin-bottom: 1em;
}
.sect14-faq .question {
    position: relative;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0.75em 1em 0.75em 3em;
    border-radius: 1.5em;
}
.sect14-faq .question b {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border-radius: 50%;
    background: #fff;
    font-size: 1.38em;
    width: 1.43em;
    line-height: 1.43em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.3em;
}
.sect14-faq .answer {
    padding: 0.5em 1em 0.75em;
}
.sect14-content {
    padding-top: 2em;
}

.sect15-content1 {
    padding: 1em 0;
    font-size: 1.625em;
}
.sect15-content2 {
    padding: 1em 0 1.5em;
    font-size: 2.25em;
    line-height: 1.4;
}
.sect15-content2 span {
    display: inline-block;
    margin-left: 0.25em;
    font-size: 1.157em;
}
.sect15-content2 strong {
    font-size: 1.57em;
    font-weight: 900;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: 0.05em;
}
.sect15-content3 {
    padding: 1.5em 0 2em;
    font-size: 1.5em;
}
.sect15-content3 .txt {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    margin: 0 -1em;
}
.sect15-content3 .txt::before,
.sect15-content3 .txt::after {
    content: '';
    display: block;
    border-left: 1px solid #fff;
    height: 1.5em;
    position: absolute;
    top: 50%;
}
.sect15-content3 .txt::before {
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
}
.sect15-content3 .txt::after {
    right: 0;
    transform: translateY(-50%) rotate(30deg);
}
.sect15-content3 .txt span {
    display: inline-block;
}
.sect15-content3 .pic {
    padding: 1em 0;
}
.sect15-content3 .pic img {
    width: 9.6em;
}
.sect15-row .col {
    padding: 1.5em 1.5em 2em;
    font-weight: 700;
}
.sect15-row .date {
    font-size: 1.65em;
}
.sect15-row .title {
    font-size: 2.15em;
}
.sect15-row .price {
    position: relative;
    top: -0.1em;
    font-size: 2.7em;
    line-height: 1;
    margin-bottom: 0.5em;
}
.sect15-row .price strong {
    font-size: 1.55em;
    font-weight: 900;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: 0.05em;
}
.sect15-row .bt {
    border-radius: 2em;
    padding: 0.1em 1em 0.2em;
    font-size: 1.925em;
}
.bt-style2:hover,
.sect15-row .bt:hover {
    transform: scale(0.95);
}


.sect16 {
    padding: 3em 0 5em;
}
.sect16 .sect-heading img {
    max-height: 4.5em;
}
.sect16-box {
    border: 1px solid #ffc529;
    font-size: 1.25em;
    margin: 0 auto 1.25em;
    padding: 1.5em;
    max-width: 20.28em;
}
.sect16-box .icon {
    max-height: 1.2em;
    vertical-align: text-bottom;
    margin-bottom: 0.2em;
}
.sect16-box .location {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.sect16-box .info {
    margin-bottom: 1.25em;
}
.sect16-box span {
    display: inline-block;
}
.sect16 .bt-style2 {
    margin-top: 0.5em;
    font-size: 1.875em;
}

.floating {
    position: fixed;
    z-index: 500;
    right: 0.5em;
    bottom: 0.5em;
}
.floating .bt {
    padding: 0.8em;
    border-radius: 50%;
    text-align: center;
    white-space: normal;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
}
.floating .bt span {
    display: inline-block;
    vertical-align: middle;
    width: 2.5em;
}


@media (min-width: 640px) {
    .row.sm-x2 > .col {
        flex: 50% 0 0;
    }
    .row.sm-x3 > .col {
        flex: 33.33% 0 0;
    }
    .row.sm-x4 > .col {
        flex: 25% 0 0;
    }
    .sect2-content {
        max-width: 40em;
    }
    .sect12-box,
    .sect12-box2 {
        display: flex;
        align-items: center;
    }
    .sect12-box .txt {
        margin-left: 1.5em;
    }
    .sect12-box .title {
        text-align: left;
    }
    .sect12-box2 {
        padding: 0.5em;
    }
    .sect12-box2 .title {
        margin: 0;
    }
    .sect12-box2 .desc {
        text-align: left;
        padding: 0 1em;
    }
}
@media (min-width: 768px) {
    body {
        font-size: 20px;
    }
    .sect1 {
        padding: 4em 0 16%;
    }
    .sect1 .txt.pc {
        display: block;
    }
    .sect1 .txt img {
        width: 38.375em;
    }
    .sect2 .deco {
        text-align: right;
        width: 9.6%;
    }
    .sect3 .sect-heading {
        top: -1.5em;
        margin-bottom: 0;
    }
    .sect5-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sect5-content .pic {
        flex: 40% 0 0;
        margin-right: 2em;
    }
    .sect7-content {
        max-width: 36em;
        margin: 0 auto;
    }
    .sect7-content .pic.pc,
    .sect9-content .pic.pc {
        display: inline-block;
    }
    .sect1 .txt.m,
    .sect7-content .pic.m,
    .sect9-content .pic.m {
        display: none;
    }
    .day-sect .container {
        width: 82%;
        padding: 0 30px;
    }
    .day-heading .num {
        font-size: 2.1em;
    }
    .sect11-main .inner {
        padding-bottom: 0;
    }
    .sect12 .deco1 {
        left: 8.854%;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 24px;
    }
    .bg-grid {
        background-size: 27px;
    }
    .row.md-x2 > .col {
        flex: 50% 0 0;
    }
    .row.md-x3 > .col {
        flex: 33.33% 0 0;
    }
    .row.md-x4 > .col {
        flex: 25% 0 0;
    }
    .sect-heading img.txt {
        max-height: 2.5em;
    }
    .sect9 .sect-heading img {
        max-height: 7.5em;
    }
    .sect10 .sect-heading img {
        max-height: 4.6em;
    }
    .sect11 .sect-heading img {
        max-height: 4.6em;
    }
    .sect11 .deco1 {
        left: 0;
    }
    .sect11 .deco2 {
        right: 0;
    }
    .sect12 .sect-heading img {
        max-height: 9.45em;
    }
    .sect13 .sect-heading img {
        max-height: 4.8em;
    }
    .sect13-content .txt img {
        max-height: 1.55em;
    }
    .sect14 .sect-heading img {
        max-height: 5.05em;
    }
    .sect16 .sect-heading img {
        max-height: 5.45em;
    }
}
@media (min-width: 1200px) {
    body {
        font-size: 28px;
    }
}
@media (min-width: 1440px) {
    body {
        font-size: 32px;
    }
    .bg-grid {
        background-size: 36px;
    }
}
@media (min-width: 1680px) {
    body {
        font-size: 36px;
    }
}
@media (min-width: 1920px) {
    body {
        font-size: 40px;
    }
}