@charset "utf-8";

/* CSS Document */
/*Theme Name: origin
  Author: tarolog
  Description: Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700;800;900&family=Yusei+Magic&display=swap');

select {
  color: var(--color-text);
}

.shop_prof {
  margin-top: 5rem;
  margin-bottom: 5rem;

  @media(max-width: 767px) {
    margin-bottom: 2.5rem;
  }

  & h2 {
    margin-bottom: 5rem;

    @media(max-width: 767px) {
      margin-bottom: 2rem;
    }
  }

  .list_profile01 dd {
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1em;

    @media(max-width: 767px) {
      padding-top: 6px;
      padding-bottom: 12px;
      font-size: 14px;
    }
  }

  @media(max-width: 767px) {
    .list_profile01 dd:last-of-type {
      border-color: var(--color-darkgreen);
    }
  }

  .list_profile01 dt {
    font-size: 1.6rem;
    padding-top: 2rem;
    border-color: var(--color-darkgreen);
    padding-bottom: 2rem;
    padding-left: 1em;

    @media(max-width: 767px) {
      padding-top: 12px;
      padding-bottom: 0px;
      font-size: 14px;
    }

  }
}

.side_posts {
  .list_tags02 {
    gap: 4px;

    & li {
      line-height: 1;

      & a {
        padding: 3px 6px 4.5px;
        font-size: 1.2rem;
        min-width: 30px;
      }
    }
  }
}

.over_menu01 .search_form01 .txt {
  background: #fff;
}

.sns_links {
  gap: 10px;
}

.header_single02 .ttl.ttl_archive02 {
  padding: 0;

}

.header_single02 .ttl.ttl_archive02.search {
  font-family: var(--font-original);
  font-size: 2.1rem;

  & strong {
    font-family: var(--font-ttl);
    font-size: 3.2rem;
    display: inline-block;
    font-weight: 400;

  }

  & strong:nth-of-type(1) {
    & span {
      display: inline-block;
      padding: 0 0 0 8px;

    }
  }

  & strong:nth-of-type(2) {
    padding: 0 5px;
  }
}

body {
  visibility: hidden;
}

.wf-active body {
  visibility: visible;
}

#over_menu02.over_menu01.active {
  display: block;
  position: relative;
  background: inherit;
  height: auto;
  z-index: 2;
}

#over_menu02.over_menu01 .scroll_wrap {
  overflow-y: inherit;
  max-height: inherit;
}

#over_menu02.over_menu01 .inner_content {
  max-width: 1380px;
  padding: 80px 0px 0px;
  margin: 0 auto;
}

#over_menu02.over_menu01 .col_l {
  width: calc(50% - 30px);
  max-width: 100%;

  @media(max-width: 767px) {
    width: calc(100% - 0px);
  }
}

#over_menu02.over_menu01 .col_r {
  width: calc(50% - 30px);
  max-width: 100%;

  @media(max-width: 767px) {
    width: calc(100% - 0px);
  }
}

#over_menu02.over_menu01 .search_form01 .txt {
  background: #f3f6f3;
}

.wrap_slider07 {
  overflow: hidden;
}


.slider07 .item {

  & .post_card01 {
    padding: 0 15px;

    .img {
      height: 325px;
      position: relative;
      /*&::before{
        content: '';
        width: 100px;
        height: 100px;
        background-color: #ddd;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: 100;
      }*/
    }

    & img {
      border: 2px solid var(--color-text);
    }
  }
}

.wrap_slider07 .arrow_box {
  width: 230px;
  height: 32px;
  margin: -46px auto 0;
  position: relative;
}

.wrap_slider07 .arrow_box .slide-arrow {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 32px;
}

.wrap_slider07 .arrow_box .prev-arrow {
  background-image: url(images/slide_arw_prev.png);
  left: 0;
}

.wrap_slider07 .arrow_box .next-arrow {
  background-image: url(images/slide_arw_next.png);
  right: 0;
}


.mv01 {
  font-size: 0;
  width: 100%;
  height: auto;
  padding-top: 100px;
  background-image: url(images/bg_mv01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main.front {
  padding-top: 150px;
}

.slider07 {
  display: none;

  &.slick-initialized {
    display: block;
  }
}

.ttl_front01 {
  text-align: center;
  margin-bottom: 60px;

  & small {
    line-height: 1;
    display: block;
    font-size: 18px;
    font-family: var(--font-ttl);
    font-weight: 400;
  }

  & span {
    position: relative;
    display: inline-block;
    padding: 0 120px;
    font-size: 54px;
    line-height: 1;
    font-family: var(--font-ttl);

    &.prim {
      color: var(--color-prim);
    }

    &.red {
      color: var(--color-red);
    }

    &.darkgreen {
      color: var(--color-darkgreen);
    }

    &.blue {
      color: var(--color-blue);
    }

    &::before,
    &::after {
      content: '';
      width: 120px;
      height: 120px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    &::before {
      left: 0;
      background-image: url(images/icn_ttl01.png);
    }

    &::after {
      right: 0;
      background-image: url(images/icn_ttl01a.png);
    }

    &.blue::before {
      background-image: url(images/icn_ttl02.png);
    }

    &.blue::after {
      background-image: url(images/icn_ttl02a.png);
    }

    &.darkgreen::before {
      background-image: url(images/icn_ttl03.png);
    }

    &.darkgreen::after {
      background-image: url(images/icn_ttl03a.png);
    }
  }
}


.slick-num {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 32px;
  font-family: var(--font-ttl);
  font-weight: 400;
}

.front_recommend {
  padding-bottom: 80px;
}

.front_search {
  padding-top: 110px;
  padding-bottom: 80px;
  background: #f3f6f3;

  .search_form01 .txt {
    background-color: #fff;
  }

  .area01 {
    padding-bottom: 60px;
  }

  .area02 {
    padding-bottom: 60px;
  }
}

.front_search .area03 {
  .col_l {
    width: 50%;
    padding: 0 25px 15px 0px;
    border-right: 2px solid var(--color-darkgreen);
  }

  .col_r {
    width: 50%;
    padding: 0 0 15px 25px;

    & select {
      display: block;
      width: 100%;
      padding: 10px;
      line-height: 32px;
      font-size: 16px;
      height: 52px;
      border: none;
      background: #fff;
      outline: none;
    }
  }
}

.init_txt {
  font-size: 11px;
}

.ttl_front02 {
  font-size: 21px;
  margin-bottom: 8px;
  font-family: var(--font-ttl);
}

.ttl_front02 span {
  background: linear-gradient(transparent 60%, #f3f663 0);
  font-weight: 500;
}

.front_pop .wrap_archive02>article {
  width: calc((100% - 40px)/2);
}

.front_pop {
  padding-top: 110px;
  padding-bottom: 80px;
}

.front_latest .wrap_archive02>article {
  width: calc((100% - 120px)/4);
}

body {
  position: relative;

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1725px;
    background-image: url(images/bg_single02.png);
    z-index: -1;
    background-position: left -60px;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
}

body.error404::before {
  display: none;
}

@media(max-width: 767px) {
  body::before {
    background-image: url(images/bg_single03_sp.png);
    background-position: inherit;
    height: 100svh;
    background-size: cover;
  }
}

@media(max-width: 767px) {

  .footer .col_logo .flex.ai_center,
  .footer .sns_links.flex.start {
    justify-content: center;
    align-items: center;
  }

  .footer .sns_links.flex.start li {
    width: 42px;
  }
}

.wrap_slider08 {
  margin-top: 122px;
  position: relative;

  .wrap_mv_ttl {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 20;
    width: fit-content;
    height: fit-content;
    padding: 0 30px;
  }
}

.btn_front01 {
  margin: 60px auto 0;
  width: 265px;
  height: 60px;
  position: relative;
  z-index: 1;
  text-align: center;

  & a {
    color: #fff;
    background-color: #f97930;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100px;
    font-family: var(--font-ttl);
  }
}

.front_latest {
  padding-top: 110px;
}

.front_pop .post_card01 .img {
  font-size: 0;
  width: 100%;
  height: 420px;
}

@media(max-width: 767px) {
  main.front {
    padding-top: 50px;
  }

  .ttl_front01 span {
    font-size: 32px;
    padding: 0 70px;
  }

  .ttl_front01 small {
    font-size: 15px;
  }

  .ttl_front01 span::before,
  .ttl_front01 span::after {
    width: 70px;
    height: 70px;
  }

  .front_pop .wrap_archive02 {
    max-width: 100%;
    width: 100%;
  }

  .wrap_slider08 {
    margin-top: 72px;
  }

  .ttl_front01 {
    margin-bottom: 30px;
  }

  .slider07 .item .post_card01 .img {
    height: auto;
    position: relative;
  }

  .slick-num {
    font-size: 14px;
    margin-top: 0;
  }

  .wrap_slider07 .arrow_box {
    width: 110px;
    height: 16px;
    margin: -22px auto 0;
  }

  .wrap_slider07 .arrow_box .slide-arrow {
    width: 16px;
    height: 16px;
  }

  .btn_front01 {
    margin: 30px auto 0;
    width: 200px;
    height: 45px;
  }

  .btn_front01 a {
    font-size: 14px;
    border-radius: 50px;
    font-family: var(--font-ttl);
  }

  .front_recommend {
    padding-bottom: 40px;
  }

  .front_search {
    padding-top: 55px;
    padding-bottom: 40px;
  }

  .ttl_front02 {
    font-size: 16px;
  }

  .front_search .area01 {
    padding-bottom: 30px;
  }

  .front_search .area02 {
    padding-bottom: 30px;
  }

  .front_search .area03 .col_l {
        width: 100%;
        padding: 0 0px 15px 0px;
        border-right: none;
  }
  .front_search .area03 .col_r {
        width: 100%;
        padding: 0 0 0px 0px;
  }
  .front_pop {
    padding-top: 55px;
    padding-bottom: 40px;
}
.front_pop .wrap_archive02>article {
  width: 100%;
}
.front_pop .post_card01 .img {
  height: auto;
}
.front_latest {
  padding-top: 30px;
}
.front_latest .wrap_archive02>article {
  width: calc((100% - 15px)/2);
}
}