@charset "UTF-8";
/* ------------------------------
 Function
------------------------------ */
/* ------------------------------
 Vars
------------------------------ */
/* ------------------------------
 Mixin
------------------------------ */
/* ------------------------------
 Reset CSS
------------------------------ */
* {
  box-sizing: border-box;
}

main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, picture {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: currentColor;
}
button::-moz-focus-inner {
  border: 0;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
  width: 100%;
  height: auto;
}

/* ------------------------------
 text & layout
------------------------------ */
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.6;
}

p, ul, dl {
  font-size: 1rem;
  line-height: 1.5;
}

sup {
  font-size: 0.7em;
}

.d-ib {
  display: inline-block;
}

.ind-1em {
  display: block;
  text-indent: -1em !important;
  padding-left: 1em;
}
.ind-1em::first-letter {
  font-feature-settings: normal;
}
.ind-1em > * {
  text-indent: 0;
}

.burasage {
  overflow: hidden;
  text-align: left;
}
.burasage > * {
  display: block;
  overflow: hidden;
}
.burasage > *:first-child {
  float: left;
  font-feature-settings: normal;
}

/* ------------------------------
 text-size
------------------------------ */
.txt-lg {
  font-size: 2rem;
}

.txt-md {
  font-size: 1.8rem;
}

.txt-rg {
  font-size: 1.6rem;
}

.txt-sm {
  font-size: 1.4rem;
}

.txt-xs {
  font-size: 1.2rem;
}

.txt-xxs {
  font-size: 1rem;
}

/* ------------------------------
 font-weight
------------------------------ */
.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* ------------------------------
 line-height
------------------------------ */
.lh-12 {
  line-height: 1.2;
}

/* ------------------------------
 text-align
------------------------------ */
.align-left {
  text-align: left;
}

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

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

.justify {
  text-align: justify;
}

/* ------------------------------
 text-link
------------------------------ */
a {
  outline: 0;
  color: currentColor;
  text-decoration: none;
}
a.line-link {
  text-decoration: underline;
}

.underline {
  border-bottom: 0.1em solid currentColor;
}

.underline-dash {
  border-bottom: 0.1em dashed currentColor;
}

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

.mt-02em {
  margin-top: 0.2em !important;
}

.mt-05em {
  margin-top: 0.5em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

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

.mb-05em {
  margin-bottom: 0.5em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.m-auto {
  margin: auto !important;
}

/* ------------------------------
 padding
------------------------------ */
.side-padding {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

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

.pt-05em {
  padding-top: 0.5em !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.pt-3em {
  padding-top: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pt-5em {
  padding-top: 5em !important;
}

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

.pb-05em {
  padding-bottom: 0.5em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

/* ------------------------------
 device
------------------------------ */
[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-ios .show-ua-ios {
  display: block !important;
}

html.ua-ios .show-ua-ios-inline {
  display: inline !important;
}

[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-andr .show-ua-andr {
  display: block !important;
}

html.ua-andr .show-ua-andr-inline {
  display: inline !important;
}

[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-pc .show-ua-pc {
  display: block !important;
}

html.ua-pc .show-ua-pc-inline {
  display: inline !important;
}

[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-app .show-ua-app {
  display: block !important;
}

html.ua-app .show-ua-app-inline {
  display: inline !important;
}

html.ua-ios .hide-ua-ios {
  display: none !important;
}

html.ua-andr .hide-ua-andr {
  display: none !important;
}

html.ua-pc .hide-ua-pc {
  display: none !important;
}

html.ua-app .hide-ua-app {
  display: none !important;
}

/* ------------------------------
 scroll-in
------------------------------ */
html:not(.legacy) .scroll-in.fade-in {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.legacy) .scroll-in.fade-in.appeared {
  opacity: 1;
}
html:not(.legacy) .scroll-in.up-in {
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.legacy) .scroll-in.up-in.appeared {
  opacity: 1;
  transform: translateY(0);
}
html:not(.legacy) .scroll-in.popup-in {
  opacity: 0;
  transform: scale(0.9) translateY(3rem);
  transform-origin: 50% 15rem;
  transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
}
html:not(.legacy) .scroll-in.popup-in.appeared {
  opacity: 1;
  transform: scale(1) translateY(0);
}
html:not(.legacy) .scroll-in.zoom-in {
  opacity: 0;
  transform: scale(0.4);
  transform-origin: 50% 50%;
  transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
}
html:not(.legacy) .scroll-in.zoom-in.appeared {
  opacity: 1;
  transform: scale(1);
}

/* ------------------------------
 Html, Body
------------------------------ */
html {
  background: #f2f2f2;
  font-size: 2.6666666667vw;
}
@media (min-width: 601px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  max-width: 600px;
  overflow-x: hidden;
  background-color: #FFF;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  text-align: left;
}

/* ------------------------------
 layout
------------------------------ */
#page-wrap {
  overflow: hidden;
  background-color: white;
}
.show-fixed-wrap #page-wrap {
  padding-bottom: 11rem;
}

.page-footer {
  text-align: center;
  padding: 3rem 0;
}

.bg-wrap {
  padding: 1px 0;
}

/* ------------------------------
 text-color
------------------------------ */
.color-orange {
  color: #ff6f0f;
}

.color-blue {
  color: #006FC9;
}

.color-grey {
  color: #6b6b6b;
}

.color-white {
  color: white;
}

/* ------------------------------
 bg-color
------------------------------ */
.bg-orange {
  background-color: #FFD056;
}

.bg-yellow {
  background-color: #FFFDDF;
}

.bg-grey {
  background-color: #eee;
}

/* ------------------------------
 inline-icon
------------------------------ */
.inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em -0.1em 0.1em;
  position: relative;
}
.inline-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23333" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.down::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23333" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  transform: rotate(90deg);
}
.inline-icon.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23333" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}

/* ------------------------------
 button
------------------------------ */
.std-btn {
  background: #006FC9;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
}
.std-btn > span {
  margin: auto;
  padding: 0 1rem;
}
.std-btn::after {
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50% 50%;
  background-size: contain;
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}
.std-btn.next::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.std-btn.blank::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.std-btn.bd {
  border: 0.2rem solid #006FC9;
  background-color: white;
  color: #006FC9;
}
.std-btn.bd.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.std-btn.bd.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}

.app-btn {
  background: #006FC9;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
  margin: 0.5rem 0 0.5rem;
  border-radius: 0.5rem;
  min-height: 2.8em;
}
.app-btn > span {
  margin: auto;
  padding: 0 1rem;
}
.app-btn::after {
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50% 50%;
  background-size: contain;
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}
.app-btn.next::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.app-btn.blank::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.app-btn.bd {
  border: 0.2rem solid #006FC9;
  background-color: white;
  color: #006FC9;
}
.app-btn.bd.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.app-btn.bd.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.app-btn::after {
  margin-left: -3rem;
}

/* ------------------------------
 fixed-wrap
------------------------------ */
#fixed-wrap {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 100% auto;
  padding: 0.5rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  z-index: 100;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  -webkit-clip-path: inset(-1rem 0 0 0);
          clip-path: inset(-1rem 0 0 0);
  opacity: 0;
  transform: translateY(50%);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, transform;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.show-fixed-wrap #fixed-wrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#fixed-wrap.branch {
  /*個別ページ用*/
}
#fixed-wrap.branch ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fixed-wrap.branch ul li:first-child {
  width: calc(25% - 0.5rem);
}
#fixed-wrap.branch ul li:last-child {
  width: calc(75% - 0.5rem);
}
#fixed-wrap .cv-btn {
  background: #006FC9;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
  margin: 0.3rem 0 0.5rem;
  box-shadow: 0 0.3rem #005396;
  min-height: 2.4em;
}
#fixed-wrap .cv-btn > span {
  margin: auto;
  padding: 0 1rem;
}
#fixed-wrap .cv-btn::after {
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50% 50%;
  background-size: contain;
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}
#fixed-wrap .cv-btn.next::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
#fixed-wrap .cv-btn.blank::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
#fixed-wrap .cv-btn.bd {
  border: 0.2rem solid #006FC9;
  background-color: white;
  color: #006FC9;
}
#fixed-wrap .cv-btn.bd.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
#fixed-wrap .cv-btn.bd.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
#fixed-wrap .cv-btn::after {
  margin-left: -3rem;
}

/* ------------------------------
 kv
------------------------------ */
.kv-sec {
  padding-top: 2rem;
}
.kv-sec .kv-ttl {
  margin: 1rem 0;
}
.kv-sec .kv-visual {
  position: relative;
  background: url(../img/kv_bg.png) no-repeat 50% 2rem;
  background-size: contain;
}
.kv-sec .kv-img-02 {
  position: relative;
}
.kv-sec .kv-img-02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ------------------------------
 lawson
------------------------------ */
.lawson-col {
  background-color: white;
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  overflow: hidden;
}
.lawson-col-inner {
  padding: 1.5rem 1.5rem 2.5rem;
  background-color: #E7F6FF;
}

/* ------------------------------
 cinema
------------------------------ */
.cinema-col {
  background-color: white;
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2.5rem;
}

/* ------------------------------
 trial
------------------------------ */
.trial-col {
  background-color: #FFD25E;
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.5rem;
}
.trial-col .trial-img {
  margin: 0 1.5rem;
}

.trial-btn {
  background: #006FC9;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
}
.trial-btn > span {
  margin: auto;
  padding: 0 1rem;
}
.trial-btn::after {
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50% 50%;
  background-size: contain;
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}
.trial-btn.next::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.trial-btn.blank::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.trial-btn.bd {
  border: 0.2rem solid #006FC9;
  background-color: white;
  color: #006FC9;
}
.trial-btn.bd.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.trial-btn.bd.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.trial-btn strong {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: -0.1em;
  margin: 0 0.1em;
}

/* ------------------------------
 others
------------------------------ */
.others-sec {
  padding: 3rem 0;
}

/* ------------------------------
 notes
------------------------------ */
.notes-sec {
  background-color: #eee;
  padding: 3rem 0;
}

/* ------------------------------
 bottom-sec
------------------------------ */
.bottom-sec {
  background-color: white;
}