@charset "UTF-8";

/* 共通パーツ */

main {
  text-align: justify;
  color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  main {
    padding-top: 117px;
  } 
}

.top_area2 a {
  color: #fff;
  font-weight: bold;
}

.top_area4 a {
  color: #fff;
  font-weight: bold;
}

h1 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  h1 {
    font-size: 5.0rem;
  }
}

@media print, screen and (min-width: 1024px) {
  h1 {
    font-size: 5.0rem;
    padding-bottom: 80px;
  }
}

h2 {
  font-size: 3.0rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  h4 {
    font-size: 2.0rem;
  }
}

h5 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  h5 {
    margin-bottom: 10px;
  }
}

.l-section {
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .l-section {
    padding-top: 60px;
  }
}

.l-section_inner {
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .l-section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-section_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

img.block {
  display: block;
  margin: 20px auto;
}

@media print, screen and (min-width: 768px) {
  .modaal-img{
    width: 600px;
  }
}

.space p {
  padding-bottom: 5px;
}

/*modaal設定用*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background-color:#FF4291 !important;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background-color:#000000 !important;
}

/* TOPページ */

.mv_area {
  background-image: url(../jpg/glayzer_kv_sp.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 560px;
  color: #fff;
}

.mv_area .absolute {
  position: absolute;
  top: 275px;
  background-color: rgba(0,0,0,0.3);
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  .mv_area {
    background-image: url(../jpg/glayzer_kv_sp.jpg);
    background-size: 100% auto;
    padding-top: 1150px;
  }
  .mv_area .absolute {
    position: absolute;
    top: 545px;
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .mv_area {
    position: relative;
    background-image: url(../jpg/glayzer_kv_pc.jpg);
    background-size: auto auto;
    padding-top: 2400px;
  }
  .mv_area .absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    background-color: rgba(0,0,0,0.3);
    padding: 50px 30px;
  }
}

.mv_area img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.mv_area h1 {
  text-align: center;
}

.hidden-o-lg h3 {
  margin: 0 10px;
  color: #000;
}

.mv_text {
  line-height: 1.8;
}

@media print, screen and (min-width: 1024px) {
  .mv_area h3 {
     padding: 20px 140px 0;
  }
}

@media print, screen and (max-width: 1023px) {
  .top_area1_sp {
    background: linear-gradient(#fff, #111b24);
    color: #fff;
    padding: 0 18px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area1 {
    position: relative;
    background: linear-gradient(#fff, #111b24);
    color: #fff;
    height: 650px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area1 .absolute {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area1 h4 {
    height: 150px;
  }
}

.top_area2 {
  background: linear-gradient(#cbcfc9, #fff);
}

.top_area2 .relative {
  position: relative;
  background-image: url(../jpg/glayzer_technology_sp.jpg);
  background-size: 100% auto;
  height: 930px;
  background-repeat: no-repeat;
}

.top_area2 .absolute {
  position: absolute;
  top: 180px;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top_area2 .relative {
    height: 1060px;
  }
  .top_area2 .absolute {
    top: 370px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area2 .relative {
    position: relative;
    background-image: url(../jpg/glayzer_technology_pc.jpg);
    background-size: auto auto;
    height: 1430px;
    background-position: center top;
  }
  .top_area2 .absolute {
    position: absolute;
    top: 1065px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
  }
}

.trans {
  background-color: rgba(0,0,0,0.3);
  margin: 0 10px;
  padding: 10px;
}

@media print, screen and (min-width: 1024px) {
  .trans {
    margin: 0 0 10px;
    padding: 10px 20px;
  }
}

.top_area3 {
  color: #1c242c;
  padding: 10px 20px;
}
  
.arrow_area {
  padding: 30px 0; 
}

.yellow_arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.yellow_arrow::before {
  animation: arrow 1.8s infinite;
  border: solid #fece24;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  right: 140%;
  width: 30px;
  height: 30px;
}

.yellow_doublearrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.yellow_doublearrow::before {
  animation: arrow 1.8s infinite;
  border: solid #fece24;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  right: 140%;
  width: 30px;
  height: 30px;
}

.red_arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow::before {
  animation: arrow 1.8s infinite;
  border: solid #ff5059;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  left: 140%;
  width: 30px;
  height: 30px;
}

.red_doublearrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_doublearrow::before {
  animation: arrow 1.8s infinite;
  border: solid #ff5059;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  left: 140%;
  width: 30px;
  height: 30px;
}

@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@media print, screen and (min-width: 1024px) {
  img.sheet {
    max-width: 1000px;
  }
}

.floating_text img {
  margin: 0 auto;
  display: block;
}

.top_area4 {
  background: linear-gradient(#fece24, #735e00);
  padding: 10px 0 350px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_area4 {
    padding: 30px 0 350px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area4 {
    padding: 30px 0 350px;
  }
}
  
.top_area4 .floating_text {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0,0,0,0.3);
  margin-left: 10px;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
 .top_area4 .floating_text {
    top: 375px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area4 .floating_text {
    top: 490px;
    max-width: 800px;
  }
}
  
.top_area5 {
  background: linear-gradient(#b3493b, #590100);
  padding: 10px 0 350px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_area5 {
    padding: 30px 0 350px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area5 {
    padding: 30px 0 320px;
  }
}

.top_area5 .floating_text {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0,0,0,0.3);
  margin-left: 10px;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
 .top_area5 .floating_text {
    top: 375px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_area5 .floating_text {
    top: 490px;
    max-width: 800px;
  }
}

.top_area6 {
  background-color: #5a5e62;
  padding: 30px 0; 
}

.bg1 {
  background-image: url(../jpg/bg_glayzer1_sp.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .bg1 {
    background-image: url(../jpg/bg_glayzer1_pc.jpg);
    background-size: auto auto;
  }
}

/* グレイザー シリーズをもっと知るページ */

.icon_speed {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../svg/icon_rubber_speed.svg) no-repeat;
    vertical-align: -4px;
    margin-right: 2px;
}

.icon_spin {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../svg/icon_rubber_spin.svg) no-repeat;
    vertical-align: -4px;
}

.icon_arc {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../svg/icon_rubber_arc.svg) no-repeat;
    vertical-align: -4px;
    margin-right: 1px;  
}

@media print, screen and (min-width: 768px) {
.icon_speed {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../svg/icon_rubber_speed.svg) no-repeat;
    vertical-align: -8px;
}

.icon_spin {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../svg/icon_rubber_spin.svg) no-repeat;
    vertical-align: -8px;
}

.icon_arc {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../svg/icon_rubber_arc.svg) no-repeat;
    vertical-align: -8px;
    margin-right: 1px;
}
}

.bg2 {
  background-image: url(../jpg/bg_glayzer2_sp.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .bg2 {
    background-image: url(../jpg/bg_glayzer2_pc.jpg);
    background-size: auto auto;
  }
}

.bg3 {
  background-image: url(../jpg/bg_glayzer3_sp.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1024px) {
  .bg3 {
    background-image: url(../jpg/bg_glayzer3_pc.jpg);
    background-size: auto auto;
  }
}

.bg_gray {
  padding: 25px 0 20px;
  background-color: rgba(143,156,168,0.8);
}

.bg_gray2 {
  padding: 25px 0 20px;
  background-color: rgba(0,0,0,0.8);
}

.head_slider {
  background-color: rgba(0,0,0,0.6);
}

.body_slider {
  padding: 20px 0 30px;
  background-color: rgba(0,0,0,0.8);
}

.body_link {
  padding: 10px 0 10px;
  margin-top: 50px;
  background-color: rgba(0,0,0,0.5);
}

.body_slider2 {
  padding: 20px 0 0;
  background-color: rgba(0,0,0,0.8);
}

.body_slider3 {
  padding: 20px 0 10px;
  background-color: rgba(0,0,0,0.8);
}

.level_area {
  background: linear-gradient(#8c9094, #5a5e62);
  padding: 30px 0;
}

.level_diagram {
  max-width: 800px;
  margin: 0 auto;
}

.rozena {
  background-color: #9a4a6f;
}
  
.glayzer {
  background: linear-gradient(to right, #a78c3f, #9b6339);
  padding: 10px 0;
}

.glayzer09c {
  background: linear-gradient(to right, #9a6339, #96403e);
  padding: 10px 0;
}

.care_area {
  background: linear-gradient(#ffffff, #d0d2d4);
  padding: 30px 0;
  color: #1c242c;
}

.width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.link_box {
  background-color: #4c4d50;
  max-width: 250px;
  padding: 5px 10px; 
}

.chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .chart {
    padding: 10px 0;
  }
}

.chart li {
  width: 20%;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
}

.chart li span {
  font-weight: 700;
  font-size: 3.0rem;
}

@media print, screen and (min-width: 768px) {
  .chart li {
    font-size: 2.0rem;
  }

  .chart li span {
    font-size: 5.0rem;
  }
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes loopGraphArrow {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes loopGraphArrowReverse {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.slide {
  outline: none;
}

.slide_title {
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .slide_title {
    font-size: 4.6rem;
    margin-bottom: 50px;
  }
}

.slide_inner {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .slide_inner {
    display: flex;
    margin-bottom: 75px;
    align-items: flex-start;
    justify-content: center;
  }
}

.slide_graph {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .slide_graph {
    margin-bottom: 0;
    margin-right: 60px;
    flex: 1 1 530px;
  }
}

@media print, screen and (min-width: 768px) {
  .slide_text {
    flex: 1 1 390px;
  }
}

.slide_subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .slide_subtitle {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

.slide_desc {
  font-size: 1.6rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 35px;
}

.slide_img {
  margin: 0 20px 20px;
}

.slide_caption {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .slide_caption {
    font-size: 1.8rem;
    text-align: left;
  }
}

.num_slider {
  position: relative;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  margin: 0 -20px;
}

@media print, screen and (min-width: 768px) {
  .num_slider {
    margin: 0 auto;
  }
}

.num_slider:before {
  position: absolute;
  content: "";
  width: 54px;
  height: 3px;
  background-color: #FF4291;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .num_slider:before {
    width: 100px; 
  }
}

.num_slider .slick-next {
  top: 15px;
  right: 55px;
}
    
.num_slider .slick-next:before, .num_slider .slick-next:after {
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(../png/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  animation-timing-function: ease-out;
  animation-duration: 2s;
  animation-name: loopGraphArrow;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

.num_slider .slick-next:after {
  left: 0px;
  right: auto;
}

@media print, screen and (min-width: 768px) {
  .num_slider .slick-next {
    top: 37px;
    right: 5px;
    margin-right: 0;
  }
}

.num_slider .slick-prev {
  top: 15px;
  left: 50px;
}

.num_slider .slick-prev:before, .num_slider .slick-prev:after {
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(../png/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  animation-timing-function: ease-out;
  animation-duration: 2s;
  animation-name: loopGraphArrowReverse;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

.num_slider .slick-prev:after {
  left: 0px;
}

@media print, screen and (min-width: 768px) {
  .num_slider .slick-prev {
    top: 37px;
    left: 0;
    margin-left: 0;
  }
}

.num_slide {
  margin-right: 8px;
  margin-left: 8px;
  height: 60px;
  padding-top: 15px;
  outline: none;
}

.num_slide img {
  height: 30px;
  width: auto;
  opacity: .2;
  transition-property: opacity;
  transition-timing-function: ease-out;
  transition-duration: .2s;
}

.num_slide.slick-current {
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
}

.num_slide.slick-current img {
  opacity: 1;
  height: 60px;
}

@media print, screen and (min-width: 768px) {
  .num_slide {
    height: 100px;
    padding-top: 28px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .num_slide img {
    height: 50px;
  }  
  .num_slide.slick-current {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .num_slide.slick-current img {
    height: 100px;
  }
}


@media print, screen and (min-width: 768px) {
  .item_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .item_wrap .subtext {
    font-size: 1.6rem;
  } 
}

.item {
  display: flex;
  cursor: pointer;
}

.item:not(:last-child) {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .item {
    position: relative;
    display: block;
    vertical-align: top;
    width: calc((100% - 76px) / 3);
    transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: .2s;
  }
  .item:not(:last-child) {
    margin-bottom: 0;
  }
  .item:not(:nth-child(3n)) {
    margin-right: 38px;
  }
  .item:nth-child(n + 4) {
    margin-top: 38px;
  }
  .item:hover {
    opacity: .5;
  }
}

.item_img {
  width: 128px;
  flex: 0 0 128px;
  margin-right: 20px;
}

.item_img img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .item_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  } 
}

.item_desc {
  position: relative;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .item_desc {
    padding-bottom: 60px;
    position: static;
  }
  .item_desc .subtext {
    margin-top: 0; 
  } 
}

.slick-slider div {
  transition: none;
}

.slick-slider a {
  color: #ffffff;
}

.container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 10px auto;
}

.container .arrow img {
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  .container {
    font-size: 180%;
    line-height: 1.4;
  }
  .container .arrow img {
    width: 75%;
  }
}

.container .sub {
  width: 49%;
  display: grid;
  place-content: center;
  place-items: center;
}

/* 動きの部分 */

.mv-slideLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s; 
}

.mv-slideLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.mv-slideRight {
  opacity: 0;
  transform: translateX(100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
  transition-delay: .2s;
}

.mv-slideRight.is-active {
  opacity: 1;
  transform: translateX(0);
}

.mv-fadeIn {
  opacity: 0;
  transform: translateY(15%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
  transition-delay: .4s;
}

.mv-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-slideLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
}

.is-slideLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.is-slideRight {
  opacity: 0;
  transform: translateX(100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
}

.is-slideRight.is-active {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeIn {
  opacity: 0;
  transform: translateY(15%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s; }

.is-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0); 
}

.rose_arrow1-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow1-l::before {
  animation: arrow 1.8s infinite;
  border: solid #ff4291;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  width: 30px;
  height: 30px;
}

.rose_arrow2-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow2-l::before {
  animation: arrow 1.8s infinite;
  border: solid #9E4270;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  left: -55px;
  width: 30px;
  height: 30px;
}

.rose_arrow3-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow3-l::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  left: -55px;
  width: 30px;
  height: 30px;
}

.rose_arrow1-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow1-r::before {
  animation: arrow 1.8s infinite;
  border: solid #ff4291;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 30px;
  height: 30px;
}

.rose_arrow2-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow2-r::before {
  animation: arrow 1.8s infinite;
  border: solid #9E4270;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  right: -55px;
  width: 30px;
  height: 30px;
}

.rose_arrow3-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.rose_arrow3-r::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  right: -55px;
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 768px) {
  .rose_arrow1-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow1-l::before {
  animation: arrow 1.8s infinite;
  border: solid #ff4291;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  left: -160px;
  width: 30px;
  height: 30px;
}

.rose_arrow2-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow2-l::before {
  animation: arrow 1.8s infinite;
  border: solid #9E4270;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  left: -160px;
  width: 30px;
  height: 30px;
}

.rose_arrow3-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow3-l::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  left: -160px;
  width: 30px;
  height: 30px;
}

.rose_arrow1-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow1-r::before {
  animation: arrow 1.8s infinite;
  border: solid #ff4291;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  right: -160px;
  width: 30px;
  height: 30px;
}

.rose_arrow2-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.rose_arrow2-r::before {
  animation: arrow 1.8s infinite;
  border: solid #9E4270;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  right: -160px;
  width: 30px;
  height: 30px;
}

.rose_arrow3-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.rose_arrow3-r::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  right: -160px;
  width: 30px;
  height: 30px;
}
}

.red_arrow1-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow1-l::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  width: 30px;
  height: 30px;
}

.red_arrow2-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow2-l::before {
  animation: arrow 1.8s infinite;
  border: solid #913B3C;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  left: -55px;
  width: 30px;
  height: 30px;
}

.red_arrow3-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow3-l::before {
  animation: arrow 1.8s infinite;
  border: solid #BE0F0F;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  left: -55px;
  width: 30px;
  height: 30px;
}


.red_arrow1-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow1-r::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 30px;
  height: 30px;
}

.red_arrow2-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow2-r::before {
  animation: arrow 1.8s infinite;
  border: solid #913B3C;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  right: -55px;
  width: 30px;
  height: 30px;
}

.red_arrow3-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.red_arrow3-r::before {
  animation: arrow 1.8s infinite;
  border: solid #BE0F0F;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  right: -55px;
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 768px) {
  .red_arrow1-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow1-l::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  left: -160px;
  width: 30px;
  height: 30px;
}

.red_arrow2-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow2-l::before {
  animation: arrow 1.8s infinite;
  border: solid #913B3C;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  left: -160px;
  width: 30px;
  height: 30px;
}

.red_arrow3-l {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow3-l::before {
  animation: arrow 1.8s infinite;
  border: solid #BE0F0F;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  left: -160px;
  width: 30px;
  height: 30px;
}


.red_arrow1-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow1-r::before {
  animation: arrow 1.8s infinite;
  border: solid #4c4e50;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -55px;
  right: -160px;
  width: 30px;
  height: 30px;
}

.red_arrow2-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.red_arrow2-r::before {
  animation: arrow 1.8s infinite;
  border: solid #913B3C;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -45px;
  right: -160px;
  width: 30px;
  height: 30px;
}

.red_arrow3-r {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.red_arrow3-r::before {
  animation: arrow 1.8s infinite;
  border: solid #BE0F0F;
  border-width: 0 0 3px 3px;
  content: "";
  position: absolute;
  top: -35px;
  right: -160px;
  width: 30px;
  height: 30px;
}
}

@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

/*追加ボタン*/
.btn-glayzer {
    font-size: 1.3rem;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    padding: 24px;
    text-align: center;
    vertical-align: top;
    color: #fff;
	font-weight: bold;
    border: 1px solid #fff;
	background-image: linear-gradient(150deg, rgba(255, 225, 0, 1), rgba(151, 126, 28, 1) 30%, rgba(146, 12, 10, 1) 75%, rgba(231, 14, 48, 1));
}

.btn-glayzer.--widthAuto {
    width: auto;
    min-width: 216px;
}

@media print, screen and (min-width: 768px) {
    .btn-glayzer {
        font-size: 1.5rem;
        padding: 20px;
    }
}
.btn-glayzer {
	transition: 1s;
}
.btn-glayzer:hover {
   opacity: 0.5;
}


.btn-glayzer:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    transition: width .15s ease-in-out;
    background-color: #fff
}

.btn-glayzer:after {
    font-family: 'icon';
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 0;
    content: '\EA0A';
    color: #333
}

@media print, screen and (min-width: 768px) {
    .btn-glayzer:after {
        font-size: 2.5rem;
        right: 8px;
    }
}