@charset "UTF-8";
main {
  background: #fff;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  main {
    padding-top: 117px;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  text-align: left;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 414px) {
  h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 512px) {
  h2 {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 580px) {
  h2 {
    font-size: 4.5rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h2 {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  h2 {
    font-size: 7.5rem;
  }
}
@media print, screen and (min-width: 1920px) {
  h2 {
    font-size: 10.5rem;
  }
}

h3 {
  font-size: 1.45rem;
  line-height: 1.75;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

h5 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media print, screen and (min-width: 414px) {
  h5 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 512px) {
  h5 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  h5 {
    font-size: 2.2rem;
  }
}

h6 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
}
@media print, screen and (min-width: 414px) {
  h6 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 512px) {
  h6 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  h6 {
    font-size: 2rem;
  }
}

.bold {
  font-weight: bold;
}

.area1 {
  background-image: url("/publicity/spring_sponge/images/mv_sponge_sp.jpg");
  padding-top: 100%; /* 高さと幅の比を比率で固定。 */
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .area1 {
    background-image: url(/publicity/spring_sponge/images/mv_sponge_tb.jpg);
    background-size: 100% auto;
    margin-bottom: -12rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .area1 {
    background-image: url(/publicity/spring_sponge/images/mv_sponge_pc.jpg);
    background-size: 100% auto;
    margin-bottom: -32rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .area1 {
    margin-bottom: -44rem;
  }
}
@media print, screen and (min-width: 1366px) {
  .area1 {
    margin-bottom: -48rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .area1 {
    margin-bottom: -56rem;
  }
}
@media print, screen and (min-width: 1920px) {
  .area1 {
    margin-bottom: -72rem;
  }
}

.area1_title {
  text-align: left;
  margin-top: -94vw;
  margin-left: 2vw;
}
@media print, screen and (min-width: 414px) {
  .area1_title {
    margin-top: -92vw;
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .area1_title {
    margin-top: -90vw;
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .area1_title {
    margin-top: -94vw;
    margin-left: -2vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .area1_title {
    margin-top: -92vw;
    margin-left: -2vw;
  }
}
@media print, screen and (min-width: 1366px) {
  .area1_title {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 1600px) {
  .area1_title {
    margin-left: 8vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .area1_title {
    margin-left: 2.4vw;
  }
}

.area1_img {
  margin-top: 2vw;
  margin-left: 2vw;
  width: 35vw;
  display: flex;
}
@media print, screen and (min-width: 414px) {
  .area1_img {
    margin-top: -8vw;
  }
}
@media print, screen and (min-width: 512px) {
  .area1_img {
    margin-top: -6vw;
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .area1_img {
    margin-top: -4vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .area1_img {
    margin-top: -2.4rem;
    margin-left: -2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .area1_img {
    margin-top: -2.4rem;
    margin-left: -1.8rem;
    width: 25vw;
  }
}
@media print, screen and (min-width: 1366px) {
  .area1_img {
    margin-top: -2.8rem;
    margin-left: 2.8rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .area1_img {
    margin-top: -2.8rem;
    margin-left: 8vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .area1_img {
    margin-top: -2.8rem;
    margin-left: 2.8vw;
  }
}

.area1_lead {
  text-align: left;
  margin-top: 1.8rem;
  margin-left: 2vw;
}
@media print, screen and (min-width: 414px) {
  .area1_lead {
    margin-top: 1.6rem;
    margin-left: 2.4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .area1_lead {
    margin-top: 2.8rem;
    margin-left: 3.6vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .area1_lead {
    margin-top: 2.8rem;
    margin-left: -1vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .area1_lead {
    margin-top: 2rem;
    margin-left: -0.5vw;
  }
}
@media print, screen and (min-width: 1366px) {
  .area1_lead {
    margin-top: 2.4rem;
    margin-left: 2.8vw;
  }
}
@media print, screen and (min-width: 1600px) {
  .area1_lead {
    margin-left: 9vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .area1_lead {
    margin-left: 3.6vw;
  }
}

.area1_text1-1 {
  text-align: justify;
  margin: 0 4.5rem 4rem;
}
@media screen and (min-width: 768px) {
  .area1_text1-1 {
    margin: -2rem 12rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .area1_text1-1 {
    margin: -2.4rem 2rem 0rem -2.4rem;
  }
}

.area1_text1-2 {
  text-align: justify;
  margin: 0rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .area1_text1-2 {
    margin: -2rem 12rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .area1_text1-2 {
    margin: 2rem 2rem -1rem -2.4rem;
  }
}

.area1_text2 {
  text-align: justify;
  margin: 0rem 1rem 4rem;
}
@media screen and (min-width: 768px) {
  .area1_text2 {
    margin: -2.4rem 2.4rem 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .area1_text2 {
    margin: 3rem 3rem;
  }
}

.area2 {
  background-image: url("/publicity/spring_sponge/images/mv_sheet_sp.jpg");
  padding-top: 100%; /* 高さと幅の比を比率で固定。 */
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: -4rem;
}
@media print, screen and (min-width: 768px) {
  .area2 {
    background-image: url(/publicity/spring_sponge/images/mv_sheet_tb.jpg);
    background-size: 100% auto;
    margin-bottom: -8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .area2 {
    background-image: url(/publicity/spring_sponge/images/mv_sheet_pc.jpg);
    background-size: 100% auto;
    margin-bottom: -28rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .area2 {
    margin-bottom: -36rem;
  }
}
@media print, screen and (min-width: 1366px) {
  .area2 {
    margin-bottom: -40rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .area2 {
    margin-bottom: -45rem;
  }
}
@media print, screen and (min-width: 1920px) {
  .area2 {
    margin-bottom: -54rem;
  }
}

.area2_title {
  text-align: left;
  margin-top: -32rem;
  margin-left: 2vw;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
@media print, screen and (min-width: 414px) {
  .area2_title {
    margin-top: -38rem;
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 512px) {
  .area2_title {
    margin-top: -48rem;
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .area2_title {
    margin-top: -64rem;
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .area2_title {
    margin-top: -90rem;
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .area2_title {
    margin-top: -90vw;
    margin-left: 12vw;
  }
}
@media print, screen and (min-width: 1600px) {
  .area2_title {
    margin-top: -84vw;
    margin-left: 18vw;
  }
}

.area2_lead {
  text-align: justify;
  margin-top: 1.2rem;
  margin-left: 3.6vw;
  width: 92%;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
@media print, screen and (min-width: 414px) {
  .area2_lead {
    margin-top: -3.0rem;
    margin-left: 3.6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .area2_lead {
    margin-top: -3rem;
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .area2_lead {
    margin-left: 6vw;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.7));
  }
}
@media print, screen and (min-width: 1280px) {
  .area2_lead {
    margin-left: 14vw;
  }
}
@media print, screen and (min-width: 1600px) {
  .area2_lead {
    margin-left: 19.2vw;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.8));
  }
}

.area2_text1-1 {
  text-align: justify;
  margin: -3rem 4.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .area2_text1-1 {
    margin: -4rem 12rem 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .area2_text1-1 {
    margin: -5.6rem 2rem 0rem -2.4rem;
  }
}

.area2_text1-2 {
  text-align: justify;
  margin: 0rem 4.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .area2_text1-2 {
    margin: -2rem 12rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .area2_text1-2 {
    margin: 2rem 2rem -1rem -2.4rem;
  }
}

.area2_text2 {
  text-align: justify;
  margin: 0rem 1rem 4rem;
}
@media screen and (min-width: 768px) {
  .area2_text2 {
    margin: -2.4rem 2.4rem 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .area2_text2 {
    margin: 3rem 3rem;
  }
}

.area2_text3 {
  margin: -1.6rem 0 0 4.8rem;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area1_text3 {
    margin-top: 4.8rem;
  }
}
.area2_text3:before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -4.8rem;
  transform: translateY(-50%);
  width: 2.4em;
  height: 2.4rem;
  vertical-align: baseline;
  background-image: url("../images/sponge_hardness.png");
}

.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;
  }
}

@media print, screen and (min-width: 1024px) {
  .l-section_inner_mv {
    max-width: 96%;
    margin-left: auto;
  }
}

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;
}
.modaal-container {
    max-width: 1000px;
}

.modaal-container img {
    margin: 0 auto;
    display: block;
}

.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;
}

.technology .flex {
    display: flex;
    flex-wrap: wrap;
}

.technology .item {
    width: 50%;
    padding: 10px 5px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .technology img {
        max-width: 300px;
    }

    .modaal-container img {
        max-width: 600px;
    }
}
/* TOPページ */

.mv_area {
  background-image: url(../images/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: 280px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .mv_area {
    background-image: url(../images/glayzer_kv_sp.jpg);
    background-size: 100% auto;
    padding-top: 1150px;
  }
  .mv_area .absolute {
    position: absolute;
    top: 550px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv_area {
    position: relative;
    background-image: url(../images/glayzer_kv_pc.jpg);
    background-size: auto auto;
    padding-top: 2400px;
  }
  .mv_area .absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 100%;
    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;
  }
}

.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: 36px 0 24px 0;
}

.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;
}

/* グレイザー シリーズをもっと知るページ */

.icon_speed {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/icon_rubber_speed.svg) no-repeat;
  vertical-align: -4px;
}

.icon_spin {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/icon_rubber_spin.svg) no-repeat;
  vertical-align: -4px;
}

.icon_arc {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/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(../images/icon_rubber_speed.svg) no-repeat;
    vertical-align: -8px;
  }

  .icon_spin {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../images/icon_rubber_spin.svg) no-repeat;
    vertical-align: -8px;
  }

  .icon_arc {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../images/icon_rubber_arc.svg) no-repeat;
    vertical-align: -8px;
    margin-right: 1px;
  }
}

.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: #fff;
  padding: 30px 0;
}

.level_diagram {
  max-width: 800px;
  margin: 0 auto;
}

.rozena {
  background-color: #fff;
}

.glayzer {
  padding: 10px 0;
  font-size: 2.8rem;
}

.glayzer09c {
  padding: 10px 0;
}

.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: 3rem;
}

@media print, screen and (min-width: 768px) {
  .chart li {
    font-size: 2rem;
  }

  .chart li span {
    font-size: 5rem;
  }
}

/* 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(../images/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(../images/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: 0.2;
  transition-property: opacity;
  transition-timing-function: ease-out;
  transition-duration: 0.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: 0.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: 0.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;
  gap: 0 10px;
}

.container .arrow img {
  width: 40%;
}

@media print, screen and (min-width: 768px) {
  .container {
    line-height: 1.5;
  }
  .container .arrow img {
    width: 75%;
  }
}

.container .sub {
  width: 49%;
  display: grid;
  place-content: center;
  place-items: center;
}
.container .sub2 {
  width: 60%;
  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: 0.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: 0.2s;
  transition-delay: 0.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: 0.2s;
  transition-delay: 0.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: 0.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: 0.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: 0.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::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::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::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::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::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::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::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::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::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::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::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::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-rose {
  display: block;
  background: #ff4291;
  width: 15rem;
  padding: 1rem;
  border-radius: 0.4rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.button-gray {
  display: block;
  background: #444;
  width: 70%;
  padding: 1rem;
  border-radius: 3.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
}
.link {
  text-decoration: none;
}

.modal {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 15px 20px;
    transition: opacity .5s;
    opacity: 0;
    background-color: #fff;
}

.modal.is-show {
    opacity: 1;
}

.modal .icon-close {
    font-weight: bold;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.modal_bg {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: scroll;
    width: 100%;
    width: 100%;
    height: 100%;
    height: 100%;
    background-color: #fff;
}

.modal_wrap {
    display: none;
}

.modal_close {
    font-size: 2.4rem;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 15px;
    color: #ff4291;
}

.modal_foot {
    text-align: center;
}

.modal_foot_close {
    display: inline-block;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .modal {
        padding: 100px 20px 70px;
    }

    .modal_close {
        font-size: 3.2rem;
        top: 50px;
        right: 20px;
    }

    .modal_foot_close {
        padding: 30px;
    }
}