@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, button, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  color: #333;
  font: 16px/1.6 "Noto Sans", "LiHei Pro", "Heiti TC", "微軟正黑體", sans-serif;
  background: url(null) fixed;
  overflow-x: hidden;
}

a {
  color: #389deb;
  text-decoration: none;
}

a:hover {
  color: #c00;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fas, .nav-notice .md-nav-link.nav-collapse:before {
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block;
}

.l-container {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-container {
    width: calc(100% - 16px);
    margin: 0 8px;
  }
}

@media only screen and (min-width: 1025px) {
  .l-container {
    width: 932px;
    margin: 0 auto;
  }
}

.l-grids {
  flex-flow: row wrap;
  align-items: stretch;
  display: flex;
}

.l-header {
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  position: fixed;
  z-index: 99;
}

.l-header .l-container {
  align-items: center;
  display: flex;
}

.l-aside {
  padding-top: 50px;
  width: 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .l-aside {
    padding-top: 64px;
    width: 25%;
    flex: 0 0 25%;
  }
}

.l-content {
  min-height: calc(100vh - 50px);
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .l-content {
    min-height: calc(100vh - 64px - 84px);
    padding-top: 64px;
  }
}

.l-aside + .l-content {
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .l-aside + .l-content {
    width: 75%;
    flex: 0 0 75%;
    padding-top: 64px;
  }
}

.l-partner {
  margin: 16px 0;
}

@media only screen and (min-width: 768px) {
  .l-partner {
    margin: 36px 8px 24px;
    padding: 16px 36px;
    background-image: url(../images/bg-category-title.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 10px;
    align-items: center;
    display: flex;
  }
}

.l-footer {
  margin-top: 16px;
  padding: 8px;
  color: white;
  font-size: .8rem;
  text-align: center;
  text-shadow: rgba(48, 142, 181, 0.7) 0 0 3px;
  background: #90e3f5;
}

.l-background {
  min-height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #98DCF8 0%, #ffe 35%, #ffe 70%, #c9f4ff 100%);
  position: fixed;
}

.l-background [class^="bg"] {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
}

.l-background .bg-wave {
  background-size: 100% auto;
  background-image: url(../images/bg-wave.png);
}

.l-background .bg-light {
  background-size: auto 100%;
  background-image: url(../images/bg-light.png);
}

@media only screen and (min-width: 768px) {
  .l-background .bg-light {
    background-size: 100% auto;
  }
}

.col-1 {
  width: 8.33333%;
  flex: 0 0 8.33333%;
}

.col-2 {
  width: 16.66667%;
  flex: 0 0 16.66667%;
}

.col-3 {
  width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  width: 33.33333%;
  flex: 0 0 33.33333%;
}

.col-5 {
  width: 41.66667%;
  flex: 0 0 41.66667%;
}

.col-6 {
  width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  width: 58.33333%;
  flex: 0 0 58.33333%;
}

.col-8 {
  width: 66.66667%;
  flex: 0 0 66.66667%;
}

.col-9 {
  width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  width: 83.33333%;
  flex: 0 0 83.33333%;
}

.col-11 {
  width: 91.66667%;
  flex: 0 0 91.66667%;
}

.col-12 {
  width: 100%;
  flex: 0 0 100%;
}

.md-nav {
  list-style: none;
}

.md-nav-link {
  color: #666;
  padding: 8px 16px;
  display: block;
}

.md-sub-nav {
  margin: 0 calc(1em + 8px) 12px;
}

@media only screen and (min-width: 768px) {
  .md-sub-nav {
    margin-right: 0;
  }
}

.md-card {
  margin: 8px;
  background: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  transition: box-shadow .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.md-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 10px;
}

.md-card.card-horizontal .card-link {
  align-items: center;
  display: flex;
}

.md-card.card-horizontal .figcaption {
  padding: 0 8px;
  flex: 1;
}

.md-card.card-vertical .figcaption {
  padding-top: 8px;
}

.md-thumbnail-content {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.md-thumbnail-image {
  max-height: 100%;
  min-height: 100%;
}

.btn {
  color: white;
  text-align: center;
  padding: 8px 16px;
  background-color: #389deb;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.btn:hover {
  color: white;
  background-color: #d90000;
}

.btn.btn-lg {
  max-width: 50%;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin: 48px auto;
  padding: 16px;
  border: #389deb 3px solid;
  border-radius: 100px;
  box-shadow: rgba(255, 255, 255, 0.6) 3px 2px inset;
  display: block;
}

.btn.btn-lg:hover {
  border-color: #d90000;
}

.btn.btn-lg .fas, .btn.btn-lg .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .btn.btn-lg .md-nav-link.nav-collapse:before {
  width: 20px;
  height: 23px;
  margin-right: 8px;
  background-image: url("../images/icon-shopping-bag.png");
}

.link-home {
  padding: 8px;
  flex: 1;
  display: block;
}

.logo-ruten {
  max-width: 70%;
  max-height: 36px;
}

@media only screen and (min-width: 768px) {
  .logo-ruten {
    height: auto;
  }
}

.link-notice {
  color: #666;
  font-size: .8rem;
  padding: 8px;
}

.link-notice:hover .fas, .link-notice:hover .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .link-notice:hover .md-nav-link.nav-collapse:before {
  background-image: url("../images/icon-chevron-circle-right-h.png");
}

.link-notice .fas, .link-notice .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .link-notice .md-nav-link.nav-collapse:before {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  background-image: url("../images/icon-chevron-circle-right.png");
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin: 8px auto 24px;
  }
}

.site-title {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.site-title:before {
  content: "";
  width: 100%;
  padding-top: 47.69231%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-title {
    overflow: hidden;
    position: relative;
  }
  .site-title:before {
    content: "";
    width: 100%;
    padding-top: 46.37681%;
    display: block;
  }
}

.site-title .md-thumbnail-image {
  width: 100%;
  height: 100%;
  background-image: url(../images/title-mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .site-title .md-thumbnail-image {
    background-image: url(../images/title.png);
  }
}

.md-h-title {
  font-size: 1.14rem;
  margin: 16px 8px;
  align-items: center;
  display: flex;
}

.title-content {
  flex: 1;
}

.btn-menu {
  width: 16px;
  height: 15px;
  background-image: url("../images/icon-bars.png");
}

@media only screen and (min-width: 768px) {
  .btn-menu {
    display: none;
  }
}

.md-section {
  margin: 8px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .md-section {
    margin: 16px 8px;
  }
}

.md-section.section-round-box {
  padding: 8px 16px;
  background: #eee;
  border-radius: 3px;
}

.img-section {
  max-width: 100%;
}

.section-label {
  width: 1.5em;
  top: 6px;
  left: -4px;
  color: white;
  font-size: 1.14rem;
  font-family: "Noto Serif", serif;
  font-style: italic;
  text-align: center;
  text-indent: -4px;
  padding: 4px;
  background: #6fc0ee;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px;
  position: absolute;
}

.section-label + .section-content {
  margin: 0.5em 0 0.5em calc(1.5em + 4px);
}

.section-paragraph + .section-paragraph, .section-paragraph + .img-section, .section-paragraph + .md-table {
  margin-top: 16px;
}

.link-paragraph .fas, .link-paragraph .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .link-paragraph .md-nav-link.nav-collapse:before {
  margin-right: 4px;
}

.md-table {
  width: 100%;
  background: white;
  border: #ddd 1px solid;
  border-bottom: none;
}

.md-table .th, .md-table .td {
  min-width: 2em;
  padding: 8px;
  border: none;
  border-bottom: #ddd 1px solid;
}

@media only screen and (min-width: 768px) {
  .md-table .th, .md-table .td {
    min-width: 5em;
  }
}

.md-table .th {
  color: white;
  background: #bbb;
}

.md-category-header, .partner-title {
  margin: 24px 0 8px;
  padding: 4px 48px;
  color: white;
  font-size: 1.14rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: #6fc0ee 0 0 10px;
  background-image: url(../images/bg-category-title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .md-category-header, .partner-title {
    margin: 36px 48px 24px;
    padding: 10px 140px;
    font-size: 2.25rem;
    border-radius: 100px;
  }
}

.md-category-header .fas, .partner-title .fas, .md-category-header .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .md-category-header .md-nav-link.nav-collapse:before, .partner-title .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .partner-title .md-nav-link.nav-collapse:before {
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .md-category-header .fas, .partner-title .fas, .md-category-header .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .md-category-header .md-nav-link.nav-collapse:before, .partner-title .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .partner-title .md-nav-link.nav-collapse:before {
    font-size: 1.8rem;
  }
}

.md-product {
  width: 50%;
  flex: 0 0 50%;
}

@media only screen and (min-width: 768px) {
  .md-product {
    width: 25%;
    flex: 0 0 25%;
  }
}

.md-product .md-card {
  padding: 16px;
}

.md-product .thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.md-product .thumbnail:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.product-name {
  height: 3.2em;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-desc {
  display: flex;
}

.product-price {
  color: red;
  font-size: 1.6rem;
  font-weight: 700;
  flex: 1;
}

.price-currency {
  font-size: .8rem;
  font-weight: 400;
  margin-right: 2px;
}

.btn-product {
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 1.14rem;
  background-image: url("../images/icon-shopping-cart.png");
  border: white 3px solid;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

@media only screen and (min-width: 768px) {
  .btn-product {
    display: flex;
  }
}

.md-product:hover .btn-product {
  background-color: #d90000;
  border-color: #d90000;
}

.md-topical {
  width: 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .md-topical {
    width: 50%;
    flex: 0 0 50%;
  }
}

.md-topical .thumbnail {
  width: 60%;
  overflow: hidden;
  position: relative;
}

.md-topical .thumbnail:before {
  content: "";
  width: 100%;
  padding-top: 75%;
  display: block;
}

.topical-name {
  color: #333;
  font-size: 1.14rem;
  text-align: center;
}

.md-brand {
  width: 50%;
  flex: 0 0 50%;
}

@media only screen and (min-width: 768px) {
  .md-brand {
    width: 25%;
    flex: 0 0 25%;
  }
}

.md-brand .md-card {
  padding: 8px;
}

.md-brand .thumbnail {
  width: 30%;
  overflow: hidden;
  position: relative;
}

.md-brand .thumbnail:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.brand-name {
  color: #333;
  font-size: .9rem;
}

.partner-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .partner-title {
    width: 84px;
    height: 84px;
    margin: 0;
    padding: 36px;
    color: #6fc0ee;
    font-size: 1.8rem;
    text-align: center;
    text-shadow: none;
    background: white;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}

.partner-list {
  background: white;
}

@media only screen and (min-width: 768px) {
  .partner-list {
    background: none;
    flex: 1;
    display: flex;
  }
}

.md-partner {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .md-partner {
    width: 50%;
    flex: 0 0 50%;
  }
}

.logo-partner {
  margin: 8px;
  padding: 8px;
  background: white;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .logo-partner {
    margin: 0;
    padding: 16px 24px;
  }
}

.md-article-notice {
  min-height: calc(100vh - 64px - 120px);
  margin: 8px 0;
  padding: 8px;
  background: white;
}

@media only screen and (min-width: 768px) {
  .md-article-notice {
    padding: 16px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 2px;
  }
}

.link-expand, .nav-float .link-collapse {
  color: white;
  width: 8px;
  height: 12px;
  right: 8px;
  bottom: 8px;
  padding: 13px 16px;
  background-color: rgba(102, 102, 102, 0.8);
  background-image: url("../images/icon-chevron-left.png");
  border-radius: 100%;
  position: fixed;
  display: none;
  z-index: 99;
}

@media only screen and (min-width: 1025px) {
  .link-expand, .nav-float .link-collapse {
    display: none;
  }
}

.nav-float {
  right: 8px;
  bottom: -500px;
  transition: all .3s ease-in-out;
  position: fixed;
  z-index: 99;
}

@media only screen and (min-width: 1025px) {
  .nav-float {
    right: calc((100vw - 932px) / 2 - 120px);
  }
}

.nav-float.active {
  bottom: 8px;
}

.nav-float.collapsed {
  right: -300px;
}

.nav-float .md-nav-item {
  margin: 4px 0;
}

.nav-float .md-nav-link {
  font-size: .8rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  border-radius: 20px;
}

.nav-float .md-nav-link:hover {
  color: white;
  background-color: #6fc0ee;
}

.nav-float .md-nav-link:hover .fas, .nav-float .md-nav-link:hover .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .nav-float .md-nav-link:hover .md-nav-link.nav-collapse:before {
  background-image: url("../images/icon-chevron-up-h.png");
}

.nav-float .md-nav-link.active {
  color: white;
  background-color: #d90000;
}

.nav-float .md-nav-link .fas, .nav-float .md-nav-link .nav-notice .md-nav-link.nav-collapse:before, .nav-notice .nav-float .md-nav-link .md-nav-link.nav-collapse:before {
  width: 12px;
  height: 8px;
  margin-right: 4px;
  background-image: url("../images/icon-chevron-up.png");
}

.nav-float .link-collapse {
  background-color: #666;
  position: static;
  display: inline-block;
  float: right;
  background-image: url("../images/icon-chevron-right.png");
}

@media only screen and (min-width: 1025px) {
  .nav-float .link-collapse {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .nav-notice {
    margin: 16px 0;
  }
}

.nav-notice.collapsed {
  max-height: 0;
  margin: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .nav-notice.collapsed {
    max-height: 10000px;
    margin: 16px 0;
    overflow: visible;
  }
}

.nav-notice .md-nav-link.active {
  color: white;
  background: rgba(102, 102, 102, 0.7);
  border-radius: 50px;
}

@media only screen and (min-width: 768px) {
  .nav-notice .md-nav-link.active {
    color: #666;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.nav-notice .md-nav-link.nav-collapse:before {
  content: "\0020";
  width: 10px;
  height: 6px;
  margin-right: 8px;
  background-image: url("../images/icon-caret-down.png");
}

.nav-notice .md-nav-link.nav-collapse:hover:before {
  background-image: url("../images/icon-caret-down-h.png");
}

.nav-notice .md-nav-link.nav-collapse.collapsed:before {
  width: 6px;
  height: 10px;
  background-image: url("../images/icon-caret-right.png");
}

.nav-notice .md-nav-link.nav-collapse.collapsed:hover:before {
  background-image: url("../images/icon-caret-right-h.png");
}

.nav-notice .md-nav-link.nav-collapse.collapsed + .md-sub-nav {
  max-height: 0;
  margin: 0;
  overflow: hidden;
}

.sr-only {
  display: none;
}

.text-note {
  font-size: .8rem;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: #c00;
}

@media only screen and (max-width: 768px) {
  .btn_header {
   display: none;
  }
}
