@charset "UTF-8";

/* ===============================================### 
共通設定
###=============================================== */
.news_250515.news_lp{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  /* color: #000; */
  color: #282822;
  overflow: hidden;
}

.newsDetail.staticPageMain{
  width: 800px;
}

.newsTitleWrapper{
  width: 800px;
  margin: auto;
}

.news_250515 img{
  width: 100%;
  height: auto;
}

.news_250515 p{
  font-weight: 500;
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (max-width: 1200px) {
  .newsDetail.staticPageMain{
    width: calc(800 * (100vw / 1200));
  }

  .newsTitleWrapper{
    width: 100%;
  }
}

/* ===========### PC版用設定 ###=========== */
@media screen and (min-width: 768px) {
  .news_lp {
    text-align: center;
  }

  #footer_emmi{
    margin-top: 114px;
  }

  .news_lp img {
    width: 100%;
    height: auto;
  }
  .news_lp .spOnly {
    display: none;
  }
}

/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  .newsDetail.staticPageMain {
    width: 100%;
  }
  .newsTitleWrapper {
    width: 92%;
    margin: auto;
  }
  .l-view {
    display: none;
  }
  .news_lp {
    text-align: center;
    width: calc(750 * 100vw / 750);
    margin: 0 auto;
  }

  #footer_emmi{
    margin-top: 0;
  }

  .news_lp.spOnly {
    display: block;
  }
  .news_lp img {
    width: 100%;
    height: auto;
  }
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.news_250515 .title__text{
  width: calc(520 * (100vw / 1400));
  max-width: 520px;
  margin: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.024em;
  border: 1px solid #000;
}

.news_250515 .detail__text{
  margin-top: 3.6rem;
  margin-bottom: 2.6rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

.news_250515 .text-bold{
  font-size: 1.4rem;
  font-weight: 700;
}

.news_250515 .finished{
  display: block;
  margin: 6rem 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-color: #5b5b5b;
  color: red;
}

.news_250515 .attention__text{
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.015em;
}

.news_250515 .link__text{
  display: inline-block;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.024em;
  text-align: center;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250515 .title__text{
    width: calc(700 * (100vw / 750));
    margin: auto;
    border: 1px solid #000;
    font-size: calc(32 * (100vw / 750));
    font-weight: 700;
    letter-spacing: calc(3.84 * (100vw / 750));
    line-height: calc(58 * (100vw / 750));
  }

  .news_250515 .detail__text{
    margin-top: calc(60 * (100vw / 750));
    margin-bottom: calc(68 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    line-height: 1.75;
  }

  .news_250515 .text-bold{
    font-size: calc(28 * (100vw / 750));
    font-weight: 700;
  }

  .news_250515 .finished{
    margin: calc(120 * (100vw / 750)) 0;
    font-size: calc(36 * (100vw / 750));
  }

  .news_250515 .attention__text{
    font-size: calc(22 * (100vw / 750));
    /* letter-spacing: calc(2.64 * (100vw / 750)); */
    line-height: 2;
  }

  .news_250515 .link__text{
    margin-top: calc(40 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
  }

  /* .news_250515 .detail__text{
    margin-top: calc(8 * (100vw / 750));
    font-size: calc(24 * 100vw / 750);
    letter-spacing: 0.025em;
    line-height: calc(48 * 100vw / 750);
    text-align: center;
    font-feature-settings: "palt";
  } */
}





/* ===============================================### 
コンテンツ01
###=============================================== */
.news_250515 .content01{
  margin-top: 7.5rem;
}

/************** text **************/
.news_250515 .content01 .title__text{
  margin-top: 3rem;
}

/************** image **************/
.news_250515 .content01 .content__image{
  display: block;
  width: calc(500 * (100vw / 1400));
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .news_250515 .content01{
    margin-top: 0;
  }

  /************** text **************/
  .news_250515 .content01 .title__text{
    margin-top: calc(40 * (100vw / 750));
  }

  /************** image **************/
  .news_250515 .content01 .content__image{
    width: calc(750 * (100vw / 750));
    max-width: 100%;
  }
}


/* ===============================================### 
コンテンツ02
###=============================================== */
.news_250515 .content02{
  margin-top: 7.5rem;
}

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


/* ===============================================### 
コンテンツ03
###=============================================== */
.news_250515 .content03{
  margin-top: 7.5rem;
}

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


/* ===============================================### 
コンテンツ04
###=============================================== */
.news_250515 .content04{
  margin-top: 7.5rem;
}

/************** text **************/
.news_250515 .content04 .detail__text{
  font-size: 1.2rem;
}

.news_250515 .content04 .text-wrap.text02 .detail__text{
  margin-bottom: 0;
}

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

  /************** text **************/
  .news_250515 .content04 .detail__text{
    font-size: calc(22 * (100vw / 750));
  }
}