@charset "UTF-8";

.LB250117clarks {
  --font_en: "laca-text", sans-serif;
  --font_jp: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  --color-black: #000;
  --color-green: #D3D36A;
  --color-green-bg: rgba(211,211,106,0.2);
  --color-beige: #AFA48B;
  --color-beige-bg: rgba(175,164,139,0.2);
  text-align: center;
  font-weight: 300;
  /* max-width: 140rem; */
  margin: 0 auto;
  font-style: normal;
  font-family: var(--font_jp);
  overflow-x: clip;
}



/* font-family: "laca-text", sans-serif;
font-weight: 500;

font-weight: 700;
 */

.main-inner {
  /* margin-top: 8rem; */
  width: 100% !important;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

@media only screen and (max-width: 1060px) {
  html {
    scroll-behavior: smooth;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}


@media only screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }

  #breadcrumb, .bredlist.lp{
    margin: 20px auto 77px;
  }
}

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

  #breadcrumb, .bredlist.lp{
    margin: 20px auto 11px;
  }

  .pc {
    display: none !important;
  }

  .main-area.lp {
    overflow: unset;
  }

}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .LB250117clarks {
    overflow: hidden;
  }

}

.LB250117clarks li {
  list-style: none;
}

.LB250117clarks img,
.LB250117clarks svg {
  width: 100%;
  height: auto;
}

.LB250117clarks a{
  display: inline-block;
}

.LB250117clarks picture,
.LB250117clarks span {
  display: block;
}

/* ▽_____________ 共通 ______________▽ */

.item{
  overflow-x: clip;
}

.font_en{
  font-family: var(--font_en);
  font-weight: 500;
}

.item__cont01{
  position: relative;
  z-index: 1;
}

.item__cont01::before{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.item_description01::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  z-index: -1;
}

.item__cont02,
.item__cont03{
  position: relative;
  max-width: 140rem;
  z-index: 10;
  margin: 0 auto;
}

.item_description01{
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-weight: 600;
}

.item_description02 .item_txt{
 letter-spacing: 0.07em;
 line-height: 1.75;
 white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .item{
    padding-top: calc(145* (100vw / 750));
    margin-bottom: calc(100* (100vw / 750));
  }

  .item__cont01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(100* (100vw / 750));
  }

  .item_description01,
  .item_description02{
    text-align: center;
  }

  .item_description01{
    position: relative;
    font-size: calc(30* (100vw / 750));
    padding-bottom: calc(39* (100vw / 750));
  }

  .item_description02{
    font-size: calc(24* (100vw / 750));
  }

  .item_description02 .item_txt{
    padding-bottom: calc(30* (100vw / 750));
  }

  .item_img{
    width: calc(440* (100vw / 750));
    margin-bottom: calc(50* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .item{
    padding-top: 9.1rem;
    /* margin-bottom: 15rem; */
  }

  .item__cont01{
    display: grid;
    grid-template-rows: 19.2rem auto;
    width: 100vw;
    margin-bottom: 3rem;
  }

  .item_description01,
  .item_description02{
    text-align: left;
  }

  .item_description01{
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }

  .item_description02 .item_txt{
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
  }

  .item_description02 .credit{
    font-size: 1.3rem;
  }

  .item_img{
    width: 33rem;
  }

  .item_description01::after{
    width: 100vw;
  }
}
/* ▽_____________ credit ______________▽ */
.LB250117clarks .credit_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.LB250117clarks .credit_block a{
  display: inline;
}

.LB250117clarks .credit {
  font-family: var(--font_en);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .LB250117clarks .credit_block {
    column-gap: calc(30*(100vw / 750));
    row-gap: calc(20*(100vw / 750));
    margin-top: calc(40*(100vw / 750));
  }

  .LB250117clarks .credit {
    font-size: calc(24* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .LB250117clarks .credit_block {
    margin-top: 2rem;
    column-gap: 1.62rem;
    row-gap: 1.1rem;
  }

  .LB250117clarks .credit {
    font-size: 1.3rem;
  }
}

/* ===============================================
* firstviewArea *
=============================================== */
.LB250117clarks .firstviewArea{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.LB250117clarks .firstviewArea_ttl{
  line-height: 1;
}

.LB250117clarks .firstviewArea_lead {
  font-family: var(--font_jp);
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.75;
  font-feature-settings: "palt";
}

.LB250117clarks .firstviewArea_subttl {
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .LB250117clarks .firstviewArea{
    padding-bottom: calc(104* (100vw / 750));
    margin-top: calc(90* (100vw / 750));
  }

  .LB250117clarks .firstviewArea_ttl {
    width: calc(422* (100vw / 750));
    padding-bottom: calc(69* (100vw / 750));
    margin-left: calc(23* (100vw / 750));
  }

  .LB250117clarks .firstviewArea_subttl{
    font-size: calc(30* (100vw / 750));
    padding-bottom: calc(113* (100vw / 750));
    letter-spacing: 0.09em;
  }

  .LB250117clarks .firstviewArea_lead {
    font-size: calc(26* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .LB250117clarks .firstviewArea{
    padding-bottom: 6rem;
  }

  .LB250117clarks .firstviewArea_ttl {
    width: 31rem;
    padding-bottom: 4.8rem;
    padding-left: 2rem;
  }

  .LB250117clarks .firstviewArea_subttl{
    font-size: 2rem;
    padding-bottom: 6.5rem;
    word-spacing: 0.17rem;
  }

  .LB250117clarks .firstviewArea_lead {
    font-size: 1.6rem;
    letter-spacing: 0.0989em;
  }
}

/* ===============================================
* accordion *
=============================================== */
.accordionArea__content {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  display: none;
}

.accordionArea__btn {
  position: relative;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  /* font-weight: 700; */
  /* letter-spacing: 0.19em; */
  color: var(--color-black);
}

.accordionArea__btn.font-animation span:nth-child(6) {
  padding-left: calc(10* (100vw / 750));
}

.accordionArea__btn::before,
.accordionArea__btn::after,
.accordionArea__btn.close::after {
  content: "";
  position: absolute;
  opacity: 1;
  transition: all 0.5s;
  width: calc(28* (100vw / 750));
  height: calc(3* (100vw / 750));
  background: #000;
  top: calc(18* (100vw / 750));
  right: 0;
}

@-moz-document url-prefix(){
  .accordionArea__btn::before,
  .accordionArea__btn::after,
  .accordionArea__btn.close::after {
    top: 1rem!important;
  }
}

.accordionArea__btn::after {
  transform: rotate(90deg);
}

@-moz-document url-prefix(){
  .accordionArea__btn::after {
    transform: rotate(90deg) translate(0.2px, -0.2px);
  }

  .accordionArea__btn.close::after {
    transform: rotate(0deg);
  }
}

.accordionArea__btn.close::after {
  transform: rotate(0deg);
}

.accordionArea__btn.close::before {
  content: "";
  transition: all 0.5s;
  opacity: 0;
}

.accordionArea.active .accordionArea__btn {
  margin-bottom: calc(55 *(100vw / 750));
}

@media screen and (max-width: 767px) {
  .accordionArea{
    margin-bottom: calc(122* (100vw / 750));
  }

  .accordionArea__btn{
    padding-right: calc(68*(100vw / 750));
    padding-top: calc(10*(100vw / 750));
  }

  .accordionArea__btn img{
    width: calc(290.5459* (100vw / 750));
  }

  .accordionArea__content {
    font-size: calc(24 *(100vw / 750));
    margin-top: calc(69* (100vw / 750));
    letter-spacing: 0.078em;
  }
}

@media screen and (min-width: 768px) {
  .accordionArea{
    margin-bottom: 6.8rem;
  }

  .accordionArea__btn{
    padding-right: 4.6rem;
    padding-top: 0.5rem;
  }

  .accordionArea__btn img{
    width: 17.4332rem;
  }
  .accordionArea__content {
    font-size: 1.4rem;
    margin-top: 4.2rem;
  }

  .accordionArea__btn.font-animation span:nth-child(6) {
    padding-left: 0.5rem;
  }

  .accordionArea__btn::before,
  .accordionArea__btn::after,
  .accordionArea__btn.close::after {
    width: 1.7rem;
    height: 0.2rem;
    top: 0.9rem;
    right: 0;
  }
}

/* ===============================================
* anchor link *
=============================================== */

.itemlink__wrapper{
  display: flex;
  justify-content: space-between;
}

.itemlink__wrapper a{
 display: flex;
 flex-direction: column;
 align-items: center;
}

.itemlink__cont{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.itemlink__cont::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.trekwedge_link::before{
  background-color: var(--color-green-bg);
}

.wallacraftbee_link::before{
  background-color: var(--color-beige-bg);
}

.itemlink__cont::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.itemlink_ttl__cont{
  position: relative;
}

.itemlink_ttl{
  letter-spacing: 0.08em;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.itemlink_ttl::after{
  content: "";
  position: absolute;
  transform: translateY(-25%) rotate(135deg);;
  bottom: 0;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .itemlink__wrapper{
    width: calc(650* (100vw / 750));
    height: calc(428* (100vw / 750));
    margin: 0 auto calc(105* (100vw / 750));
  }

  .itemlink__cont{
    width: calc(315* (100vw / 750));
  }

  .itemlink__cont::before{
    height: calc(428*(100vw / 750));
  }

  .itemlink_img{
    width: calc(270* (100vw / 750));
    padding-bottom: calc(39* (100vw / 750));
  }

  .itemlink_ttl{
    font-size: calc(30* (100vw / 750));
  }

  .itemlink_ttl__cont{
    padding-bottom: calc(67* (100vw / 750));
  }

  .itemlink_ttl::after{
    width: calc(21*(100vw / 750));
    height: calc(21*(100vw / 750));
    border: 2.8px solid var(--color-black);
    border-left: 0;
    border-bottom: 0;
    left: 45.5%;
  }
}

@media screen and (min-width: 768px) {
  .itemlink__wrapper{
    width: 60rem;
    height: 35rem;
    margin: 0 auto 5.8rem;
  }

  .itemlink__cont{
    width: 29rem;
  }

  .itemlink__cont::before{
    height: 35rem;
  }

  .itemlink_img{
    width: 25rem;
    padding-bottom: 2rem;
  }

  .itemlink_ttl{
    font-size: 1.8rem;
  }

  .itemlink_ttl__cont{
    padding-bottom: 4.5rem;
  }

  .itemlink_ttl::after{
    width: 1.03553rem;
    height: 1.03553rem;
    border: 2px solid var(--color-black);
    border-left: 0;
    border-bottom: 0;
    left: 45%;
  }
}


/* ===============================================
* trekwedge *
=============================================== */
.trekwedge__wrapper .item_inner{
  padding-bottom: 0;
}

.trekwedge__wrapper .item_description01::after{
  background-color: var(--color-green);
}

.trekwedge__wrapper .trekwedge04__cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .trekwedge__wrapper .item__cont01::before{
    background-image: url(../img/svg/bg01_sp.svg);
    width: calc(995*(100vw / 750));
    height: calc(1198*(100vw / 750));
    top: calc(-115*(100vw / 750));
    left: calc(-100*(100vw / 750));
  }

  .trekwedge__wrapper .item_description01::after{
    width: calc(650* (100vw / 750));
    height: calc(10* (100vw / 750));
  }

  .trekwedge__wrapper .item__cont02{
    width: calc(690* (100vw / 750));
    margin: 0 auto calc(130* (100vw / 750));
  }

  .trekwedge__wrapper .item__cont02_imgs{
    display: flex;
    flex-direction: column;
    row-gap: calc(30* (100vw / 750));
  }

  .trekwedge__wrapper .item__cont03{
    width: 100%;
  }

  .trekwedge__wrapper .item__cont03_imgs{
    display: grid;
    grid-template-columns: calc(270* (100vw / 750)) calc(420* (100vw / 750)) auto;
    grid-template-rows: calc(620* (100vw / 750)) calc(100* (100vw / 750)) auto;
  }

   .trekwedge__wrapper .trekwedge03{
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    position: relative;
    z-index: 10;
   }

   .trekwedge__wrapper .trekwedge04__cont{
    grid-column: 1 / 3;
    grid-row: 2 / 4;
   }

  .trekwedge04__cont .credit_block .credit:nth-child(3) {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .trekwedge__wrapper{
    margin-bottom: 3.3rem;
  }

  .trekwedge__wrapper .item__cont01{
    grid-template-columns: auto auto auto;
    width: 84.8rem;
    margin: 0 auto 3rem;
    justify-content: space-between;
  }

  .trekwedge__wrapper .item__cont01::before{
    background-image: url(../img/svg/bg01_pc.svg);
    width: 119.8rem;
    height: 90.8rem;
    left: -47.3rem;
  }

  .trekwedge__wrapper .item__cont02{
    margin: 0 auto 15rem;
  }

  .trekwedge__wrapper .item__cont02_imgs{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 98rem;
    margin: 0 auto;
  }

  .trekwedge__wrapper .item_description01{
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    height: 8.68862rem;
    align-self: end;
  }

  .trekwedge__wrapper .item_description01::after{
    top: 16.4rem;
    height: 0.4rem;
  }

  .trekwedge__wrapper .item_img{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    justify-self: flex-end;
  }

  .trekwedge__wrapper .item_description02{
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  .trekwedge__wrapper .item__cont03_imgs{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 91rem;
    margin-left: 10rem;
    margin-right: auto;
  }

  .trekwedge01,
  .trekwedge02 {
    width: 48rem;
    background-color: #fff;
  }

  .trekwedge03{
    width: 38rem;
  }

  .trekwedge04{
    width: 48rem;
    margin-top: 13rem;
  }

  .trekwedge__wrapper .item__cont03 .credit_block {
    width: 42rem;
  }
}

/* ===============================================
* wallacraftbee *
=============================================== */

.wallacraftbee01__cont,
.wallacraftbee03__cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.wallacraftbee__wrapper .item_description01::after{
  background-color: var(--color-beige);
}

@media screen and (max-width: 767px) {
  .wallacraftbee__wrapper{
    padding-top: calc(148* (100vw / 750));
  }

  .wallacraftbee__wrapper .item__cont01::before{
    background-image: url(../img/svg/bg02_sp.svg);
    width: calc(847* (100vw / 750));
    height: calc(1288* (100vw / 750));
    top: calc(-114*(100vw / 750));
    right: calc(-37*(100vw / 750));
  }

  .wallacraftbee__wrapper .item_description01::after{
    width: calc(650* (100vw / 750));
    height: calc(8* (100vw / 750));
  }

  .wallacraftbee01__cont{
    width: calc(560* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
    margin-right: 0;
    margin-bottom: calc(129* (100vw / 750));
  }

  .wallacraftbee02{
    width: calc(620* (100vw / 750));
    margin-right: 0;
    margin-left: auto;
    margin-bottom: calc(130* (100vw / 750));
  }

  .wallacraftbee03{
    width: calc(690* (100vw / 750));
    margin: 0 auto;
  }

  .wallacraftbee01__cont .credit__cont {
    width: calc(480*(100vw / 750));
  }

  .wallacraftbee03__cont .credit__cont {
    width: calc(600*(100vw / 750));
  }

  .wallacraftbee03__cont .credit__cont .credit:nth-child(3) {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .wallacraftbee__wrapper{
    padding-top: 10rem;
    margin-bottom: 15rem;
  }

  .wallacraftbee__wrapper .item__cont01{
    grid-template-columns: auto auto auto;
    width: 92.5rem;
    margin: 0 auto 4.8rem;
    justify-content: space-between;
  }

  .wallacraftbee__wrapper .item__cont01::before{
    background-image: url(../img/svg/bg02_pc.svg);
    width: 138.7rem;
    height: 97.077rem;
    top: -12.2rem;
    left: -5.5rem;
  }

  .wallacraftbee__wrapper .item_description01::after{
    top: 16.4rem;
    height: 0.4rem;
  }

  .wallacraftbee__wrapper .item_description01{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 56.5rem;
    height: 5.53862rem;
    justify-self: flex-end;
    align-self: end;
    margin-bottom: 4.8rem;
  }

  .wallacraftbee__wrapper .item_img{
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    position: relative;
    top: 1.6rem;
  }

  .wallacraftbee__wrapper .item_description02{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: 56.5rem;
    justify-self: flex-end;
    padding-top: 0.2rem;
  }

  .wallacraftbee__wrapper .item__cont02_imgs{
    display: grid;
    grid-template-columns: 48rem 15rem 21rem 19rem auto;
    grid-template-rows: 25rem 35rem 20.6rem 16.4rem auto;
    width: 132rem;
    margin-right: auto;
    margin-left: 0;
  }

  .wallacraftbee__wrapper .wallacraftbee01__cont{
    grid-column: 3 / 5;
    grid-row: 1 / 4;
    align-self: baseline;
  }

  .wallacraftbee__wrapper .wallacraftbee02{
    grid-column: 1 / 2;
    grid-row: 2 / 5;
  }

  .wallacraftbee__wrapper .wallacraftbee03__cont{
    grid-column: 4 / 6;
    grid-row: 4 / 6;
  }

  .wallacraftbee01{
    width: 40rem;
    background-color: #fff;
  }

  .wallacraftbee02{
    width: 48rem;
    background-color: #fff;
  }

  .wallacraftbee03{
    width: 48rem;
  }

  .wallacraftbee01__cont .credit_block{
    width: 25.5rem;
  }

  .wallacraftbee03__cont .credit_block{
    width: 48rem;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ===============================================
* lastsec *
=============================================== */
.lastsec__wrapper{
  position: relative;
}

.lastsec_txt__cont{
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.lastsec_txt__cont::before{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  z-index: -1;
  /* transform: translate(-50%); */
}

.item01_img,
.item02_img{
  position: absolute;
}

.item01_img{
  z-index: 1;
}

.item02_img{
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lastsec__wrapper{
    height: calc(1062* (100vw / 750));
    margin-top: calc(248*(100vw / 750));
  }

  .lastsec_txt__cont{
    width: calc(605*(100vw / 750));
    padding-right: calc(15*(100vw / 750));
    font-size: calc(24*(100vw / 750));
    letter-spacing: 0.069em;
    margin-left: auto;
  }

  .lastsec_txt__cont::before{
    background-image: url(../img/svg/bg03_sp.svg);
    top: calc(-100* (100vw / 750));
    width: calc(690* (100vw / 750));
    height: calc(393.7662* (100vw / 750));
    right: calc(-50*(100vw / 750));
  }

  .item01_img{
    width: calc(570* (100vw / 750));
    left: calc(-60* (100vw / 750));
    top: calc(218* (100vw / 750));
  }

  .item02_img{
    width: calc(560* (100vw / 750));
    right: calc(-30* (100vw / 750));
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .lastsec__wrapper{
    width: 107.9rem;
    height: 62rem;
    margin: 0 auto;
  }

  .lastsec_txt__cont{
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    height: 6.6542rem;
    padding-top: 22rem;
    padding-right: 15.3rem;
    margin: 0 0 auto 0;
    text-align: left;
    letter-spacing: 0.064em;
  }

  .lastsec_txt__cont::before{
    background-image: url(../img/svg/bg03_pc.svg);
    top: 5rem;
    width: 70.6rem;
    height: 41.8rem;
  }

  .item01_img{
    width: 42.8rem;
    left: 0;
    top: 0;
  }

  .item02_img{
    width: 38.5rem;
    left: 20rem;
    bottom: 0;
  }
}

/* ===============================================
* all btn *
=============================================== */
.all_item_btn__wrapper{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.all_item_btn__wrapper a{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .all_item_btn__wrapper{
    width: calc(690* (100vw / 750));
    row-gap: calc(20* (100vw / 750));
    margin: calc(258* (100vw / 750)) auto calc(200* (100vw / 750));
  }

  .all_item_btn {
    width: 100%;
    height: calc(146* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .all_item_btn__wrapper{
    width: 42rem;
    row-gap: 1rem;
    margin: 15rem auto 15rem;
  }

  .all_item_btn {
    width: 100%;
    height: 7.4rem;
  }
}


/***************************** animation *****************************/
/* ______________________________ .js_slidIn  */
.js_slidIn{
  opacity: 0;
  transform: translateY(10rem);
  transition: all ease 1s;
}

.js_slidIn.active{
  opacity: 1;
  transform: translateY(0);
}

.delay-05{
  transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  .delay-05_sp{
    transition-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .delay-05_pc{
    transition-delay: 0.5s;
  }
}


/***************************** animation *****************************/