@charset "UTF-8";
/*----------------------------------
Parts：パーツモジュール
----------------------------------*/
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl {
  height: 1%;
}
.floatL{
  float: left;
}
.floatR{
  float: right;
}

/* CSSアニメーション */
.animoBorderLeftRight{
  display:inline-block;
  position:relative;
  cursor:pointer
}
.animoBorderLeftRight::after{
  content:'';
  position:absolute;
  width:100%;
  transform:scaleX(0);
  height:2px;
  bottom:0;
  left:0;
  background-color:#f39c12;
  transform-origin:bottom right;
  transition:transform .4s cubic-bezier(.86,0,.07,1)
}
.animoBorderLeftRight:hover::after{transform:scaleX(1);transform-origin:bottom left}

/* MV slide */
.main_imgBox {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1; /* 横1000 : 縦500 */
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .main_imgBox {
    aspect-ratio: 3 / 1; /
  }
}

.main_img {
  z-index: 10;
  opacity: 0;

  position: absolute;
  inset: 0;             
  width: 100%;
  height: 100%;         

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-animation: anime 24s 0s infinite;
  animation: anime 24s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
@keyframes anime {
0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  16% {
      opacity: 1;
  }
  75% {
      opacity: 0;
      /* transform: scale(1.1) ; */
      z-index:5;
  }
  100% {
    opacity: 0 ;
  }
}



/*----------------------------------
Header Style
----------------------------------*/
header {
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 13px 40px;
  box-sizing: border-box;
  background: #fff;
}
header h1 {
/*
  width: 150px;
*/
  width: 300px;
}
header h1 img{
  display: block; /* 画像下のズレ防止 */
}
header p {
  width: 40px;
}
header a img {
  transition: opacity .2s;
}
header a:hover img {
  opacity: .7;
}
header .h-wrap {
  width: 1080px;
  margin: 0 auto;
}

/*----------------------------------
Footer Style
----------------------------------*/
footer {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  text-align: center;
}
footer p img {
  max-width: 124px;
}
.p_copyrights{
  text-align: center;
  padding-top: 20px;
}

/*----------------------------------
Navigation Style
----------------------------------*/
.slide-nav {
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1001;
  width: 400px;
  height: 100%;
  padding: 86px 50px 0;
  box-sizing: border-box;
  background: #ff7e00;
  background: rgba(0, 23, 51, 0.9);
  transition: right .2s;
}
.slide-nav ul {
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  line-height: 1;
}
.slide-nav li span {
  display: inline-block;
}
.slide-nav li a {
  display: block;
  padding: 25px 0;
  color: #fff;
  text-decoration: none;
}
.slide-nav li a[target="_blank"] span {
  padding-right: 28px;
  background: url(../images/icon_link.png) 100% 50% no-repeat;
  background-size: 14px auto;
}
.slide-nav .sp-close {
  position: absolute;
  top: 32px;
  right: 42px;
}
.slide-nav .sp-close img {
  max-width: 36px;
}
.side-on .slide-nav {
  right: 0;
}
.side-on .sp-menu {
  display: none;
}

/* 見出しリボン */
h5 {
  width: 450px;
  position: relative;
  text-align: center;
  margin: 30px auto;
}
h5:before,
h5:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #d90606;
}
h5:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}
h5:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}
h5 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #fa4141;
}

/*----------------------------------
Visual Style
----------------------------------*/
.mv {
  position: relative;
  width: 100%;
  height: 930px;
}

/* section */
.sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  z-index: no-repeat;
  background-size: cover;
}
#sec01-bg-type01 {
  background-image: url(../images/.jpg);
}
#sec01-bg-type02 {
  background-image: url(../images/.jpg);
}
#sec02-bg-type01 {
  background-image: url(../images/.jpg);
}
#sec02-bg-type02 {
  background-image: url(../images/.jpg);
}

/* sec01 */
.sec01-wrap {
  background-image: url(../images/sec01_bg.png);
  background-repeat: repeat;
  background-size: cover;
}
.sec01-wrap .sec01-main {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  padding: 100px 0;
}
.sec01-wrap .sec01-main h3 + p {
  margin: 70px 0 32px;
}
.sec01-wrap .sec01-main p {
  line-height: 2;
}
.sec01-wrap h3{
}
.sec01-div-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.sec01-div-flex div{
  width: 220px;
  margin-bottom: 20px;
}
.sec01-div-flex div:nth-child(2){
  width: 460px;
  margin-bottom: 20px;
}

/* sec02 */
.sec02-wrap {
  background-image: url(../images/product_bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.sec02-wrap .sec02-main {
}
.sec02-wrap h3 {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
   background: -webkit-repeating-linear-gradient(
    -45deg,
    #000,
    #000 3px,
    #333 3px,
    #333 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 3px,
    #333 3px,
    #333 7px
  );
}
.sec-title02 {
}
.sec-title02.type02 {
  color: #333;
}
.sec02-wrap ul li h4{
  font-size: 28px;
  font-weight: bold;
}
.sec02-wrap ul li p span{
  display: block;
  font-size: 18px;
}
.sec02-wrap ul li div:nth-child(1){
  width: 40%;
}
.sec02-wrap ul li div:nth-child(2){
  width: 55%;
  padding-top: 100px;
}
.menu_div_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 900px;
}
.menu_div_flex dl{
  width: 280px;
  margin-bottom: 20px;
}
.menu_div_flex dl dt{
  text-align: center;
  font-weight: bold;
  font-size: 16px; 
}

/* sec03 */
.sec03-wrap {
}
.sec03-wrap .sec03-main {
  padding: 50px 0;
  text-align: center;
}
.sec03-wrap h3{
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #000,
    #000 3px,
    #333 3px,
    #333 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 3px,
    #333 3px,
    #333 7px
  );
}

.sec03-wrap-ul-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.sec03-wrap-ul-flex li{
  width: 280px;
  margin: 20px 0;
}

/* ----------------------------------
   sec04 : Access
---------------------------------- */
.sec04-wrap .sec04-main{
  padding: 50px 0;
  text-align: center;
}

/* sec04 見出しも帯デザインにする */
.sec04-wrap h3{
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
background: -webkit-repeating-linear-gradient(
    -45deg,
    #000,
    #000 3px,
    #333 3px,
    #333 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 3px,
    #333 3px,
    #333 7px
  );
}

.access-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}

.access-text{
  width: 45%;
  text-align: left;
  line-height: 2;
}

.access-map{
  width: 50%;
}

/* iframeをレスポンシブに（縦横比維持） */
.access-map iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}


/* products */
.product {
  padding: 55px 100px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
}
.product .in-plan em {
  margin-bottom: 5px;
}
.product .plan-label {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 0.5em;
  padding: 2px 5px;
  color: #fff;
  font-size: 10px;
  font-size: 16px;
  font-size: 1.0rem;
  background: #bfa34d;
}
.product-main {
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  margin: 50px auto 0;
}
.product-main-list ul {
  position: relative;
  width: 294px;
  padding-top: 125%;
  text-align: center;
}
.product-main-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-main-list li a {
  display: block;
}
.product-main-list li p {
  width: 290px;
  margin: 5px 0 0 -30px;
}
.product-main-list li span, .product-main-list li em {
  display: block;
}
.product-main-list li span {
  font-size: 12px;
  font-size: 19px;
  font-size: 1.2rem;
}
.product-main-list li em {
  font-weight: bold;
  line-height: 1.5;
}
.product-main-detail {
  width: 470px;
}
.product-main-detail .btn-more {
  margin-top: 60px;
}
.product-thumb-list {
  margin-top: 40px;
}
.product-thumb-list ul {
  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;
  text-align: center;
}
.product-thumb-list li {
  width: 200px;
  font-size: 12px;
  font-size: 19px;
  font-size: 1.2rem;
}
.product-thumb-list li img {
  max-width: 200px;
}
.product-thumb-list li p {
  margin-top: 5px;
}
.product-thumb-list li span, .product-thumb-list li em {
  display: block;
}
.product-thumb-list li span {
  font-size: 10px;
  font-size: 16px;
  font-size: 1.0rem;
}
.product-thumb-list li em {
  font-weight: bold;
  line-height: 1.5;
}
.product-slide {
  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;
  /* height: 1600px; */
}
.product-slide.type02 .product-slide-detail {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.product-slide.type02 .product-slide-list {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.product-slide-detail,
.product-slide-list {
  width: 50%;
}
.product-slide-detail {
  position: relative;
  width: 500px;
  text-align: center;
  color: #fff;
}
.product-slide-detail-item {
}
.product-slide-detail-item img {
}
.product-slide-detail-text {
  margin: 25px 0 35px;
  text-align: left;
}
.product-slide-detail-ch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-slide-list {
  position: relative;
  height: 540px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
}
.product-slide-list-item {
  position: relative;
  width: 300px;
  height: 540px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.product-slide-list-item ul {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.product-slide-list-item li:first-child {
  display: block;
}
.product-slide-list-item li a {
  display: block;
}
.product-slide-list-item li p {
  margin-top: 20px;
}
.product-slide-list-item li img {
  max-width: 270px;
  margin: 0 auto;
}
.product-slide-list-item li span:first-child, .product-slide-list-item li em {
  display: block;
}
.product-slide-list-item li span:first-child {
  font-size: 12px;
  font-size: 19px;
  font-size: 1.2rem;
}
.product-slide-list-item li em {
  font-weight: bold;
  line-height: 1.5;
}
.product-slide-list-item .in-plan em {
  margin-bottom: 5px;
}
.product-slide-list-item .plan-label {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 0.5em;
  padding: 2px 5px;
  color: #fff;
  font-size: 10px;
  font-size: 16px;
  font-size: 1.0rem;
  background: #bfa34d;
}
.product-slide-list-btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 32px;
  height: 67px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}
.product-slide-list-btn div:hover {
  opacity: .5;
}
.product-slide-list-btn .slide-prev {
  left: 40px;
  background-image: url(../images/icon_prev.png);
}
.product-slide-list-btn .slide-next {
  right: 40px;
  background-image: url(../images/icon_next.png);
}
.product-slide-list.type02 {
  width: 100%;
  height: 427px;
}
.product-slide-list.type02 .product-slide-list-item {
  width: 100%;
  height: 427px;
}
.product-slide-list.type02 .product-slide-list-item ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
  height: 427px;
  margin: 0 auto;
}
.product-slide-list.type02 .product-slide-list-item li {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 300px;
}
.product-slide-list.type02 .product-slide-list-item li img {
  max-height: 200px;
}
.product-slide-list.type02 .product-slide-list-item li p {
  font-size: 12px;
  font-size: 19px;
  font-size: 1.2rem;
}
.product-slide-list.type02 .product-slide-list-item li p span:first-child {
  font-size: 10px;
  font-size: 16px;
  font-size: 1.0rem;
}

/*----------------------------------
Title Style
----------------------------------*/
.sec-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ribbon {
  position: relative;
  width: 300px;
  text-align: center;
}
.ribbon span {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  line-height: 2.1;
}
.ribbon span img {
  display: block;
  margin: 0 auto 35px;
}




/*********************************************************************************** レスポンシブ */

@media only screen and (max-width: 768px) {

.floatL, .floatR{
  float: none;
}

/* header */
  header {
  /*
    height: 90px;
    padding: 0 20px 0 15px;
  */
    height: auto;           /* 90px固定を解除（重要） */
    padding: 10px 20px;     /* 見た目を安定させる */

  }
  header h1 {
    /* width: 110px; */
    width: 220px;
  }
  header p {
    width: 30px;
  }
  header a img {
    transition: opacity 0s;
  }
  header a:hover img {
    opacity: 1;
  }
  header .h-wrap {
    width: 100%;
  }

/* footer */
  footer p img {
    max-width: 118px;
  }
  footer > ul {
    display: none;
  }

/* 見出しリボン */
h5 {
  width: 200px;
  position: relative;
  text-align: center;
  margin: 30px auto;
}
h5:before,
h5:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #d90606;
}
h5:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}
h5:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}
h5 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #fa4141;
}

/* slide-nav */
  .slide-nav {
    right: -100%;
    width: 100%;
    padding: 60px 30px 0;
  }
  .slide-nav li a[target="_blank"] span {
    padding-right: 24px;
  }
  .slide-nav .sp-close {
    position: absolute;
    top: 22px;
    right: 22px;
  }
  .slide-nav .sp-close img {
    max-width: 31px;
  }

/* slide-nav */
.slide{
  width: 100%;
  height: 100%;
}
.slide img{
  max-width: 100%;
  height: 800px;
  object-fit: cover;
}
.mv {
    height: auto;
  }
.main_imgBox {
  width: 100%;
  aspect-ratio: 2 / 1;
  position: relative;
  overflow: hidden;}
.main_img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
  }
/*sec01*/
.sec01-wrap {
  background-image: url(../images/sec01_bg.png);
  background-repeat: repeat;
  background-size: cover;
}
.sec01-wrap .sec01-main {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  padding: 100px 0;
}
.sec01-wrap .sec01-main h3 + p {
  margin: 70px 0 32px;
}
.sec01-wrap .sec01-main p {
  line-height: 2;
}
.sec01-wrap h3{
}
.sec01-div-flex{
  display: block;
  width: 100%;
}
.sec01-div-flex div{
  width: 100%;
  margin: 0 auto 20px;
}
.sec01-div-flex div:nth-child(2){
  width: 90%;
  margin-bottom: 20px;
}

/* sec02 */
.sec02-wrap ul li div:nth-child(1){
  width: 100%;
}
.sec02-wrap ul li div:nth-child(2){
  width: 100%;
  padding: 20px 0 50px;
}
.menu_div_flex{
  display: block;
  width: 100%;
}
.menu_div_flex dl{
  width: 100%;
  margin-bottom: 20px;
}
.menu_div_flex dl dt{
  text-align: center;
  font-weight: bold;
  font-size: 16px; 
}

/* sec03 */
.sec03-wrap-ul-flex{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sec03-wrap-ul-flex li{
  width: 100%;
  margin: 20px 0;
}

/* products */
  .product {
    padding: 40px 30px 25px;
  }
  .product-main {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .product-main-list ul {
    width: 100%;
    margin: 0 auto;
    padding-top: 274px;
  }
  .product-main-list li p {
    width: 100%;
    margin: 10px 0 0;
  }
  .product-main-list li span {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .product-main-list li img {
    margin-left: 35px;
    max-width: 185px;
  }
  .product-main-detail {
    width: 100%;
    margin-top: 20px;
  }
  .product-main-detail .btn-more {
    margin-top: 30px;
  }
  .product-thumb-list {
    margin-top: 10px;
  }
  .product-thumb-list li {
    width: 46%;
    margin-top: 30px;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .product-thumb-list li img {
    max-width: 120px;
  }
  .product-thumb-list li p {
    margin-top: 10px;
  }
  .product-thumb-list li span {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .product-slide {
    display: block;
  }
  .product-slide-detail,
  .product-slide-list {
    width: 100%;
  }
  .product-slide-detail {
    width: 100%;
  }
  .product-slide-detail .btn-more {
    max-width: 275px;
  }
  .product-slide-detail-item {
    margin-top: 30px;
  }
  .product-slide-detail-item img {
    max-width: 100%;
  }
  .product-slide-detail-text {
    margin: 10px 0 30px;
    padding: 0 15px;
  }
  .product-slide.type02 .product-slide-detail {
    height: 525px;
  }
  .product-slide-list {
    height: 335px;
    margin-top: 40px;
  }
  .product-slide-list {
    height: 335px;
    margin-top: 40px;
  }
  .product-slide-list-item {
    position: relative;
    width: 63%;
    height: 335px;
  }
  .product-slide-list-item li p {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .product-slide-list-item li img {
    max-width: 165px;
  }
  .product-slide-list-item li span:first-child {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .product-slide-list-btn div {
    width: 20px;
    height: 40px;
    transition: opacity .0s;
  }
  .product-slide-list-btn div:hover {
    opacity: 1;
  }
  .product-slide-list-btn .slide-prev {
    left: 20px;
  }
  .product-slide-list-btn .slide-next {
    right: 20px;
  }
  .product-slide-list.type02 {
    width: 100%;
    height: 335px;
    margin-top: 40px;
  }
  .product-slide-list.type02 .product-slide-list-item {
    position: relative;
    width: 63%;
    height: 335px;
  }
  .product-slide-list.type02 .product-slide-list-item ul {
    display: block;
    width: auto;
    height: auto;
  }
  .product-slide-list.type02 .product-slide-list-item li img {
    max-height: 157px;
  }
  .product-slide-list.type02 .product-slide-list-item li p {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
/* sec-title */
  .sec-title {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ribbon {
    position: relative;
    width: 188px;
    margin: 0 auto;
  }
  .ribbon span {
    position: absolute;
    top: 40px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ribbon span img {
    margin: 0 auto 20px;
  }
} 