@charset "UTF-8";
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* bBootstrap v3.3.7の変数のみinclude */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Layout */
/* Component */
.sd-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #0B6CCF;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
}

.sd-btn a, .sd-btn:hover, .sd-btn:focus,
.sd-btn a:hover,
.sd-btn a:focus {
  color: #FFFFFF;
}

.zoom:hover {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  transition: all 0.5s ease 0s;
}

.ol--reset,
.ul--reset {
  padding: 0;
  list-style-type: none;
}

.ol,
.ul {
  padding: 0;
  list-style-type: none;
}

.ol li,
.ul li {
  border-bottom: 1px dotted #cccccc;
}

.ol li:last-child,
.ul li:last-child {
  border-bottom: none;
}

.hr {
  clear: both;
  border: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
}

.form textarea,
.form input {
  border: 1px solid #000000;
}

.form label {
  margin-right: 15px;
}

.form textarea,
.form input[type="text"] {
  padding: 5px;
  width: 100%;
  font-size: 1rem;
}

@media screen and (min-width: 1200px) {
  .form textarea,
  .form input[type="text"] {
    font-size: 1.6rem;
  }
}

.form textarea {
  min-height: 200px;
}

.form input[type="submit"] {
  padding: 5px;
  margin: 5px;
}

.sd-table {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-collapse: collapse;
}

.sd-table caption {
  font-weight: bold;
  font-size: 110%;
}

.sd-table > thead tr > th,
.sd-table > tbody tr > th,
.sd-table > tfoot tr > th {
  background: #f2f2f2;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.sd-table > thead tr > th, .sd-table > thead tr > td,
.sd-table > tbody tr > th,
.sd-table > tbody tr > td,
.sd-table > tfoot tr > th,
.sd-table > tfoot tr > td {
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 15px;
}

/*グラデーション*/
.gradation {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #FFFFFF 0%, rgba(250, 250, 250, 0.4) 100%);
}

/*テキストシャドウ*/
.text-shadow--gray {
  text-shadow: 0 1px 0 rgba(150, 150, 150, 0.6);
}

.text-shadow--white {
  text-shadow: 0 1px 0 #FFFFFF;
}

/*ボックスシャドウ*/
.box-shadow--gray {
  box-shadow: 0 0 10px 1px #CCCCCC;
}

.box-shadow--white {
  box-shadow: 0 0 15px #FFFFFF #CCCCCC;
}

.sd-label {
  padding: 5px;
  font-size: 85%;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #000000;
}

.sd-picture {
  border: 5px solid #FFFFFF;
}

/**
 * animation
 */
/*点滅設定*/
@-webkit-keyframes sdKeyframes--opacity-flashing {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes sdKeyframes--opacity-flashing {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

/*点滅*/
.sd-flashing {
  -webkit-animation: sdKeyframes--opacity-flashing 1s infinite;
          animation: sdKeyframes--opacity-flashing 1s infinite;
}

/* Project */
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  margin: 0 auto;
}

.content_wrap * {
  box-sizing: border-box;
}

.content_wrap a {
  text-decoration: none;
  color: #000;
}

.content_wrap a:hover, .content_wrap a:focus {
  text-decoration: none;
  color: #000;
}

.content_wrap .fadeInUp-target {
  opacity: 0;
}


.content_wrap .header {
  background-color: #dae3f3;
  text-align: center;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 110%;
  margin-bottom: 20px;
}


.content_wrap .header_txt {
  text-align: center;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 110%;
  margin-bottom: 20px;
}

@media screen and (min-width: 690px) {
  .content_wrap .header {
    background-color: #dae3f3;
    text-align: center;
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 110%;
    padding: 40px 0px 37px 0px;
    margin-bottom: 37px;
  }
}


.content_wrap .header p{
  margin: 40px 0 0 0;
}

@media screen and (min-width: 980px) {
  .content_wrap .header {
    padding: 70px 0px 50px 0px;
    font-size: 120%;
    margin-bottom: 37px;
  }
}

.content_wrap .header img {
  opacity: 0;
}

.content_wrap .header .header-img {
  max-width: 1170px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (min-width: 980px) {
  .content_wrap .header .header-img {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.content_wrap .header .header-img > * {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
/*  -webkit-flex: 0 0 calc(50% - 20px);
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);*/
}

@media screen and (min-width: 980px) {
  .content_wrap .header .header-img > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
/*    -webkit-flex: 0 0 calc(50% - 40px);
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);*/
  }
}

.content_wrap .header .header__logo {
  margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .content_wrap .header .header__logo {
    margin-bottom: 35px;
  }
}


.content_wrap .item-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_wrap .item-block .item-block__inner {
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  -webkit-flex: 0 0 calc(50% - 5px);
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  text-align: center;
}

@media screen and (min-width: 690px) {
  .content_wrap .item-block .item-block__inner {
    -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    -webkit-flex: 0 0 calc(25% - 10px);
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
  }
}

@media screen and (min-width: 980px) {
  .content_wrap .item-block .item-block__inner {
    -webkit-flex: 0 0 calc(25% - 20px);
        -ms-flex: 0 0 calc(25% - 20px);
            flex: 0 0 calc(25% - 20px);
  }
}

.content_wrap .item-block .item-block__inner dl {
  margin: 0 0 30px 0;
}

.content_wrap .item-block .item-block__inner dt.item-block__phpto {
  margin-bottom: 10px;
  transition: all .1s linear;
}

.content_wrap .item-block .item-block__inner dd.item-block__brand {
  margin: 0;
  font-size: 12px;
}

.content_wrap .item-block .item-block__inner dd.item-block__name {
  margin: 0;
  font-size: 12px;
}

.content_wrap .present {
  background-color: #f5f4f2;
  text-align: center;
  padding: 50px 10px 30px 10px;
  color: #604941;
  font-size: 120%;
  margin-bottom: 30px;
}

@media screen and (min-width: 690px) {
  .content_wrap .present {
    font-size: 140%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .content_wrap .present {
    padding: 50px 0 30px 0;
  }
}

@media screen and (min-width: 690px) {
  .content_wrap .present > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 1200px) {
  .content_wrap .present > *:last-child img {
    margin-left: -30px;
  }
}

.content_wrap .present .present__title {
  margin-bottom: 20px;
}

.content_wrap .present .present__title img {
  max-width: 150px;
}

@media screen and (min-width: 690px) {
  .content_wrap .present .present__title img {
    max-width: 100%;
  }
}

.content_wrap .present .u-font-sml {
  font-size: 60%;
}

.content_wrap .recommend {
  padding: 5px;
}

@media screen and (min-width: 980px) {
  .content_wrap .recommend {
    padding: 20px;
  }
}

.content_wrap .recommend .recommend__title {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 690px) {
  .content_wrap .recommend .recommend__title {
    margin-bottom: 55px;
  }
}

.content_wrap .recommend .recommend-outer__title, .content_wrap .recommend .recommend-outer__title--smp-sml {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
}

  .content_wrap .lsize_tops {
    margin-top: 58px;
  }

@media screen and (min-width: 690px) {
  .content_wrap .recommend .recommend-outer__title, .content_wrap .recommend .recommend-outer__title--smp-sml {
    margin-bottom: 45px;
  }
  .content_wrap .lsize_tops {
    margin-top: 58px;
  }

}

/*.content_wrap .recommend .recommend-outer__title img, .content_wrap .recommend .recommend-outer__title--smp-sml img {
  max-width: 100px;
}
*/
  .content_wrap .recommend .recommend-outer__title img, .content_wrap .recommend .recommend-outer__title--smp-sml img {
    max-width: none;
    margin-bottom: 20px;
  }
@media screen and (min-width: 690px) {
  .content_wrap .recommend .recommend-outer__title img, .content_wrap .recommend .recommend-outer__title--smp-sml img {
    max-width: none;
    margin-bottom: 20px;
  }
}

/*.content_wrap .recommend .recommend-outer__title--smp-sml img {
  max-width: 80px;
}*/

@media screen and (min-width: 690px) {
  .content_wrap .recommend .recommend-outer__title--smp-sml img {
    max-width: none;
  }
}

.content_wrap .recommend .btn-layout--recommend {
  margin-bottom: 50px;
}

@media screen and (min-width: 690px) {
  .content_wrap .recommend .btn-layout--recommend {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin:0 auto 120px 0;
  }
}

.content_wrap .recommend .btn-layout--recommend .btn--recommend {
  border: none;
  background-color: #fff;
  color: #436cb3;
  border: solid 1px #436cb3;
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
  display: block;
  width: 80%;
  margin: 10px auto;
  max-width: 320px;
  transition: all .1s linear;
}

.content_wrap .recommend .btn-layout--recommend .btn--recommend:hover {
  background-color: #436cb3;
  color: #fff;
}

.content_wrap .recommend .btn_all {
  margin: 0 auto;
  display: block;
}


@media screen and (min-width: 980px) {
  .content_wrap .recommend .btn-layout--recommend .btn--recommend {
    border: none;
    background-color: #fff;
    color: #436cb3;
    border: solid 1px #436cb3;
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    display: block;
    width: 80%;
    margin: 0 8px 0 8px;
    max-width: 420px;
    transition: all .1s linear;
  }
  .content_wrap .recommend .btn_all {
    max-width: 856px;
    width: 856px;
    margin: 0 auto;
    display: block;
  }
}


.content_wrap .recommend .btn-layout--recommend .btn--recommend::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #436cb3;
  border-right: solid 1px #436cb3;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-right: -10px;
}

.content_wrap .recommend .btn-layout--recommend .btn--recommend:hover::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-right: -10px;
}


.content_wrap .btn-layout--brand-all {
  width: 80%;
  max-width: 670px;
  margin: -20px auto 40px auto;
}

@media screen and (min-width: 690px) {
  .content_wrap .btn-layout--brand-all {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.content_wrap .btn-layout--brand-all .btn--brand {
  border: none;
  background-color: #bfb5b1;
  font-size: 16px;
  padding: 15px;
  transition: all .1s linear;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  font-size: 90%;
}

@media screen and (min-width: 690px) {
  .content_wrap .btn-layout--brand-all .btn--brand {
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    -webkit-flex: 0 0 calc(50% - 5px);
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    vertical-align: middle;
  }
}

.content_wrap .btn-layout--brand-all .btn--brand:hover {
  background-color: #a3918a;
}

.content_wrap .btn-layout--brand-all .btn--brand img {
  max-width: 95px;
  height: auto;
}

.content_wrap .btn-layout--brand-all .btn--brand img.mark-lsize {
  max-width: 30px;
  margin: 0 10px;
}

.content_wrap .btn__item-list {
  border: none;
  background-color: #3b3b3b;
  font-size: 16px;
  padding: 15px;
  width: 80%;
  max-width: 670px;
  margin: -20px auto 90px auto;
  display: block;
  text-align: center;
  transition: all .1s linear;
}

@media all and (-ms-high-contrast: none) {
  .content_wrap .btn--brand {
    padding: 10px 0 !important;
  }
}

.content_wrap .disabled {
  text-decoration: none !important;
  cursor: default;
}

@-moz-document url-prefix() {
  .content_wrap .header-img img {
    width: 100%;
    max-width: 100%;
  }
}

/* Utility */
.hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

.clear {
  clear: both;
}

.fluid_img {
  max-width: 100%;
  height: auto;
}

.none {
  display: none;
}

.flo-left {
  float: left;
}

.flo-right {
  float: right;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.font_small {
  font-size: 80%;
}

.opa-0,
.ani-fadeIn,
.ani-fadeInLeft {
  opacity: 0;
}

.flex-wrapper,
.flex-outer,
.flex-parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-child {
  width: 50%;
}

.u-none {
  display: none;
}

@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-block {
    display: block;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-inline {
    display: inline;
  }
}

@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}

.u-table {
  display: table;
}

@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}

@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-none {
    display: none;
  }
  .u-none {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

.u-font-sml {
  font-size: 80%;
}

.u-pos-relative {
  position: relative;
}

.content_wrap .bnr_footer {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 560px;
}

.content_wrap nav {
  margin-bottom: 58px;
}

.content_wrap .border_line{
  max-width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 70px;
  margin-top: 70px;
}


.content_wrap nav ul {
  display: flex;
  flex-wrap:wrap;
}

.content_wrap nav ul li {
  width: calc(100%/2);/*←画像を横に4つ並べる場合*/
  padding: 0 5px 3px 5px;
  box-sizing:border-box;
}

.content_wrap nav ul li img {
  max-width:100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
}


@media screen and (min-width: 690px) {
  .content_wrap nav ul li {
    width: calc(100%/4);/*←画像を横に4つ並べる場合*/
    padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
    box-sizing:border-box;
  }

  .content_wrap .border_line{
  max-width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 120px;
  margin-top: 50px;
}
}
/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1 !important;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0 !important;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0 !important;
}

.is-nav-on {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  padding: 20vh 0;
}




#lsize_nav {
    width: 100%;
    list-style: none;
    margin: 0 auto 0;
    overflow: hidden;
}
.dummy {
  display: none;
}
@media (max-width: 768px){
  #lsize_nav {
  }
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#lsize_nav.fixed{
  background: #ffffff;
}

.fixed #fixedbox{
  max-width: 890px;
}
#fixedbox {
    max-width: 1170px;
    margin: auto;
    transition: 0.7s;
}
#fixedbox .p-header__navigation {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 768px){
  #fixedbox .p-header__navigation {
    background: #ffffff;
    padding-bottom: 0%;
  }
}
#fixedbox .p-header__navigation li {
  -webkit-flex: 0 1 16%;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
  -webkit-flex: 0 1 calc(100% / 6);
      -ms-flex: 0 1 calc(100% / 6);
          flex: 0 1 calc(150% / 6);
}


@media (max-width: 768px){
  #fixedbox .p-header__navigation li {
    margin-bottom: 2%;;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    -webkit-flex: 0 1 calc(98% / 3);
        -ms-flex: 0 1 calc(98% / 3);
            flex: 0 1 calc(120% / 2.5);
  }
}
