@charset "UTF-8";
/*******************************************************************************

	/cp/suica-morizukuri/

*******************************************************************************/
/* ---------------------------------------------------------------

	基本・汎用クラス

--------------------------------------------------------------- */
.hp_pcOnly {
  display: none !important;
}
@media print, screen and (min-width: 721px) {
  .hp_pcOnly {
    display: inherit !important;
  }
}

.hp_spOnly {
  display: inherit !important;
}
@media print, screen and (min-width: 721px) {
  .hp_spOnly {
    display: none !important;
  }
}

/* マージン
----------------------------*/
.hp_mt10 {
  margin-top: min(1.38vw, 10px) !important;
}

.hp_mt15 {
  margin-top: min(2.08vw, 15px) !important;
}

.hp_mt20 {
  margin-top: min(2.77vw, 20px) !important;
}

.hp_mt30 {
  margin-top: min(4.16vw, 30px) !important;
}

.hp_mt40 {
  margin-top: min(5.55vw, 40px) !important;
}

.hp_mt50 {
  margin-top: min(6.94vw, 50px) !important;
}

@media only screen and (max-width: 720px) {
  .hp_mt30-sp {
    margin-top: 4.16vw !important;
  }
  .hp_mt60-sp {
    margin-top: 8.33vw !important;
  }
}
/* フォントサイズ
----------------------------*/
.hp_fontSize-12px {
  font-size: 0.75em !important;
}

.hp_fontSize-14px {
  font-size: 0.88em !important;
}

.hp_fontSize-20px {
  font-size: 1.25em !important;
}

.hp_fontWeight-b {
  font-weight: bold !important;
}

/* 水平揃え
----------------------------*/
.hp_tac {
  text-align: center !important;
}

/* 背景・装飾
----------------------------*/
.hp_decoBlock {
  padding: 5.55vw;
  background-color: #e1fb9f;
  border-radius: 18px;
}
@media print, screen and (min-width: 721px) {
  .hp_decoBlock {
    padding: min(2.06vw, 20px) min(4.12vw, 40px);
  }
}

.hp_decoImage {
  position: relative;
}
.hp_decoImage [class^=deco_] {
  position: absolute;
}
.hp_decoImage .deco_bird01 {
  top: 0;
  right: 0;
  transform: translate(2px, -80%);
}
@media print, screen and (min-width: 721px) {
  .hp_decoImage .deco_bird01 {
    transform: translate(-30px, -80%);
  }
}
.hp_decoImage .deco_bird01 img {
  max-width: 85.5px;
}
@media only screen and (max-width: 720px) {
  .hp_decoImage .deco_bird01 img {
    width: 11.87vw !important;
  }
}
.hp_decoImage .deco_bird02 {
  top: 0;
  right: 0;
  transform: translate(-20%, -90%);
}
@media print, screen and (min-width: 721px) {
  .hp_decoImage .deco_bird02 {
    transform: translateY(-90%);
    right: 12%;
  }
}
.hp_decoImage .deco_bird02 img {
  max-width: 103px;
}
@media only screen and (max-width: 720px) {
  .hp_decoImage .deco_bird02 img {
    width: 14.3vw !important;
  }
}
.hp_decoImage .deco_tree01 {
  bottom: 0;
  left: 0;
  transform: translate(-56%, 38%);
}
@media print, screen and (min-width: 721px) {
  .hp_decoImage .deco_tree01 {
    transform: translate(-54%, 52%);
  }
}
.hp_decoImage .deco_tree01 img {
  max-width: 221px;
}
@media only screen and (max-width: 720px) {
  .hp_decoImage .deco_tree01 img {
    width: 30.69vw !important;
  }
}
.hp_decoImage .deco_tree02 {
  top: 0;
  right: 0;
  transform: translate(64%, -28%);
}
@media print, screen and (min-width: 721px) {
  .hp_decoImage .deco_tree02 {
    transform: translate(40%, -50px);
  }
}
.hp_decoImage .deco_tree02 img {
  max-width: 191px;
}
@media only screen and (max-width: 720px) {
  .hp_decoImage .deco_tree02 img {
    width: 26.52vw !important;
  }
}

/* 注釈
----------------------------*/
.hp_notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.69em;
}
@media print, screen and (min-width: 721px) {
  .hp_notes {
    font-size: 0.88em;
  }
}

/* スクリーンリーダー
----------------------------*/
.hp_screen-reader {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ---------------------------------------------------------------

	レイアウト・リセット

--------------------------------------------------------------- */
#suica-morizukuri {
  padding: min(13.88vw, 100px) min(9.02vw, 65px);
  font-size: clamp(0.75rem, 0.13rem + 2.78vw, 1.38rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  color: #009428;
  background: #ffffff;
  overflow: clip;
}
@media print, screen and (min-width: 721px) {
  #suica-morizukuri {
    padding: min(15.46vw, 150px) min(4.12vw, 40px) min(8.24vw, 80px);
    font-size: 16px;
    line-height: 1.9;
  }
}
#suica-morizukuri header, #suica-morizukuri footer, #suica-morizukuri main {
  max-width: 890px;
  margin: 0 auto;
}
#suica-morizukuri header, #suica-morizukuri footer {
  padding: 0 min(8.33vw, 60px);
}
@media print, screen and (min-width: 721px) {
  #suica-morizukuri header, #suica-morizukuri footer {
    padding: 0 min(4.12vw, 40px);
  }
}
#suica-morizukuri main {
  padding-top: min(4.16vw, 30px);
}
#suica-morizukuri main section + section {
  margin-top: 11.11vw;
}
@media print, screen and (min-width: 721px) {
  #suica-morizukuri main section + section {
    margin-top: min(4.12vw, 40px);
  }
}
#suica-morizukuri footer {
  padding-top: 60px;
}
@media only screen and (max-width: 720px) {
  #suica-morizukuri footer {
    padding: 8.33vw 5.55vw 0;
  }
}
#suica-morizukuri a {
  color: inherit;
}
#suica-morizukuri a:hover {
  color: #005794;
}
#suica-morizukuri h1, #suica-morizukuri h2, #suica-morizukuri h3, #suica-morizukuri h4, #suica-morizukuri h5, #suica-morizukuri h6, #suica-morizukuri strong {
  font-weight: bold;
  line-height: 1.4;
}
#suica-morizukuri strong {
  font-weight: 700;
}
#suica-morizukuri sub {
  vertical-align: text-bottom;
  padding: 0 0.1em;
}
#suica-morizukuri sup {
  vertical-align: text-top;
  padding: 0 0.1em;
}
#suica-morizukuri :where(img, picture) {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------

	コンテンツ

--------------------------------------------------------------- */
/* ボタン
----------------------------*/
.bl_main-btnWrap {
  text-align: center;
}

.el_main-btn {
  display: inline-grid;
  place-items: center;
  min-width: 80%;
  padding: 0.4em 1.2em 0.5em;
  color: #ffffff !important;
  background-color: #009428;
  border-radius: 50vw;
  font-size: 4.44vw;
  font-weight: bold;
  letter-spacing: -0.06em;
  text-align: center;
  text-decoration: none;
  transition: 0.3s background-color;
}
@media print, screen and (min-width: 721px) {
  .el_main-btn {
    min-width: 400px;
    min-height: 86px;
    font-size: 2em;
  }
}
.el_main-btn:hover {
  background-color: #005794 !important;
}

/* メインビジュアル・リード
----------------------------*/
.bl_header {
  display: flex;
  flex-direction: column;
}
.bl_header .el_header-heading {
  order: 2;
  font-size: 6.38vw;
  margin-top: min(8.33vw, 60px);
  letter-spacing: -0.06em;
}
@media print, screen and (min-width: 721px) {
  .bl_header .el_header-heading {
    font-size: min(5.36vw, 2.88em);
  }
}
.bl_header .el_header-lead {
  order: 3;
  font-size: 3.88vw;
  margin-top: 10px;
  letter-spacing: -0.04em;
  line-height: 1.6;
}
@media print, screen and (min-width: 721px) {
  .bl_header .el_header-lead {
    font-size: min(2.26vw, 1.38em);
  }
}
.bl_header .el_header-image {
  order: 1;
  position: relative;
}
.bl_header .el_header-image img {
  max-width: 481.5px;
  margin: 0 auto;
}
.bl_header .el_header-image figcaption {
  display: grid;
  place-items: center;
  width: 8.5em;
  height: 8.5em;
  padding-left: 0.4em;
  font-size: 3.88vw;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.04em;
  background-color: #e2fb9d;
  border-radius: 50vw;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(84%);
}
@media print, screen and (min-width: 721px) {
  .bl_header .el_header-image figcaption {
    font-size: min(3.09vw, 1.88em);
  }
}

/* コンテンツ
----------------------------*/
.bl_main .el_main-heading {
  font-size: 1em;
  margin-bottom: 1.6em;
  padding-left: 4.16vw;
}
@media print, screen and (min-width: 721px) {
  .bl_main .el_main-heading {
    font-size: 1.19em;
    margin-bottom: 0.8em;
    padding-left: 30px;
  }
}

.bl_main-overview .hp_decoBlock {
  padding-top: min(5.55vw, 40px);
  padding-bottom: min(5.55vw, 40px);
}
@media only screen and (max-width: 720px) {
  .bl_main-overview .hp_decoBlock {
    padding-bottom: min(8.33vw, 60px);
  }
}
.bl_main-overview > p {
  font-size: 1.06em;
}
.bl_main-overview .el_main-lead {
  font-size: 1em;
  line-height: 1.7;
}
@media print, screen and (min-width: 721px) {
  .bl_main-overview .el_main-lead {
    font-size: 1.25em;
  }
}
.bl_main-overview .el_main-heading {
  font-size: 1em;
  margin-bottom: 0.4em;
  padding: 0;
}
@media print, screen and (min-width: 721px) {
  .bl_main-overview .el_main-heading {
    font-size: 1.13em;
  }
}
.bl_main-overview .el_main-period {
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 721px) {
  .bl_main-overview .el_main-period {
    font-size: min(3.81vw, 2.31em);
  }
}
.bl_main-overview .el_main-period > span {
  display: block;
  font-size: 0.7em;
}
@media print, screen and (min-width: 721px) {
  .bl_main-overview .el_main-period > span {
    display: inline;
    font-size: 1em;
  }
}
.bl_main-overview .bl_main-brand {
  display: grid;
  grid-template-rows: max-content 1fr;
  gap: 10px;
}
@media print, screen and (min-width: 721px) {
  .bl_main-overview .bl_main-brand {
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto;
  }
}
.bl_main-overview .bl_main-brand > dt {
  font-size: 3.05vw;
  font-weight: bold;
  line-height: 1.4;
}
.bl_main-overview .bl_main-brand > dt::after {
  content: "：";
}
@media print, screen and (min-width: 721px) {
  .bl_main-overview .bl_main-brand > dt {
    font-size: min(2.06vw, 1.25em);
  }
}
.bl_main-overview .bl_main-brand > dd {
  display: grid;
  place-items: center;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media print, screen and (min-width: 721px) {
  .bl_main-overview .bl_main-brand .bl_main-brand-logolist {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist > li {
  display: grid;
  place-items: center;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist img {
  width: 100%;
  height: auto;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist .un_logo-newdays {
  max-width: 138.5px;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist .un_logo-irorian {
  max-width: 163px;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist .un_logo-becks {
  max-width: 105px;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist .un_logo-acure {
  max-width: 121px;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist .un_logo-ecute {
  max-width: 123px;
}
.bl_main-overview .bl_main-brand .bl_main-brand-logolist .un_logo-gransta {
  max-width: 166px;
}

.un_bl_carbon-offset {
  position: relative;
}
@media print, screen and (min-width: 721px) {
  .un_bl_carbon-offset .hp_imageAvoid {
    padding-right: 150px;
  }
}
.un_bl_carbon-offset .bl_co-list {
  padding-left: 1em;
}
.un_bl_carbon-offset .bl_co-list > li:nth-of-type(1) {
  list-style: "①";
}
.un_bl_carbon-offset .bl_co-list > li:nth-of-type(2) {
  list-style: "②";
}
.un_bl_carbon-offset .bl_co-list > li:nth-of-type(3) {
  list-style: "③";
}
.un_bl_carbon-offset .bl_co-list > li:nth-of-type(4) {
  list-style: "④";
}
.un_bl_carbon-offset .bl_co-list > li:nth-of-type(5) {
  list-style: "⑤";
}
.un_bl_carbon-offset .bl_co-image {
  display: none;
  float: right;
  clear: both;
  margin: min(3.09vw, 30px) 0 0 min(3.09vw, 30px);
}
@media print, screen and (min-width: 721px) {
  .un_bl_carbon-offset .bl_co-image {
    display: inline-block;
  }
}
.un_bl_carbon-offset .bl_co-image img {
  max-width: 103.5px;
}
.un_bl_carbon-offset .bl_co-image_fix {
  float: right;
  height: 4.2em;
}

/* フッター
----------------------------*/
.bl_footer .bl_footer-list > li {
  font-size: 1em;
}
@media print, screen and (min-width: 721px) {
  .bl_footer .bl_footer-list > li {
    font-size: 1.19em;
  }
}
.bl_footer .bl_footer-list > li:not(:first-of-type) {
  margin-top: 0.2em;
}
.bl_footer .bl_footer-list > li > a {
  display: inline-block;
}
.bl_footer .bl_footer-list > li > a::before {
  content: "◆";
}

/* ---------------------------------------------------------------

	各言語調整

--------------------------------------------------------------- */
html:not([lang=ja]) .el_main-btn {
  letter-spacing: 0.08em;
}
html[lang=en] .bl_header .el_header-image figcaption,
html[lang=en] .bl_header .el_header-heading {
  line-height: 1.2 !important;
}
html[lang=en] .bl_header .el_header-heading,
html[lang=en] .bl_header .el_header-lead {
  letter-spacing: -0.02em;
}
html[lang=zh-Hans] .bl_header .el_header-heading,
html[lang=zh-Hans] .bl_header .el_header-lead, html[lang=zh-Hant] .bl_header .el_header-heading,
html[lang=zh-Hant] .bl_header .el_header-lead {
  letter-spacing: 0;
}
html[lang=ko] .bl_header .el_header-heading {
  letter-spacing: -0.02em;
}/*# sourceMappingURL=style.css.map */