@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* =============================================
 ## 　MV
============================================= */
.sec_mv {
  color: #0E3844;
  position: relative;
}
.sec_mv .sec_mv_content_wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec_mv .sec_mv_content_wrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1100px) {
  .sec_mv .sec_mv_content_wrap {
    right: 21.3541666667%;
    transform: translate(21.3541666667%, -50%);
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .sec_mv .content {
    width: 450px;
  }
}
.sec_mv .content .copy {
  color: #0E3844;
  font-size: 2rem;
  font-family: "Frank Ruhl Libre", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .sec_mv .content .copy {
    font-size: 2.6rem;
  }
}
.sec_mv .content .btn1 a {
  font-family: "Frank Ruhl Libre", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  padding: 5px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .sec_mv .content .btn1 a {
    font-size: 1.6rem;
    width: 208px;
  }
}

/* =============================================
 ## 　NEWS
============================================= */
.sec_news {
  width: 85.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 0 90px;
}
@media screen and (min-width: 1100px) {
  .sec_news {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .sec_news .sec_news_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 120px;
    margin: 0 auto;
  }
}
.sec_news .ttl1 {
  text-align: center;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  color: #0E3844;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .sec_news .ttl1 {
    width: 22.4545454545%;
    font-size: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.sec_news .ttl1::after {
  content: "";
  width: 40px;
  height: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #2CC849;
}
@media screen and (min-width: 1100px) {
  .sec_news .ttl1::after {
    width: 0;
    height: 170px;
    border-right: 1px solid #2CC849;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .sec_news .article_list {
    width: 72.7272727273%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec_news .fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec_about .fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* =============================================
 ##  D2C INCUBATION
============================================= */
.sec_d2c {
  background-image: url(/libs/img/index/deco4-1.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 20px;
  background-color: #F7F7F7;
  margin-top: -20px;
}
@media screen and (min-width: 1100px) {
  .sec_d2c {
    margin-top: -40px;
    background-image: url(/libs/img/index/deco4-1_desk.svg);
    background-position: right 40px;
    background-size: auto;
  }
}
.sec_d2c::before {
  width: 100%;
  height: 20px;
  content: "";
  position: absolute;
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  .sec_d2c::before {
    height: 40px;
  }
}
.sec_d2c .sec_d2c_wrap {
  background-image: url(/libs/img/index/deco4-2.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 bottom;
  padding-bottom: 60px;
}
@media screen and (min-width: 1100px) {
  .sec_d2c .sec_d2c_wrap {
    background-image: url(/libs/img/index/deco4-2_desk.svg);
    background-size: auto;
    padding-bottom: 70px;
  }
}
.sec_d2c .ttl1 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .sec_d2c .ttl1 {
    padding: 0;
  }
}
.sec_d2c .ttl1::after {
  content: "";
  width: 110px;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 130px;
  border-top: 1px solid #2CC849;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec_d2c .ttl1::after {
    left: auto;
    right: -130px;
  }
}
@media screen and (min-width: 1100px) {
  .sec_d2c .ttl1::after {
    width: 220px;
    top: 40px;
    left: auto;
    right: -220px;
  }
}
.sec_d2c .ttl1 .en {
  font-size: 4.2rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (min-width: 1100px) {
  .sec_d2c .ttl1 .en {
    font-size: 8.4rem;
  }
}
.sec_d2c .ttl1 .jp {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .sec_d2c .ttl1 .jp {
    font-size: 1.6rem;
  }
}
.sec_d2c .text {
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (min-width: 1100px) {
  .sec_d2c .text {
    font-size: 1.6rem;
  }
}

.sec_d2c_info {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media screen and (min-width: 1100px) {
  .sec_d2c_info {
    width: 100%;
    margin-bottom: 50px;
  }
}

.sec_d2c_content {
  width: 85.3333333333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 1100px) {
  .sec_d2c_content {
    margin-bottom: 60px;
    width: 100%;
  }
}
.sec_d2c_content .ctm_slider .slide_arrow {
  position: absolute;
  border: 1px solid rgba(87, 87, 87, 0.3);
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: -5px;
  z-index: 1;
}
.sec_d2c_content .ctm_slider .slide_arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-color: #2CC849;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sec_d2c_content .ctm_slider .slide_arrow.prev_arrow {
  left: 60px;
}
@media screen and (min-width: 768px) {
  .sec_d2c_content .ctm_slider .slide_arrow.prev_arrow {
    left: 40%;
  }
}
.sec_d2c_content .ctm_slider .slide_arrow.prev_arrow:after {
  border-top: 1px solid #2CC849;
  border-left: 1px solid #2CC849;
  margin-left: 3px;
}
.sec_d2c_content .ctm_slider .slide_arrow.next_arrow {
  right: 60px;
}
@media screen and (min-width: 768px) {
  .sec_d2c_content .ctm_slider .slide_arrow.next_arrow {
    right: 40%;
  }
}
.sec_d2c_content .ctm_slider .slide_arrow.next_arrow:after {
  border-bottom: 1px solid #2CC849;
  border-right: 1px solid #2CC849;
  margin-left: -3px;
}
.sec_d2c_content .ctm_slider .slick-num {
  text-align: center;
  position: relative;
  margin-top: 25px;
  font-family: "Frank Ruhl Libre", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
}

@media screen and (min-width: 1100px) {
  .sec_d2c_content_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sec_d2c_content_item .image {
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .sec_d2c_content_item .image {
    width: 525px;
  }
}
@media screen and (min-width: 1100px) {
  .sec_d2c_content_item .txBlock {
    width: 495px;
  }
}
.sec_d2c_content_item .name {
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .sec_d2c_content_item .name {
    font-size: 2.8rem;
  }
}
.sec_d2c_content_item .name::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #2CC849;
  margin-right: 10px;
}
@media screen and (min-width: 1100px) {
  .sec_d2c_content_item .name::before {
    width: 12px;
    height: 12px;
  }
}

/* =============================================
 ##  IR
============================================= */
.sec_ir {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
}
@media screen and (min-width: 1100px) {
  .sec_ir {
    padding: 140px 0;
  }
}
.sec_ir .ttl1 {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .sec_ir .ttl1 {
    margin-bottom: 60px;
  }
}
.sec_ir .ttl1 .en {
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 1100px) {
  .sec_ir .ttl1 .en {
    font-size: 8.4rem;
  }
}
.sec_ir .ttl1 .jp {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .sec_ir .ttl1 .jp {
    font-size: 1.6rem;
  }
}

.sec_content_wrap {
  width: 85.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .sec_content_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .sec_content_wrap .sec_content {
    width: 664px;
    order: 1;
  }
}

.sec_ir_list {
  margin-bottom: 50px;
  border-top: 1px solid #919191;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .sec_ir_list .date {
    float: none;
  }
}
.sec_ir_list .subject {
  border-bottom: 1px solid #919191;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
@media screen and (min-width: 1100px) {
  .sec_ir_list .subject a {
    display: flex;
    justify-content: space-between;
  }
}
.sec_ir_list .subject .text {
  font-size: 1.4rem;
  line-height: 2em;
}
.sec_ir_list .icon_pdf {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .sec_ir_list .icon_pdf {
    width: 30px;
    margin-left: 15px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1100px) {
  .sec_ir_mark {
    width: 335px;
  }
}
.sec_ir_mark .image {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .sec_ir_mark .image {
    width: 146px;
  }
}
.sec_ir_mark .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .sec_ir_mark .btn_container {
    width: 220px;
  }
}/*# sourceMappingURL=index.css.map */